{% require_css %}
  <style>
    {% scope_css %}
      main {
        background: linear-gradient(69deg, rgba(255, 255, 255, 0.00) 33.94%, rgba(61, 111, 157, 0.14) 91.7%), #FFF;
      }
      .ebook-lp .container h1 {
        color: rgba(0, 54, 96, 1);
        text-align: left;
        font-size: 35px;
        line-height: 40px;
      }

      .top-border {
        border-top: 5px solid #E2503F;
        padding: 25px 34px 0 34px;
      }

      .ebl p {
        font-family: 'Roboto', sans-serif;
        color: rgba(72, 72, 72, 1);
        font-weight: 400;
      }
    {% end_scope_css %}
  </style>
{% end_require_css %}