@import url(https://use.typekit.net/loc2xpy.css);.graph{background-color:#031a47;color:#fff;background-image:url(/img/horizontal-gradient-bottom.png);background-position:25% 110%;background-size:100%;background-repeat:no-repeat;-webkit-animation-name:graph-expand;animation-name:graph-expand;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.graph .graph-wrapper{display:flex;flex-wrap:wrap;border:1px solid #fff;border-radius:1rem;position:relative}.graph .graph-background{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;opacity:.5}.graph .graph-graph{display:flex;flex-wrap:wrap;position:relative;z-index:2}@media (min-width:1200px){.graph .graph-graph{padding-top:60px}}.graph .graph-graph .graph-point{flex:0 0 100%;display:flex}@media (min-width:1200px){.graph .graph-graph .graph-point{flex:1;display:block}}@media (max-width:1199.98px){.graph .graph-graph .graph-point:nth-child(odd) .graph-point-dot{left:20px}.graph .graph-graph .graph-point:nth-child(even) .graph-point-dot{left:60px}}@media (min-width:1200px){.graph .graph-graph .graph-point:nth-child(4n-3) .graph-point-dot{top:10%}.graph .graph-graph .graph-point:nth-child(4n-2) .graph-point-dot{top:70%}.graph .graph-graph .graph-point:nth-child(4n-1) .graph-point-dot{top:50%}.graph .graph-graph .graph-point:nth-child(4n-4) .graph-point-dot{top:90%}}.graph .graph-graph .graph-line-section{position:relative;height:100%}@media (max-width:1199.98px){.graph .graph-graph .graph-line-section{flex:0 0 80px}}@media (min-width:1200px){.graph .graph-graph .graph-line-section{height:250px}}.graph .graph-graph .graph-line-section .graph-point-dot{width:16px;height:16px;border-radius:50%;background-color:#fff;opacity:.5;display:block;margin-left:auto;margin-right:auto;position:absolute;left:calc(50% - 8px);top:22px;transition:all .25s ease;box-shadow:0 0 18px 5px #fff}.graph .graph-graph .graph-line-section .graph-point-dot.flash{-webkit-animation:blinker .5s linear normal forwards;animation:blinker .5s linear normal forwards}.graph .graph-graph .graph-line-section .graph-point-dot.graph-point-dot-hidden{opacity:0!important;box-shadow:none!important}.graph .graph-graph .graph-line-section .graph-point-dot.graph-point-dot-hidden-start{top:0}@media (min-width:1200px){.graph .graph-graph .graph-line-section .graph-point-dot.graph-point-dot-hidden-start{left:-16px;top:40%}}.graph .graph-graph .graph-line-section .graph-point-dot.graph-point-dot-hidden-end{top:90%}@media (min-width:1200px){.graph .graph-graph .graph-line-section .graph-point-dot.graph-point-dot-hidden-end{left:auto;right:0;top:15%}}.graph .graph-graph .graph-point-title{font-family:sofia-pro,sans-serif;text-transform:uppercase;font-size:.85rem;text-align:left;padding:1rem 1rem;position:relative;z-index:2;margin-bottom:0}@media (min-width:1200px){.graph .graph-graph .graph-point-title{padding:1rem 3rem;text-align:center}}@media (min-width:1200px){.graph .graph-graph .graph-point-title.odd{padding-bottom:6rem}.graph .graph-graph .graph-point-title.even{padding-top:6rem}}.graph .graph-header{border-bottom:1px solid #fff;padding:20px;flex:0 0 100%;position:relative;z-index:2;display:flex;align-items:center;background-color:#031a47;border-top-left-radius:1rem;border-top-right-radius:1rem}.graph .graph-header .graph-element-title{margin-bottom:0;flex:0 0 100%}@media (min-width:1200px){.graph .graph-header .graph-element-title{flex:0 0 400px}}.graph .graph-header .graph-header-cap{flex:0 0 80px;display:none}@media (min-width:1200px){.graph .graph-header .graph-header-cap{display:block}}.graph .graph-header .graph-header-cap img{width:100%}.graph .graph-header .graph-header-line{flex:1;padding-right:2rem;display:none}@media (min-width:1200px){.graph .graph-header .graph-header-line{display:block}}.graph .graph-header .graph-header-line img{width:100%;height:auto}.graph .graph-footer{flex:0 0 100%;display:flex;flex-wrap:wrap}@media (max-width:1199.98px){.graph .graph-footer{margin-top:2rem;max-width:100%}}.graph .graph-footer>div{flex:0 0 100%}@media (min-width:1200px){.graph .graph-footer>div{flex:0 0 50%}}.graph .graph-footer .graph-star{width:80px;padding:20px;display:block;margin-right:auto;margin-left:auto}@media (min-width:1200px){.graph .graph-footer .graph-star{margin-right:0;padding:20px;width:140px}}.graph .graph-footer .graph-legend-lines{position:relative;height:80px;padding:20px;display:none;width:100%}@media (min-width:1200px){.graph .graph-footer .graph-legend-lines{display:flex;align-items:flex-end;justify-content:normal;width:auto}}.graph .graph-footer .graph-legend-lines .graph-vertical-line-full,.graph .graph-footer .graph-legend-lines .graph-vertical-line-half{width:1px;margin-right:15px;background-color:#fff;height:0;transition:all 2s ease;display:inline-block}.graph .graph-footer .graph-legend-lines.animate .graph-vertical-line-full{height:100%}.graph .graph-footer .graph-legend-lines.animate .graph-vertical-line-half{height:50%}@-webkit-keyframes blinker{50%{opacity:1;box-shadow:0 0 18px 10px #fff}}@keyframes blinker{50%{opacity:1;box-shadow:0 0 18px 10px #fff}}@-webkit-keyframes graph-expand{0%{background-size:150%}50%{background-size:200%}100%{background-size:150%}}@keyframes graph-expand{0%{background-size:150%}50%{background-size:200%}100%{background-size:150%}}