.HomePageScrollHint {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  cursor: pointer; }
  .HomePageScrollHint__bump {
    display: block; }
  .HomePageScrollHint__chevron {
    animation: blink 3s ease infinite;
    position: absolute;
    bottom: 4px;
    left: 91px; }
.HomePageSearch {
  transition: all ease 0.2s;
  border-radius: 4px;
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 420px;
  width: 100%;
  background: #0A0944; }
  .HomePageSearch.\--focused {
    top: 65px; }
.Ticker {
  text-align: center; }
  .Ticker__digit {
    border-radius: 4px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    margin: 0 1px;
    padding: 2px 5px;
    background: linear-gradient(#29B5F7, #29B5F7 50%, #10adf6 50%);
    color: #FFFFFF;
    font-size: 3.5rem;
    display: inline-block;
    width: 32px; }
  .Ticker__label {
    margin-top: 12px;
    font-size: 2.2rem; }
.StatsTicker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .StatsTicker__ticker {
    margin: 0 12px 16px; }

/*# sourceMappingURL=home.b115a6ccc51e4a12f1e5.css.map*/