body {
  font-family: 'Product sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.landing {
  min-height: 100vh;
  padding-top: 40px;
  background-color: #fac00f;
}

.content {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.nav-bar {
  margin-bottom: 5vh;
  background-color: #fbe600;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 13%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbe600;
  color: #e50413;
}

.hero.purple-variant {
  background-color: #912780;
  color: #fff;
}

.hero.blue-variant {
  background-color: #25b0e4;
  color: #fff;
}

.hero.hide {
  display: none;
}

.hero__first-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero__logo {
  width: 180px;
  height: 160px;
  margin-bottom: 30px;
  background-image: url('../images/logo-mania-hub.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero__logo.welcome {
  width: 160px;
  height: 160px;
}

.hero__main-text {
  width: 390px;
  margin-bottom: 30px;
  font-family: Junkdog, sans-serif;
  font-size: 70px;
  line-height: 1.2;
}

.hero__sub-text {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}

.button {
  margin-bottom: 15px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #e50413;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.button.yellow {
  background-color: #fbe600;
  color: #912780;
}

.button.play {
  display: inline-block;
  border-radius: 30px;
  font-size: 15px;
}

.button.block {
  display: none;
}

.button.moved {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
}

.button.moved.new {
  margin-top: -63px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.button.wide {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.button.playnow {
  margin-top: -13px;
  margin-right: -162px;
  margin-bottom: -13px;
  background-color: #fac00f;
  color: #e50413;
}

.button.play-copy {
  display: inline-block;
  border-radius: 30px;
  font-size: 15px;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/footer-pattern.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.footer-logo {
  width: 200px;
  height: 150px;
  background-image: url('../images/let-the-non-stop-icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.socials-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.socials-link {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.socials-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.socials-link.yt {
  background-image: url('../images/youtube-icon.png');
}

.socials-link.fb {
  background-image: url('../images/fb-icon.png');
}

.socials-link.tw {
  background-image: url('../images/tw-icon.png');
}

.socials-link.ig {
  background-image: url('../images/IG-icon.png');
}

.copyright-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-block__munchit-logo {
  width: 250px;
  height: 100px;
  margin-bottom: 20px;
  background-image: url('../images/munchit-logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.auth-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/login-bg-pattern.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #e50413;
  font-size: 30px;
}

.auth-block.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.auth-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 23px;
}

.auth-form-wrapper {
  width: 90%;
  max-width: 600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.text-field {
  height: 50px;
  margin-bottom: 30px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.text-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #e50413;
}

.welcome-block {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbe600;
  color: #e50413;
  text-align: center;
  text-transform: uppercase;
}

.welcome-block.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.welcome-block__gretting {
  width: 60%;
  font-family: Junkdog, sans-serif;
  font-size: 70px;
  line-height: 1.4;
  -o-object-fit: fill;
  object-fit: fill;
}

.welcome-block__sub-text {
  display: block;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}

.loader {
  overflow: hidden;
  width: 90%;
  height: 15px;
  max-width: 280px;
  background-color: #fdd105;
}

.loader__loaded {
  width: 0%;
  height: 100%;
  background-image: url('../images/loading-line.png');
  background-position: 0% 50%;
  background-size: auto 120%;
  background-repeat: no-repeat;
}

.games-wrapper {
  display: block;
  padding: 50px 50px 70px;
  background-color: #e50413;
  color: #fff;
}

.games-wrapper.show {
  display: block;
}

.heading-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 50px;
  padding-left: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
}

.heading-flex__logo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  background-image: url('../images/logo-mania-hub.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.games-slider {
  width: 95%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: transparent;
}

.games-slider.mobile {
  display: none;
}

.games-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.games-flex.web {
  display: none;
}

.games-flex.newrow {
  position: static;
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider-nav {
  bottom: -60px;
}

.slider-nav.desktop {
  display: none;
}

.game {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.game__image {
  height: 60%;
  min-height: 400px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.game__image.run {
  background-image: url('../images/munchit-run.jpg');
}

.game__image.arrow {
  background-image: url('../images/munchit-arrow.jpg');
}

.game__image.slash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/munchit-squash.jpg');
}

.game__image.more-games {
  background-image: url('../images/Coming-Soon.png');
}

.game__image.jump {
  overflow: auto;
}

.game__desc {
  padding: 15px 20px 30px;
}

.game__desc.yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fac00f;
}

.game__desc.blue {
  background-color: #25b0e4;
}

.game__name-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.game__name {
  margin-right: 20px;
  font-size: 20px;
  line-height: 1.1;
}

.game__name.comingsoon {
  color: #f01;
  font-size: 40px;
  font-weight: 700;
}

.game__highscore-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.game__highscrore {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}

.game__highscrore.more-games {
  display: none;
}

.play-now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.game__runleaderboard {
  width: 70px;
  height: 40px;
  border-radius: 50px;
  background-image: url('../images/leaderboard.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.game__runleaderboard.red {
  display: none;
  margin-right: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #e50413;
  cursor: pointer;
}

.logo {
  width: 120px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/munchit-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.logo.logo-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-right-arrow {
  left: auto;
  top: 0%;
  right: -80px;
  bottom: 0%;
}

.slider-right-arrow.hide {
  display: none;
}

.slider-left-arrow {
  left: -80px;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.slider-left-arrow.hide {
  display: none;
}

.hero__img {
  margin-bottom: -60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/davido-red.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero__img.blue {
  background-image: url('../images/davido-blue.png');
  background-size: cover;
}

.ribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 100px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/ribbon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.hero-wrapper {
  position: relative;
  margin-bottom: 50px;
}

.game-play {
  position: relative;
  display: none;
  height: 600px;
  border-style: solid;
  border-width: 30px;
  border-color: #e50413;
}

.game-play.show {
  display: block;
}

.game-play__logo {
  position: relative;
  z-index: 1;
  width: 170px;
  height: 120px;
  margin-top: -70px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/logo-mania-hub.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.game-play__arena {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.embed-game {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.game-play__controls-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: -60px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.game-play__control {
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e50413;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.game-play__control.home {
  background-image: url('../images/icon-home.png');
}

.game-play__control.close {
  background-image: url('../images/icon-close.png');
}

.game-play__control.leaderboard-icon {
  background-image: url('../images/icon-leaderboard.png');
}

.game-play__control.leaderboard-cancel {
  position: absolute;
  left: auto;
  top: 0%;
  right: 20px;
  bottom: auto;
  background-image: url('../images/icon-close.png');
}

.runleaderboard {
  position: relative;
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  background-color: #e50413;
  color: #fff;
}

.runleaderboard.show {
  display: block;
}

.podium-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.podium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.user__avatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/User.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.user__avatar.small {
  width: 50px;
  height: 50px;
}

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.podium__name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.podium__score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
}

.podium__scores-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-image: url('../images/coin.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.podium__image {
  width: 200px;
  height: 270px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.podium__image.first {
  position: relative;
  width: 137px;
  height: 340px;
  background-image: url('../images/podium-first.png');
  background-size: contain;
}

.podium__image.last {
  height: 200px;
  margin-left: -19px;
  background-image: url('../images/podium-third.png');
  background-position: 0% 50%;
  background-size: contain;
}

.podium__image.second {
  margin-right: -34px;
  background-image: url('../images/podium-second.png');
  background-position: 100% 50%;
  background-size: contain;
}

.leaderboard__other-scores {
  padding-bottom: 30px;
  background-color: #fff;
  color: #fac00f;
}

.leaderboard__other-scores-dummy-line {
  position: relative;
  height: 50px;
  background-image: url('../images/dummy-triangle.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.other-scores-wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user__name {
  margin-left: 20px;
}

.other-scores-wrapper__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user__scores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-scroes__coin-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-radius: 50%;
  background-image: url('../images/coin.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.scores-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-flex__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.viewers-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fac00f;
  color: #e50413;
  font-size: 20px;
  line-height: 20px;
}

.viewers-block__eye {
  width: 35px;
  height: 20px;
  margin-right: 15px;
  background-image: url('../images/icon-eye.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 15px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #e50413;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-copy.yellow {
  background-color: #fbe600;
  color: #912780;
}

.button-copy.play {
  border-radius: 30px;
  font-size: 15px;
}

.button-copy.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-block {
  font-size: 15px;
}

.text-block-2 {
  font-size: 20px;
}

.text-block-4 {
  font-size: 20px;
}

.field-label {
  font-size: 25px;
}

.field-label-2 {
  font-size: 25px;
}

.field-label-3 {
  position: static;
  margin-top: 1em;
  margin-bottom: 3px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  font-size: 0.8em;
  line-height: 1.6;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
}

.plainhighscore {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}

.text-block-6 {
  font-size: 80px;
  font-weight: 700;
  text-align: center;
}

.text-block-7 {
  font-size: 80px;
  text-align: center;
}

.text-block-8 {
  font-size: 80px;
  text-align: center;
}

.crunchleaderboard {
  position: relative;
  display: none;
  padding-top: 50px;
  background-color: #e50413;
  color: #fff;
}

.crunchleaderboard.show {
  display: block;
}

.squashleaderboard {
  position: relative;
  display: none;
  padding-top: 50px;
  background-color: #e50413;
  color: #fff;
}

.squashleaderboard.show {
  display: block;
}

.game__archerleaderboard {
  width: 70px;
  height: 40px;
  border-radius: 50px;
  background-image: url('../images/leaderboard.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.game__archerleaderboard.red {
  display: none;
  margin-right: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #e50413;
  cursor: pointer;
}

.game__squashleaderboard {
  width: 70px;
  height: 40px;
  border-radius: 50px;
  background-image: url('../images/leaderboard.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.game__squashleaderboard.red {
  display: none;
  margin-right: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #e50413;
  cursor: pointer;
}

.text-block-9 {
  display: none;
}

.web {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-left: 10%;
  }

  .hero__main-text {
    width: 300px;
    font-size: 40px;
  }

  .socials-links {
    margin-right: -20px;
  }

  .welcome-block__gretting {
    font-size: 50px;
    line-height: 1.2;
  }

  .heading-flex {
    padding-right: 13px;
    padding-left: 10px;
    font-size: 50px;
  }

  .games-slider {
    width: 98%;
  }

  .game__image {
    background-position: 50% 100%;
    background-size: cover;
  }

  .game__image.nonstop {
    height: auto;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .game__image.jump {
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .game__name {
    font-size: 30px;
  }

  .game__runleaderboard {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero__img.blue {
    background-size: 190%;
  }

  .game-play {
    border-width: 20px;
  }

  .game-play__controls-container {
    right: -50px;
  }

  .viewers-block {
    margin-left: auto;
  }

  .text-block-5 {
    margin-right: 25px;
    padding-left: 0px;
  }

  .game__archerleaderboard {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .game__squashleaderboard {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-left: 0%;
  }

  .hero__main-text {
    width: 270px;
  }

  .button.moved {
    margin-left: 66px;
    padding-right: 45px;
  }

  .button.moved.new {
    margin-top: -10px;
    margin-right: 67px;
  }

  .button.playnow {
    margin: auto;
    padding-right: 25px;
    padding-left: 19px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .footer-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .auth-block {
    font-size: 22px;
  }

  .auth-form-wrapper {
    margin-top: 20px;
  }

  .heading-flex {
    padding-right: 0px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-flex__logo {
    margin-right: 10px;
  }

  .games-slider.desktop {
    display: none;
  }

  .games-slider.mobile {
    display: block;
  }

  .games-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .game {
    width: auto;
    height: 100%;
  }

  .game__image.run {
    margin-top: 35px;
  }

  .game__image.jump {
    overflow: visible;
    height: 100%;
    max-width: 200%;
    min-width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .game__name.comingsoon {
    color: #e50413;
    font-size: 40px;
    font-weight: 700;
  }

  .game__highscrore.more-games {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .game__runleaderboard.red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .game__runleaderboard.red.ar {
    display: none;
  }

  .ribbon {
    width: 300px;
  }

  .game-play__arena {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .embed-game {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .game-play__controls-container {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .game-play__control {
    width: 50px;
    height: 40px;
    margin: 0px 20px;
  }

  .game-play__control.leaderboard-cancel {
    top: 20px;
    margin-right: 0px;
  }

  .user__avatar {
    width: 70px;
    height: 70px;
  }

  .podium__image {
    width: 160px;
    max-width: 30vw;
  }

  .user {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .other-scores-wrapper__inner {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .scores-wrapper {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #fac00f;
  }

  .viewers-block {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .text-block-6 {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-7 {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-8 {
    font-size: 50px;
    line-height: 50px;
  }

  .game__archerleaderboard.red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .game__squashleaderboard.red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.moved {
    margin-right: 68px;
    margin-left: 62px;
    padding-left: 21px;
  }

  .button.moved.new {
    margin-top: -6px;
    padding-left: 23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.playnow {
    overflow: visible;
    margin: auto;
    padding: 0px 68px 0px 73px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 700;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .socials-links {
    margin-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .socials-link.yt {
    margin-right: 0px;
  }

  .welcome-block__gretting {
    width: 90%;
  }

  .games-wrapper {
    padding: 20px 20px 130px;
  }

  .heading-flex {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 40px;
  }

  .heading-flex__logo {
    margin-top: -16px;
    margin-right: 10px;
    padding-top: 0px;
  }

  .games-slider {
    width: 100%;
  }

  .games-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider-nav {
    bottom: -104px;
  }

  .game__image.jump {
    max-width: none;
    min-width: auto;
    margin-left: -22px;
    padding-left: 0px;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .game__name.comingsoon {
    color: #e50413;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
  }

  .game__highscrore.more-games {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .game__runleaderboard.red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .game__runleaderboard.red.ar {
    display: none;
  }

  .slider-right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -40px;
    height: 40px;
    text-align: right;
  }

  .slider-left-arrow {
    left: auto;
    top: auto;
    right: 70px;
    bottom: -40px;
    height: 40px;
  }

  .hero__img {
    height: 300px;
    margin-top: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero__img.blue {
    background-size: 110%;
  }

  .game-play {
    height: 500px;
    border-width: 10px;
  }

  .embed-game {
    position: absolute;
    width: 414px;
    min-width: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .game-play__screen-check {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: Junkdog, sans-serif;
    color: #fac00f;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  .podium-wrapper {
    margin-bottom: -103px;
  }

  .user__avatar {
    width: 50px;
    height: 50px;
  }

  .podium__name {
    font-size: 14px;
    line-height: 20px;
  }

  .podium__score {
    font-size: 13px;
  }

  .user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .user__name {
    margin-top: 20px;
    margin-left: 0px;
  }

  .heading-flex__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .viewers-block {
    margin-top: 19px;
    margin-bottom: 6px;
    margin-left: auto;
    padding-top: 13px;
    padding-bottom: 14px;
    padding-left: 8px;
    line-height: 10px;
  }

  .button-copy {
    width: 250px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-5 {
    margin-top: -25px;
    margin-right: auto;
  }

  .text-block-6 {
    font-size: 40px;
  }

  .text-block-7 {
    font-size: 40px;
  }

  .text-block-8 {
    font-size: 40px;
  }

  .game__archerleaderboard.red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .game__squashleaderboard.red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Junkdog';
  src: url('../fonts/JunkDog.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}