/**
 * This file was automatically generated. Please run `npm run dist` to update.
 */

.ct-table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 0) {
  .ct-table {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .ct-table {
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media (min-width: 0) {
  .ct-table thead,
  .ct-table tfoot {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    letter-spacing: -0.1px;
  }
}
@media (min-width: 768px) {
  .ct-table thead,
  .ct-table tfoot {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    letter-spacing: -0.1px;
  }
}
.ct-table tr th,
.ct-table tr td {
  padding: 0.75rem 1.5rem;
  vertical-align: top;
}
.ct-table caption {
  text-align: left;
  padding: 0.75rem 0;
}
@media (min-width: 0) {
  .ct-table caption {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    letter-spacing: -0.1px;
  }
}
@media (min-width: 768px) {
  .ct-table caption {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.ct-table.ct-table--caption-after {
  caption-side: bottom;
}
@media (min-width: 0) {
  .ct-table.ct-table--caption-after caption {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .ct-table.ct-table--caption-after caption {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .ct-table:not(.ct-table--data) thead,
  .ct-table:not(.ct-table--data) tfoot {
    position: absolute !important;
    clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
    overflow: hidden;
    height: 1px !important;
    width: 1px !important;
    word-wrap: normal;
  }
  .ct-table:not(.ct-table--data) thead.ct-focusable:active, .ct-table:not(.ct-table--data) thead.ct-focusable:focus-visible, .ct-table:not(.ct-table--data) thead.ct-focusable:hover,
  .ct-table:not(.ct-table--data) tfoot.ct-focusable:active,
  .ct-table:not(.ct-table--data) tfoot.ct-focusable:focus-visible,
  .ct-table:not(.ct-table--data) tfoot.ct-focusable:hover {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto !important;
    height: auto !important;
  }
  .ct-table:not(.ct-table--data) tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .ct-table:not(.ct-table--data) tbody tr td {
    border: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: stretch;
  }
  .ct-table:not(.ct-table--data) tbody tr td:first-of-type::after {
    visibility: hidden;
  }
  .ct-table:not(.ct-table--data) tbody tr td::after {
    content: "";
    width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
    height: 0.0625rem;
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
  }
  .ct-table:not(.ct-table--data) tbody tr td::before {
    content: attr(data-title);
    display: table-cell;
    height: 100%;
    width: 30%;
    max-width: 6rem;
    flex-shrink: 0;
    vertical-align: middle;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 0) {
  .ct-table:not(.ct-table--data) tbody tr td::before {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    letter-spacing: -0.1px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .ct-table:not(.ct-table--data) tbody tr td::before {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    letter-spacing: -0.1px;
  }
}
@media (max-width: 767px) {
  .ct-table:not(.ct-table--data) tr th,
  .ct-table:not(.ct-table--data) tr td {
    padding: 0.75rem 0.5rem;
  }
}
.ct-table.ct-theme-light {
  color: var(--ct-color-light-body);
  background-color: var(--ct-color-light-background-light);
}
.ct-table.ct-theme-light thead {
  color: var(--ct-color-light-heading);
}
@media (min-width: 768px) {
  .ct-table.ct-theme-light thead {
    border-bottom: solid 0.0625rem var(--ct-color-light-border);
  }
}
.ct-table.ct-theme-light thead tr:last-child {
  border-bottom: solid 0.125rem var(--ct-color-light-border);
}
.ct-table.ct-theme-light tfoot {
  color: var(--ct-color-light-heading);
}
@media (min-width: 768px) {
  .ct-table.ct-theme-light tfoot {
    border-top: solid 0.0625rem var(--ct-color-light-border);
  }
}
.ct-table.ct-theme-light tfoot tr:last-child {
  border-top: solid 0.125rem var(--ct-color-light-border);
}
.ct-table.ct-theme-light tbody tr {
  border-bottom: solid 0.0625rem var(--ct-color-light-border);
}
.ct-table.ct-theme-light caption {
  color: var(--ct-color-light-body);
}
.ct-table.ct-theme-light.ct-table--data {
  border-top: solid 0.0625rem var(--ct-color-light-border);
}
.ct-table.ct-theme-light.ct-table--striped tbody tr:nth-child(odd) {
  background: var(--ct-color-light-background-light);
}
.ct-table.ct-theme-light.ct-table--striped tbody tr:nth-child(odd) td {
  color: var(--ct-color-light-body);
}
.ct-table.ct-theme-light.ct-table--striped tbody tr:nth-child(even) {
  background: var(--ct-color-light-background);
}
.ct-table.ct-theme-light.ct-table--striped tbody tr:nth-child(even) td {
  color: var(--ct-color-light-body);
}
.ct-table.ct-theme-dark {
  color: var(--ct-color-dark-body);
  background-color: var(--ct-color-dark-background);
}
.ct-table.ct-theme-dark thead {
  color: var(--ct-color-dark-heading);
}
@media (min-width: 768px) {
  .ct-table.ct-theme-dark thead {
    border-bottom: solid 0.0625rem var(--ct-color-dark-border);
  }
}
.ct-table.ct-theme-dark thead tr:last-child {
  border-bottom: solid 0.125rem var(--ct-color-dark-border);
}
.ct-table.ct-theme-dark tfoot {
  color: var(--ct-color-dark-heading);
}
@media (min-width: 768px) {
  .ct-table.ct-theme-dark tfoot {
    border-top: solid 0.0625rem var(--ct-color-dark-border);
  }
}
.ct-table.ct-theme-dark tfoot tr:last-child {
  border-top: solid 0.125rem var(--ct-color-dark-border);
}
.ct-table.ct-theme-dark tbody tr {
  border-bottom: solid 0.0625rem var(--ct-color-dark-border);
}
.ct-table.ct-theme-dark caption {
  color: var(--ct-color-dark-body);
}
.ct-table.ct-theme-dark.ct-table--data {
  border-top: solid 0.0625rem var(--ct-color-dark-border);
}
.ct-table.ct-theme-dark.ct-table--striped tbody tr:nth-child(odd) {
  background: var(--ct-color-dark-background);
}
.ct-table.ct-theme-dark.ct-table--striped tbody tr:nth-child(odd) td {
  color: var(--ct-color-dark-body);
}
.ct-table.ct-theme-dark.ct-table--striped tbody tr:nth-child(even) {
  background: var(--ct-color-dark-background-light);
}
.ct-table.ct-theme-dark.ct-table--striped tbody tr:nth-child(even) td {
  color: var(--ct-color-dark-body);
}
.ct-table--wrapper {
  overflow: auto;
  max-width: 100vw;
}