:root {
  --white: #eaebe5;
  --green: #035b32;
  --black: #232323;
  --yellow: #fcff59;
  --f: #444;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  color: #8f8f8f;
  background-color: #1d1d1d;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2em;
}

.secton {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrapper {
  background-color: #fff0;
  border-radius: 3px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 100px;
  position: relative;
}

.songs-col-list-wrap, .songs-col-list {
  width: 100%;
}

.songs-col-item {
  border-bottom: 1px solid #00000021;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.song-name {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 1.6em;
  line-height: 1.2em;
}

.audio-player {
  width: 100%;
  margin-top: 10px;
}

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

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

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

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

.hero-image {
  position: relative;
}

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

.nav-link {
  color: var(--white);
}

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

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

.list-vs-lj {
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 90px;
  padding-right: 90px;
}

.ft {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.data-title {
  color: #006335;
  letter-spacing: -3px;
  font-family: Bebas Neue, sans-serif;
  font-size: 320px;
  font-weight: 400;
  line-height: 300px;
}

.data-title._2 {
  color: #444;
}

.goat-r {
  width: 100%;
}

.smooth-wrapper {
  max-height: none;
  overflow: visible;
}

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

.stats-data-text {
  background-color: var(--black);
  color: var(--white);
  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;
}

.stats-title {
  color: #444;
  letter-spacing: -3px;
  font-family: Bebas Neue, sans-serif;
  font-size: 113px;
  font-weight: 400;
  line-height: 190px;
  text-decoration: none;
  position: static;
}

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

.navbar {
  background-color: #ddd0;
}

.stats-data-absolute {
  background-color: #fff0;
  padding: 0;
  font-size: 4em;
  line-height: 1em;
  position: absolute;
}

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

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

.section-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.text-standard.title {
  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.big {
  color: var(--white);
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 10px;
  padding-right: 144px;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.text-standard.title.mobile-hide {
  font-weight: 700;
}

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

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

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

.image-goat-absolute-1 {
  position: absolute;
  inset: 5% auto auto -14%;
}

.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.relative {
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  top: 90px;
}

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

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

.grid {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  position: relative;
}

.image-goat-absolute-2 {
  max-width: 45%;
  position: absolute;
  inset: -7% -10% auto auto;
}

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

.button {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fcff59;
  text-align: center;
  background-color: #006335e3;
  border-radius: 200px;
  max-width: 350px;
  font-size: 35px;
  font-weight: 400;
  line-height: 41px;
  position: static;
  top: 15%;
  left: 35%;
  right: 35%;
}

.button._2 {
  background-color: var(--yellow);
  color: var(--black);
  max-width: none;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Bebas Neue, sans-serif;
  position: static;
  left: 35%;
  right: 35%;
}

.button._2.relative {
  background-color: #00633594;
  max-width: 350px;
  padding: 12px 22px;
  font-family: Bebas Neue, sans-serif;
  position: absolute;
  inset: 20% 35% auto;
}

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

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

.container-1400.relative, .title-vs {
  position: relative;
}

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

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

.bottom-fixed-menu-l {
  justify-content: center;
  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;
}

.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: 560px;
  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%;
}

.body {
  color: var(--black);
  background-color: #141414;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.image {
  margin-left: 50px;
}

.dropdown-toggle {
  background-color: var(--yellow);
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  min-width: 720px;
  padding-top: 25px;
}

.main-nav-button {
  color: #fff;
  letter-spacing: .5px;
  padding: 20px 20px 18px;
  font-size: 15px;
  font-weight: 300;
}

.main-nav-button:hover {
  color: #f5f5f5;
}

.main-nav-button.w--current {
  color: #fff;
}

.main-nav-button.left-side {
  float: left;
}

.main-nav-button.left-side.w--current {
  color: #fff;
}

.main-nav-button.right-side {
  float: right;
  font-weight: 300;
}

.main-nav-button.right-side.w--current {
  color: #fff;
}

.main-slider-container {
  z-index: 1;
  background-color: #0000;
  height: 100%;
  position: relative;
}

.main-nav-block {
  opacity: 0;
  background-color: #2b2b2b;
  width: 100%;
  height: 60px;
  transition: all .6s;
  position: relative;
  transform: translate(0, -20px);
}

.main-nav-block:hover {
  opacity: 0;
}

.h1-content {
  text-indent: 400px;
  overflow: hidden;
}

.logo-container {
  z-index: 100;
  white-space: nowrap;
  cursor: s-resize;
  background-image: url('../images/main-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 370px;
  height: 135px;
  margin: auto;
  transition: all .5s;
  display: block;
  position: absolute;
  inset: 0;
}

.logo-container.subtitle {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: none;
  padding-top: 92px;
  padding-left: 146px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.main-nav {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  transition: all .5s;
  position: fixed;
}

.logo {
  z-index: 201;
  float: none;
  background-color: #2b2b2b;
  background-image: url('../images/small-logo.svg');
  background-position: 50% 12px;
  background-repeat: no-repeat;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60px;
  height: 59px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logo.w--current {
  z-index: 200;
}

.logo-link {
  float: none;
  text-indent: 60px;
  width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0;
  overflow: hidden;
}

.logo-link.w--current {
  text-indent: 60px;
  overflow: hidden;
}

.header-section {
  background-image: url('../images/hero-novo_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 720px;
  position: relative;
  overflow: hidden;
}

.main-nav-text {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  transition: all .5s;
  display: inline-block;
}

.main-nav-text:hover {
  color: #000;
  background-color: #fff;
}

.main-nav-wrapper {
  z-index: 200;
  float: none;
  text-align: center;
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.tabs {
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  width: 100%;
}

.tabs-menu {
  background-color: #0000;
}

.tab-link-tab-1 {
  background-color: #00c27d;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.tab-link-tab-1.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #f1f1f1;
  background-clip: border-box;
}

.tab-link-tab-1.w--current:active {
  background-color: #f1f1f1;
}

.passo {
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
}

.passo:active {
  color: #fff;
}

.tab-link-tab-2 {
  background-color: var(--green);
}

.tab-link-tab-2:active {
  background-color: #f1f1f1;
}

.tab-link-tab-3 {
  background-color: #05b375e6;
}

.tab-link-tab-3:active {
  background-color: #f1f1f1;
}

@media screen and (max-width: 991px) {
  .stats-data {
    display: none;
  }

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

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

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

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

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

  .container-1100 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .main-nav-block, .main-nav-wrapper {
    opacity: 1;
    transform: none;
  }

  .main-nav-wrapper:hover {
    transform: none;
  }
}

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

  .button._2.relative {
    padding-left: 0;
    padding-right: 0;
    left: 20%;
    right: 20%;
  }

  .header-section {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .secton {
    justify-content: center;
    align-items: center;
  }

  .wrapper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .song-name {
    font-size: 1.1em;
  }

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

  .module {
    flex-direction: column;
  }

  .list-vs-lj {
    padding-left: 10px;
    padding-right: 10px;
  }

  .data-title {
    color: var(--white);
    font-size: 110px;
    line-height: 102px;
  }

  .smooth-wrapper {
    max-width: 100%;
  }

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

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

  .container-1100 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-standard.title {
    font-size: 20px;
    line-height: 22px;
  }

  .text-standard.title.big {
    text-align: left;
    margin-top: 29px;
    padding-right: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .text-standard.title.big.center {
    text-align: center;
    margin-bottom: 22px;
  }

  .text-standard.title.mobile-hide {
    opacity: 0;
  }

  .text-standard.title.margin-bottom {
    text-align: right;
    font-size: 20px;
  }

  .image-goat-absolute-1 {
    top: 51%;
    left: -40%;
    overflow: clip;
  }

  .data {
    padding-top: 0;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .image-goat-absolute-2 {
    top: 11%;
    right: -16%;
  }

  .section-data {
    min-height: 30em;
  }

  .button {
    z-index: 999999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fcff59;
    text-align: center;
    background-color: #006335cc;
    border-radius: 200px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    margin-left: 0%;
    font-size: 25px;
    line-height: 30px;
    display: block;
    position: absolute;
    inset: 50% 25% auto;
  }

  .button._2 {
    background-color: var(--yellow);
    color: var(--black);
    max-width: 250px;
    position: static;
    left: 15%;
    right: 15%;
  }

  .button._2.relative {
    background-color: #00633594;
    padding-left: 0;
    padding-right: 0;
    top: 49%;
    left: 20%;
    right: 20%;
  }

  .tape-absolute {
    top: 239%;
    left: -37%;
  }

  .image-goat {
    margin-bottom: 46px;
  }

  .div-block {
    display: none;
  }

  .image {
    margin-left: 10px;
  }

  .dropdown-toggle.w--open {
    width: 100%;
  }

  .dropdown-list {
    max-width: 100%;
  }

  .dropdown-list.w--open {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #232323;
    min-width: 350px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .icon {
    color: var(--white);
  }

  .main-nav-button {
    float: none;
    text-align: center;
    width: 100%;
  }

  .main-nav-button.left-side {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-nav-button.left-side.w--current {
    text-align: center;
  }

  .main-nav-button.right-side {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-container {
    background-size: 190px;
    width: 200px;
    height: 55px;
  }

  .logo-container.subtitle {
    padding-top: 37px;
    padding-left: 76px;
    font-size: 11px;
  }

  .logo {
    z-index: 1;
    display: block;
  }

  .header-section {
    background-image: url('../images/hero-mobile_1.webp');
    height: 500px;
  }

  .burger-button {
    z-index: 2;
    float: none;
    background-color: #0000;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .burger-button.w--open {
    background-color: #2b2b2b;
    background-image: url('../images/sprite-nav.svg');
    background-position: 52% -40px;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 100%;
    display: block;
  }

  .main-nav-wrapper {
    opacity: 1;
    background-color: #2b2b2b;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: none;
  }

  .main-nav-wrapper:hover {
    transform: none;
  }

  .tabs {
    width: 90vw;
    max-width: 100%;
  }

  .tabs-menu {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .passo {
    font-size: 10px;
  }
}

#w-node-_4465c7bb-f568-2401-85ad-694248a13647-0d12cc5a, #w-node-_4465c7bb-f568-2401-85ad-694248a1364c-0d12cc5a, #w-node-_4465c7bb-f568-2401-85ad-694248a13651-0d12cc5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


