.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gridbox {
  display: grid;
}

.fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.width-content {
  width: 100%;
}

.mb-section {
  margin-bottom: clamp(70px, 6.96vw, 100cqw);
}

#comparison-tab h2 {
  text-align: center;
  margin-bottom: clamp(18px, 3.27vw, 100cqw);
  color: #004379;
  font-size: clamp(22px, 1.6666vw, 100cqw) !important;
  font-weight: 600;
  line-height: 1.15625;
  margin-bottom: clamp(18px, 1.8vw, 100cqw) !important;
}
#comparison-tab .tab-nav {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: clamp(18px, 3.27vw, 100cqw);
}
#comparison-tab .tab-nav .tab-button {
  font-size: 20px;
  font-weight: 500;
  padding: 0 6%;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-wrap: balance;
}
#comparison-tab .tab-nav .tab-button.active {
  color: #004379;
  border-bottom: 3px solid #004379;
}
#comparison-tab .tab-content {
  position: relative;
}
#comparison-tab .tab-content .comparison-content {
  display: none;
  opacity: 0;
  position: absolute;
  top: -1000%;
  max-height: 0;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
#comparison-tab .tab-content .comparison-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  position: relative;
  top: unset;
  max-height: 10000000px;
  height: 100%;
}
#comparison-tab .tab-content .comparison-content__tab {
  background: #F5F8FA;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}
#comparison-tab .tab-content .comparison-content__tab h4 {
  font-size: 27px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
#comparison-tab .tab-content .comparison-content__tab table {
  width: 100% !important;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 0;
}
#comparison-tab .tab-content .comparison-content__tab table td {
  padding: 10px;
  vertical-align: middle;
  color: #303A3D;
}
#comparison-tab .tab-content .comparison-content__tab table th {
  width: 22%;
  border-bottom: 1px solid #D1D9E5;
}
#comparison-tab .tab-content .comparison-content__tab table thead {
  background: transparent;
  border-bottom: 1px solid #D1D9E5;
}
#comparison-tab .tab-content .comparison-content__tab table thead td {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
#comparison-tab .tab-content .comparison-content__tab table thead td span {
  display: none;
}
#comparison-tab .tab-content .comparison-content__tab table thead td:first-child {
  text-align: left;
}
#comparison-tab .tab-content .comparison-content__tab table thead td:nth-child(2) {
  border-radius: 10px 10px 0 0;
}
#comparison-tab .tab-content .comparison-content__tab table tbody {
  background: transparent;
}
#comparison-tab .tab-content .comparison-content__tab table tbody tr {
  border-bottom: 1px solid #D1D9E5;
}
#comparison-tab .tab-content .comparison-content__tab table tbody tr:nth-child(odd) {
  background: transparent;
}
#comparison-tab .tab-content .comparison-content__tab table tbody tr:nth-child(even) {
  background: transparent;
}
#comparison-tab .tab-content .comparison-content__tab table tbody tr:last-child {
  border-bottom: none;
}
#comparison-tab .tab-content .comparison-content__tab table tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 10px 10px;
}
#comparison-tab .tab-content .comparison-content__tab table tbody tr td:first-child {
  font-weight: 500;
}
#comparison-tab .tab-content .comparison-content__tab table td:nth-child(2), #comparison-tab .tab-content .comparison-content__tab table th:nth-child(2) {
  background: #CCECF6;
}
#comparison-tab h2.ta-left {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 40px !important;
}
#comparison-tab .which-choose {
  grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 13vw, 100cqw), 1fr));
  gap: clamp(20px, 1.63vw, 100cqw);
}
#comparison-tab .which-choose .item {
  padding: clamp(18px, 3.27vw, 100cqw) clamp(18px, 2.295vw, 100cqw);
  background: #E2EAF0;
  position: relative;
  border-radius: clamp(10px, 0.6944vw, 100cqw);
  overflow: hidden;
}
#comparison-tab .which-choose .item:first-of-type {
  background: #CCECF6;
}
#comparison-tab .which-choose .item:nth-of-type(2) {
  background: #00A19A;
  color: #fff;
}
#comparison-tab .which-choose .item:nth-of-type(2) .cls-1 {
  fill: #fff !important;
}
#comparison-tab .which-choose .item:last-of-type {
  background: #ADE6F8;
}
#comparison-tab .which-choose .item .title {
  font-size: clamp(20px, 1.8vw, 22px);
  font-weight: 600;
  margin-bottom: clamp(18px, 3.27vw, 100cqw);
  gap: clamp(10px, 0.6944vw, 100cqw);
}
#comparison-tab .which-choose .item .title svg {
  width: clamp(32px, 2.62vw, 100cqw);
  height: clamp(32px, 2.62vw, 100cqw);
}
#comparison-tab .which-choose .item .title .cls-1 {
  fill: #3A4447;
}

@media (max-width: 768px) {
  #comparison-tab {
    max-width: 940px;
  }
}
@media (max-width: 768px) {
  #comparison-tab h2 {
    margin-bottom: 40px;
  }
  #comparison-tab .tab-nav {
    margin-bottom: 40px;
    overflow: auto;
  }
  #comparison-tab .tab-nav .tab-button {
    min-width: 250px;
  }
  #comparison-tab .tab-content {
    overflow: auto;
  }
  #comparison-tab .tab-content .comparison-content {
    min-width: 1200px;
  }
}
@media (max-width: 600px) {
  #comparison-tab {
    max-width: 480px;
    padding: 0 1rem;
  }
  #comparison-tab .tab-nav {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid #004379;
    padding: 16px 44px 16px 12px;
    position: relative;
  }
  #comparison-tab .tab-nav::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/uploads/2025/09/down-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 16px;
    right: 12px;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  #comparison-tab .tab-nav .tab-button {
    display: none;
    font-size: 15px;
    text-align: left;
    padding: 0 0;
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #comparison-tab .tab-nav .tab-button.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
  }
  #comparison-tab tr td:first-child {
    max-width: 100px !important;
  }

  #comparison-tab .tab-content .comparison-content {
    min-width: auto;
  }
  #comparison-tab .tab-content .comparison-content__tab table tbody tr td {
    display: none;
  }
  #comparison-tab .tab-content .comparison-content__tab table tbody tr td:first-child {
    font-size: 14px;
    display: table-cell !important;
  }
  #comparison-tab .tab-content .comparison-content__tab table tbody tr td.active {
    display: table-cell;
  }
  #comparison-tab .tab-content .comparison-content__tab table thead td {
    font-size: 16px;
    display: none;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
  }
  #comparison-tab .tab-content .comparison-content__tab table thead td span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #8B96A6;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #comparison-tab .tab-content .comparison-content__tab table thead td span:first-child {
    left: 16px;
  }
  #comparison-tab .tab-content .comparison-content__tab table thead td span:last-child {
    right: 16px;
  }
  #comparison-tab .tab-content .comparison-content__tab table thead td:first-child {
    display: table-cell !important;
  }
  #comparison-tab .tab-content .comparison-content__tab table thead td.active {
    display: table-cell;
  }
}

/*# sourceMappingURL=tables.css.map */