.liv-ig{--ig-card-bg: var(--SAND-100);--ig-track: var(--SAND-300);--ig-accent: var(--VIOLET-MEDIUM);--ig-muted: var(--COLOR-TEXT-LIGHT);--ig-border: var(--COLOR-BORDER)}.liv-ig__intro{margin-bottom:1.5rem}.liv-ig__sub{color:var(--ig-muted);max-width:56ch;margin-top:.5rem}.liv-ig__module-title{color:var(--COLOR-TEXT);margin-bottom:1rem}.liv-ig__card{background:var(--ig-card-bg);border:1px solid var(--ig-border);border-radius:var(--BORDER-RADIUS-MAIN);padding:1.5rem}.liv-ig__source{color:var(--ig-muted);font-style:italic;margin-top:.75rem}.liv-ig-tip{position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%) translateY(4px);background:var(--VIOLET-DARK-100);color:var(--SAND-100);padding:.5rem .7rem;border-radius:8px;white-space:normal;width:max-content;max-width:240px;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:3}.liv-ig-line__legend{display:flex;gap:1.25rem;flex-wrap:wrap;margin-bottom:.75rem;color:var(--ig-muted)}.liv-ig-line__legend-item{display:flex;align-items:center;gap:.4rem}.liv-ig-line__swatch{width:22px;height:2.5px;border-radius:2px;display:inline-block}.liv-ig-line__swatch--dashed{background:transparent;border-top:2.5px dashed currentColor;height:0}.liv-ig-line__canvas-wrap{position:relative;height:280px}.liv-ig-line__data{display:none}@media only screen and (max-width:749px){.liv-ig-line__canvas-wrap{height:220px}}.liv-ig-bar-h{margin-bottom:1.25rem;position:relative}.liv-ig-bar-h:last-child{margin-bottom:0}.liv-ig-bar-h__head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.4rem}.liv-ig-bar-h__label{color:var(--COLOR-TEXT);font-weight:500}.liv-ig-bar-h__value{color:var(--bar-color, var(--ig-accent));font-weight:500;white-space:nowrap}.liv-ig-bar-h__track{position:relative;background:var(--ig-track);border-radius:6px;height:var(--ig-bar-thickness, 14px);overflow:hidden}.liv-ig-bar-h__fill{height:100%;border-radius:6px;background:var(--bar-color, var(--ig-accent));width:0;transition:width 1.1s cubic-bezier(.16,1,.3,1)}.liv-ig-bars-h.is-in .liv-ig-bar-h__fill{width:min(100%,calc(var(--v) / var(--ig-scale-max) * 100%))}.liv-ig-bar-h[data-tip]{cursor:help}.liv-ig-bar-h:hover .liv-ig-tip,.liv-ig-bar-h:focus-within .liv-ig-tip{opacity:1;transform:translate(-50%) translateY(0)}.liv-ig-bars-v{--ig-plot-height: 240px}.liv-ig-bars-v .liv-ig__card{padding-bottom:2.75rem}.liv-ig-bars-v__legend{display:flex;gap:1.25rem;flex-wrap:wrap;margin-bottom:1rem;color:var(--ig-muted)}.liv-ig-bars-v__legend-item{display:flex;align-items:center;gap:.45rem}.liv-ig-bars-v__legend-swatch{width:14px;height:14px;border-radius:4px;display:inline-block;flex-shrink:0}.liv-ig-bars-v__chart{display:grid;grid-template-columns:auto 1fr;gap:8px;padding-top:1.25rem}.liv-ig-bars-v__yaxis{position:relative;height:var(--ig-plot-height);min-width:1.5rem}.liv-ig-bars-v__ytick{position:absolute;right:6px;bottom:var(--p);transform:translateY(50%);color:var(--ig-muted);white-space:nowrap;line-height:1}.liv-ig-bars-v__plot-area{position:relative;height:var(--ig-plot-height);border-left:1px solid var(--ig-border);border-bottom:1px solid var(--ig-border)}.liv-ig-bars-v__grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.liv-ig-bars-v__gridline{position:absolute;left:0;right:0;bottom:var(--p);height:1px;background:var(--ig-border);opacity:.4}.liv-ig-bars-v__plot{position:relative;height:100%;display:flex;align-items:flex-end;justify-content:space-around;gap:12px}.liv-ig-bar-v{flex:1 1 0;min-width:0;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative}.liv-ig-bar-v__bars{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;gap:6px}.liv-ig-bar-v__wrap{flex:1 1 0;min-width:0;max-width:var(--ig-bar-width, 52px);height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative}.liv-ig-bar-v__value{color:var(--bar-color, var(--ig-accent));font-weight:500;margin-bottom:.4rem;opacity:0;transition:opacity .5s ease .4s}.liv-ig-bars-v.is-in .liv-ig-bar-v__value{opacity:1}.liv-ig-bar-v__bar{width:100%;background:var(--bar-color, var(--ig-accent));border-radius:6px 6px 0 0;height:0;transition:height 1.1s cubic-bezier(.16,1,.3,1)}.liv-ig-bars-v.is-in .liv-ig-bar-v__bar{height:min(100%,calc(var(--v) / var(--ig-scale-max) * 100%))}.liv-ig-bar-v__label{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);width:max-content;max-width:140px;text-align:center;color:var(--ig-muted);line-height:1.3}.liv-ig-bar-v__wrap[data-tip] .liv-ig-bar-v__bar{cursor:help}.liv-ig-bar-v__wrap .liv-ig-tip{max-width:220px;bottom:calc(100% + 4px)}.liv-ig-bar-v__wrap:hover .liv-ig-tip,.liv-ig-bar-v__wrap:focus-within .liv-ig-tip{opacity:1;transform:translate(-50%) translateY(0)}@media only screen and (max-width:749px){.liv-ig-bars-v{--ig-plot-height: 180px}}.liv-ig-boxes{display:grid;grid-template-columns:repeat(var(--ig-columns, 3),1fr);gap:12px}.liv-ig-box{background:var(--COLOR-BG-ACCENT-DARK);border-radius:var(--BORDER-RADIUS-MAIN);padding:1.5rem 1.25rem;display:flex;flex-direction:column;opacity:0;transform:translateY(12px);transition:opacity .55s ease,transform .55s ease}.liv-ig-boxes.is-in .liv-ig-box{opacity:1;transform:none}.liv-ig-box--center{align-items:center;text-align:center}.liv-ig-box__highlight{font-family:var(--FONT-STACK-HEADING);color:var(--COLOR-ACCENT);line-height:1;margin-bottom:.6rem}.liv-ig-box__eyebrow{color:var(--ig-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem}.liv-ig-box__title{font-family:var(--FONT-STACK-HEADING);color:var(--COLOR-TEXT);margin-bottom:.5rem}.liv-ig-box__text{color:var(--ig-muted)}.liv-ig-box__text p{margin:0 0 .6rem}.liv-ig-box__text p:last-child{margin-bottom:0}@media only screen and (max-width:989px){.liv-ig-boxes{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:599px){.liv-ig-boxes{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/11/compiled_assets/styles.css.map */
