:root {
	--content-width: 1400px;
	--content-width-small: 1140px;
	--content-width-wide: 1620px;
	--body-bg: #fff;
	--default-color: #000;
	--text-color: #1f2833;
	--text-secondary-color: #fff;
	--orange-color: #ed5732;
	--emd-magenta: #b90163;
	--emd-federal-blue: #26233e;
	--cl-dark-blue-grey: #232a3a;
	--emd-xanthous: #ffbc4d;
	--light-blue-grey: #dddee0;
	--emd-orange: #fe6d03;
	--emd-picton-blue: #2aa9e4;
	--emd-polynesian-blue: #174c95;
	--emd-tiffany-blue: #77c8b6;
	--emd-cerulean: #1e81a5;
	--emd-purple-dark: #500363;
	--emd-persian-indigo: #080152;
	--cl-white: #fff;
	--cl-white-5: rgba(255, 255, 255, .05);
	--cl-white-10: rgba(255, 255, 255, .1);
	--cl-white-30: rgba(255, 255, 255, .3);
	--cl-white-50: rgba(255, 255, 255, .5);
	--cl-white-0: rgba(255, 255, 255, 0);
	--emd-federal-blue-0: rgba(38, 35, 62, 0);
	--emd-federal-blue-10: rgba(38, 35, 62, .1);
	--emd-federal-blue-30: rgba(38, 35, 62, .3);
	--emd-federal-blue-60: rgba(38, 35, 62, .6);
	--emd-federal-blue-80: rgba(38, 35, 62, .8);
	--emd-purple-dark-0: rgba(80, 3, 99, 0);
	--emd-purple-dark-70: rgba(80, 3, 99, .7);
	--emd-picton-blue-10: rgba(42, 169, 228, .1);
	--emd-magenta-10: rgba(185, 1, 99, .1);
	--cl-light-grey: #f5f5f6;
	--cl-divider: #dde4ee;
	--overlay-testimonial-purple: rgba(80, 3, 99, .9);
	--overlay-testimonial-blue: rgba(26, 21, 79, .9);
	--overlay-modal: rgba(0, 0, 0, .5);
	--overlay-contact-purple: rgba(80, 3, 99, .1);
	--emd-gradient: linear-gradient(45deg, #080152 0%, #500363 40%, #b90163 60%, #fe170f 80%, #fe6d03 100%);
	--emd-gradient-h: linear-gradient(45deg, #080152 0%, #500363 40%, #b90163 60%, #fe170f 80%, #fe6d03 100%);
	--emd-gradient-picton-blue-light-h: linear-gradient(90deg, #dff2fb 0%, #ecf7fc 50%, #f6fbfd 100%);
	--emd-gradient-xanthous: linear-gradient(189deg, #fff7eb 0%, #ffe0ad 50%, #ffbc4d 100%);
	--emd-gradient-blue: linear-gradient(270deg, rgba(42, 169, 228, 0) 0%, rgba(42, 169, 228, .6) 50%, rgba(42, 169, 228, 0) 100%);
	--emd-gradient-simple: linear-gradient(22deg, #1a154f 0%, #b91e66 100%);
	--emd-gradient-simple-rev: linear-gradient(22deg, #b91e66 0%, #1a154f 100%);
	--emd-gradient-polynesian: linear-gradient(249deg, #174c95 0%, #26233e 100%);
	--emd-gradient-polynesian-rev: linear-gradient(249deg, #26233e 0%, #174c95 100%);
	--emd-gradient-hero-text: linear-gradient(90deg, #080152 0%, #500363 20%, #b90163 30%, #fe170f 40%, #fe6d03 60%, #ffe0ad 100%);
	--emd-yellow-gradient: linear-gradient(225deg, #fff7eb 0%, #ffe0ad 50%, #ffbc4d 100%);
	--emd-gradient-title: linear-gradient(45deg, #080152 0%, #500363 40%, #b90163 60%, #fe170f 80%, #fe6d03 100%);
	--emd-gradient-subtitle: linear-gradient(45deg, #1a154f 0%, #b91e66 100%);
	--emd-btn-gradient-community: linear-gradient(225deg, #c9e9f8 0%, #81ccef 50%, #2aa9e4 100%);
	--shadow-header: 0 5px 10px rgba(0, 0, 0, .1);
	--shadow-btn: 0 6px 5px 0 rgba(0, 0, 0, .2);
	--font-family-figtree: "Figtree", sans-serif;
	--body-font-size: 18px;
	--font-size-small-text: 14px;
	--font-size-body-sm: 16px;
	--font-size-body-compact: 17px;
	--font-size-nav: 18px;
	--font-size-text-btn: 19px;
	--font-size-h4: 20px;
	--font-size-element-title: 22px;
	--font-size-h3: 26px;
	--font-size-h2: 40px;
	--font-size-section-title: 50px;
	--font-size-hero-subtitle: 21px;
	--font-size-testimonial-quote: 32px;
	--font-size-counter: 74px;
	--font-size-page-title: 74px;
	--font-size-hero-title: 90px;
	--loader: conic-gradient(rgba(255, 0, 0, 0) 0% 25%, var(--br-j) 25% 100%);
}

[data-loader] {
	position: relative;
}

@-webkit-keyframes rotate360 {
	from {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}
	
	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes rotate360 {
	from {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}
	
	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

[data-loader][data-loader=false]::after, [data-loader][data-loader=false]::before {
	opacity: 0;
}

[data-loader]::after, [data-loader]::before {
	content: "";
	position: absolute;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	-webkit-transition: .3s;
	transition: .3s;
	pointer-events: none;
}

[data-loader]::before {
	inset: 0;
	opacity: .8;
	backdrop-filter: blur(.3125rem);
}

[data-loader]::after {
	left: 50%;
	top: 50%;
	z-index: 11;
	border-radius: 50%;
	width: clamp(7.5rem, 13.139vw, 11.25rem);
	aspect-ratio: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition-property: -webkit-transform;
	transition-property: transform, -webkit-transform;
	-webkit-animation: 1.5s ease-in-out infinite rotate360;
	animation: 1.5s ease-in-out infinite rotate360;
	padding: clamp(.9375rem, 2.5vw, 1.875rem);
	background: var(--loader);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.footer {
	background: var(--cl-white);
	font-family: var(--font-family-figtree);
	color: var(--cl-dark-blue-grey);
}

@media (max-width:768px) {
	:root {
		--font-size-section-title: 36px;
		--font-size-page-title: 36px;
		--font-size-testimonial-quote: 24px;
		--font-size-h4: 18px;
		--font-size-element-title: 22px;
		--font-size-h3: 23px;
		--font-size-h2: 30px;
	}
	
	.footer {
		margin-top: 25px;
	}
}

.footer__additional {
	margin-top: 15px;
}

.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 120px;
	padding-top: 120px;
}

@media (max-width:1240px) {
	:root {
		--font-size-page-title: 64px;
	}
	
	.footer .container {
		padding-top: 60px;
		gap: 80px;
	}
}

.footer__cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 60px;
	padding: 60px;
	border-radius: 20px;
	background: var(--emd-gradient);
}

@media (max-width:1024px) {
	:root {
		--font-size-page-title: 56px;
		--font-size-testimonial-quote: 28px;
		--font-size-hero-title: 48px;
		--body-font-size: 16px;
	}
	
	.footer .container {
		gap: 40px;
	}
	
	.footer__cta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px;
		padding: 40px;
	}
}

.footer__cta-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	min-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	color: var(--cl-white);
}

.footer__cta-title {
	font-size: var(--font-size-h2);
	font-weight: 700;
	line-height: normal;
	color: var(--cl-white);
	margin: 0;
}

.footer__cta-text {
	font-size: var(--font-size-text-btn);
	font-weight: 400;
	line-height: 1.4;
	color: var(--cl-white);
	margin: 0;
}

@media (max-width:768px) {
	.footer .container {
		padding-top: 25px;
		gap: 50px;
	}
	
	.footer__cta-text {
		font-size: 17px;
	}
}

.footer__cta-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 120px;
}

@media (max-width:1240px) {
	.footer__inner {
		gap: 80px;
	}
}

@media (max-width:1024px) {
	.footer__inner {
		gap: 40px;
	}
}

.footer__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:1024px) {
	.footer__main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer__col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	min-width: 0;
}

.footer__col--contact, .footer__col--nav {
	padding-left: 40px;
}

@media (max-width:1240px) {
	.footer__col--contact, .footer__col--nav {
		padding-left: 0;
	}
}

.footer__col--actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

@media (max-width:1440px) {
	:root {
		--content-width: 1210px;
	}
	
	.footer__main {
		gap: 20px;
	}
	
	.footer__col--logo a {
		max-width: 175px;
	}
}

@media (max-width:1024px) {
	.footer__col--actions {
		width: 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 40px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 50px;
	}
	
	.footer__col--logo {
		width: 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}

.footer__heading {
	font-size: var(--font-size-h4);
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 20px;
}

.footer__address {
	font-size: var(--font-size-body-compact);
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 15px;
}

.footer__email {
	display: block;
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.4;
	color: var(--cl-dark-blue-grey);
	text-decoration: none;
}

.footer__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

.footer__nav-list a {
	display: block;
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.4;
	color: var(--cl-dark-blue-grey);
	text-decoration: none;
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}

.footer__social-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer__social-icon {
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.footer__social-icon--hover {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.footer__login-pill {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	background: var(--cl-light-grey);
	border-radius: 999px;
	padding: 10px 10px 10px 26px;
}

.footer__login-pill .btn {
	width: 100%;
}

.footer__login-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: var(--font-size-nav);
	font-weight: 500;
	line-height: 1;
	color: var(--cl-dark-blue-grey);
	text-decoration: none;
	white-space: nowrap;
}

@media (hover:hover) {
	.footer__email:hover, .footer__nav-list a:hover {
		text-decoration: underline;
	}
	
	.footer__social-link:hover .footer__social-icon--default {
		opacity: 0;
	}
	
	.footer__social-link:hover .footer__social-icon--hover {
		opacity: 1;
	}
	
	.footer__login-link:hover .footer__login-icon {
		background: var(--emd-magenta);
	}
	
	.footer__login-link:hover .footer__login-icon svg {
		-webkit-transition: fill .3s;
		transition: fill .3s;
	}
	
	.footer__login-link:hover .footer__login-icon svg rect {
		fill: var(--emd-magenta);
		-webkit-transition: fill .3s;
		transition: fill .3s;
	}
	
	.footer__legal a:hover {
		text-decoration: underline;
	}
}

.footer__login-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: var(--emd-federal-blue);
	overflow: hidden;
	padding-bottom: 1px;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.footer__bottom-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	padding-bottom: 120px;
}

@media (max-width:1024px) {
	.footer__bottom-section {
		gap: 25px;
		padding-bottom: 80px;
	}
}

.footer__divider {
	height: 1px;
	background: var(--cl-divider);
	width: 100%;
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	font-size: var(--font-size-small-text);
	font-weight: 400;
	line-height: 1;
	color: var(--cl-dark-blue-grey);
	margin: 0;
}

.footer__copyright a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
}

.footer__legal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.footer__legal a {
	font-size: var(--font-size-small-text);
	font-weight: 400;
	line-height: 1;
	color: var(--cl-dark-blue-grey);
	text-decoration: none;
	white-space: nowrap;
}

@media (max-width:768px) {
	.footer__cta {
		gap: 30px;
		padding: 30px;
	}
	
	.footer__cta-content {
		gap: 20px;
	}
	
	.footer__cta-title {
		font-size: 30px;
	}
	
	.footer__cta-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 20px;
		width: 100%;
	}
	
	.footer__cta-actions .btn--text {
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.footer__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 40px;
	}
	
	.footer__col--logo {
		display: none;
	}
	
	.footer__col--contact, .footer__col--nav {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		padding-left: 0;
	}
	
	.footer__heading {
		font-size: var(--font-size-nav);
		margin-bottom: 15px;
	}
}

@media (max-width:576px) {
	:root {
		--font-size-hero-title: 36px;
	}
	
	.footer__col--actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 40px;
		margin-top: 0;
	}
}

@media (max-width:768px) {
	.footer__address, .footer__email {
		font-size: var(--font-size-body-sm);
	}
	
	.footer__address {
		max-width: 241px;
	}
	
	.footer__nav-list a {
		font-size: var(--font-size-body-sm);
	}
	
	.footer__bottom-section {
		gap: 40px;
		padding-bottom: 60px;
	}
	
	.footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.btn {
	cursor: pointer;
}

.btn--cta, .btn--enhanced, .btn--footer, .btn--free, .btn--pro, .btn--secondary, .btn--subscribe {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 999px;
	overflow: hidden;
	font-family: var(--font-family-figtree);
	font-weight: 700;
	font-size: 19px;
	line-height: normal;
	white-space: nowrap;
}

.btn--cta {
	gap: 8px;
	padding: 22px 40px;
	background: var(--emd-xanthous);
	color: var(--emd-federal-blue);
	-webkit-transition: background .3s, color .3s, -webkit-box-shadow .3s;
	transition: background .3s, color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.btn--cta-sm {
	padding: 18px 34px;
}

.btn--subscribe {
	padding: 22px 36px;
	background: var(--emd-federal-blue);
	color: var(--cl-white);
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

@media (hover:hover) {
	.btn--cta:hover {
		background: var(--emd-magenta);
		color: var(--cl-white);
	}
	
	.btn--cta:hover svg path {
		stroke: var(--cl-white);
	}
	
	.btn--subscribe:hover {
		background: var(--emd-xanthous);
		color: var(--emd-federal-blue);
	}
}

@media (max-width:768px) {
	.btn--subscribe {
		background: var(--emd-xanthous);
		color: var(--emd-federal-blue);
	}
}

@media (max-width:768px)and (hover:hover) {
	.btn--subscribe:hover {
		background: var(--emd-federal-blue);
		color: var(--cl-white);
	}
}

.btn--text, .btn--text-hero {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	font-family: var(--font-family-figtree);
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
	color: var(--cl-dark-blue-grey);
	padding-bottom: 8px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.btn--text-hero::before, .btn--text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--light-blue-grey);
	-webkit-transition: left .35s;
	transition: left .35s;
}

.btn--text-hero::after, .btn--text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -120%;
	width: 55%;
	height: 2px;
	background: var(--emd-magenta);
	-webkit-transition: left .35s, width .35s;
	transition: left .35s, width .35s;
}

@media (hover:hover) {
	.btn--text-hero:hover::before, .btn--text:hover::before {
		left: 120%;
	}
	
	.btn--text-hero:hover::after, .btn--text:hover::after {
		left: 0;
		width: 100%;
	}
}

.btn--text-white {
	color: var(--cl-white);
}

.btn--text-white::before {
	background: var(--cl-white-50);
}

.btn--text-white::after {
	background: var(--emd-xanthous);
}

.btn span {
	line-height: normal;
}

.card-pricing-mobile__header-icon img, .card-pricing-mobile__header-icon svg {
	width: 64px;
	display: block;
	height: 64px;
}

.card-pricing-mobile__header-arrow svg {
	width: 15px;
}

.card-pricing-mobile__header-arrow svg path {
	stroke: var(--emd-federal-blue);
}

.card-pricing-mobile.is-active .card-pricing-mobile__header-arrow svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.card-pricing-mobile--enhanced .card-pricing-mobile__header-arrow svg path {
	stroke: var(--cl-white);
}

@media (max-width:1240px) {
	.usp__icon path {
		stroke: var(--cl-white);
		fill: var(--cl-white);
	}
}

.download-card svg {
	width: 24px;
	height: 24px;
}

.gform_wrapper.gform-theme {
	font-family: var(--font-family-figtree);
	color: var(--cl-dark-blue-grey);
	--gf-color-primary: var(--emd-xanthous) !important;
	--gf-color-primary-rgb: 255, 188, 77 !important;
	--gf-color-in-ctrl-primary: var(--emd-xanthous) !important;
	--gf-color-in-ctrl-primary-rgb: 255, 188, 77 !important;
	--gf-color-in-ctrl-primary-contrast: var(--emd-federal-blue) !important;
	--gf-ctrl-border-color: var(--light-blue-grey) !important;
	--gf-ctrl-label-color-primary: var(--cl-dark-blue-grey) !important;
	--gf-ctrl-label-color-secondary: var(--cl-dark-blue-grey) !important;
}

.gform_wrapper.gform-theme, .gform_wrapper.gform-theme * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_wrapper.gform-theme .gform_required_legend {
	display: none !important;
}

.gform_wrapper.gform-theme .gform_heading {
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.gform_wrapper.gform-theme .gform-body, .gform_wrapper.gform-theme .gform_body {
	padding: 0 !important;
	margin: 0 !important;
}

.gform_wrapper.gform-theme .gform_fields {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	gap: 24px !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	grid-template-columns: unset !important;
}

.gform_wrapper.gform-theme .gfield {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.gform_wrapper.gform-theme .gfield--width-full, .gform_wrapper.gform-theme .gfield.full-width {
	width: 100% !important;
	grid-column: unset !important;
}

.gform_wrapper.gform-theme .gfield--width-half {
	width: calc(50% - 12px) !important;
	grid-column: unset !important;
}

.gform_wrapper.gform-theme .ginput_complex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.gform_wrapper.gform-theme .ginput_complex .ginput_left {
	margin-right: 20px;
}

.gform_wrapper.gform-theme .ginput_complex>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.gform_wrapper.gform-theme .ginput_complex>span label {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	display: inline-block !important;
	position: relative !important;
}

.gform_wrapper.gform-theme .ginput_complex>span label::after {
	content: "*";
	color: var(--emd-xanthous) !important;
	margin-left: 1px;
}

.gform_wrapper.gform-theme .gfield_label, .gform_wrapper.gform-theme .gform-field-label {
	display: block !important;
	font-family: var(--font-family-figtree) !important;
	font-weight: 500 !important;
	font-size: var(--font-size-body-compact) !important;
	line-height: 1 !important;
	margin-bottom: 8px !important;
	padding: 0 !important;
	color: var(--cl-dark-blue-grey) !important;
}

.gform_wrapper.gform-theme .gfield_required_asterisk {
	color: var(--emd-xanthous) !important;
}

.gform_wrapper.gform-theme .ginput_container {
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper.gform-theme input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=image]), .gform_wrapper.gform-theme select, .gform_wrapper.gform-theme textarea {
	width: 100% !important;
	height: 54px !important;
	padding: 0 18px !important;
	font-family: var(--font-family-figtree) !important;
	font-weight: 400 !important;
	font-size: var(--font-size-body-compact) !important;
	line-height: 54px !important;
	border: 1px solid !important;
	border-color: var(--light-blue-grey) !important;
	border-radius: 5px !important;
	background: var(--cl-white) !important;
	color: var(--cl-dark-blue-grey) !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-webkit-transition: border-color .25s, -webkit-box-shadow .25s;
	transition: border-color .25s, box-shadow .25s, -webkit-box-shadow .25s;
}

.gform_wrapper.gform-theme input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=image])::-ms-input-placeholder, .gform_wrapper.gform-theme select::-ms-input-placeholder, .gform_wrapper.gform-theme textarea::-ms-input-placeholder {
	color: var(--emd-federal-blue) !important;
	opacity: 1;
}

.gform_wrapper.gform-theme input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=image])::placeholder, .gform_wrapper.gform-theme select::placeholder, .gform_wrapper.gform-theme textarea::placeholder {
	color: var(--emd-federal-blue) !important;
	opacity: 1;
}

.gform_wrapper.gform-theme input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=image])::-webkit-input-placeholder, .gform_wrapper.gform-theme select::-webkit-input-placeholder, .gform_wrapper.gform-theme textarea::-webkit-input-placeholder {
	color: var(--emd-federal-blue) !important;
	opacity: 1;
}

.gform_wrapper.gform-theme input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=image])::-moz-placeholder, .gform_wrapper.gform-theme select::-moz-placeholder, .gform_wrapper.gform-theme textarea::-moz-placeholder {
	color: var(--emd-federal-blue) !important;
	opacity: 1;
}

.gform_wrapper.gform-theme input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=image]):-ms-input-placeholder, .gform_wrapper.gform-theme select:-ms-input-placeholder, .gform_wrapper.gform-theme textarea:-ms-input-placeholder {
	color: var(--emd-federal-blue) !important;
	opacity: 1;
}

.gform_wrapper.gform-theme input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=image]):focus, .gform_wrapper.gform-theme select:focus, .gform_wrapper.gform-theme textarea:focus {
	border-color: var(--cl-dark-blue-grey) !important;
}

@media (max-width:768px) {
	.gform_wrapper.gform-theme .gfield--width-half {
		width: 100% !important;
	}
	
	.gform_wrapper.gform-theme input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=image]), .gform_wrapper.gform-theme select, .gform_wrapper.gform-theme textarea {
		height: 54px !important;
		line-height: 54px !important;
		padding: 0 20px 0 18px !important;
	}
}

.gform_wrapper.gform-theme textarea {
	height: 186px !important;
	min-height: 160px !important;
	padding: 16px 18px !important;
	line-height: 1.4 !important;
	resize: vertical;
}

.gform_wrapper.gform-theme select {
	background-color: var(--cl-white) !important;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23232a3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 18px center !important;
	background-size: 12px 8px !important;
	padding-right: 44px !important;
	cursor: pointer;
}

.gform_wrapper.gform-theme select::-ms-expand {
	display: none;
}

.gform_wrapper.gform-theme .gfield--type-choice .ginput_container, .gform_wrapper.gform-theme .gfield--type-consent .ginput_container, .gform_wrapper.gform-theme .ginput_container_consent {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
	gap: 0 !important;
	position: relative !important;
}

.gform_wrapper.gform-theme .gchoice input[type=checkbox], .gform_wrapper.gform-theme .gfield--type-consent input[type=checkbox], .gform_wrapper.gform-theme .ginput_container_consent input[type=checkbox] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.gform_wrapper.gform-theme .gchoice input[type=checkbox]::after, .gform_wrapper.gform-theme .gchoice input[type=checkbox]::before, .gform_wrapper.gform-theme .gfield--type-consent input[type=checkbox]::after, .gform_wrapper.gform-theme .gfield--type-consent input[type=checkbox]::before, .gform_wrapper.gform-theme .ginput_container_consent input[type=checkbox]::after, .gform_wrapper.gform-theme .ginput_container_consent input[type=checkbox]::before {
	content: none !important;
	display: none !important;
}

.gform_wrapper.gform-theme .gfield_consent_label, .gform_wrapper.gform-theme .gform-field-label--type-inline {
	font-family: var(--font-family-figtree) !important;
	font-weight: 400 !important;
	font-size: var(--font-size-body-compact) !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	padding: 0 0 0 32px !important;
	cursor: pointer;
	position: relative !important;
	display: inline-block !important;
	color: var(--cl-dark-blue-grey) !important;
}

.gform_wrapper.gform-theme .gfield_consent_label::before, .gform_wrapper.gform-theme .gform-field-label--type-inline::before {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	top: 1px !important;
	width: 20px !important;
	height: 20px !important;
	border: 2px solid !important;
	border-radius: 3px !important;
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-transition: background .2s, border-color .2s;
	transition: background .2s, border-color .2s;
}

.gform_wrapper.gform-theme .gfield_consent_label::after, .gform_wrapper.gform-theme .gform-field-label--type-inline::after {
	content: "" !important;
	display: none !important;
	position: absolute !important;
	left: 7px !important;
	top: 4px !important;
	width: 5px !important;
	height: 10px !important;
	border: solid !important;
	border-width: 0 2px 2px 0 !important;
	-webkit-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
	border-radius: 0 !important;
	background: 0 0 !important;
}

.gform_wrapper.gform-theme .gfield--type-consent input[type=checkbox]:checked+label::before, .gform_wrapper.gform-theme .ginput_container_consent input[type=checkbox]:checked+.gfield_consent_label::before, .gform_wrapper.gform-theme .ginput_container_consent input[type=checkbox]:checked+.gform-field-label--type-inline::before {
	background: var(--emd-xanthous) !important;
	border-color: var(--emd-xanthous) !important;
}

.gform_wrapper.gform-theme .gfield--type-consent input[type=checkbox]:checked+label::after, .gform_wrapper.gform-theme .ginput_container_consent input[type=checkbox]:checked+.gfield_consent_label::after, .gform_wrapper.gform-theme .ginput_container_consent input[type=checkbox]:checked+.gform-field-label--type-inline::after {
	display: block !important;
}

.gform_wrapper.gform-theme .ginput_container_consent input[type=checkbox]:focus+.gfield_consent_label::before, .gform_wrapper.gform-theme .ginput_container_consent input[type=checkbox]:focus+.gform-field-label--type-inline::before {
	-webkit-box-shadow: 0 0 0 3px rgba(255, 188, 77, .25) !important;
	box-shadow: 0 0 0 3px rgba(255, 188, 77, .25) !important;
}

.gform_wrapper.gform-theme .gform-footer, .gform_wrapper.gform-theme .gform_footer {
	padding: 0 !important;
	margin: 30px 0 0 !important;
	border: none !important;
	width: auto !important;
	text-align: left !important;
}

.gform_wrapper.gform-theme .gform_button, .gform_wrapper.gform-theme input[type=submit] {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	height: auto !important;
	width: auto !important;
	padding: 22px 40px !important;
	border-radius: 999px !important;
	border: none !important;
	background: var(--emd-xanthous) !important;
	color: var(--emd-federal-blue) !important;
	font-family: var(--font-family-figtree) !important;
	font-weight: 700 !important;
	font-size: var(--font-size-text-btn) !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	cursor: pointer;
	-webkit-transition: background .3s, color .3s, -webkit-box-shadow .3s;
	transition: background .3s, color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

@media (hover:hover) {
	.gform_wrapper.gform-theme .gform_button:hover, .gform_wrapper.gform-theme input[type=submit]:hover {
		background: var(--emd-magenta) !important;
		color: var(--cl-white) !important;
	}
}

#gform_confirmation_wrapper, .gform_confirmation_wrapper, [id^=gform_confirmation_wrapper] {
	font-family: var(--font-family-figtree);
	text-align: center;
	padding: 40px 20px;
}

#gform_confirmation_wrapper::before, .gform_confirmation_wrapper::before, [id^=gform_confirmation_wrapper]::before {
	content: "✓";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: var(--emd-xanthous);
	color: var(--emd-federal-blue);
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

.form-block .gform_wrapper.gform-theme .gfield_label, .form-block .gform_wrapper.gform-theme .gform-field-label, .gf_progressbar_title {
	color: var(--cl-white) !important;
}

.gf_progressbar {
	background-color: var(--cl-white) !important;
	padding: 1px;
}

.gf_progressbar .gf_progressbar_percentage {
	background-color: var(--emd-xanthous) !important;
}

.gfield.gsection {
	width: 100%;
	color: var(--cl-white);
	border-bottom: 1px solid var(--cl-white);
}

.gfield.gsection h2, .gfield.gsection h3 {
	color: var(--cl-white) !important;
}

.button.gform_button_select_files:hover {
	background: var(--emd-magenta) !important;
	color: var(--cl-white) !important;
}

.gfield .gfield_description {
	color: var(--cl-white) !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gchoice {
	position: relative !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gchoice label {
	position: relative !important;
	padding-left: 32px !important;
	cursor: pointer;
}

.gform_wrapper.gform-theme .gfield--type-choice .gchoice input[type=checkbox], .gform_wrapper.gform-theme .gfield--type-choice .gchoice input[type=radio] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_radio .gchoice label::before {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	top: 1px !important;
	width: 20px !important;
	height: 20px !important;
	border: 2px solid !important;
	border-radius: 50% !important;
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_radio .gchoice label::after {
	content: "" !important;
	display: none !important;
	position: absolute !important;
	left: 5px !important;
	top: 6px !important;
	width: 10px !important;
	height: 10px !important;
	background: var(--emd-xanthous) !important;
	border-radius: 50% !important;
	border: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_radio .gchoice input[type=radio]:checked+label::before {
	border-color: var(--emd-xanthous) !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_radio .gchoice input[type=radio]:checked+label::after {
	display: block !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_checkbox .gchoice label::before {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	top: 1px !important;
	width: 20px !important;
	height: 20px !important;
	border: 2px solid !important;
	border-radius: 3px !important;
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-transition: background .2s, border-color .2s;
	transition: background .2s, border-color .2s;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_checkbox .gchoice label::after {
	content: "" !important;
	display: none !important;
	position: absolute !important;
	left: 7px !important;
	top: 4px !important;
	width: 5px !important;
	height: 10px !important;
	border: solid !important;
	border-width: 0 2px 2px 0 !important;
	-webkit-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
	border-radius: 0 !important;
	background: 0 0 !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_checkbox .gchoice input[type=checkbox]:checked+label::before {
	background: var(--emd-xanthous) !important;
	border-color: var(--emd-xanthous) !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_checkbox .gchoice input[type=checkbox]:checked+label::after {
	display: block !important;
}

.partner-flip__link svg {
	width: 18px;
	height: 18px;
}

.partner-flip__link svg path {
	stroke: var(--cl-white);
}

@media (hover:hover) {
	.partner-flip__link:hover svg path {
		stroke: var(--emd-xanthous);
		-webkit-transition: stroke .3s;
		transition: stroke .3s;
	}
	
	.social-share__icons a:hover {
		opacity: .75;
	}
}

.social-share__icons a {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.tooltip__icon svg {
	display: block;
}

.join-community-popup-overlay {
	position: fixed;
	inset: 0;
	background: var(--overlay-modal);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.join-community-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(.95);
	transform: translate(-50%, -50%) scale(.95);
	z-index: 999999;
	background: var(--cl-white);
	border-radius: 20px;
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
	max-width: 840px;
	width: 90%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
}

@media (max-width:768px) {
	.join-community-popup {
		width: 92%;
		border-radius: 16px;
	}
}

@media (max-width:576px) {
	.join-community-popup {
		width: 95%;
		border-radius: 12px;
	}
}

.join-community-popup__close {
	position: absolute;
	top: -23px;
	right: -23px;
	width: 28px;
	height: 28px;
	background: 0 0;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 7px;
	color: var(--cl-white);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.join-community-popup__close svg {
	width: 100%;
	height: 100%;
}

@media (max-width:768px) {
	.join-community-popup__close {
		top: 20px;
		right: 20px;
		width: 20px;
		padding: 2px;
		height: 20px;
		color: var(--cl-dark-blue-grey);
	}
}

.join-community-popup__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	max-height: 80vh;
	overflow-y: auto;
	padding: 45px 50px 50px;
}

@media (max-width:768px) {
	.join-community-popup__inner {
		padding: 35px 24px;
		gap: 24px;
		max-height: 95vh;
	}
}

@media (max-width:576px) {
	.join-community-popup__inner {
		padding: 30px 20px;
	}
}

.join-community-popup__title {
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-h2);
	font-weight: 700;
	line-height: normal;
	background: -webkit-gradient(linear, left top, right top, from(#080152), color-stop(40%, #500363), color-stop(60%, #b90163), color-stop(80%, #fe170f), to(#fe6d03));
	background: linear-gradient(90deg, #080152 0, #500363 40%, #b90163 60%, #fe170f 80%, #fe6d03 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-clip: text;
}

.btn--apply svg path {
	-webkit-transition: stroke .2s;
	transition: stroke .2s;
}

@media (hover:hover) {
	.join-community-popup__close:hover {
		opacity: .75;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.btn--apply:hover svg path {
		stroke: var(--cl-white);
		-webkit-transition: stroke .2s;
		transition: stroke .2s;
	}
}

.single-job__apply-card-text a {
	color: var(--emd-magenta);
}

.page-404 {
	padding: 120px 0 0;
	text-align: center;
}

@media (max-width:1024px) {
	.page-404 {
		padding: 80px 0;
	}
}

@media (max-width:768px) {
	.page-404 {
		padding: 60px 0;
	}
}

.page-404__number {
	font-family: var(--font-family-figtree);
	font-size: clamp(80px, 2.5vw, 180px);
	font-weight: 800;
	line-height: 1;
	background: var(--emd-gradient-title);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-clip: text;
	margin-bottom: 16px;
}

.page-404__title {
	font-family: var(--font-family-figtree);
	font-weight: 400;
	font-size: clamp(24px, 2.5vw, 40px);
	color: var(--cl-dark-blue-grey);
	line-height: 145%;
}

#wpadminbar {
	display: block;
}