@font-face {
  font-family: Inter;
  src: local("Inter Regular"), url(../fonts/inter-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Inter;
  src: local("Inter ExtraLight"), url(../fonts/inter-extralight.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Inter;
  src: local("Inter Bold"), url(../fonts/inter-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Inter;
  src: local("Inter Light"), url(../fonts/inter-light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Inter;
  src: local("Inter Medium"), url(../fonts/inter-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Inter;
  src: local("Inter Thin"), url(../fonts/inter-thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Inter;
  src: local("Inter SemiBold"), url(../fonts/inter-semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Inter;
  src: local("Inter Black"), url(../fonts/inter-black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
* {
  outline-color: #fff;
  outline-width: 1px;
  outline-offset: 2px;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  --scrollbar-mt: 0rem;
  --scrollbar-mb: 0rem;
  --scrollbar-bg: #161b2e;
}
::-webkit-scrollbar-track {
  width: 1px;
  background-color: var(--scrollbar-bg);
  margin-top: var(--scrollbar-mt);
  margin-bottom: var(--scrollbar-mb);
}
::-webkit-scrollbar-thumb {
  background-color: #2d3653;
}
* {
  scrollbar-color: #2d3653 var(--scrollbar-bg);
}
@supports (-moz-user-select: none) {
  * {
    scrollbar-width: thin;
  }
}
*:not(select):not(textarea):not(input)::-moz-scrollbar-thumb {
  background-color: #2d3653;
}
*:not(select):not(textarea):not(input)::-moz-scrollbar-track {
  background-color: var(--scrollbar-bg);
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:where(button, input) {
  border-radius: 0;
}
html.noscroll,
body.noscroll {
  overflow: hidden;
}
html {
  --in-color-space: ;
  --from-offset: 0%;
  --to-offset: 100%;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #161b2e;
  color: #fff;
  background-image: url("../img/bg.webp");
  background-repeat: repeat;
  background-size: 1191.5px 1287px;
  font-size: 0.8125rem;
  margin: 0;
  line-height: inherit;
}
@media screen and (max-width: 359px) {
  :root {
    font-size: 4.4vw;
  }
}
@media (min-width: 1024px) and (max-width: 1559px) {
  html {
    font-size: 1.026vw;
  }
}
@media (min-width: 1024px) and not all and (min-width: 1560px) {
  html {
    font-size: 1.026vw;
  }
}
.wrapper {
  margin: 0 auto;
  width: min(calc(100svw - 1.25rem * 2), 75rem);
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
}
.mainContainer {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
@media screen and (max-width: 1024px) {
  .mainContainer {
    padding: 4rem 0.625rem 0.625rem 0.625rem;
  }
}
.icon {
  aspect-ratio: 1 / 1;
  width: 100%;
  flex-shrink: 0;
}
.chatBtn {
  --from: #3d76d1;
  --to: #2756a2;
  position: fixed;
  right: 1.25rem;
  bottom: 1.375rem;
  z-index: 30;
  border-radius: 0.75rem;
  width: 2.875rem;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  text-transform: inherit;
  user-select: none;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-image: linear-gradient(var(--angle, 0deg) var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.chatBtn:hover {
  filter: brightness(1.1);
}
.chatBtn__icon {
  --from: white;
  --to: #abbeff;
  mask-image: url("../img/chat.svg");
  background-image: linear-gradient(var(--angle, 0deg) var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  width: 1.5rem;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background-color: currentcolor;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
}
.supportBtn {
  --from: #576080;
  --to: #2c3451;
  position: fixed;
  right: 4.5rem;
  bottom: 1.25rem;
  color: #d9e0ff;
  background-image: linear-gradient(var(--angle, 0deg) var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  border-radius: 0.75rem;
  width: 2.875rem;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
@media screen and (max-width: 1024px) {
  .supportBtn {
    display: none;
  }
}
.supportBtn:hover {
  filter: brightness(1.1);
}
.supportBtn__icon {
  --from: #fff;
  --to: #a5aed0;
  mask-image: url("../img/icon-help.svg");
  background-image: linear-gradient(var(--angle, 0deg) var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  width: 1.5rem;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.socials {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .socials {
    display: none;
  }
}
.social {
  width: 1.4375rem;
  height: auto;
}
.social__link {
  padding: 0.3125rem;
  display: block;
}
.social__icon {
  width: 100%;
  fill: #dae2f5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.social__icon:hover {
  fill: #fff;
}
.social__icon:hover path {
  fill: #fff;
}
.social__icon path {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.debug {
  text-align-last: left;
  background: #000;
}
.debug pre {
  white-space: break-spaces;
  color: green;
}
.custom-logo {
  width: 9rem;
  height: auto;
  margin-right: 1rem;
}
@media screen and (max-width: 1024px) {
  .custom-logo {
    width: 7.5rem;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 539px) {
  .custom-logo {
    width: 7rem;
  }
}
.navbar {
  padding: 0.75rem 0 1.25rem 0;
}
@media screen and (max-width: 1024px) {
  .navbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 0.5em 1rem;
    background-image: linear-gradient(#161b2e 20%, #161b2ea1 70%, #161b2e1f 90%, transparent);
  }
}
.navbar__wrapper {
  display: flex;
  align-items: center;
}
.navbar__links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .navbar__links {
    display: none;
  }
}
.navbar__link {
  display: flex;
  align-items: center;
  color: #dae2f5;
  line-height: 1.1;
  gap: 0.5rem;
  padding: 0.75rem 0.625rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.navbar__link:hover {
  color: #fff;
}
.navbar__linkIcon {
  width: 1.3125rem;
}
.navbar__linkText {
  font-size: 0.875rem;
  font-weight: 500;
}
.navbar__button {
  --from: #a1ffda;
  --to: #73fff3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0.875rem;
  padding-left: 1.125rem;
  gap: 0.75rem;
  height: 3.125rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0.75rem;
  color: #161628;
  margin-left: auto;
  background-image: linear-gradient(90deg var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  user-select: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
@media screen and (max-width: 1024px) {
  .navbar__button {
    height: 2.75rem;
  }
}
.navbar__button:hover {
  filter: brightness(1.1);
}
.navbar__buttonIcon {
  width: 1.375rem;
  margin-top: -0.25rem;
  aspect-ratio: auto;
}
@media screen and (max-width: 1024px) {
  .navbar__buttonIcon {
    width: 18px;
    height: 22px;
  }
}
.navbar__hamb {
  display: none;
  padding: 0.75rem 0 0.75rem 0.75rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .navbar__hamb {
    display: block;
  }
}
.navbar__hambIcon {
  mask-image: url("../img/hamb.svg");
  background-color: #dae2f5;
  width: 1rem;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.sHeader {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .sHeader {
    gap: 0.625rem;
  }
}
.sHeader .slider {
  position: relative;
  grid-column: span 7 / span 7;
  grid-row: span 2 / span 2;
}
@media screen and (max-width: 1024px) {
  .sHeader .slider {
    width: 100%;
    grid-column: 1 / -1;
    grid-row: span 2 / span 2;
    aspect-ratio: 860 / 300;
  }
}
.sHeader .slider:hover .slide {
  opacity: 1;
}
.sHeader .slider:hover .slick-arrow {
  opacity: 0.5;
}
.sHeader__link {
  position: relative;
  height: 8.875rem;
  padding: 1.25rem 1.875rem;
  border-radius: 1.125rem;
  grid-column: span 3 / span 3;
  grid-column-start: 8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(var(--angle, 0deg) var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  color: #cdfbff;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
@media screen and (max-width: 1024px) {
  .sHeader__link {
    grid-column: span 5 / span 5;
    height: 7.5rem;
  }
}
@media screen and (max-width: 539px) {
  .sHeader__link {
    grid-column: span 5 / span 5;
    height: 5rem;
  }
}
.sHeader__link--0 {
  --from: #3E76D1;
  --to: #223D6F;
}
.sHeader__link--0:hover {
  filter: brightness(1.05);
}
.sHeader__link--1 {
  --from: #1d7688;
  --to: #1e748580;
}
.sHeader__link--1:hover {
  background-color: color-mix(in srgb, rgba(30, 116, 133, 0.5) 50%, transparent);
}
.sHeader__linkBg {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  object-fit: contain;
}
.sHeader__linkTitle {
  --from: white;
  --to: #B7DAE1;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  background: linear-gradient(var(--angle, 0deg) var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 539px) {
  .sHeader__linkTitle {
    font-size: 0.875rem;
  }
}
.sHeader__linkDesc {
  color: #bcdfff;
}
.sHeader .slick-list,
.sHeader .slick-track {
  height: 100%;
}
.sHeader .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0.75rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sHeader .slick-dots li {
  width: 0.615rem;
  height: 0.615rem;
  margin: 0 0.3125rem;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.3;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.sHeader .slick-dots li.slick-active {
  background: #fff;
  opacity: 1;
}
.sHeader .slick-dots li button {
  display: none;
}
.sHeader .slick-arrow {
  position: absolute;
  top: calc(50% - 11px);
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
  font-size: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI4MDAiIGhlaWdodD0iODAwIiB2aWV3Qm94PSIwIDAgMzMwLjAwMiAzMzAuMDAyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjMzLjI1MiAxNTUuOTk3IDEyMC43NTIgNi4wMDFjLTQuOTcyLTYuNjI4LTE0LjM3Mi03Ljk3LTIxLTMtNi42MjggNC45NzEtNy45NzEgMTQuMzczLTMgMjFsMTA1Ljc1IDE0MC45OTctMTA1Ljc1IDE0MS4wMDNjLTQuOTcxIDYuNjI3LTMuNjI3IDE2LjAzIDMgMjFhMTQuOTMgMTQuOTMgMCAwIDAgOC45ODggMy4wMDFjNC41NjEgMCA5LjA2NS0yLjA3MiAxMi4wMTItNi4wMDFsMTEyLjUtMTUwLjAwNGExNSAxNSAwIDAgMCAwLTE4Ii8+PC9zdmc+Cg==) no-repeat center;
  background-size: contain;
  z-index: 10;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.sHeader .slick-arrow:hover {
  opacity: 1 !important;
}
.sHeader .slick-prev {
  left: 0.5rem;
  transform: rotate(180deg);
}
.sHeader .slick-next {
  right: 0.5rem;
}
.slide {
  display: block;
  position: relative;
  padding: 2.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  opacity: 0.9;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
@media screen and (max-width: 768px) {
  .slide {
    padding: 1.125rem;
  }
}
.slide__bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide__wrap {
  position: relative;
  z-index: 5;
}
.slide__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 539px) {
  .slide__title {
    margin-top: 0.25rem;
    font-size: 0.875rem;
  }
}
.slide__desc {
  color: #ffffffe6;
  line-height: 1.2;
  font-size: 0.875rem;
  max-width: 30rem;
}
@media screen and (max-width: 539px) {
  .slide__desc {
    font-size: 0.75rem;
    max-width: 11rem;
  }
}
.previews {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .previews {
    display: none;
  }
}
.preview {
  --from: #212842;
  --to: #2d3656;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-image: linear-gradient(90deg var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  padding-top: 0.125rem;
  padding-left: 1.125rem;
  overflow: hidden;
}
.preview__wrap {
  position: relative;
  height: 4.5rem;
  flex-grow: 1;
}
.preview__new {
  --to: #f2b59e;
  --from: #f2c8b8;
  box-shadow: 0 0 0.75rem #ffa37f33;
  color: #212944;
  text-transform: uppercase;
  font-size: 0.5625rem;
  font-weight: 900;
  padding: 0 0.4375rem;
  border-radius: 0.4325rem;
  line-height: 1.375rem;
  position: absolute;
  top: -0.375rem;
  left: 0.375rem;
  z-index: 10;
  pointer-events: none;
  background-image: linear-gradient(var(--angle, 0deg) var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
}
.preview__text {
  position: relative;
  z-index: 5;
  color: #e6eeff;
  line-height: 1;
  font-weight: 700;
  font-size: 0.6875rem;
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}
.preview__bg {
  position: absolute;
  right: -0.625rem;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
  z-index: 1;
  filter: saturate(0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.preview__bg:hover {
  filter: saturate(1);
}
.sGames__title {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIuMDEiIGhlaWdodD0iMzc0Ljk4Ij48cGF0aCBmaWxsPSIjNzQ3ZTlkIiBkPSJNNTExLjk2IDI5NS4yOGMtMS4yLTY2LjgtOS4wOS0xMzQuMzUtMjIuMDMtMjAyLjUzQzQ3OS4zOSA0NS4zOCA0NDEuNDcgMy4xOSAzODAuODguMWMtNDQuNzMtMS44NC01My4zOCAyMy42NC0xMDQuMDYgMjMuMTUtMTMuODgtLjA5LTI3Ljc1LS4wOS00MS42MyAwQzE4NC41IDIzLjc0IDE3NS44My0xLjc0IDEzMS4xMi4xYy02MC42IDMuMDktOTkuNyA0NS4xNy0xMDkuMDkgOTIuNjVDOS4wOCAxNjAuOTMgMS4xOSAyMjguNDcgMCAyOTUuMjdjLS4yOSA0Ni41MSA0NS42MyA3Ny40NSA3NS45MyA3OS41NyA1OC41MyA0LjQyIDEwNS4wMy05OC43OSAxNDAuNDYtOTguOCAyNi40MS4xNSA1Mi44MS4xNiA3OS4yMiAwIDM1LjQ0IDAgODEuOSAxMDMuMjMgMTQwLjQ3IDk4LjgxIDMwLjI5LTIuMTIgNzcuNC0zMy4yNyA3NS44OS03OS41N3pNMTkwLjkgMTY0Ljk0aC0yNy4zdjI3LjNjMCAxMS41Mi05LjM0IDIwLjg2LTIwLjg2IDIwLjg2cy0yMC44Ni05LjM0LTIwLjg2LTIwLjg2di0yNy4zaC0yNy4zYy0xMS41MiAwLTIwLjg2LTkuMzQtMjAuODYtMjAuODZzOS4zNC0yMC44NiAyMC44Ni0yMC44NmgyNy4zdi0yNy4zYzAtMTEuNTIgOS4zNC0yMC44NiAyMC44Ni0yMC44NnMyMC44NiA5LjM0IDIwLjg2IDIwLjg2djI3LjNoMjcuM2MxMS41MiAwIDIwLjg2IDkuMzQgMjAuODYgMjAuODZzLTkuMzQgMjAuODYtMjAuODYgMjAuODZtMTY4LjU3IDQ4LjE1Yy0xNi4zMy40NC0yOS45MS0xMi40Ni0zMC4zNS0yOC43OC0uNDMtMTYuMzggMTIuNDgtMjkuOTggMjguOC0zMC40IDE2LjM0LS40MSAyOS45NCAxMi40OCAzMC4zNiAyOC44Mi40MSAxNi4zNC0xMi40OCAyOS45NC0yOC44MSAzMC4zNm00OS4yNS03OC44NWMtMTYuMzMuNDYtMjkuOTQtMTIuNDUtMzAuMzktMjguNzgtLjQxLTE2LjM2IDEyLjQ4LTI5Ljk0IDI4LjgyLTMwLjM5IDE2LjM2LS40MyAyOS45NCAxMi40OCAzMC4zOCAyOC44Mi40MyAxNi4zMy0xMi40OSAyOS45NC0yOC44MSAzMC4zNSIvPjwvc3ZnPgo=) no-repeat center left;
  background-size: 1.25rem;
  padding-left: 2rem;
  color: #dde0ea;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1rem;
  margin-left: 0.625rem;
}
.sGames__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .sGames__list {
    gap: 0.625rem;
  }
}
.gameCard {
  --from: #212842;
  --to: #2d3656;
  position: relative;
  flex: 0 0 calc((100% - 2rem) / 3);
  border-radius: 1rem;
  overflow: hidden;
  padding: 1.75rem;
  aspect-ratio: 390/240;
  background-image: linear-gradient(90deg var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  user-select: none;
}
@media screen and (max-width: 768px) {
  .gameCard {
    flex: 0 0 calc((100% - 1rem) / 2);
    padding: 0.625rem;
  }
}
.gameCard:hover .gameCard__bg {
  opacity: 1;
}
.gameCard__bg {
  --from: #3d76d1;
  --to: #2756a280;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(var(--angle, 0deg) var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.gameCard__bgImg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gameCard__wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.gameCard__counter {
  padding: 0.75rem;
  border-radius: 0.875rem;
  min-width: 3rem;
  height: 2.25rem;
  margin-bottom: auto;
  margin-right: auto;
  border: 1px solid #2d3a5a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
}
@media screen and (max-width: 768px) {
  .gameCard__counter {
    padding-right: 0.5rem;
    border-radius: 0.75rem;
    gap: 0.375rem;
    height: 1.625rem;
  }
}
.gameCard__counterIndicator {
  background-color: #a9cfff;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.gameCard__counterVal {
  color: #d1dbfc;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.gameCard__new {
  position: relative;
  top: initial;
  left: initial;
  margin-right: auto;
  margin-bottom: 0.25rem;
}
.gameCard__title {
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .gameCard__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 539px) {
  .gameCard__title {
    font-size: 1rem;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #161b2efc;
}
.overlay__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
.form {
  --from: #232c48;
  --to: #1c233a;
  position: relative;
  padding: 1.625rem 1.25rem 1.25rem;
  max-width: 26.5rem;
  width: 100%;
  border-radius: 1.25rem;
  background-color: #1c233a;
  background-image: linear-gradient(var(--angle, 0deg) var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
}
.form__close {
  --from: #f0576533;
  --to: #6632460a;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  display: flex;
  aspect-ratio: 1 / 1;
  width: 2.125rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: #242c48;
  background-image: linear-gradient(var(--angle, 0deg) var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  color: #ff7474;
  outline: 2px solid transparent;
  outline-offset: 2px;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.form__close:hover {
  background-color: #293252;
}
.form__closeIcon {
  mask-image: url("../img/close.svg");
  width: 0.625rem;
  max-width: 0.625rem;
  aspect-ratio: 1 / 1;
  width: 100%;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.form__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  fill: #747e9d;
  padding-left: 0.625rem;
  color: #747e9d;
  margin-bottom: 1.5rem;
}
.form__headerIcon {
  --from: #a1ffda;
  --to: #73fff3;
  mask-image: url("../img/lock.svg");
  background-image: linear-gradient(var(--angle, 0deg) var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  width: 1.3125rem;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.form__headerTitle {
  width: fit-content;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --to: #b7c0e1;
  background-image: linear-gradient(var(--to), white);
  background-position: 0 0.5px;
}
.form__body {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}
.form__link {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 4.75rem;
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 5rem;
  background-image: linear-gradient(var(--angle, 0deg) var(--in-color-space), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.form__link:hover {
  filter: brightness(1.1);
}
.form__link--steam {
  --from: #242632;
  --to: #151922;
}
.form__link--tg {
  --to: #2e7097;
  --from: #3eaadc;
}
.form__link--yandex {
  --to: #80303f;
  --from: #b93d40;
}
.form__link--vk {
  --to: #2f5991;
  --from: #3f87da;
}
.form__linkImg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8.125rem;
}
.mobMenu {
  display: none;
  padding: 0.625rem;
  gap: 0.375rem;
}
.mobMenu__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobMenu .form__close {
  right: 0.625rem;
  top: 0.875rem;
}
.mobMenu .sGames__title {
  padding: 0.625rem 1.25rem 0.625rem 2rem;
  gap: 0.75rem;
}
.mobMenu .previews {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .mobMenu .previews {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 539px) {
  .mobMenu .previews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.mobMenu .navbar__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobMenu .navbar__link:last-child .navbar__linkIcon {
  width: 1.75rem;
}
.mobMenu .navbar__link:last-child .navbar__linkText {
  font-size: 0.75rem;
  font-weight: 800;
}
.mobMenu__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.mobMenu__counter {
  position: relative;
  height: 2.25rem;
  padding: 0 0.625rem;
  gap: 0.5rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #a1feff;
  background-color: #25334e;
  border: 1px solid #2c3c5c;
  border-radius: 0.75rem;
}
.mobMenu__counter:before {
  content: '';
  position: relative;
  width: 0.375rem;
  height: 0.375rem;
  background-color: currentColor;
  border-radius: 50%;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.mobMenu__configButton {
  width: 2.625rem;
  aspect-ratio: 1 / 1;
  color: #a6adcd;
  background-color: #1e253df2;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.mobMenu__configButton:hover {
  color: #fff;
}
.mobMenu__configButtonIcon {
  width: 1.125rem;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.mobMenu__configButtonIcon--nots {
  mask-image: url("../img/nots.svg");
}
.mobMenu__configButtonIcon--configs {
  mask-image: url("../img/settings.svg");
}
.footer {
  padding-top: 2.5rem;
  padding-bottom: 0;
  max-width: 75rem;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 1.25rem;
  }
}
.footer__wrap {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .footer__wrap {
    margin-bottom: 1rem;
  }
}
.footer .custom-logo-link {
  display: block;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .footer .socials {
    display: flex;
  }
}
.footer__button {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  background-color: #1e253d;
  border-radius: 0.75rem;
  gap: 0.625rem;
  height: 2.625rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .footer__button {
    display: none;
  }
}
.footer__button:hover .footer__buttonLabel {
  color: #fff;
}
.footer__buttonIcon {
  width: 1.25rem;
  max-width: 1.25rem;
}
.footer__buttonLabel {
  color: #dae2f5;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.footer__copyright {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    margin-bottom: 1rem;
  }
}
.footer__copyrightButton {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #9cc8ff;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #9cc8ff1a;
  border-radius: 0.75rem;
}
.footer__copyrightText {
  font-weight: 500;
  font-size: 0.75rem;
  color: #fff;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  column-gap: 0.375rem;
}
.footer__link {
  font-size: 0.875rem;
  color: #d6e2ff;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 539px) {
  .footer__link {
    font-size: 0.75rem;
  }
}
.footer__link:hover {
  color: #fff;
}
