@import url(https://fonts.googleapis.com/css2?family=Roboto&family=Sen:wght@500;600;700&display=swap);
.Loading_loader__gVppe{width:100%;display:flex;align-items:center;justify-content:center;padding:.8rem}.Loading_balls__tJwOL{display:flex}.Loading_ball__nzMDG{width:10px;height:10px;border-radius:50%;background-color:#fff;margin-right:10px;-webkit-animation:Loading_ball__nzMDG .5s ease infinite alternate;animation:Loading_ball__nzMDG .5s ease infinite alternate}.Loading_ball2__alNt6{width:10px;height:10px;border-radius:50%;background-color:#fff;margin-right:10px;-webkit-animation:Loading_ball__nzMDG .5s ease infinite alternate;animation:Loading_ball__nzMDG .5s ease infinite alternate;-webkit-animation-delay:.1s;animation-delay:.1s}.Loading_ball3__TdwJ0{width:10px;height:10px;border-radius:50%;background-color:#fff;margin-right:10px;-webkit-animation:Loading_ball__nzMDG .5s ease infinite alternate;animation:Loading_ball__nzMDG .5s ease infinite alternate;-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes Loading_ball__nzMDG{to{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes Loading_ball__nzMDG{to{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}.Loading_customtext__Kf6uP{font-size:20px;color:#fff}.Loading_bottom__QZqdo{flex-direction:column}.Loading_right__i\+ciO{flex-direction:row-reverse}.Loading_loader__gVppe.Loading_isSmall__rV8cx{margin-top:6px;width:auto;gap:10px}.Loading_loader__gVppe.Loading_isSmall__rV8cx .Loading_balls__tJwOL{margin-top:9px}.Loading_loader__gVppe.Loading_isSmall__rV8cx .Loading_ball__nzMDG,.Loading_loader__gVppe.Loading_isSmall__rV8cx ball2{margin-left:7}.Loading_loader__gVppe.Loading_isSmall__rV8cx .Loading_ball__nzMDG,.Loading_loader__gVppe.Loading_isSmall__rV8cx .Loading_ball2__alNt6,.Loading_loader__gVppe.Loading_isSmall__rV8cx .Loading_ball3__TdwJ0{width:7px;height:7px}
.gameplayer {
  margin: 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.iframe-wrapper {
  width: 100%;
  height: 850px;
  margin-top: 40px;
}

iframe {
  display: block;
  background: none;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  min-height: 610px;
}

.gameplayer-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #252838;
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}

.demo-game-selector {
  margin: 40px 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  width: 100%;
  &::-webkit-scrollbar {
    display: none;
  }
}

.demo-game-selector-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;

  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "ss05" on;
          font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

  color: #868f9f;

  flex: none;
  order: 0;
  flex-grow: 0;
  transition: 0.2s;
  cursor: pointer;
}

.demo-game-selector-text:hover {
  opacity: 0.7;
}

.game-selector-active {
  color: #ffffff;
  border-bottom: #ffffff solid 1px;
}

@media only screen and (min-width: 501px) {
  .demo-game-selector {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media only screen and (min-width: 801px) {
  .gameplayer {
    margin: 40px 60px;
  }
}

@media only screen and (min-width: 1101px) {
  .iframe-wrapper {
    height: 650px;
  }
}

@media only screen and (min-width: 1301px) {
  .gameplayer {
    margin: 40px 136px;
  }
}

.stats-numbers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  margin: 0 16px;

  border-radius: 8px;
}

.stats-numbers-container {
  border-right: #243b4b solid 1px;
  border-left: #243b4b solid 1px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  width: 100%;
  border-bottom: #243b4b solid 1px;
}

.stats-numbers-container:last-child {
  border-bottom: none;
}

.stats-numbers-title {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;

  -webkit-font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

          font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

  color: #ffffff;
}

.stats-numbers-description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;

  -webkit-font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

          font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

  color: #b8c1cf;

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.game-thumbnail {
  width: 100vw;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
}

.game-thumbnail-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 32px;
  z-index: 2;
}

.game-thumbnail-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  gap: 8px;

  border: 1px solid #243b4b;
  border-radius: 40px;
}

.game-thumbnail-svg-container {
  top: 400px;
  left: 0;
  right: 0;
  position: absolute;
  max-height: 300px;
  overflow: hidden;
  bottom: -4%;
  z-index: 1;
}

.game-thumbnail-svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(
    rgba(22, 25, 29, 0.4) 80%,
    transparent 20%
  ), radial-gradient(
    ellipse at bottom,
    rgba(22, 25, 29, 0.4) 80%,
    transparent 20%
  );
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

@media only screen and (min-width: 801px) {
  .game-thumbnail {
    padding: 60px;
  }
  .game-thumbnail-svg-container {
    max-height: 500px;
    top: 200px;
  }
}
.thumbnail {
  width: 100vw;
  height: 640px;
  display: flex;
  flex-direction: column;
  padding: 24px 16px
}

.thumbnail-bgsvg {
  max-height: 710px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}

.thumbnail-title {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;

  -webkit-font-feature-settings: "pnum" on, "lnum" on;

          font-feature-settings: "pnum" on, "lnum" on;
  text-transform: uppercase;

  color: #ffffff;
  z-index: 2;
}

.thumbnail-subtitle {
  margin-top: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 145%;

  font-family: "Roboto", sans-serif;

  -webkit-font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

          font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

  color: #ffffff;
  text-shadow: 2px 1px #000000;
  z-index: 2;
}

.thumbnail-button {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  gap: 8px;

  background: #0067f0;
  border-radius: 40px;
}

.thumbnail-button p, .game-thumbnail-button p, .gameplayer-button p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;

  color: #ffffff;
}

@media only screen and (max-width: 400px) {
  .thumbnail-subtitle {
   -webkit-line-clamp: 14;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
  } 
}

@media only screen and (min-width: 801px) {
  .thumbnail {
    padding: 60px;
  }
  .thumbnail-title {
    max-width: 70%;
  }
  .thumbnail-subtitle {
    max-width: 45%;
    font-size: 15px;
  }
  .thumbnail-button {
    max-width: 220px;
  }
}

@media only screen and (min-width: 1000px) {
  .thumbnail-subtitle {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1300px) {
  .thumbnail {
    padding: 60px 136px;
  }
}

.header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}

.header-side {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.header-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "ss05" on;
          font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

  color: #ffffff;
}

.select {
  outline: none;
  border: none;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 12px 16px;
  background: #262a31;
  border-radius: 10px;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s;
}

.select:hover {
  opacity: 0.7;
}

.option {
  background: #262a31;
  padding: 5px 10px;
  transition: 0.2s;
  cursor: pointer;
}

.option:hover {
  opacity: 0.7;
}

.demo-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;

  width: 150px;
  height: 38px;

  border: 1px solid #243b4b;
  background: none;
  border-radius: 40px;

  flex: none;
  order: 0;
  flex-grow: 0;
}

.demo-button p {
  /* font-family: 'DM Sans', sans-serif; */
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;

  color: #ffffff;

  flex: none;
  order: 0;
  flex-grow: 0;
}

@media only screen and (min-width: 801px) {
  .header {
    padding: 25px 60px;
  }
}

.sidebar-outer {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.sidebar {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  display: flex;
  height: 100vh;
  width: calc(100vw - 50px);
  background-color: #15181c;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  justify-content: space-between;
}

.sidebar-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
}

.sidebar-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.sidebar-content-item {
  margin: 30px 0;
}

.mini-description {
  font-weight: 400;
  font-size: 10px;

  color: #d9d9d9;
}

.footer {
  background: #15181c;
  border-radius: 32px 32px 0px 0px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 16px;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 24px;
}

@media only screen and (min-width: 801px) {
  .footer {
    padding: 16px 32px;
  }
}

.contact-form-titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-form {
  margin: 40px 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.form-input-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  gap: 8px;

  border: 1px solid #243b4b;
  border-radius: 40px;
}

.form-name-inputs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.form-button {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  gap: 8px;

  background: #0067f0;
  border-radius: 40px;
}

.form-button p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;

  color: #ffffff;

  flex: none;
  order: 0;
  flex-grow: 0;
}

input {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;

  -webkit-font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

          font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

  color: #868f9f;
  caret-color: #868f9f;
}

textarea {
  width: 100%;
  resize: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;

  -webkit-font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

          font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

  color: #868f9f;
  caret-color: #868f9f;
}

@media only screen and (min-width: 801px) {
  .contact-form-titles {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 16px;
  }
  .contact-form {
    margin: 16px;
    width: 70vw;
  }
  .form-name-inputs {
    width: 100%;
  }
}
.main-subpage {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 40px 8px;
}

.main-title {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;

  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;

  color: #ffffff;

  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.main-subtitle {
  margin-top: 16px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 145%;

  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "ss05" on;
          font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

  color: #b8c1cf;

  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 1;
}

.stats-slider {
  width: 100%;
  margin-top: 40px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.stats-slider-block {
  height: 452px;
  width: 100%;
  background: #15181c;
  border-radius: 32px 32px 16px 16px;
  padding-bottom: 32px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;

  flex: none;
  order: 0;
  flex-grow: 0;
}

.stats-slider-block div {
  margin: 0 32px;
}

.slider-block-title {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;

  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "ss05" on;
          font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

  color: #ffffff;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.slider-block-description {
  width: calc(100% - 64px);
}

.slider-block-description, .slider-block-description > p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  display: flex;
  align-items: flex-start;

  -webkit-font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

          font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

  color: #b8c1cf;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.slider-block-button {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;

  border: 1px solid #243b4b;
  border-radius: 40px;

  flex: none;
  order: 1;
  flex-grow: 0;
}

.slider-block-button p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;

  -webkit-font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

          font-feature-settings: "pnum" on, "lnum" on, "ss05" on;

  color: #ffffff;

  flex: none;
  order: 0;
  flex-grow: 0;
}

@media only screen and (min-width: 501px) {
  .main-subpage {
    margin: 40px 16px;
    align-items: center;
  }
}

@media only screen and (min-width: 801px) {
  .stats-slider {
    max-height: 650px;
    display: grid;
    grid-template-rows: [row1-start] 65% [row1-end row2-start] 40% [row2-end];
    grid-template-columns: [column1-start] 50% [column1-end column2-start] auto [column2-end];

    align-items: normal;
    justify-content: normal;
  }
  .slider-block-button {
    margin-left: 32px;
  }
  .stats-slider-block {
    height: auto;
    position: relative;
    overflow: hidden;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 16px;
  }
  .slider-block-description {
    width: 50%;
  }
  .stats-slider-block > svg {
    position: absolute;
    left: 30%;
    top: 5%;
  }
  .slider-block-title {
    text-align: left;
  }
  .main-subpage {
    margin: 40px 48px;
  }
}

@media only screen and (min-width: 1301px) {
  .main-subpage {
    margin: 40px 120px;
  }
}
*,
::before,
::after {
  margin: 0;
  box-sizing: border-box;
  caret-color: transparent;
  font-family: "Sen", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #0f1113;
}

button {
  outline: none;
  margin: 0;
  background: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  box-shadow: none;
  cursor: pointer;
  transition: 0.2s;
}

button:hover {
  opacity: 0.7;
}

input {
  background: none;
  outline: none;
  border: none;
}

textarea {
  background: none;
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  opacity: 0.7;
}

.App {
  display: flex;
  flex-direction: column;
}

.App > svg {
  max-height: 710px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

::-webkit-scrollbar {
  width: 0;
}


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