html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
	min-width: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

a {
	background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bold;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-size: 100%;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[hidden] {
	display: none;
}

:root {
	--global-gray-400: #cbd5e0;
	--global-gray-500: #a0aec0;
	--global-xs-spacing: 1em;
	--global-sm-spacing: 1.5rem;
	--global-md-spacing: 2rem;
	--global-lg-spacing: 2.5em;
	--global-xl-spacing: 3.5em;
	--global-xxl-spacing: 5rem;
	--global-edge-spacing: 1.5rem;
	--global-boxed-spacing: 2rem;
	--global-font-size-small: clamp(.8rem, .73rem + .217vw, .9rem);
	--global-font-size-medium: clamp(1.1rem, .995rem + .326vw, 1.25rem);
	--global-font-size-large: clamp(1.75rem, 1.576rem + .543vw, 2rem);
	--global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);
	--global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem);
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

html {
	box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}

ul, ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

li>ul, li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

figure {
	margin: .5em 0;
}

a {
	color: var(--global-palette-highlight);
	text-underline-offset: .1em;
	transition: all .1s linear;
}

a:hover, a:focus, a:active {
	color: var(--global-palette-highlight-alt);
	text-underline-offset: .25em;
}

a:hover, a:active {
	outline: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
	-webkit-appearance: none;
	color: var(--global-palette5);
	border: 1px solid var(--global-gray-400);
	border-radius: 3px;
	padding: .4em .5em;
	max-width: 100%;
	background: var(--global-palette9);
	box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
	color: var(--global-palette6);
}

::-moz-placeholder {
	color: var(--global-palette6);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--global-palette6);
}

:-moz-placeholder {
	color: var(--global-palette6);
}

::placeholder {
	color: var(--global-palette6);
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
	color: var(--global-palette3);
	border-color: var(--global-palette6);
	outline: 0;
	box-shadow: 0px 5px 15px -7px rgba(0, 0, 0, .1);
}

button, .button, .wp-block-button__link, .wp-element-button, input[type=button], input[type=reset], input[type=submit] {
	border-radius: 3px;
	background: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
	padding: .4em 1em;
	border: 0;
	font-size: 1.125rem;
	line-height: 1.6;
	display: inline-block;
	font-family: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: all .2s ease;
	box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}

button:visited, .button:visited, .wp-block-button__link:visited, .wp-element-button:visited, input[type=button]:visited, input[type=reset]:visited, input[type=submit]:visited {
	background: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-element-button:hover, .wp-element-button:focus, .wp-element-button:active, input[type=button]:hover, input[type=button]:focus, input[type=button]:active, input[type=reset]:hover, input[type=reset]:focus, input[type=reset]:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
	color: var(--global-palette-btn-hover);
	background: var(--global-palette-btn-bg-hover);
	box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, .1);
}

button:disabled, button.disabled, .button:disabled, .button.disabled, .wp-block-button__link:disabled, .wp-block-button__link.disabled, .wp-element-button:disabled, .wp-element-button.disabled, input[type=button]:disabled, input[type=button].disabled, input[type=reset]:disabled, input[type=reset].disabled, input[type=submit]:disabled, input[type=submit].disabled {
	cursor: not-allowed;
	opacity: .5;
}

.kadence-svg-iconset {
	display: inline-flex;
	align-self: center;
}

.kadence-svg-iconset svg {
	height: 1em;
	width: 1em;
}

:root .has-theme-palette-1-background-color, :root .has-theme-palette1-background-color {
	background-color: var(--global-palette1);
}

:root .has-theme-palette-1-color, :root .has-theme-palette1-color {
	color: var(--global-palette1);
}

:root .has-theme-palette-2-background-color, :root .has-theme-palette2-background-color {
	background-color: var(--global-palette2);
}

:root .has-theme-palette-2-color, :root .has-theme-palette2-color {
	color: var(--global-palette2);
}

:root .has-theme-palette-3-background-color, :root .has-theme-palette3-background-color {
	background-color: var(--global-palette3);
}

:root .has-theme-palette-3-color, :root .has-theme-palette3-color {
	color: var(--global-palette3);
}

:root .has-theme-palette-4-background-color, :root .has-theme-palette4-background-color {
	background-color: var(--global-palette4);
}

:root .has-theme-palette-4-color, :root .has-theme-palette4-color {
	color: var(--global-palette4);
}

:root .has-theme-palette-5-background-color, :root .has-theme-palette5-background-color {
	background-color: var(--global-palette5);
}

:root .has-theme-palette-5-color, :root .has-theme-palette5-color {
	color: var(--global-palette5);
}

:root .has-theme-palette-6-background-color, :root .has-theme-palette6-background-color {
	background-color: var(--global-palette6);
}

:root .has-theme-palette-6-color, :root .has-theme-palette6-color {
	color: var(--global-palette6);
}

:root .has-theme-palette-7-background-color, :root .has-theme-palette7-background-color {
	background-color: var(--global-palette7);
}

:root .has-theme-palette-7-color, :root .has-theme-palette7-color {
	color: var(--global-palette7);
}

:root .has-theme-palette-8-background-color, :root .has-theme-palette8-background-color {
	background-color: var(--global-palette8);
}

:root .has-theme-palette-8-color, :root .has-theme-palette8-color {
	color: var(--global-palette8);
}

:root .has-theme-palette-9-background-color, :root .has-theme-palette9-background-color {
	background-color: var(--global-palette9);
}

:root .has-theme-palette-9-color, :root .has-theme-palette9-color {
	color: var(--global-palette9);
}

.kt-clear {
	*zoom: 1;
}

.kt-clear::before, .kt-clear::after {
	content: " ";
	display: table;
}

.kt-clear::after {
	clear: both;
}

.content-area {
	margin: var(--global-xxl-spacing) 0;
}

.entry-content {
	word-break: break-word;
}

.content-width-fullwidth .content-area, .content-vertical-padding-hide .content-area {
	margin-top: 0;
	margin-bottom: 0;
}

.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .alignfull>.wp-block-cover__inner-container, .alignwide>.wp-block-cover__inner-container {
	margin: 0 auto;
	padding: 0 var(--global-content-edge-padding);
}

.content-bg {
	background: #fff;
}

.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap {
	padding: 0;
}

.content-style-unboxed .content-bg:not(.loop-entry) {
	background: rgba(0, 0, 0, 0);
}

.content-style-unboxed .entry:not(.loop-entry) {
	box-shadow: none;
	border-radius: 0;
}

#kt-scroll-up-reader, #kt-scroll-up {
	position: fixed;
	transform: translateY(40px);
	transition: all .2s ease;
	opacity: 0;
	z-index: 1000;
	display: flex;
	cursor: pointer;
}

#kt-scroll-up-reader *, #kt-scroll-up * {
	pointer-events: none;
}

.scroll-up-style-filled {
	color: var(--global-palette9);
	background: var(--global-palette4);
}

.scroll-up-style-filled:hover {
	color: var(--global-palette9);
}

#kt-scroll-up-reader {
	transform: translateY(0px);
	transition: all 0s ease;
}

#kt-scroll-up-reader:not(:focus) {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

#kt-scroll-up-reader:focus {
	transform: translateY(0px);
	opacity: 1;
	box-shadow: none;
	z-index: 1001;
}

#wrapper {
	overflow: hidden;
	overflow: clip;
}