.header,
.header.is-scrolling {
  background-color: #0b0b09 !important;
}

.js-wrapper {
  background-color: white !important;
}

.pricing {
  position: relative;
}

.pricing .table.features-prices {
  overflow: visible !important;
  height: auto !important;
}

.pricing-sticky-thead {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all .25s ease-in-out;
  background-color: white;
  width: calc(100% + 15px);
}

.pricing-sticky-thead.is-visible {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.pricing-sticky-thead .table.features-prices {
  margin: 0;
  table-layout: fixed;
  overflow: visible !important;
  height: auto !important;
  background-color: white;
}

.card-border-top {
  border-top: 10px solid !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.card-border-top-white {
  border-top-color: transparent !important;
}

.card-border-top-main-blue {
  border-top-color: #10377f !important;
}

.card-border-top-bs-yellow {
  border-top-color: #138783 !important;
}

.card-border-top-strong-violet {
  border-top-color: #2a0c4e !important;
}

.card-border-top-vivid-orange {
  border-top-color: var(--vivid-orange) !important;
}

.card-border-top-main-green {
  border-top-color: var(--color-button-main-bg) !important;
}

@media only screen and (max-width: 991px) {
  .card-border-top {
    top: 0px;
  }
}

.price-unit {
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1;
}

.pricing-price {
  display: flex;
  justify-content: center;
}

.saving-badge {
  font-size: 0.75em;
  border-color: #10377f !important;
}

.table.features-prices > :not(:first-child) {
  border-top-width: 0px !important;
}

.table.features-prices tbody td {
  padding: 1em !important;
  border-left-width: 1px;
  vertical-align: middle;
  background-color: transparent;
}

.table.features-prices tbody td:not(:has(i), :has(b), :has(span)) {
  background-color: #fbfbfb;
}

.table.features-prices th,
.table.features-prices td {
  border-right-width: 1px;
}

.table.features-prices tbody td .fa-check {
  color: #10377f;
  font-size: 1.25em;
  display: block;
}

.table.features-prices.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--light-blue-1);
}

.table.features-prices.table-hover > tbody > tr.not-hover:hover > * {
  --bs-table-accent-bg: transparent;
}

.table.features-prices td.features {
  font-size: 0.85em;
}

@media (min-width: 1199px) {
  .table.features-prices td.features {
    width: 431px;
  }
}

.features-prices thead tr {
  background-color: transparent !important;
}

.table.features-prices thead tr:first-child > th {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.table.features-prices thead tr th {
  position: sticky !important;
  top: 100px;
  z-index: 1;
  vertical-align: middle;
}

.table.features-prices thead tr th.features {
  max-width: 130px;
  border-top: 0 !important;
  background-color: white !important;
}

.ribbon {
  background: var(--color-button-main-bg);
  width: 100%;
  display: block;
  left: 0;
  text-align: center;
  height: 3em;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0B0B09;
  position: absolute;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85em;
  border-radius: 8px 8px 0 0;
}

@media (min-width: 991px) {
  .ribbon {
    top: -31px;
  }
}

@media (max-width: 990px) {
  .ribbon {
    height: 2rem;
  }
}

table tr td.starter,
table tr td.basic,
table tr td.plus,
table tr td.pro,
table tr td.premium,
table tr td.advanced {
  text-align: center;
}

.table.features-prices-mobile tbody td {
  padding: 0.875em !important;
}

.table.features-prices-mobile tbody tr > td.text-center:nth-child(2) {
  display: none;
}

.table.features-prices-mobile tbody tr td.features {
  border-right-width: 1px;
  background-color: transparent;
  color: var(--b26-color-carbon);
  line-height: 1.3;
}

.table.features-prices-mobile tbody tr td.features h6 {
  margin-bottom: 8px;
}

.table.features-prices-mobile tbody tr:hover > * {
  --bs-table-accent-bg: var(--light-blue-1);
}

.plans-mobile {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.plan-box {
  border: 1px solid var(--border-color);
  overflow: hidden;
  border-radius: 8px;
}

.plan-box_header {
  position: relative;
}

.plan-box_footer {
  padding: 1rem;
}

.accordion-button {
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: var(--color-button-main-text);
  background-color: var(--color-main-op1);
  box-shadow: none;
}

.accordion-button::after {
  filter: contrast(0.6);
}

.accordion-button:focus {
  box-shadow: none;
}

.extra-plan_header {
  min-height: 65px;
}

.bg-light-2 {
  background-color: #e8f1fc;
}

.price span.price-tenure {
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 100;
}

.plans-mobile .price span.price-tenure {
  margin-top: 6px;
  margin-bottom: 6px;
}

.plans-mobile .price span.price-tenure br {
  display: none;
}

.plans-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.plans-filter .btn {
  padding: 1em;
  font-size: 1em;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.plans-filter .btn .plan-discount {
  border: 1px solid white;
  border-radius: 3px;
  padding: 3px 5px;
  margin-left: 5px;
  font-size: 0.8em;
}

.plans-filter .btn:not(.active) .plan-discount {
  border-color: #10377f;
}

.plans-filter .btn:hover:not(.active) .plan-discount {
  border-color: white;
}

@media only screen and (max-width: 350px) {
  .plans-filter .btn {
    font-size: 0.625em;
  }
}

.text-line-through {
  text-decoration: line-through;
}

.table-line-top {
  width: calc(100% - 14px);
  display: block;
  height: 8px;
  border-radius: 8px 0 0 0;
  border: 1px solid #dee2e6;
  border-bottom: 0;
  border-left-color: #dee2e6;
  border-right-color: #dee2e6;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .pricing-price {
    flex-direction: column;
  }
}

/* FAQ */
.accordion-faq .accordion-item {
  margin-bottom: 1rem;
  border: 1px solid var(--light-blue-2);
  background-color: #fcfeff;
  border-radius: 0.25rem !important;
}

.accordion-faq .accordion-button {
  background-color: #fcfeff;
  color: #323232;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25em 1.5em;
}

.accordion-faq .accordion-body {
  padding: 1.25em 1.5em;
}

.accordion-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-faq .accordion-button:not(.collapsed) {
  background-color: var(--light-blue-2);
  color: var(--text-color);
  box-shadow: none;
}

.accordion-faq .accordion-body a {
  color: #333333;
  text-decoration: underline;
}

.accordion-faq .accordion-body a:hover {
  color: #111111;
}

.accordion-faq .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.basic-mobile,
.plus-mobile,
.pro-mobile,
.premium-mobile,
.advanced-mobile {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}