*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease, transform 0.3s ease;
}

.root {
  background-color: #0a0a0a;
  position: relative;
  min-height: 100vh;
  cursor: default;
  color: #f5f5f5;
  line-height: 1.5;
}
.header {
  z-index: 0;
  background-color: rgb(25, 25, 25);
  border-color: rgb(65, 65, 89);
}
.color-333 {
  color: rgb(51, 51, 51);
  tab-size: 0;
}
.text-xl {
  font-size: 20px;
}
.text-xl:hover {
}
.text-4xl {
  font-size: 36px;
}
.text-3xl {
  font-size: 30px;
}
.text-5xl {
  font-size: 48px;
}
.text-2xl {
  font-size: 24px;
}
.shat-3 {
  border-color: rgba(0, 0, 0, 0);
}
.shat-3:hover {
  background-color: rgb(18, 14, 25);
  border-color: rgb(18, 14, 25);
}
.color-7c7c7c {
  color: rgb(124, 124, 124);
}
.list-none {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.auto-rows-384px {
  grid-auto-rows: 384px;
}
.border-1px {
  border-style: solid;
  border-width: 1px;
}
.border-1px:hover {
}
.object-contain {
  object-fit: contain;
}
.shat-4 {
  border-color: rgb(255, 52, 1);
  background-color: rgb(18, 14, 25);
}
.shat-4:hover {
  border-color: rgb(255, 52, 1);
}
.main {
  display: flex;
  flex-direction: column;
}
.main::after {
  content: "";
}
.font-light {
  font-weight: 300;
}
.font-light::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.font-black {
  font-weight: 900;
}
.bg-f0f0f0a3 {
  background-color: rgba(240, 240, 240, 0.64);
  z-index: 0;
}
.col-span-3 {
  grid-column: span 3;
}
.grid-cols-40-32-auto {
  grid-template-columns: 44% 32% auto;
}
.font-bold {
  font-weight: 700;
}
.new-bg-3 {
  background-color: rgb(255, 52, 1);
}
.new-bg-3:hover {
}
.font-medium {
  font-weight: 500;
}
.gap-y-6px {
  row-gap: 6px;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.grid-cols-1fr-auto-1fr {
  grid-template-columns: 1fr auto 1fr;
}
.gap-x-6px {
  column-gap: 6px;
}
.size-32px {
  width: 32px;
  height: 32px;
}
.z-1 {
  z-index: 1;
}
.gap-y-12px {
  row-gap: 12px;
}
.size-96px {
  width: 96px;
  height: 96px;
}
.size-48px {
  width: 48px;
  height: 48px;
}
.gap-x-24px {
  column-gap: 24px;
}
.bg-fff {
  background-color: rgb(255, 255, 255);
}
.text-center {
  text-align: center;
}
.shat-2 {
  background-color: rgb(43, 43, 61);
}
.shat-2:hover {
  background-color: rgb(37, 37, 52);
}
.color-222 {
  color: rgb(34, 34, 34);
}
.size-full {
  height: 100%;
  width: 100%;
}
.border-none {
  border-style: none;
}
.uppercase {
  text-transform: uppercase;
}
.hover-underline {
}
.hover-underline:hover {
  text-decoration: underline;
}
.color-fff {
  color: rgb(255, 255, 255);
}
.flex {
  display: flex;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.flex-wrap {
  flex-wrap: wrap;
}
.transiton {
  transition: all 250ms ease-in-out;
}
.transiton:hover {
}
.right-0 {
  right: 0;
}
.bg-3aa3d1 {
  background-color: rgb(58, 163, 209);
}
.gap-x-12px {
  column-gap: 12px;
}
.relative {
  position: relative;
}
.object-cover {
  object-fit: cover;
}
.shat-1 {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.py-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}
.gap-y-24px {
  row-gap: 24px;
}
.py-6px {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}
.justify-between {
  justify-content: space-between;
}
.new-hover-color-1 {
  display: grid;
}
.new-hover-color-1:hover {
  color: rgb(255, 52, 1);
}
.absolute {
  position: absolute;
}
.bg-e6e7e9 {
  background-color: rgb(230, 231, 233);
}
.bg-e6e7e9:hover {
}
.rounded-3xl {
  border-radius: 24px;
}
.overflow-hidden {
  overflow: hidden;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.shrink-0 {
  flex-shrink: 0;
}
.absolute-center {
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}
.bg-f0f0f0 {
  background-color: rgb(240, 240, 240);
}
.grid-cols-2 {
  grid-template-columns: 1fr 1fr;
}
.flex-col {
  flex-direction: column;
}
.left-0 {
  left: 0;
}
.hover-filter-invert {
}
.hover-filter-invert:hover {
  filter: invert(100%);
}
.justify-end {
  justify-content: flex-end;
}
.shat-6 {
  background-color: rgb(46, 46, 72);
  border-bottom-color: rgb(255, 52, 1);
}
.rounded-2xl {
  border-radius: 16px;
}
.rounded-xl {
  border-radius: 12px;
}
.shat-5 {
  border-color: rgb(65, 65, 89);
  border-left-color: rgb(65, 65, 89);
}
.shat-5:hover {
  background-color: rgb(46, 46, 72);
}
.shat-5:first-child {
  border-top-width: thick;
}
.shat-5:last-child {
  border-bottom-width: 1px;
}
.bg-hero {
  background-image: url("../images/052aec0b2221bce63e8e1bab6b71aa40.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100dvh - 108px);
}
.h-full {
  height: 100%;
}
.h-full:first-child {
  border-color: rgb(46, 46, 72);
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.border-bottom-1px {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}
.grid {
  display: grid;
}
.bg-eabc23 {
  background-color: rgb(234, 188, 35);
}
.justify-center {
  justify-content: center;
}
.hover-filter-brightness85 {
}
.hover-filter-brightness85:hover {
  filter: brightness(85%);
}
.pb-12px {
  padding-bottom: 12px;
}
.color-008bdf {
  color: rgb(0, 139, 223);
}
.sticky {
  position: sticky;
}
.auto-row-256px {
  grid-auto-rows: 256px;
}
.h-256px {
  height: 256px;
}
.h-512px {
  height: 512px;
}
.border-right-2px {
  border-style: solid;
  border-width: 0;
  border-right-width: 2px;
}
.new-bg-2 {
  background-color: rgb(0, 148, 227);
}
.bg-191919 {
  background-color: rgb(25, 25, 25);
}
.new-bg-1 {
  background-color: rgb(0, 125, 35);
}
.px-36px {
  padding-right: 36px;
  padding-left: 36px;
}
.items-center {
  align-items: center;
}
.no-underline {
  text-decoration: none;
}
.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}
.bg-CA2027 {
  background-color: rgb(202, 32, 39);
}
.gap-x-36px {
  column-gap: 36px;
}
.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}
.border-7c7c7c {
  border-color: rgb(124, 124, 124);
}
.border-7c7c7c:hover {
  opacity: 1;
}
.flex-auto {
  flex: 1 1 auto;
}
.footer {
  background: #262626;
  display: flex;
  flex-direction: column;
}
.footer::after {
  background-color: rgba(0, 0, 0, 0);
}
.z-2 {
  z-index: 2;
}
.capitalize {
  text-transform: capitalize;
}
.capitalize:hover {
}
.text-sm {
  font-size: 14px;
}
.text-lg {
  font-size: 18px;
}
.italic {
  font-style: italic;
}
.size-128px {
  width: 128px;
  height: 128px;
}
.new-hover-color-3 {
}
.new-hover-color-3:hover {
  color: rgb(255, 53, 2);
}
.text-base {
  font-size: 16px;
}
.gap-y-36px {
  row-gap: 36px;
}
.row-span-2 {
  grid-row: span 2;
}
.h-768px {
  height: 768px;
}
.size-64px {
  width: 64px;
  height: 64px;
}
.mb-0 {
  margin-bottom: 0;
}
.bg-8f8f8f {
  background-color: rgb(143, 143, 143);
}
.bg-8f8f8f:hover {
}
.rounded-50 {
  border-top-color: rgb(65, 65, 89);
  border-radius: 50%;
}
.newClass88 {
}
.newClass88::after {
}
.newClass92 {
  z-index: 0;
}
.newClass95 {
}
.newClass94 {
}
.newClass83 {
}
.hover-color-3aa3d1 {
}
.hover-color-3aa3d1:hover {
  color: rgb(58, 163, 209);
  text-decoration-color: rgb(255, 53, 2);
}
.newClass84 {
}
.newClass87 {
}
.border-color-EAEAE9 {
  border-color: rgb(234, 234, 233);
}
.newClass86 {
}
.newClass86:hover {
}
.newClass85 {
}
.border-color-333 {
  border-color: rgb(51, 51, 51);
}
.newClass89 {
}
.newClass93 {
}
.newClass91 {
}
.newClass90 {
}
.new-bg-4 {
  background-color: rgba(0, 0, 0, 0.33);
}
.py-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}
.py-36px {
  padding-top: 36px;
  padding-bottom: 36px;
}
.new-hover-color-2:hover {
  color: rgb(255, 53, 2);
}
.px-6px {
  padding-right: 6px;
  padding-left: 6px;
}
.w-full {
  width: 100%;
}
.h-384px {
  height: 384px;
}
.color-EB5B14 {
  color: rgb(235, 91, 20);
}
.col-span-2 {
  grid-column: span 2;
}

.header-link--active {
  color: #f5f5f5 !important;
  border-bottom-color: #dc2626 !important;
}

.swiper {
  width: 100%;
}

.results .swiper-slide {
  display: flex;
  height: auto !important;
}
.video-post .swiper-slide,
.matches .swiper-slide {
  height: auto !important;
}
@media (min-width: 1024px) {
  .video-post .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
  }
}
