{% if topSection.background_image and topSection.background_image != '' %} {% elif topSection.background_image == '' %} {% endif %}
{% if topSection.title and topSection.title != '' %}

{{topSection.title}} {% if topSection.sub_title and topSection.sub_title != "" %} {{topSection.sub_title}} {% endif %}

{% endif %} {% if topSection.content and topSection.content != '' %}

{{topSection.content}}

{% endif %}
{% from "../_vsl/_vsl.html" import vsl with context %} {{ vsl( videoRatioIsSquare = topSection.vsl.videoRatioIsSquare, ID = topSection.vsl.ID, brightcoveVideoStorage = "true", brightcoveAccountID = "6415577320001", brightcoveVideoID = topSection.vsl.brightcoveVideoID, customPlay = topSection.vsl.customPlay, placeholder = topSection.vsl.placeholder, alt = topSection.vsl.alt, src = topSection.vsl.video_src, path = global.path, hasControls = topSection.vsl.hasControls, isMutedAndAutoplay = topSection.vsl.isMutedAndAutoplay, loop = topSection.vsl.playInLoop ) }} {% if topSection.cta.link and topSection.cta.link != '' %}
{% from "../_cta/_cta.html" import cta with context %} {{ cta( ctaLink = topSection.cta.link ) }}
{% endif %}
{% if topSection.showBullets.visibility_options.selected != "hide" %} {% endif %} {% if topSection.product_image.visibility_options.selected != 'hide' %}
{{topSection.product_image.alt}}
{% endif %} {% if topSection.disclaimer and topSection.disclaimer != '' %}
{{topSection.disclaimer}}
{% endif %}