section.heading-with-content
{
	background-color: #010520;
}
section.heading-with-content div.heading-part
{
	padding: 112px 32px;
	background-image: url("/wp-content/uploads/2025/09/Privacy-Banner-Bg.png"), linear-gradient(180deg, #050B32 62.74%, #010520 100%);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	margin-bottom:0;
}
div.heading-part div.heading-wrap
{
	margin: 0 auto;
	max-width: 905px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
div.heading-part div.heading-wrap div.subheading
{
	padding: 6px 12px;
	font-family: "IBM Plex Sans";
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0%;
	background-color: #FFFFFF08;
	background-image: url('/wp-content/uploads/2025/09/sub-head-bg.png');
	background-position: center;
	background-size: cover;
}
div.heading-part div.heading-wrap div.heading
{
	width: 100%;
	text-align: center;
}
div.heading-wrap div.heading h1
{
	font-family: "Geist";
	font-weight: 600;
	font-size: 64px;
	line-height: 125%;
	letter-spacing: 0%;
}
section.heading-with-content div.content-part
{
	padding: 112px 32px;
}
section.heading-with-content div.content-part div.content-wrapper
{
	margin: 0 auto;
	max-width: 905px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
div.content-wrapper h2,
div.content-wrapper h3,
div.content-wrapper h4
{
	font-family: "Geist";
	font-weight: 600;
	margin: 0;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
}
div.content-wrapper h2
{
	font-size: 38px;
}
div.content-wrapper h3
{
	font-size: 30px;
}
div.content-wrapper h4
{
	font-size: 20px;
}
div.content-wrapper p
{
	font-family: "IBM Plex Sans";
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	margin: 0;
}
div.content-wrapper ul
{
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin: 0;
	padding-left: 20px;
}
div.content-wrapper ul li
{
	font-family: IBM Plex Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 200%;
	letter-spacing: 0%;
}
div.content-wrapper ul li a,
div.content-wrapper p a
{
	color:#fff;
	text-decoration:underline;
	padding-bottom:0;
}
div.content-wrapper table
{
	border:1px solid #fff;
}
div.content-wrapper table th
{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
div.content-wrapper table td
{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
div.content-wrapper table th:last-child,
div.content-wrapper table td:last-child
{
	border-right:none;
}
div.content-wrapper table tbody tr:last-child td
{
	border-bottom:none;
}
@media(max-width:768px)
{
	section.heading-with-content div.heading-part
	{
		padding: 80px 32px 100px;
		background-image: url("/wp-content/uploads/2025/09/sub-head-bg-mob.png"), linear-gradient(180deg, #050B32 62.74%, #010520 100%);
		background-position: top left;
	}
	div.heading-part div.heading-wrap
	{
		gap: 11px;
	}
	div.heading-wrap div.heading h1
	{
		font-size: 40px;
	}
	section.heading-with-content div.content-part div.content-wrapper
	{
		gap: 18px;
	}
	section.heading-with-content div.content-part
	{
		padding: 26px 40px;
	}
	div.content-wrapper h2
	{
		font-size: 32px;
	}
	div.content-wrapper h3
	{
		font-size: 25px;
	}
	div.content-wrapper ul
	{
		gap: 7px;
	}
	div.content-wrapper h4,
	div.content-wrapper p,
	div.content-wrapper ul li
	{
		font-size: 16px;
	}
}