@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body:has(.hcz-popup-background:not(.hidden)) {
	height: 100vh;
	overflow: hidden;
}

body:has(.hcz-popup-background:not(.hidden)) .site-header *,
body:has(.hcz-popup-background:not(.hidden)) .site-main article * {
	pointer-events: none !important;
}

.hcz-popup-background {
	position: absolute;
	width: 100vw;
	height: 125vh;
	background-color: rgba(0,0,0,0.6);
	z-index: 9998;
	pointer-events: none;
}

.hcz-popup--centered {
	position: fixed;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
	background-color: #ffffff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	border-radius: 8px;
	overflow: hidden;
	width: 700px;
}

.hcz-popup__media {
	flex: 0 1 50%;
}

.hcz-popup__media img {
	box-sizing: border-box;
	padding-right: 16px;
	height: 100%;
	object-fit: cover;
}

.hcz-popup__close {
	position: absolute;
	top: 16px;
	right: 13px;
	height: 10px;
	width: 10px;
	cursor: pointer;
}

.hcz-popup__content {
	flex: 1 0 50%;
	padding: 40px 40px 40px 16px;
	box-sizing: border-box;
}

.hcz-popup__eyebrow {
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 700;
	color: #0a5dac;
	text-transform: uppercase;
}

.hcz-popup__title {
	font-size: 2.8rem;
	line-height: calc(34.13 / 28);
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 32px;
}

.hcz-popup__highlight {
	font-size: 1.5rem;
	line-height: calc(20 / 15);
	font-weight: 700;
	color: #ed1c24;
	margin-top: 0;
	margin-bottom: 8px;
}

.hcz-popup__body {
	font-size: 1.4rem;
	line-height: calc(23 / 14);
	font-weight: 500;
	color: #000000;
}

.hcz-popup__body .wp-block-buttons {
	margin-top: 32px;
}

.hidden {
	display: none;
}

@media (max-width: 768px) {
	.hcz-popup--centered {
		width: 90vw;
		height: 90vh;
		flex-direction: column;
	}

	.hcz-popup__media {
		flex: 0.25 1 20vh;
		position: relative;
	}

	.hcz-popup__media img {
		padding-right: 0;
		object-fit: cover;
		object-position: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.hcz-popup__content {
		padding: 32px 32px 32px 16px;
		flex: 1 0.1 0;
		overflow: auto;
		min-height: 300px;
	}

	.hcz-popup__eyebrow {
		font-size: 1.4rem;
	}

	.hcz-popup__title {
		font-size: 2rem;
		line-height: calc(26 / 20);
		margin-bottom: 18px;
	}

	.hcz-popup__body {
		font-size: 1.4rem;
		line-height: calc(23 / 14);
		font-weight: 500;
		color: #000000;
		padding-bottom: 40px;
	}

	.hcz-popup__body > :is(.wp-block-buttons, .wp-block-button):last-child {
		position: absolute;
		bottom: 20px;
	}

	.hcz-popup__body .wp-block-buttons {
		margin-top: 32px;
	}
}
