{% if vslSection.highlight and vslSection.highlight != "" %}
{% endif %}
{% if (vslSection.title.bold and vslSection.title.bold != "") or (vslSection.title.content and vslSection.title.content != "") %}
{% if vslSection.soundBanner.showUnderVideo == 'false' %}
{% include '../soundBanner/soundBanner.html' %}
{% endif %}
{% if vslSection.vsl.video_src != '' %}
{% 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,
hidePlayButton = vslSection.vsl.hidePlayButton,
customPlay = vslSection.vsl.customPlay,
ID = 'vslSectionVsl',
isFullScreenInlineDesktop = vslSection.vsl.isFullScreenInline.desktop,
isFullScreenInlineMobile = vslSection.vsl.isFullScreenInline.mobile,
path = global.path,
placeholder = vslSection.vsl.placeholder,
placeholder_mobile = vslSection.vsl.placeholder_mobile,
alt = vslSection.vsl.alt,
src = vslSection.vsl.video_src,
hasControls = vslSection.vsl.hasControls,
isMutedAndAutoplay = vslSection.vsl.isMutedAndAutoplay )
}}
{% endif %}
{% if vslSection.social.showSocial == 'true' %}
{{vslSection.social.brandName}}
{{vslSection.social.subscribersAmount}}
{% if vslSection.soundBanner.showUnderVideo == 'true' %}
{% include '../soundBanner/soundBanner.html' %}
{% endif %}
{% endif %}
{% include '../reactions/reactions.html' %}
{% if vslSection.playVideoCta.showCta == 'true' %}
{% from "../_CTABtn/_CTABtn.html" import CTA %}
{{ CTA(
wrapCTA= 'false',
ctaID= vslSection.playVideoCta.id,
ctaLink= '',
ctaTarget= '_blank',
dataParam= 'false',
ctaParam= 'false',
ctaText = vslSection.playVideoCta.text,
ctaClass= vslSection.playVideoCta.ctaClass,
hasIcon = vslSection.playVideoCta.hasIcon,
iconID = 'PLAY',
iconModifierClass = 'play',
hideCta = 'false')
}}
{% endif %}
{% from "../_CTABtn/_CTABtn.html" import CTA %}
{{ CTA(
wrapCTA= 'false',
ctaID= vslSection.cta.id,
ctaLink= global.mainBtn_link,
ctaTarget= '_blank',
dataParam= 'true',
ctaParam= 'false',
ctaText = global.mainBtn,
ctaClass= vslSection.cta.ctaClass,
hasIcon = global.mainBtn_hasIcon,
hideCta = vslSection.cta.hide)
}}
{% include '../aboutGundry/aboutGundry.html' %}