<!-- Embed -->
<div class="embed_block">
    <div class="fs-row">
        <div class="fs-cell fs-lg-8 fs-lg-justify-center">
            <div class="embed_block_inner">
                <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/XH863XXRZEQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
            </div>
        </div>
    </div>
</div>
<!-- END: Embed -->
{#
	{% include '@component-embed' with {
		code: ''
	} %}
#}

<!-- Embed -->
<div class="embed_block">
	<div class="fs-row">
		<div class="fs-cell {{ cell }}">
			<div class="embed_block_inner">
				{{ code }}
			</div>
		</div>
	</div>
</div>
<!-- END: Embed -->

No notes defined.