@charset "utf-8";

/*
Theme Name: MyWP Theme
Author: Beyond Marketing, LLC
Author URI: https://beyondmarketing.xyz/
Description: Developed specifically for client use only.
Version: 6.1.1
*/
/* VARS */
:root {
	--mywp-font: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
	/**/
	--mywp-white: #ffffff;
	--mywp-white-header: #2c2c2c;
	--mywp-white-text: #3d3d3d;
	--mywp-white-0: #ffffff00;
	--mywp-white-40: #ffffff66;
	--mywp-white-80: #ffffffcc;
	--mywp-white-light: #f7f7f7;
	--mywp-white-medium: #adadad;
	--mywp-white-bright: #eaeaea;
	--mywp-white-dark: #dbdbdb;
	--mywp-white-darker: #c9c9c9;
	--mywp-light: #f7f7f7;
	--mywp-light-0: #f7f7f700;
	--mywp-light-40: #f7f7f766;
	--mywp-light-80: #f7f7f7cc;
	--mywp-medium: #eaeaea;
	--mywp-medium-0: #eaeaea00;
	--mywp-medium-40: #eaeaea66;
	--mywp-medium-80: #eaeaeacc;
	--mywp-highlight: #e93ab8;
	--mywp-highlight-header: #ffffff;
	--mywp-highlight-text: #ffffff;
	--mywp-highlight-0: #e93ab800;
	--mywp-highlight-40: #e93ab866;
	--mywp-highlight-80: #e93ab8cc;
	--mywp-highlight-light: #e9c5df;
	--mywp-highlight-medium: #e98acf;
	--mywp-highlight-bright: #e955c0;
	--mywp-highlight-dark: #e919ae;
	--mywp-highlight-darker: #a00875;
	--mywp-color: #e00700;
	--mywp-color-header: #ffffff;
	--mywp-color-text: #ffffff;
	--mywp-color-0: #e0070000;
	--mywp-color-40: #e0070066;
	--mywp-color-80: #e00700cc;
	--mywp-color-light: #ff9f9c;
	--mywp-color-medium: #ff504a;
	--mywp-color-bright: #ff0800;
	--mywp-color-dark: #bd0600;
	--mywp-color-darker: #680300;
	--mywp-dark: #2c2c2c;
	--mywp-dark-header: #ffffff;
	--mywp-dark-text: #ffffff;
	--mywp-dark-0: #2c2c2c00;
	--mywp-dark-40: #2c2c2c66;
	--mywp-dark-80: #2c2c2ccc;
	--mywp-dark-light: #c9c9c9;
	--mywp-dark-medium: #8a8a8a;
	--mywp-dark-bright: #3d3d3d;
	--mywp-dark-dark: #1a1a1a;
	--mywp-dark-darker: #0c0c0c;
	--mywp-darker: #1a1a1a;
	/**/
	--mywp-gradient: linear-gradient(to right, var(--mywp-highlight) 0%, var(--mywp-color) 100%);
	--mywp-gradient-gb: linear-gradient(to right, #9ced6b 0%, #6169b2 100%);
	--mywp-gradient-tb: linear-gradient(to right, #00cfcc 0%, #b08240 100%);
	--mywp-gradient-py: linear-gradient(to right, #731cb5 0%, #cfcf69 100%);
	/**/
	--mywp-skew: skewX(-21deg);
	--mywp-skew-r: skewX(21deg);
	--mywp-shadow: 0.3rem 0.3rem 0 var(--mywp-darker);
	/**/
	--mywp-shade-95: #0c0c0c;
	--mywp-shade-90: #1a1a1a;
	--mywp-shade-85: #2c2c2c;
	--mywp-shade-75: #3d3d3d;
	--mywp-shade-65: #5b5b5b;
	--mywp-shade-50: #8a8a8a;
	--mywp-shade-35: #adadad;
	--mywp-shade-20: #c9c9c9;
	--mywp-shade-15: #dbdbdb;
	--mywp-shade-10: #eaeaea;
	--mywp-shade-5: #f7f7f7;
	--mywp-shade-2: #fafafa;
	/**/
	--mywp-heavy: 900;
	--mywp-radius: 0.3rem;
	/**/
	--mywp-mg-half: 0.5rem;
	--mywp-mg-one: 1rem;
	--mywp-mg-less: 1.8rem;
	--mywp-mg-normal: 3.6rem;
	--mywp-mg-more: 3.6rem;
	--mywp-mg-huge: 7.2rem;
	--mywp-mg-gap: 2.4rem;
	--mywp-mg-block: 2.4rem;
	--mywp-mg-pad: 3.6rem;
}
@media (min-width: 40em) {
	:root {
		--mywp-mg-less: 3.6rem;
		--mywp-mg-normal: 7.2rem;
		--mywp-mg-more: 10.8rem;
		--mywp-mg-huge: 21.6rem;
		--mywp-mg-block: 4.8rem;
		--mywp-mg-pad: 7.2rem;
		--mywp-shadow: 0.5rem 0.5rem 0 var(--mywp-darker);
	}
}
@media (min-width: 80em) {
	:root {
		--mywp-mg-less: 4.8rem;
		--mywp-mg-normal: 9.6rem;
		--mywp-mg-more: 14.4rem;
		--mywp-mg-huge: 28.8rem;
	}
}
/* SETUP */
	html,
	body {
		border: none;
		margin: 0;
		padding: 0;
		}
	body, div, span, h1, h2, h3, h4, h5, h6, p, object, iframe, blockquote, pre, a, abbr, acronym, address, code, del, em, strike, strong, dl, dt, dd, ol, ul, li, img, picture, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, button, input, select, textarea, time, mark, audio, video {
		border: 0;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		font-size: inherit;
		line-height: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
		}
	article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, video, svg, iframe {
		display: block;
		}
	*:where(:not(iframe, canvas, img, svg, video):not(svg *)){
		all: unset;
		display: revert;
		}
	*,
	*::before,
	*::after {
		box-sizing: inherit;
		-webkit-font-smoothing: antialiased;
		word-break: break-word;
		word-wrap: break-word;
		}
/* HTML */
	html {
		background: var(--mywp-white);
		box-sizing: border-box;
		font-size: 62.5%;
		scroll-behavior: smooth;
		}
	@media (prefers-reduced-motion: reduce) {
		html {
			scroll-behavior: auto;
			}
	}
	body {
		color: var(--mywp-dark);
		font-weight: 400;
		line-height: 1;
		margin: 0 auto;
		}
	@media (min-width: 120em) {
		body {
			margin-bottom: 6.4em;
			}
	}
	@media screen and (max-device-width: 30em){
		body{
			-webkit-text-size-adjust: 100%;
			}
	}

/* FONT FAMILY */
	body,
	.tf-n {
		font-family: var(--mywp-font);
		}

/* TAGS */
	a {
		color: var(--mywp-color);
		cursor: pointer;
		text-decoration: none;
		transition: all 200ms ease;
		transition-property: background, border, color, box-shadow, opacity, text-decoration;
		}
	a:hover,
	a:focus {
		color: var(--mywp-color-darker);
		}
	strong,
	b {
		font-weight: 700;
		}
	em,
	i {
		font-style: italic;
		}
	img,
	picture,
	svg,
	embed,
	object {
		height: auto;
		max-width: 100%;
		}
	iframe {
		max-width: 100%;
		}
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
	ol,
	ul {
		list-style: none;
		}
	ins {
		text-decoration: underline;
		}
	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
		}
	sup {
		top: -0.5em;
		}
	sub {
		bottom: -0.25em;
		}
	hr {
		border-style: solid;
		border-width: 0.1rem 0 0 0;
		border-color: var(--mywp-shade-15);
		margin: var(--mywp-mg-normal) 0;
		}
	pre {
		display: block;
		font-family: monospace;
		font-size: 1.6rem;
		white-space: pre;
		}

/* SECTION */
	.main-section,
	.main-sec,
	.section,
	.section > .section-p {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		position: relative;
		z-index: 1;
		}
	.section-p > .section-c {
		width: 100%;
		justify-self: center;
		}
	.section-p,
	.section-p-l {
		padding-left: var(--mywp-mg-pad);
		}
	.section-p,
	.section-p-r {
		padding-right: var(--mywp-mg-pad);
		}
	.section-c {
		position: relative;
		z-index: 2;
		}
	html.old .section {
		display: block;
		overflow: hidden;
		}

/* WIDTHS */
	.wd-max {
		max-width: 192rem;
		}
	.section-c,
	.wd-c {
		max-width: 128rem;
		}
	.wd-h {
		max-width: 64rem;
		}
	.wd-tq {
		max-width: 96rem;
		}
	.wd-oq {
		max-width: 32rem;
		}
	.w5 {width: 5%;}
	.w10 {width: 10%;}
	.w15 {width: 15%;}
	.w20 {width: 20%;}
	.w25 {width: 25%;}
	.w30 {width: 30%;}
	.w35 {width: 35%;}
	.w40 {width: 40%;}
	.w45 {width: 45%;}
	.w50 {width: 50%;}
	.w60 {width: 60%;}
	.w70 {width: 70%;}
	.w75 {width: 75%;}
	.w80 {width: 80%;}
	.w90 {width: 90%;}
	.w100 {width: 100%;}

/* MARGINS */
	.mgv,
	.mgv.mg-normal {
		margin-bottom: var(--mywp-mg-normal);
		}
	.mgv,
	.mgv.mg-normal {
		margin-top: var(--mywp-mg-normal);
		}
	.mgs,
	.mgs.mg-normal {
		padding-left: var(--mywp-mg-normal);
		padding-right: var(--mywp-mg-normal);
		}
	.mgv.mg-less {
		margin-bottom: var(--mywp-mg-less);
		}
	.mgv.mg-less {
		margin-top: var(--mywp-mg-less);
		}
	.mgs.mg-less {
		padding-left: var(--mywp-mg-less);
		padding-right: var(--mywp-mg-less);
		}
	.mgv.mg-more {
		margin-bottom: var(--mywp-mg-more);
		}
	.mgv.mg-more {
		margin-top: var(--mywp-mg-more);
		}
	.mgs.mg-more {
		padding-left: var(--mywp-mg-more);
		padding-right: var(--mywp-mg-more);
		}
	.mgv.mg-more-bottom {
		margin-bottom: var(--mywp-mg-huge);
		}
	.mgv.mg-more-top {
		margin-top: var(--mywp-mg-huge);
		}
	.mg-block,
	.mg-head {
		margin-top: var(--mywp-mg-block);
		}
	.mg-block {
		margin-bottom: var(--mywp-mg-block);
		}
	.mg-head,
	.mg-gap,
	.mg-gap-bottom {
		margin-bottom: var(--mywp-mg-gap);
		}
	.mg-gap,
	.mg-gap-top {
		margin-top: var(--mywp-mg-gap);
		}
	@media (min-width: 60em) {
		.mg-head.w {
			margin-top: var(--mywp-mg-normal);
			}
	}
	.mg-one,
	.mg-one-bottom {
		margin-bottom: var(--mywp-mg-one);
		}
	.mg-one,
	.mg-one-top {
		margin-top: var(--mywp-mg-one);
		}
	.mg-half,
	.mg-half-bottom {
		margin-bottom: var(--mywp-mg-half);
		}
	.mg-half,
	.mg-half-top {
		margin-top: var(--mywp-mg-half);
		}
	.mg-none-bottom,
	.mgv.mg-none,
	.mgv.mg-none-vert,
	.mgv.mg-none-bottom {
		margin-bottom: 0;
		}
	.mg-none-top,
	.mgv.mg-none,
	.mgv.mg-none-vert,
	.mgv.mg-none-top {
		margin-top: 0;
		}
	.mg-none-left,
	.mgs.mg-none,
	.mgs.mg-none-side {
		padding-left: 0;
		}
	.mg-none-right,
	.mgs.mg-none,
	.mgs.mg-none-side {
		padding-right: 0;
		}
	.section-c,
	.mg-c {
		margin-left: auto;
		margin-right: auto;
		}

/* ALIGN */
	.al {
		text-align: left;
		}
	.ac {
		text-align: center;
		}
	.ar {
		text-align: right;
		}
	@media (min-width: 60em) {
		.als {
			text-align: left;
			}
		.acs {
			text-align: center;
			}
		.ars {
			text-align: right;
			}
	}

/* TEXT SIZES */
	h6,
	.ts-s {
		font-size: 2.1em;
		}
	h5,
	.ts-n {
		font-size: 2.4em;
		}
	h4,
	.ts-m {
		font-size: 2.7em;
		}
	h3,
	.ts-l,
	.has-large-font-size {
		font-size: 3em;
		}
	h2,
	.ts-xl,
	.has-x-large-font-size {
		font-size: 3.3em;
		}
	h1,
	.ts-h {
		font-size: 3.6em;
		}
	@media (max-width: 40em) {
		.ts-h.header-1line {
			font-size: 2.4em;
			}
	}
	@media (min-width: 40em) {
		h6,
		.ts-s {
			font-size: 2.5em;
			}
		h5,
		.ts-n {
			font-size: 2.8em;
			}
		h4,
		.ts-m {
			font-size: 3.1em;
			}
		h3,
		.ts-l,
		.has-large-font-size {
			font-size: 3.4em;
			}
		h2,
		.ts-xl,
		.has-x-large-font-size {
			font-size: 3.7em;
			}
		h1,
		.ts-h {
			font-size: 4em;
			}
	}
	@media (min-width: 60em) {
		h6,
		.ts-s {
			font-size: 2.8em;
			}
		h5,
		.ts-n {
			font-size: 3.2em;
			}
		h4,
		.ts-m {
			font-size: 3.6em;
			}
		h3,
		.ts-l,
		.has-large-font-size {
			font-size: 4em;
			}
		h2,
		.ts-xl,
		.has-x-large-font-size {
			font-size: 4.4em;
			}
		h1,
		.ts-h {
			font-size: 4.8em;
			}
	}
	@media (min-width: 80em) {
		h3,
		.ts-l {
			font-size: 5em;
			}
		h2,
		.ts-xl {
			font-size: 5.4em;
			}
		h1,
		.ts-h {
			font-size: 6.4em;
			}
	}

/* HEADERS */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: 700;
		line-height: 1.2em;
		text-transform: uppercase;
		}
	p.has-large-font-size.has-large-font-size,
	p.has-x-large-font-size.has-x-large-font-size {
		line-height: 1em;
		}
	/* HEADERS ALIGN */
	.header.c,
	.header-small.c,
	.header-sub.c,
	.header-group.c {
		text-align: center;
		}
	.header.r,
	.header-small.r,
	.header-sub.r,
	.header-group.r {
		text-align: right;
		}
	/* HEADERS WEIGHTS */
	.header.a,
	.header.g,
	.header-small,
	.header-sub.g,
	.header-inline {
		font-weight: var(--mywp-heavy);
		}
	.header.a,
	.header-sub.g {
		font-style: italic;
		}
	/* HEADERS INLINE */
	.header-inline {
		margin: var(--mywp-mg-gap) 0;
		}
	/* HEADERS SIZING */
	h2.header.c.ts-h,
	.header-group.c {
		margin-left: auto;
		margin-right: auto;
		max-width: 80rem;
		}
	/* HEADERS GROUPS */
	.header-group > .header {
		margin-bottom: 1.2rem;
		}
	/* HEADERS STYLING */
	.header-border-below.w {
		padding-bottom: var(--mywp-mg-gap);
		position: relative;
		}
	.header-border-sides.c {
		overflow: hidden;
		}
	.header-border-sides.c > span {
		display: inline-block;
		padding: 0 2.4rem;
		position: relative;
		}
	.header-border-sides.c > span::before,
	.header-border-sides.c > span::after,
	.header-border-below.w::after {
		background-color: var(--mywp-white-bright);
		content: '';
		position: absolute;
		}
	.header-border-sides.c > span::before,
	.header-border-sides.c > span::after {
		height: 0.4rem;
		width: 10rem;
		top: calc(50% - 0.2rem);
		}
	.header-border-sides.c > span::before {
		right: 100%;
		}
	.header-border-sides.c > span::after {
		left: 100%;
		}
	.header-border-below.w::after {
		bottom: 0;
		height: 0.1rem;
		width: 9.6rem;
		}
	.header-border-below.w.l::after {
		left: 0;
		}
	.header-border-below.w.c::after {
		left: calc(50% - 4.8rem);
		}
	.header-border-below.w.r::after {
		right: 0;
		}

/* LAYOUT */
	#top {
		position: relative;
		}
	#main {
		background-color: var(--mywp-white);
		padding-top: 6rem;
		position: relative;
		z-index: 2;
		}
	#header-object,
	#header-holder,
	#header-content {
		height: 6rem;
		}
	#header-content.section-c {
		position: static;
		}
	#header {
		height: 0;
		position: absolute;
		width: 100%;
		z-index: 1000;
		}
	#header-object {
		position: relative;
		transition: top 250ms ease-out;
		}
	#header-holder {
		background-color: var(--mywp-white);
		}
	#header-logo {
		background: url('assets/images/logo.png') left center / auto 100% no-repeat;
		float: left;
		height: 4rem;
		overflow: hidden;
		position: relative;
		text-indent: -180rem;
		top: 1rem;
		width: 17.3rem;
		}
	#header-nav {
		float: right;
		margin-top: 1rem;
		}
	#header-nav,
	#header-sub > li > a,
	#header-menu > li > a,
	#header-cta > a,
	#header-search,
	#header-search-button,
	#header-search-field > input {
		height: 4rem;
		}
	#header-nav li.normal-menu-here,
	#header-nav li.normal-menu-here li {
		position: relative;
		}
	#header-nav a {
		display: block;
		position: relative;
		}
	#header-sub,
	#header-sub > li,
	#header-menu,
	#header-menu > li,
	#header-search,
	#header-cta {
		display: inline-block;
		vertical-align: top;
		}
	#header-menu,
	#header-search,
	#header-sub > li#header-phone {
		display: none;
		}
	/* Mobile Nav */
	#header-sub > li > a,
	#header-modal-close,
	#header-search-button {
		color: var(--mywp-white-text);
		font-size: 1.8rem;
		line-height: 4rem;
		text-align: center;
		width: 4rem;
		}
	#header-sub > li > a:hover,
	#header-sub > li > a:focus,
	#header-modal-close:hover,
	#header-modal-close:focus,
	#header-search-button:hover,
	#header-search-button:focus {
		color: var(--mywp-color);
		}
	#header-modal-close {
		display: none;
		}
	/* Menu & CTA */
	#header-cta {
		display: none;
		}
	#header-menu > li > a,
	#header-cta > a {
		line-height: 2rem;
		padding: 1rem 1.6rem;
		}
	@media (min-width: 30em) {
		#header-cta {
			display: inline-block;
			margin-left: 2rem;
			}
	}
	@media (min-width: 60em) {
		#main {
			padding-top: 12rem;
			}
		#header-object,
		#header-holder,
		#header-content {
			height: 12rem;
			}
		#header-logo {
			height: 6rem;
			top: 3rem;
			width: 26rem;
			}
		#header-nav {
			margin-top: 4rem;
			}
		#header-search {
			display: inline-block;
			}
	}
	@media (min-width: 80em) {
		#header-menu {
			display: inline-block;
			}
		#header-sub {
			display: none;
			}
		#header-menu > li > a {
			color: var(--mywp-white-text);
			font-size: 1.6rem;
			font-weight: 700;
			height: 8rem;
			text-transform: uppercase;
			}
		@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
			#header-menu > li:hover > a,
			#header-menu > li:focus > a {
				color: var(--mywp-color);
				}
		}
		#header-menu > li.current-menu-item > a::before,
		#header-menu > li.current-menu-ancestor > a::before,
		#header-menu > li.current-page-ancestor > a::before,
		#header-menu > li.current_page_parent > a::before,
		#header-menu > li.normal-menu-here ul > li.menu-item-has-children > a::after,
		#header-menu > li.normal-menu-here > ul::before,
		#header-menu > li.normal-menu-here > ul > li > ul::before,
		#header-menu > li.normal-menu-here > ul > li > ul > li > ul::before {
			border-style: solid;
			border-width: 0.5rem;
			content: '';
			pointer-events: none;
			position: absolute;
			}
		#header-menu > li.current-menu-item > a::before,
		#header-menu > li.current-menu-ancestor > a::before,
		#header-menu > li.current-page-ancestor > a::before,
		#header-menu > li.current_page_parent > a::before {
			border-color: transparent transparent var(--mywp-highlight) transparent;
			bottom: 4rem;
			left: calc(50% - 0.5rem);
			}
		#header-menu > li.normal-menu-here ul > li.menu-item-has-children > a::after {
			border-color: transparent transparent transparent var(--mywp-medium);
			right: 0.5rem;
			top: calc(50% - 0.5rem);
			}
		#header-menu > li.normal-menu-here > ul,
		#header-menu > li.normal-menu-here > ul > li > ul,
		#header-menu > li.normal-menu-here > ul > li > ul > li > ul {
			background-color: var(--mywp-light);
			box-shadow: var(--mywp-shadow);
			font-size: 1.4rem;
			font-weight: 400;
			left: calc(50% - 10rem);
			opacity: 0;
			padding: 1.25rem 0;
			position: absolute;
			text-align: left;
			text-transform: none;
			transition: opacity 200ms ease;
			top: 4rem;
			visibility: hidden;
			width: 20rem;
			z-index: 10;
			}
		#header-menu > li.normal-menu-here > ul > li > ul,
		#header-menu > li.normal-menu-here > ul > li > ul > li > ul {
			background-color: var(--mywp-shade-10);
			left: calc(20rem - 1.6rem);
			top: 0;
			z-index: 11;
			}
		#header-menu > li.normal-menu-here > ul::before {
			border-color: transparent transparent var(--mywp-light) transparent;
			left: calc(50% - 0.5rem);
			top: -1rem;
			}
		#header-menu > li.normal-menu-here > ul > li > ul::before,
		#header-menu > li.normal-menu-here > ul > li > ul > li > ul::before {
			border-color: transparent var(--mywp-shade-10) transparent transparent;
			left: -1rem;
			top: 2rem;
			}
		#header-menu > li.normal-menu-here:hover > ul,
		#header-menu > li.normal-menu-here:focus > ul,
		#header-menu > li.normal-menu-here > ul > li:hover > ul,
		#header-menu > li.normal-menu-here > ul > li:focus > ul,
		#header-menu > li.normal-menu-here > ul > li > ul > li:hover > ul,
		#header-menu > li.normal-menu-here > ul > li > ul > li:focus > ul {
			visibility: visible;
			opacity: 1;
			}
		#header-menu > li.normal-menu-here > ul > li > a,
		#header-menu > li.normal-menu-here > ul > li > ul > li > a,
		#header-menu > li.normal-menu-here > ul > li > ul > li > ul > li > a {
			color: var(--mywp-white-text);
			font-weight: 700;
			line-height: 1.2em;
			padding: 1rem 2.5rem;
			}
		#header-menu > li.normal-menu-here > ul > li:hover > a,
		#header-menu > li.normal-menu-here > ul > li:focus > a,
		#header-menu > li.normal-menu-here > ul > li > ul > li:hover > a,
		#header-menu > li.normal-menu-here > ul > li > ul > li:focus > a,
		#header-menu > li.normal-menu-here > ul > li > ul > li > ul > li:hover > a,
		#header-menu > li.normal-menu-here > ul > li > ul > li > ul > li:focus > a {
			color: var(--mywp-color);
			}
		#header-menu > li > div {
			background-color: var(--mywp-light);
			box-shadow: var(--mywp-shadow);
			left: 0;
			opacity: 0;
			position: absolute;
			text-align: left;
			top: 12rem;
			transition: opacity 250ms ease 100ms;
			visibility: hidden;
			width: 100%;
			z-index: 1;
			}
		#header-menu > li:hover > div,
		#header-menu > li:focus > div,
		#header-menu > li.hover > div {
			visibility: visible;
			opacity: 1;
			}
		#header-menu .mega-menu > .mega-menu-holder,
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-image {
			display: flex;
			}
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items {
			padding: 2rem;
			}
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-image {
			font: normal 0/0 sans-serif;
			width: 20%;
			}
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-image img {
			height: 100%;
			object-fit: cover;
			width: 100%;
			}
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items {
			width: 80%;
			}
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items > ul {
			display: flex;
			width: 100%;
			}
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items > ul > li {
			border-left: 0.1rem solid var(--mywp-medium);
			flex: 1 1 100%;
			margin: 2rem 2rem 2rem 0;
			padding-left: 2rem;
			}
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items > ul > li > a {
			border-bottom: 0.1rem solid var(--mywp-medium);
			color: var(--mywp-dark);
			font-size: 1.6rem;
			font-weight: 700;
			padding: 0.5rem 0;
			}
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items > ul > li > ul {
			font-size: 1.4rem;
			margin: 1rem;
			}
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items > ul > li > ul a,
		#header-menu .image-menu a {
			color: var(--mywp-dark);
			line-height: 1.2em;
			}
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items > ul > li > a:hover,
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items > ul > li > a:focus,
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items > ul > li > ul a:hover,
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items > ul > li > ul a:focus,
		#header-menu .image-menu a:hover,
		#header-menu .image-menu a:focus {
			color: var(--mywp-color);
			}
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items > ul > li > ul > li,
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items > ul > li > ul > li ul > li,
		#header-menu .image-menu-extras .image-menu-items > ul.image-menu-extra-items > li {
			margin: 1rem 0;
			}
		#header-menu .mega-menu > .mega-menu-holder > .mega-menu-subs-items > ul > li > ul > li ul {
			margin: 1rem;
			}
		#header-menu .image-menu-holder {
			margin: 0 2rem;
			}
		#header-menu .image-menu-items {
			margin: 2rem -1rem;
			text-align: center;
			}
		#header-menu .image-menu-extras .image-menu-items {
			display: flex;
			width: 100%;
			}
		#header-menu .image-menu-extras .image-menu-items > ul.sub-menu {
			width: 80%;
			}
		#header-menu .image-menu-extras .image-menu-items > ul.sub-menu > li ul {
			font-size: 1.3rem;
			margin: 1rem;
			}
		#header-menu .image-menu-extras .image-menu-items > ul.image-menu-extra-items {
			border-left: 0.1rem solid var(--mywp-medium);
			margin-left: 2.5rem;
			padding-left: 2.5rem;
			text-align: left;
			width: calc(20% - 5rem);
			}
		#header-menu .image-menu-extras .image-menu-items > ul.image-menu-extra-items > li {
			font-size: 1.6rem;
			}
		#header-menu .image-menu-extras .image-menu-items > ul.image-menu-extra-items > li ul {
			margin: 1rem;
			}
		#header-menu .image-menu-extras .image-menu-items > ul.image-menu-extra-items > li ul > li {
			margin: 0.5rem 0;
			}
		#header-menu .image-menu-extras .image-menu-items > ul.image-menu-extra-items > li > a {
			font-weight: 700;
			}
		#header-menu .image-menu-items > ul.sub-menu > li {
			display: inline-block;
			vertical-align: top;
			width: 20%;
			}
		#header-menu .image-menu-items > ul.sub-menu > li .sub-menu {
			display: block;
			font-size: 1.6rem;
			margin-top: 1rem;
			}
		#header-menu .image-menu-items > ul.sub-menu > li .sub-menu > li {
			margin: 0.5rem 0;
			}
		#header-menu .image-menu-extras .image-menu-items > ul.sub-menu > li {
			width: 25%;
			}
		#header-menu .image-menu .image-menu-item {
			margin: 0 1rem;
			}
		#header-menu .image-menu .image-menu-item > a {
			position: relative;
			}
		#header-menu .image-menu .image-menu-item > a > .image-menu-image {
			font: normal 0/0 sans-serif;
			}
		#header-menu .image-menu .image-menu-item > a > .image-menu-title {
			align-items: center;
			background-color: rgba(0,0,0,0.35);
			color: var(--mywp-white);
			display: flex;
			font-size: 2rem;
			font-weight: 900;
			height: 100%;
			line-height: 1.2em;
			justify-content: center;
			left: 0;
			position: absolute;
			text-transform: uppercase;
			top: 0;
			transition: background 200ms ease;
			width: 100%;
			}
		@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
			#header-menu .image-menu .image-menu-item > a:hover > .image-menu-title {
				background-color: rgba(0,0,0,0.75);
				}
		}
		#header-menu .image-menu .image-menu-item > a > .image-menu-title > span {
			padding: 0 1.5rem;
			}
	}
/* SCROLLED */
	body.scrolled #header {
		left: 0;
		position: fixed;
		top: 0;
		}
	body.scrolled #header-object {
		margin: 0 auto;
		position: relative;
		top: -16rem;
		}
	html.menu-open #header-object,
	body.scrolled-menu.scrolled-up #header-object {
		top: 0;
		}
/* SEARCH */
	#header-search-button,
	#header-search-field {
		vertical-align: top;
		}
	#header-search-field {
		display: none;
		}
	#header-search-field > input {
		background-color: var(--mywp-white);
		border: 0.1rem solid var(--mywp-shade-10);
		border-radius: var(--mywp-radius);
		color: var(--mywp-white-text);
		font-size: 1.6rem;
		line-height: 4rem;
		padding: 0 1rem;
		width: 32rem;
		}
	#header-search-field ::placeholder {
		color: var(--mywp-white-medium);
		}
	#header-navigation > form > div {
		display: none;
		}
	html.search-open #header-search-field {
		display: inline-block;
		}
	html.search-open #header #header-menu,
	html.search-open #header #header-sub {
		display: none;
		}
/* PAGE */
	.page-header {
		margin-bottom: var(--mywp-mg-gap);
		margin-top: var(--mywp-mg-normal);
		position: relative;
		z-index: 10;
		}
	.page-header-more .section-c {
		align-content: flex-end;
		display: grid;
		height: 50vh;
		max-height: 96rem;
		min-height: 48rem;
		}
	.page-header-more .page-header {
		margin-bottom: var(--mywp-mg-normal);
		}
	.page-header > h1 {
		font-weight: var(--mywp-heavy);
		text-shadow: var(--mywp-shadow);
		}
	.page-header > h2 {
		font-style: italic;
		font-weight: 900;
		margin-top: var(--mywp-mg-one);
		}
/* FOOTER */
	.footer-item h5 {
		border-bottom: 0.1rem solid var(--mywp-dark-dark);
		font-size: 1.6em;
		font-weight: 700;
		padding-bottom: 1rem;
		text-transform: uppercase;
		}
	.footer-item h5,
	.footer-item h5 a {
		color: var(--mywp-white);
		}
	.footer-item h5 a:hover,
	.footer-item h5 a:focus {
		color: var(--mywp-color);
		}
	.footer-text.textnormal,
	.footer-text.textlight {
		font-size: 1.4rem;
		}
	.footer-cta {
		margin-top: 2.4rem;
		}
	.footer-item .menu-social {
		border-top: 0.1rem solid var(--mywp-dark-dark);
		margin-top: 2.4rem;
		padding-top: 1rem;
		}
	.footer-credits {
		font-size: 1.2rem;
		}
	.footer-credits p {
		line-height: 1.6rem;
		}
	/* FOOTER CONTACT */
	.footer-contact {
		margin: 1rem 0;
		overflow: hidden;
		}
	.footer-contact + .footer-contact {
		margin-top: 2.4rem;
		}
	.footer-contact-icon,
	.footer-contact > p {
		float: left;
		text-align: left;
		}
	.footer-contact-icon {
		font-size: 1.4rem;
		padding-top: 0.2rem;
		width: 4rem;
		}
	.footer-contact > p {
		font-size: 1.4em;
		line-height: 1.2em;
		width: calc(100% - 4rem);
		}
	/* FOOTER MENU */
	.footer-menu {
		font-size: 1.4em;
		margin: 1rem;
		}
	.footer-menu > li {
		margin: 1rem 0;
		}
	.footer-menu > li > a,
	.footer-menu > li > span {
		display: inline-block;
		line-height: 1.2em;
		padding-left: 1rem;
		position: relative;
		}
	.footer-menu > li > a::before,
	.footer-menu > li > span::before {
		border-width: 0.4rem;
		border-style: solid;
		border-color: transparent transparent transparent var(--mywp-dark-medium);
		border-image: none;
		content: '';
		display: inline-block;
		left: 0;
		position: absolute;
		top: 0.6rem;
		}
	/* FOOTER NAV */
	.footer-nav {
		border-top: 0.1rem solid var(--mywp-dark-dark);
		font-size: 1.2em;
		padding: 2.4rem 0 2rem;
		}
	.footer-nav em,
	.footer-nav p,
	.footer-nav ul,
	.footer-nav ul > li {
		display: inline-block;
		padding-bottom: 0.4rem;
		}
	.footer-nav p,
	.footer-nav ul li + li::before {
		color: var(--mywp-dark-medium);
		}
	.footer-nav p strong {
		color: var(--mywp-white);
		font-weight: 400;
		}
	.footer-nav p span,
	.footer-nav p strong,
	.footer-nav ul li {
		padding-left: 0.5rem;
		}
	.footer-nav p a {
		padding-right: 0.5rem;
		}
	.footer-nav ul li + li::before {
		content: '/';
		padding-right: 0.5rem;
		}

/* MOBILE */
	.modal {
		background-color: var(--mywp-dark);
		height: 0;
		opacity: 0;
		overflow: hidden;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		transition: opacity 250ms ease;
		width: 100%;
		z-index: 999;
		}
	.modal-holder {
		margin: var(--mywp-mg-gap) auto;
		padding-top: 6rem;
		}
	@media (min-width: 40em) {
		.modal-holder {
			max-width: 64rem;
			}
	}
	@media (min-width: 60em) {
		.modal-holder {
			padding-top: 12rem;
			}
	}
	.modal-cta .button,
	.modal-items {
		font-size: 1.6rem;
		}
	.modal-items {
		border-bottom: 0.1rem solid var(--mywp-dark-bright);
		}
	.modal-items li {
		position: relative;
		}
	.modal-items > li a {
		border-top: 0.1rem solid var(--mywp-dark-bright);
		color: var(--mywp-dark-text);
		display: block;
		height: 4.8rem;
		line-height: 2.4rem;
		overflow: hidden;
		padding: 1.2rem;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.modal-items > li a:hover,
	.modal-items > li a:focus {
		color: var(--mywp-highlight);
		}
	.modal-items > li > a {
		font-weight: var(--mywp-heavy);
		position: relative;
		text-transform: uppercase;
		}
	.modal-items > li > ul > li a {
		font-weight: 700;
		}
	.modal-items > li i.fam {
		background-color: var(--mywp-dark-bright);
		color: var(--mywp-dark-medium);
		cursor: pointer;
		height: 4.8rem;
		line-height: 4.8rem;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0.1rem;
		width: 4.8rem;
		}
	.modal-items > li i.fam[data-open="yes"] {
		color: var(--mywp-color);
		}
	.modal-items > li ul {
		display: none;
		}
	.modal-items > li ul a {
		padding-left: 2rem;
		padding-right: 5.8rem;
		}
	.modal-items > li ul ul a {
		padding-left: 3rem;
		}
	.modal-items > li ul ul ul a {
		padding-left: 4rem;
		}
	.modal-items > li ul ul ul ul a {
		padding-left: 5rem;
		}
	.modal-items > li ul.mm-show {
		display: block;
		}
	.modal-cta,
	.modal-search {
		margin: 1rem 0;
		}
	.modal-cta > a {
		display: block;
		}
	.modal-cta > a:hover,
	.modal-cta > a:focus {
		background-color: var(--mywp-highlight);
		color: var(--mywp-highlight-text);
		}
	.modal-search input[type="search"] {
		background-color: var(--mywp-dark);
		border-color: var(--mywp-darker);
		color: var(--mywp-dark-text);
		text-align: center;
		width: 100%;
		}
	.modal-search input[type="search"]:focus {
		background-color: var(--mywp-dark-bright);
		}
	.modal .menu-social {
		margin: 2rem 0;
		}
	.modal-social .menu-social {
		text-align: center;
		}
	.modal-social .menu-social > li {
		padding: 0 1rem;
		text-align: center;
		}
	html.menu-open {
		overflow: hidden;
		}
	html.menu-open #menu-mobile {
		height: 100%;
		opacity: 1;
		}
	html.menu-open #header-sub,
	html.menu-open #header-menu,
	html.menu-open #header-search,
	html.menu-open #header-cta {
		display: none;
		}
	html.menu-open #header-modal-close {
		display: inline-block;
		}

/* ACCESSIBILITY */
	@media (prefers-reduced-motion: reduce) {
		* {
			animation-duration: 0s !important;
			transition-duration: 0s !important;
			}
	}
	a.skip-main {
		height: 0.1rem;
		left: -180em;
		overflow: hidden;
		position: absolute;
		top: auto;
		width: 0.1rem;
		z-index: -999;
		}
	a.skip-main:focus,
	a.skip-main:active {
		background-color: var(--mywp-dark);
		border: 0.1rem solid var(--mywp-dark-dark);
		border-radius: var(--mywp-radius);
		color: var(--mywp-white);
		font-size: 1.2rem;
		height: auto;
		left: auto;
		margin: 1em 2em;
		overflow: auto;
		padding: 1em;
		text-align: center;
		top: auto;
		width: auto;
		z-index: 999;
		}
	.sr-only,
	.screen-reader-text {
		border: 0;
		clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
		clip-path: inset(50%);
		height: 0.1rem;
		margin: -0.1rem;
		padding: 0;
		overflow: hidden;
		position: absolute;
		width: 0.1rem;
		word-wrap: normal;
		word-break: normal;
		}
	.sr-only:focus,
	.screen-reader-text:focus {
		background-color: var(--mywp-shade-20);
		border-radius: var(--mywp-radius);
		clip: auto;
		clip-path: none;
		color: var(--mywp-shade-90);
		display: block;
		font-size: 0.875rem;
		font-weight: 700;
		height: auto;
		line-height: normal;
		padding: 1em;
		position: absolute;
		left: 0.5rem;
		top: 0.5rem;
		text-decoration: none;
		text-transform: none;
		width: auto;
		z-index: 100000;
		}

/* FRAMEWORK */
	.fw {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		}
	.fw-g {
		grid-gap: 2.4em;
		}
	@media (min-width: 40em) {
		.fw-g {
			grid-gap: 4.8em;
			}
		.fw-2sm,
		.fw-4s {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
	}
	@media (min-width: 60em) {
		.fw-2ss {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
	}
	@media (min-width: 80em) {
		.fw-2sc {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			}
		.fw-4s {
			grid-template-columns: repeat(4, minmax(0, 1fr));
			}
		.section-footer .fw-4s {
			grid-template-columns: 48em 1fr 1fr 1fr;
			}
	}

/* RESET BOX MARGINS */
	.ib > *:first-child,
	.ib > .bb:first-child > *:first-child,
	.ib > .bb:first-child > .bb:first-child > *:first-child {
		margin-top: 0 !important;
		}
	.ib > *:last-child,
	.ib > .bb:last-child > *:last-child,
	.ib > .bb:first-child > .bb:last-child > *:last-child {
		margin-bottom: 0 !important;
		}

/* SHADING & BORDERS */
	.shading-layers,
	.borders-layers {
		position: relative;
		}
	.shading-layers:before,
	.shading-layers:after,
	.borders-layers:before,
	.borders-layers:after {
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		}
	.shading-layers:before {
		z-index: 1;
		}
	.shading-layers:after {
		z-index: 0;
		}
	.borders-layers:before {
		z-index: 3;
		}
	.borders-layers:after {
		z-index: 2;
		}

/* SHADING */
	.shading-content {
		position: relative;
		z-index: 10;
		}
	/* SHADING IMAGES */
	.shading-background-img,
	.shading-background-img:after {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		}
	.shading-position-top:after,
	.shading-position-center:after,
	.shading-position-bottom:after {
		background-size: 100% auto;
		}
	.shading-position-repeat:after {
		background-repeat: repeat;
		background-size: auto;
		}
	.shading-position-covertop:after,
	.shading-position-top:after {
		background-position: center top;
		}
	.shading-position-center:after {
		background-position: center center;
		}
	.shading-position-bottom:after {
		background-position: center bottom;
		}
	.shading-position-coverbr:after {
		background-position: right bottom;
		}
	.shading-position-coverbl:after {
		background-position: left bottom;
		}
	.shading-position-coverbc:after {
		background-position: center bottom;
		}
	.shading-position-covertr:after {
		background-position: right top;
		}
	.shading-position-covertc:after {
		background-position: center top;
		}
	.shading-position-covertl:after {
		background-position: left top;
		}
	.shading-position-fixed:after {
		background-attachment: fixed;
		}
	/* SHADING OPACITY */
	.shading-opacity-90:before {
		opacity: 0.9;
		}
	.shading-opacity-75:before {
		opacity: 0.75;
		}
	.shading-opacity-65:before {
		opacity: 0.65;
		}
	.shading-opacity-50:before {
		opacity: 0.5;
		}
	.shading-opacity-25:before {
		opacity: 0.25;
		}
	.shading-opacity-0:before {
		opacity: 0;
		}
	/* SHADING FILL */
	.shading-fill-halftop:before,
	.shading-fill-halftop:after {
		height: 50%;
		}
	.shading-fill-halfbottom:before,
	.shading-fill-halfbottom:after {
		top: auto;
		bottom: 0;
		height: 50%;
		}
	.shading-fill-halfleft:before,
	.shading-fill-halfleft:after {
		width: 50%;
		}
	.shading-fill-halfright:before,
	.shading-fill-halfright:after {
		left: auto;
		right: 0;
		width: 50%;
		}
	.boxes.boxes-second-auto .shading-fill-roundtopright.boxes-left.boxes-equal:before,
	.boxes.boxes-second-auto .shading-fill-roundtopright.boxes-left.boxes-equal:after {
		top: auto;
		bottom: 0;
		height: calc(100% - 10rem);
		}
	.boxes.boxes-second-auto .shading-fill-roundtopright.boxes-left.boxes-equal:before,
	.boxes.boxes-second-first .shading-fill-roundtopright.boxes-right.boxes-equal:before,
	.boxes.boxes-second-auto .shading-fill-roundtopright.boxes-left.boxes-equal:after,
	.boxes.boxes-second-first .shading-fill-roundtopright.boxes-right.boxes-equal:after {
		border-radius: 0 10rem 0 0;
		}
	@media (min-width: 60em) {
		.boxes.boxes-second-auto .shading-fill-roundtopright.boxes-right.boxes-equal:before,
		.boxes.boxes-second-auto .shading-fill-roundtopright.boxes-right.boxes-equal:after {
			top: auto;
			bottom: 0;
			height: calc(100% - 10rem);
			}
		.boxes.boxes-second-auto .shading-fill-roundtopright.boxes-left.boxes-equal:before,
		.boxes.boxes-second-first .shading-fill-roundtopright.boxes-right.boxes-equal:before,
		.boxes.boxes-second-auto .shading-fill-roundtopright.boxes-left.boxes-equal:after,
		.boxes.boxes-second-first .shading-fill-roundtopright.boxes-right.boxes-equal:after {
			border-radius: 0;
			}
		.boxes.boxes-second-auto .shading-fill-roundtopright.boxes-right.boxes-equal:before,
		.boxes.boxes-second-first .shading-fill-roundtopright.boxes-right.boxes-equal:before,
		.boxes.boxes-second-auto .shading-fill-roundtopright.boxes-right.boxes-equal:after,
		.boxes.boxes-second-first .shading-fill-roundtopright.boxes-right.boxes-equal:after {
			border-radius: 0 20rem 0 0;
			}
	}
	/* SHADING EXTEND */
	.shading-extend {
		z-index: 0;
		}
	.shading-extend.shading-extend-up:before,
	.shading-extend.shading-extend-up:after,
	.shading-extend.shading-extend-down:before,
	.shading-extend.shading-extend-down:after {
		height: calc(100% + 24rem);
		}
	.shading-extend.shading-extend-updown:before,
	.shading-extend.shading-extend-updown:after {
		height: calc(100% + 48rem);
		}
	.shading-extend.shading-extend-up:before,
	.shading-extend.shading-extend-up:after,
	.shading-extend.shading-extend-updown:before,
	.shading-extend.shading-extend-updown:after {
		top: -24rem;
		}
	/* SHADING BLEND */
	.shading-blend-color:before {
		mix-blend-mode: color;
		}
	.shading-blend-multiply:before {
		mix-blend-mode: multiply;
		}
	.shading-blend-overlay:before {
		mix-blend-mode: overlay;
		}
	.shading-blend-screen:before {
		mix-blend-mode: screen;
		}
	/* SHADING COLORS */
	.section[class*="shading-none"] + .section[class*="shading-none"],
	.section[class*="shading-white"] + .section[class*="shading-white"],
	.section[class*="shading-white"] + .section[class*="shading-none"],
	.section[class*="shading-none"] + .section[class*="shading-white"] {
		border-top: 0.1rem solid var(--mywp-white-bright);
		}
	.shading-white-bg,
	.shading-white:before,
	.has-white-background-color.has-white-background-color {
		background-color: var(--mywp-white);
		}
	.shading-white-cover {
		background-color: var(--mywp-white-80);
		}
	.shading-white-gradient {
		background: linear-gradient(to bottom, var(--mywp-white-40) 0%, var(--mywp-white-80) 100%);
		}
	.shading-light-bg,
	.shading-light:before,
	.has-light-background-color.has-light-background-color {
		background-color: var(--mywp-light);
		}
	.shading-light-cover {
		background-color: var(--mywp-light-80);
		}
	.shading-light-gradient {
		background: linear-gradient(to bottom, var(--mywp-light-40) 0%, var(--mywp-light-80) 100%);
		}
	.shading-medium-bg,
	.shading-medium:before,
	.has-medium-background-color.has-medium-background-color {
		background-color: var(--mywp-medium);
		}
	.shading-medium-cover {
		background-color: var(--mywp-medium-80);
		}
	.shading-medium-gradient {
		background: linear-gradient(to bottom, var(--mywp-medium-40) 0%, var(--mywp-medium-80) 100%);
		}
	.shading-highlight-bg,
	.shading-highlight:before,
	.has-highlight-background-color.has-highlight-background-color {
		background-color: var(--mywp-highlight);
		}
	.shading-highlight-cover {
		background-color: var(--mywp-highlight-80);
		}
	.shading-highlight-gradient {
		background: linear-gradient(to bottom, var(--mywp-highlight-40) 0%, var(--mywp-highlight-80) 100%);
		}
	.shading-color-bg,
	.shading-color:before,
	.has-color-background-color.has-color-background-color {
		background-color: var(--mywp-color);
		}
	.shading-color-cover {
		background-color: var(--mywp-color-80);
		}
	.shading-color-gradient {
		background: linear-gradient(to bottom, var(--mywp-color-40) 0%, var(--mywp-color-80) 100%);
		}
	.shading-dark-bg,
	.shading-dark:before,
	.has-dark-background-color.has-dark-background-color {
		background-color: var(--mywp-dark);
		}
	.shading-dark-cover {
		background-color: var(--mywp-dark-80);
		}
	.shading-dark-gradient {
		background: linear-gradient(to bottom, var(--mywp-dark-40) 0%, var(--mywp-dark-80) 100%);
		}
	.shading-darker-bg {
		background-color: var(--mywp-darker);
		}
	.shading-gradient-bg,
	.shading-gradient:before,
	.has-gradient-background-color.has-gradient-background-color {
		background: var(--mywp-gradient);
		}
	.shading-gradient-cover {
		background: linear-gradient(to bottom, var(--mywp-highlight-80) 0%, var(--mywp-color-80) 100%);
		}
	.shading-gradient-gradient {
		background: linear-gradient(to bottom, var(--mywp-highlight-40) 0%, var(--mywp-color-80) 100%);
		}
	.shading-gradient-gb-bg,
	.shading-gradient-gb:before {
		background: var(--mywp-gradient-gb);
		}
	.shading-gradient-tb-bg,
	.shading-gradient-tb:before {
		background: var(--mywp-gradient-tb);
		}
	.shading-gradient-py-bg,
	.shading-gradient-py:before {
		background: var(--mywp-gradient-py);
		}
	/* SHADING BORDER COLORS */
	.shading-border-white {
		border-color: var(--mywp-white);
		}
	.shading-border-light {
		border-color: var(--mywp-light);
		}
	.shading-border-highlight {
		border-color: var(--mywp-highlight);
		}
	.shading-border-color {
		border-color: var(--mywp-color);
		}
	.shading-border-dark {
		border-color: var(--mywp-dark);
		}
	.shading-border-gradient {
		border-image: linear-gradient(to right, var(--mywp-highlight) 0%, var(--mywp-color) 100%);
		border-image-slice: 1;
		}

/* BORDERS */
	.borders-top-white-bar {
		padding-top: 1rem;
		}
	.borders-bottom-white-bar {
		padding-bottom: 1rem;
		}
	.borders-top-white-bar:before,
	.borders-bottom-white-bar:after {
		background-image: url('assets/images/border-white-bar.gif');
		background-repeat: repeat-x;
		}
	.borders-top-white-bar:before {
		background-position: center top;
		}
	.borders-bottom-white-bar:after {
		background-position: center bottom;
		}
	.borders-top-hash {
		padding-top: 1.3rem;
		}
	.borders-bottom-hash {
		padding-bottom: 1.3rem;
		}
	.borders-top-hash::before,
	.borders-bottom-hash::after {
		background-image: url('assets/images/border.png');
		background-repeat: repeat-x;
		height: 2.6rem;
		top: -1.3rem;
		}
	.borders-bottom-hash::after {
		bottom: -1.3rem;
		top: auto;
		}

/* COLORS */
	/* TEXT COLORS */
	.dark {
		color: var(--mywp-dark);
			}
	.light {
		color: var(--mywp-white-medium);
		}
	.highlight {
		color: var(--mywp-highlight);
		}
	.highlight-bg {
		background-color: var(--mywp-highlight);
		color: var(--mywp-highlight-text);
		}
	/* white */
	.colors-white,
	a.colors-white.textlinksalt,
	.colors-white a.textlinksalt,
	.colors-white .textlinksalt a {
		color: var(--mywp-white-text);
		}
	a.colors-white.textlinks,
	.colors-white a.textlinks,
	.colors-white .textlinks a,
	.colors-white.textlinks a,
	.colors-white .hoverit .hoverit-c:hover {
		color: var(--mywp-color);
		}
	a.colors-white.textlinks:hover,
	a.colors-white.textlinks:focus,
	.colors-white a.textlinks:hover,
	.colors-white a.textlinks:focus,
	.colors-white .textlinks a:hover,
	.colors-white .textlinks a:focus,
	.colors-white.textlinks a:hover,
	.colors-white.textlinks a:focus {
		color: var(--mywp-color-darker);
		}
	a.colors-white.textlinksalt:hover,
	a.colors-white.textlinksalt:focus,
	.colors-white a.textlinksalt:hover,
	.colors-white a.textlinksalt:focus,
	.colors-white .textlinksalt a:hover,
	.colors-white .textlinksalt a:focus {
		color: var(--mywp-color);
		}
	.colors-white .header-color {
		color: var(--mywp-white-header);
		}
	.colors-white .header-border-sides.c > span::before,
	.colors-white .header-border-sides.c > span::after,
	.colors-white .header-border-below.w::after {
		background-color: var(--mywp-white-bright);
		}
	.colors-white .highlight,
	.colors-white .highlight-af::after,
	.colors-white .highlight-bf::before,
	.colors-white .gform_wrapper .gfield_required {
		color: var(--mywp-highlight);
		}
	.colors-white .highlight-t {
		color: var(--mywp-highlight);
		}
	.colors-white .highlight-a {
		color: var(--mywp-white-medium);
		}
	.colors-white .highlight-b {
		color: var(--mywp-white-text);
		}
	.colors-white .textformat.textlinks a:not([class]) {
		color: var(--mywp-white-text);
		text-decoration-color: var(--mywp-color);
		}
	.colors-white .textformat.textlinks a:not([class]):hover,
	.colors-white .textformat.textlinks a:not([class]):focus {
		color: var(--mywp-color);
		text-decoration-color: var(--mywp-color);
		}
	.colors-white .menu-social > li > a {
		background-color: var(--mywp-color);
		color: var(--mywp-color-text);
		}
	.colors-white .menu-social > li > a:hover,
	.colors-white .menu-social > li > a:focus {
		background-color: var(--mywp-highlight);
		border-color: transparent;
		color: var(--mywp-highlight-text);
		}
	.colors-white .bg-h,
	.colors-white.bg-h {
		background-color: var(--mywp-highlight);
		color: var(--mywp-highlight-text);
		}
	.colors-white .bg-c,
	.colors-white.bg-c,
	.colors-white .bga-c::after,
	.colors-white.bga-c::after,
	.colors-white .bgb-c::before,
	.colors-white.bgb-c::before {
		background-color: var(--mywp-white-bright);
		}
	.colors-white td,
	.colors-white th,
	.colors-white .border-c,
	.colors-white.border-c,
	.colors-white .bordera-c::after,
	.colors-white.bordera-c::after,
	.colors-white .borderb-c::before,
	.colors-white.borderb-c::before {
		border-color: var(--mywp-white-bright);
		}
	/* light */
	/* highlight */
	.colors-highlight,
	a.colors-highlight.textlinksalt,
	.colors-highlight a.textlinksalt,
	.colors-highlight .textlinksalt a {
		color: var(--mywp-highlight-text);
		}
	a.colors-highlight.textlinks,
	.colors-highlight a.textlinks,
	.colors-highlight .textlinks a,
	.colors-highlight.textlinks a,
	.colors-highlight .hoverit .hoverit-c:hover {
		color: var(--mywp-highlight-light);
		}
	a.colors-highlight.textlinks:hover,
	a.colors-highlight.textlinks:focus,
	.colors-highlight a.textlinks:hover,
	.colors-highlight a.textlinks:focus,
	.colors-highlight .textlinks a:hover,
	.colors-highlight .textlinks a:focus,
	.colors-highlight.textlinks a:hover,
	.colors-highlight.textlinks a:focus {
		color: var(--mywp-highlight-text);
		}
	a.colors-highlight.textlinksalt:hover,
	a.colors-highlight.textlinksalt:focus,
	.colors-highlight a.textlinksalt:hover,
	.colors-highlight a.textlinksalt:focus,
	.colors-highlight .textlinksalt a:hover,
	.colors-highlight .textlinksalt a:focus {
		color: var(--mywp-highlight-light);
		}
	.colors-highlight .header-color {
		color: var(--mywp-highlight-header);
		}
	.colors-highlight .header-border-sides.c > span::before,
	.colors-highlight .header-border-sides.c > span::after,
	.colors-highlight .header-border-below.w::after {
		background-color: var(--mywp-highlight-dark);
		}
	.colors-highlight .highlight,
	.colors-highlight .highlight-af::after,
	.colors-highlight .highlight-bf::before,
	.colors-highlight .gform_wrapper .gfield_required {
		color: var(--mywp-color);
		}
	.colors-highlight .highlight-t {
		color: var(--mywp-darker);
		}
	.colors-highlight .highlight-a {
		color: var(--mywp-highlight-medium);
		}
	.colors-highlight .highlight-b {
		color: var(--mywp-highlight-text);
		}
	.colors-highlight .textformat.textlinks a:not([class]) {
		color: var(--mywp-highlight-text);
		text-decoration-color: var(--mywp-highlight-medium);
		}
	.colors-highlight .textformat.textlinks a:not([class]):hover,
	.colors-highlight .textformat.textlinks a:not([class]):focus {
		color: var(--mywp-highlight-light);
		text-decoration-color: var(--mywp-highlight-light);
		}
	.colors-highlight .menu-social > li > a {
		background-color: var(--mywp-color);
		color: var(--mywp-color-text);
		}
	.colors-highlight .menu-social > li > a:hover,
	.colors-highlight .menu-social > li > a:focus {
		background-color: var(--mywp-darker);
		color: var(--mywp-white);
		}
	.colors-highlight .bg-h,
	.colors-highlight.bg-h {
		background-color: var(--mywp-color);
		color: var(--mywp-color-text);
		}
	.colors-highlight .bg-c,
	.colors-highlight.bg-c,
	.colors-highlight .bga-c::after,
	.colors-highlight.bga-c::after,
	.colors-highlight .bgb-c::before,
	.colors-highlight.bgb-c::before {
		background-color: var(--mywp-highlight-bright);
		}
	.colors-highlight td,
	.colors-highlight th,
	.colors-highlight .border-c,
	.colors-highlight.border-c,
	.colors-highlight .bordera-c::after,
	.colors-highlight.bordera-c::after,
	.colors-highlight .borderb-c::before,
	.colors-highlight.borderb-c::before {
		border-color: var(--mywp-highlight-bright);
		}
	/* color */
	.colors-color,
	a.colors-color.textlinksalt,
	.colors-color a.textlinksalt,
	.colors-color .textlinksalt a {
		color: var(--mywp-color-text);
		}
	a.colors-color.textlinks,
	.colors-color a.textlinks,
	.colors-color .textlinks a,
	.colors-color.textlinks a,
	.colors-color .hoverit .hoverit-c:hover {
		color: var(--mywp-color-light);
		}
	a.colors-color.textlinks:hover,
	a.colors-color.textlinks:focus,
	.colors-color a.textlinks:hover,
	.colors-color a.textlinks:focus,
	.colors-color .textlinks a:hover,
	.colors-color .textlinks a:focus,
	.colors-color.textlinks a:hover,
	.colors-color.textlinks a:focus {
		color: var(--mywp-color-text);
		}
	a.colors-color.textlinksalt:hover,
	a.colors-color.textlinksalt:focus,
	.colors-color a.textlinksalt:hover,
	.colors-color a.textlinksalt:focus,
	.colors-color .textlinksalt a:hover,
	.colors-color .textlinksalt a:focus {
		color: var(--mywp-color-light);
		}
	.colors-color .header-color {
		color: var(--mywp-color-header);
		}
	.colors-color .header-border-sides.c > span::before,
	.colors-color .header-border-sides.c > span::after,
	.colors-color .header-border-below.w::after {
		background-color: var(--mywp-color-dark);
		}
	.colors-color .highlight,
	.colors-color .highlight-af::after,
	.colors-color .highlight-bf::before,
	.colors-color .gform_wrapper .gfield_required {
		color: var(--mywp-highlight);
		}
	.colors-color .highlight-t {
		color: var(--mywp-darker);
		}
	.colors-color .highlight-a {
		color: var(--mywp-color-medium);
		}
	.colors-color .highlight-b {
		color: var(--mywp-color-text);
		}
	.colors-color .textformat.textlinks a:not([class]) {
		color: var(--mywp-color-text);
		text-decoration-color: var(--mywp-color-medium);
		}
	.colors-color .textformat.textlinks a:not([class]):hover,
	.colors-color .textformat.textlinks a:not([class]):focus {
		color: var(--mywp-color-light);
		text-decoration-color: var(--mywp-color-light);
		}
	.colors-color .menu-social > li > a {
		background-color: var(--mywp-highlight);
		color: var(--mywp-highlight-text);
		}
	.colors-color .menu-social > li > a:hover,
	.colors-color .menu-social > li > a:focus {
		background-color: var(--mywp-darker);
		color: var(--mywp-white);
		}
	.colors-color .bg-h,
	.colors-color.bg-h {
		background-color: var(--mywp-highlight);
		color: var(--mywp-highlight-text);
		}
	.colors-color .bg-c,
	.colors-color.bg-c,
	.colors-color .bga-c::after,
	.colors-color.bga-c::after,
	.colors-color .bgb-c::before,
	.colors-color.bgb-c::before {
		background-color: var(--mywp-color-bright);
		}
	.colors-color td,
	.colors-color th,
	.colors-color .border-c,
	.colors-color.border-c,
	.colors-color .bordera-c::after,
	.colors-color.bordera-c::after,
	.colors-color .borderb-c::before,
	.colors-color.borderb-c::before {
		border-color: var(--mywp-color-bright);
		}
	/* dark */
	.colors-dark,
	a.colors-dark.textlinksalt,
	.colors-dark a.textlinksalt,
	.colors-dark .textlinksalt a {
		color: var(--mywp-dark-text);
		}
	a.colors-dark.textlinks,
	.colors-dark a.textlinks,
	.colors-dark .textlinks a,
	.colors-dark.textlinks a,
	.colors-dark .hoverit .hoverit-c:hover {
		color: var(--mywp-dark-light);
		}
	a.colors-dark.textlinks:hover,
	a.colors-dark.textlinks:focus,
	.colors-dark a.textlinks:hover,
	.colors-dark a.textlinks:focus,
	.colors-dark .textlinks a:hover,
	.colors-dark .textlinks a:focus,
	.colors-dark.textlinks a:hover,
	.colors-dark.textlinks a:focus {
		color: var(--mywp-dark-text);
		}
	a.colors-dark.textlinksalt:hover,
	a.colors-dark.textlinksalt:focus,
	.colors-dark a.textlinksalt:hover,
	.colors-dark a.textlinksalt:focus,
	.colors-dark .textlinksalt a:hover,
	.colors-dark .textlinksalt a:focus {
		color: var(--mywp-dark-light);
		}
	.colors-dark .header-color {
		color: var(--mywp-dark-header);
		}
	.colors-dark .header-border-sides.c > span::before,
	.colors-dark .header-border-sides.c > span::after,
	.colors-dark .header-border-below.w::after {
		background-color: var(--mywp-dark-dark);
		}
	.colors-dark .highlight,
	.colors-dark .highlight-af::after,
	.colors-dark .highlight-bf::before,
	.colors-dark .gform_wrapper .gfield_required {
		color: var(--mywp-highlight);
		}
	.colors-dark .highlight-t {
		color: var(--mywp-highlight);
		}
	.colors-dark .highlight-a {
		color: var(--mywp-dark-medium);
		}
	.colors-dark .highlight-b {
		color: var(--mywp-dark-text);
		}
	.colors-dark .textformat.textlinks a:not([class]) {
		color: var(--mywp-dark-text);
		text-decoration-color: var(--mywp-color);
		}
	.colors-dark .textformat.textlinks a:not([class]):hover,
	.colors-dark .textformat.textlinks a:not([class]):focus {
		color: var(--mywp-dark-text);
		text-decoration-color: var(--mywp-highlight);
		}
	.colors-dark .menu-social > li > a {
		background-color: var(--mywp-color);
		color: var(--mywp-color-text);
		}
	.colors-dark .button:hover,
	.colors-dark .button:focus,
	.colors-dark .menu-social > li > a:hover,
	.colors-dark .menu-social > li > a:focus {
		background-color: var(--mywp-white);
		border-color: transparent;
		color: var(--mywp-white-text);
		}
	.colors-dark .bg-h,
	.colors-dark.bg-h {
		background-color: var(--mywp-highlight);
		color: var(--mywp-highlight-text);
		}
	.colors-dark .bg-c,
	.colors-dark.bg-c,
	.colors-dark .bga-c::after,
	.colors-dark.bga-c::after,
	.colors-dark .bgb-c::before,
	.colors-dark.bgb-c::before {
		background-color: var(--mywp-dark-bright);
		}
	.colors-dark td,
	.colors-dark th,
	.colors-dark .border-c,
	.colors-dark.border-c,
	.colors-dark .bordera-c::after,
	.colors-dark.bordera-c::after,
	.colors-dark .borderb-c::before,
	.colors-dark.borderb-c::before {
		border-color: var(--mywp-dark-bright);
		}
	/* darker */
	.colors-darker {
		color: var(--mywp-dark-light);
		}
	.colors-darker .textlinks a {
		color: var(--mywp-highlight);
		}
	.colors-darker .textlinks a:hover,
	.colors-darker .textlinks a:focus {
		color: var(--mywp-white);
		}
	/* gradient */
	.colors-gradient,
	a.colors-gradient.textlinksalt,
	.colors-gradient a.textlinksalt,
	.colors-gradient .textlinksalt a {
		color: var(--mywp-white);
		}
	a.colors-gradient.textlinks,
	.colors-gradient a.textlinks,
	.colors-gradient .textlinks a,
	.colors-gradient.textlinks a,
	.colors-gradient .hoverit .hoverit-c:hover {
		color: var(--mywp-highlight-light);
		}
	a.colors-gradient.textlinks:hover,
	a.colors-gradient.textlinks:focus,
	.colors-gradient a.textlinks:hover,
	.colors-gradient a.textlinks:focus,
	.colors-gradient .textlinks a:hover,
	.colors-gradient .textlinks a:focus,
	.colors-gradient.textlinks a:hover,
	.colors-gradient.textlinks a:focus {
		color: var(--mywp-white);
		opacity: 1;
		}
	a.colors-gradient.textlinksalt:hover,
	a.colors-gradient.textlinksalt:focus,
	.colors-gradient a.textlinksalt:hover,
	.colors-gradient a.textlinksalt:focus,
	.colors-gradient .textlinksalt a:hover,
	.colors-gradient .textlinksalt a:focus {
		color: rgba(255,255,255,0.75);
		}
	.colors-gradient .header-color {
		color: var(--mywp-white);
		}
	.colors-gradient .header-color.header.ts-h.b {
		text-shadow: var(--mywp-shadow);
		}
	.colors-gradient .header-border-sides.c > span::before,
	.colors-gradient .header-border-sides.c > span::after,
	.colors-gradient .header-border-below.w::after {
		background-color: rgba(255,255,255,0.2);
		}
	.colors-gradient .highlight,
	.colors-gradient .highlight-af::after,
	.colors-gradient .highlight-bf::before,
	.colors-gradient .gform_wrapper .gfield_required {
		color: var(--mywp-darker);
		}
	.colors-gradient .highlight-t {
		color: var(--mywp-darker);
		}
	.colors-gradient .highlight-a {
		color: var(--mywp-white);
		opacity: 0.5;
		}
	.colors-gradient .highlight-b {
		color: var(--mywp-white);
		}
	.colors-gradient .textformat.textlinks a:not([class]) {
		color: var(--mywp-white);
		opacity: 1;
		text-decoration-color: var(--mywp-dark);
		}
	.colors-gradient .textformat.textlinks a:not([class]):hover,
	.colors-gradient .textformat.textlinks a:not([class]):focus {
		color: var(--mywp-dark);
		text-decoration-color: var(--mywp-dark);
		}
	.colors-gradient .menu-social > li > a {
		background-color: var(--mywp-dark);
		color: var(--mywp-dark-text);
		}
	.colors-gradient .menu-social > li > a:hover,
	.colors-gradient .menu-social > li > a:focus {
		background-color: var(--mywp-white);
		color: var(--mywp-white-text);
		}
	.colors-gradient .bg-h,
	.colors-gradient.bg-h {
		background-color: rgba(0,0,0,0.25);
		}
	.colors-gradient .bg-c,
	.colors-gradient.bg-c,
	.colors-gradient .bga-c::after,
	.colors-gradient.bga-c::after,
	.colors-gradient .bgb-c::before,
	.colors-gradient.bgb-c::before {
		background-color: rgba(0,0,0,0.25);
		}
	.colors-gradient td,
	.colors-gradient th,
	.colors-gradient .border-c,
	.colors-gradient.border-c,
	.colors-gradient .bordera-c::after,
	.colors-gradient.bordera-c::after,
	.colors-gradient .borderb-c::before,
	.colors-gradient.borderb-c::before {
		border-color: rgba(0,0,0,0.25);
		}
	/* GRADIENT PY */
	.colors-gradient.colors-gradient-py,
	a.colors-gradient.colors-gradient-py.textlinksalt,
	.colors-gradient.colors-gradient-py a.textlinksalt,
	.colors-gradient.colors-gradient-py .textlinksalt a {
		color: var(--mywp-darker);
		}
	/* general */
	.has-white-background-color,
	.has-light-background-color,
	.has-highlight-background-color {
		color: var(--mywp-dark);
		}
	.has-color-background-color,
	.has-dark-background-color,
	.has-white-color.has-white-color {
		color: var(--mywp-white);
		}
	.has-light-color.has-light-color {
		color: var(--mywp-light);
		}
	.has-highlight-color.has-highlight-color {
		color: var(--mywp-highlight);
		}
	.has-color-color.has-color-color {
		color: var(--mywp-color);
		}
	.has-dark-color.has-dark-color {
		color: var(--mywp-dark);
		}
/* TEXT */
	/* Sizes */
	p.is-small-text,
	.has-small-font-size {
		font-size: 1.8rem;
		}
	p.is-regular-text,
	.has-normal-font-size,
	.has-regular-font-size {
		font-size: 2.4rem;
		}
	.has-medium-font-size {
		font-size: 3.2rem;
		}
	p.is-large-text.is-large-text,
	.has-large-font-size.has-large-font-size {
		font-size: 4rem;
		line-height: 1.2em;
		}
	p.is-larger-text.is-larger-text,
	.has-huge-font-size.has-huge-font-size,
	.has-larger-font-size.has-larger-font-size {
		font-size: 4.8rem;
		line-height: 1.2em;
		}
	/* SETUP */
	.text {
		margin: var(--mywp-mg-gap) auto;
		}
	.text-impact.c,
	.text-big.c,
	.text-decorative.c {
		max-width: 80rem;
		}
	.text.c {
		text-align: center;
		}
	.text.r {
		text-align: right;
		}
	/* BASIC */
	.textnormal,
	.textwidget,
	.textlight {
		font-size: 1.8rem;
		}
	.textwidget,
	.textlight {
		font-weight: 300;
		}
	.textnormal.w.c,
	.textlight.w.c {
		max-width: 80rem;
		}
	.textformat p,
	.textwidget p,
	.textlight p {
		line-height: 1.6em;
		}
	@media (min-width: 60em) {
		.textnormal,
		.textwidget,
		.textlight {
			font-size: 1.9rem;
			}
	}
	.textlight:after,
	.textnormal:after {
		clear: both;
		content: '';
		display: block;
		font: normal 0/0 sans-serif;
		height: 0;
		visibility: hidden;
		}
	/* COLUMNS */
	@media (min-width: 40em) {
		.text-columns {
			columns: 2;
			column-gap: 2.4rem;
			}
		.text-columns.textformat > *,
		.text-columns.textformat > * li {
			margin-top: 0;
			padding-top: 0;
			}
		.text-columns.textformat > * li {
			page-break-inside: avoid;
			break-inside: avoid;
			}
	}
	@media (min-width: 60em) {
		.text-columns.w {
			column-gap: 4.8rem;
			}
		.text-columns.text-columns-3.w {
			columns: 3;
			}
		.text-columns.text-columns-4.w {
			columns: 4;
			}
	}
	/* 2 COLUMNS */
	@media (min-width: 40em) {
		.text-2columns {
			display: grid;
			grid-gap: 4.8rem;
			grid-template-columns: repeat(2, 1fr);
			}
		.text-2columns .textformat > *,
		.text-2columns .textformat > * li {
			margin-top: 0;
			padding-top: 0;
			}
	}
	/* IMPACT */
	.text-impact {
		font-size: 2.2em;
		font-weight: 700;
		}
	.text-impact.n {
		font-size: 2em;
		}
	@media (min-width: 80em) {
		.text-impact {
			font-size: 2.4em;
			}
		.text-impact.n {
			font-size: 2.2em;
			}
	}
	.text-impact p {
		line-height: 1.4em;
		}
	.text-impact strong {
		font-weight: var(--mywp-heavy);
		}
	.text-impact br {
		content: ' ';
		display: none;
		}
	/* BIG */
	.text-big {
		font-size: 4.8em;
		}
	.text-big.n {
		font-size: 3.2em;
		}
	.text-big p {
		line-height: 1em;
		margin: var(--mywp-mg-one) 0;
		}
	.text-big strong {
		font-weight: var(--mywp-heavy);
		}
	@media (min-width: 60em) {
		.text-big {
			font-size: 6.4em;
			}
		.text-big.n {
			font-size: 4.8em;
			}
	}
	@media (min-width: 80em) {
		.text-big {
			font-size: 8em;
			}
		.text-big.n {
			font-size: 6.4em;
			}
	}
	/* DECORATIVE */
	.text-decorative {
		font-size: 3.2em;
		font-weight: 300;
		line-height: 1.2em;
		}
	.text-decorative strong {
		font-weight: var(--mywp-heavy);
		}
	@media (min-width: 60em) {
		.text-decorative {
			font-size: 4em;
			}
	}
	@media (min-width: 80em) {
		.text-decorative {
			font-size: 4.8em;
			}
	}
	/* DISCLAIMER */
	.text-disclaimer {
		opacity: 0.75;
		}

/* TEXT FORMAT */
	.textformat h1,
	.textformat h2,
	.textformat h3,
	.textformat h4,
	.textformat h5,
	.textformat h6 {
		font-weight: var(--mywp-heavy);
		margin: var(--mywp-mg-gap) 0 var(--mywp-mg-half);
		}
	.textformat h1 {
		font-size: 1rem;
		}
	.textformat h2 {
		font-size: 2.4rem
		}
	.textformat h3 {
		font-size: 2rem
		}
	.textformat h4 {
		font-size: 1.8rem
		}
	.textformat h5 {
		font-size: 1.6rem
		}
	.textformat h6 {
		font-size: 1.4rem
		}
	@media (min-width: 60em) {
		.textformat h2 {
			font-size: 3.2rem
			}
		.textformat h3 {
			font-size: 2.8rem
			}
		.textformat h4 {
			font-size: 2.4rem
			}
		.textformat h5 {
			font-size: 2rem
			}
		.textformat h6 {
			font-size: 1.6rem
			}
	}
	@media (min-width: 80em) {
		.textformat h2 {
			font-size: 4rem;
			}
		.textformat h3 {
			font-size: 3.6rem;
			}
		.textformat h4 {
			font-size: 3.2rem;
			}
		.textformat h5 {
			font-size: 2.8rem;
			}
		.textformat h6 {
			font-size: 2.4rem;
			}
	}
	.textformat p {
		margin: var(--mywp-mg-gap) 0;
		}
	.textformat.s p {
		margin: var(--mywp-mg-one) 0;
		}
	.textformat > ul,
	.textformat > ol {
		margin: var(--mywp-mg-gap) 0;
		text-align: left;
		}
	.textformat ul ul,
	.textformat ol ol,
	.textformat ul ol,
	.textformat ol ul {
		margin-bottom: 0;
		margin-top: 0;
		}
	.textformat > ul li,
	.textformat > ol li {
		line-height: 1.4em;
		margin: 0.5rem 0 0.5rem 3.5rem;
		padding: 0 0 0 1rem;
		}
	.textformat ul {
		list-style-type: disc;
		}
	.textformat ol {
		list-style-type: decimal;
		}
	.textformat ul ul,
	.textformat ol ul {
		list-style-type: circle;
		}
	.textformat ol ol,
	.textformat ul ol {
		list-style-type: lower-latin;
		}
	.textformat.textfancy ul {
		list-style: none;
		}
	.textformat.textfancy ul li {
		position: relative;
		}
	.textformat.textfancy ul li::before {
		background-color: var(--mywp-highlight);
		border-radius: 100%;
		color: var(--mywp-white);
		content: '\f00c';
		display: block;
		font-family: 'Font Awesome 6 Pro';
		font-weight: 900;
		font-size: 1.6rem;
		font-style: normal;
		font-variant: normal;
		height: 2.4rem;
		left: -2.4rem;
		line-height: 2.4rem;
		position: absolute;
		text-align: center;
		text-rendering: auto;
		width: 2.4rem;
		}
	.textformat blockquote:not([class]) {
		background-color: var(--mywp-shade-2);
		border-left: 0.1rem solid var(--mywp-shade-20);
		font-size: 1.2em;
		font-weight: 300;
		margin: var(--mywp-mg-gap) 0;
		padding: 2.4rem;
		text-align: left;
		}
	.textformat blockquote:not([class]) p {
		line-height: 1.4em;
		margin: var(--mywp-mg-half) 0;
		}
	.textformat blockquote:not([class]) cite {
		display: block;
		font-size: 1.6rem;
		font-weight: 400;
		margin: var(--mywp-mg-half) 0;
		}
	.textformat > figure,
	.textformat > img,
	.textformat > picture {
		margin: var(--mywp-mg-gap) auto;
		}
	.textformat > figure,
	.textformat figure > figcaption {
		text-align: center;
		}
	.textformat embed,
	.textformat iframe,
	.textformat object,
	.textformat video {
		margin-bottom: var(--mywp-mg-gap);
		max-width: 100%;
		}
	.textformat p > embed,
	.textformat p > iframe,
	.textformat p > object,
	.textformat span > embed,
	.textformat span > iframe,
	.textformat span > object {
		margin-bottom: 0;
		}
	.textformat.textlinks a:not([class]) {
		color: var(--mywp-white-text);
		text-decoration: underline;
		text-decoration-color: var(--mywp-color);
		text-decoration-thickness: 0.2rem;
		}
	.textformat.textlinks a:not([class]):hover,
	.textformat.textlinks a:not([class]):focus {
		color: var(--mywp-color);
    	text-decoration-color: var(--mywp-color);
		}
	.textformat h1 ~ p,
	.textformat h2 ~ p,
	.textformat h3 ~ p,
	.textformat h4 ~ p,
	.textformat h5 ~ p,
	.textformat h6 ~ p {
		margin-top: var(--mywp-mg-half);
		}
	@media (min-width: 40em) {
		.textformat blockquote:not([class]) {
			float: left;
			margin-left: 0;
			margin-right: 4.8rem;
			}
		.textformat blockquote:not([class]),
		.textformat img[align="left"],
		.textformat picture[align="left"],
		.textformat blockquote.alignleft,
		.textformat figure.alignleft,
		.textformat img.alignleft,
		.textformat picture.alignleft,
		.textformat .wp-caption.alignleft,
		.textformat img[align="right"],
		.textformat picture[align="right"],
		.textformat blockquote.alignright,
		.textformat figure.alignright,
		.textformat img.alignright,
		.textformat picture.alignright,
		.textformat .wp-caption.alignright {
			max-width: 50%;
			}
		.textformat img[align="left"],
		.textformat picture[align="left"],
		.textformat blockquote.alignleft,
		.textformat figure.alignleft,
		.textformat img.alignleft,
		.textformat picture.alignleft,
		.textformat .wp-caption.alignleft {
			margin-left: 0;
			margin-right: 4.8rem;
			}
		.textformat img[align="right"],
		.textformat picture[align="right"],
		.textformat blockquote.alignright,
		.textformat figure.alignright,
		.textformat img.alignright,
		.textformat picture.alignright,
		.textformat .wp-caption.alignright {
			margin-right: 0;
			margin-left: 4.8rem;
			}
	}

/* ALIGNMENT */
	@media (min-width: 40em) {
		img[align="left"],
		picture[align="left"],
		.alignleft {
			float: left;
			}
		img[align="right"],
		picture[align="right"],
		.alignright {
			float: right;
			}
		img[align="center"],
		picture[align="center"],
		img[align="middle"],
		picture[align="middle"],
		.aligncenter {
			display: block;
			margin-left: auto;
			margin-right: auto;
			}
	}

/* CONTENT SPACING */
	@media (min-width: 60em) {
		.container {
			margin-left: 8rem;
			margin-right: 8rem;
			}
		.container .textnormal.textformat img[align="left"],
		.container .textnormal.textformat picture[align="left"],
		.container .textnormal.textformat img.alignleft,
		.container .textnormal.textformat picture.alignleft,
		.container .textnormal.textformat blockquote,
		.container .textnormal.textformat blockquote.alignleft,
		.container .textnormal.textformat figure.alignleft,
		.container .textnormal.textformat .wp-caption.alignleft {
			margin-left: -8rem;
			}
		.container .textnormal.textformat img[align="right"],
		.container .textnormal.textformat picture[align="right"],
		.container .textnormal.textformat img.alignright,
		.container .textnormal.textformat picture.alignright,
		.container .textnormal.textformat blockquote.alignright,
		.container .textnormal.textformat figure.alignright,
		.container .textnormal.textformat .wp-caption.alignright {
			margin-right: -8rem;
			}
	}
	@media (min-width: 80em) {
		.container {
			margin-left: 16rem;
			margin-right: 16rem;
			}
		.container .textnormal.textformat img[align="left"],
		.container .textnormal.textformat picture[align="left"],
		.container .textnormal.textformat img.alignleft,
		.container .textnormal.textformat picture.alignleft,
		.container .textnormal.textformat.text blockquote,
		.container .textnormal.textformat blockquote.wp-block-quote,
		.container .textnormal.textformat blockquote.alignleft,
		.container .textnormal.textformat figure.alignleft,
		.container .textnormal.textformat .wp-caption.alignleft {
			margin-left: -16rem;
			}
		.container .textnormal.textformat img[align="right"],
		.container .textnormal.textformat picture[align="right"],
		.container .textnormal.textformat img.alignright,
		.container .textnormal.textformat picture.alignright,
		.container .textnormal.textformat blockquote.wp-block-quote,
		.container .textnormal.textformat blockquote.alignright,
		.container .textnormal.textformat figure.alignright,
		.container .textnormal.textformat .wp-caption.alignright {
			margin-right: -16rem;
			}
	}

/* QUOTE */
	.quote {
		margin: var(--mywp-mg-gap) auto;
		max-width: 92rem;
		position: relative;
		}
	.quote.c {
		margin: var(--mywp-mg-block) auto;
		text-align: center;
		}
	.quote-mark {
		margin-bottom: var(--mywp-mg-one);
		}
	.quote-mark > span {
		border-radius: 100%;
		color: var(--mywp-white);
		display: inline-block;
		font-size: 1.2rem;
		height: 3.2rem;
		line-height: 3.2rem;
		text-align: center;
		width: 3.2rem;
		}
	.quote-text {
		font-size: 3.2em;
		font-style: italic;
		font-weight: 300;
		line-height: 1.2em;
		}
	.quotes-item .quote-text,
	.quote.n .quote-text {
		font-size: 2.4em;
		}
	.quote-header {
		font-size: 2.4em;
		margin: var(--mywp-mg-one) 0;
		}
	.quote-header > strong {
		font-weight: var(--mywp-heavy);
		}
	.quote-by {
		font-size: 2em;
		margin-top: var(--mywp-mg-one);
		}
	@media (min-width: 80em) {
		.quote-text {
			font-size: 4em;
			}
		.quotes-item .quote-text,
		.quote.n .quote-text {
			font-size: 3.2em;
			}
	}

/* CONTACT TABLE */
	.contacttable {
		border: 0.1rem solid transparent;
		margin: var(--mywp-mg-gap) 0;
		padding: 0.5rem;
		}
	.contacttable-item {
		border: 0.1rem solid transparent;
		display: grid;
		font-size: 1.5rem;
		grid-template-columns: 5rem 1fr;
		line-height: 1.2em;
		}
	.contacttable-item + .contacttable-item {
		margin-top: 0.5rem;
		}
	.contacttable-item > span {
		padding: 0.8rem;
		}
	.contacttable-item > span > a {
		display: block;
		}
	.contacttable-icon {
		text-align: center;
		}

/* BIOLINK */
	.biolink {
		margin: var(--mywp-mg-gap) auto;
		max-width: 64rem;
		}
	.biolink-item {
		margin: 2rem 0;
		}
	.biolink-item > a {
		background-color: var(--mywp-shade-5);
		border-radius: var(--mywp-radius);
		color: var(--mywp-shade-85);
		display: block;
		font-size: 2rem;
		line-height: 1.4em;
		padding: 1rem 1.5rem;
		text-align: center;
		}
	.biolink-item.biolink-item-2 > a {
		background-color: var(--mywp-shade-65);
		color: var(--mywp-white);
		font-weight: 700;
		}
	.biolink-item.biolink-item-3 > a {
		background-color: var(--mywp-color);
		color: var(--mywp-color-text);
		font-weight: var(--mywp-heavy);
		}
	.biolink-item > a:hover {
		background-color: var(--mywp-highlight);
		color: var(--mywp-highlight-text);
		}

/* SOCIAL */
	.social-icons {
		margin: var(--mywp-mg-gap) 0 calc(var(--mywp-mg-gap) - 1rem);
		text-align: left;
		}
	.menu-social.c,
	.social-icons.c {
		text-align: center;
		}
	.menu-social.r,
	.social-icons.r {
		text-align: right;
		}
	.menu-social > li {
		display: inline-block;
		padding: 0 1rem 1rem 0;
		}
	.menu-social.c > li,
	.social-icons.c .menu-social > li {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		}
	.menu-social > li > a {
		background-color: var(--mywp-color);
		border-radius: 100%;
		color: var(--mywp-color-text);
		display: block;
		font-size: 2rem;
		height: 4.8rem;
		line-height: 4.8rem;
		position: relative;
		text-align: center;
		width: 4.8rem;
		}
	.menu-social > li > a:hover,
	.menu-social > li > a:focus {
		background-color: var(--mywp-highlight);
		color: var(--mywp-highlight-text);
		}

/* TABLES */
	table {
		border-collapse: collapse;
		border-spacing: 0;
		empty-cells: show;
		font-size: 1.6rem;
		margin: var(--mywp-mg-gap) 0;
		max-width: 100%;
		overflow: hidden;
		width: 100%;
		}
	th,
	td {
		border: 0.1rem solid var(--mywp-shade-15);
		line-height: 1.4;
		margin: 0;
		overflow: visible;
		padding: 0.5em;
		}
	caption {
		font-weight: 700;
		padding: 0.5em;
		text-align: center;
		}
	thead {
		background-color: var(--mywp-highlight);
		color: var(--mywp-highlight-text);
		font-weight: 700;
		vertical-align: bottom;
		text-align: left;
		white-space: nowrap;
		}
	th {
		font-weight: 700;
		}
	tbody td p {
		margin: 0;
		}
	tbody td p + p {
		margin-top: 0.5rem;
		}
	.listtable-scroll .listtable {
		table-layout: fixed;
		width: 100%;
		}
	@media (max-width: 40em) {
		.listtable-scroll {
			box-shadow: inset -1rem 0 0.5rem -0.5rem rgba(0,0,0,0.2);
			overflow-x: scroll;
			padding: 1.5rem 0;
			}
		.listtable-scroll .listtable {
			width: 76rem;
			}
	}

/* FORM TAGS */
	input,
	textarea,
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		background: var(--mywp-white);
		border-radius: 0;
		border: 0.1rem solid var(--mywp-shade-20);
		}
	input[type="checkbox"],
	input[type="radio"] {
		cursor: pointer;
		display: inline-block;
		height: 2rem;
		min-width: 2rem;
		position: relative;
		top: 0.2rem;
		width: 2rem;
		}
	input[readonly] {
		background: none;
		border: none;
		padding: 0;
		}
	input[type="checkbox"]:checked::before {
		content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
		position: absolute;
		display: inline-block;
		height: 2rem;
		margin: -0.1rem 0 0 -0.15rem;
		width: 2rem;
		}
	input[type="radio"] {
		border-radius: 100%;
		}
	input[type="radio"]:checked::before {
		background-color: var(--mywp-shade-85);
		border-radius: 100%;
		content: '';
		height: 1rem;
		left: 0.4rem;
		position: absolute;
		top: 0.4rem;
		width: 1rem;
		}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="url"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="week"],
	input[type="number"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	input[type="file"],
	textarea,
	select {
		border-radius: var(--mywp-radius);
		color: var(--mywp-shade-85);
		font-size: 1.8rem;
		font-weight: 400;
		height: 4.8rem;
		line-height: 2.4rem;
		outline: 0;
		padding: 1.2rem;
		transition: all 250ms ease;
		}
	textarea {
		line-height: 1.3em;
		}
	select {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
		background-position: right center;
		background-repeat: no-repeat;
		cursor: pointer;
		padding-right: 3.2rem;
		}
	select option {
		color: var(--mywp-shade-85);
		}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	textarea:focus,
	select:focus {
		background-color: var(--mywp-shade-2);
		border-color: var(--mywp-shade-35);
		}
	::placeholder {
		color: var(--mywp-shade-20);
		line-height: inherit;
		opacity: 1;
		}
	input[type="search"] {
		-webkit-appearance: textfield;
		}
	input[type="search"]::-webkit-search-decoration,
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-results-button,
	input[type="search"]::-webkit-search-results-decoration {
		display: none;
		}
	input:invalid {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		}

/* BUTTONS */
	button,
	.button,
	.faux-button,
	.wp-block-button__link,
	.wp-block-file .wp-block-file__button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		background: none;
		border-radius: 0;
		cursor: pointer;
		display: inline-block;
		transition: all 200ms ease;
		transition-property: background, border, color;
		}
	.button,
	.faux-button,
	.wp-block-button__link,
	.wp-block-file .wp-block-file__button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		background: var(--mywp-gradient);
		border-radius: 0;
		box-shadow: var(--mywp-shadow);
		color: var(--mywp-white);
		font-size: 1.4rem;
		font-weight: var(--mywp-heavy);
		letter-spacing: 0.02em;
		line-height: 1em;
		padding: 1.4rem 2rem;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		transform: var(--mywp-skew);
		transition-property: color;
		}
	@media (min-width: 40em) {
		.button,
		.faux-button,
		.wp-block-button__link,
		.wp-block-file .wp-block-file__button,
		input[type="button"],
		input[type="reset"],
		input[type="submit"] {
			font-size: 1.6rem;
			}
	}
	.button[disabled],
	button[disabled],
	input[type="button"][disabled],
	input[type="reset"][disabled],
	input[type="submit"][disabled] {
		cursor: not-allowed;
		opacity: 0.5;
		}
	button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
		padding: 0 !important;
		border: 0 none !important;
		}
	.button:hover,
	.button:focus,
	.faux-button:hover,
	.wp-block-button__link:hover,
	.wp-block-button__link:focus,
	.wp-block-file .wp-block-file__button:hover,
	.wp-block-file .wp-block-file__button:focus,
	input[type="button"]:hover,
	input[type="button"]:focus,
	input[type="reset"]:hover,
	input[type="reset"]:focus,
	input[type="submit"]:hover,
	input[type="submit"]:focus {
		background: var(--mywp-dark);
		color: var(--mywp-dark-text);
		}
	.button.button-icon i {
		opacity: 0.75;
		transform: var(--mywp-skew-r);
		}
	.button.button-icon.button-icon-f i {
		padding-right: 1rem;
		}
	.button.button-icon.button-icon-l i {
		padding-left: 1rem;
		}
	.buttons-group {
		margin: var(--mywp-mg-gap) 0;
		}
	.buttons-group.c,
	.buttons-group.w.i {
		text-align:  center;
		}
	.buttons-group .button {
		display: inline-block;
		}
	.buttons-group .button {
		margin: 0 2rem 1rem 0;
		}
	.buttons-group.c .button,
	.buttons-group.w.i .button {
		margin: 0 1rem 1rem;
		}
	.button-inline {
		display: inline-block;
		}
	.button-simple {
		font-size: 1.6rem;
		margin: 1rem 0;
		}
	.button-simple.c {
		text-align: center;
		}
	.button-simple > a > i {
		padding-right: 0.5rem;
		}

/* NAV BUTTONS WITH ICON */
	.buttons-icon {
		font-size: 1.8em;
		margin: 1rem 0 0.5rem;
		}
	.buttons-icon.c {
		text-align: center;
		}
	.buttons-icon-item {
		display: inline-block;
		}
	.buttons-icon.c .buttons-icon-item {
		margin: 0 1.5rem;
		}
	.buttons-icon.n .buttons-icon-item {
		margin-right: 3rem;
		margin: 0 3rem 1rem 0;
		}
	.buttons-icon.n .buttons-icon-item:last-child {
		margin-right: 0;
		}
	.buttons-icon-item span {
		font-weight: 700;
		padding-left: 0.5rem;
		text-transform: uppercase;
		}

/* BUTTON HEADER */
	.button-header {
		align-items: center;
		display: grid;
		grid-gap: 2.4rem;
		grid-template-columns: 1fr;
		}
	.button-header-text {
		}
	.button-header-link {
		align-items: center;
		justify-content: center;
		display: flex;
		}
	@media (min-width: 60em) {
		.button-header {
			grid-gap: 4.8rem;
			grid-template-columns: 1fr 32rem;
			}
	}

/* BUTTON CYCLE - PAGINATION */
	.button-cycle {
		border-top: 0.1rem solid transparent;
		clear: both;
		font-size: 1.4em;
		margin: var(--mywp-mg-gap) 0;
		}
	.button-cycle-pages {
		text-align: center;
		}
	.button-cycle-pages > span.page-numbers,
	.button-cycle-pages > a,
	.button-cycle-pages > div.page-numbers {
		border-top: 0.1rem solid transparent;
		display: inline-block;
		font-weight: 400;
		padding: 0.5rem 1.6rem;
		}
	.button-cycle-pages a.button-cycle-alt {
		text-transform: uppercase;
		}
	.button-cycle-pages > a i {
		padding: 0 0.5rem;
		vertical-align: bottom;
		}

/* SHADOW */
	.shadow,
	.shadow-image img,
	.shadow-image picture,
	.wp-block-cover,
	p.has-background,
	.textformat img,
	.textformat picture {
		box-shadow: var(--mywp-shadow);
		}

/* VIDEOEMBEDS */
	.videoframe {
		font: normal 0/0 sans-serif;
		max-width: 100%;
		overflow: hidden;
		padding-bottom: calc(100% * (9/16));
		position: relative;
		}
	.videoframe iframe,
	.videoframe div {
		height: 100% !important;
		left: 0 !important;
		position: absolute !important;
		top: 0 !important;
		width: 100% !important;
		z-index: 3;
		}

/* IMAGE ZOOM */
	@media (hover: hover) and (pointer: coarse), (hover: hover) and (pointer: fine) {
		a.imagezoom.imagezoom-img,
		a.imagezoom .imagezoom-img {
			overflow: hidden;
			}
		a.imagezoom.imagezoom-img > *,
		a.imagezoom .imagezoom-img > * {
			transition: transform 250ms ease;
			}
		a.imagezoom.imagezoom-img:hover > *,
		a.imagezoom:hover .imagezoom-img > * {
			transform: scale(1.1)
			}
	}

/* HOVERIT */
	.hoverit .hoverit-c {
		transition-property: color;
		}

/* GENERAL */
	.f0 {
		font: normal 0/0 sans-serif;
		}
	.nowrap {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.mobile {
		display: none !important;
		}
	.hide {
		display: none;
		}
	@media (min-width: 40em) {
		.not-mobile {
			display: none !important;
			}
		.mobile {
			display: block !important;
			}
	}

.has-tooltip {
    position: relative;
    cursor: help;
}

.has-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1000;
}

.has-tooltip:hover::after {
    opacity: 1;
}
