@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,700&display=swap);
:root {
  --clr-accent-1: #534f4e;
  --clr-accent-2: #19ff28;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

section {
  margin-bottom: 8rem;
  padding: 0 2rem;
}
.container {
  max-width: 120rem;
  margin: 0 auto;
}
.body--scroll-disabled {
  overflow: hidden;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
  border-style: none;
}
ul {
  list-style: none;
  text-decoration: none;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: button;
  outline: 0;
  border: none;
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
body {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  color: #fff;
  cursor: default;
  background: top left no-repeat url(../img/bg.webp) var(--clr-accent-1);
}
.clr--accent-2 {
  color: var(--clr-accent-2);
}
.cta {
  font-family: Montserrat, sans-serif;
  background: var(--clr-accent-1);
  margin-bottom: 8rem;
  position: relative;
  padding: 2rem 3rem;
  z-index: 1;
}
.cta .container {
  max-width: 180rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
.cta h1 {
  text-shadow: 0 0 3.5rem rgba(0, 0, 0, 0.85);
  font-size: 5rem;
  font-weight: 800;
  text-transform: uppercase;
}
.btn {
  display: block;
  color: #0b040c;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 100%;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 7.5rem;
  background: var(--clr-accent-2);
  padding: 1.2rem;
  min-width: 15rem;
  position: relative;
}
.btn::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 115%;
  top: -7.5%;
  left: -2.5%;
  border-radius: 7.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaf0), to(#777));
  background: -o-linear-gradient(top, #fffaf0 0, #777 100%);
  background: linear-gradient(180deg, #fffaf0 0, #777 100%);
  z-index: -1;
}
.pop-up-age {
  display: none;
  font-family: Montserrat, serif;
}
.pop-up-age--active {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  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;
}
.pop-up-age__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5rem 7rem;
  border-radius: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.7);
}
.pop-up-age span:first-of-type {
  color: var(--clr-white);
  text-align: center;
  font-size: 7.6rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.pop-up-age span:nth-of-type(2) {
  color: var(--clr-accent-2);
  text-align: center;
  font-family: Montserrat;
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 4.2rem;
}
.pop-up-age__buttons-container {
  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;
  gap: 2.5rem;
}
.pop-up-age__buttons-container button {
  font-size: 2.8rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 2.8rem;
  padding: 1.2rem 0;
  width: 12rem;
  color: #0b040c;
  cursor: pointer;
}
.pop-up-age__buttons-container button:first-of-type {
  background: var(--clr-accent-2);
}
.pop-up-age__buttons-container button:nth-of-type(2) {
  background: #fff;
}
.pop-up-restrict {
  font-family: Montserrat, serif;
  display: none;
}
.pop-up-restrict--active {
  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;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: pop-up--in 0.4s forwards;
  animation: pop-up--in 0.4s forwards;
}
.pop-up-restrict div {
  color: var(--clr-white);
  font-size: 4rem;
  padding: 1.2rem 2rem;
  border-radius: 3rem;
  background-color: #000;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid var(--clr-white);
  white-space: nowrap;
  -webkit-animation: pop-up__modal--in 0.4s forwards;
  animation: pop-up__modal--in 0.4s forwards;
}
.pop-up-login {
  display: none;
  font-family: Montserrat, serif;
}
.pop-up-login--active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  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;
  z-index: 100;
  -webkit-animation: pop-up--in 0.4s forwards;
  animation: pop-up--in 0.4s forwards;
}
.pop-up-login__modal {
  scale: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
  width: 50rem;
  -webkit-animation: pop-up__modal--in 0.4s forwards;
  animation: pop-up__modal--in 0.4s forwards;
}
.pop-up-login__step-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem 2rem;
}
.pop-up-login__step-1 span:first-of-type {
  color: #210e2b;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.pop-up-login__step-1 fieldset {
  border: none;
  margin-bottom: 2rem;
}
.pop-up-login__step-1 fieldset input {
  padding: 1.5rem;
  width: 100%;
  border: 0.5px solid #ccc;
  position: relative;
  font-size: 2rem;
}
.pop-up-login__step-1 fieldset input:first-of-type {
  margin-bottom: 1rem;
}
.pop-up-login__step-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem 2rem;
}
.pop-up-login__thank-you {
  color: #210e2b;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.6rem;
  text-align: center;
  margin-bottom: 3.6rem;
}
.pop-up-login__please-accept-text {
  color: #210e2b;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.4rem;
}
.pop-up-login__accept-terms-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.pop-up-login__accept-terms-container label {
  white-space: nowrap;
  color: #210e2b;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.pop-up-login__accept-terms-container input {
  width: 2rem;
  height: 2rem;
}
.pop-up-login__error {
  display: none;
}
.pop-up-login__error--active {
  display: block;
  padding: 1rem 2rem;
  background-color: var(--clr-white);
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.pop-up-login__error--active p {
  font-size: 2rem;
  color: #cf2907;
  text-align: center;
}
.btn-login--pop-up-login {
  display: block;
  margin: 0 auto 1rem auto;
  padding: 1.5rem 0;
  width: 28rem;
  color: var(--clr-white);
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #210e2b;
  cursor: pointer;
}
.btn--skip-and-play {
  color: #210e2b;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.5rem 0;
  width: 28rem;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #210e2b;
  cursor: pointer;
}
.login-success {
  -webkit-animation: login-success 0.4s forwards ease-in-out;
  animation: login-success 0.4s forwards ease-in-out;
}
.no-animation {
  -webkit-animation: none;
  animation: none;
}
.hidden {
  display: none;
}
.pop-up-cookies {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #210e2b;
}
.pop-up-cookies--active {
  position: fixed;
  bottom: 12vh;
  right: 0;
  display: inline-block;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 90;
  -webkit-transform: translateX(40rem);
  -ms-transform: translateX(40rem);
  transform: translateX(40rem);
  padding-right: 2rem;
}
.pop-up-cookies__modal {
  max-width: 38rem;
  padding: 2rem;
  border-radius: 2rem;
  background: #eff2f4;
  overflow: hidden;
}
.pop-up-cookies__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
}
.pop-up-cookies__desc {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
.pop-up-cookies__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.2rem;
}
.pop-up-cookies__buttons button {
  color: var(--clr-white);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1.3rem 5.4rem;
  background-color: #210e2b;
  cursor: pointer;
  color: #fff;
}
.pop-up--out {
  -webkit-animation: pop-up--out 0.2s forwards;
  animation: pop-up--out 0.2s forwards;
}
.pop-up__modal--out {
  -webkit-animation: pop-up__modal--out 0.2s forwards;
  animation: pop-up__modal--out 0.2s forwards;
}
.pop-up-cookies--in {
  -webkit-animation: cookies--in 0.8s 1s forwards;
  animation: cookies--in 0.8s 1s forwards;
}
.pop-up-cookies--out {
  -webkit-animation: cookies--out 0.6s forwards;
  animation: cookies--out 0.6s forwards;
}
.pop-up--out {
  -webkit-animation: pop-up--out 0.2s forwards;
  animation: pop-up--out 0.2s forwards;
}
.pop-up__modal--out {
  -webkit-animation: pop-up__modal--out 0.2s forwards;
  animation: pop-up__modal--out 0.2s forwards;
}
.pop-up-cookies--in {
  -webkit-animation: cookies--in 0.8s 1s forwards;
  animation: cookies--in 0.8s 1s forwards;
}
.pop-up-cookies--out {
  -webkit-animation: cookies--out 0.6s forwards;
  animation: cookies--out 0.6s forwards;
}
@-webkit-keyframes pop-up--in {
  0% {
    -webkit-backdrop-filter: blur(0) opacity(0);
    backdrop-filter: blur(0) opacity(0);
  }
  100% {
    -webkit-backdrop-filter: blur(1rem) opacity(1);
    backdrop-filter: blur(1rem) opacity(1);
  }
}
@keyframes pop-up--in {
  0% {
    -webkit-backdrop-filter: blur(0) opacity(0);
    backdrop-filter: blur(0) opacity(0);
  }
  100% {
    -webkit-backdrop-filter: blur(1rem) opacity(1);
    backdrop-filter: blur(1rem) opacity(1);
  }
}
@-webkit-keyframes pop-up--out {
  0% {
    -webkit-backdrop-filter: blur(1rem) opacity(1);
    backdrop-filter: blur(1rem) opacity(1);
  }
  100% {
    -webkit-backdrop-filter: blur(0) opacity(0);
    backdrop-filter: blur(0) opacity(0);
    display: none;
  }
}
@keyframes pop-up--out {
  0% {
    -webkit-backdrop-filter: blur(1rem) opacity(1);
    backdrop-filter: blur(1rem) opacity(1);
  }
  100% {
    -webkit-backdrop-filter: blur(0) opacity(0);
    backdrop-filter: blur(0) opacity(0);
    display: none;
  }
}
@-webkit-keyframes cookies--in {
  0% {
    -webkit-transform: translateX(40rem);
    transform: translateX(40rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cookies--in {
  0% {
    -webkit-transform: translateX(40rem);
    transform: translateX(40rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cookies--out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(40rem);
    transform: translateX(40rem);
  }
}
@keyframes cookies--out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(40rem);
    transform: translateX(40rem);
  }
}
@-webkit-keyframes pop-up__modal--in {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
@keyframes pop-up__modal--in {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes pop-up__modal--out {
  0% {
    scale: 1;
    opacity: 1;
  }
  100% {
    scale: 0;
    opacity: 0;
  }
}
@keyframes pop-up__modal--out {
  0% {
    scale: 1;
    opacity: 1;
  }
  100% {
    scale: 0;
    opacity: 0;
  }
}
@-webkit-keyframes login-success {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50rem);
    transform: translateX(-50rem);
  }
}
@keyframes login-success {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50rem);
    transform: translateX(-50rem);
  }
}
.games {
  font-family: Montserrat, sans-serif;
}
.games h2,
.games h3 {
  text-align: center;
}
.games h3 {
  color: var(--clr-accent-2);
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
}
.games h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.games__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.game-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.game-card__icon {
  width: 100%;
}
.game-card__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 2rem 3rem 2rem;
  background: rgba(35, 31, 32, 0.5);
  z-index: 3;
}
.game-card__title {
  color: var(--clr-accent-2);
  max-width: 40%;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: auto;
}
.game-card__link {
  width: 15rem;
}
.terms article {
  color: #f0f0f0;
  line-height: 1.4;
  word-break: break-word;
}
.terms article strong {
  display: block;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: var(--clr-accent-2);
}
.terms article p,
.terms article ul {
  margin-bottom: 2rem;
}
.terms article ul li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.terms article ul li::before {
  content: counter(li) ".";
  color: var(--clr-accent-2);
  display: inline-block;
  min-width: 1rem;
}
.terms article ul li {
  counter-increment: li;
}
.terms article ul ul {
  list-style: disc;
  padding-left: 4rem;
  padding-top: 1rem;
}
.terms article ul ul li::before {
  content: none;
}
.footer {
  padding: 2rem;
  background: #0b040c;
}
.footer__copyright {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4rem;
}
.footer__nav ul,
.footer__orgs {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer__orgs {
  margin-bottom: 4rem;
}
.footer__orgs img,
.footer__orgs picture {
  max-height: 4rem;
  max-width: 15rem;
}
.footer__nav {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.footer__eighteen-plus {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  .no-webp body {
    background: top center/100% no-repeat url(../img/bg.png) var(--clr-accent-1);
  }
}
@media screen and (max-width: 1240px) {
  .pop-up-age__modal {
    padding: 3rem 4rem;
  }
  .pop-up-age span:first-of-type {
    font-size: 5rem;
    margin-bottom: 0.5rem;
  }
  .pop-up-age span:nth-of-type(2) {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .pop-up-age__buttons-container button {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .cta h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 968px) {
  section {
    margin-bottom: 4rem;
  }
  .cta {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .pop-up-cookies__modal {
    padding: 1.5rem;
  }
  .pop-up-cookies__title {
    font-size: 1.2rem;
  }
  .pop-up-cookies__desc {
    font-size: 0.9rem;
  }
  .pop-up-cookies__buttons {
    gap: 1rem;
  }
  .pop-up-cookies__buttons button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 880px) {
  .cta h1 {
    font-size: 2.6rem;
  }
  .games__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 660px) {
  .pop-up-restrict div {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 580px) {
  .no-webp body {
    background: top 10rem right -45rem/150rem no-repeat url(../img/bg.png) var(--clr-accent-1);
  }
  .btn {
    width: 20rem;
    font-size: 2.4rem;
  }
  .games h2,
  .games h3 {
    text-align: left;
  }
  .games__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .game-card__link {
    width: 21rem;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 1.852vw;
  }
}

@media screen and (min-width: 1920px) {
  body {
    background: top center/100% no-repeat url(../img/bg.webp) var(--clr-accent-1);
  }
}
@media screen and (max-width: 580px) {
  body {
    background: top 10rem right -45rem/150rem no-repeat url(../img/bg.webp) var(--clr-accent-1);
  }
}
