<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-background-overlay {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.6;
	height: 14em;
	width: 100%;
	top: 0;
	left: 0;
	position: relative;
}

.data-text-card-feature-nw:not(:first-child)::before {
	content: ", ";
}

.img-card-promo {
	position: relative;
	margin-bottom: 2em;
	text-align: center;
	overflow: hidden;
	box-shadow: 0 0 4px 2px rgb(0 0 0 / 3%);
	border-radius: 8px;
}

.img-card-promo img {
	max-width: 100%;
	height: 20em;
	vertical-align: middle;
	transition: all .2s ease-in-out;
}

.img-card-layer {
	width: 100%;
	height: 20em;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.img-card-promo img {
		height: auto;
	}
}

.img-card-promo img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.text-card-pm {
	position: relative;
	text-align: left;
	color: #212529;
	background: #fff;
	padding: 20px;
	line-height: 1.8em;
}

.card-features svg {
	margin-right: 5px;
	margin-right: 0.6em;
}

.text_under_title_pm {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333333;
}

.title-text-card-pm {
	text-decoration: none;
	line-height: inherit;
	font-size: 19px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.title-text-card-pm a {
	color: #000000;
}

.price-text-card-pm {
	font-size: 18px;
	font-weight: 500;
}

.features2-text-card-pm {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.title-pm {
	font-size: 35px;
	font-weight: 300;
}

.label {
	font-size: 10px;
	line-height: 11px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	padding: 3px 5px;
	color: #fff;
	border-radius: 2px;
}

.labels-photo {
	position: absolute;
	z-index: 0 !important;
	top: 17px;
	right: 50px;
	z-index: 1;
}

.labels-3d {
	position: absolute;
	z-index: 0 !important;
	top: 17px;
	right: 20px;
	z-index: 1;
}

.img-card-promo .img-card-layer {
	transition: all .2s ease-in-out;
	width: 100%;
	height: 20em;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.img-card-promo:hover .img-card-layer {
	transform: scale(1.05);
}</pre></body></html>