{% if vslSection.headlineSetup.hasDynamicTitle == 'false' and vslSection.headlineSetup.hasFullWidthHeadline == 'false' %}

{{vslSection.title}}

{% if vslSection.subtitle and vslSection.subtitle != '' %}

{{vslSection.subtitle}}

{% endif %} {% else %}

{{vslSection.title}}

{% endif %} {% if vslSection.headlineSetup.hasDynamicTitle == 'true' and vslSection.headlineSetup.hasFullWidthHeadline == 'false' %}

{{vslSection.title}} {{vslSection.dynamicTitle[0].text}}

{% endif %} {% from "../_vsl/_vsl.html" import vsl %} {{ vsl( brightcoveVideoStorage = vslSection.vsl.brightcoveVideoStorage, brightcoveAccountID = vslSection.vsl.brightcoveAccountID, brightcoveVideoID = vslSection.vsl.brightcoveVideoID, brightcoveVideoID_mobile = vslSection.vsl.brightcoveVideoID_mobile, ID = 'vslVideo', isSquare = vslSection.videoSetup.videoRatioIsSquare, path = global.path, placeholder = vslSection.vsl.placeholder, placeholderMobile = vslSection.vsl.placeholder_mobile, placeholderAlt = vslSection.vsl.placeholderAlt, src = vslSection.vsl.videoSrc, srcMobile = vslSection.vsl.videoSrcMobile, isFullScreen = vslSection.videoSetup.playInFullScreen, isFullScreenInline = vslSection.videoSetup.playInFullScreenInline, hasBigPlayWithText = vslSection.vsl.hasBigPlayWithText, customPlay = vslSection.vsl.customPlay, videoThumbnail = vslSection.vsl.videoThumbnail, hasControls = vslSection.vsl.hasControls, isMutedAndAutoplay = vslSection.vsl.isMutedAndAutoplay, playInLoop = vslSection.vsl.playInLoop, playsinline = vslSection.vsl.playsinline ) }} {% if vslSection.soundBanner.showSoundBanner == 'true' %}

{{vslSection.soundBanner.highlightText}} {{vslSection.soundBanner.text}}

{% endif %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA( wrapCTA = 'false', ctaID = 'vslCTA', ctaHref = global.mainBtn_link, ctaTarget = '_blank', dataParam = 'true', ctaParam = 'false', ctaText = global.mainBtn, ctaClass = 'nextStep', hasIcon = global.mainBtn_hasIcon, hideCta = vslSection.cta.hide, bgColor = vslSection.cta.ctaBg_options.selected, textColor = vslSection.cta.ctaTextColor_options.selected, set_GTM_trigger = global.gtm.set_GTM_trigger, gtmClass = 'gtm-next-page' ) }}