.pb-mech{width:100%;box-sizing:border-box}.pb-mech__inner{max-width:var(--pb-mech-max-width, 1100px);margin:0 auto;padding:0 20px}@media screen and (min-width:750px){.pb-mech__inner{padding:0 32px}}.pb-mech__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;margin:0 0 38px}@media screen and (min-width:750px){.pb-mech__header{margin-bottom:52px}}.pb-mech__eyebrow{display:inline-flex;align-items:center;gap:7px;margin:0;font-family:var(--font-heading-family);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--pb-mech-accent)}.pb-mech__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.pb-mech__heading{margin:0;font-family:var(--font-heading-family);line-height:1.22;max-width:28ch}.pb-mech__intro{max-width:54ch;font-size:15px;line-height:1.65;opacity:.78}.pb-mech__intro>*{margin:0}.pb-mech__intro>*+*{margin-top:10px}.pb-mech__nodes{position:relative;display:flex;flex-direction:column;gap:26px}@media screen and (min-width:750px){.pb-mech__nodes{flex-direction:row;gap:20px}}.pb-mech__node{position:relative;z-index:1;display:flex;align-items:flex-start;gap:16px}@media screen and (min-width:750px){.pb-mech__node{flex:1 1 0;flex-direction:column;align-items:center;text-align:center;gap:14px}}.pb-mech__badge-wrap{position:relative;flex:0 0 auto}.pb-mech__badge{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--pb-node-bg, #e3f1fb);color:var(--pb-node-fg, #2a7fb8);transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.pb-mech__badge svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pb-mech__badge img{display:block;width:24px;height:24px;object-fit:contain}.pb-mech__num{position:absolute;top:-7px;right:-7px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-family:var(--font-heading-family);font-size:11px;font-weight:700;line-height:1;color:#fff;background:var(--pb-mech-accent, currentColor);box-shadow:0 0 0 3px rgb(var(--color-background, 255, 255, 255))}.pb-mech__node:nth-of-type(1) .pb-mech__num{transform:rotate(-8deg)}.pb-mech__node:nth-of-type(2) .pb-mech__num{transform:rotate(6deg)}.pb-mech__node:nth-of-type(3) .pb-mech__num{transform:rotate(-4deg)}.pb-mech__node-text{display:flex;flex-direction:column;gap:3px;padding-top:4px}@media screen and (min-width:750px){.pb-mech__node-text{align-items:center;padding-top:0;max-width:24ch}}.pb-mech__node-title{margin:0;font-size:15px;font-weight:600;line-height:1.35}.pb-mech__node-caption{margin:0;font-size:13px;line-height:1.5;opacity:.7}.pb-mech__connector{position:absolute;z-index:0;pointer-events:none}.pb-mech__connector--v{left:23px;top:24px;bottom:24px;border-left:2px dotted var(--pb-mech-line, currentColor)}.pb-mech__connector--h{display:none}@media screen and (min-width:750px){.pb-mech__connector--v{display:none}.pb-mech__connector--h{display:block;top:14px;height:20px;left:16.666%;right:16.666%;width:auto}}.pb-mech__payoff{display:flex;align-items:flex-start;gap:14px;max-width:620px;margin:34px auto 0;padding:16px 20px;border:1px solid rgba(var(--color-foreground),.1);border-radius:14px;background:rgba(var(--color-foreground),.025)}@media screen and (min-width:750px){.pb-mech__payoff{margin-top:48px}}.pb-mech__payoff-arrow{flex:0 0 auto;width:18px;height:18px;margin-top:2px;color:var(--pb-mech-accent)}.pb-mech__payoff-body{min-width:0}.pb-mech__payoff-label{margin:0 0 4px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.55}.pb-mech__payoff-stat{margin:0;font-family:var(--font-heading-family);font-weight:800;line-height:1.15;font-size:clamp(1.5rem,4.4vw,1.9rem);color:var(--pb-mech-accent)}.pb-mech__payoff-sub{margin:5px 0 0;font-size:14px;line-height:1.5;opacity:.78}@media(hover:hover){.pb-mech__node:hover .pb-mech__badge{transform:translateY(-3px) scale(1.06)}}.pb-mech--animate .pb-mech__node{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--i, 0) * 90ms)}.pb-mech--animate.is-visible .pb-mech__node{opacity:1;transform:none}.pb-mech--animate .pb-mech__connector--h{clip-path:inset(0 100% 0 0);transition:clip-path .9s ease .25s}.pb-mech--animate.is-visible .pb-mech__connector--h{clip-path:inset(0 0 0 0)}.pb-mech--animate .pb-mech__connector--v{clip-path:inset(0 0 100% 0);transition:clip-path .9s ease .25s}.pb-mech--animate.is-visible .pb-mech__connector--v{clip-path:inset(0 0 0 0)}.pb-mech--animate .pb-mech__payoff{opacity:0;transform:translateY(14px);transition:opacity .5s ease .42s,transform .5s cubic-bezier(.22,1,.36,1) .42s}.pb-mech--animate.is-visible .pb-mech__payoff{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.pb-mech--animate .pb-mech__node,.pb-mech--animate .pb-mech__payoff{opacity:1;transform:none;transition:none}.pb-mech--animate .pb-mech__connector--h,.pb-mech--animate .pb-mech__connector--v{clip-path:none;transition:none}.pb-mech__badge{transition:none}@media(hover:hover){.pb-mech__node:hover .pb-mech__badge{transform:none}}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/pb-mechanism.css.map */
