/*
Theme Name: Gusteo Divi Child
Theme URI: https://gusteo.ai/
Description: Thème enfant léger pour les pages Gusteo construites avec Divi 5.
Author: Gusteo
Template: Divi
Version: 1.0.0
Text Domain: gusteo-divi-child
*/

body.gst-concept-page {
	--gst-red: #d5222b;
	--gst-coral: #ff6b4a;
	--gst-yellow: #f4be5b;
	--gst-teal: #123d3a;
	--gst-blue: #2c64f4;
	--gst-green: #287a62;
	--gst-ink: #171724;
	--gst-muted: #5c5c6e;
	--gst-soft: #f5f7f8;
	--gst-border: #dde1e5;
	--gst-white: #fff;
	background: var(--gst-white);
	color: var(--gst-ink);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
}

.gst-concept-page *,
.gst-concept-page *::before,
.gst-concept-page *::after {
	box-sizing: border-box;
}

.gst-concept-page #page-container,
.gst-concept-page #main-content,
.gst-concept-page .et-l,
.gst-concept-page .et_builder_inner_content {
	background: var(--gst-white);
}

.gst-concept-page .et_pb_section {
	padding: 0;
}

.gst-concept-page .gst-section {
	padding: 96px 0;
}

.gst-concept-page .gst-container.et_pb_row {
	display: flex;
	gap: 32px;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0;
	width: calc(100% - 64px);
}

.gst-concept-page .gst-container.et_pb_row::after {
	display: none;
}

.gst-concept-page .gst-container > .et_pb_column,
.gst-concept-page .gst-button-row > .et_pb_column {
	float: none;
	margin: 0;
}

.gst-concept-page h1,
.gst-concept-page h2,
.gst-concept-page h3,
.gst-concept-page .et_pb_module_header {
	color: inherit;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.02;
	overflow-wrap: anywhere;
	padding: 0;
}

.gst-concept-page .gst-display .et_pb_module_header {
	font-size: 68px;
	max-width: 760px;
}

.gst-concept-page .gst-section-title .et_pb_module_header {
	font-size: 48px;
	max-width: 800px;
}

.gst-concept-page .gst-card-title .et_pb_module_header {
	font-size: 29px;
	line-height: 1.1;
}

.gst-concept-page .gst-eyebrow {
	color: var(--gst-red);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.gst-concept-page .gst-eyebrow p,
.gst-concept-page .gst-lead p,
.gst-concept-page .gst-section-intro p,
.gst-concept-page .gst-microcopy-wrap p,
.gst-concept-page .gst-card-copy p,
.gst-concept-page .gst-card-number p {
	padding: 0;
}

.gst-concept-page .gst-eyebrow-pro {
	color: var(--gst-green);
}

.gst-concept-page .gst-lead {
	font-size: 19px;
	line-height: 1.6;
	margin-top: 24px;
	max-width: 680px;
}

.gst-concept-page .gst-section-intro {
	color: var(--gst-muted);
	font-size: 18px;
	margin-top: 24px;
	max-width: 760px;
}

.gst-concept-page .gst-section-heading {
	margin-bottom: 48px;
}

.gst-concept-page .gst-button-row.et_pb_row {
	display: flex;
	gap: 12px;
	margin: 32px 0 0;
	max-width: 580px;
	padding: 0;
	width: 100%;
}

.gst-concept-page .gst-button-row.et_pb_row::after {
	display: none;
}

.gst-concept-page .gst-button-row > .et_pb_column {
	width: auto;
}

.gst-concept-page .gst-button.et_pb_button {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 6px;
	display: inline-flex;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 14px 20px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gst-concept-page .gst-button.et_pb_button::after {
	content: "→";
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	margin-left: 10px;
	opacity: 1;
	position: static;
}

.gst-concept-page .gst-button.et_pb_button:hover {
	padding: 14px 20px;
	transform: translateY(-1px);
}

.gst-concept-page .gst-button-primary.et_pb_button {
	background: var(--gst-white);
	color: var(--gst-red);
}

.gst-concept-page .gst-button-secondary.et_pb_button {
	border-color: currentColor;
	color: inherit;
}

.gst-concept-page .gst-button-pro.et_pb_button {
	background: var(--gst-teal);
	color: var(--gst-white);
}

.gst-concept-page .gst-button-light.et_pb_button {
	background: var(--gst-white);
	color: var(--gst-ink);
}

body.gst-concept-page #page-container .gst-button-primary.et_pb_button {
	background: var(--gst-white) !important;
	border: 1px solid var(--gst-white) !important;
	border-radius: 6px !important;
	color: var(--gst-red) !important;
}

body.gst-concept-page #page-container .gst-button-secondary.et_pb_button {
	background: var(--gst-coral) !important;
	border: 1px solid var(--gst-coral) !important;
	border-radius: 6px !important;
	color: var(--gst-ink) !important;
}

body.gst-concept-page #page-container .gst-button-pro.et_pb_button {
	background: var(--gst-teal) !important;
	border: 1px solid var(--gst-teal) !important;
	border-radius: 6px !important;
	color: var(--gst-white) !important;
}

body.gst-concept-page #page-container .gst-button-light.et_pb_button {
	background: var(--gst-white) !important;
	border: 1px solid var(--gst-white) !important;
	border-radius: 6px !important;
	color: var(--gst-ink) !important;
}

.gst-concept-page a:focus-visible,
.gst-concept-page button:focus-visible,
.gst-concept-page summary:focus-visible,
.gst-concept-page .et_pb_button:focus-visible {
	outline: 3px solid var(--gst-blue);
	outline-offset: 3px;
}

.gst-concept-page .gst-skip-link {
	background: var(--gst-white);
	color: var(--gst-ink) !important;
	left: 16px;
	padding: 10px 14px;
	position: fixed;
	top: 12px;
	transform: translateY(-200%);
	z-index: 999999;
}

.gst-concept-page .gst-skip-link:focus {
	transform: translateY(0);
}

.gst-concept-page .gst-audience-bar {
	background: var(--gst-ink);
	color: var(--gst-white);
	min-height: 36px;
}

.gst-concept-page .gst-audience-bar .gst-container {
	align-items: center;
	min-height: 36px;
}

.gst-concept-page .gst-audience-inner,
.gst-concept-page .gst-audience-inner .et_pb_text_inner {
	width: 100%;
}

.gst-concept-page .gst-audience {
	display: flex;
	font-size: 12px;
	gap: 20px;
	justify-content: flex-end;
}

.gst-concept-page .gst-audience span {
	color: var(--gst-yellow);
	font-weight: 700;
}

.gst-concept-page .gst-audience a {
	color: var(--gst-white);
	text-decoration: none;
}

.gst-concept-page .gst-site-header {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--gst-border);
	position: relative;
	z-index: 20;
}

.gst-concept-page .gst-header-row {
	align-items: center;
	min-height: 78px;
}

.gst-concept-page .gst-brand {
	align-items: center;
	display: flex;
	gap: 10px;
	width: calc(25% - 16px);
}

.gst-concept-page .gst-brand-icon {
	flex: 0 0 42px;
	margin: 0;
	width: 42px;
}

.gst-concept-page .gst-brand-icon .et_pb_image_wrap,
.gst-concept-page .gst-brand-icon img {
	display: block;
	height: 42px;
	width: 42px;
}

.gst-concept-page .gst-brand-word p {
	line-height: 1;
	padding: 0;
}

.gst-concept-page .gst-brand-word a {
	color: var(--gst-ink);
	display: flex;
	flex-direction: column;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 24px;
	font-weight: 800;
	text-decoration: none;
}

.gst-concept-page .gst-brand-word a,
.gst-concept-page .gst-brand-word strong {
	color: var(--gst-ink) !important;
}

.gst-concept-page .gst-brand-word span {
	color: var(--gst-muted);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	margin-top: 4px;
}

.gst-concept-page .gst-nav-column {
	width: calc(75% - 16px);
}

.gst-concept-page .gst-global-header .gst-brand {
	width: calc(18% - 16px);
}

.gst-concept-page .gst-global-header .gst-nav-column {
	width: calc(62% - 16px);
}

.gst-concept-page .gst-global-header .gst-nav-action-column {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	width: calc(20% - 16px);
}

.gst-concept-page .gst-global-header .gst-main-nav,
.gst-concept-page .gst-global-header .gst-main-nav .et_pb_menu_inner_container,
.gst-concept-page .gst-global-header .gst-main-nav .et_pb_menu__wrap {
	background: transparent;
	width: 100%;
}

.gst-concept-page .gst-global-header .gst-main-nav .et_pb_menu__menu {
	width: 100%;
}

.gst-concept-page .gst-global-header .gst-main-nav nav > ul {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}

.gst-concept-page .gst-global-header .gst-main-nav nav > ul > li {
	margin: 0;
	padding: 0;
}

.gst-concept-page .gst-global-header .gst-main-nav nav > ul > li > a {
	padding: 12px 0;
}

.gst-concept-page .gst-global-header .gst-main-nav .et_mobile_nav_menu {
	margin-left: auto;
}

.gst-concept-page .gst-nav-action,
.gst-concept-page .gst-nav-action .et_pb_text_inner,
.gst-concept-page .gst-nav-action p {
	line-height: 1;
	padding: 0;
}

.gst-concept-page .gst-nav-action .gst-nav-cta {
	background: var(--gst-red);
	border-radius: 6px;
	color: var(--gst-white) !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	padding: 11px 13px;
	text-align: center;
	text-decoration: none;
}

.gst-concept-pro .gst-nav-action .gst-nav-cta {
	background: var(--gst-teal);
}

.gst-concept-page .gst-main-nav nav {
	align-items: center;
	display: flex;
	gap: 26px;
	justify-content: flex-end;
}

.gst-concept-page .gst-main-nav a {
	color: var(--gst-ink) !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.gst-concept-page .gst-main-nav .gst-nav-cta {
	background: var(--gst-red);
	border-radius: 6px;
	color: var(--gst-white) !important;
	padding: 10px 14px;
}

.gst-concept-pro .gst-main-nav .gst-nav-cta {
	background: var(--gst-teal);
}

.gst-concept-page .gst-hero {
	min-height: 640px;
	padding: 64px 0 56px;
}

.gst-concept-page .gst-hero-grid {
	align-items: center;
}

.gst-concept-page .gst-hero-grid > .et_pb_column {
	width: calc(50% - 16px);
}

.gst-concept-page .gst-hero-consumer {
	background: var(--gst-red);
	color: var(--gst-white);
}

.gst-concept-page .gst-hero-consumer .et_pb_text,
.gst-concept-page .gst-hero-consumer .et_pb_text_inner,
.gst-concept-page .gst-hero-consumer .et_pb_text_inner p {
	color: var(--gst-white) !important;
}

.gst-concept-page .gst-hero-consumer .gst-eyebrow {
	color: var(--gst-yellow) !important;
}

.gst-concept-page .gst-hero-consumer .gst-section-intro,
.gst-concept-page .gst-hero-consumer .gst-microcopy-wrap {
	color: rgba(255, 255, 255, 0.84) !important;
}

.gst-concept-page .gst-microcopy-wrap {
	color: var(--gst-muted);
	font-size: 12px;
	margin-top: 20px;
	max-width: 580px;
}

.gst-concept-page .gst-hero-media {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.gst-concept-page .gst-hero-image {
	background: var(--gst-white);
	border: 1px solid rgba(23, 23, 36, 0.12);
	border-radius: 8px;
	margin: 0;
	max-width: 420px;
	overflow: hidden;
	padding: 16px;
	width: 100%;
}

.gst-concept-page .gst-hero-image .et_pb_image_wrap,
.gst-concept-page .gst-hero-image img {
	display: block;
	width: 100%;
}

.gst-concept-page .gst-hero-image img {
	max-height: 490px;
	object-fit: contain;
}

.gst-concept-page .gst-media-caption {
	background: var(--gst-ink);
	border-radius: 8px;
	color: var(--gst-white);
	margin: -26px 0 0;
	max-width: 360px;
	padding: 16px 18px;
	position: relative;
	width: calc(100% - 40px);
}

.gst-concept-page .gst-media-caption,
.gst-concept-page .gst-media-caption .et_pb_text_inner,
.gst-concept-page .gst-media-caption p,
.gst-concept-page .gst-media-caption strong {
	color: var(--gst-white) !important;
}

.gst-concept-page .gst-media-caption p,
.gst-concept-page .gst-media-caption span {
	display: block;
	padding: 0;
}

.gst-concept-page .gst-media-caption span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	margin-top: 5px;
}

.gst-concept-page .gst-quick-strip {
	background: var(--gst-white);
	border-bottom: 1px solid var(--gst-border);
	padding: 26px 0;
}

.gst-concept-page .gst-quick-grid > .et_pb_column {
	width: calc(33.333% - 22px);
}

.gst-concept-page .gst-quick-item p,
.gst-concept-page .gst-quick-item span {
	display: block;
	padding: 0;
}

.gst-concept-page .gst-quick-item strong {
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 22px;
}

.gst-concept-page .gst-quick-item span {
	color: var(--gst-muted);
	font-size: 12px;
	margin-top: 4px;
}

.gst-concept-page .gst-card-grid > .et_pb_column {
	width: calc(33.333% - 22px);
}

.gst-concept-page .gst-card {
	background: var(--gst-white);
	border: 1px solid var(--gst-border);
	border-radius: 8px;
	min-height: 270px;
	padding: 28px;
}

.gst-concept-page .gst-card-number {
	color: var(--gst-red);
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 48px;
}

.gst-concept-page .gst-card-copy {
	color: var(--gst-muted);
	font-size: 14px;
	margin-top: 16px;
}

.gst-concept-page .gst-card-accent-yellow {
	border-top: 4px solid var(--gst-yellow);
}

.gst-concept-page .gst-card-accent-red {
	border-top: 4px solid var(--gst-red);
}

.gst-concept-page .gst-card-accent-green {
	border-top: 4px solid var(--gst-green);
}

.gst-concept-page .gst-feature-section,
.gst-concept-page .gst-pro-feature-section,
.gst-concept-page .gst-platform-section,
.gst-concept-page .gst-trust-section,
.gst-concept-page .gst-faq-section {
	padding: 96px 0;
}

.gst-concept-page .gst-feature-grid,
.gst-concept-page .gst-platform-grid,
.gst-concept-page .gst-trust-grid,
.gst-concept-page .gst-faq-grid {
	align-items: center;
}

.gst-concept-page .gst-feature-grid > .et_pb_column,
.gst-concept-page .gst-trust-grid > .et_pb_column {
	width: calc(50% - 16px);
}

.gst-concept-page .gst-feature-media {
	background: var(--gst-soft);
	border-radius: 8px;
	padding: 32px;
}

.gst-concept-page .gst-feature-image,
.gst-concept-page .gst-feature-image .et_pb_image_wrap,
.gst-concept-page .gst-feature-image img {
	display: block;
	margin: 0;
	width: 100%;
}

.gst-concept-page .gst-feature-image img {
	max-height: 590px;
	object-fit: contain;
}

.gst-concept-page .gst-feature-copy {
	padding: 24px 0 24px 32px;
}

.gst-concept-page .gst-check-list {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}

.gst-concept-page .gst-check-list li {
	border-top: 1px solid var(--gst-border);
	padding: 12px 0 12px 28px;
	position: relative;
}

.gst-concept-page .gst-check-list li:last-child {
	border-bottom: 1px solid var(--gst-border);
}

.gst-concept-page .gst-check-list li::before {
	color: var(--gst-green);
	content: "✓";
	font-weight: 800;
	left: 0;
	position: absolute;
}

.gst-concept-page .gst-section-soft {
	background: var(--gst-soft);
}

.gst-concept-page .gst-section-ink {
	background: var(--gst-ink);
	color: var(--gst-white);
	padding: 96px 0;
}

.gst-concept-page .gst-section-ink .et_pb_text,
.gst-concept-page .gst-section-ink .et_pb_text_inner,
.gst-concept-page .gst-section-ink .et_pb_text_inner p,
.gst-concept-page .gst-section-ink .et_pb_module_header {
	color: var(--gst-white) !important;
}

.gst-concept-page .gst-section-ink .gst-card {
	background: #222230;
	border-color: #363646;
}

.gst-concept-page .gst-section-ink .gst-card-copy {
	color: rgba(255, 255, 255, 0.72);
}

.gst-concept-page .gst-trust-section {
	background: var(--gst-white);
}

.gst-concept-page .gst-trust-panel {
	background: var(--gst-soft);
	border-radius: 8px;
	padding: 32px;
}

.gst-concept-page .gst-trust-list p {
	border-bottom: 1px solid var(--gst-border);
	padding: 0 0 18px;
}

.gst-concept-page .gst-trust-list p + p {
	margin-top: 18px;
}

.gst-concept-page .gst-trust-list p:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.gst-concept-page .gst-trust-list strong,
.gst-concept-page .gst-trust-list span {
	display: block;
}

.gst-concept-page .gst-trust-list strong {
	font-size: 14px;
}

.gst-concept-page .gst-trust-list span {
	color: var(--gst-muted);
	font-size: 13px;
	margin-top: 5px;
}

.gst-concept-page .gst-audience-bridge,
.gst-concept-page .gst-final-cta {
	background: var(--gst-teal);
	color: var(--gst-white);
	padding: 80px 0;
}

.gst-concept-page .gst-bridge-content,
.gst-concept-page .gst-cta-content {
	max-width: 900px;
	text-align: center;
}

.gst-concept-page .gst-bridge-content .gst-section-title .et_pb_module_header,
.gst-concept-page .gst-bridge-content .gst-section-intro,
.gst-concept-page .gst-cta-content .gst-section-title .et_pb_module_header,
.gst-concept-page .gst-cta-content .gst-section-intro {
	margin-left: auto;
	margin-right: auto;
}

.gst-concept-page .gst-bridge-content .gst-button,
.gst-concept-page .gst-cta-content .gst-button {
	margin-top: 28px;
}

.gst-concept-page .gst-title-inverse .et_pb_module_header,
.gst-concept-page .gst-copy-inverse,
.gst-concept-page .gst-eyebrow-inverse {
	color: var(--gst-white);
}

.gst-concept-page .gst-audience-bridge .et_pb_text,
.gst-concept-page .gst-audience-bridge .et_pb_text_inner,
.gst-concept-page .gst-audience-bridge .et_pb_text_inner p,
.gst-concept-page .gst-audience-bridge .et_pb_module_header,
.gst-concept-page .gst-final-cta .et_pb_text,
.gst-concept-page .gst-final-cta .et_pb_text_inner,
.gst-concept-page .gst-final-cta .et_pb_text_inner p,
.gst-concept-page .gst-final-cta .et_pb_module_header {
	color: var(--gst-white) !important;
}

.gst-concept-page .gst-copy-inverse {
	opacity: 0.8;
}

.gst-concept-page .gst-faq-grid {
	align-items: flex-start;
}

.gst-concept-page .gst-faq-grid > .et_pb_column:first-child {
	width: calc(33.333% - 16px);
}

.gst-concept-page .gst-faq-grid > .et_pb_column:last-child {
	width: calc(66.667% - 16px);
}

.gst-concept-page .gst-faq details {
	border-top: 1px solid var(--gst-border);
	padding: 18px 0;
}

.gst-concept-page .gst-faq details:last-child {
	border-bottom: 1px solid var(--gst-border);
}

.gst-concept-page .gst-faq summary {
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	list-style-position: outside;
}

.gst-concept-page .gst-faq details p {
	color: var(--gst-muted);
	font-size: 14px;
	max-width: 720px;
	padding: 14px 0 0;
}

.gst-concept-page .gst-site-footer {
	background: var(--gst-ink);
	color: var(--gst-white);
	padding: 72px 0 26px;
}

.gst-concept-page .gst-footer-main {
	align-items: flex-start;
}

.gst-concept-page .gst-footer-main > .et_pb_column {
	width: calc(50% - 16px);
}

.gst-concept-page .gst-footer-brand .et_pb_module_header {
	color: var(--gst-white);
	font-size: 40px;
}

.gst-concept-page .gst-site-footer .et_pb_text,
.gst-concept-page .gst-site-footer .et_pb_text_inner,
.gst-concept-page .gst-site-footer .et_pb_text_inner p,
.gst-concept-page .gst-site-footer .et_pb_module_header {
	color: var(--gst-white) !important;
}

.gst-concept-page .gst-footer-copy {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	margin-top: 16px;
	max-width: 460px;
}

.gst-concept-page .gst-footer-nav nav {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gst-concept-page .gst-footer-nav,
.gst-concept-page .gst-footer-nav .et_pb_menu_inner_container,
.gst-concept-page .gst-footer-nav .et_pb_menu__wrap {
	background: transparent !important;
	width: 100%;
}

body.gst-concept-page .gst-site-footer .gst-footer-nav.et_pb_menu {
	background-color: transparent !important;
}

@media (min-width: 981px) {
	.gst-concept-page .gst-global-header .gst-main-nav .sub-menu {
		background: var(--gst-white);
		border-top: 4px solid var(--gst-teal);
		box-shadow: 0 16px 34px rgba(23, 23, 36, 0.16);
		display: none;
		left: 0;
		list-style: none;
		min-width: 220px;
		padding: 10px;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.gst-concept-page .gst-global-header .gst-main-nav li:hover > .sub-menu,
	.gst-concept-page .gst-global-header .gst-main-nav li.gst-submenu-open > .sub-menu {
		display: block;
	}

	.gst-concept-page .gst-global-header .gst-main-nav .sub-menu li,
	.gst-concept-page .gst-global-header .gst-main-nav .sub-menu a {
		display: block;
		width: 100%;
	}

	.gst-concept-page .gst-global-header .gst-main-nav .sub-menu a {
		padding: 10px 12px;
	}
}

@media (max-width: 980px) {
	body.gst-mobile-nav-open {
		overflow: hidden;
	}

	.gst-concept-page .gst-global-header .gst-header-row {
		flex-direction: row;
	}

	.gst-concept-page .gst-global-header .gst-brand {
		margin: 0;
		width: calc(55% - 16px);
	}

	.gst-concept-page .gst-global-header .gst-nav-column {
		margin: 0;
		width: calc(45% - 16px);
	}

	.gst-concept-page .gst-global-header .gst-nav-action-column,
	.gst-concept-page .gst-global-header .gst-main-nav .et_pb_menu__menu {
		display: none !important;
	}

	.gst-concept-page .gst-global-header .gst-main-nav .et_mobile_nav_menu {
		display: flex !important;
		justify-content: flex-end;
		width: 100%;
	}

	.gst-concept-page .gst-global-header .mobile_nav {
		align-items: center;
		cursor: pointer;
		display: flex;
		height: 44px;
		justify-content: center;
		margin-left: auto;
		width: 44px;
	}

	.gst-concept-page .gst-global-header .mobile_nav:focus-visible {
		box-shadow: 0 0 0 3px var(--gst-white), 0 0 0 6px var(--gst-blue);
		outline: 2px solid transparent;
	}

	.gst-concept-page .gst-global-header .mobile_menu_bar::before {
		color: var(--gst-ink);
		content: "\2630";
		font-family: Arial, sans-serif;
		font-size: 26px;
		line-height: 1;
	}

	.gst-concept-page .gst-global-header .mobile_nav.opened .mobile_menu_bar::before {
		content: "\00d7";
		font-size: 34px;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu {
		bottom: 0 !important;
		height: calc(100dvh - 106px) !important;
		max-height: none !important;
		position: fixed !important;
		top: 106px !important;
		width: min(100vw, 430px);
		z-index: 99998;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu li {
		position: relative;
	}

	.gst-concept-page .gst-global-header .gst-submenu-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		color: var(--gst-ink);
		cursor: pointer;
		display: flex;
		font-size: 24px;
		height: 44px;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 1px;
		width: 44px;
	}

	.gst-concept-page .gst-global-header .gst-submenu-toggle:focus-visible {
		box-shadow: inset 0 0 0 3px var(--gst-blue);
		outline: 2px solid transparent;
	}

	.gst-concept-page .gst-global-header .sub-menu[hidden] {
		display: none !important;
	}
}

@media (min-width: 981px) {
	.gst-concept-page .gst-global-header .gst-header-row {
		display: grid !important;
		gap: 12px;
		grid-template-columns: 150px minmax(0, 1fr) 160px;
	}

	.gst-concept-page .gst-global-header .gst-header-row > .et_pb_column {
		margin: 0;
		width: auto !important;
	}

	.gst-concept-page .gst-global-header .gst-main-nav nav > ul {
		gap: 10px;
		flex-wrap: wrap;
		row-gap: 2px;
	}

	.gst-concept-page .gst-global-header .gst-main-nav a {
		font-size: 11px;
	}
}

.gst-concept-page .gst-footer-nav .et_pb_menu__menu,
.gst-concept-page .gst-footer-nav nav {
	display: block;
	width: 100%;
}

.gst-concept-page .gst-footer-nav nav > ul {
	display: grid;
	gap: 10px 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

.gst-concept-page .gst-footer-nav nav > ul > li {
	display: block;
	margin: 0;
	padding: 0;
}

.gst-concept-page .gst-footer-nav nav > ul > li > a {
	padding: 5px 0;
}

.gst-concept-page .gst-footer-nav .et_mobile_nav_menu {
	display: none;
}

.gst-concept-page .gst-footer-nav a {
	color: var(--gst-white);
	font-size: 13px;
	text-decoration: none;
}

.gst-concept-page .gst-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	margin-top: 48px;
	padding-top: 20px;
}

.gst-concept-page .gst-footer-legal {
	color: rgba(255, 255, 255, 0.54);
	font-size: 11px;
}

.gst-concept-page .gst-hero-pro {
	background: var(--gst-white);
}

.gst-concept-page .gst-pro-product-image {
	box-shadow: none;
}

.gst-concept-page .gst-pro-hero-media .gst-media-caption {
	background: var(--gst-teal);
}

.gst-concept-page .gst-pro-proof-strip {
	border-top: 1px solid var(--gst-border);
}

.gst-concept-page .gst-platform-grid > .et_pb_column:first-child {
	width: calc(40% - 16px);
}

.gst-concept-page .gst-platform-grid > .et_pb_column:last-child {
	width: calc(60% - 16px);
}

.gst-concept-page .gst-growth-loop {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.gst-concept-page .gst-growth-loop li {
	background: var(--gst-soft);
	min-height: 180px;
	padding: 26px;
}

.gst-concept-page .gst-growth-loop li:nth-child(2) {
	background: #eef2ff;
}

.gst-concept-page .gst-growth-loop li:nth-child(3) {
	background: #edf6f2;
}

.gst-concept-page .gst-growth-loop li:nth-child(4) {
	background: #fff4e9;
}

.gst-concept-page .gst-growth-loop span,
.gst-concept-page .gst-growth-loop strong,
.gst-concept-page .gst-growth-loop small {
	display: block;
}

.gst-concept-page .gst-growth-loop span {
	color: var(--gst-muted);
	font-size: 11px;
}

.gst-concept-page .gst-growth-loop strong {
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 29px;
	margin-top: 36px;
}

.gst-concept-page .gst-growth-loop small {
	color: var(--gst-muted);
	font-size: 12px;
	margin-top: 4px;
}

.gst-concept-page .gst-capability-grid + .gst-capability-grid {
	margin-top: 24px;
}

.gst-concept-page .gst-capability-grid > .et_pb_column {
	background: var(--gst-white);
	border-left: 4px solid var(--gst-red);
	border-radius: 4px;
	min-height: 230px;
	padding: 28px;
	width: calc(50% - 16px);
}

.gst-concept-page .gst-capability-grid .gst-capability-yellow {
	border-left-color: var(--gst-yellow);
}

.gst-concept-page .gst-capability-grid .gst-capability-green {
	border-left-color: var(--gst-green);
}

.gst-concept-page .gst-capability-grid .gst-capability-blue {
	border-left-color: var(--gst-blue);
}

.gst-concept-page .gst-pro-feature-image img {
	max-height: 430px;
}

.gst-concept-page .gst-pro-contexts .gst-card-number {
	color: var(--gst-yellow);
}

.gst-concept-page .gst-pro-trust-panel {
	border-top: 4px solid var(--gst-green);
}

.gst-concept-page .gst-tb-breadcrumb,
.gst-concept-page .gst-breadcrumb-band {
	background: var(--gst-soft);
	border-bottom: 1px solid var(--gst-border);
	padding: 12px 0;
}

.gst-concept-page .gst-breadcrumb,
.gst-concept-page .gst-breadcrumb .et_pb_text_inner,
.gst-concept-page .gst-breadcrumb p {
	color: var(--gst-muted);
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.gst-concept-page .gst-breadcrumb a {
	color: #0b4b43 !important;
	font-weight: 700;
}

.gst-concept-page .gst-tb-body {
	padding: 0;
}

.gst-concept-page .gst-tb-post-row.et_pb_row,
.gst-concept-page .gst-tb-post-row > .et_pb_column,
.gst-concept-page .gst-tb-post-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.gst-concept-page .gst-tb-legal-heading {
	background: var(--gst-white);
	padding: 64px 0 28px;
}

.gst-concept-page .gst-tb-legal-title .entry-title {
	font-family: "GST Barlow Condensed", "Barlow Condensed", Arial, sans-serif;
	font-size: 64px;
	line-height: 1;
}

.gst-concept-page .gst-tb-legal-title .et_pb_title_featured_container {
	display: none !important;
}

@media (max-width: 767px) {
	.gst-concept-page .gst-tb-legal-title .entry-title {
		font-family: "Arial Narrow", "Liberation Sans Narrow", Arial, sans-serif !important;
		font-size: 20px !important;
		line-height: 1.2 !important;
	}
}

.gst-concept-page .gst-tb-legal-meta {
	color: var(--gst-muted);
	font-size: 13px;
	max-width: 720px;
}

@media (max-width: 1100px) {
	.gst-concept-page .gst-container.et_pb_row {
		width: calc(100% - 48px);
	}

	.gst-concept-page .gst-main-nav nav {
		gap: 16px;
	}

	.gst-concept-page .gst-display .et_pb_module_header {
		font-size: 54px;
	}

	.gst-concept-page .gst-section-title .et_pb_module_header {
		font-size: 40px;
	}
}

@media (max-width: 980px) {
	.gst-concept-page .gst-section,
	.gst-concept-page .gst-feature-section,
	.gst-concept-page .gst-pro-feature-section,
	.gst-concept-page .gst-platform-section,
	.gst-concept-page .gst-trust-section,
	.gst-concept-page .gst-faq-section,
	.gst-concept-page .gst-section-ink {
		padding: 72px 0;
	}

	.gst-concept-page .gst-main-nav nav a:not(.gst-nav-cta) {
		display: none;
	}

	.gst-concept-page .gst-header-row {
		flex-direction: row;
	}

	.gst-concept-page .gst-brand,
	.gst-concept-page .gst-nav-column {
		margin: 0;
	}

	.gst-concept-page .gst-global-header .gst-brand {
		width: calc(55% - 16px);
	}

	.gst-concept-page .gst-global-header .gst-nav-column {
		width: calc(45% - 16px);
	}

	.gst-concept-page .gst-global-header .gst-nav-action-column {
		display: none;
	}

	.gst-concept-page .gst-global-header .gst-main-nav .et_pb_menu__menu {
		display: none;
	}

	.gst-concept-page .gst-global-header .gst-main-nav .et_mobile_nav_menu {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu {
		background: var(--gst-white) !important;
		border-top: 4px solid var(--gst-red);
		box-shadow: 0 18px 40px rgba(23, 23, 36, 0.16);
		left: auto;
		max-height: calc(100dvh - 106px);
		overflow-y: auto;
		padding: 18px;
		right: 0;
		width: min(92vw, 430px);
	}

	.gst-concept-pro .gst-global-header .et_mobile_menu {
		border-top-color: var(--gst-teal);
	}

	.gst-concept-page .gst-global-header .et_mobile_menu li a {
		border-bottom: 1px solid var(--gst-border);
		color: var(--gst-ink) !important;
		font-size: 14px;
		padding: 13px 10px;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu .sub-menu {
		padding-left: 12px;
	}

	.gst-concept-page .gst-brand {
		width: calc(60% - 16px);
	}

	.gst-concept-page .gst-nav-column {
		width: calc(40% - 16px);
	}

	.gst-concept-page .gst-hero {
		min-height: 0;
		padding: 56px 0;
	}

	.gst-concept-page .gst-hero-grid,
	.gst-concept-page .gst-feature-grid,
	.gst-concept-page .gst-platform-grid,
	.gst-concept-page .gst-trust-grid,
	.gst-concept-page .gst-faq-grid,
	.gst-concept-page .gst-footer-main {
		align-items: stretch;
		flex-direction: column;
	}

	.gst-concept-page .gst-hero-grid > .et_pb_column,
	.gst-concept-page .gst-feature-grid > .et_pb_column,
	.gst-concept-page .gst-platform-grid > .et_pb_column,
	.gst-concept-page .gst-trust-grid > .et_pb_column,
	.gst-concept-page .gst-faq-grid > .et_pb_column,
	.gst-concept-page .gst-footer-main > .et_pb_column {
		width: 100%;
	}

	.gst-concept-page .gst-hero-media {
		margin-top: 48px;
	}

	.gst-concept-page .gst-hero-image {
		max-width: 520px;
	}

	.gst-concept-page .gst-feature-copy {
		padding: 24px 0 0;
	}

	.gst-concept-page .gst-faq-grid > .et_pb_column:last-child,
	.gst-concept-page .gst-footer-main > .et_pb_column:last-child {
		margin-top: 36px;
	}
}

@media (max-width: 767px) {
	.gst-concept-page .gst-pro-product-image {
		box-shadow: none;
	}

	.gst-concept-page .gst-container.et_pb_row {
		gap: 20px;
		width: calc(100% - 32px);
	}

	.gst-concept-page .gst-audience {
		justify-content: center;
	}

	.gst-concept-page .gst-header-row {
		min-height: 70px;
	}

	.gst-concept-page .gst-brand-icon,
	.gst-concept-page .gst-brand-icon .et_pb_image_wrap,
	.gst-concept-page .gst-brand-icon img {
		height: 36px;
		width: 36px;
	}

	.gst-concept-page .gst-brand-word a {
		font-size: 20px;
	}

	.gst-concept-page .gst-main-nav .gst-nav-cta {
		display: block;
		font-size: 11px;
		line-height: 1.25;
		padding: 9px 10px;
		text-align: center;
	}

	.gst-concept-page .gst-display .et_pb_module_header {
		font-size: 40px;
		line-height: 1.04;
	}

	.gst-concept-page .gst-section-title .et_pb_module_header {
		font-size: 32px;
		line-height: 1.08;
	}

	.gst-concept-page .gst-card-title .et_pb_module_header {
		font-size: 25px;
	}

	.gst-concept-page .gst-lead,
	.gst-concept-page .gst-section-intro {
		font-size: 16px;
	}

	.gst-concept-page .gst-button-row.et_pb_row {
		flex-direction: column;
	}

	.gst-concept-page .gst-button-row > .et_pb_column,
	.gst-concept-page .gst-button,
	.gst-concept-page .gst-button.et_pb_button {
		width: 100%;
	}

	.gst-concept-page .gst-hero {
		padding: 44px 0;
	}

	.gst-concept-page .gst-hero-image {
		max-width: 340px;
		padding: 10px;
	}

	.gst-concept-page .gst-hero-image img {
		max-height: 430px;
	}

	.gst-concept-page .gst-media-caption {
		margin-top: -18px;
	}

	.gst-concept-page .gst-quick-grid,
	.gst-concept-page .gst-card-grid,
	.gst-concept-page .gst-capability-grid {
		flex-direction: column;
	}

	.gst-concept-page .gst-quick-grid > .et_pb_column,
	.gst-concept-page .gst-card-grid > .et_pb_column,
	.gst-concept-page .gst-capability-grid > .et_pb_column {
		width: 100%;
	}

	.gst-concept-page .gst-quick-item {
		border-bottom: 1px solid var(--gst-border);
		padding-bottom: 16px;
	}

	.gst-concept-page .gst-quick-grid > .et_pb_column:last-child .gst-quick-item {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.gst-concept-page .gst-card {
		min-height: 0;
		padding: 24px;
	}

	.gst-concept-page .gst-card-number {
		margin-bottom: 28px;
	}

	.gst-concept-page .gst-feature-media {
		padding: 18px;
	}

	.gst-concept-page .gst-growth-loop {
		grid-template-columns: 1fr;
	}

	.gst-concept-page .gst-growth-loop li {
		min-height: 140px;
	}

	.gst-concept-page .gst-growth-loop strong {
		margin-top: 20px;
	}

	.gst-concept-page .gst-trust-panel {
		padding: 24px;
	}

	.gst-concept-page .gst-audience-bridge,
	.gst-concept-page .gst-final-cta {
		padding: 64px 0;
	}

	.gst-concept-page .gst-footer-nav nav {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gst-concept-page *,
	.gst-concept-page *::before,
	.gst-concept-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

body.page-id-269.gst-concept-page .et_pb_contact_form :is(input, select, textarea, button):focus-visible,
body.page-id-270.gst-concept-page .et_pb_contact_form :is(input, select, textarea, button):focus-visible {
	box-shadow: 0 0 0 2px var(--gst-white), 0 0 0 5px var(--gst-blue) !important;
	outline: 2px solid transparent !important;
	outline-offset: 2px;
}

body.page-id-269.gst-concept-page .et_pb_contact_form input[type="checkbox"],
body.page-id-270.gst-concept-page .et_pb_contact_form input[type="checkbox"] {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	display: block !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

body.page-id-269.gst-concept-page .et_pb_contact_form input[type="checkbox"]:focus-visible + label i,
body.page-id-270.gst-concept-page .et_pb_contact_form input[type="checkbox"]:focus-visible + label i {
	box-shadow: 0 0 0 2px var(--gst-white), 0 0 0 5px var(--gst-blue) !important;
	outline: 2px solid transparent !important;
	outline-offset: 2px;
}

body.page-id-269.gst-concept-page .et-pb-contact-message[role="alert"],
body.page-id-270.gst-concept-page .et-pb-contact-message[role="alert"] {
	border-left: 4px solid var(--gst-red);
	margin-bottom: 24px;
	padding: 16px 20px;
}

body.page-id-273.gst-concept-page .gst-lead a {
	color: var(--gst-teal) !important;
	text-decoration: underline;
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.15em;
}

/* Navigation finition: scoped to the new Gusteo vitrine. */
body.gst-concept-page .et-l--header {
	box-shadow: 0 8px 30px rgba(23, 23, 36, 0.08);
	overflow: visible;
	position: sticky;
	top: 0;
	z-index: 99990;
}

body.gst-concept-page .et-l--header .et_builder_inner_content,
body.gst-concept-page .et-l--header .gst-site-header,
body.gst-concept-page .et-l--header .gst-header-row,
body.gst-concept-page .et-l--header .gst-nav-column,
body.gst-concept-page .et-l--header .gst-main-nav,
body.gst-concept-page .et-l--header .et_pb_menu_inner_container,
body.gst-concept-page .et-l--header .et_pb_menu__wrap,
body.gst-concept-page .et-l--header .et_pb_menu__menu,
body.gst-concept-page .et-l--header nav {
	overflow: visible !important;
}

body.admin-bar.gst-concept-page .et-l--header {
	top: 32px;
}

.gst-concept-page .gst-audience-bar {
	background: var(--gst-ink);
	min-height: 34px;
}

.gst-concept-page .gst-audience-bar .gst-container {
	min-height: 34px;
}

.gst-concept-page .gst-audience {
	align-items: center;
	font-size: 11px;
	gap: 3px;
	min-height: 34px;
}

.gst-concept-page .gst-audience small {
	color: rgba(255, 255, 255, 0.58);
	font-size: 9px;
	font-weight: 700;
	margin-right: 8px;
	text-transform: uppercase;
}

.gst-concept-page .gst-audience > a,
.gst-concept-page .gst-audience > span {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 25px;
	padding: 6px 10px;
}

.gst-concept-page .gst-audience > a {
	color: rgba(255, 255, 255, 0.82) !important;
}

.gst-concept-page .gst-audience > a:hover {
	background: rgba(255, 255, 255, 0.1);
	color: var(--gst-white) !important;
}

.gst-concept-page .gst-audience > span[aria-current="page"] {
	background: var(--gst-white);
	color: var(--gst-ink);
}

.gst-concept-page .gst-site-header {
	background: rgba(255, 255, 255, 0.985);
	border-bottom: 1px solid rgba(23, 23, 36, 0.1);
	overflow: visible;
}

.gst-concept-page .gst-global-header .gst-header-row {
	min-height: 82px;
}

.gst-concept-page .gst-brand-word,
.gst-concept-page .gst-brand-word .et_pb_text_inner,
.gst-concept-page .gst-brand-word p {
	line-height: 1;
	padding: 0;
	width: 100%;
}

.gst-concept-page .gst-brand-word .gst-brand-link {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 10px;
	width: max-content;
}

.gst-concept-page .gst-brand-word .gst-brand-link::before {
	background-image: url("/wp-content/uploads/2025/06/Icon-carre-Gusteo-Sans-Fond-2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 200%;
	content: "";
	display: block;
	flex: 0 0 40px;
	height: 40px;
	width: 40px;
}

.gst-concept-page .gst-brand-word .gst-brand-link > img {
	display: none;
}

.gst-concept-page .gst-brand-word .gst-brand-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 0;
}

.gst-concept-page .gst-brand-word .gst-brand-copy strong {
	color: var(--gst-ink) !important;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 0.9;
}

.gst-concept-page .gst-brand-word .gst-brand-copy small {
	color: var(--gst-muted);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 5px;
}

.gst-concept-page .gst-nav-action .gst-nav-cta {
	align-items: center;
	box-shadow: 0 8px 18px rgba(213, 34, 43, 0.18);
	display: inline-flex;
	font-size: 13px;
	gap: 9px;
	min-height: 44px;
	padding: 12px 16px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.gst-concept-page .gst-nav-action .gst-nav-cta::after {
	content: "\2192";
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1;
}

.gst-concept-page .gst-nav-action .gst-nav-cta:hover {
	box-shadow: 0 12px 24px rgba(213, 34, 43, 0.25);
	transform: translateY(-1px);
}

.gst-concept-pro .gst-nav-action .gst-nav-cta {
	box-shadow: 0 8px 18px rgba(18, 61, 58, 0.2);
}

.gst-concept-pro .gst-nav-action .gst-nav-cta:hover {
	box-shadow: 0 12px 24px rgba(18, 61, 58, 0.28);
}

.gst-concept-page .gst-global-header .gst-main-nav .gst-nav-redundant {
	display: none !important;
}

@media (min-width: 981px) {
	.gst-concept-page .gst-global-header .gst-header-row {
		display: grid !important;
		gap: 22px;
		grid-template-columns: 190px minmax(0, 1fr) 178px;
	}

	.gst-concept-page .gst-global-header .gst-main-nav nav > ul {
		align-items: center;
		flex-wrap: nowrap;
		gap: 6px;
		justify-content: flex-end;
	}

	.gst-concept-page .gst-global-header .gst-main-nav nav > ul > li {
		align-items: center;
		display: flex;
		position: relative;
	}

	.gst-concept-page .gst-global-header .gst-main-nav nav > ul > li.gst-mega-parent:hover::after,
	.gst-concept-page .gst-global-header .gst-main-nav nav > ul > li.gst-mega-parent.gst-submenu-open::after {
		content: "";
		height: 12px;
		left: -10px;
		position: absolute;
		right: -10px;
		top: 100%;
		z-index: 1;
	}

	.gst-concept-page .gst-global-header .gst-main-nav nav > ul > li > a {
		align-items: center;
		border-radius: 4px;
		display: inline-flex;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.2;
		min-height: 42px;
		padding: 11px 9px;
		transition: background-color 160ms ease, color 160ms ease;
		white-space: nowrap;
	}

	.gst-concept-page .gst-global-header .gst-main-nav nav > ul > li > a:hover,
	.gst-concept-page .gst-global-header .gst-main-nav nav > ul > li.current-menu-item > a,
	.gst-concept-page .gst-global-header .gst-main-nav nav > ul > li.current-menu-parent > a,
	.gst-concept-page .gst-global-header .gst-main-nav nav > ul > li.current-page-ancestor > a {
		background: rgba(213, 34, 43, 0.07);
		color: var(--gst-red) !important;
	}

	.gst-concept-pro .gst-global-header .gst-main-nav nav > ul > li > a:hover,
	.gst-concept-pro .gst-global-header .gst-main-nav nav > ul > li.current-menu-item > a,
	.gst-concept-pro .gst-global-header .gst-main-nav nav > ul > li.current-menu-parent > a,
	.gst-concept-pro .gst-global-header .gst-main-nav nav > ul > li.current-page-ancestor > a {
		background: rgba(18, 61, 58, 0.08);
		color: var(--gst-teal) !important;
	}

	.gst-concept-page .gst-global-header .gst-main-nav .menu-item-has-children > a::after {
		display: none !important;
	}

	.gst-concept-page .gst-desktop-submenu-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		border-radius: 4px;
		cursor: pointer;
		display: inline-flex;
		height: 32px;
		justify-content: center;
		margin-left: -7px;
		padding: 0;
		width: 26px;
	}

	.gst-concept-page .gst-desktop-submenu-toggle::before {
		border-bottom: 2px solid currentColor;
		border-right: 2px solid currentColor;
		content: "";
		height: 6px;
		margin-top: -4px;
		transform: rotate(45deg);
		transition: transform 160ms ease, margin 160ms ease;
		width: 6px;
	}

	.gst-concept-page .gst-submenu-open > .gst-desktop-submenu-toggle::before {
		margin-top: 3px;
		transform: rotate(225deg);
	}

	.gst-concept-page .gst-global-header .gst-main-nav .sub-menu {
		background: var(--gst-white);
		border: 1px solid rgba(23, 23, 36, 0.1);
		border-radius: 6px;
		box-shadow: 0 22px 60px rgba(23, 23, 36, 0.18);
		grid-template-columns: minmax(210px, 1.08fr) minmax(190px, 0.92fr);
		left: 50%;
		min-width: 0;
		padding: 10px;
		top: calc(100% + 9px);
		transform: translateX(-50%);
		width: 470px;
	}

	.gst-concept-page .gst-global-header .gst-main-nav .sub-menu::before {
		background: var(--gst-red);
		content: "";
		height: 4px;
		left: 10px;
		position: absolute;
		right: 10px;
		top: 0;
	}

	.gst-concept-pro .gst-global-header .gst-main-nav .sub-menu::before {
		background: var(--gst-teal);
	}

	.gst-concept-page .gst-global-header .gst-main-nav li:hover > .sub-menu,
	.gst-concept-page .gst-global-header .gst-main-nav li.gst-submenu-open > .sub-menu {
		display: grid;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.gst-concept-page .gst-global-header .gst-main-nav nav > ul > li:first-child > .sub-menu {
		left: 0;
		transform: none;
	}

	.gst-concept-pro .gst-global-header .gst-main-nav nav > ul > li.gst-mega-wide > .sub-menu {
		grid-template-columns: minmax(210px, 0.95fr) minmax(190px, 1fr) minmax(190px, 1fr);
		width: min(780px, calc(100vw - 40px));
	}

	.gst-concept-pro .gst-global-header .gst-main-nav nav > ul > li.gst-mega-wide > .sub-menu > li:not(.gst-mega-intro-item) {
		grid-column: auto;
	}

	.gst-concept-pro .gst-global-header .gst-main-nav nav > ul > li.gst-mega-wide > .sub-menu > .gst-mega-intro-item {
		grid-column: 1;
		grid-row: 1 / span 6;
	}

	.gst-concept-page .gst-global-header .gst-main-nav .sub-menu > li {
		grid-column: 2;
		margin: 0;
		padding: 0;
	}

	.gst-concept-page .gst-global-header .gst-main-nav .sub-menu > .gst-mega-intro-item {
		grid-column: 1;
		grid-row: 1 / span 8;
	}

	.gst-concept-pro .gst-global-header .gst-main-nav nav > ul > li.gst-mega-wide > .sub-menu > .gst-mega-intro-item {
		grid-row: 1 / span 6;
	}

	.gst-concept-page .gst-global-header .gst-main-nav .sub-menu a {
		border: 1px solid transparent;
		border-radius: 4px;
		color: var(--gst-ink) !important;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.35;
		min-height: 52px;
		padding: 10px 34px 10px 12px;
		position: relative;
	}

	.gst-concept-page .gst-global-header .gst-main-nav .sub-menu > li:not(.gst-mega-intro-item) > a::after {
		content: "\2192";
		font-family: Arial, sans-serif;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
	}

	.gst-concept-page .gst-global-header .gst-main-nav .sub-menu > li:not(.gst-mega-intro-item) > a:hover,
	.gst-concept-page .gst-global-header .gst-main-nav .sub-menu > li.current-menu-item > a {
		background: var(--gst-soft);
		border-color: var(--gst-border);
	}

	.gst-concept-pro .gst-global-header .gst-main-nav .sub-menu > li.gst-mega-all-sectors > a {
		background: var(--gst-mint);
		border-color: rgba(13, 75, 67, 0.22);
		color: var(--gst-teal) !important;
	}

	.gst-concept-pro .gst-global-header .gst-main-nav .sub-menu > li.gst-mega-all-sectors > a:hover,
	.gst-concept-pro .gst-global-header .gst-main-nav .sub-menu > li.gst-mega-all-sectors > a:focus-visible {
		background: var(--gst-teal);
		color: var(--gst-white) !important;
	}

	.gst-concept-page .gst-global-header .gst-main-nav .gst-mega-intro-link {
		background: var(--gst-ink);
		color: var(--gst-white) !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start;
		height: 100%;
		justify-content: space-between;
		min-height: 170px;
		padding: 18px;
	}

	.gst-concept-pro .gst-global-header .gst-main-nav .gst-mega-intro-link {
		background: var(--gst-teal);
	}

	.gst-concept-page .gst-mega-kicker {
		color: var(--gst-yellow);
		display: block;
		font-size: 9px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.gst-concept-page .gst-mega-title {
		color: var(--gst-white);
		display: block;
		font-family: "Barlow Condensed", Arial, sans-serif;
		font-size: 23px;
		line-height: 1.02;
		margin-top: 10px;
	}

	.gst-concept-page .gst-mega-copy {
		color: rgba(255, 255, 255, 0.72);
		display: block;
		font-size: 10px;
		font-weight: 500;
		line-height: 1.45;
		margin-top: 9px;
	}

	.gst-concept-page .gst-mega-overview {
		color: var(--gst-white);
		display: block;
		font-size: 10px;
		margin-top: 18px;
	}
}

@media (max-width: 1120px) and (min-width: 981px) {
	.gst-concept-page .gst-global-header .gst-header-row {
		gap: 12px;
		grid-template-columns: 160px minmax(0, 1fr) 150px;
	}

	.gst-concept-page .gst-brand-word .gst-brand-link > img {
		display: none;
	}

	.gst-concept-page .gst-brand-word .gst-brand-link::before {
		flex-basis: 34px;
		height: 34px;
		width: 34px;
	}

	.gst-concept-page .gst-brand-word .gst-brand-copy strong {
		font-size: 21px;
	}

	.gst-concept-page .gst-global-header .gst-main-nav nav > ul > li > a {
		font-size: 12px;
		padding-left: 6px;
		padding-right: 6px;
	}

	.gst-concept-page .gst-nav-action .gst-nav-cta {
		font-size: 11px;
		padding-left: 11px;
		padding-right: 11px;
	}
}

@media (max-width: 980px) {
	body.admin-bar.gst-concept-page .et-l--header {
		top: 46px;
	}

	body.gst-mobile-nav-open {
		overflow: hidden;
	}

	.gst-concept-page .gst-audience small {
		display: none;
	}

	.gst-concept-page .gst-audience {
		justify-content: center;
	}

	.gst-concept-page .gst-global-header .gst-header-row {
		min-height: 72px;
	}

	.gst-concept-page .gst-brand-word .gst-brand-link > img {
		display: none;
	}

	.gst-concept-page .gst-brand-word .gst-brand-link::before {
		flex-basis: 36px;
		height: 36px;
		width: 36px;
	}

	.gst-concept-page .gst-brand-word .gst-brand-copy strong {
		font-size: 21px;
	}

	.gst-concept-page .gst-global-header .mobile_nav {
		border: 1px solid var(--gst-border);
		border-radius: 4px;
		height: 46px;
		position: relative;
		width: 46px;
		z-index: 100002;
	}

	.gst-concept-page .gst-global-header .mobile_menu_bar {
		display: block;
		height: 16px;
		position: relative;
		width: 20px;
	}

	.gst-concept-page .gst-global-header .mobile_menu_bar::before,
	.gst-concept-page .gst-global-header .mobile_menu_bar::after {
		background: var(--gst-ink);
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		transition: transform 180ms ease, top 180ms ease, box-shadow 180ms ease;
		width: 20px;
	}

	.gst-concept-page .gst-global-header .mobile_menu_bar::before {
		box-shadow: 0 7px 0 var(--gst-ink);
		top: 1px;
	}

	.gst-concept-page .gst-global-header .mobile_menu_bar::after {
		top: 15px;
	}

	.gst-concept-page .gst-global-header .mobile_nav.opened .mobile_menu_bar::before {
		box-shadow: none;
		color: transparent;
		content: "";
		font-size: 0;
		top: 7px;
		transform: rotate(45deg);
	}

	.gst-concept-page .gst-global-header .mobile_nav.opened .mobile_menu_bar::after {
		top: 7px;
		transform: rotate(-45deg);
	}

	.gst-mobile-nav-backdrop {
		background: rgba(23, 23, 36, 0.48);
		border: 0;
		bottom: 0;
		cursor: pointer;
		left: 0;
		padding: 0;
		position: fixed;
		right: 0;
		top: var(--gst-mobile-menu-top, 106px);
		z-index: 99980;
	}

	.gst-mobile-nav-backdrop[hidden] {
		display: none;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu {
		background: var(--gst-white) !important;
		border: 0;
		border-top: 4px solid var(--gst-red);
		border-radius: 0;
		bottom: 0 !important;
		box-shadow: -18px 28px 60px rgba(23, 23, 36, 0.2);
		height: calc(100dvh - var(--gst-mobile-menu-top, 106px)) !important;
		left: auto;
		list-style: none !important;
		margin: 0;
		max-height: none !important;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0 24px 28px;
		position: fixed !important;
		right: 0;
		top: var(--gst-mobile-menu-top, 106px) !important;
		width: min(92vw, 460px);
		z-index: 100001;
	}

	.gst-concept-pro .gst-global-header .et_mobile_menu {
		border-top-color: var(--gst-teal);
	}

	.gst-concept-page .gst-global-header .et_mobile_menu,
	.gst-concept-page .gst-global-header .et_mobile_menu ul,
	.gst-concept-page .gst-global-header .et_mobile_menu li {
		list-style: none !important;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu li::marker {
		content: "";
	}

	.gst-concept-page .gst-mobile-menu-context {
		border-bottom: 1px solid var(--gst-border);
		padding: 25px 8px 19px;
		text-align: left;
	}

	.gst-concept-page .gst-mobile-menu-context span {
		color: var(--gst-red);
		font-size: 10px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.gst-concept-pro .gst-mobile-menu-context span {
		color: var(--gst-green);
	}

	.gst-concept-page .gst-mobile-menu-context strong {
		color: var(--gst-ink);
		display: block;
		font-family: "Barlow Condensed", Arial, sans-serif;
		font-size: 28px;
		line-height: 1.05;
		margin-top: 5px;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu > li:not(.gst-mobile-menu-context):not(.gst-mobile-menu-action) {
		border-bottom: 1px solid var(--gst-border);
		display: grid;
		grid-template-columns: minmax(0, 1fr) 48px;
		margin: 0;
		padding: 0;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu > li:not(.menu-item-has-children) > a {
		grid-column: 1 / -1;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu > li > a {
		align-items: center;
		border: 0;
		color: var(--gst-ink) !important;
		display: flex;
		font-size: 17px;
		font-weight: 750;
		line-height: 1.25;
		min-height: 58px;
		padding: 14px 8px;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu > li.current-menu-item > a,
	.gst-concept-page .gst-global-header .et_mobile_menu > li.current-menu-parent > a,
	.gst-concept-page .gst-global-header .et_mobile_menu > li.current-page-ancestor > a {
		color: var(--gst-red) !important;
	}

	.gst-concept-pro .gst-global-header .et_mobile_menu > li.current-menu-item > a,
	.gst-concept-pro .gst-global-header .et_mobile_menu > li.current-menu-parent > a,
	.gst-concept-pro .gst-global-header .et_mobile_menu > li.current-page-ancestor > a {
		color: var(--gst-teal) !important;
	}

	.gst-concept-page .gst-global-header .gst-submenu-toggle {
		align-self: center;
		border: 1px solid var(--gst-border);
		border-radius: 4px;
		font-size: 0;
		grid-column: 2;
		grid-row: 1;
		height: 38px;
		position: static;
		width: 38px;
	}

	.gst-concept-page .gst-global-header .gst-submenu-toggle::before {
		border-bottom: 2px solid currentColor;
		border-right: 2px solid currentColor;
		content: "";
		height: 7px;
		transform: rotate(45deg) translate(-2px, -2px);
		width: 7px;
	}

	.gst-concept-page .gst-global-header .gst-submenu-toggle[aria-expanded="true"]::before {
		transform: rotate(225deg) translate(-1px, -1px);
	}

	.gst-concept-page .gst-global-header .et_mobile_menu .sub-menu {
		border-left: 2px solid var(--gst-red);
		grid-column: 1 / -1;
		margin: 0 0 15px 8px;
		padding: 2px 0 2px 13px;
		position: static;
		width: auto;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu .menu-item-has-children > a::after {
		content: none !important;
		display: none !important;
	}

	.gst-concept-pro .gst-global-header .et_mobile_menu .sub-menu {
		border-left-color: var(--gst-teal);
	}

	.gst-concept-page .gst-global-header .et_mobile_menu .sub-menu li,
	.gst-concept-page .gst-global-header .et_mobile_menu .sub-menu a {
		border: 0;
		display: block;
		width: 100%;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu .sub-menu a {
		color: var(--gst-muted) !important;
		font-size: 14px;
		font-weight: 650;
		line-height: 1.3;
		padding: 10px 8px;
	}

	.gst-concept-page .gst-mobile-menu-action {
		margin-top: 23px;
	}

	.gst-concept-page .gst-global-header .et_mobile_menu .gst-mobile-menu-action > a {
		background: var(--gst-red);
		border-radius: 5px;
		color: var(--gst-white) !important;
		font-size: 14px;
		font-weight: 800;
		justify-content: space-between;
		min-height: 52px;
		padding: 14px 17px;
	}

	.gst-concept-pro .gst-global-header .et_mobile_menu .gst-mobile-menu-action > a {
		background: var(--gst-teal);
	}

	.gst-concept-page .gst-global-header .et_mobile_menu .gst-mobile-menu-action > a::after {
		content: "\2192";
		font-family: Arial, sans-serif;
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.gst-concept-page .gst-global-header .et_mobile_menu {
		padding-left: 20px;
		padding-right: 20px;
		width: 100vw;
	}

	.gst-concept-page .gst-brand-word .gst-brand-link > img {
		display: none;
	}

	.gst-concept-page .gst-brand-word .gst-brand-link::before {
		flex-basis: 34px;
		height: 34px;
		width: 34px;
	}

	.gst-concept-page .gst-brand-word .gst-brand-copy small {
		font-size: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gst-concept-page .gst-desktop-submenu-toggle::before,
	.gst-concept-page .gst-global-header .mobile_menu_bar::before,
	.gst-concept-page .gst-global-header .mobile_menu_bar::after {
		transition: none !important;
	}
}

.gst-phase65-new-universe a:focus,
.gst-phase65-new-universe a:focus-visible {
	border-radius: 2px;
	outline: 3px solid #f4be5b !important;
	outline-offset: 4px;
}

/* Premium footer V2: self-contained so it also works on search, 404 and legacy pages. */
.gst-footer-v2 {
	--gst-footer-accent: #f17870;
	--gst-footer-accent-fill: #c83e35;
	--gst-footer-accent-hover: #dc4d44;
	background: #161620 !important;
	border-top: 4px solid var(--gst-footer-accent);
	color: #f8f8fb;
	margin: 0 !important;
	padding: 0 !important;
}

.gst-footer-v2-pro {
	--gst-footer-accent: #61c5b9;
	--gst-footer-accent-fill: #18766c;
	--gst-footer-accent-hover: #238b7f;
}

.gst-footer-v2,
.gst-footer-v2 * {
	box-sizing: border-box;
}

.gst-footer-v2 .gst-footer-v2__row,
.gst-footer-v2 .gst-footer-v2__content,
.gst-footer-v2 .gst-footer-v2__content .et_pb_text_inner {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.gst-footer-v2__shell {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.gst-footer-v2 p,
.gst-footer-v2 h2,
.gst-footer-v2 h3,
.gst-footer-v2 ul {
	margin: 0;
	padding: 0;
}

.gst-footer-v2 a {
	color: inherit;
	text-decoration: none;
}

.gst-footer-v2__cta {
	align-items: center;
	border-bottom: 1px solid #353541;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-bottom: 42px;
	padding-top: 42px;
}

.gst-footer-v2__eyebrow {
	color: var(--gst-footer-accent);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 10px !important;
}

.gst-footer-v2 .gst-footer-v2__content .gst-footer-v2__cta h2 {
	color: #ffffff !important;
	font-size: 40px !important;
	font-weight: 800;
	letter-spacing: 0 !important;
	line-height: 1.15 !important;
	max-width: 760px;
}

.gst-footer-v2__cta-copy > p:last-child {
	color: #c9c9d1;
	font-size: 16px;
	line-height: 1.65;
	margin-top: 12px;
	max-width: 680px;
}

.gst-footer-v2__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.gst-footer-v2__button {
	align-items: center;
	border: 1px solid #555561;
	border-radius: 4px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.25;
	min-height: 50px;
	padding: 13px 19px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.gst-footer-v2__button--primary {
	background: var(--gst-footer-accent-fill);
	border-color: var(--gst-footer-accent-fill);
	color: #ffffff !important;
}

.gst-footer-v2__button--primary:hover {
	background: var(--gst-footer-accent-hover);
	border-color: var(--gst-footer-accent-hover);
}

.gst-footer-v2__button--secondary {
	background: transparent;
	color: #ffffff !important;
}

.gst-footer-v2__button--secondary:hover {
	background: #292934;
	border-color: #777784;
}

.gst-footer-v2__main {
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(240px, 0.9fr) minmax(0, 2.1fr);
	padding-bottom: 48px;
	padding-top: 54px;
}

.gst-footer-v2__brand-link {
	align-items: center;
	display: inline-flex;
	gap: 13px;
	min-height: 48px;
}

.gst-footer-v2__brand-link img {
	height: 46px;
	object-fit: contain;
	width: 46px;
}

.gst-footer-v2__brand-name {
	color: #ffffff;
	display: block;
	font-size: 21px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
}

.gst-footer-v2__brand-tagline {
	color: #aeb0ba;
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 4px;
}

.gst-footer-v2__brand-copy {
	color: #c9c9d1;
	font-size: 15px;
	line-height: 1.65;
	margin-top: 20px !important;
	max-width: 330px;
}

.gst-footer-v2__contact {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 22px;
}

.gst-footer-v2 .gst-footer-v2__contact a {
	border-bottom: 1px solid transparent;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.4;
	min-height: 32px;
	padding: 5px 0;
}

.gst-footer-v2 .gst-footer-v2__contact a:hover {
	border-bottom-color: var(--gst-footer-accent);
	color: var(--gst-footer-accent) !important;
}

.gst-footer-v2__audience-link {
	color: var(--gst-footer-accent) !important;
}

.gst-footer-v2__nav-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gst-footer-v2 .gst-footer-v2__content .gst-footer-v2__group h2 {
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 850;
	letter-spacing: 0 !important;
	line-height: 1.35 !important;
	margin-bottom: 15px;
}

.gst-footer-v2__group ul,
.gst-footer-v2__legal-nav ul {
	list-style: none;
}

.gst-footer-v2 .gst-footer-v2__group li {
	color: #bfc0c9 !important;
}

.gst-footer-v2__group li + li {
	margin-top: 4px;
}

.gst-footer-v2 .gst-footer-v2__group a {
	align-items: center;
	color: #bfc0c9 !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	min-height: 34px;
	padding: 5px 0;
}

.gst-footer-v2 .gst-footer-v2__group a:hover {
	color: #ffffff !important;
	text-decoration: underline;
	text-decoration-color: var(--gst-footer-accent);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.gst-footer-v2__bottom {
	align-items: center;
	border-top: 1px solid #353541;
	color: #aeb0ba;
	display: flex;
	font-size: 12px;
	gap: 28px;
	justify-content: space-between;
	line-height: 1.5;
	min-height: 74px;
	padding-bottom: 16px;
	padding-top: 16px;
}

.gst-footer-v2__legal-nav ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 22px;
	justify-content: flex-end;
}

.gst-footer-v2 .gst-footer-v2__legal-nav a {
	align-items: center;
	color: #c9c9d1 !important;
	display: inline-flex;
	min-height: 32px;
	padding: 5px 0;
}

.gst-footer-v2 .gst-footer-v2__legal-nav a:hover {
	color: #ffffff !important;
	text-decoration: underline;
	text-decoration-color: var(--gst-footer-accent);
	text-underline-offset: 3px;
}

.gst-footer-v2 a:focus,
.gst-footer-v2 a:focus-visible {
	border-radius: 2px;
	outline: 3px solid #f4be5b !important;
	outline-offset: 4px;
}

@media (max-width: 980px) {
	.gst-footer-v2__cta {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.gst-footer-v2__actions {
		justify-content: flex-start;
	}

	.gst-footer-v2__main {
		gap: 48px;
		grid-template-columns: 1fr;
	}

	.gst-footer-v2__brand-copy {
		max-width: 620px;
	}
}

@media (max-width: 680px) {
	.gst-footer-v2__shell {
		padding-left: 22px;
		padding-right: 22px;
	}

	.gst-footer-v2__cta {
		gap: 26px;
		padding-bottom: 34px;
		padding-top: 34px;
	}

	.gst-footer-v2 .gst-footer-v2__content .gst-footer-v2__cta h2 {
		font-size: 29px !important;
	}

	.gst-footer-v2__actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.gst-footer-v2__button {
		width: 100%;
	}

	.gst-footer-v2__main {
		gap: 38px;
		padding-bottom: 38px;
		padding-top: 42px;
	}

	.gst-footer-v2__nav-grid {
		gap: 32px 24px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gst-footer-v2__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		padding-bottom: 22px;
		padding-top: 22px;
	}

	.gst-footer-v2__legal-nav ul {
		justify-content: flex-start;
	}
}

@media (max-width: 360px) {
	.gst-footer-v2__shell {
		padding-left: 18px;
		padding-right: 18px;
	}

	.gst-footer-v2__nav-grid {
		gap: 30px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gst-footer-v2__button {
		transition: none;
	}
}

/* GST LEGAL PUBLIC REPAIR 20260718 START */
body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205) {
	--gst-legal-ink: #13131d;
	--gst-legal-muted: #565866;
	--gst-legal-line: #dfe2e3;
	--gst-legal-paper: #ffffff;
	--gst-legal-soft: #f4f7f5;
	--gst-legal-red: #d91f2d;
	--gst-legal-green: #0b4b43;
	background: var(--gst-legal-soft);
	color: var(--gst-legal-ink);
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-tb-legal-public-heading {
	background: var(--gst-legal-paper);
	border-bottom: 1px solid var(--gst-legal-line);
	padding: 68px 0 42px;
	position: relative;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-tb-legal-public-heading::before {
	background: var(--gst-legal-red);
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-tb-legal-title
	.entry-title {
	color: var(--gst-legal-ink);
	font-size: 58px;
	line-height: 1.05;
	margin: 0;
	max-width: 980px;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-tb-legal-meta {
	border-left: 3px solid var(--gst-legal-red);
	color: var(--gst-legal-muted);
	font-size: 14px;
	margin-top: 24px;
	padding-left: 14px;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-tb-legal-public-body {
	background: var(--gst-legal-soft);
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-intro,
body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-summary,
body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-section {
	padding: 58px 0;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-intro,
body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-section {
	background: var(--gst-legal-paper);
	border-bottom: 1px solid var(--gst-legal-line);
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-section:nth-of-type(even) {
	background: var(--gst-legal-soft);
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	:is(.gst-legal-intro, .gst-legal-summary, .gst-legal-section)
	.et_pb_row {
	max-width: 920px;
	width: calc(100% - 48px);
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	:is(.gst-legal-intro, .gst-legal-summary, .gst-legal-section)
	.et_pb_heading {
	margin-bottom: 24px;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	:is(.gst-legal-intro, .gst-legal-summary, .gst-legal-section)
	h2 {
	color: var(--gst-legal-ink);
	font-size: 34px;
	line-height: 1.18;
	margin: 0;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-section
	:is(p, li, td, th, dd, dt),
body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-intro-copy
	p {
	color: #30323c;
	font-size: 17px;
	line-height: 1.75;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-section
	:is(p, ul, ol, table):not(:last-child),
body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-intro-copy
	p:not(:last-child) {
	margin-bottom: 18px;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-section
	:is(ul, ol) {
	padding-left: 24px;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-section
	li
	+ li {
	margin-top: 8px;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-facts {
	border-bottom: 1px solid var(--gst-legal-line);
	border-top: 1px solid var(--gst-legal-line);
	display: grid;
	margin: 0 0 30px;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-facts
	> div {
	align-items: start;
	border-bottom: 1px solid var(--gst-legal-line);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
	padding: 17px 0;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-facts
	> div:last-child {
	border-bottom: 0;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-facts
	dt {
	color: var(--gst-legal-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-facts
	dd {
	color: var(--gst-legal-ink);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	overflow-wrap: anywhere;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-summary {
	background: var(--gst-legal-ink);
	border-bottom: 6px solid #f2c94c;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-summary
	h2 {
	color: #ffffff;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-toc {
	column-gap: 48px;
	columns: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-toc
	li {
	break-inside: avoid;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0;
	padding: 14px 0;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-toc
	a {
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-toc
	a:hover {
	color: #f2c94c;
	text-decoration: underline;
	text-underline-offset: 4px;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-section[id] {
	scroll-margin-top: 120px;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-section
	table {
	border-collapse: collapse;
	margin: 26px 0;
	table-layout: fixed;
	width: 100%;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-section
	:is(th, td) {
	border: 1px solid var(--gst-legal-line);
	padding: 14px;
	text-align: left;
	vertical-align: top;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	.gst-legal-section
	th {
	background: var(--gst-legal-green);
	color: #ffffff;
	font-weight: 700;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	:is(.gst-legal-section, .gst-legal-intro, .gst-tb-legal-public-heading)
	a {
	color: var(--gst-legal-green);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	:is(.gst-legal-section, .gst-legal-intro, .gst-legal-summary)
	a:focus,
body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
	:is(.gst-legal-section, .gst-legal-intro, .gst-legal-summary)
	a:focus-visible {
	border-radius: 2px;
	box-shadow: 0 0 0 4px #f2c94c !important;
	outline: 3px solid #f2c94c !important;
	outline-offset: 4px !important;
}

@media (max-width: 767px) {
	body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
		.gst-tb-legal-public-heading {
		padding: 48px 0 30px;
	}

	body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
		.gst-tb-legal-title
		.entry-title {
		font-size: 36px !important;
		line-height: 1.08 !important;
		overflow-wrap: anywhere;
	}

	body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
		.gst-legal-intro,
	body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
		.gst-legal-summary,
	body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
		.gst-legal-section {
		padding: 42px 0;
	}

	body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
		:is(.gst-legal-intro, .gst-legal-summary, .gst-legal-section)
		.et_pb_row {
		width: calc(100% - 36px);
	}

	body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
		:is(.gst-legal-intro, .gst-legal-summary, .gst-legal-section)
		h2 {
		font-size: 28px;
		overflow-wrap: anywhere;
	}

	body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
		.gst-legal-facts
		> div {
		gap: 6px;
		grid-template-columns: 1fr;
		padding: 15px 0;
	}

	body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
		.gst-legal-toc {
		columns: 1;
	}

	body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
		.gst-legal-section
	table {
		display: block;
		overflow-x: auto;
		table-layout: auto;
	}
}

@media print {
	body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
		.gst-legal-summary {
		background: #ffffff;
		border: 1px solid #000000;
	}

	body:is(.page-id-177, .page-id-191, .page-id-201, .page-id-205)
		.gst-legal-summary
		:is(h2, a) {
		color: #000000;
	}
}
/* GST LEGAL PUBLIC REPAIR 20260718 END */

/* GST RESOURCE TOOLS PRINT 20260719 START */
@media print {
	body:is(.postid-715, .postid-716) {
		background: #ffffff !important;
		color: #111111 !important;
		font-size: 11pt !important;
	}

	body:is(.postid-715, .postid-716)
		:is(
			.et-l--header,
			.et-l--footer,
			.gst-breadcrumb,
			.et_pb_breadcrumb,
			.gst-related,
			.gst-tb-related,
			.gst-r5-tool-final-cta
		) {
		display: none !important;
	}

	body:is(.postid-715, .postid-716)
		:is(#page-container, #et-main-area, #main-content, article) {
		background: #ffffff !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}

	body:is(.postid-715, .postid-716)
		:is(.gst-r5-tool-intro, .gst-r5-tool-section, .gst-tb-article-title) {
		background: #ffffff !important;
		color: #111111 !important;
		padding: 7mm 0 !important;
	}

	body:is(.postid-715, .postid-716)
		:is(.gst-r5-tool-intro, .gst-r5-tool-section, .gst-tb-article-title)
		:is(.et_pb_row, [class*="et_pb_row"], .gst-container) {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: none !important;
		width: 100% !important;
	}

	body:is(.postid-715, .postid-716)
		.gst-r5-tool-intro
		.gst-feature-grid {
		display: block !important;
		grid-template-columns: 1fr !important;
	}

	body:is(.postid-715, .postid-716)
		.gst-r5-tool-intro
		.gst-feature-media {
		display: none !important;
	}

	body:is(.postid-715, .postid-716)
		:is(h1, h2, h3, p, li, strong, caption, th, td, a) {
		color: #111111 !important;
		text-shadow: none !important;
	}

	body:is(.postid-715, .postid-716) :is(h1, h2, h3) {
		break-after: avoid;
		page-break-after: avoid;
	}

	body:is(.postid-715, .postid-716)
		:is(.gst-card, details, li) {
		break-inside: avoid;
		page-break-inside: avoid;
	}

	body:is(.postid-715, .postid-716) .gst-r5-tool-table-wrap {
		display: block !important;
		overflow: visible !important;
		width: 100% !important;
	}

	body:is(.postid-715, .postid-716) .gst-r5-tool-table {
		background: #ffffff !important;
		border-collapse: collapse !important;
		font-size: 9pt !important;
		table-layout: fixed !important;
		width: 100% !important;
	}

	body:is(.postid-715, .postid-716)
		.gst-r5-tool-table
		thead {
		display: table-header-group;
	}

	body:is(.postid-715, .postid-716)
		.gst-r5-tool-table
		tr {
		break-inside: avoid;
		page-break-inside: avoid;
	}

	body:is(.postid-715, .postid-716)
		.gst-r5-tool-table
		:is(th, td) {
		background: #ffffff !important;
		border: 1px solid #333333 !important;
		overflow-wrap: anywhere;
		padding: 5pt !important;
		vertical-align: top;
	}

	body:is(.postid-715, .postid-716)
		.gst-r5-tool-table
		caption {
		font-size: 11pt;
		font-weight: 700;
		padding: 0 0 5pt;
		text-align: left;
	}

	body:is(.postid-715, .postid-716) a {
		text-decoration: underline !important;
	}
}
/* GST RESOURCE TOOLS PRINT 20260719 END */

/* GST G09 PRINT FIX 20260720 START */
@media print {
	body.postid-715 .gst-r5-tool-section .gst-reveal {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	body.postid-715
		:is(
			.gst-g09-related,
			.gst-g09-roi-section,
			.gst-r5-tool-intro .et_pb_button_module_wrapper
		) {
		display: none !important;
	}
}
/* GST G09 PRINT FIX 20260720 END */

/* GST G16 CHECKLIST 20260722 START */
@media screen {
	body.postid-716 .gst-r5-tool-table-wrap {
		background: #ffffff;
		border: 1px solid #d8e1e0;
		border-top: 4px solid #e72b31;
		border-radius: 4px;
		box-shadow: 0 12px 30px rgb(16 16 21 / 7%);
		margin-top: 28px;
		overflow: hidden;
	}

	body.postid-716 .gst-r5-tool-table {
		border-collapse: separate;
		border-spacing: 0;
		margin: 0;
		table-layout: fixed;
		width: 100%;
	}

	body.postid-716 .gst-r5-tool-table caption {
		background: #f8d24a;
		color: #101015;
		font-size: 19px;
		font-weight: 800;
		padding: 18px 22px;
		text-align: left;
	}

	body.postid-716 .gst-r5-tool-table thead {
		background: #0b514b;
		color: #ffffff;
	}

	body.postid-716 .gst-r5-tool-table :is(th, td) {
		border: 0;
		border-bottom: 1px solid #d8e1e0;
		line-height: 1.45;
		padding: 14px 16px;
		text-align: left;
		vertical-align: top;
	}

	body.postid-716 .gst-r5-tool-table thead th {
		color: #ffffff;
		font-size: 15px;
		font-weight: 800;
	}

	body.postid-716 .gst-r5-tool-table thead th:nth-child(1) {
		width: 25%;
	}

	body.postid-716 .gst-r5-tool-table thead th:nth-child(2) {
		width: 55%;
	}

	body.postid-716 .gst-r5-tool-table thead th:nth-child(3) {
		width: 20%;
	}

	body.postid-716 .gst-r5-tool-table tbody tr:nth-child(even) {
		background: #f5f9f8;
	}

	body.postid-716 .gst-r5-tool-table tbody tr:last-child :is(th, td) {
		border-bottom: 0;
	}

	body.postid-716 .gst-r5-tool-table tbody th[scope="row"] {
		color: #101015;
		font-weight: 800;
	}

	body.postid-716 .gst-r5-tool-table tbody td:last-child {
		background: #fffaf0;
		color: #101015;
		font-weight: 700;
	}
}

@media screen and (max-width: 767px) {
	body.postid-716 .gst-r5-tool-table-wrap {
		background: transparent;
		border: 0;
		box-shadow: none;
		overflow: visible;
	}

	body.postid-716 .gst-r5-tool-table,
	body.postid-716 .gst-r5-tool-table tbody {
		display: block;
		width: 100%;
	}

	body.postid-716 .gst-r5-tool-table caption {
		border: 1px solid #d8e1e0;
		border-top: 4px solid #e72b31;
		border-radius: 4px;
		box-sizing: border-box;
		display: block;
		font-size: 18px;
		padding: 16px;
		width: 100%;
	}

	body.postid-716 .gst-r5-tool-table thead {
		border: 0;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	body.postid-716 .gst-r5-tool-table tbody {
		display: grid;
		gap: 12px;
		margin-top: 12px;
	}

	body.postid-716 .gst-r5-tool-table tbody tr {
		background: #ffffff;
		border: 1px solid #d8e1e0;
		border-radius: 4px;
		display: grid;
		grid-template-columns: minmax(0, 1fr) 112px;
		overflow: hidden;
	}

	body.postid-716 .gst-r5-tool-table tbody tr:nth-child(even) {
		background: #ffffff;
	}

	body.postid-716 .gst-r5-tool-table tbody th[scope="row"] {
		background: #e8f5f1;
		border-bottom: 1px solid #d8e1e0;
		grid-column: 1 / -1;
		padding: 13px 14px;
	}

	body.postid-716 .gst-r5-tool-table tbody td {
		background: #ffffff;
		border: 0;
		padding: 13px 14px 15px;
	}

	body.postid-716 .gst-r5-tool-table tbody td::before {
		color: #0b514b;
		display: block;
		font-size: 12px;
		font-weight: 800;
		margin-bottom: 6px;
		text-transform: uppercase;
	}

	body.postid-716 .gst-r5-tool-table tbody td:first-of-type::before {
		content: "Résultat attendu";
	}

	body.postid-716 .gst-r5-tool-table tbody td:last-child {
		background: #fffaf0;
		border-left: 1px solid #d8e1e0;
	}

	body.postid-716 .gst-r5-tool-table tbody td:last-child::before {
		content: "Statut";
	}
}
/* GST G16 CHECKLIST 20260722 END */
