/*start private cloud compute*/
.modal:is(.private-cloud) li:nth-child(1) {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="25" viewBox="0 0 30 30"><circle cx="15" cy="15" r="14" fill="none" stroke="%23ffffff" stroke-width="2"/><text x="15" y="20" text-anchor="middle" fill="%23ffffff" font-size="16" font-weight="bold">1</text></svg>');
}
.modal:is(.private-cloud) li:nth-child(2) {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="25" viewBox="0 0 30 30"><circle cx="15" cy="15" r="14" fill="none" stroke="%23ffffff" stroke-width="2"/><text x="15" y="20" text-anchor="middle" fill="%23ffffff" font-size="16" font-weight="bold">2</text></svg>');
}

.modal:is(.private-cloud) li:nth-child(3) {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="25" viewBox="0 0 30 30"><circle cx="15" cy="15" r="14" fill="none" stroke="%23ffffff" stroke-width="2"/><text x="15" y="20" text-anchor="middle" fill="%23ffffff" font-size="16" font-weight="bold">3</text></svg>');
}

.private-cloud-ai {
	margin-top: 50px;
}

.private-cloud-text {
	font-weight: 400 !important;
}

.modal:is(.private-cloud) .after-copy {
	padding-top: 45px;
}

.modal:is(.private-cloud) .after-copy .icon-copy {
	font-weight: 400;
}

.modal:is(.on-device, .private-cloud) ul {
	margin-block-start: 0px;
}

.modal:is(.on-device, .private-cloud) .after-copy .icon-copy {
	font-size: 17px;
	line-height: 1.47059;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family:
		"SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial",
		sans-serif;
	font-style: normal;
}

.modal:is(.on-device, .private-cloud)
	.content-wrapper
	.modal-content
	.headline-container {
	-webkit-padding-after: 17px;
	padding-block-end: 17px;
}

.modal:is(.on-device, .private-cloud) p,
.modal:is(.on-device, .private-cloud) ul {
	font-size: 19px;
	line-height: 1.21053;
	font-weight: 600;
	letter-spacing: 0.012em;
	font-family:
		"SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}
/*end private cloud compute*/
