@font-face {
  font-family: "Clash_Display";
  src: url("./../fonts/ClashDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: auto;
  font-style: normal;
}
@font-face {
  font-family: "Clash_Display";
  src: url("./../fonts/ClashDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: auto;
  font-style: normal;
}
@font-face {
  font-family: "PP_Formula_Condensed";
  src: url("./../fonts/PPFormulaCondensed-Variable.ttf") format("truetype-variations");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Acumin";
  src: url("./../fonts/AcuminVariableConcept.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* WHITE color */
/* white */ /* NOT_USED */
/* white | opacity=>98% */ /* NOT_USED */
/* gainsboro */
/* chinese_white */
/* light_silver */
/* BLACK color */
/* black */
/* raisin_black */
/* raisin_black | opacity=>65% */
/* raisin_black | opacity=>64% */
/* raisin_black | opacity=>41% */
/* GREEN */
/* spanish_viridian */
/* YELLOW */
/* ripe_mango */
/* ripe_mango | opacity=>70% */ /* NOT_USED */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Clash_Display", "PP_Formula_Condensed", "Acumin", sans-serif;
  color: #231f20;
  font-size: 16px;
  background-color: #e0dfde;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  /* desktop: '1920px' (Base_Screen) */
  /* xxxl: '1500px' */
  /* xxl: '1200px' */
  /* xl: '1024px' (Bigger_Tablet) */
  /* lg: '992px' */
  /* md: '768px'(Bigger_Mobile) */
  /* sm: '575px' */
}
@media (min-width: 2000px) {
  html,
  body {
    font-size: 18px;
  }
}
@media (min-width: 2250px) {
  html,
  body {
    font-size: 19px;
  }
}
@media (min-width: 3000px) {
  html,
  body {
    font-size: 27px;
  }
}
@media (min-width: 3800px) {
  html,
  body {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 1899.9px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  html,
  body {
    font-size: 12px;
  }
}
@media (max-width: 1250px) {
  html,
  body {
    font-size: 10px;
  }
}
@media (max-width: 1024.98px) {
  html,
  body {
    font-size: 8.5px;
  }
}
@media (max-width: 992px) {
  html,
  body {
    font-size: 8px;
  }
}
@media (max-width: 768.98px) {
  html,
  body {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 425.98px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 389.98px) {
  html,
  body {
    /* font-size: 12px; */
    font-size: 16px;
  }
}
@media (max-width: 290px) {
  html,
  body {
    font-size: 10px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
  gap: 0;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #979797;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #161619;
}

::-webkit-scrollbar-track {
  background-color: #eae7e4;
}

.marquee-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fac929;
  background-color: #02805d;
}

.marquee-swiper-container.swiper {
  padding: 6px 2rem;
}
@media (max-width: 767.98px) {
  .marquee-swiper-container.swiper {
    padding: 2px 1rem;
  }
}
.marquee-swiper-container.swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center !important;
  /* gap: 51px !important; */
}
.marquee-swiper-container.swiper .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.marquee-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

.marquee-slide .slide-img {
  height: 100%;
  max-height: 3.125rem;
  width: auto;
}
.marquee-slide .slide-img img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .marquee-slide .slide-img {
    max-height: 0.9375rem;
  }
}

/* Edition Container */
/* Edition Card */
/* Background and Transition */
/* Edition Version Box */
/* Edition Text with Number */
/* Version Number */
/* Yearly Box */
/* Yearly Text */
/* --------------- Styles --------------- */
/* --------------- Main Gallery --------------- */
.gallery-swiper-container {
  width: 81.14584%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .gallery-swiper-container {
    width: 90%;
  }
}

.main-gallery-swiper {
  position: relative;
  min-width: 36.457%;
  width: auto;
  max-width: 66.239%;
  height: -moz-fit-content;
  height: fit-content;
  /* @media (max-width: $md-breakpoint) {
    min-width: auto;
    width: 100%;
    max-width: 60%;
  } */
}

.gallery-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem;
}

.main-gallery-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000000;
}
@media (max-width: 767.98px) {
  .main-gallery-img {
    border: 0.5px solid #000000;
  }
}
.main-gallery-img::before, .main-gallery-img::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  border: 1px solid #02805d;
  background: #e0dfde;
}
.main-gallery-img::before {
  bottom: -6px;
  right: -6px;
  z-index: -1;
}
.main-gallery-img::after {
  bottom: -10px;
  right: -10px;
  z-index: -2;
}
.main-gallery-img img {
  width: 100%;
  height: 42.5625rem;
  max-height: 49.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .main-gallery-img img {
    width: auto;
    height: 10rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

/* --------------- Arrows --------------- */
.swiper-button-next,
.swiper-button-prev {
  color: black;
}

.swiper.gallery-swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
}
.swiper.gallery-swiper-container .swiper-button-prev,
.swiper.gallery-swiper-container .swiper-button-next {
  align-self: center;
  margin-top: 2.8125rem;
  top: 0;
  bottom: 0;
  width: 5.1875rem;
  height: 3.75rem;
}
.swiper.gallery-swiper-container .swiper-button-prev img,
.swiper.gallery-swiper-container .swiper-button-next img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .swiper.gallery-swiper-container .swiper-button-prev,
  .swiper.gallery-swiper-container .swiper-button-next {
    width: 1.875rem;
    height: 1.375rem;
  }
}
.swiper.gallery-swiper-container .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.swiper.gallery-swiper-container .swiper-button-prev {
  left: 0;
}
.swiper.gallery-swiper-container .swiper-button-next::after,
.swiper.gallery-swiper-container .swiper-button-prev::after {
  content: "" !important;
}

/* --------------- thumbnail Gallery --------------- */
.thumbs-gallery-container {
  width: 100%;
}

.thumbs-gallery-slide {
  width: auto;
  height: 10.1875rem;
}
.thumbs-gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .thumbs-gallery-slide {
    height: 3.125rem;
  }
}

.thumbs-gallery-container .swiper-slide-thumb-active img {
  border: 0.5rem solid #02805d;
}
@media (max-width: 767.98px) {
  .thumbs-gallery-container .swiper-slide-thumb-active img {
    border-width: 0.125rem;
  }
}

/* _________ Section 01 [HERO BANNER] _________ */
.hero-banner-section {
  position: relative;
  padding-block: 3.75rem 5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.1875rem;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .hero-banner-section {
    padding-block: 1rem 1.25rem;
    gap: 0.625rem;
  }
}

.hero-banner-section .hero-section-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-banner-section .hero-section-background .section-background {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: top left;
     object-position: top left;
}

.logo-slogan-container.hero-banner-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8125rem;
}
@media (max-width: 767.98px) {
  .logo-slogan-container.hero-banner-logo {
    gap: 0.375rem;
  }
}
.logo-slogan-container.hero-banner-logo .zed-logo {
  width: 21.125rem;
  height: 21.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slogan-container.hero-banner-logo .zed-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  .logo-slogan-container.hero-banner-logo .zed-logo {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.logo-slogan-container.hero-banner-logo .zed-slogan {
  padding-inline: 0.4375rem 0.625rem;
  display: flex;
  align-items: center;
  background-color: #e0dfde;
}
@media (max-width: 767.98px) {
  .logo-slogan-container.hero-banner-logo .zed-slogan {
    padding-inline: 2px;
  }
}
.logo-slogan-container.hero-banner-logo .slogan {
  font-family: "Clash_Display";
  text-transform: uppercase;
  text-align: center;
  font-size: 2.4375rem;
  line-height: 2.875rem;
  font-weight: 700;
  color: #231f20;
}
@media (max-width: 767.98px) {
  .logo-slogan-container.hero-banner-logo .slogan {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}

.hero-banner-title {
  width: 55%;
  font-family: "Clash_Display";
  text-align: center;
  font-size: 20.1875rem;
  font-weight: 700;
  line-height: 14.5rem;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 767.98px) {
  .hero-banner-title {
    font-size: 4.0625rem;
    line-height: 2.875rem; /* 70.769% */
  }
}

/* _________ Section 02 [MARQUEE] _________ */
/* _________ Section 03 [VIDEO WITH CONTENT IN IT] _________ */
.video-text-section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-image-background {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

video#background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  video#background-video {
    display: none; /* Hide video on mobile */
  }
}

.mobile-background-image {
  width: 100%;
  height: auto;
  display: none; /* Default: hide the image */
}
@media (max-width: 767.98px) {
  .mobile-background-image {
    display: block; /* Show image on mobile */
  }
}

.content-container {
  position: absolute;
  bottom: 15%;
  z-index: 1;
  width: 28.6459%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .content-container {
    width: 50%;
    top: 2rem;
    bottom: 1.4375rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.content-paragraph {
  font-family: "Clash_Display";
  text-align: center;
  font-size: 2rem;
  line-height: 2.0625rem; /* 103.125% */
  font-weight: 400;
  color: #231f20;
}
@media (max-width: 767.98px) {
  .content-paragraph {
    font-size: 0.75rem;
    line-height: 1rem; /* 133.333% */
  }
}

/* _________ Section 04 [CENTERED VIDEO WITH CONTENT] _________ */
.centered-video-text-section {
  position: relative;
  z-index: 1;
  margin-top: 5.75rem;
  padding: 3.5625rem 1.625rem 7.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4.75rem;
  background-color: #02805d;
}
@media (max-width: 767.98px) {
  .centered-video-text-section {
    margin-top: 2.5rem;
    padding: 0.875rem 2rem 4.0625rem;
    gap: 2.375rem;
  }
}

.centered-section-background {
  position: absolute;
  inset: auto 1.625rem 1.75rem;
  width: auto;
  height: auto;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .centered-section-background {
    inset: auto 0.375rem 2.6875rem;
  }
}
.centered-section-background .section-background {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: top left;
     object-position: top left;
}

.centered-content {
  width: 71.307%;
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
}
@media (max-width: 767.98px) {
  .centered-content {
    width: 90%;
    gap: 2.375rem;
  }
}

.logo-slogan-container.centered-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8125rem;
}
@media (max-width: 767.98px) {
  .logo-slogan-container.centered-logo {
    gap: 0.375rem;
  }
}
@media (max-width: 767.98px) {
  .logo-slogan-container.centered-logo {
    gap: 0.625rem;
  }
}
.logo-slogan-container.centered-logo .zed-logo {
  width: 14.125rem;
  height: 14.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slogan-container.centered-logo .zed-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  .logo-slogan-container.centered-logo .zed-logo {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.logo-slogan-container.centered-logo .zed-slogan {
  padding-inline: 0.4375rem 0.625rem;
  display: flex;
  align-items: center;
  background-color: #02805d;
}
@media (max-width: 767.98px) {
  .logo-slogan-container.centered-logo .zed-slogan {
    padding-inline: 2px;
  }
}
.logo-slogan-container.centered-logo .slogan {
  font-family: "Clash_Display";
  text-transform: uppercase;
  text-align: center;
  font-size: 2.4375rem;
  line-height: 2.875rem;
  font-weight: 700;
  color: #e0dfde;
}
@media (max-width: 767.98px) {
  .logo-slogan-container.centered-logo .slogan {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .logo-slogan-container.centered-logo .slogan {
    font-size: 1rem;
    line-height: normal;
  }
}

.centered-content-paragraph {
  min-height: 11.875rem;
  font-family: "Clash_Display";
  text-align: center;
  font-size: 3.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.75rem; /* 103.448% */
  text-wrap: pretty;
  color: #e0e0de;
}
@media (max-width: 767.98px) {
  .centered-content-paragraph {
    min-height: -moz-fit-content;
    min-height: fit-content;
    font-size: 1rem;
    line-height: 1rem; /* 100% */
  }
}

.centered-video {
  width: 100%;
  /* height: 54.3125rem; */
  max-width: 94.112%;
  border: 1px solid #fac929;
  background: rgba(35, 31, 32, 0.41);
}
@media (max-width: 767.98px) {
  .centered-video {
    max-width: 100%;
    height: auto;
  }
}
.centered-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* _________ Section 05 [WINNER CLUBS] _________ */
.clubs-winner-section {
  padding-block: 7.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5.125rem 1.25rem;
}
@media (max-width: 767.98px) {
  .clubs-winner-section {
    padding-block: 2.5rem 3.3125rem;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.25rem;
  }
}

.winner-card-container {
  position: relative;
  padding-top: 4.75rem;
}
@media (max-width: 767.98px) {
  .winner-card-container {
    padding-top: 2.375rem;
  }
}

.edition-box {
  position: absolute;
  top: 0;
  left: 1.3125rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: #231f20;
}
.edition-box .edition-number,
.edition-box .edition-text {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.875rem 1.25rem;
  background: #fac929;
}
@media (max-width: 767.98px) {
  .edition-box .edition-number,
  .edition-box .edition-text {
    padding-inline: 0.4375rem 0.625rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}

.edition-number {
  padding-bottom: 0.375rem;
  height: 4.75rem;
  font-family: "PP_Formula_Condensed";
  font-size: 4.625rem;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .edition-number {
    padding-bottom: 0;
    height: 2.375rem;
    font-size: 2.25rem;
    line-height: 1.625rem;
  }
}

.edition-text {
  padding-bottom: 0.5rem;
  height: 3.125rem;
  font-family: "Clash_Display";
  font-size: 2.5625rem;
  font-weight: 700;
  line-height: 2.5625rem;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .edition-text {
    padding-bottom: 0;
    height: 1.5625rem;
    font-size: 1.25rem;
    line-height: 110.8%; /* 22.16px */
  }
}

.winner-club-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 3.75rem;
}
@media (max-width: 767.98px) {
  .winner-club-card {
    gap: 0;
    flex-wrap: wrap;
  }
}
.winner-club-card .card-image-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.winner-club-card .card-image-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.know-more-btn,
.know-less-btn {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .know-more-btn,
  .know-less-btn {
    gap: 0.3125rem;
  }
}
.know-more-btn .text,
.know-less-btn .text {
  font-family: "Clash_Display";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #fac929;
}
@media (max-width: 767.98px) {
  .know-more-btn .text,
  .know-less-btn .text {
    font-size: 0.875rem;
  }
}
.know-more-btn .icon,
.know-less-btn .icon {
  height: 15px;
  min-width: 11px;
}
.know-more-btn .icon img,
.know-less-btn .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.know-more-btn {
  padding: 0 0.5rem 1.75rem 1.3125rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .know-more-btn {
    position: absolute;
    right: 0;
    bottom: 0.375rem;
    margin-right: 0.75rem;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .know-more-btn .text {
    color: #02805d;
  }
}
.know-more-btn .icon {
  margin-bottom: 2px;
}
@media (max-width: 767.98px) {
  .know-more-btn .icon {
    margin-bottom: 0;
    filter: brightness(0) saturate(100%) invert(31%) sepia(79%) saturate(708%) hue-rotate(120deg) brightness(100%) contrast(98%);
  }
}

.know-more-btn.hidden {
  opacity: 0;
  visibility: hidden;
}

.know-less-btn {
  align-items: center;
}
.know-less-btn .icon {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .know-less-btn {
    align-self: flex-end;
    padding-top: 0.8125rem;
    padding-right: 1.5625rem;
  }
}

.card-content {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 767.98px) {
  .card-content {
    order: 1;
    width: 100%;
    justify-content: space-between;
  }
}

.winner-with-country {
  position: relative;
  width: 30.3125rem;
  padding: 0.0625rem 0.25rem 2.875rem;
}
@media (max-width: 767.98px) {
  .winner-with-country {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.75rem 1.3125rem 0.75rem;
  }
}

.winner-title {
  font-family: "Clash_Display";
  font-size: 6.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #e0dfde;
}
@media (max-width: 767.98px) {
  .winner-title {
    font-size: 2.6875rem;
  }
}

.country-with-flag {
  position: absolute;
  bottom: 1.25rem;
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 767.98px) {
  .country-with-flag {
    position: relative;
    top: 0;
    bottom: 0;
  }
}
.country-with-flag .country-flag-box {
  margin-top: 0.375rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .country-with-flag .country-flag-box {
    width: 1.625rem;
  }
}
.country-with-flag .country-flag-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.country-with-flag .club-name {
  font-family: "Clash_Display";
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #fac929;
}
@media (max-width: 767.98px) {
  .country-with-flag .club-name {
    font-size: 1.125rem;
  }
}

.winner-club-logo {
  width: 8.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
@media (max-width: 767.98px) {
  .winner-club-logo {
    width: 5rem;
    margin: 0.875rem 1.625rem 0 0;
    align-self: flex-start;
  }
}
.winner-club-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.winner-club-details {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-block: 2.4375rem 1.9375rem;
  background: #02805d;
}
@media (max-width: 767.98px) {
  .winner-club-details {
    padding-block: 0.9375rem 0.875rem;
  }
}
.winner-club-details .background-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-blend-mode: multiply;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.winner-club-details .background-layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
@media (max-width: 767.98px) {
  .winner-club-details .background-layer {
    -o-object-fit: none;
       object-fit: none;
  }
}

.details-box {
  position: relative;
  padding: 0.625rem 1.625rem 1.25rem 1.25rem;
}
@media (max-width: 767.98px) {
  .details-box {
    padding: 2.125rem 0.75rem 0.6875rem 0.9375rem;
  }
}
.details-box .details-line-bg {
  position: absolute;
  inset: 0 1.25rem auto 1.25rem;
  width: auto;
  height: 100%;
  z-index: -1;
}
.details-box .details-line-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: top;
     object-position: top;
}

.details-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.5rem;
}
@media (max-width: 767.98px) {
  .details-container {
    gap: 1.5rem;
  }
}

.participants-year-box {
  width: 100%;
  padding: 0.25rem 0.4375rem 0 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fac929;
}
@media (max-width: 767.98px) {
  .participants-year-box {
    padding: 0.125rem 0.375rem 0;
  }
}
.participants-year-box .participants-text,
.participants-year-box .year-text {
  font-family: "Clash_Display";
  font-weight: 700;
  line-height: normal;
  white-space: break-spaces;
  color: #000000;
}
.participants-year-box .participants-text {
  font-size: 2.1875rem;
}
.participants-year-box .participants-text span {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .participants-year-box .participants-text {
    font-size: 0.75rem;
  }
}
.participants-year-box .year-text {
  padding-block: 0.375rem 0.5rem;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .participants-year-box .year-text {
    padding: 0;
    font-size: 0.75rem;
  }
}

.runner-up-teams-container {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 767.98px) {
  .runner-up-teams-container {
    gap: 0;
  }
}

.runner-up-text {
  font-family: "Clash_Display";
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #e0dfde;
}
@media (max-width: 767.98px) {
  .runner-up-text {
    font-size: 1.5rem;
  }
}

.teams-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 12.875rem);
  justify-content: center;
  grid-row-gap: 2.25rem;
}
@media (max-width: 767.98px) {
  .teams-container {
    grid-template-columns: repeat(3, 6.25rem);
    grid-row-gap: 0.625rem;
  }
}

.club-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
}
.club-card.card-start {
  grid-column: 1/2;
}
.club-card.card-center {
  grid-column: 2/3;
}
.club-card.card-end {
  grid-column: 3/4;
}

.logo-box {
  height: 6.25rem;
  width: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .logo-box {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.logo-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.club-name-country-flag-box {
  padding: 0.1875rem 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  background: #d9d9d9;
}
@media (max-width: 767.98px) {
  .club-name-country-flag-box {
    padding: 0;
    align-items: stretch;
    gap: 0.25rem;
  }
}

.flag-country {
  width: 1.875rem;
  height: auto;
}
@media (max-width: 767.98px) {
  .flag-country {
    width: 0.8125rem;
    height: 0.5625rem;
  }
}
.flag-country img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.club-naming {
  font-family: "Clash_Display";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  color: #000000;
}
@media (max-width: 767.98px) {
  .club-naming {
    font-size: 0.625rem;
  }
}

/* _________ Section 06 [EDITION VIDEO] _________ */
.video-by-edition-section {
  position: relative;
  z-index: 1;
  padding-block: 6.625rem 9.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3.625rem;
  background: #02805d;
}
@media (max-width: 767.98px) {
  .video-by-edition-section {
    padding-block: 3.5625rem 3.9375rem;
    gap: 0.875rem;
  }
}
.video-by-edition-section .video-edition-background {
  z-index: -1;
  position: absolute;
  inset: 0.6875rem 1.4375rem auto 1.625rem;
  width: auto;
  height: auto;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .video-by-edition-section .video-edition-background {
    inset: 1.625rem 0.4375rem 1.9375rem 0.375rem;
  }
}
.video-by-edition-section .video-edition-background img.background-img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: top left;
     object-position: top left;
}

.edition-container {
  width: 100%;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.25rem;
}
@media (max-width: 767.98px) {
  .edition-container {
    gap: 0.4375rem;
  }
}

.edition-card {
  min-width: 18.25rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #fac929;
  transition: background-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .edition-card {
    align-items: flex-end;
    min-width: auto;
  }
}

.version-box {
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 20px 0px 28px;
}
@media (max-width: 767.98px) {
  .version-box {
    padding: 0.125rem 0.4375rem 0;
  }
}

.edition-version-text {
  font-family: "Clash_Display";
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-transform: capitalize;
  color: rgba(35, 31, 32, 0.65);
}
@media (max-width: 767.98px) {
  .edition-version-text {
    font-size: 12px;
    line-height: normal;
  }
}
.edition-version-text .number-text {
  font-family: "PP_Formula_Condensed";
  font-weight: 800;
}

.yearly-box {
  order: 1;
  display: none;
  padding: 0.75rem 2.625rem 0.625rem;
}
@media (max-width: 767.98px) {
  .yearly-box {
    padding: 2px 0.75rem;
  }
}
.yearly-box .yearly-text {
  font-family: "Clash_Display";
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-transform: capitalize;
  color: #000000;
  text-transform: uppercase;
  white-space: break-spaces;
}
@media (max-width: 767.98px) {
  .yearly-box .yearly-text {
    color: #231f20;
    font-size: 0.875rem;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  .yearly-box .yearly-text {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
  }
}

.edition-card.is-active {
  width: 100%;
}
.edition-card.is-active .version-box {
  order: 2;
  padding-top: 1.125rem;
}
@media (max-width: 767.98px) {
  .edition-card.is-active .version-box {
    padding-top: 0;
  }
}
.edition-card.is-active .version-box .edition-version-text {
  font-size: 3.625rem;
  color: #231f20;
}
@media (max-width: 767.98px) {
  .edition-card.is-active .version-box .edition-version-text {
    font-size: 0.875rem;
    line-height: normal;
  }
}
.edition-card.is-active .yearly-box {
  display: block;
}

.video-container {
  width: 74.74%;
  /* min-height: 50rem; */
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #fac929;
  background: rgba(35, 31, 32, 0.41);
}
.video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .video-container {
    width: 83.85%;
  }
}

.coming-soon-box {
  width: 100%;
  height: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #02805d;
}
.coming-soon-box .coming-soon-text {
  color: #e0dfde;
  font-family: "Clash_Display";
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 3.75rem; /* 50% */
}
@media (max-width: 767.98px) {
  .coming-soon-box .coming-soon-text {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .coming-soon-box {
    height: 12.375rem;
  }
}

/* _________ Section 07 [BANNER WITH TEXT] _________ */
.banner-with-text-section {
  position: relative;
  width: 100%;
  margin-top: 8.3125rem;
  padding-inline: 5rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .banner-with-text-section {
    margin-top: 2.125rem;
    padding-inline: 2.5rem;
    padding-bottom: 0.625rem;
  }
}

.banner-img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .banner-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.banner-text-box {
  position: absolute;
  top: 3.5rem;
  left: 6.75rem;
}
@media (max-width: 767.98px) {
  .banner-text-box {
    top: 1rem;
    left: 1rem;
  }
}

.banner-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  font-family: "Clash_Display";
  font-size: 3.75rem;
  line-height: 3.125rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: break-spaces;
  color: #000000;
}
@media (max-width: 767.98px) {
  .banner-text {
    font-size: 1.25rem;
    line-height: 1.1875rem; /* 95% */
  }
}
.banner-text .mark {
  padding: 6px 0.5rem 0.125rem;
  background: #fac929;
}
@media (max-width: 767.98px) {
  .banner-text .mark {
    padding: 0;
  }
}

/* marquee rotated */
.marquee-wrapper-rotated {
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 100%;
  transform: rotate(-2.15deg);
}
@media (max-width: 767.98px) {
  .marquee-wrapper-rotated {
    bottom: -0.25rem;
  }
}

/* _________ Section 08 [THUMBNAIL GALLERY BY EDITION] _________ */
.gallery-edition-section {
  position: relative;
  width: 100%;
  padding-block: 9.75rem 1.5625rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (max-width: 767.98px) {
  .gallery-edition-section {
    padding-block: 1.625rem 0.875rem;
    gap: 0.625rem;
  }
}
.gallery-edition-section .gallery-edition-background {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  z-index: -1;
}
.gallery-edition-section .gallery-edition-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.gallery-edition-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-slogan-container.gallery-edition-logo {
  padding-inline: 4.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8125rem;
}
@media (max-width: 767.98px) {
  .logo-slogan-container.gallery-edition-logo {
    gap: 0.375rem;
  }
}
@media (max-width: 767.98px) {
  .logo-slogan-container.gallery-edition-logo {
    padding-inline: 2.375rem;
  }
}
.logo-slogan-container.gallery-edition-logo .zed-logo {
  width: 20.375rem;
  height: 20.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slogan-container.gallery-edition-logo .zed-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  .logo-slogan-container.gallery-edition-logo .zed-logo {
    width: 4.1875rem;
    height: 4.1875rem;
  }
}

.edition-gallery-container {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .edition-gallery-container {
    gap: 0.4375rem;
  }
}

.edition-gallery-card {
  min-width: 15.125rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  background-color: #fac929;
  transition: background-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .edition-gallery-card {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

.version-box-gallery {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.4375rem 1.75rem 0 1.25rem;
}
@media (max-width: 767.98px) {
  .version-box-gallery {
    padding: 0.125rem 0.5rem 0;
  }
}

.edition-version-text-gallery {
  font-family: "Clash_Display";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-transform: capitalize;
  color: rgba(35, 31, 32, 0.64);
}
@media (max-width: 767.98px) {
  .edition-version-text-gallery {
    font-size: 0.75rem;
    line-height: normal;
  }
}
.edition-version-text-gallery .number-edition-text {
  font-family: "PP_Formula_Condensed";
  font-weight: 800;
}

.edition-gallery-card.is-active {
  margin-right: 2px;
}
.edition-gallery-card.is-active .version-box-gallery {
  padding: 0.5rem 1.625rem 0.5rem 2.75rem;
}
@media (max-width: 767.98px) {
  .edition-gallery-card.is-active .version-box-gallery {
    padding: 0.125rem 0.375rem 0;
  }
}
.edition-gallery-card.is-active .edition-version-text-gallery {
  font-size: 2.6875rem;
  color: #231f20;
}
@media (max-width: 767.98px) {
  .edition-gallery-card.is-active .edition-version-text-gallery {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
  }
}

.thumbs-gallery-wrapper {
  width: 100%;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.3125rem;
}
@media (max-width: 767.98px) {
  .thumbs-gallery-wrapper {
    gap: 1.375rem;
  }
}

/* _________ Section 09 [CLUBS LOGOS AND FOOTER] _________ */
.clubs-footer-wrapper {
  width: 100%;
  padding-block: 6.6875rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4.25rem;
  background-color: #02805d;
}
@media (max-width: 767.98px) {
  .clubs-footer-wrapper {
    padding-block: 0.9375rem 0.75rem;
    gap: 2.8125rem;
  }
}

/* --------------- clubs --------------- */
.clubs-logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.75rem;
}
@media (max-width: 767.98px) {
  .clubs-logo-section {
    gap: 0.5rem;
  }
}

.club-text {
  font-family: "Clash_Display";
  font-size: 4.6875rem;
  font-weight: 700;
  line-height: 3.75rem; /* 80% */
  text-transform: uppercase;
  color: #e0dfde;
}
@media (max-width: 767.98px) {
  .club-text {
    font-size: 2.25rem;
  }
}

.clubs-logos-wrapper {
  position: relative;
  padding: 2.3125rem 6.375rem 1.5rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .clubs-logos-wrapper {
    padding: 3.125rem 1.125rem 3.6875rem;
  }
}
.clubs-logos-wrapper .club-logos-background {
  position: absolute;
  inset: 0 3.25rem;
  width: auto;
  height: auto;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .clubs-logos-wrapper .club-logos-background {
    inset: 0 8px 0 6px;
  }
}
.clubs-logos-wrapper .club-logos-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: top left;
     object-position: top left;
}

.logos-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem 4.6875rem;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .logos-container {
    gap: 0.625rem 0.5rem;
  }
}

.club-logo-box {
  width: 9.375rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: saturate(0);
  cursor: pointer;
}
.club-logo-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .club-logo-box {
    width: 4.875rem;
    filter: saturate(1);
  }
}

.club-logo-box:hover {
  filter: saturate(1);
}

/* --------------- footer --------------- */
.footer-section {
  width: 100%;
  padding-inline: 2.125rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .footer-section {
    padding-inline: 0.375rem 0.4375rem;
    gap: 0.875rem;
    align-items: center;
  }
}

.copyright {
  padding-bottom: 0.25rem;
  font-family: "Clash_Display";
  font-size: 1.375rem;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .copyright {
    text-wrap: balance;
    font-size: 0.4375rem;
  }
}

.footer-logos {
  display: flex;
  gap: 7.75rem;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .footer-logos {
    gap: 0.875rem;
    align-items: center;
  }
}

.zed-sports-logo,
.powered-by-ntsal-logo {
  width: auto;
}
.zed-sports-logo img,
.powered-by-ntsal-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.zed-sports-logo {
  padding-bottom: 0.625rem;
  height: 4.3125rem;
}
@media (max-width: 767.98px) {
  .zed-sports-logo {
    padding-bottom: 0;
    height: 1.75rem;
  }
}

.powered-by-ntsal-logo {
  height: 2.3125rem;
}
@media (max-width: 767.98px) {
  .powered-by-ntsal-logo {
    height: 1rem;
  }
}/*# sourceMappingURL=globals.css.map */