/* Semantic Product Tools styles for product-tools-hero. */
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__card {
	display: none;
	position: absolute;
	top: calc(-1 * var(--fg-space-4));
	right: var(--fg-space-2);
	align-items: center;
	gap: var(--fg-space-2);
	border-radius: var(--fg-radius-full);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-background-95);
	padding-left: var(--fg-space-3);
	padding-right: var(--fg-space-3);
	padding-top: var(--fg-space-1-5);
	padding-bottom: var(--fg-space-1-5);
	font-size: var(--fg-text-xs);
	line-height: var(--fg-leading-xs);
	font-weight: var(--fg-weight-semibold);
	box-shadow: var(--fg-shadow-soft);
	--fg-backdrop-blur: var(--fg-blur-sm);
	-webkit-backdrop-filter: var(--fg-backdrop-blur) var(--fg-backdrop-brightness) var(--fg-backdrop-contrast) var(--fg-backdrop-grayscale) var(--fg-backdrop-hue-rotate) var(--fg-backdrop-invert) var(--fg-backdrop-opacity) var(--fg-backdrop-saturate) var(--fg-backdrop-sepia);
	backdrop-filter: var(--fg-backdrop-blur) var(--fg-backdrop-brightness) var(--fg-backdrop-contrast) var(--fg-backdrop-grayscale) var(--fg-backdrop-hue-rotate) var(--fg-backdrop-invert) var(--fg-backdrop-opacity) var(--fg-backdrop-saturate) var(--fg-backdrop-sepia);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__grid {
	display: grid;
	grid-template-columns: repeat(5,minmax(0,1fr));
	grid-template-rows: repeat(3,minmax(0,1fr));
	gap: var(--fg-space-3);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__grid-2 {
	display: grid;
	align-items: center;
	gap: var(--fg-space-10);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__grid-2 > * {
	min-width: 0;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__icon {
	height: var(--fg-icon-sm);
	width: var(--fg-icon-sm);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__icon-2 {
	height: var(--fg-icon-sm);
	width: var(--fg-icon-sm);
	color: var(--fg-color-text);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__icon-3 {
	height: var(--fg-icon-md);
	width: var(--fg-icon-md);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__icon-4 {
	height: var(--fg-icon-md);
	width: var(--fg-icon-md);
	color: var(--fg-color-text-50);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__row {
	display: inline-flex;
	align-items: center;
	gap: var(--fg-space-2);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__button {
	display: inline-flex;
	align-items: center;
	gap: var(--fg-space-2);
	border-radius: var(--fg-radius-full);
	background-color: var(--fg-color-text);
	padding-left: var(--fg-space-5);
	padding-right: var(--fg-space-5);
	padding-top: var(--fg-space-2-5);
	padding-bottom: var(--fg-space-2-5);
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
	font-weight: var(--fg-weight-semibold);
	color: var(--fg-color-background);
	text-decoration: none;
	transition-property: transform;
	transition-timing-function: var(--fg-transition-ease);
	transition-duration: var(--fg-duration-fast);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__row-2 {
	display: inline-flex;
	align-items: center;
	gap: var(--fg-space-2);
	border-radius: var(--fg-radius-full);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-background);
	padding-left: var(--fg-space-3);
	padding-right: var(--fg-space-3);
	padding-top: var(--fg-space-1);
	padding-bottom: var(--fg-space-1);
	font-size: var(--fg-text-xs);
	line-height: var(--fg-leading-xs);
	font-weight: var(--fg-weight-medium);
	color: var(--fg-color-text-70);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__button-2 {
	display: inline-flex;
	align-items: center;
	gap: var(--fg-space-2);
	border-radius: var(--fg-radius-full);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-background);
	padding-left: var(--fg-space-5);
	padding-right: var(--fg-space-5);
	padding-top: var(--fg-space-2-5);
	padding-bottom: var(--fg-space-2-5);
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
	font-weight: var(--fg-weight-semibold);
	color: var(--fg-color-text);
	text-decoration: none;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function: var(--fg-transition-ease);
	transition-duration: var(--fg-duration-fast);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__button-3 {
	display: inline-flex;
	align-items: center;
	gap: var(--fg-space-2);
	border-radius: var(--fg-radius-full);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-background);
	padding-left: var(--fg-space-5);
	padding-right: var(--fg-space-5);
	padding-top: var(--fg-space-2-5);
	padding-bottom: var(--fg-space-2-5);
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
	font-weight: var(--fg-weight-semibold);
	color: var(--fg-color-text);
	text-decoration: none;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function: var(--fg-transition-ease);
	transition-duration: var(--fg-duration-fast);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__row-3 {
	display: inline-flex;
	align-items: center;
	gap: var(--fg-space-2);
	border-radius: var(--fg-radius-full);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-background-80);
	padding-left: var(--fg-space-3);
	padding-right: var(--fg-space-3);
	padding-top: var(--fg-space-1);
	padding-bottom: var(--fg-space-1);
	font-size: var(--fg-text-xs);
	line-height: var(--fg-leading-xs);
	font-weight: var(--fg-weight-medium);
	color: var(--fg-color-text-70);
	--fg-backdrop-blur: var(--fg-blur-sm);
	-webkit-backdrop-filter: var(--fg-backdrop-blur) var(--fg-backdrop-brightness) var(--fg-backdrop-contrast) var(--fg-backdrop-grayscale) var(--fg-backdrop-hue-rotate) var(--fg-backdrop-invert) var(--fg-backdrop-opacity) var(--fg-backdrop-saturate) var(--fg-backdrop-sepia);
	backdrop-filter: var(--fg-backdrop-blur) var(--fg-backdrop-brightness) var(--fg-backdrop-contrast) var(--fg-backdrop-grayscale) var(--fg-backdrop-hue-rotate) var(--fg-backdrop-invert) var(--fg-backdrop-opacity) var(--fg-backdrop-saturate) var(--fg-backdrop-sepia);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__button-4 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--fg-space-2);
	border-radius: var(--fg-radius-full);
	background-color: var(--fg-color-text);
	padding-left: var(--fg-space-6);
	padding-right: var(--fg-space-6);
	padding-top: var(--fg-space-3);
	padding-bottom: var(--fg-space-3);
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
	font-weight: var(--fg-weight-semibold);
	color: var(--fg-color-background);
	text-decoration: none;
	transition-property: transform;
	transition-timing-function: var(--fg-transition-ease);
	transition-duration: var(--fg-duration-fast);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__button-5 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--fg-space-2);
	border-radius: var(--fg-radius-full);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-background);
	padding-left: var(--fg-space-6);
	padding-right: var(--fg-space-6);
	padding-top: var(--fg-space-3);
	padding-bottom: var(--fg-space-3);
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
	font-weight: var(--fg-weight-semibold);
	color: var(--fg-color-text);
	text-decoration: none;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function: var(--fg-transition-ease);
	transition-duration: var(--fg-duration-fast);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__button-6 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--fg-space-2);
	border-radius: var(--fg-radius-full);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-background);
	padding-left: var(--fg-space-6);
	padding-right: var(--fg-space-6);
	padding-top: var(--fg-space-3);
	padding-bottom: var(--fg-space-3);
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
	font-weight: var(--fg-weight-semibold);
	color: var(--fg-color-text);
	text-decoration: none;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function: var(--fg-transition-ease);
	transition-duration: var(--fg-duration-fast);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__text {
	margin-top: var(--fg-space-3);
	font-size: var(--fg-text-xs);
	line-height: var(--fg-leading-xs);
	color: var(--fg-color-muted);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__text-2 {
	margin-top: var(--fg-space-5);
	max-width: var(--fg-content-xl);
	text-wrap: balance;
	font-size: var(--fg-text-base);
	line-height: var(--fg-leading-base);
	color: var(--fg-color-muted);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__title {
	margin-top: var(--fg-space-5);
	text-wrap: balance;
	font-size: var(--fg-text-4xl);
	line-height: var(--fg-leading-4xl);
	font-weight: var(--fg-weight-semibold);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__title-2 {
	margin-top: var(--fg-space-5);
	text-wrap: balance;
	font-size: var(--fg-text-4xl);
	line-height: var(--fg-leading-4xl);
	font-weight: var(--fg-weight-semibold);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__title-3 {
	margin-top: var(--fg-space-5);
	text-wrap: balance;
	font-size: var(--fg-text-4xl);
	line-height: var(--fg-leading-4xl);
	font-weight: var(--fg-weight-semibold);
	letter-spacing: var(--fg-tracking-tight);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__title-4 {
	margin-top: var(--fg-space-5);
	text-wrap: balance;
	font-size: var(--fg-text-4xl);
	line-height: var(--fg-leading-4xl);
	font-weight: var(--fg-weight-semibold);
	letter-spacing: var(--fg-tracking-tight);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__stack {
	margin-top: var(--fg-space-7);
	display: flex;
	flex-direction: column;
	gap: var(--fg-space-3);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__row-4 {
	margin-top: var(--fg-space-7);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	-moz-column-gap: var(--fg-space-5);
	column-gap: var(--fg-space-5);
	row-gap: var(--fg-space-2);
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
	color: var(--fg-color-text-70);
	list-style: none;
	padding-left: 0;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__actions {
	margin-top: var(--fg-space-8);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: var(--fg-space-2);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__actions-2 {
	margin-top: var(--fg-space-8);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	-moz-column-gap: var(--fg-space-6);
	column-gap: var(--fg-space-6);
	row-gap: var(--fg-space-3);
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
	color: var(--fg-color-text-70);
	list-style: none;
	padding-left: 0;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__block {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--fg-content-3xl);
	text-align: center;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__block-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--fg-content-6xl);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__text-3 {
	margin-left: auto;
	margin-right: auto;
	margin-top: var(--fg-space-5);
	max-width: var(--fg-content-2xl);
	text-wrap: balance;
	font-size: var(--fg-text-base);
	line-height: var(--fg-leading-base);
	color: var(--fg-color-muted);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__stack-2 {
	order: 1;
	grid-column: span 12/span 12;
	display: flex;
	flex-direction: column;
	gap: var(--fg-space-3);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__stack-3 {
	order: 2;
	grid-column: span 12/span 12;
	display: flex;
	flex-direction: column;
	gap: var(--fg-space-3);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__decor {
	pointer-events: none;
	position: absolute;
	left: calc(-1 * var(--fg-space-10));
	right: calc(-1 * var(--fg-space-10));
	top: calc(-1 * var(--fg-space-10));
	bottom: calc(-1 * var(--fg-space-10));
	border-radius: var(--fg-grid-cell);
	background-image: linear-gradient(to bottom,var(--fg-gradient-stops));
	--fg-gradient-from: var(--fg-color-muted-surface-60) var(--fg-gradient-from-position);
	--fg-gradient-to: var(--fg-color-background) var(--fg-gradient-to-position);
	--fg-gradient-stops: var(--fg-gradient-from),var(--fg-color-background) var(--fg-gradient-via-position),var(--fg-gradient-to);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__decor-2 {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(-1 * var(--fg-space-32));
	height: var(--fg-media-height-lg);
	background-image: linear-gradient(to bottom,var(--fg-gradient-stops));
	--fg-gradient-from: var(--fg-color-muted-surface-80) var(--fg-gradient-from-position);
	--fg-gradient-to: transparent var(--fg-gradient-to-position);
	--fg-gradient-stops: var(--fg-gradient-from),var(--fg-color-muted-surface-30) var(--fg-gradient-via-position),var(--fg-gradient-to);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__grid-3 {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12,minmax(0,1fr));
	align-items: stretch;
	gap: var(--fg-space-3);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--fg-content-6xl);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__container-2 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: var(--fg-space-16);
	max-width: var(--fg-content-5xl);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__block-3 {
	position: relative;
	overflow: hidden;
	border-top-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-muted-surface-30);
	padding-left: var(--fg-space-4);
	padding-right: var(--fg-space-4);
	padding-top: var(--fg-space-32);
	padding-bottom: var(--fg-space-16);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__section {
	position: relative;
	overflow: hidden;
	padding-left: var(--fg-space-4);
	padding-right: var(--fg-space-4);
	padding-bottom: var(--fg-space-16);
	padding-top: var(--fg-space-32);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__media {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: var(--fg-space-4);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-text-20);
	background-color: var(--fg-color-background);
	aspect-ratio: 16/11;
	box-shadow: var(--fg-shadow-soft);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__media-2 {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: var(--fg-space-4);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-text-20);
	background-color: var(--fg-color-background);
	aspect-ratio: 3/2;
	max-height: var(--fg-media-max-height-md);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__media-3 {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: var(--fg-space-4);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-text-20);
	background-color: var(--fg-color-background);
	aspect-ratio: 2/3;
	max-height: none;
	grid-column: span 3/span 3;
	grid-row: span 3/span 3;
	height: 100%;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__media-4 {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: var(--fg-space-4);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-text-20);
	background-color: var(--fg-color-background);
	aspect-ratio: 5/4;
	max-height: var(--fg-media-max-height-md);
	grid-column: span 2/span 2;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__media-5 {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: var(--fg-space-4);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-text-20);
	background-color: var(--fg-color-background);
	aspect-ratio: 7/4;
	max-height: var(--fg-media-max-height-md);
}
@media (min-width:640px) {
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__grid {
	gap: var(--fg-space-4);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__button {
	padding-left: var(--fg-space-6);
	padding-right: var(--fg-space-6);
	padding-top: var(--fg-space-3);
	padding-bottom: var(--fg-space-3);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__button-2 {
	padding-left: var(--fg-space-6);
	padding-right: var(--fg-space-6);
	padding-top: var(--fg-space-3);
	padding-bottom: var(--fg-space-3);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__button-3 {
	padding-left: var(--fg-space-6);
	padding-right: var(--fg-space-6);
	padding-top: var(--fg-space-3);
	padding-bottom: var(--fg-space-3);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__text-2 {
	font-size: var(--fg-text-lg);
	line-height: var(--fg-leading-lg);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__title {
	font-size: var(--fg-text-5xl);
	line-height: var(--fg-leading-none);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__title-2 {
	font-size: var(--fg-text-5xl);
	line-height: var(--fg-leading-none);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__title-3 {
	font-size: var(--fg-text-5xl);
	line-height: var(--fg-leading-none);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__title-4 {
	font-size: var(--fg-text-5xl);
	line-height: var(--fg-leading-none);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__stack {
	flex-direction: row;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__actions {
	gap: var(--fg-space-3);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__text-3 {
	font-size: var(--fg-text-lg);
	line-height: var(--fg-leading-lg);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__stack-2 {
	gap: var(--fg-space-4);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__stack-3 {
	gap: var(--fg-space-4);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__grid-3 {
	gap: var(--fg-space-4);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__container-2 {
	margin-top: var(--fg-space-20);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__block-3 {
	padding-left: var(--fg-space-6);
	padding-right: var(--fg-space-6);
	padding-top: calc(var(--fg-space-28) + var(--fg-space-2));
	padding-bottom: var(--fg-space-24);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__section {
	padding-left: var(--fg-space-6);
	padding-right: var(--fg-space-6);
	padding-bottom: var(--fg-space-24);
	padding-top: var(--fg-space-36);
}
}
@media (min-width:768px) {
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__title-2 {
	font-size: var(--fg-text-6xl);
	line-height: var(--fg-leading-none);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__title-4 {
	font-size: var(--fg-text-6xl);
	line-height: var(--fg-leading-none);
}
}
@media (min-width:1024px) {
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__grid-2 {
	grid-template-columns: 1.1fr 1fr;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__block-3 {
	padding-top: calc(var(--fg-space-28) + var(--fg-space-2) + var(--fg-space-12));
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__section {
	padding-top: calc(var(--fg-space-36) + var(--fg-space-12));
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__title {
	font-size: var(--fg-text-hero-lg);
	line-height: var(--fg-leading-tight);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__title-3 {
	font-size: var(--fg-text-hero-lg);
	line-height: var(--fg-leading-tight);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__stack-2 {
	grid-column: span 7/span 7;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__stack-3 {
	grid-column: span 5/span 5;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__container-2 {
	margin-top: var(--fg-space-28);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__media {
	height: 100%;
}
}
@media (max-width:1023px) {
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__grid-2 > :first-child {
	align-items: center;
	text-align: center;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__text-2 {
	margin-left: auto;
	margin-right: auto;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__row-4 {
	justify-content: center;
	text-align: left;
}
}
@media (max-width:767.98px) {
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__actions {
	width: 100%;
	flex-direction: column;
	align-items: stretch;
	gap: var(--fg-space-3);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__actions > a {
	width: 100%;
	min-height: calc(var(--fg-space-10) + var(--fg-space-0-5));
	justify-content: center;
	padding-left: var(--fg-space-5);
	padding-right: var(--fg-space-5);
	padding-top: var(--fg-space-2-5);
	padding-bottom: var(--fg-space-2-5);
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
}
}
@media (max-width:639px) {
.seo-template-page .product-tools-section--product-tools-hero [class*="pt-hero__media"] .seo-template-image {
	object-fit: contain;
	object-position: center center;
	background-color: var(--fg-color-background);
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__block,
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__grid-2 > :first-child {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__actions-2,
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__row-4 {
	order: 10;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__actions,
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__stack {
	order: 20;
}
.seo-template-page .product-tools-section--product-tools-hero .pt-hero__text {
	max-width: min(var(--fg-content-mobile-subtitle), calc(100vw - var(--fg-space-16)));
	margin-left: auto;
	margin-right: auto;
	order: 30;
	text-align: center;
}
}
