:root {
  --black-01: #232323;
  --accent-color: #f75510;
  --orange: #f75510;
  --white: white;
  --blue: #3f439a;
  --black-03: #444;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container-1100 {
  max-width: 1100px;
}

.container-1100.relative {
  z-index: 1;
  position: relative;
}

.container-1400 {
  max-width: 1400px;
}

.container-1400.relative {
  position: relative;
}

.body {
  color: var(--black-01);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navbar {
  background-color: #ddd0;
}

.text-standard.semi-bold {
  font-weight: 600;
  text-decoration: none;
}

.text-standard.semi-bold.white.logo {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 4px;
}

.text-standard.semi-bold.white.footer-txt {
  color: var(--accent-color);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 16px;
}

.text-standard.semi-bold.orange {
  color: var(--orange);
  font-weight: 700;
}

.text-standard.semi-bold.orange.logo {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.text-standard.title {
  font-family: Inter Tight, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
}

.text-standard.title.white {
  color: #fff;
  cursor: auto;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.text-standard.title.white:hover {
  opacity: 1;
}

.text-standard.title.white.light {
  font-size: 22px;
  font-weight: 300;
}

.text-standard.title.white.light.footer {
  font-size: 18px;
}

.text-standard.title.white.rotate-90 {
  cursor: auto;
  display: block;
  position: absolute;
  top: 77px;
  left: 42px;
  transform: rotate(-90deg);
}

.text-standard.title.white.rotate-90:hover {
  opacity: 1;
}

.text-standard.title.white.active {
  border-bottom: 4px solid var(--accent-color);
}

.text-standard.title.margin-top {
  margin-top: 8px;
  font-family: Inter Tight, sans-serif;
  font-weight: 600;
}

.text-standard.title.big {
  letter-spacing: -1px;
  font-size: 46px;
  font-weight: 600;
  line-height: 48px;
}

.text-standard.title.tile {
  margin-bottom: 24px;
  font-weight: 600;
}

.text-standard.title.margin-bottom {
  margin-bottom: 24px;
}

.text-standard.title.orangetext {
  color: var(--accent-color);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  font-size: 34px;
}

.text-standard.title.orangetext.whitebg {
  background-color: var(--white);
  padding: 5px;
}

.text-standard.white {
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

.text-standard.white.margin-left {
  margin-bottom: 2px;
  margin-left: 16px;
  padding-left: 0;
}

.text-standard.white.location {
  font-size: 18px;
}

.brand {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 4em;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 4em;
  display: flex;
}

.nav-link.orange {
  color: var(--accent-color);
  letter-spacing: 1px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.hero-image {
  position: relative;
}

.stats-data {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 215%;
}

.special-title {
  font-family: Bebas Neue, sans-serif;
}

.stats-data-absolute {
  background-color: #fff0;
  padding: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 4em;
  line-height: 1em;
  position: absolute;
}

.stats-data-text {
  text-align: center;
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 8px 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1em;
  font-style: normal;
  line-height: .9em;
  position: static;
}

.section-data {
  background-color: var(--blue);
  flex-direction: column;
  justify-content: flex-end;
  min-height: 25em;
  margin-top: 760px;
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.image-relative-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -205% 0% auto;
}

.stats-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.stats-grid.margin-top {
  margin-top: 42px;
}

.stats-grid.relative {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  position: relative;
  top: 63px;
}

.stats-grid-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 16em;
  display: flex;
}

.stats-title {
  color: var(--white);
  letter-spacing: -3px;
  font-family: Bebas Neue, sans-serif;
  font-size: 180px;
  font-weight: 400;
  line-height: 190px;
}

.stats-title.tile {
  color: var(--black-01);
  mix-blend-mode: normal;
  font-size: 132px;
  line-height: 130px;
}

.title {
  flex-flow: column;
  display: block;
}

.data {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.accent-decoration {
  background-color: #f75510;
  width: 18em;
  height: 1em;
  margin-bottom: 24px;
}

.accent-decoration.white {
  background-color: #fff;
}

.accent-decoration.short {
  width: 9em;
}

.data-title {
  color: var(--black-01);
  letter-spacing: -3px;
  font-family: Bebas Neue, sans-serif;
  font-size: 320px;
  font-weight: 400;
  line-height: 300px;
}

.data-title.white {
  color: #fff;
}

.data-title.white.absolute {
  position: absolute;
  left: 188px;
}

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

.prizes-module {
  background-color: var(--blue);
  background-image: url('../images/GalleriesBG---new-coloe.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 1098px;
  padding-top: 96px;
  padding-bottom: 48px;
}

.prizes-module-container {
  display: flex;
}

.prizes-module-l, .prizes-module-r {
  width: 100%;
}

.prizes-list {
  margin-top: 48px;
  margin-bottom: 48px;
}

.prizes-list.sponsors {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: 1;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 48px;
  padding-right: 48px;
  display: flex;
}

.prizes-list-title {
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.prizes-list-title.afterparty {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.prizes-double {
  display: flex;
  position: relative;
}

.section-evolution {
  background-color: var(--blue);
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.interactive-data {
  display: flex;
}

.interactive-data-l {
  width: 80%;
  height: 642px;
  padding-top: 50px;
  padding-right: 50px;
  position: relative;
}

.interactive-data-r {
  flex-direction: column;
  justify-content: center;
  width: 30%;
  font-family: Inter Tight, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: flex;
}

.interactive-trigger {
  margin-top: 16px;
  margin-bottom: 16px;
}

.interactive-trigger-title {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.module {
  margin-top: 96px;
  margin-bottom: 96px;
  display: flex;
}

.module.hidden {
  margin-top: 42px;
  margin-bottom: 42px;
  display: block;
}

.module.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.module-l {
  width: 100%;
}

.module-r {
  width: 60%;
}

.module-credit {
  border: 2px solid #fff;
  width: 100%;
  height: 9em;
  display: flex;
}

.module-credit-l {
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
  position: relative;
}

.module-credit-r {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.blender-screen {
  mix-blend-mode: screen;
}

.absolute-image {
  max-width: 160px;
  max-height: 250px;
  position: absolute;
}

.section-about {
  background-color: #f75510;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.section-about.white {
  background-image: none;
}

.about-l {
  flex-direction: column;
  justify-content: center;
  width: 90%;
  display: flex;
}

.about-r {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.about-list {
  margin-top: 16px;
  margin-bottom: 16px;
}

.section-goat {
  padding-top: 50px;
  overflow: hidden;
}

.section-goat.gallerytext {
  padding-top: 0;
}

.goat-l {
  flex-direction: column;
  justify-content: center;
  width: 90%;
  display: flex;
}

.goat-r {
  width: 100%;
}

.image-goat {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  display: flex;
}

.image-absolute-accent {
  z-index: -1;
  position: absolute;
  inset: 17% auto auto -6%;
}

.lebron-vs-jordan {
  text-align: center;
  position: relative;
}

.vs-list {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.vs-list-l {
  text-align: right;
  width: 100%;
}

.vs-list-c {
  width: 30%;
}

.vs-list-r {
  text-align: left;
  width: 100%;
}

.image-goat-absolute-1 {
  max-width: 30%;
  display: none;
  position: absolute;
  inset: 65% auto auto -14%;
}

.image-goat-absolute-2 {
  max-width: 20%;
  display: none;
  position: absolute;
  inset: 15% -10% auto auto;
}

.section-graph {
  background-color: var(--black-01);
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 80px;
}

.section-graph.background-circle {
  background-color: var(--blue);
  background-image: url('../images/bg_lgo.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 999px;
  height: 100%;
  min-height: 100vh;
  overflow: visible;
}

.list-vs-lj {
  margin-top: 160px;
  margin-bottom: 180px;
}

.interactive-graph {
  width: 100%;
  height: 290px;
  position: relative;
}

.interactive-graph-absolute {
  position: absolute;
}

.interactive-data-text {
  justify-content: flex-start;
  display: flex;
}

.graph-1 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.interactive-data-text-module._1 {
  width: 40%;
}

.interactive-data-text-module._2, .interactive-data-text-module._3, .interactive-data-text-module._4 {
  width: 20%;
}

.title-vs {
  position: relative;
}

.tape-absolute {
  z-index: 2;
  position: absolute;
  inset: 59% auto auto 16%;
}

.section-evolutionyears {
  display: none;
}

.evolution-tile {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding: 24px;
  display: flex;
}

.evolution-tile._01 {
  mix-blend-mode: normal;
  background-image: url('../images/compress.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  position: static;
}

.evolution-tile._02 {
  background-image: url('../images/compressedcompressed.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.evolution-tile._03 {
  background-image: url('../images/compressed.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  z-index: 1;
  background-color: var(--black-01);
  position: relative;
}

.footer-container {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.footer-l {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-r {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-absolute-end {
  z-index: 2;
  justify-content: center;
  width: 100%;
  padding-top: 42px;
  display: flex;
  position: absolute;
}

.image-lebron-end, .image-lebron-end.no-margin {
  margin-left: 0;
}

.image-lebron-end.margin-left {
  vertical-align: baseline;
  margin-left: 138px;
}

.image-absolute-end-2 {
  z-index: 1;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 1018px;
}

.section-prefooter {
  z-index: 3;
  background-color: var(--black-01);
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.pre-footer {
  background-color: var(--black-01);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 24em;
  display: flex;
}

.accent-text {
  background-color: var(--accent-color);
  display: none;
}

.accent-text.blue {
  background-color: var(--blue);
}

.accent-text.blue.white {
  color: var(--white);
}

.accent-text.blue.white.bluegr, .accent-text.bluegr {
  display: inline-block;
}

.pre-footer-container {
  width: 100%;
  max-width: 1100px;
  height: 100%;
}

.interactive-relative-base, .interactive-relative-2 {
  position: absolute;
}

.tabs {
  display: flex;
}

.tab-text {
  opacity: .5;
  color: #fff;
  background-color: #0000;
  border-bottom: 4px solid #313131;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  transition: opacity .2s;
}

.tab-text:hover {
  opacity: 1;
}

.tab-text.w--current {
  border-bottom: 4px solid var(--accent-color);
  opacity: 1;
  background-color: #0000;
  padding-right: 0;
}

.text-block {
  display: inline-block;
}

.bottom-fixed-menu {
  z-index: 9999;
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  background-color: #23232380;
  border: 1px solid #6e6e6e;
  border-radius: 1000px;
  justify-content: space-between;
  width: 100%;
  max-width: 790px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.div-block {
  z-index: 99999;
  width: 100%;
  margin-bottom: 16px;
  position: fixed;
  inset: auto 0% 0%;
}

.bottom-fixed-menu-l {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 32px;
  display: flex;
}

.bottom-fixed-menu-r {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 32px;
  display: flex;
}

.image {
  min-width: 100px;
  margin-top: 0;
}

.mobile-image {
  display: none;
}

.gamebutton {
  background-color: var(--accent-color);
  border-radius: 100px;
  padding: 40px 80px;
  font-size: 32px;
  font-weight: 800;
}

.image-3 {
  max-width: 90%;
  max-height: 80%;
}

.image-4.mood {
  opacity: 1;
  height: 30px;
}

.sponsorimage {
  opacity: 1;
  height: 50px;
}

.journal {
  opacity: 1;
  height: 30px;
}

.arena {
  opacity: 1;
  height: 40px;
}

.zg {
  opacity: 1;
  height: 60px;
}

.image-5 {
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .container-1100 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .stats-data {
    display: none;
  }

  .section-data {
    margin-top: 0;
  }

  .image-relative-1 {
    display: none;
  }

  .stats-grid.relative {
    grid-template-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 24px;
    position: static;
  }

  .stats-title {
    font-size: 120px;
    line-height: 120px;
  }

  .prizes-module {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 0 24px;
  }

  .prizes-module-l {
    display: none;
  }

  .section-evolution {
    padding-top: 42px;
    padding-bottom: 42px;
    display: none;
  }

  .interactive-data-r {
    flex-direction: row;
    width: 100%;
  }

  .module {
    margin-top: 0;
    margin-bottom: 0;
  }

  .module.no-margin {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .module-l {
    margin-top: 48px;
  }

  .module-r {
    display: none;
  }

  .section-goat {
    padding-top: 48px;
  }

  .accent-text {
    display: block;
  }

  .tabs {
    flex-direction: column;
  }

  .tab-text {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .data-title {
    font-size: 180px;
  }

  .accent-text {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container-1100 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-1400.relative {
    margin-top: 5px;
    padding-top: 0;
  }

  .body {
    overflow: visible;
  }

  .navbar {
    background-color: #ddd0;
  }

  .text-standard.title.white.center {
    text-align: center;
  }

  .text-standard.title.white.center.padding-top {
    padding-top: 15px;
  }

  .text-standard.title.big {
    padding-top: 0;
    padding-bottom: 24px;
    font-size: 28px;
  }

  .text-standard.title.big.white {
    padding-top: 0;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .text-standard.title.big.white.padding-8 {
    padding-left: 8px;
  }

  .text-standard.white.margin-left {
    margin-top: 16px;
    margin-left: 0;
  }

  .nav-link {
    background-color: #fff;
  }

  .stats-data {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .stats-grid-item {
    height: 10em;
  }

  .data {
    flex-flow: column;
    padding-bottom: 24px;
  }

  .data-title {
    font-size: 100px;
    line-height: 100px;
  }

  .prizes-module {
    background-image: url('../images/MobileGalleriesBG---new-color.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .prizes-module-l {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    display: none;
  }

  .prizes-list.sponsors {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-bottom: 48px;
  }

  .prizes-list-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-evolution {
    display: block;
  }

  .interactive-data-l {
    width: 100%;
    height: 300px;
    padding-top: 0;
    padding-right: 0;
  }

  .interactive-data-r {
    flex-flow: column;
  }

  .module {
    flex-direction: column;
  }

  .module.hidden {
    padding-bottom: 0;
  }

  .module-credit {
    flex-direction: column;
    height: 12em;
    padding-bottom: 0;
  }

  .module-credit-r {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
  }

  .absolute-image {
    display: none;
  }

  .goat-r {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-absolute {
    display: none;
  }

  .vs-list-c {
    padding-left: 14px;
    padding-right: 14px;
  }

  .image-goat-absolute-1 {
    margin-top: -50px;
  }

  .section-graph {
    display: none;
  }

  .section-graph.background-circle {
    background-size: auto 60%;
    min-height: 60vh;
    padding-bottom: 80px;
    display: block;
  }

  .interactive-data-text {
    flex-direction: column;
  }

  .smooth-wrapper {
    overflow: hidden;
  }

  .interactive-data-text-module._1, .interactive-data-text-module._2, .interactive-data-text-module._3, .interactive-data-text-module._4 {
    width: 100%;
  }

  .title-vs {
    padding-top: 50px;
  }

  .tape-absolute {
    max-width: 20%;
    margin-top: -30px;
    margin-bottom: 0;
  }

  .section-evolutionyears, .footer-container {
    flex-direction: column;
  }

  .image-absolute-end {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-lebron-end.margin-left {
    vertical-align: baseline;
  }

  .section-prefooter {
    margin-top: 0;
  }

  .pre-footer {
    min-height: 14em;
  }

  .accent-text {
    display: block;
  }

  .interactive-relative-base {
    vertical-align: baseline;
    display: inline-block;
    position: absolute;
    overflow: visible;
  }

  .div-block {
    display: none;
    overflow: visible;
  }

  .mobile-image {
    display: block;
  }

  .image-2 {
    padding-top: 0;
  }

  .link-block {
    padding-top: 15px;
  }

  .gamebutton {
    background-color: var(--accent-color);
    color: var(--white);
    border-radius: 100px;
    padding: 25px 50px;
    font-size: 24px;
  }

  .image-3 {
    padding-bottom: 20px;
  }
}

#w-node-_784175fc-da9d-a639-0326-ccab1e081a19-3df486fb, #w-node-d7f38b65-1ef8-bcfa-770d-abce7c9242b2-3df486fb, #w-node-e09fe405-7131-5c78-9a10-29d57732e593-3df486fb, #w-node-_784175fc-da9d-a639-0326-ccab1e081a19-c4a2010d, #w-node-d7f38b65-1ef8-bcfa-770d-abce7c9242b2-c4a2010d, #w-node-e09fe405-7131-5c78-9a10-29d57732e593-c4a2010d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


