An error occurred while processing the template.
Can't convert this string to number: ""
The blamed expression:
==> currentPage?number  [in template "785690848#785690894#787275778" at line 224, column 53]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${(navEntry?index == currentPage?numb...  [in template "785690848#785690894#787275778" at line 224, column 32]
----
1<#--   
2    Widget Template 
3    Type: Navigation Menu 
4    Name: [pt] Menu em abas 
5--> 
6 
7 
8<style> 
9#klabin-aba-dinamica { 
10  margin-bottom: 47px; 
11  position: relative; 
12
13 
14#klabin-aba-dinamica .dropdown-list { 
15  max-width: 335px; 
16  height: 50px; 
17  list-style: none; 
18  background: #F7F7F7 url(/documents/785690889/0/arrow-down.svg/89ba6f12-d6d7-c681-42ee-00a0a3c460c9?t=1654286561769) no-repeat center; 
19  background-position-x: 95%; 
20  padding-right: 40px; 
21  padding-left: 20px; 
22  position: relative; 
23  margin-top: 25px; 
24  margin-right: auto; 
25  margin-left: auto; 
26  border: 1px solid #D7D4CE; 
27  border-radius: 26px; 
28  box-sizing: border-box; 
29  box-shadow: -1px -1px 2px rgba(213, 210, 203, 0.5), inset 2px -2px 4px rgba(213, 210, 203, 0.2),  
30              inset -2px -2px 3px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(190, 187, 180, 0.9); 
31  cursor: pointer; 
32  overflow: hidden; 
33
34 
35#klabin-aba-dinamica .dropdown-list:not(.show) { 
36  display: none; 
37
38 
39#klabin-aba-dinamica .dropdown-list .dropdown-list-itens { 
40  width: 100%; 
41  background: #FFFFFF; 
42  border: solid 1px #D7D4CE; 
43  padding-left: 0; 
44  position: absolute; 
45  margin-bottom: 0; 
46  top: 100%; 
47  left: 0; 
48  z-index: 99; 
49
50 
51#klabin-aba-dinamica .dropdown-list .dropdown-list-itens li a { 
52  color: #009530; 
53  padding: 15px 20px; 
54  display: flex; 
55  align-items: center; 
56
57 
58#klabin-aba-dinamica .dropdown-list .dropdown-list-itens li a.active { 
59  background: rgba(0, 0, 0, 0.12); 
60  color: #009530; 
61
62 
63#klabin-aba-dinamica .dropdown-list .dropdown-list-itens li:not(:last-child) a { 
64  border-bottom: 1px solid rgba(0, 0, 0, 0.12); 
65
66 
67#klabin-aba-dinamica .dropdown-list li { 
68  outline: none; 
69  display: block; 
70  cursor: pointer; 
71
72 
73#klabin-aba-dinamica .dropdown-list li a, 
74#klabin-aba-dinamica .dropdown-list .dropdown-list-current { 
75  height: 60px; 
76  font-family: 'Raleway', sans-serif; 
77  font-size: 14px; 
78  line-height: 17px; 
79  font-weight: 600; 
80  text-transform: uppercase; 
81  color: #009530; 
82  text-decoration: none; 
83
84 
85#klabin-aba-dinamica .dropdown-list .dropdown-list-current { 
86  height: 30px; 
87  line-height: 17px; 
88  max-width: 260px; 
89  position: absolute; 
90  top: -37px; 
91  left: 20px; 
92  display: flex; 
93  align-items: center; 
94
95 
96#klabin-aba-dinamica .aba-container { 
97  max-width: 1200px; 
98  margin-right: auto; 
99  margin-left: auto; 
100  display: flex; 
101  justify-content: center; 
102  align-items: center; 
103
104 
105#klabin-aba-dinamica .aba-container ul.tab-wrapper { 
106  list-style-type: none; 
107  padding: 0; 
108  margin-bottom: 0; 
109  display: flex; 
110  justify-content: center; 
111  align-items: flex-end; 
112
113 
114#klabin-aba-dinamica .aba-container ul.tab-wrapper a { 
115  font-family: 'Raleway', sans-serif; 
116  font-size: 14px; 
117  line-height: 16px; 
118  font-weight: 700; 
119  color: #303030; 
120  text-transform: uppercase; 
121  text-align: center; 
122  position: relative; 
123  display: flex; 
124  flex-direction: column; 
125  justify-content: space-between; 
126
127 
128#klabin-aba-dinamica .aba-container ul.tab-wrapper li { 
129  min-width: 215px; 
130  max-width: 215px; 
131
132 
133#klabin-aba-dinamica .aba-container ul.tab-wrapper li.active a { 
134  color: #303030; 
135
136 
137#klabin-aba-dinamica .aba-container ul.tab-wrapper li:not(:last-child) { 
138  margin-right: 5px; 
139
140 
141#klabin-aba-dinamica .aba-container ul.tab-wrapper li .tab-default { 
142  height: 7px; 
143  background: #D8EC00; 
144  border: 1px solid #D8EC00; 
145  margin-top: 10px; 
146
147 
148#klabin-aba-dinamica .aba-container ul.tab-wrapper li.active .tab-default { 
149  height: 7px; 
150  background: transparent; 
151  border: 1px solid #D8EC00; 
152  margin-top: 10px; 
153
154 
155#klabin-aba-dinamica .tab { 
156  cursor: pointer; 
157
158 
159@media (min-width: 1025px){ 
160  #klabin-aba-dinamica { 
161    margin-top: 35px; 
162
163 
164  #klabin-aba-dinamica .dropdown-list { 
165    display: none; 
166
167
168 
169@media (max-width: 1024px){ 
170  #klabin-aba-dinamica .aba-container ul.tab-wrapper { 
171    display: none; 
172
173
174 
175@media (max-width: 900px){ 
176  #klabin-aba-dinamica .aba-container ul.tab-wrapper a { 
177    font-size: 12px; 
178    line-height: 14px; 
179
180 
181  #klabin-aba-dinamica .aba-container ul.tab-wrapper li { 
182    min-width: 180px; 
183
184
185 
186@media (max-width: 768px){ 
187  #klabin-aba-dinamica .aba-container ul.tab-wrapper li { 
188    min-width: 110px; 
189
190
191 
192@media (max-width: 640px){ 
193  #klabin-aba-dinamica .aba-container ul.tab-wrapper a { 
194    font-size: 12px; 
195    line-height: 14px; 
196
197
198 
199@media (max-width: 480px){ 
200  #klabin-aba-dinamica .aba-container ul.tab-wrapper li { 
201    min-width: auto; 
202
203
204 
205@media (max-width: 420px){ 
206  #klabin-aba-dinamica .aba-container ul.tab-wrapper a { 
207    font-size: 11px; 
208    line-height: 13px; 
209
210
211</style> 
212 
213<#attempt> 
214    <#assign currentPage = getterUtil.getString(themeDisplay.getThemeSetting("rs-active-tabs-menu")) /> 
215<#recover> 
216    <#assign currentPage = 0 /> 
217</#recover> 
218 
219<div id="klabin-aba-dinamica"> 
220    <div class="aba-container"> 
221        <#if entries?has_content> 
222            <ul class="tab-wrapper"> 
223                <#list entries as navEntry> 
224                    <li class="${(navEntry?index == currentPage?number)?string('active', '')}"> 
225                        <a href="${navEntry.getURL()}" class="tab">${navEntry.getName()}</a> 
226                        <div class="${(navEntry?index == currentPage?number)?string('tab-default', 'tab-default')}"></div> 
227                    </li> 
228                </#list> 
229            </ul> 
230        </#if> 
231    </div> 
232    <ul class="dropdown-list"> 
233        <div class="dropdown-list-itens"> 
234          <#if entries?has_content> 
235          <#assign count = 1 /> 
236            <ul class="tab-wrapper"> 
237                <#list entries as navEntry> 
238                    <#assign teste = "${(navEntry?index == currentPage?number)?string('dropdown-list-current', '')}" /> 
239                        <#if teste?? && teste != ""> 
240                         <li class="${(navEntry?index == currentPage?number)?string('dropdown-list-current', '')}">${navEntry.getName()}</li> 
241                        <#else> 
242                            <li class="${(navEntry?index == currentPage?number)?string('dropdown-list-current', '')}"> 
243                                <a href="${navEntry.getURL()}">${navEntry.getName()}</a> 
244                            </li> 
245                        </#if> 
246                     
247                         
248                </#list> 
249            </ul> 
250        </#if> 
251      </div> 
252    </ul> 
253</div> 
254 
255<script> 
256  
257  var handleSelect = function() { 
258  var selectDropdown = document.getElementById("dropdown"); 
259  var newDropdown = document.querySelector('.dropdown-list'); 
260 
261  newDropdown.classList.add('show'); // show new dropdown 
262 
263  newDropdown.addEventListener('click', function(){ 
264    var newDropdownItems = newDropdown.querySelector('.dropdown-list-itens'); 
265    var newDropdownItemArray = newDropdownItems.querySelectorAll('li'); 
266     
267    if(newDropdownItems.classList.contains('show')){ 
268      // newDropdownItems.classList.remove('show'); 
269      newDropdown.style.overflow = "hidden"; 
270
271 
272    else { 
273      // newDropdownItems.classList.add('show'); 
274      newDropdown.style.overflow = "visible"; 
275
276 
277    newDropdownItemArray.forEach(function(item){ 
278      item.addEventListener('click', function(e){ 
279        function changeCurrentText(e){ 
280          var currentDropdownText = document.querySelector(".dropdown-list-current"); 
281          var newDropdownText = e.target.innerText; 
282          currentDropdownText.innerText = newDropdownText; 
283
284 
285        changeCurrentText(e); 
286      }); 
287    }); 
288 
289    function outsideClick(event){ 
290      if(event.target !== newDropdown){ 
291        newDropdownItems.classList.remove('show'); 
292
293 
294      else { 
295        return false; 
296
297
298 
299    window.addEventListener('click', outsideClick); 
300  }); 
301
302 
303handleSelect(); 
304</script> 

The best economic performance in Klabin's history

In a year marked by uncertainties, cost increases, and volatility in global markets, Klabin overcame the challenges and achieved the best operational and financial results in its 123-year history.

Adjusted EBITDA has grown for 12 consecutive years, which proves that our commercial flexibility, operational efficiency, and agility to meet the demands of the domestic and foreign markets, combined with a diversified product portfolio, constitute a privileged business model.

In 2021, the Company experienced high demand for its products, especially in the packaging paper market. In addition to being widely used in essential items, such as cleaning products or toiletries and food items, they are essential in e-commerce. 

Sales volume was 3.8 million tons, representing a 6% increase over 2020, mainly reflecting the incremental volume from International Paper's corrugated board packaging plants and the first paper machine from the Puma II Project, Paper Machine 27, better known as MP27.

Although 2021 was marked by high costs, affected by rising inflation and the upswing in commodities, the company was able to adapt prices and take advantage of the positive influx of the depreciated exchange rate on revenues. Under these conditions, it was possible to not only maintain but also increase the EBITDA margin, which, excluding non-recurring effects, rose from 39% in 2020 to 42% in 2021. 

BRL 16.481 billion

Net revenues (38% higher than 2020)

BRL 6.865 billion

Adjusted EBITDA excluded non-recurring effects (46% higher than 2020)

3.8 million

tons was the sales volume, up 6% compared to 2020

See GRI indicators 102-7, 201-1 and others related to the Economic performance material topic in the ESG Dashboard.

Results by business unit

Forestry

In 2021, Klabin moved approximately 14 million tons of pine and eucalyptus logs and chips, as well as biomass for energy generation, supplying the internal demand for pulp and paper manufacturing, and providing raw material for sawmills and rolling mills. Despite the destination of wood for higher internal consumption in the operations, the sales volume in 2021 was 2.6 million tons, an increase of 73% compared to the previous year, when 1.5 million tons were sold. The net revenue was BRL 275 million. 


More than 27,900 hectares of pine and eucalyptus were planted in the year, on company-owned, leased, co-owned, and partnership lands in municipalities in the areas covered by the Puma and Monte Alegre (PR), Otacilio Costa (SC), and Angatuba (SP) units.

Pulp

The year 2021 began with a strong recovery movement. This resumption occurred across all markets, but with different behaviors throughout the year, allowing for consecutive price increases during the first six months of the year. As far as the operation is concerned, the Pulp Business Unit produced 1.66 million tons, 7% above the previous year's volume, and once again above the unit's nominal capacity.


In the year, the increase in pulp sales volume was 1% compared to the same period in 2020, reaching 1.55 million tons of bleached pulp, with 1.12 million tons of hardwood pulp and 431,000 tons of softwood pulp/fluff. The net revenue of the pulp segment closed 2021 at BRL 5.8 billion, an increase of 49% compared to the previous year. 

Paper

Em 2021, as mudanças já em curso e aceleradas pela pandemia, como a busca de produtos In 2021, the changes already underway and accelerated by the pandemic, such as the search for more sustainable products by customers and consumers, the substitution of plastic packaging for paper packaging, and the greater representation of e-commerce in sales became more evident, reflected in the intense demand for paper and the strong recovery in prices throughout the year. 


One of the highlights of the year was the start-up of the MP27 operation, with a production capacity of 450,000 tons per year. The machine is part of the Company's expansion project, known as Puma II, and initiated the production of Eukaliner®, the world's first kraftliner paper made entirely from eucalyptus fibers. 


In the year, production was 99,000 tons, with a higher concentration in the last quarter. Part of this production was directed for conversion at the Company's packaging units and part was directed for sales to customers in the external market, in accordance with previously established contracts.


A paperboard machine, MP28, will also be installed in the Puma II Project. Its construction had reached 14% completion by the end of 2021. With production capacity of 460,000 tons per year, MP28 is scheduled to come online in the second quarter of 2023, continuing Klabin's expansion. 


In the kraftliner market, demand remained intense and Klabin's sales volume over the course of the year came to 407,000 tons, 6% less than the volume in 2020. The reduction is explained by the higher level of internal conversion of paper into packaging with the incorporation of the International Paper (IP) packaging assets in Brazil. As such, the net revenue was BRL 1.63 billion in 2021, a growth of 36%, reflecting the better price conditions and the depreciation of the Brazilian real against the U.S. dollar.

Packaging

Klabin's strategic positioning in the packaging market, especially linked to essential goods, was reinforced by its increased share of the Brazilian market after the acquisition of IP's assets in Brazil. 


Thus, Klabin's converting plants operated at full capacity for most of 2021 in order to meet the intense market demand. In this context, the corrugated board sales volume reached 948,000 tons, up 31% over 2020 and 5.7% when disregarding the additional volume from IP. 
Net revenue, in turn, was BRL 4.66 billion, a 73% increase over the previous year, with a net increase of BRL 994 million from the new units. 


The industrial bag business continues to operate at full capacity, given the growing scenario of high packaging demand for civil construction and other uses, both in the domestic market and internationally. In the annual comparison, net revenue expanded 17%, mainly due to the sales mix and price transfers intended to offset inflation and cost increases.

Klabin's e-commerce strategy

Attentive to the growth of e-commerce in recent years, Klabin has maintained, since 2019, a platform that structures its service front for this market, driven by changes in consumption behavior caused by the pandemic. 

Through Klabin For You, the Company offers innovative and sustainable solutions in corrugated board and sack kraft packaging to meet a wide variety of needs, from the end consumer to large companies, in addition to small businesses and micro-businesses. For the last two, customized paper-based solutions are also available, with a simplified purchasing process and in low quantities. This sales channel offers packaging for different purposes and accessories for packaging and stationery items or even creative solutions, such as a pet house, all made from Klabin's cardboard and paper.

Klabin saw an increase of more than 100% in sales of packaging for e-commerce during the pandemic. In 2021, there was an 81% growth in the number of accesses to the platform, reaching more than 620,000 people. In the period, the company maintained its focus on diversifying its portfolio on the website to offer more solutions in paper packaging and a more comprehensive customer journey, which resulted in an 80% increase in the number of products available, totaling more than 750 items.

#eureciclo seal

In July 2021, the packages sold on Klabin ForYou began to feature a new sustainability attribute: the "eureciclo" seal, which attests to the engagement in recycling by means of reverse logistics certification of the items, adding even more value to the Company's e-commerce strategy.

In practice, the seal certifies the reverse logistics of post-consumption packaging by means of a platform that tracks the invoices issued by cooperatives and recycling operators that are partners in the initiative. The adoption of the seal also contributes to the National Solid Waste Policy, which has the goal of recycling at least 22% of the packaging sold by the companies. The seal is a guarantee that the brands that carry it allocate resources, in an environmental compensation system, for the development of the recycling chain. 

Sustainable bonds

CFO Task Force: group of chief financial officers from 60 companies that are part of the UN Global Compact movement. The group committed to investing, over the next five years, more than USD 500 billion in the SDGs (Sustainable Development Goals) to promote a collective work of greater integration of these SDGs both within their own organizations and outside of them, seeking to attract new partners to the initiative.

SEE GLOSSARY

Klabin's commitment to sustainable development recently earned the company an invitation to join the United Nations Global Compact's CFO Task Force for the Sustainable Development Goals (SDGs). 

Partner companies in the initiative commit to the four CFO Principles on Integrated SDG Investments and Finance, integrating corporate finance; investments and strategy for the SDGs; in addition to measuring and reporting their impact. 

As part of this sustainable finance strategy, in January 2021, the company issued bonds linked to sustainability goals, called Sustainability Linked Bonds (SLBs). 

The transaction, in the amount of USD 500 million, has a ten-year maturity and the lowest interest rate (3.2% per year) achieved by a Brazilian company with the same credit risk rating as Klabin.   
In addition to issuing the bonds, the Revolving Credit Facility (RCF) was recently contracted, a revolving credit line of USD 500 million, maturing in October 2026 and with costs linked to the sustainability goal. As a result, the Company committed to achieving three ESG targets by 2025:

Find more information on Sustainable Finances on the newly launched ESG Dashboard page.

 Jacutinga, considered extinct in the regions where it was originally found, is a great seed disperser.

Reintroduction of locally extinct endangered species

In the SLB target related to biodiversity, the work being carried out in Klabin's Ecological Park, in Paraná, on reintroducing the guan (Aburria jacutinga) into nature, after reproduction in captivity, stands out. The bird, considered extinct both in the interior of the state and in southern Bahia, Espírito Santo, and Rio de Janeiro, regions of Brazil where it was originally found, is a great disperser of seeds, contributing to forest restoration. After the renovation of the environmental enclosures in the park was completed in 2020 and all permits and licenses were obtained in 2021, the first group of birds, containing ten individuals, was released to the wild in March 2022. In parallel, two individuals born in the park were monitored as part of the breeding program for endangered species. These birds will also be reintroduced after the process of acclimatization and adaptation to the environment.