@charset "UTF-8";
/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [variables.scss]
*
*/
/*******************************************************
VARIABLES
*******************************************************/
/*******************************************************
COLORS
*******************************************************/
/* BASICS */
/* SPECIFIC BRAND */
/****** TITLES & TEXTS ******/
/****** MESSAGES & ALERTS ******/
/****** HEADER & FOOTER ******/
/****** POPUP ******/
/*******************************************************
Z-INDEX
*******************************************************/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [variables.scss]
*
*/
/*******************************************************
ADMIN VARIABLES
*******************************************************/
/*******************************************************
ADMIN COLORS
*******************************************************/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [reset.scss]
* DESCRIPTION: reset basic values
*
*/
/*******************************************************
RESET
*******************************************************/
body {
  margin: 0 auto;
  padding: 0;
  background-color: white;
}

html, body {
  overflow-x: hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

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

ul, ol, li {
  list-style-type: none;
}

img {
  display: block;
}

button {
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: 0;
}

/****** RESET FORMS ******/
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [mixins.scss]
* DESCRIPTION: css properties reused
*
*/
/*******************************************************
MIXINS -
*******************************************************/
/* DARK AND DEFAULT MODE */
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [media-queries.scss]
* DESCRIPTION: media queries
*
*/
/************************************************************
MEDIA QUERIES
************************************************************/
/** Target points **/
/* MOBILE - Targeting iPhone 5s only */
/* TABLET - mobile & up */
/* TABLET - 480px & up */
/* TABLET - 520px & up */
/* TABLET - 520px & up */
/* TABLET - 620px & up */
/* MOBILE - Only Mobile */
/* TABLET - Tablet & up */
/* TABLET - Targeting only tablet */
/* TABLET - Targeting Mobile & Tablet */
/* DESKTOP - Desktop & Up */
/* DESKTOP - Custom targeting point */
/* DESKTOP -  13 inch Macbook Pro screen */
/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [design-system.scss]
* DESCRIPTION: Elements from the design system of Revolution FC
*
*/
/*************** DESIGN SYSTEM ***************/
/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [modules]
* FOLDER: [assets/scss]
* FILE NAME: [fonts.scss]
* DESCRIPTION: fonts styling elements
*
*/
/*******************************************************
Mixins - Font Families
*******************************************************/
/***** ALIGNMENTS *****/
.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/***** TITLE *****/
h1 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.3em;
  color: #15171a;
  margin-bottom: 2rem;
}
@media (min-width: 620px) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1140px) {
  h1 {
    font-size: 6.875rem;
  }
}
h1:has(+ h2, + h3, + h4) {
  margin-bottom: 1.5rem;
}
h1.banner {
  font-style: italic;
  font-size: 1rem;
}
@media (min-width: 1140px) {
  h1.banner {
    font-size: 3rem;
  }
}

h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.5em;
  color: #15171a;
  margin-bottom: 1.125rem;
}
@media (min-width: 1140px) {
  h2 {
    font-size: 4.25rem;
    margin-bottom: 1.5rem;
  }
}
h2:has(+ p) {
  margin-bottom: 1.25rem;
}
h2.article-small {
  font-size: 1.5rem;
}
h2.page-title {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 1140px) {
  h2.page-title {
    font-size: 3rem;
  }
}

h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.3em;
  color: #84888f;
  margin-bottom: 0.875rem;
}
@media (min-width: 1140px) {
  h3 {
    font-size: 2.625rem;
    margin-bottom: 1rem;
  }
}
h3.section {
  color: #15171a;
  text-align: center;
  max-width: 900px;
}
h3.subcontent-title {
  color: #15171a;
  max-width: 900px;
  margin-bottom: 0;
}

h4 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #84888f;
}
@media (min-width: 1140px) {
  h4 {
    font-size: 1.625rem;
  }
}
h4.subcontent-title {
  color: #15171a;
  margin-bottom: 0;
}

h5 {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #15171a;
}
@media (min-width: 1140px) {
  h5 {
    font-size: 1.625rem;
  }
}
h5.label {
  font-weight: 600;
  text-transform: uppercase;
}
h5.fixture-group-date {
  margin-bottom: 0.5rem;
}

h6 {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.5em;
  color: #15171a;
}
h6.label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
}

blockquote {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.3em;
  color: #6FFFE9;
  text-align: center;
  font-style: italic;
}
@media (min-width: 1140px) {
  blockquote {
    font-size: 5rem;
    margin-block-end: 3rem;
  }
}
@media (min-width: 1440px) {
  blockquote {
    font-size: 6rem;
  }
}

/***** PARAGRAPH *****/
p {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7em;
  color: #15171a;
  margin-bottom: 2rem;
}
p .center {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1140px) {
  p.large {
    font-size: 2rem;
  }
}
p:last-child {
  margin-bottom: 0;
}
p span.text-highlight {
  font-weight: 700;
}
p .inline-link {
  color: #6FFFE9;
  font-weight: 600;
  transition: all 0.3s ease;
}
p .inline-link:hover {
  color: #229886;
}
p.legend, p.input-legend {
  font-size: 0.875rem;
  color: #84888f;
}
p.complementary {
  font-size: 0.875rem;
  font-weight: 700;
}
p:has(+ p) {
  margin-bottom: 1.25rem;
}

.text {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3em;
  color: #15171a;
}
.text.xsmall {
  font-size: 0.75rem;
}
.text.small {
  font-size: 0.875rem;
}
.text.large {
  font-size: 1.125rem;
}
.text.xlarge {
  font-size: 1.25rem;
}

.info-label {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3em;
  color: #15171a;
}
@media (min-width: 768px) {
  .info-label {
    font-size: 1.125rem;
  }
}

.info-desc {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3em;
  color: #15171a;
}
@media (min-width: 768px) {
  .info-desc {
    font-size: 1rem;
  }
}

[class*=update-link]:hover {
  cursor: pointer;
}

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

.white {
  color: white;
}

/***********************
DESIGN SYSTEM – Buttons
***********************/
.button, .tag-label, .btn-tertiary, .btn-secondary, .btn-primary {
  display: flex;
  width: fit-content;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 767px) {
  .button, .tag-label, .btn-tertiary, .btn-secondary, .btn-primary {
    width: 100%;
  }
  .button.mobile-fit, .mobile-fit.tag-label, .mobile-fit.btn-tertiary, .mobile-fit.btn-secondary, .mobile-fit.btn-primary {
    width: fit-content;
  }
}
.button.is-not-active, .is-not-active.tag-label, .is-not-active.btn-tertiary, .is-not-active.btn-secondary, .is-not-active.btn-primary, .button.is-inactive, .is-inactive.tag-label, .is-inactive.btn-tertiary, .is-inactive.btn-secondary, .is-inactive.btn-primary {
  opacity: 0.2;
}
.button.is-disabled, .is-disabled.tag-label, .is-disabled.btn-tertiary, .is-disabled.btn-secondary, .is-disabled.btn-primary {
  opacity: 0.2;
  pointer-events: none;
}
.button.xlarge, .xlarge.tag-label, .xlarge.btn-tertiary, .xlarge.btn-secondary, .xlarge.btn-primary {
  font-size: 1.25rem;
  padding: 1.25rem 2rem;
}
.button.large, .large.tag-label, .large.btn-tertiary, .large.btn-secondary, .large.btn-primary {
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
}
.button.small, .small.tag-label, .small.btn-tertiary, .small.btn-secondary, .small.btn-primary {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
.button.xsmall, .xsmall.tag-label, .xsmall.btn-tertiary, .xsmall.btn-secondary, .xsmall.btn-primary {
  font-size: 0.625rem;
  padding: 0.25rem 0.5rem;
}
.button.center, .center.tag-label, .center.btn-tertiary, .center.btn-secondary, .center.btn-primary {
  margin: 0 auto;
}
.button.square, .square.tag-label, .square.btn-tertiary, .square.btn-secondary, .square.btn-primary {
  border-radius: 0;
}
.button.rounded, .rounded.tag-label, .rounded.btn-tertiary, .rounded.btn-secondary, .rounded.btn-primary {
  border-radius: 0.5rem;
}
.button.circle, .circle.tag-label, .circle.btn-tertiary, .circle.btn-secondary, .circle.btn-primary {
  border-radius: 2rem;
}
.button.icon-end, .icon-end.tag-label, .icon-end.btn-tertiary, .icon-end.btn-secondary, .icon-end.btn-primary {
  flex-direction: row-reverse;
}
.button.space-before, .space-before.tag-label, .space-before.btn-tertiary, .space-before.btn-secondary, .space-before.btn-primary {
  margin-top: 2rem;
}
.button.space-after, .space-after.tag-label, .space-after.btn-tertiary, .space-after.btn-secondary, .space-after.btn-primary {
  margin-bottom: 2rem;
}

.w-btn {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .w-btn {
    flex-direction: column;
  }
}
.w-btn.header {
  margin: 0;
  justify-content: space-between;
  gap: 2rem;
}
.w-btn.header [class*=btn-] {
  margin-bottom: 0;
}
.w-btn.split-full {
  justify-content: space-between;
  margin: 0;
}
.w-btn.split-full * {
  margin: 0 !important;
}
.w-btn.start {
  justify-content: flex-start;
}
.w-btn.end {
  justify-content: flex-end;
}
.w-btn.space-before {
  margin-top: 2rem;
}
@media (min-width: 1140px) {
  .w-btn.space-before {
    margin-top: 4rem;
  }
}
.w-btn.space-after {
  margin-bottom: 2rem;
}
@media (min-width: 1140px) {
  .w-btn.space-after {
    margin-bottom: 4rem;
  }
}

.btn-primary {
  color: #15171a;
  background-color: #6FFFE9;
  border: 1px solid #229886;
  border-bottom: 4px solid #229886;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .btn-primary:hover {
    transform: translateY(-8px);
    border-color: #103731;
  }
}
.btn-primary.inverted {
  color: #6FFFE9;
  background-color: #15171a;
  border-color: #363b41;
}
@media (min-width: 768px) {
  .btn-primary.inverted:hover {
    border-color: #4f535a;
  }
}
.btn-primary.login {
  color: white;
  background-color: #6153CC;
  border-color: #262050;
}
@media (min-width: 768px) {
  .btn-primary.login:hover {
    background-color: #45399A;
    border-color: #262050;
  }
}

.btn-secondary {
  color: #15171a;
  border: 1px solid #15171a;
}
.btn-secondary:hover {
  border-color: #84888f;
  color: #84888f;
}
.btn-secondary.ghost-white {
  color: white;
  border-color: white;
}
.btn-secondary.ghost-white:hover {
  background: white;
  border-color: white;
  color: #363b41;
}

.btn-tertiary {
  color: #262050;
}
.btn-tertiary:hover {
  color: #45399A;
}
.btn-tertiary.btn-text {
  padding: 0;
  margin: 0;
  color: #15171a;
}
.btn-tertiary.btn-text:hover {
  color: #6153CC;
}
.btn-tertiary.btn-light {
  color: white;
}
.btn-tertiary.btn-brand {
  color: #6FFFE9;
}
.btn-tertiary.btn-brand:hover {
  color: #103731;
}

.cta-back:before {
  font: var(--fa-font-sharp-regular);
  content: "\f344";
  font-size: 0.875em;
}

.tag-label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #f2f2f2;
  color: #15171a;
}
.tag-label:hover {
  transform: none;
  background-color: #d3d3d3;
  box-shadow: none;
}
.tag-label.featured {
  background-color: #6FFFE9;
}
.tag-label.featured:hover {
  background-color: #229886;
}

.is-inactive {
  opacity: 0.2;
  pointer-events: none;
}

.slider-wrapper {
  display: flex;
  width: 100%;
  max-width: max-content;
  justify-content: center;
  flex-wrap: nowrap;
}

/*********************************************
DESIGN SYSTEM – Tabs
*********************************************/
.w-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  background-color: #f2f2f2;
  border-radius: 1rem;
  padding: 0.25rem;
}
.w-tabs .tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1em;
  color: #84888f;
  transition: all 0.3s ease;
}
.w-tabs .tab-btn:hover {
  background-color: white;
  color: #15171a;
}
.w-tabs .tab-btn.active {
  background-color: #6FFFE9;
  color: #103731;
}

/***** DROPDOWN *****/
select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  padding: 0.75rem 1rem;
  border: 1px solid #84888f;
  border-radius: 0.5rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3em;
  color: #15171a;
}

.select-dropdown {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.select-dropdown:after {
  font: var(--fa-font-sharp-regular);
  position: absolute;
  top: 50%;
  right: 0.5rem;
  z-index: 2;
  transform: translateY(-50%);
  content: "\f078";
  font-size: 1.25rem;
  color: #4f535a;
  pointer-events: none;
  display: inline-flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.select-dropdown label {
  letter-spacing: 2px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3em;
  color: #4f535a;
}
.select-dropdown label.inside {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  z-index: 2;
}
.select-dropdown select {
  position: relative;
  font-size: 1.125rem;
  border-color: #d3d3d3;
  color: #15171a;
  background-color: #f2f2f2;
  padding: 0.75rem 4rem 0.75rem 1rem;
  border-radius: 0.5rem;
}
.select-dropdown.compact {
  width: max-content;
}
.select-dropdown.compact:after {
  font-size: 1rem;
}
.select-dropdown.compact select {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-size: 0.875rem;
}

/*********************************************
DESIGN SYSTEM – Animation
*********************************************/
@keyframes bounce {}
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [design-system.scss]
* DESCRIPTION: Elements from the design system of Revolution FC
*
*/
/*************** DESIGN SYSTEM ***************/
/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [design-system.scss]
* DESCRIPTION: Elements from the design system of Revolution FC
*
*/
/*************** DESIGN SYSTEM ***************/
/*
*
* LOCATION: [modules]
* FOLDER: [assets/scss]
* FILE NAME: [fonts.scss]
* DESCRIPTION: icons elements
*
*/
/***** FONTAWESOME *****/
.icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1em;
}
.icon.icon-atop {
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .icon.mobile-icon-only span {
    display: none !important;
  }
}
.icon.icon-only span {
  display: none !important;
}
.icon:before, .icon:after {
  /* Common Properties: All required to make icons render reliably - we did this above but it's included here for the full demo */
  display: inline-flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font: var(--fa-font-sharp-regular);
}

/******************************************
ICONS – Base Set
******************************************/
.menu-bars:before {
  content: "\f0c9";
  font-size: 1.25em;
}

.i-arrow-left:before {
  content: "\f060";
}

.i-arrow-down:before {
  content: "\f063";
}

.i-arrow-right:before {
  content: "\f061";
}

.i-arrow-up:before {
  content: "\f062";
}

.i-long-arrow-left:before {
  content: "\f177";
}

.i-long-arrow-down:before {
  content: "\f175";
}

.i-long-arrow-right:before {
  content: "\f178";
}

.i-long-arrow-up:before {
  content: "\f176";
}

.i-chevron-left:before {
  content: "\f053";
}

.i-chevron-down:before {
  content: "\f078";
}

.i-chevron-right:before {
  content: "\f054";
}

.i-chevron-up:before {
  content: "\f077";
}

.i-plus:before {
  content: "+";
}

.i-plus-circle:before {
  content: "\f055";
}

.i-plus-full:before {
  font: var(--fa-font-sharp-solid);
  content: "\f055";
}

.i-check:before {
  content: "\f00c";
}

.i-check-circle:before {
  content: "\f058";
}

.i-check-full:before {
  font: var(--fa-font-sharp-solid);
  content: "\f058";
}

.i-xmark:before {
  content: "\f00d";
}

.i-xmark-large:before {
  content: "\e59b";
}

.i-xmark-circle:before {
  content: "\f057";
}

.i-xmark-full:before {
  font: var(--fa-font-sharp-solid);
  content: "\f057";
}

.i-more:before {
  font: var(--fa-font-regular);
  content: "\f141";
}

.i-see:before {
  font: var(--fa-font-regular);
  content: "\f06e";
}

.i-user:before {
  font: var(--fa-font-regular);
  content: "\f2bd";
}

.i-loupe:before {
  content: "\f002";
}

.icon.alert-error:before {
  content: "\f06a";
}
.icon.alert-correct:before {
  content: "\f058";
}
.icon.alert-info:before {
  content: "\f06a";
}

.i-expand:before {
  font: var(--fa-font-solid);
  content: "\f424";
}

.i-close:before {
  font: var(--fa-font-sharp-solid);
  content: "\f00d";
}

.i-prev:before {
  font: var(--fa-font-sharp-solid);
  content: "\f053";
}

.i-next:before {
  font: var(--fa-font-sharp-solid);
  content: "\f054";
}

/******************************************
ICONS – Social Set
******************************************/
.i-facebook:before {
  font: var(--fa-font-brands);
  content: "\f39e";
}

.i-x:before {
  font: var(--fa-font-brands);
  content: "\e61b";
}

.i-instagram:before {
  font: var(--fa-font-brands);
  content: "\f16d";
}

.i-linkedin:before {
  font: var(--fa-font-brands);
  content: "\f0e1";
}

.i-behance:before {
  font: var(--fa-font-brands);
  content: "\f1b4";
}

.i-reset:before {
  content: "\f05e";
}

.i-goal:before {
  content: "\f1e3";
}

.i-csc:before {
  content: "\f1e3";
  color: #FF1541;
}

.i-penalty:before {
  content: "\e3ab";
}

.i-var:before {
  content: "\f26c";
}

.i-yellow-card:before {
  font: var(--fa-font-sharp-solid);
  content: "\f2fb";
  color: #ffbe2e;
}

.i-red-card:before {
  font: var(--fa-font-sharp-solid);
  content: "\f2fb";
  color: #FF1541;
}

/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [design-system.scss]
* DESCRIPTION: Elements from the design system of Revolution FC
*
*/
/*************** DESIGN SYSTEM ***************/
/*
*
* LOCATION: [core]
* FOLDER: [assets/scss]
* FILE NAME: [layout.scss]
* DESCRIPTION: layout elements of the website
*
*/
/****************************************
GENERAL LAYOUT
****************************************/
body {
  font-size: 16px;
  background-color: white;
  container: website-body/inline-size;
}
body * {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  main {
    min-height: calc(100dvh - 240px);
  }
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

.w-img {
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.w-img.no-margin {
  margin-bottom: 0;
}
.w-img .caption {
  margin-top: 0.5rem;
  color: #4f535a;
}
.w-img img {
  width: 100%;
}

.error-placeholder {
  max-width: 360px;
}

/*** For extend ***/
.web-layout, .container, article {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

/*******************************************************
GRID SYSTEM
*******************************************************/
.grid-system,
.grid-layout {
  width: 100%;
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .grid-system,
  .grid-layout {
    gap: 1.5rem;
  }
}
@media (min-width: 1140px) {
  .grid-system,
  .grid-layout {
    gap: 2.5rem;
  }
}
.grid-system.grid-col-2,
.grid-layout.grid-col-2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-system.grid-col-2,
  .grid-layout.grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-system.grid-col-3,
.grid-layout.grid-col-3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-system.grid-col-3,
  .grid-layout.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-system.grid-col-3.t1,
  .grid-layout.grid-col-3.t1 {
    grid-template-columns: 1fr;
  }
}
.grid-system.col-12,
.grid-layout.col-12 {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) {
  .grid-system.col-12,
  .grid-layout.col-12 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1140px) {
  .grid-system.col-12,
  .grid-layout.col-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.flex-layout, .container {
  display: flex;
  flex-wrap: nowrap;
}
.flex-layout.column, .column.container {
  flex-direction: column;
}
.flex-layout.row, .row.container {
  flex-direction: row;
}
@media (min-width: 1140px) {
  .flex-layout.row-to-column, .row-to-column.container {
    flex-direction: column;
  }
}
.flex-layout.column-to-row, .column-to-row.container {
  flex-direction: column;
}
@media (min-width: 1140px) {
  .flex-layout.column-to-row, .column-to-row.container {
    flex-direction: row;
  }
}
.flex-layout.wrap, .wrap.container {
  flex-wrap: wrap;
}
.flex-layout.center, .center.container {
  justify-content: center;
  align-items: center;
}
.flex-layout.justify, .justify.container {
  justify-content: space-between;
  align-items: center;
}

/*******************************************************
LAYOUT ELEMENTS
*******************************************************/
section {
  padding: 2rem;
}
@media (min-width: 768px) {
  section {
    padding: 3rem;
  }
}
@media (min-width: 1140px) {
  section {
    padding: 4rem;
  }
}
@media (min-width: 1440px) {
  section {
    padding: 6rem;
  }
}
section.full-content {
  position: relative;
  width: 100%;
}
section.no-space {
  padding: 1rem;
}
section.hero {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

article {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  article {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1140px) {
  article {
    margin-bottom: 6rem;
  }
}
article[class]:last-of-type {
  margin-bottom: 0;
}
article.wrapper {
  display: flex;
  align-items: center;
}
article.wrapper.top {
  justify-content: flex-start;
}
article.wrapper.center {
  justify-content: center;
}
article.wrapper.end {
  justify-content: flex-end;
}
article.wrapper.column {
  flex-direction: column;
}
article.wrapper.column.center {
  align-items: center;
}
article.wrapper.bg-img-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
article.wrapper-text {
  display: flex;
  max-width: 960px;
  flex-direction: column;
}

.container-infos {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #f2f2f2;
  border-radius: 2rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .container-infos {
    padding: 2rem;
  }
}

.w-hero-content,
.w-hero-content-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  width: 100%;
  padding: 3rem 2rem 1rem;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%);
}
@media (min-width: 1140px) {
  .w-hero-content,
  .w-hero-content-overlay {
    padding: 5rem 2rem 1rem;
  }
}
.w-hero-content.no-bg,
.w-hero-content-overlay.no-bg {
  background: none;
}

/*******************************************************
COOKIES Popup
*******************************************************/
.cookie-popup {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 99;
  padding: 2rem;
  width: 80%;
  max-width: 520px;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  background: #f2f2f2;
  border: 1px solid #6FFFE9;
  -webkit-box-shadow: 0 5px 20px -6px rgba(18, 18, 18, 0.4);
  -moz-box-shadow: 0 5px 20px -6px rgba(18, 18, 18, 0.4);
  box-shadow: 0 5px 20px -6px rgba(18, 18, 18, 0.4);
}
@media (max-width: 767px) {
  .cookie-popup {
    right: 2rem;
    bottom: 2rem;
  }
}
.cookie-popup p {
  color: #6153CC;
  margin-bottom: 0.25rem;
}

/*******************************************************
FUNCTIONS
*******************************************************/
.is-hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-mobile-hidden {
    display: none;
  }
}

@media (min-width: 1140px) {
  .is-desktop-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .only-tablet {
    display: none !important;
  }
}

/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [design-system.scss]
* DESCRIPTION: Elements from the design system of Revolution FC
*
*/
/*************** DESIGN SYSTEM ***************/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [header.scss]
* DESCRIPTION: header style
*
*/
/****************************************
HEADER CSS -
****************************************/
header {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 1.5rem;
  border-bottom: 1px solid #15171a;
}
@media (min-width: 1140px) {
  header {
    padding: 1.25rem 2.5rem;
    background-color: white;
  }
}
header .top-logo {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}
@media (min-width: 768px) {
  header .top-logo {
    width: 120px;
  }
}
@media (min-width: 1140px) {
  header .top-logo {
    width: 180px;
  }
}
header .top-logo img {
  width: 100%;
  height: auto;
}
header .sidenav {
  cursor: pointer;
  padding: 0.25rem;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #262050;
  text-transform: uppercase;
}
header .sidenav:before {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  header .sidenav:before {
    font-size: 1.5rem;
  }
}
header .sidenav:hover {
  color: #6FFFE9;
}
header nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
header .w-nav-element {
  display: flex;
  align-items: center;
}
header .nav-element {
  padding: 0.5rem 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #15171a;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .nav-element:hover {
  color: #229886;
}
header .nav-element.switch-lang {
  color: white;
  font-size: 1.25rem;
}

.sub-nav {
  position: absolute;
  top: -800px;
  width: 100%;
  z-index: 5;
  background: #fff;
  padding: 5rem;
  border-bottom: 4px solid #6153CC;
}
.sub-nav.slide-in {
  top: unset;
}
.sub-nav .container {
  flex-wrap: wrap;
}
.sub-nav .submenu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  color: #15171a;
  font-size: 2rem;
}
.sub-nav .submenu-close:hover {
  color: #6153CC;
}
.sub-nav .sub-nav-element {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  flex: 1 0 30%;
  max-width: calc(33.3333333333% - 1rem);
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5em;
  color: #4f535a;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.sub-nav .sub-nav-element:hover {
  color: #6153CC;
}
.sub-nav .header-competition-logo {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sub-nav .header-competition-logo picture {
  width: 100%;
  height: 100%;
}
.sub-nav .header-competition-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [design-system.scss]
* DESCRIPTION: Elements from the design system of Revolution FC
*
*/
/*************** DESIGN SYSTEM ***************/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [footer.scss]
* DESCRIPTION: footer style
*
*/
/*******************************************************
FOOTER
*******************************************************/
footer {
  padding: 2rem;
  background-color: #15171a;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer {
    padding: 3rem;
  }
}

.main-footer {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 2rem;
}
@container website-body (width >= 600px) {
  .main-footer {
    flex-direction: row;
  }
}
@container website-body (width < 600px) {
  .main-footer {
    flex-direction: column-reverse;
    gap: 2rem;
    align-items: center;
  }
}
.main-footer .footer-menu-list {
  gap: 2rem;
}
@container website-body (width < 600px) {
  .main-footer .footer-menu-list {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.main-footer .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@container website-body (width < 600px) {
  .main-footer .footer-menu {
    justify-content: center;
  }
}
.main-footer .footer-menu .footer-menu-item {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3em;
  color: white;
  transition: all 0.3s ease;
}
.main-footer .footer-menu .footer-menu-item:hover {
  color: #6FFFE9;
}
.main-footer .footer-menu .footer-menu-item.header {
  font-size: 0.875rem;
  font-weight: 600;
}

.footer-social-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-end;
}
@container website-body (width < 600px) {
  .footer-social-list {
    justify-content: center;
  }
}
.footer-social-list .footer-logo {
  width: 100%;
  max-width: 160px;
}
.footer-social-list .footer-social {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
@container website-body (width < 600px) {
  .footer-social-list .footer-social {
    justify-content: center;
  }
}
.footer-social-list .footer-social-item {
  font-size: 2rem;
  color: white;
  transition: all 0.3s ease;
}
.footer-social-list .footer-social-item:hover {
  color: #6FFFE9;
}

.copyright {
  padding-top: 2rem;
  border-top: 1px solid #4f535a;
  text-align: center;
  justify-content: center;
}
.copyright p.text.small {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3em;
  color: white;
}

/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [design-system.scss]
* DESCRIPTION: Elements from the design system of Revolution FC
*
*/
/*************** DESIGN SYSTEM ***************/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [article-card.scss]
* DESCRIPTION: article style
*
*/
/****************************************
Global CSS
****************************************/
.article-card {
  position: relative;
  container: c-article-card/inline-size;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-content: start;
  gap: 1rem;
  width: 100%;
  grid-template-areas: "article-image" "article-content";
  padding: 1rem;
  border-radius: 2rem;
  border: 2px solid #15171a;
}
.article-card .overlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.article-card .w-img {
  position: relative;
  grid-area: article-image;
  margin: 0;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.article-card .w-img:hover {
  filter: brightness(1.1);
}
.article-card .w-content {
  position: relative;
  grid-area: article-content;
}
.article-card.horizontal {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "article-image article-content";
}
.tag-list .article-card.horizontal {
  gap: 1.5rem;
}
@media (min-width: 1140px) {
  .tag-list .article-card.horizontal {
    grid-template-columns: 320px 1fr;
  }
}
@media (min-width: 1240px) {
  .tag-list .article-card.horizontal {
    grid-template-columns: 480px 1fr;
  }
}
.article-card.horizontal .w-img {
  border-radius: 1rem 0 0 1rem;
}
.article-card.cover {
  grid-template-areas: "article-image";
  align-items: end;
  border-radius: 2rem;
  overflow: hidden;
}
.article-card.cover .w-content {
  grid-area: article-image;
  z-index: 3;
  padding: 3rem 0.75rem 1rem 0.75rem;
  background: linear-gradient(rgba(21, 23, 26, 0) 0%, rgba(21, 23, 26, 0.9) 90%);
  border-radius: 0 0 1rem 1rem;
}
.article-card.cover .article-title {
  color: white;
}
.article-card.cover .w-img {
  border-radius: 1rem;
}
.article-card .article-title {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  max-height: 4.5em;
}
@media (min-width: 1140px) {
  .article-card .article-title:hover {
    text-decoration: underline;
  }
}
@container c-article-card (width >= 600px) {
  .article-card .article-title {
    font-size: 2rem;
  }
}
@container c-article-card (width >= 540px) and (width < 600px) {
  .article-card .article-title {
    font-size: 1.75rem;
  }
}
@container c-article-card (width >= 440px) and (width < 540px) {
  .article-card .article-title {
    font-size: 1.5rem;
  }
}
@container c-article-card (width >= 340px) and (width < 440px) {
  .article-card .article-title {
    font-size: 1.25rem;
  }
}
@container c-article-card (width < 340px) {
  .article-card .article-title {
    font-size: 1.125rem;
  }
}
.article-card .date {
  font-size: 0.75rem;
  color: #229886;
}
.article-card.small {
  grid-template-columns: 100px 1fr;
  grid-template-areas: "article-image article-content";
}
@media (min-width: 768px) {
  .article-card.small {
    grid-template-columns: 1fr;
    grid-template-areas: "article-image" "article-content";
  }
}
.article-card.small .w-img {
  flex: 1 0 100px;
  border-radius: 1rem;
}
@media (min-width: 480px) {
  .article-card.small .w-img {
    border-radius: 1rem 1rem 0 0;
  }
}
@container c-article-card (width < 340px) {
  .article-card.small .article-title {
    font-size: 1rem;
  }
}

/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [competition-overview.scss]
* FOLDER: [/contents/]
* DESCRIPTION: Competition Overview section css file
*
*/
/*******************************************************
MAIN CSS
*******************************************************/
.competition-overview {
  gap: 2rem;
}
@media (min-width: 1140px) {
  .competition-overview {
    gap: 3rem;
  }
}
.competition-overview .heading-competition {
  gap: 1.5rem;
}
.competition-overview .heading-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}
.competition-overview .heading-logo picture {
  width: 100%;
  height: 100%;
}
.competition-overview .heading-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [standing.scss]
* FOLDER: [/contents/]
* DESCRIPTION: Standing section css file
*
*/
/*******************************************************
Standing component
*******************************************************/
.section-standings {
  width: 100%;
  container: section-standings/inline-size;
}
.section-standings .standings-featured {
  width: 100%;
  align-items: center;
  max-width: 600px;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}

/*******************************************************
Standing Featured Style
*******************************************************/
.featured-standing-team {
  width: 100%;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}
@media (min-width: 768px) {
  .featured-standing-team {
    gap: 2rem;
  }
}
.featured-standing-team .featured-standing-team-pos {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  height: 60px;
  aspect-ratio: 1/1;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3em;
  color: #103731;
}
.featured-standing-team .fs-team-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex: 1;
}
.featured-standing-team .fs-team-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-grow: 1;
}
.featured-standing-team .featured-standing-team-name {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3em;
  color: #15171a;
}
.featured-standing-team .featured-standing-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.featured-standing-team .featured-standing-team-points {
  background-color: #6FFFE9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.featured-standing-team .featured-standing-team-points.secondary {
  background-color: #EDFFFC;
}
.featured-standing-team .featured-team-points {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1em;
  color: #15171a;
}
.featured-standing-team .stats-label {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: 0.625rem;
  line-height: 1.3em;
  color: #229886;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.featured-standing-team.is-top .featured-standing-team-pos {
  background-color: #6153CC;
  color: white;
  font-weight: 800;
}

.standing-team-logo {
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.standing-team-logo picture {
  width: 100%;
  height: 100%;
}
.standing-team-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.standings-table {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  container: standing-table/inline-size;
}
.standings-table .standing-row {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  padding: 0.25rem 0.5rem;
}
@container standing-table (min-width: 600px) {
  .standings-table .standing-row {
    padding: 0.5rem 1rem;
  }
}
.standings-table .standing-row.row-header {
  background-color: #6FFFE9;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
@container standing-table (min-width: 600px) {
  .standings-table .standing-row.row-header {
    padding: 0.75rem 1rem;
    border-radius: 8px;
  }
}
.standings-table .standing-row:nth-child(odd):not([class*=" "]) {
  background-color: #f2f2f2;
}
.standings-table .standing-row.last-in-group:not(:last-of-type) {
  border-bottom: 1px solid #15171a;
}
.standings-table .standing-row.champions-league {
  background-color: #EDFFFC;
}
.standings-table .standing-row.champions-league-q, .standings-table .standing-row.champions-league-q:nth-child(odd) {
  background-color: #E2DEFF;
}
.standings-table .standing-row.playoffs, .standings-table .standing-row.playoffs:nth-child(odd) {
  background-color: #EDFFFC;
}
.standings-table .standing-row.relegation-playoffs, .standings-table .standing-row.relegation-playoffs:nth-child(odd) {
  background-color: #fffbeb;
}
.standings-table .standing-row.relegation, .standings-table .standing-row.relegation:nth-child(odd) {
  background-color: #FFDEE4;
}
.standings-table .w-standing-stats {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
}
.standings-table .w-standing-stats .stats-items {
  flex: 1 0 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@container standing-table (max-width: 520px) {
  .standings-table .w-standing-stats .stats-items {
    width: 24px;
  }
}
@container standing-table (max-width: 520px) {
  .standings-table .w-standing-stats .stats-items:not(.show-compact) {
    display: none;
  }
}
.standings-table .stats-text {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3em;
  color: #15171a;
}
.standings-table .stats-text.row-header {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.standings-table .team-name {
  flex-grow: 1;
}

.standings-row {
  width: 100%;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
}
.standings-row .standing-team {
  flex: 1;
}

/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [fictures.scss]
* FOLDER: [/contents/]
* DESCRIPTION: Fixtures style css file
*
*/
/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [Global-components.scss]
* FOLDER: [/contents/]
* DESCRIPTION: Global components css file
*
*/
/*******************************************************
Pagination
*******************************************************/
.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.pagination .pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.pagination .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding: 1.5rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1em;
  color: #363b41;
  border-radius: 0.5rem;
  background-color: #f2f2f2;
  transition: all 0.3s ease;
}
.pagination .pagination-item.active {
  background-color: #6300ee;
  color: white;
}
.pagination .pagination-item.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.pagination .pagination-item:hover {
  cursor: pointer;
  background-color: #efe5fd;
  color: #9965f4;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.section-header > * {
  margin: 0;
}

.slider-wrapper.competition {
  position: relative;
}
.slider-wrapper.competition.has-before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 100%;
  background: linear-gradient(270deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.9) 90%);
  z-index: 1;
}
.slider-wrapper.competition.has-after:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.9) 90%);
  z-index: 1;
}

.competition-list {
  width: 800px;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.competition-list::-webkit-scrollbar {
  display: none;
}
@container website-body (width > 800px) {
  .competition-list {
    justify-content: center;
  }
}

.competition-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  padding: 0.25rem;
  background-color: white;
  border-radius: 2rem;
  transition: all 0.2s ease-in-out;
}
.header-competition-fixtures .competition-logo {
  pointer-events: none;
}
.competition-logo:hover {
  transform: scale(1.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.competition-logo.btn-filter {
  border: 2px solid #d3d3d3;
  opacity: 0.5;
}
.competition-logo.btn-filter:hover {
  opacity: 1;
  border-color: #6153CC;
}
.competition-logo.btn-filter.is-active {
  opacity: 1;
  border-color: #6153CC;
}
.competition-logo.small {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
}
.competition-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*******************************************************
Stats Global style
*******************************************************/
.w-stats-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}

.stats-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 0.25rem;
  min-width: 4rem;
}
@media (min-width: 768px) {
  .stats-item {
    min-width: 5rem;
  }
}
.stats-item.box {
  padding: 0.25rem;
  border-radius: 0.25rem;
  background-color: #f2f2f2;
}
.stats-item .stats-value {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1em;
  color: #363b41;
}
@media (min-width: 768px) {
  .stats-item .stats-value {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .stats-item .stats-value {
    font-size: 3rem;
  }
}
.stats-item .stats-label {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.2em;
  color: #84888f;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .stats-item .stats-label {
    font-size: 0.75rem;
  }
}

.fixture-filters {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

[class*=filter-by] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: start;
}
[class*=filter-by] .filter-title {
  flex: 1 0 100%;
}
[class*=filter-by] .filter-list {
  width: 100%;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

/*******************************************************
Fixture section CSS
*******************************************************/
.w-fixture-content {
  width: 100%;
  overflow: hidden;
}

.fixture-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch;
  justify-content: center;
}
.fixture-content.wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@container website-body (width < 600px) {
  .fixture-content.wrapper {
    grid-template-columns: 1fr;
  }
}
.fixture-content.list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.fixture-content.slider {
  gap: 2rem;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.fixture-content.slider::-webkit-scrollbar {
  display: none;
}

a.link-over-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/*******************************************************
Fixture card – Layout
*******************************************************/
.fixture-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #15171a;
  border-radius: 1rem;
  overflow: hidden;
  flex: 1 0 360px;
}
.fixture-content.slider .fixture-card {
  scroll-snap-align: start;
}
.fixture-card.fs-compact {
  flex: 1 0 240px;
}
.fixture-card:hover {
  cursor: pointer;
  background-color: #f2f2f2;
  border-color: #103731;
  transition: all 0.3s ease;
}
.fixture-card.compact {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 0.75rem 1rem;
  gap: 3rem;
  flex: none;
  border: none;
}
.fixture-card.compact:hover {
  border: none;
}

.fc-game-box {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
}

.fc-score-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.fixture-card.compact .fc-score-box {
  flex-direction: column;
  gap: 0.25rem;
}
.fc-score-box .score {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.fc-team-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.fc-team-box.home {
  justify-content: end;
}
.fixture-card.compact .fc-team-box {
  gap: 1.5rem;
}
.fc-team-box .fc-team-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.fc-game-box.result .fc-score-box {
  flex-direction: column;
}
.fc-game-box.result .fc-team-box {
  justify-content: space-between;
}
.fc-game-box.result .fc-team-box .fc-team-content {
  flex-direction: row;
}

.form-strip {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.w-fixture-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 1140px) {
  .w-fixture-form {
    padding: 1rem;
    border-radius: 1rem;
    transition: all 0.3s ease;
  }
  .w-fixture-form:hover {
    background-color: white;
  }
}
.w-fixture-form .form-score {
  padding: 0.375rem 0.75rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 0.5rem;
}
@media (min-width: 1140px) {
  .w-fixture-form .form-score {
    font-size: 1rem;
  }
}
.w-fixture-form .form-score.lose {
  background-color: #ff1540;
  color: white;
}
.w-fixture-form .form-score.draw {
  background-color: #d3d3d3;
  color: #363b41;
}
.w-fixture-form .form-score.win {
  background-color: #00E676;
  color: white;
}
.w-fixture-form .team-logo {
  width: 2rem;
  height: 2rem;
}
.w-fixture-form .team-logo picture {
  width: 100%;
  height: 100%;
}
.w-fixture-form .team-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/*******************************************************
Fixture card – Contents
*******************************************************/
.fc-header {
  background-color: #6FFFE9;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.fc-header .fc-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.fc-header .fc-info-main {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1em;
  color: #103731;
  font-style: italic;
}
.fc-header .fc-info-secondary {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1em;
  color: #103731;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fc-header.alternate {
  padding: 1rem 1rem 0;
  background-color: transparent;
}
.fc-header.alternate .fc-info-main {
  color: #6153CC;
}
.fc-header.alternate .fc-info-secondary {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1em;
  color: #84888f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  max-height: 1em;
}

.fc-competition-logo {
  width: 3rem;
  height: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fc-competition-logo picture {
  width: 100%;
  height: 100%;
}
.fc-competition-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.fc-team-logo {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fc-team-logo picture {
  width: 100%;
  height: 100%;
}
.fc-team-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.fixture-card.compact .fc-team-logo {
  width: 4rem;
  height: 4rem;
}

.fc-team_name {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1em;
  color: #4f535a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  max-height: 1em;
}
.fc-team_name.abbr {
  font-size: 1rem;
}
.fixture-card.compact .fc-team_name {
  color: #15171a;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .fixture-card.compact .fc-team_name {
    display: none !important;
  }
}
.minimal .fc-team_name {
  display: none !important;
}

.fc-time {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1em;
  color: #4f535a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fc-goals {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1em;
  color: #15171a;
}
.fixture-card.compact .fc-goals {
  font-size: 2.5rem;
}

.game-status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.25rem 0.75rem;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1em;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #6153CC;
}

.fc-venue {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1em;
  color: #229886;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  max-height: 1em;
}

/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [home.scss]
* FOLDER: [/pages/]
* DESCRIPTION: HOME css file
*
*/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [design-system.scss]
* DESCRIPTION: Elements from the design system of Revolution FC
*
*/
/*************** DESIGN SYSTEM ***************/
/*
*
* LOCATION: [core]
* FOLDER: [assets/scss]
* FILE NAME: [ads.scss]
* DESCRIPTION: specific style for ads
*
*/
/*******************************************************
ADS zone
*******************************************************/
.ad-zone-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 900px;
  padding: 0.5rem 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box; /* Ensure padding is included in width */
  margin-bottom: 2rem;
}
.ad-zone-container.ad-zone-small {
  height: calc(90px + 1rem);
}
.ad-zone-container.ad-zone-regular {
  height: calc(120px + 1rem);
}
.ad-zone-container.ad-zone-large {
  min-height: calc(280px + 1rem);
}
@media (min-width: 1140px) {
  .ad-zone-container.ad-zone-large {
    max-width: 960px;
  }
}
.ad-zone-container:before {
  display: block;
  content: "Publicité";
  position: absolute;
  left: 50%;
  top: -6px;
  padding: 0.25rem 0.5rem;
  background: white;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.5em;
  color: #d3d3d3;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateX(-50%);
}

/*# sourceMappingURL=competition.css.map */
