.mx-streak-header {
  padding-block: 12px;
  background-color: #ffc663;
  border-bottom: 2px solid #000;
}
.mx-streak-header .mx-container {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .mx-streak-header .mx-container {
    flex-direction: row;
  }
}
.mx-streak-header__block {
  align-items: center;
}
.mx-streak-header__block-content {
  --mx-gap-x: 0 ;
}
.mx-streak-header__title, .mx-streak-header__tagline {
  margin: 0;
}
.mx-streak-header__title {
  --fz-min: 24;
  --fz-max: 48;
  font-family: var(--mx-head-font-4);
}
.mx-streak-header__tagline {
  --fz-min: 18;
  --fz-max: 24;
  font-family: var(--mx-head-font);
}
.mx-streak-header__madrasters {
  max-width: 100px;
}
.mx-streak-header__madx {
  max-width: 140px;
}
.mx-section--streak {
  position: relative;
  padding-block: 96px;
  --bg-deg: 180deg;
  --bg-divide: calc(100% / 3);
  --bg-fill-top: #FFC663;
  --bg-fill-middle: #FF7863;
  --bg-fill-bottom: #7A7AD8;
  background: linear-gradient(var(--bg-deg), var(--bg-fill-top) 0%, var(--bg-fill-top) var(--bg-divide), var(--bg-fill-middle) calc(var(--bg-divide) * 0.001), var(--bg-fill-middle) calc(var(--bg-divide) * 2), var(--bg-fill-bottom) calc((var(--bg-divide) * 2) * 0.001), var(--bg-fill-bottom) 100%);
}
.mx-section--streak:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/home-background.png") 0 0 no-repeat;
  background-size: contain;
}

/* Streaks */
tr, td, thead, th {
  border: 0;
}

.mx-table {
  position: relative;
  background-color: #FFC663;
  border: 3px solid rgba(0, 0, 0, 0.6);
  box-shadow: 6px 6px 0 0 #000;
}

.mx-table thead {
  background-color: #93D0FC;
  border-bottom: 2px solid #6FCB9F;
}

.mx-table__title, .mx-table thead tr th {
  font-family: var(--mx-head-font-4);
  --fz-min: 16;
  --fz-max: 24;
  font-weight: 600;
  color: black;
}

.mx-table tbody tr td {
  font-family: var(--mx-head-font);
  font-weight: 700;
  --fz-min: 16;
  --fz-max: 24;
}

.mx-table__profile-data {
  width: 18%;
  color: #ffffff;
}

.mx-table__profile-data, .mx-table__title {
  padding: 30px 10px !important;
}

.mx-table__row:nth-child(odd) {
  background: #434343;
}

.mx-title__profile-picture {
  width: 50px;
  height: 50px;
  background: #7a7a7a;
  border-radius: 100%;
  overflow: hidden;
}

.mx-title__profile-picture img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.mx-profile__content {
  --mx-gap-x: 0;
}

.mx-title__insta {
  color: #1A140A;
  font-size: 16px;
}

.mx-table__profile-data--yellow {
  font-weight: 800;
  color: #bb9e34;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .mx-table__container {
    overflow-x: auto;
  }

  .mx-table {
    width: 800px;
  }
}
/* Streaks: End */