.single-landing-page {
	font-family: "Roboto", sans-serif;
}

.single-landing-page #main-header {
	padding-left: 1rem;
	padding-right: 1rem;
	position: sticky;
}

.single-landing-page > section,
.single-landing-page > div {
	padding: 3rem 1rem;
}

.single-landing-page > section > div,
.single-landing-page > div > div {
	max-width: 1140px;
	margin: 0 auto;
}

.single-landing-page > section > h1,
.single-landing-page > section > div > h1,
.single-landing-page > div > h1,
.single-landing-page > div > div > h1,
.single-landing-page > section > h2,
.single-landing-page > section > div > h2,
.single-landing-page > div > h2,
.single-landing-page > div > div > h2,
.single-landing-page > section > p,
.single-landing-page > section > div > p,
.single-landing-page > div > p,
.single-landing-page > div > div > p {
	max-width: 700px;
	margin: 0 auto;
}

.single-landing-page > section > div > p,
.single-landing-page > div > div > p {
	font-size: 20px;
	line-height: 32px;
}

.single-landing-page h1,
.single-landing-page h2,
.single-landing-page h3,
.single-landing-page h4,
.single-landing-page h5,
.single-landing-page h6 {
	color: var(--wp--preset--color--navy);
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.single-landing-page .has-text-color h1,
.single-landing-page .has-text-color h2,
.single-landing-page .has-text-color h3,
.single-landing-page .has-text-color h4,
.single-landing-page .has-text-color h5,
.single-landing-page .has-text-color h6 {
	color: inherit;
}

.single-landing-page h1 {
	font-size: 32px;
	line-height: 42px;
}

.single-landing-page h2 {
	font-size: 28px;
	line-height: 36px;
}

.single-landing-page h3 {
	font-size: 22px;
	line-height: 30px;
}

.single-landing-page h4 {
	font-size: 18px;
	line-height: 30x;
}

.single-landing-page h5 {
	font-size: 18px;
	line-height: 30px;
}

.single-landing-page h6 {
	font-size: 18px;
	line-height: 30px;
}

.single-landing-page p,
.single-landing-page span,
.single-landing-page a,
.single-landing-page ul,
.single-landing-page ul li {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: var(--wp--preset--color--dark-gray);
	font-family: "Roboto", sans-serif;
}

.single-landing-page a span {
	color: inherit;
}

.single-landing-page .has-text-color p,
.single-landing-page .has-text-color span,
.single-landing-page .has-text-color a,
.single-landing-page .has-text-color ul,
.single-landing-page .has-text-color ul li {
	color: inherit;
}

.single-landing-page .wp-block-button .wp-block-button__link {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0.5rem;
	padding: 1.25rem 2rem;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.single-landing-page .is-style-primary .wp-block-button__link {
	background: var(--wp--preset--color--yellow);
	color: var(--wp--preset--color--navy);
}

.single-landing-page .is-style-secondary .wp-block-button__link {
	background: var(--wp--preset--color--light-gray);
	color: var(--wp--preset--color--navy);
}

.single-landing-page .is-style-tertiary .wp-block-button__link {
	padding: 1rem;
	border: solid 1px var(--wp--preset--color--navy);
	color: var(--wp--preset--color--navy);
	background: initial;
}

.single-landing-page .is-style-primary .wp-block-button__link:hover,
.single-landing-page .is-style-secondary .wp-block-button__link:hover,
.single-landing-page .is-style-tertiary .wp-block-button__link:hover {
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.single-landing-page .is-style-link .wp-block-button__link {
	padding: 0;
	background: initial;
	color: var(--wp--preset--color--navy);
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
}

.single-landing-page .is-style-link .wp-block-button__link:after {
	content: "";
	width: 7px;
	height: 11px;
	line-height: 11px;
	background-color: var(--wp--preset--color--gold);
	mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDIuMzY3TDcgNS40NzUgMi41NjMgMTFILjFsNC41MzMtNS40MjZaIi8+PC9zdmc+")
		no-repeat left center;
	-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDIuMzY3TDcgNS40NzUgMi41NjMgMTFILjFsNC41MzMtNS40MjZaIi8+PC9zdmc+")
		no-repeat left center;
}

.is-style-lead-in,
.single-landing-page .is-style-lead-in {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 3px;
	color: var(--wp--preset--color--navy);
	font-weight: 400;
}

:root :where(.is-layout-flow) > .wp-block-media-text {
	margin-block-start: 6rem;
	margin-top: 6rem;
}

.single-landing-page .wp-block-media-text > .wp-block-media-text__content {
	padding: 0;
	margin-top: 2rem;
}

.single-landing-page
	.wp-block-media-text.has-media-on-the-right
	> .wp-block-media-text__content {
	padding: 0;
	margin-top: 2rem;
}

.single-landing-page .wp-block-post-featured-image.is-style-rounded img,
.single-landing-page .wp-block-image.is-style-rounded img,
.single-landing-page
	.wp-block-media-text.is-style-rounded
	.wp-block-media-text__media
	img {
	border-radius: 1.5rem;
	overflow: hidden;
}

:root
	:where(
		.wp-block-image.is-style-rounded img,
		.wp-block-image .is-style-rounded img
	) {
	border-radius: 1.5rem;
}

.single-landing-page ul {
	padding: 0;
}

.single-landing-page ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 8px;
	font-weight: 600;
}

.single-landing-page ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 30px;
	line-height: 30px;
	background-color: currentColor;
	mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0iY3VycmVudENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik05LjQxLjEyN2ExLjEwNiAxLjEwMiAwIDAgMC0xLjQ5NS40NkwzLjU4NSA4Ljc2IDIuMDI0IDYuNDY4YTEuMTA2IDEuMTAyIDAgMCAwLTEuNTQtLjI5MyAxLjEwNiAxLjEwMiAwIDAgMC0uMjkzIDEuNTMxbDIuNTk3IDMuODExYTEuMTA3IDEuMTAyIDAgMCAwIDEuODk0LS4xMDVsNS4xOS05Ljc5NkExLjEwNiAxLjEwMiAwIDAgMCA5LjQxLjEyNyIvPjwvc3ZnPg==")
		no-repeat left center;
	-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0iY3VycmVudENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik05LjQxLjEyN2ExLjEwNiAxLjEwMiAwIDAgMC0xLjQ5NS40NkwzLjU4NSA4Ljc2IDIuMDI0IDYuNDY4YTEuMTA2IDEuMTAyIDAgMCAwLTEuNTQtLjI5MyAxLjEwNiAxLjEwMiAwIDAgMC0uMjkzIDEuNTMxbDIuNTk3IDMuODExYTEuMTA3IDEuMTAyIDAgMCAwIDEuODk0LS4xMDVsNS4xOS05Ljc5NkExLjEwNiAxLjEwMiAwIDAgMCA5LjQxLjEyNyIvPjwvc3ZnPg==")
		no-repeat left center;
}

.single-landing-page .wp-block-tclp-steps-section .wp-block-media-text {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.single-landing-page
	.wp-block-tclp-steps-section
	.wp-block-media-text.has-media-on-the-right {
	flex-direction: column-reverse;
}

.admin-bar .single-landing-page #main-header {
	top: 0;
}

@media screen and (min-width: 700px) {
	.single-landing-page > section,
	.single-landing-page > div {
		padding: 4rem 2rem;
	}
	.single-landing-page .wp-block-media-text > .wp-block-media-text__content {
		padding: 0 0 0 3rem;
		margin-top: 0;
	}
	.single-landing-page
		.wp-block-media-text.has-media-on-the-right
		> .wp-block-media-text__content {
		padding: 0 3rem 0 0;
		margin-top: 0;
	}
	.single-landing-page
		.wp-block-tclp-steps-section
		.wp-block-media-text
		> .wp-block-media-text__content,
	.single-landing-page
		.wp-block-tclp-steps-section
		.wp-block-media-text.has-media-on-the-right
		> .wp-block-media-text__content {
		padding: 0;
	}

	.single-landing-page h1 {
		font-size: 48px;
		line-height: 64px;
	}

	.single-landing-page h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.single-landing-page h3 {
		font-size: 26px;
		line-height: 36px;
	}

	.single-landing-page h4 {
		font-size: 26px;
		line-height: 36px;
	}

	.single-landing-page h5 {
		font-size: 26px;
		line-height: 36px;
	}

	.single-landing-page h6 {
		font-size: 26px;
		line-height: 36px;
	}

	.admin-bar .single-landing-page #main-header {
		top: 32px;
	}
}

@media screen and (min-width: 1020px) {
	.single-landing-page .wp-block-tclp-steps-section .wp-block-media-text {
		display: grid;
		grid-template-columns: 50% 1fr;
		gap: 0;
	}
}

@media screen and (min-width: 1140px) {
	.single-landing-page
		.wp-block-tclp-steps-section
		.wp-block-media-text
		> .wp-block-media-text__content {
		padding: 0 0 0 6rem;
	}
	.single-landing-page
		.wp-block-tclp-steps-section
		.wp-block-media-text.has-media-on-the-right
		> .wp-block-media-text__content {
		padding: 0 6rem 0 0;
	}
	.single-landing-page h1 {
		font-size: 58px;
		line-height: 72px;
	}

	.single-landing-page h2 {
		font-size: 48px;
		line-height: 58px;
	}

	.single-landing-page h3 {
		font-size: 28px;
		line-height: 36px;
	}

	.single-landing-page h4 {
		font-size: 28px;
		line-height: 36px;
	}

	.single-landing-page h5 {
		font-size: 28px;
		line-height: 36px;
	}

	.single-landing-page h6 {
		font-size: 28px;
		line-height: 36px;
	}
}
