{% extends "base.html.twig" %}
{% block title %}Carbon Offsetting Project{% endblock %}
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('corporate-responsibility') }}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{{ encore_entry_script_tags('vimeo') }}
{% endblock %}
{% block body %}
<div id="carbon-offsetting-background">
<h1 class="dark-green mb-0 mt-xl-5 py-5 text-center">Carbon Offsetting Project<span class="yellow">.</span></h1>
<div class="container-fluid d-flex pb-7 text-center">
<div class="col-xl-3"></div>
<div class="col-xl-6 col-12">
<p class="dark-green fs-5">The Group is committed to minimising the environmental impact of both its manufacturing processes and its products. However, even with the most responsible approach, some carbon dioxide (CO₂) will be released into the atmosphere as an indirect result of factory and selling activities and customers’ use of luminaires.</p>
<p class="dark-green fs-5">In 2009, FW Thorpe designed an ambitious carbon-offsetting scheme to help compensate for these emissions. We have chosen to plant trees. Why trees? Trees and other plants absorb CO₂ during photosynthesis. One tree grown to maturity in open space can absorb approximately 1 tonne of CO₂ over its lifetime. A forest covering many acres can effectively lock up CO₂, creating a ‘carbon sink’.</p>
<p class="dark-green fs-5 pb-4">The scheme is now accredited under the Woodland Carbon Code.</p>
<div class="bg-mid-green carbon-offsetting-circle d-inline-block m-3 position-relative text-white">
<div class="position-absolute top-50 start-50 translate-middle">
<h3 class="fs-1">Devauden</h3>
<p class="fs-5">Monmouthshire, UK</p>
</div>
</div>
<div class="bg-light-green carbon-offsetting-circle d-inline-block m-3 position-relative text-white">
<div class="position-absolute top-50 start-50 translate-middle">
<h3 class="fs-1">179,412</h3>
<p class="fs-5">trees planted<br>since 2009</p>
</div>
</div>
<div class="mt-5 overflow-hidden position-relative rounded-6 video-banner">
<div class="position-absolute start-50 top-50 translate-middle video-wrapper" id="carbon-offsetting-video-wrapper">
<video class="video-preview" muted autoplay loop poster="{{ asset('build/images/responsibility/carbon-offsetting-poster.webp') }}">
<source src="{{ asset('build/images/responsibility/carbon-offsetting-video-preview.mp4') }}" title="Carbon Offsetting Video" type="video/mp4">
<p>Sorry but your browser doesn't support HTML5 video, please update to a modern web browser.</p>
</video>
<div class="video-poster"></div>
<div class="play-link position-absolute start-50 top-50 translate-middle">
<a href="#" class="white vimeo-overlay-video" data-autoplay="1" data-vimeo-uri="376393862">
<img src="{{ asset('build/images/play.svg') }}" alt="Play"> </a>
</div>
</div>
</div>
<div class="col-xl-3"></div>
</div>
</div>
</div>
{% endblock %}