{% embed "molecules-tile" with {
  tile: {
    classes: "t-salesOnboarding"
  }
} %}

  {% block tile_content %}
  
    {% grid "o-grid--large o-grid--rev o-grid--flex" %}
      {% cell "u-1/1 u-1/2@small" %}
        {% include "atoms-image" with {
          image: {
            src: "https://www.pega.com/sites/pega.com/files/guided-tour-computer.png",
            classes: "u-1/1"
          }
        } %}
      {% endcell %}
      
      {% cell "o-grid__item--center u-1/1 u-1/2@small" %}
          {% include "atoms-h1" with {
            heading: {
              text: "Take the guided tour",
              classes: "c-heading--xxlarge c-heading--uppercase"
            }
          } %}
          
          {% include "atoms-heading" with {
            heading: {
              text: "Explore Pega Sales Automation to learn how to accelerate and improve sales results.",
              classes: "c-heading--large"
            }
          } only %}
          
          {% grid "o-grid--small" %}
            {% cell %}
              {% include "atoms-button" with {
                button: {
                  text: "Start",
                  classes: "u-margin-bottom-small"
                }
              } %}
            {% endcell %}
        {% endgrid %}
        
      {% endcell %}
    {% endgrid %}
  
    
  
  {% endblock %}

{% endembed %}  