.productLanding__billingToggle{display:flex;width:fit-content;gap:4px;margin:0 auto 1.5rem;padding:4px;border-radius:999px;background:rgba(224,230,255,.5);border:1px solid rgba(94,98,146,.14)}.productLanding__billingToggle-option{display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer;background:rgba(0,0,0,0);color:#555;font-size:.95rem;font-weight:600;padding:9px 20px;border-radius:999px;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.productLanding__billingToggle-option:hover{color:#5e6292}.productLanding__billingToggle-option--active{background:#fff;color:#5e6292;box-shadow:0 1px 4px rgba(0,0,0,.08)}.productLanding__billingToggle-option:focus-visible{outline:2px solid #5e6292;outline-offset:2px}.productLanding__billingToggle-badge{font-size:.72rem;font-weight:700;line-height:1;padding:3px 7px;border-radius:999px;color:#fff;background:#db01a5;white-space:nowrap}@media(max-width:500px){.productLanding__billingToggle{width:100%;max-width:340px}.productLanding__billingToggle .productLanding__billingToggle-option{flex:1 1;justify-content:center}}