.tl-technology-hub__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2.5rem);
	margin-top: clamp(2rem, 5vw, 4rem);
}

.tl-technology-hub-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: transparent;
	border: 0;
	border-top: 1px solid var(--tl-color-line);
	transition: transform 240ms ease;
}

.tl-technology-hub-card::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 4rem;
	height: 3px;
	background: var(--tl-color-forest);
	content: "";
}

.tl-technology-hub-card:hover,
.tl-technology-hub-card:focus-within {
	transform: translateY(-3px);
}

.tl-technology-hub-card__image,
.tl-technology-detail-section__image,
.tl-page-hero-image {
	overflow: hidden;
	margin: 0;
}

.tl-technology-hub-card__image img,
.tl-technology-detail-section__image img,
.tl-page-hero-image img {
	display: block;
	width: 100%;
	height: auto;
}

.tl-technology-detail .tl-page-hero-image {
	margin-bottom: clamp(5rem, 9vw, 8rem);
}

.tl-technology-hub-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(1.75rem, 3vw, 2.75rem) 0 0;
}

.tl-technology-hub-card__body h2,
.tl-technology-detail-section__content h2,
.tl-technology-detail__cta h2 {
	margin-top: 0;
	color: var(--tl-color-forest);
	font-family: var(--tl-font-heading);
}

.tl-technology-hub-card__body h2 {
	font-size: clamp(1.75rem, 2.7vw, 3rem);
	font-weight: 450;
	letter-spacing: 0;
	line-height: 1.03;
}

.tl-technology-hub h1,
.tl-technology-hub h2,
.tl-technology-detail h1,
.tl-technology-detail h2,
.tl-technology-detail p,
.tl-technology-detail li {
	overflow-wrap: break-word;
}

.tl-technology-hub-card__subtitle,
.tl-technology-detail-section__subtitle {
	margin: -.5rem 0 1.25rem;
	color: var(--tl-color-muted);
	font-size: 1.05rem;
}

.tl-technology-hub-card__content {
	margin-bottom: 1.5rem;
}

.tl-technology-hub-card .tl-button {
	margin-top: auto;
}

.tl-technology-detail__sections {
	display: grid;
	gap: 0;
	margin-top: clamp(2rem, 5vw, 4rem);
}

.tl-technology-detail-section {
	position: relative;
	display: grid;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	grid-template-columns: minmax(0, 1fr) minmax(16rem, .8fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: center;
	padding: clamp(5rem, 8vw, 8rem) 0;
	background: transparent;
	border: 0;
	border-top: 1px solid var(--tl-color-line);
	box-shadow: none;
	transition: none;
}

.tl-technology-detail-section:nth-child(even) {
	background: transparent;
}

.tl-technology-detail-section::after {
	position: absolute;
	top: -1px;
	left: 0;
	width: 4rem;
	height: 3px;
	background: var(--tl-color-forest);
	content: "";
}

.tl-technology-detail-section--text-only {
	display: block;
}

.tl-technology-detail-section--text-only .tl-technology-detail-section__content {
	max-width: 54rem;
}

.tl-technology-detail-section__content h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 3.25vw, 3.65rem);
	font-weight: 450;
	letter-spacing: 0;
	line-height: 1.05;
}

.tl-technology-detail-section__content {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.tl-technology-detail-section__image {
	min-width: 0;
}

.tl-technology-detail-section__content h2::after {
	content: none;
}

.tl-technology-detail-section__content .entry-content {
	color: var(--tl-color-ink);
	font-size: 1.06rem;
	line-height: 1.85;
}

.tl-technology-detail-section__content .entry-content p {
	max-width: 52rem;
}

.tl-technology-detail-section__content .entry-content ul {
	display: block;
	margin-top: 1.5rem;
	padding-left: 1.4rem;
}

.tl-technology-detail-section__content .entry-content li {
	margin: .55rem 0;
}

.tl-technology-detail-section__content .entry-content li::marker {
	color: var(--tl-color-forest);
}

.tl-technology-detail-section--image-left .tl-technology-detail-section__image {
	grid-column: 1;
	grid-row: 1;
}

.tl-technology-detail-section--image-left .tl-technology-detail-section__content {
	grid-column: 2;
	grid-row: 1;
}

.tl-technology-detail-section--image-full {
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.25rem, 3vw, 2rem);
}

.tl-technology-detail-section--image-full .tl-technology-detail-section__content {
	max-width: 54rem;
}

.tl-technology-detail-section--image-full .tl-technology-detail-section__image {
	margin: 0;
}

.tl-technology-detail-section__image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
}

@media (hover: hover) {
	.tl-technology-detail-section__image:hover img {
		transform: scale(1.025);
	}
}

.tl-technology-detail-section--image-full .tl-technology-detail-section__image img {
	aspect-ratio: 16 / 7;
}

.tl-technology-detail__cta {
	margin-top: clamp(2rem, 5vw, 4rem);
	padding: clamp(2.5rem, 5vw, 5rem);
	background: var(--tl-color-forest);
	color: var(--tl-color-white);
}

.tl-technology-detail__cta h2,
.tl-technology-detail__cta .entry-content {
	color: var(--tl-color-white);
}

.tl-technology-detail__cta .tl-button {
	margin-top: 2rem;
	background: var(--tl-color-white);
	border-color: var(--tl-color-white);
	color: var(--tl-color-forest);
}

.tl-technology-detail__cta .tl-button:hover,
.tl-technology-detail__cta .tl-button:focus {
	background: transparent;
	border-color: var(--tl-color-white);
	color: var(--tl-color-white);
}

@media (min-width: 701px) {
	.tl-technology-detail .tl-page-hero h1 {
		max-width: 1100px;
		font-size: clamp(3.5rem, 6.2vw, 6.5rem);
		font-weight: 450;
		line-height: .96;
	}
}

@media (max-width: 700px) {
	.tl-technology-hub__grid,
	.tl-technology-detail-section {
		grid-template-columns: minmax(0, 1fr);
	}

	.tl-technology-detail-section {
		padding: 3rem 0;
	}

	.tl-technology-detail .tl-page-hero-image {
		margin-bottom: 4.5rem;
	}

	.tl-technology-detail .tl-page-hero h1 {
		font-size: clamp(2.65rem, 11vw, 3.6rem);
		line-height: 1;
		overflow-wrap: normal;
		word-break: normal;
		hyphens: auto;
	}

	.tl-technology-detail__intro h2,
	.tl-technology-detail-section__content h2 {
		overflow-wrap: normal;
		word-break: normal;
		hyphens: auto;
	}

	.tl-technology-detail-section::after {
		left: 0;
	}

	.tl-technology-detail-section--image-left .tl-technology-detail-section__image,
	.tl-technology-detail-section--image-left .tl-technology-detail-section__content {
		grid-column: auto;
		grid-row: auto;
	}

	.tl-technology-detail__intro h2,
	.tl-technology-detail__intro .tl-lead {
		overflow-wrap: anywhere;
	}
}
