
/* Values bubble layout */
#values {
	margin-top: 25px;
	padding-top: 0 !important;
}

#values > .inner {
	padding-top: 0 !important;
}

.values-title h2 {
	text-align: center;
	font-size: clamp(2rem, 3vw, 2.8rem);
	margin: 0;
}

.values-bubbles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

.value-bubble {
	flex: 1 1 240px;
	max-width: 280px;
	padding: 1.75rem;
	border-radius: 36px;
	text-align: center;
	color: #04121f;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
	border: 2px solid rgba(255, 255, 255, 0.25);
	position: relative;
	overflow: hidden;
}

.value-bubble h3 {
	margin-top: 0;
	margin-bottom: 0.75rem;
	font-size: 1.35rem;
	letter-spacing: 0.08em;
}

.value-bubble p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.6;
}

.bubble-green {
	background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 60%),
		linear-gradient(135deg, #0fd850, #36c275);
}

.bubble-violet {
	background: radial-gradient(circle at 70% 25%, rgba(255, 255, 255, 0.35), transparent 60%),
		linear-gradient(135deg, #a445b2, #6f00ff);
}

.bubble-red {
	background: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.4), transparent 60%),
		linear-gradient(135deg, #ff416c, #ff4b2b);
}

@media screen and (max-width: 768px) {
	.value-bubble {
		max-width: none;
		flex: 1 1 calc(50% - 1.5rem);
	}
}

@media screen and (max-width: 575px) {
	.values-bubbles {
		gap: 1rem;
	}

	.value-bubble {
		flex: 1 1 100%;
	}
}

#ed-843900468 > .inner {
	width: min(1200px, calc(100% - 2rem));
	margin: 0 auto;
}

#ed-843900471 {
	display: none;
}

#ed-843900705 > .inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	column-gap: 1.5rem;
	row-gap: 1.75rem;
	align-items: flex-start;
	margin: 0 auto;
	max-width: 1200px;
	justify-items: stretch;
}

#ed-843900705 .footer-saga-box {
	margin: 0;
	max-width: none !important;
	width: 100%;
}

#ed-843900705 .footer-saga-box .inner,
#ed-843900705 .footer-saga-box p,
#ed-843900705 .footer-saga-box ul {
	max-width: none;
	width: 100%;
}

#ed-843900705 .footer-saga-box p {
	line-height: 1.7;
}

@media (max-width: 640px) {
	#ed-843900705 > .inner {
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
	}

	#ed-843900705 .footer-saga-box {
		width: 100%;
	}
}

#ed-843900477 > .inner {
	position: relative;
	padding: clamp(2.5rem, 4vw, 3.5rem);
	border-radius: 48px;
	background: radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)) no-repeat,
		radial-gradient(circle at 70% 30%, rgba(0, 180, 255, 0.35), rgba(0, 120, 255, 0.05)) no-repeat,
		linear-gradient(135deg, rgba(5, 45, 77, 0.9), rgba(15, 90, 140, 0.75));
	border: 2px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45), inset 0 5px 20px rgba(255, 255, 255, 0.35);
	color: #f1f6ff;
	text-align: left;
	overflow: hidden;
	isolation: isolate;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#ed-843900477 .bubble-content {
	margin-top: 1.25rem;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

#ed-843900477 .bubble-heading {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	flex-wrap: wrap;
	justify-content: space-between;
}

#ed-843900477 .bubble-image {
	margin: 0;
	flex-shrink: 0;
	max-width: min(320px, 38vw);
}

#ed-843900477 .bubble-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 240px;
	border-radius: 10px;
	object-fit: cover;
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
	border: 2px solid rgba(255, 255, 255, 0.25);
}

#ed-843900477 .bubble-text {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

#ed-843900477 > .inner::before,
#ed-843900477 > .inner::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
	filter: blur(6px);
	z-index: -1;
}

#ed-843900477 > .inner::before {
	width: 160px;
	height: 160px;
	top: -40px;
	right: 20%;
	opacity: 0.7;
}

#ed-843900477 > .inner::after {
	width: 90px;
	height: 90px;
	bottom: 10%;
	left: 15%;
	opacity: 0.35;
}

#ed-843900480 h2 {
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	color: #ffffff;
	margin: 0;
	text-align: left;
}

#ed-843900486 p {
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 0 0 1.5rem;
	max-width: none;
	text-align: justify;
	text-justify: inter-word;
}

#ed-843900492 .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 2.75rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #00c6ff, #0072ff);
	color: #0a1a2f;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	box-shadow: 0 12px 25px rgba(0, 114, 255, 0.45);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#ed-843900492 .button:hover,
#ed-843900492 .button:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 18px 30px rgba(0, 114, 255, 0.55);
}

@media (max-width: 680px) {
	#ed-843900468 > .inner {
		width: 100%;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	#ed-843900477 > .inner {
		border-radius: 24px;
		padding: 1.5rem;
		max-width: none;
		width: 100%;
		margin: 0;
	}

	#ed-843900477 .bubble-heading {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	#ed-843900477 .bubble-image {
		float: none;
		margin: 0;
		width: 100%;
		max-width: none;
	}

	#ed-843900477 .bubble-image img {
		width: 100%;
		height: auto;
		max-height: clamp(180px, 55vw, 260px);
		margin-top: 0.25rem;
	}

	#ed-843900486 p {
		text-align: left;
	}
}
