 ##  [Our Equal Pay International Coalition (EPIC) Commitments](/about/inclusion/promoting-inclusion/our-equal-pay-international-coalition-epic-commitments "Our Equal Pay International Coalition (EPIC) Commitments") 

 In 2018, Novartis made a public pledge with the United Nations’ Equal Pay International Coalition (EPIC) to help close the overall gender pay gap by:



 



 

 ![Monitor pay equity with global consistency](/sites/novartis_com/files/styles/cards_50_50/public/2021-09/epic-commitment-1-image.jpg.webp?itok=QpDQlw9B "Monitor pay equity with global consistency") 

 

###  

Monitoring pay equity with global consistency

 

 

 

 

 ![Two Novartis Associates](/sites/novartis_com/files/styles/cards_50_50/public/2021-09/epic-commitment-2-image.jpg.webp?itok=eIEbw13j "Two Novartis Associates") 

 

###  

Removing the use of historical salary comparisons from our internal and external job offer process to remove possible bias

 

 

 

 





 

 ![Novartis campus - Associates walking](/sites/novartis_com/files/styles/cards_50_50/public/2021-09/epic-commitment-3-image.jpg.webp?itok=xtycSvPn "Novartis campus - Associates walking") 

 

###  

Creating pay transparency 

 

 

 

 

 ![Two Novartis associates ](/sites/novartis_com/files/styles/cards_50_50/public/2021-09/asian-associates-smiling-image.jpg.webp?itok=4J8M4K33 "Two Novartis associates ") 

 

###  

Achieving gender representation in management

 

 

 

 





 

 

 



To sustain our progress, we renewed our EPIC pledge in 2023 to:

- remain committed to maintain gender representation in management (which seeks to ensure nondiscrimination and equal opportunities for both men and women to advance)
- review our human resource practices beyond base pay to eliminate any further potential sources of bias from the system
- make the requirements of the new EU Pay Transparency Directive our global minimum standard for internal pay equity (i.e. ensuring nondiscrimination in pay by compensating employees fairly for similar jobs based solely on job-related factors) and pay transparency reporting.

Novartis makes employment decisions based on merit and job related factors, including the skills, qualifications and experience of the individual, without regard to sex/gender, race, ethnicity or any other legally protected or personal characteristics unrelated to the job. As a global company, Novartis is committed to complying with all the applicable laws, regulations and standards in the jurisdictions where we operate, and our policies and practices may vary accordingly to reflect local legal and regulatory requirements.

\**\*US-based affiliates of Novartis do not participate in the gender representation in management aspect of the EPIC pledge, but the US does participate in all other facets of EPIC, with the goal of ensuring all our employees are given equal pay for equal work, consistent with applicable law.*

  
  var kPlayer = KalturaPlayer_55802022 || KalturaPlayer;
  var config = {
    targetId: "kaltura_player_6a8600c36241b045078412",
    provider: {
      widgetId: "1_2yapysuq",
      partnerId: "2076321",
      uiConfId: "55802022"
    },
    playback: {
      autoplay: false,
      autopause: false,
      muted: false,
      loop: false    },
    sources: {
      options: {},
      startTime: 0
    },
    disableUserCache: "true",
    plugins: {},
    sources: {
      options: {},
      startTime: 0
    },
    ui: {
      showCCButton: false,
      settings: {
        showQualityMenu: true,
        showSpeedMenu: false      },
      components: {
        fullscreen: {
          disableDoubleClick: false
        }
      },
      uiComponents: [
        {
          presets: ['Playback', 'Live'],
          area: 'BottomBarRightControls',
          replaceComponent: 'Fullscreen',
          get: kPlayer.ui.components.Remove
        }
      ]
    }
  };

  // Check and add plugins only if they exist
  if (kPlayer.plugins["download"]) {
    config.plugins.download = {
      disable: true    };
  }

  if (kPlayer.plugins["transcript"]) {
    config.plugins["playkit-js-transcript"] = {
      position: "right", // Default: bottom;('left', 'right', 'top', 'bottom') to enable transcript.
      expandMode: "over", // Default: alongside;('alongside', 'hidden', 'over')
      expandOnFirstPlay: false,
      showTime: true,
      downloadDisabled: false,
      printDisabled: false,
      disable: true    };
  }

      if (kPlayer.plugins["preventSeek"]) {
      config.plugins.preventSeek = {
        preventSeekForward: false,
        preventSeek: false      };
    }
    config.plugins.floating = {
      disable: true    };
    if (kPlayer.plugins["navigation"]) {
      config.plugins.navigation = {
        position: "right",
        expandMode: "over",
        expandOnFirstPlay: false,
        visible: false      };
    }
    if (kPlayer.plugins["hotspots"]) {
      config.plugins['playkit-js-hotspots'] = {
        disable: true      };
    }
    if (kPlayer.plugins["moderation"]) {
      config.plugins['playkit-js-moderation'] = {
        disable: true      };
    }
    if (kPlayer.plugins["info"]) {
      config.plugins['playkit-js-info'] = {
        disable: true      };
    }
    if (kPlayer.plugins["share"]) {
      config.plugins.share = {
        disable: true      };
    }
          config.ui.uiComponents = [];
                    if (kPlayer.plugins["googleAnalytics"]) {
      config.plugins.googleTagManager = {};
      config.plugins.googleTagManager.customEventsTracking = {};
      config.plugins.googleTagManager.containerId = 'GTM-57RJQ5';
              config.plugins.googleTagManager.customEventsTracking.custom = [];
                    config.plugins.googleTagManager.customEventsTracking = {
          preset: {
            coreEvents: true,
            UIEvents: false,
            playlistEvents: false,
            castEvents: false
          }
        };
          }
  



 
    // Ensure the global player registry array always exists, regardless of embed type.
    window.kalturaPlayerVideos = window.kalturaPlayerVideos || [];
    try {
              var thumbEmbedPromise = __thumbnailEmbed({config, mediaInfo: {entryId: "1_p7yhmc4l"}});
        // __thumbnailEmbed() returns a Promise that resolves with the player instance
        // when the user clicks the thumbnail. Use .then() to capture the player directly.
        thumbEmbedPromise
          .then(function(player) {
            window.kalturaPlayerVideos.push(player);
            // Notify kaltura_datalayer.js that a new player is ready so it can
            // attach custom event listeners immediately, regardless of when
            // the user clicked the thumbnail relative to page load.
            document.dispatchEvent(new CustomEvent('kalturaPlayerReady', { detail: { player: player } }));
          })
          .catch(function(error) {
            console.error(error);
          });
          } catch (e) {
      console.error(e.message)
    }