/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: transparent;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: transparent; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration-skip: ink;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

#app-container {
  min-height: 100vh;
  font-family: lato, sans-serif;
  background: repeating-linear-gradient(288deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 5px, rgba(0, 0, 0, 0.3) 5px, rgba(0, 0, 0, 0.3) 10px), url("../img/bg.jpg"), #262d35;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  #app-container * {
    min-height: 0;
    min-width: 0; }

#app {
  overflow: hidden; }

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  align-items: center;
  flex-shrink: 0; }

.links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
  font-weight: bold; }
  .links a {
    margin: 5px;
    width: 100%;
    text-align: center;
    color: #5cc8ea;
    font-size: 14px; }
  .links span {
    display: none; }

.btn-active {
  color: white !important;
  background-image: linear-gradient(-16deg, #16CFF2, #30ACDA); }

.center {
  text-align: center; }

button:focus {
  outline: 0; }

.slick-arrow:focus {
  outline: 0; }

p {
  font-family: lato, sans-serif;
  font-weight: 400;
  font-style: normal; }

h1 {
  margin: 0; }

h2 {
  color: white;
  font-size: 28px;
  margin: 12px 0;
  font-family: lato, sans-serif;
  font-weight: 600;
  font-style: normal; }

h3 {
  font-family: lato, sans-serif;
  font-weight: 600; }

@keyframes slam {
  0% {
    transform: scale(10, 10);
    opacity: 0; }
  40% {
    opacity: 0; }
  100% {
    transform: scale(1, 1);
    opacity: 1; } }

@keyframes pop {
  0% {
    transform: scale(0, 0);
    opacity: 0; }
  90% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1);
    opacity: 1; } }

.app-title {
  animation: rattle 0.2s;
  animation-delay: 0.6s;
  display: flex;
  flex-wrap: wrap; }

#app-container {
  align-content: flex-start; }

#app {
  width: 100%;
  text-align: center;
  opacity: 0;
  animation: fadein 1s;
  animation-fill-mode: forwards; }

.fullscreen {
  height: 100vh; }

.row1 {
  width: 100%; }

.row2 {
  width: 100%;
  padding: 10px; }
  .row2 .footer {
    width: 100%; }

@keyframes scaleup {
  from {
    transform: scale(1, 0) translateY(50%);
    opacity: 1; }
  to {
    transform: scale(1, 1) translateY(0%);
    opacity: 1; } }

.column1 {
  width: 100%;
  padding: 10px;
  opacity: 0;
  transform: translateY(-100%);
  animation-name: slideDown2;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards; }

.column2 {
  width: 100%;
  padding: 0 10px; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

img {
  object-fit: contain; }

.inner {
  width: 70%;
  max-width: 1100px;
  height: 100%;
  margin: auto; }

.canvas {
  width: 100%;
  height: 300px; }

.social-title {
  width: 100%;
  margin-bottom: 20px;
  justify-content: center; }
  .social-title img {
    width: 50px; }
  .social-title > div {
    width: 140px;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    transform: translateY(-100%);
    animation-name: slideDown;
    animation-duration: 0.4s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards; }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0%); } }

@keyframes slideDown2 {
  0% {
    transform: translateY(-100%);
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }

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

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }

@keyframes rattle {
  0% {
    margin-top: 0;
    margin-left: 0; }
  10% {
    margin-top: -10px;
    margin-left: 0; }
  20% {
    margin-top: 0;
    margin-left: -10px; }
  30% {
    margin-top: 10px;
    margin-left: 0; }
  40% {
    margin-top: 0;
    margin-left: 10px; }
  50% {
    margin-top: -4px;
    margin-left: 0; }
  60% {
    margin-top: 0;
    margin-left: -4px; }
  70% {
    margin-top: 4px;
    margin-left: 0; }
  80% {
    margin-top: 0;
    margin-left: 4px; }
  90% {
    margin-top: -2px;
    margin-left: 0; }
  100% {
    margin-top: 0;
    margin-left: 0; } }

.header-title {
  width: 100%;
  margin-bottom: 20px;
  justify-content: center;
  animation-name: slam;
  animation-duration: 0.6s;
  animation-timing-function: ease-in; }
  .header-title h1 {
    margin: 0; }
    .header-title h1 img {
      width: 500px; }

.logo-title {
  width: 100%;
  margin-bottom: 20px;
  justify-content: center;
  opacity: 0;
  animation: fadein 2s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s; }
  .logo-title img {
    width: 250px; }
  .logo-title > div {
    padding: 0 20px; }

.intro-title {
  width: 100%;
  margin-bottom: 20px;
  color: white;
  align-content: flex-end;
  text-align: center;
  opacity: 0;
  transform: translateY(-100%);
  animation-name: slideDown2;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.2s;
  animation-fill-mode: forwards; }
  .intro-title p {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    width: 100%;
    line-height: 18px; }

.menu-title {
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  opacity: 0;
  transform: translateY(-100%);
  animation-name: slideDown2;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.4s;
  animation-fill-mode: forwards; }
  .menu-title > div {
    width: 30%;
    height: 100%; }
  .menu-title img {
    width: 100%;
    margin-bottom: 10px; }
  .menu-title h2 {
    font-family: lato, sans-serif;
    width: 100%;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 16px;
    color: #30ACDA;
    margin: 0;
    height: 50%;
    white-space: normal;
    height: 30%; }
  .menu-title button {
    width: 100%; }

.slick-current {
  color: #30ACDA; }
  .slick-current img {
    mix-blend-mode: luminosity; }

.block {
  background-color: white;
  border-radius: 6px;
  box-shadow: 10px 10px 17px 0px rgba(0, 0, 0, 0.75); }

.slick {
  padding: 8px 2px; }
  .slick p {
    margin: 0; }
  .slick .icon-container {
    max-width: 72px;
    border-radius: 20px;
    margin: auto;
    background-color: #30ACDA; }
    .slick .icon-container img {
      border-radius: 20px; }

.blue-bg {
  background-image: linear-gradient(20deg, #5cc8ea, #56aad4); }

.header {
  justify-content: center;
  padding: 10px 0;
  width: 100%; }
  .header * {
    height: 100%; }
  .header img {
    width: 80%; }

.slick-slide {
  cursor: pointer; }
  .slick-slide img {
    margin: auto; }

.menu {
  background-color: white;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%; }
  .menu button {
    position: relative;
    top: 0;
    cursor: pointer;
    transition: all 0.2s ease; }
  .menu button:active {
    top: 4px; }
  .menu > div {
    flex: 1;
    height: 100%;
    padding: 10px; }
    .menu > div button {
      height: 100%;
      width: 100%; }
    .menu > div img {
      margin: auto;
      max-height: 80px;
      width: 100%;
      height: 80%;
      object-fit: contain; }
    .menu > div p {
      height: 20%;
      margin: 0;
      font-size: 14px;
      color: black; }

.menu-slider {
  background-color: white;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(-100%);
  animation-name: slideDown2;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }
  .menu-slider div {
    box-shadow: none; }

.desktop {
  display: none; }

.slider {
  overflow: hidden;
  padding: 0 30px;
  width: 100%; }
  .slider p {
    margin: 0;
    margin: 0 4px;
    font-size: 14px;
    line-height: 14px; }
  .slider .slick-arrow {
    height: 100%;
    color: transparent; }
  .slider .slick-prev {
    background: url("../img/arrow-prev.svg");
    background-repeat: no-repeat;
    background-position: 20%;
    background-size: contain; }
  .slider .slick-prev:before {
    content: none; }
  .slider .slick-next {
    background: url("../img/arrow-next.svg");
    background-repeat: no-repeat;
    background-position: 20%;
    background-size: contain; }
  .slider .slick-next:before {
    content: none; }

.card > div {
  width: 100%; }

.card h2 {
  margin: 10px;
  margin-bottom: 15px; }

.card img {
  border-radius: 6px 6px 0 0; }

.intro {
  text-align: left;
  padding: 20px;
  color: white;
  width: 100%; }

.row3 {
  width: 100%;
  height: 90%;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 0 15px;
  border-radius: 15px; }
  .row3 .block {
    border-radius: 8px;
    overflow: hidden; }

.manstats {
  justify-content: space-around;
  margin-bottom: 20px; }
  .manstats > div {
    margin: 10px; }
    .manstats > div p {
      margin: 0; }

.mtext img {
  border-radius: 50%;
  width: 150px; }

.stats table {
  margin: 0;
  text-align: center;
  border: 0;
  width: 100%;
  border-collapse: collapse; }
  .stats table td {
    padding: 5px; }
  .stats table th {
    padding: 0; }
  .stats table tr {
    border-bottom: 0; }
    .stats table tr > :first-child {
      border-radius: 6px 0 0 0; }
    .stats table tr > :last-child {
      border-radius: 0 6px 0 0; }
  .stats table thead {
    background-color: white;
    color: #30ACDA; }
    .stats table thead tr > :first-child {
      border-right: 2px solid #30ACDA; }
  .stats table tbody {
    color: white; }
    .stats table tbody tr > :first-child {
      border-right: 2px solid white; }
    .stats table tbody tr:nth-child(even) {
      background-color: rgba(255, 255, 255, 0.5); }

.trophies {
  align-items: stretch; }

.aboutList {
  list-style-type: none;
  color: white;
  text-align: justify; }
  .aboutList :last-child {
    margin-bottom: 0; }

#legend {
  width: 100%; }

#legend > ul {
  padding: 0;
  text-align: center; }

#legend {
  width: 100%;
  bottom: 10%; }

#legend li {
  margin: 4px 3px;
  display: inline-table;
  margin: 6px; }

#legend li span {
  position: relative;
  padding: 3px 10px;
  margin-right: 5px;
  color: white;
  z-index: 2;
  font-size: 11px; }

.drop-head {
  background-color: white;
  width: 100%;
  padding: 10px;
  margin: 4px;
  border-radius: 10px; }

.tbl-h {
  background-image: linear-gradient(20deg, #5cc8ea, #56aad4);
  padding: 20px 10px;
  margin: 0;
  width: 100%; }

.modal.active {
  display: block; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.mbtns {
  width: 90%;
  margin: 20px auto; }

.mbtn {
  box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  background-color: white;
  border-radius: 10px;
  margin: 4px;
  width: 100%;
  color: black;
  padding: 10px;
  white-space: normal;
  line-height: 1.2em;
  top: 0;
  position: relative;
  transition: all 0.2s ease; }

.mbtn:active {
  top: 4px; }

.marg {
  margin: initial; }

.mbtn:hover, .mbtn-a {
  background-color: black;
  color: white; }

/* Modal Content/Box */
.modal-content {
  background-image: linear-gradient(20deg, #5cc8ea, #56aad4);
  color: white;
  border-radius: 15px;
  max-width: 1000px;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 3%;
  position: relative;
  box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
  width: 90%;
  /* Could be more or less, depending on screen size */ }
  .modal-content b {
    font-weight: 500; }
  .modal-content p {
    font-weight: 300; }
  .modal-content h3 {
    border-bottom: 1px solid white;
    width: fit-content;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 30px; }

/* The Close Button */
.close {
  position: absolute;
  background-image: url("../img/x.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  transform: translateX(30%) translateY(-30%); }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.table {
  opacity: 0;
  overflow: hidden;
  transform: translateX(100%);
  animation-name: slideLeft;
  align-items: flex-start;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  align-content: stretch;
  width: 100%; }
  .table .yearbtn {
    position: relative;
    top: 0;
    cursor: pointer;
    transition: all 0.2s ease; }
  .table .yearbtn:active {
    top: 4px; }
  .table .table-top {
    background: linear-gradient(20deg, #5cc8ea, #56aad4);
    width: 100%;
    border-radius: 6px 6px 0 0;
    padding: 15px 0 0 0;
    font-weight: 600; }
    .table .table-top h2 {
      margin: 0;
      margin-bottom: 18px; }
  .table .table-bot {
    padding: 10px;
    width: 100%;
    align-content: stretch;
    width: 100%; }
    .table .table-bot .table-content {
      margin: auto;
      align-items: baseline;
      width: 100%;
      justify-content: center;
      margin-bottom: 30px; }
      .table .table-bot .table-content img {
        width: 100%; }
      .table .table-bot .table-content .yearbtn {
        color: #4CCBF2;
        border-radius: 15px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        padding: 10px 20px;
        margin: 10px; }
      .table .table-bot .table-content .p-row {
        justify-content: center;
        width: 100%; }
        .table .table-bot .table-content .p-row .p-score {
          color: white;
          background-image: linear-gradient(-16deg, #16CFF2, #30ACDA);
          border-radius: 12px;
          padding: 6px 10px;
          padding-right: 3px;
          margin: 10px; }
          .table .table-bot .table-content .p-row .p-score .p-scoreChange {
            background-color: white;
            border-radius: 12px;
            padding: 3px 10px;
            color: black; }
        .table .table-bot .table-content .p-row .p-card {
          width: 140px;
          align-content: baseline;
          height: 200px;
          text-transform: capitalize;
          background-image: linear-gradient(-16deg, #16CFF2, #30ACDA);
          margin: 2px;
          padding: 10px;
          border-radius: 4px; }
          .table .table-bot .table-content .p-row .p-card .p-name {
            font-size: 16px;
            margin-top: 10px; }
          .table .table-bot .table-content .p-row .p-card .p-stat {
            font-weight: 700;
            font-size: 24px; }
          .table .table-bot .table-content .p-row .p-card .p-change {
            margin-top: 10px; }
          .table .table-bot .table-content .p-row .p-card .p-percent {
            background-color: white;
            border-radius: 8px;
            width: fit-content;
            margin: auto;
            padding: 0 10px; }
          .table .table-bot .table-content .p-row .p-card .p-green {
            color: #A7CA59; }
          .table .table-bot .table-content .p-row .p-card .p-red {
            color: #D82335; }
          .table .table-bot .table-content .p-row .p-card > div {
            width: 100%; }
          .table .table-bot .table-content .p-row .p-card .p-img {
            height: 40%; }
            .table .table-bot .table-content .p-row .p-card .p-img img {
              height: 100%; }
      .table .table-bot .table-content .away, .table .table-bot .table-content .home {
        width: 50%;
        justify-content: center; }
        .table .table-bot .table-content .away > :first-child .p-name, .table .table-bot .table-content .home > :first-child .p-name {
          font-size: 28px;
          margin-top: 0;
          margin-bottom: 20px; }
        .table .table-bot .table-content .away > :last-child .p-change, .table .table-bot .table-content .home > :last-child .p-change {
          display: none; }
      .table .table-bot .table-content .home {
        justify-content: flex-end;
        margin-bottom: 40px; }
        .table .table-bot .table-content .home .p-name, .table .table-bot .table-content .home .p-stat {
          color: white; }
      .table .table-bot .table-content .away {
        justify-content: flex-start; }
        .table .table-bot .table-content .away .p-name, .table .table-bot .table-content .away .p-stat {
          color: #4CCBF2; }
        .table .table-bot .table-content .away .p-card {
          background-image: linear-gradient(-16deg, #F2F2F2, #E6E6E6); }
  .table .leagues-top {
    width: 100%; }
  .table .dataTables_wrapper {
    width: 100%; }
    .table .dataTables_wrapper th, .table .dataTables_wrapper table {
      border: 0; }
    .table .dataTables_wrapper thead {
      color: #30ACDA; }
      .table .dataTables_wrapper thead th {
        border-right: 2px solid #30ACDA; }
      .table .dataTables_wrapper thead tr > :last-child {
        border: none; }
    .table .dataTables_wrapper tbody {
      background: linear-gradient(20deg, #16CFF2, #30ACDA);
      color: white; }
      .table .dataTables_wrapper tbody th {
        border-right: 2px solid #30ACDA; }
      .table .dataTables_wrapper tbody tr > :last-child, .table .dataTables_wrapper tbody tr > :first-child {
        border: none; }
      .table .dataTables_wrapper tbody tr {
        border: 0;
        background-color: transparent; }
        .table .dataTables_wrapper tbody tr td {
          border: 0;
          border-right: 2px solid white;
          background-color: transparent !important; }
        .table .dataTables_wrapper tbody tr td.child {
          border-bottom: 1px solid white;
          border-top: 1px solid white;
          padding: 0; }
          .table .dataTables_wrapper tbody tr td.child ul {
            justify-content: space-around;
            display: flex;
            flex-wrap: wrap;
            width: 100%; }
            .table .dataTables_wrapper tbody tr td.child ul li {
              padding: 0.5em 0 !important;
              display: flex;
              margin: 0 12px;
              flex-direction: column;
              border: 0; }
      .table .dataTables_wrapper tbody .even {
        background-color: rgba(255, 255, 255, 0.2) !important; }
      .table .dataTables_wrapper tbody .odd {
        background-color: transparent !important; }
  .table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, .table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-left: 50px; }
  .table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, .table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    background-color: #56aad4; }
  .table .performance-wrapper {
    width: 100%;
    margin: 20px 0;
    margin-bottom: 0;
    justify-content: center; }
    .table .performance-wrapper .performance {
      background-color: white;
      cursor: default;
      pointer-events: none;
      position: relative;
      border-radius: 6px;
      justify-content: flex-start;
      padding: 10px;
      border-radius: 10px;
      width: 220px;
      margin: 4px;
      flex-wrap: nowrap;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      height: 50px;
      transition: all 0.2s ease; }
      .table .performance-wrapper .performance img {
        width: 30px; }
      .table .performance-wrapper .performance p {
        margin: 0;
        word-wrap: none;
        color: black;
        margin-left: 10px; }

.perf-active {
  background: linear-gradient(20deg, #5cc8ea, #56aad4); }
  .perf-active p {
    color: white !important; }

.footer {
  background-color: #303741;
  color: white;
  text-align: left;
  padding: 20px;
  opacity: 0;
  transform: translateY(100%);
  animation-name: slideUp;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .footer > div {
    width: 100%; }
  .footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer .footer-bot {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .footer .footer-bot * {
      max-width: none !important; }
    .footer .footer-bot > div {
      width: 100%; }
  .footer .social {
    justify-content: center;
    width: 100%; }
    .footer .social a {
      padding: 10px; }
    .footer .social img {
      width: 50px; }
  .footer .logo {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer .logo img {
      width: 100%;
      max-width: 300px; }

.footer-bot {
  text-align: center;
  font-size: 12px;
  color: #fff; }

.footer.fixed {
  margin-top: 69px; }

.footer .inner {
  max-width: 100%; }

.footer-bot a {
  color: #fff;
  font-weight: bold; }

.footer-bot .links {
  display: flex;
  justify-content: center;
  padding: 30px 0 16px; }

.footer-bot .links a {
  display: inline-block;
  padding: 0 6px;
  text-align: center;
  margin-top: 0; }

.footer-bot .links a:nth-of-type(1) {
  border-left: 0; }

.footer-bot .icons {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.footer-bot .icons li {
  margin: 10px; }

.table-d {
  display: none; }

.pn-ProductNav_Wrapper {
  position: relative;
  padding: 0 11px;
  box-sizing: border-box;
  margin-bottom: 50px; }

.pn-ProductNav {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  text-align: center;
  /* If JS present, let's hide the default scrollbar */
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Remove the default scrollbar for WebKit implementations */
  /* positioning context for advancers */
  position: relative;
  font-size: 0; }
  .pn-ProductNav::-webkit-scrollbar {
    display: none; }

.pn-ProductNav_Contents {
  float: left;
  transition: transform .2s ease-in-out; }

.pn-ProductNav_Contents-no-transition {
  transition: none; }

.pn-ProductNav_Link {
  text-decoration: none;
  color: black;
  font-size: 1rem;
  font-family: -apple-system, sans-serif;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid transparent;
  padding: 20px 30px; }
  .pn-ProductNav_Link + .pn-ProductNav_Link {
    border-left-color: #eee; }
  .pn-ProductNav_Link[aria-selected="true"] {
    color: #111; }

.pn-Advancer {
  /* Reset the button */
  appearance: none;
  background: transparent;
  padding: 0;
  padding-left: 6px;
  padding-right: 6px;
  border: 0;
  /* Now style it as needed */
  position: absolute;
  top: 0;
  bottom: 0;
  /* Set the buttons invisible by default */
  opacity: 0;
  transition: opacity .3s; }
  .pn-Advancer:focus {
    outline: 0; }
  .pn-Advancer:hover {
    cursor: pointer; }

.pn-Advancer_Left {
  left: 0; }
  [data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
    opacity: 1; }

.pn-Advancer_Right {
  right: 0; }
  [data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
    opacity: 1; }

.pn-Advancer_Icon {
  width: 20px;
  height: 44px;
  fill: black; }

h1 {
  max-width: 400px; }

.logo-title {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

.menu-title img {
  max-width: 80px; }

@media only screen and (min-width: 400px) {
  .inner {
    width: 60%; }
  .menu-title h2 {
    font-size: 22px;
    line-height: 20px; }
  .canvas {
    height: 400px; }
  .table .dataTables_wrapper table tbody tr > :first-child {
    border-right: 2px solid white; } }

@media only screen and (min-width: 800px) {
  .canvas {
    height: 500px; }
  .links {
    align-items: center; }
    .links a {
      width: auto;
      text-align: center;
      color: #5cc8ea;
      font-size: 14px; }
    .links span {
      display: block; }
  .intro-title p {
    font-size: 16px;
    line-height: 16px; }
  .stats {
    margin-bottom: 15px; }
  .menu-title h2 {
    font-size: 18px;
    line-height: 18px; }
  #app {
    max-width: 2200px;
    margin: auto;
    vertical-align: middle; }
  .desktop {
    display: block; }
  .mobile {
    display: none; }
  .row1 {
    width: 100%;
    height: 90%;
    align-items: stretch;
    flex-wrap: nowrap; }
  .row2 {
    width: 100%;
    height: 10%;
    padding: 0 15px 15px 15px;
    margin-top: 15px; }
    .row2 .footer {
      width: 100%;
      height: 100%;
      margin: 0;
      justify-content: space-between;
      flex-wrap: nowrap; }
      .row2 .footer p {
        font-size: 12px;
        line-height: 16px;
        max-width: 700px; }
    .row2 .social {
      width: auto; }
    .row2 .logo {
      width: auto; }
  .column1 {
    max-width: 415px;
    width: 30%;
    padding: 15px 0 0 15px;
    align-content: flex-start;
    flex-flow: column;
    height: 100%; }
    .column1 > div {
      width: 100%; }
    .column1 .header {
      height: 120px;
      margin-bottom: 15px; }
    .column1 .card {
      margin-bottom: 15px; }
    .column1 .about {
      align-items: stretch;
      padding: 10px; }
      .column1 .about p {
        margin: 0; }
    .column1 .trophies {
      align-items: stretch; }
      .column1 .trophies p {
        margin: 0; }
      .column1 .trophies .trophies-top {
        background-color: white;
        border-radius: 6px 6px 0 0;
        padding: 8px; }
        .column1 .trophies .trophies-top p {
          font-weight: 600;
          font-size: 18px;
          color: #30ACDA; }
      .column1 .trophies .trophies-bot {
        color: white;
        padding: 10px;
        line-height: 18px; }
  .column2 {
    padding: 15px 15px 0 15px;
    flex-flow: column;
    flex: 1; }
    .column2 > div {
      width: 100%; }
    .column2 .table {
      flex-grow: 1; }
      .column2 .table .table-bot {
        width: 100%; }
        .column2 .table .table-bot .performance-wrapper .performance {
          width: 200px; }
        .column2 .table .table-bot .table-content img {
          max-height: 500px; }
  .menu-slider {
    flex-wrap: nowrap;
    background-color: transparent;
    height: 120px;
    margin-bottom: 15px; }
  .menu {
    width: 30%;
    height: 100%;
    min-width: 270px;
    order: 2;
    box-shadow: 10px 10px 17px 0px rgba(0, 0, 0, 0.75); }
  .slider {
    margin-right: 15px;
    height: 100%;
    flex-shrink: 1;
    box-shadow: 10px 10px 17px 0px rgba(0, 0, 0, 0.75); } }

@media only screen and (min-width: 1000px) {
  .cc {
    display: flex;
    align-items: center;
    justify-content: center; }
    .cc a {
      color: #5cc8ea; }
    .cc > :first-child {
      margin-right: 10px; }
  .social-title {
    justify-content: flex-end;
    margin: 0; }
  .table .table-bot .table-content .home, .table .table-bot .table-content .away {
    width: 100%;
    justify-content: center;
    max-width: 700px; }
  .intro-title p {
    font-size: 17px;
    line-height: 20px; }
  .menu-title h2 {
    font-size: 20px;
    line-height: 20px; } }

@media only screen and (min-width: 1200px) {
  .table-m {
    display: none; }
  .table-d {
    display: initial; }
  .social-title {
    justify-content: flex-end; }
  .slick-leagues {
    width: 100%; }
    .slick-leagues .slick-track {
      width: 100% !important;
      display: flex;
      justify-content: space-between; } }

@media only screen and (min-width: 1600px) {
  h1 {
    max-width: 600px; }
  .logo-title {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .menu-title img {
    max-width: 100px; }
  .intro-title p {
    font-size: 20px;
    line-height: 22px; }
  .canvas {
    height: 700px; }
  .table .table-bot .table-content .home, .table .table-bot .table-content .away {
    max-width: none; } }

@media only screen and (min-width: 1830px) {
  [data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
    opacity: 0; } }
