body.single-eureka_game,
body.single-eureka_game #page,
body.single-eureka_game #content,
body.single-eureka_game .site-main {
	background: #0878dc !important;
	margin: 0 !important;
	max-width: none !important;
	overflow-x: hidden;
	padding: 0 !important;
	width: 100% !important;
}

body.single-eureka_game .page-header,
body.single-eureka_game .entry-title {
	display: none !important;
}

.kf-je-grid-wrap,
.kf-je-game,
.kf-je-related {
	margin: 0 auto;
	max-width: 1200px;
}

.kf-je-grid {
	align-items: start;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(var(--kf-je-columns, 4), minmax(0, 1fr));
	justify-items: center;
}

.kf-je-card {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0;
	padding: 0 10px 34px;
	text-align: left;
	width: 100%;
}

.kf-je-card-link,
.kf-je-card a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.kf-je-card-image {
	align-items: center;
	aspect-ratio: auto;
	background: transparent;
	border-radius: 0;
	display: flex;
	justify-content: center;
	min-height: 260px;
	overflow: visible;
	width: 100%;
}

.kf-je-card-image img {
	display: block;
	height: auto;
	max-height: 300px;
	max-width: 92%;
	object-fit: contain;
	transition: transform .18s ease;
	width: auto;
}

.kf-je-card:hover img {
	transform: translateY(-4px) scale(1.02);
}

.kf-je-card-meta {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 5px;
}

.kf-je-card h3 {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.05;
	margin: 0;
	max-width: 75%;
	text-transform: uppercase;
}

.kf-je-card-arrow {
	align-items: center;
	background: var(--kf-je-arrow-color, #ff5100);
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 auto;
	height: 54px;
	justify-content: center;
	transition: background-color .18s ease, transform .18s ease;
	width: 54px;
}

.kf-je-card-arrow svg {
	fill: #fff;
	height: 24px;
	width: 24px;
}

.kf-je-card-link:hover .kf-je-card-arrow,
.kf-je-card a:hover .kf-je-card-arrow {
	background: #ffb800;
	transform: translateX(3px) scale(1.04);
}

.kf-je-menu-list {
	display: grid;
	gap: 10px 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.kf-je-menu-list a {
	color: #003e99;
	font-weight: 900;
	text-decoration: none;
}

.kf-je-menu-image {
	display: inline-flex;
	margin-right: 8px;
	vertical-align: middle;
}

.kf-je-menu-image img {
	height: 34px;
	object-fit: contain;
	width: 34px;
}

.kf-je-product {
	background: #0878dc;
	color: #fff;
	font-family: "Poppins", Sans-serif;
	margin: 0 !important;
	margin-left: calc(50% - 50vw) !important;
	max-width: 100vw !important;
	overflow: hidden;
	position: relative;
	width: 100vw !important;
}

.kf-je-product * {
	box-sizing: border-box;
}

.kf-je-product-hero {
	background-color: #0878dc;
	background-image: var(--kf-je-hero-bg);
	background-position: center center;
	background-size: cover;
	margin-top: -111px;
	padding: 200px 20px 0;
	position: relative;
	text-align: center;
}

.kf-je-product-hero::before {
	background-image: var(--kf-je-hero-overlay);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	inset: 0;
	opacity: 1;
	pointer-events: none;
	position: absolute;
}

.kf-je-product-hero-shell {
	background-image: var(--kf-je-hero-shell);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	max-width: 920px;
	min-height: 560px;
	padding: 0 42px 84px;
	position: relative;
	z-index: 1;
}

.kf-je-product-title-lockup {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 auto;
	max-width: 720px;
	padding-top: 18px;
}

.kf-je-product-title-image {
	display: block;
	height: auto;
	max-height: 230px;
	max-width: min(360px, 72vw);
	object-fit: contain;
	width: auto;
}

.kf-je-product-title-lockup h1 {
	color: #fff;
	font-size: 72px;
	font-weight: 900;
	line-height: .9;
	margin: 0 0 18px;
	text-shadow: 5px 5px 0 #fe5000;
	text-transform: uppercase;
}

.kf-je-product-description {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0 auto;
	max-width: 540px;
	text-align: center;
	text-transform: uppercase;
}

.kf-je-product-description p {
	margin: 0;
}

.kf-je-product-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
	margin-top: 28px;
}

.kf-je-product-button {
	border-radius: 15px;
	color: #fff !important;
	display: inline-flex;
	font-size: 18px;
	font-weight: 600;
	justify-content: center;
	min-width: 188px;
	padding: 20px 25px;
	text-decoration: none !important;
	text-transform: none;
	transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.kf-je-product-button:hover {
	color: #000 !important;
	transform: translateY(-2px);
}

.kf-je-product-button-pass {
	background: #0878dc;
}

.kf-je-product-button-pass:hover,
.kf-je-product-button-buy:hover {
	background: #ffb500;
}

.kf-je-product-button-buy {
	background: #fe5000;
}

.kf-je-product-info {
	background-color: #0878dc;
	background-image: var(--kf-je-info-bg);
	background-position: center top;
	background-size: cover;
	margin-top: 0;
	min-height: 620px;
	padding: 0 20px 72px;
	position: relative;
}

.kf-je-product-info-frame {
	display: block;
	height: auto;
	margin: -118px -30px -70px auto;
	max-width: 420px;
	position: relative;
	width: 33%;
	z-index: 2;
}

.kf-je-product-info-inner {
	margin: 0 auto;
	max-width: 1180px;
	position: relative;
	z-index: 3;
}

.kf-je-product-rules {
	background: #0878dc;
	color: #fff;
	margin: 0 auto 42px;
	max-width: 1050px;
	min-height: 310px;
	padding: 44px 60px 36px;
	position: relative;
	text-align: center;
	-webkit-mask-image: url("https://eurekapark.pe/wp-content/uploads/2025/04/Group-174.png");
	mask-image: url("https://eurekapark.pe/wp-content/uploads/2025/04/Group-174.png");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.kf-je-product-rules-badge {
	height: auto;
	left: 28px;
	max-width: 86px;
	position: absolute;
	top: 8px;
	z-index: 2;
}

.kf-je-product-rules h2,
.kf-je-product-venues h2,
.kf-je-product-gallery h2,
.kf-je-product-related h2 {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.kf-je-product-rules h2 {
	font-size: 18px;
	margin-bottom: 30px;
}

.kf-je-product-rules-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kf-je-product-rule {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	min-height: 115px;
	text-align: left;
}

.kf-je-product-rule img {
	flex: 0 0 auto;
	height: 82px;
	object-fit: contain;
	width: auto;
}

.kf-je-product-rule p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

.kf-je-product-rules-end {
	bottom: 28px;
	height: auto;
	max-width: 90px;
	position: absolute;
	right: 28px;
}

.kf-je-product-venues {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
}

.kf-je-product-venues h2 {
	font-size: 22px;
}

.kf-je-product-venue-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.kf-je-product-venue {
	align-items: center;
	background: rgba(255, 255, 255, .32);
	border-radius: 20px;
	color: #fff;
	display: inline-flex;
	gap: 12px;
	justify-content: center;
	min-width: 240px;
	padding: 18px 20px;
}

.kf-je-product-venue img {
	height: 52px;
	object-fit: contain;
	width: auto;
}

.kf-je-product-venue span {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}

.kf-je-product-gallery {
	background: #0878dc;
	padding: 54px 20px 48px;
}

.kf-je-product-gallery-inner {
	margin: 0 auto;
	max-width: 1180px;
	position: relative;
}

.kf-je-product-gallery-badge {
	display: block;
	height: auto;
	margin: 0 auto -12px 0;
	max-width: 92px;
	transform: scaleX(-1);
}

.kf-je-product-gallery h2 {
	font-size: 52px;
	margin-bottom: 26px;
}

.kf-je-product-gallery-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kf-je-product-gallery-grid a {
	display: block;
	overflow: hidden;
}

.kf-je-product-gallery-grid img {
	aspect-ratio: 1 / 1;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .18s ease;
	width: 100%;
}

.kf-je-product-gallery-grid a:hover img {
	transform: scale(1.04);
}

.kf-je-product-related {
	background: #0878dc;
	color: #fff;
	margin: 0 auto;
	max-width: 1180px;
	padding: 58px 20px 92px;
	position: relative;
}

.kf-je-product-related-badge {
	display: block;
	height: auto;
	margin: 0 auto -18px 0;
	max-width: 118px;
}

.kf-je-product-related h2 {
	font-size: 52px;
	margin-bottom: 34px;
}

.kf-je-product-related-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kf-je-product-related-card {
	background: #ffb500;
	border-radius: 15px;
	margin: 0;
	min-height: 285px;
	padding: 0;
	transform: rotate(var(--kf-je-card-rotation, -6deg));
}

.kf-je-product-related-card a {
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
}

.kf-je-product-related-card-inner {
	background-color: #fff;
	background-image: var(--kf-je-related-bg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 285px;
	padding: 30px 30px 0;
	transform: rotate(var(--kf-je-card-inner-rotation, 6deg));
}

.kf-je-product-related-caption {
	align-items: center;
	background: #0878dc;
	border-radius: 20px;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-bottom: -25px;
	min-height: 62px;
	padding: 8px 12px;
}

.kf-je-product-related-caption h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.05;
	margin: 0;
	max-width: 72%;
	text-transform: none;
}

.kf-je-product-related-arrow {
	align-items: center;
	background: var(--kf-je-arrow-color, #fe5000);
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 auto;
	height: 48px;
	justify-content: center;
	transition: background-color .18s ease, transform .18s ease;
	width: 48px;
}

.kf-je-product-related-arrow svg {
	fill: #fff;
	height: 22px;
	width: 22px;
}

.kf-je-product-related-card a:hover .kf-je-product-related-arrow {
	background: #ffb500;
	transform: translateX(3px);
}

@media (max-width: 1024px) {
	.kf-je-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.kf-je-card h3 {
		font-size: 22px;
	}

	.kf-je-product-hero-shell {
		max-width: 760px;
	}
}

@media (max-width: 900px) {
	.kf-je-product-rules-grid,
	.kf-je-product-gallery-grid,
	.kf-je-product-related-grid,
	.kf-je-menu-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kf-je-product-rules {
		-webkit-mask-image: none;
		mask-image: none;
		border-radius: 28px;
		padding: 44px 28px 36px;
	}

	.kf-je-product-venues {
		flex-direction: column;
	}

	.kf-je-product-info-frame {
		margin-bottom: -34px;
		width: 42%;
	}
}

@media (max-width: 767px) {
	.kf-je-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kf-je-card {
		padding: 0 6px 24px;
	}

	.kf-je-card-image {
		min-height: 160px;
	}

	.kf-je-card-image img {
		max-height: 180px;
		max-width: 94%;
	}

	.kf-je-card h3 {
		font-size: 18px;
		max-width: 120px;
	}

	.kf-je-card-arrow {
		height: 32px;
		width: 32px;
	}

	.kf-je-card-arrow svg {
		height: 16px;
		width: 16px;
	}

	.kf-je-product-hero {
		margin-top: -70px;
		padding-top: 140px;
	}

	.kf-je-product-hero-shell {
		background-position: center center;
		min-height: 520px;
		padding: 0 28px 64px;
	}

	.kf-je-product-description {
		font-size: 16px;
	}

	.kf-je-product-actions {
		gap: 12px;
	}

	.kf-je-product-button {
		font-size: 16px;
		min-width: 100%;
	}
}

@media (max-width: 560px) {
	.kf-je-product-rules-grid,
	.kf-je-product-gallery-grid,
	.kf-je-product-related-grid,
	.kf-je-menu-list {
		grid-template-columns: 1fr;
	}

	.kf-je-product-title-lockup h1 {
		font-size: 44px;
		text-shadow: 3px 3px 0 #fe5000;
	}

	.kf-je-product-rule {
		justify-content: flex-start;
		min-height: auto;
	}

	.kf-je-product-rule img {
		height: 66px;
	}

	.kf-je-product-rule p {
		font-size: 15px;
	}

	.kf-je-product-rules-badge,
	.kf-je-product-rules-end {
		display: none;
	}

	.kf-je-product-info-frame {
		display: none;
	}

	.kf-je-product-venue {
		min-width: 100%;
	}

	.kf-je-product-related-card,
	.kf-je-product-related-card-inner {
		transform: none;
	}
}

.kf-je-card-link:hover .kf-je-card-arrow,
.kf-je-card a:hover .kf-je-card-arrow {
	background: #ffb500;
}

.kf-je-product-hero {
	background-position: center top;
	min-height: 690px;
	padding: 190px 20px 0;
}

.kf-je-product-hero::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(8, 120, 220, 0) 58%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.kf-je-product-hero-shell {
	background-position: top center;
	max-width: 980px;
	min-height: 560px;
	padding: 92px 54px 96px;
	z-index: 2;
}

.kf-je-product-title-lockup {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-width: 860px;
	padding-top: 0;
	position: relative;
	transform: translateY(-20px);
}

.kf-je-product-title-image {
	filter: drop-shadow(0 10px 10px rgba(0, 0, 0, .2));
	margin-right: -34px;
	max-height: 170px;
	max-width: 240px;
	position: relative;
	z-index: 2;
}

.kf-je-product-title-lockup h1 {
	background: #25cdbf;
	border-radius: 18px;
	color: #000;
	font-size: 56px;
	font-weight: 900;
	line-height: .98;
	margin: 0;
	padding: 18px 58px 20px 70px;
	text-shadow: none;
	text-transform: none;
	transform: rotate(-1deg);
}

.kf-je-product-description {
	font-size: 17px;
	font-weight: 700;
	margin-top: 14px;
	max-width: 520px;
	text-align: left;
}

.kf-je-product-actions {
	margin-top: 32px;
}

.kf-je-product-button {
	border-radius: 12px;
	font-size: 16px;
	font-weight: 800;
	min-width: 170px;
	padding: 18px 24px;
}

.kf-je-product-button-pass {
	background: #0878dc;
}

.kf-je-product-button-buy {
	background: #fe5000;
}

.kf-je-product-info {
	background-color: #0878dc;
	margin-top: -1px;
	padding-top: 0;
}

.kf-je-product-rules {
	background: #fe5000;
	max-width: 980px;
	min-height: 180px;
	padding: 42px 56px 36px;
}

.kf-je-product-rules h2 {
	background: #0878dc;
	border-radius: 999px;
	display: inline-block;
	font-size: 14px;
	margin: -26px auto 22px;
	padding: 10px 16px;
}

.kf-je-product-rule {
	min-height: 88px;
}

.kf-je-product-rule img {
	height: 70px;
}

.kf-je-product-rule p {
	font-size: 14px;
	font-weight: 800;
}

.kf-je-product-venues {
	margin-top: 24px;
}

.kf-je-product-venues h2 {
	font-size: 22px;
	font-weight: 900;
}

.kf-je-product-gallery {
	background: #0878dc;
	padding-top: 72px;
	text-align: center;
}

.kf-je-product-gallery-badge {
	margin: 0 auto -14px;
	max-width: 74px;
}

.kf-je-product-gallery h2 {
	background: #ffb500;
	border-radius: 18px;
	box-shadow: 0 8px 0 rgba(0, 90, 171, .24);
	color: #000;
	display: inline-block;
	font-size: 48px;
	font-weight: 900;
	margin: 0 auto 36px;
	padding: 15px 32px;
	transform: rotate(-1deg);
}

.kf-je-product-gallery-grid {
	margin: 0 auto;
	max-width: 920px;
}

.kf-je-product-gallery-grid a {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.kf-je-product-gallery-grid img {
	aspect-ratio: 4 / 3;
}

.kf-je-product-related {
	background: #0878dc;
	max-width: none;
	padding-bottom: 120px;
	text-align: center;
}

.kf-je-product-related-badge {
	margin: 0 auto -12px;
	max-width: 80px;
}

.kf-je-product-related h2 {
	background: #0878dc;
	border-radius: 16px;
	box-shadow: 0 8px 0 rgba(0, 90, 171, .35);
	color: #fff;
	display: inline-block;
	font-size: 46px;
	font-weight: 900;
	margin: 0 auto 58px;
	padding: 13px 30px;
	text-transform: uppercase;
	transform: rotate(-1deg);
}

.kf-je-product-related-grid {
	margin: 0 auto;
	max-width: 980px;
}

.kf-je-product-related-card {
	background: #25cdbf;
}

.kf-je-product-related-caption {
	background: #0878dc;
	margin-left: auto;
	margin-right: auto;
	max-width: 88%;
}

.kf-je-product-related-card a:hover .kf-je-product-related-arrow {
	background: #ffb500;
}

@media (max-width: 900px) {
	.kf-je-product-hero {
		min-height: 640px;
		padding-top: 150px;
	}

	.kf-je-product-hero-shell {
		max-width: 760px;
		padding: 78px 34px 78px;
	}

	.kf-je-product-title-image {
		max-height: 136px;
		max-width: 180px;
	}

	.kf-je-product-title-lockup h1 {
		font-size: 42px;
		padding: 15px 36px 16px 52px;
	}

	.kf-je-product-description {
		font-size: 15px;
		text-align: center;
	}

	.kf-je-product-gallery h2,
	.kf-je-product-related h2 {
		font-size: 36px;
	}
}

@media (max-width: 560px) {
	.kf-je-product-hero {
		margin-top: -70px;
		min-height: 590px;
		padding-top: 118px;
	}

	.kf-je-product-hero-shell {
		background-size: cover;
		min-height: 500px;
		padding: 64px 20px 60px;
	}

	.kf-je-product-title-lockup {
		flex-direction: column;
		transform: none;
	}

	.kf-je-product-title-image {
		margin: 0 0 -16px;
		max-height: 112px;
		max-width: 150px;
	}

	.kf-je-product-title-lockup h1 {
		font-size: 34px;
		padding: 14px 22px;
		text-align: center;
	}

	.kf-je-product-description {
		font-size: 14px;
		text-align: center;
	}

	.kf-je-product-rules {
		border-radius: 24px;
		min-height: 0;
		padding: 34px 22px 26px;
	}

	.kf-je-product-gallery h2,
	.kf-je-product-related h2 {
		font-size: 28px;
		padding: 12px 18px;
	}
}

.kf-je-product {
	isolation: isolate;
}

.kf-je-product::before {
	background: linear-gradient(135deg, transparent 0 52%, #fe5000 52% 68%, transparent 68% 100%);
	content: "";
	height: 680px;
	left: 0;
	opacity: .96;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 520px;
	z-index: 0;
}

.kf-je-product::after {
	background: linear-gradient(115deg, transparent 0 62%, #ffb500 62% 78%, transparent 78% 100%);
	bottom: 0;
	content: "";
	height: 560px;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 0;
}

.kf-je-product > section {
	position: relative;
	z-index: 1;
}

.kf-je-product-hero {
	box-shadow: inset 0 -120px 0 #0878dc;
}

.kf-je-product-hero::before {
	filter: drop-shadow(0 18px 14px rgba(0, 62, 153, .2));
}

.kf-je-product-title-lockup h1 {
	box-shadow: 0 12px 0 rgba(0, 90, 171, .28);
	max-width: 100%;
	overflow-wrap: anywhere;
}

.kf-je-product-description {
	background: rgba(8, 120, 220, .9);
	border-radius: 18px;
	box-shadow: 0 14px 28px rgba(0, 62, 153, .22);
	padding: 20px 24px;
}

.kf-je-product-button {
	box-shadow: 0 8px 0 rgba(0, 62, 153, .25);
	position: relative;
}

.kf-je-product-button:hover {
	box-shadow: 0 5px 0 rgba(0, 62, 153, .25);
}

.kf-je-product-info {
	min-height: 540px;
}

.kf-je-product-rules {
	box-shadow: 0 18px 34px rgba(0, 62, 153, .2);
}

.kf-je-product-venue {
	backdrop-filter: blur(4px);
	border: 2px solid rgba(255, 255, 255, .25);
	box-shadow: 0 8px 20px rgba(0, 62, 153, .15);
}

.kf-je-product-gallery-inner,
.kf-je-product-related-grid {
	position: relative;
	z-index: 2;
}

.kf-je-product-gallery-grid {
	gap: 12px;
}

.kf-je-product-gallery-grid a {
	background: #fff;
	border: 6px solid #fff;
	box-shadow: 0 12px 24px rgba(0, 62, 153, .2);
	transition: transform .18s ease, box-shadow .18s ease;
}

.kf-je-product-gallery-grid a:nth-child(even) {
	transform: translateY(10px);
}

.kf-je-product-gallery-grid a:hover {
	box-shadow: 0 16px 30px rgba(0, 62, 153, .28);
	transform: translateY(-4px);
}

.kf-je-product-gallery-grid a:nth-child(even):hover {
	transform: translateY(4px);
}

.kf-je-product-related-card {
	box-shadow: 0 18px 28px rgba(0, 62, 153, .2);
	transition: transform .18s ease, box-shadow .18s ease;
}

.kf-je-product-related-card:hover {
	box-shadow: 0 24px 36px rgba(0, 62, 153, .28);
	transform: rotate(var(--kf-je-card-rotation, -6deg)) translateY(-8px);
}

.kf-je-product-related-card-inner {
	border: 8px solid rgba(255, 255, 255, .85);
}

.kf-je-product-related-caption h3 {
	overflow-wrap: anywhere;
}

@media (max-width: 900px) {
	.kf-je-product::before {
		top: 560px;
	}

	.kf-je-product-description {
		max-width: 620px;
		text-align: center;
	}

	.kf-je-product-gallery-grid a:nth-child(even),
	.kf-je-product-gallery-grid a:nth-child(even):hover {
		transform: none;
	}
}

@media (max-width: 560px) {
	.kf-je-product::before {
		height: 480px;
		top: 520px;
	}

	.kf-je-product::after {
		height: 360px;
	}

	.kf-je-product-hero {
		box-shadow: inset 0 -70px 0 #0878dc;
	}

	.kf-je-product-title-lockup h1 {
		box-shadow: 0 7px 0 rgba(0, 90, 171, .28);
	}

	.kf-je-product-description {
		border-radius: 14px;
		padding: 16px;
	}

	.kf-je-product-actions {
		width: 100%;
	}

	.kf-je-product-button {
		box-shadow: 0 6px 0 rgba(0, 62, 153, .25);
		width: 100%;
	}

	.kf-je-product-gallery-grid a {
		border-width: 4px;
	}

	.kf-je-product-related-card:hover {
		transform: translateY(-4px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.kf-je-product *,
	.kf-je-card * {
		transition: none !important;
	}
}

.kf-je-card-image {
	position: relative;
}

.kf-je-card-badge {
	background: #ffb500;
	border-radius: 999px;
	box-shadow: 0 5px 0 rgba(0, 90, 171, .28);
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 13px;
	font-weight: 900;
	left: 8%;
	line-height: 1;
	padding: 9px 13px;
	position: absolute;
	text-transform: uppercase;
	top: 10%;
	transform: rotate(-5deg);
	z-index: 3;
}

.kf-je-card-badge-popular {
	background: #25cdbf;
}

.kf-je-card-badge-temporal {
	background: #fe5000;
	color: #fff;
}

.kf-je-product-hero {
	background-position: var(--kf-je-hero-position, center center) !important;
	box-shadow: inset 0 -84px 0 #0878dc;
	min-height: 0;
	padding: 178px 20px 78px;
}

.kf-je-product-hero-shell {
	background-size: 100% 100%;
	margin-top: 34px;
	min-height: 0;
	padding: 78px 56px 86px;
}

.kf-je-product-title-lockup {
	margin-bottom: 28px;
	transform: translateY(-36px);
}

.kf-je-product-title-image {
	animation: kfJeFloat 4s ease-in-out infinite;
	max-height: 190px;
	max-width: 255px;
}

.kf-je-product-title-lockup h1 {
	animation: kfJeTitlePop .55s ease both;
	background: #25cdbf;
	border: 5px solid rgba(255, 255, 255, .35);
	box-shadow: 0 12px 0 rgba(0, 90, 171, .35), 0 18px 26px rgba(0, 62, 153, .25);
	font-size: 62px;
	letter-spacing: 0;
	padding: 18px 64px 20px 78px;
	position: relative;
}

.kf-je-product-title-lockup h1::after {
	background: #ffb500;
	border-radius: 999px;
	bottom: -14px;
	content: "";
	height: 10px;
	left: 13%;
	position: absolute;
	width: 74%;
}

.kf-je-product-description {
	margin-top: -8px;
	max-width: 560px;
	text-align: center;
}

.kf-je-product-actions {
	margin-top: 24px;
	position: relative;
	z-index: 4;
}

.kf-je-product-info {
	margin-top: 0;
	min-height: 0;
	padding: 82px 20px 90px;
}

.kf-je-product-info-frame {
	margin: 0;
	max-width: 330px;
	position: absolute;
	right: 18px;
	top: 24px;
	width: 26%;
	z-index: 1;
}

.kf-je-product-info-inner {
	z-index: 3;
}

.kf-je-product-rules {
	margin-bottom: 42px;
	max-width: 980px;
	min-height: 0;
	padding: 42px 56px 38px;
}

.kf-je-product-rules-grid {
	align-items: center;
}

.kf-je-product-venues {
	position: relative;
	z-index: 4;
}

.kf-je-product-gallery {
	padding: 96px 20px 70px;
}

.kf-je-product-gallery h2 {
	font-size: 54px;
	position: relative;
}

.kf-je-product-gallery h2::before,
.kf-je-product-related h2::before {
	background: #25cdbf;
	border-radius: 999px;
	content: "";
	height: 18px;
	position: absolute;
	right: -24px;
	top: -12px;
	width: 18px;
}

.kf-je-product-gallery-grid {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	max-width: 940px;
}

.kf-je-product-related {
	padding: 72px 20px 118px;
}

.kf-je-product-related h2 {
	font-size: 48px;
}

.kf-je-product-related-grid {
	align-items: start;
	display: grid;
	gap: 38px;
	grid-template-columns: repeat(auto-fit, minmax(245px, 310px));
	justify-content: center;
	max-width: 1080px;
}

.kf-je-product-related-card {
	min-height: 320px;
}

.kf-je-product-related-card-inner {
	min-height: 320px;
}

.kf-je-product-related-card.has-no-image .kf-je-product-related-card-inner {
	background: linear-gradient(145deg, #25cdbf 0%, #0878dc 62%, #ffb500 100%) !important;
}

.kf-je-product-related-card.has-no-image .kf-je-product-related-card-inner::before {
	color: rgba(255, 255, 255, .78);
	content: "Eureka Park";
	font-size: 28px;
	font-weight: 900;
	margin: auto;
	text-transform: uppercase;
}

@keyframes kfJeFloat {
	0%,
	100% {
		transform: translateY(0) rotate(-2deg);
	}

	50% {
		transform: translateY(-8px) rotate(2deg);
	}
}

@keyframes kfJeTitlePop {
	from {
		opacity: 0;
		transform: rotate(-1deg) scale(.96);
	}

	to {
		opacity: 1;
		transform: rotate(-1deg) scale(1);
	}
}

@media (max-width: 900px) {
	.kf-je-product-hero {
		padding: 142px 18px 64px;
	}

	.kf-je-product-hero-shell {
		padding: 68px 32px 72px;
	}

	.kf-je-product-title-lockup {
		margin-bottom: 12px;
		transform: translateY(-24px);
	}

	.kf-je-product-title-lockup h1 {
		font-size: 44px;
		padding: 15px 40px 16px 58px;
	}

	.kf-je-product-info {
		padding-top: 68px;
	}

	.kf-je-product-info-frame {
		opacity: .45;
		width: 34%;
	}

	.kf-je-product-rules {
		padding: 38px 28px 32px;
	}

	.kf-je-product-gallery h2,
	.kf-je-product-related h2 {
		font-size: 38px;
	}
}

@media (max-width: 560px) {
	.kf-je-product-hero {
		padding: 112px 14px 54px;
	}

	.kf-je-product-hero-shell {
		border-radius: 28px;
		padding: 54px 18px 56px;
	}

	.kf-je-product-title-lockup {
		margin-bottom: 6px;
		transform: none;
	}

	.kf-je-product-title-image {
		max-height: 118px;
		max-width: 150px;
	}

	.kf-je-product-title-lockup h1 {
		font-size: 36px;
		padding: 14px 20px;
	}

	.kf-je-product-title-lockup h1::after {
		bottom: -9px;
		height: 7px;
	}

	.kf-je-product-description {
		font-size: 14px;
		line-height: 1.45;
	}

	.kf-je-product-info {
		padding: 46px 14px 60px;
	}

	.kf-je-product-info-frame {
		display: none;
	}

	.kf-je-product-rules {
		padding: 36px 18px 26px;
	}

	.kf-je-product-rules-grid {
		gap: 14px;
	}

	.kf-je-product-gallery {
		padding: 70px 14px 52px;
	}

	.kf-je-product-gallery h2,
	.kf-je-product-related h2 {
		font-size: 28px;
		max-width: 100%;
	}

	.kf-je-product-related {
		padding: 54px 14px 80px;
	}

	.kf-je-product-related-grid {
		grid-template-columns: minmax(0, 320px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.kf-je-product-title-image,
	.kf-je-product-title-lockup h1 {
		animation: none !important;
	}
}

/* 1.0.5: menu shortcode and smoother product template. */
.kf-je-menu-panel {
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 16px 36px rgba(0, 62, 153, .22);
	margin: 0 auto;
	max-width: 720px;
	padding: 34px 42px 28px;
	position: relative;
	width: 100%;
}

.kf-je-menu-grid {
	display: grid;
	gap: 16px 26px;
	grid-template-columns: repeat(var(--kf-je-menu-columns, 3), minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.kf-je-menu-grid li {
	margin: 0;
	min-width: 0;
	position: relative;
}

.kf-je-menu-grid li:nth-child(3n+2),
.kf-je-menu-grid li:nth-child(3n+3) {
	background-image: repeating-linear-gradient(to bottom, #25cdbf 0 8px, transparent 8px 14px);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 2px 100%;
	padding-left: 20px;
}

.kf-je-menu-grid a {
	align-items: center;
	color: #003e99;
	display: grid;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 900;
	gap: 12px;
	grid-template-columns: 48px minmax(0, 1fr);
	line-height: 1.18;
	min-height: 48px;
	text-decoration: none;
	transition: color .18s ease, transform .18s ease;
}

.kf-je-menu-grid a:hover,
.kf-je-menu-grid a:focus {
	color: #fe5000;
	transform: translateX(3px);
}

.kf-je-menu-grid .kf-je-menu-image {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	margin: 0;
	width: 48px;
}

.kf-je-menu-grid .kf-je-menu-image img {
	height: 44px;
	object-fit: contain;
	width: 44px;
}

.kf-je-menu-grid .kf-je-menu-image.is-empty {
	background: rgba(37, 205, 191, .12);
	border-radius: 50%;
}

.kf-je-menu-actions {
	display: flex;
	justify-content: center;
	margin-top: 26px;
}

.kf-je-menu-all {
	background: #ffb500;
	border-radius: 999px;
	box-shadow: 0 5px 0 #fe5000;
	color: #000;
	display: inline-flex;
	font-family: "Poppins", Sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	padding: 14px 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.kf-je-menu-all:hover,
.kf-je-menu-all:focus {
	background: #25cdbf;
	box-shadow: 0 5px 0 #0878dc;
	color: #003e99;
	transform: translateY(-2px);
}

.kf-je-product {
	background:
		linear-gradient(180deg, #0878dc 0%, #0878dc 58%, #0784e8 100%) !important;
	isolation: isolate;
	overflow: hidden;
}

.kf-je-product::before,
.kf-je-product::after,
.kf-je-product-hero::after {
	display: none !important;
}

.kf-je-product > section {
	background: transparent !important;
	position: relative;
	z-index: 1;
}

.kf-je-product-hero {
	background-position: var(--kf-je-hero-position, center center) !important;
	box-shadow: none !important;
	min-height: 720px;
	overflow: visible;
	padding: 172px 20px 86px !important;
}

.kf-je-product-hero::before {
	background-image: var(--kf-je-hero-overlay) !important;
	background-position: center bottom !important;
	background-size: cover !important;
	opacity: .98;
	transform: none !important;
}

.kf-je-product-hero-shell {
	background: #0878dc !important;
	background-image: none !important;
	border-radius: 520px 520px 40px 40px / 285px 285px 40px 40px;
	box-shadow: inset 0 -22px 0 rgba(0, 90, 171, .22), 0 22px 38px rgba(0, 62, 153, .22);
	margin: 96px auto -46px !important;
	max-width: 1040px;
	min-height: 485px;
	overflow: visible;
	padding: 88px 72px 82px !important;
	width: min(92vw, 1040px);
}

.kf-je-product-title-lockup {
	margin-bottom: 22px !important;
	position: relative;
	transform: translateY(-54px) !important;
	z-index: 4;
}

.kf-je-product-title-image {
	filter: drop-shadow(0 10px 0 rgba(0, 90, 171, .28));
}

.kf-je-product-title-lockup h1 {
	background: #25cdbf !important;
	border: 5px solid rgba(255, 255, 255, .42) !important;
	border-radius: 18px !important;
	box-shadow: 0 12px 0 rgba(0, 90, 171, .34), 0 18px 28px rgba(0, 62, 153, .2) !important;
	color: #000 !important;
	display: inline-block;
	font-size: 58px !important;
	line-height: .95 !important;
	max-width: 100%;
	padding: 18px 58px 20px !important;
	transform: rotate(-1deg);
}

.kf-je-product-description {
	background: rgba(0, 90, 171, .2) !important;
	border: 1px solid rgba(255, 255, 255, .12);
	box-shadow: none !important;
	color: #fff;
	font-size: 15px;
	line-height: 1.55;
	margin: -18px auto 0 !important;
	max-width: 560px !important;
	text-align: left;
}

.kf-je-product-description p {
	margin: 0;
}

.kf-je-product-actions {
	gap: 24px;
	justify-content: center;
	margin-top: 26px !important;
}

.kf-je-product-button {
	border: 0 !important;
	box-shadow: 0 7px 0 rgba(0, 62, 153, .26) !important;
	min-width: 150px;
	text-align: center;
	transform: translateY(0);
	transition: box-shadow .18s ease, filter .18s ease, transform .18s ease;
}

.kf-je-product-button:hover,
.kf-je-product-button:focus {
	filter: saturate(1.08);
	transform: translateY(-3px) scale(1.02);
}

.kf-je-product-info {
	padding: 86px 20px 88px !important;
}

.kf-je-product-info-frame {
	max-width: 300px !important;
	opacity: .92;
	right: max(20px, calc((100vw - 1120px) / 2)) !important;
	top: 18px !important;
	width: 24% !important;
}

.kf-je-product-rules {
	border-radius: 30px !important;
	box-shadow: 0 14px 0 rgba(0, 90, 171, .18) !important;
	margin: 0 auto 44px !important;
	max-width: 1050px !important;
	padding: 42px 56px 38px !important;
}

.kf-je-product-rules-grid {
	gap: 22px 28px !important;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
}

.kf-je-product-rule {
	align-items: center;
	background: rgba(255, 255, 255, .08);
	border-radius: 18px;
	display: grid;
	gap: 12px;
	grid-template-columns: 62px minmax(0, 1fr);
	min-height: 88px;
	padding: 10px 12px;
	transition: background-color .18s ease, transform .18s ease;
}

.kf-je-product-rule:hover {
	background: rgba(255, 255, 255, .14);
	transform: translateY(-3px);
}

.kf-je-product-rule img {
	height: 58px !important;
	width: 58px !important;
}

.kf-je-product-rule p {
	font-size: 13px !important;
	line-height: 1.18 !important;
}

.kf-je-product-venues {
	margin-top: 10px !important;
}

.kf-je-product-venue {
	backdrop-filter: blur(2px);
	box-shadow: 0 7px 0 rgba(0, 62, 153, .2) !important;
	transition: transform .18s ease;
}

.kf-je-product-venue:hover {
	transform: translateY(-3px);
}

.kf-je-product-gallery {
	padding: 96px 20px 76px !important;
}

.kf-je-product-gallery h2,
.kf-je-product-related h2 {
	background: #ffb500 !important;
	border-radius: 18px !important;
	box-shadow: 0 10px 0 rgba(254, 80, 0, .72), 0 16px 26px rgba(0, 62, 153, .18) !important;
	color: #000 !important;
	display: inline-block;
	font-size: 46px !important;
	line-height: 1 !important;
	padding: 16px 28px 18px !important;
	position: relative;
	text-transform: uppercase;
	transform: rotate(-1deg);
}

.kf-je-product-gallery h2::before,
.kf-je-product-related h2::before {
	background: #25cdbf !important;
	box-shadow: 16px 12px 0 #fe5000, -14px 10px 0 #fff;
}

.kf-je-product-gallery-grid {
	gap: 12px !important;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
	margin-top: 30px !important;
}

.kf-je-product-gallery-grid a {
	aspect-ratio: 1.25;
	border: 7px solid #fff !important;
	border-radius: 0 !important;
	box-shadow: 0 10px 0 rgba(0, 90, 171, .2) !important;
	overflow: hidden;
	transform: rotate(0);
}

.kf-je-product-gallery-grid a:nth-child(even) {
	transform: rotate(1.2deg);
}

.kf-je-product-gallery-grid a:hover,
.kf-je-product-gallery-grid a:focus {
	transform: translateY(-6px) rotate(-1deg);
}

.kf-je-product-gallery-grid a:nth-child(even):hover,
.kf-je-product-gallery-grid a:nth-child(even):focus {
	transform: translateY(-6px) rotate(1deg);
}

.kf-je-product-related {
	padding: 74px 20px 126px !important;
}

.kf-je-product-related h2 {
	background: #fe5000 !important;
	box-shadow: 0 10px 0 #ffb500, 0 16px 26px rgba(0, 62, 153, .18) !important;
	color: #fff !important;
	text-shadow: 0 2px 0 rgba(0, 62, 153, .22);
}

.kf-je-product-related-grid {
	gap: 42px !important;
	margin-top: 42px !important;
}

.kf-je-product-related-card,
.kf-je-product-related-card-inner {
	min-height: 330px !important;
}

.kf-je-product-related-card {
	animation: kfJeSoftRise .55s ease both;
}

.kf-je-product-related-card:nth-child(2) {
	animation-delay: .06s;
}

.kf-je-product-related-card:nth-child(3) {
	animation-delay: .12s;
}

.kf-je-product-related-caption {
	box-shadow: 0 7px 0 rgba(0, 62, 153, .25);
}

.kf-je-product-related-card a:hover .kf-je-product-related-arrow,
.kf-je-product-related-card a:focus .kf-je-product-related-arrow {
	background: #ffb500 !important;
	color: #000;
	transform: translateX(3px) scale(1.08);
}

@keyframes kfJeSoftRise {
	from {
		opacity: 0;
		transform: translateY(18px) rotate(var(--kf-je-card-rotation));
	}

	to {
		opacity: 1;
		transform: translateY(0) rotate(var(--kf-je-card-rotation));
	}
}

@media (max-width: 900px) {
	.kf-je-menu-panel {
		max-width: 620px;
		padding: 28px;
	}

	.kf-je-menu-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kf-je-menu-grid li:nth-child(3n+2),
	.kf-je-menu-grid li:nth-child(3n+3) {
		background-image: none;
		padding-left: 0;
	}

	.kf-je-product-hero {
		min-height: 0;
		padding: 138px 18px 68px !important;
	}

	.kf-je-product-hero-shell {
		border-radius: 42px !important;
		margin: 68px auto -22px !important;
		min-height: 0;
		padding: 74px 34px 70px !important;
		width: min(94vw, 760px);
	}

	.kf-je-product-title-lockup {
		transform: translateY(-34px) !important;
	}

	.kf-je-product-title-lockup h1 {
		font-size: 44px !important;
		padding: 15px 34px 17px !important;
	}

	.kf-je-product-description {
		margin-top: -10px !important;
		text-align: center;
	}

	.kf-je-product-info-frame {
		display: none !important;
	}

	.kf-je-product-rules {
		padding: 36px 26px 32px !important;
	}

	.kf-je-product-gallery h2,
	.kf-je-product-related h2 {
		font-size: 36px !important;
	}
}

@media (max-width: 560px) {
	.kf-je-menu-panel {
		border-radius: 18px;
		padding: 22px;
	}

	.kf-je-menu-grid {
		grid-template-columns: 1fr;
	}

	.kf-je-menu-grid a {
		font-size: 16px;
		grid-template-columns: 46px minmax(0, 1fr);
	}

	.kf-je-menu-actions {
		justify-content: stretch;
	}

	.kf-je-menu-all {
		justify-content: center;
		width: 100%;
	}

	.kf-je-product-hero {
		padding: 110px 12px 54px !important;
	}

	.kf-je-product-hero-shell {
		border-radius: 28px !important;
		margin: 40px auto 0 !important;
		padding: 46px 16px 50px !important;
		width: calc(100vw - 24px);
	}

	.kf-je-product-title-lockup {
		display: grid;
		justify-items: center;
		transform: none !important;
	}

	.kf-je-product-title-image {
		max-height: 112px !important;
		max-width: 140px !important;
	}

	.kf-je-product-title-lockup h1 {
		font-size: 32px !important;
		padding: 13px 18px 14px !important;
	}

	.kf-je-product-description {
		font-size: 14px;
		line-height: 1.45;
		margin-top: 12px !important;
		padding: 14px !important;
		text-align: left;
	}

	.kf-je-product-actions {
		display: grid !important;
		gap: 12px !important;
	}

	.kf-je-product-button {
		min-width: 0;
		width: 100%;
	}

	.kf-je-product-info {
		padding: 42px 12px 62px !important;
	}

	.kf-je-product-rules {
		border-radius: 22px !important;
		padding: 34px 14px 24px !important;
	}

	.kf-je-product-rules-grid {
		grid-template-columns: 1fr !important;
	}

	.kf-je-product-rule {
		grid-template-columns: 56px minmax(0, 1fr);
		min-height: 0;
	}

	.kf-je-product-gallery {
		padding: 66px 12px 50px !important;
	}

	.kf-je-product-gallery h2,
	.kf-je-product-related h2 {
		font-size: 27px !important;
		padding: 13px 18px 15px !important;
	}

	.kf-je-product-gallery-grid {
		grid-template-columns: 1fr 1fr !important;
	}

	.kf-je-product-related {
		padding: 54px 12px 82px !important;
	}

	.kf-je-product-related-card,
	.kf-je-product-related-card-inner {
		min-height: 300px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kf-je-product-related-card {
		animation: none !important;
	}

	.kf-je-product-button,
	.kf-je-product-rule,
	.kf-je-product-gallery-grid a,
	.kf-je-menu-grid a,
	.kf-je-menu-all {
		transition: none !important;
	}
}

/* 1.0.7: stronger product hero background, modern gallery and lightbox. */
.kf-je-product-hero {
	background-color: #0878dc !important;
	background-image:
		linear-gradient(180deg, rgba(0, 30, 70, .18) 0%, rgba(8, 120, 220, .08) 42%, rgba(8, 120, 220, .92) 100%),
		var(--kf-je-hero-bg) !important;
	background-position:
		center center,
		var(--kf-je-hero-position, center center) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 760px;
	padding-bottom: 104px !important;
}

.kf-je-product-hero::before {
	background-image: var(--kf-je-hero-overlay) !important;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	opacity: .82 !important;
}

.kf-je-product-hero-shell {
	background:
		linear-gradient(180deg, rgba(8, 132, 232, .94) 0%, rgba(8, 120, 220, .98) 58%, rgba(0, 90, 171, .98) 100%) !important;
	border: 1px solid rgba(255, 255, 255, .18);
	box-shadow:
		inset 0 -24px 0 rgba(0, 90, 171, .24),
		0 24px 42px rgba(0, 47, 120, .22) !important;
}

.kf-je-product-description {
	backdrop-filter: blur(4px);
}

.kf-je-product-info {
	background:
		linear-gradient(180deg, rgba(8, 120, 220, .98) 0%, #0878dc 48%, #0784e8 100%) !important;
	margin-top: -1px;
}

.kf-je-product-gallery {
	background:
		linear-gradient(180deg, #0784e8 0%, #0878dc 58%, #0784e8 100%) !important;
	padding-bottom: 92px !important;
}

.kf-je-product-gallery-inner {
	margin: 0 auto;
	max-width: 1120px;
}

.kf-je-product-gallery-badge {
	filter: drop-shadow(0 8px 0 rgba(0, 90, 171, .25));
}

.kf-je-product-gallery-grid {
	display: grid !important;
	gap: 18px !important;
	grid-auto-flow: dense;
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	margin: 36px auto 0 !important;
	max-width: 1080px !important;
}

.kf-je-product-gallery-grid a {
	aspect-ratio: 1 / 1 !important;
	background: #005aab;
	border: 0 !important;
	border-radius: 22px !important;
	box-shadow:
		0 18px 32px rgba(0, 47, 120, .24),
		inset 0 0 0 1px rgba(255, 255, 255, .1) !important;
	display: block;
	grid-column: span 3;
	overflow: hidden;
	position: relative;
	transform: none !important;
	transition: box-shadow .2s ease, filter .2s ease, transform .2s ease;
}

.kf-je-product-gallery-grid a:first-child {
	aspect-ratio: 1.32 / 1 !important;
	grid-column: span 6;
	grid-row: span 2;
}

.kf-je-product-gallery-grid a:nth-child(5n+2),
.kf-je-product-gallery-grid a:nth-child(5n+5) {
	grid-column: span 4;
}

.kf-je-product-gallery-grid a:nth-child(5n+3),
.kf-je-product-gallery-grid a:nth-child(5n+4) {
	grid-column: span 3;
}

.kf-je-product-gallery-grid a::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 62, 153, .42) 100%);
	content: "";
	inset: 0;
	opacity: .65;
	position: absolute;
	transition: opacity .2s ease;
	z-index: 1;
}

.kf-je-product-gallery-grid a::after {
	align-items: center;
	background: rgba(255, 181, 0, .94);
	border-radius: 999px;
	box-shadow: 0 6px 0 rgba(254, 80, 0, .75);
	color: #000;
	content: "+";
	display: flex;
	font-family: "Poppins", Sans-serif;
	font-size: 28px;
	font-weight: 900;
	height: 48px;
	justify-content: center;
	line-height: 1;
	opacity: 0;
	position: absolute;
	right: 14px;
	top: 14px;
	transform: translateY(6px) scale(.92);
	transition: opacity .2s ease, transform .2s ease;
	width: 48px;
	z-index: 2;
}

.kf-je-product-gallery-grid img {
	display: block;
	height: 100% !important;
	object-fit: cover;
	transform: scale(1.01);
	transition: filter .22s ease, transform .22s ease;
	width: 100% !important;
}

.kf-je-product-gallery-grid a:hover,
.kf-je-product-gallery-grid a:focus {
	box-shadow:
		0 22px 40px rgba(0, 47, 120, .32),
		inset 0 0 0 2px rgba(37, 205, 191, .7) !important;
	outline: 0;
	transform: translateY(-7px) !important;
}

.kf-je-product-gallery-grid a:hover::before,
.kf-je-product-gallery-grid a:focus::before {
	opacity: .25;
}

.kf-je-product-gallery-grid a:hover::after,
.kf-je-product-gallery-grid a:focus::after {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.kf-je-product-gallery-grid a:hover img,
.kf-je-product-gallery-grid a:focus img {
	filter: saturate(1.1) contrast(1.04);
	transform: scale(1.06);
}

body.kf-je-lightbox-open {
	overflow: hidden;
}

.kf-je-lightbox {
	align-items: center;
	background: rgba(0, 24, 68, .84);
	display: grid;
	inset: 0;
	opacity: 0;
	padding: 26px;
	pointer-events: none;
	position: fixed;
	transition: opacity .18s ease;
	z-index: 999999;
}

.kf-je-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

.kf-je-lightbox-backdrop {
	backdrop-filter: blur(12px);
	inset: 0;
	position: absolute;
}

.kf-je-lightbox-dialog {
	align-items: center;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 64px;
	margin: 0 auto;
	max-width: 1180px;
	position: relative;
	width: min(100%, 1180px);
	z-index: 1;
}

.kf-je-lightbox figure {
	margin: 0;
	min-width: 0;
	position: relative;
}

.kf-je-lightbox-image {
	background: rgba(0, 62, 153, .35);
	border-radius: 24px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
	display: block;
	max-height: 82vh;
	object-fit: contain;
	width: 100%;
}

.kf-je-lightbox-caption {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 800;
	margin-top: 12px;
	min-height: 18px;
	text-align: center;
}

.kf-je-lightbox-close,
.kf-je-lightbox-arrow {
	align-items: center;
	background: #ffb500;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 7px 0 #fe5000;
	color: #000;
	cursor: pointer;
	display: inline-flex;
	font-family: "Poppins", Sans-serif;
	font-weight: 900;
	justify-content: center;
	transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.kf-je-lightbox-close {
	font-size: 24px;
	height: 48px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: -66px;
	width: 48px;
	z-index: 2;
}

.kf-je-lightbox-arrow {
	font-size: 58px;
	height: 58px;
	line-height: 1;
	width: 58px;
}

.kf-je-lightbox-prev {
	justify-self: start;
}

.kf-je-lightbox-next {
	justify-self: end;
}

.kf-je-lightbox-close:hover,
.kf-je-lightbox-close:focus,
.kf-je-lightbox-arrow:hover,
.kf-je-lightbox-arrow:focus {
	background: #25cdbf;
	box-shadow: 0 7px 0 #0878dc;
	outline: 0;
	transform: translateY(-2px);
}

.kf-je-lightbox.is-loading .kf-je-lightbox-image {
	opacity: .55;
}

@media (max-width: 1024px) {
	.kf-je-product-hero {
		min-height: 680px;
		padding-top: 136px !important;
	}

	.kf-je-product-gallery-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}

	.kf-je-product-gallery-grid a,
	.kf-je-product-gallery-grid a:nth-child(5n+2),
	.kf-je-product-gallery-grid a:nth-child(5n+3),
	.kf-je-product-gallery-grid a:nth-child(5n+4),
	.kf-je-product-gallery-grid a:nth-child(5n+5) {
		grid-column: span 3;
	}

	.kf-je-product-gallery-grid a:first-child {
		grid-column: span 6;
	}
}

@media (max-width: 760px) {
	.kf-je-product-hero {
		background-position:
			center center,
			var(--kf-je-hero-position, center center) !important;
		min-height: 0;
		padding: 104px 12px 56px !important;
	}

	.kf-je-product-hero::before {
		opacity: .68 !important;
	}

	.kf-je-product-hero-shell {
		border-radius: 30px !important;
		box-shadow: 0 16px 30px rgba(0, 47, 120, .18) !important;
		margin: 34px auto 0 !important;
		padding: 44px 16px 46px !important;
		width: calc(100vw - 24px);
	}

	.kf-je-product-title-lockup h1 {
		font-size: 30px !important;
		line-height: 1 !important;
		max-width: 100%;
		padding: 13px 16px 14px !important;
	}

	.kf-je-product-description {
		border-radius: 18px;
		text-align: left !important;
	}

	.kf-je-product-info {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.kf-je-product-rules {
		margin-bottom: 30px !important;
	}

	.kf-je-product-venue-list {
		display: grid;
		gap: 12px;
		grid-template-columns: 1fr;
	}

	.kf-je-product-gallery {
		padding: 62px 12px 58px !important;
	}

	.kf-je-product-gallery-grid {
		gap: 12px !important;
		grid-template-columns: 1fr !important;
	}

	.kf-je-product-gallery-grid a,
	.kf-je-product-gallery-grid a:first-child,
	.kf-je-product-gallery-grid a:nth-child(5n+2),
	.kf-je-product-gallery-grid a:nth-child(5n+3),
	.kf-je-product-gallery-grid a:nth-child(5n+4),
	.kf-je-product-gallery-grid a:nth-child(5n+5) {
		aspect-ratio: 1.18 / 1 !important;
		grid-column: auto;
		grid-row: auto;
	}

	.kf-je-product-gallery-grid a::after {
		height: 40px;
		opacity: 1;
		right: 10px;
		top: 10px;
		transform: none;
		width: 40px;
	}

	.kf-je-product-related-grid {
		grid-template-columns: minmax(0, 330px) !important;
		justify-content: center;
	}

	.kf-je-lightbox {
		padding: 14px;
	}

	.kf-je-lightbox-dialog {
		grid-template-columns: 1fr 1fr;
		gap: 14px;
	}

	.kf-je-lightbox figure {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.kf-je-lightbox-image {
		border-radius: 18px;
		max-height: 72vh;
	}

	.kf-je-lightbox-close {
		height: 44px;
		right: 4px;
		top: -58px;
		width: 44px;
	}

	.kf-je-lightbox-arrow {
		font-size: 42px;
		height: 50px;
		width: 50px;
	}

	.kf-je-lightbox-prev {
		grid-column: 1;
		grid-row: 2;
		justify-self: end;
	}

	.kf-je-lightbox-next {
		grid-column: 2;
		grid-row: 2;
		justify-self: start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kf-je-product-gallery-grid a,
	.kf-je-product-gallery-grid img,
	.kf-je-product-gallery-grid a::before,
	.kf-je-product-gallery-grid a::after,
	.kf-je-lightbox,
	.kf-je-lightbox-close,
	.kf-je-lightbox-arrow {
		transition: none !important;
	}
}

/* 1.0.8: closer to the original colorful product composition. */
.kf-je-product {
	background: #0878dc !important;
}

.kf-je-product-hero {
	background:
		linear-gradient(180deg, rgba(0, 62, 153, .08) 0%, rgba(8, 120, 220, .88) 68%, #0878dc 100%) !important;
	isolation: isolate;
	min-height: 780px;
	overflow: hidden;
	padding-top: 162px !important;
}

.kf-je-product-hero-bg {
	display: block;
	filter: saturate(1.08) contrast(1.02);
	height: 500px;
	inset: 0 0 auto;
	object-fit: cover;
	object-position: var(--kf-je-hero-position, center center);
	position: absolute;
	width: 100%;
	z-index: 0;
}

.kf-je-product-hero::before {
	background:
		linear-gradient(180deg, rgba(0, 45, 105, .12) 0%, rgba(8, 120, 220, .18) 42%, rgba(8, 120, 220, .96) 100%) !important;
	inset: 0 !important;
	opacity: 1 !important;
	z-index: 1;
}

.kf-je-product-hero::after {
	background: #fe5000 !important;
	border-radius: 999px;
	content: "";
	display: block !important;
	height: 142px;
	left: -8%;
	opacity: .95;
	position: absolute;
	right: -8%;
	top: 255px;
	transform: rotate(10deg);
	z-index: 2;
}

.kf-je-product-hero-shell {
	background:
		linear-gradient(180deg, rgba(8, 132, 232, .9) 0%, rgba(8, 120, 220, .98) 54%, rgba(0, 90, 171, .98) 100%) !important;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 560px 560px 44px 44px / 310px 310px 44px 44px !important;
	margin: 116px auto -34px !important;
	max-width: 980px !important;
	min-height: 510px;
	position: relative;
	z-index: 3;
}

.kf-je-product-title-lockup h1 {
	position: relative;
}

.kf-je-product-title-lockup h1::after {
	background: #ffb500 !important;
	border-radius: 999px;
	bottom: -14px;
	box-shadow: none;
	content: "";
	display: block;
	height: 9px;
	left: 22%;
	position: absolute;
	width: 62%;
}

.kf-je-product-info {
	background: #0878dc !important;
	overflow: hidden;
	position: relative;
}

.kf-je-product-info::before {
	background: rgba(0, 90, 171, .42);
	clip-path: polygon(34% 0, 100% 0, 70% 100%, 0 100%);
	content: "";
	inset: 0 0 0 30%;
	position: absolute;
	z-index: 0;
}

.kf-je-product-info-inner,
.kf-je-product-rules,
.kf-je-product-venues {
	position: relative;
	z-index: 2;
}

.kf-je-product-rules {
	box-shadow: 0 14px 0 rgba(0, 62, 153, .24), 0 18px 34px rgba(0, 47, 120, .16) !important;
}

.kf-je-product-gallery,
.kf-je-product-related {
	overflow: hidden;
	position: relative;
}

.kf-je-product-gallery {
	background: #0878dc !important;
	padding-top: 104px !important;
}

.kf-je-product-gallery::before {
	background: #fe5000;
	border-radius: 0 100% 0 0 / 0 72% 0 0;
	bottom: -18%;
	content: "";
	height: 62%;
	left: -14%;
	position: absolute;
	width: 66%;
	z-index: 0;
}

.kf-je-product-gallery::after {
	background: rgba(0, 90, 171, .44);
	border-radius: 100% 0 0 0 / 60% 0 0 0;
	bottom: 0;
	content: "";
	height: 46%;
	position: absolute;
	right: -18%;
	width: 60%;
	z-index: 0;
}

.kf-je-product-gallery-inner,
.kf-je-product-gallery h2,
.kf-je-product-gallery-grid {
	position: relative;
	z-index: 1;
}

.kf-je-product-gallery-grid {
	gap: 14px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	max-width: 980px !important;
}

.kf-je-product-gallery-grid a,
.kf-je-product-gallery-grid a:first-child,
.kf-je-product-gallery-grid a:nth-child(5n+2),
.kf-je-product-gallery-grid a:nth-child(5n+3),
.kf-je-product-gallery-grid a:nth-child(5n+4),
.kf-je-product-gallery-grid a:nth-child(5n+5) {
	aspect-ratio: 1.24 / 1 !important;
	border: 0 !important;
	border-radius: 12px !important;
	grid-column: auto !important;
	grid-row: auto !important;
}

.kf-je-product-gallery-grid a {
	box-shadow: 0 16px 34px rgba(0, 47, 120, .22) !important;
}

.kf-je-product-gallery-grid a::after {
	background: #25cdbf;
	box-shadow: 0 5px 0 #0878dc;
	font-size: 24px;
	height: 40px;
	width: 40px;
}

.kf-je-product-related {
	background: #0878dc !important;
}

.kf-je-product-related::before {
	background: #fe5000;
	border-radius: 0 100% 0 0 / 0 86% 0 0;
	content: "";
	height: 84%;
	left: -18%;
	position: absolute;
	top: 8%;
	width: 58%;
	z-index: 0;
}

.kf-je-product-related::after {
	background: #ffb500;
	border-radius: 100% 0 0 0 / 68% 0 0 0;
	bottom: -18%;
	content: "";
	height: 50%;
	position: absolute;
	right: -14%;
	width: 58%;
	z-index: 0;
}

.kf-je-product-related > * {
	position: relative;
	z-index: 1;
}

.kf-je-product-related-card.has-no-image .kf-je-product-related-card-inner {
	background:
		linear-gradient(145deg, rgba(37, 205, 191, .96) 0%, rgba(8, 120, 220, .98) 58%, rgba(255, 181, 0, .9) 100%) !important;
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .85);
}

.kf-je-product-related-card.has-no-image .kf-je-product-related-card-inner::before {
	color: #fff !important;
	text-shadow: 0 3px 0 rgba(0, 62, 153, .28);
}

@media (max-width: 1024px) {
	.kf-je-product-hero {
		min-height: 700px;
		padding-top: 136px !important;
	}

	.kf-je-product-hero-bg {
		height: 460px;
	}

	.kf-je-product-hero::after {
		height: 118px;
		top: 226px;
	}

	.kf-je-product-hero-shell {
		margin-top: 92px !important;
		max-width: 800px !important;
		min-height: 0;
	}

	.kf-je-product-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 640px) {
	.kf-je-product-hero {
		min-height: 0;
		padding-top: 96px !important;
	}

	.kf-je-product-hero-bg {
		height: 390px;
	}

	.kf-je-product-hero::after {
		height: 84px;
		left: -20%;
		right: -20%;
		top: 190px;
		transform: rotate(12deg);
	}

	.kf-je-product-hero-shell {
		border-radius: 30px !important;
		margin-top: 68px !important;
		padding: 42px 16px 46px !important;
		width: calc(100vw - 24px) !important;
	}

	.kf-je-product-info::before {
		clip-path: polygon(58% 0, 100% 0, 100% 100%, 8% 100%);
		inset: 0;
	}

	.kf-je-product-gallery::before {
		height: 38%;
		left: -42%;
		width: 120%;
	}

	.kf-je-product-gallery::after {
		display: none;
	}

	.kf-je-product-gallery-grid {
		grid-template-columns: 1fr !important;
		max-width: 420px !important;
	}

	.kf-je-product-gallery-grid a,
	.kf-je-product-gallery-grid a:first-child,
	.kf-je-product-gallery-grid a:nth-child(5n+2),
	.kf-je-product-gallery-grid a:nth-child(5n+3),
	.kf-je-product-gallery-grid a:nth-child(5n+4),
	.kf-je-product-gallery-grid a:nth-child(5n+5) {
		aspect-ratio: 1.18 / 1 !important;
	}

	.kf-je-product-related::before {
		height: 72%;
		left: -56%;
		top: 14%;
		width: 128%;
	}

	.kf-je-product-related::after {
		height: 30%;
		right: -36%;
		width: 100%;
	}
}

/* 1.0.9: clean product page, solid color flow and safer gallery buttons. */
.kf-je-product,
.kf-je-product-hero,
.kf-je-product-info,
.kf-je-product-gallery,
.kf-je-product-related {
	background: #0878dc !important;
}

.kf-je-product-hero {
	isolation: isolate;
	min-height: 0 !important;
	overflow: hidden;
	padding: 146px 20px 86px !important;
	position: relative;
}

.kf-je-product-hero-bg {
	background: #0878dc;
	display: block !important;
	filter: saturate(1.12) contrast(1.04);
	height: 560px !important;
	inset: 0 0 auto !important;
	object-fit: contain !important;
	object-position: var(--kf-je-hero-position, center top) !important;
	opacity: .92;
	pointer-events: none;
	position: absolute !important;
	width: 100% !important;
	z-index: 0;
}

.kf-je-product-hero::before {
	background: rgba(8, 120, 220, .22) !important;
	content: "";
	inset: 0 !important;
	opacity: 1 !important;
	position: absolute;
	z-index: 1;
}

.kf-je-product-hero::after,
.kf-je-product-info::before,
.kf-je-product-gallery::before,
.kf-je-product-gallery::after,
.kf-je-product-related::before,
.kf-je-product-related::after {
	display: none !important;
}

.kf-je-product-hero-shell {
	background: #0878dc !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-radius: 520px 520px 38px 38px / 280px 280px 38px 38px !important;
	box-shadow: 0 28px 70px rgba(0, 47, 120, .3), inset 0 -28px 0 rgba(0, 90, 171, .22) !important;
	margin: 112px auto 0 !important;
	max-width: 980px !important;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 92px 54px 76px !important;
	position: relative;
	width: min(980px, calc(100vw - 48px)) !important;
	z-index: 3;
}

.kf-je-product-title-lockup {
	align-items: center !important;
	display: flex !important;
	flex-wrap: nowrap;
	gap: 0 !important;
	justify-content: center !important;
	margin: -136px auto 56px !important;
	max-width: 860px;
	position: relative;
	transform: none !important;
	z-index: 5;
}

.kf-je-product-title-image {
	animation: kfJeProductFloat 4.8s ease-in-out infinite;
	filter: drop-shadow(0 12px 0 rgba(0, 90, 171, .28)) !important;
	flex: 0 0 auto;
	margin: 0 -20px 0 0 !important;
	max-height: 150px !important;
	max-width: 190px !important;
	position: relative;
	transform: rotate(-3deg);
	z-index: 2;
}

.kf-je-product-title-lockup h1 {
	background: #25cdbf !important;
	border: 5px solid rgba(255, 255, 255, .26) !important;
	border-radius: 18px !important;
	box-shadow: 0 9px 0 #0878dc, 0 15px 0 rgba(0, 90, 171, .48), 0 22px 36px rgba(0, 47, 120, .28) !important;
	color: #000 !important;
	font-size: 48px !important;
	line-height: 1.04 !important;
	margin: 0 !important;
	max-width: 670px;
	overflow-wrap: anywhere;
	padding: 17px 56px 18px !important;
	position: relative;
	text-align: center;
	text-shadow: none !important;
	white-space: normal;
}

.kf-je-product-title-lockup h1::after {
	background: #ffb500 !important;
	border-radius: 999px;
	bottom: -13px;
	box-shadow: none !important;
	content: "";
	display: block !important;
	height: 8px;
	left: 24%;
	position: absolute;
	width: 58%;
}

.kf-je-product-description {
	background: rgba(0, 90, 171, .26) !important;
	border: 1px solid rgba(255, 255, 255, .15) !important;
	border-radius: 14px !important;
	box-shadow: none !important;
	margin: 0 auto 36px !important;
	max-width: 640px !important;
	padding: 26px 32px !important;
}

.kf-je-product-description p {
	font-size: 16px !important;
	line-height: 1.55 !important;
	margin: 0 !important;
}

.kf-je-product-actions {
	gap: 24px !important;
	justify-content: center !important;
}

.kf-je-product-button {
	border-radius: 12px !important;
	box-shadow: 0 7px 0 rgba(0, 90, 171, .42) !important;
	min-height: 56px;
	padding: 17px 28px !important;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}

.kf-je-product-button:hover,
.kf-je-product-button:focus {
	box-shadow: 0 10px 0 rgba(0, 90, 171, .38) !important;
	transform: translateY(-3px) !important;
}

.kf-je-product-info {
	margin-top: 0 !important;
	overflow: visible !important;
	padding: 84px 20px 94px !important;
	position: relative;
}

.kf-je-product-info-frame,
.kf-je-product-rules-badge,
.kf-je-product-rules-end {
	display: none !important;
}

.kf-je-product-info-inner {
	margin: 0 auto !important;
	max-width: 1180px !important;
	position: relative;
	z-index: 2;
}

.kf-je-product-rules {
	background: #fe5000 !important;
	border-radius: 28px !important;
	box-shadow: 0 14px 0 rgba(0, 90, 171, .22), 0 24px 42px rgba(0, 47, 120, .18) !important;
	margin: 0 auto 78px !important;
	mask-image: none !important;
	max-width: 1060px !important;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 48px 54px 42px !important;
	position: relative;
	-webkit-mask-image: none !important;
	width: min(1060px, calc(100vw - 48px)) !important;
}

.kf-je-product-rules::before,
.kf-je-product-rules::after {
	animation: kfJeProductFloat 5.6s ease-in-out infinite;
	background: #25cdbf;
	border-radius: 8px;
	content: "";
	height: 26px;
	position: absolute;
	width: 26px;
}

.kf-je-product-rules::before {
	box-shadow: 26px 14px 0 #ffb500;
	left: 34px;
	top: 20px;
	transform: rotate(-18deg);
}

.kf-je-product-rules::after {
	background: #fff;
	box-shadow: 24px -10px 0 #25cdbf, 42px 8px 0 #ffb500;
	right: 42px;
	top: 24px;
	transform: rotate(16deg);
}

.kf-je-product-rules h2 {
	background: #0878dc !important;
	border-radius: 999px !important;
	box-shadow: 0 5px 0 rgba(0, 90, 171, .26) !important;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 13px !important;
	justify-content: center;
	left: 50%;
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 10px 22px !important;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.kf-je-product-rules-grid {
	align-items: stretch !important;
	display: grid !important;
	gap: 26px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.kf-je-product-rule {
	background: rgba(255, 255, 255, .1) !important;
	border-radius: 16px !important;
	box-shadow: none !important;
	display: grid !important;
	gap: 16px !important;
	grid-template-columns: 66px minmax(0, 1fr) !important;
	min-height: 94px;
	padding: 20px 22px !important;
	text-align: left !important;
	transition: transform .22s ease, background-color .22s ease !important;
}

.kf-je-product-rule:hover {
	background: rgba(255, 255, 255, .16) !important;
	transform: translateY(-4px);
}

.kf-je-product-rule img {
	height: 60px !important;
	margin: 0 !important;
	max-width: 66px !important;
	object-fit: contain;
	width: 66px !important;
}

.kf-je-product-rule p {
	color: #fff !important;
	font-size: 15px !important;
	line-height: 1.22 !important;
	margin: 0 !important;
	overflow-wrap: anywhere;
}

.kf-je-product-venues {
	align-items: center !important;
	display: flex !important;
	flex-wrap: wrap;
	gap: 22px !important;
	justify-content: center !important;
	margin: 0 auto !important;
	max-width: 980px !important;
	padding-top: 14px !important;
	position: relative;
	z-index: 2;
}

.kf-je-product-venues h2 {
	color: #fff !important;
	font-size: 22px !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	text-align: center;
}

.kf-je-product-venue-list {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 18px !important;
	justify-content: center !important;
	margin: 0 !important;
}

.kf-je-product-venue {
	background: #56a7e8 !important;
	border: 2px solid rgba(255, 255, 255, .25) !important;
	border-radius: 16px !important;
	box-shadow: 0 7px 0 rgba(0, 90, 171, .36) !important;
	min-height: 72px;
	min-width: 230px;
	padding: 14px 22px !important;
	transition: transform .22s ease, box-shadow .22s ease !important;
}

.kf-je-product-venue:hover {
	box-shadow: 0 10px 0 rgba(0, 90, 171, .3) !important;
	transform: translateY(-3px);
}

.kf-je-product-gallery {
	overflow: visible !important;
	padding: 92px 20px 106px !important;
}

.kf-je-product-gallery-inner {
	margin: 0 auto !important;
	max-width: 1120px !important;
	position: relative;
}

.kf-je-product-gallery-badge,
.kf-je-product-related-badge {
	animation: kfJeProductFloat 5.2s ease-in-out infinite;
	height: auto !important;
	margin-bottom: 18px !important;
	max-width: 82px !important;
}

.kf-je-product-gallery h2,
.kf-je-product-related h2 {
	border-radius: 14px !important;
	color: #000 !important;
	display: inline-block !important;
	font-size: 40px !important;
	line-height: 1.08 !important;
	margin: 0 auto 46px !important;
	padding: 17px 32px !important;
	position: relative;
	text-align: center !important;
	text-shadow: none !important;
	transform: rotate(-1deg);
	white-space: normal;
}

.kf-je-product-gallery h2 {
	background: #ffb500 !important;
	box-shadow: 0 9px 0 #fe5000, 0 20px 36px rgba(0, 47, 120, .2) !important;
}

.kf-je-product-related h2 {
	background: #fe5000 !important;
	box-shadow: 0 9px 0 #ffb500, 0 20px 36px rgba(0, 47, 120, .18) !important;
	color: #fff !important;
}

.kf-je-product-gallery-grid {
	display: grid !important;
	gap: 18px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	margin: 0 auto !important;
	max-width: 1040px !important;
}

.kf-je-gallery-item,
.kf-je-product-gallery-grid a,
.kf-je-product-gallery-grid a:first-child,
.kf-je-product-gallery-grid a:nth-child(5n+2),
.kf-je-product-gallery-grid a:nth-child(5n+3),
.kf-je-product-gallery-grid a:nth-child(5n+4),
.kf-je-product-gallery-grid a:nth-child(5n+5) {
	appearance: none !important;
	aspect-ratio: 1.28 / 1 !important;
	background: #005aab !important;
	border: 0 !important;
	border-radius: 16px !important;
	box-shadow: 0 16px 34px rgba(0, 47, 120, .24) !important;
	cursor: pointer;
	display: block !important;
	font: inherit;
	grid-column: auto !important;
	grid-row: auto !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
	text-decoration: none !important;
	transform: none !important;
	transition: transform .24s ease, box-shadow .24s ease !important;
	width: 100% !important;
}

.kf-je-gallery-item::before {
	background: rgba(0, 90, 171, .16);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .24s ease;
	z-index: 1;
}

.kf-je-gallery-item::after,
.kf-je-product-gallery-grid a::after {
	background: #25cdbf !important;
	border-radius: 999px;
	box-shadow: 0 5px 0 #0878dc !important;
	color: #fff;
	content: "+";
	display: grid;
	font-size: 26px !important;
	font-weight: 900;
	height: 44px !important;
	line-height: 1;
	opacity: 0;
	place-items: center;
	position: absolute;
	right: 14px;
	top: 14px;
	transform: scale(.86);
	transition: opacity .24s ease, transform .24s ease !important;
	width: 44px !important;
	z-index: 2;
}

.kf-je-gallery-item img,
.kf-je-product-gallery-grid img {
	display: block !important;
	height: 100% !important;
	object-fit: cover !important;
	opacity: 1 !important;
	transform: scale(1) !important;
	transition: transform .3s ease, filter .3s ease !important;
	width: 100% !important;
}

.kf-je-gallery-item:hover,
.kf-je-gallery-item:focus,
.kf-je-product-gallery-grid a:hover,
.kf-je-product-gallery-grid a:focus {
	box-shadow: 0 22px 42px rgba(0, 47, 120, .32) !important;
	outline: none !important;
	transform: translateY(-6px) !important;
}

.kf-je-gallery-item:hover::before,
.kf-je-gallery-item:focus::before {
	opacity: 1;
}

.kf-je-gallery-item:hover::after,
.kf-je-gallery-item:focus::after,
.kf-je-product-gallery-grid a:hover::after,
.kf-je-product-gallery-grid a:focus::after {
	opacity: 1;
	transform: scale(1);
}

.kf-je-gallery-item:hover img,
.kf-je-gallery-item:focus img,
.kf-je-product-gallery-grid a:hover img,
.kf-je-product-gallery-grid a:focus img {
	filter: saturate(1.1) contrast(1.04);
	transform: scale(1.05) !important;
}

.kf-je-product-related {
	overflow: visible !important;
	padding: 88px 20px 126px !important;
}

.kf-je-product-related-grid {
	gap: 34px !important;
	position: relative;
	z-index: 1;
}

.kf-je-product-related-card {
	transition: transform .24s ease !important;
}

.kf-je-product-related-card:hover {
	transform: translateY(-8px) rotate(0deg) !important;
}

.kf-je-product-related-card.has-no-image .kf-je-product-related-card-inner {
	background: #25cdbf !important;
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .82), 0 18px 34px rgba(0, 47, 120, .22) !important;
}

.kf-je-product-related-card.has-no-image .kf-je-product-related-card-inner::before {
	color: #fff !important;
	text-shadow: 0 3px 0 rgba(0, 62, 153, .24);
}

.kf-je-lightbox {
	background: rgba(0, 24, 68, .9) !important;
	z-index: 999999 !important;
}

.kf-je-lightbox-image {
	border: 0 !important;
	border-radius: 18px !important;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .38) !important;
}

@keyframes kfJeProductFloat {
	0% {
		transform: translateY(0) rotate(-3deg);
	}

	50% {
		transform: translateY(-8px) rotate(-1deg);
	}

	100% {
		transform: translateY(0) rotate(-3deg);
	}
}

@media (max-width: 1100px) {
	.kf-je-product-hero {
		padding-top: 128px !important;
	}

	.kf-je-product-hero-bg {
		height: 500px !important;
	}

	.kf-je-product-hero-shell {
		margin-top: 96px !important;
		max-width: 860px !important;
		padding: 86px 42px 68px !important;
	}

	.kf-je-product-title-lockup h1 {
		font-size: 42px !important;
		padding-left: 44px !important;
		padding-right: 44px !important;
	}

	.kf-je-product-title-image {
		max-width: 164px !important;
	}

	.kf-je-product-rules-grid {
		grid-template-columns: 1fr !important;
	}

	.kf-je-product-rule {
		grid-template-columns: 58px minmax(0, 1fr) !important;
	}

	.kf-je-product-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		max-width: 760px !important;
	}
}

@media (max-width: 720px) {
	.kf-je-product-hero {
		padding: 92px 12px 58px !important;
	}

	.kf-je-product-hero-bg {
		height: 360px !important;
		opacity: .86;
	}

	.kf-je-product-hero-shell {
		border-radius: 28px !important;
		margin-top: 92px !important;
		padding: 58px 18px 42px !important;
		width: calc(100vw - 24px) !important;
	}

	.kf-je-product-title-lockup {
		flex-direction: column;
		margin: -104px auto 34px !important;
	}

	.kf-je-product-title-image {
		margin: 0 0 -10px !important;
		max-height: 116px !important;
		max-width: 132px !important;
	}

	.kf-je-product-title-lockup h1 {
		border-width: 4px !important;
		font-size: 33px !important;
		max-width: 100%;
		padding: 14px 22px 15px !important;
	}

	.kf-je-product-description {
		margin-bottom: 26px !important;
		padding: 21px 18px !important;
	}

	.kf-je-product-description p {
		font-size: 14px !important;
		line-height: 1.55 !important;
	}

	.kf-je-product-actions {
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 14px !important;
	}

	.kf-je-product-button {
		justify-content: center;
		width: 100%;
	}

	.kf-je-product-info {
		padding: 58px 12px 72px !important;
	}

	.kf-je-product-rules {
		border-radius: 22px !important;
		margin-bottom: 54px !important;
		padding: 46px 18px 24px !important;
		width: calc(100vw - 24px) !important;
	}

	.kf-je-product-rules::before,
	.kf-je-product-rules::after {
		display: none;
	}

	.kf-je-product-rules h2 {
		font-size: 11px !important;
		max-width: calc(100% - 28px);
		padding: 9px 14px !important;
		white-space: normal;
	}

	.kf-je-product-rule {
		gap: 14px !important;
		grid-template-columns: 54px minmax(0, 1fr) !important;
		min-height: 0;
		padding: 16px !important;
	}

	.kf-je-product-rule img {
		height: 50px !important;
		width: 54px !important;
	}

	.kf-je-product-rule p {
		font-size: 13px !important;
	}

	.kf-je-product-venues {
		display: block !important;
		padding-top: 8px !important;
	}

	.kf-je-product-venues h2 {
		font-size: 18px !important;
		margin-bottom: 18px !important;
	}

	.kf-je-product-venue-list {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	.kf-je-product-venue {
		justify-content: center !important;
		min-width: 0;
		width: 100%;
	}

	.kf-je-product-gallery {
		padding: 72px 12px 84px !important;
	}

	.kf-je-product-gallery-badge,
	.kf-je-product-related-badge {
		max-width: 58px !important;
	}

	.kf-je-product-gallery h2,
	.kf-je-product-related h2 {
		font-size: 30px !important;
		margin-bottom: 34px !important;
		padding: 14px 18px !important;
	}

	.kf-je-product-gallery-grid {
		grid-template-columns: 1fr !important;
		max-width: 430px !important;
	}

	.kf-je-gallery-item,
	.kf-je-product-gallery-grid a,
	.kf-je-product-gallery-grid a:first-child,
	.kf-je-product-gallery-grid a:nth-child(5n+2),
	.kf-je-product-gallery-grid a:nth-child(5n+3),
	.kf-je-product-gallery-grid a:nth-child(5n+4),
	.kf-je-product-gallery-grid a:nth-child(5n+5) {
		aspect-ratio: 1.2 / 1 !important;
	}

	.kf-je-product-related {
		padding: 74px 12px 94px !important;
	}

	.kf-je-product-related-grid {
		grid-template-columns: minmax(0, 330px) !important;
	}
}

@media (max-width: 420px) {
	.kf-je-product-title-lockup h1 {
		font-size: 29px !important;
	}

	.kf-je-product-gallery h2,
	.kf-je-product-related h2 {
		font-size: 26px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kf-je-product-title-image,
	.kf-je-product-gallery-badge,
	.kf-je-product-related-badge,
	.kf-je-product-rules::before,
	.kf-je-product-rules::after,
	.kf-je-gallery-item,
	.kf-je-gallery-item::before,
	.kf-je-gallery-item::after,
	.kf-je-gallery-item img {
		animation: none !important;
		transition: none !important;
	}
}

/* 1.0.9: Eureka background supplied by the site, used as one continuous stage. */
.kf-je-product {
	background-color: #0878dc !important;
	background-image: url("https://eurekapark.pe/wp-content/uploads/2025/04/cALENDARIO-DE-aCTIVIDADES-scaled.webp") !important;
	background-position: center 760px !important;
	background-repeat: repeat-y !important;
	background-size: 100% auto !important;
	position: relative;
}

.kf-je-product-info,
.kf-je-product-gallery,
.kf-je-product-related {
	background: transparent !important;
}

.kf-je-product-hero {
	background: #0878dc !important;
}

.kf-je-gallery-item {
	-webkit-appearance: none !important;
	appearance: none !important;
}

@media (max-width: 1100px) {
	.kf-je-product {
		background-position: center 680px !important;
		background-size: auto 2600px !important;
	}
}

@media (max-width: 720px) {
	.kf-je-product {
		background-position: center 520px !important;
		background-size: auto 1700px !important;
	}
}

/* 1.0.10: softer product hero, bigger gallery and brighter related cards. */
.kf-je-product-hero {
	background: #0878dc !important;
	min-height: 760px !important;
	padding: 164px 20px 96px !important;
}

.kf-je-product-hero-bg {
	height: 640px !important;
	left: 50% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: var(--kf-je-hero-position, center center) !important;
	opacity: .86 !important;
	top: 0 !important;
	transform: translateX(-50%) !important;
	width: 100vw !important;
}

.kf-je-product-hero::before {
	background: rgba(8, 120, 220, .14) !important;
}

.kf-je-product-hero-shell {
	background: rgba(8, 120, 220, .9) !important;
	border: 1px solid rgba(255, 255, 255, .14) !important;
	box-shadow: 0 26px 58px rgba(0, 47, 120, .22), inset 0 -18px 0 rgba(0, 90, 171, .18) !important;
	margin-top: 126px !important;
	padding: 94px 62px 82px !important;
}

.kf-je-product-description,
.kf-je-product-description p,
.kf-je-product-description strong,
.kf-je-product-description b {
	font-weight: 500 !important;
	text-transform: none !important;
}

.kf-je-product-description {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	margin: 0 auto 38px !important;
	max-width: 660px !important;
	padding: 0 !important;
	text-align: left !important;
}

.kf-je-product-description p {
	font-size: 17px !important;
	line-height: 1.62 !important;
}

.kf-je-product-button {
	border-radius: 14px !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	min-width: 188px;
	padding: 18px 32px !important;
}

.kf-je-product-button-pass {
	background: #ffb500 !important;
	box-shadow: 0 8px 0 #cf7f00, 0 18px 26px rgba(0, 47, 120, .2) !important;
	color: #07192f !important;
}

.kf-je-product-button-buy {
	background: #fe5000 !important;
	box-shadow: 0 8px 0 #b63800, 0 18px 26px rgba(0, 47, 120, .2) !important;
	color: #fff !important;
}

.kf-je-product-button-pass:hover,
.kf-je-product-button-pass:focus {
	background: #ffc93a !important;
	box-shadow: 0 10px 0 #cf7f00, 0 22px 30px rgba(0, 47, 120, .24) !important;
}

.kf-je-product-button-buy:hover,
.kf-je-product-button-buy:focus {
	background: #ff6a21 !important;
	box-shadow: 0 10px 0 #b63800, 0 22px 30px rgba(0, 47, 120, .24) !important;
}

.kf-je-product-rules {
	border-radius: 26px !important;
	margin-bottom: 92px !important;
	padding: 48px 58px 42px !important;
}

.kf-je-product-rules::before,
.kf-je-product-rules::after {
	display: none !important;
}

.kf-je-product-rules-end {
	animation: kfJeProductFloatSoft 5.4s ease-in-out infinite;
	display: block !important;
	height: auto !important;
	max-width: 88px !important;
	position: absolute;
	right: 18px;
	top: 10px;
	transform: rotate(8deg);
	z-index: 3;
}

.kf-je-product-rules-grid {
	gap: 28px !important;
	position: relative;
	z-index: 4;
}

.kf-je-product-rule {
	border-radius: 18px !important;
	padding: 22px 24px !important;
}

.kf-je-product-venues {
	padding-top: 8px !important;
}

.kf-je-product-gallery {
	padding: 106px 20px 118px !important;
}

.kf-je-product-gallery-grid {
	gap: 22px !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	max-width: 1160px !important;
}

.kf-je-gallery-item,
.kf-je-product-gallery-grid a,
.kf-je-product-gallery-grid a:first-child,
.kf-je-product-gallery-grid a:nth-child(5n+2),
.kf-je-product-gallery-grid a:nth-child(5n+3),
.kf-je-product-gallery-grid a:nth-child(5n+4),
.kf-je-product-gallery-grid a:nth-child(5n+5) {
	aspect-ratio: 1.55 / 1 !important;
	border-radius: 18px !important;
	box-shadow: 0 20px 42px rgba(0, 47, 120, .26) !important;
}

.kf-je-gallery-item img,
.kf-je-product-gallery-grid img {
	filter: saturate(1.08) contrast(1.03) !important;
}

.kf-je-product-related {
	padding: 102px 20px 138px !important;
}

.kf-je-product-related-badge {
	display: block !important;
	margin-bottom: 14px !important;
	max-width: 96px !important;
}

.kf-je-product-related h2 {
	background: #fe5000 !important;
	box-shadow: 0 9px 0 #ffb500, 0 22px 36px rgba(0, 47, 120, .18) !important;
	color: #fff !important;
	margin-bottom: 64px !important;
}

.kf-je-product-related-grid {
	gap: 44px !important;
}

.kf-je-product-related-card {
	background: #25cdbf !important;
	border-radius: 18px !important;
	box-shadow: 0 20px 42px rgba(0, 47, 120, .22) !important;
	padding: 12px !important;
}

.kf-je-product-related-card:nth-child(2) {
	background: #ffb500 !important;
}

.kf-je-product-related-card:nth-child(3) {
	background: #fe5000 !important;
}

.kf-je-product-related-card-inner {
	border-radius: 14px !important;
	box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .82) !important;
	min-height: 320px !important;
}

.kf-je-product-related-card.has-no-image .kf-je-product-related-card-inner {
	background: #0878dc !important;
}

.kf-je-product-related-caption {
	border-radius: 13px !important;
	bottom: 14px !important;
	box-shadow: 0 8px 0 rgba(0, 90, 171, .3) !important;
	left: 18px !important;
	right: 18px !important;
}

@keyframes kfJeProductFloatSoft {
	0% {
		transform: translateY(0) rotate(8deg);
	}

	50% {
		transform: translateY(-7px) rotate(4deg);
	}

	100% {
		transform: translateY(0) rotate(8deg);
	}
}

@media (max-width: 1100px) {
	.kf-je-product-hero {
		min-height: 700px !important;
		padding-top: 132px !important;
	}

	.kf-je-product-hero-bg {
		height: 560px !important;
	}

	.kf-je-product-hero-shell {
		margin-top: 112px !important;
		padding: 86px 44px 70px !important;
	}

	.kf-je-product-gallery-grid {
		max-width: 860px !important;
	}
}

@media (max-width: 720px) {
	.kf-je-product {
		background-position: center 600px !important;
		background-size: auto 1580px !important;
	}

	.kf-je-product-hero {
		min-height: 0 !important;
		padding: 86px 14px 68px !important;
	}

	.kf-je-product-hero-bg {
		height: 420px !important;
		opacity: .82 !important;
	}

	.kf-je-product-hero-shell {
		background: rgba(8, 120, 220, .94) !important;
		border-radius: 26px !important;
		margin-top: 128px !important;
		padding: 56px 20px 38px !important;
		width: calc(100vw - 28px) !important;
	}

	.kf-je-product-description {
		text-align: center !important;
	}

	.kf-je-product-description p {
		font-size: 14px !important;
		line-height: 1.56 !important;
	}

	.kf-je-product-rules {
		border-radius: 20px !important;
		margin-bottom: 64px !important;
		padding: 46px 18px 24px !important;
	}

	.kf-je-product-rules-end {
		max-width: 58px !important;
		right: 8px;
		top: 8px;
	}

	.kf-je-product-gallery {
		padding: 82px 14px 92px !important;
	}

	.kf-je-product-gallery-grid {
		gap: 16px !important;
		grid-template-columns: 1fr !important;
		max-width: 500px !important;
	}

	.kf-je-gallery-item,
	.kf-je-product-gallery-grid a,
	.kf-je-product-gallery-grid a:first-child,
	.kf-je-product-gallery-grid a:nth-child(5n+2),
	.kf-je-product-gallery-grid a:nth-child(5n+3),
	.kf-je-product-gallery-grid a:nth-child(5n+4),
	.kf-je-product-gallery-grid a:nth-child(5n+5) {
		aspect-ratio: 1.22 / 1 !important;
		border-radius: 16px !important;
	}

	.kf-je-product-related {
		padding: 84px 14px 104px !important;
	}

	.kf-je-product-related h2 {
		margin-bottom: 44px !important;
	}

	.kf-je-product-related-card {
		padding: 9px !important;
	}

	.kf-je-product-related-card-inner {
		min-height: 300px !important;
	}
}

/* 1.0.11: smoother hierarchy, brand-only ornaments and 3-column gallery. */
.kf-je-product {
	background-color: #0878dc !important;
	background-image: url("https://eurekapark.pe/wp-content/uploads/2025/04/cALENDARIO-DE-aCTIVIDADES-scaled.webp") !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

.kf-je-product-info {
	margin-top: -58px !important;
	overflow: visible !important;
	padding-top: 148px !important;
}

.kf-je-product-info,
.kf-je-product-gallery,
.kf-je-product-related {
	position: relative;
	z-index: 2;
}

.kf-je-product-hero {
	z-index: 3;
}

.kf-je-product-hero-shell {
	border-color: rgba(255, 255, 255, .1) !important;
	box-shadow: 0 24px 64px rgba(0, 47, 120, .2), inset 0 -14px 0 rgba(0, 90, 171, .14) !important;
}

.kf-je-product-gallery h2::before,
.kf-je-product-gallery h2::after,
.kf-je-product-related h2::before,
.kf-je-product-related h2::after {
	display: none !important;
}

.kf-je-product-gallery-badge,
.kf-je-product-related-badge {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative !important;
	z-index: 4 !important;
}

.kf-je-product-gallery-badge {
	margin-bottom: 10px !important;
	max-width: 86px !important;
}

.kf-je-product-related-badge {
	margin-bottom: 12px !important;
	max-width: 104px !important;
}

.kf-je-product-rules {
	background: #fe5000 !important;
	border-radius: 0 !important;
	box-shadow: 0 18px 0 rgba(0, 90, 171, .2), 0 34px 58px rgba(0, 47, 120, .16) !important;
	margin-bottom: 104px !important;
	mask-image: url("https://eurekapark.pe/wp-content/uploads/2025/04/Group-174.png") !important;
	mask-position: center !important;
	mask-repeat: no-repeat !important;
	mask-size: 100% 100% !important;
	max-width: 1160px !important;
	min-height: 182px !important;
	padding: 58px 72px 54px !important;
	-webkit-mask-image: url("https://eurekapark.pe/wp-content/uploads/2025/04/Group-174.png") !important;
	-webkit-mask-position: center !important;
	-webkit-mask-repeat: no-repeat !important;
	-webkit-mask-size: 100% 100% !important;
}

.kf-je-product-rules h2 {
	background: #0878dc !important;
	box-shadow: 0 6px 0 rgba(0, 90, 171, .28) !important;
	font-size: 13px !important;
	letter-spacing: 0 !important;
	top: 12px !important;
	z-index: 6;
}

.kf-je-product-rules-grid {
	gap: 30px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.kf-je-product-rule {
	background: rgba(255, 255, 255, .08) !important;
	border-radius: 18px !important;
	gap: 16px !important;
	grid-template-columns: 62px minmax(0, 1fr) !important;
	padding: 20px 24px !important;
}

.kf-je-product-rules-end {
	bottom: 10px !important;
	max-width: 74px !important;
	right: 28px !important;
	top: auto !important;
	z-index: 5;
}

.kf-je-product-venues {
	margin-top: -18px !important;
	padding-top: 0 !important;
}

.kf-je-product-gallery {
	overflow: hidden !important;
	padding: 118px 28px 126px !important;
}

.kf-je-product-gallery::before {
	background: #fe5000 !important;
	border-radius: 0 78% 62% 0 / 0 70% 56% 0;
	content: "";
	display: block !important;
	height: 58%;
	left: -12%;
	position: absolute;
	top: 120px;
	width: 56%;
	z-index: 0;
}

.kf-je-product-gallery::after {
	background: rgba(0, 90, 171, .18) !important;
	border-radius: 80% 0 0 70% / 58% 0 0 52%;
	content: "";
	display: block !important;
	height: 52%;
	position: absolute;
	right: -18%;
	top: 78px;
	width: 58%;
	z-index: 0;
}

.kf-je-product-gallery-inner {
	position: relative !important;
	z-index: 2 !important;
}

.kf-je-product-gallery h2,
.kf-je-product-related h2 {
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
}

.kf-je-product-gallery-grid {
	gap: 22px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	max-width: 1240px !important;
	position: relative;
	z-index: 3;
}

.kf-je-gallery-item,
.kf-je-product-gallery-grid a,
.kf-je-product-gallery-grid a:first-child,
.kf-je-product-gallery-grid a:nth-child(5n+2),
.kf-je-product-gallery-grid a:nth-child(5n+3),
.kf-je-product-gallery-grid a:nth-child(5n+4),
.kf-je-product-gallery-grid a:nth-child(5n+5) {
	aspect-ratio: 1.28 / 1 !important;
	border: 0 !important;
	border-radius: 18px !important;
	box-shadow: 0 18px 36px rgba(0, 47, 120, .24) !important;
}

.kf-je-gallery-item::after,
.kf-je-product-gallery-grid a::after {
	background: #25cdbf !important;
	box-shadow: 0 5px 0 #0878dc !important;
}

.kf-je-product-related {
	overflow: hidden !important;
	padding-top: 116px !important;
}

.kf-je-product-related::before {
	background: #ffb500 !important;
	border-radius: 86% 0 0 0 / 66% 0 0 0;
	bottom: -12%;
	content: "";
	display: block !important;
	height: 44%;
	position: absolute;
	right: -10%;
	width: 48%;
	z-index: 0;
}

.kf-je-product-related::after {
	background: #fe5000 !important;
	border-radius: 0 88% 0 0 / 0 74% 0 0;
	content: "";
	display: block !important;
	height: 58%;
	left: -18%;
	position: absolute;
	top: 42px;
	width: 48%;
	z-index: 0;
}

.kf-je-product-related > * {
	position: relative;
	z-index: 2;
}

.kf-je-product-related-grid {
	max-width: 1100px !important;
}

@media (max-width: 1100px) {
	.kf-je-product-rules {
		mask-image: none !important;
		border-radius: 28px !important;
		min-height: 0 !important;
		padding: 56px 38px 42px !important;
		-webkit-mask-image: none !important;
	}

	.kf-je-product-rules-grid {
		grid-template-columns: 1fr !important;
	}

	.kf-je-product-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		max-width: 860px !important;
	}
}

@media (max-width: 720px) {
	.kf-je-product {
		background-size: auto 100% !important;
	}

	.kf-je-product-info {
		margin-top: -36px !important;
		padding-top: 100px !important;
	}

	.kf-je-product-rules {
		border-radius: 24px !important;
		margin-bottom: 70px !important;
		padding: 50px 18px 26px !important;
		width: calc(100vw - 24px) !important;
	}

	.kf-je-product-rules-end {
		bottom: auto !important;
		max-width: 48px !important;
		right: 10px !important;
		top: 12px !important;
	}

	.kf-je-product-gallery {
		padding: 88px 14px 94px !important;
	}

	.kf-je-product-gallery::before {
		border-radius: 0 90% 60% 0 / 0 70% 48% 0;
		height: 36%;
		left: -52%;
		top: 116px;
		width: 128%;
	}

	.kf-je-product-gallery::after {
		display: none !important;
	}

	.kf-je-product-gallery-grid {
		grid-template-columns: 1fr !important;
		max-width: 480px !important;
	}

	.kf-je-gallery-item,
	.kf-je-product-gallery-grid a,
	.kf-je-product-gallery-grid a:first-child,
	.kf-je-product-gallery-grid a:nth-child(5n+2),
	.kf-je-product-gallery-grid a:nth-child(5n+3),
	.kf-je-product-gallery-grid a:nth-child(5n+4),
	.kf-je-product-gallery-grid a:nth-child(5n+5) {
		aspect-ratio: 1.2 / 1 !important;
	}

	.kf-je-product-related::before {
		height: 28%;
		right: -40%;
		width: 94%;
	}

	.kf-je-product-related::after {
		height: 34%;
		left: -58%;
		top: 78px;
		width: 116%;
	}
}

/* 1.0.12: fixes live page clipping and removes legacy hard background cuts. */
.kf-je-product::before,
.kf-je-product::after {
	display: none !important;
}

.kf-je-product {
	background-color: #0878dc !important;
	background-image: url("https://eurekapark.pe/wp-content/uploads/2025/04/cALENDARIO-DE-aCTIVIDADES-scaled.webp") !important;
	background-position: center 680px !important;
	background-repeat: repeat-y !important;
	background-size: min(1500px, 100%) auto !important;
	overflow-x: clip;
}

.kf-je-product-info {
	margin-top: -34px !important;
	padding: 128px 20px 112px !important;
}

.kf-je-product-info::before {
	display: none !important;
}

.kf-je-product-rules {
	box-sizing: border-box !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1080px !important;
	min-height: 190px !important;
	overflow: visible !important;
	padding: 66px 54px 50px !important;
	width: min(1080px, calc(100vw - 56px)) !important;
}

.kf-je-product-rules h2 {
	left: 50% !important;
	max-width: calc(100% - 120px) !important;
	min-width: min(420px, calc(100% - 120px)) !important;
	overflow: visible !important;
	text-align: center !important;
	top: 30px !important;
	transform: translateX(-50%) !important;
	white-space: nowrap !important;
	z-index: 10 !important;
}

.kf-je-product-rules-grid {
	align-items: stretch !important;
	display: grid !important;
	gap: 20px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	margin-top: 8px !important;
	width: 100% !important;
}

.kf-je-product-rule {
	box-sizing: border-box !important;
	display: grid !important;
	grid-template-columns: 58px minmax(0, 1fr) !important;
	min-width: 0 !important;
	padding: 18px 20px !important;
}

.kf-je-product-rule p {
	font-size: 14px !important;
	line-height: 1.22 !important;
	min-width: 0 !important;
}

.kf-je-product-rules-end {
	bottom: 18px !important;
	max-width: 58px !important;
	right: 22px !important;
}

.kf-je-product-gallery {
	padding-top: 112px !important;
}

.kf-je-product-gallery::before {
	height: 46% !important;
	left: -10% !important;
	top: 150px !important;
	width: 42% !important;
}

.kf-je-product-gallery::after {
	height: 42% !important;
	right: -16% !important;
	top: 132px !important;
	width: 44% !important;
}

.kf-je-product-gallery-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	max-width: 1180px !important;
}

.kf-je-product-related::before {
	height: 34% !important;
	right: -14% !important;
	width: 42% !important;
}

.kf-je-product-related::after {
	height: 44% !important;
	left: -16% !important;
	width: 36% !important;
}

@media (max-width: 1240px) {
	.kf-je-product-rules {
		mask-image: none !important;
		border-radius: 30px !important;
		min-height: 0 !important;
		padding: 66px 38px 42px !important;
		-webkit-mask-image: none !important;
	}

	.kf-je-product-rules h2 {
		top: 24px !important;
	}
}

@media (max-width: 980px) {
	.kf-je-product-rules-grid,
	.kf-je-product-gallery-grid {
		grid-template-columns: 1fr !important;
		max-width: 520px !important;
	}

	.kf-je-product-rules {
		width: min(620px, calc(100vw - 32px)) !important;
	}

	.kf-je-product-rules h2 {
		font-size: 12px !important;
		min-width: 0 !important;
		white-space: normal !important;
	}
}

@media (min-width: 981px) {
	.kf-je-product-gallery-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 720px) {
	.kf-je-product {
		background-position: center 520px !important;
		background-size: auto 1800px !important;
		overflow-x: hidden;
	}

	.kf-je-product-info {
		margin-top: -18px !important;
		padding: 88px 12px 76px !important;
	}

	.kf-je-product-rules {
		border-radius: 24px !important;
		padding: 54px 16px 24px !important;
		width: calc(100vw - 24px) !important;
	}

	.kf-je-product-rules-grid {
		gap: 14px !important;
	}

	.kf-je-product-rule {
		grid-template-columns: 52px minmax(0, 1fr) !important;
		padding: 16px !important;
	}

	.kf-je-product-rules-end {
		display: none !important;
	}

	.kf-je-product-gallery::before {
		height: 26% !important;
		left: -42% !important;
		top: 134px !important;
		width: 104% !important;
	}

	.kf-je-product-gallery::after,
	.kf-je-product-related::before,
	.kf-je-product-related::after {
		display: none !important;
	}
}
