
<!-- Javascript -->

<script type='text/javascript'>
  let originalPath = window.location.pathname;

  function openVideo(videoUrl, deep_link) {
    const overlay = document.getElementById('videoOverlay');
    const iframe = document.getElementById('videoIframe');
    const autoplayUrl = `${videoUrl}`;
    iframe.src = autoplayUrl;
    iframe.allow = "autoplay"
    overlay.style.display = 'flex';
    document.body.style.overflow = 'hidden';

    video_history_push_pop(deep_link);
    
  }

  function closeVideo() {
    const overlay = document.getElementById('videoOverlay');
    const iframe = document.getElementById('videoIframe');
    iframe.src = '';
    overlay.style.display = 'none';
    document.body.style.overflow = '';
    video_history_push_pop('');
  }

  function getYouTubeEmbedUrl(url) {
    // Our regex pattern to look for a youTube ID
    const regExp = /^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|&v=)([^#&?]*).*/;
    //Match the url with the regex
    const match = url.match(regExp);
    //Return the result
    const videoId = match && match[2].length === 11 ? match[2] : undefined;
    if (videoId) {
      return 'https://www.youtube.com/embed/' + videoId + '?autoplay=1';
    }
    else {
      return undefined
    }
  };
  function getVimeoEmbedUrl(url) {
    // Look for a string with 'vimeo', then whatever, then a
    // forward slash and a group of digits.
    const match = /vimeo.*\/(\d+)/i.exec(url);
    // If the match isn't null (i.e. it matched)
    if (match) {
      // The grouped/matched digits from the regex
      return 'https://player.vimeo.com/video/' + match[1] + '?autoplay=1';
    }
    else {
      return undefined;
    }
  };

  function video_history_push_pop(deep_link) {
    console.log(deep_link);
    if (deep_link != '') {
      const newUrl = "/video/" + deep_link; 
      history.pushState({ video: true }, "", newUrl);
    } else {
      history.pushState({}, "", originalPath);
    }
  }
</script>{"id":10697,"date":"2024-04-22T14:56:33","date_gmt":"2024-04-22T14:56:33","guid":{"rendered":"https:\/\/www.afiniti.com\/?post_type=esg&#038;p=10697"},"modified":"2026-05-24T15:26:30","modified_gmt":"2026-05-24T15:26:30","slug":"esg-initiatives","status":"publish","type":"esg","link":"https:\/\/www.afiniti.com\/environmental-social-and-governance\/esg-initiatives\/","title":{"rendered":"ESG Initiatives\u200b"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"10697\" class=\"elementor elementor-10697\" data-elementor-post-type=\"esg\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4039ed0c e-flex e-con-boxed e-con e-parent\" data-id=\"4039ed0c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-42454608 e-con-full e-flex e-con e-child\" data-id=\"42454608\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-412bb6b9 e-transform e-transform e-transform elementor-hidden-desktop red-dot-top elementor-hidden-widescreen elementor-widget elementor-widget-image\" data-id=\"412bb6b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_skewX_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_widescreen&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_widescreen&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_tablet_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_mobile_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_widescreen&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_tablet_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_mobile_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"82\" height=\"31\" src=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/07\/Red-Dot-horizontal.svg\" class=\"attachment-thumbnail size-thumbnail wp-image-11310\" alt=\"Red Dot horizontal\" title=\"Red Dot horizontal\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b1a0527 e-transform e-transform e-transform elementor-absolute elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile red-dot-left elementor-widget elementor-widget-image\" data-id=\"b1a0527\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_skewX_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_widescreen&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_widescreen&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_tablet_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_mobile_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewX_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_widescreen&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_tablet_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_mobile_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_skewY_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"31\" height=\"82\" src=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/07\/Red-Dot.svg\" class=\"attachment-thumbnail size-thumbnail wp-image-11311\" alt=\"Red Dot\" title=\"Red Dot\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-216ba5b7 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"216ba5b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">ESG Initiatives<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1fb83796 e-flex e-con-boxed e-con e-parent\" data-id=\"1fb83796\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-338650aa e-flex e-con-boxed e-con e-child\" data-id=\"338650aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-328965da elementor-widget elementor-widget-text-editor\" data-id=\"328965da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h4>Our commitment to bettering our world and communities is reflected throughout the initiatives and practices that we champion at Afiniti.<\/h4>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e2338dc e-con-full e-flex e-con e-child\" data-id=\"e2338dc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-777af61c elementor-widget elementor-widget-image\" data-id=\"777af61c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"677\" height=\"449\" src=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/07\/DSC_7814.jpg\" class=\"attachment-large size-large wp-image-11324\" alt=\"ESG Initiatives\" srcset=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/07\/DSC_7814.jpg 677w, https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/07\/DSC_7814-300x199.jpg 300w\" sizes=\"auto, (max-width: 677px) 100vw, 677px\" title=\"ESG Initiatives\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-439ca91 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"439ca91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"307\" height=\"449\" src=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/07\/DSC_7932.jpg\" class=\"attachment-large size-large wp-image-11325\" alt=\"ESG Initiatives\" srcset=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/07\/DSC_7932.jpg 307w, https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/07\/DSC_7932-205x300.jpg 205w\" sizes=\"auto, (max-width: 307px) 100vw, 307px\" title=\"ESG Initiatives\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-414780ba elementor-widget elementor-widget-text-editor\" data-id=\"414780ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h4>Afiniti GoGreen: Championing Sustainability and Fostering Eco-Consciousness<\/h4><p>Afiniti has formally launched the dynamic GoGreen initiative to foster sustainability awareness and integrate eco-friendly practices throughout the organization. The team has implemented several projects and is continuously exploring new initiatives to advance in the realm of sustainability.<\/p><h4><b>Key Green Initiatives<\/b><\/h4><p><strong>Afiniti Forest<br \/><\/strong>In 2023, colleagues in Islamabad took a significant step towards a sustainable future by launching the \u201cAfiniti Forest.\u201d In collaboration with local authorities, they planted 400 trees along Islamabad\u2019s 7th Avenue. These trees will help sequester carbon, improve air quality, and prevent soil erosion. Additionally, they will create a habitat for local wildlife, enhancing urban biodiversity.<\/p><p><strong>Laptop Donation Drives<br \/><\/strong>Afiniti donated numerous outdated laptops to non-profit and charitable organizations. These laptops, although no longer meeting the company\u2019s technological needs, will be effectively utilized by these organizations.<\/p><p><strong>Responsible Vendor Partnerships<br \/><\/strong>Afinti extends its commitment to corporate responsibility to its partnerships. The Vendor Information Form (VIF), required for all new vendors on SAP Ariba, includes a section on Supplier Assessment in areas of Diversity, Sustainability, and Corporate Social Responsibility (CSR). Vendors are encouraged to demonstrate their commitment to:<\/p><ul><li>Fair labor practices and human rights<\/li><li>Environmentally friendly initiatives, including energy efficiency and waste reduction<\/li><li>Sustainable procurement and ethical business conduct<\/li><li>Promoting and safeguarding human rights<\/li><li>Reducing environmental impact<\/li><\/ul><p>This initiative fosters a collaborative ecosystem that shares Afiniti\u2019s values of diversity, sustainability, and corporate social responsibility.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-190046f9 e-con-full sticky-sidebar e-flex e-con e-child\" data-id=\"190046f9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-590b0fff e-flex e-con-boxed e-con e-child\" data-id=\"590b0fff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3611e8f8 e-con-full e-flex e-con e-child\" data-id=\"3611e8f8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af5d65f elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"af5d65f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" viewBox=\"0 0 59.54 87.46\"><path id=\"b\" d=\"M29.62,1.42C13.63,1.42.62,14.66.62,30.93c-.03,8.96,4,17.46,10.97,23.1,1.91,1.48,3.03,3.75,3.07,6.17v.58c-1.62.83-2.63,2.5-2.64,4.32v.36c0,1.97,1.19,3.76,3.01,4.52-.21.52-.33,1.08-.34,1.64v.87c0,2.52,2.03,4.56,4.55,4.56h1.91v1.9c0,3.07,2.49,5.56,5.57,5.57h5.81c3.07,0,5.56-2.49,5.57-5.57v-1.9h1.91c2.52,0,4.55-2.05,4.55-4.56v-.87c-.01-.56-.13-1.12-.34-1.64,1.82-.76,3.01-2.54,3.01-4.51v-.36c0-1.82-1.02-3.48-2.64-4.32v-.58c.03-2.42,1.16-4.69,3.07-6.17,6.96-5.64,11-14.14,10.96-23.1,0-16.27-13.01-29.51-29-29.51M35.32,78.94c0,1.55-1.25,2.8-2.8,2.8h-5.81c-1.55,0-2.8-1.25-2.8-2.8h0v-1.9h11.41v1.9ZM41.79,72.48c0,.99-.79,1.8-1.78,1.8h-3.27s-.02,0-.03,0h-14.18s-.02,0-.03,0h-3.27c-.99,0-1.79-.81-1.78-1.8v-.87c0-.47.18-.92.51-1.26h23.32c.33.34.51.79.51,1.26v.87ZM44.46,65.45c0,1.18-.96,2.13-2.13,2.13h-25.41c-1.18,0-2.13-.95-2.13-2.13v-.36c-.01-1.16.92-2.12,2.08-2.13.02,0,.03,0,.05,0h25.41c1.16-.01,2.12.92,2.13,2.08,0,.02,0,.03,0,.05v.36ZM45.91,51.88c-2.56,2.01-4.07,5.07-4.1,8.32h-10.92v-.04c.06-.13.09-.28.1-.42.22-7.59,2-15.06,5.23-21.93,1.09.42,2.25.63,3.42.62,2.99.04,5.83-1.27,7.74-3.57,5.49-7.02.21-18.38-.02-18.86-.2-.42-.61-.72-1.08-.77-.47-.06-.94.13-1.24.49-.02.02-1.8,2.1-7.93,5.36-2.57,1.36-6.08,3.24-6.07,8.66-.01,2.5,1.01,4.89,2.83,6.6-2,4.04-3.46,8.31-4.36,12.73-.57-2.3-1.47-4.52-2.65-6.58,1.53-2.13,2.05-4.82,1.42-7.37-1.19-5.03-4.78-6.1-7.67-6.95l-.19-.06c-6.66-1.98-9.08-3.45-9.1-3.46-.65-.41-1.5-.21-1.91.43-.09.14-.15.29-.18.45-.11.52-2.62,12.79,4.34,18.35,1.7,1.3,3.79,1.99,5.93,1.96,1.86,0,3.69-.5,5.27-1.48,2.1,3.81,3.21,9.02,3.38,15.82h-10.71c-.03-3.25-1.54-6.31-4.09-8.32-6.31-5.12-9.97-12.82-9.94-20.95C3.39,16.18,15.16,4.19,29.62,4.19s26.23,12,26.23,26.74c.03,8.13-3.62,15.83-9.94,20.95M43.12,26.14c-.54-.54-1.41-.55-1.95-.01,0,0,0,0,0,0-2.3,2.29-4.29,4.88-5.93,7.68-.94-1.15-1.46-2.59-1.44-4.08,0-3.51,1.74-4.69,4.61-6.22,2.53-1.29,4.92-2.81,7.17-4.55,1.14,3.2,2.94,9.95-.37,14.19h0c-1.91,2.16-4.89,3.01-7.65,2.18,1.53-2.65,3.4-5.08,5.56-7.24.54-.54.55-1.41.01-1.95,0,0,0,0,0,0M18.35,34.36c-.44-.28-.87-.57-1.28-.85-.64-.41-1.5-.23-1.91.41-.4.62-.24,1.45.36,1.88.43.29.87.58,1.32.87,2.43,1.42,4.6,3.24,6.41,5.39-2.49,1.45-5.61,1.32-7.97-.34-4.24-3.39-4.01-10.48-3.63-13.82,2.59,1.13,5.25,2.08,7.97,2.85l.19.06c2.76.82,4.95,1.47,5.77,4.94.35,1.43.19,2.93-.44,4.26-1.95-2.23-4.24-4.14-6.79-5.66\" fill=\"#0d2132\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74ed0d02 elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"74ed0d02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><b>Afiniti\u2019s Green Solution<\/b><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c51a4fe elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-widget elementor-widget-heading\" data-id=\"c51a4fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.afiniti.com\/environmental-social-and-governance\/afinitis-green-solution\/\"><b>Afiniti\u2019s Green <\/br>Solution<\/b><\/a><\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3deeb262 custom-cta-links esg-cta elementor-hidden-mobile elementor-widget elementor-widget-cta\" data-id=\"3deeb262\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"cta.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"cta-container\">\r\n      <a class=\"cta-wrapper   theme-dark   is-small-button \"\r\n         href=\"https:\/\/www.afiniti.com\/environmental-social-and-governance\/afinitis-green-solution\/\" >\r\n                  Learn More                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 21 18\" width=\"21\" height=\"18\"\r\n          class=\" cta-svg  \">\r\n          <path\r\n            d=\"m2.64,13.88l2-1.02,3.02-1.54,3.12-1.59,2.78-1.42,3.12-1.59,1.08-.55-1.49,4.67s-.15.41.2.51c.37.1.49-.19.56-.38l.91-2.78.81-2.48s.16-.33-.12-.46c-.22-.11-2.54-.84-2.54-.84,0,0-3.39-1.1-3.51-1.13-.17-.05-.52-.12-.6.18-.03.11-.09.38.37.51s3.6,1.15,3.6,1.15l1.41.44-4.36,2.22L2.46,13.12s-.41.15-.26.52c0,0,.11.3.44.23Z\"\r\n            fill=\" #000000 \"\r\n            stroke-width=\"0\" \/>\r\n        <\/svg>\r\n      <\/a>\r\n    <\/div>\r\n\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6d849803 e-con-full e-flex e-con e-child\" data-id=\"6d849803\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f0f57c1 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"4f0f57c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" viewBox=\"0 0 89.87 70.57\"><g id=\"b\"><path id=\"c\" d=\"m5.39,43.78s-9.29-11.15,4.83-20.71c0,0,1.54-15.08,16.62-13.01,0,0,11.74-17.26,23.74-1.49,0,0,15.19-10.83,24.75,7.81,0,0,13.22,2.6,12.69,16.04,0,0-.32,5.47-6.32,10.78,0,0,10.2,16.36-8.29,18.22,0,0-8.02,14.02-24.7,3.03,0,0-13.65,8.12-22.78-2.07,0,0-11.1,6.9-21.08-2.97.06-.11-7.16-7.33.54-15.62Z\" fill=\"none\" stroke=\"#0d2132\" stroke-linejoin=\"round\" stroke-width=\"3\" class=\"path-stroke\"><\/path><path id=\"d\" d=\"m44.45,47.24l-.25-1.85h-.12c-1.24,1.47-3.08,2.31-5,2.28-2.77.16-5.15-1.97-5.31-4.74,0-.11,0-.22,0-.32,0-4.26,3.77-6.42,10.07-6.42v-.25c0-1.11-.43-2.96-3.46-2.96-1.61,0-3.18.42-4.57,1.24l-.8-2.78c1.88-1.01,3.98-1.52,6.11-1.48,5.43,0,6.98,3.46,6.98,7.16v6.11c-.03,1.36.06,2.73.25,4.08l-3.89-.06Zm-.56-8.28c-3.03-.06-5.93.62-5.93,3.15-.1,1.23.82,2.31,2.05,2.41.12,0,.24,0,.36,0,1.51.04,2.86-.91,3.33-2.35.1-.3.14-.61.12-.93l.06-2.29Z\" fill=\"#0d2132\" stroke-width=\"0\"><\/path><path id=\"e\" d=\"m54.64,25.56c.03,1.24-.95,2.26-2.19,2.29-.07,0-.15,0-.22,0-1.2.09-2.25-.82-2.34-2.02,0-.09,0-.18,0-.26-.01-1.28,1.01-2.33,2.3-2.35.04,0,.08,0,.11,0,1.25-.04,2.3.94,2.35,2.19,0,.05,0,.1,0,.15m-4.57,4.76h4.32v16.92h-4.32v-16.92Z\" fill=\"#0d2132\" stroke-width=\"0\"><\/path><path id=\"f\" d=\"m4,29.34s3.4-8.55,15.03-4.57\" fill=\"none\" stroke=\"#0d2132\" stroke-linejoin=\"round\" stroke-width=\"3\" class=\"path-stroke\"><\/path><path id=\"g\" d=\"m87.86,33.37s-2.02,13.75-19.54,11.52\" fill=\"none\" stroke=\"#0d2132\" stroke-linejoin=\"round\" stroke-width=\"3\" class=\"path-stroke\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60c0fcdf elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"60c0fcdf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><b>Responsible AI<\/b><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6dd75e03 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-widget elementor-widget-heading\" data-id=\"6dd75e03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.afiniti.com\/responsible-ai\/\"><b>Responsible <\/br>AI<\/b><\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b556684 custom-cta-links esg-cta elementor-hidden-mobile elementor-widget elementor-widget-cta\" data-id=\"1b556684\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"cta.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"cta-container\">\r\n      <a class=\"cta-wrapper   theme-dark   is-small-button \"\r\n         href=\"https:\/\/www.afiniti.com\/responsible-ai\/\" >\r\n                  Learn More                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 21 18\" width=\"21\" height=\"18\"\r\n          class=\" cta-svg  \">\r\n          <path\r\n            d=\"m2.64,13.88l2-1.02,3.02-1.54,3.12-1.59,2.78-1.42,3.12-1.59,1.08-.55-1.49,4.67s-.15.41.2.51c.37.1.49-.19.56-.38l.91-2.78.81-2.48s.16-.33-.12-.46c-.22-.11-2.54-.84-2.54-.84,0,0-3.39-1.1-3.51-1.13-.17-.05-.52-.12-.6.18-.03.11-.09.38.37.51s3.6,1.15,3.6,1.15l1.41.44-4.36,2.22L2.46,13.12s-.41.15-.26.52c0,0,.11.3.44.23Z\"\r\n            fill=\" #000000 \"\r\n            stroke-width=\"0\" \/>\r\n        <\/svg>\r\n      <\/a>\r\n    <\/div>\r\n\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1ae351fe e-con-full e-flex e-con e-child\" data-id=\"1ae351fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-277f6000 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"277f6000\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" viewBox=\"0 0 41 41\"><path id=\"b\" d=\"M20.25,40.62c-10.91,0-19.75-8.84-19.75-19.75,0-10.91,8.84-19.75,19.75-19.75,10.91,0,19.75,8.84,19.75,19.75h0c-.01,10.91-8.85,19.74-19.75,19.75M20.25,2.64c-10.07,0-18.23,8.16-18.23,18.23,0,10.07,8.16,18.23,18.23,18.23,10.07,0,18.23-8.16,18.23-18.23-.01-10.06-8.17-18.22-18.23-18.23\" fill=\"#0a2133\"><\/path><path id=\"c\" d=\"M32.39,36.04c-4.8-2.24-7.29-4.68-7.41-7.27-.14-3.06,3.1-4.98,3.24-5.06h.02c2.21-1.02,3.19-3.63,2.18-5.84-.03-.07-.06-.14-.1-.2-1.79-2.36-2.37-4.52-1.71-6.41,1.08-3.12,5.12-4.2,5.29-4.24l.38,1.47-.19-.74.19.74s-3.43.92-4.24,3.27c-.48,1.39.04,3.09,1.53,5.05.03.04.05.07.07.11.03.05,2.63,5.26-2.67,8.11-.16.1-2.58,1.6-2.48,3.68.09,1.94,2.35,4,6.53,5.95l-.64,1.38Z\" fill=\"#0a2133\"><\/path><path id=\"d\" d=\"M13.59,34.66c-.67,0-1.31-.3-1.73-.83-.79-.98-1.44-2.06-1.91-3.23-.75-1.88-1.77-3.63-3.02-5.22-.64-.88-1.41-1.66-2.3-2.29.21,1.52.37,4.54-1.29,5.88l-.95-1.18c1.2-.97.84-4.19.62-5.24-.05-.24.02-.49.19-.67.28-.31.69-.48,1.12-.46.36.01,1.45.05,3.82,3.01,1.34,1.7,2.43,3.59,3.24,5.6.42,1.03.99,1.99,1.69,2.85.17.21.43.3.69.25.26-.04.48-.23.57-.49.89-2.44,2.01-4.79,3.33-7.03.23-.4.13-.9-.23-1.18-2.9-2.27-4.52-.96-4.59-.9-.05.04-.1.07-.15.1-.85.51-1.89.59-2.82.23-1.8-.74-2.75-3.12-3.3-4.85-.68-2.12-.07-3.88,1.64-4.68,3.39-1.61,8.97-1.09,10.51-.91.09-.15.14-.32.12-.5-.07-2.05-4.55-6.03-7.36-8.06l.89-1.23c.8.58,7.87,5.78,7.99,9.24.04.75-.28,1.47-.86,1.94-.17.14-.38.2-.59.17-.07,0-6.58-.92-10.04.73-1.01.48-1.29,1.44-.84,2.85.71,2.22,1.53,3.54,2.43,3.91.49.18,1.03.12,1.48-.14.5-.38,2.87-1.88,6.44.92.95.75,1.21,2.09.6,3.14-1.27,2.15-2.35,4.41-3.21,6.75-.27.78-.93,1.35-1.74,1.49-.14.02-.27.04-.41.04\" fill=\"#0a2133\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72e27224 elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"72e27224\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><b>ESG Statement<\/b><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c3bcfc9 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-widget elementor-widget-heading\" data-id=\"c3bcfc9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.afiniti.com\/environmental-social-and-governance\/\"><b>ESG <\/br>Statement<\/b><\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-319d8598 custom-cta-links esg-cta elementor-hidden-mobile elementor-widget elementor-widget-cta\" data-id=\"319d8598\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"cta.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"cta-container\">\r\n      <a class=\"cta-wrapper   theme-dark   is-small-button \"\r\n         href=\"https:\/\/www.afiniti.com\/environmental-social-and-governance\/\" >\r\n                  Learn More                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 21 18\" width=\"21\" height=\"18\"\r\n          class=\" cta-svg  \">\r\n          <path\r\n            d=\"m2.64,13.88l2-1.02,3.02-1.54,3.12-1.59,2.78-1.42,3.12-1.59,1.08-.55-1.49,4.67s-.15.41.2.51c.37.1.49-.19.56-.38l.91-2.78.81-2.48s.16-.33-.12-.46c-.22-.11-2.54-.84-2.54-.84,0,0-3.39-1.1-3.51-1.13-.17-.05-.52-.12-.6.18-.03.11-.09.38.37.51s3.6,1.15,3.6,1.15l1.41.44-4.36,2.22L2.46,13.12s-.41.15-.26.52c0,0,.11.3.44.23Z\"\r\n            fill=\" #000000 \"\r\n            stroke-width=\"0\" \/>\r\n        <\/svg>\r\n      <\/a>\r\n    <\/div>\r\n\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"author":4,"featured_media":12194,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-10697","esg","type-esg","status-publish","format-standard","has-post-thumbnail","hentry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"ESG Initiatives Our commitment to bettering our world and communities is reflected throughout the initiatives and practices that we champion at Afiniti. Afiniti GoGreen: Championing Sustainability and Fostering Eco-ConsciousnessAfiniti has formally launched the dynamic GoGreen initiative to foster sustainability awareness and integrate eco-friendly practices throughout the organization. The team has implemented several projects and is\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"shaban.ahmad@afiniti.com\"\/>\n\t<meta name=\"google-site-verification\" content=\"fvA4_y8pyDh74kjtjStWC6eZTjZGlYp811mfuXRJfEc\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.afiniti.com\/environmental-social-and-governance\/esg-initiatives\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Afiniti\" \/>\n\t\t<meta property=\"og:type\" content=\"website\" \/>\n\t\t<meta property=\"og:title\" content=\"ESG Initiatives\u200b - Afiniti\" \/>\n\t\t<meta property=\"og:description\" content=\"ESG Initiatives Our commitment to bettering our world and communities is reflected throughout the initiatives and practices that we champion at Afiniti. Afiniti GoGreen: Championing Sustainability and Fostering Eco-ConsciousnessAfiniti has formally launched the dynamic GoGreen initiative to foster sustainability awareness and integrate eco-friendly practices throughout the organization. The team has implemented several projects and is\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.afiniti.com\/environmental-social-and-governance\/esg-initiatives\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/10\/Afiniti-black-Social.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/10\/Afiniti-black-Social.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"ESG Initiatives\u200b - Afiniti\" \/>\n\t\t<meta name=\"twitter:description\" content=\"ESG Initiatives Our commitment to bettering our world and communities is reflected throughout the initiatives and practices that we champion at Afiniti. Afiniti GoGreen: Championing Sustainability and Fostering Eco-ConsciousnessAfiniti has formally launched the dynamic GoGreen initiative to foster sustainability awareness and integrate eco-friendly practices throughout the organization. The team has implemented several projects and is\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/10\/Afiniti-black-Social.jpg\" \/>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>ESG Initiatives\u200b - Afiniti<\/title>\n\n","aioseo_head_json":{"title":"ESG Initiatives\u200b - Afiniti","description":"ESG Initiatives Our commitment to bettering our world and communities is reflected throughout the initiatives and practices that we champion at Afiniti. Afiniti GoGreen: Championing Sustainability and Fostering Eco-ConsciousnessAfiniti has formally launched the dynamic GoGreen initiative to foster sustainability awareness and integrate eco-friendly practices throughout the organization. The team has implemented several projects and is","canonical_url":"https:\/\/www.afiniti.com\/environmental-social-and-governance\/esg-initiatives\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"fvA4_y8pyDh74kjtjStWC6eZTjZGlYp811mfuXRJfEc","miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"Afiniti","og:type":"website","og:title":"ESG Initiatives\u200b - Afiniti","og:description":"ESG Initiatives Our commitment to bettering our world and communities is reflected throughout the initiatives and practices that we champion at Afiniti. Afiniti GoGreen: Championing Sustainability and Fostering Eco-ConsciousnessAfiniti has formally launched the dynamic GoGreen initiative to foster sustainability awareness and integrate eco-friendly practices throughout the organization. The team has implemented several projects and is","og:url":"https:\/\/www.afiniti.com\/environmental-social-and-governance\/esg-initiatives\/","og:image":"https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/10\/Afiniti-black-Social.jpg","og:image:secure_url":"https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/10\/Afiniti-black-Social.jpg","og:image:width":1200,"og:image:height":630,"twitter:card":"summary","twitter:title":"ESG Initiatives\u200b - Afiniti","twitter:description":"ESG Initiatives Our commitment to bettering our world and communities is reflected throughout the initiatives and practices that we champion at Afiniti. Afiniti GoGreen: Championing Sustainability and Fostering Eco-ConsciousnessAfiniti has formally launched the dynamic GoGreen initiative to foster sustainability awareness and integrate eco-friendly practices throughout the organization. The team has implemented several projects and is","twitter:image":"https:\/\/www.afiniti.com\/wp-content\/uploads\/2024\/10\/Afiniti-black-Social.jpg"},"aioseo_meta_data":{"post_id":"10697","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-05-24 15:27:13","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":"{\"title\":{\"suggestions\":[],\"usage\":0},\"description\":{\"suggestions\":[],\"usage\":0}}","ai":null,"created":"2024-04-22 14:57:39","updated":"2026-05-24 15:27:13"},"_links":{"self":[{"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/esg\/10697","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/esg"}],"about":[{"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/types\/esg"}],"author":[{"embeddable":true,"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/users\/4"}],"version-history":[{"count":31,"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/esg\/10697\/revisions"}],"predecessor-version":[{"id":22565,"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/esg\/10697\/revisions\/22565"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/media\/12194"}],"wp:attachment":[{"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/media?parent=10697"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}