.HomepageCountdown {
  position: relative;
  padding-bottom: var(--sizeModuleHorizontalOffset);
  color: #fff;
  text-align: center;
}

@media (min-width: 48.01rem) {
  .HomepageCountdown {
    padding-bottom: calc(var(--sizeModuleHorizontalOffset) * 1.5);
  }
}

@media (min-width: 75.01rem) {
  .HomepageCountdown {
    padding-bottom: calc(var(--sizeModuleHorizontalOffset) * 2);
  }
}

.HomepageCountdown-title {
  color: #fff;
}

@media (min-width: 48.01rem) {
  .HomepageCountdown-title {
    margin: 0;
  }
}

.HomepageCountdown-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: -1;
}

.HomepageCountdown-bg img {
  width: 100%;
}

.HomepageCountdown-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 1rem;
}

@media (max-width: 48rem) {
  .HomepageCountdown-inner {
    flex-direction: column;
  }
}

.HomepageCountdown-logo {
  padding: clamp(1rem, calc(0.847rem + 0.653vw), 1.5rem);
  border-radius: 24px;
  background: #FFF;
}

.HomepageCountdown-logoImg {
  width: clamp(6.25rem, calc(4.719rem + 6.531vw), 11.25rem);
  height: clamp(6.25rem, calc(4.719rem + 6.531vw), 11.25rem);
}

.HomepageCountdown-timer {
  max-width: 1456px;
  font-weight: 700;
}

.HomepageCountdown-timerTime {
  font-size: clamp(2.688rem, calc(1.138rem + 6.612vw), 7.75rem);
  font-variant-numeric: tabular-nums;
}

@media (min-width: 48.01rem) {
  .HomepageCountdown-timerTime {
    font-size: clamp(2.688rem, calc(-1.986rem + 9.736vw), 7.75rem);
  }
}

.HomepageCountdown-timerTime span {
  font-size: clamp(1.688rem, calc(0.673rem + 4.327vw), 5rem);
}

@media (min-width: 48.01rem) {
  .HomepageCountdown-timerTime span {
    font-size: clamp(2rem, calc(-0.769rem + 5.769vw), 5rem);
  }
}

.HomepageCountdown-timerTime a {
  color: white;
}

.HomepageCountdown-timerTime a:hover {
  color: white;
}

.HomepageCountdown-timerDate {
  font-size: clamp(1.125rem, calc(0.857rem + 1.143vw), 2rem);
}

.HomepageCountdown-timerDate span {
  color: var(--colorBrand);
}

.Homepage-orange {
  margin-top: -115px;
  position: relative;
  z-index: 1;
}

.Homepage-orangeTop {
  height: 128px;
  width: 100%;
  position: relative;
  margin-bottom: -1px;
}

.Homepage-orangeTop div:first-of-type {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  clip-path: polygon(0% 0%, 50% 90%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  background: #f38c32;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.Homepage-orangeTop div:nth-of-type(2) {
  position: absolute;
  bottom: 8px;
  left: 50%;
  clip-path: polygon(0% 0%, 50% 90%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  background: white;
  width: 100%;
  height: 100%;
  transform: translate(-50%);
}

.Homepage-orangeBottom {
  height: 143px;
  width: 100%;
  position: relative;
}

.Homepage-orangeBottom div:first-of-type {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%);
  clip-path: polygon(100% 9.302%, 50% 100%, 0% 9.302%, 100% 9.302%);
  background: white;
  width: 100%;
  height: 100%;
}

.Homepage-orangeBottom div:nth-of-type(2) {
  position: absolute;
  bottom: 22px;
  left: 50%;
  clip-path: polygon(100% 9.302%, 50% 100%, 0% 9.302%, 100% 9.302%);
  background: #FF7E21;
  width: 100%;
  height: 100%;
  transform: translate(-50%);
}

.HomepageMatches {
  padding-top: clamp(2.5rem, calc(1.735rem + 3.265vw), 5rem);
  background: linear-gradient(180deg, #F38C32 0%, #FF7F23 100%);
}

.HomepageMatches-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.HomepageMatches-inner:has(.has-0-children) {
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 1024px;
  margin: auto;
}

@media (max-width: 1600px) {
  .HomepageMatches-inner {
    gap: 2rem;
  }
}

@media (max-width: 75rem) {
  .HomepageMatches-inner {
    grid-template-columns: 1fr;
  }
}

.HomepageMatches-innerLeft {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 2rem;
}

@media (min-width: 64.01rem) and (max-width: 75rem) {
  .HomepageMatches-innerLeft {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 1rem;
  }
}

.HomepageMatches-innerLeft.has-0-children {
  height: 0;
}

.HomepageMatches-innerLeft.has-1-children {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

@media (min-width: 75.01rem) {
  .HomepageMatches-innerLeft.has-1-children {
    grid-template-rows: 1fr 1fr;
  }
}

.HomepageMatches-previous {
  display: flex;
  padding: clamp(1rem, calc(-4rem + 5vw), 2rem);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, calc(0.194rem + 1.306vw), 1.5rem);
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid rgba(24, 22, 26, 0.1);
  background: #18161A;
  text-align: center;
}

.HomepageMatches-previousTop {
  color: white;
  font-weight: 700;
}

.HomepageMatches-previousTopTitle {
  font-size: clamp(1.75rem, calc(1.367rem + 1.633vw), 3rem);
}

.HomepageMatches-previousTopDate {
  font-size: clamp(1.5rem, calc(1.27rem + 0.98vw), 2.25rem);
}

.HomepageMatches-previousTile {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  background: #FFF;
  align-self: stretch;
}

@media (max-width: 36rem) {
  .HomepageMatches-previousTile {
    flex-direction: column;
  }
}

.HomepageMatches-previousTileLogo {
  width: 124px;
  height: 124px;
}

.HomepageMatches-previousTileScore {
  display: flex;
  max-width: 272px;
  flex-direction: column;
  gap: 8px;
}

.HomepageMatches-previousTileScoreMain {
  color: var(--colorBrand);
  font-size: clamp(2.75rem, calc(-3.5rem + 6.25vw), 4rem);
  font-weight: 700;
}

.HomepageMatches-previousTileScoreQuarters {
  font-size: clamp(1.125rem, calc(-0.75rem + 1.875vw), 1.5rem);
  font-weight: 700;
}

.HomepageMatches-previousTileScoreQuarters span {
  color: var(--colorBrand);
}

.HomepageMatches-previousBottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.HomepageMatches-previousBottomText {
  font-size: clamp(1.125rem, calc(1.087rem + 0.163vw), 1.25rem);
  color: white;
}

.HomepageMatches-previousBottomText span {
  color: var(--colorBrand);
}

.HomepageMatches-table {
  border-radius: 1rem;
  border: 1px solid white;
  overflow: hidden;
}

.HomepageMatches-table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

.HomepageMatches-table td:first-of-type, .HomepageMatches-table th:first-of-type {
  text-align: left;
  width: 100%;
}

.HomepageMatches-table td:not(:first-of-type), .HomepageMatches-table th:not(:first-of-type) {
  text-align: center;
}

.HomepageMatches-table tr:last-of-type td {
  text-align: center;
}

.HomepageMatches-table tr:last-of-type td a {
  color: var(--colorText);
  text-decoration: underline;
}

.HomepageMatches-table tr:last-of-type td a:hover, .HomepageMatches-table tr:last-of-type td a:active, .HomepageMatches-table tr:last-of-type td a:focus {
  text-decoration: none;
}

.HomepageMatches-table thead {
  border-radius: 24px 24px 0 0;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.95);
  font-size: clamp(0.875rem, calc(0.607rem + 1.143vw), 1.75rem);
  font-weight: 700;
}

.HomepageMatches-table thead th {
  padding: clamp(1rem, calc(0.77rem + 0.98vw), 1.75rem) clamp(0.5rem, calc(0.347rem + 0.653vw), 1rem);
}

.HomepageMatches-table tbody {
  background: rgba(255, 255, 255, 0.25);
  font-size: clamp(0.875rem, calc(0.684rem + 0.816vw), 1.5rem);
}

.HomepageMatches-table tbody td {
  padding: clamp(0.875rem, calc(0.76rem + 0.49vw), 1.25rem) clamp(0.5rem, calc(0.347rem + 0.653vw), 1rem);
}

.HomepageMatches-table tbody tr {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.HomepageMedia-title {
  color: #fff;
}

.HomepageMedia-list {
  display: grid;
  grid-template-columns: auto;
  gap: 32px;
}

@media (min-width: 48.01rem) {
  .HomepageMedia-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.HomepageMedia-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.HomepageMedia-item {
  position: relative;
  display: flex;
  height: clamp(15.625rem, calc(12.755rem + 12.245vw), 25rem);
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex: 1 0 0;
  color: var(--colorBlack);
  border-radius: 24px;
  overflow: hidden;
  transition: var(--animationBase);
}

.HomepageMedia-item:hover {
  text-decoration: none;
  transform: scale(1.015);
}

.HomepageMedia-item picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.HomepageMedia-item picture img {
  height: 100%;
  object-fit: cover;
}

.HomepageMedia-itemIcon {
  width: clamp(6.25rem, calc(5.485rem + 3.265vw), 8.75rem);
  height: clamp(6.25rem, calc(5.485rem + 3.265vw), 8.75rem);
}

.HomepageMedia-itemIcon svg {
  width: clamp(6.25rem, calc(5.485rem + 3.265vw), 8.75rem);
  height: clamp(6.25rem, calc(5.485rem + 3.265vw), 8.75rem);
}

.HomepageMedia-itemTitle {
  text-align: center;
  font-size: clamp(1.625rem, calc(1.204rem + 1.796vw), 3rem);
  font-weight: 700;
}

.HomepageMedia-itemText {
  text-align: center;
  font-size: clamp(1rem, calc(0.923rem + 0.327vw), 1.25rem);
  font-weight: 700;
}

/*# sourceMappingURL=homepage.min.css.map */
