/* EDCo Page Enhancements: scroll-driven team directory. */
/* Native sticky positioning is otherwise trapped by the theme's hidden/auto
 * overflow pair on both document roots. `clip` keeps horizontal containment
 * without creating a competing vertical scroll container. */
html.edco-team-concept-four,
html.edco-team-concept-four body {
	overflow-x: clip !important;
	overflow-y: visible !important;
}

/* -------------------------------------------------------------------------
 * Concept 04 — EDCo homepage language
 * ---------------------------------------------------------------------- */
html.edco-team-concept-four #our-people {
	--edco-team-purple: #6c40c1;
	--edco-team-purple-dark: #5534a0;
	--edco-team-blue: #2f4ac4;
	--edco-team-teal: #64cdc1;
	--edco-team-ink: #393e4b;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border: 12px solid #fff;
	background: linear-gradient(152deg, rgb(85 52 160) 0%, rgb(88 38 191) 34%, rgb(47 74 196) 72%, rgb(108 64 193) 100%);
	color: #fff;
	text-align: center;
}

html.edco-team-concept-four #our-people::before,
html.edco-team-concept-four #our-people::after {
	display: none;
}

html.edco-team-concept-four #our-people > .eds-animate,
html.edco-team-concept-four #our-people .container {
	width: 100%;
	max-width: none;
}

html.edco-team-concept-four #our-people > .eds-animate {
	position: relative;
}

html.edco-team-concept-four .edco-team-hue-layer {
	position: absolute;
	z-index: 0;
	inset: 0;
	background:
		radial-gradient(circle at var(--edco-team-hue-x, 28%) 46%, rgb(108 64 193 / 82%) 0%, transparent 54%),
		linear-gradient(118deg, rgb(47 74 196 / 52%) 0%, rgb(85 52 160 / 46%) 100%);
	content: "";
	opacity: var(--edco-team-hue-shift, 0);
	pointer-events: none;
	will-change: opacity;
}

html.edco-team-concept-four #our-people .content-sidebar-wrap {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 85%;
	max-width: 1280px;
	padding: clamp(72px, 7vw, 116px) 0 0;
}

html.edco-team-concept-four #our-people .container > .row {
	display: block;
	max-width: none;
	margin: 0 auto;
	padding: 0;
}

html.edco-team-concept-four #our-people .people_title,
html.edco-team-concept-four #our-people .people_entrypara {
	width: min(100%, 920px);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

html.edco-team-concept-four #our-people .people_title h2 {
	margin: 0;
	color: var(--edco-team-teal);
	font-family: "SangBleu", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: normal;
}

html.edco-team-concept-four #our-people .people_title h2 em {
	color: var(--edco-team-teal);
	font-family: "SangBleu", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}

html.edco-team-concept-four #our-people .people_entrypara {
	margin-top: clamp(22px, 2.2vw, 34px);
	margin-bottom: clamp(48px, 5vw, 78px);
}

html.edco-team-concept-four #our-people .people_entrypara p {
	margin: 0;
	color: #fff;
	font-family: "Outfit", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

html.edco-team-concept-four .edco-team-stage {
	display: flex;
	width: 100%;
	max-width: 100%;
	flex-direction: column;
}

html.edco-team-concept-four .edco-team-panels {
	display: grid;
	width: 100%;
	max-width: 100%;
	order: 2;
}

html.edco-team-concept-four .edco-team-profile {
	display: grid;
	width: 100% !important;
	max-width: 1180px !important;
	box-sizing: border-box;
	grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
	grid-template-rows: auto;
	column-gap: clamp(36px, 4vw, 64px);
	align-items: start;
	min-height: clamp(460px, 36vw, 570px);
	margin: 0 auto;
	padding: clamp(42px, 4vw, 64px) 0 clamp(70px, 7vw, 104px);
	background: transparent;
	color: #fff;
	text-align: left;
}

html.edco-team-concept-four .edco-team-profile[hidden] {
	display: none !important;
}

html.edco-team-concept-four .edco-team-profile:focus {
	outline: 0 !important;
}

html.edco-team-concept-four .edco-team-profile__portrait {
	position: relative;
	overflow: hidden;
	grid-row: 1;
	align-self: start;
	justify-self: center;
	width: min(100%, 380px);
	margin: 0;
	border-radius: 50%;
	aspect-ratio: 1;
}

html.edco-team-concept-four .edco-team-profile__copy {
	display: block;
	min-width: 0;
	grid-column: 2;
	grid-row: 1;
	align-self: start;
}

html.edco-team-concept-four .edco-team-profile__portrait::before {
	display: none;
}

html.edco-team-concept-four .edco-team-profile__portrait::after {
	display: none;
}

html.edco-team-concept-four #our-people .edco-team-profile__portrait img {
	position: relative;
	z-index: 1;
	display: block;
	width: calc(100% + 4px) !important;
	max-width: none !important;
	height: calc(100% + 4px) !important;
	margin: -2px !important;
	border-radius: 50% !important;
	filter: grayscale(1);
	object-fit: cover;
}

html.edco-team-concept-four #our-people .edco-team-profile h3 {
	margin: 0 0 12px;
	color: #fff;
	font-family: "SangBleu", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: normal;
}

html.edco-team-concept-four #our-people .edco-team-profile__copy > span {
	display: block;
	margin: 0 0 clamp(24px, 2.5vw, 40px);
	color: var(--edco-team-teal);
	font-family: "Outfit", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .1em;
	text-transform: uppercase;
}

html.edco-team-concept-four #our-people .edco-team-profile__copy > p {
	max-width: none;
	margin: 0;
	color: rgb(255 255 255 / 86%);
	font-family: "Outfit", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.68;
	text-align: left;
}

html.edco-team-concept-four .edco-team-roster {
	display: flex;
	width: 100%;
	max-width: 1180px;
	box-sizing: border-box;
	flex-wrap: nowrap;
	order: 1;
	justify-content: center;
	align-self: center;
	margin: 0 auto;
	padding: 0 0 clamp(36px, 4vw, 58px);
	border-bottom: 1px solid rgb(255 255 255 / 24%);
	background: transparent;
}

html.edco-team-concept-four .edco-team-roster__header {
	display: none;
}

html.edco-team-concept-four .edco-team-roster__button {
	position: relative;
	display: flex;
	min-width: 0;
	max-width: none;
	box-sizing: border-box;
	flex: 1 1 0;
	flex-direction: column;
	align-items: center;
	margin: 0;
	padding: 0 clamp(6px, 1vw, 14px) 20px;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: "Outfit", Helvetica, Arial, sans-serif;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

html.edco-team-concept-four .edco-team-roster__button:focus-visible {
	outline: 0;
}

html.edco-team-concept-four .edco-team-roster__button.is-active:focus-visible .edco-team-roster__thumbnail {
	border-radius: 50%;
	box-shadow: none;
}

html.edco-team-concept-four .edco-team-roster__thumbnail {
	position: relative;
	display: block;
	width: clamp(64px, 6.4vw, 88px);
	margin-bottom: 16px;
	aspect-ratio: 1;
}

html.edco-team-concept-four .edco-team-roster__thumbnail::before {
	position: absolute;
	z-index: 0;
	inset: 1px;
	border-radius: 50%;
	background: var(--edco-team-teal);
	content: "";
	opacity: 0;
	pointer-events: none;
	transform: scale(.78);
	transition:
		opacity 220ms ease,
		transform 360ms cubic-bezier(.22, 1, .36, 1),
		inset 180ms ease;
}

html.edco-team-concept-four .edco-team-roster__button:not(.is-active):hover .edco-team-roster__thumbnail::before {
	opacity: .56;
	transform: scale(1);
}

html.edco-team-concept-four .edco-team-roster__button.is-active .edco-team-roster__thumbnail::before {
	inset: 0;
	opacity: 1;
	transform: scale(1);
}

html.edco-team-concept-four .edco-team-roster__crop {
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	inset: 2px;
	border-radius: 50%;
	transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
}

html.edco-team-concept-four .edco-team-roster__name::after {
	display: block;
	width: clamp(30px, 2.9vw, 42px);
	height: 2px;
	margin: 7px auto 0;
	background: var(--edco-team-teal);
	content: "";
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 340ms cubic-bezier(.22, 1, .36, 1);
}

html.edco-team-concept-four .edco-team-roster__button.is-active .edco-team-roster__name::after {
	transform: scaleX(1);
}

html.edco-team-concept-four .edco-team-roster__thumbnail img {
	display: block;
	width: calc(100% + 4px) !important;
	max-width: none !important;
	height: calc(100% + 4px) !important;
	margin: -2px !important;
	border-radius: 50%;
	filter: grayscale(1);
	object-fit: cover;
}

html.edco-team-concept-four .edco-team-roster__button:not(.is-active):hover .edco-team-roster__crop {
	transform: none;
}

html.edco-team-concept-four .edco-team-roster__number,
html.edco-team-concept-four .edco-team-roster__arrow {
	display: none;
}

html.edco-team-concept-four .edco-team-roster__identity,
html.edco-team-concept-four .edco-team-roster__name,
html.edco-team-concept-four .edco-team-roster__role {
	display: block;
	min-width: 0;
}

html.edco-team-concept-four .edco-team-roster__name {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	transition: color 220ms ease;
}

html.edco-team-concept-four .edco-team-roster__button:not(.is-active):hover .edco-team-roster__name {
	color: rgb(100 205 193 / 56%);
}

html.edco-team-concept-four .edco-team-roster__button.is-active .edco-team-roster__name {
	color: var(--edco-team-teal);
}

html.edco-team-concept-four .edco-team-roster__role {
	display: none;
}

html.edco-team-concept-four #our-people .people_title,
html.edco-team-concept-four #our-people .people_entrypara,
html.edco-team-concept-four .edco-team-stage {
	opacity: 0;
	transform: translateY(22px);
}

html.edco-team-concept-four #our-people.edco-team-concept-visible .people_title,
html.edco-team-concept-four #our-people.edco-team-concept-visible .people_entrypara,
html.edco-team-concept-four #our-people.edco-team-concept-visible .edco-team-stage {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 700ms cubic-bezier(.22, 1, .36, 1), transform 700ms cubic-bezier(.22, 1, .36, 1);
}

html.edco-team-concept-four #our-people.edco-team-concept-visible .people_entrypara {
	transition-delay: 90ms;
}

html.edco-team-concept-four #our-people.edco-team-concept-visible .edco-team-stage {
	transition-delay: 180ms;
}

@media (min-width: 761px) and (min-height: 560px) and (prefers-reduced-motion: no-preference) {
	html.edco-team-concept-four #our-people.edco-team-pin-active {
		height: var(--edco-team-pin-height, auto);
		min-height: 0;
		overflow: visible;
		background: #fff;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active > .eds-animate {
		position: sticky;
		top: var(--edco-team-sticky-top, 0);
		display: block;
		height: var(--edco-team-stage-height, 100vh);
		overflow: hidden;
		background: linear-gradient(152deg, rgb(85 52 160) 0%, rgb(88 38 191) 34%, rgb(47 74 196) 72%, rgb(108 64 193) 100%);
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .content-sidebar-wrap,
	html.edco-team-concept-four #our-people.edco-team-pin-active .container,
	html.edco-team-concept-four #our-people.edco-team-pin-active .container > .row {
		height: 100%;
		min-height: 0;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .content-sidebar-wrap {
		padding-top: clamp(72px, 8vh, 104px);
		padding-bottom: clamp(22px, 2.8vh, 30px);
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .container > .row {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap !important;
		padding-bottom: 0;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .people_title,
	html.edco-team-concept-four #our-people.edco-team-pin-active .people_entrypara {
		flex: 0 0 auto;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .people_entrypara {
		margin-top: clamp(22px, 2.8vh, 34px);
		margin-bottom: 50px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .people_entrypara p {
		font-size: 16px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-stage {
		min-height: 0;
		flex: 1 1 auto;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-roster {
		max-width: 1180px;
		flex: 0 0 auto;
		padding: 0 0 clamp(24px, 3.4vh, 44px);
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-roster__button {
		padding-right: 6px;
		padding-bottom: 7px;
		padding-left: 6px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-roster__thumbnail {
		width: clamp(70px, 8vh, 104px);
		margin-bottom: 10px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-roster__name {
		font-size: 14px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-panels {
		min-height: 0;
		flex: 1 1 auto;
		overflow: hidden;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile {
		height: 100%;
		min-height: 0;
		grid-template-rows: auto;
		align-content: center;
		padding: clamp(22px, 3vh, 34px) 0 clamp(18px, 2.2vh, 26px);
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile__portrait {
		width: min(100%, clamp(300px, 34vh, 540px));
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile__copy > span {
		margin-bottom: clamp(9px, 1.3vh, 13px);
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile__copy > p {
		font-size: 14px;
		line-height: 1.54;
	}
}

@media (min-width: 761px) and (max-width: 960px) and (min-height: 560px) and (prefers-reduced-motion: no-preference) {
	html.edco-team-concept-four #our-people.edco-team-pin-active .content-sidebar-wrap {
		padding-top: clamp(72px, 8vh, 104px);
		padding-bottom: 10px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .people_entrypara {
		margin-top: 18px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .people_entrypara p {
		font-size: 15px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-roster {
		padding-bottom: 15px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-roster__thumbnail {
		width: 72px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile {
		grid-template-columns: 200px minmax(0, 1fr);
		column-gap: 24px;
		padding: 16px 0 12px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile__portrait {
		width: min(100%, 200px);
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-roster__name {
		font-size: 12px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile__copy > span {
		margin-bottom: 8px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile__copy > p {
		font-size: 13px;
		line-height: 1.46;
	}
}

@media (max-width: 960px) {
	html.edco-team-concept-four .edco-team-profile {
		grid-template-columns: minmax(220px, .78fr) minmax(0, 1.22fr);
		column-gap: 30px;
		padding-right: 0;
		padding-left: 0;
	}

	html.edco-team-concept-four .edco-team-profile__portrait::before,
	html.edco-team-concept-four .edco-team-profile__portrait::after {
		display: none;
	}
}

@media (min-width: 761px) and (min-height: 560px) and (max-height: 849px) and (prefers-reduced-motion: no-preference) {
	html.edco-team-concept-four #our-people.edco-team-pin-active .content-sidebar-wrap {
		padding-top: clamp(72px, 8vh, 104px);
		padding-bottom: 8px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .people_entrypara {
		margin-top: clamp(8px, 1.5vh, 14px);
		margin-bottom: clamp(18px, 2.8vh, 26px);
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .people_entrypara p {
		font-size: 14px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-roster {
		padding-bottom: clamp(18px, 2.8vh, 24px);
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-roster__button {
		padding-right: 4px;
		padding-bottom: 4px;
		padding-left: 4px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-roster__thumbnail {
		width: clamp(50px, 8.5vh, 64px);
		margin-bottom: 9px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-roster__name {
		font-size: 12px;
		line-height: 1.1;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-roster__name::after {
		width: clamp(26px, 4.4vh, 34px);
		margin-top: 6px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile {
		padding: clamp(18px, 2.8vh, 24px) 0 clamp(8px, 1.2vh, 12px);
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile__portrait {
		width: min(100%, clamp(180px, 33vh, 250px));
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile__copy > span {
		margin-bottom: 6px;
		font-size: 12px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile h3 {
		margin-bottom: 8px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile__copy > p {
		font-size: 12px;
		line-height: 1.38;
	}
}

@media (min-width: 761px) and (max-width: 960px) and (min-height: 560px) and (max-height: 849px) and (prefers-reduced-motion: no-preference) {
	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile {
		grid-template-columns: minmax(160px, .62fr) minmax(0, 1.38fr);
		column-gap: 22px;
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile__portrait {
		width: min(100%, 180px);
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active .edco-team-profile__copy > p {
		font-size: 12px;
		line-height: 1.38;
	}
}

@media (min-width: 761px) and (min-height: 560px) and (max-height: 849px) and (prefers-reduced-motion: no-preference) {
	html.edco-team-concept-four #our-people.edco-team-pin-active.edco-team-pin-tight .edco-team-profile {
		grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr);
		column-gap: clamp(22px, 3vw, 40px);
	}

	html.edco-team-concept-four #our-people.edco-team-pin-active.edco-team-pin-tight .edco-team-profile__portrait {
		width: min(100%, clamp(170px, 29vh, 210px));
	}
}

@media (max-width: 760px) {
	html.edco-team-concept-four #our-people .content-sidebar-wrap {
		--edco-team-home-gutter: 13vw;
		width: 100%;
		max-width: none;
		padding: 90px var(--edco-team-home-gutter) 0;
	}

	html.edco-team-concept-four .edco-team-stage {
		width: calc(100% + (2 * var(--edco-team-home-gutter)));
		max-width: none;
		margin-inline: calc(-1 * var(--edco-team-home-gutter));
	}

	html.edco-team-concept-four .edco-team-panels {
		touch-action: pan-y;
		overscroll-behavior-inline: contain;
	}

	html.edco-team-concept-four .edco-team-profile {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
		padding: 48px var(--edco-team-home-gutter) 68px;
	}

	html.edco-team-concept-four .edco-team-profile__portrait {
		grid-row: auto;
		width: min(68vw, 320px);
		margin-bottom: 48px;
	}

	html.edco-team-concept-four .edco-team-profile__copy {
		grid-column: 1;
		grid-row: auto;
	}

	html.edco-team-concept-four .edco-team-roster__thumbnail {
		width: 72px;
	}

	html.edco-team-concept-four .edco-team-roster {
		width: 100%;
		max-width: none;
		justify-content: flex-start;
		margin-inline: 0;
		padding: 0 var(--edco-team-home-gutter) 34px;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		scrollbar-width: none;
	}

	html.edco-team-concept-four .edco-team-roster::-webkit-scrollbar {
		display: none;
	}

	html.edco-team-concept-four .edco-team-roster__button {
		min-width: 96px;
		flex: 0 0 96px;
	}
}

@media (max-width: 520px) {
	html.edco-team-concept-four #our-people {
		border-right-width: 0;
		border-left-width: 0;
	}

	html.edco-team-concept-four #our-people .content-sidebar-wrap {
		--edco-team-home-gutter: 13vw;
		padding: 90px var(--edco-team-home-gutter) 0;
	}

	html.edco-team-concept-four #our-people .people_title h2 {
		font-size: 40px;
	}

	html.edco-team-concept-four #our-people .people_entrypara {
		margin-bottom: 46px;
	}

	html.edco-team-concept-four .edco-team-profile {
		padding-top: 44px;
		padding-bottom: 62px;
	}

	html.edco-team-concept-four #our-people .edco-team-profile h3 {
		font-size: 24px;
	}

	html.edco-team-concept-four #our-people .edco-team-profile__copy > p {
		font-size: 16px;
		line-height: 1.64;
	}

	html.edco-team-concept-four .edco-team-roster {
		padding-top: 0;
		padding-bottom: 32px;
	}

	html.edco-team-concept-four .edco-team-roster__button {
		min-width: 88px;
		flex-basis: 88px;
		padding: 0 7px 16px;
	}

	html.edco-team-concept-four .edco-team-roster__thumbnail {
		width: 70px;
	}

	html.edco-team-concept-four .edco-team-roster__role {
		font-size: 9px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html.edco-team-concept-four #our-people .people_title,
	html.edco-team-concept-four #our-people .people_entrypara,
	html.edco-team-concept-four .edco-team-stage,
	html.edco-team-concept-four .edco-team-profile,
	html.edco-team-concept-four .edco-team-roster__crop,
	html.edco-team-concept-four .edco-team-roster__thumbnail::before,
	html.edco-team-concept-four .edco-team-roster__name::after,
	html.edco-team-concept-four .edco-team-roster__thumbnail img {
		animation: none !important;
	opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}
