/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 47:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .pricing-tabs {
    color: white;
    text-align: center;
  }
  .tab-content.active {
    display: block;
}
  .tab-content {
    display: none;
}
  .pricing-tabs .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .pricing-tabs .tab {
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #555;
    border-radius: 50%;
  }
  .pricing-tabs .tab.active {
    background-color: #6f2dbd;
    color: white;
  }
  .pricing-tabs .content {
    border-radius: 10px;
    margin-top: 100px;
  }
  .pricing-tabs .content h2 {
    margin-top: 0;
  }
  .tab-content.all_maintance {
    display: block !important;
}
</style>