#hero{--bar-area:400px;display:grid;grid-template-columns:1fr 1fr;min-height:calc(101dvh - var(--header-h))}#hero figure,#hero hgroup{display:flex;flex-direction:column;justify-content:center;margin:0;padding:var(--gutter-y) var(--gutter)}#hero figure{background:var(--off-white);border-left:1px solid var(--border-dark);overflow:hidden}#hero .hero-chart{flex-direction:column;max-height:615px;z-index:1}#hero .hero-chart,#hero-bars{display:flex;position:relative;width:100%}#hero-bars{align-items:flex-end;gap:10px;list-style:none;margin:0;padding:0}#hero-bars:after{background:var(--border-dark);content:"";height:1px;left:0;position:absolute;right:0;top:var(--bar-area)}#hero .hero-bar{cursor:pointer;display:grid;flex:1;grid-template-rows:var(--bar-area) auto auto;min-width:0}#hero .hero-bar-fill{align-items:center;align-self:end;background:var(--black);display:flex;flex-direction:column;grid-row:1;justify-content:flex-start;padding-top:.75rem;transform:scaleY(0);transform-origin:bottom;transition:opacity .22s,filter .22s;width:100%}#hero .hero-bar-1 .hero-bar-fill{animation:hero-rise .65s cubic-bezier(.2,.6,.35,1) .1s forwards;height:28%}#hero .hero-bar-2 .hero-bar-fill{animation:hero-rise .65s cubic-bezier(.2,.6,.35,1) .22s forwards;height:44%}#hero .hero-bar-3 .hero-bar-fill{animation:hero-rise .65s cubic-bezier(.2,.6,.35,1) .34s forwards;height:60%}#hero .hero-bar-4 .hero-bar-fill{animation:hero-rise .65s cubic-bezier(.2,.6,.35,1) .46s forwards;height:71%}#hero .hero-bar-5 .hero-bar-fill{animation:hero-rise .65s cubic-bezier(.2,.6,.35,1) .58s forwards;background:var(--red);box-shadow:0 -16px 40px rgba(214,0,0,.2),0 4px 12px rgba(214,0,0,.15);height:92%;justify-content:center;padding-top:0}@keyframes hero-rise{to{transform:scaleY(1)}}#hero .hero-bar-5 .hero-bar-fill:after{animation:hero-shimmer 3s ease-in-out infinite;background:hsla(0,0%,100%,.4);content:"";height:2px;left:0;position:absolute;right:0;top:0}@keyframes hero-shimmer{0%,to{opacity:.15}50%{opacity:.8}}#hero .hero-bar-fill strong{color:hsla(0,0%,100%,.9);font-weight:var(--fw-bold);letter-spacing:var(--ls);line-height:var(--lh-small);text-align:center}#hero .hero-bar-5 .hero-bar-fill strong{color:hsla(0,0%,100%,.97);margin-inline:auto;max-width:min-content}#hero .hero-bar-fill small{bottom:.6rem;color:hsla(0,0%,100%,.28);font-size:var(--fs-small);font-weight:var(--fw-bold);left:0;letter-spacing:var(--ls-medium);pointer-events:none;position:absolute;right:0;text-align:center}#hero-bars:has(.hero-bar:hover) .hero-bar:not(:hover) .hero-bar-fill{opacity:.22}#hero .hero-bar:hover .hero-bar-fill{filter:brightness(1.1);transform:scaleY(1) translateY(-6px)}#hero .hero-bar>i,#hero .hero-bar>span{color:var(--black);font-size:var(--fs-small);font-style:normal;font-weight:var(--fw-bold);overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}#hero .hero-bar>span{grid-row:2;margin-bottom:.4rem;margin-top:1rem}#hero .hero-bar>i{grid-row:3;margin-bottom:.4rem}#hero .hero-bar:last-child>i{color:var(--green)}#hero-annotation{border-top:1.5px dashed rgba(1,7,11,.4);left:0;pointer-events:none;position:absolute;top:calc(var(--bar-area)*.46 - 40px);width:calc(60% - 4px);z-index:2}#hero-annotation span{bottom:10px;color:var(--black);font-size:var(--fs-tiny);font-weight:var(--fw-bold);left:50%;letter-spacing:var(--ls-medium);position:absolute;text-transform:uppercase;transform:translateX(-50%);white-space:nowrap}#hero-details{background:var(--white);border-left:3px solid var(--red);list-style:none;margin:2.25rem 0 0;padding:.85rem 1.1rem}#hero .hero-detail{display:none}#hero .hero-detail.is-active{display:flex;flex-direction:column;gap:.3rem}#hero .hero-detail strong{color:var(--black);font-size:var(--fs-small);font-weight:var(--fw-bold);letter-spacing:var(--ls-medium);text-transform:uppercase}#hero .hero-detail p{color:var(--mid);font-size:var(--fs-medium);margin:0}@media (prefers-reduced-motion:reduce){#hero .hero-bar-fill{animation:none;transform:scaleY(1)}#hero .hero-bar-5 .hero-bar-fill:after{animation:none}}