File: /var/www/quadcode-site/storage/framework/views/ba85a0e15af148e27f022543efc6344ef34f1317.php
<section class="welcome <?php echo e($block->input('add_class')); ?> has-overlap" style="--welcome-bg: url(<?php echo e($block->image('image', 'default', ['q' => 98])); ?>);">
<?php if($block->file('video')): ?>
<div class="welcome__video-wrap">
<video class="location-video" src="<?php echo e($block->file('video')); ?>" autoplay="true" loop="true" muted="muted" poster="<?php echo e($block->image('image')); ?>"></video>
</div>
<?php endif; ?>
<div class="container">
<div class="welcome__inner">
<?php if($block->translatedInput('title')): ?>
<header class="welcome__header fw-600" style="margin-bottom: 1rem;">
<h1><?php echo $block->translatedInput('title'); ?></h1>
</header>
<?php endif; ?>
<?php echo $block->translatedInput('description'); ?>
</div>
<div class="welcome__call-to-scroll">
<a href="#" class="action-marker js-scroll-down">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" ><path fill="currentcolor" d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z"></path></svg>
</a>
</div>
</div>
</section>
<?php /**PATH /project/quadcode/releases/20210305154738Z/resources/views/site/blocks/hero.blade.php ENDPATH**/ ?>