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--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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
--wp--preset--duotone--midnight: url('#wp-duotone-midnight');
--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
--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;
}
.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-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-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-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;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.hoverTrigger.current-menu-ancestor.current_page_ancestor a {
    color: #db2d2e;background:#f4f4f4;
}
.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;
}

.ext-absolute {
	position: absolute!important
}
.ext-relative {
	position: relative!important
}
.ext-top-base {
	top: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-top-lg {
	top: var(--extendify--spacing--large)!important
}
.ext--top-base {
top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.ext--top-lg {
top:calc(var(--extendify--spacing--large)*-1)!important
}
.ext-right-base {
	right: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-right-lg {
	right: var(--extendify--spacing--large)!important
}
.ext--right-base {
right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.ext--right-lg {
right:calc(var(--extendify--spacing--large)*-1)!important
}
.ext-bottom-base {
	bottom: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-bottom-lg {
	bottom: var(--extendify--spacing--large)!important
}
.ext--bottom-base {
bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.ext--bottom-lg {
bottom:calc(var(--extendify--spacing--large)*-1)!important
}
.ext-left-base {
	left: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-left-lg {
	left: var(--extendify--spacing--large)!important
}
.ext--left-base {
left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.ext--left-lg {
left:calc(var(--extendify--spacing--large)*-1)!important
}
.ext-order-1 {
	order: 1!important
}
.ext-order-2 {
	order: 2!important
}
.ext-col-auto {
	grid-column: auto!important
}
.ext-col-span-1 {
	grid-column: span 1/span 1!important
}
.ext-col-span-2 {
	grid-column: span 2/span 2!important
}
.ext-col-span-3 {
	grid-column: span 3/span 3!important
}
.ext-col-span-4 {
	grid-column: span 4/span 4!important
}
.ext-col-span-5 {
	grid-column: span 5/span 5!important
}
.ext-col-span-6 {
	grid-column: span 6/span 6!important
}
.ext-col-span-7 {
	grid-column: span 7/span 7!important
}
.ext-col-span-8 {
	grid-column: span 8/span 8!important
}
.ext-col-span-9 {
	grid-column: span 9/span 9!important
}
.ext-col-span-10 {
	grid-column: span 10/span 10!important
}
.ext-col-span-11 {
	grid-column: span 11/span 11!important
}
.ext-col-span-12 {
	grid-column: span 12/span 12!important
}
.ext-col-span-full {
	grid-column: 1/-1!important
}
.ext-col-start-1 {
	grid-column-start: 1!important
}
.ext-col-start-2 {
	grid-column-start: 2!important
}
.ext-col-start-3 {
	grid-column-start: 3!important
}
.ext-col-start-4 {
	grid-column-start: 4!important
}
.ext-col-start-5 {
	grid-column-start: 5!important
}
.ext-col-start-6 {
	grid-column-start: 6!important
}
.ext-col-start-7 {
	grid-column-start: 7!important
}
.ext-col-start-8 {
	grid-column-start: 8!important
}
.ext-col-start-9 {
	grid-column-start: 9!important
}
.ext-col-start-10 {
	grid-column-start: 10!important
}
.ext-col-start-11 {
	grid-column-start: 11!important
}
.ext-col-start-12 {
	grid-column-start: 12!important
}
.ext-col-start-13 {
	grid-column-start: 13!important
}
.ext-col-start-auto {
	grid-column-start: auto!important
}
.ext-col-end-1 {
	grid-column-end: 1!important
}
.ext-col-end-2 {
	grid-column-end: 2!important
}
.ext-col-end-3 {
	grid-column-end: 3!important
}
.ext-col-end-4 {
	grid-column-end: 4!important
}
.ext-col-end-5 {
	grid-column-end: 5!important
}
.ext-col-end-6 {
	grid-column-end: 6!important
}
.ext-col-end-7 {
	grid-column-end: 7!important
}
.ext-col-end-8 {
	grid-column-end: 8!important
}
.ext-col-end-9 {
	grid-column-end: 9!important
}
.ext-col-end-10 {
	grid-column-end: 10!important
}
.ext-col-end-11 {
	grid-column-end: 11!important
}
.ext-col-end-12 {
	grid-column-end: 12!important
}
.ext-col-end-13 {
	grid-column-end: 13!important
}
.ext-col-end-auto {
	grid-column-end: auto!important
}
.ext-row-auto {
	grid-row: auto!important
}
.ext-row-span-1 {
	grid-row: span 1/span 1!important
}
.ext-row-span-2 {
	grid-row: span 2/span 2!important
}
.ext-row-span-3 {
	grid-row: span 3/span 3!important
}
.ext-row-span-4 {
	grid-row: span 4/span 4!important
}
.ext-row-span-5 {
	grid-row: span 5/span 5!important
}
.ext-row-span-6 {
	grid-row: span 6/span 6!important
}
.ext-row-span-full {
	grid-row: 1/-1!important
}
.ext-row-start-1 {
	grid-row-start: 1!important
}
.ext-row-start-2 {
	grid-row-start: 2!important
}
.ext-row-start-3 {
	grid-row-start: 3!important
}
.ext-row-start-4 {
	grid-row-start: 4!important
}
.ext-row-start-5 {
	grid-row-start: 5!important
}
.ext-row-start-6 {
	grid-row-start: 6!important
}
.ext-row-start-7 {
	grid-row-start: 7!important
}
.ext-row-start-auto {
	grid-row-start: auto!important
}
.ext-row-end-1 {
	grid-row-end: 1!important
}
.ext-row-end-2 {
	grid-row-end: 2!important
}
.ext-row-end-3 {
	grid-row-end: 3!important
}
.ext-row-end-4 {
	grid-row-end: 4!important
}
.ext-row-end-5 {
	grid-row-end: 5!important
}
.ext-row-end-6 {
	grid-row-end: 6!important
}
.ext-row-end-7 {
	grid-row-end: 7!important
}
.ext-row-end-auto {
	grid-row-end: auto!important
}
.ext-m-0:not([style*=margin]) {
	margin: 0!important
}
.ext-m-auto:not([style*=margin]) {
	margin: auto!important
}
.ext-m-base:not([style*=margin]) {
	margin: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-m-lg:not([style*=margin]) {
	margin: var(--extendify--spacing--large)!important
}
.ext--m-base:not([style*=margin]) {
margin:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.ext--m-lg:not([style*=margin]) {
margin:calc(var(--extendify--spacing--large)*-1)!important
}
.ext-mx-0:not([style*=margin]) {
	margin-left: 0!important;
	margin-right: 0!important
}
.ext-mx-auto:not([style*=margin]) {
	margin-left: auto!important;
	margin-right: auto!important
}
.ext-mx-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem)!important;
	margin-right: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-mx-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large)!important;
	margin-right: var(--extendify--spacing--large)!important
}
.ext--mx-base:not([style*=margin]) {
margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;
margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.ext--mx-lg:not([style*=margin]) {
margin-left:calc(var(--extendify--spacing--large)*-1)!important;
margin-right:calc(var(--extendify--spacing--large)*-1)!important
}
.ext-my-0:not([style*=margin]) {
	margin-bottom: 0!important;
	margin-top: 0!important
}
.ext-my-auto:not([style*=margin]) {
	margin-bottom: auto!important;
	margin-top: auto!important
}
.ext-my-base:not([style*=margin]) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)!important;
	margin-top: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-my-lg:not([style*=margin]) {
	margin-bottom: var(--extendify--spacing--large)!important;
	margin-top: var(--extendify--spacing--large)!important
}
.ext--my-base:not([style*=margin]) {
margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;
margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.ext--my-lg:not([style*=margin]) {
margin-bottom:calc(var(--extendify--spacing--large)*-1)!important;
margin-top:calc(var(--extendify--spacing--large)*-1)!important
}
.ext-mt-0:not([style*=margin]) {
	margin-top: 0!important
}
.ext-mt-auto:not([style*=margin]) {
	margin-top: auto!important
}
.ext-mt-base:not([style*=margin]) {
	margin-top: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-mt-lg:not([style*=margin]) {
	margin-top: var(--extendify--spacing--large)!important
}
.ext--mt-base:not([style*=margin]) {
margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.ext--mt-lg:not([style*=margin]) {
margin-top:calc(var(--extendify--spacing--large)*-1)!important
}
.ext-mr-0:not([style*=margin]) {
	margin-right: 0!important
}
.ext-mr-auto:not([style*=margin]) {
	margin-right: auto!important
}
.ext-mr-base:not([style*=margin]) {
	margin-right: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-mr-lg:not([style*=margin]) {
	margin-right: var(--extendify--spacing--large)!important
}
.ext--mr-base:not([style*=margin]) {
margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.ext--mr-lg:not([style*=margin]) {
margin-right:calc(var(--extendify--spacing--large)*-1)!important
}
.ext-mb-0:not([style*=margin]) {
	margin-bottom: 0!important
}
.ext-mb-auto:not([style*=margin]) {
	margin-bottom: auto!important
}
.ext-mb-base:not([style*=margin]) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-mb-lg:not([style*=margin]) {
	margin-bottom: var(--extendify--spacing--large)!important
}
.ext--mb-base:not([style*=margin]) {
margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.ext--mb-lg:not([style*=margin]) {
margin-bottom:calc(var(--extendify--spacing--large)*-1)!important
}
.ext-ml-0:not([style*=margin]) {
	margin-left: 0!important
}
.ext-ml-auto:not([style*=margin]) {
	margin-left: auto!important
}
.ext-ml-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-ml-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large)!important
}
.ext--ml-base:not([style*=margin]) {
margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.ext--ml-lg:not([style*=margin]) {
margin-left:calc(var(--extendify--spacing--large)*-1)!important
}
.ext-block {
	display: block!important
}
.ext-inline-block {
	display: inline-block!important
}
.ext-inline {
	display: inline!important
}
.ext-flex {
	display: flex!important
}
.ext-inline-flex {
	display: inline-flex!important
}
.ext-grid {
	display: grid!important
}
.ext-inline-grid {
	display: inline-grid!important
}
.ext-hidden {
	display: none!important
}
.ext-w-auto {
	width: auto!important
}
.ext-w-full {
	width: 100%!important
}
.ext-max-w-full {
	max-width: 100%!important
}
.ext-flex-1 {
	flex: 1 1 0%!important
}
.ext-flex-auto {
	flex: 1 1 auto!important
}
.ext-flex-initial {
	flex: 0 1 auto!important
}
.ext-flex-none {
	flex: none!important
}
.ext-flex-shrink-0 {
	flex-shrink: 0!important
}
.ext-flex-shrink {
	flex-shrink: 1!important
}
.ext-flex-grow-0 {
	flex-grow: 0!important
}
.ext-flex-grow {
	flex-grow: 1!important
}
.ext-list-none {
	list-style-type: none!important
}
.ext-grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))!important
}
.ext-grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))!important
}
.ext-grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))!important
}
.ext-grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr))!important
}
.ext-grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr))!important
}
.ext-grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr))!important
}
.ext-grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr))!important
}
.ext-grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr))!important
}
.ext-grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr))!important
}
.ext-grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr))!important
}
.ext-grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr))!important
}
.ext-grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr))!important
}
.ext-grid-cols-none {
	grid-template-columns: none!important
}
.ext-grid-rows-1 {
	grid-template-rows: repeat(1, minmax(0, 1fr))!important
}
.ext-grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr))!important
}
.ext-grid-rows-3 {
	grid-template-rows: repeat(3, minmax(0, 1fr))!important
}
.ext-grid-rows-4 {
	grid-template-rows: repeat(4, minmax(0, 1fr))!important
}
.ext-grid-rows-5 {
	grid-template-rows: repeat(5, minmax(0, 1fr))!important
}
.ext-grid-rows-6 {
	grid-template-rows: repeat(6, minmax(0, 1fr))!important
}
.ext-grid-rows-none {
	grid-template-rows: none!important
}
.ext-flex-row {
	flex-direction: row!important
}
.ext-flex-row-reverse {
	flex-direction: row-reverse!important
}
.ext-flex-col {
	flex-direction: column!important
}
.ext-flex-col-reverse {
	flex-direction: column-reverse!important
}
.ext-flex-wrap {
	flex-wrap: wrap!important
}
.ext-flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.ext-flex-nowrap {
	flex-wrap: nowrap!important
}
.ext-items-start {
	align-items: flex-start!important
}
.ext-items-end {
	align-items: flex-end!important
}
.ext-items-center {
	align-items: center!important
}
.ext-items-baseline {
	align-items: baseline!important
}
.ext-items-stretch {
	align-items: stretch!important
}
.ext-justify-start {
	justify-content: flex-start!important
}
.ext-justify-end {
	justify-content: flex-end!important
}
.ext-justify-center {
	justify-content: center!important
}
.ext-justify-between {
	justify-content: space-between!important
}
.ext-justify-around {
	justify-content: space-around!important
}
.ext-justify-evenly {
	justify-content: space-evenly!important
}
.ext-justify-items-start {
	justify-items: start!important
}
.ext-justify-items-end {
	justify-items: end!important
}
.ext-justify-items-center {
	justify-items: center!important
}
.ext-justify-items-stretch {
	justify-items: stretch!important
}
.ext-gap-0 {
	gap: 0!important
}
.ext-gap-base {
	gap: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-gap-lg {
	gap: var(--extendify--spacing--large)!important
}
.ext-gap-x-0 {
	-moz-column-gap: 0!important;
	column-gap: 0!important
}
.ext-gap-x-base {
	-moz-column-gap: var(--wp--style--block-gap, 1.75rem)!important;
	column-gap: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-gap-x-lg {
	-moz-column-gap: var(--extendify--spacing--large)!important;
	column-gap: var(--extendify--spacing--large)!important
}
.ext-gap-y-0 {
	row-gap: 0!important
}
.ext-gap-y-base {
	row-gap: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-gap-y-lg {
	row-gap: var(--extendify--spacing--large)!important
}
.ext-justify-self-auto {
	justify-self: auto!important
}
.ext-justify-self-start {
	justify-self: start!important
}
.ext-justify-self-end {
	justify-self: end!important
}
.ext-justify-self-center {
	justify-self: center!important
}
.ext-justify-self-stretch {
	justify-self: stretch!important
}
.ext-rounded-none {
	border-radius: 0!important
}
.ext-rounded-full {
	border-radius: 9999px!important
}
.ext-rounded-t-none {
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important
}
.ext-rounded-t-full {
	border-top-left-radius: 9999px!important;
	border-top-right-radius: 9999px!important
}
.ext-rounded-r-none {
	border-bottom-right-radius: 0!important;
	border-top-right-radius: 0!important
}
.ext-rounded-r-full {
	border-bottom-right-radius: 9999px!important;
	border-top-right-radius: 9999px!important
}
.ext-rounded-b-none {
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important
}
.ext-rounded-b-full {
	border-bottom-left-radius: 9999px!important;
	border-bottom-right-radius: 9999px!important
}
.ext-rounded-l-none {
	border-bottom-left-radius: 0!important;
	border-top-left-radius: 0!important
}
.ext-rounded-l-full {
	border-bottom-left-radius: 9999px!important;
	border-top-left-radius: 9999px!important
}
.ext-rounded-tl-none {
	border-top-left-radius: 0!important
}
.ext-rounded-tl-full {
	border-top-left-radius: 9999px!important
}
.ext-rounded-tr-none {
	border-top-right-radius: 0!important
}
.ext-rounded-tr-full {
	border-top-right-radius: 9999px!important
}
.ext-rounded-br-none {
	border-bottom-right-radius: 0!important
}
.ext-rounded-br-full {
	border-bottom-right-radius: 9999px!important
}
.ext-rounded-bl-none {
	border-bottom-left-radius: 0!important
}
.ext-rounded-bl-full {
	border-bottom-left-radius: 9999px!important
}
.ext-border-0 {
	border-width: 0!important
}
.ext-border-t-0 {
	border-top-width: 0!important
}
.ext-border-r-0 {
	border-right-width: 0!important
}
.ext-border-b-0 {
	border-bottom-width: 0!important
}
.ext-border-l-0 {
	border-left-width: 0!important
}
.ext-p-0:not([style*=padding]) {
	padding: 0!important
}
.ext-p-base:not([style*=padding]) {
	padding: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-p-lg:not([style*=padding]) {
	padding: var(--extendify--spacing--large)!important
}
.ext-px-0:not([style*=padding]) {
	padding-left: 0!important;
	padding-right: 0!important
}
.ext-px-base:not([style*=padding]) {
	padding-left: var(--wp--style--block-gap, 1.75rem)!important;
	padding-right: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-px-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large)!important;
	padding-right: var(--extendify--spacing--large)!important
}
.ext-py-0:not([style*=padding]) {
	padding-bottom: 0!important;
	padding-top: 0!important
}
.ext-py-base:not([style*=padding]) {
	padding-bottom: var(--wp--style--block-gap, 1.75rem)!important;
	padding-top: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-py-lg:not([style*=padding]) {
	padding-bottom: var(--extendify--spacing--large)!important;
	padding-top: var(--extendify--spacing--large)!important
}
.ext-pt-0:not([style*=padding]) {
	padding-top: 0!important
}
.ext-pt-base:not([style*=padding]) {
	padding-top: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-pt-lg:not([style*=padding]) {
	padding-top: var(--extendify--spacing--large)!important
}
.ext-pr-0:not([style*=padding]) {
	padding-right: 0!important
}
.ext-pr-base:not([style*=padding]) {
	padding-right: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-pr-lg:not([style*=padding]) {
	padding-right: var(--extendify--spacing--large)!important
}
.ext-pb-0:not([style*=padding]) {
	padding-bottom: 0!important
}
.ext-pb-base:not([style*=padding]) {
	padding-bottom: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-pb-lg:not([style*=padding]) {
	padding-bottom: var(--extendify--spacing--large)!important
}
.ext-pl-0:not([style*=padding]) {
	padding-left: 0!important
}
.ext-pl-base:not([style*=padding]) {
	padding-left: var(--wp--style--block-gap, 1.75rem)!important
}
.ext-pl-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large)!important
}
.ext-text-left {
	text-align: left!important
}
.ext-text-center {
	text-align: center!important
}
.ext-text-right {
	text-align: right!important
}
.ext-leading-none {
	line-height: 1!important
}
.ext-leading-tight {
	line-height: 1.25!important
}
.ext-leading-snug {
	line-height: 1.375!important
}
.ext-leading-normal {
	line-height: 1.5!important
}
.ext-leading-relaxed {
	line-height: 1.625!important
}
.ext-leading-loose {
	line-height: 2!important
}
.clip-path--rhombus img {
	-webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%);
	clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%)
}
.clip-path--diamond img {
	-webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%);
	clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%)
}
.clip-path--rhombus-alt img {
	-webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%);
	clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%)
}
.wp-block-columns[class*=fullwidth-cols] {
	margin-bottom: unset
}
.wp-block-column.editor\:pointer-events-none {
	margin-bottom: 0!important;
	margin-top: 0!important
}
.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.wp-block-column.editor\:pointer-events-none, .is-root-container.block-editor-block-list__layout>[data-align=wide]>.wp-block-column.editor\:pointer-events-none {
margin-top:calc(var(--wp--style--block-gap, 28px)*-1)!important
}
.ext .wp-block-columns .wp-block-column[style*=padding] {
	padding-left: 0!important;
	padding-right: 0!important
}
.ext .wp-block-columns+.wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]) {
	margin-top: 0!important
}
[class*=fullwidth-cols] .wp-block-column:first-child, [class*=fullwidth-cols] .wp-block-group:first-child {
	margin-top: 0
}
[class*=fullwidth-cols] .wp-block-column:last-child, [class*=fullwidth-cols] .wp-block-group:last-child {
	margin-bottom: 0
}
[class*=fullwidth-cols] .wp-block-column:first-child>*, [class*=fullwidth-cols] .wp-block-column>:first-child {
	margin-top: 0
}
.ext .is-not-stacked-on-mobile .wp-block-column, [class*=fullwidth-cols] .wp-block-column>:last-child {
	margin-bottom: 0
}
.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)
}
@media (min-width:782px) {
.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
	margin-bottom: 0
}
}
.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile>.wp-block-column {
	margin-bottom: 0!important
}
@media (min-width:600px) and (max-width:781px) {
.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
	margin-left: var(--wp--style--block-gap, 2em)
}
}
@media (max-width:781px) {
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
	flex-wrap: wrap
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column, .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]) {
	margin-left: 0!important
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-basis: 100%!important
}
}
@media (max-width:1079px) {
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
	flex-wrap: wrap
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column, .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]) {
	margin-left: 0!important
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-basis: 100%!important
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)!important
}
}
.direction-rtl {
	direction: rtl
}
.direction-ltr {
	direction: ltr
}
.is-style-inline-list {
	padding-left: 0!important
}
.is-style-inline-list li {
	list-style-type: none!important
}
@media (min-width:782px) {
.is-style-inline-list li {
	display: inline!important;
	margin-right: var(--wp--style--block-gap, 1.75rem)!important
}
}
@media (min-width:782px) {
.is-style-inline-list li:first-child {
	margin-left: 0!important
}
}
@media (min-width:782px) {
.is-style-inline-list li:last-child {
	margin-right: 0!important
}
}
.bring-to-front {
	position: relative;
	z-index: 10
}
.text-stroke {
	-webkit-text-stroke-color: var(--wp--preset--color--background)
}
.text-stroke, .text-stroke--primary {
	-webkit-text-stroke-width: var(  --wp--custom--typography--text-stroke-width, 2px  )
}
.text-stroke--primary {
	-webkit-text-stroke-color: var(--wp--preset--color--primary)
}
.text-stroke--secondary {
	-webkit-text-stroke-width: var(  --wp--custom--typography--text-stroke-width, 2px  );
	-webkit-text-stroke-color: var(--wp--preset--color--secondary)
}
.editor\:no-caption .block-editor-rich-text__editable {
	display: none!important
}
.editor\:no-inserter .wp-block-column:not(.is-selected)>.block-list-appender, .editor\:no-inserter .wp-block-cover__inner-container>.block-list-appender, .editor\:no-inserter .wp-block-group__inner-container>.block-list-appender, .editor\:no-inserter>.block-list-appender {
	display: none
}
.editor\:no-resize .components-resizable-box__handle, .editor\:no-resize .components-resizable-box__handle:after, .editor\:no-resize .components-resizable-box__side-handle:before {
	display: none;
	pointer-events: none
}
.editor\:no-resize .components-resizable-box__container {
	display: block
}
.editor\:pointer-events-none {
	pointer-events: none
}
.is-style-angled {
	justify-content: flex-end
}
.ext .is-style-angled>[class*=_inner-container], .is-style-angled {
align-items:center
}
.is-style-angled .wp-block-cover__image-background, .is-style-angled .wp-block-cover__video-background {
	-webkit-clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
	clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
	z-index: 1
}
@media (min-width:782px) {
.is-style-angled .wp-block-cover__image-background, .is-style-angled .wp-block-cover__video-background {
	-webkit-clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%);
	clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%)
}
}
.has-foreground-color {
	color: var(--wp--preset--color--foreground, #000)!important
}
.has-foreground-background-color {
	background-color: var(--wp--preset--color--foreground, #000)!important
}
.has-background-color {
	color: var(--wp--preset--color--background, #fff)!important
}
.has-background-background-color {
	background-color: var(--wp--preset--color--background, #fff)!important
}
.has-primary-color {
	color: var(--wp--preset--color--primary, #4b5563)!important
}
.has-primary-background-color {
	background-color: var(--wp--preset--color--primary, #4b5563)!important
}
.has-secondary-color {
	color: var(--wp--preset--color--secondary, #9ca3af)!important
}
.has-secondary-background-color {
	background-color: var(--wp--preset--color--secondary, #9ca3af)!important
}
.ext.has-text-color h1, .ext.has-text-color h2, .ext.has-text-color h3, .ext.has-text-color h4, .ext.has-text-color h5, .ext.has-text-color h6, .ext.has-text-color p {
	color: currentColor
}
.has-white-color {
	color: var(--wp--preset--color--white, #fff)!important
}
.has-black-color {
	color: var(--wp--preset--color--black, #000)!important
}
.has-ext-foreground-background-color {
	background-color: var(  --wp--preset--color--foreground, var(--wp--preset--color--black, #000)  )!important
}
.has-ext-primary-background-color {
	background-color: var(  --wp--preset--color--primary, var(--wp--preset--color--cyan-bluish-gray, #000)  )!important
}
.wp-block-button__link.has-black-background-color {
	border-color: var(--wp--preset--color--black, #000)
}
.wp-block-button__link.has-white-background-color {
	border-color: var(--wp--preset--color--white, #fff)
}
.has-ext-small-font-size {
	font-size: var(--wp--preset--font-size--ext-small)!important
}
.has-ext-medium-font-size {
	font-size: var(--wp--preset--font-size--ext-medium)!important
}
.has-ext-large-font-size {
	font-size: var(--wp--preset--font-size--ext-large)!important;
	line-height: 1.2
}
.has-ext-x-large-font-size {
	font-size: var(--wp--preset--font-size--ext-x-large)!important;
	line-height: 1
}
.has-ext-xx-large-font-size {
	font-size: var(--wp--preset--font-size--ext-xx-large)!important;
	line-height: 1
}
.has-ext-x-large-font-size:not([style*=line-height]), .has-ext-xx-large-font-size:not([style*=line-height]) {
	line-height: 1.1
}
.ext .wp-block-group>* {
	margin-bottom: 0;
	margin-top: 0
}
.ext .wp-block-group>*+* {
	margin-bottom: 0
}
.ext .wp-block-group>*+*, .ext h2 {
	margin-top: var(--wp--style--block-gap, 1.75rem)
}
.ext h2 {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)
}
.has-ext-x-large-font-size+h3, .has-ext-x-large-font-size+p {
margin-top:.5rem
}
.ext .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	min-width: 12rem;
width:calc(25% - var(--wp--style--block-gap, .5em)*.75)
}
.ext .ext-grid>[class*=_inner-container] {
display:grid
}
.ext>[class*=_inner-container]>.ext-grid:not([class*=columns]), .ext>[class*=_inner-container]>.wp-block>.ext-grid:not([class*=columns]) {
display:initial!important
}
.ext .ext-grid-cols-1>[class*=_inner-container] {
grid-template-columns:repeat(1, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-2>[class*=_inner-container] {
grid-template-columns:repeat(2, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-3>[class*=_inner-container] {
grid-template-columns:repeat(3, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-4>[class*=_inner-container] {
grid-template-columns:repeat(4, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-5>[class*=_inner-container] {
grid-template-columns:repeat(5, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-6>[class*=_inner-container] {
grid-template-columns:repeat(6, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-7>[class*=_inner-container] {
grid-template-columns:repeat(7, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-8>[class*=_inner-container] {
grid-template-columns:repeat(8, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-9>[class*=_inner-container] {
grid-template-columns:repeat(9, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-10>[class*=_inner-container] {
grid-template-columns:repeat(10, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-11>[class*=_inner-container] {
grid-template-columns:repeat(11, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-12>[class*=_inner-container] {
grid-template-columns:repeat(12, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-13>[class*=_inner-container] {
grid-template-columns:repeat(13, minmax(0, 1fr))!important
}
.ext .ext-grid-cols-none>[class*=_inner-container] {
grid-template-columns:none!important
}
.ext .ext-grid-rows-1>[class*=_inner-container] {
grid-template-rows:repeat(1, minmax(0, 1fr))!important
}
.ext .ext-grid-rows-2>[class*=_inner-container] {
grid-template-rows:repeat(2, minmax(0, 1fr))!important
}
.ext .ext-grid-rows-3>[class*=_inner-container] {
grid-template-rows:repeat(3, minmax(0, 1fr))!important
}
.ext .ext-grid-rows-4>[class*=_inner-container] {
grid-template-rows:repeat(4, minmax(0, 1fr))!important
}
.ext .ext-grid-rows-5>[class*=_inner-container] {
grid-template-rows:repeat(5, minmax(0, 1fr))!important
}
.ext .ext-grid-rows-6>[class*=_inner-container] {
grid-template-rows:repeat(6, minmax(0, 1fr))!important
}
.ext .ext-grid-rows-none>[class*=_inner-container] {
grid-template-rows:none!important
}
.ext .ext-items-start>[class*=_inner-container] {
align-items:flex-start!important
}
.ext .ext-items-end>[class*=_inner-container] {
align-items:flex-end!important
}
.ext .ext-items-center>[class*=_inner-container] {
align-items:center!important
}
.ext .ext-items-baseline>[class*=_inner-container] {
align-items:baseline!important
}
.ext .ext-items-stretch>[class*=_inner-container] {
align-items:stretch!important
}
.ext.wp-block-group>:last-child {
	margin-bottom: 0
}
.ext .wp-block-group__inner-container {
	padding: 0!important
}
.ext.has-background {
	padding-left: var(--wp--style--block-gap, 1.75rem);
	padding-right: var(--wp--style--block-gap, 1.75rem)
}
.ext [class*=inner-container]>.alignwide [class*=inner-container], .ext [class*=inner-container]>[data-align=wide] [class*=inner-container] {
max-width:var(--responsive--alignwide-width, 120rem)
}
.ext [class*=inner-container]>.alignwide [class*=inner-container]>*, .ext [class*=inner-container]>[data-align=wide] [class*=inner-container]>* {
max-width:100%!important
}
.ext .wp-block-image {
	position: relative;
	text-align: center
}
.ext .wp-block-image img {
	display: inline-block;
	vertical-align: middle
}
body {
--extendify--spacing--large:var(  --wp--custom--spacing--large, clamp(2em, 8vw, 8em)  );
--wp--preset--font-size--ext-small:1rem;
--wp--preset--font-size--ext-medium:1.125rem;
--wp--preset--font-size--ext-large:clamp(1.65rem, 3.5vw, 2.15rem);
--wp--preset--font-size--ext-x-large:clamp(3rem, 6vw, 4.75rem);
--wp--preset--font-size--ext-xx-large:clamp(3.25rem, 7.5vw, 5.75rem);
--wp--preset--color--black:#000;
--wp--preset--color--white:#fff
}
.ext * {
	box-sizing: border-box
}
.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container {
	background: transparent!important
}
.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container:before {
	display: none!important
}
.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
	margin-bottom: unset;
	margin-top: unset
}
.ext .alignwide {
	margin-left: auto!important;
	margin-right: auto!important
}
.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.ext-my-0, .is-root-container.block-editor-block-list__layout>[data-align=wide]>.ext-my-0:not([style*=margin]) {
margin-top:calc(var(--wp--style--block-gap, 28px)*-1)!important
}
.block-editor-block-preview__content-iframe .preview\:min-h-50 {
	min-height: 50vw!important
}
.block-editor-block-preview__content-iframe .preview\:min-h-60 {
	min-height: 60vw!important
}
.block-editor-block-preview__content-iframe .preview\:min-h-70 {
	min-height: 70vw!important
}
.block-editor-block-preview__content-iframe .preview\:min-h-80 {
	min-height: 80vw!important
}
.block-editor-block-preview__content-iframe .preview\:min-h-100 {
	min-height: 100vw!important
}
.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]) {
	margin-right: 0!important
}
.ext-ml-0:not([style*=margin]):not([style*=margin]) {
	margin-left: 0!important
}
.is-root-container .wp-block[data-align=full]>.ext-mx-0:not([style*=margin]):not([style*=margin]) {
margin-left:calc(var(--wp--custom--spacing--outer, 0)*1)!important;
margin-right:calc(var(--wp--custom--spacing--outer, 0)*1)!important;
	overflow: hidden;
	width: unset
}
@media (min-width:782px) {
.tablet\:ext-absolute {
	position: absolute!important
}
.tablet\:ext-relative {
	position: relative!important
}
.tablet\:ext-top-base {
	top: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-top-lg {
	top: var(--extendify--spacing--large)!important
}
.tablet\:ext--top-base {
top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.tablet\:ext--top-lg {
top:calc(var(--extendify--spacing--large)*-1)!important
}
.tablet\:ext-right-base {
	right: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-right-lg {
	right: var(--extendify--spacing--large)!important
}
.tablet\:ext--right-base {
right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.tablet\:ext--right-lg {
right:calc(var(--extendify--spacing--large)*-1)!important
}
.tablet\:ext-bottom-base {
	bottom: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-bottom-lg {
	bottom: var(--extendify--spacing--large)!important
}
.tablet\:ext--bottom-base {
bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.tablet\:ext--bottom-lg {
bottom:calc(var(--extendify--spacing--large)*-1)!important
}
.tablet\:ext-left-base {
	left: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-left-lg {
	left: var(--extendify--spacing--large)!important
}
.tablet\:ext--left-base {
left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.tablet\:ext--left-lg {
left:calc(var(--extendify--spacing--large)*-1)!important
}
.tablet\:ext-order-1 {
	order: 1!important
}
.tablet\:ext-order-2 {
	order: 2!important
}
.tablet\:ext-m-0:not([style*=margin]) {
	margin: 0!important
}
.tablet\:ext-m-auto:not([style*=margin]) {
	margin: auto!important
}
.tablet\:ext-m-base:not([style*=margin]) {
	margin: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-m-lg:not([style*=margin]) {
	margin: var(--extendify--spacing--large)!important
}
.tablet\:ext--m-base:not([style*=margin]) {
margin:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.tablet\:ext--m-lg:not([style*=margin]) {
margin:calc(var(--extendify--spacing--large)*-1)!important
}
.tablet\:ext-mx-0:not([style*=margin]) {
	margin-left: 0!important;
	margin-right: 0!important
}
.tablet\:ext-mx-auto:not([style*=margin]) {
	margin-left: auto!important;
	margin-right: auto!important
}
.tablet\:ext-mx-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem)!important;
	margin-right: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-mx-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large)!important;
	margin-right: var(--extendify--spacing--large)!important
}
.tablet\:ext--mx-base:not([style*=margin]) {
margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;
margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.tablet\:ext--mx-lg:not([style*=margin]) {
margin-left:calc(var(--extendify--spacing--large)*-1)!important;
margin-right:calc(var(--extendify--spacing--large)*-1)!important
}
.tablet\:ext-my-0:not([style*=margin]) {
	margin-bottom: 0!important;
	margin-top: 0!important
}
.tablet\:ext-my-auto:not([style*=margin]) {
	margin-bottom: auto!important;
	margin-top: auto!important
}
.tablet\:ext-my-base:not([style*=margin]) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)!important;
	margin-top: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-my-lg:not([style*=margin]) {
	margin-bottom: var(--extendify--spacing--large)!important;
	margin-top: var(--extendify--spacing--large)!important
}
.tablet\:ext--my-base:not([style*=margin]) {
margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;
margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.tablet\:ext--my-lg:not([style*=margin]) {
margin-bottom:calc(var(--extendify--spacing--large)*-1)!important;
margin-top:calc(var(--extendify--spacing--large)*-1)!important
}
.tablet\:ext-mt-0:not([style*=margin]) {
	margin-top: 0!important
}
.tablet\:ext-mt-auto:not([style*=margin]) {
	margin-top: auto!important
}
.tablet\:ext-mt-base:not([style*=margin]) {
	margin-top: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-mt-lg:not([style*=margin]) {
	margin-top: var(--extendify--spacing--large)!important
}
.tablet\:ext--mt-base:not([style*=margin]) {
margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.tablet\:ext--mt-lg:not([style*=margin]) {
margin-top:calc(var(--extendify--spacing--large)*-1)!important
}
.tablet\:ext-mr-0:not([style*=margin]) {
	margin-right: 0!important
}
.tablet\:ext-mr-auto:not([style*=margin]) {
	margin-right: auto!important
}
.tablet\:ext-mr-base:not([style*=margin]) {
	margin-right: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-mr-lg:not([style*=margin]) {
	margin-right: var(--extendify--spacing--large)!important
}
.tablet\:ext--mr-base:not([style*=margin]) {
margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.tablet\:ext--mr-lg:not([style*=margin]) {
margin-right:calc(var(--extendify--spacing--large)*-1)!important
}
.tablet\:ext-mb-0:not([style*=margin]) {
	margin-bottom: 0!important
}
.tablet\:ext-mb-auto:not([style*=margin]) {
	margin-bottom: auto!important
}
.tablet\:ext-mb-base:not([style*=margin]) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-mb-lg:not([style*=margin]) {
	margin-bottom: var(--extendify--spacing--large)!important
}
.tablet\:ext--mb-base:not([style*=margin]) {
margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.tablet\:ext--mb-lg:not([style*=margin]) {
margin-bottom:calc(var(--extendify--spacing--large)*-1)!important
}
.tablet\:ext-ml-0:not([style*=margin]) {
	margin-left: 0!important
}
.tablet\:ext-ml-auto:not([style*=margin]) {
	margin-left: auto!important
}
.tablet\:ext-ml-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-ml-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large)!important
}
.tablet\:ext--ml-base:not([style*=margin]) {
margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.tablet\:ext--ml-lg:not([style*=margin]) {
margin-left:calc(var(--extendify--spacing--large)*-1)!important
}
.tablet\:ext-block {
	display: block!important
}
.tablet\:ext-inline-block {
	display: inline-block!important
}
.tablet\:ext-inline {
	display: inline!important
}
.tablet\:ext-flex {
	display: flex!important
}
.tablet\:ext-inline-flex {
	display: inline-flex!important
}
.tablet\:ext-grid {
	display: grid!important
}
.tablet\:ext-inline-grid {
	display: inline-grid!important
}
.tablet\:ext-hidden {
	display: none!important
}
.tablet\:ext-w-auto {
	width: auto!important
}
.tablet\:ext-w-full {
	width: 100%!important
}
.tablet\:ext-max-w-full {
	max-width: 100%!important
}
.tablet\:ext-flex-1 {
	flex: 1 1 0%!important
}
.tablet\:ext-flex-auto {
	flex: 1 1 auto!important
}
.tablet\:ext-flex-initial {
	flex: 0 1 auto!important
}
.tablet\:ext-flex-none {
	flex: none!important
}
.tablet\:ext-flex-shrink-0 {
	flex-shrink: 0!important
}
.tablet\:ext-flex-shrink {
	flex-shrink: 1!important
}
.tablet\:ext-flex-grow-0 {
	flex-grow: 0!important
}
.tablet\:ext-flex-grow {
	flex-grow: 1!important
}
.tablet\:ext-list-none {
	list-style-type: none!important
}
.tablet\:ext-grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))!important
}
.tablet\:ext-grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))!important
}
.tablet\:ext-grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))!important
}
.tablet\:ext-grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr))!important
}
.tablet\:ext-grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr))!important
}
.tablet\:ext-grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr))!important
}
.tablet\:ext-grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr))!important
}
.tablet\:ext-grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr))!important
}
.tablet\:ext-grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr))!important
}
.tablet\:ext-grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr))!important
}
.tablet\:ext-grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr))!important
}
.tablet\:ext-grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr))!important
}
.tablet\:ext-grid-cols-none {
	grid-template-columns: none!important
}
.tablet\:ext-flex-row {
	flex-direction: row!important
}
.tablet\:ext-flex-row-reverse {
	flex-direction: row-reverse!important
}
.tablet\:ext-flex-col {
	flex-direction: column!important
}
.tablet\:ext-flex-col-reverse {
	flex-direction: column-reverse!important
}
.tablet\:ext-flex-wrap {
	flex-wrap: wrap!important
}
.tablet\:ext-flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.tablet\:ext-flex-nowrap {
	flex-wrap: nowrap!important
}
.tablet\:ext-items-start {
	align-items: flex-start!important
}
.tablet\:ext-items-end {
	align-items: flex-end!important
}
.tablet\:ext-items-center {
	align-items: center!important
}
.tablet\:ext-items-baseline {
	align-items: baseline!important
}
.tablet\:ext-items-stretch {
	align-items: stretch!important
}
.tablet\:ext-justify-start {
	justify-content: flex-start!important
}
.tablet\:ext-justify-end {
	justify-content: flex-end!important
}
.tablet\:ext-justify-center {
	justify-content: center!important
}
.tablet\:ext-justify-between {
	justify-content: space-between!important
}
.tablet\:ext-justify-around {
	justify-content: space-around!important
}
.tablet\:ext-justify-evenly {
	justify-content: space-evenly!important
}
.tablet\:ext-justify-items-start {
	justify-items: start!important
}
.tablet\:ext-justify-items-end {
	justify-items: end!important
}
.tablet\:ext-justify-items-center {
	justify-items: center!important
}
.tablet\:ext-justify-items-stretch {
	justify-items: stretch!important
}
.tablet\:ext-justify-self-auto {
	justify-self: auto!important
}
.tablet\:ext-justify-self-start {
	justify-self: start!important
}
.tablet\:ext-justify-self-end {
	justify-self: end!important
}
.tablet\:ext-justify-self-center {
	justify-self: center!important
}
.tablet\:ext-justify-self-stretch {
	justify-self: stretch!important
}
.tablet\:ext-p-0:not([style*=padding]) {
	padding: 0!important
}
.tablet\:ext-p-base:not([style*=padding]) {
	padding: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-p-lg:not([style*=padding]) {
	padding: var(--extendify--spacing--large)!important
}
.tablet\:ext-px-0:not([style*=padding]) {
	padding-left: 0!important;
	padding-right: 0!important
}
.tablet\:ext-px-base:not([style*=padding]) {
	padding-left: var(--wp--style--block-gap, 1.75rem)!important;
	padding-right: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-px-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large)!important;
	padding-right: var(--extendify--spacing--large)!important
}
.tablet\:ext-py-0:not([style*=padding]) {
	padding-bottom: 0!important;
	padding-top: 0!important
}
.tablet\:ext-py-base:not([style*=padding]) {
	padding-bottom: var(--wp--style--block-gap, 1.75rem)!important;
	padding-top: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-py-lg:not([style*=padding]) {
	padding-bottom: var(--extendify--spacing--large)!important;
	padding-top: var(--extendify--spacing--large)!important
}
.tablet\:ext-pt-0:not([style*=padding]) {
	padding-top: 0!important
}
.tablet\:ext-pt-base:not([style*=padding]) {
	padding-top: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-pt-lg:not([style*=padding]) {
	padding-top: var(--extendify--spacing--large)!important
}
.tablet\:ext-pr-0:not([style*=padding]) {
	padding-right: 0!important
}
.tablet\:ext-pr-base:not([style*=padding]) {
	padding-right: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-pr-lg:not([style*=padding]) {
	padding-right: var(--extendify--spacing--large)!important
}
.tablet\:ext-pb-0:not([style*=padding]) {
	padding-bottom: 0!important
}
.tablet\:ext-pb-base:not([style*=padding]) {
	padding-bottom: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-pb-lg:not([style*=padding]) {
	padding-bottom: var(--extendify--spacing--large)!important
}
.tablet\:ext-pl-0:not([style*=padding]) {
	padding-left: 0!important
}
.tablet\:ext-pl-base:not([style*=padding]) {
	padding-left: var(--wp--style--block-gap, 1.75rem)!important
}
.tablet\:ext-pl-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large)!important
}
.tablet\:ext-text-left {
	text-align: left!important
}
.tablet\:ext-text-center {
	text-align: center!important
}
.tablet\:ext-text-right {
	text-align: right!important
}
}
@media (min-width:1080px) {
.desktop\:ext-absolute {
	position: absolute!important
}
.desktop\:ext-relative {
	position: relative!important
}
.desktop\:ext-top-base {
	top: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-top-lg {
	top: var(--extendify--spacing--large)!important
}
.desktop\:ext--top-base {
top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.desktop\:ext--top-lg {
top:calc(var(--extendify--spacing--large)*-1)!important
}
.desktop\:ext-right-base {
	right: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-right-lg {
	right: var(--extendify--spacing--large)!important
}
.desktop\:ext--right-base {
right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.desktop\:ext--right-lg {
right:calc(var(--extendify--spacing--large)*-1)!important
}
.desktop\:ext-bottom-base {
	bottom: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-bottom-lg {
	bottom: var(--extendify--spacing--large)!important
}
.desktop\:ext--bottom-base {
bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.desktop\:ext--bottom-lg {
bottom:calc(var(--extendify--spacing--large)*-1)!important
}
.desktop\:ext-left-base {
	left: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-left-lg {
	left: var(--extendify--spacing--large)!important
}
.desktop\:ext--left-base {
left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.desktop\:ext--left-lg {
left:calc(var(--extendify--spacing--large)*-1)!important
}
.desktop\:ext-order-1 {
	order: 1!important
}
.desktop\:ext-order-2 {
	order: 2!important
}
.desktop\:ext-m-0:not([style*=margin]) {
	margin: 0!important
}
.desktop\:ext-m-auto:not([style*=margin]) {
	margin: auto!important
}
.desktop\:ext-m-base:not([style*=margin]) {
	margin: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-m-lg:not([style*=margin]) {
	margin: var(--extendify--spacing--large)!important
}
.desktop\:ext--m-base:not([style*=margin]) {
margin:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.desktop\:ext--m-lg:not([style*=margin]) {
margin:calc(var(--extendify--spacing--large)*-1)!important
}
.desktop\:ext-mx-0:not([style*=margin]) {
	margin-left: 0!important;
	margin-right: 0!important
}
.desktop\:ext-mx-auto:not([style*=margin]) {
	margin-left: auto!important;
	margin-right: auto!important
}
.desktop\:ext-mx-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem)!important;
	margin-right: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-mx-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large)!important;
	margin-right: var(--extendify--spacing--large)!important
}
.desktop\:ext--mx-base:not([style*=margin]) {
margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;
margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.desktop\:ext--mx-lg:not([style*=margin]) {
margin-left:calc(var(--extendify--spacing--large)*-1)!important;
margin-right:calc(var(--extendify--spacing--large)*-1)!important
}
.desktop\:ext-my-0:not([style*=margin]) {
	margin-bottom: 0!important;
	margin-top: 0!important
}
.desktop\:ext-my-auto:not([style*=margin]) {
	margin-bottom: auto!important;
	margin-top: auto!important
}
.desktop\:ext-my-base:not([style*=margin]) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)!important;
	margin-top: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-my-lg:not([style*=margin]) {
	margin-bottom: var(--extendify--spacing--large)!important;
	margin-top: var(--extendify--spacing--large)!important
}
.desktop\:ext--my-base:not([style*=margin]) {
margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;
margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.desktop\:ext--my-lg:not([style*=margin]) {
margin-bottom:calc(var(--extendify--spacing--large)*-1)!important;
margin-top:calc(var(--extendify--spacing--large)*-1)!important
}
.desktop\:ext-mt-0:not([style*=margin]) {
	margin-top: 0!important
}
.desktop\:ext-mt-auto:not([style*=margin]) {
	margin-top: auto!important
}
.desktop\:ext-mt-base:not([style*=margin]) {
	margin-top: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-mt-lg:not([style*=margin]) {
	margin-top: var(--extendify--spacing--large)!important
}
.desktop\:ext--mt-base:not([style*=margin]) {
margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.desktop\:ext--mt-lg:not([style*=margin]) {
margin-top:calc(var(--extendify--spacing--large)*-1)!important
}
.desktop\:ext-mr-0:not([style*=margin]) {
	margin-right: 0!important
}
.desktop\:ext-mr-auto:not([style*=margin]) {
	margin-right: auto!important
}
.desktop\:ext-mr-base:not([style*=margin]) {
	margin-right: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-mr-lg:not([style*=margin]) {
	margin-right: var(--extendify--spacing--large)!important
}
.desktop\:ext--mr-base:not([style*=margin]) {
margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.desktop\:ext--mr-lg:not([style*=margin]) {
margin-right:calc(var(--extendify--spacing--large)*-1)!important
}
.desktop\:ext-mb-0:not([style*=margin]) {
	margin-bottom: 0!important
}
.desktop\:ext-mb-auto:not([style*=margin]) {
	margin-bottom: auto!important
}
.desktop\:ext-mb-base:not([style*=margin]) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-mb-lg:not([style*=margin]) {
	margin-bottom: var(--extendify--spacing--large)!important
}
.desktop\:ext--mb-base:not([style*=margin]) {
margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.desktop\:ext--mb-lg:not([style*=margin]) {
margin-bottom:calc(var(--extendify--spacing--large)*-1)!important
}
.desktop\:ext-ml-0:not([style*=margin]) {
	margin-left: 0!important
}
.desktop\:ext-ml-auto:not([style*=margin]) {
	margin-left: auto!important
}
.desktop\:ext-ml-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-ml-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large)!important
}
.desktop\:ext--ml-base:not([style*=margin]) {
margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}
.desktop\:ext--ml-lg:not([style*=margin]) {
margin-left:calc(var(--extendify--spacing--large)*-1)!important
}
.desktop\:ext-block {
	display: block!important
}
.desktop\:ext-inline-block {
	display: inline-block!important
}
.desktop\:ext-inline {
	display: inline!important
}
.desktop\:ext-flex {
	display: flex!important
}
.desktop\:ext-inline-flex {
	display: inline-flex!important
}
.desktop\:ext-grid {
	display: grid!important
}
.desktop\:ext-inline-grid {
	display: inline-grid!important
}
.desktop\:ext-hidden {
	display: none!important
}
.desktop\:ext-w-auto {
	width: auto!important
}
.desktop\:ext-w-full {
	width: 100%!important
}
.desktop\:ext-max-w-full {
	max-width: 100%!important
}
.desktop\:ext-flex-1 {
	flex: 1 1 0%!important
}
.desktop\:ext-flex-auto {
	flex: 1 1 auto!important
}
.desktop\:ext-flex-initial {
	flex: 0 1 auto!important
}
.desktop\:ext-flex-none {
	flex: none!important
}
.desktop\:ext-flex-shrink-0 {
	flex-shrink: 0!important
}
.desktop\:ext-flex-shrink {
	flex-shrink: 1!important
}
.desktop\:ext-flex-grow-0 {
	flex-grow: 0!important
}
.desktop\:ext-flex-grow {
	flex-grow: 1!important
}
.desktop\:ext-list-none {
	list-style-type: none!important
}
.desktop\:ext-grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))!important
}
.desktop\:ext-grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))!important
}
.desktop\:ext-grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))!important
}
.desktop\:ext-grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr))!important
}
.desktop\:ext-grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr))!important
}
.desktop\:ext-grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr))!important
}
.desktop\:ext-grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr))!important
}
.desktop\:ext-grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr))!important
}
.desktop\:ext-grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr))!important
}
.desktop\:ext-grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr))!important
}
.desktop\:ext-grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr))!important
}
.desktop\:ext-grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr))!important
}
.desktop\:ext-grid-cols-none {
	grid-template-columns: none!important
}
.desktop\:ext-flex-row {
	flex-direction: row!important
}
.desktop\:ext-flex-row-reverse {
	flex-direction: row-reverse!important
}
.desktop\:ext-flex-col {
	flex-direction: column!important
}
.desktop\:ext-flex-col-reverse {
	flex-direction: column-reverse!important
}
.desktop\:ext-flex-wrap {
	flex-wrap: wrap!important
}
.desktop\:ext-flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.desktop\:ext-flex-nowrap {
	flex-wrap: nowrap!important
}
.desktop\:ext-items-start {
	align-items: flex-start!important
}
.desktop\:ext-items-end {
	align-items: flex-end!important
}
.desktop\:ext-items-center {
	align-items: center!important
}
.desktop\:ext-items-baseline {
	align-items: baseline!important
}
.desktop\:ext-items-stretch {
	align-items: stretch!important
}
.desktop\:ext-justify-start {
	justify-content: flex-start!important
}
.desktop\:ext-justify-end {
	justify-content: flex-end!important
}
.desktop\:ext-justify-center {
	justify-content: center!important
}
.desktop\:ext-justify-between {
	justify-content: space-between!important
}
.desktop\:ext-justify-around {
	justify-content: space-around!important
}
.desktop\:ext-justify-evenly {
	justify-content: space-evenly!important
}
.desktop\:ext-justify-items-start {
	justify-items: start!important
}
.desktop\:ext-justify-items-end {
	justify-items: end!important
}
.desktop\:ext-justify-items-center {
	justify-items: center!important
}
.desktop\:ext-justify-items-stretch {
	justify-items: stretch!important
}
.desktop\:ext-justify-self-auto {
	justify-self: auto!important
}
.desktop\:ext-justify-self-start {
	justify-self: start!important
}
.desktop\:ext-justify-self-end {
	justify-self: end!important
}
.desktop\:ext-justify-self-center {
	justify-self: center!important
}
.desktop\:ext-justify-self-stretch {
	justify-self: stretch!important
}
.desktop\:ext-p-0:not([style*=padding]) {
	padding: 0!important
}
.desktop\:ext-p-base:not([style*=padding]) {
	padding: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-p-lg:not([style*=padding]) {
	padding: var(--extendify--spacing--large)!important
}
.desktop\:ext-px-0:not([style*=padding]) {
	padding-left: 0!important;
	padding-right: 0!important
}
.desktop\:ext-px-base:not([style*=padding]) {
	padding-left: var(--wp--style--block-gap, 1.75rem)!important;
	padding-right: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-px-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large)!important;
	padding-right: var(--extendify--spacing--large)!important
}
.desktop\:ext-py-0:not([style*=padding]) {
	padding-bottom: 0!important;
	padding-top: 0!important
}
.desktop\:ext-py-base:not([style*=padding]) {
	padding-bottom: var(--wp--style--block-gap, 1.75rem)!important;
	padding-top: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-py-lg:not([style*=padding]) {
	padding-bottom: var(--extendify--spacing--large)!important;
	padding-top: var(--extendify--spacing--large)!important
}
.desktop\:ext-pt-0:not([style*=padding]) {
	padding-top: 0!important
}
.desktop\:ext-pt-base:not([style*=padding]) {
	padding-top: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-pt-lg:not([style*=padding]) {
	padding-top: var(--extendify--spacing--large)!important
}
.desktop\:ext-pr-0:not([style*=padding]) {
	padding-right: 0!important
}
.desktop\:ext-pr-base:not([style*=padding]) {
	padding-right: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-pr-lg:not([style*=padding]) {
	padding-right: var(--extendify--spacing--large)!important
}
.desktop\:ext-pb-0:not([style*=padding]) {
	padding-bottom: 0!important
}
.desktop\:ext-pb-base:not([style*=padding]) {
	padding-bottom: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-pb-lg:not([style*=padding]) {
	padding-bottom: var(--extendify--spacing--large)!important
}
.desktop\:ext-pl-0:not([style*=padding]) {
	padding-left: 0!important
}
.desktop\:ext-pl-base:not([style*=padding]) {
	padding-left: var(--wp--style--block-gap, 1.75rem)!important
}
.desktop\:ext-pl-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large)!important
}
.desktop\:ext-text-left {
	text-align: left!important
}
.desktop\:ext-text-center {
	text-align: center!important
}
.desktop\:ext-text-right {
	text-align: right!important
}
}
</style>
	<link rel='stylesheet' id='woocommerce-smallscreen-css'  href='wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css' media='only screen and (max-width: 768px)' />
	<style id='woocommerce-inline-inline-css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
	<style id='cardealer-main-responsive-inline-css'>
.site-layout-boxed #page,.site-layout-framed #page,.site-layout-rounded #page {
  max-width: 1240px;
}
.site-layout-boxed .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
  padding-right: 35px !important;
  padding-left: 35px !important;
}
.site-layout-boxed .vc_row[data-vc-full-width="true"] {
  margin-left: -50px !important;
  margin-right: -50px !important;
}
h1,h2,h3,h4,h5,h6,body,html {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
}
h1 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
}
h2 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0px;
}
h3 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0px;
}
h4 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
}
h5 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
}
h6 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
.site-logo {
  height: 28px;
}
.site-logo img {
  height: 100px;
}
.woocommerce-page .site-logo, .woocommerce .site-logo {
  height: 100px;
}
.inner-intro {
  height: 540px;
}
.woocommerce-page .sticky-logo, .woocommerce .sticky-logo {
  height: 50px;
}
.sticky-logo {
  height: 50px;
}
.sticky-logo-text {
  font-size: 32;
  color: #db2d2e;
}
.vc_custom_1486963434778 {
    margin-bottom: 20px !important;
}

.header_intro_bg-image {
  background-image: url('wp-content/themes/cardealer/images/default/page-header-bg.jpg');
  background-position: center center;
  background-attachment: inherit;
  background-size: cover;
  background-repeat: no-repeat;
}
.header_intro_opacity::before {
  background-color: rgba(0,0,0,0.2);
}
header .menu .desktopTopFixed .menu-list-items, header .menu .mobileTopFixed .menu-list-items {
  height: 68px;
}
.social-full a, footer .widgettitle, .footer-box .box-content h6, footer .widget.widget_rss ul li .rss-date {
  color: #323232;
}
.social-full a i {
  color: rgba(50,50,50,0.5);
}
footer, .footer a, .footer input, footer p, footer ul li a, footer .textwidget ul li a, footer .widget ul li a,  footer span, footer footer .widget_recent_entries .recent-post-info a, footer .widget_recent_entries .recent-post-info span, footer .widget_recent_entries .recent-post-info a, footer ul li i, footer .address li {
  color: #626262;
}
footer cite, footer .address ul li i, footer .usefull-link ul li a i, footer .widget_recent_entries .recent-post-info i, footer .widget.widget_recent_comments ul li a, footer .widget.widget_rss ul li a, .widget ul li > a:hover, #footer .widget_recent_entries .recent-post-info a:hover, footer .widget ul li a:hover, footer .widget.widget_archive ul li:hover > a, .copyright-block a:hover {
  color: #db2d2e;
}
.footer_bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center center;
  background-image: url('wp-content/themes/cardealer/images/default/page-footer-bg.jpg');
}
.footer_opacity::before {
  background-color: rgba(220,220,220,0.95);
}
.copyright-block {
  background-color: #000000;
}
.copyright-block, .copyright-block a {
  color: #C4C3C3;
}
.copyright-block::before {
  background-color: rgba(0,0,0,0.8);
}
a, button, input, .text-red, .car-item .car-content a, .custom-block-1 a, .counter i, #header .topbar a:hover, #header.default-header .topbar li a:hover, .testimonial-1 .testimonial-block .testimonial-avtar h6, .testimonial-1 .testimonial-block:hover .testimonial-content i, .owl-carousel .owl-nav i, .call-to-action .border, .counter.icon b, .call-to-action i, .play-video .video-info a i, .feature-box i, .feature-box.left-align .icon i:before, .feature-box.left-align .icon i:before, .blog-2 .blog-content .blog-meta ul li a, .news-letter-main h4, .testimonial-4 .testimonial-block i, .feature-box.right-align .icon i:before, .isotope-filters  button.active, .isotope-filters  button:hover, .isotope .car-item-3 .car-popup a, .team .team-social a, .car-item .car-overlay-banner ul li a:hover, .tab-vertical.tabs-left .nav-tabs > li > a:hover, .tab-vertical.tabs-left .nav-tabs > li.active > a, ul.list li > i, .accordion .accordion-title a:hover, .accordion .accordion-title a:hover:after, .widget.widget_archive ul li:hover > a, .widget.widget_categories ul li:hover > a, .widget.widget_recent_comments ul li a:hover, .widget_archive ul li:hover i, .widget.widget_pages ul li:hover > a, .car-details .car-price .new-price, ul.list-col-2 li i, ul.list-col-3 li i, .tab-isotope-2 .list-style-1 li i, .tab-isotope-2 div i, ul.list-col-4 li i, .entry-meta ul li i, .entry-meta i, .entry-title a:hover, .entry-meta ul li a:hover, .entry-meta a:hover, .comments-1 .comments-info a, .woocommerce .star-rating span:before, .widget.woocommerce ul.product_list_widget  li a:hover, .widget.woocommerce ul.product_list_widget li ins .amount, .woocommerce .comment-form-rating p.stars a, .single-product .shipping-taxable .entry-summary .price ins .amount, .single-product .shipping-taxable .entry-summary .price ins .amount span, .woocommerce .cart-collaterals .cart_totals .order-total .amount, .woocommerce .woocommerce-checkout-review-order table tfoot .order-total .amount, .woocommerce .woocommerce-info:before, .woocommerce-MyAccount-navigation ul li.is-active a, .blog-2 .blog-description a:hover, .blog-1 .blog-content a.link:hover, .content-box-5 a:hover, .tab-vertical.tabs-left .nav-tabs > li.active > a:before, #tabs ul.tabs li.active, #tabs ul.tabs li.active:focus, #tabs ul.tabs li:hover, .widget_breadcrumb_navxt a, .product-listing .car-grid .car-title a:hover, .product-listing .car-grid .price span, .button.white, .mega-menu .menu-links > li.current-menu-item > a, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a, #header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > ul.mega-sub-menu > li.mega-current-menu-item > a, .countdown li span, .topbar_item_type-woo_cart .drop-content .price, .feature-box.left-icon.box-hover:hover .content h6, .feature-box.right-icon.box-hover:hover .content h6, .social.style-1 a:hover i, .bbp-forums a, #buddypress a.activity-time-since, #header.transparent-fullwidth .mega-menu .menu-links > li.current-menu-ancestor > a, .sort-filters-box .stripe, .sidebar .cars_filters .cars-total-vehicles .stripe, .cars-top-filters-box-left #slider-amount, .widget.widget_rss ul li a, .widget.widget_recent_comments ul li a, .modal .close, .woocommerce table.order_details tfoot tr .amount, .woocommerce .product_cat-clothing p.price span, .error-page .error-content p a, .widget_breadcrumb_navxt a:hover, .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a, .table-scroll .compare-list .price .new-price, .blog .blog-2 .blog-description .read-more, cite, blockquote cite, #cancel-comment-reply-link, .comments-1 .comments-info .comment-date a:hover, .entry-title i, .widget ul li > a:hover, .widget_recent_entries .recent-post-info a:hover, .cd_maintenance .footer-widget a, ul.page-breadcrumb li:hover:before, ul.page-breadcrumb li:hover span, .item-listing > .item > .portfolio-item .portfolio-caption a:hover, .promocode-box h4, .feature-box.default-feature.box-hover:hover .content h6, #header.default-header #primary-menu > li.menu-item.current-menu-item > a, #header.default-header #primary-menu > li.menu-item > a:hover, #header.default-header #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a:hover, #header.default-header #primary-menu > li > .searchform .search > a:hover, #header.default-header #primary-menu > li.current-menu-ancestor > a, .footer .layout_2 .social ul li a:hover i, .wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title:hover>a, .potenza-custom-menu.horizontal ul.menu li:hover, .potenza-custom-menu.horizontal ul.menu li.glyph-icon:hover, .potenza-custom-menu.horizontal ul.menu li.active, .potenza-custom-menu.horizontal ul.menu li:hover a, .potenza-custom-menu.horizontal ul.menu li.glyph-icon:hover:before, .potenza-custom-menu.horizontal ul.menu li.active a, .potenza-custom-menu.horizontal ul.menu li.glyph-icon.active:before, .potenza-custom-menu.vertical ul.menu li:hover a, .potenza-custom-menu.vertical ul.menu li.glyph-icon:hover:before, .modal .modal-body a.cd-policy-terms, .modal .modal-body a.cd-policy-terms:hover, .footer .widget .widget-menu li a:hover, .footer .widget_categories .widget-menu li a:hover span, .product-listing.lazyload .sidebar .cars_filters .widgettitle a, .pricing-title .pricing-prize h2, .blog-2 .blog-content .blog-admin span a:hover, #header .topbar .language a.cardealer-current-lang:hover, #header .topbar .language a.cardealer-current-lang:hover, .language .drop-content a:hover, #header.defualt-header.boxed .topbar .language a:hover, #header .topbar .language .drop-content a:hover, #header.light .topbar .language .drop-content a:hover, #header.light-fullwidth .topbar .language .drop-content a:hover, #header.logo-center .topbar .language .drop-content a:hover, #header.logo-right .topbar .language .drop-content a:hover, #header.boxed .topbar .language .drop-content a:hover, #header .topbar .language a.cardealer-current-lang:hover, #header .topbar .language a.cardealer-current-lang:hover, .language .drop-content a:hover, #header .topbar .language .drop-content a:hover, #header .topbar .language ul li a:hover .lang-label, #header .topbar .language.style-horizontal ul li a:hover .lang-label, #header.defualt .topbar .language ul li a:hover .lang-label, #header.transparent-fullwidth .topbar .language ul li a:hover .lang-label, #header.defualt .topbar .language.style-horizontal ul li a:hover .lang-label, #header.transparent-fullwidth .topbar .language.style-horizontal ul li a:hover .lang-label, .style-classic.car-grid .car-bottom .car-bottom-actions li a i, .style-classic.car-grid .car-bottom .car-bottom-actions li a:hover,
	#header.header-color-default .mega-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item.mega-current_page_ancestor > .mega-menu-link,
	#header.header-color-default .mega-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item.mega-current-menu-parent > .mega-menu-link,
	#header.header-color-default .mega-menu.desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item.mega-current_page_ancestor > .mega-menu-link,
	#header.header-color-default .mega-menu.desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item.mega-current-menu-parent > .mega-menu-link, 
	#header.header-color-default .mega-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item.mega-current-menu-item > .mega-menu-link,
	#header.header-color-default .mega-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item:hover > .mega-menu-link,
	#header.header-color-default .mega-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item > .mega-menu-link:hover,
	#header.header-color-default .mega-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item:hover > .mega-menu-link:hover,
	#header.header-color-default .mega-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu .menu-item .menu-item-woocommerce-cart-wrapper > a:hover,
	#header.header-color-default .mega-menu #mega-menu-wrap-primary-menu #mega-menu-primary-menu .menu-item .search > .search-btn:hover,
	#header.header-color-default .mega-menu.desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item.mega-current-menu-item > .mega-menu-link,
	#header.header-color-default .mega-menu.desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item:hover > .mega-menu-link,
	#header.header-color-default .mega-menu.desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item > .mega-menu-link:hover,
	#header.header-color-default .mega-menu.desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item:hover > .mega-menu-link:hover,
	.mega-menu .drop-down-multilevel li:hover > a,
	.mega-menu .drop-down-multilevel li:hover > a i.fa,
	#header.default-header.defualt #primary-menu > li.menu-item.current-menu-item > a,
	#header.default-header.defualt #primary-menu > li.menu-item.current-menu-ancestor > a,
	#header.default-header.defualt #primary-menu > li.menu-item > a:hover,
	#header.default-header.defualt #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a:hover,
	#header.default-header.defualt #primary-menu > li > .searchform .search > a:hover,
	#header.default-header.transparent-fullwidth #primary-menu > li.menu-item.current-menu-item > a,
	#header.default-header.transparent-fullwidth #primary-menu > li.menu-item.current-menu-ancestor > a,
	#header.default-header.transparent-fullwidth #primary-menu > li.menu-item > a:hover,
	#header.default-header.transparent-fullwidth #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a:hover,
	#header.default-header.transparent-fullwidth #primary-menu > li > .searchform .search > a:hover,
	.mega-menu .menu-links .current-menu-item > a,
	.car-details.car-detail-layout-modern-1 .car-detail-post-option > ul li a i,
	.car-details.car-detail-layout-modern-1 .car-detail-post-option .single-share-box li a,
	.car-details.car-detail-layout-modern-1 .car-detail-post-option .single-share-box li a:hover,
	.car-details .col-sm-12 .car-detail-post-option > ul li a i,
	.car-details .col-sm-12 .car-detail-post-option .single-share-box li a,
	.car-details .col-sm-12 .car-detail-post-option .single-share-box li a:hover,
	body .car-details #tab-accordion .panel-heading.active .panel-title,
	#comparelist .modal-content .ui-sortable-handle .cardealer-vehicle-compare-list-row .compare-remove-column {
  color: #db2d2e;
}
.feature-box.style-5.box-hover:hover .content h6,.feature-box.style-6.box-hover:hover .content h6 {
  color: #db2d2e !important;
}
.button, .button.black:before, .topbar_item_type-woo_cart .shop .badge, .section-title .separator:before, .section-title .separator:after, .feature-box.round-icon h6:before, .skills-2 .bar, .maintenance-progress-bar .progress-bar .rotate, .maintenance-progress-bar .progress-bar .right, .counter h6:before, .owl-carousel.owl-theme .owl-dots .owl-dot.active span, .widget .widgettitle:before, .widget .wp-block-group__inner-container > h2:before, .button.border:before, .blog-1 .blog-content a.link:before, .owl-carousel .owl-nav i:hover, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span, .feature-box.round-border.box-hover:hover .icon i, .timeline > li:hover > .timeline-panel, .timeline > li:hover > .timeline-badge, .timeline .timeline-heading h5:before, .car-item:hover .separator:before, .car-item:hover .separator:after, .testimonial-2 .testimonial-content, .call-to-action .border, .ui-slider .ui-widget-header, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .feature-box.left-align.box-hover:hover, .feature-box.right-align.box-hover:hover, .car-item-2 .price, .blog-2 .blog-image .date-box span, .blog-2 .blog-description .separator:before, .blog-2 .blog-description .separator:after, .testimonial-3 .testimonial-content, .q-link.box-hover:hover, .share .blog-social li a, .isotope .car-item-3 .car-overlay, .team:hover, .isotope .car-item-3 .car-popup a:hover, .team .team-social li a:hover, .search-block.red-bg, .feature-box.round-icon.box-hover:hover i, .opening-hours h6:before, .team-2 .team-social ul li a, .accordion .accordion-title a.active, .widget_calendar #wp-calendar td#today, .widget_tag_cloud ul li a:hover, .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current, .details-nav ul li a:hover, .car-details-sidebar h5:before, .car-details-sidebar h6:before, .share .single-share-box li a, .fuel-efficiency-detail, .share .share-button, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .woocommerce ul.products li.product .add_to_cart_button, .woocommerce div.product form.cart .single_add_to_cart_button, .woocommerce .woocommerce-message .button, .woocommerce-cart .cart_totals .checkout-button.alt, .related.products .owl-carousel .owl-item .item .button, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .pagination ul li a:focus, .pagination ul li a:hover, .pagination ul li span.current, .woocommerce footer .button, .woocommerce .widget_shopping_cart_content .button, .woocommerce .sidebar .button, .woocommerce footer .button:hover, .woocommerce .widget_shopping_cart_content .button:hover, .woocommerce .sidebar .button:hover, .tagcloud a:hover, .widget.woocommerce input[type=submit], .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs .wc-tab h2:before, .woocommerce #review_form .comment-reply-title:before, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #respond input#submit, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a, .woocommerce .woocommerce-message .button:hover, .woocommerce-cart table.shop_table.cart .button, .woocommerce-cart table.shop_table.cart .coupon + .button:hover, .woocommerce-cart .cart_totals .checkout-button.alt:hover, .woocommerce .woocommerce-checkout h3:before, #add_payment_method #payment div.form-row #place_order, .woocommerce-cart #payment div.form-row #place_order, .woocommerce-checkout #payment div.form-row #place_order, .woocommerce-account form .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .button:hover, .woocommerce-MyAccount-content table.my_account_orders td .button, .woocommerce-checkout .woocommerce form.login .button, .woocommerce-checkout .woocommerce form.checkout_coupon .button, .product-listing .car-grid .car-title a:before, .car-details .slider-for .slick-prev:hover, .car-details .slider-for .slick-prev:focus, .car-details .slider-for .slick-next:hover, .slider-for .slick-next:focus, .tags-2 ul li a:hover, .theme-bg, .custom-block-3 .title h3:before, .menu-item-woocommerce-cart-wrapper .woo-cart-details.count, .woocommerce-MyAccount-content table.my_account_orders td .button, .woocommerce-order-details table.my_account_orders td .button, .widget .widgettitle::before, .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop a.button:hover, .mega-menu a.button.wc-forward, .mega-menu a.button.wc-forward:hover, .topbar_item_type-woo_cart .drop-content .checkout a, .button.gray:before, .social.style-2 a:hover i, .social.style-3 a i, #buddypress #item-nav .item-list-tabs#object-nav ul li.selected a, #buddypress #item-body .item-list-tabs#subnav ul li.selected a, .car-detail-post-option > ul li a i, .woocommerce-order-received .woocommerce h2:before, .woocommerce-MyAccount-content .woocommerce-order-details__title:before, .woocommerce-MyAccount-content .woocommerce-column__title:before, .title-underline:before, .widget .widgettitle::before, .woocommerce .woocommerce-info .button, .comments-info .reply .comment-reply-link, .footer h6:before, .ui-state-default.ui-state-active, .ui-widget-content .ui-state-default.ui-state-active, .cd_maintenance .footer-widget .footer-widget-social li a:hover, .sidebar-widget #searchsubmit, body.single-cars  .car-details-sidebar .woocommerce.add_to_cart_inline .button, .topbar .top-promocode-box .button::before, .slider-content.vehicle-search-section .search-tab ul.tabs li.active, .slider-content.vehicle-search-section .search-tab ul.tabs li.active:focus, .slider-content.vehicle-search-section .search-tab ul.tabs li:hover, .search-logo ul.tabs li.active, .search-logo ul.tabs li.active:focus, .search-logo ul.tabs li:hover, .cars_condition_carousel-wrapper .cardealer-tabs .tabs li.active, .cars_condition_carousel-wrapper .cardealer-tabs .tabs li.active:focus, .cars_condition_carousel-wrapper .cardealer-tabs .tabs li:hover, .overview-share .share ul li a:hover, .wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-flat li.vc_tta-tab.vc_active a, .wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-flat li.vc_tta-tab:hover a, .wpb-js-composer .entry-content .vc_tta.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a, .wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel-heading:hover, .wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading:hover, #header .menu .menu-inner div > .row #primary-menu > li.menu-item.cdfs-add-vehicle > a, #header .menu .menu-inner div > .row #mega-menu-primary-menu > li.menu-item.cdfs-add-vehicle > a, .slick_sider.video-slider .slick-prev, .slick_sider.video-slider .slick-next, .potenza-custom-menu.horizontal ul.menu li, .feature-box.feature-border.round-icon h6:before, .feature-box.feature-border.style-4 h6:before, .feature-box.feature-border.style-5 h6:before, .feature-box.feature-border.style-6 h6:before, .feature-box.feature-border.style-7 h6:before, .feature-box.feature-border.style-8 h6:before, .feature-box.feature-border.style-9 h6:before, .woocommerce-checkout .select2-dropdown .select2-results__option.select2-results__option--highlighted, .product-listing.lazyload .widget.widget_search #searchsubmit, .widget_search .wp-block-search__inside-wrapper .wp-block-search__button, .product-listing.default .widget.widget_search #searchsubmit, .pricing-table.active .pricing-title h2.text-bg, .pricing-table.active .pricing-order, .search-logo-box:hover span, .style-classic.car-item .car-content ul.car-bottom-actions.classic-grid li a:hover, .style-classic.car-item .car-content ul.car-bottom-actions.classic-grid li a.popup-youtube:hover, .mega-menu .menu-item-compare .compare-details.count, .widget_tag_cloud .tagcloud a:hover, .potenza-custom-menu.horizontal.sticky, .widget.widget-vehicle-categories .cat-item a:hover > .count,
	#header .mega-menu a.button.wc-forward,
	#header .mega-menu a.button.checkout.wc-forward:before,
	#header.header-color-default .mega-menu .cart-contents .woo-cart-details.count, .wpcf7-form input[type="submit"],
	.car-buy-online-btn:hover,
	.car-details-sidebar .vehicle-detail-trade-in-appraisal-wrap .dealer-form-btn:before,
	.car-details.car-detail-layout-modern-1 .aside-lead-form-btn li a:hover,
	.car-details .col-lg-12 .aside-lead-form-btn li a:hover,
	.slider-slick .my-gallery .watch-video-btn .play-video .popup-youtube,
	.car-details .vehicle-subtitle-attributes li:after,
	.car-details .slick-slider .slick-prev:hover,
	.car-details .slick-slider .slick-prev:focus,
	.car-details .slick-slider .slick-next:hover,
	.year-range-slide .slider-year-range .ui-slider-handle,
	.price-slide .slider-range .ui-slider-handle,
	.cdfs-my-user-account-navigation li.is-active a,
	.cdfs-my-user-account-navigation li.cars-available {
  background-color: #db2d2e;
}
.play-video .video-info:before, .car-item .car-overlay-banner {
  background: rgba(219,45,46,.8) !important;
}
#page .theme-bg, .theme-bg .vc_row-background-overlay, #header.default-header.boxed .topbar, .skills-2 .bar {
  background-color: #db2d2e !important;
}
#header .mega-menu .widget_shopping_cart_content, .button.border:hover, .button.border:focus, .button.border:active, .search-box, .owl-carousel .owl-nav i:hover, .menu-item-search .search .search-box input:focus, .feature-box.round-border.box-hover:hover .icon, .feature-box-3.box-hover:hover .icon i, .testimonial-2 .testimonial-info .testimonial-avatar img, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .form-group input:focus, .news-letter input:focus, .form-group textarea:focus, .wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="url"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="number"]:focus, .wpcf7-form input[type="date"]:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus, .accordion .accordion-title a.active, .widget_search input:focus, .widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus, .widget_tag_cloud ul li a:hover, .form-control:focus, .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current, .details-nav ul li a:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .section-field input:focus, .section-field textarea:focus, .post-password-form input[type="password"]:focus, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .pagination ul li a:focus, .pagination ul li a:hover, .pagination ul li span.current, .tagcloud a:hover, .widget.woocommerce input.search-field:focus, .woocommerce .comment-form input[type="text"]:focus,
.woocommerce .comment-form input[type="email"]:focus, .woocommerce .comment-form textarea:focus, .woocommerce-account .woocommerce form .input-text:focus, .car-details .slider-for .slick-prev:hover, .car-details .slider-for .slick-prev:focus, .car-details .slider-for .slick-next:hover, .slider-for .slick-next:focus, .tags-2 ul li a:hover, .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a, .table-scroll .compare-list td .remove, .news-letter-main .news-letter-form input:focus, #inquiry-form .form-control:focus, #inquiry-form .form-controltextarea:focus, .footer .news-letter .form-control:focus, .wpcf7-form .contact-form.appointment-form.appointment-form-light input[type="text"]:focus, .wpcf7-form .contact-form.appointment-form.appointment-form-light input[type="email"]:focus, .wpcf7-form .contact-form.appointment-form.appointment-form-light textarea:focus, .product-listing.lazyload .widget.widget_search input:focus, .product-listing.default .widget.widget_search input:focus, .widget.widget-vehicle-categories .cat-item a:hover > .count,
	.car-details.car-detail-layout-modern-1 .aside-lead-form-btn li a:hover,
	.car-details .col-lg-12 .aside-lead-form-btn li a:hover,
	.car-details .slick-slider .slick-prev:hover,
	.car-details .slick-slider .slick-prev:focus,
	.car-details .slick-slider .slick-next:hover {
  border-color: #db2d2e;
}
.testimonial-2 .testimonial-content:before, .testimonial-3 .testimonial-content:before, .woocommerce .woocommerce-info, .mega-menu .drop-down-multilevel, #header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item > ul.mega-sub-menu {
  border-top-color: #db2d2e;
}
.isotope-filters  button.active, .isotope-filters  button:hover, #tabs ul.tabs li.active, #tabs ul.tabs li.active:focus, #tabs ul.tabs li:hover, body .car-details #tab-accordion .panel-heading.active .panel-title {
  border-bottom-color: #db2d2e;
}
.timeline > li:hover > .timeline-panel:after, .tab-vertical.tabs-left .nav-tabs > li > a:hover, .tab-vertical.tabs-left .nav-tabs > li.active > a, .post.sticky {
  border-left-color: #db2d2e;
}
.timeline > li.timeline-inverted:hover > .timeline-panel:after, .timeline > li.timeline-item:hover > .timeline-panel:after {
  border-right-color: #db2d2e;
}
h1, h2, h3, h4, h5, h6, .blog-1 .blog-content a.link, .counter b, .car-item .price span.new-price, .button.border, .q-link i, .blog-2 .blog-description a, .content-box-5 a, .text-black, .tab-vertical.tabs-left .nav-tabs > li > a, .timeline > li > .timeline-badge h4, .opening-hours strong, #tabs .tabs li, .accordion .accordion-title a, .accordion .accordion-title a:after, .sorting-options-main .price-slide .price label, .sorting-options-main .price-search span, .product-listing .car-grid .car-title a, .car-details-sidebar .details-block ul li strong, .car-details .slider-for .slick-next:before, .entry-title a, .post-password-form input[type="password"], .product .price span, .woocommerce-cart table.shop_table.cart td.product-subtotal .amount, .woocommerce-cart table.shop_table.cart td.product-price .amount, .woocommerce-cart table.shop_table.cart td.product-quantity .qty, .woocommerce .woocommerce-checkout .form-row input.input-text, .woocommerce-checkout .woocommerce form.login .input-text, .woocommerce-checkout .woocommerce form.checkout_coupon .input-text, .woocommerce .woocommerce-checkout-review-order table tfoot .cart-subtotal th, .woocommerce .woocommerce-checkout-review-order table tfoot .order-total th, .woocommerce .woocommerce-checkout-review-order table tfoot .cart-subtotal .amount, .woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce form .input-text, .mega-menu .widget_shopping_cart_content ul.product_list_widget li.empty, a.bbp-forum-title, li.bbp-forum-freshness a, li.bbp-reply-topic-title a, a.bbp-topic-permalink, li.bbp-topic-freshness a, a.favorite-toggle, a.subscription-toggle, a.bbp-author-name, .bbp-logged-in h4 a, #bbp-user-navigation ul li a, .car-detail-post-option > ul li a, .widget.widget_rss ul li a:hover, .widget.widget_recent_comments ul li a:hover, .widget.widget_rss ul li .rss-date, .woocommerce div.product .woocommerce-tabs .wc-tab .comment-reply-title, .item-listing > .item > .portfolio-item .portfolio-caption a, .search-logo .tabs li, .cars_condition_carousel-wrapper .cardealer-tabs .tabs li, .section-title.style_2 span,  .wpb-js-composer .entry-content .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a, .wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-flat li.vc_tta-tab a, .wpcf7-form .contact-form.appointment-form.appointment-form-light input[type="text"], .wpcf7-form .contact-form.appointment-form.appointment-form-light input[type="email"], .wpcf7-form .contact-form.appointment-form.appointment-form-light textarea, .wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading a, .wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a, .wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a, .wpb-js-composer .entry-content .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a, .wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a, .wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a, #header .topbar .language .drop-content a, #header.default .topbar .language ul li a .lang-label, #header.transparent-fullwidth .topbar .language ul li a .lang-label, #header.boxed .topbar .language a.cardealer-current-lang:hover, #header.boxed .topbar .language.style-horizontal ul li a:hover .lang-label, .style-classic.car-item .car-content ul.car-bottom-actions.classic-grid li a, .style-classic.car-grid .car-bottom .car-bottom-actions li a, .wp-block-latest-comments footer a:hover {
  color: #363636;
}
body, .section-title span, .widget_search input, .form-group label, .feature-box.round-icon i, .call-to-action a, .counter.icon i:before, select, .price-slide .price input, .car-item .car-list li, .feature-box.round-border .icon i, .isotope-filters  button, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .widget_recent_entries .recent-post-info span, caption, .widget ul li a, .widget_recent_entries .recent-post-info i, .sorting-options-main .price-slide .price input, .pagination li a, .pagination > li > a, .pagination > li > span, .product-listing .car-grid .price span.old-price, .car-details .car-price .old-price, .details-nav ul li a, .car-details .car-price .old-price, .car-details .slider-for .slick-prev:before, .entry-meta ul li a, .entry-meta a, .tags-2 ul li a, .woocommerce nav.woocommerce-pagination ul li a, .pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .pagination ul li span, .error-404 .error-content p, .countdown li p, #buddypress div#item-header div#item-meta, #buddypress .activity-list .activity-content .activity-header, #buddypress .activity-list .activity-content .comment-header, .nice-select, .cd_maintenance .mc4wp-form .form-control, .widget_recent_entries .recent-post-info a, .form-control, .section-field input, .section-field textarea, .section-title.style_2 h2, .wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a, .wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a, .wp-block-latest-comments footer {
  color: #5b5b5b;
}
.car-item .sold, .car-price .sold {
  background: url(wp-content/themes/cardealer/images/sold-img.png) no-repeat 0 0;
}

#header .menu .menu-inner {
    height: 94px;
}
#header.logo-center .menu .menu-inner {
    height: auto;
}

.wpb_text_column .wpb_wrapper ol li,
.wpb_text_column .wpb_wrapper ul li{
    list-style-position: inside;
}

/*.vc_row[data-vc-full-width] {*/
/*    left: -10%;*/
/*    width: 120%;*/
/*    position: relative;*/
/*}*/

@media (min-width: 768px) {
    .vc_row.vc_row-fluid.vc_row-no-padding {
    	position: relative;
    	width: 100vw;
    	left: calc(calc(-100vw + 1187px) / 2);
    	padding-right: 0px;
    }
}

@media (max-width: 992px) {
    body .menu-logo .mobile-icons-trigger {
        right: 50px;
    }
}
.imggallery .grid-item{cursor:pointer}