@charset "UTF-8";

.wp-block-button__link {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word
}

.wp-block-button__link.aligncenter {
	text-align: center
}

.wp-block-button__link.alignright {
	text-align: right
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	flex-basis: 100%;
	width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
	width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
	width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
	width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
	border-radius: 0 !important
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
	border: 2px solid;
	padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
	color: currentColor
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
	background-color: transparent;
	background-image: none
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
	border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
	border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
	border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
	border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
	border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
	border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
	border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
	border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
	border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
	border-left-width: medium
}


h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1.25em 2.375em
}

ol,
ul {
	box-sizing: border-box
}

ol.has-background,
ul.has-background {
	padding: 1.25em 2.375em
}



p.has-background {
	padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
	rotate: 180deg
}


.wp-block-post-featured-image:where(.alignleft, .alignright) {
	width: 100%
}


.wp-block-separator {
	border: 1px solid;
	border-left: none;
	border-right: none
}

.wp-block-separator.is-style-dots {
	background: none !important;
	border: none;
	height: auto;
	line-height: 1;
	text-align: center
}

.wp-block-separator.is-style-dots:before {
	color: currentColor;
	content: "···";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em
}


.editor-styles-wrapper,
.entry-content {
	counter-reset: footnotes
}

a[data-fn].fn {
	counter-increment: footnotes;
	display: inline-flex;
	font-size: smaller;
	text-decoration: none;
	text-indent: -9999999px;
	vertical-align: super
}

a[data-fn].fn:after {
	content: "[" counter(footnotes) "]";
	float: left;
	text-indent: 0
}

.wp-element-button {
	cursor: pointer
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #ddd;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

html :where(.has-border-color) {
	border-style: solid
}

html :where([style*=border-top-color]) {
	border-top-style: solid
}

html :where([style*=border-right-color]) {
	border-right-style: solid
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

html :where([style*=border-left-color]) {
	border-left-style: solid
}

html :where([style*=border-width]) {
	border-style: solid
}

html :where([style*=border-top-width]) {
	border-top-style: solid
}

html :where([style*=border-right-width]) {
	border-right-style: solid
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

html :where([style*=border-left-width]) {
	border-left-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

:where(figure) {
	margin: 0 0 1em
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px
	}
}



/* scroll-top */

#scrollUp {
	border-radius: 3px;
	opacity: 0.7;
	bottom: 20px;
	right: 20px;
	background: #000000;
	width: 40px;
	height: 40px;
}

#scrollUp:hover {
	opacity: 1;
}

.top-icon {
	stroke: #ffffff;
}

#scrollUp .scroll-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}



/* wp-emoji-styles-inline-css */

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}






/* global-styles-inline-css */

body {
	--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--ast-global-color-0: var(--ast-global-color-0);
	--wp--preset--color--ast-global-color-1: #cd0017;
	--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);
	--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);
	--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);
	--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);
	--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);
	--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);
	--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

body {
	margin: 0;
	--wp--style--global--content-size: var(--wp--custom--ast-content-width-size);
	--wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size);
}


body {
	--wp--style--block-gap: 24px;
}


:where(body .is-layout-grid) {
	gap: 24px;
}

body .is-layout-flow>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
	max-width: var(--wp--style--global--wide-size);
}


a:where(:not(.wp-element-button)) {
	text-decoration: none;
}

.wp-element-button,
.wp-block-button__link {
	background-color: #32373c;
	border-width: 0;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}


.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-ast-global-color-0-color {
	color: var(--wp--preset--color--ast-global-color-0) !important;
}

.has-ast-global-color-1-color {
	color: var(--wp--preset--color--ast-global-color-1) !important;
}

.has-ast-global-color-2-color {
	color: var(--wp--preset--color--ast-global-color-2) !important;
}

.has-ast-global-color-3-color {
	color: var(--wp--preset--color--ast-global-color-3) !important;
}

.has-ast-global-color-4-color {
	color: var(--wp--preset--color--ast-global-color-4) !important;
}

.has-ast-global-color-5-color {
	color: var(--wp--preset--color--ast-global-color-5) !important;
}

.has-ast-global-color-6-color {
	color: var(--wp--preset--color--ast-global-color-6) !important;
}

.has-ast-global-color-7-color {
	color: var(--wp--preset--color--ast-global-color-7) !important;
}

.has-ast-global-color-8-color {
	color: var(--wp--preset--color--ast-global-color-8) !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-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-ast-global-color-0-background-color {
	background-color: var(--wp--preset--color--ast-global-color-0) !important;
}

.has-ast-global-color-1-background-color {
	background-color: var(--wp--preset--color--ast-global-color-1) !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-ast-global-color-0-border-color {
	border-color: var(--wp--preset--color--ast-global-color-0) !important;
}

.has-ast-global-color-1-border-color {
	border-color: var(--wp--preset--color--ast-global-color-1) !important;
}

.has-ast-global-color-2-border-color {
	border-color: var(--wp--preset--color--ast-global-color-2) !important;
}

.has-ast-global-color-3-border-color {
	border-color: var(--wp--preset--color--ast-global-color-3) !important;
}

.has-ast-global-color-4-border-color {
	border-color: var(--wp--preset--color--ast-global-color-4) !important;
}

.has-ast-global-color-5-border-color {
	border-color: var(--wp--preset--color--ast-global-color-5) !important;
}

.has-ast-global-color-6-border-color {
	border-color: var(--wp--preset--color--ast-global-color-6) !important;
}

.has-ast-global-color-7-border-color {
	border-color: var(--wp--preset--color--ast-global-color-7) !important;
}

.has-ast-global-color-8-border-color {
	border-color: var(--wp--preset--color--ast-global-color-8) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}



.ast-no-sidebar .entry-content .alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: 100vw;
}

.ast-no-sidebar .entry-content .alignwide {
	margin-left: calc(-41vw + 50%);
	margin-right: calc(-41vw + 50%);
	max-width: unset;
	width: unset;
}

.ast-no-sidebar .entry-content .alignfull .alignfull,
.ast-no-sidebar .entry-content .alignfull .alignwide,
.ast-no-sidebar .entry-content .alignwide .alignfull,
.ast-no-sidebar .entry-content .alignwide .alignwide,
.ast-no-sidebar .entry-content .wp-block-column .alignfull,
.ast-no-sidebar .entry-content .wp-block-column .alignwide {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-gallery,
.blocks-gallery-grid {
	margin: 0;
}

.wp-block-separator {
	max-width: 100px;
}

.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
	max-width: none;
}

.entry-content .has-2-columns .wp-block-column:first-child {
	padding-right: 10px;
}

.entry-content .has-2-columns .wp-block-column:last-child {
	padding-left: 10px;
}

@media (max-width: 782px) {
	.entry-content .has-2-columns .wp-block-column:first-child {
		padding-right: 0;
	}

	.entry-content .has-2-columns .wp-block-column:last-child {
		padding-left: 0;
	}
}

body .entry-content .wp-block-latest-posts {
	margin-left: 0;
}

body .entry-content .wp-block-latest-posts li {
	list-style: none;
}

.ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts {
	margin-left: 0;
}

.ast-header-break-point .entry-content .alignwide {
	margin-left: auto;
	margin-right: auto;
}

.entry-content .blocks-gallery-item img {
	margin-bottom: auto;
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d;
}

:root {
	--ast-container-default-xlg-padding: 6.67em;
	--ast-container-default-lg-padding: 5.67em;
	--ast-container-default-slg-padding: 4.34em;
	--ast-container-default-md-padding: 3.34em;
	--ast-container-default-sm-padding: 6.67em;
	--ast-container-default-xs-padding: 2.4em;
	--ast-container-default-xxs-padding: 1.4em;
	--ast-code-block-background: #EEEEEE;
	--ast-comment-inputs-background: #FAFAFA;
}

html {
	font-size: 100%;
}

a,
.page-title {
	color: var(--ast-global-color-0);
}

a:hover,
a:focus {
	color: #cd0017;
}


button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
}

blockquote {
	color: var(--ast-global-color-3);
}

p,
.entry-content p {
	margin-bottom: 1em;
}

h1,
.entry-content h1,
.entry-content h1 a,
h2,
.entry-content h2,
.entry-content h2 a,
h3,
.entry-content h3,
.entry-content h3 a,
h4,
.entry-content h4,
.entry-content h4 a,
h5,
.entry-content h5,
.entry-content h5 a,
h6,
.entry-content h6,
.entry-content h6 a,
.site-title,
.site-title a {
	font-family: 'ONE-Mobile-Title';
	font-weight: 700;
	font-size: 4rem;
}

.site-title {
	font-size: 35px;
	font-size: 2.1875rem;
	display: none;
}

header .custom-logo-link img {
	max-width: 190px;
}

.astra-logo-svg {
	width: 190px;
}

.site-header .site-description {
	font-size: 15px;
	font-size: 0.9375rem;
	display: none;
}

.entry-title {
	font-size: 30px;
	font-size: 1.875rem;
}

/*h1,
.entry-content h1,
.entry-content h1 a {
	font-size: 64px;
	font-size: 4rem;
	font-family: 'ONE-Mobile-Title';
}
*/
h2,
.entry-content h2,
.entry-content h2 a {
	font-size: 40px;
	font-size: 2.5rem;
	font-family: 'ONE-Mobile-Title';
}

h3,
.entry-content h3,
.entry-content h3 a {
	font-size: 32px;
	font-size: 2rem;
	font-family: 'ONE-Mobile-Title';
}

h4,
.entry-content h4,
.entry-content h4 a {
	font-size: 24px;
	font-size: 1.5rem;
	font-family: 'ONE-Mobile-Title';
}

/*h5,
.entry-content h5,
.entry-content h5 a {
	font-size: 20px;
	font-size: 1.25rem;
	font-family: 'ONE-Mobile-Title';
}
*/
h6,
.entry-content h6,
.entry-content h6 a {
	font-size: 16px;
	font-size: 1rem;
	font-family: 'ONE-Mobile-Title';
}

/*::selection {
	background-color: var(--ast-global-color-0);
	color: #000000;
}*/

/*body,
h1,
.entry-title a,
.entry-content h1,
.entry-content h1 a,
h2,
.entry-content h2,
.entry-content h2 a,
h3,
.entry-content h3,
.entry-content h3 a,
h4,
.entry-content h4,
.entry-content h4 a,
h5,
.entry-content h5,
.entry-content h5 a,
h6,
.entry-content h6,
.entry-content h6 a {
	color: var(--ast-global-color-3);
}*/

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.current-item {
	color: #000000;
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: var(--ast-global-color-0);
}

input[type="radio"]:checked,
input[type=reset],
input[type="checkbox"]:checked,
input[type="checkbox"]:hover:checked,
input[type="checkbox"]:focus:checked,
input[type=range]::-webkit-slider-thumb {
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
	box-shadow: none;
}

.site-footer a:hover+.post-count,
.site-footer a:focus+.post-count {
	background: var(--ast-global-color-0);
	border-color: var(--ast-global-color-0);
}

.single .nav-links .nav-previous,
.single .nav-links .nav-next {
	color: var(--ast-global-color-0);
}



#cat option,
.secondary .calendar_wrap thead a,
.secondary .calendar_wrap thead a:visited {
	color: var(--ast-global-color-0);
}

.secondary .calendar_wrap #today,
.ast-progress-val span {
	background: var(--ast-global-color-0);
}

.secondary a:hover+.post-count,
.secondary a:focus+.post-count {
	background: var(--ast-global-color-0);
	border-color: var(--ast-global-color-0);
}

.calendar_wrap #today>a {
	color: #000000;
}



.single .ast-author-details .author-title {
	color: #cd0017;
}

.site-logo-img img {
	transition: all 0.2s linear;
}










.wp-block-buttons.aligncenter {
	justify-content: center;
}

@media (max-width:768px) {

	.ast-theme-transparent-header #primary,
	.ast-theme-transparent-header #secondary {
		padding: 0;
	}
}




.wp-block-separator.has-background {
	padding: 0;
}

.wp-block-gallery {
	margin-bottom: 1.6em;
}



.blocks-gallery-grid {
	width: 100%;
}

.wp-block-navigation-link__content {
	padding: 5px 0;
}


.has-text-align-center {
	margin: 0 auto;
}


@media (max-width:544px) {

	.wp-block-cover,
	.wp-block-cover-image {
		padding: 2em 0;
	}

	.wp-block-group,
	.wp-block-cover {
		padding: 2em;
	}

	.wp-block-media-text__media img,
	.wp-block-media-text__media video {
		width: unset;
		max-width: 100%;
	}

	.wp-block-media-text.has-background .wp-block-media-text__content {
		padding: 1em;
	}
}

.wp-block-image.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-table.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:544px) {
	.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 0 8% 0 0;
	}

	.entry-content .wp-block-media-text .wp-block-media-text__content {
		padding: 0 0 0 8%;
	}


}

@media (max-width:544px) {
	.entry-content .wp-block-media-text .wp-block-media-text__content {
		padding: 8% 0;
	}

	.wp-block-media-text .wp-block-media-text__media img {
		width: auto;
		max-width: 100%;
	}
}

@media (max-width:768px) {


	#primary,
	#secondary {
		padding: 1.5em 0;
		margin: 0;
	}

	.ast-left-sidebar #content>.ast-container {
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
	}

	


}


.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	color: var(--ast-global-color-5);
	background-color: var(--ast-global-color-0);
	border-color: var(--ast-global-color-0);
}

.wp-block-button .wp-block-button__link {
	padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 22px;
    padding-right: 22px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #333;
    border-style: solid;
	font-family: 'ONE-Mobile-Title';
	font-weight: 500;
	line-height: 1em;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	/* font-size: 14px; */
	font-size: 0.875rem;
	/* border-radius: 6px; */
	/* padding-top: 18px;
	padding-right: 22px;
	padding-bottom: 18px;
	padding-left: 22px; */
}

.menu-toggle,
button,
.ast-button,
.ast-custom-button,
.button,
input#submit,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	color: var(--ast-global-color-5);
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
	border-radius: 6px;
	padding-top: 18px;
	padding-right: 22px;
	padding-bottom: 18px;
	padding-left: 22px;
	font-family: 'ONE-Mobile-Title';
	font-weight: 500;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1em;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

button:focus,
.menu-toggle:hover,
button:hover,
.ast-button:hover,
.ast-custom-button:hover .button:hover,
.ast-custom-button:hover,
input[type=reset]:hover,
input[type=reset]:focus,
input#submit:hover,
input#submit:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: var(--ast-global-color-5);
	background-color: var(--ast-global-color-0);
	border-color: var(--ast-global-color-0);
}


@media (max-width:544px) {



	.ast-search-menu-icon.ast-dropdown-active .search-field {
		width: 170px;
	}
}

@media (max-width:768px) {
	.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon {
		display: inline-block;
	}

	.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon {
		margin: 0;
	}

	.ast-comment-avatar-wrap img {
		max-width: 2.5em;
	}



	.ast-comment-meta {
		padding: 0 1.8888em 1.3333em;
	}
}





@media (max-width:768px) {
	.site-title {
		display: none;
	}

	.site-header .site-description {
		display: none;
	}

	.entry-title {
		font-size: 30px;
	}

	h1,
	.entry-content h1,
	.entry-content h1 a {
		font-size: 56px;
	}

	h2,
	.entry-content h2,
	.entry-content h2 a {
		font-size: 32px;
	}

	h3,
	.entry-content h3,
	.entry-content h3 a {
		font-size: 28px;
	}

	h4,
	.entry-content h4,
	.entry-content h4 a {
		font-size: 24px;
		font-size: 1.5rem;
	}

	h5,
	.entry-content h5,
	.entry-content h5 a {
		font-size: 20px;
		font-size: 1.25rem;
	}

	h6,
	.entry-content h6,
	.entry-content h6 a {
		font-size: 16px;
		font-size: 1rem;
	}


}

@media (max-width:544px) {
	.site-title {
		display: none;
	}

	.site-header .site-description {
		display: none;
	}

	.entry-title {
		font-size: 30px;
	}

	h1,
	.entry-content h1,
	.entry-content h1 a {
		font-size: 32px;
	}

	h2,
	.entry-content h2,
	.entry-content h2 a {
		font-size: 24px;
	}

	h3,
	.entry-content h3,
	.entry-content h3 a {
		font-size: 22px;
	}

	h4,
	.entry-content h4,
	.entry-content h4 a {
		font-size: 20px;
		font-size: 1.25rem;
	}

	h5,
	.entry-content h5,
	.entry-content h5 a {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h6,
	.entry-content h6,
	.entry-content h6 a {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

@media (max-width:768px) {
	html {
		font-size: 91.2%;
	}
}


@media (min-width:769px) {
	.ast-container {
		max-width: 1240px;
	}
}

@font-face {
	font-family: "Astra";
	src: url(https://casinossolution.com/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"), url(https://casinossolution.com/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"), url(https://casinossolution.com/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'ONE-Mobile-Title';
	src: url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



@media (min-width:769px) {

	.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover>.sub-menu,
	.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus>.sub-menu {
		margin-left: -2px;
	}
}

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill,
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
	border: none;
}

.footer-widget-area[data-section^="section-fb-html-"] .ast-builder-html-element {
	text-align: center;
}

.astra-icon-down_arrow::after {
	content: "\e900";
	font-family: Astra;
}

.astra-icon-close::after {
	content: "\e5cd";
	font-family: Astra;
}

.astra-icon-drag_handle::after {
	content: "\e25d";
	font-family: Astra;
}

.astra-icon-format_align_justify::after {
	content: "\e235";
	font-family: Astra;
}

.astra-icon-menu::after {
	content: "\e5d2";
	font-family: Astra;
}

.astra-icon-reorder::after {
	content: "\e8fe";
	font-family: Astra;
}

.astra-icon-search::after {
	content: "\e8b6";
	font-family: Astra;
}

.astra-icon-zoom_in::after {
	content: "\e56b";
	font-family: Astra;
}

.astra-icon-check-circle::after {
	content: "\e901";
	font-family: Astra;
}

.astra-icon-shopping-cart::after {
	content: "\f07a";
	font-family: Astra;
}

.astra-icon-shopping-bag::after {
	content: "\f290";
	font-family: Astra;
}

.astra-icon-shopping-basket::after {
	content: "\f291";
	font-family: Astra;
}

.astra-icon-circle-o::after {
	content: "\e903";
	font-family: Astra;
}

.astra-icon-certificate::after {
	content: "\e902";
	font-family: Astra;
}

blockquote {
	padding: 1.2em;
}

:root .has-ast-global-color-0-color {
	color: var(--ast-global-color-0);
}



:root .wp-block-button .has-ast-global-color-0-color {
	color: var(--ast-global-color-0);
}


:root .has-ast-global-color-1-color {
	color: #cd0017;
}

:root .has-ast-global-color-1-background-color {
	background-color: #cd0017;
}

:root .wp-block-button .has-ast-global-color-1-color {
	color: #cd0017;
}

:root .wp-block-button .has-ast-global-color-1-background-color {
	background-color: #cd0017;
}

:root .has-ast-global-color-2-color {
	color: var(--ast-global-color-2);
}

:root .has-ast-global-color-2-background-color {
	background-color: var(--ast-global-color-2);
}

:root .wp-block-button .has-ast-global-color-2-color {
	color: var(--ast-global-color-2);
}

:root .wp-block-button .has-ast-global-color-2-background-color {
	background-color: var(--ast-global-color-2);
}

:root .has-ast-global-color-3-color {
	color: var(--ast-global-color-3);
}

:root .has-ast-global-color-3-background-color {
	background-color: var(--ast-global-color-3);
}

:root .wp-block-button .has-ast-global-color-3-color {
	color: var(--ast-global-color-3);
}

:root .wp-block-button .has-ast-global-color-3-background-color {
	background-color: var(--ast-global-color-3);
}

:root .has-ast-global-color-4-color {
	color: var(--ast-global-color-4);
}


:root .wp-block-button .has-ast-global-color-4-color {
	color: var(--ast-global-color-4);
}


:root {

	--ast-global-color-0: #cd0017;
	--ast-global-color-1: #cd0017;
	--ast-global-color-2: #1E1810;
	--ast-global-color-3: #575250;
	--ast-global-color-4: #F8F5F4;
	--ast-global-color-5: #FFFFFF;
	--ast-global-color-6: #000000;
	--ast-global-color-7: #4B4F58;
	--ast-global-color-8: #F6F7F8;
}

:root {
	--ast-border-color: #dddddd;
}


header.entry-header .entry-title {
	font-size: 30px;
	font-size: 1.875rem;
}

header.entry-header>*:not(:last-child) {
	margin-bottom: 10px;
}


.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg {
	width: 200px;
}

.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
	max-width: 200px;
	margin-left: 15px;
}

@media (min-width:768px) {

	.ast-theme-transparent-header .main-header-bar,
	.ast-theme-transparent-header.ast-header-break-point .main-header-bar {
		background: none;
	}

	body.elementor-editor-active.ast-theme-transparent-header #masthead,
	.fl-builder-edit .ast-theme-transparent-header #masthead,
	body.vc_editor.ast-theme-transparent-header #masthead,
	body.brz-ed.ast-theme-transparent-header #masthead {
		z-index: 0;
	}




	.ast-theme-transparent-header .ast-above-header,
	.ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
		background-image: none;
		background-color: transparent;
	}

	.ast-theme-transparent-header .ast-below-header {
		background-image: none;
		background-color: transparent;
	}
}

.ast-theme-transparent-header .ast-builder-menu .main-header-menu,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,
.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item>.menu-link,
.ast-theme-transparent-header .ast-masthead-custom-menu-items,
.ast-theme-transparent-header .ast-masthead-custom-menu-items a,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item>.ast-menu-toggle,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item>.ast-menu-toggle,
.ast-theme-transparent-header .ast-above-header-navigation a,
.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation a,
.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation>ul.ast-above-header-menu>.menu-item-has-children:not(.current-menu-item)>.ast-menu-toggle,
.ast-theme-transparent-header .ast-below-header-menu,
.ast-theme-transparent-header .ast-below-header-menu a,
.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu a,
.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu,
.ast-theme-transparent-header .main-header-menu .menu-link {
	color: var(--ast-global-color-4);

}

.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover>.menu-link,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover>.ast-menu-toggle,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus>.menu-link,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus>.ast-menu-toggle,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item>.menu-link,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor>.menu-link,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item>.ast-menu-toggle,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor>.ast-menu-toggle,
.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item>.menu-link,
.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor>.menu-link,
.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item>.ast-menu-toggle,
.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor>.ast-menu-toggle,
.ast-theme-transparent-header .main-header-menu .menu-item:hover>.menu-link,
.ast-theme-transparent-header .main-header-menu .current-menu-item>.menu-link,
.ast-theme-transparent-header .main-header-menu .current-menu-ancestor>.menu-link {
	color: #cd0017;
}

@media (max-width:768px) {
	.ast-theme-transparent-header #masthead {
		position: absolute;
		left: 0;
		right: 0;
	}

	.ast-theme-transparent-header .main-header-bar,
	.ast-theme-transparent-header.ast-header-break-point .main-header-bar {
		background: none;
	}

	body.elementor-editor-active.ast-theme-transparent-header #masthead,
	.fl-builder-edit .ast-theme-transparent-header #masthead,
	body.vc_editor.ast-theme-transparent-header #masthead,
	body.brz-ed.ast-theme-transparent-header #masthead {
		z-index: 0;
	}


	.ast-theme-transparent-header .ast-above-header,
	.ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
		background-image: none;
		background-color: transparent;
	}

	.ast-theme-transparent-header .ast-below-header {
		background-image: none;
		background-color: transparent;
	}
}

@media (max-width:768px) {

	.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu .main-header-menu,
	.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu.main-header-menu .sub-menu,
	.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu.main-header-menu,
	.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu .main-header-bar-wrap .main-header-menu,
	.ast-flyout-menu-enable.ast-header-break-point.ast-theme-transparent-header .main-header-bar-navigation .site-navigation,
	.ast-fullscreen-menu-enable.ast-header-break-point.ast-theme-transparent-header .main-header-bar-navigation .site-navigation,
	.ast-flyout-above-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation-wrap .ast-above-header-navigation,
	.ast-flyout-below-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-below-header-navigation-wrap .ast-below-header-actual-nav,
	.ast-fullscreen-above-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation-wrap,
	.ast-fullscreen-below-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-below-header-navigation-wrap,
	.ast-theme-transparent-header .main-header-menu .menu-link {
		background-color: var(--ast-global-color-5);
	}

	.ast-theme-transparent-header .ast-builder-menu .main-header-menu,
	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,
	.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item>.menu-link,
	.ast-theme-transparent-header .ast-masthead-custom-menu-items,
	.ast-theme-transparent-header .ast-masthead-custom-menu-items a,
	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item>.ast-menu-toggle,
	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item>.ast-menu-toggle,
	.ast-theme-transparent-header .main-header-menu .menu-link {
		color: var(--ast-global-color-2);
	}

	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover>.menu-link,
	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover>.ast-menu-toggle,
	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover,
	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus>.menu-link,
	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus>.ast-menu-toggle,
	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item>.menu-link,
	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor>.menu-link,
	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item>.ast-menu-toggle,
	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor>.ast-menu-toggle,
	.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item>.menu-link,
	.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor>.menu-link,
	.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item>.ast-menu-toggle,
	.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor>.ast-menu-toggle,
	.ast-theme-transparent-header .main-header-menu .menu-item:hover>.menu-link,
	.ast-theme-transparent-header .main-header-menu .current-menu-item>.menu-link,
	.ast-theme-transparent-header .main-header-menu .current-menu-ancestor>.menu-link {
		/* color: var(--ast-global-color-0); */
		color: var(--ast-global-color-1);
	}
}

.ast-theme-transparent-header #ast-desktop-header>[CLASS*="-header-wrap"]:nth-last-child(2)>[CLASS*="-header-bar"],
.ast-theme-transparent-header.ast-header-break-point #ast-mobile-header>[CLASS*="-header-wrap"]:nth-last-child(2)>[CLASS*="-header-bar"] {
	border-bottom-width: 0;
	border-bottom-style: solid;
}






/*h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
	color: var(--ast-global-color-2);
}*/

@media (max-width:768px) {

	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row>*:first-child,
	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row>*:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width:544px) {

	.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row>*:first-child,
	.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row>*:last-child {
		grid-column: 1 / -1;
	}
}

.ast-builder-layout-element[data-section="title_tagline"] {
	display: flex;
}

@media (max-width:768px) {
	.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
		display: flex;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
		display: flex;
	}
}

.ast-builder-menu-1 {
	font-family: inherit;
	font-weight: 900;
}

.ast-builder-menu-1 .menu-item>.menu-link {
	font-size: 18px;
/*	font-size: 1.125rem;*/
}

.ast-builder-menu-1 .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #eaeaea;
	border-style: solid;
	border-radius: 0;
}

.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
.ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
	margin-top: 0;
}

.ast-desktop .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu:before,
.ast-desktop .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper:before {
	height: calc(0px + 5px);
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
	border-style: none;
}

@media (max-width:768px) {
	.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
		top: 0;
	}

	.ast-builder-menu-1 .menu-item-has-children>.menu-link:after {
		content: unset;
	}

	.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
	.ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
		margin-top: 0;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
		top: 0;
	}

	.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
	.ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
		margin-top: 0;
	}
}

.ast-builder-menu-1 {
	display: flex;
}

@media (max-width:768px) {
	.ast-header-break-point .ast-builder-menu-1 {
		display: flex;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .ast-builder-menu-1 {
		display: flex;
	}
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item>.menu-link:before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item>.menu-link:before {
	content: "";
	position: absolute;
	width: 100%;
	right: 50%;
	height: 1px;
	background-color: transparent;
	transform: scale(0, 0) translate(-50%, 0);
	transition: transform .3s ease-in-out, color .0s ease-in-out;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item:hover>.menu-link:before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item:hover>.menu-link:before {
	width: calc(100% - 1.2em);
	background-color: currentColor;
	transform: scale(1, 1) translate(50%, 0);
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item>.menu-link:before {
	bottom: 0;
}

.ast-desktop .ast-menu-hover-style-overline>.menu-item>.menu-link:before {
	top: 0;
}

.ast-desktop .ast-menu-hover-style-zoom>.menu-item>.menu-link:hover {
	transition: all .3s ease;
	transform: scale(1.2);
}

.ast-builder-layout-element[data-section="section-hb-social-icons-1"] {
	display: flex;
}

@media (max-width:768px) {
	.ast-header-break-point .ast-builder-layout-element[data-section="section-hb-social-icons-1"] {
		display: flex;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .ast-builder-layout-element[data-section="section-hb-social-icons-1"] {
		display: flex;
	}
}

.site-below-footer-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}



.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,
.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
	align-items: flex-start;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-inline .site-footer-section {
	display: flex;
	margin-bottom: 0;
}

.ast-builder-grid-row-2-equal .ast-builder-grid-row {
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width:768px) {
	.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
		display: flex;
		margin-bottom: 0;
	}

	.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
		display: block;
		margin-bottom: 10px;
	}

	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:544px) {
	.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
		display: flex;
		margin-bottom: 0;
	}

	.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
		display: block;
		margin-bottom: 10px;
	}

	.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
		grid-template-columns: 1fr;
	}
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	display: grid;
}

@media (max-width:768px) {
	.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
		display: grid;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
		display: grid;
	}
}

.ast-builder-html-element img.alignnone {
	display: inline-block;
}

.ast-builder-html-element p:first-child {
	margin-top: 0;
}

.ast-builder-html-element p:last-child {
	margin-bottom: 0;
}

.ast-header-break-point .main-header-bar .ast-builder-html-element {
	line-height: 1.85714285714286;
}

.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="section-fb-html-1"] {
	display: block;
}

@media (max-width:768px) {
	.ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"] {
		display: block;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .footer-widget-area[data-section="section-fb-html-1"] {
		display: block;
	}
}

.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
	text-align: right;
}

@media (max-width:768px) {
	.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
		text-align: right;
	}
}

@media (max-width:544px) {
	.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
		text-align: center;
	}
}


@media (max-width:768px) {
	.ast-footer-copyright {
		text-align: center;
	}
}

.ast-footer-copyright.ast-builder-layout-element {
	display: flex;
}

@media (max-width:768px) {
	.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
		display: flex;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
		display: flex;
	}
}

.site-footer {
	/* background-color: #cd0017; */
	/* background-color: #252525; */
	background: linear-gradient(to bottom, #7b1918, #000);

	/* background-image: none; */
}

.site-primary-footer-wrap {
	padding-top: 45px;
	padding-bottom: 45px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	background-image: none;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section {
	align-items: flex-start;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section {
	display: flex;
	margin-bottom: 0;
}

.ast-builder-grid-row-3-lheavy .ast-builder-grid-row {
	grid-template-columns: 2fr 1fr 1fr;
}

@media (max-width:768px) {
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
		display: flex;
		margin-bottom: 0;
	}

	.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
		display: block;
		margin-bottom: 10px;
	}

	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:544px) {
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
		display: flex;
		margin-bottom: 0;
	}

	.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
		display: block;
		margin-bottom: 10px;
	}

	.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
		grid-template-columns: 1fr;
	}
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width:544px) {
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	display: grid;
}

@media (max-width:768px) {
	.ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
		display: grid;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
		display: grid;
	}
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
	text-align: left;
}

@media (max-width:768px) {
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
		text-align: left;
	}
}

@media (max-width:544px) {
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
		text-align: center;
	}
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner a {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner a:hover {
	color: var(--ast-global-color-0);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-title {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
	display: block;
}

@media (max-width:768px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
		display: block;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
		display: block;
	}
}

/*.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner {
	color: var(--ast-global-color-4);
}*/

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a:hover {
	color: var(--ast-global-color-5);
}

/*.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-title {
	color: var(--ast-global-color-5);
}*/

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
	display: block;
}

@media (max-width:768px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
		display: block;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
		display: block;
	}
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner a {
	color: var(--ast-global-color-7);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner a:hover {
	color: var(--ast-global-color-5);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-title {
	color: var(--ast-global-color-5);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
	display: block;
}

@media (max-width:768px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
		display: block;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
		display: block;
	}
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner {
	text-align: left;
}

@media (max-width:768px) {
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner {
		text-align: left;
	}
}

@media (max-width:544px) {
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner {
		text-align: center;
	}
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner a {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner a:hover {
	color: var(--ast-global-color-0);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-title {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
	display: block;
}

@media (max-width:768px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
		display: block;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
		display: block;
	}
}

/*.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner {
	color: var(--ast-global-color-4);
}
*/
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a:hover {
	color: var(--ast-global-color-5);
}

/*.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-title {
	color: var(--ast-global-color-5);
}
*/
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
	display: block;
}

@media (max-width:768px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
		display: block;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
		display: block;
	}
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner a {
	color: var(--ast-global-color-7);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner a:hover {
	color: var(--ast-global-color-5);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-title {
	color: var(--ast-global-color-5);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
	display: block;
}

@media (max-width:768px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
		display: block;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
		display: block;
	}
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
	text-align: left;
}

@media (max-width:768px) {
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
		text-align: left;
	}
}

@media (max-width:544px) {
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
		text-align: center;
	}
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner a {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .footer-widget-area-inner a:hover {
	color: var(--ast-global-color-0);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-title {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
	display: block;
}

@media (max-width:768px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
		display: block;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
		display: block;
	}
}

/*.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner {
	color: var(--ast-global-color-4);
}*/

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .footer-widget-area-inner a:hover {
	color: var(--ast-global-color-5);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-title {
	color: var(--ast-global-color-5);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
	display: block;
}

@media (max-width:768px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
		display: block;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
		display: block;
	}
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner {
	color: var(--ast-global-color-4);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner a {
	color: var(--ast-global-color-7);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .footer-widget-area-inner a:hover {
	color: var(--ast-global-color-5);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-title {
	color: var(--ast-global-color-5);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
	display: block;
}

@media (max-width:768px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
		display: block;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] {
		display: block;
	}
}

.ast-desktop .ast-mega-menu-enabled .ast-builder-menu-1 div:not(.astra-full-megamenu-wrapper) .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu,
.ast-desktop .ast-builder-menu-1 .astra-full-megamenu-wrapper,
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu {
	box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
}


.ast-desktop .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
	max-width: 35%;
}

@media (max-width:768px) {
	.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
		max-width: 90%;
	}
}

@media (max-width:544px) {
	.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
		max-width: 90%;
	}
}

.ast-header-break-point .main-header-bar {
	border-bottom-width: 0;
}

@media (min-width:769px) {
	.main-header-bar {
		border-bottom-width: 0;
	}
}

.ast-flex {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.ast-site-identity {
	padding: 0;
}

.header-main-layout-1 .ast-flex.main-header-container,
.header-main-layout-3 .ast-flex.main-header-container {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-main-layout-1 .ast-flex.main-header-container,
.header-main-layout-3 .ast-flex.main-header-container {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link:after {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translate(0, -50%) rotate(270deg);
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children>.ast-menu-toggle::before,
.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before,
.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before,
.ast-header-break-point .ast-mobile-header-wrap .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before {
	font-weight: bold;
	content: "\e900";
	font-family: Astra;
	text-decoration: inherit;
	display: inline-block;
}

.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before {
	content: "\e900";
	font-family: Astra;
	font-size: .65em;
	text-decoration: inherit;
	display: inline-block;
	transform: translate(0, -2px) rotateZ(270deg);
	margin-right: 5px;
}

.widget_search .search-form:after {
	font-family: Astra;
	font-size: 1.2em;
	font-weight: normal;
	content: "\e8b6";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
}

.astra-search-icon::before {
	content: "\e8b6";
	font-family: Astra;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 3;
}

.main-header-bar .main-header-bar-navigation .page_item_has_children>a:after,
.main-header-bar .main-header-bar-navigation .menu-item-has-children>a:after,
.site-header-focus-item .main-header-bar-navigation .menu-item-has-children>.menu-link:after {
	content: "\e900";
	display: inline-block;
	font-family: Astra;
	font-size: .6rem;
	font-weight: bold;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 10px;
	line-height: normal;
}

.ast-mobile-popup-drawer .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
	transform: rotateX(180deg);
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.menu-link:after {
	display: none;
}




.ast-mobile-header-content>*,
.ast-desktop-header-content>* {
	padding: 10px 0;
	height: auto;
}

.ast-mobile-header-content>*:first-child,
.ast-desktop-header-content>*:first-child {
	padding-top: 10px;
}

.ast-mobile-header-content>.ast-builder-menu,
.ast-desktop-header-content>.ast-builder-menu {
	padding-top: 0;
}

.ast-mobile-header-content>*:last-child,
.ast-desktop-header-content>*:last-child {
	padding-bottom: 0;
}

.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,
.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {
	width: 100%;
}

.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
	transform: rotateX(180deg);
}

#ast-desktop-header .ast-desktop-header-content,
.ast-mobile-header-content .ast-search-icon,
.ast-desktop-header-content .ast-search-icon,
.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {
	display: none;
}

.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,
.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
	display: block;
}




.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up>.menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up>.menu-item .menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down>.menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down>.menu-item .menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade>.menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade>.menu-item .menu-item>.sub-menu {
	opacity: 1;
	visibility: visible;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {
	width: unset;
	margin: unset;
}

.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle,
.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
	left: calc(20px - 0.907em);
}

.ast-mobile-header-content .ast-search-menu-icon,
.ast-mobile-header-content .ast-search-menu-icon.slide-search,
.ast-desktop-header-content .ast-search-menu-icon,
.ast-desktop-header-content .ast-search-menu-icon.slide-search {
	width: 100%;
	position: relative;
	display: block;
	right: auto;
	transform: none;
}

.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,
.ast-mobile-header-content .ast-search-menu-icon .search-form,
.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,
.ast-desktop-header-content .ast-search-menu-icon .search-form {
	right: 0;
	visibility: visible;
	opacity: 1;
	position: relative;
	top: auto;
	transform: none;
	padding: 0;
	display: block;
	overflow: hidden;
}

.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,
.ast-mobile-header-content .ast-search-menu-icon .search-field,
.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,
.ast-desktop-header-content .ast-search-menu-icon .search-field {
	width: 100%;
	padding-right: 5.5em;
}

.ast-mobile-header-content .ast-search-menu-icon .search-submit,
.ast-desktop-header-content .ast-search-menu-icon .search-submit {
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	padding: 0 1em;
	border-radius: 0;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {
	padding-left: 30px;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {
	padding-left: 40px;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
	background-color: #ffffff;
}

.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-desktop-header-content {
	background-color: #ffffff;
}

.ast-mobile-popup-content>*,
.ast-mobile-header-content>*,
.ast-desktop-popup-content>*,
.ast-desktop-header-content>* {
	padding-top: 0;
	padding-bottom: 0;
}

.content-align-flex-start .ast-builder-layout-element {
	justify-content: flex-start;
}

.content-align-flex-start .main-header-menu {
	text-align: left;
}

.ast-mobile-popup-drawer.active .menu-toggle-close {
	color: #3a3a3a;
}

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
	min-height: 70px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
	line-height: 70px;
	font-weight: 600;
}



.ast-header-break-point .ast-primary-header-bar {
	border-bottom-width: 0;
	border-bottom-style: solid;
}

@media (min-width:769px) {
	.ast-primary-header-bar {
		border-bottom-width: 0;
		border-bottom-style: solid;
	}
}



.ast-primary-header-bar {
	display: block;
}



[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
	color: #ffffff;
	border: none;
	background: var(--ast-global-color-0);
	border-radius: 2px;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	width: 20px;
	height: 20px;
	fill: #ffffff;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
	color: #ffffff;
}

.site-footer-below-section-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
}

/* CSS added by Hide Metadata Plugin */

.entry-meta .byline:before,
.entry-header .entry-meta span.byline:before,
.entry-meta .byline:after,
.entry-header .entry-meta span.byline:after,
.single .byline,
.group-blog .byline,
.entry-meta .byline,
.entry-header .entry-meta>span.byline,
.entry-meta .author.vcard {
	content: '';
	display: none;
	margin: 0;
}

.site-below-footer-wrap {
    text-align: center;
}

.ast-footer-copyright p {
    display: inline-block;
}

.uagb-container-inner-blocks-wrap1 {
    background-color:#F8F5F4;
    padding: 20px; 
    border-radius: 10px; 
}


