.comparison-table {
  overflow: clip;
  --ct-widget-primary-color: #FF9A26;
  --ct-widget-bg-color: #FFF5E9;
  --ct-widget-bg-secondary-color: #FFE1BE;
}
.comparison-table.purple-scheme {
  --ct-widget-primary-color: #814FF0;
  --ct-widget-bg-color: #F2EDFE;
  --ct-widget-bg-secondary-color: #D9CAFB;
}
.comparison-table.blue-scheme {
  --ct-widget-primary-color: #05C7D1;
  --ct-widget-bg-color: #E6F9FA;
  --ct-widget-bg-secondary-color: #B4EEF1;
}
.comparison-table__upper {
  display: flex;
  align-items: center;
  gap: 70px;
  background: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  top: 0px;
  padding: 0px 0px 20px 0px;
  position: sticky;
}
.comparison-table__upper--wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1%;
  flex-grow: 1;
  background: #fff;
  gap: 40px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .comparison-table__upper--wrapper {
    gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .comparison-table__upper--wrapper {
    gap: 0px;
  }
}
@media (max-width: 1199px) {
  .comparison-table__upper {
    gap: 100px;
  }
}
@media (max-width: 991px) {
  .comparison-table__upper {
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .comparison-table__upper {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.comparison-table__upper--title {
  color: var(--ct-widget-primary-color);
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 375px;
  width: 100%;
  flex-shrink: 0;
  transition: all 0.1 ease;
}
@media (max-width: 991px) {
  .comparison-table__upper--title {
    max-width: 255px;
  }
}
@media (max-width: 767px) {
  .comparison-table__upper--title {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.comparison-table__upper__jtl-logo {
  width: 180px;
}
@media (max-width: 767px) {
  .comparison-table__upper__jtl-logo {
    width: 275px;
  }
}
@media (max-width: 575px) {
  .comparison-table__upper__jtl-logo {
    width: 50%;
  }
  .comparison-table__upper__jtl-logo img {
    margin: auto;
  }
}
.comparison-table__upper__jtl-logo img {
  max-width: none;
}
@media (max-width: 767px) {
  .comparison-table__upper__jtl-logo img {
    margin: 0 auto;
  }
}
.comparison-table__upper--competitor-logos {
  overflow-x: auto;
  max-width: 900px;
  display: flex;
  gap: 0px;
  padding: 5px 0px;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .comparison-table__upper--competitor-logos {
    max-width: 60%;
    gap: 60px;
    padding: 0px;
  }
}
.comparison-table__upper--competitor-logos__wrapper {
  margin: auto;
  padding: 5px 28px;
  width: 100%;
  min-width: 256px;
}
@media (max-width: 1199px) {
  .comparison-table__upper--competitor-logos__wrapper {
    width: auto;
    min-width: auto;
  }
}
.comparison-table__upper--competitor-logos img {
  max-width: 150px;
}
.comparison-table__upper--competitor-logos::-webkit-scrollbar {
  height: 18px;
  background-color: var(--ct-widget-bg-secondary-color);
  border-radius: 20px;
}
.comparison-table__upper--competitor-logos::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: var(--ct-widget-primary-color);
}
.comparison-table__categories {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.comparison-table__category {
  padding: 20px 40px;
  border-radius: 20px;
  background: var(--ct-widget-bg-color);
  display: flex;
}
@media (max-width: 991px) {
  .comparison-table__category {
    padding: 20px;
  }
}
.comparison-table__category--wrapper {
  display: flex;
  flex-grow: 1;
}
.comparison-table__category--wrapper__comp {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .comparison-table__category--wrapper__comp .comparison-table__category--item {
    display: block !important;
  }
}
.comparison-table__category--wrapper__comp::-webkit-scrollbar {
  display: none;
}
.comparison-table__category--item {
  border-right: 1px solid var(--ct-widget-primary-color);
  padding: 10px 28px;
  max-width: 256px;
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .comparison-table__category--item {
    overflow-wrap: break-word;
    word-break: normal;
  }
}
.comparison-table__category--item:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .comparison-table__category--item:first-child {
    display: none;
  }
}
.comparison-table__category--name-item {
  border-right: 1px solid var(--ct-widget-primary-color);
  width: 375px;
  flex-shrink: 0;
  padding: 10px 28px 10px 10px;
}
@media (max-width: 991px) {
  .comparison-table__category--name-item {
    max-width: 255px;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .comparison-table__category--name-item {
    max-width: 220px;
    width: 50%;
  }
}
.comparison-table__category--name-item__heading {
  display: flex;
  gap: 15px;
}
@media (max-width: 575px) {
  .comparison-table__category--name-item__heading {
    flex-direction: column;
    gap: 0;
  }
}
.comparison-table__category--name-item__content {
  display: none;
}
@media (max-width: 767px) {
  .comparison-table__category--name-item__content {
    margin-top: 16px;
    display: block;
  }
}
.comparison-table__category--name-item__icon {
  font-size: 18px;
  color: var(--ct-widget-primary-color);
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.comparison-table__category--name-item__text {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 575px) {
  .comparison-table__category--name-item__text {
    hyphens: auto;
    font-size: 20px;
  }
}
.comparison-table__category:nth-child(2n) {
  background: var(--ct-widget-bg-secondary-color);
}
