.bpr-product-downloads {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 44px;
	margin: 18px 0;
}

.bpr-product-download {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: inherit;
	font-size: 16px;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
}

.bpr-product-download:hover,
.bpr-product-download:focus {
	text-decoration: underline;
}

.bpr-product-download-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.bpr-product-download-icon-file {
	width: 20px;
	height: 24px;
	border: 1px solid #cfd7dc;
	border-radius: 2px;
	background: #fff;
	color: #df2b2f;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: 0;
}

.bpr-product-download-icon-file::before {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	width: 8px;
	height: 8px;
	background: linear-gradient(135deg, #fff 0 48%, #df2b2f 50% 100%);
	border-left: 1px solid #cfd7dc;
	border-bottom: 1px solid #cfd7dc;
}

.bpr-product-download-icon-file span {
	position: relative;
	top: 3px;
}

.bpr-product-download-icon-video {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #58bec1;
}

.bpr-product-download-icon-video span {
	width: 0;
	height: 0;
	margin-left: 2px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #fff;
}

@media (max-width: 520px) {
	.bpr-product-downloads {
		gap: 14px 24px;
	}

	.bpr-product-download {
		font-size: 15px;
	}
}
.bpr-product-features,
.bpr-product-technical-details {
	margin: 18px 0;
}

.bpr-product-features > :first-child,
.bpr-product-technical-details > :first-child {
	margin-top: 0;
}

.bpr-product-features > :last-child,
.bpr-product-technical-details > :last-child {
	margin-bottom: 0;
}

.bpr-product-technical-details p {
	display: block;
	margin: 0 0 1em;
}

.bpr-product-technical-details ul,
.bpr-product-technical-details ol {
	margin: 0 0 1em 1.25em;
}

.bpr-product-downloads-empty-marker {
	display: none !important;
}

.bpr-product-download-label {
	display: inline-block !important;
	position: static !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: auto !important;
	height: auto !important;
	max-width: none !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	color: inherit !important;
	font: inherit !important;
	line-height: inherit !important;
	letter-spacing: 0 !important;
	text-indent: 0 !important;
	white-space: nowrap !important;
}

.divider-wrapper[data-bpr-hidden-empty-download-divider="1"],
.divider-wrapper[data-bpr-hidden-download-divider="1"] {
	display: none !important;
}
.bpr-empty-product-section-marker,
.bpr-empty-product-section-hidden {
	display: none !important;
}

.bpr-video-modal[hidden] {
	display: none !important;
}

.bpr-video-modal {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(0, 0, 0, 0.86);
}

.bpr-video-modal-dialog {
	position: relative;
	max-width: calc(100vw - 32px);
	background: #000;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.bpr-video-modal-stage {
	width: 100%;
	background: #000;
	overflow: hidden;
}

.bpr-video-modal-stage iframe,
.bpr-video-modal-stage video {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
}

.bpr-video-modal-close {
	position: absolute;
	z-index: 2;
	top: 8px;
	right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.68);
	color: #fff;
	font: 400 30px/1 Arial, sans-serif;
	cursor: pointer;
}

.bpr-video-modal-close:hover,
.bpr-video-modal-close:focus-visible {
	background: #fff;
	color: #000;
	outline: 2px solid #58bec1;
	outline-offset: 2px;
}

html.bpr-video-modal-open,
html.bpr-video-modal-open body {
	overflow: hidden !important;
}

@media (max-width: 520px) {
	.bpr-video-modal {
		padding: 8px;
	}

	.bpr-video-modal-dialog {
		max-width: calc(100vw - 16px);
	}

	.bpr-video-modal-close {
		top: 6px;
		right: 6px;
		width: 38px;
		height: 38px;
	}
}