.wt-temp-page {
	position: relative;
}

body.wt-temp-active {
	overflow-x: clip;
}

.wt-temp-hero-banner {
	margin: 0 0 2rem;
}

.wt-temp-hero-banner--full {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.wt-temp-hero-banner--boxed .wt-temp-hero-banner__inner {
	margin-left: auto;
	margin-right: auto;
}

.wt-temp-hero-banner__media {
	overflow: hidden;
	line-height: 0;
	position: relative;
}

.wt-temp-hero-banner--overlay .wt-temp-hero-banner__img {
	min-height: min(52vh, 420px);
}

.wt-temp-hero-banner__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	padding: clamp(1.25rem, 4vw, 3rem);
	background: linear-gradient(90deg, rgba(11, 31, 51, 0.72) 0%, rgba(11, 31, 51, 0.35) 55%, rgba(11, 31, 51, 0.15) 100%);
}

.wt-temp-hero-banner--align-center .wt-temp-hero-banner__overlay {
	justify-content: center;
	text-align: center;
	background: linear-gradient(180deg, rgba(11, 31, 51, 0.2) 0%, rgba(11, 31, 51, 0.55) 100%);
}

.wt-temp-hero-banner--align-left .wt-temp-hero-banner__overlay {
	justify-content: flex-start;
	text-align: left;
}

.wt-temp-hero-banner__copy {
	max-width: min(760px, 92%);
	color: #fff;
	line-height: 1.35;
}

.wt-temp-hero-banner__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	line-height: 1.15;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.wt-temp-hero-banner__subtitle {
	margin: 0;
	font-size: clamp(1rem, 2.2vw, 1.25rem);
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.wt-temp-hero--overlay-mode {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 2rem;
}

.wt-temp-hero-banner--full .wt-temp-hero-banner__media {
	border-radius: 0;
}

.wt-temp-hero-banner--boxed .wt-temp-hero-banner__media {
	border-radius: 10px;
}

.wt-temp-hero-banner__img {
	display: block;
	width: 100%;
	height: auto;
	max-height: min(70vh, 560px);
	object-fit: cover;
}

.wt-temp {
	--wt-temp-content-width: 820px;
	margin: 0 auto;
	line-height: 1.65;
	color: #1a1a1a;
}

.wt-temp--width-default {
	max-width: 820px;
}

.wt-temp--width-full {
	max-width: none;
	width: 100%;
}

.wt-temp--width-custom {
	margin-left: auto;
	margin-right: auto;
}

.wt-temp-hero {
	margin-bottom: 2.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e8eaed;
}

.wt-temp-hero:empty {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.wt-temp-hero__title,
.wt-temp-title {
	margin-bottom: 0.75rem;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	line-height: 1.2;
	font-weight: 700;
	color: #0b1f33;
}

.wt-temp-hero__subtitle {
	font-size: 1.125rem;
	color: #4a5568;
	margin-bottom: 1rem;
}

.wt-temp-intro,
.wt-temp-hero__intro {
	font-size: 1.0625rem;
	color: #374151;
	margin-bottom: 1rem;
}

.wt-temp-intro a,
.wt-temp-hero__intro a,
.wt-temp-p a,
.wt-temp-row__text a {
	color: #0b5cab;
	text-decoration: underline;
}

.wt-temp-intro a:hover,
.wt-temp-hero__intro a:hover,
.wt-temp-p a:hover,
.wt-temp-row__text a:hover {
	color: #094a8f;
}

.wt-temp-section--body {
	margin: 2rem 0;
}

.wt-temp-spacer {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: var(--wt-temp-spacer-height, 32px);
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	pointer-events: none;
}

.wt-temp-blocks .wt-temp-h1,
body.wt-temp-active .wt-temp-row__text h1,
body.wt-temp-active .wt-temp-p h1,
body.wt-temp-active .wt-temp-intro h1 {
	margin: 2rem 0 0.75rem;
	font-size: 1.85rem;
	font-weight: 700;
	line-height: 1.25;
	color: #0b1f33;
}

.wt-temp-blocks .wt-temp-h2,
body.wt-temp-active .wt-temp-row__text h2,
body.wt-temp-active .wt-temp-p h2,
body.wt-temp-active .wt-temp-intro h2 {
	margin: 2rem 0 0.75rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0b1f33;
}

.wt-temp-blocks .wt-temp-h3,
body.wt-temp-active .wt-temp-row__text h3,
body.wt-temp-active .wt-temp-p h3,
body.wt-temp-active .wt-temp-intro h3 {
	margin: 1.5rem 0 0.5rem;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.35;
	color: #1e3a5f;
}

.wt-temp-blocks .wt-temp-h4,
.wt-temp-row .wt-temp-h4,
body.wt-temp-active .wt-temp-row__text h4,
body.wt-temp-active .wt-temp-p h4,
body.wt-temp-active .wt-temp-intro h4 {
	margin: 1.25rem 0 0.5rem;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.35;
	color: #1e3a5f;
}

.wt-temp-row .wt-temp-h1,
.wt-temp-row .wt-temp-h2,
.wt-temp-row .wt-temp-h3,
.wt-temp-row .wt-temp-h4,
body.wt-temp-active .wt-temp-row__text h1:first-child,
body.wt-temp-active .wt-temp-row__text h2:first-child,
body.wt-temp-active .wt-temp-row__text h3:first-child,
body.wt-temp-active .wt-temp-row__text h4:first-child,
body.wt-temp-active .wt-temp-p h1:first-child,
body.wt-temp-active .wt-temp-p h2:first-child,
body.wt-temp-active .wt-temp-p h3:first-child,
body.wt-temp-active .wt-temp-p h4:first-child {
	margin-top: 0;
}

.wt-temp-blocks .wt-temp-p {
	margin-bottom: 1rem;
	font-size: 1rem;
	color: #374151;
}

.wt-temp-text-background {
	box-sizing: border-box;
	margin: 0 0 1rem;
	max-width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wt-temp-text-background--has-background {
	padding: clamp(1rem, 3vw, 2rem);
}

.wt-temp-text-background--full {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: clip;
}

.wt-temp-text-background--full .wt-temp-text-background__inner {
	box-sizing: border-box;
	width: min(var(--wt-temp-content-width, 820px), calc(100% - 2rem));
	margin-right: auto;
	margin-left: auto;
}

.wt-temp-text-background__inner > .wt-temp-row,
.wt-temp-text-background__inner > .wt-temp-shortcode {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.wt-temp-text-background--has-background .wt-temp-p,
.wt-temp-text-background .wt-temp-p:last-child {
	margin-bottom: 0;
}

.wt-temp-blocks .wt-temp-text-background--has-text-color,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-p,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-row__text,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-row__caption,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-h1,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-h2,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-h3,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-h4,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-p h1,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-p h2,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-p h3,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-p h4,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-row__text h1,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-row__text h2,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-row__text h3,
.wt-temp-blocks .wt-temp-text-background--has-text-color .wt-temp-row__text h4 {
	color: inherit;
}

.wt-temp-text-background--attachment-fixed {
	background-attachment: fixed;
}

.wt-temp-blocks .wt-temp-p p:last-child {
	margin-bottom: 0;
}

.wt-temp-section p:last-child,
.wt-temp-text p:last-child {
	margin-bottom: 0;
}

.wt-temp-cta {
	margin: 1.5rem 0 0;
}

.wt-temp-cta__link {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	border-radius: 6px;
	background: #0b5cab;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	transition: background 0.15s ease;
}

.wt-temp-cta__link:hover,
.wt-temp-cta__link:focus {
	background: #094a8f;
	color: #fff;
}

.wt-temp-faq {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e8eaed;
}

.wt-temp-faq__item {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin-bottom: 0.75rem;
	padding: 0.25rem 0.875rem;
	background: #fff;
}

.wt-temp-faq__heading {
	margin: 0;
	padding: 0;
	font: inherit;
}

.wt-temp-faq__q {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	border: 0;
	margin: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	font-weight: 600;
	padding: 0.5rem 0;
}

.wt-temp-faq__q::after {
	content: "▸";
	flex: 0 0 auto;
}

.wt-temp-faq__q[aria-expanded="true"]::after {
	transform: rotate(90deg);
}

.wt-temp-faq__a {
	padding: 0 0 0.75rem;
	color: #374151;
}

.wt-temp-form {
	margin: 2rem 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.wt-temp-form--missing,
.wt-temp-shortcode--missing {
	padding: 1rem 1.25rem;
	border: 1px dashed #f59e0b;
	border-radius: 8px;
	background: #fffbeb;
	margin: 1.5rem 0;
}

.wt-temp-form__hint,
.wt-temp-shortcode__hint {
	margin: 0 0 0.5rem;
	color: #92400e;
	font-size: 0.9375rem;
}

.wt-temp-form--missing code,
.wt-temp-shortcode--missing code {
	display: block;
	font-size: 0.8125rem;
	color: #78350f;
	word-break: break-all;
}

.wt-temp-shortcode {
	margin: 1.5rem 0;
}

.wt-temp-shortcode--align-left,
.wt-temp-shortcode--align-center,
.wt-temp-shortcode--align-right {
	display: flex;
	flex-direction: column;
}

.wt-temp-shortcode--align-left {
	align-items: flex-start;
}

.wt-temp-shortcode--align-center {
	align-items: center;
}

.wt-temp-shortcode--align-right {
	align-items: flex-end;
}

.wt-temp-shortcode--align-left > *,
.wt-temp-shortcode--align-center > *,
.wt-temp-shortcode--align-right > * {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: none;
}

.wt-temp-row {
	display: grid;
	gap: 2rem;
	align-items: start;
	margin: 2rem 0;
}

body.wt-temp-active .entry-content .wt-temp-row {
	display: grid;
}

.wt-temp-row--cols-1 {
	grid-template-columns: minmax(0, 1fr);
}

.wt-temp-row--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wt-temp-row--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wt-temp-row--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wt-temp-row__cell {
	min-width: 0;
}

.wt-temp-row__media {
	border-radius: 10px;
	overflow: hidden;
	background: #f1f5f9;
}

.wt-temp-row__figure {
	margin: 0;
}

.wt-temp-row__figure--small,
.wt-temp-row__figure--medium {
	margin-right: auto;
	margin-left: auto;
}

.wt-temp-row__figure--small {
	max-width: 280px;
}

.wt-temp-row__figure--medium {
	max-width: 480px;
}

.wt-temp-row__caption {
	margin-top: 0.5rem;
	color: #64748b;
	font-size: 0.875rem;
	line-height: 1.45;
	text-align: left;
}

.wt-temp-row__img-link {
	display: block;
	line-height: 0;
}

.wt-temp-row__img {
	display: block;
	width: 100%;
	height: auto;
}

.wt-temp-row__media--small,
.wt-temp-row__media--small .wt-temp-row__img {
	max-width: 280px;
}

.wt-temp-row__media--medium,
.wt-temp-row__media--medium .wt-temp-row__img {
	max-width: 480px;
}

.wt-temp-row__media--small,
.wt-temp-row__media--medium {
	margin-left: auto;
	margin-right: auto;
}

.wt-temp-row__text {
	font-size: 1rem;
	color: #374151;
}

.wt-temp-row__text p:last-child {
	margin-bottom: 0;
}

.wt-temp-row__video {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #0b1f33;
	border-radius: 10px;
	overflow: hidden;
}

.wt-temp-row__video iframe,
.wt-temp-row__video .wt-temp-row__video-frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.wt-temp-row__video > iframe {
	position: absolute;
	inset: 0;
}

@media (max-width: 768px) {
	.wt-temp-row,
	.wt-temp-row--cols-2,
	.wt-temp-row--cols-3,
	.wt-temp-row--cols-4 {
		grid-template-columns: 1fr;
	}

	.wt-temp-text-background--attachment-fixed {
		background-attachment: scroll;
	}
}

@media (hover: none), (pointer: coarse) {
	.wt-temp-text-background--attachment-fixed {
		background-attachment: scroll;
	}
}

.wt-temp-row-only {
	margin: 1.5rem 0;
}

.wt-temp-row-only__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}
