.fl-module-itbp-methode .fl-module-content {
	margin: 0 !important;
}

.itbp-methode-module,
.itbp-methode-module * {
	box-sizing: border-box;
}

.itbp-methode-module {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	padding: clamp(76px, 7vw, 112px) clamp(22px, 5vw, 72px) clamp(74px, 6.7vw, 105px);
	background-color: var(--itbp-method-bg, #f7fbff) !important;
	background-image:
		radial-gradient(circle at 94% 4%, color-mix(in srgb, var(--itbp-method-teal, #80d6da) 32%, transparent), transparent 29%),
		radial-gradient(circle at 0 100%, color-mix(in srgb, var(--itbp-method-blue, #2673b8) 8%, transparent), transparent 25%),
		linear-gradient(135deg, #fff 0%, var(--itbp-method-bg, #f7fbff) 60%, #ecf4fe 100%) !important;
	color: var(--itbp-method-navy, #06163a) !important;
	font-family: Montserrat, Arial, sans-serif;
}

@supports not (color: color-mix(in srgb, white, black)) {
	.itbp-methode-module {
		background-image:
			radial-gradient(circle at 94% 4%, rgba(128, 214, 218, .32), transparent 29%),
			radial-gradient(circle at 0 100%, rgba(38, 115, 184, .08), transparent 25%),
			linear-gradient(135deg, #fff 0%, var(--itbp-method-bg, #f7fbff) 60%, #ecf4fe 100%) !important;
	}
}

.itbp-methode-module__inner {
	position: relative;
	z-index: 2;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.itbp-methode-module__orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.itbp-methode-module__orb--one {
	width: 430px;
	height: 430px;
	right: -190px;
	top: -175px;
	border: 1px solid rgba(38, 115, 184, .11);
	box-shadow: inset 0 0 0 66px rgba(128, 214, 218, .055);
}

.itbp-methode-module__orb--two {
	width: 320px;
	height: 320px;
	left: -220px;
	bottom: -150px;
	background: rgba(38, 115, 184, .045);
}

.itbp-methode-module__kicker {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 25px;
	color: var(--itbp-method-blue, #2673b8) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: .14em !important;
	text-transform: uppercase;
}

.itbp-methode-module__kicker span {
	display: grid;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	place-items: center;
	border: 1px solid #6abbc4;
	border-radius: 50%;
	color: var(--itbp-method-blue, #2673b8) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
}

.itbp-methode-module__kicker strong {
	color: var(--itbp-method-blue, #2673b8) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

.itbp-methode-module__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(245px, 310px);
	gap: clamp(30px, 5vw, 72px);
	align-items: end;
	margin-bottom: 34px;
}

.itbp-methode-module h2 {
	margin: 0 !important;
	color: var(--itbp-method-navy, #06163a) !important;
	font-size: clamp(45px, 5.4vw, 72px) !important;
	font-weight: 300 !important;
	line-height: .99 !important;
	letter-spacing: -.047em !important;
	text-transform: none !important;
}

.itbp-methode-module h2 span,
.itbp-methode-module h2 em {
	display: block;
	border: 0 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.itbp-methode-module h2 em {
	margin-top: 7px;
	color: var(--itbp-method-blue, #2673b8) !important;
	font-style: normal !important;
	font-weight: 400 !important;
}

.itbp-methode-module h2 em::before,
.itbp-methode-module h2 em::after {
	display: none !important;
	content: none !important;
}

.itbp-methode-module__intro {
	max-width: 735px;
	margin: 23px 0 0 !important;
	color: #536177 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.7 !important;
}

.itbp-methode-module__status {
	position: relative;
	min-height: 142px;
	overflow: hidden;
	padding: 24px 26px;
	border: 2px solid transparent;
	border-radius: 25px;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, rgba(38, 115, 184, .34), rgba(128, 214, 218, .72), rgba(38, 115, 184, .16)) border-box !important;
	box-shadow: 0 14px 34px rgba(23, 67, 112, .10);
}

.itbp-methode-module__status::after {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	right: -64px;
	top: -66px;
	border-radius: 50%;
	background: rgba(128, 214, 218, .13);
	pointer-events: none;
}

.itbp-methode-module__status > * {
	position: relative;
	z-index: 1;
}

.itbp-methode-module__status.is-changing {
	animation: itbp-method-status-change .34s ease both;
}

@keyframes itbp-method-status-change {
	0% {
		transform: translateY(0);
		box-shadow: 0 14px 34px rgba(23, 67, 112, .10);
	}
	45% {
		transform: translateY(-3px);
		box-shadow: 0 19px 40px rgba(23, 67, 112, .15);
	}
	100% {
		transform: translateY(0);
		box-shadow: 0 14px 34px rgba(23, 67, 112, .10);
	}
}

.itbp-methode-module__status small {
	display: block;
	margin-bottom: 13px;
	color: var(--itbp-method-blue, #2673b8) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	letter-spacing: .13em !important;
	text-transform: uppercase;
}

.itbp-methode-module__status strong {
	display: block;
	margin-bottom: 8px;
	color: var(--itbp-method-navy, #06163a) !important;
	font-size: 21px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

.itbp-methode-module__status span {
	display: block;
	color: #657389 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.55 !important;
}

.itbp-methode-module__surface {
	position: relative;
	padding: 34px 18px 22px;
	border: 2px solid transparent;
	border-radius: 29px;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(115deg, rgba(38, 115, 184, .27), rgba(128, 214, 218, .67) 48%, rgba(38, 115, 184, .14)) border-box !important;
	box-shadow: 0 19px 46px rgba(23, 67, 112, .105);
}

.itbp-methode-module__track {
	position: absolute;
	top: 136px;
	left: 10%;
	width: 80%;
	height: 4px;
	border-radius: 999px;
	background: #d8e9ef;
	pointer-events: none;
}

.itbp-methode-module__progress {
	width: var(--itbp-method-progress, 100%);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--itbp-method-blue, #2673b8), var(--itbp-method-teal, #80d6da));
	box-shadow: 0 0 0 4px rgba(128, 214, 218, .10);
	transition: width .42s cubic-bezier(.22, .8, .25, 1);
}

.itbp-methode-module__stages {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.itbp-methode-module__stage {
	min-width: 0;
	padding: 0 8px 16px !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline-offset: 5px;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--itbp-method-navy, #06163a) !important;
	font-family: inherit !important;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	transition: transform .28s ease;
}

.itbp-methode-module__stage:hover,
.itbp-methode-module__stage.is-active {
	transform: translateY(-7px);
}

.itbp-methode-module__stage:focus-visible {
	outline: 2px solid var(--itbp-method-blue, #2673b8);
}

.itbp-methode-module__stage-label {
	display: block;
	min-height: 28px;
	color: var(--itbp-method-blue, #2673b8) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	letter-spacing: .11em !important;
	text-transform: uppercase;
}

.itbp-methode-module__stage-title {
	display: block;
	min-height: 46px;
	color: var(--itbp-method-navy, #06163a) !important;
	font-size: clamp(15px, 1.85vw, 22px) !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	transition: color .24s ease;
}

.itbp-methode-module__node {
	position: relative;
	display: grid;
	width: 58px;
	height: 58px;
	margin: 12px auto 23px;
	place-items: center;
	border: 2px solid #3c98bd;
	border-radius: 50%;
	background: #fff !important;
	color: var(--itbp-method-blue, #2673b8) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	box-shadow: 0 0 0 0 rgba(128, 214, 218, 0);
	transition: color .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.itbp-methode-module__stage.is-reached .itbp-methode-module__node {
	border-color: #52afc4;
	box-shadow: 0 0 0 7px rgba(128, 214, 218, .12);
}

.itbp-methode-module__stage.is-active .itbp-methode-module__node,
.itbp-methode-module__stage:hover .itbp-methode-module__node,
.itbp-methode-module__stage:focus-visible .itbp-methode-module__node {
	border-color: transparent;
	background: linear-gradient(135deg, var(--itbp-method-blue, #2673b8), #6abbc4) !important;
	color: #fff !important;
	transform: scale(1.1);
	box-shadow: 0 11px 25px rgba(38, 115, 184, .24), 0 0 0 8px rgba(128, 214, 218, .15);
}

.itbp-methode-module__stage.is-active .itbp-methode-module__stage-title,
.itbp-methode-module__stage:hover .itbp-methode-module__stage-title,
.itbp-methode-module__stage:focus-visible .itbp-methode-module__stage-title {
	color: var(--itbp-method-blue, #2673b8) !important;
}

.itbp-methode-module__stage-copy {
	display: block;
	color: #5f6c80 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.55 !important;
}

.itbp-methode-module__scale {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 13px;
	color: var(--itbp-method-blue, #2673b8) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: .15em !important;
	text-transform: uppercase;
}

.itbp-methode-module__scale i {
	height: 1px;
	flex: 1;
	background: #e0e9ef;
}

.itbp-methode-module__loop {
	display: flex;
	min-height: 74px;
	align-items: center;
	gap: 20px;
	margin-top: 23px;
	padding: 18px 25px;
	border-radius: 25px;
	background: linear-gradient(90deg, var(--itbp-method-navy, #06163a), #0b2b55 65%, #164e70) !important;
	box-shadow: 0 15px 34px rgba(6, 22, 58, .17);
	color: #fff !important;
}

.itbp-methode-module__loop strong {
	flex: 0 0 auto;
	color: var(--itbp-method-teal, #80d6da) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: .13em !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.itbp-methode-module__loop span {
	min-width: 0;
	color: #fff !important;
	font-size: clamp(10px, 1.08vw, 13px) !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	white-space: nowrap;
}

.itbp-methode-module__loop em {
	margin-left: 4px;
	color: var(--itbp-method-teal, #80d6da) !important;
	font-style: normal !important;
	font-weight: 700 !important;
}

@media (max-width: 1000px) {
	.itbp-methode-module__loop {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.itbp-methode-module__loop span {
		white-space: normal;
	}
}

@media (max-width: 760px) {
	.itbp-methode-module {
		padding: 72px 20px 74px;
	}

	.itbp-methode-module__heading {
		grid-template-columns: 1fr;
	}

	.itbp-methode-module__status {
		min-height: 0;
	}

	.itbp-methode-module__surface {
		padding: 29px 20px;
	}

	.itbp-methode-module__track {
		top: 72px;
		bottom: 72px;
		left: 48px;
		width: 4px;
		height: auto;
	}

	.itbp-methode-module__progress {
		width: 100%;
		height: var(--itbp-method-progress, 100%);
		background: linear-gradient(180deg, var(--itbp-method-blue, #2673b8), var(--itbp-method-teal, #80d6da));
		transition: height .42s cubic-bezier(.22, .8, .25, 1);
	}

	.itbp-methode-module__stages {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.itbp-methode-module__stage {
		display: grid;
		grid-template-columns: 60px minmax(0, 1fr);
		column-gap: 18px;
		align-items: center;
		padding: 9px 0 !important;
		text-align: left;
	}

	.itbp-methode-module__stage:hover,
	.itbp-methode-module__stage.is-active {
		transform: translateX(5px);
	}

	.itbp-methode-module__stage-label,
	.itbp-methode-module__stage-title,
	.itbp-methode-module__stage-copy {
		grid-column: 2;
	}

	.itbp-methode-module__stage-label,
	.itbp-methode-module__stage-title {
		min-height: 0;
	}

	.itbp-methode-module__node {
		grid-column: 1;
		grid-row: 1 / span 3;
		margin: 0;
	}

	.itbp-methode-module__scale {
		display: none;
	}
}

@media (max-width: 480px) {
	.itbp-methode-module h2 {
		font-size: clamp(39px, 13vw, 54px) !important;
	}

	.itbp-methode-module__surface {
		padding-right: 15px;
		padding-left: 15px;
	}

	.itbp-methode-module__track {
		left: 43px;
	}

	.itbp-methode-module__stage {
		grid-template-columns: 56px minmax(0, 1fr);
		column-gap: 14px;
	}

	.itbp-methode-module__node {
		width: 54px;
		height: 54px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.itbp-methode-module__stage,
	.itbp-methode-module__node,
	.itbp-methode-module__progress,
	.itbp-methode-module__status {
		animation: none !important;
		transition: none !important;
	}
}
