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

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

.itbp-manifesto-module {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	padding: clamp(76px, 8vw, 124px) clamp(22px, 5vw, 72px);
	background-color: var(--itbp-mf-bg, #06163a) !important;
	background-image:
		radial-gradient(circle at 92% 3%, rgba(106, 187, 196, .23), transparent 30%),
		linear-gradient(145deg, var(--itbp-mf-bg, #06163a) 0%, #0a2148 56%, #0b2b55 100%) !important;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
}

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

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

.itbp-manifesto-module__orb--one {
	width: 520px;
	height: 520px;
	right: -260px;
	top: -290px;
	border: 1px solid rgba(128, 214, 218, .23);
}

.itbp-manifesto-module__orb--two {
	width: 320px;
	height: 320px;
	left: -190px;
	bottom: -210px;
	background: rgba(38, 115, 184, .18);
	filter: blur(2px);
}

.itbp-manifesto-module__header {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(270px, .65fr);
	column-gap: 70px;
	align-items: end;
	margin-bottom: 48px;
}

.itbp-manifesto-module__kicker {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
	color: var(--itbp-mf-accent, #80d6da);
	font-size: 12px;
	line-height: 1;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.itbp-manifesto-module__kicker span {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--itbp-mf-accent, #80d6da);
	border-radius: 50%;
	color: var(--itbp-mf-accent, #80d6da) !important;
	font-weight: 700;
}

.itbp-manifesto-module__kicker strong {
	color: var(--itbp-mf-accent, #80d6da) !important;
	font-weight: 700;
}

.itbp-manifesto-module h2 {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(44px, 5.3vw, 76px) !important;
	font-weight: 300 !important;
	line-height: 1.02 !important;
	letter-spacing: -.045em !important;
}

.itbp-manifesto-module h2 em {
	color: var(--itbp-mf-accent, #80d6da) !important;
	font-style: normal !important;
}

.itbp-manifesto-module__intro {
	max-width: 410px;
	margin: 0 0 6px !important;
	color: #bfc9dc !important;
	font-size: 17px !important;
	line-height: 1.65 !important;
}

.itbp-manifesto-module__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
}

.itbp-manifesto-module__card {
	position: relative;
	min-height: 218px;
	margin: 0;
	padding: 25px 24px 24px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
	transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.itbp-manifesto-module__card--wide {
	grid-column: span 2;
}

.itbp-manifesto-module__card:hover {
	transform: translateY(-5px);
	border-color: rgba(128, 214, 218, .55);
	background: linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045));
}

.itbp-manifesto-module__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 27px;
	padding: 0 9px;
	border-radius: 999px;
	background: rgba(128, 214, 218, .11);
	color: var(--itbp-mf-accent, #80d6da) !important;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: .08em;
}

.itbp-manifesto-module h3 {
	margin: 30px 0 10px !important;
	color: #fff !important;
	font-size: 17px !important;
	font-weight: 650 !important;
	line-height: 1.3 !important;
	letter-spacing: -.01em !important;
}

.itbp-manifesto-module__card p {
	margin: 0 !important;
	color: #bfc9dc !important;
	font-size: 13px !important;
	line-height: 1.65 !important;
}

.itbp-manifesto-module blockquote {
	position: relative;
	max-width: 1040px;
	margin: 52px 0 0 !important;
	padding: 4px 0 4px 34px !important;
	border: 0 !important;
	border-left: 3px solid #6abbc4 !important;
	background: none !important;
	color: #fff !important;
	font-size: clamp(22px, 2.8vw, 36px) !important;
	font-weight: 300 !important;
	line-height: 1.38 !important;
	letter-spacing: -.025em !important;
}

.itbp-manifesto-module blockquote > span {
	position: absolute;
	left: 13px;
	top: -12px;
	color: var(--itbp-mf-accent, #80d6da);
	font-size: 42px;
	font-weight: 300;
	opacity: .7;
}

@media (max-width: 1020px) {
	.itbp-manifesto-module__header {
		grid-template-columns: 1fr;
		row-gap: 25px;
	}

	.itbp-manifesto-module__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.itbp-manifesto-module__card {
		min-height: 205px;
	}
}

@media (max-width: 680px) {
	.itbp-manifesto-module {
		padding: 72px 18px;
	}

	.itbp-manifesto-module__header {
		margin-bottom: 34px;
	}

	.itbp-manifesto-module h2 {
		font-size: 42px !important;
	}

	.itbp-manifesto-module__intro {
		font-size: 15px !important;
	}

	.itbp-manifesto-module__grid {
		grid-template-columns: 1fr;
	}

	.itbp-manifesto-module__card,
	.itbp-manifesto-module__card--wide {
		grid-column: auto;
		min-height: 0;
		padding: 23px;
	}

	.itbp-manifesto-module blockquote {
		margin-top: 38px !important;
		padding-left: 24px !important;
		font-size: 23px !important;
	}
}

