.paragraph:not(.paragraph-table) table {
  margin-bottom: 1.25rem;
  max-width: 100%;
  width: 100%;
}
.paragraph:not(.paragraph-table) table:focus-within {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.paragraph:not(.paragraph-table) table:not(:first-of-type) thead th:not(:first-of-type) {
  display: none;
}
@media (max-width: 767.98px) {
  .paragraph:not(.paragraph-table) table thead {
    display: none;
  }
}
.paragraph:not(.paragraph-table) table thead tr th {
  color: var(--secondary);
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: center;
}
.paragraph:not(.paragraph-table) table thead tr th a {
  color: var(--secondary);
  pointer-events: none;
  position: relative;
}
.paragraph:not(.paragraph-table) table thead tr th a:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.paragraph:not(.paragraph-table) table thead tr th a:after {
  background-color: var(--cta);
  border-radius: 100%;
  color: var(--white);
  content: attr(id);
  font-size: 0.875rem;
  height: 2.75rem;
  left: -2.125rem;
  line-height: 2.75rem;
  position: absolute;
  text-align: center;
  top: -2.625rem;
  width: 2.75rem;
}
.paragraph:not(.paragraph-table) table thead tr th:first-child {
  -webkit-transform: skew(-12deg);
  background-color: var(--primary);
  border: none;
  color: var(--white);
  display: block;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-left: -1.25rem;
  padding: 1.0625rem 3.125rem;
  text-align: left;
  transform: skew(-12deg);
  width: 100%;
}
.paragraph:not(.paragraph-table) table thead tr th:first-child:before {
  -webkit-transform: skew(12deg);
  background-color: var(--primary);
  content: "";
  height: 3.75rem;
  left: -0.4375rem;
  position: absolute;
  top: 0;
  transform: skew(12deg);
  width: 1.875rem;
}
.paragraph:not(.paragraph-table) table thead tr th:first-child:after {
  -webkit-transform: skew(12deg);
  background-color: transparent;
  border: 10px solid var(--primary);
  border-bottom: 5px solid transparent;
  border-left: 17px solid transparent;
  border-radius: 0;
  bottom: -0.9375rem;
  content: "";
  height: 1px;
  left: 1px;
  margin: 0;
  position: absolute;
  top: initial;
  transform: skew(12deg);
  width: 1.625rem;
}
.paragraph:not(.paragraph-table) table thead tr th:first-child .skew-text {
  -webkit-transform: skew(12deg);
  display: block;
  transform: skew(12deg);
}
.paragraph:not(.paragraph-table) table tbody tr td {
  background-color: var(--white);
  border-bottom: 2px solid var(--gray-3);
  border-top: 2px solid var(--gray-3);
  padding: 1.5625rem 1.875rem 1.25rem 1.875rem;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .paragraph:not(.paragraph-table) table tbody tr td {
    border: none;
    display: block;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .paragraph:not(.paragraph-table) table tbody tr td {
    max-width: 300px;
    min-width: 6.25rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .paragraph:not(.paragraph-table) table tbody tr td {
    min-width: 10.625rem;
  }
}
@media (min-width: 768px) {
  .paragraph:not(.paragraph-table) table tbody tr td:last-of-type {
    border-right: 2px solid var(--gray-3);
  }
}
@media (max-width: 767.98px) {
  .paragraph:not(.paragraph-table) table tbody tr td .cell-heading {
    border-bottom: 2px solid var(--gray-3);
    border-left: 2px solid var(--gray-3);
  }
}
@media (max-width: 767.98px) {
  .paragraph:not(.paragraph-table) table tbody tr td .cell-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid var(--gray-3);
    border-right: 2px solid var(--gray-3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
    width: 30%;
  }
}
.paragraph:not(.paragraph-table) table tbody tr td .cell-text .fa, .paragraph:not(.paragraph-table) table tbody tr td .cell-text sup {
  color: var(--primary);
}
.paragraph:not(.paragraph-table) table tbody tr td.only-mobile {
  position: relative;
}
@media (min-width: 768px) {
  .paragraph:not(.paragraph-table) table tbody tr td.only-mobile {
    display: none;
  }
}
.paragraph:not(.paragraph-table) table tbody tr td.only-mobile:after {
  background-color: var(--primary);
  content: "";
  height: 3.75rem;
  left: -0.625rem;
  position: absolute;
  top: 0;
  width: 0.9375rem;
}
.paragraph:not(.paragraph-table) table tbody tr td.only-mobile .cell-heading {
  -webkit-transform: skew(-12deg);
  background-color: var(--primary);
  border: none;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-left: -0.1875rem;
  max-width: 248px;
  padding: 1.0625rem 1.5625rem;
  transform: skew(-12deg);
  width: 100%;
}
.paragraph:not(.paragraph-table) table tbody tr td.only-mobile .cell-heading:before {
  -webkit-transform: skew(12deg);
  color: var(--white);
  transform: skew(12deg);
}
.paragraph:not(.paragraph-table) table tbody tr td.only-mobile .cell-heading:after {
  -webkit-transform: skew(12deg);
  background-color: transparent;
  border: 5px solid var(--secondary);
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 0;
  bottom: -0.5625rem;
  content: "";
  height: 1px;
  left: 0;
  margin: 0;
  position: absolute;
  top: initial;
  transform: skew(12deg);
  width: 1px;
}
@media (max-width: 767.98px) {
  .paragraph:not(.paragraph-table) table tbody tr th {
    background-color: var(--gray-3);
    border: 2px solid var(--gray-3);
    color: var(--primary);
    display: block;
    font-size: 1.0625rem;
    font-weight: 900;
    line-height: 3.625rem;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .paragraph:not(.paragraph-table) table tbody tr th {
    background-color: var(--white);
    border-bottom: 2px solid var(--gray-3);
    border-left: 2px solid var(--gray-3);
    border-top: 2px solid var(--gray-3);
    font-size: 1.0625rem;
    font-weight: 900;
    line-height: 3.625rem;
    max-width: 198px;
    padding-left: 1.875rem;
  }
}
@media (min-width: 992px) {
  .paragraph:not(.paragraph-table) table tbody tr th {
    max-width: 330px;
  }
}
@media (max-width: 767.98px) {
  .paragraph:not(.paragraph-table) table tbody tr td, .paragraph:not(.paragraph-table) table tbody tr th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph:not(.paragraph-table) table tbody tr td .cell-heading, .paragraph:not(.paragraph-table) table tbody tr th .cell-heading {
    min-width: 60%;
    padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
    position: relative;
    vertical-align: top;
  }
  .paragraph:not(.paragraph-table) table tbody tr td .cell-heading:before, .paragraph:not(.paragraph-table) table tbody tr th .cell-heading:before {
    color: var(--secondary);
    content: attr(data-th);
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 900;
  }
  .paragraph:not(.paragraph-table) table tbody tr td .cell-heading:after, .paragraph:not(.paragraph-table) table tbody tr th .cell-heading:after {
    -webkit-transform: translate(0, -50%);
    background-color: var(--cta);
    border-radius: 100%;
    color: var(--white);
    content: attr(data-badge);
    font-size: 0.8125rem;
    font-weight: 900;
    line-height: 2.375rem;
    margin-left: 0.75rem;
    position: absolute;
    text-align: center;
    top: 50%;
            transform: translate(0, -50%);
    width: 2.375rem;
  }
  .paragraph:not(.paragraph-table) table tbody tr td .cell-text, .paragraph:not(.paragraph-table) table tbody tr th .cell-text {
    padding: 0 0.9375rem 0 0.9375rem;
    vertical-align: top;
    width: 100%;
  }
}
.paragraph:not(.paragraph-table) table tbody tr + tr td.only-mobile {
  display: none;
}
/*# sourceMappingURL=table.css.map */
