@font-face {
  font-family: Satoshi Variable;
  src: url('../../fonts/tournaments/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../../fonts/tournaments/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../../fonts/tournaments/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../../fonts/tournaments/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../../fonts/tournaments/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --satoshi: "Satoshi Variable", Arial, sans-serif;
  --font-size-16: 16px;
  --font-weight-400: 400;
  --white: white;
  --font-size-158: 158px;
  --line-height-91: 91%;
  --font-size-88: 88px;
  --font-size-96: 96px;
  --line-height-121: 121%;
  --font-size-72: 72px;
  --font-size-64: 64px;
  --line-height-119: 119%;
  --font-weight-700: 700;
  --font-size-48: 48px;
  --font-size-40: 40px;
  --line-height-135: 135%;
  --font-weight-500: 500;
  --font-size-32: 32px;
  --line-height-150: 150%;
  --font-size-22: 22px;
  --line-height-136: 136%;
  --dark-200: #010101;
  --manrope: Manrope, sans-serif;
  --font-weight-600: 600;
  --gray-neutral: #b2b2b2;
  --font-size-18: 18px;
  --line-height-133: 133%;
  --font-size-14: 14px;
  --line-height-128: 128%;
  --font-size-28: 28px;
  --font-size-128: 128px;
  --font-size-42: 42px;
  --white-06: #ffffff0f;
  --gray-medium: #dadde6;
  --font-size-20: 20px;
  --line-height-140: 140%;
  --dark-300: #010102;
  --font-size-78: 78px;
  --line-height-124: 124%;
  --font-size-36: 36px;
  --border-line: #222224;
  --primary-blue: #385fe6;
  --white-46: #ffffff75;
  --line-height-104: 104%;
  --white-07: #ffffff12;
  --font-size-26: 26px;
  --font-size-24: 24px;
  --white-10: #ffffff1a;
  --letter-specing-03: -.03em;
  --white-29: #ffffff4a;
  --black: black;
  --border-stroke: #434347;
  --transparent: transparent;
  --font-size-34: 34px;
  --black-06: #0000000f;
  --text-dark: #4b4a4e;
  --line-height-122: 122%;
  --gray-light: #a3a3a3;
  --gray-dark: #777373;
  --gray-soft: #aeaeae;
  --gray-surface: #e0e0e0;
  --dark-100: #030305;
  --dark-400: #020204;
  --line-height-160: 160%;
  --letter-specing02: .02em;
  --letter-specing-02: -.02em;
  --letter-specing-06: -.06em;
  --accent-purple: #6f38e6;
  --white-16: #ffffff29;
  --white-84: #ffffffd6;
  --line-height-75: 75%;
  --line-height-93: 93%;
  --line-height-144: 144%;
  --line-height-170: 170%;
  --line-height-189: 189%;
  --font-size-12: 12px;
  --font-size-30: 30px;
  --font-size-38: 38px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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 {
  font-family: var(--satoshi);
  color: #333;
  font-size: var(--font-size-16);
  line-height: 20px;
  font-weight: var(--font-weight-400);
}

h1 {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-158);
  line-height: var(--line-height-91);
  font-weight: var(--font-weight-400);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-96);
  line-height: var(--line-height-121);
  font-weight: var(--font-weight-400);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-64);
  line-height: var(--line-height-119);
  font-weight: var(--font-weight-700);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-40);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-500);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-32);
  line-height: var(--line-height-150);
  font-weight: var(--font-weight-500);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-22);
  line-height: var(--line-height-136);
  font-weight: var(--font-weight-500);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

.header-section {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 26px;
}

.container {
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-section {
  background-color: var(--dark-200);
  background-image: url('../../images/tournaments/hero-bg-color.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 68px;
  position: relative;
}

.header-logo-wrap {
  display: inline-block;
}

.header-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-info-wrap {
  flex-flow: column;
  display: flex;
}

.hero-info {
  font-family: var(--manrope);
  color: var(--white);
  font-size: var(--font-size-16);
  line-height: var(--line-height-150);
  font-weight: var(--font-weight-600);
  text-decoration: none;
}

.hero-info.info-mail {
  color: var(--gray-neutral);
  font-weight: var(--font-weight-400);
}

.button-icon {
  display: inline-block;
}

.button-icon.button-icon-black {
  filter: brightness(0%);
}

.button-box-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 90px;
  justify-content: space-between;
  align-items: center;
  display: inline-block;
  overflow: hidden;
}

.button-text {
  z-index: 11;
  font-family: var(--manrope);
  color: var(--white);
  font-size: var(--font-size-18);
  line-height: var(--line-height-133);
  font-weight: var(--font-weight-600);
  text-align: center;
  padding: 16px 32px;
  position: relative;
  overflow: hidden;
}

.button-text.button-text-two {
  color: var(--dark-200);
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 300px;
  display: grid;
}

.hero-wrapper.style-hero-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 220px;
  display: flex;
}

.hero-ticket-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  max-height: 20%;
  margin-top: 20px;
  display: flex;
}

.hero-ticket-text {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-32);
  line-height: var(--line-height-128);
  font-weight: var(--font-weight-400);
}

.hero-ticket-text.sale-date {
  border: 1px solid var(--white);
  border-radius: 12px;
  padding: 10px 24px;
}

.hero-title {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: 55px;
  line-height: var(--line-height-91);
  font-weight: var(--font-weight-400);
  text-transform: uppercase;
}

.hero-right-item {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero-countdown-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-end;
  display: flex;
}

.hero-countdown-item {
  background-color: var(--white-06);
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 126px;
  padding: 16px;
  display: flex;
}

.hero-countdown-label {
  font-family: var(--satoshi);
  color: var(--gray-medium);
  font-size: var(--font-size-16);
  line-height: var(--line-height-150);
  font-weight: var(--font-weight-400);
}

.hero-countdown-time {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-40);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-500);
}

.hero-description-block {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  display: flex;
}

.hero-subtitle {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-28);
  line-height: var(--line-height-128);
  font-weight: var(--font-weight-400);
  text-transform: uppercase;
}

.section-paragraph {
  font-family: var(--satoshi);
  color: var(--gray-medium);
  font-size: var(--font-size-20);
  line-height: var(--line-height-140);
  font-weight: var(--font-weight-400);
}

.section-paragraph.coaches-paragraph, .section-paragraph.event-paragraph {
  font-size: var(--font-size-18);
  max-width: 363px;
}

.section-paragraph.ticket-feature-text {
  color: var(--white);
}

.hero-description-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.button-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.banner-section {
  background-color: var(--dark-200);
  height: 150vh;
}

.banner-wrapper {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: scale(.4);
}

.coaches-section {
  background-color: var(--dark-300);
  padding-top: 93px;
  padding-bottom: 120px;
}

.coaches-top-content {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.section-title {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-78);
  line-height: var(--line-height-124);
  font-weight: var(--font-weight-400);
  text-transform: uppercase;
}

.section-title.sponsor-title, .section-title.faq-title, .section-title.ticket-title {
  text-align: center;
}

.coaches-list-wrap {
  margin-top: 70px;
}

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

.coach-item {
  border-bottom: 1px solid var(--border-line);
  background-color: var(--dark-200);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.coach-item.coach-item-two {
  z-index: 2;
  position: relative;
}

.coach-img-wrap {
  z-index: 1;
  border-radius: 12px;
  width: 100%;
  max-width: 528px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.coach-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.coach-info-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.coach-social-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.coach-name {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-22);
  line-height: var(--line-height-136);
  font-weight: var(--font-weight-500);
  text-transform: capitalize;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.coach-name:hover {
  color: var(--primary-blue);
}

.coach-role {
  font-family: var(--satoshi);
  color: var(--gray-medium);
  font-size: var(--font-size-16);
  line-height: var(--line-height-150);
  font-weight: var(--font-weight-400);
}

.coach-icon {
  color: var(--primary-blue);
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: var(--font-size-22);
  width: 20px;
  height: 20px;
  text-decoration: none;
  transition: all .4s;
}

.coach-icon:hover {
  color: var(--white);
  transform: scale(1.05);
}

.about-section {
  background-color: var(--primary-blue);
  background-image: url('../../images/tournaments/About-bg-color.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 104px;
  padding-bottom: 120px;
}

.about-top-content {
  max-width: 1176px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.about-title {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: 52px;
  line-height: var(--line-height-119);
  font-weight: var(--font-weight-700);
  text-indent: 10%;
  text-transform: uppercase;
}

.about-title-span {
  color: var(--white-46);
}

.about-content-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.about-img-wrap {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.about-img {
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
}

.about-stats-list-wrap {
  width: 100%;
  max-width: 576px;
}

.about-stats-item {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border-bottom: 1px solid var(--gray-medium);
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 38px;
  display: flex;
}

.about-stats-number {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: 40px;
  line-height: var(--line-height-104);
  font-weight: var(--font-weight-500);
}

.about-stats-label {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-20);
  line-height: var(--line-height-140);
  font-weight: var(--font-weight-400);
  text-transform: capitalize;
}

.gallery-section {
  background-color: var(--dark-200);
  width: 100%;
  max-width: 100%;
  height: auto;
}

.gallery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.257fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.gallery-right-img-top-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-left-img-wrap {
  position: relative;
  overflow: hidden;
}

.gallery-left-img {
  z-index: 1;
  overflow: hidden;
}

.gallery-right-img-buttom-wrap {
  position: relative;
  overflow: hidden;
}

.hero-banner-img {
  object-fit: cover;
  width: 100%;
  height: 120%;
  overflow: hidden;
}

.sponsor-section {
  background-color: var(--dark-300);
  background-image: url('../../images/tournaments/Sponsor-bg-color.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 15px;
  padding-bottom: 120px;
}

.sponsor-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sponsor-left-box {
  background-color: var(--white-06);
  border-radius: 16px;
  width: 100%;
  padding: 50px;
}

.sponsor-right-box {
  background-color: var(--primary-blue);
  background-image: url('../../images/tournaments/Diamond-Sponsor-bg--Shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 70% 100%;
  border-radius: 16px;
  width: 100%;
  padding: 50px;
}

.sponsor-silver-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
}

.sponsor-silver-brand {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 160px;
  display: grid;
}

.sponsor-silver-brand-item {
  background-color: var(--white-07);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.sponsor-silver-brand-img {
  max-width: 100px;
}

.sponsor-silver-top {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  display: flex;
}

.sponsor-name {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-26);
  line-height: var(--line-height-133);
  font-weight: var(--font-weight-500);
  text-transform: uppercase;
}

.sponsor-silver-icon-wrap {
  background-color: var(--primary-blue);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  padding: 15px;
  display: flex;
}

.sponsor-diamond-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  height: 100%;
  display: flex;
}

.sponsor-diamond-top {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  display: flex;
}

.sponsor-diamond-icon-wrap {
  background-color: var(--white-10);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  padding: 15px;
  display: flex;
}

.sponsor-diamond-brand {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 160px;
  display: grid;
}

.sponsor-diamond-brand-item {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.sponsor-diamond-brand-img {
  filter: brightness(0%);
  max-width: 100px;
}

.sponsor-content-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 650px;
  display: grid;
}

.faq-section {
  background-color: var(--primary-blue);
  background-image: url('../../images/tournaments/Faq-bg-color.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  padding-top: 93px;
  padding-bottom: 118px;
}

.faq-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 1082px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-items-box {
  width: 100%;
  max-width: 1082px;
}

.faq-question-header {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-28);
  line-height: var(--line-height-136);
  font-weight: var(--font-weight-500);
  letter-spacing: var(--letter-specing-03);
}

.faq-answer-wrap {
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid var(--white-29);
  padding-top: 28px;
  padding-bottom: 34px;
}

.faq-item.faq-item-first {
  padding-top: 0;
}

.faq-item.faq-item-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.faq-answer-item {
  margin-top: 8px;
  margin-right: 170px;
}

.faq-question {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.minus-icon {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
}

.faq-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.faq-answer-text {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: 20px;
  line-height: var(--line-height-150);
  font-weight: var(--font-weight-400);
}

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

.video-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.event-section {
  background-color: var(--dark-300);
  background-image: url('../../images/tournaments/Event-bg-color.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 93px;
  padding-bottom: 120px;
}

.event-top-content {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.event-hr {
  border-bottom: 1px solid var(--border-stroke);
  margin-top: 62px;
  margin-bottom: 64px;
  overflow: hidden;
}

.button-icon-wrap {
  z-index: 2;
  background-color: var(--white);
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon-wrap.button-icon-wrap-two {
  background-color: var(--primary-blue);
}

.event-content-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.event-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white-06);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .9fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
  display: grid;
}

.event-card.event-one {
  z-index: 2;
  position: relative;
}

.event-img-wrap {
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
}

.event-day {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-40);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-500);
}

.event-month {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-20);
  line-height: var(--line-height-140);
  font-weight: var(--font-weight-400);
}

.event-img {
  object-fit: cover;
  border-radius: 10px;
}

.event-title-wrap {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  transition: all .3s;
  display: inline-block;
}

.event-title-wrap:hover {
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.event-title {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-32);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-500);
  text-transform: uppercase;
}

.event-time {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.event-time-text {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-18);
  line-height: var(--line-height-140);
  font-weight: var(--font-weight-400);
}

.event-price {
  font-family: var(--satoshi);
  color: var(--primary-blue);
  font-size: var(--font-size-40);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-500);
  text-align: right;
}

.event-price-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  margin-left: auto;
  display: flex;
}

.event-img-content {
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
}

.ticket-section {
  background-color: var(--dark-200);
  background-image: url('../../images/tournaments/Ticket-bg-color.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 93px;
  padding-bottom: 120px;
}

.ticket-wrapper {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  flex-flow: column;
  display: flex;
}

.ticket-wrapper-grid {
  justify-content: center;
  display: flex;
  flex-wrap:wrap;
}

.ticket-left-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white-06);
  border-radius: 16px;
  flex-flow: column;
  max-width: 800px;
  padding: 70px;
  display: flex;
}

.ticket-price-text {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-20);
  line-height: var(--line-height-136);
  font-weight: var(--font-weight-500);
}

.ticket-price-amount {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: 82px;
  line-height: var(--line-height-104);
  font-weight: var(--font-weight-500);
}

.ticket-feature-list {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.ticket-feature-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ticket-right-box {
  width: 100%;
  max-width: 700px;
}

.ticket-info-items-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ticket-info-label {
  font-family: var(--satoshi);
  color: var(--dark-200);
  font-size: var(--font-size-20);
  line-height: var(--line-height-140);
  font-weight: var(--font-weight-400);
  margin-top:10px;
}

.ticket-info-input {
  background-color: var(--black-06);
  font-family: var(--satoshi);
  color: var(--dark-200);
  font-size: var(--font-size-20);
  line-height: var(--line-height-140);
  font-weight: var(--font-weight-400);
  padding: 16px 24px;
  width:100%;
}

.ticket-info-box {
  background-color: var(--white);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-width: 781px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
}

.ticket-dash-border-wrap {
  margin-top: -20px;
  margin-left: 0;
}

.ticket-button-wrap {
  background-color: var(--primary-blue);
  text-align: center;
  max-width: 781px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.ticket-button {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-32);
  line-height: var(--line-height-150);
  font-weight: var(--font-weight-500);
  text-transform: capitalize;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ticket-info-content {
  padding-left: 20px;
  padding-right: 20px;
}

.ticket-button-box {
  margin-top: -16px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-section {
  background-color: var(--dark-200);
  padding-bottom: 18px;
}

.footer-wrapper {
  justify-content: space-between;
  margin-top: 57px;
}

.footer-left-box {
  max-width: 600px;
}

.footer-logo-inner {
  width: 100%;
  max-width: 259px;
  display: inline-block;
}

.footer-logo-img {
  width: 100%;
}

.footer-right-box {
  width: 100%;
  max-width: 500px;
}

.footer-nav-menu {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 68px;
  display: flex;
}

.footer-text {
  font-family: var(--satoshi);
  color: var(--gray-medium);
  font-size: var(--font-size-16);
  line-height: var(--line-height-150);
  font-weight: var(--font-weight-400);
}

.footer-text.footer-nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .4s;
}

.footer-text.footer-nav-link:hover {
  color: var(--primary-blue);
  transform: translate(0, -5px);
}

.footer-text.footer-des {
  margin-top: 22px;
}

.footer-button-heading {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-88);
  line-height: var(--line-height-121);
  font-weight: var(--font-weight-400);
  text-transform: uppercase;
}

.footer-button-box {
  width: 100%;
  margin-top: 31px;
}

.footer-top-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.footer-hr {
  border-top: 1px solid var(--text-dark);
  margin-top: 45px;
  margin-bottom: 48px;
  overflow: hidden;
}

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

.footer-social-media-icon-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer-media-icon {
  border: 1px dashed var(--transparent);
  background-color: var(--dark-200);
  color: var(--white);
  border-radius: 27px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.footer-media-icon:hover {
  border-color: var(--primary-blue);
}

.footer-link {
  color: var(--gray-medium);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  transition: all .4s;
}

.footer-link:hover {
  text-underline-offset: 3px;
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.play-pause-button {
  display: none;
}

.video-content {
  width: 100%;
  height: 720px;
  position: sticky;
  top: 30px;
}

.button-bg-white {
  z-index: -1;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

.button-text-wrap {
  z-index: 1;
  background-color: var(--primary-blue);
  border-radius: 90px;
  position: relative;
  overflow: hidden;
}

.button-text-box {
  background-color: var(--white);
  border-radius: 90px;
  position: relative;
  overflow: hidden;
}

.button-bg-blue {
  background-color: var(--primary-blue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

.button-icon-bg-white {
  z-index: -1;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

.button-icon-box-blue {
  z-index: -1;
  background-color: var(--primary-blue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

.footer-button-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.footer-button-text-wrap {
  z-index: 1;
  background-color: var(--white);
  border-radius: 90px;
  width: 100%;
  max-width: 580px;
  position: relative;
  overflow: hidden;
}

.footer-button-text {
  z-index: 1;
  font-family: var(--satoshi);
  color: var(--dark-200);
  font-size: var(--font-size-28);
  line-height: var(--line-height-136);
  font-weight: var(--font-weight-500);
  text-align: center;
  padding: 16px 32px;
  text-decoration: none;
  position: relative;
}

.footer-button-icon-wrap {
  z-index: 1;
  background-color: var(--primary-blue);
  border-radius: 90px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overflow-wrap {
  overflow: hidden;
}

.image-overlay-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  top: 0;
}

.image-overlay-item {
  background-color: var(--primary-blue);
  transform: scale(0);
}

.image-overlay-item.one {
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 0 0;
  transform-style: preserve-3d;
}

.image-overlay-item.two {
  transform-origin: 100% 0;
}

.image-overlay-item.three {
  transform-origin: 0 100%;
}

.image-overlay-item.four {
  transform-origin: 100% 100%;
}

.gallery-right-single-img-top-wrap, .gallery-right-single-img-bottom-wrap {
  position: relative;
  overflow: hidden;
}

.event-img-content-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-giude-section {
  background-color: var(--dark-200);
  padding-top: 120px;
  padding-bottom: 120px;
}

.style-guide-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.color-with-color-code-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 24px;
  display: flex;
}

.style-guide-title {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-64);
  line-height: var(--line-height-119);
  font-weight: var(--font-weight-700);
  text-transform: uppercase;
}

.color {
  border: 1px solid var(--white);
  font-family: var(--satoshi);
  font-size: var(--font-size-20);
  line-height: var(--line-height-122);
  font-weight: var(--font-weight-400);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 190px;
  height: 80px;
  display: flex;
}

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

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

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

.color.gray-dark {
  background-color: var(--gray-dark);
  color: var(--white);
}

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

.color.gray-surface {
  background-color: var(--gray-surface);
  color: var(--primary-blue);
}

.color.gary-neutral {
  background-color: var(--gray-neutral);
  color: var(--primary-blue);
}

.color.text-dark {
  background-color: var(--text-dark);
  color: var(--white);
}

.color.dark-one-hundred {
  background-color: var(--dark-100);
  color: var(--white);
}

.color.dark-two-hundred {
  background-color: var(--dark-200);
  color: var(--white);
}

.color.dark-three-hundred {
  background-color: var(--dark-300);
  color: var(--white);
}

.color.dark-four-hundred {
  background-color: var(--dark-400);
  color: var(--white);
}

.color.primary-blue {
  background-color: var(--primary-blue);
  color: var(--white);
}

.color.border-line {
  background-color: var(--border-line);
  color: var(--white);
}

.color.border-stroke {
  background-color: var(--border-stroke);
  color: var(--white);
}

.color.color-white {
  background-color: var(--white);
  color: var(--dark-200);
}

.typography-details-inner {
  margin-top: 24px;
}

.typography-details-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 20px;
  display: grid;
}

.typography-heading-text {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-24);
  line-height: var(--line-height-133);
  font-weight: var(--font-weight-400);
  text-align: center;
}

.typography-heading-text.first {
  text-align: left;
}

.typography-details-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--border-line);
  grid-template-rows: auto;
  grid-template-columns: .45fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.typography-details-box.heading-one {
  padding-top: 6px;
  padding-bottom: 12px;
}

.typography-details-box.heading-two {
  padding-bottom: 3px;
}

.typography-details-box.heading-three {
  padding-top: 8px;
  padding-bottom: 11px;
}

.typography-details-box.heading-four {
  padding-top: 11px;
  padding-bottom: 12px;
}

.typography-details-box.heading-five {
  padding-top: 12px;
  padding-bottom: 12px;
}

.typography-details-box.heading-six {
  padding-top: 17px;
  padding-bottom: 17px;
}

.typography-details-box.body-text-one {
  padding-top: 16px;
  padding-bottom: 22px;
}

.typography-details-box.body-text-two {
  padding-top: 17px;
  padding-bottom: 23px;
}

.typography-details-box.body-text-three {
  padding-top: 18px;
  padding-bottom: 20px;
}

.typography-details-box.body-text-four {
  padding-top: 16px;
  padding-bottom: 19px;
}

.typography-details-text {
  font-family: var(--satoshi);
  color: var(--gray-medium);
  font-size: var(--font-size-22);
  line-height: var(--line-height-133);
  font-weight: var(--font-weight-400);
  text-align: center;
}

.main-wrapper {
  background-color: var(--black);
  margin-bottom: 0;
  padding-bottom: 100px;
}

.main-wrapper.full_height {
  height: 100vh;
}

.hero-title-wrap-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-hero-summary {
  color: #a0a0a0;
  text-align: center;
  width: 100%;
  max-width: 18.6875rem;
}

.main-hero-section {
  z-index: 1;
  padding-top: 47px;
  padding-bottom: 97px;
  position: relative;
}

.text-link {
  font-family: var(--satoshi);
  color: var(--gray-soft);
  font-weight: var(--font-weight-400);
  text-transform: capitalize;
  text-decoration: underline;
  transition: all .4s;
}

.text-link:hover {
  color: var(--primary-blue);
}

.container-2 {
  width: 100%;
  max-width: 71.0625rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32.5rem;
}

.max-width-medium.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.section-hero-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.licence-list-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.license-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #1a1a1a;
  flex-flow: column;
  padding: 2.5rem;
  display: flex;
}

.hero-star-image {
  width: 100%;
  max-width: 1.5rem;
}

.heading-h5 {
  font-family: var(--satoshi);
  font-size: 1.5rem;
  line-height: var(--line-height-140);
  font-weight: var(--font-weight-500);
  letter-spacing: -.64px;
}

.heading-fd {
  letter-spacing: -.64px;
  font-size: 3.5rem;
  line-height: 1.1;
}

.heading-fd.text-weight-normal {
  font-weight: 400;
}

.text-size-ragular {
  color: var(--gray-neutral);
  font-size: 1.125rem;
  line-height: 160%;
}

.text-size-ragular.text-color-grey {
  color: var(--gray-neutral);
  line-height: var(--line-height-160);
}

.text-color-grey {
  color: var(--gray-neutral);
}

.instructions_p_title {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-36);
  line-height: var(--line-height-135);
  font-weight: var(--font-weight-500);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

.heading-h4 {
  font-family: var(--satoshi);
  letter-spacing: -.64px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-h4.text-color-grey {
  color: var(--gray-neutral);
}

.services-toggle {
  white-space: pre-line;
  width: 100%;
  padding: 0;
  position: relative;
}

.max-width-xlarge {
  width: 100%;
  max-width: 54.875rem;
}

.max-width-xlarge.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.services-info-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 20.375rem;
  display: flex;
}

.services-info-block.ins_extra_width {
  max-width: 100%;
}

.instruction_p {
  color: var(--gray-neutral);
  line-height: var(--line-height-133);
  text-align: center;
  margin-bottom: 20px;
}

.faq-question-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services-dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.25rem;
  display: flex;
}

.faq-answer {
  overflow: hidden;
}

.services-about-section {
  background-color: var(--black);
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-dropdown {
  border-top: 1px solid #1b1b1b;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.changelog-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #1a1a1a;
  flex-flow: column;
  padding: 2.5rem;
  display: flex;
}

.changelog-list-item {
  font-family: var(--satoshi);
  color: var(--gray-neutral);
  font-size: var(--font-size-16);
  line-height: var(--line-height-133);
  font-weight: var(--font-weight-400);
  letter-spacing: -.02rem;
}

.changelog-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 20.5rem;
}

.max-width-small.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

._404-wrap {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 28.5625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-page-content-block {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

._404-page-section {
  padding-top: 11.375rem;
  padding-bottom: 9rem;
}

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

._404-page-title-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

._404-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-large {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-20);
  line-height: var(--line-height-140);
  font-weight: var(--font-weight-400);
}

.body-medium {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-18);
  line-height: var(--line-height-133);
  font-weight: var(--font-weight-600);
}

.body-small {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-16);
  line-height: var(--line-height-150);
  font-weight: var(--font-weight-400);
}

.body-large-extra {
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-28);
  line-height: var(--line-height-136);
  font-weight: var(--font-weight-500);
}

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

.style-guide-button-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.typography-details-right-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 740px;
  display: grid;
}

.footer-marquee-inner {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.footer-marquee {
  white-space: nowrap;
  width: 100%;
  min-width: max-content;
  display: flex;
}

.footer-marquee-item {
  opacity: .08;
  font-family: var(--satoshi);
  color: var(--white);
  font-size: var(--font-size-78);
  line-height: var(--line-height-124);
  font-weight: var(--font-weight-400);
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  min-width: max-content;
  margin-right: 40px;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    padding-top: 256px;
    padding-bottom: 120px;
  }

  .hero-wrapper {
    grid-template-columns: 1.4fr 1fr;
    min-height: 300px;
  }

  .hero-ticket-info {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
    margin-top: 36px;
  }

  .hero-title {
    font-size: 55px;
  }

  .hero-subtitle {
    font-size: var(--font-size-32);
  }

  .section-paragraph {
    font-size: var(--font-size-20);
  }

  .section-paragraph.event-paragraph {
    max-width: 449px;
  }

  .section-title {
    font-size: var(--font-size-88);
  }

  .coaches-list, .coach-social-icons {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about-title {
    font-size: var(--font-size-64);
  }

  .about-stats-number {
    font-size: 45px;
  }

  .sponsor-left-box, .sponsor-right-box {
    padding: 60px;
  }

  .sponsor-silver-brand, .sponsor-diamond-brand {
    min-height: 201px;
  }

  .sponsor-content-box {
    min-height: 680px;
  }

  .faq-items-box {
    max-width: 820px;
  }

  .event-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 40px;
  }

  .event-title {
    font-size: var(--font-size-34);
  }

  .ticket-left-box {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 80px;
  }

  .ticket-price-amount {
    font-size: var(--font-size-96);
  }

  .ticket-info-box {
    padding: 60px;
  }

  .ticket-dash-border-wrap {
    margin-top: -17px;
  }

  .ticket-button-box {
    margin-top: -18px;
  }

  .footer-marquee-item {
    font-size: var(--font-size-88);
  }
}

@media screen and (min-width: 1440px) {
  .hero-wrapper {
    grid-template-columns: 1.5fr 1fr;
    min-height: 300px;
  }

  .hero-title {
    font-size: 55px;
  }

  .section-title {
    font-size: var(--font-size-96);
  }

  .coach-social-icons {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .faq-items-box {
    max-width: 1082px;
  }

  .event-card {
    grid-template-columns: .33fr .5fr 1fr .4fr;
    place-content: space-between;
  }

  .event-title {
    font-size: var(--font-size-40);
  }

  .ticket-left-box {
    padding: 88px;
  }

  .ticket-dash-border-wrap {
    margin-top: -20px;
  }

  .ticket-button-box {
    margin-top: -19px;
  }

  .video-content {
    position: sticky;
  }

  .footer-marquee-item {
    font-size: var(--font-size-96);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--font-size-88);
  }

  h2 {
    font-size: var(--font-size-72);
  }

  .container {
    max-width: 720px;
  }

  .hero-section {
    background-size: 100% 100%;
  }

  .hero-info-wrap {
    display: none;
  }

  .hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    min-height: auto;
    display: flex;
  }

  .hero-ticket-info {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 24px;
    overflow: hidden;
  }

  .hero-title {
    font-size: 55px;
  }

  .hero-right-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-countdown-wrapper {
    justify-content: flex-start;
  }

  .banner-section {
    height: 60vh;
  }

  .coaches-section {
    padding-top: 53px;
    padding-bottom: 80px;
  }

  .coaches-top-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap-reverse;
  }

  .section-title {
    font-size: var(--font-size-72);
  }

  .coaches-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .coach-item {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .coach-img-wrap {
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .coach-social-icons {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-section {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .about-title {
    font-size: 44px;
  }

  .about-content-box {
    flex-flow: column;
  }

  .about-img-wrap {
    max-width: none;
  }

  .sponsor-section {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .sponsor-silver-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .sponsor-silver-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .sponsor-diamond-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .sponsor-diamond-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .sponsor-content-box {
    flex-flow: column;
    min-height: auto;
    display: flex;
  }

  .faq-section {
    padding-top: 53px;
    padding-bottom: 80px;
  }

  .faq-items-box {
    max-width: none;
  }

  .faq-answer-item {
    margin-right: 30px;
  }

  .event-section {
    padding-top: 53px;
    padding-bottom: 80px;
  }

  .event-top-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: flex-start;
  }

  .event-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-auto-flow: column;
    padding: 40px;
    display: flex;
  }

  .event-date {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .event-price {
    text-align: left;
  }

  .event-price-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: 0;
    align-items:start;
  }

  .ticket-section {
    background-position: 0%;
    background-size: 100% 100%;
    padding-top: 53px;
    padding-bottom: 80px;
  }

  .ticket-wrapper-grid {
    flex-flow: column;
    display: flex;
  }

  .footer-nav-menu {
    margin-top: 24px;
  }

  .footer-button-heading {
    font-size: var(--font-size-72);
  }

  .footer-button-box {
    margin-top: 16px;
  }

  .footer-top-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .event-img-content-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .style-guide-title {
    font-size: var(--font-size-48);
  }

  .main-wrapper.full_height {
    padding-top: 100px;
  }

  .main-hero-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .license-item {
    padding: 2rem;
  }

  .heading-h5 {
    font-size: 1.3rem;
  }

  .heading-fd {
    font-size: 2.8rem;
  }

  .heading-h4 {
    font-size: 1.6rem;
  }

  .services-dropdown-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .services-about-section {
    padding-bottom: 4rem;
  }

  .changelog-item {
    padding: 2rem;
  }

  ._404-page-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer-marquee-item {
    font-size: var(--font-size-72);
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: var(--font-size-64);
  }

  h3 {
    font-size: var(--font-size-48);
  }

  .container {
    max-width: 540px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-logo-wrap, .header-logo-wrap.w--current {
    width: 100%;
    max-width: 180px;
  }

  .hero-ticket-text {
    font-size: var(--font-size-28);
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-countdown-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
  }

  .section-paragraph.coaches-paragraph, .section-paragraph.event-paragraph {
    max-width: none;
  }

  .section-title {
    font-size: var(--font-size-48);
  }

  .about-title {
    font-size: var(--font-size-36);
  }

  .about-stats-item {
    padding-top: 26px;
    padding-bottom: 28px;
  }

  .sponsor-left-box, .sponsor-right-box {
    padding: 40px;
  }

  .faq-question-header {
    font-size: 24px;
  }

  .faq-answer-item {
    margin-right: 20px;
  }

  .ticket-left-box {
    padding: 50px;
  }

  .ticket-info-box {
    padding: 40px;
  }

  .ticket-button {
    font-size: var(--font-size-28);
  }

  .ticket-info-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ticket-button-box {
    margin-top: -13px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo-inner {
    max-width: 230px;
  }

  .footer-nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-button-heading {
    font-size: var(--font-size-48);
  }

  .footer-bottom-content {
    flex-flow: column;
  }

  .video-content {
    height: 600px;
  }

  .color-with-color-code-inner {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .style-guide-title {
    font-size: var(--font-size-42);
  }

  .color {
    max-width: 100%;
  }

  .typography-heading-text {
    font-size: var(--font-size-18);
  }

  .main-wrapper.full_height {
    height: 70vh;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-width-medium {
    max-width: 100%;
  }

  .license-item {
    padding: 1.8rem;
  }

  .heading-fd {
    font-size: 2.3rem;
  }

  .max-width-xlarge {
    max-width: 100%;
  }

  .services-info-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 100%;
  }

  .services-dropdown-content {
    flex-flow: column;
  }

  .services-about-section {
    padding-bottom: 3.5rem;
  }

  .services-dropdown {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .changelog-item {
    padding: 1.8rem;
  }

  ._404-page-image-wrap {
    width: 18.75rem;
  }

  ._404-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    max-width: 100%;
  }

  ._404-page-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .body-large-extra {
    font-size: var(--font-size-24);
  }

  .footer-marquee-item {
    font-size: var(--font-size-48);
    margin-right: 20px;
  }
}

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

  .header-logo-wrap {
    max-width: 120px;
  }

  .header-logo-wrap.w--current {
    max-width: 127px;
  }

  .button-text {
    font-size: var(--font-size-14);
  }

  .button-text.button-text-mb {
    padding: 12px 16px;
  }

  .hero-ticket-text {
    font-size: var(--font-size-22);
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-countdown-time {
    font-size: var(--font-size-32);
  }

  .hero-subtitle {
    font-size: var(--font-size-22);
  }

  .section-paragraph {
    font-size: var(--font-size-16);
  }

  .section-paragraph.event-paragraph {
    max-width: none;
  }

  .button-inner.button-inner-mb {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .section-title, .section-title.sponsor-title, .section-title.faq-title {
    font-size: var(--font-size-36);
  }

  .coach-social-icons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .coach-name {
    font-size: var(--font-size-20);
  }

  .coach-role {
    font-size: var(--font-size-14);
  }

  .about-title {
    font-size: var(--font-size-28);
  }

  .about-stats-number {
    font-size: 36px;
  }

  .about-stats-label {
    font-size: var(--font-size-16);
  }

  .sponsor-left-box {
    padding: 24px;
  }

  .sponsor-right-box {
    background-size: contain;
    padding: 24px;
  }

  .sponsor-silver-brand {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    min-height: auto;
    display: flex;
  }

  .sponsor-silver-brand-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sponsor-name {
    font-size: var(--font-size-24);
  }

  .sponsor-diamond-brand {
    flex-flow: column;
    min-height: auto;
    display: flex;
  }

  .sponsor-diamond-brand-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq-question-header {
    font-size: var(--font-size-22);
  }

  .button-icon-wrap.button-icon-wrap-mb {
    width: 40px;
    height: 40px;
  }

  .event-card {
    padding: 20px;
  }

  .event-day {
    font-size: var(--font-size-28);
  }

  .event-month {
    font-size: var(--font-size-18);
  }

  .event-title {
    font-size: var(--font-size-28);
  }

  .event-time-text {
    font-size: var(--font-size-18);
  }

  .event-price {
    font-size: var(--font-size-28);
  }

  .ticket-left-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding: 24px;
  }

  .ticket-price-amount {
    font-size: var(--font-size-42);
  }

  .ticket-feature-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .ticket-info-items-wrap {
    grid-template-columns: 1fr;
  }

  .ticket-info-label {
    font-size: var(--font-size-18);
  }

  .ticket-info-input {
    font-size: var(--font-size-16);
    padding: 12px 16px;
  }

  .ticket-info-box {
    padding: 24px;
  }

  .ticket-dash-border-wrap {
    margin-top: -11px;
  }

  .ticket-button {
    font-size: var(--font-size-22);
  }

  .ticket-info-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ticket-button-box {
    margin-top: -9px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-logo-inner {
    max-width: 190px;
  }

  .footer-nav-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-button-heading {
    font-size: var(--font-size-36);
  }

  .footer-button-box {
    max-width: 260px;
  }

  .footer-top-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .video-content {
    height: 400px;
  }

  .footer-button-text {
    font-size: var(--font-size-24);
  }

  .color-with-color-code-inner {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-title {
    font-size: var(--font-size-32);
  }

  .color {
    max-width: 100%;
  }

  .typography-details-heading {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .typography-details-box {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .section-hero-summary {
    max-width: 100%;
  }

  .main-hero-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .container-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .license-item {
    padding: 1.5rem;
  }

  .heading-h5 {
    font-size: 1.1rem;
  }

  .heading-fd {
    font-size: 2rem;
  }

  .instructions_p_title.has_fade_anim {
    font-size: var(--font-size-28);
  }

  .heading-h4 {
    font-size: 1.4rem;
  }

  .services-about-section {
    padding-bottom: 2rem;
  }

  .changelog-item {
    padding: 1.5rem;
  }

  ._404-page-image-wrap {
    width: 14rem;
  }

  ._404-page-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .footer-marquee-item {
    font-size: var(--font-size-36);
    margin-right: 10px;
  }
}

#w-node-_0da01eff-ff3a-d55b-86ee-ca857a94977c-6cba6d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../../fonts/tournaments/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../../fonts/tournaments/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../../fonts/tournaments/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../../fonts/tournaments/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../../fonts/tournaments/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}