.Message_message__hl4wX {
	color: #000;
	position: relative;
	background: #fff;
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
	padding: 20px;
	font-size: 12px;
	border-radius: 16px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .24)
}

.Message_message__hl4wX .Message_svg__QMJzA {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	transform: translate(-50%, -50%);
	padding: 4px;
	border-radius: 50%;
	animation: Message_wiggle__zkllC 2s ease-in forwards;
	animation-iteration-count: 2
}

@keyframes Message_wiggle__zkllC {

	0%,
	20%,
	to {
		transform: translate(-50%, -50%) rotate(0deg)
	}

	5% {
		transform: translate(-50%, -50%) rotate(20deg)
	}

	10% {
		transform: translate(-50%, -50%) rotate(-20deg)
	}

	15% {
		transform: translate(-50%, -50%) rotate(20deg)
	}
}

.Title_title__xN76Q {
	font: 700 24px/1 Cabin Sketch, cursive;
	transform: rotate(-2deg);
	color: var(--highlight-color);
	margin: .5em 0;
	text-align: center
}

.Title_title__xN76Q h1,
.Title_title__xN76Q h2,
.Title_title__xN76Q h3 {
	font: inherit;
	margin: 0
}

.Title_title__xN76Q img {
	vertical-align: middle;
	margin: 0 0 0 10px
}

@media(min-width:500px) {
	.Title_title__xN76Q {
		text-align: left;
		font-size: 48px;
		margin: 1em 0
	}
}

.Game_content__28nju {
	position: relative;
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 12px
}

.Game_grid__bid9h {
	margin: 0 auto 60px
}

@media(max-width:1030px) {
	.Game_message__savPu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 3;
		padding: 10%
	}
}

.Game_gameFrame__GisKb {
	background-color: var(--bg-color-accent);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.Game_gameFrameEmbed__mI4FE {
	width: 100%;
	height: 100%;
	border: none
}

.Game_description__enJZh {
	font-size: 14px;
	margin: 60px 0
}

.Game_description__enJZh a {
	pointer-events: none;
	text-decoration: none
}

.Game_descriptionTitle__Sancp {
	margin: 1em 0
}

.Game_relatedGame__BQ5QJ {
	display: inline-block;
	width: calc(50% - 16px);
	margin: 8px
}

@media(min-width:1030px) {
	.Game_message__savPu {
		position: static;
		grid-area: m
	}

	.Game_gameFrame__GisKb {
		position: static;
		grid-area: gf;
		margin: 0;
		height: 660px
	}

	.Game_relatedGame__BQ5QJ {
		display: block;
		margin: 0;
		width: auto
	}

	.Game_grid__bid9h {
		display: grid;
		grid-template-columns: repeat(7, 130px);
		grid-gap: 16px;
		gap: 16px;
		grid-template-areas: "m  m  m  m  m  m  m" "gf gf gf gf gf gf gf" "gf gf gf gf gf gf gf" "gf gf gf gf gf gf gf" "gf gf gf gf gf gf gf" ".. .. .. .. .. .. .." ".. .. .. .. .. .. .."
	}
}

.Thumbnail_thumbnail__XW4q3 {
	display: block;
	color: var(--highlight-color);
	border-radius: 5px;
	background-color: #f8ccfe;
	cursor: pointer;
	font-size: 13px;
	contain: paint;
	transition: color .2s ease, background-color .2s ease;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding: 0 0 30px;
	position: relative
}

.Thumbnail_thumbnail__XW4q3:hover {
	color: #fff;
	background-color: var(--highlight-color)
}

.Thumbnail_image__N1_sH {
	width: 100%;
	height: auto
}

.Thumbnail_title__oGAPa {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.Home_content__wK0Pj {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 30px
}

.Home_grid__Exju9 {
	--grid-columns: 2;
	display: grid;
	grid-template-columns: repeat(var(--grid-columns), 1fr);
	grid-gap: 16px;
	gap: 16px;
	grid-auto-flow: row dense;
	margin: 0 0 16px
}

.Home_seoText__pBWLa {
	margin: 40px 0 80px;
	font-size: 14px
}

@media(min-width:600px) {
	.Home_grid__Exju9 {
		--grid-columns: 4
	}
}

@media(min-width:1000px) {
	.Home_grid__Exju9 {
		--grid-columns: 6
	}
}