.pst{color:var(--pst-card-text);padding:var(--pst-vpad) 0;text-align:center}.pst,.pst *,.pst :after,.pst :before{box-sizing:border-box}.pst-toggle-row{align-items:center;display:inline-flex;gap:16px;justify-content:center;margin:0 auto 28px;width:100%}.pst-side-label{color:var(--pst-toggle-inactive,#d9d9d9);font-family:Outfit,ui-sans-serif,system-ui,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.005em;line-height:1.26;text-transform:uppercase;transition:color .22s ease;user-select:none;white-space:nowrap}.pst[data-state=problem] .pst-side-label--problem{color:var(--pst-problem)}.pst[data-state=solution] .pst-side-label--solution{color:var(--pst-solution)}.pst-toggle{background:transparent;border:0;border-radius:999px;cursor:pointer;flex:0 0 auto;height:36px;outline:0;padding:0;position:relative;width:72px}.pst-toggle:focus-visible{outline:2px solid var(--pst-socialpost,#2f56d5);outline-offset:3px}.pst-toggle__track{background:var(--pst-problem);border-radius:999px;inset:0;pointer-events:none;position:absolute;transition:background-color .22s ease}.pst[data-state=solution] .pst-toggle__track{background:var(--pst-solution)}.pst-toggle__knob{background:#fff;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.2);height:28px;left:4px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:left .24s cubic-bezier(.5,0,.2,1);width:28px}.pst[data-state=solution] .pst-toggle__knob{left:calc(100% - 32px)}.pst-heading-wrap{margin-bottom:56px;position:relative}.pst-heading{color:#000;margin:0 auto;max-width:18ch;text-wrap:balance;transition:opacity .22s ease,transform .22s ease}.pst-heading,.pst-heading__line{display:block}.pst-heading--custom{font-family:Outfit,ui-sans-serif,system-ui,sans-serif;font-size:clamp(32px,5vw,var(--pst-heading-size-custom,64px));font-weight:600;letter-spacing:-.005em;line-height:1.26}.pst-hl--problem{color:var(--pst-problem)}.pst-hl--socialpost{color:var(--pst-socialpost)}.pst[data-state=problem] .pst-heading--solution,.pst[data-state=solution] .pst-heading--problem{display:none}.pst-grid{display:grid;gap:var(--pst-gap);grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;max-width:1260px;padding:0 24px;text-align:left}.pst[data-state=problem] .pst-grid--solution,.pst[data-state=solution] .pst-grid--problem{display:none}@media (max-width:900px){.pst-grid{grid-template-columns:1fr;max-width:520px}}.pst-card{background:var(--pst-card-bg);border-radius:var(--pst-card-radius);color:var(--pst-card-text);display:flex;flex-direction:column;gap:16px;min-height:233px;overflow:hidden;padding:var(--pst-card-padding);position:relative}.pst-card__icon{align-items:center;border-radius:50%;color:#fff;display:flex;flex:0 0 auto;height:var(--pst-icon-size);justify-content:center;width:var(--pst-icon-size)}.pst-card--problem .pst-card__icon{background:var(--pst-problem)}.pst-card--solution .pst-card__icon{background:var(--pst-solution)}.pst-card__icon svg{display:block}.pst-card__quote{color:inherit;margin:0}.pst-card__quote p{margin:0}.pst-card__quote--theme{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:1.4}.pst-card__quote--theme b,.pst-card__quote--theme strong{font-size:calc(1em*var(--pst-hl-scale-theme, 1.2));line-height:1.2}.pst-card__quote--custom{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:var(--pst-quote-size-custom,20px);font-weight:400;line-height:1.3}.pst-card__quote--custom b,.pst-card__quote--custom strong{font-size:var(--pst-quote-hl-size-custom,24px);font-weight:700;line-height:1.2}.pst-card--problem .pst-card__quote b,.pst-card--problem .pst-card__quote b *,.pst-card--problem .pst-card__quote strong,.pst-card--problem .pst-card__quote strong *{color:var(--pst-problem)!important}.pst-card--solution .pst-card__quote b,.pst-card--solution .pst-card__quote b *,.pst-card--solution .pst-card__quote strong,.pst-card--solution .pst-card__quote strong *{color:var(--pst-solution)!important}.pst-card__quote a{color:inherit;text-decoration:underline}@media (prefers-reduced-motion:reduce){.pst-heading,.pst-side-label,.pst-toggle__knob,.pst-toggle__track{transition:none}}