
<!-- 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":11319,"date":"2024-07-26T12:01:42","date_gmt":"2024-07-26T12:01:42","guid":{"rendered":"https:\/\/www.afiniti.com\/?post_type=esg&#038;p=11319"},"modified":"2025-12-29T17:58:49","modified_gmt":"2025-12-29T17:58:49","slug":"afinitis-green-solution","status":"publish","type":"esg","link":"https:\/\/staging.afiniti.com\/environmental-social-and-governance\/afinitis-green-solution\/","title":{"rendered":"Afiniti\u2019s Green Solution"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"11319\" class=\"elementor elementor-11319\" data-elementor-post-type=\"esg\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d12922d e-flex e-con-boxed e-con e-parent\" data-id=\"6d12922d\" 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-de55ca8 e-con-full e-flex e-con e-child\" data-id=\"de55ca8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32878c56 e-transform e-transform e-transform elementor-hidden-desktop red-dot-top elementor-hidden-widescreen elementor-widget elementor-widget-image\" data-id=\"32878c56\" 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<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"82\" height=\"31\" src=\"https:\/\/staging.afiniti.com\/wp-content\/uploads\/2024\/07\/Red-Dot-horizontal.svg\" class=\"attachment-thumbnail size-thumbnail wp-image-11310\" alt=\"\" \/>\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-574e1c6 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=\"574e1c6\" 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<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"31\" height=\"82\" src=\"https:\/\/staging.afiniti.com\/wp-content\/uploads\/2024\/07\/Red-Dot.svg\" class=\"attachment-thumbnail size-thumbnail wp-image-11311\" alt=\"\" \/>\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-4beb8e5e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"4beb8e5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Afiniti\u2019s Green Solution<\/h1>\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<div class=\"elementor-element elementor-element-69f1131a e-flex e-con-boxed e-con e-parent\" data-id=\"69f1131a\" 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-6fe0f29 e-flex e-con-boxed e-con e-child\" data-id=\"6fe0f29\" 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-7ad64a6b elementor-widget elementor-widget-text-editor\" data-id=\"7ad64a6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h4>Environmental<\/h4><p>Afiniti is committed to creating a greener and more sustainable future. Through actions and initiatives with an environmental focus, we look to reduce the impact of our operations.<\/p><h4>How Afiniti is Revolutionizing Human Interactions and Protecting Our Planet<\/h4><p>In recent years, new technologies have revolutionized the way we do business and how they are incorporated into everyday operations. Contact centers are no exception, with migration to the cloud and the deployment of AI technology creating new compute requirements. These technologies, while transformative, are resource-intensive and impact our environment.<\/p><h4>Environmentally Focused Solutions<\/h4><p>Afiniti is addressing these challenges with solutions that prioritize sustainability while enhancing performance. At the core of our operations is a commitment to balancing the benefits of our technology with its potential environmental impacts. Efficiency is in our DNA; our innovative technical design utilizes batch processing and symmetric multi-processing to increase computing efficiency, reducing time and energy costs. Additionally, by optimizing training processes and retraining models only when necessary, we significantly reduce computation usage and costs, taking a holistic approach to minimizing the environmental impact of our operations.<\/p><p>To further enhance efficiency and reduce energy consumption, we strategically set up our servers by our clients\u2019 locations. This approach ensures optimal performance while minimizing the energy required for data transmission. By leveraging co-location data center capacity, we maximize efficiency and sustainability. This strategy allows us to avoid, reduce, and offset greenhouse gas emissions across our IT infrastructure, aligning with our commitment to environmental responsibility.<\/p><p>Our increased efficiency and low usage of computational equipment already contribute to a reduced environmental footprint. Lower energy and water consumption translate to a significant improvement in our carbon footprint. By lowering the need for computational equipment, we reduce the demand for minerals and rare earth commodities, which are associated with high carbon emissions and environmental degradation during extraction and mining processes.<\/p><p>We are actively driving employee awareness initiatives around best practices for reducing energy usage and, in 2024, agreed on a 4-year action plan following an energy savings opportunities audit. This underscores our commitment to sustainability and highlights the importance of engaging our entire organization in these efforts.<\/p><p>Interestingly, the design principles behind our optimization extend beyond our current solutions. Afiniti has been dedicated to developing a new, more environmentally focused contact center architecture for several years. Once implemented, this technology can significantly reduce the environmental footprint of the entire contact center industry, amplifying our positive impact on the environment. Our commitment to innovation and sustainability ensures that we continue to lead the way in creating a greener future.<\/p><p>We are dedicated to improving the efficiency of our AI optimization solutions. Leveraging cutting-edge technologies and innovation, we will continue to address pressing environmental challenges while providing value to all our stakeholders.<\/p>\t\t\t\t\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-5ffc40ae e-con-full sticky-sidebar e-flex e-con e-child\" data-id=\"5ffc40ae\" 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-5edbe148 e-flex e-con-boxed e-con e-child\" data-id=\"5edbe148\" 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-6bb70f06 e-con-full e-flex e-con e-child\" data-id=\"6bb70f06\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ea312ab elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"1ea312ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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>\n\t\t\t\t<div class=\"elementor-element elementor-element-8b53763 elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"8b53763\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\"><b>Responsible AI<\/b><\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28018879 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=\"28018879\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/staging.afiniti.com\/environmental-social-and-governance\/responsible-ai\/\"><b>Responsible <\/br>AI<\/b><\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bb05874 custom-cta-links esg-cta elementor-hidden-mobile elementor-widget elementor-widget-cta\" data-id=\"bb05874\" 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\">\n      <a class=\"cta-wrapper   theme-dark   is-small-button \"\n         href=\"https:\/\/staging.afiniti.com\/environmental-social-and-governance\/responsible-ai\/\" >\n                  Learn More                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 21 18\" width=\"21\" height=\"18\"\n          class=\" cta-svg  \">\n          <path\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\"\n            fill=\" #000000 \"\n            stroke-width=\"0\" \/>\n        <\/svg>\n      <\/a>\n    <\/div>\n\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-1ee3bfe2 e-con-full e-flex e-con e-child\" data-id=\"1ee3bfe2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e00aef elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"6e00aef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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\" class=\"esg-init\" viewBox=\"0 0 84 83\"><path id=\"b\" d=\"M18.89,71.58V1.54h63.56v69.45c.16,1.72-.19,3.46-1.01,4.99-3.02,4.51-5.78,5.73-10.82,5.47,0,0-8.54.8-8.38-9.97H2.6s.05.32.16.85c1.28,5.37,6.1,9.15,11.62,9.12h56.82\" fill=\"none\" stroke=\"#0a2133\" stroke-linejoin=\"round\" stroke-width=\"3\"><\/path><path id=\"c\" d=\"M33.37,42.02l8.86-8.22,8.17,6.95,12.58-9.82\" fill=\"none\" stroke=\"#0a2133\" stroke-linejoin=\"round\" stroke-width=\"3\"><\/path><path id=\"d\" d=\"M55.02,29.98h9.02v8.65\" fill=\"none\" stroke=\"#0a2133\" stroke-linejoin=\"round\" stroke-width=\"3\"><\/path><line id=\"e\" x1=\"35.87\" y1=\"49.56\" x2=\"62.24\" y2=\"49.56\" fill=\"none\" stroke=\"#0a2133\" stroke-linejoin=\"round\" stroke-width=\"3\"><\/line><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19ce6e2 elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"19ce6e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><b>ESG Initiatives<\/b><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796f652a 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=\"796f652a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/staging.afiniti.com\/environmental-social-and-governance\/esg-initiatives\/\"><b>ESG <\/br>Initiatives<\/b><\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-76543e5f custom-cta-links esg-cta elementor-hidden-mobile elementor-widget elementor-widget-cta\" data-id=\"76543e5f\" 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\">\n      <a class=\"cta-wrapper   theme-dark   is-small-button \"\n         href=\"https:\/\/staging.afiniti.com\/environmental-social-and-governance\/esg-initiatives\/\" >\n                  Learn More                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 21 18\" width=\"21\" height=\"18\"\n          class=\" cta-svg  \">\n          <path\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\"\n            fill=\" #000000 \"\n            stroke-width=\"0\" \/>\n        <\/svg>\n      <\/a>\n    <\/div>\n\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-196a6788 e-con-full e-flex e-con e-child\" data-id=\"196a6788\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26be6143 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"26be6143\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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>\n\t\t\t\t<div class=\"elementor-element elementor-element-47208634 elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"47208634\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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>\n\t\t\t\t<div class=\"elementor-element elementor-element-672c52e7 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=\"672c52e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/staging.afiniti.com\/environmental-social-and-governance\/\"><b>ESG <\/br>Statement<\/b><\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed8016f custom-cta-links esg-cta elementor-hidden-mobile elementor-widget elementor-widget-cta\" data-id=\"ed8016f\" 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\">\n      <a class=\"cta-wrapper   theme-dark   is-small-button \"\n         href=\"https:\/\/staging.afiniti.com\/environmental-social-and-governance\/\" >\n                  Learn More                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 21 18\" width=\"21\" height=\"18\"\n          class=\" cta-svg  \">\n          <path\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\"\n            fill=\" #000000 \"\n            stroke-width=\"0\" \/>\n        <\/svg>\n      <\/a>\n    <\/div>\n\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":5,"featured_media":12194,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-11319","esg","type-esg","status-publish","format-standard","has-post-thumbnail","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/staging.afiniti.com\/api\/wp\/v2\/esg\/11319","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.afiniti.com\/api\/wp\/v2\/esg"}],"about":[{"href":"https:\/\/staging.afiniti.com\/api\/wp\/v2\/types\/esg"}],"author":[{"embeddable":true,"href":"https:\/\/staging.afiniti.com\/api\/wp\/v2\/users\/5"}],"version-history":[{"count":30,"href":"https:\/\/staging.afiniti.com\/api\/wp\/v2\/esg\/11319\/revisions"}],"predecessor-version":[{"id":14935,"href":"https:\/\/staging.afiniti.com\/api\/wp\/v2\/esg\/11319\/revisions\/14935"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/staging.afiniti.com\/api\/wp\/v2\/media\/12194"}],"wp:attachment":[{"href":"https:\/\/staging.afiniti.com\/api\/wp\/v2\/media?parent=11319"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}