.elementor-widget-hermes-product-information-horizontal,
.elementor-widget-hermes-product-information-vertical,
.elementor-widget-hermes-product-information-horizontal .hmw-product-information,
.elementor-widget-hermes-product-information-vertical .hmw-product-information,
.elementor-widget-hermes-product-information-horizontal .hmw-product-information *,
.elementor-widget-hermes-product-information-vertical .hmw-product-information * {
	box-sizing: border-box;
}

.hmw-product-information {
	--hmw-product-information-items-gap: 18px;
	--hmw-product-information-align: flex-start;
	--hmw-product-information-top-visual-align: center;
	--hmw-product-information-visual-self: center;
	--hmw-product-information-text-align: right;
	--hmw-product-information-asset-size: 80px;
	--hmw-product-information-separator-color: #d5d2f0;
	--hmw-product-information-separator-thickness: 1px;
	--hmw-product-information-separator-length: 72%;
	--hmw-product-information-hover-color: #4931e8;
	--hmw-product-information-hover-height: 3px;
	--hmw-product-information-base-line: #dcd8f4;
	--hmw-product-information-base-line-height: 3px;
	--hmw-product-information-hover-duration: 420ms;
	--hmw-product-information-hover-origin: right;
	--hmw-product-information-link-line: #6d57f5;
	--hmw-product-information-link-line-height: 2px;
	--hmw-product-information-link-line-offset: 2px;
	--hmw-product-information-decor-1: #e2dcff;
	--hmw-product-information-decor-2: #d9e4ff;
	--hmw-product-information-decor-size: 90px;
	position: relative;
	width: 100%;
	min-width: 0;
	padding: 14px 22px;
	direction: rtl;
	overflow: hidden;
	isolation: isolate;
}

.hmw-product-information--has-panel {
	background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(242, 244, 255, .95));
	border: 1px solid rgba(220, 222, 247, .72);
	border-radius: 30px;
	box-shadow: 0 12px 34px rgba(54, 36, 150, .08);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.hmw-product-information--no-panel {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
}

.hmw-product-information--decorated::before,
.hmw-product-information--decorated::after {
	position: absolute;
	z-index: -1;
	width: var(--hmw-product-information-decor-size);
	height: var(--hmw-product-information-decor-size);
	border-radius: 50%;
	content: "";
	pointer-events: none;
	filter: blur(1px);
}

.hmw-product-information--decorated::before {
	top: 12px;
	right: 18px;
	background: var(--hmw-product-information-decor-1);
	opacity: .42;
}

.hmw-product-information--decorated::after {
	right: auto;
	bottom: -30px;
	left: 40px;
	background: var(--hmw-product-information-decor-2);
	opacity: .30;
}

.hmw-product-information__grid {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: stretch;
	gap: var(--hmw-product-information-items-gap);
	width: 100%;
	min-width: 0;
}

.hmw-product-information--horizontal .hmw-product-information__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hmw-product-information--vertical {
	--hmw-product-information-items-gap: 34px;
	--hmw-product-information-asset-size: 116px;
	--hmw-product-information-separator-length: 78%;
	--hmw-product-information-decor-size: 130px;
	padding: 18px;
}

.hmw-product-information--vertical .hmw-product-information__grid {
	grid-template-columns: minmax(0, 1fr);
}

.hmw-product-information__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	min-width: 0;
	min-height: 104px;
	padding: 4px;
	border-color: transparent;
	transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease;
}

.hmw-product-information--vertical .hmw-product-information__item {
	min-height: 116px;
	padding: 18px 20px;
}

.hmw-product-information--item-background .hmw-product-information__item {
	background: rgba(255, 255, 255, .68);
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 28px;
	box-shadow: 0 10px 30px rgba(48, 31, 141, .06);
}

.hmw-product-information__item-main {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	min-width: 0;
}

.hmw-product-information--vertical .hmw-product-information__item-main {
	flex-direction: row;
	gap: 24px;
}

.hmw-product-information__visual {
	position: relative;
	display: flex;
	flex: 0 0 86px;
	align-self: var(--hmw-product-information-visual-self, center);
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 80px;
	margin: 0;
	overflow: hidden;
}

.hmw-product-information--vertical .hmw-product-information__visual {
	flex-basis: 150px;
	width: 150px;
	height: 124px;
}

.hmw-product-information--visual-box .hmw-product-information__visual {
	background: linear-gradient(145deg, rgba(255, 255, 255, .66), rgba(226, 224, 255, .34));
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 24px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78), 0 10px 26px rgba(73, 49, 232, .08);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.hmw-product-information--vertical.hmw-product-information--visual-box .hmw-product-information__visual {
	border-radius: 34px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78), 0 14px 34px rgba(73, 49, 232, .10);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.hmw-product-information:not(.hmw-product-information--visual-box) .hmw-product-information__visual {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
}

.hmw-product-information__asset {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--hmw-product-information-asset-size);
	height: var(--hmw-product-information-asset-size);
	max-width: 100%;
	max-height: 100%;
}

.hmw-product-information__asset--media {
	display: block;
	object-fit: contain;
}

.hmw-product-information__asset--library,
.hmw-product-information__asset--library svg,
.hmw-product-information__asset--library i {
	width: var(--hmw-product-information-asset-size);
	height: var(--hmw-product-information-asset-size);
	font-size: var(--hmw-product-information-asset-size);
}

.hmw-product-information__asset--preset {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.hmw-product-information__asset--reviews {
	background-image: url('../images/product-information-reviews.webp');
}

.hmw-product-information__asset--users {
	background-image: url('../images/product-information-users.webp');
}

.hmw-product-information__asset--exams {
	background-image: url('../images/product-information-exams.webp');
}

.hmw-product-information__copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: var(--hmw-product-information-align);
	justify-content: center;
	gap: 2px;
	min-width: 0;
	text-align: var(--hmw-product-information-text-align);
}

.hmw-product-information__number {
	display: block;
	align-self: stretch;
	margin: 0;
	color: #090553;
	font-size: 28px;
	font-weight: 900;
	font-variant-numeric: tabular-nums;
	line-height: 1.2;
	text-align: var(--hmw-product-information-text-align);
	white-space: nowrap;
}

.hmw-product-information--vertical .hmw-product-information__number {
	font-size: 42px;
}

.hmw-product-information__label {
	display: block;
	align-self: stretch;
	width: 100%;
	margin: 0;
	color: #67658f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	text-align: var(--hmw-product-information-text-align);
}

.hmw-product-information--vertical .hmw-product-information__label {
	font-size: 20px;
	line-height: 1.55;
}

.hmw-product-information__review-link {
	position: relative;
	z-index: 7;
	display: inline-flex;
	align-self: var(--hmw-product-information-align);
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 4px;
	padding: 0;
	color: #4326d9;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
	transition: color .25s ease;
}

.hmw-product-information--vertical .hmw-product-information__review-link {
	gap: 8px;
	margin-top: 8px;
	font-size: 17px;
	line-height: 1.45;
}

.hmw-product-information__review-link--icon-left {
	flex-direction: row;
}

.hmw-product-information__review-link--icon-right {
	flex-direction: row-reverse;
}

.hmw-product-information__review-link-text {
	position: relative;
	display: inline-block;
	padding-bottom: calc(var(--hmw-product-information-link-line-offset) + var(--hmw-product-information-link-line-height));
}

.hmw-product-information--link-underline .hmw-product-information__review-link-text::before,
.hmw-product-information--link-underline .hmw-product-information__review-link-text::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: var(--hmw-product-information-link-line-height);
	border-radius: 999px;
	background: var(--hmw-product-information-link-line);
	content: "";
	pointer-events: none;
}

.hmw-product-information--link-underline .hmw-product-information__review-link-text::before {
	opacity: .22;
}

.hmw-product-information--link-underline .hmw-product-information__review-link-text::after {
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .32s cubic-bezier(.22, 1, .36, 1);
}

.hmw-product-information--link-underline .hmw-product-information__review-link:hover .hmw-product-information__review-link-text::after,
.hmw-product-information--link-underline .hmw-product-information__review-link:focus-visible .hmw-product-information__review-link-text::after {
	transform: scaleX(1);
}

.hmw-product-information__review-link:focus-visible {
	outline: 2px solid rgba(67, 38, 217, .32);
	outline-offset: 4px;
	border-radius: 5px;
}

.hmw-product-information__review-link-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	color: #4326d9;
	transition: transform .28s ease;
}

.hmw-product-information__review-link-icon svg,
.hmw-product-information__review-link-icon i {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 16px;
}

.hmw-product-information__review-link-icon--reverse {
	transform: rotate(180deg);
}

.hmw-product-information__review-link-icon--up {
	transform: rotate(90deg);
}

.hmw-product-information__review-link-icon--down {
	transform: rotate(-90deg);
}

.hmw-product-information__item--linked {
	cursor: pointer;
}

.hmw-product-information__item-link {
	position: absolute;
	z-index: 6;
	inset: 0;
	display: block;
	border-radius: inherit;
	text-decoration: none !important;
}

.hmw-product-information__item-link:focus-visible {
	outline: 2px solid rgba(67, 38, 217, .48);
	outline-offset: -2px;
}

.hmw-product-information__separator {
	position: absolute;
	z-index: 3;
	display: block;
	width: var(--hmw-product-information-separator-thickness);
	height: var(--hmw-product-information-separator-length);
	inset-inline-end: calc(var(--hmw-product-information-items-gap) / -2);
	inset-block-start: 50%;
	border-radius: 999px;
	background: var(--hmw-product-information-separator-color);
	transform: translate(50%, -50%);
	pointer-events: none;
}

.hmw-product-information__item:last-child .hmw-product-information__separator,
.hmw-product-information--no-separator .hmw-product-information__separator {
	display: none !important;
}

.hmw-product-information--item-line .hmw-product-information__item::after {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	height: var(--hmw-product-information-base-line-height);
	border-radius: 999px;
	background: var(--hmw-product-information-base-line);
	content: "";
	pointer-events: none;
}

.hmw-product-information--hover-bar .hmw-product-information__item::before {
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: 0;
	left: 0;
	height: var(--hmw-product-information-hover-height);
	border-radius: 999px;
	background: var(--hmw-product-information-hover-color);
	content: "";
	transform: scaleX(0);
	transform-origin: var(--hmw-product-information-hover-origin);
	transition: transform var(--hmw-product-information-hover-duration) cubic-bezier(.22, 1, .36, 1);
	pointer-events: none;
}

.hmw-product-information--hover-bar .hmw-product-information__item:hover::before {
	transform: scaleX(1);
}

.hmw-product-information--hover-bar .hmw-product-information__item:hover {
	transform: translateY(-2px);
}

@media (max-width: 1024px) {
	.hmw-product-information--horizontal {
		--hmw-product-information-items-gap: 14px;
		--hmw-product-information-asset-size: 72px;
		padding: 12px 16px;
	}

	.hmw-product-information--horizontal .hmw-product-information__item {
		min-height: 94px;
	}

	.hmw-product-information--horizontal .hmw-product-information__item-main {
		flex-direction: row-reverse;
		align-items: center;
		gap: 12px;
	}

	.hmw-product-information--horizontal .hmw-product-information__visual {
		flex-basis: 78px;
		width: 78px;
		height: 72px;
	}

	.hmw-product-information--horizontal .hmw-product-information__number {
		font-size: 26px;
	}

	.hmw-product-information--horizontal .hmw-product-information__label {
		font-size: 14px;
	}

	.hmw-product-information--horizontal .hmw-product-information__review-link {
		font-size: 13px;
	}

	.hmw-product-information--vertical {
		--hmw-product-information-items-gap: 24px;
		--hmw-product-information-align: center;
		--hmw-product-information-text-align: center;
		--hmw-product-information-asset-size: 104px;
		padding: 24px 28px;
	}

	.hmw-product-information--vertical .hmw-product-information__item-main {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.hmw-product-information--vertical .hmw-product-information__visual {
		flex-basis: 132px;
		width: 132px;
		height: 116px;
	}

	.hmw-product-information--vertical .hmw-product-information__number {
		font-size: 35px;
	}

	.hmw-product-information--vertical .hmw-product-information__label {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.hmw-product-information {
		--hmw-product-information-items-gap: 16px;
		--hmw-product-information-align: center;
		--hmw-product-information-text-align: center;
		--hmw-product-information-asset-size: 74px;
		padding: 16px;
		border-radius: 28px;
	}

	.hmw-product-information--horizontal .hmw-product-information__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.hmw-product-information__item,
	.hmw-product-information--vertical .hmw-product-information__item {
		min-height: 0;
		padding: 18px 14px;
	}

	.hmw-product-information__item-main,
	.hmw-product-information--horizontal .hmw-product-information__item-main,
	.hmw-product-information--vertical .hmw-product-information__item-main {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.hmw-product-information__visual,
	.hmw-product-information--horizontal .hmw-product-information__visual,
	.hmw-product-information--vertical .hmw-product-information__visual {
		flex-basis: 90px;
		width: 90px;
		height: 82px;
	}

	.hmw-product-information__number,
	.hmw-product-information--horizontal .hmw-product-information__number,
	.hmw-product-information--vertical .hmw-product-information__number {
		font-size: 28px;
		text-align: center;
	}

	.hmw-product-information__label,
	.hmw-product-information--horizontal .hmw-product-information__label,
	.hmw-product-information--vertical .hmw-product-information__label {
		font-size: 16px;
		text-align: center;
	}

	.hmw-product-information__review-link,
	.hmw-product-information--horizontal .hmw-product-information__review-link,
	.hmw-product-information--vertical .hmw-product-information__review-link {
		align-self: center;
		font-size: 15px;
	}

	.hmw-product-information__separator {
		width: var(--hmw-product-information-separator-length);
		height: var(--hmw-product-information-separator-thickness);
		inset-inline-start: 50%;
		inset-inline-end: auto;
		inset-block-start: auto;
		inset-block-end: calc(var(--hmw-product-information-items-gap) / -2);
		transform: translate(-50%, 50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hmw-product-information__item,
	.hmw-product-information__item::before,
	.hmw-product-information__item::after,
	.hmw-product-information__review-link-text::after,
	.hmw-product-information__review-link-icon {
		transition-duration: .01ms !important;
	}
}
