.RevRecFeatureGraphic{--closedColor:#ff5996;--openColor:#7c5cff;--fontColor:#727f96;position:absolute;left:50%;width:100%;max-width:309px;transform:translateX(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (min-width:900px){.RevRecFeatureGraphic{max-width:451px}}.RevRecFeatureGraphic__container{position:relative;width:451px;height:300px}.RevRecFeatureGraphic__card{position:relative;width:100%;height:100%;background-color:#fff;padding:21px 24px;display:flex;flex-direction:column}.RevRecFeatureGraphic__card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:80px;pointer-events:none;background:linear-gradient(180deg,rgba(246,249,252,0),#f6f9fc);z-index:2}.RevRecFeatureGraphic__title{font-family:var(--fontFamily);font-weight:var(--fontWeightNormal);font-size:12px;line-height:21px;color:var(--fontColor)}.RevRecFeatureGraphic__subSections{display:flex;justify-content:space-between;align-items:end;width:100%;padding-right:10px}.RevRecFeatureGraphic__subSection{margin-bottom:12px}.RevRecFeatureGraphic__subSectionValue{font-family:var(--fontFamily);font-weight:var(--fontWeightBold);font-size:24px;letter-spacing:0;vertical-align:middle;color:#0a2540}.RevRecFeatureGraphic__legend{display:flex;gap:30px;align-items:center;justify-content:flex-end}.RevRecFeatureGraphic__legendItem{display:inline-flex;gap:5px;align-items:center;font-family:var(--fontFamily);font-weight:var(--fontWeightNormal);font-size:12px;color:var(--fontColor)}.RevRecFeatureGraphic__legendDot{width:10px;height:10px;border-radius:50%}.RevRecFeatureGraphic__legendDot--open{background-color:var(--openColor)}.RevRecFeatureGraphic__legendDot--closed{background-color:var(--closedColor)}.RevRecFeatureGraphic__graph{position:relative;display:grid;grid-template-columns:repeat(13,1fr);grid-template-rows:160px 20px}.RevRecFeatureGraphic__graphBackgroundDividerLines{position:absolute;top:0;width:100%;height:160px;display:flex;flex-direction:column;justify-content:space-between}.RevRecFeatureGraphic__graphXDividerLine{width:100%;height:1px;background-color:#f6f9fc}.RevRecFeatureGraphic__graphXAxis{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:flex-start;height:-moz-min-content;height:min-content;padding-left:3.84615%;padding-right:3.84615%;margin:0;border-top:none;list-style:none;z-index:2}.RevRecFeatureGraphic__graphXAxisLabel{position:relative;height:16px;font-family:var(--fontFamily);font-size:12px;line-height:16px;text-align:center;color:var(--fontColor)}.RevRecFeatureGraphic__graphXAxisLabel--start{transform:translateX(-50%)}.RevRecFeatureGraphic__graphXAxisLabel--end{transform:translateX(50%)}.RevRecFeatureGraphic__graphBars{position:relative;display:grid;grid-template-columns:subgrid;grid-column:1/-1;margin-bottom:0;z-index:1}.RevRecFeatureGraphic__graphBar{background:var(--closedColor);width:12px;align-self:end;justify-self:center;border-radius:2px}.RevRecFeatureGraphic__graphBar:first-child{height:56px}.RevRecFeatureGraphic__graphBar:nth-child(2){height:60px}.RevRecFeatureGraphic__graphBar:nth-child(3){height:66px}.RevRecFeatureGraphic__graphBar:nth-child(4){height:72px}.RevRecFeatureGraphic__graphBar:nth-child(5){height:78px}.RevRecFeatureGraphic__graphBar:nth-child(6){height:86px}.RevRecFeatureGraphic__graphBar:nth-child(7){height:96px}.RevRecFeatureGraphic__graphBar:nth-child(8){height:90px}.RevRecFeatureGraphic__graphBar:nth-child(9){height:112px}.RevRecFeatureGraphic__graphBar:nth-child(10){height:124px}.RevRecFeatureGraphic__graphBar:nth-child(11){height:138px}.RevRecFeatureGraphic__graphBar:nth-child(12){height:146px}.RevRecFeatureGraphic__graphBar:nth-child(13){height:158px}.RevRecFeatureGraphic__graphBar.isOpen{background:var(--openColor)}