h1 {
  color: var(--safir-blue-900);
  font-weight: 400;
  font-size: 24px;
  line-height: 28.15px;
  letter-spacing: 0;
}

.ssl-table .table-content .tr,
.th {
  font-weight: 700;
  font-size: 16px;
  line-height: 18.77px;
  letter-spacing: 0;
  display: grid;
  grid-template-columns: 2.5fr 1.5fr 2fr 1.5fr 1fr;
}

.ssl-table .table-content .th {
  color: var(--safir-blue-500);
  padding: 0 24px;
  margin-bottom: 12px;
}

.ssl-table .table-content .tr-cont {
  height: 48px;
  display: flex;
  align-items: flex-start;
  border: 0px solid var(--safir-blue-100);
  border-bottom-width: 1px;
}

.ssl-table .table-content .tr {
  width: 100%;
  color: var(--safir-blue-900);
  font-weight: 400;
}

.ssl-table .table-content .th > div {
  display: flex;
}

.ssl-table .table-content .th .c1 {
  display: flex;
  column-gap: 4px;
}

.ssl-table .table-content .tr > div {
  height: 36px;
  display: flex;
  align-items: center;
}

.ssl-table .th .c2,
.ssl-table .tr .c2 {
  max-width: 149px;
}

.ssl-table .table-content .tr button {
  width: 100%;
}

.ssl-table .table-content .th .c1 .icon-cont {
  width: 24px;
  display: flex;
  align-items: center;
}

.ssl-table .table-content .fill-area {
  background-color: var(--safir-blue-50);
  padding: 24px;
  border-radius: 12px;

  display: flex;
  flex-direction: column;

  row-gap: 12px;
}

.ssl-table .fill-area .info-box {
  background-color: white;
  padding: 12px;
  border-radius: 8px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  row-gap: 12px;

  color: var(--safir-blue-900);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.ssl-table .fill-area .info-box .tag {
  background-color: var(--safir-blue-300);
  padding: 4px 12px;
  border-radius: 4px;

  color: var(--safir-blue-50);
  font-weight: 700;
  font-size: 16px;
  line-height: 18.77px;
  letter-spacing: 0;
}

.ssl-table .plan-card-2 {
  min-height: 382px;
}

.ssl-table .card-container {
  display: flex;
  column-gap: 8px;
  margin-bottom: 12px;
}

.ssl-table .plan-card-2 .c2 {
  color: var(--safir-blue-900);

  font-family: Work Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.ssl-table .info {
  display: flex;
  column-gap: 8px;
  align-items: flex-start;

  color: var(--safir-blue-900);

  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
}

.title-tabs {
  display: flex;
  flex-direction: column;
  row-gap: 24px;

  margin-top: 24px;
  margin-bottom: 24px;
}