/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "redrose";
  font-display: swap;
  src: url("/EQyNXfonts/EQyNXredrose-bold.woff2") format("woff2"), url("/EQyNXfonts/EQyNXredrose-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "redrose";
  font-display: swap;
  src: url("/EQyNXfonts/EQyNXredrose-regular.woff2") format("woff2"), url("/EQyNXfonts/EQyNXredrose-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #001410;
  --font-color: #fff;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: redrose, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: 1rem;
  --btn-font-weight: 700;
  --btn-padding: 0.7em 2.5em;
  --btn-bg: #FF8C00;
  --btn-bg-hover: rgba(255, 140, 0, 0);
  --btn-color: #011B16;
  --btn-color-hover: #FFF;
  --btn-radius: 0.5rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: inset 0px -100px 30px -80px #FF8C11;
  --btn-shadow-hover: inset 0px -100px 30px -80px rgba(255, 140, 17, 0);
}

h1,
.EQyNXh1,
h2,
.EQyNXh2,
h3,
.EQyNXh3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

h1,
.EQyNXh1 {
  font-size: clamp(1.375rem, 0.7692307692rem + 2.6923076923vw, 3.125rem);
}

h2,
.EQyNXh2 {
  font-size: clamp(1.125rem, 0.8221153846rem + 1.3461538462vw, 2rem);
}

h3,
.EQyNXh3 {
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  text-transform: none;
}

.EQyNXdescr {
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.EQyNXno-scroll {
  overflow: hidden;
}

.EQyNXvisually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.EQyNXitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.EQyNXitems .EQyNXitem {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.EQyNXterms .EQyNXcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.EQyNXmain section,
.EQyNXmain .EQyNXplay-game,
.EQyNXmain .EQyNXbanner-age {
  padding-block: 80px;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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: 10px;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
  line-height: 1.2;
  white-space: nowrap;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #FF8C00;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.btn--hover {
  color: var(--btn-color-hover);
  background-color: var(--btn-bg-hover);
  -webkit-box-shadow: var(--btn-shadow-hover);
  box-shadow: var(--btn-shadow-hover);
}

.EQyNXbg-dark,
.EQyNXwrapper.EQyNXbg-dark {
  background: #030303;
}

.EQyNXcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.EQyNXpopup__title {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.EQyNXmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(23, 23, 23, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.EQyNXmodal-content {
  border-radius: 10px;
  border: 1px solid #000;
  background: #030303;
  padding: 2rem 1rem;
  position: relative;
  max-width: 520px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.EQyNXmodal-content .btn {
  margin: 10px auto;
}

.EQyNXmodal-content h2 {
  font-size: clamp(1rem, 0.8269230769rem + 0.7692307692vw, 1.5rem);
}

.EQyNXmodal-content img {
  margin-inline: auto;
  width: 50px;
  aspect-ratio: 1;
}

.EQyNXclose {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
}

body.EQyNXmodal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.EQyNXcheckbox-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;
}

.EQyNXcheckbox-container input[type=checkbox] {
  margin-right: 10px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.EQyNXcheckbox-container label {
  cursor: pointer;
  font-size: 12px;
}

.EQyNXcookie-consent {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  z-index: 1000;
}

.EQyNXcookie-consent__actions {
  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: 12px;
  width: 100%;
  max-width: 300px;
}

.EQyNXcookie-consent .btn {
  font-size: 14px;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  position: relative;
  margin-inline: auto;
  max-width: 820px;
}

form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

input,
textarea {
  border-radius: 10px;
  border: 1px solid #008A8B;
  background: #000D0B;
  padding: 14px;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #FFF;
}

::-moz-placeholder {
  color: #FFF;
}

:-ms-input-placeholder {
  color: #FFF;
}

::-ms-input-placeholder {
  color: #FFF;
}

::placeholder {
  color: #FFF;
}

textarea {
  resize: none;
  overflow: hidden;
}

.EQyNXwarning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background: #ECFBFB;
  border-left: 4px solid #335D48;
  color: #335D48 !important;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.EQyNXwarning::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23335D48' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-top: -2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.EQyNXwarning::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECFBFB), to(#335D48));
  background: linear-gradient(to right, #ECFBFB, #335D48);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.EQyNXwarning.EQyNXactive {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.EQyNXwarning.EQyNXactive::after {
  -webkit-animation: progress 4.9s linear forwards;
  animation: progress 4.9s linear forwards;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.EQyNXitem.EQyNXwrapper,
.EQyNXwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #008A8B;
  background: rgba(0, 13, 11, 0.7);
  cursor: default;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}

/* Blocks */

.EQyNXabout img {
  width: 100%;
  max-width: 600px;
  height: 283px;
  margin-inline: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 #014947;
  box-shadow: 0 0 20px 0 #014947;
}

.EQyNXbanner-age .EQyNXwrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.EQyNXbanner-age img {
  width: 100px;
  aspect-ratio: 1;
}

.EQyNXbanner {
  background-image: url("/EQyNXimg/EQyNXbanner.avif");
  background-position: top 10% center;
  background-size: cover;
  background-repeat: no-repeat;
}				.EQyNXavif .EQyNXbanner {					background-image: url("/EQyNXimg/EQyNXbanner.avif")				}			

.EQyNXbanner .EQyNXcontainer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-block: 20px;
}

.EQyNXfooter {
  margin-top: auto;
  padding-block: 40px;
  font-size: 14px;
}

.EQyNXfooter a {
  text-transform: uppercase;
  color: #11FB8D;
}

.EQyNXfooter a:hover {
  opacity: 0.6;
}

.EQyNXfooter h2 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  color: #11FB8D;
  margin-bottom: -10px;
}

.EQyNXfooter .EQyNXitems {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.EQyNXfooter .EQyNXlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.EQyNXfooter .EQyNXlogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.EQyNXfooter .EQyNXlogos img {
  width: auto;
  max-height: 50px;
}

.EQyNXfooter .EQyNXage {
  width: 32px;
  aspect-ratio: 1/1;
  background-image: url("/EQyNXimg/EQyNX18plus.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: default;
}

.EQyNXheader {
  padding-block: 16px;
}

.EQyNXheader__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.EQyNXheader .EQyNXnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.EQyNXheader a:hover {
  opacity: 0.8;
}

.EQyNXlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.EQyNXlogo img {
  width: 80px;
  aspect-ratio: 1.702/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.EQyNXplay-game .EQyNXcontainer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

iframe {
  background-color: #030303;
  background-image: url("/EQyNXimg/EQyNXloading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.EQyNXqeq {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 #014947;
  box-shadow: 0 0 20px 0 #014947;
  border-radius: 10px;
  margin-bottom: 10px;
}

#game {
  scroll-margin-top: 20px;
}

.EQyNXwhy {
  background-image: url("/EQyNXimg/EQyNXbg-why.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.EQyNXavif .EQyNXwhy {					background-image: url("/EQyNXimg/EQyNXbg-why.avif")				}			

.EQyNXwhy .EQyNXcontainer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.EQyNXwhy ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 20px;
  width: 100%;
}

.EQyNXwhy .EQyNXwrapper {
  width: 100%;
  max-width: 610px;
}

@media (max-width: 1220px) {
  .EQyNXcontainer {
    padding: 0 var(--container-padding-tablet);
  }

  .EQyNXheader__nav {
    display: none;
  }
}

@media (max-width: 820px) {
  .EQyNXitems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .EQyNXmain section,
  .EQyNXmain .EQyNXplay-game,
  .EQyNXmain .EQyNXbanner-age {
    padding-block: 40px;
  }

  .btn {
    padding-inline: 2rem;
  }

  .EQyNXmodal-content {
    padding: 12px;
  }

  .EQyNXmodal-content .btn {
    padding-inline: 10px;
  }

  .EQyNXcookie-consent__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .EQyNXitem.EQyNXwrapper,
  .EQyNXwrapper {
    padding: 14px;
  }

  .EQyNXabout img {
    height: 160px;
  }

  .EQyNXbanner-age img {
    width: 50px;
  }

  .EQyNXbanner .EQyNXcontainer {
    padding-block: 0;
  }

  .EQyNXcontacts {
    text-align: center;
  }

  .EQyNXcontacts ::-webkit-input-placeholder {
    text-align: center;
  }

  .EQyNXcontacts ::-moz-placeholder {
    text-align: center;
  }

  .EQyNXcontacts :-ms-input-placeholder {
    text-align: center;
  }

  .EQyNXcontacts ::-ms-input-placeholder {
    text-align: center;
  }

  .EQyNXcontacts ::placeholder {
    text-align: center;
  }

  .EQyNXcontacts .btn {
    margin-inline: auto;
  }

  .EQyNXfooter .EQyNXlink {
    gap: 16px;
  }

  .EQyNXfooter .EQyNXlogos img {
    max-height: 30px;
    max-width: 106px;
  }

  .EQyNXheader {
    padding-block: 12px;
  }

  .EQyNXwhy ul {
    grid-template-columns: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    color: var(--btn-color-hover);
    background-color: var(--btn-bg-hover);
    -webkit-box-shadow: var(--btn-shadow-hover);
    box-shadow: var(--btn-shadow-hover);
  }
}