@if ($block->anchor_id )
@endif
@if($block->image1)
{!! getMediaImg($block->image1, '600x600', htmlspecialchars($block->block_title)) !!}
@endif
@if($block->block_subtitle)
{{ $block->block_subtitle }}
@endif @if($block->block_title)

@title($block->block_title)

@endif @if($block->content)
{!! $block->content !!}
@endif @if($block->cta1)
@php $button_class = 'std-button std-button--large std-button--orange'; if ($block->luumo || $block->bg_color == 'orange' || $block->bg_color == 'yellow' || $block->bg_color == 'green' || $block->bg_color == 'secondary') { $button_class = 'std-button std-button--large alt-color'; } @endphp {!! generateLink($block->cta1, $button_class) !!}
@endif