.plans-container{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:0 16px;gap:16px;width:100%;justify-content:start;flex-wrap:nowrap;-ms-overflow-style:none;scrollbar-width:none}.plans-container::-webkit-scrollbar{display:none}.plans-container .plan-card{position:relative;display:flex;flex-direction:column;align-items:center;flex-shrink:0;background-color:#ffffff;border-radius:15px;width:295px;box-sizing:border-box;border:4px solid #fccc50;padding:24px}.plans-container .plan-card .package-label{font-family:"Poppins",sans-serif;font-size:12px;color:#3f1d35}.plans-container .plan-card .package-name{padding-bottom:8px;font-family:"Poppins",sans-serif;font-size:24px;font-weight:700;color:#3f1d35}.plans-container .plan-card .plan-offer-limit{font-family:"Inter",sans-serif;font-size:36px;font-weight:700;color:#3f1d35}.plans-container .plan-card .offer-limit-label{padding-bottom:12px;font-family:"Poppins",sans-serif;font-size:12px;color:#3f1d35;font-weight:500}.plans-container .plan-card .plan-price{font-family:"Inter",sans-serif;font-size:36px;font-weight:700;color:#fe6125}.plans-container .plan-card .price-per-month{text-align:center;padding-bottom:32px;font-family:"Poppins",sans-serif;font-size:12px;color:#3f1d35}.plans-container .plan-card .select-button a{height:64px;text-wrap:wrap}.plans-container .plan-card .cheaper{color:#3f1d35}.plans-container .plan-card .features-container{display:flex;flex-direction:column;gap:12px}.plans-container .plan-card .features-container .feature{display:flex;flex-direction:row;gap:8px;color:#3f1d35;font-weight:500;font-family:"Poppins",sans-serif;font-size:12px}.plans-container .plan-card .features-container .feature img{width:16px;height:16px;filter:invert(43%) sepia(88%) saturate(1801%) hue-rotate(345deg) brightness(101%) contrast(99%)}.plans-container .plan-card.featured{border:none;background-color:#3f1d35}.plans-container .plan-card.featured .icon{display:flex}.plans-container .plan-card.featured .package-label{color:#ffffff}.plans-container .plan-card.featured .package-name{color:#fccc50}.plans-container .plan-card.featured .plan-offer-limit{color:#fe6125}.plans-container .plan-card.featured .offer-limit-label{color:#ffffff}.plans-container .plan-card.featured .plan-price{color:#fccc50}.plans-container .plan-card.featured .price-per-month{color:#ffffff}.plans-container .plan-card.featured .cheaper{color:#ffffff}.plans-container .plan-card.featured .features-container .feature{color:#ffffff}.plans-container .plan-card.featured .features-container .feature img{filter:invert(76%) sepia(85%) saturate(383%) hue-rotate(339deg) brightness(102%) contrast(98%)}.plans-container .plan-card .icon{display:none;opacity:0.1;width:225px;margin:0 auto;height:172px;position:absolute}.plans-container .plan-card .featured-label{height:24px;width:86px;border-top-right-radius:100px;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:4px;position:absolute;top:30px;right:-30px;background-color:#fccc50;padding:0 36px;color:#3f1d35;font-family:"Poppins",sans-serif;font-size:16px;font-weight:700;transform:rotate(43deg)}.plans-container .plan-card .featured-label img{filter:invert(43%) sepia(88%) saturate(1801%) hue-rotate(345deg) brightness(101%) contrast(99%);width:16px;height:16px}@media screen and (min-width:1024px){.plans-container{justify-content:center}}