@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap);
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body {
	font-family: Nunito, sans-serif;
	margin: 0;
	overflow-x: hidden!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}
.h1, h1 {
	font-size: calc(1.3875rem + 1.65vw)
}
@media (min-width:1200px) {
	.h1, h1 {
		font-size: 1.6rem
	}
}
.unwordle-h1 {
	font-size: 38px!important;
	font-weight: 700!important
}
.unwordle_head {
	font-size: 26px!important;
	font-weight: 700!important
}
.unwordle-h2 {
	font-size: 19px!important;
	font-weight: 400!important
}
.unwordle_h3 {
	font-size: 22px!important;
	font-weight: 700!important
}
.unwordle_p {
	font-size: 20px!important;
	font-weight: 500!important;
	margin: auto;
	max-width: 70%
}
.unwordle_text {
	text-align: left;
	font-size: 18px;
	margin: auto
}
.unwordle_step {
	margin-top: 12px;
	margin-bottom: 12px
}
@media (max-width:1024px) {
	.unwordle_head {
		font-size: 24px!important;
		font-weight: 800!important
	}
}
@media (max-width:512px) {
	.unwordle_head {
		font-size: 20px!important;
		font-weight: 800!important
	}
}
@media (max-width:767px) {
	.unwordle-h1 {
		font-size: 34px!important
	}
}
.unwordle_ul {
	padding-left: 0
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
	margin-right: .5rem
}
.container {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}
}
@media (min-width:992px) {
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 56%
	}
}
.unwordle_share {
	margin: 90px 0 40px
}
.unwordle_title {
	background-color: #fcfff0
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.my-2 {
	margin-top: 0.5rem!important;
	margin-bottom: 0.5rem!important
}
.mt-0 {
	margin-top: 0!important
}
.mt-1 {
	margin-top: 0.25rem!important
}
.mt-2 {
	margin-top: 0.5rem!important
}
.mt-3 {
	margin-top: 1rem!important
}
.mt-4 {
	margin-top: 1.5rem!important
}
.mt-5 {
	margin-top: 3rem!important
}
.mb-1 {
	margin-bottom: 0.25rem!important
}
.mb-2 {
	margin-bottom: 0.5rem!important
}
.mb-4 {
	margin-bottom: 1.5rem!important
}
.mb-5 {
	margin-bottom: 3rem!important
}
.pb-1 {
	padding-bottom: 0.25rem!important
}
.pb-2 {
	padding-bottom: 0.5rem!important
}
.pb-5 {
	padding-bottom: 3rem!important
}
.text-start {
	text-align: left!important
}
.text-end {
	text-align: right!important
}
.text-center {
	text-align: center!important
}
.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important
}

.text-primary {
	color: #72b0fa!important
}
.section-title .title {
	letter-spacing: .5px;
	font-size: 28px!important
}
@media (max-width:768px) {
	.section-title .title {
		font-size: 24px!important
	}
}
.number {
	font-size: 26px;
	font-weight: 700
}
.para-desc {
	max-width: 600px
}
.bg-half {
	padding: 32px 0;
	align-self: center
}
.footer__logo {
	height: 24px;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 10px
}
.footer__logo img {
	height: 24px;
	display: block
}
.footer {
	padding: 20px 0 10px;
	background: rgba(231, 235, 241, .58)
}
.container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0
}
.footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 5px
}
.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.footer__message {
	color: #9599ae;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	margin: 20px auto 10px
}
.footer__copir {
	color: #2c2f3e;
	font-size: 13px;
	font-weight: 400;
	line-height: 12px
}
.footer__links {
	color: #2c2f3e;
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.footer__links li {
	border-left: 1px solid #75798d;
	padding-left: 10px;
	margin-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.faq_block {
	border-radius: 14px;
	margin-top: 35px;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
	padding-right: 32px;
	background-color: #bfd4e080
}
.unwordle_share {
	margin-top: 40px
}
.Grid_tile__VWsmc {
	border: none!important;
	border-radius: 2px
}
.Grid_tile__VWsmc[data-error]:after {
	border-radius: 2px!important
}
.Grid_grid__Hgn7i {
	width: 270px!important
}
.Keyboard_row__CQd5C {
	margin: 0 auto 5px!important
}
button, input, select {
	cursor: pointer
}
.share_b {
	align-items: center;
	margin: 4px;
	height: 40px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
	color: #fff;
	line-height: 40px;
	background-color: #f8f9fc;
	transition: transform .2s;
	display: inline-block;
	white-space: nowrap;
	letter-spacing: .5px;
	min-width: 67px;
	opacity: 1;
	padding: 0 20px;
	position: relative;
	vertical-align: top
}
@media (max-width:1024px) {
	.share_b {
		font-size: 11px
	}
}
@media (max-width:710px) {
	.share_b {
		font-size: 12px;
		margin-top: 5px
	}
}
.share_b:hover {
	transform: translate(0, -3px);
	color: #fff
}
.share_b:visited {
	color: #fff
}
.share_i {
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
	top: 10px;
	vertical-align: top
}
.st-total {
	padding: 7px;
	display: inline-block
}
.st-shares {
	font-size: 12px;
	line-height: 12px
}
.st-label {
	font-size: 20px;
	line-height: 22px;
	display: block;
	padding: 0
}
.banner {
	display: block
}
.banner_middle {
	width: 728px;
	height: 90px
}
.banner_under_mobile {
	display: none
}
@media (max-width:479px) {
	.banner_under {
		display: none
	}
	.banner_under_mobile {
		display: block
	}
}
.frames_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: auto
}
@media (max-width:991px) {
	.frames_block {
		margin-left: 3px;
		margin-right: 3px
	}
}
.we_but {
	display: inline-flex;
	min-height: 90px;
	max-height: 90px;
	align-items: center;
	margin: 12px;
	width: calc(25% - 24px);
	text-align: center;
	padding: 2px 13px;
	outline: 0;
	font-size: 14px;
	letter-spacing: .5px;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid;
	border-radius: 8px;
	color: #3c4858!important;
	background-color: #f8f9fc;
	transition: transform .2s
}
@media (max-width:710px) {
	.we_but {
		width: calc(50% - 24px);
		font-size: 12px;
		margin-top: 5px
	}
}
.we_but:hover {
	transform: translate(0, -3px)
}
.wemage {
	width: 38px;
	margin-right: 10px
}
.we_d {
	margin: auto
}
.games {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
}
.game-item {
	text-decoration: none;
	border-radius: 10px
}
.btn-center, .game-item__info, .headline, .wordle-text .h2--center, .wordle-text p.center {
	text-align: center
}
.menu-header__li, .menu-header__link, .page, sub, sup {
	position: relative
}
.footer__logo:hover, .header__logo:hover {
	opacity: .7
}
.hint:hover .hint__hidden, .lang-header__link.is-active .icon, .lang-header__link:hover .icon, .starability-basic>input:not([disabled]):hover+label::before {
	opacity: 1
}
.game-item__img, .page, .scroll-element .scroll-element_outer, svg:not(:root) {
	overflow: hidden
}
.game-item__rate, .games, .section--full.fixed .container {
	display: -webkit-box;
	display: -ms-flexbox
}
.section {
	padding: 30px 0
}
.section--main {
	padding: 0!important
}
.section--white {
	background: #fff
}
.section--grey {
	background: #fbf9f5
}
.section--green {
	background: #ecf0e2
}
.section--full.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #fff;
	padding: 20px
}
.section--full.fixed .container {
	width: auto;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}
.games {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0
}
.game-category {
	margin-bottom: 15px;
	width: 78%!important
}
.game-item {
	width: 200px;
	margin: 15px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .07)
}
.dark-theme .game-item {
	background: #4c5066
}
.dark-theme .game-item__title {
	color: #fff
}
.dark-theme .game-item__text {
	color: #c8cde2
}
.dark-theme .game-item__play {
	color: #fff;
	background: #4c5066;
	border: 1px solid #d7d8e2
}
.dark-theme .game-item:hover .game-item__play {
	color: #fff;
	background: #57ac57;
	border: 1px solid #57ac57
}
.game-item-list {
	width: 290px!important
}
.game-item:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .15)
}
.fullscreen:hover, .game-item:hover .game-item__title {
	color: #57ac57
}
.footer__links a:hover, .links__link.active, .links__link:hover {
	color: #57ac57!important
}
.game-item:hover .game-item__play {
	color: #fff;
	background: #57ac57;
	border: 1px solid #57ac57
}
.game-item:hover .game-item__img img {
	transform: scale(1.15)
}
.game-item__img {
	height: 133px;
	border-radius: 10px 10px 0 0
}
.game-item__img img {
	display: block;
	max-width: 100%;
	transition: transform .35s;
	transform: scale(1)
}
.game-item__info {
	padding: 10px 15px 15px
}
.game-item__title {
	color: #13141c;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	transition: .3s
}
.game-item__text {
	color: #7e8399;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px
}
.game-item__text span {
	color: #413732;
	font-size: 13px;
	padding: 2px 6px;
	margin-bottom: 4px;
	border-radius: 5px;
	background: #e7dbd6;
	border-bottom: 1px solid #baa095
}
.game-item__bottom {
	display: flex;
	justify-content: center
}