.table {
  margin-top: 2.5rem;
}
.table__title span {
  display: block;
}
.table__wrapper {
  border: 1px solid var(--white-01);
  border-radius: 3rem;
  background-color: var(--white-005);
}
.table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table__row:not(:last-child) {
  border-bottom: 1px solid var(--white-01);
}
.table__top {
  border-radius: 3rem 3rem 0 0;
  background-color: var(--white);
}
.table__top .table__cell {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table__top .table__cell:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22.183%;
  color: var(--white-08);
}
.table__cell > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.table__cell > ul > li > span {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.table__cell > ul > li > span::after {
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url('data:image/svg+xml,%3Csvg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12.5 4.375L6.25 10.625L3.125 7.5" stroke="black" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cpath d="M12.5 4.375L6.25 10.625L3.125 7.5" stroke="url(%23paint0_linear_3596_12438)" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_3596_12438" x1="3.125" y1="4.375" x2="12.7417" y2="4.915" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23E9FF8F" /%3E%3Cstop offset="1" stop-color="%238BF258" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.table__cell > ul > li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.table__cell > strong {
  color: var(--white);
}
.table__cell:nth-child(1) {
  width: 11.268%;
}
.table__cell:not(:last-child) {
  border-right: 1px solid var(--white-01);
}
.table__cell:not(:has(.table__logo)) {
  padding: 1.25rem;
}
.table__logo {
  height: 5rem;
}
.table__logo > img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 769px) and (max-width: 991px) {
  .table__cell:not(:has(.table__logo)) {
    padding: 0.75rem;
  }
}
@media (max-width: 768px) {
  .table {
    margin-top: 120px;
    overflow: hidden;
  }
  .table .swiper {
    overflow: visible;
  }
  .table__title span {
    display: unset;
  }
  .table__wrapper {
    border: unset;
    background-color: unset;
  }
  .table__card {
    width: 315px;
    height: auto;
    border: 1px solid var(--white-01);
    border-radius: 24px;
    background-color: var(--white-005);
  }
  .table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table__row:not(:last-child) {
    border-bottom: unset;
  }
  .table__top {
    border-radius: 24px 24px 0 0;
  }
  .table__top .table__cell {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .table__cell {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .table__cell > strong {
    margin-bottom: 12px;
  }
  .table__cell:not(:last-child) {
    border-right: unset;
    border-bottom: 1px solid var(--white-01);
  }
}
/*# sourceMappingURL=table.css.map */
/*# sourceMappingURL=table.css.map */