.pricing_overview .pricing-table{display:flex;flex-wrap:wrap;justify-content:space-around}.pricing_overview .pricing-label{background:linear-gradient(270deg,#fd3002,#fd7b34);border-radius:16px;color:#fff;font-size:16px;left:50px;line-height:150%;padding:4px;position:absolute;top:-16px;width:calc(100% - 100px)}.pricing_overview .pricing-plan{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1);margin-bottom:30px;min-width:350px;padding:30px 38px;position:relative;text-align:center;width:calc(33% - 40px)}.pricing_overview .pricing-plan-highlight{border:2px solid var(--primary-600)}.pricing_overview .pricing-plan .price{color:#444;font-size:48px;font-weight:700;margin-bottom:0;margin-top:24px}.pricing_overview .pricing-plan .subscript{color:gray;font-size:14px;margin-bottom:25px}.pricing-plan ul{list-style:none;margin-bottom:24px;padding:0}.pricing-plan li{align-items:top;color:#666;column-gap:12px;display:flex;margin-bottom:10px;text-align:left}.price-monthly{display:none}.price-yearly,.pricing-monthly .price-monthly{display:inline}.pricing-monthly .price-yearly{display:none}@media (max-width:768px){.pricing_overview .pricing-plan{width:calc(50% - 40px)}}@media (max-width:480px){.pricing_overview .pricing-plan{width:100%}}