/* Isolated styles for the Gutenberg migration pilots. */
body.restart-gutenberg-pilot .the_content_wrapper {
	margin: 0;
}

body.restart-gutenberg-pilot .entry-content,
body.restart-gutenberg-pilot .entry-content p,
body.restart-gutenberg-pilot .entry-content li {
	font-family: "Poppins", Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

body.restart-gutenberg-pilot .entry-content h1,
body.restart-gutenberg-pilot .entry-content h2,
body.restart-gutenberg-pilot .entry-content h3 {
	font-family: "Poppins", Arial, Tahoma, sans-serif !important;
	font-weight: 300;
}

body.restart-gutenberg-pilot .entry-content h2 {
	font-size: 45px !important;
	line-height: 50px !important;
}

body.restart-gutenberg-pilot .entry-content h3 {
	font-size: 25px !important;
	line-height: 27px !important;
}

.restart-gutenberg-pilot .restart-pilot-full {
	box-sizing: border-box;
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.restart-gutenberg-pilot .restart-pilot-hero {
	height: 280px;
	min-height: 280px !important;
	padding: 0 !important;
	text-transform: uppercase;
}

.restart-gutenberg-pilot .restart-pilot-hero .wp-block-cover__inner-container {
	margin: 0 auto;
	max-width: 1220px;
	padding: 20px 33px;
	width: 100%;
}

.restart-gutenberg-pilot .restart-pilot-hero h1 {
	color: #000 !important;
	font-size: 50px !important;
	font-weight: 300;
	line-height: 55px !important;
	margin: 0;
	text-align: center;
}

.restart-gutenberg-pilot .restart-pilot-section {
	box-sizing: border-box;
	margin: 0;
	max-width: none;
	padding: 52px 0;
	width: 100%;
}

.restart-gutenberg-pilot .restart-pilot-section--compact {
	padding-bottom: 30px;
	padding-top: 30px;
}

.restart-gutenberg-pilot .restart-pilot-full .restart-pilot-section {
	margin-left: auto;
	margin-right: auto;
	max-width: 1374px;
}

.restart-gutenberg-pilot .restart-pilot-columns {
	align-items: center !important;
	gap: 0;
	margin-bottom: 0;
}

.restart-gutenberg-pilot .restart-pilot-columns + .restart-pilot-columns {
	margin-top: 0;
}

.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column {
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 5px;
}

@media (min-width: 782px) {
	.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column {
		flex-basis: 50% !important;
		flex-grow: 0 !important;
		flex-shrink: 0 !important;
		width: 50%;
	}
}

.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column:first-child {
	text-align: right;
}

.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column:nth-child(2) {
	text-align: left;
}

.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column:not(:has(.restart-pilot-media)):not(:has(.restart-pilot-map)) {
	padding-left: 45px;
	padding-right: 45px;
}

.restart-gutenberg-pilot .restart-pilot-columns .wp-block-column > :last-child {
	margin-bottom: 0;
}

.restart-gutenberg-pilot .restart-pilot-media {
	border-radius: 0 !important;
	margin: 0 !important;
}

.restart-gutenberg-pilot .restart-pilot-media img {
	border-radius: 0 !important;
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}

.restart-gutenberg-pilot .restart-pilot-map iframe,
.restart-gutenberg-pilot .restart-pilot-video iframe {
	border: 0;
	display: block;
	width: 100%;
}

.restart-gutenberg-pilot .restart-pilot-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 22px 0;
}

.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column:first-child .restart-pilot-buttons {
	justify-content: flex-end;
}

.restart-gutenberg-pilot .wp-block-button__link {
	background: #a88b6b;
	border-radius: 0;
	color: #fff;
	font-family: "Poppins", Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	padding: 15px 25px;
	text-transform: uppercase;
}

.restart-gutenberg-pilot .wp-block-button__link:hover {
	background: #000;
	color: #fff;
}

.restart-gutenberg-pilot .restart-pilot-muted {
	background: #f2ede9;
}

.restart-gutenberg-pilot .restart-pilot-center {
	text-align: center;
}

.restart-gutenberg-pilot .restart-pilot-video {
	background: #111;
	position: relative;
}

.restart-gutenberg-pilot .restart-pilot-video::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.restart-gutenberg-pilot .restart-pilot-video iframe {
	height: 100%;
	inset: 0;
	position: absolute;
}

.restart-gutenberg-pilot .restart-pilot-card-row {
	gap: 6px;
	margin-bottom: 6px;
}

.restart-gutenberg-pilot .restart-pilot-card {
	border: 1px solid #fff;
	border-radius: 0 !important;
	box-sizing: border-box;
	margin: 0;
	min-height: 313px;
}

.restart-gutenberg-pilot .restart-pilot-card--wide {
	min-height: 413px;
}

.restart-gutenberg-pilot .restart-pilot-card .wp-block-cover__inner-container {
	color: #fff;
	text-align: center;
}

.restart-gutenberg-pilot .restart-pilot-card .wp-block-cover__image-background {
	border-radius: 0 !important;
	object-position: center top;
	transition: object-position 1s ease;
}

.restart-gutenberg-pilot .restart-pilot-card:hover .wp-block-cover__image-background {
	object-position: center bottom;
}

.restart-gutenberg-pilot .restart-pilot-card > .wp-block-cover__background {
	opacity: 0 !important;
}

.restart-gutenberg-pilot .restart-pilot-card h3,
.restart-gutenberg-pilot .restart-pilot-card p,
.restart-gutenberg-pilot .restart-pilot-card a {
	color: #fff;
}

.restart-gutenberg-pilot .restart-pilot-card h3 {
	font-size: 35px !important;
	font-weight: 500 !important;
	line-height: 42px !important;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.restart-gutenberg-pilot .restart-pilot-card p {
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	margin: 0;
	text-align: center;
}

.restart-gutenberg-pilot .restart-pilot-card a {
	display: block;
	text-decoration: none;
}

.restart-gutenberg-pilot .restart-pilot-card a::after {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 2;
}

.restart-gutenberg-pilot .restart-pilot-packages {
	margin: 32px 0 35px;
	text-align: left;
}

.restart-gutenberg-pilot .restart-pilot-packages .toppackages,
.restart-gutenberg-pilot .restart-pilot-packages .toppackage,
.restart-gutenberg-pilot .restart-pilot-packages .intoppackage {
	text-align: left;
}

.restart-gutenberg-pilot .restart-pilot-packages .toppackage h3 {
	font-family: "Poppins", Arial, Tahoma, sans-serif !important;
	font-size: 24px !important;
	font-weight: 500 !important;
	height: 81px;
	line-height: 27px !important;
	text-align: left;
	text-transform: uppercase;
}

.restart-gutenberg-pilot .restart-pilot-packages .intoppackage {
	background-position: center top;
	transition: background-position 1s ease;
}

.restart-gutenberg-pilot .restart-pilot-packages .intoppackage:hover {
	background-position: center bottom !important;
}

body.page-id-16007.restart-gutenberg-pilot .restart-pilot-section,
body.page-id-6577.restart-gutenberg-pilot .restart-pilot-section {
	padding-bottom: 0;
	padding-top: 0;
}

body.page-id-16007.restart-gutenberg-pilot .restart-pilot-columns,
body.page-id-6577.restart-gutenberg-pilot .restart-pilot-columns {
	align-items: flex-start !important;
}

body.page-id-16008.restart-gutenberg-pilot .restart-pilot-section,
body.page-id-6887.restart-gutenberg-pilot .restart-pilot-section {
	padding-bottom: 64px;
	padding-top: 100px;
}

body.page-id-16008.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column,
body.page-id-6887.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column {
	padding-left: 0;
	padding-right: 0;
}

body.page-id-16008.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column:not(:has(.restart-pilot-media)),
body.page-id-6887.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column:not(:has(.restart-pilot-media)) {
	padding-left: 40px;
	padding-right: 40px;
}

body.page-id-16008.restart-gutenberg-pilot .restart-pilot-media,
body.page-id-16008.restart-gutenberg-pilot .restart-pilot-media img,
body.page-id-6887.restart-gutenberg-pilot .restart-pilot-media,
body.page-id-6887.restart-gutenberg-pilot .restart-pilot-media img {
	line-height: 0;
}

body.page-id-16009.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column:first-child,
body.page-id-10431.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column:first-child {
	text-align: left;
}

body.page-id-16009.restart-gutenberg-pilot .hph1,
body.page-id-10431.restart-gutenberg-pilot .hph1 {
	font-size: 55px !important;
	font-weight: 300;
	line-height: 1.4em !important;
	padding: 30px 0;
	text-align: left;
}

body.page-id-16009.restart-gutenberg-pilot .hptext,
body.page-id-10431.restart-gutenberg-pilot .hptext {
	color: #878787;
	font-size: 15px;
	font-weight: 300;
	line-height: 2em;
	text-align: left;
}

body.page-id-16009.restart-gutenberg-pilot .restart-pilot-card-row,
body.page-id-10431.restart-gutenberg-pilot .restart-pilot-card-row {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
}

@media (max-width: 767px) {
	.restart-gutenberg-pilot .restart-pilot-hero .wp-block-cover__inner-container,
	.restart-gutenberg-pilot .restart-pilot-section {
		padding-left: 0;
		padding-right: 0;
	}

	.restart-gutenberg-pilot .restart-pilot-columns {
		gap: 0;
	}

	.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column:not(:has(.restart-pilot-media)):not(:has(.restart-pilot-map)) {
		padding-left: 0;
		padding-right: 0;
	}

	.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column {
		margin-bottom: 20px !important;
		padding-left: 0;
		padding-right: 0;
	}

	.restart-gutenberg-pilot .restart-pilot-card,
	.restart-gutenberg-pilot .restart-pilot-card--wide {
		min-height: 280px;
	}

	.restart-gutenberg-pilot .restart-pilot-hero {
		height: 180px;
		min-height: 180px !important;
	}

	.restart-gutenberg-pilot .restart-pilot-hero h1 {
		font-size: 30px !important;
		line-height: 45px !important;
	}

	body.restart-gutenberg-pilot .entry-content h2 {
		font-size: 28px !important;
		line-height: 32px !important;
	}

	body.restart-gutenberg-pilot .entry-content h3 {
		font-size: 26px !important;
		line-height: 30px !important;
	}

	body.page-id-16009.restart-gutenberg-pilot .hph1,
	body.page-id-10431.restart-gutenberg-pilot .hph1 {
		font-size: 30px !important;
		line-height: 45px !important;
	}

	body.page-id-16008.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column,
	body.page-id-6887.restart-gutenberg-pilot .restart-pilot-columns > .wp-block-column {
		margin-bottom: 0 !important;
	}

	.restart-gutenberg-pilot .restart-pilot-packages .toppackage h3 {
		height: 57px;
	}
}

/* Native block equivalents used by the full WPBakery migration. */
.restart-gutenberg-pilot .restart-native-full {
	box-sizing: border-box;
	margin-left: calc(50% - 50vw) !important;
	max-width: none !important;
	width: 100vw;
}

.restart-gutenberg-pilot .restart-native-row {
	box-sizing: border-box;
	margin-bottom: 0;
}

.restart-gutenberg-pilot .restart-native-row__inner {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.restart-gutenberg-pilot .restart-native-row--inner .restart-native-row__inner {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.restart-gutenberg-pilot .restart-native-columns {
	align-items: center !important;
	display: flex;
	gap: 0;
	margin-bottom: 0;
}

.restart-gutenberg-pilot .restart-native-column {
	box-sizing: border-box;
	margin: 0 !important;
	padding-left: 5px;
	padding-right: 5px;
}

.restart-gutenberg-pilot .restart-native-column > :last-child {
	margin-bottom: 0;
}

.restart-gutenberg-pilot .restart-native-media,
.restart-gutenberg-pilot .restart-native-media img {
	border-radius: 0;
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}

.restart-gutenberg-pilot .restart-native-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 15px 0;
}

.restart-gutenberg-pilot .restart-native-buttons--center {
	justify-content: center;
}

.restart-gutenberg-pilot .restart-native-buttons--right {
	justify-content: flex-end;
}

.restart-gutenberg-pilot .restart-native-hero {
	height: 280px;
	min-height: 280px !important;
	padding: 0 !important;
	text-transform: uppercase;
}

.restart-gutenberg-pilot .restart-native-hero .wp-block-cover__inner-container {
	margin: 0 auto;
	max-width: 1220px;
	padding: 20px 33px;
	width: 100%;
}

.restart-gutenberg-pilot .restart-native-hero .restart-native-row__inner {
	max-width: none;
	padding: 0;
}

.restart-gutenberg-pilot .restart-native-hero h1 {
	color: #000 !important;
	font-size: 50px !important;
	font-weight: 300;
	line-height: 55px !important;
	margin: 0;
	text-align: center;
}

.restart-gutenberg-pilot .restart-native-video {
	margin-left: auto;
	margin-right: auto;
}

.restart-gutenberg-pilot .restart-native-video .wp-block-embed__wrapper {
	position: relative;
}

.restart-gutenberg-pilot .restart-native-video .wp-block-embed__wrapper::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.restart-gutenberg-pilot .restart-native-video iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.restart-gutenberg-pilot .restart-native-video-iframe {
	aspect-ratio: 16 / 9;
	background: #111;
	position: relative;
	width: 100%;
}

.restart-gutenberg-pilot .restart-native-video-iframe iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.restart-gutenberg-pilot .restart-native-card {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 313px;
	position: relative;
	transition: background-position 1s ease;
}

.restart-gutenberg-pilot .restart-native-card:hover {
	background-position: center bottom !important;
}

.restart-gutenberg-pilot .restart-native-card__link {
	inset: 0;
	position: absolute;
	z-index: 2;
}

.restart-gutenberg-pilot .restart-native-grid .wp-block-post-template {
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.restart-gutenberg-pilot .restart-native-grid--3 .wp-block-post-template {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.restart-gutenberg-pilot .restart-native-grid .wp-block-post {
	position: relative;
}

.restart-gutenberg-pilot .restart-native-grid .wp-block-post-featured-image {
	margin: 0;
}

.restart-gutenberg-pilot .restart-native-grid .wp-block-post-title {
	background: rgba(0, 0, 0, .55);
	bottom: 0;
	box-sizing: border-box;
	font-size: 22px !important;
	left: 0;
	margin: 0;
	padding: 18px;
	position: absolute;
	right: 0;
	text-align: center;
}

.restart-gutenberg-pilot .restart-native-grid .wp-block-post-title a {
	color: #fff;
}

@media (max-width: 767px) {
	.restart-gutenberg-pilot .restart-native-row__inner,
	.restart-gutenberg-pilot .restart-native-hero .wp-block-cover__inner-container {
		padding-left: 0;
		padding-right: 0;
	}

	.restart-gutenberg-pilot .restart-native-columns {
		flex-wrap: wrap !important;
	}

	.restart-gutenberg-pilot .restart-native-column {
		flex-basis: 100% !important;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.restart-gutenberg-pilot .restart-native-hero {
		height: 180px;
		min-height: 180px !important;
	}

	.restart-gutenberg-pilot .restart-native-hero h1 {
		font-size: 30px !important;
		line-height: 45px !important;
	}

	.restart-gutenberg-pilot .restart-native-grid .wp-block-post-template,
	.restart-gutenberg-pilot .restart-native-grid--3 .wp-block-post-template {
		grid-template-columns: 1fr;
	}
}
