.next-match-group {
  background-color: var(--secondary-bg); }
  .next-match-group .next-last-match {
    background-image: url("/img/last-next-match-bg.webp");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 20px;
    padding-bottom: 5vw; }
  .next-match-group .last-match {
    padding: 24px; }
    .next-match-group .last-match .last-match-title {
      font-size: 40rem;
      text-align: center;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--secondary-title);
      font-weight: 500;
      font-family: "Teko", sans-serif; }
    .next-match-group .last-match .last-match-content p, .next-match-group .last-match .last-match-content ul li, .next-match-group .last-match .last-match-content ol li {
      font-size: 18rem;
      color: var(--secondary-title); }
    .next-match-group .last-match .last-match-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 50px;
      padding-bottom: 50px;
      position: relative; }
      .next-match-group .last-match .last-match-wrapper .one-club {
        height: 157px;
        width: 50%;
        background-color: var(--dark-bg);
        transform: skew(-21deg);
        box-shadow: 0px 0px 15px 2px #050723; }
        .next-match-group .last-match .last-match-wrapper .one-club:first-child {
          position: relative;
          bottom: 14px;
          left: 7px; }
          .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-gols {
            padding-left: 15px;
            padding-right: 50px; }
          .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-name {
            padding-left: 20px; }
          .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-logo-bg .club-logo-bg-inner {
            background-position: -150px -150px; }
        .next-match-group .last-match .last-match-wrapper .one-club:last-child {
          position: relative;
          top: 14px;
          right: 7px; }
          .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-gols {
            padding-left: 50px;
            padding-right: 40px; }
          .next-match-group .last-match .last-match-wrapper .one-club:last-child .one-club-wrapper {
            justify-content: flex-end; }
          .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-name {
            padding-right: 20px; }
          .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-logo-bg .club-logo-bg-inner {
            background-position: 150px -150px; }
      .next-match-group .last-match .last-match-wrapper .club-vs {
        position: absolute;
        z-index: 1; }
        .next-match-group .last-match .last-match-wrapper .club-vs img {
          width: 61px; }
      .next-match-group .last-match .last-match-wrapper .one-club-wrapper {
        display: flex;
        transform: skew(21deg);
        height: 100%;
        align-items: flex-end; }
      .next-match-group .last-match .last-match-wrapper .club-gols {
        font-size: 94rem;
        color: var(--secondary-title);
        font-weight: bold;
        font-style: italic;
        font-family: "Roboto Mono", monospace;
        margin-bottom: 0; }
      .next-match-group .last-match .last-match-wrapper .club-logo {
        position: relative;
        bottom: 50px; }
        .next-match-group .last-match .last-match-wrapper .club-logo img {
          height: 120px;
          width: auto; }
      .next-match-group .last-match .last-match-wrapper .club-logo-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        transform: skew(-21deg);
        overflow: hidden; }
        .next-match-group .last-match .last-match-wrapper .club-logo-bg .club-logo-bg-inner {
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          filter: blur(15px);
          background-size: 550px auto;
          opacity: 0.5; }
      .next-match-group .last-match .last-match-wrapper .club-name {
        font-size: 30rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--secondary-title);
        font-weight: 700;
        font-family: "Teko", sans-serif;
        margin-bottom: 15px; }
  .next-match-group .next-match {
    padding-top: 8vw; }
    .next-match-group .next-match .next-match-title {
      font-size: 40rem;
      text-align: center;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--secondary-title);
      font-weight: 500;
      font-family: "Teko", sans-serif;
      margin-bottom: 20px; }
    .next-match-group .next-match .next-match-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 80px; }
    .next-match-group .next-match .club-logo {
      width: 10vw;
      display: flex; }
      .next-match-group .next-match .club-logo:first-child {
        justify-content: flex-end; }
      .next-match-group .next-match .club-logo .image {
        width: auto !important; }
      .next-match-group .next-match .club-logo img {
        height: 120px;
        width: auto; }
    .next-match-group .next-match .club-vs {
      margin: 0 40px; }
      .next-match-group .next-match .club-vs img {
        width: 38px; }

@media (max-width: 575.5px) {
  .next-match-group .last-match .last-match-title {
    font-size: 30rem;
    letter-spacing: 1px; }
  .next-match-group .last-match .last-match-wrapper {
    flex-direction: column; }
    .next-match-group .last-match .last-match-wrapper .one-club {
      height: 100px;
      width: 100%; }
      .next-match-group .last-match .last-match-wrapper .one-club:first-child {
        left: auto;
        bottom: auto; }
        .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-logo-bg .club-logo-bg-inner {
          background-position: 150px center; }
        .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-gols {
          padding-right: 10px;
          padding-left: 5px; }
        .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-logo {
          left: none;
          right: 0px; }
        .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-name {
          padding-left: 0; }
      .next-match-group .last-match .last-match-wrapper .one-club:last-child {
        top: auto;
        right: auto; }
        .next-match-group .last-match .last-match-wrapper .one-club:last-child .one-club-wrapper {
          justify-content: flex-start; }
        .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-logo-bg .club-logo-bg-inner {
          background-position: 150px center; }
        .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-gols {
          padding-right: 10px;
          padding-left: 5px;
          order: 1; }
        .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-logo {
          left: none;
          right: 0px; }
        .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-name {
          padding-right: 0;
          order: 2; }
    .next-match-group .last-match .last-match-wrapper .club-logo-bg .club-logo-bg-inner {
      filter: blur(7px);
      background-size: 200px auto; }
    .next-match-group .last-match .last-match-wrapper .club-gols {
      font-size: 50rem; }
    .next-match-group .last-match .last-match-wrapper .club-name {
      font-size: 20rem;
      margin-bottom: 10px; }
    .next-match-group .last-match .last-match-wrapper .club-logo {
      position: absolute;
      top: -10px; }
      .next-match-group .last-match .last-match-wrapper .club-logo img {
        height: 80px; }
    .next-match-group .last-match .last-match-wrapper .club-vs {
      position: relative;
      margin-top: 10px;
      margin-bottom: 20px; }
      .next-match-group .last-match .last-match-wrapper .club-vs img {
        width: 35px; }
  .next-match-group .next-match .next-match-wrapper {
    margin-top: 30px; }
  .next-match-group .next-match .next-match-title {
    font-size: 30rem;
    letter-spacing: 1px; }
  .next-match-group .next-match .club-logo {
    width: 25vw; }
    .next-match-group .next-match .club-logo img {
      height: 80px; }
  .next-match-group .next-match .club-vs {
    margin: 0 30px; }
    .next-match-group .next-match .club-vs img {
      width: 30px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .next-match-group .last-match .last-match-wrapper {
    flex-direction: column; }
    .next-match-group .last-match .last-match-wrapper .one-club {
      height: 120px;
      width: 400px; }
      .next-match-group .last-match .last-match-wrapper .one-club:first-child {
        left: auto;
        bottom: auto; }
        .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-logo-bg .club-logo-bg-inner {
          background-position: 280px center; }
        .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-gols {
          padding-right: 10px;
          padding-left: 5px; }
        .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-logo {
          left: none;
          right: 30px; }
        .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-name {
          padding-left: 0; }
      .next-match-group .last-match .last-match-wrapper .one-club:last-child {
        top: auto;
        right: auto; }
        .next-match-group .last-match .last-match-wrapper .one-club:last-child .one-club-wrapper {
          justify-content: flex-start; }
        .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-logo-bg .club-logo-bg-inner {
          background-position: 280px center; }
        .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-gols {
          padding-right: 10px;
          padding-left: 5px;
          order: 1; }
        .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-logo {
          left: none;
          right: 30px; }
        .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-name {
          padding-right: 0;
          order: 2; }
    .next-match-group .last-match .last-match-wrapper .club-logo-bg .club-logo-bg-inner {
      filter: blur(7px);
      background-size: 200px auto; }
    .next-match-group .last-match .last-match-wrapper .club-gols {
      font-size: 60rem; }
    .next-match-group .last-match .last-match-wrapper .club-name {
      font-size: 23rem;
      margin-bottom: 10px; }
    .next-match-group .last-match .last-match-wrapper .club-logo {
      position: absolute;
      top: -10px; }
      .next-match-group .last-match .last-match-wrapper .club-logo img {
        height: 100px; }
    .next-match-group .last-match .last-match-wrapper .club-vs {
      position: relative;
      margin-top: 10px;
      margin-bottom: 20px; }
      .next-match-group .last-match .last-match-wrapper .club-vs img {
        width: 35px; }
  .next-match-group .next-match .club-logo {
    width: 25vw; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .next-match-group .last-match .last-match-wrapper .one-club {
    height: 120px; }
    .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-logo-bg .club-logo-bg-inner {
      background-position: -60px center; }
    .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-gols {
      padding-right: 10px;
      padding-left: 5px; }
    .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-logo {
      left: 60px; }
    .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-name {
      padding-left: 0; }
    .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-logo-bg .club-logo-bg-inner {
      background-position: 190px center; }
    .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-gols {
      padding-left: 10px;
      padding-right: 30px; }
    .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-logo {
      right: 80px; }
    .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-name {
      padding-right: 0; }
  .next-match-group .last-match .last-match-wrapper .club-logo-bg .club-logo-bg-inner {
    filter: blur(7px);
    background-size: 200px auto; }
  .next-match-group .last-match .last-match-wrapper .club-gols {
    font-size: 60rem; }
  .next-match-group .last-match .last-match-wrapper .club-name {
    font-size: 23rem;
    margin-bottom: 10px; }
  .next-match-group .last-match .last-match-wrapper .club-logo {
    position: absolute;
    top: -10px; }
    .next-match-group .last-match .last-match-wrapper .club-logo img {
      height: 80px; }
  .next-match-group .last-match .last-match-wrapper .club-vs img {
    width: 38px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .next-match-group .last-match .last-match-wrapper .one-club {
    height: 120px; }
    .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-gols {
      padding-right: 20px;
      padding-left: 5px; }
    .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-gols {
      padding-left: 20px;
      padding-right: 30px; }
  .next-match-group .last-match .last-match-wrapper .club-gols {
    font-size: 70rem; }
  .next-match-group .last-match .last-match-wrapper .club-name {
    font-size: 25rem;
    margin-bottom: 10px; }
  .next-match-group .last-match .last-match-wrapper .club-logo {
    bottom: 35px; }
    .next-match-group .last-match .last-match-wrapper .club-logo img {
      height: 100px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .next-match-group .last-match .last-match-wrapper .one-club {
    height: 140px; }
    .next-match-group .last-match .last-match-wrapper .one-club:first-child .club-gols {
      padding-right: 30px; }
    .next-match-group .last-match .last-match-wrapper .one-club:last-child .club-gols {
      padding-left: 30px; }
  .next-match-group .last-match .last-match-wrapper .club-gols {
    font-size: 80rem; }
  .next-match-group .last-match .last-match-wrapper .club-name {
    font-size: 27rem;
    margin-bottom: 10px; }
  .next-match-group .last-match .last-match-wrapper .club-logo {
    bottom: 35px; } }

/*# sourceMappingURL=last_next_match.css.map */
