.table thead td,
.table thead th {
  background-color: #15181b !important;
  border-color: #15181b !important;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.table thead th {
  color: #15181b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.176rem;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 768px) {
  .table thead th {
    font-size: calc(14px + 0 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .table thead th {
    font-size: 14px;
    line-height: 1.8;
  }
}
.table thead th > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.table tbody tr td,
.table tbody tr th {
  color: #15181b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .table tbody tr td,
.table tbody tr th {
    font-size: calc(14px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .table tbody tr td,
.table tbody tr th {
    font-size: 16px;
    line-height: 1.6;
  }
}
.table tbody tr td > :not(a, .material-symbols-outlined, pre),
.table tbody tr th > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.table tbody tr th {
  font-weight: 600;
}
.table tbody tr td:nth-child(even) {
  background-color: #e1e1e1;
}