.pxs-eg {
	--pxs-pink: #ff0d96;
	--pxs-purple: #8a20ff;
	--pxs-violet: #b22cff;
	--pxs-text: #ffffff;
	--pxs-muted: rgba(255, 255, 255, 0.78);
	--pxs-bg: #030108;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	color: var(--pxs-text);
	background:
		radial-gradient(circle at 74% 9%, rgba(95, 18, 190, 0.22), transparent 30%),
		radial-gradient(circle at 18% 82%, rgba(255, 13, 150, 0.1), transparent 34%),
		var(--pxs-bg);
	font-family: "Inter", "Open Sans", Arial, sans-serif;
}

.pxs-eg::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(
			180deg,
			var(--pxs-bg) 0%,
			rgba(3, 1, 8, 0.62) 3%,
			rgba(3, 1, 8, 0) 11%,
			rgba(3, 1, 8, 0) 89%,
			rgba(3, 1, 8, 0.62) 97%,
			var(--pxs-bg) 100%
		);
}

.elementor-widget-pixelsarok_event_gallery {
	display: block;
	clear: both;
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100% !important;
}

.elementor-widget-pixelsarok_event_gallery > .elementor-widget-container {
	display: flow-root;
}

.e-con:has(> .elementor-widget-pixelsarok_event_gallery),
.e-con-inner:has(> .elementor-widget-pixelsarok_event_gallery) {
	flex-wrap: wrap !important;
}

.elementor-widget-spacer:has(+ .elementor-widget-pixelsarok_event_gallery) {
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100% !important;
}

.pxs-eg,
.pxs-eg * {
	box-sizing: border-box;
}

.pxs-eg a {
	color: inherit;
	text-decoration: none;
}

.pxs-eg__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1840px);
	margin: 0 auto;
	padding: 58px 45px 50px;
}

.pxs-eg__top {
	display: grid;
	grid-template-columns: minmax(420px, 0.44fr) minmax(620px, 0.56fr);
	gap: 58px;
	align-items: end;
	margin-bottom: 38px;
}

.pxs-eg__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 34px;
	font-size: 23px;
	font-weight: 800;
	line-height: 1;
}

.pxs-eg__eyebrow span {
	width: 36px;
	height: 3px;
	background: var(--pxs-pink);
}

.pxs-eg__title {
	margin: 0;
	font-size: clamp(54px, 4.9vw, 76px);
	font-weight: 900;
	line-height: 1.09;
	letter-spacing: 0;
}

.pxs-eg__title > span {
	display: block;
}

.pxs-eg__outline {
	color: transparent;
	-webkit-text-stroke: 2px var(--pxs-pink);
	text-shadow: 0 0 24px rgba(138, 32, 255, 0.82);
}

.pxs-eg__lead {
	max-width: 720px;
	margin: 28px 0 0;
	font-size: 21px;
	line-height: 1.62;
	color: var(--pxs-muted);
}

.pxs-eg__proof {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 26px;
	padding-bottom: 14px;
}

.pxs-eg__signature {
	width: min(620px, 100%);
	height: auto;
	margin-left: 100px;
	filter: drop-shadow(0 0 18px rgba(255, 13, 150, 0.34));
}

.pxs-eg__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(130px, 1fr));
	width: 100%;
	min-width: 0;
}

.pxs-eg__stat {
	position: relative;
	display: grid;
	justify-items: center;
	text-align: center;
	padding: 0 22px;
	min-width: 0;
}

.pxs-eg__stat + .pxs-eg__stat::before {
	content: "";
	position: absolute;
	left: 0;
	top: 34px;
	width: 1px;
	height: 138px;
	background: rgba(255, 255, 255, 0.28);
}

.pxs-eg__stat-icon {
	width: 98px;
	height: 98px;
	margin-bottom: 17px;
	object-fit: contain;
}

.pxs-eg__stat-title {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.22;
	overflow-wrap: anywhere;
}

.pxs-eg__stat-label {
	margin-top: 7px;
	font-size: 18px;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.88);
	overflow-wrap: anywhere;
}

.pxs-eg__gallery {
	display: grid;
	grid-template-columns: minmax(360px, 0.33fr) minmax(0, 0.67fr);
	gap: 18px;
	align-items: stretch;
}

.pxs-eg__highlight,
.pxs-eg__item {
	position: relative;
	display: block;
	overflow: hidden;
	background: #120719;
}

.pxs-eg__highlight {
	min-height: 690px;
	border: 1px solid rgba(255, 13, 150, 0.86);
	border-radius: 24px;
	box-shadow:
		0 0 34px rgba(255, 13, 150, 0.12),
		inset 0 0 0 1px rgba(138, 32, 255, 0.28);
}

.pxs-eg__highlight::after,
.pxs-eg__item::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	background:
		linear-gradient(180deg, transparent 50%, rgba(3, 1, 8, 0.54)),
		linear-gradient(135deg, rgba(255, 13, 150, 0.2), transparent 38%);
	opacity: 0.78;
}

.pxs-eg__highlight img,
.pxs-eg__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease, filter 0.45s ease;
}

.pxs-eg__highlight:hover img,
.pxs-eg__item:hover img {
	transform: scale(1.055);
	filter: saturate(1.08);
}

.pxs-eg__item:hover {
	outline: 1px solid rgba(255, 13, 150, 0.72);
	box-shadow: 0 0 22px rgba(138, 32, 255, 0.42);
}

.pxs-eg__quote {
	position: absolute;
	z-index: 2;
	left: 38px;
	right: 38px;
	bottom: 45px;
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 24px;
	align-items: start;
	padding: 0 0 0 28px;
	font-size: 21px;
	line-height: 1.46;
	color: #fff;
}

.pxs-eg__quote::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	bottom: 4px;
	width: 3px;
	background: var(--pxs-pink);
	box-shadow: 0 0 18px rgba(255, 13, 150, 0.74);
}

.pxs-eg__quote-mark {
	margin-top: -8px;
	font-size: 60px;
	font-weight: 900;
	line-height: 1;
	color: var(--pxs-pink);
}

.pxs-eg__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 336px;
	gap: 18px;
	min-width: 0;
	perspective: 900px;
}

.pxs-eg__item {
	border-radius: 12px;
	opacity: 0;
	transform: translateY(14px) scale(0.985);
	pointer-events: none;
	filter: blur(6px);
	transition:
		opacity 0.36s ease,
		transform 0.46s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.36s ease,
		box-shadow 0.25s ease;
}

.pxs-eg__item[hidden] {
	display: none;
}

.pxs-eg__item.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	filter: blur(0);
}

.pxs-eg__grid.is-switching .pxs-eg__item.is-visible {
	opacity: 0;
	transform: translateY(-10px) scale(0.975);
	filter: blur(5px);
}

.pxs-eg__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 36px;
	padding: 0 12px;
}

.pxs-eg__caption {
	display: inline-flex;
	align-items: center;
	gap: 24px;
	font-size: 20px;
	font-weight: 400;
}

.pxs-eg__caption-icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border: 1px solid rgba(138, 32, 255, 0.78);
	border-radius: 10px;
	background: rgba(9, 2, 18, 0.62);
}

.pxs-eg__caption-icon img {
	width: 43px;
	height: 43px;
	object-fit: contain;
}

.pxs-eg__caption-heart {
	margin-left: 12px;
	font-size: 39px;
	line-height: 1;
	color: var(--pxs-pink);
	text-shadow: 0 0 18px rgba(255, 13, 150, 0.54);
}

.pxs-eg__pager {
	display: flex;
	align-items: center;
	gap: 18px;
}

.pxs-eg__pager.is-hidden {
	display: none;
}

.pxs-eg__pager-btn {
	display: inline-grid;
	place-items: center;
	width: 58px;
	height: 58px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	background: rgba(5, 2, 12, 0.5);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pxs-eg__pager-btn--next,
.pxs-eg__pager-btn:hover,
.pxs-eg__pager-btn:focus-visible {
	border-color: var(--pxs-pink);
	color: #fff;
	box-shadow: 0 0 18px rgba(255, 13, 150, 0.22);
}

.pxs-eg__dots {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: 14px;
}

.pxs-eg__dot {
	width: 27px;
	height: 6px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	cursor: pointer;
}

.pxs-eg__dot.is-active {
	background: var(--pxs-pink);
	box-shadow: 0 0 12px rgba(255, 13, 150, 0.55);
}

@media (max-width: 1280px) {
	.pxs-eg__top {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.pxs-eg__proof {
		align-items: stretch;
	}

	.pxs-eg__signature {
		margin: 0 auto;
	}

	.pxs-eg__gallery {
		grid-template-columns: minmax(330px, 0.42fr) minmax(0, 0.58fr);
	}

	.pxs-eg__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.pxs-eg {
		background: #030108;
	}

	.pxs-eg__inner {
		padding: 34px 38px 50px;
	}

	.pxs-eg__top {
		display: block;
		margin-bottom: 28px;
	}

	.pxs-eg__eyebrow {
		margin-bottom: 26px;
		font-size: 21px;
	}

	.pxs-eg__title {
		font-size: clamp(42px, 8.6vw, 60px);
		line-height: 1.12;
	}

	.pxs-eg__lead {
		max-width: 720px;
		font-size: clamp(17px, 2.9vw, 19px);
		line-height: 1.55;
	}

	.pxs-eg__signature {
		display: block;
		width: min(560px, 100%);
		margin: 28px auto 18px;
	}

	.pxs-eg__stats {
		padding: 18px 14px 22px;
		border: 1px solid rgba(255, 13, 150, 0.7);
		border-radius: 20px;
		box-shadow: inset 0 0 40px rgba(138, 32, 255, 0.11);
	}

	.pxs-eg__stat {
		padding: 0 10px;
	}

	.pxs-eg__stat + .pxs-eg__stat::before {
		top: 28px;
		height: 95px;
	}

	.pxs-eg__stat-icon {
		width: 76px;
		height: 76px;
		margin-bottom: 11px;
	}

	.pxs-eg__stat-title {
		font-size: 18px;
	}

	.pxs-eg__stat-label {
		font-size: 16px;
	}

	.pxs-eg__gallery {
		display: block;
	}

	.pxs-eg__highlight {
		min-height: 0;
		height: 56vw;
		max-height: 560px;
		margin-top: 28px;
		border-radius: 14px;
	}

	.pxs-eg__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 28vw;
		gap: 16px;
		margin-top: 16px;
	}

	.pxs-eg__item {
		border-radius: 12px;
	}

	.pxs-eg__bottom {
		margin-top: 34px;
		padding: 0;
	}
}

@media (max-width: 640px) {
	.pxs-eg__inner {
		padding: 30px 18px 42px;
	}

	.pxs-eg__eyebrow {
		gap: 18px;
		font-size: 19px;
	}

	.pxs-eg__title {
		font-size: clamp(34px, 10vw, 42px);
	}

	.pxs-eg__outline {
		-webkit-text-stroke-width: 1.4px;
	}

	.pxs-eg__lead {
		font-size: 16px;
	}

	.pxs-eg__stats {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		padding: 14px 8px 18px;
		border-radius: 14px;
	}

	.pxs-eg__stat-icon {
		width: 58px;
		height: 58px;
	}

	.pxs-eg__stat-title {
		font-size: 13px;
	}

	.pxs-eg__stat-label {
		font-size: 12px;
	}

	.pxs-eg__stat + .pxs-eg__stat::before {
		top: 26px;
		height: 80px;
	}

	.pxs-eg__highlight {
		height: 50vw;
		min-height: 360px;
	}

	.pxs-eg__quote {
		left: 26px;
		right: 24px;
		bottom: 28px;
		grid-template-columns: 30px 1fr;
		gap: 16px;
		padding-left: 22px;
		font-size: 16px;
	}

	.pxs-eg__quote-mark {
		font-size: 40px;
	}

	.pxs-eg__grid {
		grid-auto-rows: 31vw;
		gap: 12px;
	}

	.pxs-eg__bottom {
		align-items: flex-start;
	}

	.pxs-eg__caption {
		gap: 16px;
		font-size: 16px;
	}

	.pxs-eg__caption-icon {
		width: 56px;
		height: 56px;
	}

	.pxs-eg__caption-heart {
		font-size: 28px;
	}

	.pxs-eg__pager {
		display: none;
	}
}

@media (max-width: 420px) {
	.pxs-eg__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 0;
		padding: 16px 10px 18px;
	}

	.pxs-eg__stat:nth-child(odd)::before {
		content: none;
	}

	.pxs-eg__stat:nth-child(even)::before {
		content: "";
		position: absolute;
		left: 0;
		top: 18px;
		width: 1px;
		height: 82px;
		background: rgba(255, 255, 255, 0.28);
	}
}
