.whu-open {
	--open-shell: min(1345px, calc(100% - 200px));
	--open-reading: min(934px, calc(100% - 300px));
	--open-gutter: 0px;
	color: var(--whu-blue);
}

.whu-open img,
.whu-open video {
	display: block;
	width: 100%;
}

.whu-open__hero {
	background: var(--whu-grey);
}

.whu-open__hero-shell {
	display: grid;
	position: relative;
	width: var(--open-shell);
	max-width: none;
	min-height: 620px;
	grid-template-columns: minmax(0, 1fr) minmax(520px, 40.15%);
	grid-template-rows: auto auto 1fr auto;
	column-gap: 68px;
	margin: 0 auto;
	padding: 18px 0 56px;
}

.whu-open__hero-shell::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: var(--whu-ds-line-width, 1px) solid var(--whu-line);
	content: "";
}

.whu-open__breadcrumbs {
	position: static;
	display: flex;
	width: 100%;
	grid-column: 1;
	max-width: none;
	flex-wrap: nowrap;
	justify-self: stretch;
	white-space: nowrap;
}

.whu-open__breadcrumbs > * {
	flex: 0 0 auto;
}

.whu-open__headline {
	align-self: end;
	grid-column: 1;
	grid-row: 2;
	padding-top: 64px;
}

.whu-open__headline h1 {
	max-width: 650px;
	margin: 0;
	color: var(--whu-cyan);
	font-size: 47px;
	font-weight: var(--whu-ds-heading-weight, 600);
	line-height: var(--whu-heading-line-height, 1.17);
	text-wrap: balance;
}

.whu-open__stats {
	display: grid;
	align-self: start;
	grid-column: 1;
	grid-row: 3;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 34px;
	padding-top: 52px;
}

.whu-open__stats div {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.whu-open__stats span {
	font-size: 14px;
	line-height: 1.4;
}

.whu-open__stats strong {
	font-size: 20px;
	line-height: 1.2;
}

.whu-open a.whu-open__primary-button {
	display: inline-flex;
	width: max-content;
	min-height: 54px;
	align-items: center;
	gap: 24px;
	align-self: end;
	grid-column: 1;
	grid-row: 4;
	padding: 0 23px;
	background: var(--whu-orange);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.whu-open a.whu-open__primary-button:visited,
.whu-open a.whu-open__primary-button:hover,
.whu-open a.whu-open__primary-button:focus-visible {
	color: #fff;
}

.whu-open__primary-button span {
	width: 18px;
	height: 12px;
	background: currentColor;
	-webkit-mask: var(--whu-ds-arrow-right) center / contain no-repeat;
	mask: var(--whu-ds-arrow-right) center / contain no-repeat;
}

.whu-open .whu-open__hero-media {
	position: relative;
	grid-column: 2;
	grid-row: 1 / -1;
	width: 100%;
	height: auto;
	min-height: 0;
	align-self: start;
	aspect-ratio: 16 / 9;
	margin-top: 12px;
	overflow: hidden;
	background: var(--whu-blue);
}

.whu-open__hero-media video {
	height: 100%;
	object-fit: cover;
}

.whu-open__hero-media button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	background: var(--whu-blue);
	color: #fff;
	cursor: pointer;
}

.whu-open__hero-media button span,
.whu-open__hero-media button span::after {
	display: block;
	position: absolute;
	top: 15px;
	width: 3px;
	height: 18px;
	background: currentColor;
	content: "";
}

.whu-open__hero-media button span {
	left: 18px;
}

.whu-open__hero-media button span::after {
	top: 0;
	left: 8px;
}

.whu-open__hero-media button[aria-pressed="true"] span {
	top: 14px;
	left: 19px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid currentColor;
	background: transparent;
}

.whu-open__hero-media button[aria-pressed="true"] span::after {
	display: none;
}

.whu-open__intro {
	display: block;
	width: var(--open-reading);
	max-width: none;
	margin: 0 auto;
	padding: 92px 0 104px;
}

.whu-open__intro h2,
.whu-open__section-title h2,
.whu-open__testimonials-title h2,
.whu-open__closing h2 {
	margin: 0;
	font-size: 37px;
	font-weight: 700;
	line-height: 1.24;
}

.whu-open__intro p {
	max-width: 934px;
	margin: 28px 0 0;
	font-size: 17px;
	line-height: 1.65;
}

.whu-open__benefits {
	width: var(--open-shell);
	max-width: none;
	margin: 0 auto;
	padding: 0 0 100px;
}

.whu-open__benefits-grid {
	display: grid;
	position: relative;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: var(--whu-ds-line-width, 1px) solid var(--whu-line);
	padding: 76px 0 92px;
}

.whu-open__benefits-grid::before {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--whu-ds-line-width, 1px);
	height: 64px;
	background: var(--whu-line);
	content: "";
}

.whu-open__benefits article {
	min-height: 0;
	padding: 0 30px;
	text-align: center;
}

.whu-open__benefits img {
	width: 44px;
	height: 44px;
	margin: 0 auto;
	object-fit: contain;
}

.whu-open__benefits h3 {
	margin: 25px 0 0;
	font-size: 18px;
	line-height: 1.35;
}

.whu-open__benefits p {
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.55;
}

.whu-open__portfolio {
	width: var(--open-shell);
	max-width: none;
	margin: 0 auto 112px;
	padding: 0;
}

.whu-open__section-title,
.whu-open__testimonials-title {
	display: flex;
	min-height: 128px;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 0 36px;
}

.whu-open__section-title {
	border-top: var(--whu-ds-line-width, 1px) solid var(--whu-line);
	border-left: var(--whu-ds-line-width, 1px) solid var(--whu-line);
	padding-left: 50px;
}

.whu-open__section-title > div:first-child > p {
	margin: 0 0 8px;
	color: var(--whu-cyan);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.whu-open__portfolio-controls,
.whu-open__slider-controls {
	display: grid;
	grid-template-columns: 44px auto 44px;
	height: 44px;
	align-items: center;
	background: var(--whu-grey);
}

.whu-open__portfolio-controls button {
	position: relative;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--whu-blue);
	cursor: pointer;
}

.whu-open__portfolio-controls button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 10px;
	background: currentColor;
	content: "";
	transform: translate(-50%, -50%) rotate(-90deg);
	-webkit-mask: var(--whu-ds-chevron) center / contain no-repeat;
	mask: var(--whu-ds-chevron) center / contain no-repeat;
}

.whu-open__portfolio-controls [data-open-program-nav="next"]::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.whu-open__portfolio-controls button:disabled {
	opacity: .3;
	cursor: default;
}

.whu-open__portfolio-controls span {
	min-width: 54px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.whu-open__tablist {
	display: flex;
	flex-direction: column;
	align-content: start;
	gap: 18px;
	border-top: 0;
	border-bottom: 0;
}

.whu-open__tablist button {
	display: flex;
	width: 100%;
	min-height: 64px;
	align-items: center;
	gap: 24px;
	padding: 0;
	border: 0;
	border-bottom: 0;
	background: transparent;
	color: var(--whu-blue);
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.whu-open__tablist button:last-child {
	border-bottom: 0;
}

.whu-open__tablist button[aria-selected="true"] {
	background: transparent;
	box-shadow: none;
}

.whu-open__tablist img {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	object-fit: contain;
}

.whu-open__tablist span {
	display: block;
	min-width: 0;
	border-bottom: 2px solid transparent;
	padding-bottom: 8px;
}

.whu-open__tablist button[aria-selected="true"] span {
	border-bottom-color: #5778a2;
}

.whu-open__tablist strong,
.whu-open__tablist small {
	display: block;
}

.whu-open__tablist strong {
	font-size: 17px;
	line-height: 1.35;
}

.whu-open__tablist small {
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.3;
}

.whu-open__portfolio-body {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 40px;
	padding: 0 36px 40px 0;
}

.whu-open__panels {
	min-width: 0;
	padding-top: 0;
}

.whu-open__panel {
	display: grid;
	height: 100%;
	min-height: 676px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: auto auto;
	align-content: center;
	padding: 42px 40px;
	background: var(--whu-grey);
}

.whu-open__panel[hidden] {
	display: none;
}

.whu-open__panel-media {
	min-height: 0;
	grid-column: 1;
	grid-row: 2;
	aspect-ratio: 3 / 2;
}

.whu-open__panel-media img {
	height: 100%;
	object-fit: cover;
}

.whu-open .whu-open__panel-heading {
	grid-column: 1;
	grid-row: 1;
	margin: 0 36px 22px 0;
	font-size: 23px;
	line-height: 1.35;
}

.whu-open__panel-copy {
	display: flex;
	flex-direction: column;
	grid-column: 2;
	grid-row: 1 / 3;
	justify-content: center;
	margin-left: 48px;
	padding: 0 0 0 48px;
	border-left: 0;
}

.whu-open__panel-copy > p {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
}

.whu-open__panel-copy ul {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.whu-open__panel-copy li {
	position: relative;
	margin-top: 10px;
	padding-left: 21px;
	font-size: 15px;
	line-height: 1.45;
}

.whu-open__panel-copy li::before {
	position: absolute;
	top: .62em;
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--whu-blue);
	content: "";
}

.whu-open__testimonials {
	padding: 72px 0 92px;
	background: var(--whu-blue);
	color: #fff;
}

.whu-open__testimonials-inner {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

.whu-open__testimonials-title {
	width: var(--open-shell);
	margin: 0 auto 50px;
	border-top: var(--whu-ds-line-width, 1px) solid rgba(255, 255, 255, .8);
	border-left: var(--whu-ds-line-width, 1px) solid rgba(255, 255, 255, .8);
}

.whu-open__testimonials-title h2 {
	color: #fff;
}

.whu-open__slider-controls {
	background: #003f85;
	color: #fff;
}

.whu-open__slider-controls button {
	color: #fff;
}

.whu-open__testimonials-viewport {
	overflow: hidden;
	touch-action: pan-y;
}

.whu-open__testimonials .whu-official__slider-track > article {
	display: grid;
	flex: 0 0 100%;
	grid-template-columns: minmax(480px, 44.2vw) minmax(0, 1fr);
	column-gap: 80px;
	width: 100%;
	min-width: 100%;
	min-height: 0;
	padding-right: max(100px, calc((100vw - 1345px) / 2));
	background: transparent;
}

.whu-open__testimonials article figure {
	min-height: 0;
	aspect-ratio: 3 / 2;
	margin: 0;
}

.whu-open__testimonials article figure img {
	height: 100%;
	object-fit: cover;
}

.whu-open__testimonials article > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px 0;
}

.whu-open__testimonials h3 {
	margin: 0;
	color: #fff;
	font-size: 30px;
	line-height: 1.25;
}

.whu-open__testimonial-role {
	margin: 20px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.whu-open__testimonial-program {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	line-height: 1.4;
}

.whu-open__testimonials blockquote {
	margin: 26px 0 0;
	font-size: 17px;
	font-style: normal;
	line-height: 1.65;
}

.whu-open__closing {
	width: var(--open-shell);
	max-width: none;
	margin-top: 88px;
}

.whu-open__external-links {
	display: flex;
	box-sizing: border-box;
	width: min(1420px, calc(100% - 260px));
	max-width: none;
	gap: 50px;
	margin: 88px auto 96px;
	padding: 60px 60px 0 0;
	border-top: var(--whu-ds-line-width, 1px) solid var(--whu-line);
	border-right: var(--whu-ds-line-width, 1px) solid var(--whu-line);
}

.whu-open__external-links a {
	display: inline-flex;
	min-height: 70px;
	align-items: center;
	gap: 34px;
	justify-content: space-between;
	padding: 0 30px;
	border: var(--whu-ds-line-width, 1px) solid var(--whu-line);
	color: var(--whu-blue);
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
}

.whu-open__external-links a span {
	width: 18px;
	height: 12px;
	background: currentColor;
	-webkit-mask: var(--whu-ds-arrow-right) center / contain no-repeat;
	mask: var(--whu-ds-arrow-right) center / contain no-repeat;
}

.whu-open__external-links a:hover {
	background: var(--whu-blue);
	color: #fff;
}

.whu-open button:focus-visible,
.whu-open a:focus-visible,
.whu-open__testimonials-viewport:focus-visible {
	outline: var(--whu-ds-focus-ring-width, 3px) solid var(--whu-cyan);
	outline-offset: var(--whu-ds-focus-ring-offset, 3px);
}

.whu-open__primary-button:hover,
.whu-open__closing a:hover {
	filter: brightness(.94);
}

.whu-open__tablist button:hover {
	background: transparent;
}

@media (min-width: 901px) and (max-width: 1379px) {
	.whu-open {
		--open-shell: calc(100% - clamp(96px, 12vw, 168px));
		--open-reading: min(934px, var(--open-shell));
	}

	.whu-open__hero-shell {
		--open-hero-side: clamp(48px, 6vw, 84px);
		--open-hero-media: clamp(430px, 45vw, 550px);
		width: 100%;
		grid-template-columns: var(--open-hero-side) minmax(0, 1fr) 36px var(--open-hero-media);
		column-gap: 0;
	}

	.whu-open__breadcrumbs,
	.whu-open__headline,
	.whu-open__stats,
	.whu-open a.whu-open__primary-button {
		grid-column: 2;
	}

	.whu-open .whu-open__hero-media {
		grid-column: 4;
	}

	.whu-open__hero-shell::after {
		right: var(--open-hero-side);
		left: var(--open-hero-side);
	}

	.whu-open__headline h1 {
		font-size: clamp(36px, 3.5vw, 44px);
	}

	.whu-open__tablist button {
		min-height: 58px;
		gap: 18px;
		padding: 0;
	}

	.whu-open__tablist img {
		width: 46px;
		height: 46px;
		flex-basis: 46px;
	}

	.whu-open__portfolio-body {
		grid-template-columns: clamp(235px, 25vw, 280px) minmax(0, 1fr);
		gap: 28px;
		padding: 0 clamp(24px, 3vw, 36px) 36px 0;
	}

	.whu-open__panel {
		min-height: 590px;
		padding: 32px 26px;
	}

	.whu-open__panel-copy {
		margin-left: 28px;
		padding-left: 28px;
	}

	.whu-open__testimonials .whu-official__slider-track > article {
		grid-template-columns: minmax(410px, 44vw) minmax(0, 1fr);
		column-gap: clamp(36px, 5vw, 60px);
		padding-right: clamp(48px, 7vw, 84px);
	}

	.whu-open__testimonials article > div {
		padding: 36px 0;
	}

	.whu-open__external-links {
		width: var(--open-shell);
		gap: clamp(20px, 3vw, 36px);
	}
}

@media (min-width: 1380px) {
	.whu-open__hero-shell {
		display: block;
		width: 1440px;
		max-width: 100%;
		height: 620px;
		min-height: 620px;
		padding: 0;
	}

	.whu-open__hero-shell::after {
		right: 119px;
		left: 119px;
	}

	.whu-open__breadcrumbs {
		position: absolute;
		top: 16px;
		left: 120px;
		width: auto;
		max-width: 610px;
	}

	.whu-open__headline {
		position: absolute;
		top: 76px;
		left: 120px;
		width: 610px;
		padding-top: 0;
	}

	.whu-open__stats {
		position: absolute;
		top: 270px;
		left: 120px;
		width: 610px;
		padding-top: 0;
	}

	.whu-open a.whu-open__primary-button {
		position: absolute;
		bottom: 54px;
		left: 120px;
	}

	.whu-open .whu-open__hero-media {
		position: absolute;
		top: 0;
		right: 0;
		width: 647px;
		margin-top: 0;
	}

	.whu-open__intro {
		margin-right: auto;
		margin-left: calc((100% - var(--open-shell)) / 2 + 50px);
	}
}

@media (max-width: 900px) {
	.whu-open__hero-shell {
		display: flex;
		width: 100%;
		min-height: 0;
		flex-direction: column;
		padding: 12px 24px 42px;
	}

	.whu-open__breadcrumbs {
		order: 0;
	}

	.whu-open__headline {
		order: 1;
		padding-top: 36px;
	}

	.whu-open__headline h1 {
		font-size: clamp(29px, 8.2vw, 32px);
		line-height: 1.25;
	}

	.whu-open .whu-open__hero-media {
		width: calc(100% + 48px);
		height: auto;
		min-height: 0;
		order: 2;
		aspect-ratio: 16 / 9;
		margin: 30px -24px 0;
	}

	.whu-open__hero-shell::after {
		right: 24px;
		left: 24px;
	}

	.whu-open__stats {
		width: 100%;
		order: 3;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 24px;
		padding-top: 30px;
	}

	.whu-open a.whu-open__primary-button {
		order: 4;
		align-self: flex-start;
		margin-top: 28px;
	}

	.whu-open__intro {
		display: block;
		width: calc(100% - 48px);
		max-width: none;
		padding: 64px 0;
	}

	.whu-open__intro h2,
	.whu-open__section-title h2,
	.whu-open__testimonials-title h2,
	.whu-open__closing h2 {
		font-size: 27px;
		line-height: 1.35;
	}

	.whu-open__intro p {
		margin-top: 26px;
		font-size: 16px;
		line-height: 1.65;
	}

	.whu-open__benefits {
		width: calc(100% - 48px);
		max-width: none;
		padding: 0 0 64px;
	}

	.whu-open__benefits-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0;
	}

	.whu-open__benefits-grid::before {
		height: 44px;
	}

	.whu-open__benefits article {
		min-height: 220px;
		padding: 28px 18px 24px;
		border-right: 0;
		border-bottom: var(--whu-ds-line-width, 1px) solid rgba(5, 70, 150, .35);
	}

	.whu-open__benefits article:nth-child(2n) {
		border-right: 0;
	}

	.whu-open__benefits article:nth-child(n + 3) {
		border-bottom: 0;
	}

	.whu-open__benefits h3 {
		margin-top: 20px;
		font-size: 17px;
	}

	.whu-open__benefits p {
		font-size: 14px;
	}

	.whu-open__portfolio {
		width: calc(100% - 48px);
		max-width: none;
		margin-bottom: 64px;
		padding: 0;
		border-top: var(--whu-ds-line-width, 1px) solid var(--whu-line);
	}

	.whu-open__section-title,
	.whu-open__testimonials-title {
		min-height: 104px;
		gap: 18px;
		padding: 0;
	}

	.whu-open__section-title {
		border: 0;
	}

	.whu-open__section-title > div:first-child > p {
		font-size: 11px;
	}

	.whu-open__portfolio-body {
		display: block;
		padding: 0;
	}

	.whu-open__tablist {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	}

	.whu-open__tablist button,
	.whu-open__tablist button:nth-child(4n) {
		min-height: 112px;
		gap: 11px;
		padding: 15px 10px;
		border-right: var(--whu-ds-line-width, 1px) solid rgba(5, 70, 150, .25);
		border-bottom: var(--whu-ds-line-width, 1px) solid rgba(5, 70, 150, .25);
		background: #fff;
	}

	.whu-open__tablist button:nth-child(2n) {
		border-right: 0;
	}

	.whu-open__tablist button:nth-child(n + 7) {
		border-bottom: 0;
	}

	.whu-open__tablist button[aria-selected="true"] {
		background: var(--whu-grey);
		box-shadow: inset 0 -4px 0 var(--whu-cyan);
	}

	.whu-open__tablist button span,
	.whu-open__tablist button[aria-selected="true"] span {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.whu-open__tablist img {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
	}

	.whu-open__tablist strong {
		font-size: 14px;
	}

	.whu-open__tablist small {
		font-size: 9px;
	}

	.whu-open__panels {
		padding-top: 24px;
	}

	.whu-open__panel {
		display: flex;
		min-height: 0;
		flex-direction: column;
		padding: 0;
	}

	.whu-open__panel-media {
		min-height: 0;
		order: 1;
		aspect-ratio: 5 / 3;
	}

	.whu-open .whu-open__panel-heading {
		order: 2;
		margin: 0;
		padding: 28px 24px 0;
		font-size: 21px;
	}

	.whu-open__panel-copy {
		order: 3;
		margin-left: 0;
		padding: 28px 24px 32px;
		border-left: 0;
	}

	.whu-open__panel-copy > p {
		margin: 0;
	}

	.whu-open__testimonials {
		padding: 42px 0 56px;
	}

	.whu-open__testimonials-inner {
		width: calc(100% - 48px);
		max-width: none;
		padding: 0;
		border-left: 0;
	}

	.whu-open__testimonials-title {
		width: 100%;
		margin-bottom: 30px;
		border-left: 0;
	}

	.whu-open__testimonials .whu-official__slider-track > article {
		display: flex;
		width: 100%;
		min-height: 0;
		flex-direction: column;
		column-gap: 0;
		padding-right: 0;
	}

	.whu-open__testimonials article figure {
		min-height: 0;
		aspect-ratio: 3 / 2;
	}

	.whu-open__testimonials article > div {
		padding: 30px 24px 36px;
	}

	.whu-open__testimonials h3 {
		font-size: 25px;
	}

	.whu-open__testimonials blockquote {
		font-size: 15px;
	}

	.whu-open__closing {
		width: calc(100% - 48px);
		margin-top: 64px;
	}

	.whu-open__external-links {
		display: grid;
		width: calc(100% - 48px);
		gap: 16px;
		margin: 64px auto;
		padding: 42px 24px 0 0;
	}

	.whu-open__external-links a {
		width: 100%;
		min-height: 62px;
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.whu-open .whu-official__slider-track {
		transition-duration: 0ms;
	}
}
