:root {
  --cyan: #9df4f2;
  --black: black;
  --light-grey: #838383;
  --dark-grey: #393939;
  --charcoal-blue: #22242c;
}

.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;
  }
}

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

a {
  padding: 0;
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container.relative {
  position: relative;
}

.container.relative.z-10 {
  z-index: 10;
  overflow: visible;
}

.main-navigation {
  background-color: #0000;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.justify-between {
  justify-content: space-between;
}

.flex.gap-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.white {
  color: #fff;
}

.main-navigation-external {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.link {
  color: #fff;
  font-family: Clashgrotesk, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.link:hover {
  color: #b8b8b8;
}

.link.navigation-block {
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 18px 40px;
  display: block;
}

.link.navigation-block.opacity-hover {
  transition-property: none;
}

.link.navigation-block.opacity-hover:hover {
  color: #fff;
}

.link.navigation-block.opacity-hover.fade-in-100.button-width-300px {
  text-align: center;
  width: 300px;
}

.link.underline {
  text-decoration: underline;
  transition-property: none;
}

.link.underline:hover {
  color: #fff;
}

.link.underline.red {
  color: #f44336;
}

.link.button {
  border-radius: 12px;
  margin-left: 0;
  padding: 12px 28px;
  display: block;
}

.link.button:hover {
  color: #6d1def;
  border-color: #6d1def;
}

.link.button.text-black {
  color: #000;
}

.link.button.text-black.background-white {
  background-color: #fff;
  margin-left: 0;
}

.link.button.text-black.background-white.margin-left-auto {
  margin-left: auto;
}

.link.button.text-black.background-white.uppercase.text-semibold {
  font-weight: 600;
}

.link.button.background-purple {
  color: #fff;
  text-align: center;
  background-color: #cf554d;
  border-color: #0000;
  margin-left: 0;
}

.link.button.background-purple.fade-in-200 {
  color: #000;
  background-color: #f2d756;
  display: block;
}

.link.button.background-purple.fade-in-200.mobile {
  display: none;
}

.link.button.background-cyan-1 {
  background-color: #9df4f2;
}

.link.button.background-cyan-1.text-black.text-semibold {
  font-weight: 600;
}

.link.button.background-cyan-1.text-black.text-semibold.uppercase.margin-0 {
  margin-left: 0;
}

.link.button.uppercase.text-semibold.text-underline {
  text-decoration: underline;
}

.link.button.uppercase.text-semibold.text-underline.margin-0.hero-cta, .link.button.uppercase.text-semibold.text-underline.margin-0.hero-cta:hover {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}

.link.button.uppercase.text-bold {
  font-weight: 700;
}

.link.button.uppercase.text-bold.text-xs.underline.text-cyan-green {
  color: #9df4f2;
}

.link.button.background-black {
  background-color: #000;
}

.link.button.background-black.text-small {
  font-size: 14px;
}

.link.button.background-black.text-small.text-semibold.text-white {
  color: #fff;
  font-weight: 600;
}

.link.button.background-black.text-small.text-semibold.text-white.uppercase.founder-link {
  padding: 18px 56px;
}

.link.button.background-black.button-sign-up {
  color: #fff;
  margin-left: auto;
  padding: 16px 40px;
  position: relative;
}

.link.button.background-black.full-width {
  color: #fff;
  width: 100%;
}

.link.text-semibold.text-base.white {
  color: #fff;
}

.link.text-semibold.text-base.text-gray {
  color: #838383;
}

.link.text-semibold.text-xs.text-dark-gray {
  color: #333;
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.brand-logo {
  margin-right: 0;
  padding-right: 0;
}

.brand-logo.fade-in-300.opacity-hover.w--current {
  height: 80px;
}

.brand-logo.fade-in-300.opacity-hover.header-logo-variation, .brand-logo.footer-logo-variation, .brand-logo.footer-logo-variation.w--current {
  width: 148px;
  height: 100px;
}

.columns-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.columns-12.event-highlight-columns {
  margin-top: 60px;
}

.hero-wrapper {
  margin-bottom: 14px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.hero-wrapper.hero-align {
  align-items: center;
  padding-top: 0;
  display: flex;
}

.hero-heading {
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 92px;
}

.hero-heading.text-center {
  text-align: center;
}

.hero-heading.text-center.letter-spacing-lower {
  letter-spacing: -3px;
}

.section-subtitle {
  color: #fff;
  margin-bottom: 30px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.section {
  background-color: #0000;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.black {
  background-color: #000;
}

.section.black.overflow-hidden {
  overflow: hidden;
}

.section.black.overflow-hidden.padding-top-150 {
  padding-top: 150px;
}

.section.black.overflow-hidden.padding-top-150.padding-bottom-0 {
  padding-bottom: 0;
}

.section.black.padding-bottom-0 {
  height: 1%;
  padding-bottom: 0;
  display: block;
}

.section.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.black-80, .section.black-80.padding-40 {
  background-color: #000c;
}

.section.black-80.relative.z-10 {
  z-index: 10;
}

.section.background-cyan {
  background-color: #1defe9;
}

.section.background-cyan.section-top-wave {
  position: relative;
}

.section.background-cyan.section-top-wave.margin-top-140 {
  margin-top: 140px;
}

.section.relative {
  position: relative;
}

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

.section.padding-bottom-0 {
  padding-bottom: 0;
}

.section.section-sign-up {
  background-color: var(--cyan);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.section-sign-up.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.background-black {
  background-color: var(--black);
}

.partner-block {
  justify-content: center;
  align-items: center;
  width: 213px;
  height: 120px;
  display: flex;
}

.intro-section-wrapper {
  position: relative;
}

.hero-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-cta {
  display: flex;
}

.hero-cta.gap-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.partners-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.introduction-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  display: flex;
}

.introduction-informations {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.introduction-video {
  flex: 1;
}

.introduction-video.fade-in-400 {
  margin-top: 42px;
}

.h2 {
  color: #fff;
  text-transform: capitalize;
  font-family: Clashgrotesk, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 54px;
}

.counter {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #22242c;
  border-radius: 10px;
  align-items: center;
  margin-top: 0;
  padding: 15px 35px;
  display: flex;
  box-shadow: 0 0 4px 40px #4b4b4b14;
}

.counter.margin-top-auto {
  margin-top: auto;
}

.counter.margin-top-auto.fade-in-300 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 48px;
}

.counter.margin-top-auto.fade-in-300.align-center {
  justify-content: center;
}

.counter-item {
  width: 100%;
}

.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.h3.capitalize {
  text-transform: capitalize;
}

.h3.capitalize.black {
  color: #000;
}

.h3.capitalize.black.fade-in {
  text-align: left;
}

.h3.black {
  color: #000;
  text-align: center;
}

.h3.text-black {
  color: var(--black);
}

.h3.text-black.text-center {
  text-align: center;
}

.text-base {
  color: #fff9;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-base.gray {
  color: #838383;
}

.text-base.event-date {
  font-size: 12px;
  line-height: 18px;
}

.text-base.medium {
  font-weight: 500;
}

.text-base.medium.sm {
  font-size: 14px;
}

.text-base.small {
  font-size: 12px;
  line-height: 12px;
}

.text-base.small.medium {
  align-items: center;
  display: flex;
}

.text-base.black {
  color: #0009;
}

.text-base.black.text-semibold {
  font-weight: 600;
}

.text-base.black.text-semibold.margin-top-10 {
  margin-top: 10px;
}

.text-base.black.text-semibold.margin-top-10.fade-in-100.max-w-600 {
  max-width: 600px;
}

.text-base.black-60 {
  color: #0009;
}

.text-base.black-60.text-semibold {
  text-align: center;
}

.text-base.text-dark-purple {
  color: #6d1def;
}

.text-base.text-semibold {
  font-weight: 600;
}

.text-base.text-semibold.text-black {
  color: #000;
}

.text-base.text-semibold.text-black.letter-spacing-tight {
  letter-spacing: -.32px;
}

.text-base.text-semibold.text-black.letter-spacing-tight.paragraph-max-w {
  max-width: 80%;
}

.text-base.text-semibold.text-light-grey {
  color: var(--light-grey);
}

.text-base.text-semibold.text-light-grey.text-center {
  text-align: center;
}

.text-base.text-semibold.text-dark-grey {
  color: var(--dark-grey);
  align-items: center;
  display: block;
}

.text-base.text-semibold.text-dark-grey.text-center {
  text-align: center;
}

.text-base.text-medium {
  font-weight: 500;
}

.text-base.text-medium.text-black {
  color: var(--black);
}

.text-base.text-bold {
  font-weight: 700;
}

.text-base.text-bold.text-black {
  color: var(--black);
}

.text-base.text-bold.text-light-grey {
  color: var(--light-grey);
}

.stats-divider {
  border: 3px dashed #fff3;
  width: 3px;
  height: 38px;
}

.stats-small-sub {
  font-size: 24px;
}

.introduction-video-wrapper {
  background-color: #141414;
  border-radius: 16px;
  width: 591px;
  height: 331px;
  position: relative;
  overflow: hidden;
}

.introduction-video-overlay {
  z-index: 1;
  background-color: #1a2444c9;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
}

.play-pause-button {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: block;
  inset: 0%;
}

.introduction-video-details {
  margin-top: 15px;
}

.h4 {
  color: #fff;
  font-family: Clashgrotesk, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.h4.collection-item {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}

.h4.leading-normal {
  line-height: 24px;
}

.introduction-video-duration {
  color: #838383;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.divider {
  border: 1px dashed #fff3;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.divider.margin-y-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.full-border {
  border-style: solid;
}

.divider.full-border.border-gradient {
  border-color: #3c3c3c;
}

.divider.full-border.border-gradient.margin-0 {
  background-image: linear-gradient(to right, #3c3c3c, #0000 78%, #8f17171a 86%, #0000);
  border: 0 #0000;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.divider.full-border.custom-grey {
  border-color: #272727;
}

.divider.full-border.custom-grey.fade-in-500 {
  z-index: -1;
  position: relative;
}

.divider.margin-bottom-0 {
  margin-bottom: 0;
}

.divider.vertical {
  width: 5px;
  height: 100%;
}

.divider.vertical.background-black {
  background-color: #000;
  border-style: none;
  flex: 0 auto;
  min-height: 250px;
  margin-top: 0;
  margin-bottom: 0;
}

.divider.vertical.background-black.feature {
  min-height: 120px;
}

.divider.course-hero {
  margin-top: 64px;
}

.introduction-helper-text {
  color: #fff;
  font-family: Clashgrotesk, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.center {
  text-align: center;
  margin-bottom: 80px;
}

.events-cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.events-cards-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.events-cards-item {
  background-color: #22242c;
  border-radius: 10px;
  flex-direction: column;
  flex: 30%;
  width: 30%;
  margin-left: 0;
  padding: 20px 0;
  display: flex;
}

.events-cards-item.fade-in-300 {
  height: 50%;
  max-height: 420px;
  margin-right: 0;
}

.event-card-header {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  align-items: stretch;
  min-height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.event-card-game {
  flex: none;
  width: 80px;
  height: 100%;
  overflow: hidden;
}

.event-card-game-logo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.event-card-body {
  margin-top: auto;
  padding: 35px 30px;
}

.card-stats {
  justify-content: space-around;
  display: flex;
}

.card-stats-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.event-card-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 10px 30px 0;
  display: flex;
}

.alert {
  background-color: #ccc;
  border-radius: 4px;
  align-items: center;
  padding: 2px 8px;
  display: flex;
}

.alert.default {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #383838;
  border-radius: 4px;
  padding: 6px 8px;
}

.alert.default.margin-top-20 {
  margin-top: 20px;
}

.alert.background-purple {
  background-color: #7055df;
}

.alert.background-purple.gap-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.alert.background-purple.gap-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.alert-icon {
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

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

.padding-x-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.empty-state {
  background-color: #0000;
}

.matches-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.matches-collection-item {
  -webkit-text-fill-color: inherit;
  background-color: #22242c;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 10px;
  justify-content: space-between;
  padding: 35px;
  display: flex;
}

.matches-collection-item.fade-in {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.matches-collection-teams {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-end;
  width: 274px;
  display: flex;
}

.game-logo {
  width: 60px;
  height: 100%;
  overflow: hidden;
}

.match-collection-name {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.match-collection-link-block {
  margin-top: 40px;
  display: flex;
}

.match-collection-options {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.bullet {
  background-color: #000;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.bullet.background-white {
  background-color: #fff;
}

.bullet.background-white.bullet-xs {
  width: 4px;
  height: 4px;
}

.match-collection-team {
  align-items: center;
  display: flex;
}

.match-collection-team.fade-in-300 {
  grid-column-gap: 20px;
}

.match-collection-team.fade-in-400 {
  grid-column-gap: 20px;
  flex-direction: row;
  flex: 0 auto;
}

.match-collection-team-logo {
  flex: none;
  width: 120px;
  height: 100%;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 50px;
}

.match-collection-team-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  display: flex;
  position: static;
}

.text-xs {
  font-family: Clashgrotesk, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-xs.text-medium {
  font-weight: 500;
}

.text-xs.text-semibold {
  font-weight: 600;
}

.text-xs.text-bold {
  font-weight: 700;
}

.text-xs.text-bold.text-white {
  text-transform: uppercase;
}

.match-collection-team-sub {
  white-space: nowrap;
  object-fit: fill;
  background-color: #37feb6;
  border-radius: 4px;
  flex-direction: row;
  padding: 2px 4px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 10px;
  font-weight: 700;
  display: block;
  position: static;
  top: -14px;
  left: 0;
}

.match-collection-team-sub.uppercase {
  width: 100%;
  padding: 3px;
  display: block;
  position: static;
  top: -20px;
}

.match-label-info {
  text-transform: uppercase;
  line-height: 10px;
  display: block;
}

.background-geo-cyan {
  width: 100%;
  height: 90px;
  position: absolute;
  top: -20px;
  left: 0;
}

.event-highlight-cta {
  margin-top: 60px;
  display: flex;
}

.event-highlight-stats {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  margin-top: 60px;
  display: flex;
}

.event-highlight-stats.fade-in-200 {
  flex-wrap: wrap;
}

.event-highlight-stats.grid {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 500px;
  display: grid;
}

.event-highlight-stats-item {
  flex-direction: column;
  display: flex;
}

.event-highlight-placeholder {
  width: 736px;
  height: 700px;
  position: absolute;
  bottom: -120px;
  left: auto;
  right: 0;
  overflow: hidden;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.event-highlight-wrapper {
  background-color: #f2d756;
  height: 100%;
  padding-bottom: 120px;
  position: relative;
  overflow: visible;
}

.creators-collection-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.creators-collection-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #22242c;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.collection-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vector {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #0000001a;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 57.2272px #0000000d;
}

.collection-body {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 120px;
  display: flex;
}

.collection-body.fade-in-300 {
  justify-content: space-between;
}

.creators-collection-creator-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.creators-collection-creator-name-2 {
  color: #fff;
  font-family: Clashgrotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.creators-collection-creator-type-2 {
  color: #fff;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.collection-creator-card-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.card-footer-icon {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.creators-collection-creator-cta {
  color: #fff;
  text-align: center;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.creators-collection-creator-description-3 {
  opacity: .6;
  color: #b4b4b4;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
}

.creators-collection-creator-url-3 {
  color: #fff;
  text-align: center;
  font-family: Clashgrotesk, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: underline;
}

.vectors-wrapper-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.5001px;
  height: 9px;
  display: flex;
}

.creators-collection-creator-avatar {
  background-color: #3b3f47;
  border-radius: 100%;
  width: 74px;
  height: 74px;
  overflow: hidden;
}

.section-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-footer-content {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-footer-headline {
  color: #fff;
  font-family: Clashgrotesk, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.section-footer-subline {
  opacity: .6;
  color: #fff;
  object-fit: fill;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.wave-wrapper {
  width: 100%;
  position: relative;
}

.wave-wrapper.background-purple {
  background-color: #8561fc;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 140px;
  overflow: visible;
}

.social-feed {
  grid-column-gap: 0px;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.social-feed-block {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-feed-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-feed-headline {
  color: #fff;
  letter-spacing: .01em;
  font-family: Clashgrotesk, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 47px;
  text-decoration: underline;
}

.social-feed-subline {
  opacity: .6;
  color: #fff;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
}

.social-feed-stats {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-feed-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-feed-item-number {
  color: #fff;
  font-family: Clashgrotesk, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.social-feed-item-label {
  color: #fff;
  width: 175px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
}

.social-feed-images {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-feed-image {
  border-radius: 10px;
  flex: none;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.social-feed-image-field {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.social-feed-stats-sub {
  font-size: 24px;
}

.wave-top-border {
  background-image: url('../images/wave-purple.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 80px;
  position: absolute;
  top: -10px;
  left: 0;
}

.footer-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.footer-copy-head {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Clashgrotesk, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 126%;
}

.footer-copy-subhead {
  color: #838383;
  font-family: Clashgrotesk, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}

.footer-links {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-social-links {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-sub {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-sub-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-symbol {
  width: 620px;
  height: 780px;
}

.div-block {
  width: 430px;
  height: 599px;
  position: absolute;
  top: -90px;
  right: 0;
  overflow: hidden;
}

.footer-symbol-placeholder {
  width: 100%;
  height: 100%;
}

.wave-inside-block {
  overflow: hidden;
}

.body {
  background-color: #000;
  font-family: Clashgrotesk, sans-serif;
}

.hero-variant-two.black-80 {
  background-color: #000c;
}

.hero-variant-two.black-80.relative {
  position: relative;
}

.hero-variant-two.black-80.relative.z-10 {
  z-index: 1;
}

.hero-variant-two-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-variant-two-block.gap-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.text-white {
  color: #fff;
}

.hero-variant-two-placeholder {
  display: flex;
}

.hero-variant-two-placeholder.margin-top-32 {
  flex-direction: column;
  margin-top: 128px;
}

.hero-variant-two-placeholder.margin-top-32.gap-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.hero-variant-two-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 616px;
}

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

.founder-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.founder-block-avatar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 100%;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
  overflow: hidden;
}

.vector-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 6px 71.1328px #0000000d;
}

.founder-block-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 610px;
  display: flex;
}

.text-3xl {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 127.19%;
}

.text-3xl.text-bold.text-white {
  color: #fff;
}

.text-3xl.text-bold.text-white.fade-in-100.text-blue {
  color: var(--cyan);
  font-size: 20px;
}

.text-3xl.text-semibold {
  font-weight: 600;
}

.text-3xl.text-semibold.text-white {
  color: #fff;
}

.text-3xl.text-medium {
  font-weight: 500;
}

.text-3xl.text-medium.text-white {
  color: #fff;
  text-decoration: none;
}

.text-small {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 127.19%;
}

.founder-cta {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.founder-cta.gap-9 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.founder-cta.gap-9.justify-center {
  justify-content: center;
}

.info-header {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 751.356px;
  padding-bottom: 100px;
  display: flex;
}

.info-header.padding-top-100 {
  padding-top: 100px;
}

.info-header-heading {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 60px;
  font-weight: 700;
  line-height: 90.5%;
}

.info-header-heading.fade-in.padding-y-50 {
  padding-bottom: 50px;
}

.text-lg {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.info-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #22242c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 130px;
  display: flex;
}

.info-item {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 35px;
  display: flex;
}

.info-item-number {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5px;
  display: flex;
}

.info-block-list-number {
  color: #fff;
  letter-spacing: -.07em;
  padding-left: 5px;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

.info-block-list-number-info {
  color: #1defe9;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.info-item-details {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-item-details-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  display: flex;
}

.vectors-wrapper-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 33.3019px;
  display: flex;
}

.info-item-details-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-block-list-heading {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.info-block-list-sub-text {
  color: #65697a;
  font-size: 16px;
  font-weight: 500;
}

.info-quote-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.info-content {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  top: 238px;
  left: 3.94413px;
}

.info-placeholder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 500px;
  display: block;
  overflow: hidden;
}

.info-placeholder-image {
  object-fit: cover;
  border: 2px #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 10px 4px 45px #4b4b4b1f;
}

.info-text-holder {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.info-description {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.info-text-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-text-author-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: block;
}

.info-text-author-details {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-text-author-name {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.info-quote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 23px;
  display: flex;
}

.info-quote-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.info-quote-link {
  color: #9df4f2;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.info-block-list-sub-span {
  color: #fff;
}

.info-text-author-role {
  color: #b4b4b4;
  font-weight: 500;
}

.quote-before {
  color: #d9d9d9;
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: -18px;
}

.quote-after {
  color: #d9d9d9;
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  inset: auto -18px -14px auto;
}

.game-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.game-list-wrapper {
  margin-top: 149px;
}

.game-list-item {
  width: 282px;
  height: 352px;
  position: relative;
}

.game-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.game-thumbnail-holder {
  width: 100%;
  height: 100%;
}

.game-thumbnail-overlay {
  background-color: #7055df2e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.game-thumbnail-overlay.fade-in-300 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.youtube-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  align-items: center;
  max-width: 326px;
  display: flex;
}

.youtube-logo-image {
  flex: none;
  width: 27px;
  height: 20px;
}

.course-info {
  align-items: center;
  display: flex;
}

.course-info.divider-100 {
  grid-column-gap: 200px;
}

.course-details {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.course-section {
  margin-top: 95px;
}

.course-section.lower-margin {
  margin-top: 45px;
}

.course-perks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.course-perks.course-results {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.course-perk {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #22242c;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px 24px;
  display: flex;
}

.text-2xl {
  font-size: 24px;
}

.text-2xl.text-bold {
  font-weight: 700;
}

.text-2xl.text-bold.text-cyan {
  color: var(--cyan);
}

.text-2xl.text-bold.text-black {
  color: #020202;
}

.text-2xl.text-semibold {
  font-weight: 600;
}

.text-2xl.font-grotesk {
  font-family: Clashgrotesk, sans-serif;
}

.text-2xl.font-grotesk.font-bold {
  font-weight: 600;
}

.course-perks-options {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.course-perks-option {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.tick-image {
  width: 14px;
  height: 14px;
}

.grid-strip-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

.grid-strip-item {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 314px;
  display: flex;
}

.grid-strip-item.background-cyan {
  background-color: var(--cyan);
  flex-direction: column;
  justify-content: center;
}

.course-offer-holder {
  background-image: url('../images/course-offer-bg.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 85px;
  display: flex;
}

.course-offer-holder.dark {
  background-image: url('../images/course-offer-bg-dark.svg');
}

.course-offer-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 248px;
  display: flex;
}

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

.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.course-perk-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.course-perk-text-holder {
  max-width: 278px;
  margin-bottom: 28px;
}

.sign-up-columns {
  justify-content: center;
  display: flex;
}

.sign-up-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.sign-up-form {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.sign-up-perks {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  margin-bottom: 10px;
  display: flex;
}

.sign-up-perk {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.sign-up-perk-icon {
  background-color: #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
}

.sign-up-form-content {
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 450px;
  height: 56px;
  display: flex;
}

.input {
  background-color: #0000;
  border: 2px #000;
  border-radius: 0;
  height: 56px;
  margin-bottom: 0;
}

.input::placeholder {
  color: #000;
}

.sign-up-helper {
  margin-top: 14px;
}

.sign-up-helper.text-small {
  font-size: 14px;
}

.sign-up-helper.text-small.text-bold {
  font-weight: 700;
}

.conta {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.sponsor-list-wrapper {
  margin-top: 160px;
}

.sponsor-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sponsor-list-item {
  background-color: var(--charcoal-blue);
  padding: 50px 30px;
}

.sponsor-item-holder {
  width: 274px;
  height: 42px;
  margin-bottom: 49px;
}

.sponsor-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sponsor-item-image.fade-in-100 {
  object-fit: contain;
}

.sponsor-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.section-wave-heading {
  margin-bottom: 90px;
}

.sponsorship-list {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  max-width: 500px;
  margin-top: 74px;
  display: flex;
}

.sponsorship-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.sponsorship-item-icon {
  flex: none;
  width: auto;
  height: 100%;
  max-height: 40px;
}

.sponsorship-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.form-block {
  max-width: 440px;
}

.text-field {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 16px;
  padding: 24px 44px;
  font-weight: 600;
}

.text-field::placeholder {
  color: #000;
  text-transform: uppercase;
}

.text-field.textarea {
  min-height: 96px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.section-wave-form-heading {
  margin-bottom: 39px;
}

.hero-player {
  z-index: 1;
  background-color: #000c;
  border: 1px solid #000c;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.player-details-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.player-details {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.player-details-avatar {
  border-radius: 100%;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.player-user-details {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.player-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.player-about {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.cyan-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--cyan);
  border-radius: 10px;
  align-items: center;
  height: 127px;
  margin-top: 112px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.cyan-block-item.socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.cyan-block-divider {
  background-color: var(--black);
  width: 4px;
  height: 36px;
}

.cyan-block-item-social {
  width: 24px;
  height: 24px;
}

.heading {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.match-status {
  text-align: center;
  margin-top: 90px;
}

.match-content {
  justify-content: space-between;
  display: flex;
}

.match-team {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 60px;
}

.div-block-3 {
  height: 60px;
}

.div-block-4 {
  width: 120px;
  height: 60px;
  margin-bottom: 28px;
}

.match-score {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.match-score-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.text-6xl {
  font-size: 60px;
  line-height: 60px;
}

.text-6xl.text-bold {
  font-weight: 700;
}

.text-6xl.text-bold.text-light-grey {
  color: var(--light-grey);
}

.navbar-dropdown-item-overview {
  color: #686868;
  letter-spacing: .3px;
  -webkit-text-stroke-color: var(--light-grey);
  margin-top: 12px;
  margin-bottom: 0;
}

.navbar-dropdown-item-title {
  color: #fff;
  letter-spacing: .4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.navbar-dropdown-menu-title {
  color: var(--light-grey);
  letter-spacing: .4px;
  margin-bottom: 16px;
  margin-left: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.navbar-dropdown-pointer {
  z-index: 1000;
  background-color: #000;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: -8px auto auto 24px;
  transform: rotate(45deg);
  box-shadow: 0 0 4px 2px #0000000d;
}

.navbar-dropdown-menu-wrapper {
  z-index: 1050;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-origin: 0 0;
  cursor: default;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: flex;
  position: absolute;
  top: 100%;
  overflow: visible;
  transform: scale(0);
  box-shadow: 0 0 4px 2px #0000000d;
}

.navbar-dropdown-grid {
  z-index: 1001;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.navbar-dropdown-icon-wrapper {
  background-color: #080808;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  min-height: 64px;
  margin-right: 16px;
  display: flex;
}

.navbar-dropdown-icon-wrapper.background-blue {
  background-color: #4254ff;
}

.navbar-link-block {
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-right: 8px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-dropdown-all-wrapper {
  z-index: 1;
  border-top: 1px solid var(--dark-grey);
  color: #080808;
  background-color: #000;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  min-width: 100%;
  padding: 32px;
  text-decoration: none;
}

.navbar-links {
  color: #fff;
  align-items: center;
  display: flex;
}

.navbar-arrow-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.navbar-arrow {
  background-color: #fff;
  border-radius: 50px;
  width: 8px;
  height: 2px;
  transform: rotate(45deg);
}

.navbar-arrow.is--mirrored {
  margin-left: -3px;
  transform: rotate(-45deg);
}

.navbar-dropdown-icon {
  width: 30px;
}

.navbar-dropdown-menu {
  z-index: 9000;
  background-color: #000;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  padding: 24px;
  font-family: Clashgrotesk, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px 10px #0009;
}

.navbar-dropdown-item-title-icon {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  width: 6px;
  margin-top: 1px;
  margin-left: 12px;
}

.navbar-dropdown-menu-item {
  color: #fff;
  cursor: pointer;
  background-color: #ffffff0d;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-bar-link {
  color: #c9c9c9;
  letter-spacing: .5px;
  text-transform: none;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.navbar-dropdown-item-title-wrapper {
  align-items: center;
  display: flex;
}

.navbar-dropdown-item-title-wrapper.to-centered {
  justify-content: center;
}

.h1-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 64px;
}

.mobile-menu-nav-link {
  color: #000;
  width: auto;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.copyright-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.sub-footer-content {
  align-items: center;
  min-height: 68px;
  display: flex;
}

.show-mobile-menu-open {
  display: none;
}

.brand-logo-2 {
  margin-right: 0;
  padding-right: 0;
}

.hero-content {
  margin-top: auto;
  margin-bottom: 0;
}

.mobile-menu-open {
  display: none;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff0;
  border: 2px solid #000;
  border-radius: 13px;
  padding: 16px 32px;
  font-weight: 700;
}

.mobile-menu-buttons {
  display: none;
}

.hero-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-menu-close {
  display: none;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.social-feed-container {
  position: static;
}

.play-state {
  justify-content: center;
  align-items: center;
  display: block;
}

.image-7 {
  width: 28px;
}

.image-8 {
  width: 36px;
}

.arrow-button {
  text-transform: none;
  text-decoration: none;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.h1.black {
  color: #000;
}

.margin-y-40 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.h3-2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
}

.h4-2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
}

.h5 {
  font-size: 32px;
  font-weight: 900;
  line-height: 34px;
}

.h6 {
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
}

.text-xl {
  font-size: 20px;
}

.text-9xl {
  font-size: 128px;
  line-height: 128px;
}

.text-base-2 {
  font-size: 16px;
}

.text-6xl-2 {
  font-size: 60px;
  line-height: 60px;
}

.text-small-2 {
  font-size: 14px;
}

.text-xs-2 {
  font-size: 12px;
}

.text-5xl {
  font-size: 48px;
  line-height: 48px;
}

.text-8xl {
  font-size: 96px;
  line-height: 96px;
}

.text-3xl-2 {
  font-size: 30px;
  line-height: 36px;
}

.text-4xl {
  font-size: 36px;
  line-height: 40px;
}

.text-7xl {
  font-size: 72px;
  line-height: 72px;
}

.text-2xl-2 {
  font-size: 24px;
  line-height: 32px;
}

.text-lg-2 {
  font-size: 18px;
  line-height: 28px;
}

.tracking-tighter {
  letter-spacing: -3.9px;
}

.tracking-tighty {
  letter-spacing: -1.5px;
}

.tracking-tight {
  letter-spacing: -.9px;
}

.tracking-wide {
  letter-spacing: .8px;
}

.tracking-wider {
  letter-spacing: 1.6px;
}

.link-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #0e0e10;
  align-items: center;
  font-size: 14px;
  font-weight: 900;
  display: flex;
}

.link-2.text-white {
  color: #fff;
}

.nav-wrapper {
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.link-block {
  text-decoration: none;
}

.sponsor-item-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.sponsor-details {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.sponsor-image-div {
  width: 200px;
}

.sponsor-content {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.game-details {
  grid-column-gap: 80px;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.game-details-logo {
  flex: none;
  width: 300px;
}

.game-details-info {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.image-9 {
  width: 100%;
  height: 100%;
}

.game-info {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.match-team-player {
  cursor: pointer;
  position: relative;
}

.event-date-holder {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.black-80 {
  background-color: #000c;
}

.team-logo-placeholder {
  width: 200px;
}

.player-team-logo-placeholder {
  object-fit: fill;
  width: 100px;
  height: 100px;
  display: flex;
}

.player-team-info {
  grid-column-gap: 20px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.player-game-details {
  grid-column-gap: 20px;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.game-card-wrapper {
  cursor: pointer;
  width: 282px;
  height: 352px;
}

.image-10 {
  width: 100%;
  height: 16px;
}

.image-11 {
  height: 16px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.match-team-link {
  text-decoration: none;
}

.image-12 {
  width: 100%;
  height: 100%;
}

.div-block-5 {
  width: 200px;
}

.mockup-holder {
  width: 600px;
  height: 632px;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  bottom: -120px;
  left: auto;
  right: -56px;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.discord-support-img {
  flex: none;
  width: 620px;
  height: 360px;
  margin-left: 60px;
}

.button-holders {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

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

.page-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #16171b;
  border: 2px solid #1d1e22;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 389.328px;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.page-item-img {
  border-radius: 8px 8px 0 0;
  width: 360px;
  height: 340px;
  overflow: hidden;
}

.image-14 {
  overflow: hidden;
}

.page-block {
  text-decoration: none;
}

.image-15 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-content-block {
  width: 600px;
}

.text-cyan {
  color: var(--cyan);
}

.hero-img {
  flex: none;
  width: 50%;
  height: 660px;
}

.mockup-img {
  width: 100%;
  height: 100%;
}

.image-16 {
  object-fit: cover;
  margin-top: 49px;
}

.body-2 {
  background-color: #000;
}

.text-block-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 10%;
  margin: auto;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
}

.heading-2 {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Bebas Neue, sans-serif;
  font-size: 5em;
}

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

  .main-navigation-external {
    display: none;
  }

  .link.button.background-black.text-small.text-semibold.text-white.uppercase.founder-link {
    margin-left: 0;
  }

  .hero-wrapper.hero-align {
    flex-direction: column;
  }

  .hero-heading.text-center.letter-spacing-lower {
    font-size: 86px;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.black-80.padding-40 {
    padding-top: 20px;
  }

  .partners-wrapper, .introduction-wrapper {
    flex-wrap: wrap;
  }

  .introduction-informations {
    text-align: left;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .introduction-video.fade-in-400 {
    margin-left: auto;
    margin-right: auto;
  }

  .counter {
    object-fit: none;
    justify-content: space-between;
  }

  .counter.margin-top-auto.fade-in-300 {
    text-align: center;
  }

  .text-base.text-dark-purple {
    font-size: 14px;
  }

  .introduction-video-wrapper {
    width: 100%;
    height: 50vw;
  }

  .divider.vertical.background-black {
    width: 100%;
    height: 5px;
    min-height: 0;
  }

  .divider.vertical.background-black.feature {
    height: 2px;
    min-height: 0;
  }

  .events-cards-list {
    flex-flow: wrap;
    display: flex;
  }

  .events-cards-item {
    flex: 1;
    width: 100%;
  }

  .event-highlight-placeholder {
    display: none;
  }

  .creators-collection-list {
    flex-flow: column wrap;
  }

  .creators-collection-item {
    flex-wrap: nowrap;
    flex: 0 auto;
  }

  .collection-body {
    min-height: 0;
  }

  .section-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-footer-content {
    flex: 1;
  }

  .wave-wrapper.background-purple {
    margin-top: 0;
    padding-top: 80px;
  }

  .social-feed {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    flex-direction: column;
  }

  .wave-top-border {
    top: -10px;
  }

  .div-block {
    display: none;
  }

  .founder-columns-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .founder-cta.gap-9.justify-center {
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
  }

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

  .info-block-list-number {
    padding-left: 0;
  }

  .info-content {
    grid-column-gap: 40px;
  }

  .info-placeholder {
    height: 300px;
  }

  .info-placeholder.fade-in-500 {
    width: 600px;
    height: 500px;
  }

  .quote-after {
    right: 0;
  }

  .game-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .game-list-wrapper {
    margin-top: 90px;
  }

  .course-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .course-perks.course-results, .grid-strip-list {
    grid-template-columns: 1fr 1fr;
  }

  .sign-up-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .sign-up-form {
    align-items: flex-start;
  }

  .conta {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-wave-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section-wave-heading {
    position: relative;
  }

  .sponsorship-list {
    margin-top: 40px;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
  }

  .player-details-block {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
  }

  .player-details-avatar {
    flex: none;
  }

  .cyan-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding: 56px;
    display: grid;
  }

  .cyan-block-divider {
    display: none;
  }

  .match-status {
    margin-top: 40px;
  }

  .match-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .match-team {
    align-items: center;
  }

  .navbar-links {
    display: none;
  }

  .h1-2 {
    font-size: 42px;
    line-height: 42px;
  }

  .h1-2.mobile-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-menu-column {
    flex-direction: column;
    display: flex;
  }

  .copyright-text.black {
    color: #000;
  }

  .show-mobile-menu-open {
    display: block;
  }

  .hero-content {
    width: auto;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .mobile-menu-open {
    background-color: #efffc3;
    display: none;
  }

  .mobile-menu-buttons {
    grid-column-gap: 40px;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .mobile-menu-close {
    display: none;
  }

  .form {
    width: 100%;
  }

  .sponsor-item-wrapper, .game-details {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .mockup-holder {
    display: none;
    position: relative;
  }

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

  .page-item {
    width: 100%;
    height: 100%;
  }

  .hero-img {
    flex: 0 auto;
    display: none;
  }

  .image-16 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-navigation-external {
    display: none;
  }

  .hero-heading {
    font-size: 74px;
    line-height: 74px;
  }

  .hero-heading.text-center.letter-spacing-lower {
    font-size: 72px;
  }

  .section-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .section.black-80.padding-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .partners-wrapper {
    justify-content: center;
  }

  .h2 {
    font-size: 48px;
    line-height: 50px;
  }

  .h3 {
    font-size: 40px;
  }

  .text-base {
    font-size: 14px;
  }

  .text-base.black.text-semibold.margin-top-10.fade-in-100.max-w-600 {
    max-width: 100%;
  }

  .events-cards-item {
    flex: none;
  }

  .matches-collection-teams {
    align-items: flex-end;
  }

  .match-collection-name.fade-in {
    flex-direction: column;
  }

  .match-collection-options {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bullet.background-white.bullet-xs {
    display: none;
  }

  .event-highlight-stats.grid.fade-in-200 {
    max-width: 100%;
  }

  .creators-collection-creator-avatar {
    flex: none;
    width: 54px;
    height: 54px;
  }

  .section-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .social-feed {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .social-feed-stats {
    flex-wrap: wrap;
  }

  .footer-copy {
    padding-top: 0;
  }

  .hero-variant-two-block.gap-8 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .hero-variant-two-placeholder.margin-top-32.gap-5 {
    margin-top: 70px;
  }

  .info-header {
    padding-bottom: 40px;
  }

  .info-item-details-icon {
    flex: none;
  }

  .info-content {
    flex-direction: column;
    display: flex;
  }

  .info-placeholder {
    height: 500px;
  }

  .info-placeholder.fade-in-500 {
    width: 100%;
  }

  .info-text-holder {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .game-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .game-list-item {
    width: 100%;
  }

  .course-perks.course-results {
    grid-template-columns: 1fr;
  }

  .grid-strip-list {
    flex-direction: column;
    display: flex;
  }

  .h1-2.mobile-nav {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    font-size: 28px;
  }

  .mobile-menu-column {
    flex-direction: column;
    display: flex;
  }

  .copyright-text.black {
    color: #000;
  }

  .sub-footer-content {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-content {
    padding-top: 100px;
  }

  .mobile-menu-open {
    background-color: #efffc3;
    display: none;
  }

  .mobile-menu-buttons {
    grid-column-gap: 40px;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .text-2xl-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-content-block {
    width: 100%;
  }

  .hero-img {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .main-navigation {
    z-index: 1;
    position: relative;
  }

  .flex.align-center.justify-between.hero-variant-two-placeholder-footer {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .flex.align-center.justify-between {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 20px;
  }

  .flex.gap-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .link.navigation-block.opacity-hover.fade-in-100.button-width-300px {
    width: 100%;
  }

  .link.button.background-purple, .link.button.background-purple.fade-in-200 {
    margin-left: auto;
    margin-right: auto;
  }

  .link.button.background-cyan-1.text-black.text-semibold.uppercase.margin-0, .link.button.uppercase.text-semibold.text-underline.margin-0, .link.button.uppercase.text-bold.text-xs.underline.text-cyan-green.margin-0 {
    margin-left: 0;
  }

  .link.button.background-black.button-sign-up {
    width: 100%;
    margin-left: 0;
  }

  .link.button.vertical-center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-wrapper.hero-variant-two-wrapper {
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .hero-heading {
    font-size: 64px;
    line-height: 70px;
  }

  .hero-heading.text-center.letter-spacing-lower {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 48px;
  }

  .section.black.overflow-hidden.padding-top-150.padding-bottom-0 {
    padding-top: 60px;
  }

  .section.black-80.padding-40 {
    padding-top: 0;
    display: block;
  }

  .section.padding-y-0 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.section-sign-up {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .partner-block.fade-in, .partner-block.fade-in-100, .partner-block.fade-in-200, .partner-block.fade-in-300, .partner-block.fade-in-400, .partner-block.fade-in-500 {
    width: 100%;
    height: 100%;
  }

  .intro-section-wrapper {
    position: relative;
  }

  .hero-background-video {
    inset: 0%;
  }

  .hero-cta.gap-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .hero-cta.gap-5.center {
    justify-content: center;
    align-items: center;
  }

  .partners-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .counter {
    flex-direction: column;
  }

  .counter.margin-top-auto.fade-in-300.align-center {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    align-items: center;
    padding-left: 35px;
  }

  .counter.fade-in-300 {
    width: 100%;
  }

  .counter-item {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .text-base.event-date {
    margin-left: auto;
    margin-right: auto;
  }

  .stats-divider {
    transform: rotate(90deg);
  }

  .h4.collection-item {
    text-align: center;
  }

  .divider.vertical.background-black.feature {
    height: 2px;
  }

  .event-card-header {
    flex-direction: column;
  }

  .event-card-game, .event-card-game-logo.mobile, .clock-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .event-card-body {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .card-stats {
    flex-flow: column;
    width: 100%;
  }

  .card-stats-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image {
    object-fit: contain;
  }

  .matches-collection-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .matches-collection-teams {
    align-items: stretch;
    width: 100%;
  }

  .match-collection-options {
    margin-top: 14px;
  }

  .background-geo-cyan {
    top: -20px;
  }

  .event-highlight-cta.fade-in-300 {
    margin-left: auto;
  }

  .event-highlight-stats {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 20px;
  }

  .event-highlight-wrapper {
    padding-bottom: 60px;
  }

  .creators-collection-creator-avatar {
    flex: none;
  }

  .section-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .social-feed-info {
    display: flex;
  }

  .social-feed-headline {
    font-size: 32px;
    line-height: 32px;
  }

  .social-feed-subline {
    font-size: 14px;
    display: block;
  }

  .social-feed-item {
    flex-wrap: wrap;
  }

  .social-feed-image {
    width: 100px;
    height: 100px;
  }

  .footer-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
  }

  .footer-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .footer-social-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-wrap: wrap;
  }

  .footer-sub-links {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-wrap: wrap;
  }

  .founder-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-wrap: wrap;
  }

  .founder-block-avatar {
    width: 72px;
    height: 72px;
  }

  .founder-cta.gap-9.justify-center {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .info-header-heading {
    font-size: 36px;
  }

  .text-lg {
    font-size: 16px;
  }

  .info-item {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .info-item-details {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .info-content {
    flex-wrap: nowrap;
  }

  .info-placeholder {
    width: 100%;
    height: 250px;
  }

  .info-placeholder.fade-in-500 {
    height: 100%;
  }

  .info-description {
    font-size: 18px;
  }

  .info-quote-text {
    font-size: 14px;
  }

  .info-quote-link {
    margin-top: 10px;
    font-size: 14px;
  }

  .quote-after {
    bottom: -18px;
  }

  .game-list, .course-perks {
    grid-template-columns: 1fr;
  }

  .course-perk-footer, .sign-up-perks.fade-in-200 {
    flex-direction: column;
  }

  .sign-up-form-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .sign-up-helper.text-small.text-bold {
    margin-top: 73px;
  }

  .section-wave-heading {
    z-index: 1;
    position: relative;
  }

  .player-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cyan-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-4 {
    width: 50%;
  }

  .h1-2 {
    overflow-wrap: normal;
    height: auto;
    font-size: 28px;
    line-height: 32px;
    text-decoration: none;
  }

  .h1-2.mobile-nav {
    color: #fff;
    text-align: left;
    flex: none;
    padding-left: 12px;
    padding-right: 0;
    font-family: Bebas Neue, sans-serif;
    font-size: 28px;
    line-height: 24px;
  }

  .mobile-menu-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: none;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .mobile-menu-nav-link {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .copyright-text.black {
    color: #fff;
    font-family: Clashgrotesk, sans-serif;
    position: static;
  }

  .sub-footer-content {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .show-mobile-menu-open {
    cursor: pointer;
    padding-top: 0;
    padding-left: 12px;
    display: block;
    position: relative;
  }

  .copyright.black {
    color: #000;
  }

  .brand-logo-2.w--current {
    display: block;
  }

  .hero-content {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .mobile-menu-open {
    z-index: 200;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    object-fit: cover;
    background-color: #000000c4;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .mobile-menu-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    display: flex;
  }

  .hero-header {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .mobile-menu-close {
    display: none;
    position: relative;
  }

  .text-block {
    color: #fff;
    text-align: right;
    font-family: Clashgrotesk, sans-serif;
  }

  .h1.fade-in-400 {
    font-size: 40px;
  }

  .h1.fade-in-400.changelog-item {
    font-size: 20px;
  }

  .text-6xl-2 {
    font-size: 42px;
    line-height: 42px;
  }

  .text-2xl-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .tracking-tighter {
    letter-spacing: -1.9px;
  }

  .tracking-tight {
    letter-spacing: -.4px;
  }

  .sponsor-image-div {
    width: 100%;
  }

  .game-details {
    grid-row-gap: 40px;
  }

  .game-details-logo {
    width: 100%;
  }

  .game-details-logo.fade-in-500 {
    width: 60%;
  }

  .button-holders {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .page-item-img, .image-14 {
    width: 100%;
    height: 100%;
  }

  .heading-2 {
    width: 100%;
    font-family: Bebas Neue, sans-serif;
    font-size: 2em;
  }

  .body-3 {
    background-color: #000;
  }
}

#w-node-_09bda8da-407e-77e1-4a21-c6a5fa1e14dc-31414eb1 {
  grid-area: 5 / 1 / 8 / 8;
}

#w-node-ec89131d-b68b-92f4-c8eb-08cb52a57164-c1fc95b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec89131d-b68b-92f4-c8eb-08cb52a57166-c1fc95b2 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ec89131d-b68b-92f4-c8eb-08cb52a57168-c1fc95b2 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-ec89131d-b68b-92f4-c8eb-08cb52a57169-c1fc95b2 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_7eec4e18-9cfa-ef5c-cd4d-6e5d43c5af5f-c1fc95b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7eec4e18-9cfa-ef5c-cd4d-6e5d43c5af61-c1fc95b4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_444bf381-1aee-b11b-ea55-faf08fa72102-c1fc95b6, #w-node-_3151a3ff-d3b2-4029-313a-6d773af3d46d-c1fc95b7, #w-node-ae3b1318-7356-b8f6-9649-bdf3bd68561f-c1fc95b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae3b1318-7356-b8f6-9649-bdf3bd685621-c1fc95b9 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-ae3b1318-7356-b8f6-9649-bdf3bd685623-c1fc95b9 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-ae3b1318-7356-b8f6-9649-bdf3bd685627-c1fc95b9 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-ae3b1318-7356-b8f6-9649-bdf3bd685628-c1fc95b9 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c3fd7e80-c32c-754c-bf2b-804e7cffaf20-c1fc95b9 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_7fa5e610-231c-cbe1-3098-cce065e80e39-c1fc95b9 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-a09a3624-4dc2-2d4c-dd7a-cade125c3b11-c1fc95b9 {
  grid-area: 3 / 1 / 4 / 8;
}

#w-node-_4c95c9e6-5e2b-65f2-c392-0a04b2189df6-c1fc95b9 {
  grid-area: 4 / 1 / 5 / 8;
}

#w-node-_4c95c9e6-5e2b-65f2-c392-0a04b2189df7-c1fc95b9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_59adfcee-34f8-9e00-535a-9a4f28564c93-c1fc95b9 {
  grid-area: 1 / 8 / 5 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_09bda8da-407e-77e1-4a21-c6a5fa1e14dc-31414eb1 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-ec89131d-b68b-92f4-c8eb-08cb52a57166-c1fc95b2 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-ec89131d-b68b-92f4-c8eb-08cb52a57168-c1fc95b2 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-ec89131d-b68b-92f4-c8eb-08cb52a57169-c1fc95b2 {
    grid-column-end: 6;
  }

  #w-node-_7eec4e18-9cfa-ef5c-cd4d-6e5d43c5af61-c1fc95b4, #w-node-ae3b1318-7356-b8f6-9649-bdf3bd685621-c1fc95b9 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-ae3b1318-7356-b8f6-9649-bdf3bd685623-c1fc95b9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ae3b1318-7356-b8f6-9649-bdf3bd685627-c1fc95b9 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-ae3b1318-7356-b8f6-9649-bdf3bd685628-c1fc95b9, #w-node-_4c95c9e6-5e2b-65f2-c392-0a04b2189df7-c1fc95b9 {
    grid-column-end: 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_09bda8da-407e-77e1-4a21-c6a5fa1e14dc-31414eb1 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-ae3b1318-7356-b8f6-9649-bdf3bd685623-c1fc95b9 {
    grid-column: span 12 / span 12;
  }

  #w-node-c3fd7e80-c32c-754c-bf2b-804e7cffaf20-c1fc95b9, #w-node-_7fa5e610-231c-cbe1-3098-cce065e80e39-c1fc95b9, #w-node-a09a3624-4dc2-2d4c-dd7a-cade125c3b11-c1fc95b9 {
    grid-column-end: 13;
  }
}


@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.woff2') format('woff2'), url('../fonts/ClashGrotesk-Semibold.woff') format('woff'), url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.woff2') format('woff2'), url('../fonts/ClashGrotesk-Regular.woff') format('woff'), url('../fonts/ClashGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk Variable';
  src: url('../fonts/ClashGrotesk-Variable.woff2') format('woff2'), url('../fonts/ClashGrotesk-Variable.woff') format('woff'), url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.woff2') format('woff2'), url('../fonts/ClashGrotesk-Light.woff') format('woff'), url('../fonts/ClashGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.woff2') format('woff2'), url('../fonts/ClashGrotesk-Medium.woff') format('woff'), url('../fonts/ClashGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Extralight.woff2') format('woff2'), url('../fonts/ClashGrotesk-Extralight.woff') format('woff'), url('../fonts/ClashGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Bold.woff2') format('woff2'), url('../fonts/ClashGrotesk-Bold.woff') format('woff'), url('../fonts/ClashGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}