<div class="row">
	<div class="col-12">
		<div class="table-responsive tabla-polioles tabla-sustentabilidad">				
			<table class="table table-bordered table-striped">
				<thead>
					<tr>			  		
						<th scope="col" style="width:5%;"></th>
						<th scope="col" style="width:95%;">Dimension</th>						
					</tr>
				</thead>
				<tbody>
					<tr>
						<td class="encabezado-ambiental">ENVIRONMENTAL</td>						
						<td>
							<p class="bold"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-huella.png"> Carbon Footprint </p><p class="bold"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-manejo.png"> Water Management</p><p class="bold"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-contaminacion.png"> Pollution</p><p class="bold"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-circularidad.png"> Circularity</p>															
						</td>						
					</tr>	
					<tr>
						<td class="encabezado-social">							
							SOCIAL					
						</td>
						<td>
							<p class="bold"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-seguridad.png"> Safety</p><p class="bold"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-innovacion.png"> Innovation </p><p class="bold"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-compromiso.png"> Community Engagement</p><p class="bold"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-diversidad.png"> Diversity, Equity and Inclusion</p>							
						</td>						
					</tr>
					<tr>
						<td class="encabezado-gobernanza">GOVERNANCE</td>						
						<td>
							<p class="bold"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-relaciones.png"> Relationship with Customers and Suppliers</p><p class="bold"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-ciberseguridad.png"> Cybersecurity</p><p class="bold"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-gestion.png"> Active ESG Risk Management</p><p class="bold"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-gobernanza.png"> Sustainable Corporate Governance</p>								
						</td>						
					</tr>										
				</tbody>
			</table>
		</div>
	</div>
</div><style>
.tabla-polioles.tabla-sustentabilidad-ambiental thead th
{
	background: #11bbe0;
	color: #fff;
}
.tabla-sustentabilidad-ambiental .info-ambiental
{
	display: none;		
}
.tabla-sustentabilidad-ambiental .info-ambiental.active
{
	display: table-row;		
}
.tabla-sustentabilidad-ambiental .btn-ambiental
{
	cursor: pointer;	
}
.tabla-sustentabilidad-ambiental .btn-ambiental.active i
{
	transform: rotate(180deg);
}
.tabla-sustentabilidad-ambiental .td-pro
{
	font-weight: bold;
}
</style>
<div class="row">
	<div class="col-12">
		<div class="table-responsive tabla-polioles tabla-sustentabilidad-ambiental">				
			<table class="table table-bordered table-striped">
				<thead>
					<tr>			  		
						<th scope="col" style="width:95%;">ENVIRONMENTAL</th>												
						<th scope="col" style="width:5%;"></th>
					</tr>
				</thead>
				<tbody>
					<tr><td class="td-pro"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-huella.png"> Carbon Footprint </td><td class="text-center btn-ambiental" identity="1"><i class="fas fa-chevron-down"></i></td></tr><tr class="info-ambiental n1"><td colspan="3"><ul>
<li><span style="font-weight: 400;">Minimize our carbon footprint by reducing our </span><span style="font-weight: 400;">Scope 1 &amp; Scope 2 GHG emissions by 28% Vs 2019</span></li>
</ul>
</td></tr><tr><td class="td-pro"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-manejo.png"> Water Management</td><td class="text-center btn-ambiental" identity="2"><i class="fas fa-chevron-down"></i></td></tr><tr class="info-ambiental n2"><td colspan="3"><ul>
<li><span style="font-weight: 400;">Optimize the water consumption of our processes and improve</span> <span style="font-weight: 400;">the closed-loop integration</span> <span style="font-weight: 400;">of our water network to reduce </span><span style="font-weight: 400;">our water intake by 30% Vs 2019</span></li>
</ul>
</td></tr><tr><td class="td-pro"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-contaminacion.png"> Pollution</td><td class="text-center btn-ambiental" identity="3"><i class="fas fa-chevron-down"></i></td></tr><tr class="info-ambiental n3"><td colspan="3"><ul>
<li><span style="font-weight: 400;">Continue enforcing and looking to exceed all regulatory requirements on pollution and waste management, working every day to guarantee the zero loss of containment </span><span style="font-weight: 400;">of our materials and products,</span><span style="font-weight: 400;"> while looking constantly for new ways to optimize the responsible and sustainable use of our resources</span></li>
</ul>
</td></tr><tr><td class="td-pro"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-circularidad.png"> Circularity</td><td class="text-center btn-ambiental" identity="4"><i class="fas fa-chevron-down"></i></td></tr><tr class="info-ambiental n4"><td colspan="3"><ul>
<li><span style="font-weight: 400;">Develop and incorporate more sustainable materials (e.g. bio-based) into our integrated value proposition</span></li>
</ul>
</td></tr>						
				</tbody>
			</table>
		</div>
	</div>
</div>
<script>
$( document ).ready(function() 
{	
	$('.btn-ambiental').click(function()
	{
		$(this).toggleClass('active');
		var id = $(this).attr('identity');
		console.log(id);
		$('.info-ambiental.n'+id).toggleClass('active');
	});
});
</script><style>
.tabla-polioles.tabla-sustentabilidad-social thead th
{
	background: #790ac7;
	color: #fff;
}
.tabla-sustentabilidad-social .info-social
{
	display: none;		
}
.tabla-sustentabilidad-social .info-social.active
{
	display: table-row;		
}
.tabla-sustentabilidad-social .btn-social
{
	cursor: pointer;	
}
.tabla-sustentabilidad-social .btn-social.active i
{
	transform: rotate(180deg);
}
.tabla-sustentabilidad-social .td-pro
{
	font-weight: bold;
}
</style>
<div class="row">
	<div class="col-12">
		<div class="table-responsive tabla-polioles tabla-sustentabilidad-social">				
			<table class="table table-bordered table-striped">
				<thead>
					<tr>			  		
						<th scope="col" style="width:95%;">SOCIAL</th>						
						<th scope="col" style="width:5%;"></th>
					</tr>
				</thead>
				<tbody>
					<tr><td class="td-pro"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-seguridad.png"> Safety</td><td class="text-center btn-social" identity="1"><i class="fas fa-chevron-down"></i></td></tr><tr class="info-social n1"><td colspan="3"><ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Guarantee the safety and no risk exposure of our employees, contractors, and stakeholders every single day, through the highest safety standards and a safety-oriented culture</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Polioles is committed to reach a Total Recordable Incident Rate (TRIR) in the top decile of the chemical industry</span></li>
</ul>
</td></tr><tr><td class="td-pro"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-innovacion.png"> Innovation </td><td class="text-center btn-social" identity="2"><i class="fas fa-chevron-down"></i></td></tr><tr class="info-social n2"><td colspan="3"><ul>
<li><span style="font-weight: 400;">Focus our innovation efforts on improving our products, process, and environmental footprint to create added value solution for our customers</span></li>
</ul>
</td></tr><tr><td class="td-pro"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-compromiso.png"> Community Engagement</td><td class="text-center btn-social" identity="3"><i class="fas fa-chevron-down"></i></td></tr><tr class="info-social n3"><td colspan="3"><ul>
<li><span style="font-weight: 400;">Contribute in the development of our communities through active collaboration with Industry, </span><span style="font-weight: 400;">Government and Nonprofit Organization,</span><span style="font-weight: 400;"> while also promoting education programs across our community. As a chemical company, we strongly believe that education is the pathway for a better and more sustainable future</span></li>
</ul>
</td></tr><tr><td class="td-pro"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-diversidad.png"> Diversity, Equity and Inclusion</td><td class="text-center btn-social" identity="4"><i class="fas fa-chevron-down"></i></td></tr><tr class="info-social n4"><td colspan="3"><ul>
<li><span style="font-weight: 400;">Be an inclusive and empathic organization in where our employees are engaged and where they can thrive and perform at their best</span></li>
</ul>
</td></tr>						
				</tbody>
			</table>
		</div>
	</div>
</div>
<script>
$( document ).ready(function() 
{	
	$('.btn-social').click(function()
	{
		$(this).toggleClass('active');
		var id = $(this).attr('identity');
		console.log(id);
		$('.info-social.n'+id).toggleClass('active');
	});
});
</script><style>
.tabla-polioles.tabla-sustentabilidad-gobernanza thead th
{
	background: #ff8400;
	color: #fff;
}
.tabla-sustentabilidad-gobernanza .info-gobernanza
{
	display: none;		
}
.tabla-sustentabilidad-gobernanza .info-gobernanza.active
{
	display: table-row;		
}
.tabla-sustentabilidad-gobernanza .btn-gobernanza
{
	cursor: pointer;	
}
.tabla-sustentabilidad-gobernanza .btn-gobernanza.active i
{
	transform: rotate(180deg);
}
.tabla-sustentabilidad-gobernanza .td-pro
{
	font-weight: bold;
}
</style>
<div class="row">
	<div class="col-12">
		<div class="table-responsive tabla-polioles tabla-sustentabilidad-gobernanza">				
			<table class="table table-bordered table-striped">
				<thead>
					<tr>		
						<th scope="col" style="width:95%;">GOVERNANCE</th>										
						<th scope="col" style="width:5%;"></th>
					</tr>
				</thead>
				<tbody>
					<tr><td class="td-pro"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-relaciones.png"> Relationship with Customers and Suppliers</td><td class="text-center btn-gobernanza" identity="1"><i class="fas fa-chevron-down"></i></td></tr><tr class="info-gobernanza n1"><td colspan="3"><ul>
<li><span style="font-weight: 400;">Work with our customers and suppliers in a constant effort to actively identify ESG-related risks and opportunities, </span><span style="font-weight: 400;">as well</span> <span style="font-weight: 400;">as</span><span style="font-weight: 400;"> key actions needed to make our entire value chain more sustainable</span></li>
</ul>
</td></tr><tr><td class="td-pro"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-ciberseguridad.png"> Cybersecurity</td><td class="text-center btn-gobernanza" identity="2"><i class="fas fa-chevron-down"></i></td></tr><tr class="info-gobernanza n2"><td colspan="3"><ul>
<li><span style="font-weight: 400;">Continue strongly securing our information and guaranteeing the continuity of our business by periodically reviewing and improving our </span><span style="font-weight: 400;">cybersecurity systems,</span><span style="font-weight: 400;"> employee training, and incident response capabilities</span></li>
</ul>
</td></tr><tr><td class="td-pro"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-gestion.png"> Active ESG Risk Management</td><td class="text-center btn-gobernanza" identity="3"><i class="fas fa-chevron-down"></i></td></tr><tr class="info-gobernanza n3"><td colspan="3"><ul>
<li><span style="font-weight: 400;">Being an organization in which ESG related matters are part of our daily goals and long-term strategic initiatives</span></li>
</ul>
</td></tr><tr><td class="td-pro"><img src="https://www.polioles.com.mx/wp-content/uploads/2022/10/ico-gobernanza.png"> Sustainable Corporate Governance</td><td class="text-center btn-gobernanza" identity="4"><i class="fas fa-chevron-down"></i></td></tr><tr class="info-gobernanza n4"><td colspan="3"><ul>
<li><span style="font-weight: 400;">Increase the frequency of ESG topics discussions and KPIs review with our Supervisory Board, to improve our ESG strategic initiatives effectiveness</span></li>
</ul>
</td></tr>						
				</tbody>
			</table>
		</div>
	</div>
</div>
<script>
$( document ).ready(function() 
{	
	$('.btn-gobernanza').click(function()
	{
		$(this).toggleClass('active');
		var id = $(this).attr('identity');
		console.log(id);
		$('.info-gobernanza.n'+id).toggleClass('active');
	});
});
</script>{"id":1229,"date":"2022-08-09T13:43:19","date_gmt":"2022-08-09T18:43:19","guid":{"rendered":"https:\/\/www.polioles.com.mx\/sustainability\/"},"modified":"2022-12-07T15:10:48","modified_gmt":"2022-12-07T21:10:48","slug":"sustainability","status":"publish","type":"page","link":"https:\/\/www.polioles.com.mx\/en\/sustainability\/","title":{"rendered":"Sustainability"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row&#8221; el_class=&#8221;bg-sustentabilidad&#8221; css=&#8221;.vc_custom_1666025126458{background-image: url(https:\/\/www.polioles.com.mx\/wp-content\/uploads\/2022\/10\/bg-sustentabilidad.png?id=832) !important;}&#8221;][vc_column css=&#8221;.vc_custom_1666025167545{padding-top: 0px !important;}&#8221;][vc_custom_heading text=&#8221;Sustainability&#8221; font_container=&#8221;tag:h1|text_align:left|color:%23ffffff&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;bold&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; el_class=&#8221;slider-sustentabilidad&#8221; css=&#8221;.vc_custom_1666027984571{padding-bottom: 70px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1666025752057{padding-top: 0px !important;}&#8221;]\n\t\t\t<!-- START Sustentabilidad EN REVOLUTION SLIDER 6.6.20 --><p class=\"rs-p-wp-fix\"><\/p>\n\t\t\t<rs-module-wrap id=\"rev_slider_6_1_wrapper\" data-source=\"gallery\" style=\"visibility:hidden;background:transparent;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n\t\t\t\t<rs-module id=\"rev_slider_6_1\" style=\"\" data-version=\"6.6.20\">\n\t\t\t\t\t<rs-slides style=\"overflow: hidden; position: absolute;\">\n\t\t\t\t\t\t<rs-slide style=\"position: absolute;\" data-key=\"rs-17\" data-title=\"Slide\" data-anim=\"adpr:false;\" data-in=\"o:0;\" data-out=\"a:false;\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"\/\/www.polioles.com.mx\/wp-content\/plugins\/revslider\/public\/assets\/assets\/dummy.png\" alt=\"\" title=\"bg-banner-sustentabilidad\" width=\"1578\" height=\"770\" class=\"rev-slidebg tp-rs-img rs-lazyload\" data-lazyload=\"\/\/www.polioles.com.mx\/wp-content\/uploads\/2022\/10\/bg-banner-sustentabilidad-1.png\" data-no-retina>\n<!--\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-6-slide-17-layer-0\" \n\t\t\t\t\t\t\t\tdata-type=\"image\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:l,l,c,c;xo:150px,112px,0,0;y:m;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,15,8,4;l:0,18,9,6;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:471px,500px,500px,400px;h:287px,305px,305px,263px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:5;\"\n\t\t\t\t\t\t\t><img decoding=\"async\" src=\"\/\/www.polioles.com.mx\/wp-content\/plugins\/revslider\/public\/assets\/assets\/dummy.png\" alt=\"\" class=\"tp-rs-img rs-lazyload\" width=\"471\" height=\"287\" data-lazyload=\"\/\/www.polioles.com.mx\/wp-content\/uploads\/2022\/12\/titulo_ESG_banner.png\" data-no-retina> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n-->\t\t\t\t\t\t<\/rs-slide>\n\t\t\t\t\t<\/rs-slides>\n\t\t\t\t<\/rs-module>\n\t\t\t\t<script>\n\t\t\t\t\tsetREVStartSize({c: 'rev_slider_6_1',rl:[1240,1024,778,480],el:[800,800,500,400],gw:[1920,1440,778,480],gh:[800,800,500,400],type:'standard',justify:'',layout:'fullwidth',mh:\"0\"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules[\"revslider61\"]!==undefined) {window.RS_MODULES.modules[\"revslider61\"].once = false;window.revapi6 = undefined;if (window.RS_MODULES.checkMinimal!==undefined) window.RS_MODULES.checkMinimal()}\n\t\t\t\t<\/script>\n\t\t\t<\/rs-module-wrap>\n\t\t\t<!-- END REVOLUTION SLIDER -->\n[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221;][vc_column width=&#8221;1\/6&#8243;][\/vc_column][vc_column width=&#8221;2\/3&#8243;][vc_custom_heading text=&#8221;We look constantly solutions for the multiple challenges that we face as community&#8221; font_container=&#8221;tag:h1|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;bold&#8221;][\/vc_column][vc_column width=&#8221;1\/6&#8243;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">to achieve a <strong>sustainable world and improve people&#8217;s quality of life<\/strong> through the solutions offered by our products and by <strong>acting responsibly<\/strong> in every action we take.<\/span><\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243;][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221;][vc_column width=&#8221;5\/12&#8243;][vc_custom_heading text=&#8221;We live our ESG culture by:&#8221; font_container=&#8221;tag:h1|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;bold&#8221;][vc_column_text el_class=&#8221;bullets-rojos&#8221;]<\/p>\n<ul>\n<li>Operating safely, sustainably, and responsibly<\/li>\n<li>Working continuously to protect our employees, contractors, communities, and environment<\/li>\n<li>Being a strategic and trusted partner for our customers and suppliers, looking together to continue improving the sustainability of our value chain<\/li>\n<li>Develop actively and inclusively our people to keep innovating<\/li>\n<\/ul>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;7\/12&#8243;][vc_single_image image=&#8221;845&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1666032952501{padding-top: 70px !important;background-color: #f6f6f6 !important;}&#8221;][vc_column width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1666032939686{padding-top: 0px !important;}&#8221;][\/vc_column][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1666032942868{padding-top: 0px !important;}&#8221;][vc_custom_heading text=&#8221;Working together with our shareholders Alpek and BASF&#8221; font_container=&#8221;tag:h1|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;bold&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">We align our efforts to contribute to global sustainability initiatives, such as:<\/span><\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1666032946060{padding-top: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1666034300126{padding-top: 15px !important;background-color: #f6f6f6 !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1666032939686{padding-top: 0px !important;}&#8221;][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; el_class=&#8221;accionistas&#8221;][vc_column_inner el_class=&#8221;img-accionistas&#8221; width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;853&#8243; img_size=&#8221;full&#8221; css=&#8221;.vc_custom_1666033833336{margin-bottom: 0px !important;}&#8221;][\/vc_column_inner][vc_column_inner el_class=&#8221;txt-accionistas&#8221; width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Sustainable Development Goals (ONU)&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;bold&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1666033699759{padding-top: 0px !important;}&#8221;][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; el_class=&#8221;accionistas&#8221;][vc_column_inner el_class=&#8221;img-accionistas&#8221; width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;862&#8243; img_size=&#8221;full&#8221; css=&#8221;.vc_custom_1666034989552{margin-bottom: 0px !important;}&#8221;][\/vc_column_inner][vc_column_inner el_class=&#8221;txt-accionistas&#8221; width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;United Nations Global Compact&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;bold&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1666035571367{background-color: #f6f6f6 !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1666032939686{padding-top: 0px !important;}&#8221;][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; el_class=&#8221;accionistas&#8221;][vc_column_inner el_class=&#8221;img-accionistas&#8221; width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;864&#8243; img_size=&#8221;full&#8221; css=&#8221;.vc_custom_1666034999080{margin-bottom: 0px !important;}&#8221;][\/vc_column_inner][vc_column_inner el_class=&#8221;txt-accionistas&#8221; width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;The Paris Agreement&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;bold&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1666033699759{padding-top: 0px !important;}&#8221;][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; el_class=&#8221;accionistas&#8221;][vc_column_inner el_class=&#8221;img-accionistas&#8221; width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;866&#8243; img_size=&#8221;full&#8221; css=&#8221;.vc_custom_1666035005015{margin-bottom: 0px !important;}&#8221;][\/vc_column_inner][vc_column_inner el_class=&#8221;txt-accionistas&#8221; width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Responsabilidad Integral\u00ae&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;bold&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1666035735359{background-color: #f6f6f6 !important;}&#8221;][vc_column width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1666032939686{padding-top: 0px !important;}&#8221;][\/vc_column][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1666032942868{padding-top: 0px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><b>Learn more about<\/b><span style=\"font-weight: 400;\"> ALPEK and BASF&#8217;s ASG strategy:<\/span><\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1666032946060{padding-top: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1666036021049{padding-bottom: 70px !important;background-color: #f6f6f6 !important;}&#8221;][vc_column width=&#8221;4\/12&#8243; css=&#8221;.vc_custom_1666035849713{padding-top: 0px !important;}&#8221;][\/vc_column][vc_column width=&#8221;2\/12&#8243; css=&#8221;.vc_custom_1666035855704{padding-top: 0px !important;}&#8221;][vc_single_image image=&#8221;872&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; link=&#8221;https:\/\/www.alpek.com\/esg\/targets\/&#8221;][\/vc_column][vc_column width=&#8221;2\/12&#8243; css=&#8221;.vc_custom_1666035858824{padding-top: 0px !important;}&#8221;][vc_single_image image=&#8221;874&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; link=&#8221;https:\/\/www.basf.com\/global\/en\/investors\/sustainable-investments.html&#8221;][\/vc_column][vc_column width=&#8221;4\/12&#8243; css=&#8221;.vc_custom_1666035862015{padding-top: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1666040890779{padding-top: 50px !important;background-color: #c1ea1c !important;}&#8221; el_class=&#8221;contenedor-asg&#8221;][vc_column width=&#8221;7\/12&#8243; css=&#8221;.vc_custom_1666040303562{padding-top: 0px !important;}&#8221;][vc_single_image image=&#8221;884&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1666040802005{margin-bottom: 0px !important;}&#8221; el_class=&#8221;img-asg&#8221;][\/vc_column][vc_column width=&#8221;5\/12&#8243; css=&#8221;.vc_custom_1666040307226{padding-top: 0px !important;}&#8221;][vc_column_text]<\/p>\n<h1>At Polioles, <strong>our ESG strategy and goals<\/strong> consider 12 key pillars<\/h1>\n<p><span style=\"font-weight: 400;\">with multiple initiatives that seek to maximize sustainably our value proposition for our stakeholders, such as employees, enviornment, community, customers, suppliers and shareholders<\/span>[\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1666040685721{padding-top: 100px !important;}&#8221;][vc_column width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1666040594459{padding-top: 0px !important;}&#8221;][\/vc_column][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1666040597939{padding-top: 0px !important;}&#8221;][vc_custom_heading text=&#8221;We periodically review our Dynamic Materiality Matrix&#8221; font_container=&#8221;tag:h1|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;bold&#8221;][\/vc_column][vc_column width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1666040603146{padding-top: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221;][vc_column width=&#8221;1\/4&#8243; css=&#8221;.vc_custom_1666040594459{padding-top: 0px !important;}&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1666040597939{padding-top: 0px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">as well as our ESG key pillars\u2019 strategy and goals, to ensure the efficient use of our resources and maximize the reach of our multiple initiatives<\/span><\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243; css=&#8221;.vc_custom_1666040603146{padding-top: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1666120233117{padding-bottom: 70px !important;}&#8221;][vc_column width=&#8221;5\/12&#8243; css=&#8221;.vc_custom_1666116010050{padding-top: 0px !important;}&#8221;][vc_column_text][\/vc_column_text][\/vc_column][vc_column width=&#8221;7\/12&#8243; css=&#8221;.vc_custom_1666116013472{padding-top: 0px !important;}&#8221;][vc_single_image image=&#8221;1578&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1666122603671{padding-top: 70px !important;padding-bottom: 100px !important;background-image: url(https:\/\/www.polioles.com.mx\/wp-content\/uploads\/2022\/10\/bg-asg.png?id=938) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column css=&#8221;.vc_custom_1666122593143{padding-top: 0px !important;}&#8221;][vc_custom_heading text=&#8221;ESG Goals 2030&#8243; font_container=&#8221;tag:h1|text_align:center|color:%23ffffff&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;bold&#8221; css=&#8221;.vc_custom_1670444032653{margin-bottom: 35px !important;}&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1666123109821{padding-top: 0px !important;}&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1666123113868{padding-top: 0px !important;}&#8221;][vc_column_text][\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1666123117380{padding-top: 0px !important;}&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1666123109821{padding-top: 0px !important;}&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1666123113868{padding-top: 0px !important;}&#8221;][vc_column_text][\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1666123117380{padding-top: 0px !important;}&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1666123109821{padding-top: 0px !important;}&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1666123113868{padding-top: 0px !important;}&#8221;][vc_column_text][\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1666123117380{padding-top: 0px !important;}&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; el_class=&#8221;bg-sustentabilidad&#8221; css=&#8221;.vc_custom_1666025126458{background-image: url(https:\/\/www.polioles.com.mx\/wp-content\/uploads\/2022\/10\/bg-sustentabilidad.png?id=832) !important;}&#8221;][vc_column css=&#8221;.vc_custom_1666025167545{padding-top: 0px !important;}&#8221;][vc_custom_heading text=&#8221;Sustainability&#8221; font_container=&#8221;tag:h1|text_align:left|color:%23ffffff&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;bold&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; el_class=&#8221;slider-sustentabilidad&#8221; css=&#8221;.vc_custom_1666027984571{padding-bottom: 70px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1666025752057{padding-top: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221;][vc_column width=&#8221;1\/6&#8243;][\/vc_column][vc_column width=&#8221;2\/3&#8243;][vc_custom_heading text=&#8221;We look constantly solutions for the multiple challenges that we face as community&#8221; font_container=&#8221;tag:h1|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;bold&#8221;][\/vc_column][vc_column width=&#8221;1\/6&#8243;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text] to achieve a sustainable world and improve people&#8217;s quality of life through <a href=\"https:\/\/www.polioles.com.mx\/en\/sustainability\/\" class=\"more-link\">&#8230;<span class=\"screen-reader-text\">  Sustainability<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1229","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.polioles.com.mx\/en\/wp-json\/wp\/v2\/pages\/1229","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.polioles.com.mx\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.polioles.com.mx\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.polioles.com.mx\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.polioles.com.mx\/en\/wp-json\/wp\/v2\/comments?post=1229"}],"version-history":[{"count":21,"href":"https:\/\/www.polioles.com.mx\/en\/wp-json\/wp\/v2\/pages\/1229\/revisions"}],"predecessor-version":[{"id":1603,"href":"https:\/\/www.polioles.com.mx\/en\/wp-json\/wp\/v2\/pages\/1229\/revisions\/1603"}],"wp:attachment":[{"href":"https:\/\/www.polioles.com.mx\/en\/wp-json\/wp\/v2\/media?parent=1229"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}