*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border: 0;
}

.balance {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.balance .balance__image-events {
  grid-column: span 6;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .balance .balance__image-events {
    grid-column: span 12;
  }
}
.balance .balance__image-events .balance__image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 80px);
  height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .balance .balance__image-events .balance__image {
    width: calc(50vw + 80px);
  }
}
@media only screen and (max-width: 992px) {
  .balance .balance__image-events .balance__image {
    position: relative;
    top: initial;
    right: initial;
    height: initial;
  }
}
.balance .balance__image-events .balance__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}
@media only screen and (max-width: 992px) {
  .balance .balance__image-events .balance__image img {
    height: initial;
    aspect-ratio: 3/2;
    margin: 0 0 0 -20px;
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 768px) {
  .balance .balance__image-events .balance__image img {
    border-radius: 0 30px 0 0;
  }
}
.balance .balance__image-events .balance__game-events {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .balance .balance__image-events .balance__game-events {
    position: relative;
    bottom: initial;
    left: initial;
  }
}
.balance .balance__image-events .balance__game-events .balance__events {
  margin: 0 0 0 -80px;
  padding: 18px 20px 18px 80px;
  background-color: #ffffff;
  border-radius: 0 20px 20px 0;
}
@media only screen and (min-width: 1921px) {
  .balance .balance__image-events .balance__game-events .balance__events {
    border-radius: 20px 20px 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .balance .balance__image-events .balance__game-events .balance__events {
    background-color: #efefef;
    border-radius: 0 0 20px 0;
  }
}
.balance .balance__image-events .balance__game-events .balance__events h3 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .balance .balance__image-events .balance__game-events .balance__events h3 {
    line-height: 26px;
  }
}
.balance .balance__image-events .balance__game-events .balance__events p {
  margin: 0;
}
.balance .balance__image-events .balance__game-events .balance__game {
  margin: 0 0 0 -80px;
  padding: 16px 20px 16px 80px;
  background-color: #B71735;
  border-radius: 0 0 20px 0;
  display: inline-block;
}
@media only screen and (min-width: 1921px) {
  .balance .balance__image-events .balance__game-events .balance__game {
    border-radius: 0 0 20px 20px;
  }
}
.balance .balance__image-events .balance__game-events .balance__game .balance__team {
  display: inline-block;
  height: 70px;
}
.balance .balance__image-events .balance__game-events .balance__game .balance__team.balance__team--away {
  margin: 0 0 0 30px;
}
.balance .balance__content {
  grid-column: span 6;
  padding: 80px 105px;
}
@media only screen and (max-width: 1400px) {
  .balance .balance__content {
    padding: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .balance .balance__content {
    padding: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .balance .balance__content {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 768px) {
  .balance .balance__content {
    padding: 20px 0;
  }
}
.balance .balance__content .balance__text {
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .balance .balance__content .balance__text {
    margin: 0 0 30px;
  }
}
.balance .balance__content .balance__text h2 {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .balance .balance__content .balance__text h2 {
    margin: 10px 0;
  }
}
.balance .balance__content .balance__text p {
  margin-bottom: 0;
}
.balance .balance__content .balance__balance {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .balance .balance__content .balance__balance {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.balance .balance__content .balance__balance .balance__column {
  width: calc(33.3333% - 20px);
}
@media only screen and (max-width: 992px) {
  .balance .balance__content .balance__balance .balance__column {
    width: calc(33.3333% - 10px);
  }
}
.balance .balance__content .balance__balance .balance__tile {
  width: 100%;
  height: 100px;
  font-size: 45px;
  line-height: 100px;
  text-align: center;
  border-radius: 20px;
  font-family: "Righteous", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 576px) {
  .balance .balance__content .balance__balance .balance__tile {
    font-size: 32px;
    height: 80px;
    line-height: 80px;
  }
}
.balance .balance__content .balance__balance .balance__tile.balance__tile--wins {
  background-color: #B71735;
  color: #ffffff;
}
.balance .balance__content .balance__balance .balance__tile.balance__tile--draw {
  background-color: #efefef;
  color: #404040;
}
.balance .balance__content .balance__balance .balance__tile.balance__tile--loss {
  background-color: #404040;
  color: #efefef;
}
.balance .balance__content .balance__balance .balance__tile-caption {
  margin: 5px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .balance .balance__content .balance__balance .balance__tile-caption {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .balance .balance__content .balance__balance .balance__tile-caption {
    font-size: 14px;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}