#keep_scrolling {
  height: 7.5rem;
  display: flex;
  flex-direction: column;
  text-align: center; }
  #keep_scrolling #cta {
    flex: 1 1;
    font-family: "Serifa", serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 100%;
    display: flex;
    align-items: center; }
    #keep_scrolling #cta div {
      width: 100%; }
  #keep_scrolling #subtitle {
    flex: 1 1; }
  #keep_scrolling #chevrons {
    flex: 0 0 30px; }
    #keep_scrolling #chevrons svg {
      margin: 0px -25px;
      mix-blend-mode: multiply; }
    #keep_scrolling #chevrons svg:nth-child(1) > polyline {
      stroke: #E10098; }
    #keep_scrolling #chevrons svg:nth-child(2) > polyline {
      stroke: #FFCD00; }
    #keep_scrolling #chevrons svg:nth-child(3) > polyline {
      stroke: #84BD00; }
    #keep_scrolling #chevrons svg:nth-child(4) > polyline {
      stroke: #FF6A00; }
    #keep_scrolling #chevrons svg:nth-child(5) > polyline {
      stroke: #00C1D4; }

/*# sourceMappingURL=keep_scrolling.css.map */