body {
	background-color: #2e2b37;
	background-image:
		url("../../images/overlay.png"),
		linear-gradient(135deg, #2e2b37 0%, #514761 42%, #8d5d78 72%, #c9797c 100%);
	background-attachment: fixed, fixed;
	background-position: center, center;
	background-repeat: repeat, no-repeat;
	background-size: 128px 128px, cover;
	display: block;
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body:after,
body:before {
	display: none;
}

.site-nav {
	align-items: center;
	background: rgba(31, 38, 48, 0.92);
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	left: 0;
	min-height: 3.5rem;
	padding: 0.8rem 1.35rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}

.site-nav a {
	border: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
	letter-spacing: 0;
	text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
	color: #f4d58d;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	justify-content: flex-end;
}

#page-wrapper {
	display: block;
	height: auto;
	padding: 4.6rem 0 0;
	width: 100%;
}

#wrapper {
	background: transparent;
	box-shadow: none;
	display: block;
	height: auto;
	margin: 0;
	width: 100% !important;
}

#wrapper > .scrollZone {
	display: none;
}

#wrapper > .copyright {
	background: #1f2630;
	bottom: auto;
	display: block;
	padding: 1.5rem 1.25rem 2rem;
	position: static;
	text-align: center;
	width: 100%;
}

.logo-showcase {
	margin: 0 auto 2rem;
	max-width: 58rem;
	padding: 1.25rem 1rem 0;
	text-align: center;
	width: calc(100% - 2rem);
}

.logo-showcase img {
	display: block;
	filter: brightness(0) invert(1);
	height: auto;
	margin: 0 auto;
	max-width: min(45rem, 92%);
	opacity: 0.96;
	width: 100%;
}

.panel {
	background: transparent !important;
	display: block;
	min-height: 0;
	padding: 0 1.5rem;
	width: 100%;
}

.panel:not(.banner) {
	background: linear-gradient(135deg, rgba(114, 97, 147, 0.9), rgba(227, 123, 124, 0.78), rgba(244, 213, 141, 0.24)) !important;
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-sizing: border-box;
	box-shadow: 0 1.5rem 4rem rgba(31, 38, 48, 0.22);
	margin: 0 auto 3rem;
	max-width: 58rem;
	padding: 3.5rem;
	width: calc(100% - 2rem) !important;
}

.panel.banner,
.panel.spotlight {
	min-height: auto;
}

.panel.banner.left,
.panel.banner.right,
.panel.spotlight.left,
.panel.spotlight.right {
	flex-direction: initial;
}

.panel.banner:first-of-type {
	align-items: center;
	display: flex;
	min-height: 0;
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.panel.banner .content,
.panel.spotlight .content,
.panel > .intro,
.panel > .inner {
	background: transparent !important;
	background-image: none !important;
	border: 0;
	box-shadow: none;
	margin: 0 auto;
	max-width: 58rem;
	padding: 3.5rem;
	width: 100%;
}

.panel:not(.banner) .content,
.panel:not(.banner) > .intro,
.panel:not(.banner) > .inner {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	padding: 0;
}

.panel.banner .content {
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 1.5rem 4rem rgba(31, 38, 48, 0.22);
	background: linear-gradient(135deg, rgba(114, 97, 147, 0.9), rgba(227, 123, 124, 0.84), rgba(244, 213, 141, 0.34)) !important;
	text-align: center;
}

.panel.banner .content p {
	margin-left: auto;
	margin-right: auto;
	max-width: 42rem;
}

.panel.banner .image,
.panel.spotlight .image {
	display: none;
}

.panel:not(.banner) {
	color: rgba(255, 255, 255, 0.86);
}

.panel:not(.banner) h1,
.panel:not(.banner) h2,
.panel:not(.banner) h3,
.panel:not(.banner) h4,
.panel:not(.banner) p,
.panel:not(.banner) li {
	color: rgba(255, 255, 255, 0.86);
}

.panel:not(.banner) .major:after {
	background-color: rgba(255, 255, 255, 0.35);
}

.panel:not(.banner) a {
	color: #ffffff;
}

.panel:not(.banner) .button {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.34);
	color: #ffffff !important;
}

.panel:not(.banner) .button:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.panel:not(.banner) .button.primary {
	background-color: #ffffff;
	box-shadow: none;
	color: #2e2b37 !important;
}

.panel:not(.banner) ul.alt li {
	border-top-color: rgba(255, 255, 255, 0.22);
}

.panel > .intro.joined {
	border-bottom: 0;
	margin-bottom: 2rem;
}

.panel > .inner.columns,
.panel > .inner.columns.divided {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.panel > .inner.columns.divided > * {
	border-left: 0;
	padding-left: 0;
}

.panel > .inner.columns > * {
	min-width: 0;
	width: auto;
}

.panel.spotlight .content {
	text-align: left;
}

.stacked-points {
	display: grid;
	gap: 2rem;
}

.stacked-points > div {
	max-width: 42rem;
}

.panel > .inner.expect-grid {
	align-items: start !important;
	display: grid !important;
	gap: 2rem !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	justify-items: stretch;
}

.expect-grid > div {
	align-self: start;
	display: flex;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	padding: 0;
	width: 100% !important;
}

.expect-grid h3.major {
	font-size: 1rem;
	line-height: 1.25;
	margin: 0 0 1.875rem;
	white-space: nowrap;
}

.expect-grid h3.major:after {
	bottom: -0.75rem;
}

.expect-grid p {
	margin: 0;
}

.expect-grid > div:nth-child(3) {
	grid-column: auto;
	justify-self: stretch;
	max-width: none;
	width: 100% !important;
}

.panel .grid-icons.service-icons {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(7rem, 1fr));
	margin-left: auto;
	margin-right: auto;
	max-width: 36rem;
	width: 100% !important;
}

.panel .grid-icons.service-icons > li {
	margin: 0 !important;
	width: auto;
}

.panel .grid-icons.service-icons > li:before,
.panel .grid-icons.service-icons > li:after {
	display: none !important;
}

.eyebrow {
	color: #f4d58d;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08rem;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.panel.banner .content {
	justify-content: center;
}

.panel.banner .content h1 {
	font-size: 2.25rem;
	line-height: 1.08;
	margin-bottom: 2.35rem;
}

.panel.banner .content h1 br {
	display: block;
}

.panel.banner .content h1.major:after {
	left: 50%;
	transform: translateX(-50%);
}

.content p,
.intro p,
.inner p,
.inner li {
	line-height: 1.7;
}

.actions .button {
	margin-bottom: 0.4rem;
}

.actions {
	justify-content: center;
}

.hero-actions {
	align-items: stretch;
}

.hero-actions li {
	display: flex;
}

.hero-actions .button {
	min-width: 12.5rem;
	text-align: center;
}

.equal-actions {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	width: fit-content;
}

.equal-actions li,
.equal-actions .button {
	width: 100%;
}

.equal-actions .button {
	text-align: center;
}

.service-icons {
	text-align: center;
}

.service-icons strong {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0;
	margin-top: 0.45rem;
	text-transform: none;
}

.service-panel .inner {
	min-width: 0;
}

.panel > .inner.service-grid {
	align-items: start !important;
	display: grid !important;
	gap: 2rem !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	justify-items: stretch;
}

.service-grid > div {
	align-self: start;
	display: flex;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	padding: 0;
	width: 100% !important;
}

.service-grid h3.major {
	line-height: 1.25;
	margin-top: 0;
	white-space: nowrap;
}

.service-grid p,
.service-grid ul {
	margin-top: 0;
}

.small-note {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.72rem;
	margin-top: 1.25rem;
}

.bot-field {
	display: none;
}

.contact-icons li {
	align-items: flex-start;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 2.25rem minmax(0, 1fr);
	line-height: 1.45;
}

.contact-icons li:before {
	display: block;
	position: static;
}

select {
	appearance: none;
	background: rgba(255, 255, 255, 0.075);
	border: solid 2px rgba(255, 255, 255, 0.25);
	border-radius: 0.25rem;
	color: inherit;
	display: block;
	height: 2.75rem;
	outline: 0;
	padding: 0 1rem;
	text-decoration: none;
	width: 100%;
}

select:focus {
	border-color: #f4d58d;
	box-shadow: 0 0 0 1px #f4d58d;
}

option {
	color: #2e2b37;
}

@media screen and (max-width: 736px) {
	.site-nav {
		align-items: center;
		flex-direction: row;
		gap: 0.5rem;
		min-height: 0;
		padding: 0.8rem 1rem;
	}

	.site-nav a {
		font-size: 0.82rem;
	}

	.nav-links {
		gap: 0.65rem;
		justify-content: flex-start;
	}

	#page-wrapper {
		padding-top: 4.6rem;
	}

	.logo-showcase {
		margin-bottom: 1.25rem;
		padding-top: 0.75rem;
		width: calc(100% - 1rem);
	}

	.logo-showcase img {
		max-width: 100%;
	}

	.panel,
	.panel.banner,
	.panel.spotlight {
		display: block;
		min-height: 0;
		padding: 0 1rem;
		width: 100%;
	}

	.panel.banner .content,
	.panel.banner .image,
	.panel.spotlight .content,
	.panel.spotlight .image,
	.panel > .intro,
	.panel > .inner {
		width: 100%;
	}

	.panel.spotlight .content {
		max-width: none;
		padding: 2.25rem 1.5rem;
	}

	.panel.banner .content h1 {
		font-size: 2rem;
	}

	.panel.banner .content,
	.panel > .intro,
	.panel > .inner {
		padding: 2.25rem 1.5rem;
	}

	.panel .grid-icons.service-icons {
		grid-template-columns: repeat(2, minmax(7rem, 1fr));
	}

	.service-panel .inner {
		min-width: 0;
	}

	.panel > .inner.service-grid {
		grid-template-columns: 1fr !important;
	}
}

@media screen and (max-width: 520px) {
	.panel > .inner.expect-grid {
		grid-template-columns: 1fr !important;
	}

	.expect-grid > div:nth-child(3) {
		grid-column: auto;
		justify-self: stretch;
		max-width: none;
	}
}
