@import url(https://use.fontawesome.com/releases/v6.2.0/css/all.css);
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes animationPosition-1 {
  0% {
    transform: translateY(-15px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes animationPosition-2 {
  0% {
    transform: translateY(calc(-100% * $i)-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes animationPosition-3 {
  0% {
    transform: translateY(calc(-100% * $i)-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes animationPosition-4 {
  0% {
    transform: translateY(calc(-100% * $i)-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@font-face {
  font-family: 'Louis';
  src: url("../fonts/Louis-Regular.otf");
  src: url("../fonts/Louis-Regular.woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Louis';
  src: url("../fonts/Louis-Bold.otf");
  src: url("../fonts/Louis-Bold.woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Louis';
  src: url("../fonts/Louis-BoldItalic.otf");
  src: url("../fonts/Louis-BoldItalic.woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Louis';
  src: url("../fonts/Louis-Italic.otf");
  src: url("../fonts/Louis-Italic.woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'LouisCondensed';
  src: url("../fonts/Louis-CondensedDemi.otf");
  src: url("../fonts/Louis-CondensedDemi.woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'LouisHeavy';
  src: url("../fonts/Louis-Heavy.otf");
  src: url("../fonts/Louis-Heavy.woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LouisHeavyItalic';
  src: url("../fonts/Louis-HeavyItalic.otf");
  src: url("../fonts/Louis-HeavyItalic.woff");
  font-weight: normal;
  font-style: normal; }

*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  background: #ffffff;
  font-family: 'Louis', sans-serif;
  margin: 0;
  padding: 0; }

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

.app-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .app-wrapper .row {
    width: 100%;
    max-width: calc(1020px + 2.5rem);
    margin: 0 auto;
    padding: 0 1.25rem; }

.leaderboard-countdown-container {
  width: 100%;
  padding: 0 2.25rem 3rem;
  position: relative;
  overflow: hidden; }
  .leaderboard-countdown-container .leaderboard-countdown {
    position: relative; }
    .leaderboard-countdown-container .leaderboard-countdown::before, .leaderboard-countdown-container .leaderboard-countdown::after {
      content: '';
      width: calc(50% + 200px);
      height: 115%;
      overflow-y: visible;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      pointer-events: none;
      background-size: 100%;
      z-index: -1; }
      @media all and (max-width: 800px) {
        .leaderboard-countdown-container .leaderboard-countdown::before, .leaderboard-countdown-container .leaderboard-countdown::after {
          width: calc(50% + 36px);
          height: 120%; } }
    .leaderboard-countdown-container .leaderboard-countdown::before {
      left: -200px;
      bottom: 50px;
      background: url(../images/svg/counter-graphic1.svg) no-repeat bottom left 25px; }
      @media all and (max-width: 800px) {
        .leaderboard-countdown-container .leaderboard-countdown::before {
          left: -36px;
          background-size: 50%;
          background-position: bottom left -25px; } }
    .leaderboard-countdown-container .leaderboard-countdown::after {
      right: -200px;
      background: url(../images/svg/counter-graphic2.svg) no-repeat bottom right; }
      @media all and (max-width: 800px) {
        .leaderboard-countdown-container .leaderboard-countdown::after {
          right: -36px;
          background-size: 75%;
          background-position: bottom right -55px; } }

.leaderboard-countdown {
  width: 100%;
  max-width: 980px;
  margin: 6rem auto 3rem;
  padding: 3rem 0 4.75rem;
  color: #ffffff;
  background: #262626;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-family: 'Louis';
  font-weight: bold;
  box-shadow: 6px -4px 13px rgba(0, 0, 0, 0.25);
  border-radius: 10px; }
  @media all and (max-width: 800px) {
    .leaderboard-countdown {
      margin-top: 3rem; } }
  .leaderboard-countdown h3 {
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Louis';
    font-weight: bold;
    font-style: normal;
    font-size: 2.8125rem;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 2.25rem; }
    @media all and (max-width: 800px) {
      .leaderboard-countdown h3 {
        font-size: 1.75rem; } }
  .leaderboard-countdown .counter {
    display: inline-flex;
    padding: 0 2.5rem;
    flex-flow: column wrap;
    justify-content: center;
    text-align: center;
    font-size: 12rem;
    position: relative; }
    @media all and (max-width: 960px) {
      .leaderboard-countdown .counter {
        font-size: 8rem; } }
    @media all and (max-width: 800px) {
      .leaderboard-countdown .counter {
        font-size: 6rem;
        padding: 0 1.25rem; } }
    @media all and (max-width: 600px) {
      .leaderboard-countdown .counter {
        font-size: 4rem; } }
    @media all and (max-width: 420px) {
      .leaderboard-countdown .counter {
        font-size: 3rem;
        padding: 0 0.75rem; } }
    .leaderboard-countdown .counter:nth-last-of-type(1)::after {
      display: none; }
    .leaderboard-countdown .counter::after {
      content: ':';
      color: #F0CF1C;
      position: absolute;
      top: 0.5rem;
      right: -1.5rem; }
      @media all and (max-width: 800px) {
        .leaderboard-countdown .counter::after {
          top: 1.25rem;
          right: -0.75rem; } }
      @media all and (max-width: 420px) {
        .leaderboard-countdown .counter::after {
          top: 1.25rem;
          right: -0.35rem; } }
    .leaderboard-countdown .counter span {
      text-transform: uppercase;
      font-size: 1.625rem;
      margin-bottom: -25px;
      font-family: 'Louis';
      font-weight: normal;
      font-style: normal; }
      @media all and (max-width: 800px) {
        .leaderboard-countdown .counter span {
          margin-bottom: 0;
          font-size: 1rem; } }

.leaderboard-banner {
  width: 100%;
  height: auto;
  display: block;
  padding: 2rem 0 0 0;
  background: #262626;
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 10; }
  .leaderboard-banner::before, .leaderboard-banner::after {
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: -1; }
  .leaderboard-banner::before {
    background: url(../images/svg/en/banner-graphic1.svg) bottom 10px left 10px no-repeat;
    background-size: 50%;
    left: 0; }
  .leaderboard-banner::after {
    background: url(../images/svg/en/banner-graphic2.svg) bottom 0 right 10px no-repeat;
    background-size: 50%;
    right: 0; }
  .leaderboard-banner .row {
    position: relative;
    z-index: 100; }
  .leaderboard-banner h2 {
    font-family: 'Louis';
    font-style: normal;
    font-weight: bold;
    margin: 0 0 2rem;
    padding: 1.25rem 0 0;
    text-transform: uppercase;
    font-size: 1.75rem;
    width: 100%; }
    @media all and (max-width: 1180px) {
      .leaderboard-banner h2 {
        width: 100%; } }
    @media all and (max-width: 800px) {
      .leaderboard-banner h2 {
        font-size: 1.6875rem;
        font-size: 1.75rem; } }
    .leaderboard-banner h2 br {
      display: none; }
      @media all and (min-width: 600px) {
        .leaderboard-banner h2 br {
          display: inline; } }
  .leaderboard-banner .trophy-container {
    width: 100%;
    display: block;
    margin-top: 2.5rem;
    transition: all 0.4s ease; }
  .leaderboard-banner img {
    display: block;
    margin: 0 auto; }
    .leaderboard-banner img.emblem {
      max-width: 100px; }
    .leaderboard-banner img.fill {
      margin-bottom: 2rem;
      max-width: 600px;
      width: 100%; }
    .leaderboard-banner img.trophy {
      position: relative;
      width: 30%; }

.leaderboard {
  margin: 0 auto 1.25rem;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: grid;
  grid-gap: 1.25rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: -47px; }
  @media all and (max-width: 959px) {
    .leaderboard {
      width: 90%;
      margin-top: 54px; } }
  @media all and (max-width: 800px) {
    .leaderboard {
      grid-gap: 0.625rem; } }
  @media all and (max-width: 599px) {
    .leaderboard {
      width: 100%; } }
  .leaderboard .leaderboard-item {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    color: #000000;
    padding: 1rem 3rem;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 6px -4px 13px rgba(0, 0, 0, 0.1);
    transform: scale(1);
    transition: box-shadow 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }
    @media all and (max-width: 800px) {
      .leaderboard .leaderboard-item {
        border-radius: 20px;
        padding: 0.875rem 1rem; } }
    .leaderboard .leaderboard-item.new::before {
      background-image: url(../images/GDC_NEW_Sticker_FR.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: block;
      height: 52px;
      left: -20px;
      position: absolute;
      top: -15px;
      width: 114px; }
      @media all and (max-width: 800px) {
        .leaderboard .leaderboard-item.new::before {
          height: 32px;
          left: -15px;
          top: -11px;
          width: 72px; } }
    .leaderboard .leaderboard-item:hover {
      box-shadow: 6px -4px 15px rgba(0, 0, 0, 0.15); }
    .leaderboard .leaderboard-item:nth-child(1) {
      background: #FFB300;
      font-size: 2rem;
      padding: 2.25rem 3rem;
      z-index: 10; }
      @media all and (max-width: 800px) {
        .leaderboard .leaderboard-item:nth-child(1) {
          padding: 1.5rem 1.25rem;
          align-items: center; } }
      .leaderboard .leaderboard-item:nth-child(1) .leaderboard-stat::before {
        display: block;
        opacity: 1;
        visibility: visible;
        height: auto; }
        @media all and (max-width: 800px) {
          .leaderboard .leaderboard-item:nth-child(1) .leaderboard-stat::before {
            display: none; } }
      .leaderboard .leaderboard-item:nth-child(1) .leaderboard-stat.position {
        font-size: 4.375rem; }
        @media all and (max-width: 800px) {
          .leaderboard .leaderboard-item:nth-child(1) .leaderboard-stat.position {
            font-size: 1.5rem; } }
      .leaderboard .leaderboard-item:nth-child(1) .leaderboard-stat.team, .leaderboard .leaderboard-item:nth-child(1) .leaderboard-stat.score {
        font-size: 2.625rem;
        font-size: 2rem; }
        @media all and (max-width: 800px) {
          .leaderboard .leaderboard-item:nth-child(1) .leaderboard-stat.team, .leaderboard .leaderboard-item:nth-child(1) .leaderboard-stat.score {
            font-size: 1.125rem; } }
    .leaderboard .leaderboard-item:nth-child(2) {
      z-index: 9; }
    .leaderboard .leaderboard-item:nth-child(3) {
      z-index: 8; }
    .leaderboard .leaderboard-item:nth-child(4) {
      z-index: 7; }
    .leaderboard .leaderboard-item:nth-child(-n+4) {
      animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6); }
    .leaderboard .leaderboard-item:nth-child(3n+2) {
      background-color: #C8DCFF; }
    .leaderboard .leaderboard-item:nth-child(3n) {
      background-color: #A0E6BE; }
    .leaderboard .leaderboard-item:nth-child(3n+4) {
      background-color: #F3CBC8; }
  .leaderboard-stat {
    position: relative; }
    .leaderboard-stat::before {
      display: block;
      opacity: 0;
      visibility: hidden;
      height: 0;
      font-size: 1.125rem;
      font-family: 'Louis';
      font-style: italic;
      letter-spacing: 0.1rem;
      transition: all 0.4s ease; }
    .leaderboard-stat.position {
      font-family: 'Louis';
      font-size: 3rem;
      font-weight: bold;
      margin-right: 2rem; }
      @media all and (max-width: 800px) {
        .leaderboard-stat.position {
          font-size: 1rem; } }
    .leaderboard-stat.team {
      font-size: 1.75rem; }
      @media all and (max-width: 1024px) {
        .leaderboard-stat.team {
          padding-right: 2.25rem; } }
      @media all and (max-width: 800px) {
        .leaderboard-stat.team {
          font-size: 0.875rem;
          font-family: 'Louis';
          font-weight: bold;
          font-style: italic; } }
    .leaderboard-stat.score {
      margin-left: auto;
      font-size: 1.75rem;
      font-family: 'LouisHeavyItalic';
      text-align: center; }
      @media all and (max-width: 800px) {
        .leaderboard-stat.score {
          font-size: 0.875rem;
          font-family: 'Louis';
          font-weight: bold;
          font-style: italic; } }
      .leaderboard-stat.score::before {
        content: 'Score';
        text-align: center; }
  .leaderboard-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .leaderboard-list .leaderboard-item {
      width: 100%;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      .leaderboard-list .leaderboard-item::before {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: #000000;
        position: absolute;
        top: 50%; }
        @media all and (max-width: 800px) {
          .leaderboard-list .leaderboard-item::before {
            display: none; } }
    .leaderboard-list .leaderboard-stat {
      font-size: 1.125rem;
      background: #ffffff;
      padding: 0.625rem;
      text-transform: uppercase; }
      @media all and (max-width: 800px) {
        .leaderboard-list .leaderboard-stat {
          font-size: 0.875rem; } }
      .leaderboard-list .leaderboard-stat.position {
        margin-right: 0; }

.leaderboard-container.animate .leaderboard-item:nth-child(1) {
  animation: animationPosition-1 0.3s forwards; }

.leaderboard-container.animate .leaderboard-item:nth-child(2) {
  animation: animationPosition-2 0.3s forwards; }

.leaderboard-container.animate .leaderboard-item:nth-child(3) {
  animation: animationPosition-3 0.375s forwards; }

.leaderboard-container.animate .leaderboard-item:nth-child(4) {
  animation: animationPosition-4 0.45s forwards; }

.leaderboard-container.animate .button {
  animation: fadeIn 1s forwards;
  animation-delay: 0.25s; }

.leaderboard-container.countdown .leaderboard-content {
  display: none;
  opacity: 0;
  visibility: hidden; }

.leaderboard-container.countdown .leaderboard-banner img.trophy {
  bottom: -1px;
  width: 215px; }

.modal {
  width: 100%;
  max-width: 1140px;
  height: auto;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 10px;
  padding: 1.875rem 1.875rem 2.875rem;
  position: fixed;
  top: calc(50% + 2rem);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease; }
  @media all and (max-width: 800px) {
    .modal {
      max-width: calc(100% - (0.625rem * 2));
      padding: 1.25rem 1.25rem 1.4375rem; } }
  .modal.active {
    display: flex;
    flex-flow: row wrap;
    top: 50%;
    opacity: 1;
    visibility: visible; }
  .modal-overlay {
    content: "";
    width: 100%;
    height: 100%;
    background: #262626;
    opacity: 0.90;
    position: fixed;
    inset: 0;
    z-index: 0;
    display: none; }
    .modal-overlay.active {
      display: block;
      z-index: 100; }
  .modal-header {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.875rem; }
    .modal-header h2 {
      font-family: 'LouisHeavyItalic';
      font-size: 2.375rem;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      font-weight: normal;
      font-style: normal; }
      @media all and (max-width: 800px) {
        .modal-header h2 {
          font-size: 1.25rem; } }
  .modal-close {
    appearance: none;
    border: none;
    background: url(../images/svg/close.svg) no-repeat center center;
    background-size: 1rem;
    padding: 1rem;
    opacity: 0.75;
    cursor: pointer;
    transition: all 0.4s ease; }
    .modal-close:hover {
      opacity: 1; }
  .modal-body {
    width: 100%;
    height: auto;
    max-height: calc(80vh - (3.75rem + 3.375rem));
    position: relative;
    overflow: hidden; }
    .modal-body-container {
      height: 100%;
      overflow-y: auto;
      padding: 0 1.25rem; }
      .modal-body-container:focus-visible {
        outline: none; }
      @media all and (max-width: 800px) {
        .modal-body-container {
          padding: 0 0.625rem 0 0; } }
      .modal-body-container::-webkit-scrollbar {
        width: 8px; }
      .modal-body-container::-webkit-scrollbar-track {
        border-radius: 8px;
        background: #F2F2F2;
        overflow: hidden; }
      .modal-body-container::-webkit-scrollbar-thumb {
        background-color: #FFB300;
        border-radius: 8px; }

.button {
  display: inline-block;
  font-family: 'Louis';
  font-weight: bold;
  background: transparent;
  border: 2px solid #FFB300;
  border-radius: 8px;
  color: #000000;
  margin: 1.25rem auto;
  padding: 1.25rem 3rem;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.4s ease; }
  @media all and (max-width: 800px) {
    .button {
      font-size: 0.75rem; } }
  .button:hover {
    background: transparent; }
  .button-container {
    width: 100%;
    display: none;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 0; }

.leaderboard .leaderboard-item[data-position="1"] {
  animation-delay: 0.6s; }

.leaderboard .leaderboard-item[data-position="2"] {
  animation-delay: 0.6s; }

.leaderboard .leaderboard-item[data-position="3"] {
  animation-delay: 0.6s; }

.leaderboard .leaderboard-item[data-position="4"] {
  animation-delay: 0.6s; }

.leaderboard-banner {
  display: none; }

.blank-teams .leaderboard-item.new::before,
.blank-teams .leaderboard-item .team,
.blank-teams .leaderboard-item .score {
  display: none; }

.blank-teams .button-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.leaderboard-msg-container {
  width: 100%;
  margin: 0 auto;
  margin-top: -4.75rem;
  padding: 0 2.25rem 3rem;
  position: relative;
  overflow: hidden;
  z-index: 1000; }
  @media all and (max-width: 959px) {
    .leaderboard-msg-container {
      margin-top: -2rem; } }
  @media all and (max-width: 599px) {
    .leaderboard-msg-container {
      margin-top: -1.25rem; } }

.leaderboard-msg {
  width: 100%;
  max-width: 980px;
  position: relative;
  background: #FFB300;
  text-align: center;
  margin: 0 auto 5rem;
  padding: 2rem;
  border-radius: 10px;
  font-family: 'Louis';
  box-shadow: 6px 4px 13px rgba(0, 0, 0, 0.5); }
  .leaderboard-msg::before, .leaderboard-msg::after {
    content: '';
    width: calc(50% + 200px);
    height: 115%;
    overflow-y: visible;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background-size: 100%;
    z-index: -1; }
    @media all and (max-width: 800px) {
      .leaderboard-msg::before, .leaderboard-msg::after {
        width: calc(50% + 36px);
        height: 120%; } }
  .leaderboard-msg::before {
    left: -200px;
    bottom: 50px;
    background: url(../images/svg/counter-graphic1.svg) no-repeat bottom left 25px; }
    @media all and (max-width: 800px) {
      .leaderboard-msg::before {
        left: -36px;
        background-size: 50%;
        background-position: bottom left -25px; } }
  .leaderboard-msg::after {
    right: -200px;
    background: url(../images/svg/counter-graphic2.svg) no-repeat bottom right; }
    @media all and (max-width: 800px) {
      .leaderboard-msg::after {
        right: -36px;
        background-size: 75%;
        background-position: bottom right -55px; } }
  .leaderboard-msg h2 {
    margin: 0 0 1.25rem;
    padding: 0;
    font-size: 4.1825rem;
    text-transform: uppercase; }
    @media all and (max-width: 800px) {
      .leaderboard-msg h2 {
        font-size: 1.5625rem; } }
  .leaderboard-msg p {
    font-weight: 600;
    font-size: 1.5rem;
    width: 100%;
    max-width: 740px;
    margin: 0 auto 1.25rem; }
    @media all and (max-width: 800px) {
      .leaderboard-msg p {
        font-size: 1rem; } }

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