.ed-cost-chart{box-sizing:border-box;padding:3rem 1.5rem;width:100%}.ed-cost-chart__inner{margin:0 auto;max-width:1240px}.ed-cost-chart__main-wrapper{background-color:var(--ed-color-container-bg,#241831);border-radius:1rem;padding:3.5rem 0 2.5rem;text-align:center}.ed-cost-chart__eyebrow{background:#3e264d;border:1px solid var(--ed-color-primary-accent,#cd79ee);border-radius:50px;color:var(--ed-color-primary-accent,#cd79ee)!important;display:inline-block;font-size:.95rem;font-weight:600;letter-spacing:.08em;margin:0 0 1rem;padding:.5rem 1.4rem;text-transform:uppercase}.ed-cost-chart__title{color:var(--ed-color-primary-accent,#cd79ee);font-size:clamp(2rem,5vw,3.25rem);margin:0 0 1rem;padding:0 1rem}.ed-cost-chart__intro{color:var(--ed-color-body-text,#f8f8f8);margin:0 auto 2.5rem;max-width:640px;padding:0 1rem}.ed-cost-chart__intro p{margin:0}.ed-cost-chart__legend{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2.5rem}.ed-cost-chart__legend-item{align-items:center;color:var(--ed-color-body-text,#f8f8f8);display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem}.ed-cost-chart__legend-swatch{border-radius:3px;flex-shrink:0;height:12px;width:12px}.ed-cost-chart__graph{align-items:stretch;box-sizing:border-box;display:flex;max-width:100%;overflow-x:auto;padding:0 2.5rem;text-align:left}.ed-cost-chart__groups{display:flex;flex:1;gap:2rem;min-width:700px;width:100%}.ed-cost-chart__group{display:flex;flex:1;flex-direction:column;min-width:0}.ed-cost-chart__bars{align-items:flex-end;background-image:linear-gradient(0deg,hsla(0,0%,97.3%,.12) 0,hsla(0,0%,97.3%,.12) 1px,transparent 0,transparent 33%,hsla(0,0%,97.3%,.12) 0,hsla(0,0%,97.3%,.12) calc(33% + 1px),transparent calc(33% + 1px),transparent 66%,hsla(0,0%,97.3%,.12) 0,hsla(0,0%,97.3%,.12) calc(66% + 1px),transparent calc(66% + 1px));border-bottom:1px solid hsla(0,0%,97.3%,.25);display:flex;gap:.4rem;height:220px;margin-top:2rem}.ed-cost-chart__bar{align-items:flex-start;background:transparent;border:none;box-sizing:border-box;cursor:default;display:flex;flex:1;justify-content:center;min-width:0;outline:none;padding:0;position:relative;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.ed-cost-chart__bar-bg{border-radius:.4rem .4rem 0 0;bottom:0;left:0;opacity:1;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease;user-select:none}.ed-cost-chart__bar:hover .ed-cost-chart__bar-bg{opacity:.5}.ed-cost-chart__bar-level{bottom:100%;color:var(--ed-color-body-text,#f8f8f8);font-size:.7rem;font-weight:500;left:50%;margin-bottom:.4rem;pointer-events:none;position:absolute;transform:translateX(-50%);user-select:none;white-space:nowrap;z-index:2}.ed-cost-chart__cat-labels{display:flex;gap:.4rem;margin-top:.75rem}.ed-cost-chart__cat-label{color:var(--ed-color-body-text,#f8f8f8);flex:1;font-size:.75rem;hyphens:none;line-height:1.2;min-width:0;opacity:.85;overflow-wrap:normal;text-align:center;user-select:none;white-space:normal;word-break:keep-all}.ed-cost-chart__group-name{color:var(--ed-color-primary-accent,#cd79ee);display:block;font-size:1rem;font-weight:700;margin-top:1.25rem;position:relative;text-align:center;user-select:none}.ed-cost-chart__brand-text--underline{text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:4px}.ed-cost-chart__crown{left:5.5rem;pointer-events:none;position:absolute;top:-.9rem;transform:rotate(-14deg);z-index:3}.ed-cost-chart__crown-svg{display:block;height:20px;width:26px}.ed-cost-chart__tooltip{background-color:#3e264d;border:1px solid var(--ed-color-primary-accent,#cd79ee);border-radius:.6rem;box-shadow:0 4px 15px rgba(0,0,0,.3);color:var(--ed-color-body-text,#f8f8f8);font-size:.85rem;line-height:1.4;max-width:260px;opacity:0;padding:.75rem 1rem;pointer-events:none;position:fixed;transform:translateX(-4px);transition:opacity .15s ease,transform .15s ease;z-index:100}.ed-cost-chart__tooltip.is-visible{opacity:1;transform:translateX(0)}.ed-cost-chart__tooltip strong{color:var(--ed-color-primary-accent,#cd79ee)}.ed-cost-chart__footnote{color:var(--ed-color-body-text,#f8f8f8);font-size:.8rem;margin-top:1.5rem;opacity:.6;text-align:center}@media (max-width:768px){.ed-cost-chart__main-wrapper{padding:2.5rem 0}.ed-cost-chart__graph{padding:0 1.25rem}.ed-cost-chart__groups{gap:1.25rem}.ed-cost-chart__bars{height:160px}.ed-cost-chart__cat-label{font-size:.65rem}.ed-cost-chart__group-name{font-size:.85rem}.ed-cost-chart__crown{left:.1rem;top:-.9rem}.ed-cost-chart__crown-svg{height:16px;width:20px}}@media (max-width:560px){.ed-cost-chart__groups{flex-direction:column;gap:2rem;min-width:unset}}