@charset "UTF-8";

.section-pricing-tables {
    background: #F5EEE5;
    border-radius: 1.25rem;
    padding-top: 11.3rem;
    padding-bottom: 5.1rem;
    margin-bottom: 2.5rem;
    overflow: hidden;
  }
  @media (max-width: 1023px) {
    .section-pricing-tables {
      padding-top: 9.7rem;
      padding-bottom: 3.5rem;
      margin-bottom: 1.25rem;
    }
  }
  @media (max-width: 767px) {
    .section-pricing-tables {
      padding-top: 9.2rem;
      padding-bottom: 3.9rem;
      border-radius: 0.625rem;
    }
  }
  .section-pricing-tables .container {
    max-width: 1202px;
    position: relative;
  }
  @media (max-width: 767px) {
    .section-pricing-tables .container {
      padding: 0 0.6rem;
    }
  }
  .section-pricing-tables .lead {
    text-align: center;
    margin-bottom: 4.95rem;
  }
  @media (max-width: 1023px) {
    .section-pricing-tables .lead {
      font-size: 1.375rem;
      margin-bottom: 6.45rem;
    }
  }
  @media (max-width: 767px) {
    .section-pricing-tables .lead {
      line-height: 1.875rem;
      margin-bottom: 5.05rem;
    }
  }
  .section-pricing-tables h2, .section-pricing-tables .h2 {
    margin-bottom: 1rem;
  }
  @media (max-width: 1023px) {
    .section-pricing-tables h2, .section-pricing-tables .h2 {
      margin-bottom: 0.8rem;
    }
  }
  @media (max-width: 767px) {
    .section-pricing-tables h2, .section-pricing-tables .h2 {
      padding: 0 2rem;
    }
  }
  .section-pricing-tables .pricing-tables {
    display: flex;
    gap: 0.5rem;
    position: relative;
  }
  @media (max-width: 767px) {
    .section-pricing-tables .pricing-tables {
      flex-direction: column;
    }
  }
  .section-pricing-tables .pricing-image-1 {
    position: absolute;
    bottom: -3.9rem;
    left: -5.4rem;
  }
  .section-pricing-tables .pricing-image-2 {
    position: absolute;
    bottom: 10rem;
    right: -5rem;
  }
  
  .section-pricing-tables .table-item .table-body {
      padding: 0rem;
  }
  .section-pricing-tables .table-item .table-body .table-inactive-content {
      text-align:center;
      color: #333;
      padding: 3.5rem 1.0rem;
  }
  .section-pricing-tables .table-item .table-body .table-active-content {
      padding: 1.5rem 2.5rem;
  }
  @media (max-width: 767px) {
      .section-pricing-tables .table-item .table-body .table-active-content {
          padding: 1.5rem 0.5rem;
      }
  }

  .table-item {
    width: 12.5rem;
    transition: 0.3s ease-out;
  }
  @media (max-width: 1023px) {
    .table-item {
      width: calc(25% - 0.4rem);
    }
  }
  @media (max-width: 767px) {
    .table-item {
      width: 100%;
      margin-bottom: 6rem;
    }
  }
  @media (max-width: 767px) {
    .table-item:last-child {
      margin-bottom: 0;
    }
  }
  .table-item.active {
    width: calc(100% - 26rem);
  }
  @media (max-width: 1023px) {
    .table-item.active {
      width: calc(505% - 0.6rem);
    }
  }
  @media (max-width: 767px) {
    .table-item.active {
      width: 100%;
    }
  }
  .table-item.active .table-head {
    background: #fff;
    color: #0C1018;
  }
  @media (max-width: 1023px) {
    .table-item.active .table-head {
      padding-top: 1.1rem;
    }
  }
  @media (max-width: 767px) {
    .table-item.active .table-head {
      height: 6.7rem;
    }
  }
  .table-item.active .table-head .table-label {
    opacity: 1;
    transform: translateX(-50%) translateY(0rem);
  }
  @media (max-width: 767px) {
    .table-item.active .table-head .table-label {
      bottom: calc(100% + -0.6rem);
    }
  }
  .table-item.active .table-head h4, .table-item.active .table-head .h4 {
    color: #0C1018;
    margin-bottom: 1.1rem;
  }
  @media (max-width: 1023px) {
    .table-item.active .table-head h4, .table-item.active .table-head .h4 {
      margin-bottom: 0.7rem;
    }
  }
  @media (max-width: 767px) {
    .table-item.active .table-head h4, .table-item.active .table-head .h4 {
      font-size: 1rem;
      margin-bottom: 0.3rem;
    }
  }
  .table-item.active .table-head .price-info {
    opacity: 1;
  }
  @media (max-width: 767px) {
    .table-item.active .table-head .table-price {
      font-size: 1.05rem;
    }
  }
  .table-item.active .table-body {
    background: #fff;
  }
  @media (max-width: 1023px) {
    .table-item.active .table-body {
      padding: 1.1rem 1.8rem 1.4rem 1.1rem;
    }
  }
  @media (max-width: 767px) {
    .table-item.active .table-body {
      padding: 1.1rem 1.1rem 0.6rem 1.1rem;
    }
  }
  .table-item.active .table-row {
    opacity: 1;
  }
  .table-item .table-head {
    background: #306F69;
    border-radius: 1.25rem;
    text-align: center;
    color: #fff;
    position: relative;
    padding-top: 1.9rem;
    height: 9.9rem;
    margin-bottom: 0.25rem;
  }
  @media (max-width: 1023px) {
    .table-item .table-head {
      border-radius: 0.625rem;
      padding-top: 1.6rem;
      height: 7.2rem;
    }
  }
  @media (max-width: 767px) {
    .table-item .table-head {
      background: #fff;
      color: #0C1018;
      padding-top: 1.2rem;
      height: 6.7rem;
    }
  }
  .table-item .table-head h4, .table-item .table-head .h4 {
    margin-bottom: 2.1rem;
    color: #fff;
  }
  @media (max-width: 1023px) {
    .table-item .table-head h4, .table-item .table-head .h4 {
      font-size: 1.25rem;
      margin-bottom: 0.6rem;
    }
  }
  @media (max-width: 767px) {
    .table-item .table-head h4, .table-item .table-head .h4 {
      color: #306F69;
      margin-bottom: 0rem;
    }
  }
  .table-item .table-head .table-label {
    color: #0C1018;
    background: #E0D3BE;
    display: inline-block;
    border-radius: 0.5rem;
    font-size: 1.0rem;
    line-height: 1.25rem;
    padding: 0.7rem 3rem;
    position: absolute;
    top: -1.75rem;
    left: 50%;
    transform: translateX(-50%) translateY(1rem);
    letter-spacing: -0.4px;
    white-space: nowrap;
    opacity: 0;
  }
  @media (max-width: 1199px) {
    .table-item .table-head .table-label {
      padding: 0.7rem 1rem;
    }
  }
  @media (max-width: 1023px) {
    .table-item .table-head .table-label {
      font-size: 1.125rem;
      line-height: 1.25rem;
      width: 90%;
      white-space: normal;
      padding: 0.7rem 1rem;
      top: auto;
      bottom: calc(100% + -0.6rem);
    }
  }
  @media (max-width: 767px) {
    .table-item .table-head .table-label {
      font-size: 0.85rem;
      width: 86%;
      padding: 0.4rem 0.6rem;
      opacity: 1;
      bottom: calc(100% + 0.3rem);
    }
  }
  .table-item .table-head .table-price {
    font-size: 1.85rem;
    line-height: 1.85rem;
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 600;
  }
  @media (max-width: 1023px) {
    .table-item .table-head .table-price {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  @media (max-width: 767px) {
    .table-item .table-head .table-price {
      font-size: 1.5rem;
    }
  }
  .table-item .table-head .price-info {
    font-size: 0.75rem;
    line-height: 1.65rem;
    opacity: 0;
  }
  @media (max-width: 767px) {
    .table-item .table-head .price-info {
      opacity: 1;
    }
  }
  .table-item .table-head .price-info a {
    color: #eeff69;
  }
  @media (max-width: 767px) {
      .table-item .table-body .table-inactive-content {
        display:none;
      }
    }
  
  .table-item .table-body {
      background: #E8F0F3;
      border-radius: 1.25rem;
      padding: 1.5rem 2.5rem 1.4rem;
      transition: height 1s;
      overflow: hidden;
    }
  .table-item .table-standard {
      background: #E8F0F3;
  }
  .table-item .table-enhanced {
      background: #F2A4A2;
  }
  .table-item .table-enterprise {
      background: #E6807E;
  }
  @media (max-width: 767px) {
      .table-item .table-standard {
          background: #ffffff;
      }
      .table-item .table-enhanced {
          background: #ffffff;
      }
      .table-item .table-enterprise {
          background: #ffffff;
      }
  }
  @media (max-width: 1023px) {
    .table-item .table-body {
      border-radius: 0.625rem;
    }
  }
  @media (max-width: 767px) {
    .table-item .table-body {
      height: auto !important;
      background: #fff;
      padding: 1.1rem 1.1rem 0.6rem 1.1rem;
    }
  }
  .table-item .table-body h4, .table-item .table-body .h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  @media (max-width: 767px) {
    .table-item .table-body h4, .table-item .table-body .h4 {
      font-size: 1.25rem;
      line-height: 1.875rem;
      text-align: center;
    }
  }
  .table-item .table-row {
    opacity: 0;
    border-bottom: 1px solid rgba(12, 16, 24, 0.1);
    font-size: 1.25rem;
    color: #0C1018;
    line-height: 1.75rem;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    height: 5.8rem;
  }
  @media (max-width: 1023px) {
    .table-item .table-row {
      height: auto;
      line-height: 1.625rem;
      padding-bottom: 1.04rem;
      padding-top: 1rem;
      position: relative;
    }
  }
  @media (max-width: 767px) {
    .table-item .table-row {
      font-size:1.0rem;
      opacity: 1;
      color: rgba(12, 16, 24, 0.7);
    }
  }
  .table-item .table-row img {
    margin-right: 1.25rem;
  }
  @media (max-width: 1023px) {
    .table-item .table-row > img {
      width: 2.4rem;
      margin-right: 0.8rem;
    }
  }
  .table-item .table-row .question {
    margin-left: 0.3rem;
    margin-top: -0.2rem;
    cursor: pointer;
    padding-right: 0;
  }
  @media (max-width: 1023px) {
    .table-item .table-row .question {
      position: absolute;
      right: -0.95rem;
      top: 1.3rem;
    }
  }
  @media (max-width: 767px) {
    .table-item .table-row .question {
      right: -0.25rem;
      top: 0.8rem;
    }
  }
  .table-item .table-row .question img {
    margin-right: 0.2rem;
  }