@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeue-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background-color: rgba(255, 221, 49, 0.3);
}

ul {
  padding-left: 0;
}
ul li {
  list-style-type: none;
}

b {
  font-weight: 700;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

body,
html {
  min-height: 100%;
}

html {
  background: #000;
  line-height: 1.2;
  font-family: "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: calc(100vw / 1440 * 10);
  color: #FFF;
}
html.hide {
  display: block;
}
html.hide .blur_wrap {
  background: transparent;
  position: relative;
  filter: none;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  height: 100%;
}
@media (max-width: 1440px) {
  body.fixed {
    overflow: hidden;
  }
}
body::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #FFDD31;
  cursor: grab;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 40;
}
.preloader img {
  width: 5em;
  height: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
  text-decoration: unset;
}

a:hover {
  text-decoration: none;
}

.layout {
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}

.wrapper {
  overflow: hidden;
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.main {
  transition: filter 0.3s ease;
  position: relative;
}

.container {
  max-width: 134rem;
  width: 100%;
  padding: 0 5rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.section-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.abs-container {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.abs-elem {
  position: absolute;
  pointer-events: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.static {
  position: static;
}

section {
  position: relative;
  padding: 4rem 0;
}

.page-title {
  font-size: 4.2rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 4.2rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

.section-subtitle {
  margin: 1.4rem auto 0;
}

.section-subtitle-text {
  margin: 0 auto;
}

.title-container .section-subtitle {
  max-width: 57rem;
}

.link {
  position: relative;
  width: fit-content;
  text-decoration: unset;
  border-bottom: unset;
  color: #FCFE02;
}
.link:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
  background-color: #FCFE02;
}
@media (hover: hover) {
  .link:hover:before {
    width: 100%;
  }
}

.text {
  font-size: 1.6rem;
  font-size: clamp(14px, 1.6rem, 1.6rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.text-md {
  font-size: 1.8rem;
  font-size: clamp(16px, 1.8rem, 1.8rem);
  font-style: normal;
  line-height: 1.2;
}

.text-lg {
  font-size: 2rem;
  font-size: clamp(18px, 2rem, 2rem);
  font-style: normal;
  line-height: 1.2;
}

.bold {
  font-weight: 700;
}

b {
  font-weight: 700;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-white {
  color: #FFF;
}

.text-dark {
  color: rgba(255, 255, 255, 0.6);
}

.text-yellow {
  color: #FFDD31;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

h1 {
  margin: 0;
}

.desktop {
  display: block;
}
@media (max-width: 640px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 640px) {
  .mobile {
    display: block;
  }
}

.burger-btn {
  display: none;
  width: 6.4rem;
  height: 3.2rem;
  position: relative;
  border-radius: 1rem;
  z-index: 5;
}
.burger-btn span {
  position: absolute;
  left: 1rem;
  top: 50%;
  display: block;
  height: 0.4rem;
  background: #fff;
  border-radius: 0.2rem;
  transition: transform 0.3s ease, width 0.3s ease;
  transform-origin: center;
}
.burger-btn span:nth-child(1) {
  width: 70%;
  transform: translateY(calc(-50% - 0.6rem));
}
.burger-btn span:nth-child(2) {
  width: 55%;
  transform: translateY(calc(-50% + 0.6rem));
}
.burger-btn.act span {
  width: 70%;
  transform-origin: center;
}
.burger-btn.act span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}
.burger-btn.act span:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  transition: all 0.3s ease;
}
.header .container {
  z-index: unset;
}
.header.scrolled {
  background-color: #1E1F23;
  box-shadow: 0 0 2rem #FFDD31;
}

.header-inner {
  padding: 1.2rem 0;
  transition: all 0.3s ease;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 6;
  width: 20rem;
  flex-shrink: 0;
}

#menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.menu-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  flex-grow: 1;
}

.menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu li {
  margin-right: 3.8rem;
}
.menu li:nth-last-child(1) {
  margin-right: 0;
}

.menu a {
  font-size: 1.4rem;
  font-size: clamp(12px, 1.4rem, 1.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: white;
  transition: color 0.3s ease, border 0.3s ease;
  position: relative;
  padding: 0.2rem 0 0.2rem;
  display: flex;
  text-transform: uppercase;
}
@media (hover: hover) {
  .menu a:hover {
    color: #FFDD31;
  }
}

.mobile-logo {
  display: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2em;
  border-radius: 1rem;
  background: linear-gradient(180deg, #FFBE31 0%, #FF5331 100%);
  flex-shrink: 0;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  outline: none;
  border: none;
  width: fit-content;
  min-width: 28.8em;
  min-height: 6.4em;
  cursor: pointer;
}
.btn span {
  will-change: transform;
  backface-visibility: hidden;
  color: #FFF;
}
@media (hover: hover) {
  .btn:hover {
    box-shadow: 0 0 1rem #FFBE31;
    transform: scale(1.1);
  }
}

.contacts-btn-mobile {
  display: none;
}

.hero {
  padding-top: 17.4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  min-height: 80rem;
  background-image: url(../img/webp/hero-bg.webp);
  background-size: 144rem auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.hero-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 43rem;
  margin-right: 2rem;
  padding-bottom: 5rem;
}
.hero-banner {
  display: none;
}
.hero .btn {
  margin-top: 2.4rem;
}

.iframe-game-section {
  padding: 0;
}
.iframe-game-section.show .iframe-wrapper {
  display: block;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  display: none;
  padding: 7rem 0 4rem;
}
@media (max-width: 640px) {
  .iframe-wrapper {
    padding: 5rem 0 2.8rem;
  }
}

.game-iframe {
  border: none;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 640px) {
  .game-iframe {
    aspect-ratio: 1/1.6;
  }
}

.close-button {
  border: none;
  outline: none;
  width: 6.4rem;
  height: 6.4rem;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 2.4rem;
  right: -4.6rem;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) {
  .close-button:hover {
    transform: scale(1.1);
  }
}
.close-button svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .close-button {
    top: 3.5rem;
    right: -0.5rem;
  }
}

.disclaimer {
  position: relative;
  z-index: 2;
}
.disclaimer-inner {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding: 3rem 0.8rem 4rem;
  border-radius: 1.6rem;
  background: #131313;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
}
.disclaimer-text {
  max-width: 80rem;
  margin: 3.2rem auto 0;
  text-transform: uppercase;
}
.disclaimer-icon {
  margin: 0 auto 2rem;
  width: 8rem;
  height: 7.2rem;
}
.disclaimer-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.about {
  position: relative;
  z-index: 1;
}
.about-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 115rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.about-image {
  width: 100%;
  max-width: 31.6rem;
  margin: 0 2rem 0 10rem;
  filter: drop-shadow(0 0 2rem #F80);
}
.about-content {
  width: 100%;
  max-width: 58.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-text {
  width: 100%;
  max-width: 51rem;
}
.about-blur {
  position: absolute;
  width: 131.8em;
  height: 158.4em;
  border-radius: 158.4em;
  opacity: 0.4;
  background: #BB1D22;
  filter: blur(30em);
  transform: translate(-50%, -50%);
  left: 0;
  top: 50%;
  pointer-events: none;
  font-size: 80%;
}
.about-coin {
  width: 31.8rem;
  height: 32.3rem;
  left: 2.4rem;
  bottom: -18rem;
  background-image: url(../img/webp/coin.webp);
  transform: rotate(-3deg);
}

.features {
  padding-bottom: 6.4rem;
}
.features-row {
  margin: 5rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 5rem;
}
.features-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features-item-icon {
  width: 9.6rem;
  height: 9.6rem;
  margin-bottom: 2.4rem;
}
.features-item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.features-item-title {
  margin-bottom: 1.2rem;
}

.universe {
  position: relative;
  z-index: 2;
  margin-bottom: 8rem;
}
.universe .title-container {
  position: relative;
  z-index: 3;
}
.universe-row {
  display: flex;
  justify-content: space-between;
  margin-top: 7.7rem;
}
.universe-left {
  width: 100%;
  max-width: 47rem;
  margin-right: 2rem;
  position: relative;
  z-index: 3;
}
.universe-right {
  width: 100%;
  max-width: 70rem;
  position: relative;
  z-index: 1;
}
.universe-list-title {
  font-size: 2.8rem;
  font-size: clamp(24px, 2.8rem, 2.8rem);
  line-height: 1.35;
}
.universe-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 2.2rem;
  margin: 2.8rem 0;
}
.universe-list-item {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.universe-list-num {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #FFDD31;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1F1E1E;
  margin-right: 2rem;
  font-weight: 700;
}
.universe .cherry {
  width: 13rem;
  height: 14.2rem;
  left: -1.7rem;
  bottom: -13rem;
  background-image: url(../img/webp/cherry.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.slot {
  aspect-ratio: 68/48;
  width: 70em;
  position: relative;
  z-index: 1;
}
.slot img {
  position: absolute;
  z-index: 3;
  width: 135%;
  max-width: unset;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.slot:before {
  content: "";
  position: absolute;
  display: block;
  width: 123.7em;
  height: 97.4em;
  top: -95%;
  left: 31%;
  transform: translateX(-50%);
  pointer-events: none;
  background-image: url(../img/webp/slot-abs.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.symbols {
  position: relative;
  z-index: 1;
}
.symbols-inner {
  position: relative;
  z-index: 2;
}
.symbols-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 9.5rem auto 0;
  max-width: 114rem;
}
.symbols-item {
  width: 100%;
  max-width: 30.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.symbols-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 15rem;
  left: 50%;
  transform: translateX(-50%);
  width: 21.1rem;
  height: 14.9rem;
  background-image: url(../img/webp/podium.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.symbols-item:nth-child(1) img {
  transform: translateY(5%);
}
.symbols-item-title {
  margin-bottom: 1.3rem;
  position: relative;
  z-index: 3;
}
.symbols-item-text {
  position: relative;
  z-index: 3;
}
.symbols-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14.5rem;
  width: 100%;
  margin-bottom: 5rem;
  position: relative;
}
.symbols-item-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30rem;
  height: 30rem;
  border-radius: 30rem;
  background: radial-gradient(50% 50% at 50% 50%, #FF3737 0%, rgba(255, 55, 55, 0) 100%);
  filter: blur(3em);
  pointer-events: none;
}
.symbols-item-image.small img {
  height: 13.5rem;
}
.symbols-item-image img {
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 1rem rgba(255, 0, 0, 0.8));
  position: relative;
  z-index: 3;
}
.symbols-bg {
  width: 145.4rem;
  height: 91.2rem;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  background-image: url(../img/webp/particles.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.footer {
  margin-top: 10rem;
  padding: 4rem 0 2rem;
  position: relative;
  z-index: 3;
  background: #191A1B;
}
.footer-logo {
  width: 30rem;
  margin: 0 auto 4.2rem;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 2.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.footer-text {
  color: white;
  text-align: left;
  text-transform: uppercase;
}
.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  text-transform: uppercase;
  margin: 0 2.4rem 0 0;
  font-weight: 700;
}
.footer-links a:nth-last-child(1) {
  margin-right: 0;
}
@media (hover: hover) {
  .footer-links a:hover {
    color: #FFDD31;
  }
}
.footer .link-separator {
  width: 0.1rem;
  height: 1.6rem;
  margin: 0 1rem;
  background-color: rgba(255, 255, 255, 0.6);
}

.cookies {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  width: calc(100% - 4rem);
  z-index: 3;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  border: 1px solid #FFB531;
  border-radius: 0;
  overflow: hidden;
}
.cookies:before {
  content: "";
  display: block;
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 147.1rem;
  height: 172.5rem;
  border-radius: 172.5rem;
  background: rgba(155, 16, 20, 0.6);
  filter: blur(30rem);
}
.cookies__text {
  width: 100%;
  max-width: 65rem;
  text-align: left;
  font-size: 2.4rem;
  font-size: clamp(20px, 2.4rem, 2.4rem);
  color: #FFF;
  position: relative;
  z-index: 2;
}
.cookies__text a {
  color: #FFDD31;
  text-decoration: underline;
}
@media (hover: hover) {
  .cookies__text a:hover {
    text-decoration: unset;
  }
}
.cookies__buttons {
  width: 100%;
  max-width: 56rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.cookies__btn {
  padding: 1.6rem;
  outline: none;
  border: none;
  border-radius: 1rem;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  min-width: 26.5rem;
  min-height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}
.cookies__btn span {
  position: relative;
  z-index: 3;
}

.cookies-decline {
  background: transparent;
  color: #FFF;
  position: relative;
  overflow: hidden;
  border: 1px solid #FFB531;
}
@media (hover: hover) {
  .cookies-decline:hover {
    background-color: #FFB531;
    border: 1px solid #FFB531;
    color: #000;
  }
}

.cookies-accept {
  background: linear-gradient(180deg, #FFB531 0.74%, #FF5932 111.76%);
  color: #FFF;
}
@media (hover: hover) {
  .cookies-accept:hover {
    box-shadow: 0 0 1rem 0 #FFB531;
  }
}

.text-section {
  padding-top: 15rem;
  padding-bottom: 6rem;
}

.text-content {
  margin: 0;
  max-width: 90rem;
}
@media (max-width: 1024px) {
  .text-content {
    max-width: 100%;
  }
}
.text-content h2 {
  color: #FFF;
  font-size: 2.4rem;
  font-size: clamp(20px, 2.4rem, 2.4rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.text-content h3 {
  font-weight: 700;
  font-size: 2.4rem;
  font-size: clamp(20px, 2.4rem, 2.4rem);
  line-height: 120%;
  margin-bottom: 0.5rem;
  color: #FFF;
}
.text-content h4 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #FFF;
}
.text-content h5 {
  font-weight: 700;
  color: #FFF;
}
.text-content b, .text-content strong {
  font-weight: 700;
  color: #fff;
}
.text-content ul {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.text-content ul li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
}
.text-content ul p {
  margin-bottom: 0;
}
.text-content a {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease-in-out;
}
.text-content a:before {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (hover: hover) {
  .text-content a:hover {
    color: #fff;
  }
  .text-content a:hover:before {
    width: 0;
  }
}
.text-content em {
  font-style: normal;
}
.text-content p {
  margin-bottom: 1rem;
}
.text-content p b {
  font-weight: 700;
}
.text-content p strong {
  font-weight: 700;
}

.secondary-wrapper .text-section {
  position: relative;
}
.secondary-wrapper .text-section:before {
  content: "";
  display: block;
  position: absolute;
  width: 147.1rem;
  height: 172.5rem;
  border-radius: 172.5rem;
  background: rgba(155, 16, 20, 0.4);
  filter: blur(30rem);
  bottom: -100rem;
  right: -70rem;
  pointer-events: none;
}

@media (min-width: 1600px) {
  html {
    font-size: calc(100vw / 1920 * 10);
  }

  .hero {
    background-size: 192rem auto;
    min-height: 110rem;
    padding-top: 22rem;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: calc(100vw / 1024 * 10);
  }

  .footer-row {
    flex-direction: column-reverse;
  }
  .footer-text {
    text-align: center;
  }
  .footer-links {
    margin: 0 0 2rem;
  }
  .footer-links a {
    margin: 0 2rem;
  }
  .footer-links a:nth-last-child(1) {
    margin: 0 2rem;
  }

  .hero {
    padding-top: 10rem;
    background-size: 130rem auto;
    background-position: top right -16rem;
    min-height: 68rem;
  }

  .hero-text {
    color: #FFF;
  }

  .hero-content {
    max-width: 39rem;
  }

  .hero-text {
    text-shadow: 0 0 0.5rem #000;
  }

  .about-image {
    margin: 0 3rem 0 0;
  }

  .about-coin {
    left: -4rem;
  }

  .features-row {
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
    max-width: 80rem;
  }

  .universe-row {
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
  }

  .universe-left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 8rem;
  }

  .slot:before {
    display: none;
  }

  .universe .cherry {
    left: 0;
  }

  .universe-list-item br {
    display: none;
  }

  .cookies {
    flex-direction: column;
    align-items: center;
    padding: 3rem;
  }
  .cookies__text {
    text-align: center;
    max-width: 80rem;
    margin-bottom: 4rem;
  }

  .burger-btn {
    display: block;
  }

  .header-inner {
    position: relative;
  }
  .header-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: #1E1F23;
  }

  #menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #000;
  }
  #menu:before {
    content: "";
    display: block;
    width: 165.9rem;
    height: 194.7rem;
    position: absolute;
    bottom: -80rem;
    right: -70rem;
    border-radius: 194.7rem;
    background: rgba(155, 16, 20, 0.6);
    background-blend-mode: overlay;
    filter: blur(30rem);
  }
  #menu.opened {
    opacity: 1;
    pointer-events: all;
  }
  #menu.opened .menu-row {
    transform: translateY(0);
  }
  #menu .menu-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(100%);
    transition: transform 0.5s;
    height: fit-content;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 0;
    padding-bottom: 2.4rem;
  }
  #menu .menu {
    padding: 14rem 3rem 8rem;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    width: 100%;
  }
  #menu .menu ul {
    flex-direction: column;
    align-items: center;
  }
  #menu .menu li {
    margin-right: 0;
    margin-bottom: 3rem;
    width: 100%;
    text-align: center;
  }
  #menu .menu li:nth-last-child(1) {
    margin-bottom: 0;
  }
  #menu .menu a {
    font-size: 3.2rem;
    font-size: clamp(20px, 3.2rem, 3.2rem);
    font-weight: 400;
    width: fit-content;
    border: unset;
    border: unset;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }

  .mobile-logo {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.4rem;
  }
}
@media (max-width: 640px) {
  .link {
    text-decoration: underline;
  }

  html {
    font-size: calc(100vw / 375 * 10);
  }

  .container {
    padding: 0 2rem;
  }

  .secondary-wrapper {
    background-image: unset;
  }

  .section-title {
    font-size: 3rem;
    line-height: 1.2;
  }

  .page-title {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  section {
    padding: 2.8rem 0;
  }

  .text-section {
    padding-top: 10rem;
    padding-bottom: 0;
  }

  .logo {
    width: 16rem;
  }

  .hero {
    padding-top: 11rem;
    background-image: unset;
  }
  .hero-title {
    font-size: 4.4rem;
  }
  .hero-content {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .hero-text {
    color: rgba(255, 255, 255, 0.6);
    max-width: 30.4rem;
    margin: 3rem 0 0;
  }
  .hero-banner {
    display: block;
    width: 100%;
    height: 58.1rem;
    background-image: url(../img/webp/hero-bg-mobile.webp);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -8rem;
    background-color: #000;
  }
  .hero .btn {
    margin: 4rem auto 0;
    min-width: 26.5rem;
    min-height: 6rem;
  }
  .hero-plum {
    display: block;
    width: 8rem;
    height: 8rem;
    top: -4rem;
    right: 4rem;
    background-image: url(../img/webp/plump.webp);
  }
  .hero-cherry {
    width: 2.6rem;
    height: 2.4rem;
    top: 30rem;
    right: 2rem;
    background-image: url(../img/webp/cherry.webp);
  }

  .disclaimer-icon {
    width: 6.4rem;
    height: 5.8rem;
    margin-bottom: 1.75rem;
  }
  .disclaimer-inner {
    padding: 2.5rem 0.8rem 5rem;
  }
  .disclaimer-text {
    margin-top: 1.4rem;
  }

  .about-row {
    flex-direction: column-reverse;
  }
  .about .section-title {
    text-align: left;
  }
  .about .section-subtitle {
    text-align: left;
  }
  .about-image {
    margin: 6rem 0 1rem 0;
    max-width: 26rem;
  }
  .about-blur {
    display: none;
  }
  .about-coin {
    display: none;
  }

  .features .section-title br {
    display: none;
  }
  .features-row {
    grid-template-columns: 100%;
    gap: 3rem;
  }
  .features-item .text {
    max-width: 28rem;
    margin: 0 auto;
  }

  .universe {
    margin-bottom: 1.6rem;
  }
  .universe .cherry {
    display: none;
  }
  .universe-left {
    margin-bottom: 7rem;
  }

  .slot {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }

  .symbols .section-title {
    position: relative;
    z-index: 2;
  }
  .symbols-row {
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
  .symbols-item {
    margin-bottom: 12rem;
  }
  .symbols-item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .symbols-bg {
    display: none;
  }

  .footer {
    padding: 2.4rem 0 0.8rem;
  }
  .footer-logo {
    width: 25.2rem;
    margin-bottom: 3rem;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-links a {
    margin: 0 0 1rem;
  }
  .footer-links a:nth-last-child(1) {
    margin: 0;
  }

  #menu:before {
    right: -120rem;
    bottom: -120rem;
  }

  #menu .menu {
    padding: 10rem 2rem 4rem;
  }

  #menu .menu li {
    text-align: left;
    margin-bottom: 2.4rem;
  }

  #menu .menu a {
    margin: 0 0 0;
    font-size: 2.4rem;
    font-size: clamp(20px, 2.4rem, 2.4rem);
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }

  .secondary-wrapper .text-section:before {
    display: none;
  }

  .cookies {
    padding: 3rem;
  }
  .cookies:before {
    width: 82.3rem;
    height: 172.5rem;
    top: 15rem;
  }
  .cookies__text {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .cookies__buttons {
    flex-direction: column;
    margin-top: 4rem;
  }
  .cookies__btn {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    min-height: 6rem;
  }
  .cookies__text {
    font-size: 2.4rem;
    font-size: clamp(16px, 2.2rem, 2.4rem);
  }
}

/*# sourceMappingURL=main.css.map */
