{"id":290,"date":"2025-08-16T17:16:14","date_gmt":"2025-08-16T17:16:14","guid":{"rendered":"https:\/\/staging.globalsocialimpact.es\/?page_id=290"},"modified":"2026-03-20T17:13:52","modified_gmt":"2026-03-20T17:13:52","slug":"sostenibilidad","status":"publish","type":"page","link":"https:\/\/globalsocialimpact.es\/es\/sostenibilidad\/","title":{"rendered":"Sostenibilidad"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"290\" class=\"elementor elementor-290\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10fec4a5 e-con-full e-flex e-con e-parent\" data-id=\"10fec4a5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-524e75d3 elementor-widget elementor-widget-heading\" data-id=\"524e75d3\" 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<h2 class=\"elementor-heading-title elementor-size-default\">Sustainability<\/h2>\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-f9a3243 e-con-full e-flex e-con e-parent\" data-id=\"f9a3243\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc88f5f elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"fc88f5f\" 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<h2 class=\"elementor-heading-title elementor-size-default\">ESG Integration across the Investment Cycle<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1ea475 elementor-widget elementor-widget-text-editor\" data-id=\"e1ea475\" 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<p>Our ESG approach is integrated, intentional, and continuous. We embed these criteria into every stage of our investment process.<\/p>\t\t\t\t\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-0eaedbf e-con-full e-flex e-con e-parent\" data-id=\"0eaedbf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d74dfe elementor-widget elementor-widget-html\" data-id=\"6d74dfe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\"\n\/>\n<style>\n  :root {\n    --green: #2e5946;\n    --brown: #5a3f2f;\n    --gray: #d9d9e6;\n    --black: #252525;\n  }\n\n  body {\n    font-family: \"Proxima Nova\", sans-serif;\n    margin: 0;\n    background: #fff;\n    position: relative;\n  }\n\n  .swiper {\n    width: 100%;\n    height: auto;\n  }\n\n  .swiper-slide {\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    justify-content: space-evenly;\n    padding: 64px 0px 64px 0px;\n    gap: 80px;\n    opacity: 0;\n    transform: translateY(60px);\n    transition: all 0.8s ease;\n  }\n\n  .swiper-slide-active {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .slide-text {\n    flex: 1;\n    max-width: 580px;\n  }\n\n  .slide-text h2 {\n    font-size: 32px;\n    color: var(--black);\n    font-weight: 700;\n    margin-bottom: 24px;\n  }\n\n  .slide-text h2 br {\n    display: none;\n  }\n\n  .slide-text strong {\n    color: var(--black);\n  }\n\n  .slide-text p {\n    color: #333;\n    font-size: 20px;\n    line-height: 1.3;\n  }\n\n  .slide-image img {\n    width: 100%;\n    max-width: 700px;\n    max-height: 400px;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* Nuevos estilos para los efectos *\/\n\n  .timeline-progress {\n    position: absolute;\n    top: 0;\n    left: 0;\n    height: 6px;\n    background-color: var(--gray);\n    width: 100%;\n    z-index: 1;\n  }\n\n  .timeline-progress-fill {\n    position: absolute;\n    top: 0;\n    left: 0;\n    height: 100%;\n    width: 0;\n    background-color: var(--green);\n    transition: width 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);\n  }\n\n  .donut-indicator {\n    position: absolute;\n    top: -20px;\n    left: 0;\n    width: 55px;\n    height: 45px;\n    pointer-events: none;\n    z-index: 3;\n    transition: left 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);\n    transform: translateX(-50%);\n  }\n\n  .donut-circle {\n    width: 45px;\n    height: 45px;\n    position: absolute;\n    top: 0px;\n    left: 0px;\n    border-radius: 50%;\n    background: radial-gradient(circle, transparent 14px, var(--green) 15px);\n    animation: pulse 1.2s infinite ease-in-out;\n    z-index: 2;\n  }\n\n  @keyframes pulse {\n    0%,\n    100% {\n      transform: scale(1);\n    }\n    50% {\n      transform: scale(1.1);\n      box-shadow: 0 0 0 10px rgba(46, 89, 70, 0.3);\n    }\n  }\n\n  @keyframes pressEffect {\n    0% {\n      transform: scale(1);\n      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);\n    }\n    50% {\n      transform: scale(0.88);\n      box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25);\n    }\n    100% {\n      transform: scale(1);\n      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);\n    }\n  }\n\n  .press-effect {\n    animation: pressEffect 0.4s ease;\n  }\n\n  .timeline-footer {\n    display: flex;\n    justify-content: space-between !important;\n    align-items: center;\n    border-top: 0px;\n    padding: 28px 0px 0px;\n    background: #fff;\n    font-weight: bold;\n    color: #aaa;\n    font-size: 24px;\n    position: relative;\n  }\n\n  .timeline-footer span {\n    position: relative;\n    cursor: pointer;\n    transition: color 0.3s;\n  }\n\n  .timeline-footer span.active {\n    color: var(--green);\n  }\n\n  \/* Estilos para la l\u00ednea conectora *\/\n  #timelineConnector {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    pointer-events: none;\n    z-index: 10;\n    display: none;\n  }\n\n  #animatedPath {\n    stroke: var(--gray);\n    stroke-width: 3;\n    fill: none;\n    transition: stroke-dashoffset 1.2s ease-out;\n  }\n\n  @media (max-width: 1024px) {\n    .swiper-slide {\n      padding: 34px 20px;\n      gap: 24px;\n      align-items: center;\n      flex-direction: column;\n    }\n\n    .slide-text,\n    .slide-image {\n      width: 100%;\n      max-width: none;\n    }\n\n    .slide-text h2 {\n      font-size: 36px;\n      line-height: 1.2;\n      margin: 0 0 12px;\n    }\n\n    .slide-text p {\n      font-size: 22px;\n      line-height: 1.35;\n      margin: 0 0 10px;\n    }\n\n    .slide-image img {\n      max-width: 100%;\n      max-height: 320px;\n    }\n\n    .timeline-footer {\n      order: -1;\n      font-size: 26px;\n      gap: 12px;\n      padding: 20px 14px 10px 52px;\n      flex-direction: column;\n      align-items: flex-start;\n      justify-content: flex-start !important;\n    }\n\n    .timeline-footer span {\n      display: block;\n      white-space: normal;\n      min-width: 0;\n      line-height: 1.3;\n      width: 100%;\n      cursor: pointer;\n    }\n\n    #timelineConnector {\n      display: none;\n    }\n\n    .timeline-progress {\n      display: block;\n      top: 22px;\n      left: 18px;\n      width: 4px;\n      height: calc(100% - 30px);\n      border-radius: 999px;\n    }\n\n    .timeline-progress-fill {\n      width: 100%;\n      height: 0;\n      transition: height 0.35s ease;\n    }\n\n    .donut-indicator {\n      display: block;\n      width: 32px;\n      height: 32px;\n      left: 20px;\n      top: 22px;\n      transform: translate(-50%, -50%);\n      transition: top 0.35s ease;\n    }\n\n    .donut-circle {\n      width: 32px;\n      height: 32px;\n      background: radial-gradient(circle, transparent 9px, var(--green) 10px);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .slide-text h2 {\n      font-size: 30px;\n      line-height: 1.2;\n      margin-bottom: 10px;\n    }\n\n    .slide-text p {\n      font-size: 18px;\n      line-height: 1.35;\n      margin-bottom: 10px;\n    }\n\n    .slide-text h2 br {\n      display: inline;\n    }\n\n    .slide-image img {\n      max-height: none;\n      aspect-ratio: 4 \/ 3;\n      object-fit: cover;\n    }\n\n    .timeline-footer {\n      font-size: 20px;\n      gap: 10px;\n      padding: 18px 12px 6px 46px;\n    }\n  }\n<\/style>\n\n<!-- Swiper container -->\n<div class=\"swiper mySwiper\">\n  <div class=\"swiper-wrapper\">\n    <!-- Slide 1 -->\n    <div class=\"swiper-slide\">\n      <div class=\"slide-text\">\n        <h2>During due diligence<\/h2>\n        <p>We assess ESG risks and opportunities in depth.<\/p>\n      <\/div>\n      <div class=\"slide-image\">\n        <img decoding=\"async\"\n          src=\"https:\/\/globalsocialimpact.es\/wp-content\/uploads\/2025\/08\/impactOverview-scaled-1.jpg\"\n          alt=\"Placeholder image\"\n        \/>\n      <\/div>\n    <\/div>\n\n    <!-- Slide 2 -->\n    <div class=\"swiper-slide\">\n      <div class=\"slide-text\">\n        <h2>Throughout the investment<\/h2>\n        <p>\n          We work closely with companies to improve ESG performance, supporting\n          action plans that address:\n        <\/p>\n        <p>\n          - Supplier and hiring practices<br \/>\n          - Diversity and inclusion at all levels <br \/>\n          - Environmental footprint and resource conservation<br \/>\n          - Non-financial impact measurement and reporting\n        <\/p>\n        <p>\n          This hands-on approach allows us to strengthen both business\n          performance and social and environmental outcomes over time.\n        <\/p>\n      <\/div>\n      <div class=\"slide-image\">\n        <img decoding=\"async\"\n          src=\"https:\/\/globalsocialimpact.es\/wp-content\/uploads\/2025\/08\/Team-Watu.png\"\n          alt=\"ESG Investment\"\n        \/>\n      <\/div>\n    <\/div>\n\n    <!-- Slide 3 -->\n    <div class=\"swiper-slide\">\n      <div class=\"slide-text\">\n        <h2>Managing ESG Risks and PAIs<\/h2>\n        <p>\n          Our risk management goes beyond financial considerations. We carry out\n          a comprehensive analysis of ESG-related risks and systematically\n          monitor Principal Adverse Impacts (PAIs) in line with the EU\n          Sustainable Finance Disclosure Regulation (SFDR).\n        <\/p>\n        <p>\n          We work proactively to mitigate these risks through due diligence,\n          contractual safeguards, ongoing monitoring, and active engagement.\n        <\/p>\n      <\/div>\n      <div class=\"slide-image\">\n        <img decoding=\"async\"\n          src=\"https:\/\/globalsocialimpact.es\/wp-content\/uploads\/2025\/08\/WhatsApp-Image-2025-03-18-at-15.52.39.jpeg\"\n          alt=\"ESG Risk Management\"\n        \/>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- Timeline Footer Navigation -->\n<div class=\"timeline-footer\" id=\"timelineFooter\">\n  <div class=\"timeline-progress\">\n    <div class=\"timeline-progress-fill\" id=\"timelineProgressFill\"><\/div>\n  <\/div>\n  <div class=\"donut-indicator\" id=\"donutIndicator\">\n    <div class=\"donut-circle\"><\/div>\n  <\/div>\n  <span data-index=\"0\">During due diligence<\/span>\n  <span data-index=\"1\" class=\"active\">Throughout the investment<\/span>\n  <span data-index=\"2\"\n    >Managing ESG Risks and Principal Adverse Impacts (PAIs)<\/span\n  >\n<\/div>\n\n<!-- SVG Connector -->\n<svg id=\"timelineConnector\">\n  <defs>\n    <filter id=\"glow\">\n      <feGaussianBlur stdDeviation=\"3.5\" result=\"coloredBlur\" \/>\n      <feMerge>\n        <feMergeNode in=\"coloredBlur\" \/>\n        <feMergeNode in=\"SourceGraphic\" \/>\n      <\/feMerge>\n    <\/filter>\n  <\/defs>\n  <path id=\"animatedPath\" stroke=\"#D9D9E6\" stroke-width=\"3\" fill=\"none\" \/>\n<\/svg>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const footerItems = document.querySelectorAll(\"#timelineFooter span\");\n    const progressBar = document.getElementById(\"timelineProgressFill\");\n    const donutIndicator = document.getElementById(\"donutIndicator\");\n    const donutCircle = document.querySelector(\".donut-circle\");\n    const animatedPath = document.getElementById(\"animatedPath\");\n\n    function triggerBounceEffect() {\n      donutCircle.classList.add(\"press-effect\");\n      donutCircle.addEventListener(\n        \"animationend\",\n        () => {\n          donutCircle.classList.remove(\"press-effect\");\n        },\n        { once: true },\n      );\n    }\n\n    function updateFooter(index) {\n      footerItems.forEach((item, i) => {\n        item.classList.toggle(\"active\", i === index);\n      });\n\n      const footer = document.getElementById(\"timelineFooter\");\n      const isMobileOrTablet = window.matchMedia(\"(max-width: 1024px)\").matches;\n\n      if (isMobileOrTablet) {\n        const totalSteps = footerItems.length - 1;\n        const stepRatio = totalSteps > 0 ? index \/ totalSteps : 0;\n        const railTop = 22;\n        const railHeight = Math.max(footer.clientHeight - 30, 0);\n        const donutTop = railTop + railHeight * stepRatio;\n\n        donutIndicator.style.left = \"20px\";\n        donutIndicator.style.top = `${donutTop}px`;\n        progressBar.style.width = \"100%\";\n        progressBar.style.height = `${railHeight * stepRatio}px`;\n      } else {\n        const footerRect = footer.getBoundingClientRect();\n        const activeItem = footerItems[index];\n        const itemRect = activeItem.getBoundingClientRect();\n        const donutPosition =\n          itemRect.left + itemRect.width \/ 2 - footerRect.left;\n\n        donutIndicator.style.left = `${donutPosition}px`;\n        donutIndicator.style.top = \"-20px\";\n        progressBar.style.height = \"100%\";\n        const progressPercentage = (donutPosition \/ footer.offsetWidth) * 100;\n        progressBar.style.width = `${progressPercentage}%`;\n\n        drawDramaticLine(index);\n      }\n\n      triggerBounceEffect();\n    }\n\n    function drawDramaticLine(index) {\n      const path = document.getElementById(\"animatedPath\");\n      const donutEl = document.getElementById(\"donutIndicator\");\n      if (!donutEl || index === null) {\n        path.setAttribute(\"d\", \"\");\n        path.style.transition = \"none\";\n        path.style.strokeDasharray = \"0\";\n        path.style.strokeDashoffset = \"0\";\n        return;\n      }\n\n      const slide = document.querySelectorAll(\".swiper-slide\")[index];\n      const textBox = slide.querySelector(\".slide-text\");\n      const svg = document.getElementById(\"timelineConnector\");\n\n      if (!slide || !textBox || !svg) return;\n\n      const svgRect = svg.getBoundingClientRect();\n      const donutRect = donutEl.getBoundingClientRect();\n      const textRect = textBox.getBoundingClientRect();\n\n      const donutX = donutRect.left + donutRect.width \/ 2 - svgRect.left;\n      const donutY = donutRect.top + donutRect.height \/ 2 - svgRect.top;\n\n      const textX = textRect.left + 10 - svgRect.left;\n      const textY = textRect.top + 10 - svgRect.top;\n\n      const midX = donutX - 60;\n\n      const d = `\n                M ${donutX},${donutY}\n                L ${midX},${donutY}\n                L ${midX},${textY}\n                L ${textX},${textY}\n            `;\n\n      path.setAttribute(\"d\", d);\n      const totalLength = path.getTotalLength();\n      path.style.transition = \"none\";\n      path.style.strokeDasharray = totalLength;\n      path.style.strokeDashoffset = totalLength;\n      path.getBoundingClientRect(); \/\/ Reflow\n      path.style.transition = \"stroke-dashoffset 1.2s ease-out\";\n      path.style.strokeDashoffset = \"0\";\n    }\n\n    const swiper = new Swiper(\".mySwiper\", {\n      slidesPerView: 1,\n      loop: false,\n      initialSlide: 0,\n      allowTouchMove: false,\n      autoHeight: true,\n      on: {\n        init: function () {\n          updateFooter(this.activeIndex);\n        },\n        slideChange: function () {\n          updateFooter(this.activeIndex);\n        },\n      },\n    });\n\n    footerItems.forEach((item) => {\n      item.addEventListener(\"click\", () => {\n        const index = parseInt(item.dataset.index);\n        swiper.slideTo(index);\n      });\n    });\n\n    window.addEventListener(\"resize\", () => {\n      updateFooter(swiper.activeIndex);\n    });\n  });\n<\/script>\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-0727a77 e-con-full e-flex e-con e-parent\" data-id=\"0727a77\" 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-8f85cf1 e-con-full e-flex e-con e-child\" data-id=\"8f85cf1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ceacf61 elementor-widget-tablet__width-initial elementor-widget elementor-widget-heading\" data-id=\"ceacf61\" 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<h2 class=\"elementor-heading-title elementor-size-default\">GSI is<br>\n\u201cdark green\u201d<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe6ee82 elementor-widget elementor-widget-text-editor\" data-id=\"fe6ee82\" 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<p>All of our funds are classified under Article 9 of the SFDR, the highest standard for sustainability-focused financial products.<\/p>\t\t\t\t\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-764ce7a e-con-full e-flex e-con e-child\" data-id=\"764ce7a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c5e764 elementor-widget elementor-widget-text-editor\" data-id=\"0c5e764\" 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<p>This means our investments:<\/p>\t\t\t\t\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-58eb2e5 e-con-full e-flex e-con e-child\" data-id=\"58eb2e5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fe0e95c e-con-full e-flex e-con e-child\" data-id=\"fe0e95c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-691e1cf elementor-widget__width-initial animated-slow elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"691e1cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" 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<h3 style=\"color: #A2CC42;\"><b style=\"font-size: 32px;\">01<\/b><\/h3>\nHave an explicit social or environmental impact objective\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-0e21fb3 elementor-widget__width-initial animated-slow elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"0e21fb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" 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<h3 style=\"color: #a2cc42;\"><strong>02<\/strong><\/h3><p>Integrate sustainability into strategy, selection, monitoring, and reporting<\/p>\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-bbde4fb elementor-widget__width-initial animated-slow elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"bbde4fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" 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<h3 style=\"color: #A2CC42;\"><strong>03<\/strong><\/h3>\nAre held to strict disclosure requirements that ensure transparency and comparability\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-650a81a elementor-widget elementor-widget-button\" data-id=\"650a81a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/globalsocialimpact.es\/transparency-and-compliance\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">SFDR Disclosures<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Sustainability ESG Integration across the Investment Cycle Our ESG approach is integrated, intentional, and continuous. We embed these criteria into every stage of our investment process. During due diligence We assess ESG risks and opportunities in depth. Throughout the investment We work closely with companies to improve ESG performance, supporting action plans that address: &#8211; [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":24,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"news_content_type":[],"class_list":["post-290","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/globalsocialimpact.es\/es\/wp-json\/wp\/v2\/pages\/290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/globalsocialimpact.es\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/globalsocialimpact.es\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/globalsocialimpact.es\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/globalsocialimpact.es\/es\/wp-json\/wp\/v2\/comments?post=290"}],"version-history":[{"count":153,"href":"https:\/\/globalsocialimpact.es\/es\/wp-json\/wp\/v2\/pages\/290\/revisions"}],"predecessor-version":[{"id":925380,"href":"https:\/\/globalsocialimpact.es\/es\/wp-json\/wp\/v2\/pages\/290\/revisions\/925380"}],"wp:attachment":[{"href":"https:\/\/globalsocialimpact.es\/es\/wp-json\/wp\/v2\/media?parent=290"}],"wp:term":[{"taxonomy":"news_content_type","embeddable":true,"href":"https:\/\/globalsocialimpact.es\/es\/wp-json\/wp\/v2\/news_content_type?post=290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}