.spacer {
	display: block;
	min-height: 1px;
	width: 100%
}

.spacer .spacer__label,
.spacer .spacer__visual {
	display: none
}

.spacer--height-4 {
	height: 4px
}

.spacer--height-6 {
	height: 6px
}

.spacer--height-8 {
	height: 8px
}

.spacer--height-12 {
	height: 12px
}

.spacer--height-16 {
	height: 16px
}

.spacer--height-24 {
	height: 24px
}

.spacer--height-32 {
	height: max(16px, 12.12px + 1.04vw)
}

.spacer--height-40 {
	height: 40px
}

.spacer--height-60 {
	height: max(40px, 35.15px + 1.29vw)
}

.spacer--height-80 {
	height: 80px
}

.spacer--height-120 {
	height: max(80px, 70.29px + 2.59vw)
}

.spacer--height-160 {
	height: max(80px, 60.58px + 5.18vw)
}

.spacer--height-320 {
	height: max(140px, 96.31px + 11.65vw)
}

.spacer--height-0 {
	height: 0;
	min-height: 0
}



:root {
	--wp--preset--font-size--h-1: clamp(3rem, calc(3rem + (100vw - 375px) / 17.556818181818183), 8.5rem);
	--wp--preset--font-size--h-2: clamp(2.5rem, calc(2.5rem + (100vw - 375px) / 35.11363636363637), 5.25rem);
	--wp--preset--font-size--h-3: clamp(1.75rem, calc(1.75rem + (100vw - 375px) / 128.75), 2.5rem);
	--wp--preset--font-size--h-4: clamp(1.5rem, calc(1.5rem + (100vw - 375px) / 386.25), 1.75rem);
	--wp--preset--font-size--h-5: clamp(1.25rem, calc(1.25rem + (100vw - 375px) / 386.25), 1.5rem);
	--wp--preset--font-size--h-6: clamp(1.125rem, calc(1.125rem + (100vw - 375px) / 772.5), 1.25rem);
	--wp--preset--font-size--t-1: clamp(1.125rem, calc(1.125rem + (100vw - 375px) / 257.5), 1.5rem);
	--wp--preset--font-size--t-2: clamp(1rem, calc(1rem + (100vw - 375px) / 386.25), 1.25rem);
	--wp--preset--font-size--t-3: clamp(0.875rem, calc(0.875rem + (100vw - 375px) / 386.25), 1.125rem);
	--wp--preset--font-size--t-4: clamp(0.75rem, calc(0.75rem + (100vw - 375px) / 772.5), 0.875rem);
	--wp--preset--font-family--funnel-display: "Funnel Display", serif;
	--wp--preset--font-family--instrument-sans: "Instrument Sans", sans-serif;
}

: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--aspect-ratio--5-6: 5/6;
	--wp--preset--aspect-ratio--2-1: 2/1;
	--wp--preset--aspect-ratio--21-9: 21/9;
	--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--primary: #C0190F;
	--wp--preset--color--gray-light: #F5F5F5;
	--wp--preset--color--gray: #6B7280;
	--wp--preset--color--gray-dark: #374151;
	--wp--preset--color--black-20: rgba(0, 0, 0, 0.2);
	--wp--preset--color--black-40: rgba(0, 0, 0, 0.4);
	--wp--preset--color--black-50: rgba(0, 0, 0, 0.5);
	--wp--preset--color--black-60: rgba(0, 0, 0, 0.6);
	--wp--preset--color--white-40: rgba(255, 255, 255, 0.4);
	--wp--preset--color--white-50: rgba(255, 255, 255, 0.5);
	--wp--preset--color--white-60: rgba(255, 255, 255, 0.6);
	--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--gradient--primary-gradient: linear-gradient(180deg, #FF2600 0%, #0022FE 100%);
	--wp--preset--gradient--vertical-gradient: linear-gradient(90deg, #FF2600 0%, #0022FE 100%);
	--wp--preset--gradient--diagonal-gradient: linear-gradient(135deg, #FF2600 0%, #0022FE 100%);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--font-size--headline: clamp(1rem, calc(1rem + (100vw - 375px) / 386.25), 1.25rem);
	--wp--preset--font-size--h-1: clamp(3rem, calc(3rem + (100vw - 375px) / 17.556818181818183), 8.5rem);
	--wp--preset--font-size--h-2: clamp(2.5rem, calc(2.5rem + (100vw - 375px) / 35.11363636363637), 5.25rem);
	--wp--preset--font-size--h-3: clamp(1.75rem, calc(1.75rem + (100vw - 375px) / 128.75), 2.5rem);
	--wp--preset--font-size--h-4: clamp(1.5rem, calc(1.5rem + (100vw - 375px) / 386.25), 1.75rem);
	--wp--preset--font-size--h-5: clamp(1.25rem, calc(1.25rem + (100vw - 375px) / 386.25), 1.5rem);
	--wp--preset--font-size--h-6: clamp(1.125rem, calc(1.125rem + (100vw - 375px) / 772.5), 1.25rem);
	--wp--preset--font-size--t-1: clamp(1.125rem, calc(1.125rem + (100vw - 375px) / 257.5), 1.5rem);
	--wp--preset--font-size--t-2: clamp(1rem, calc(1rem + (100vw - 375px) / 386.25), 1.25rem);
	--wp--preset--font-size--t-3: clamp(0.875rem, calc(0.875rem + (100vw - 375px) / 386.25), 1.125rem);
	--wp--preset--font-size--t-4: clamp(0.75rem, calc(0.75rem + (100vw - 375px) / 772.5), 0.875rem);
	--wp--preset--font-family--funnel-display: "Funnel Display", serif;
	--wp--preset--font-family--instrument-sans: "Instrument Sans", sans-serif;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
	--wp--custom--grid--gap: 1.5rem;
	--wp--custom--buttons--style: outlined-gradient-animated;
	--wp--custom--buttons--height: 70;
	--wp--custom--buttons--radius: 35;
	--wp--custom--buttons--padding-top: 23;
	--wp--custom--buttons--padding-bottom: 23;
	--wp--custom--buttons--padding-left: 40;
	--wp--custom--buttons--padding-right: 40;
	--wp--custom--buttons--font-size: 16;
	--wp--custom--buttons--line-height: 24;
	--wp--custom--buttons--font-weight: 400;
	--wp--custom--buttons--text-transform: none;
	--wp--custom--buttons--letter-spacing: 0em;
	--wp--custom--buttons--themes--primary--background-color: transparent;
	--wp--custom--buttons--themes--primary--background-color-hover: transparent;
	--wp--custom--buttons--themes--primary--text-color: #000000;
	--wp--custom--buttons--themes--primary--text-color-hover: #000000;
	--wp--custom--buttons--themes--primary--border-color: linear-gradient(90deg, #3052CC 0%, #823FAB 23.08%, #983592 37.01%, #D3383B 45.41%, #EA5F5F 60.58%, #E983AF 75%, #823FAB 86.54%, #3052CC 100%);
	--wp--custom--buttons--themes--primary--border-color-hover: linear-gradient(90deg, #4876DA 0%, #C15BC2 23.08%, #CB4CB0 37.01%, #E9504B 45.41%, #F58979 60.58%, #F4B9C5 75%, #C15BC2 86.54%, #4876DA 100%);
	--wp--custom--buttons--themes--secondary--background-color: transparent;
	--wp--custom--buttons--themes--secondary--background-color-hover: transparent;
	--wp--custom--buttons--themes--secondary--text-color: #ffffff;
	--wp--custom--buttons--themes--secondary--text-color-hover: #ffffff;
	--wp--custom--buttons--themes--secondary--border-color: linear-gradient(90deg, #3052CC 0%, #823FAB 23.08%, #983592 37.01%, #D3383B 45.41%, #EA5F5F 60.58%, #E983AF 75%, #823FAB 86.54%, #3052CC 100%);
	--wp--custom--buttons--themes--secondary--border-color-hover: linear-gradient(90deg, #4876DA 0%, #C15BC2 23.08%, #CB4CB0 37.01%, #E9504B 45.41%, #F58979 60.58%, #F4B9C5 75%, #C15BC2 86.54%, #4876DA 100%);
	--wp--custom--buttons--themes--tertiary--background-color: transparent;
	--wp--custom--buttons--themes--tertiary--background-color-hover: rgba(0, 0, 0, 0.01);
	--wp--custom--buttons--themes--tertiary--text-color: #000000;
	--wp--custom--buttons--themes--tertiary--text-color-hover: #000000;
	--wp--custom--buttons--themes--tertiary--border-color: rgba(0, 0, 0, 0.2);
	--wp--custom--buttons--themes--tertiary--border-color-hover: rgba(0, 0, 0, 0.3);
	--wp--custom--buttons--themes--quaternary--background-color: transparent;
	--wp--custom--buttons--themes--quaternary--background-color-hover: rgba(255, 255, 255, 0.05);
	--wp--custom--buttons--themes--quaternary--text-color: #ffffff;
	--wp--custom--buttons--themes--quaternary--text-color-hover: #ffffff;
	--wp--custom--buttons--themes--quaternary--border-color: rgba(255, 255, 255, 0.2);
	--wp--custom--buttons--themes--quaternary--border-color-hover: rgba(255, 255, 255, 0.3);
}

.wp-block-button .wp-block-button__link {
	--wp--preset--color--primary: #C0190F;
	--wp--preset--color--secondary: #FF2600;
}

:where(body) {
	margin: 0;
}

.wp-site-blocks>.alignleft {
	float: left;
	margin-right: 2em;
}

.wp-site-blocks>.alignright {
	float: right;
	margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

:where(.wp-site-blocks)>* {
	margin-block-start: 1.5rem;
	margin-block-end: 0;
}

:where(.wp-site-blocks)> :first-child {
	margin-block-start: 0;
}

:where(.wp-site-blocks)> :last-child {
	margin-block-end: 0;
}

:root {
	--wp--style--block-gap: 1.5rem;
}

:root :where(.is-layout-flow)> :first-child {
	margin-block-start: 0;
}

:root :where(.is-layout-flow)> :last-child {
	margin-block-end: 0;
}

:root :where(.is-layout-flow)>* {
	margin-block-start: 1.5rem;
	margin-block-end: 0;
}

:root :where(.is-layout-constrained)> :first-child {
	margin-block-start: 0;
}

:root :where(.is-layout-constrained)> :last-child {
	margin-block-end: 0;
}

:root :where(.is-layout-constrained)>* {
	margin-block-start: 1.5rem;
	margin-block-end: 0;
}

:root :where(.is-layout-flex) {
	gap: 1.5rem;
}

:root :where(.is-layout-grid) {
	gap: 1.5rem;
}

.is-layout-flow>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

.is-layout-flow>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

.is-layout-flow>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-layout-constrained>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

.is-layout-constrained>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

.is-layout-constrained>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-flex {
	display: flex;
}

.is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

.is-layout-flex> :is(*, div) {
	margin: 0;
}

body .is-layout-grid {
	display: grid;
}

.is-layout-grid> :is(*, div) {
	margin: 0;
}

body {
	background-color: var(--wp--preset--color--white);
	color: var(--wp--preset--color--black);
	font-family: var(--wp--preset--font-family--funnel-display);
	font-size: var(--wp--preset--font-size--h-6);
	line-height: 1.35;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
}

.logo-box {
	width: clamp(5.625rem, calc(5.625rem + (100vw - 375px) / 14.045454545454545), 12.5rem);
}

:root :where(a:where(:not(.wp-element-button)):hover) {
	color: var(--wp--preset--color--gradient-start);
}

h1 {
	font-family: var(--wp--preset--font-family--funnel-display);
	font-size: var(--wp--preset--font-size--h-1);
	font-weight: 500;
	line-height: 1;
}

h2 {
	font-family: var(--wp--preset--font-family--funnel-display);
	font-size: var(--wp--preset--font-size--h-2);
	font-weight: 500;
	line-height: 1.3;
}

h3 {
	font-family: var(--wp--preset--font-family--funnel-display);
	font-size: var(--wp--preset--font-size--h-3);
	font-weight: 600;
	line-height: 1.4;
}

h4 {
	font-family: var(--wp--preset--font-family--funnel-display);
	font-size: var(--wp--preset--font-size--h-4);
	font-weight: 500;
	line-height: 1.4;
}

h5 {
	font-family: var(--wp--preset--font-family--funnel-display);
	font-size: var(--wp--preset--font-size--h-5);
	font-weight: 500;
	line-height: 1.5;
}

h6 {
	font-family: var(--wp--preset--font-family--funnel-display);
	font-size: var(--wp--preset--font-size--h-6);
	font-weight: 500;
	line-height: 1.5;
}

:root :where(.wp-element-button, .wp-block-button__link) {
	background-color: var(--wp--preset--color--primary);
	border-radius: 8px;
	border-width: 0;
	color: var(--wp--preset--color--white);
	font-family: var(--wp--preset--font-family--instrument-sans);
	font-size: inherit;
	font-weight: 600;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
	background-color: var(--wp--preset--color--gradient-start);
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-color {
	color: var(--wp--preset--color--primary) !important;
}

.has-gray-light-color {
	color: var(--wp--preset--color--gray-light) !important;
}

.has-gray-color {
	color: var(--wp--preset--color--gray) !important;
}

.has-gray-dark-color {
	color: var(--wp--preset--color--gray-dark) !important;
}

.has-black-20-color {
	color: var(--wp--preset--color--black-20) !important;
}

.has-black-40-color {
	color: var(--wp--preset--color--black-40) !important;
}

.has-black-50-color {
	color: var(--wp--preset--color--black-50) !important;
}

.has-black-60-color {
	color: var(--wp--preset--color--black-60) !important;
}

.has-white-40-color {
	color: var(--wp--preset--color--white-40) !important;
}

.has-white-50-color {
	color: var(--wp--preset--color--white-50) !important;
}

.has-white-60-color {
	color: var(--wp--preset--color--white-60) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-background-color {
	background-color: var(--wp--preset--color--primary) !important;
}

.has-gray-light-background-color {
	background-color: var(--wp--preset--color--gray-light) !important;
}

.has-gray-background-color {
	background-color: var(--wp--preset--color--gray) !important;
}

.has-gray-dark-background-color {
	background-color: var(--wp--preset--color--gray-dark) !important;
}

.has-black-20-background-color {
	background-color: var(--wp--preset--color--black-20) !important;
}

.has-black-40-background-color {
	background-color: var(--wp--preset--color--black-40) !important;
}

.has-black-50-background-color {
	background-color: var(--wp--preset--color--black-50) !important;
}

.has-black-60-background-color {
	background-color: var(--wp--preset--color--black-60) !important;
}

.has-white-40-background-color {
	background-color: var(--wp--preset--color--white-40) !important;
}

.has-white-50-background-color {
	background-color: var(--wp--preset--color--white-50) !important;
}

.has-white-60-background-color {
	background-color: var(--wp--preset--color--white-60) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-border-color {
	border-color: var(--wp--preset--color--primary) !important;
}

.has-gray-light-border-color {
	border-color: var(--wp--preset--color--gray-light) !important;
}

.has-gray-border-color {
	border-color: var(--wp--preset--color--gray) !important;
}

.has-gray-dark-border-color {
	border-color: var(--wp--preset--color--gray-dark) !important;
}

.has-black-20-border-color {
	border-color: var(--wp--preset--color--black-20) !important;
}

.has-black-40-border-color {
	border-color: var(--wp--preset--color--black-40) !important;
}

.has-black-50-border-color {
	border-color: var(--wp--preset--color--black-50) !important;
}

.has-black-60-border-color {
	border-color: var(--wp--preset--color--black-60) !important;
}

.has-white-40-border-color {
	border-color: var(--wp--preset--color--white-40) !important;
}

.has-white-50-border-color {
	border-color: var(--wp--preset--color--white-50) !important;
}

.has-white-60-border-color {
	border-color: var(--wp--preset--color--white-60) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-primary-gradient-gradient-background {
	background: var(--wp--preset--gradient--primary-gradient) !important;
}

.has-vertical-gradient-gradient-background {
	background: var(--wp--preset--gradient--vertical-gradient) !important;
}

.has-diagonal-gradient-gradient-background {
	background: var(--wp--preset--gradient--diagonal-gradient) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-headline-font-size {
	font-size: var(--wp--preset--font-size--headline) !important;
}

.has-h-1-font-size {
	font-size: var(--wp--preset--font-size--h-1) !important;
}

.has-h-2-font-size {
	font-size: var(--wp--preset--font-size--h-2) !important;
}

.has-h-3-font-size {
	font-size: var(--wp--preset--font-size--h-3) !important;
}

.has-h-4-font-size {
	font-size: var(--wp--preset--font-size--h-4) !important;
}

.has-h-5-font-size {
	font-size: var(--wp--preset--font-size--h-5) !important;
}

.has-h-6-font-size {
	font-size: var(--wp--preset--font-size--h-6) !important;
}

.has-t-1-font-size {
	font-size: var(--wp--preset--font-size--t-1) !important;
}

.has-t-2-font-size {
	font-size: var(--wp--preset--font-size--t-2) !important;
}

.has-t-3-font-size {
	font-size: var(--wp--preset--font-size--t-3) !important;
}

.has-t-4-font-size {
	font-size: var(--wp--preset--font-size--t-4) !important;
}

.has-funnel-display-font-family {
	font-family: var(--wp--preset--font-family--funnel-display) !important;
}

.has-instrument-sans-font-family {
	font-family: var(--wp--preset--font-family--instrument-sans) !important;
}

.wp-block-button .wp-block-button__link.has-primary-color {
	color: var(--wp--preset--color--primary) !important;
}

.wp-block-button .wp-block-button__link.has-secondary-color {
	color: var(--wp--preset--color--secondary) !important;
}

.wp-block-button .wp-block-button__link.has-primary-background-color {
	background-color: var(--wp--preset--color--primary) !important;
}

.wp-block-button .wp-block-button__link.has-secondary-background-color {
	background-color: var(--wp--preset--color--secondary) !important;
}

.wp-block-button .wp-block-button__link.has-primary-border-color {
	border-color: var(--wp--preset--color--primary) !important;
}

.wp-block-button .wp-block-button__link.has-secondary-border-color {
	border-color: var(--wp--preset--color--secondary) !important;
}

:root :where(.wp-block-button .wp-block-button__link) {
	background-color: var(--wp--preset--gradient--primary-gradient);
	border-radius: 12px;
	color: var(--wp--preset--color--white);
	font-family: var(--wp--preset--font-family--instrument-sans);
	font-weight: 600;
}

:root :where(.wp-block-pullquote) {
	font-size: 1.5em;
	line-height: 1.6;
}

:root :where(p) {
	font-family: var(--wp--preset--font-family--instrument-sans);
	font-size: var(--wp--preset--font-size--h-6);
}

:root :where(.wp-block-list) {
	font-family: var(--wp--preset--font-family--instrument-sans);
	font-size: var(--wp--preset--font-size--h-6);
}

:root :where(.wp-block-quote) {
	color: var(--wp--preset--color--gray-dark);
	font-family: var(--wp--preset--font-family--funnel-display);
	font-style: italic;
}


.grid {
	display: grid;
	gap: var(--grid-gap, 0);
	grid-template-columns: repeat(var(--grid-cols, 12), 1fr)
}

.grid__item {
	grid-column: span var(--item-span, 1);
	min-width: 0
}

.grid--cols-1 {
	--grid-cols: 1
}

.grid--cols-2 {
	--grid-cols: 2
}

.grid--cols-3 {
	--grid-cols: 3
}

.grid--cols-4 {
	--grid-cols: 4
}

.grid--cols-5 {
	--grid-cols: 5
}

.grid--cols-6 {
	--grid-cols: 6
}

.grid--cols-8 {
	--grid-cols: 8
}

.grid--cols-10 {
	--grid-cols: 10
}

.grid--cols-12 {
	--grid-cols: 12
}

@media(min-width: 576px) {
	.grid--sm-cols-1 {
		--grid-cols: 1
	}

	.grid--sm-cols-2 {
		--grid-cols: 2
	}

	.grid--sm-cols-3 {
		--grid-cols: 3
	}

	.grid--sm-cols-4 {
		--grid-cols: 4
	}

	.grid--sm-cols-5 {
		--grid-cols: 5
	}

	.grid--sm-cols-6 {
		--grid-cols: 6
	}

	.grid--sm-cols-8 {
		--grid-cols: 8
	}

	.grid--sm-cols-10 {
		--grid-cols: 10
	}

	.grid--sm-cols-12 {
		--grid-cols: 12
	}
}

@media(min-width: 768px) {
	.grid--md-cols-1 {
		--grid-cols: 1
	}

	.grid--md-cols-2 {
		--grid-cols: 2
	}

	.grid--md-cols-3 {
		--grid-cols: 3
	}

	.grid--md-cols-4 {
		--grid-cols: 4
	}

	.grid--md-cols-5 {
		--grid-cols: 5
	}

	.grid--md-cols-6 {
		--grid-cols: 6
	}

	.grid--md-cols-8 {
		--grid-cols: 8
	}

	.grid--md-cols-10 {
		--grid-cols: 10
	}

	.grid--md-cols-12 {
		--grid-cols: 12
	}
}

@media(min-width: 992px) {
	.grid--lg-cols-1 {
		--grid-cols: 1
	}

	.grid--lg-cols-2 {
		--grid-cols: 2
	}

	.grid--lg-cols-3 {
		--grid-cols: 3
	}

	.grid--lg-cols-4 {
		--grid-cols: 4
	}

	.grid--lg-cols-5 {
		--grid-cols: 5
	}

	.grid--lg-cols-6 {
		--grid-cols: 6
	}

	.grid--lg-cols-8 {
		--grid-cols: 8
	}

	.grid--lg-cols-10 {
		--grid-cols: 10
	}

	.grid--lg-cols-12 {
		--grid-cols: 12
	}
}

@media(min-width: 1200px) {
	.grid--xl-cols-1 {
		--grid-cols: 1
	}

	.grid--xl-cols-2 {
		--grid-cols: 2
	}

	.grid--xl-cols-3 {
		--grid-cols: 3
	}

	.grid--xl-cols-4 {
		--grid-cols: 4
	}

	.grid--xl-cols-5 {
		--grid-cols: 5
	}

	.grid--xl-cols-6 {
		--grid-cols: 6
	}

	.grid--xl-cols-8 {
		--grid-cols: 8
	}

	.grid--xl-cols-10 {
		--grid-cols: 10
	}

	.grid--xl-cols-12 {
		--grid-cols: 12
	}
}

@media(min-width: 1400px) {
	.grid--xxl-cols-1 {
		--grid-cols: 1
	}

	.grid--xxl-cols-2 {
		--grid-cols: 2
	}

	.grid--xxl-cols-3 {
		--grid-cols: 3
	}

	.grid--xxl-cols-4 {
		--grid-cols: 4
	}

	.grid--xxl-cols-5 {
		--grid-cols: 5
	}

	.grid--xxl-cols-6 {
		--grid-cols: 6
	}

	.grid--xxl-cols-8 {
		--grid-cols: 8
	}

	.grid--xxl-cols-10 {
		--grid-cols: 10
	}

	.grid--xxl-cols-12 {
		--grid-cols: 12
	}
}

.grid__item--span-1 {
	--item-span: 1
}

.grid__item--span-2 {
	--item-span: 2
}

.grid__item--span-3 {
	--item-span: 3
}

.grid__item--span-4 {
	--item-span: 4
}

.grid__item--span-5 {
	--item-span: 5
}

.grid__item--span-6 {
	--item-span: 6
}

.grid__item--span-7 {
	--item-span: 7
}

.grid__item--span-8 {
	--item-span: 8
}

.grid__item--span-9 {
	--item-span: 9
}

.grid__item--span-10 {
	--item-span: 10
}

.grid__item--span-11 {
	--item-span: 11
}

.grid__item--span-12 {
	--item-span: 12
}

@media(min-width: 576px) {
	.grid__item--sm-span-1 {
		--item-span: 1
	}

	.grid__item--sm-span-2 {
		--item-span: 2
	}

	.grid__item--sm-span-3 {
		--item-span: 3
	}

	.grid__item--sm-span-4 {
		--item-span: 4
	}

	.grid__item--sm-span-5 {
		--item-span: 5
	}

	.grid__item--sm-span-6 {
		--item-span: 6
	}

	.grid__item--sm-span-7 {
		--item-span: 7
	}

	.grid__item--sm-span-8 {
		--item-span: 8
	}

	.grid__item--sm-span-9 {
		--item-span: 9
	}

	.grid__item--sm-span-10 {
		--item-span: 10
	}

	.grid__item--sm-span-11 {
		--item-span: 11
	}

	.grid__item--sm-span-12 {
		--item-span: 12
	}
}

@media(min-width: 768px) {
	.grid__item--md-span-1 {
		--item-span: 1
	}

	.grid__item--md-span-2 {
		--item-span: 2
	}

	.grid__item--md-span-3 {
		--item-span: 3
	}

	.grid__item--md-span-4 {
		--item-span: 4
	}

	.grid__item--md-span-5 {
		--item-span: 5
	}

	.grid__item--md-span-6 {
		--item-span: 6
	}

	.grid__item--md-span-7 {
		--item-span: 7
	}

	.grid__item--md-span-8 {
		--item-span: 8
	}

	.grid__item--md-span-9 {
		--item-span: 9
	}

	.grid__item--md-span-10 {
		--item-span: 10
	}

	.grid__item--md-span-11 {
		--item-span: 11
	}

	.grid__item--md-span-12 {
		--item-span: 12
	}
}

@media(min-width: 992px) {
	.grid__item--lg-span-1 {
		--item-span: 1
	}

	.grid__item--lg-span-2 {
		--item-span: 2
	}

	.grid__item--lg-span-3 {
		--item-span: 3
	}

	.grid__item--lg-span-4 {
		--item-span: 4
	}

	.grid__item--lg-span-5 {
		--item-span: 5
	}

	.grid__item--lg-span-6 {
		--item-span: 6
	}

	.grid__item--lg-span-7 {
		--item-span: 7
	}

	.grid__item--lg-span-8 {
		--item-span: 8
	}

	.grid__item--lg-span-9 {
		--item-span: 9
	}

	.grid__item--lg-span-10 {
		--item-span: 10
	}

	.grid__item--lg-span-11 {
		--item-span: 11
	}

	.grid__item--lg-span-12 {
		--item-span: 12
	}
}

@media(min-width: 1200px) {
	.grid__item--xl-span-1 {
		--item-span: 1
	}

	.grid__item--xl-span-2 {
		--item-span: 2
	}

	.grid__item--xl-span-3 {
		--item-span: 3
	}

	.grid__item--xl-span-4 {
		--item-span: 4
	}

	.grid__item--xl-span-5 {
		--item-span: 5
	}

	.grid__item--xl-span-6 {
		--item-span: 6
	}

	.grid__item--xl-span-7 {
		--item-span: 7
	}

	.grid__item--xl-span-8 {
		--item-span: 8
	}

	.grid__item--xl-span-9 {
		--item-span: 9
	}

	.grid__item--xl-span-10 {
		--item-span: 10
	}

	.grid__item--xl-span-11 {
		--item-span: 11
	}

	.grid__item--xl-span-12 {
		--item-span: 12
	}
}

@media(min-width: 1400px) {
	.grid__item--xxl-span-1 {
		--item-span: 1
	}

	.grid__item--xxl-span-2 {
		--item-span: 2
	}

	.grid__item--xxl-span-3 {
		--item-span: 3
	}

	.grid__item--xxl-span-4 {
		--item-span: 4
	}

	.grid__item--xxl-span-5 {
		--item-span: 5
	}

	.grid__item--xxl-span-6 {
		--item-span: 6
	}

	.grid__item--xxl-span-7 {
		--item-span: 7
	}

	.grid__item--xxl-span-8 {
		--item-span: 8
	}

	.grid__item--xxl-span-9 {
		--item-span: 9
	}

	.grid__item--xxl-span-10 {
		--item-span: 10
	}

	.grid__item--xxl-span-11 {
		--item-span: 11
	}

	.grid__item--xxl-span-12 {
		--item-span: 12
	}
}

.grid--gap-0 {
	--grid-gap: 0rem
}

.grid--gap-4 {
	--grid-gap: 0.4rem
}

.grid--gap-8 {
	--grid-gap: 0.8rem
}

.grid--gap-12 {
	--grid-gap: 1.2rem
}

.grid--gap-16 {
	--grid-gap: 1.6rem
}

.grid--gap-20 {
	--grid-gap: 2rem
}

.grid--gap-24 {
	--grid-gap: 2.4rem
}

.grid--gap-32 {
	--grid-gap: 3.2rem
}

.grid--gap-40 {
	--grid-gap: 4rem
}

.grid--gap-48 {
	--grid-gap: 4.8rem
}

.grid--gap-64 {
	--grid-gap: 6.4rem
}

@media(min-width: 576px) {
	.grid--sm-gap-0 {
		--grid-gap: 0rem
	}

	.grid--sm-gap-4 {
		--grid-gap: 0.4rem
	}

	.grid--sm-gap-8 {
		--grid-gap: 0.8rem
	}

	.grid--sm-gap-12 {
		--grid-gap: 1.2rem
	}

	.grid--sm-gap-16 {
		--grid-gap: 1.6rem
	}

	.grid--sm-gap-20 {
		--grid-gap: 2rem
	}

	.grid--sm-gap-24 {
		--grid-gap: 2.4rem
	}

	.grid--sm-gap-32 {
		--grid-gap: 3.2rem
	}

	.grid--sm-gap-40 {
		--grid-gap: 4rem
	}

	.grid--sm-gap-48 {
		--grid-gap: 4.8rem
	}

	.grid--sm-gap-64 {
		--grid-gap: 6.4rem
	}
}

@media(min-width: 768px) {
	.grid--md-gap-0 {
		--grid-gap: 0rem
	}

	.grid--md-gap-4 {
		--grid-gap: 0.4rem
	}

	.grid--md-gap-8 {
		--grid-gap: 0.8rem
	}

	.grid--md-gap-12 {
		--grid-gap: 1.2rem
	}

	.grid--md-gap-16 {
		--grid-gap: 1.6rem
	}

	.grid--md-gap-20 {
		--grid-gap: 2rem
	}

	.grid--md-gap-24 {
		--grid-gap: 2.4rem
	}

	.grid--md-gap-32 {
		--grid-gap: 3.2rem
	}

	.grid--md-gap-40 {
		--grid-gap: 4rem
	}

	.grid--md-gap-48 {
		--grid-gap: 4.8rem
	}

	.grid--md-gap-64 {
		--grid-gap: 6.4rem
	}
}

@media(min-width: 992px) {
	.grid--lg-gap-0 {
		--grid-gap: 0rem
	}

	.grid--lg-gap-4 {
		--grid-gap: 0.4rem
	}

	.grid--lg-gap-8 {
		--grid-gap: 0.8rem
	}

	.grid--lg-gap-12 {
		--grid-gap: 1.2rem
	}

	.grid--lg-gap-16 {
		--grid-gap: 1.6rem
	}

	.grid--lg-gap-20 {
		--grid-gap: 2rem
	}

	.grid--lg-gap-24 {
		--grid-gap: 2.4rem
	}

	.grid--lg-gap-32 {
		--grid-gap: 3.2rem
	}

	.grid--lg-gap-40 {
		--grid-gap: 4rem
	}

	.grid--lg-gap-48 {
		--grid-gap: 4.8rem
	}

	.grid--lg-gap-64 {
		--grid-gap: 6.4rem
	}
}

@media(min-width: 1200px) {
	.grid--xl-gap-0 {
		--grid-gap: 0rem
	}

	.grid--xl-gap-4 {
		--grid-gap: 0.4rem
	}

	.grid--xl-gap-8 {
		--grid-gap: 0.8rem
	}

	.grid--xl-gap-12 {
		--grid-gap: 1.2rem
	}

	.grid--xl-gap-16 {
		--grid-gap: 1.6rem
	}

	.grid--xl-gap-20 {
		--grid-gap: 2rem
	}

	.grid--xl-gap-24 {
		--grid-gap: 2.4rem
	}

	.grid--xl-gap-32 {
		--grid-gap: 3.2rem
	}

	.grid--xl-gap-40 {
		--grid-gap: 4rem
	}

	.grid--xl-gap-48 {
		--grid-gap: 4.8rem
	}

	.grid--xl-gap-64 {
		--grid-gap: 6.4rem
	}
}

@media(min-width: 1400px) {
	.grid--xxl-gap-0 {
		--grid-gap: 0rem
	}

	.grid--xxl-gap-4 {
		--grid-gap: 0.4rem
	}

	.grid--xxl-gap-8 {
		--grid-gap: 0.8rem
	}

	.grid--xxl-gap-12 {
		--grid-gap: 1.2rem
	}

	.grid--xxl-gap-16 {
		--grid-gap: 1.6rem
	}

	.grid--xxl-gap-20 {
		--grid-gap: 2rem
	}

	.grid--xxl-gap-24 {
		--grid-gap: 2.4rem
	}

	.grid--xxl-gap-32 {
		--grid-gap: 3.2rem
	}

	.grid--xxl-gap-40 {
		--grid-gap: 4rem
	}

	.grid--xxl-gap-48 {
		--grid-gap: 4.8rem
	}

	.grid--xxl-gap-64 {
		--grid-gap: 6.4rem
	}
}

.grid__item--offset-1 {
	grid-column-start: 2
}

.grid__item--offset-2 {
	grid-column-start: 3
}

.grid__item--offset-3 {
	grid-column-start: 4
}

.grid__item--offset-4 {
	grid-column-start: 5
}

.grid__item--offset-5 {
	grid-column-start: 6
}

.grid__item--offset-6 {
	grid-column-start: 7
}

.grid__item--offset-7 {
	grid-column-start: 8
}

.grid__item--offset-8 {
	grid-column-start: 9
}

.grid__item--offset-9 {
	grid-column-start: 10
}

.grid__item--offset-10 {
	grid-column-start: 11
}

.grid__item--offset-11 {
	grid-column-start: 12
}

@media(min-width: 576px) {
	.grid__item--sm-offset-1 {
		grid-column-start: 2
	}

	.grid__item--sm-offset-2 {
		grid-column-start: 3
	}

	.grid__item--sm-offset-3 {
		grid-column-start: 4
	}

	.grid__item--sm-offset-4 {
		grid-column-start: 5
	}

	.grid__item--sm-offset-5 {
		grid-column-start: 6
	}

	.grid__item--sm-offset-6 {
		grid-column-start: 7
	}

	.grid__item--sm-offset-7 {
		grid-column-start: 8
	}

	.grid__item--sm-offset-8 {
		grid-column-start: 9
	}

	.grid__item--sm-offset-9 {
		grid-column-start: 10
	}

	.grid__item--sm-offset-10 {
		grid-column-start: 11
	}

	.grid__item--sm-offset-11 {
		grid-column-start: 12
	}

	.grid__item--sm-offset-0 {
		grid-column-start: auto
	}
}

@media(min-width: 768px) {
	.grid__item--md-offset-1 {
		grid-column-start: 2
	}

	.grid__item--md-offset-2 {
		grid-column-start: 3
	}

	.grid__item--md-offset-3 {
		grid-column-start: 4
	}

	.grid__item--md-offset-4 {
		grid-column-start: 5
	}

	.grid__item--md-offset-5 {
		grid-column-start: 6
	}

	.grid__item--md-offset-6 {
		grid-column-start: 7
	}

	.grid__item--md-offset-7 {
		grid-column-start: 8
	}

	.grid__item--md-offset-8 {
		grid-column-start: 9
	}

	.grid__item--md-offset-9 {
		grid-column-start: 10
	}

	.grid__item--md-offset-10 {
		grid-column-start: 11
	}

	.grid__item--md-offset-11 {
		grid-column-start: 12
	}

	.grid__item--md-offset-0 {
		grid-column-start: auto
	}
}

@media(min-width: 992px) {
	.grid__item--lg-offset-1 {
		grid-column-start: 2
	}

	.grid__item--lg-offset-2 {
		grid-column-start: 3
	}

	.grid__item--lg-offset-3 {
		grid-column-start: 4
	}

	.grid__item--lg-offset-4 {
		grid-column-start: 5
	}

	.grid__item--lg-offset-5 {
		grid-column-start: 6
	}

	.grid__item--lg-offset-6 {
		grid-column-start: 7
	}

	.grid__item--lg-offset-7 {
		grid-column-start: 8
	}

	.grid__item--lg-offset-8 {
		grid-column-start: 9
	}

	.grid__item--lg-offset-9 {
		grid-column-start: 10
	}

	.grid__item--lg-offset-10 {
		grid-column-start: 11
	}

	.grid__item--lg-offset-11 {
		grid-column-start: 12
	}

	.grid__item--lg-offset-0 {
		grid-column-start: auto
	}
}

@media(min-width: 1200px) {
	.grid__item--xl-offset-1 {
		grid-column-start: 2
	}

	.grid__item--xl-offset-2 {
		grid-column-start: 3
	}

	.grid__item--xl-offset-3 {
		grid-column-start: 4
	}

	.grid__item--xl-offset-4 {
		grid-column-start: 5
	}

	.grid__item--xl-offset-5 {
		grid-column-start: 6
	}

	.grid__item--xl-offset-6 {
		grid-column-start: 7
	}

	.grid__item--xl-offset-7 {
		grid-column-start: 8
	}

	.grid__item--xl-offset-8 {
		grid-column-start: 9
	}

	.grid__item--xl-offset-9 {
		grid-column-start: 10
	}

	.grid__item--xl-offset-10 {
		grid-column-start: 11
	}

	.grid__item--xl-offset-11 {
		grid-column-start: 12
	}

	.grid__item--xl-offset-0 {
		grid-column-start: auto
	}
}

@media(min-width: 1400px) {
	.grid__item--xxl-offset-1 {
		grid-column-start: 2
	}

	.grid__item--xxl-offset-2 {
		grid-column-start: 3
	}

	.grid__item--xxl-offset-3 {
		grid-column-start: 4
	}

	.grid__item--xxl-offset-4 {
		grid-column-start: 5
	}

	.grid__item--xxl-offset-5 {
		grid-column-start: 6
	}

	.grid__item--xxl-offset-6 {
		grid-column-start: 7
	}

	.grid__item--xxl-offset-7 {
		grid-column-start: 8
	}

	.grid__item--xxl-offset-8 {
		grid-column-start: 9
	}

	.grid__item--xxl-offset-9 {
		grid-column-start: 10
	}

	.grid__item--xxl-offset-10 {
		grid-column-start: 11
	}

	.grid__item--xxl-offset-11 {
		grid-column-start: 12
	}

	.grid__item--xxl-offset-0 {
		grid-column-start: auto
	}
}

.grid__item--full {
	grid-column: 1/-1
}

@media(min-width: 576px) {
	.grid__item--sm-reset {
		grid-column: span 1
	}
}

@media(min-width: 768px) {
	.grid__item--md-reset {
		grid-column: span 1
	}
}

@media(min-width: 992px) {
	.grid__item--lg-reset {
		grid-column: span 1
	}
}

@media(min-width: 1200px) {
	.grid__item--xl-reset {
		grid-column: span 1
	}
}

@media(min-width: 1400px) {
	.grid__item--xxl-reset {
		grid-column: span 1
	}
}

.grid--items-start {
	align-items: start
}

.grid--items-center {
	align-items: center
}

.grid--items-end {
	align-items: end
}

.grid--items-stretch {
	align-items: stretch
}

.grid--justify-start {
	justify-items: start
}

.grid--justify-center {
	justify-items: center
}

.grid--justify-end {
	justify-items: end
}

.grid--justify-stretch {
	justify-items: stretch
}

.grid--content-start {
	align-content: start
}

.grid--content-center {
	align-content: center
}

.grid--content-end {
	align-content: end
}

.grid--content-between {
	align-content: space-between
}

.grid--content-around {
	align-content: space-around
}

.grid--content-evenly {
	align-content: space-evenly
}

.js-reveal-fade,
.js-reveal-fade-up,
.js-reveal-fade-down,
.js-reveal-fade-left,
.js-reveal-fade-right,
.js-reveal-zoom-in,
.js-reveal-zoom-out,
.js-reveal-scale-down {
	opacity: 0;
	will-change: transform, opacity;
	transform: translateZ(0)
}

.js-reveal-fade.js-reveal-animated,
.js-reveal-fade-up.js-reveal-animated,
.js-reveal-fade-down.js-reveal-animated,
.js-reveal-fade-left.js-reveal-animated,
.js-reveal-fade-right.js-reveal-animated,
.js-reveal-zoom-in.js-reveal-animated,
.js-reveal-zoom-out.js-reveal-animated,
.js-reveal-scale-down.js-reveal-animated {
	will-change: auto
}

.js-reveal-fade {
	transform: translateY(0) translateZ(0)
}

.js-reveal-fade-up {
	transform: translateY(30px) translateZ(0)
}

.js-reveal-fade-down {
	transform: translateY(-30px) translateZ(0)
}

.js-reveal-fade-left {
	transform: translateX(30px) translateZ(0)
}

.js-reveal-fade-right {
	transform: translateX(-30px) translateZ(0)
}

.js-reveal-zoom-in {
	transform: scale(0.8) translateZ(0)
}

.js-reveal-zoom-out {
	transform: scale(1.2) translateZ(0)
}

.js-reveal-scale-down {
	transform: scale(1.1) translateZ(0)
}

.js-reveal-lines {
	opacity: 0;
	visibility: hidden
}

.js-reveal-lines div {
	will-change: transform, opacity
}

.js-reveal-lines.js-reveal-animated {
	visibility: visible
}

.js-reveal-lines>div {
	overflow: hidden !important;
	padding-bottom: .15em;
	margin-bottom: -0.15em;
	padding-top: .1em;
	margin-top: -0.1em
}

@media(prefers-reduced-motion: reduce) {

	.js-reveal-fade,
	.js-reveal-fade-up,
	.js-reveal-fade-down,
	.js-reveal-fade-left,
	.js-reveal-fade-right,
	.js-reveal-zoom-in,
	.js-reveal-zoom-out,
	.js-reveal-scale-down {
		opacity: 1;
		transform: none;
		will-change: auto
	}
}

.js-reveal-number {
	opacity: 0
}

* {
	margin: 0
}

*,
*:before,
*:after {
	box-sizing: border-box
}

*,
::backdrop,
:after,
:before {
	border: 0 solid;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

@media(prefers-reduced-motion: no-preference) {
	html {
		interpolate-size: allow-keywords
	}
}

html {
	background-color: #000
}

body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-family: "Instrument Sans", sans-serif;
	background-color: #fff;
	scroll-behavior: smooth
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%
}

input,
button,
textarea,
select {
	font: inherit
}

[role=button]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word
}

p {
	text-wrap: pretty
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
	font-family: "Funnel Display", sans-serif
}

::-moz-selection {
	background-color: hsla(0, 0%, 100%, .2);
	color: inherit
}

::selection {
	background-color: hsla(0, 0%, 100%, .2);
	color: inherit
}

@font-face {
	font-family: "Funnel Display";
	src: url("../../../../themes/haya/assets/fonts/funneldisplay.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Instrument Sans";
	src: url("../../../../themes/haya/assets/fonts/instrumentsans.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap
}

p+p {
	margin-top: 1em
}

ul.wp-block-list {
	list-style-type: none
}

ul.wp-block-list li {
	position: relative;
	padding-left: 1.5em
}

ul.wp-block-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: .6em;
	width: .65em;
	height: .08em;
	background-color: currentColor
}

ul.wp-block-list li+li {
	margin-top: .5em
}

ul.wp-block-list a {
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: .2em;
	text-decoration-thickness: .12em;
	text-decoration-skip-ink: none
}

p.has-black-color a,
p.has-black-40-color a,
p.has-black-60-color a {
	display: inline-block;
	position: relative;
	transition: all .3s ease;
	color: #000
}

p.has-black-color a:before,
p.has-black-40-color a:before,
p.has-black-60-color a:before {
	position: absolute;
	left: 0;
	bottom: -0.02em;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .4)
}

p.has-black-color a:after,
p.has-black-40-color a:after,
p.has-black-60-color a:after {
	position: absolute;
	left: 0;
	bottom: -0.02em;
	content: "";
	width: 0%;
	height: 1px;
	background-color: #000;
	transition: width .3s ease
}

p.has-black-color a:hover:after,
p.has-black-40-color a:hover:after,
p.has-black-60-color a:hover:after {
	width: 100%
}

p.has-black-color a:active,
p.has-black-40-color a:active,
p.has-black-60-color a:active {
	transform: scale(0.98);
	opacity: .8
}

p.has-white-color a,
p.has-white-40-color a,
p.has-white-60-color a {
	display: inline-block;
	position: relative;
	transition: all .3s ease;
	color: #fff
}

p.has-white-color a:before,
p.has-white-40-color a:before,
p.has-white-60-color a:before {
	position: absolute;
	left: 0;
	bottom: -0.02em;
	content: "";
	width: 100%;
	height: 1px;
	background-color: hsla(0, 0%, 100%, .4)
}

p.has-white-color a:after,
p.has-white-40-color a:after,
p.has-white-60-color a:after {
	position: absolute;
	left: 0;
	bottom: -0.02em;
	content: "";
	width: 0%;
	height: 1px;
	background-color: #fff;
	transition: width .3s ease
}

p.has-white-color a:hover:after,
p.has-white-40-color a:hover:after,
p.has-white-60-color a:hover:after {
	width: 100%
}

p.has-white-color a:active,
p.has-white-40-color a:active,
p.has-white-60-color a:active {
	transform: scale(0.98);
	opacity: .8
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

a.underlined {
	display: inline-block;
	position: relative;
	transition: all .3s ease;
	padding-bottom: .3em
}

a.underlined:before {
	position: absolute;
	left: 0;
	bottom: -0em;
	content: "";
	width: 100%;
	height: 0.05em;
	background-color: hsla(0, 0%, 100%, .4)
}

a.underlined:after {
	position: absolute;
	left: 0;
	bottom: -0em;
	content: "";
	width: 0%;
	height: 0.05em;
	background-color: #fff;
	transition: width .3s ease
}

a.underlined.underlined--dark:before {
	background-color: rgba(0, 0, 0, .2)
}

a.underlined.underlined--dark:after {
	background-color: #000
}

a.underlined:hover:after {
	width: 100%
}

a.underlined:active {
	transform: scale(0.98);
	opacity: .8
}

strong,
b {
	font-weight: 700
}

em,
i {
	font-style: italic
}

small {
	font-size: .875em
}

blockquote {
	border-left: 4px solid #ddd;
	margin: 1.5rem 0;
	padding-left: 1rem;
	font-style: italic
}

sup,
sub {
	font-size: .75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

@keyframes animated-haya-text {
	to {
		background-position: 400% 0
	}
}

.gradient-text {
	animation: animated-haya-text 15s linear infinite;
	background: linear-gradient(135deg, #3052CC 0%, #823FAB 23.08%, #983592 37.01%, #D3383B 45.41%, #EA5F5F 60.58%, #E983AF 75%, #823FAB 86.54%, #3052CC 100%);
	background-size: 400% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: rgba(0, 0, 0, 0)
}

.hero {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	will-change: auto
}

.hero,
.hero.hero--has-background {
	position: relative
}

.hero.hero--has-background:before {
	background: inherit;
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.hero.hero--has-background-sphere .hero-content h1.has-h-1-font-size,
.hero.hero--has-background-sphere .hero-content h2.has-h-1-font-size,
.hero.hero--has-background-sphere .hero-content h3.has-h-1-font-size,
.hero.hero--has-background-sphere .hero-content h4.has-h-1-font-size,
.hero.hero--has-background-sphere .hero-content h5.has-h-1-font-size,
.hero.hero--has-background-sphere .hero-content h6.has-h-1-font-size,
.hero.hero--has-background-video .hero-content h1.has-h-1-font-size,
.hero.hero--has-background-video .hero-content h2.has-h-1-font-size,
.hero.hero--has-background-video .hero-content h3.has-h-1-font-size,
.hero.hero--has-background-video .hero-content h4.has-h-1-font-size,
.hero.hero--has-background-video .hero-content h5.has-h-1-font-size,
.hero.hero--has-background-video .hero-content h6.has-h-1-font-size {
	max-width: 100%;
	width: 10em
}

.hero.hero--has-background-sphere .hero-content h1.has-h-2-font-size,
.hero.hero--has-background-sphere .hero-content h2.has-h-2-font-size,
.hero.hero--has-background-sphere .hero-content h3.has-h-2-font-size,
.hero.hero--has-background-sphere .hero-content h4.has-h-2-font-size,
.hero.hero--has-background-sphere .hero-content h5.has-h-2-font-size,
.hero.hero--has-background-sphere .hero-content h6.has-h-2-font-size,
.hero.hero--has-background-video .hero-content h1.has-h-2-font-size,
.hero.hero--has-background-video .hero-content h2.has-h-2-font-size,
.hero.hero--has-background-video .hero-content h3.has-h-2-font-size,
.hero.hero--has-background-video .hero-content h4.has-h-2-font-size,
.hero.hero--has-background-video .hero-content h5.has-h-2-font-size,
.hero.hero--has-background-video .hero-content h6.has-h-2-font-size {
	max-width: 100%;
	width: 8em
}

.hero .hero__background-video {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.hero .hero__background-video video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
	transform: translateZ(0) scale(1.1);
	width: 100%
}

.hero .hero__background-video .hero__video-desktop {
	display: block
}

.hero .hero__background-video .hero__video-mobile {
	display: none
}

@media(orientation: portrait) {
	.hero .hero__background-video .hero__video-desktop {
		display: none
	}

	.hero .hero__background-video .hero__video-mobile {
		display: block
	}
}

.hero .hero__background-image {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.hero .hero__background-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
	transform: translateZ(0);
	width: 100%
}

.hero .hero__background-sphere {
	display: grid;
	height: 100%;
	left: 0;
	overflow: hidden;
	place-items: center;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.hero .hero__background-sphere .hero__sphere {
	filter: blur(30px);
	height: 40vh;
	margin-bottom: max(80px, 21.75px + 15.53vw);
	opacity: .7;
	overflow: visible;
	position: relative;
	width: 40vh;
	z-index: 3
}

.hero .hero__background-sphere .hero__sphere video {
	border-radius: 50%;
	height: 80%;
	left: 50%;
	max-height: 320px;
	max-width: 320px;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 3
}

@media(orientation: portrait) {
	.hero .hero__background-sphere .hero__sphere video {
		max-height: 38vw;
		max-width: 38vw;
		transform: translate(-50%, -70%)
	}
}

.hero .hero-content {
	z-index: 3
}

.hero .featured-news {
	position: relative;
	z-index: 3
}

.hero.hero--padding-horizontal {
	padding-left: max(16px, 5.32px + 2.85vw);
	padding-right: max(16px, 5.32px + 2.85vw)
}

.hero.hero--dark-overlay:before {
	background: rgba(0, 0, 0, .3);
	z-index: 2
}

.hero--padding-top-4 {
	padding-top: 4px
}

.hero--padding-bottom-4 {
	padding-bottom: 4px
}

.hero--padding-vertical-4 {
	padding-bottom: 4px;
	padding-top: 4px
}

.hero--padding-top-6 {
	padding-top: 6px
}

.hero--padding-bottom-6 {
	padding-bottom: 6px
}

.hero--padding-vertical-6 {
	padding-bottom: 6px;
	padding-top: 6px
}

.hero--padding-top-8 {
	padding-top: 8px
}

.hero--padding-bottom-8 {
	padding-bottom: 8px
}

.hero--padding-vertical-8 {
	padding-bottom: 8px;
	padding-top: 8px
}

.hero--padding-top-12 {
	padding-top: 12px
}

.hero--padding-bottom-12 {
	padding-bottom: 12px
}

.hero--padding-vertical-12 {
	padding-bottom: 12px;
	padding-top: 12px
}

.hero--padding-top-16 {
	padding-top: 16px
}

.hero--padding-bottom-16 {
	padding-bottom: 16px
}

.hero--padding-vertical-16 {
	padding-bottom: 16px;
	padding-top: 16px
}

.hero--padding-top-24 {
	padding-top: 24px
}

.hero--padding-bottom-24 {
	padding-bottom: 24px
}

.hero--padding-vertical-24 {
	padding-bottom: 24px;
	padding-top: 24px
}

.hero--padding-top-32 {
	padding-top: max(16px, 12.12px + 1.04vw)
}

.hero--padding-bottom-32,
.hero--padding-vertical-32 {
	padding-bottom: max(16px, 12.12px + 1.04vw)
}

.hero--padding-vertical-32 {
	padding-top: max(16px, 12.12px + 1.04vw)
}

.hero--padding-top-40 {
	padding-top: 40px
}

.hero--padding-bottom-40 {
	padding-bottom: 40px
}

.hero--padding-vertical-40 {
	padding-bottom: 40px;
	padding-top: 40px
}

.hero--padding-top-60 {
	padding-top: max(40px, 35.15px + 1.29vw)
}

.hero--padding-bottom-60,
.hero--padding-vertical-60 {
	padding-bottom: max(40px, 35.15px + 1.29vw)
}

.hero--padding-vertical-60 {
	padding-top: max(40px, 35.15px + 1.29vw)
}

.hero--padding-top-80 {
	padding-top: 80px
}

.hero--padding-bottom-80 {
	padding-bottom: 80px
}

.hero--padding-vertical-80 {
	padding-bottom: 80px;
	padding-top: 80px
}

.hero--padding-top-120 {
	padding-top: max(80px, 70.29px + 2.59vw)
}

.hero--padding-bottom-120,
.hero--padding-vertical-120 {
	padding-bottom: max(80px, 70.29px + 2.59vw)
}

.hero--padding-vertical-120 {
	padding-top: max(80px, 70.29px + 2.59vw)
}

.hero--padding-top-160 {
	padding-top: max(80px, 60.58px + 5.18vw)
}

.hero--padding-bottom-160,
.hero--padding-vertical-160 {
	padding-bottom: max(80px, 60.58px + 5.18vw)
}

.hero--padding-vertical-160 {
	padding-top: max(80px, 60.58px + 5.18vw)
}

.hero--padding-top-320 {
	padding-top: max(140px, 96.31px + 11.65vw)
}

.hero--padding-bottom-320,
.hero--padding-vertical-320 {
	padding-bottom: max(140px, 96.31px + 11.65vw)
}

.hero--padding-vertical-320 {
	padding-top: max(140px, 96.31px + 11.65vw)
}

.hero-content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	min-height: 760px;
	position: relative;
	z-index: 1
}

.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6 {
	font-weight: 500 !important;
	max-width: 100%;
	width: 5.2em
}

.hero-content p {
	max-width: 100%;
	width: 26em
}

.hero-content--center-content,
.hero-content.hero-content--center {
	align-items: center;
	text-align: center
}

@media(max-width: 768px) {
	.hero-content {
		padding: 1.25rem 0
	}
}

.hero-content--padding-top-4 {
	padding-top: 4px
}

.hero-content--padding-bottom-4 {
	padding-bottom: 4px
}

.hero-content--padding-vertical-4 {
	padding-bottom: 4px;
	padding-top: 4px
}

.hero-content--padding-top-6 {
	padding-top: 6px
}

.hero-content--padding-bottom-6 {
	padding-bottom: 6px
}

.hero-content--padding-vertical-6 {
	padding-bottom: 6px;
	padding-top: 6px
}

.hero-content--padding-top-8 {
	padding-top: 8px
}

.hero-content--padding-bottom-8 {
	padding-bottom: 8px
}

.hero-content--padding-vertical-8 {
	padding-bottom: 8px;
	padding-top: 8px
}

.hero-content--padding-top-12 {
	padding-top: 12px
}

.hero-content--padding-bottom-12 {
	padding-bottom: 12px
}

.hero-content--padding-vertical-12 {
	padding-bottom: 12px;
	padding-top: 12px
}

.hero-content--padding-top-16 {
	padding-top: 16px
}

.hero-content--padding-bottom-16 {
	padding-bottom: 16px
}

.hero-content--padding-vertical-16 {
	padding-bottom: 16px;
	padding-top: 16px
}

.hero-content--padding-top-24 {
	padding-top: 24px
}

.hero-content--padding-bottom-24 {
	padding-bottom: 24px
}

.hero-content--padding-vertical-24 {
	padding-bottom: 24px;
	padding-top: 24px
}

.hero-content--padding-top-32 {
	padding-top: max(16px, 12.12px + 1.04vw)
}

.hero-content--padding-bottom-32,
.hero-content--padding-vertical-32 {
	padding-bottom: max(16px, 12.12px + 1.04vw)
}

.hero-content--padding-vertical-32 {
	padding-top: max(16px, 12.12px + 1.04vw)
}

.hero-content--padding-top-40 {
	padding-top: 40px
}

.hero-content--padding-bottom-40 {
	padding-bottom: 40px
}

.hero-content--padding-vertical-40 {
	padding-bottom: 40px;
	padding-top: 40px
}

.hero-content--padding-top-60 {
	padding-top: max(40px, 35.15px + 1.29vw)
}

.hero-content--padding-bottom-60,
.hero-content--padding-vertical-60 {
	padding-bottom: max(40px, 35.15px + 1.29vw)
}

.hero-content--padding-vertical-60 {
	padding-top: max(40px, 35.15px + 1.29vw)
}

.hero-content--padding-top-80 {
	padding-top: 80px
}

.hero-content--padding-bottom-80 {
	padding-bottom: 80px
}

.hero-content--padding-vertical-80 {
	padding-bottom: 80px;
	padding-top: 80px
}

.hero-content--padding-top-120 {
	padding-top: max(80px, 70.29px + 2.59vw)
}

.hero-content--padding-bottom-120,
.hero-content--padding-vertical-120 {
	padding-bottom: max(80px, 70.29px + 2.59vw)
}

.hero-content--padding-vertical-120 {
	padding-top: max(80px, 70.29px + 2.59vw)
}

.hero-content--padding-top-160 {
	padding-top: max(80px, 60.58px + 5.18vw)
}

.hero-content--padding-bottom-160,
.hero-content--padding-vertical-160 {
	padding-bottom: max(80px, 60.58px + 5.18vw)
}

.hero-content--padding-vertical-160 {
	padding-top: max(80px, 60.58px + 5.18vw)
}

.hero-content--padding-top-320 {
	padding-top: max(140px, 96.31px + 11.65vw)
}

.hero-content--padding-bottom-320,
.hero-content--padding-vertical-320 {
	padding-bottom: max(140px, 96.31px + 11.65vw)
}

.hero-content--padding-vertical-320 {
	padding-top: max(140px, 96.31px + 11.65vw)
}