hilton.taleo.net Open in urlscan Pro
147.154.98.77  Public Scan

URL: https://hilton.taleo.net/careersection/careersection/candidateacquisition/screening/controller/externalServiceController....
Submission: On May 12 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

POST /careersection/careersection/privacyagreement/statementBeforeAuthentification.jsf

<form id="dialogTemplate-dialogForm" method="post" action="/careersection/careersection/privacyagreement/statementBeforeAuthentification.jsf" enctype="application/x-www-form-urlencoded"><input type="hidden" id="dialogTemplate-dialogFormvmVSIds"
    name="dialogTemplate-dialogFormvmVSIds" value="H4sIAAAAAAAAAFvzloG1hEFCPzmxKDW1qDg1uSQzP08/My8ltUIvqzitEgDUAUy9IAAAAA==">
  <span class="accessmanagement"><span class="masterbody"><input id="dialogTemplate-dialogForm:flowHeader:ftlstate" type="hidden" name="dialogTemplate-dialogForm:flowHeader:ftlstate"><input id="dialogTemplate-dialogForm:flowHeader:cshtstate"
        type="hidden" name="dialogTemplate-dialogForm:flowHeader:cshtstate"><input id="dialogTemplate-dialogForm:flowHeader:Logged" type="hidden" name="dialogTemplate-dialogForm:flowHeader:Logged" value="false">
      <input type="hidden" name="iniurl.src" value="">
      <script type="text/javascript" src="/careersection/2024PRD.1.0.18.3.0/js/mobile.js"></script>
      <script type="text/javascript" src="/careersection/2024PRD.1.0.18.3.0/js/integration/iframes_communication.js"></script>
      <script type="text/javascript" src="/careersection/2024PRD.1.0.18.3.0/js/integration/candidate_data_handler.js"></script>
      <script type="text/javascript">
        <!--
        function crossFrameScripting() {
          // TT#157678 - Prevent Frame usage. (esamson)
          //if (AgentUtils.isIE)
          //{
          try {
            if (self.document.domain.toString() != top.document.domain.toString()) {
              throw "Access is denied";
            }
          } catch (exc) {
            if (top != self) {
              top.location = self.location;
            }
          }
          //}
          // /TT#157678 - Prevent Frame usage. (esamson)
        }
        // 
        -->
      </script>
      <script type="text/javascript">
        crossFrameScripting()
      </script>
      <script type="text/javascript">
        <!--
        $(document).ready(function() {
          window.setTimeout(function() {
            $('.skype_pnh_container').html('');
            $('.skype_pnh_print_container').removeClass('skype_pnh_print_container');
          }, 500);
        });
        // 
        -->
      </script>
      <script type="text/javascript">
        <!--
        function sendUIMessage2(msg) {
          if (!document.createElement) {
            return true;
          }
          // Notify our Flex app to keep the http feedback in sync
          if (AKCore.mainFlexControlId_ != null) {
            var flexObject = document.getElementById(AKCore.mainFlexControlId_);
            if (flexObject && flexObject.notifyFlexUIMessage) {
              flexObject.notifyFlexUIMessage(msg);
            }
          }
          var url = contextPath_ + "/UIMessageReceiver.jss?msg=" + msg;
          if (!msgSenderIFrame_ && document.createElement) {
            // create the IFrame and assign a reference to the
            // object to our global variable msgSenderIFrame_.
            // this will only happen the first time 
            // sendUIMessage2() is called
            try {
              var tempIFrame = document.createElement('iframe');
              tempIFrame.setAttribute('id', 'RSIFrame');
              tempIFrame.style.border = '0';
              tempIFrame.style.width = '0';
              tempIFrame.style.height = '0';
              tempIFrame.style.display = 'none';
              tempIFrame.style.visibility = 'hidden';
              tempIFrame.title = '';
              tempIFrame.src = url;
              msgSenderIFrame_ = document.body.appendChild(tempIFrame);
              if (document.frames) {
                // this is for IE5 Mac, because it will only
                // allow access to the document object
                // of the IFrame if we access it through
                // the document.frames array
                msgSenderIFrame_ = document.frames['RSIFrame'];
              }
            } catch (exception) {
              // This is for IE5 PC, which does not allow dynamic creation
              // and manipulation of an iframe object. Instead, we'll fake
              // it up by creating our own objects.
              iframeHTML = '\<iframe id="RSIFrame" title="" style="';
              iframeHTML += 'border:0;';
              iframeHTML += 'width:0;';
              iframeHTML += 'height:0;';
              iframeHTML += 'display:none;';
              iframeHTML += 'visibility:hidden;';
              iframeHTML += '"><\/iframe>';
              document.body.innerHTML += iframeHTML;
              msgSenderIFrame_ = {};
              msgSenderIFrame_.document = {};
              msgSenderIFrame_.document.location = {};
              msgSenderIFrame_.document.location.iframe = document.getElementById('RSIFrame');
              msgSenderIFrame_.document.location.replace = function(location) {
                this.iframe.src = location;
              }
            }
          }
          if (navigator.userAgent.indexOf('Gecko') != -1 && !msgSenderIFrame_.contentDocument) {
            // we have to give NS6 a fraction of a second
            // to recognize the new IFrame
            var func = "sendUIMessage2('" + url + "')";
            setTimeout(func, 10);
            return false;
          }
          var iFrameDoc = getIFrameDoc(msgSenderIFrame_);
          if (iFrameDoc == null) {
            return true;
          }
          iFrameDoc.location.replace(url);
          return false;
        }

        function onUnload(pEvent) {
          logViewInfo("unload");
          // Invalidate the session when leaving the domain.
          var ourForm = document.jsfForm();
          // Invalidate the session when the window is explicitely closed.
          var altUrl = ourForm['esmurl'];
          // Invalidate the session when leaving the domain.
          var isLogged = findElementsEndingWithId(document, "Logged", null, true)[0];
          if (ourForm && ourForm['akPBISWLD'] && !ourForm['akPBISWLD'].dontcheckdomain && leavingDomain_ && isLogged.value == "true") {
            invalidateSession();
            if (altUrl != null) {
              var tempIFrame = document.createElement('iframe');
              tempIFrame.setAttribute('id', 'RSIFrame');
              tempIFrame.style.border = '0';
              tempIFrame.style.width = '0';
              tempIFrame.style.height = '0';
              tempIFrame.style.display = 'none';
              tempIFrame.style.visibility = 'hidden';
              tempIFrame.title = '';
              tempIFrame.src = altUrl.value;
              document.body.appendChild(tempIFrame);
            }
          }
        }
        // 
        -->
      </script>
      <script type="text/javascript">
        <!--
        function redirectSession() {
          var expiredSessionUrl = findElementsEndingWithId(document, "expiredSessionUrl", null, true)[0];
          window.location = contextPath_ + expiredSessionUrl.value;
        }
        // 
        -->
      </script>
      <script type="text/javascript">
        <!--
        function addEvent(el, evname, func) {
          if (el.attachEvent) { // IE
            el.attachEvent("on" + evname, func);
          } else if (el.addEventListener) { // Gecko / W3C
            el.addEventListener(evname, func, true);
          } else {
            el["on" + evname] = func;
          }
        }

        function moveSkipNavToTop() {
          var skipNavObj = findElementsEndingWithId(document, "gotoContent", null, true)[0];
          if (skipNavObj) {
            skipNavObj.parentNode.removeChild(skipNavObj);
            document.body.insertBefore(skipNavObj, document.body.firstChild);
          }
        }
        addEvent(window, "load", moveSkipNavToTop);
        /**
         * This method is used to find all H1, H2, H3, H4, H5 and H6 Tags in a HTML Page and if a Tag is empty,
         * it is removed from the DOM Tree for accessibility reason.
         * 
         * @since TT149196
         * @author esamson
         */
        function removeEmptyHeading() {
          for (var i = 1; i <= 6; i++) {
            var headings = document.getElementsByTagName("h" + i.toString());
            if (headings) {
              for (var hi = 0; hi < headings.length; hi++) {
                var heading = headings[hi];
                if (heading) {
                  var text;
                  if (document.all) {
                    // IE.
                    text = heading.innerText;
                  } else {
                    // FireFox.
                    text = heading.textContent;
                  }
                  // IE and FireFox have different representations of an empty content.
                  if (text == "" || text == " ") {
                    heading.parentNode.removeChild(heading);
                    // "headings" variable is an array, so when 1 node is removed from the Dom Tree,
                    // the array is updated too.  So to avoid the next Tag to not be validated, we
                    // decrement the iterator counter for each element removed.
                    hi--;
                  }
                }
              }
            }
          }
        }
        addEvent(window, "load", removeEmptyHeading);

        function unloadMess() {
          var mess = "";
          // Invalidate the session when leaving the domain.
          var ourForm = document.jsfForm();
          var isLogged = findElementsEndingWithId(document, "Logged", null, true)[0];
          if (ourForm && ourForm['akPBISWLD'] && !ourForm['akPBISWLD'].dontcheckdomain && leavingDomain_ && isLogged.value == "true" && !sessionExpired) {
            var field = findElementsEndingWithId(document, "ISWLDMessage", null, true)[0];
            if (field) {
              return field.value;
            }
          }
          return;
        }
        addEvent(window, "beforeunload", unloadMess);
        // 
        -->
      </script>
      <span class="headersection"><span class="box"><span class="boxtop"><span class="boxb1-top"></span><span class="boxb2-top"></span><span class="boxb3-top"></span><span class="boxb4-top"></span></span></span><input
          id="dialogTemplate-dialogForm:flowHeader:ISWLDMessage" type="hidden" name="dialogTemplate-dialogForm:flowHeader:ISWLDMessage"><input id="dialogTemplate-dialogForm:flowHeader:expiredSessionUrl" type="hidden"
          name="dialogTemplate-dialogForm:flowHeader:expiredSessionUrl" value="/careersection/us_hotel_ext/jobsearch.ftl?lang=en"><span class="headerpanel"><span style="display: block; overflow: hidden;"><span class="userpanel leftpanel"><span
                class="username">Welcome. You are not signed in.</span><span class="hidden-audible">&nbsp;</span></span><span class="hidden-audible" aria-hidden="true"> | </span><span class="rightpanel"><span class="metapanel"><span
                  class="metagrouppanel"><span
                    class="metalink"></span><a id="dialogTemplate-dialogForm-flowHeader-loginAction" href="#" title="Log in to the system" onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-flowHeader-loginAction',null, null, true);return taleo.core.event.setAndReturnFalse(event);">Sign In</a></span><span
                  class="metapanel"></span></span></span><span class="clearpanel"></span></span>
          <ul class="linkpanel">
            <li class="link" id="jobSearchTabActionS">
              <span class="magnifierimg"></span><span
                class="grouplink"><a id="dialogTemplate-dialogForm-flowHeader-jobSearchTabAction" href="#" title="Go to the section Job Search" onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-flowHeader-jobSearchTabAction',null, null, true);return taleo.core.event.setAndReturnFalse(event);">Job Search</a></span>
            </li>
          </ul>
        </span><span class="link2panel"><span class="spacerlink2panel"></span></span></span><span id="dialogTemplate-dialogForm-masterbody"
        class="mainsection"><a href="#" id="dialogTemplate-dialogForm-j_id_id9pc2" name="mainContent" class="hidden-audible" tabindex="-1">Beginning of the main content section.</a>
        <input id="dialogTemplate-dialogForm:StatementBeforeAuthentificationContent:cookieDisabled" type="hidden" name="dialogTemplate-dialogForm:StatementBeforeAuthentificationContent:cookieDisabled" value="false"><span class="mainsection"><span
            class="mastercontentpanel"><span class="blockpanel"><span class="metagrouppanel" style="display:inline;"><span class="metapanel" style="display: block; text-align: right; margin: 0px"><span
                    class="metalink2"><a href="#" role="button" title="View a printable version of the privacy agreement" onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-j_id_id13pc6',null,'rO0ABXVyABxbTGNvbS50YWxlby5ha2lyYS51dGlsLlBhaXI7vF1o/6soCwQCAAB4cAAAAAFzcgAZY29tLnRhbGVvLmFraXJhLnV0aWwuUGFpcu5e8Mx5P5VjAgACTAAFZmlyc3R0ABJMamF2YS9sYW5nL09iamVjdDtMAAZzZWNvbmRxAH4AA3hwdAAWc2VsZWN0ZWRMb2NhbGVGb3JQYXJhbXQAAmVueQ==', true);return taleo.core.event.setAndReturnFalse(event);" class="nav-btn"><span class="nav-btn2"><span class="nav-btn3"><span class="nav-btn4"><span class="nav-btn5">Printable Format</span></span></span></span></a></span></span>
                <script type="text/javascript">
                  <!--
                  function checkCookie() {
                    var cookieEnabled = navigator.cookieEnabled;
                    if (!cookieEnabled) {
                      document.cookie = "testcookie";
                      cookieEnabled = document.cookie.indexOf("testcookie") != -1;
                    }
                    findElementsEndingWithId(window.document.jsfForm(), 'cookieDisabled', null, true)[0].value = !cookieEnabled;
                    return cookieEnabled && ifCookieEnabled();
                  }

                  function ifCookieEnabled() {
                    var cookieErrorMessagePanelRef = findElementsEndingWithId(window.document.jsfForm(), 'cookieErrorMessagePanel', null, true)[0];
                    if (typeof cookieErrorMessagePanelRef != "undefined") cookieErrorMessagePanelRef.style.display = "none";
                  }
                  window.onload = checkCookie;
                  // 
                  -->
                </script>
                <span id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-cookieErrorMessagePanel" class="message-notification" style="display: none;"><span
                    id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-cookieErrorMessageTitle" class="message-title">The action cannot be completed.</span><span class="hidden-audible">&nbsp;</span><span
                    id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-cookieErrorMessageContent" class="message-text">Cookies are not enabled on your browser. Please enable cookies in your browser preferences and refresh your
                    browser to continue.</span><span class="hidden-audible">&nbsp;</span></span><span style="clear: both;"></span>
              </span>
              <h1 class="no-change-header"><span class="titlepage">Privacy Agreement</span><span class="hidden-audible">&nbsp;</span></h1><span class="entity-label">Select a language</span><span class="hidden-audible">&nbsp;</span><span
                class="inputselectpanel"><select name="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-j_id_id26pc6" class="inputselect" size="1" onchange="submit()">
                  <option value="da">Danish</option>
                  <option value="en" selected=" selected">English</option>
                  <option value="en-GB">English (United Kingdom)</option>
                  <option value="fr-FR">French (France)</option>
                  <option value="de">German</option>
                  <option value="it">Italian</option>
                  <option value="ja">Japanese</option>
                  <option value="pt-BR">Portuguese (Brazil)</option>
                  <option value="ru">Russian</option>
                  <option value="zh-CN">Simplified Chinese</option>
                  <option value="es">Spanish</option>
                  <option value="tr">Turkish</option>
                </select></span><span class="separatorpanel"></span>
              <fieldset class="no-border">
                <div class="iframepanel" tabindex="0" lang="en">
                  <div>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Hilton</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Applicant Privacy Notice</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:right"><span style="font-family:arial"><span style="font-size:1em"><strong>Last Updated:</strong> June 2023</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Hilton Worldwide Holdings Inc. and its direct and indirect subsidiaries ("Hilton", "we", "our" or "us") value the trust of
                          individuals submitting job applications on the Hilton Careers Site ("you" or "Applicant") and are committed to the responsible management, use and protection of personal information. This Applicant Privacy Notice (this
                          "Notice") applies to all the information collected by Hilton to facilitate your job application and includes your use of our Careers Site. This Notice explains how Hilton processes the personal information that we collect
                          through the job application process ("personal information"). Please note that this Notice applies only to Hilton's processing of your personal information on the Careers Site and if you are applying for a Hilton corporate
                          position, or a position at a property that is managed by Hilton.&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">You may be applying for a position at a franchised property in which case, the franchised property will process your personal
                          data in accordance with its own policies and procedures, which may be provided to you via a separate privacy policy.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Personal information submitted to other Hilton web sites will be used in accordance with our
                          <a href="http://www.hilton.com/en/p/global-privacy-statement/">Global Privacy Statement</a>.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">The Careers Site is operated by Hilton, 7930 Jones Branch Drive, McLean, Virginia, USA 22102, in order to support the
                          recruitment functions of Hilton and Hilton properties. The Careers Site is not intended for distribution or use in any jurisdiction or country where such distribution or use would be contrary to local law or
                          regulation.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Where local laws impose greater obligations or restrictions on the use of personal information, or require additional
                          information to be provided to you, this Notice may be supplemented by local policies or procedures that are specific to a particular region, country or entity. <span style="text-decoration:underline">In particular,
                            <strong>Appendix A</strong> to this Notice includes additional information applicable to Applicants residing in countries that have enacted privacy laws giving certain additional rights to residents of those countries.
                            These countries include, but are not limited to, those in the European Economic Area, the United Kingdom and Switzerland (collectively, the "EEA"), Argentina, Australia, Brazil, Canada, China, Israel, Japan, Kenya,
                            Nigeria, and Turkey.</span> Where additional consent, consultation or other rights exist under local laws, Hilton's processing of personal information will be subject to the exercise of those rights.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">For applicants who are residents of California, please see <strong>Appendix B</strong> for additional information regarding
                          how we collect and use your personal information in accordance with the California Consumer Privacy Act.&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">In some locations around the world, Hilton manages hotel properties on behalf of a third party owner. At many of those
                          properties, the Hotel owner (and not Hilton) is the actual employer, and Hilton performs recruiting and hiring functions on behalf of the owner. You understand and agree that, by applying through this site, you may be
                          applying for a position with a company other than Hilton, where Hilton is serving as the recruiter, but will not be your employer of record.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">If you accept a position with Hilton or the Hotel owner, you will be considered a Hilton "Team Member" and a separate notice
                          will govern our use of your personal information.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Some positions listed on the Hilton Careers Site are for positions with a franchised property. For these positions, the
                          franchise management company or property owner (and not Hilton) is the actual employer. By providing access to the Hilton Careers site, Hilton does not perform or exercise any direction, oversight or control over any
                          recruiting or hiring functions on behalf of franchisees and allows access to its Careers Site for applicants of these franchise entities as an optional resource only. You understand and agree that, by applying through this
                          site, you may be applying for a position with a franchised property (not Hilton) and Hilton will not be your employer of record.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Your Acknowledgement</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Please read this Notice carefully and indicate your acknowledgment and acceptance of our collection, retention, use, transfer
                          and disclosure of personal information as described in this Notice by clicking the "I Accept" button at the end of this Notice.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Your personal information may be transferred to countries outside your home country, including countries where data protection
                          laws may differ from those of your home country.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Hilton maintains safeguards designed to protect your personal information. Please see <strong>Appendix A</strong> for
                          additional information.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Information We Collect</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Hilton may collect personal information in connection with your submitting to apply or searching for a position on the Hilton
                          Careers Site. This includes information you provide as well as passive information collection, where permitted by applicable law.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><em><span style="text-decoration:underline">Information You Provide</span></em></span></span></p>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Log-in and password, for users of the Careers Site;</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Information on how you found out about the job;</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Identifiers and contact Information including names and addresses, telephone numbers, mobile telephone numbers, email addresses, dates of birth, Social Security
                            numbers, driver's license or state identification numbers, bank account information, and other similar contact information and identifiers);</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Professional and employment-related information including:</span></span>
                        <ul>
                          <li><span style="font-family:arial"><span style="font-size:1em">data submitted with employment applications including employment history and experience, employment recommendations or references, employment preferences,
                                willingness to relocate, willingness to travel, desired salary, CV, résumé, cover letter, etc.;</span></span></li>
                          <li><span style="font-family:arial"><span style="font-size:1em">background check and criminal history;</span></span></li>
                          <li><span style="font-family:arial"><span style="font-size:1em">work authorization;</span></span></li>
                          <li><span style="font-family:arial"><span style="font-size:1em">fitness for duty data and reports;</span></span></li>
                        </ul>
                      </li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Education information including education history such as education level, school, major, certifications held, etc.</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Protected classification information including characteristics of protected classifications under applicable state or federal law by your self-identification (such
                            as Age range, Gender, Religion, Disabled, Ethnic Group).</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Internet or other electronic network activity information including all activity on the Hilton Careers Site or Hilton information systems, such as search history on
                            the Careers Site.</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Audio, Electronic, Visual, Thermal, Olfactory, or Similar Information. This category includes, for example, information collected from cameras, and similar
                            devices.</span></span></li>
                    </ul>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Hilton may also collect the following information from applicants in the United Kingdom and Ireland and other EEA
                          jurisdictions, as well as Canada:</span></span></p>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Right to Work Document Type;</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">For Visa/Work Permits, the type of such permit;</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Related to a Right to Work Document or Permit: Document Number, Country of Issue, Place of Issue, Issue Date, Expiration Date.</span></span></li>
                    </ul>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">We do not require, but you may voluntarily choose to provide, other relevant information as part of your application. Please
                          do not submit the following sensitive information unless we specifically request that you provide such information so that we may comply with our legal obligations and/or internal policies relating to diversity and
                          anti-discrimination: sexual orientation, race, ethnic origin, religion, political and religious beliefs, disability, marital status, creed, nationality, national origin, color and/or age.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">By voluntarily submitting information about your racial or ethnic origin; physical or mental health or condition; job
                          evaluations or educational records; commission (or alleged commission) of an offence or related proceedings; political opinions or beliefs; religious beliefs; sex life; membership in a trade union or political party, you
                          expressly authorize Hilton to receive and process such information for the purpose of processing your application.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Any information you submit must be true, complete, and not misleading and you must have the lawful right to provide it. If
                          not, this may lead to a rejection of your application during the application process or disciplinary action including immediate dismissal if you have been hired.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">If you intend to provide us with details of a reference or any other third party as part of your CV/resume, it is your
                          responsibility to obtain consent from that third party prior to providing his/her personal information to us.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">The provision of personal information, including on the Careers Site, is voluntary. Please note however that the failure to
                          provide sufficient information may result in you being unable to be considered for employment.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><em>Passive Information Collection: Cookies and Similar Technology</em></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">We and our service providers may use "cookies" and similar technologies on the Careers Site. Cookies are data that a web
                          server transfers to an individual's computer for record keeping purposes. We use cookies and other technologies to better serve you with more tailored information and facilitate your ongoing access to and use of our Careers
                          Site. If you do not want information collected through the use of cookies, there is a simple procedure in most browsers that allows you to automatically decline cookies, or to be given the choice of declining or accepting
                          the transfer of a particular cookie, or cookies from a particular website, to your computer. However, if you decline session management cookies from Taleo (the third-party that hosts the Careers Site), the Careers Site may
                          not function properly for you.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">If you are a resident of certain countries, we are required to obtain your consent before placing certain cookies or similar
                          technology on your computer. We will separately prompt you for this consent before we attempt to place a cookie or similar technology on your computer.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Legal Bases, Use, and Disclosure of Personal Information</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">The information that you submit on the Careers Site will be stored in the United States (and in the relevant jurisdiction(s)
                          if the job relates to one of our franchise companies or affiliated entities outside of the United States). As a reminder, you may be applying for a position at a franchised property in which case, the franchised property
                          will process your personal data in accordance with its own policies and procedures, which may be provided to you via a separate privacy policy.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">The following information may be collected, used, transferred and disclosed by employees, consultants and/or service providers
                          of Hilton around the world for Hilton's global recruitment functions and for related management and planning purposes, including, as permitted by local law, to:</span></span></p>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Maintain personnel records and record retention requirements.</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Prevent unauthorized access to or use of the Hilton's property, including Hilton's information systems, electronic devices, network, and data.</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Investigate complaints, grievances, and suspected violations of Hilton policy.</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Design, implement, and promote Hilton's diversity and inclusion programs.</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Improve safety of our facilities for employees, customers and the public with regard to use of Hilton property and equipment.</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Confirm eligibility for employment and related checks regarding fitness for duty.</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Conduct background checks if you are offered a job.</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Comply with applicable state and federal health, labor, employment, benefits, workers compensation, disability, equal employment opportunity, workplace safety, and
                            related laws, guidance, or recommendations.</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Send surveys to collect feedback on your recruiting experience.</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">Conduct video interviews, including storing the interview.</span></span></li>
                    </ul>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Personal information about you will be added to Hilton's international candidate database and may be used for the purposes of
                          considering whether your profile is suitable for other job vacancies at Hilton. If we elect to make you an offer, personal information you submit may be incorporated into our human resources system and used to manage the
                          new-hire process. The processing of your personal information for these purposes is based on your consent. If you become a Team Member, any personal information that you submit may become part of your Team Member file and
                          may be used for other employment/work-related purposes and otherwise in accordance with the Hilton Team Member Privacy Notice.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">To the extent any use is inconsistent with or outside of the contemplated uses in this Notice, we will communicate it to you
                          at the time of use.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Personal information about you will be reviewed by Hilton Team Members or agents who have a business need to access such
                          personal information and may include recruiters, human resources personnel, technical services personnel and managers or their designees.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">We may share personal information about you with selected service providers or consultants acting on our behalf, such as third
                          parties assisting Hilton with the operation of the Careers Site (including (a) Taleo (with its primary place of business at 4140 Dublin Boulevard, Suite 400, Dublin, CA 94568 USA), which is the Applicant Tracking System and
                          hosts job openings for the Careers Site, (b) Phenom (with its primary place of business at 300 Brookside Ave., Building 18, Suite 200, Ambler, PA 19022), which hosts the Careers Site and talent relationship and content
                          management system, and (c) SHL (with its primary place of business at 1 Atwell Place, Thames Ditton, Surrey, KT7 ONE UK), which conducts job- specific candidate assessments). Those third parties are required by contract to
                          use appropriate measures to protect the confidentiality and security of personal information.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Hilton also may disclose personal information about you in order to:</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">1. Protect the legal rights, privacy, safety or property of Hilton or its Team Members, agents, contractors, customers or the
                          public;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">2. Protect the safety and security of visitors to our web sites or other properties;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">3. Protect against fraud or other illegal activity or for risk management purposes;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">4. Respond to inquiries or requests from legal authorities;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">5. Permit Hilton to pursue available remedies or limit the damages that we may sustain;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">6. Enforce our website Terms of Service;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">7. Respond to an emergency;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">8. Comply with the law or legal process;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">9. Effect a license, sale or transfer of a business or assets (including in connection with any bankruptcy or similar
                          proceedings); or</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">10. Manage acquisitions, mergers and re-organizations.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Data Retention</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">We are required to retain information relating to candidates applying for jobs within the United States. We will retain your
                          personal information for three years, or a longer time if required or allowable by applicable law, during which time we or a franchise company or affiliate may contact you regarding open positions. Personal Information of
                          candidates applying for jobs in other parts of the world will be retained in accordance with local law. If there is no activity in relation to the personal information, Hilton may remove it from its database, subject to
                          Hilton's data retention obligations and policies and any applicable legal or regulatory obligations or for the period of time permitted by local laws, for the purpose of considering whether your skills are suitable for other
                          opportunities.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Note that Hilton may delete personal information about you at any time (including your CV/resume), without any reason.
                          Therefore, please retain your own copy of the personal information provided to us.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Access, Correction and Deletion</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">If you choose to register on the Careers Site, you may access, review, and change some of the personal information collected
                          about you and stored on the Careers Site by logging into the Careers Site and choosing to update your account information. The updated profile will be used as the default the next time you apply for a job using your account
                          online. To change personal information that you already have submitted for consideration for a specific position, please resubmit your application to update personal information about you that is associated with that job
                          application. We encourage you to promptly update your personal information if it changes or is inaccurate. Upon your request, we will deactivate or remove your personal information from our active databases, although some
                          information may be retained as permitted or required by law.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">If you have any questions or concerns about how we otherwise process personal information please contact us at the e-mail link
                          below.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><a href="mailto:DataProtectionOffice@hilton.com">DataProtectionOffice@hilton.com</a></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">You may access, modify or object to the use of personal information as permitted by applicable local law. Applicants who would
                          like to review, update, or request that we delete their personal information should go to the <a href="http://www.hilton.com/en/hilton-honors/personal-data-requests/">Data Subject Rights Portal</a> or should send a request
                          in writing to <a href="mailto:DataProtectionOffice@hilton.com">DataProtectionOffice@Hilton.com</a> or Hilton Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA. Please note, however, that certain personal
                          information may be exempt from access, correction or deletion rights pursuant to applicable data protection laws.&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">If you are a resident of a country that grants you certain rights with respect to your personal information (such as EEA
                          residents), you may have other rights with respect to your personal information, which are explained in <strong>Appendix A</strong>.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Career Site Security</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">We take reasonable precautions to safeguard the personal information transmitted between visitors and the Careers Site and the
                          personal information stored on our servers. Unfortunately, no method of transmitting or storing data can be guaranteed to be 100% secure. Do not send sensitive information via email. It is your sole responsibility to use the
                          appropriate level of care whenever communicating with us.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">If you have reason to believe that your interaction with us is no longer secure (for example, you feel that the security of
                          any account you might have with us has been compromised), you should immediately notify us of the problem by contacting us at the link below.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><a href="mailto:ISC@hilton.com">ISC@hilton.com</a></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Hilton hereby disclaims, as far as permitted by law, any liability for itself and its affiliated companies and contractors for
                          any of your information sent to our Careers Site that is lost, misused, illegally accessed, disclosed, altered or destroyed or not integrally or timely delivered to our Careers Site.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Links to other websites</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">The Careers Site may contain links to other websites. The operators of those other websites may collect information about you,
                          through cookies or other technologies. If you link to another website, you will leave the Careers Site and this Notice will not apply to your use of and activity on those other sites.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">If you provide personal information through or on any other site, your transaction will occur on that website (not the Hilton
                          Careers Site) and the personal information you provide will be collected by, and controlled by, the privacy policy of that website operator.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Links on the Careers Site to other websites are provided only as a convenience, and the inclusion of such links does not imply
                          endorsement of the linked site. We encourage you to read the legal notice posted on those sites, including their privacy policies. We have no responsibility or liability for your visits to, or the data collection or use
                          practices of, other sites.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Law Applicable to Job Application</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">The Careers Site allows you to benefit from Hilton's centralized global recruitment function, while applying for jobs
                          worldwide. This Careers Site is operated from the United States. Accordingly, any personal information you submit to the Careers Site will be collected in the U.S. and will be subject to U.S. laws. However, if we share your
                          personal information with a Hilton entity located in another country in its capacity as a potential employer (or acting as recruiter for a Hotel owner), the Hilton entity will handle your personal information in accordance
                          with this Notice. Franchisee entities may handle your information pursuant to a separate privacy notice they may provide to you. Any hiring or other employment-related decisions will be made by the hiring entity in
                          accordance with the laws of the country where the job will be located. Please see <strong>Appendix A</strong> for additional information on International Data Transfers.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>About Children</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">The Careers Site is not intended for minors under the age of 15 or the lawful age of employment (whichever is greater) in any
                          country in which we operate.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Changes to the Notice</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">We reserve the right to amend this Notice at any time without advance notice in order to address future developments of
                          Hilton, the Careers Site or changes in industry or legal trends. We will post the revised Notice on the Careers Site or announce the change on the home page of the Careers Site. You can determine when the Notice was revised
                          by referring to the "Last Updated" legend on the top of this Notice. Any changes will become effective upon the posting of the revised Notice on the Careers Site. By continuing to use the Careers Site following such changes,
                          you will be deemed to have agreed to such changes. If you do not agree with the terms of this Notice, in whole or part, you can choose to not continue to use the Careers Site.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Additional Privacy Provisions for Applicants from Certain Countries</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>&nbsp;</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Please see Appendix A</strong> for additional provisions that pertain to you if you are a
                          resident of a country that has enacted a privacy law granting additional rights to residents of that country.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>APPENDIX A</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>&nbsp;</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>ADDITIONAL PROVISIONS APPLICABLE TO PROCESSING OF PERSONAL INFORMATION OF APPLICANTS FROM
                            COUNTRIES WITH PRIVACY LAWS GRANTING ADDITIONAL RIGHTS TO INDIVIDUALS</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">For applicants from countries that have enacted privacy laws granting additional rights to individuals, this Appendix outlines
                          certain additional information that Hilton is obligated to provide to you, as well as certain rights you have with respect to the processing of your personal information, pursuant to applicable local laws.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><strong>Hilton Controller:</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Hilton Domestic Operating Company Inc. is the data controller with respect to your personal information and can be contacted
                          by email at <a href="mailto:DataProtectionOffice@Hilton.com">DataProtectionOffice@Hilton.com</a> or at the following address:</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Hilton Data Protection Officer</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">7930 Jones Branch Drive</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">McLean, Virginia 22102 USA</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><strong>Purposes and Legal Basis for Processing</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Hilton processes your personal information for the purpose of either recruiting and evaluating candidates for employment, or
                          to allow franchisee entities to access your personal information if you are applying for a position at a franchised property. Hilton processes your information pursuant to its legitimate business interests and, in some
                          cases, based on your consent.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><strong>Data Subject Rights</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><strong><em>Access, Correction and Erasure Requests:</em></strong> Applicants who would like to review, update, or request
                          that we delete their personal information should go to the <a href="http://www.hilton.com/en/hilton-honors/personal-data-requests/">Data Subject Rights Portal</a> or should send a request in writing to
                          <a href="mailto:DataProtectionOffice@Hilton.com">DataProtectionOffice@Hilton.com</a> or Hilton Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA. Please note, however, that certain personal information
                          may be exempt from access, correction or deletion rights pursuant to applicable data protection laws.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><strong>Restriction Requests:</strong> Applicants who would like to request that Hilton cease processing of certain personal
                          information should go to the <a href="http://www.hilton.com/en/hilton-honors/personal-data-requests/">Data Subject Rights Portal</a> or should send a request in writing to DataProtectionOffice@Hilton.com or Hilton Data
                          Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Please note, however, that certain personal information may be exempt from such requests pursuant to applicable data
                          protection laws.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><strong>Data Portability Requests:</strong> Applicants who would like to request a copy of certain of their personal
                          information, or request that such personal information be transmitted to a third party, should go to the <a href="http://www.hilton.com/en/hilton-honors/personal-data-requests/">Data Subject Rights Portal</a> or should send
                          a request in writing to <a href="mailto:DataProtectionOffice@Hilton.com">DataProtectionOffice@Hilton.com</a> or Hilton Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA. Please note, however, that data
                          portability rights apply only in limited circumstances and to limited data sets.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><strong>Disclosures of your Information:</strong> In order to administer and manage the job application process, and to
                          otherwise perform the activities set forth in this Notice, your information will be shared with other Hilton personnel, such as personnel responsible for hiring determinations, members of the human resources team, as well as
                          other employees and individuals within Hilton involved in the recruitment and selection process. Hilton will provide franchisee entities with access to your information if you are applying for a job with a franchise
                          property.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">Your information will be shared with various third party service providers engaged by Hilton to support its recruitment
                          efforts for its corporate offices and owned and managed properties. These third parties include:</span></span></p>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">human resources services, performance management and talent management</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">back office IT systems suppliers and providers</span></span></li>
                    </ul>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">We will also share information with legal and regulatory authorities and our accountants, auditors, lawyers and other outside
                          professional advisors.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">We also share information with third parties:</span></span></p>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">if, in good faith, we believe that the disclosure is required to comply with a judicial proceeding, court order, subpoena, warrant or legal process, and such
                            disclosure is in compliance with local law;</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">in the event of a merger or acquisition, asset sale, a transfer of some or all of Hilton's business, or other related transaction; and</span></span></li>
                      <li><span style="font-family:arial"><span style="font-size:1em">when we believe in good faith that disclosure is required by law or to protect the safety of our employees, the public or Hilton property.</span></span></li>
                    </ul>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><strong>International Data Transfers</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">We reserve the right to transfer your personal information to, or process your personal information in, countries that have
                          not been found to provide adequate protection of data pursuant to a country-specific law. In particular, we collect and store the personal information you provide via the Careers Site in the United States.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">We use appropriate safeguards for the transfer of personal information among our affiliates in various jurisdictions, and
                          where required, we have implemented data transfer agreements, such as the European Commission controller-to- controller standard contractual clauses or other similar safeguards, for such purposes. To obtain a copy of theses
                          clauses or additional information on transfers, you may send your request to <a href="mailto:privacy@hilton.com">privacy@hilton.com</a>.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><strong>Complaints</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">You have the right to lodge a complaint regarding the processing of your personal information with us at
                          <a href="mailto:privacy@hilton.com">privacy@hilton.com</a> or with the supervisory authority in the Member State of your residence or place of work if you believe that the processing of your personal information infringes
                          applicable local laws.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><strong>Privacy Notice Changes</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">This Notice may be changed from time to time. You can determine when this Notice was last revised by referring to the "Last
                          Updated" legend at the top of this Notice. Any changes to this Notice will become effective upon our posting of the revised Notice on the Careers Site.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em">&nbsp; <strong>APPENDIX B</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong><br>
                          </strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>CALIFORNIA CONSUMER PRIVACY ACT NOTICE AT COLLECTION&nbsp;</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>CALIFORNIA APPLICANTS</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><strong>Last Updated: June 2023</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">This Appendix B applies solely to individuals who are residents of the State of California as required under the California
                          Consumer Privacy Act, as amended (“CCPA”). The other provisions of the Applicant Privacy Notice continue to apply, as applicable, except as modified in this Appendix B.&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">This Notice at Collection (“Notice”) describes the categories of Personal Information that Hilton Worldwide Holdings Inc.,
                          Hilton Domestic Operating Company Inc., Hilton Worldwide Manage Limited, any other company owned in whole or in part by Hilton Worldwide Holdings Inc., and any Hilton-owned, leased, and/or managed hotel (“Hilton” or
                          “Company”) may collect from California residents and the purposes for which such information may be collected and used. It also provides information concerning the Company’s record retention practices and rights you may have
                          under the CCPA. Any terms defined within the CCPA have the same meaning when utilized within this Appendix B.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Categories of Personal Information Collected</strong></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Identifiers and Contact information.</span> This category includes names, addresses,
                          telephone numbers, mobile numbers, email addresses, signatures, account names, dates of birth, bank account information, log-in and password for Careers site, and other similar contact information and
                          identifiers.&nbsp;</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Protected Classification Information.</span> This category includes characteristics of
                          protected classifications under California or federal law.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Internet or Other Electronic Network Activity Information.</span> This category
                          includes, without limitation:&nbsp;</span></span></p>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">all activity on the Company’s information systems, such as email communications, stored documents and emails, usernames and passwords</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">all activity on communications systems, including phone calls, call logs, voice mails, text messages, etc.</span></span></li>
                    </ul>
                    <span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Geolocation Data</span></span></span>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline"><br>
                          </span></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Audio, Electronic, Visual, Thermal, Olfactory, or Similar Information</span>. This
                          category includes, for example, information collected from cameras, and similar devices.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline"><br>
                          </span></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Professional and Employment-Related Information.</span> This category includes,
                          without limitation, where permitted by law, data submitted with employment applications, employment history, employment recommendations, etc.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline"><br>
                          </span></span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Education Information.</span> This category includes, without limitation, education
                          history.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Sensitive Personal Information.</span> This category includes sensitive information
                          such as:</span></span></p>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Social Security, driver’s license, state identification card, or passport number</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">financial account information&nbsp;</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">racial or ethnic origin</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">content of mail, email, and text messages (unless the Company is the intended recipient of the communication)</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">biometric information for the purpose of uniquely identifying an individual</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">health information</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">information concerning sex life or sexual orientation</span></span></li>
                    </ul>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Inferences Drawn from the Personal Information in the Categories Above.&nbsp;</span>
                          This category includes engaging in human capital analytics, including, without limitation, identifying correlations between certain characteristics and job success.</span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Purposes Personal Information, Including Sensitive Personal Information, Is
                            Used</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong><br>
                          </strong></span></span></p>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Collecting and processing employment applications, including confirming eligibility for employment, background and related checks, drug tests, references,
                            onboarding, and related recruiting efforts; evaluating an individual’s appropriateness for a particular position.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Retaining your information for consideration with respect to future job vacancies with Hilton.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Providing access to the Careers site.&nbsp;</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Maintaining records and satisfying record retention requirements.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Communicating with applicants about a current application, future job opportunities or current and past employment.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Submitting relevant information to prospective employers (e.g., third party hotel owners for whom Hilton manages properties; franchisees, etc.)</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Complying with applicable state and federal health, labor, employment, disability, equal employment opportunity, workplace safety, and related laws, guidance, or
                            recommendations.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Preventing unauthorized access to, use, or disclosure of the Company’s property, including information systems and network.&nbsp;</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Investigating complaints, grievances, and suspected violations of Company policy.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Designing, implementing, and promoting the Company’s diversity and inclusion programs.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Facilitating the efficient and secure use of the Company’s information systems; ensuring compliance with the Company information systems policies and
                            procedures.&nbsp;</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Improving safety of applicants, employees, customers and the public with regard to use of Company property and equipment.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Improving efficiency.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Protecting the legal rights, privacy, safety or property of Company or its employees, agents, contractors, customers or the public.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Protecting against fraud or other illegal activity or for risk management purposes.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Investigating, responding to and managing legal claims against the Company and/or its personnel, including civil discovery in litigation.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Facilitating other business administrative functions and strategic activities, such as risk management, information technology and communications, financial
                            management and reporting, workforce and succession planning, merger and acquisition activities, and maintenance of licenses, permits and authorization applicable to Company operations.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Sending surveys to collect feedback on your recruiting experience.</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">Conducting and storing video interviews.</span></span></li>
                    </ul>
                    <div style="text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong><br>
                          </strong></span></span></div>
                    <div style="text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Sources of Personal Information</strong></span></span></div>
                    <div>
                      <div><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></div>
                      <div><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></div>
                      <div><span style="font-family:arial"><span style="font-size:1em">We may collect your Personal Information from the following sources:</span></span></div>
                      <div>
                        <ul>
                          <li><span style="font-family:arial"><span style="font-size:1em"><em>You.</em> We may collect Personal Information directly from you; your device, such as through your use of our website or systems; when you visit one of our
                                locations or facilities, send us an email, contact us by phone, or otherwise communicate or interact with us.&nbsp;</span></span></li>
                        </ul>
                      </div>
                      <div>
                        <ul>
                          <li><span style="font-family:arial"><span style="font-size:1em"><em>Related Entities and Affiliates.</em> We may collect information about you from our related parties and affiliates including third party hotel owners and
                                franchisees.</span></span></li>
                        </ul>
                      </div>
                      <div>
                        <ul>
                          <li><span style="font-family:arial"><span style="font-size:1em"><em>Social media and related services.</em> We may collect information about you through your social media services consistent with your settings on such
                                services.</span></span></li>
                        </ul>
                        <ul>
                          <li><span style="font-family:arial"><span style="font-size:1em"><em>Third parties and service providers.</em> We may collect information about you from third parties such as your references, applicant tracking systems and
                                talent relationship vendors, background check vendors, staffing agencies, recruiters, Hilton clients and customers, or other third-party sources that are lawfully entitled to share your data with us. This may include
                                service providers or contractors who collect or process your Personal Information on our behalf.</span></span></li>
                        </ul>
                      </div>
                      <div><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></div>
                      <div style="text-align:center"><strong><span style="font-family:arial"><span style="font-size:1em">Disclosures of Your Personal Information</span></span></strong></div>
                      <div style="text-align:center"><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></div>
                      <div><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></div>
                      <div><span style="font-family:arial"><span style="font-size:1em">To carry out the purposes outlined above, we may disclose your Personal Information to our affiliates, franchisees, service providers, contractors, and government
                            entities.&nbsp;</span></span></div>
                      <div><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></div>
                      <div><span style="font-family:arial"><span style="font-size:1em">We may also disclose your personal information to third parties, if necessary, to: (1) comply with federal, state, or local laws; (2) comply with a civil,
                            criminal, or regulatory inquiry, investigation, subpoena, or summons by federal, state, or local authorities; (3) cooperate with law enforcement agencies concerning conduct or activity that we reasonably and in good faith
                            believe may violate federal, state, or local laws; or (4) exercise or defend legal claims.</span></span></div>
                      <div><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></div>
                      <div><span style="font-family:arial"><span style="font-size:1em">Lastly, we may transfer personal information to a third party as part of a merger, acquisition, bankruptcy, or other transaction in which the third party assumes
                            control or acquires of all or part of the assets of our business.</span></span></div>
                      <div><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></div>
                    </div>
                    <p style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><strong><span style="font-family:arial"><span style="font-size:1em">Categories of Personal Information</span></span></strong></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><strong><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></strong></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><strong><span style="font-family:arial"><span style="font-size:1em">______________________________________________________________________</span></span></strong>
                    </p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><strong><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></strong></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Identifiers and Contact information</span> – such as name, postal
                          address, email address, phone number, account name, date of birth, Social Security number, driver’s license number, photograph, passport number, unique personal identifier, online identifier, Internet Protocol address or
                          other similar identifiers</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">NOTE: The information in this category may include the following elements of Sensitive Personal
                          Information: Social Security number, driver’s license number, state identification card number, and/or passport number.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><em><span style="font-family:arial"><span style="font-size:1em">Categories of Third Parties to Whom Disclosed</span></span></em></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Third parties as directed by you. We may disclose your personal information to the third parties to whom
                          you direct.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Affiliates, business partners, third party hotel owners for whom we manage properties, franchisees and
                          other entities for whom we perform recruiting and hiring functions or list positions.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Third parties that perform services on our behalf. For example, we may disclose information to certain
                          service providers including professional services providers; information technology providers; background check vendors; applicant tracking, talent relationship and content management vendors; and data storage companies. We
                          might also authorize our service providers to collect personal information on our behalf such as information you provide in response to a survey.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Successors to all or portions of our business. If all or part of our business is sold, we may disclose
                          personal information in preparation for or as part of that transaction.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Governmental entities, legal service providers.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><strong><span style="font-family:arial"><span style="font-size:1em">______________________________________________________________________</span></span></strong>
                    </p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><strong><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></strong></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Protected Classification Information</span> – such as citizenship,
                          ethnic background, gender, or other similar identifiers</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">NOTE: The information in this category may include the following elements of Sensitive Personal
                          Information: racial, ethnic, or national origin.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><em><span style="font-family:arial"><span style="font-size:1em">Categories of Third Parties to Whom Disclosed</span></span></em></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Third parties as directed by you. We may disclose your personal information to the third parties to whom
                          you direct.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Affiliates, business partners, third party hotel owners for whom we manage properties, franchisees and
                          other entities for whom we perform recruiting and hiring functions or list positions.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Third parties that perform services on our behalf. For example, we may disclose information to certain
                          service providers including professional services providers; information technology providers; background check vendors; applicant tracking, talent relationship and content management vendors; and data storage companies. We
                          might also authorize our service providers to collect personal information on our behalf such as information you provide in response to a survey.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Successors to all or portions of our business. If all or part of our business is sold, we may disclose
                          personal information in preparation for or as part of that transaction.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Governmental entities, legal service providers.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><strong><span style="font-family:arial"><span style="font-size:1em">______________________________________________________________________</span></span></strong>
                    </p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Internet or other electronic network activity</span> – such as
                          browsing history, search history, a consumer’s interaction with an internet website, application, or advertisement</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">NOTE: The information in this category may include the following elements of Sensitive Personal
                          Information: the contents of mail, email, or text messages, to which the business was not the intended recipient.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><em><span style="font-family:arial"><span style="font-size:1em">Categories of Third Parties to Whom Disclosed</span></span></em></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><em><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></em></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Third parties as directed by you. We may disclose your personal information to the third parties to whom
                          you direct.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Affiliates, business partners, third party hotel owners for whom we manage properties, franchisees and
                          other entities for whom we perform recruiting and hiring functions or list positions.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Third parties that perform services on our behalf. For example, we may disclose information to certain
                          service providers including professional services providers; information technology providers; background check vendors; applicant tracking, talent relationship and content management vendors; and data storage companies. We
                          might also authorize our service providers to collect personal information on our behalf.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Successors to all or portions of our business. If all or part of our business is sold, we may disclose
                          personal information in preparation for or as part of that transaction.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Governmental entities, legal service providers.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><strong><span style="font-family:arial"><span style="font-size:1em">______________________________________________________________________</span></span></strong>
                    </p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Professional, or employment related information, including veteran
                            status or other similar identifiers</span>&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">NOTE: The information in this category may include the following elements of Sensitive Personal
                          Information: union membership.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><em><span style="font-family:arial"><span style="font-size:1em">Categories of Third Parties to Whom Disclosed</span></span></em></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><em><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></em></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Third parties as directed by you. We may disclose your personal information to the third parties to whom
                          you direct.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">&nbsp;&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Affiliates, business partners, third party hotel owners for whom we manage properties, franchisees and
                          other entities for whom we perform recruiting and hiring functions or list positions.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Third parties that perform services on our behalf. For example, we may disclose information to certain
                          service providers including professional services providers; information technology providers; background check vendors; applicant tracking, talent relationship and content management vendors; and data storage companies. We
                          might also authorize our service providers to collect personal information on our behalf such as information you provide in response to a survey.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Successors to all or portions of our business. If all or part of our business is sold, we may disclose
                          personal information in preparation for or as part of that transaction.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Governmental entities, legal service providers.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><strong><span style="font-family:arial"><span style="font-size:1em">______________________________________________________________________</span></span></strong>
                    </p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="text-decoration:underline"><span style="font-family:arial"><span style="font-size:1em">Education information</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="text-decoration:underline"><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><em><span style="font-family:arial"><span style="font-size:1em">Categories of Third Parties to Whom Disclosed</span></span></em></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><em><span style="font-family:arial"><span style="font-size:1em"><br>
                          </span></span></em></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Third parties as directed by you. We may disclose your personal information to the third parties to whom
                          you direct.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">&nbsp;&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Affiliates, business partners, third party hotel owners for whom we manage properties, franchisees and
                          other entities for whom we perform recruiting and hiring functions or list positions.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Third parties that perform services on our behalf. For example, we may disclose information to certain
                          service providers including professional services providers; information technology providers; background check vendors; applicant tracking, talent relationship and content management vendors; and data storage companies. We
                          might also authorize our service providers to collect personal information on our behalf such as information you provide in response to a survey.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Successors to all or portions of our business. If all or part of our business is sold, we may disclose
                          personal information in preparation for or as part of that transaction.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Governmental entities, legal service providers.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><strong><span style="font-family:arial"><span style="font-size:1em">______________________________________________________________________</span></span></strong>
                    </p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="text-decoration:underline">Inferences drawn from personal information</span> – such as
                          individual profiles, preferences, characteristics, behaviors or other similar identifiers</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">NOTE: The information in this category may include the following elements of Sensitive Personal
                          Information: racial or ethnic origin, religious or philosophical beliefs, union membership, health information.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><em><span style="font-family:arial"><span style="font-size:1em">Categories of Third Parties to Whom Disclosed</span></span></em></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Third parties as directed by you. We may disclose your personal information to the third parties to whom
                          you direct.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">&nbsp;&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Affiliates, business partners, third party hotel owners for whom we manage properties, franchisees and
                          other entities for whom we perform recruiting and hiring functions or list positions.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Third parties that perform services on our behalf. For example, we may disclose information to certain
                          service providers including professional services providers; information technology providers; background check vendors; applicant tracking, talent relationship and content management vendors; and data storage companies. We
                          might also authorize our service providers to collect personal information on our behalf such as information you provide in response to a survey.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Successors to all or portions of our business. If all or part of our business is sold, we may disclose
                          personal information in preparation for or as part of that transaction.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Governmental entities, legal service providers.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><strong><span style="font-family:arial"><span style="font-size:1em">______________________________________________________________________</span></span></strong>
                    </p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">The Company may add to the categories of Personal Information it collects and the purposes for which it
                          uses Personal Information. In that case, the Company will inform you.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">We do not sell or share, as those terms are defined under the CCPA, the above categories of Personal
                          Information.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">We do not use or disclose your Sensitive Personal Information for purposes that, with limited exceptions,
                          are not necessary for the application or recruitment related purpose for which we collect it or as reasonably expected by an average individual in this context or for other permitted purposes under the CCPA or as authorized
                          by regulation.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Retention. We retain your Personal Information for as long as is necessary for the recruitment process,
                          assess and or process your application for employment, consider you for future positions, etc. and in accordance with the Company’s data retention schedule.&nbsp;&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">We may retain your Personal Information for longer if it is necessary to comply with our legal or
                          reporting obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, enforce our legal agreements and policies, address other legitimate business needs, or as
                          permitted or required by applicable law.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">We may also retain your Personal Information in a deidentified or aggregated form so that it can no longer
                          be associated with you.&nbsp;&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">To determine the appropriate retention period for your Personal Information, we consider various factors
                          such as the amount, nature, and sensitivity of your information; the potential risk of unauthorized access, use or disclosure; the purposes for which we collect or process your personal information; and applicable legal
                          requirements. Personal information does not include certain categories of information, such as publicly available information from government records, and deidentified or aggregated consumer
                          information.&nbsp;&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Individual Rights Requests. Individuals who are residents of the State of California have certain
                          individual rights, which are outlined below.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><em>Right To Know About Personal Information Collected or Disclosed.</em> As a California resident, you
                          have the right to request additional information, beyond that disclosed above, regarding the following, to the extent applicable:</span></span></p>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">the categories of Personal Information the Company collected about you&nbsp;</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">the categories of sources from which that Personal Information was collected</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">the business or commercial purposes for which that information was collected, sold, or shared&nbsp;</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">the categories of third parties to whom the information was disclosed</span></span></li>
                    </ul>
                    <ul>
                      <li><span style="font-family:arial"><span style="font-size:1em">the specific pieces of Personal Information collected</span></span></li>
                    </ul>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Upon receipt of a verifiable request to know (see below), and as required by applicable law, we will
                          provide a response to such request.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><em>Right To Request Deletion of Your Personal Information.</em> You have the right to request that we
                          delete the Personal Information we collected or maintain about you. Once we receive your request, we will let you know what, if any, Personal Information we can delete from our records, and will direct any service providers
                          and contractors to whom we disclosed your Personal Information to also delete your Personal Information from their records.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">There may be circumstances where we cannot delete your Personal Information or direct service providers or
                          contractors to delete your Personal Information from their records.&nbsp; Such instances include, without limitation, when the information at issue is maintained: (a) to enable solely internal uses that are reasonably
                          aligned with your expectations based on your relationship with the Company and compatible with the context in which you provided the information, or (b) to comply with a legal obligation.&nbsp;&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Upon receipt of a verifiable request to delete (see below), and as required by applicable law, we will
                          provide a response to such requests.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><em>Right to Request Correction.</em> You have the right to request that the Company correct any
                          inaccurate Personal Information we maintain about you, taking into account the nature of that information and purpose for processing it. Upon receipt of a verifiable request to correct (see below), and as required by the
                          CCPA, we will provide a response to such requests.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><em>Right to Non-Discrimination for the Exercise of Your Privacy Rights.</em> We will not discriminate or
                          retaliate against you for exercising any of the rights described above.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Submitting CCPA Rights Requests. To submit a California Consumer Rights request, please visit our website
                          at datarights.hilton.com or click the “Personal Data Requests” link at the bottom of any Hilton website to submit your request. You also may call our toll-free telephone number: (800) 413-7470, email the Data Protection
                          Office (“DPO”) at <a href="mailto:DataProtectionOffice@hilton.com">DataProtectionOffice@hilton.com</a>. We reserve the right to only respond to verifiable consumer requests to know, delete, or
                          correct.&nbsp;&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><em>What to submit.</em> If we request, you must provide us with sufficient information to verify your
                          identity and/or authority to act on behalf of a CA resident. In general, we may ask you to provide identifying information that we already maintain about you. In either event, we will try to avoid asking you for sensitive
                          Personal Information to verify your identity. We may not be able to respond to your request or provide you with Personal Information if we cannot verify your identity or authority to make the request and confirm the Personal
                          Information relates to you.&nbsp; However, making a verifiable consumer request does not require you to create an account with us.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">Additionally, you will need to describe your request with sufficient detail to allow us to review,
                          understand, assess, and respond. We will not use the Personal Information we collect from an individual to determine a verifiable request for any other purpose, except as required or permitted by law.&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><em>Our response.</em> We reserve the right to charge a fee to process or respond to your request if it is
                          excessive, repetitive, or manifestly unfounded. If we determine that a request warrants a fee, we will attempt to notify you as to why we made that decision and provide a cost estimate before completing your request. We will
                          endeavor to respond to a verifiable consumer request within forty-five (45) calendar days of receipt, but we may require an extension of up to forty-five (45) additional calendar days to respond and we will notify you of the
                          need for the extension.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><em>Spouses, Dependents, and Associates.</em> If you have knowledge that the Company collected Personal
                          Information related to your spouse or dependent, please share a copy of this notice with all such individuals.&nbsp;</span></span></p>
                    <p style="font-weight: bold; margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><strong style="font-weight: bold;">Changes to this Notice.</strong> We reserve the right to amend this
                          Notice.&nbsp;</span></span></p>
                    <div style="font-weight: bold;"><span style="font-family:arial"><span style="font-size:1em"><br>
                        </span></span></div>
                    <p style="font-weight: bold; margin-top: 0px; margin-bottom: 0px;;text-align:left"><em><br>
                      </em></p>
                  </div>
                </div>
              </fieldset><span class="separatorpanel"></span><input id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-ContinueButton" type="button"
                name="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-ContinueButton" value="I Accept" title="I Accept"
                onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-ContinueButton',null, null, true);return taleo.core.event.setAndReturnFalse(event);"><input
                id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-CancelButton" type="button" name="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-CancelButton" value="I Decline" title="I Decline"
                onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-CancelButton',null, null, true);return taleo.core.event.setAndReturnFalse(event);">
            </span></span></span></span>
    </span></span><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState"
    value="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"
    autocomplete="off"><input type="hidden" id="stateSavers" name="stateSavers" value="H4sIAAAAAAAAAFvzloG1uIhBLiuxLFGvtCQzR885PycnNbkkMz+vWMU1t6CkMji1RPRrkewW5tMaTAwMFQWVADrPGpc0AAAA">
  <input type="hidden" id="jsfCmdId" name="jsfCmdId" value="">
  <input type="hidden" id="isLegalDisclaimerAcceptPending" name="isLegalDisclaimerAcceptPending">
  <input type="hidden" id="bookmarkURLHF" name="bookmarkURLHF"
    value="https://hilton.taleo.net/careersection/careersection/privacyagreement/statementBeforeAuthentification.jsf?cookieDisabled=null&amp;isLegalDisclaimerAcceptPending=null&amp;navigateTo=null&amp;portal=78140165241&amp;redirectionURI=https://hilton.taleo.net/careersection/careersection/candidateacquisition/screening/controller/externalServiceController.jsp?sealedRequestId=yxkT8b6Spgu8qeFNvZgRJtRPzVhN6wUzfH5dB9karHJSamN5fW9eEnS3o0kUko_beOuyAeix8TIBcYMulko_PGmFBWVVssAbTIXORTBRnQmEWCmdyQiARY_Wg4RyIo9tiIlywU6zToQ=&amp;portal=78140165241&amp;lang=en">
  <input type="hidden" id="tz" name="tz">
  <input type="hidden" id="dialogTemplate-dialogForm" name="dialogTemplate-dialogForm" value="dialogTemplate-dialogForm">
  <input type="hidden" id="langDirection" name="langDirection" value="ltr">
  <input type="hidden" id="navigateTo" name="navigateTo">
  <input type="hidden" id="vmAction" name="vmAction">
  <input type="hidden" id="cookieDisabled" name="cookieDisabled">
  <input type="hidden" id="bookmarkNameHF" name="bookmarkNameHF" value="Privacy Agreement">
  <input type="hidden" id="tno" name="tno" value="0">
  <input type="hidden" id="jsfCmdParams" name="jsfCmdParams">
  <input type="hidden" id="portal" name="portal" value="78140165241">
  <input type="hidden" id="lang" name="lang" value="en">
  <input type="hidden" id="csrftoken" name="csrftoken" value="HHiMvpEELbyVUBZ6aEqPsFWTd0GzgiKnsoX3Gd0MMB4=">
  <input type="hidden" id="redirectionURI" name="redirectionURI"
    value="https://hilton.taleo.net/careersection/careersection/candidateacquisition/screening/controller/externalServiceController.jsp?sealedRequestId=yxkT8b6Spgu8qeFNvZgRJtRPzVhN6wUzfH5dB9karHJSamN5fW9eEnS3o0kUko_beOuyAeix8TIBcYMulko_PGmFBWVVssAbTIXORTBRnQmEWCmdyQiARY_Wg4RyIo9tiIlywU6zToQ=&amp;portal=78140165241&amp;lang=en">
</form>

Text Content

Go to the main content section.
Menu
Close Menu
 * Culture
 * Blog
 * Benefits
 * Diversity
 * Military Hiring
 * Career Paths
 * Brands
 * Connect
 * Events
 * Search Jobs

 * Hilton.com
 * Current Team Member

 * Glassdoor
 * Facebook
 * LinkedIn
 * YouTube
 * Twitter
 * Instagram

Copyright © 2024 Hilton

 * Culture
   * Blog
 * Benefits
 * Diversity
   * Military Hiring
 * Career Paths
 * Brands
 * Connect
   * Events
 * Search Jobs

Welcome. You are not signed in.  | Sign In
 * Job Search

Beginning of the main content section. Printable Format The action cannot be
completed. Cookies are not enabled on your browser. Please enable cookies in
your browser preferences and refresh your browser to continue. 


PRIVACY AGREEMENT 

Select a language DanishEnglishEnglish (United Kingdom)French
(France)GermanItalianJapanesePortuguese (Brazil)RussianSimplified
ChineseSpanishTurkish

Hilton

 

 

Applicant Privacy Notice

 

Last Updated: June 2023

 

Hilton Worldwide Holdings Inc. and its direct and indirect subsidiaries
("Hilton", "we", "our" or "us") value the trust of individuals submitting job
applications on the Hilton Careers Site ("you" or "Applicant") and are committed
to the responsible management, use and protection of personal information. This
Applicant Privacy Notice (this "Notice") applies to all the information
collected by Hilton to facilitate your job application and includes your use of
our Careers Site. This Notice explains how Hilton processes the personal
information that we collect through the job application process ("personal
information"). Please note that this Notice applies only to Hilton's processing
of your personal information on the Careers Site and if you are applying for a
Hilton corporate position, or a position at a property that is managed by
Hilton. 

You may be applying for a position at a franchised property in which case, the
franchised property will process your personal data in accordance with its own
policies and procedures, which may be provided to you via a separate privacy
policy.

 

Personal information submitted to other Hilton web sites will be used in
accordance with our Global Privacy Statement.

 

The Careers Site is operated by Hilton, 7930 Jones Branch Drive, McLean,
Virginia, USA 22102, in order to support the recruitment functions of Hilton and
Hilton properties. The Careers Site is not intended for distribution or use in
any jurisdiction or country where such distribution or use would be contrary to
local law or regulation.

 

Where local laws impose greater obligations or restrictions on the use of
personal information, or require additional information to be provided to you,
this Notice may be supplemented by local policies or procedures that are
specific to a particular region, country or entity. In particular, Appendix A to
this Notice includes additional information applicable to Applicants residing in
countries that have enacted privacy laws giving certain additional rights to
residents of those countries. These countries include, but are not limited to,
those in the European Economic Area, the United Kingdom and Switzerland
(collectively, the "EEA"), Argentina, Australia, Brazil, Canada, China, Israel,
Japan, Kenya, Nigeria, and Turkey. Where additional consent, consultation or
other rights exist under local laws, Hilton's processing of personal information
will be subject to the exercise of those rights.




For applicants who are residents of California, please see Appendix B for
additional information regarding how we collect and use your personal
information in accordance with the California Consumer Privacy Act. 

 

In some locations around the world, Hilton manages hotel properties on behalf of
a third party owner. At many of those properties, the Hotel owner (and not
Hilton) is the actual employer, and Hilton performs recruiting and hiring
functions on behalf of the owner. You understand and agree that, by applying
through this site, you may be applying for a position with a company other than
Hilton, where Hilton is serving as the recruiter, but will not be your employer
of record.

 

If you accept a position with Hilton or the Hotel owner, you will be considered
a Hilton "Team Member" and a separate notice will govern our use of your
personal information.

 

Some positions listed on the Hilton Careers Site are for positions with a
franchised property. For these positions, the franchise management company or
property owner (and not Hilton) is the actual employer. By providing access to
the Hilton Careers site, Hilton does not perform or exercise any direction,
oversight or control over any recruiting or hiring functions on behalf of
franchisees and allows access to its Careers Site for applicants of these
franchise entities as an optional resource only. You understand and agree that,
by applying through this site, you may be applying for a position with a
franchised property (not Hilton) and Hilton will not be your employer of record.

 

 

Your Acknowledgement

 

Please read this Notice carefully and indicate your acknowledgment and
acceptance of our collection, retention, use, transfer and disclosure of
personal information as described in this Notice by clicking the "I Accept"
button at the end of this Notice.

 

Your personal information may be transferred to countries outside your home
country, including countries where data protection laws may differ from those of
your home country.

 

Hilton maintains safeguards designed to protect your personal information.
Please see Appendix A for additional information.

 

 

Information We Collect

 

Hilton may collect personal information in connection with your submitting to
apply or searching for a position on the Hilton Careers Site. This includes
information you provide as well as passive information collection, where
permitted by applicable law.

 

Information You Provide

 * Log-in and password, for users of the Careers Site;
 * Information on how you found out about the job;
 * Identifiers and contact Information including names and addresses, telephone
   numbers, mobile telephone numbers, email addresses, dates of birth, Social
   Security numbers, driver's license or state identification numbers, bank
   account information, and other similar contact information and identifiers);
 * Professional and employment-related information including:
   * data submitted with employment applications including employment history
     and experience, employment recommendations or references, employment
     preferences, willingness to relocate, willingness to travel, desired
     salary, CV, résumé, cover letter, etc.;
   * background check and criminal history;
   * work authorization;
   * fitness for duty data and reports;
 * Education information including education history such as education level,
   school, major, certifications held, etc.
 * Protected classification information including characteristics of protected
   classifications under applicable state or federal law by your
   self-identification (such as Age range, Gender, Religion, Disabled, Ethnic
   Group).
 * Internet or other electronic network activity information including all
   activity on the Hilton Careers Site or Hilton information systems, such as
   search history on the Careers Site.
 * Audio, Electronic, Visual, Thermal, Olfactory, or Similar Information. This
   category includes, for example, information collected from cameras, and
   similar devices.

Hilton may also collect the following information from applicants in the United
Kingdom and Ireland and other EEA jurisdictions, as well as Canada:

 * Right to Work Document Type;
 * For Visa/Work Permits, the type of such permit;
 * Related to a Right to Work Document or Permit: Document Number, Country of
   Issue, Place of Issue, Issue Date, Expiration Date.

We do not require, but you may voluntarily choose to provide, other relevant
information as part of your application. Please do not submit the following
sensitive information unless we specifically request that you provide such
information so that we may comply with our legal obligations and/or internal
policies relating to diversity and anti-discrimination: sexual orientation,
race, ethnic origin, religion, political and religious beliefs, disability,
marital status, creed, nationality, national origin, color and/or age.

 

By voluntarily submitting information about your racial or ethnic origin;
physical or mental health or condition; job evaluations or educational records;
commission (or alleged commission) of an offence or related proceedings;
political opinions or beliefs; religious beliefs; sex life; membership in a
trade union or political party, you expressly authorize Hilton to receive and
process such information for the purpose of processing your application.

 

Any information you submit must be true, complete, and not misleading and you
must have the lawful right to provide it. If not, this may lead to a rejection
of your application during the application process or disciplinary action
including immediate dismissal if you have been hired.

 

If you intend to provide us with details of a reference or any other third party
as part of your CV/resume, it is your responsibility to obtain consent from that
third party prior to providing his/her personal information to us.

 

The provision of personal information, including on the Careers Site, is
voluntary. Please note however that the failure to provide sufficient
information may result in you being unable to be considered for employment.

 

Passive Information Collection: Cookies and Similar Technology

 

We and our service providers may use "cookies" and similar technologies on the
Careers Site. Cookies are data that a web server transfers to an individual's
computer for record keeping purposes. We use cookies and other technologies to
better serve you with more tailored information and facilitate your ongoing
access to and use of our Careers Site. If you do not want information collected
through the use of cookies, there is a simple procedure in most browsers that
allows you to automatically decline cookies, or to be given the choice of
declining or accepting the transfer of a particular cookie, or cookies from a
particular website, to your computer. However, if you decline session management
cookies from Taleo (the third-party that hosts the Careers Site), the Careers
Site may not function properly for you.

 

If you are a resident of certain countries, we are required to obtain your
consent before placing certain cookies or similar technology on your computer.
We will separately prompt you for this consent before we attempt to place a
cookie or similar technology on your computer.

 

 

Legal Bases, Use, and Disclosure of Personal Information

 

The information that you submit on the Careers Site will be stored in the United
States (and in the relevant jurisdiction(s) if the job relates to one of our
franchise companies or affiliated entities outside of the United States). As a
reminder, you may be applying for a position at a franchised property in which
case, the franchised property will process your personal data in accordance with
its own policies and procedures, which may be provided to you via a separate
privacy policy.

 

The following information may be collected, used, transferred and disclosed by
employees, consultants and/or service providers of Hilton around the world for
Hilton's global recruitment functions and for related management and planning
purposes, including, as permitted by local law, to:

 * Maintain personnel records and record retention requirements.
 * Prevent unauthorized access to or use of the Hilton's property, including
   Hilton's information systems, electronic devices, network, and data.
 * Investigate complaints, grievances, and suspected violations of Hilton
   policy.
 * Design, implement, and promote Hilton's diversity and inclusion programs.
 * Improve safety of our facilities for employees, customers and the public with
   regard to use of Hilton property and equipment.
 * Confirm eligibility for employment and related checks regarding fitness for
   duty.
 * Conduct background checks if you are offered a job.
 * Comply with applicable state and federal health, labor, employment, benefits,
   workers compensation, disability, equal employment opportunity, workplace
   safety, and related laws, guidance, or recommendations.
 * Send surveys to collect feedback on your recruiting experience.
 * Conduct video interviews, including storing the interview.

Personal information about you will be added to Hilton's international candidate
database and may be used for the purposes of considering whether your profile is
suitable for other job vacancies at Hilton. If we elect to make you an offer,
personal information you submit may be incorporated into our human resources
system and used to manage the new-hire process. The processing of your personal
information for these purposes is based on your consent. If you become a Team
Member, any personal information that you submit may become part of your Team
Member file and may be used for other employment/work-related purposes and
otherwise in accordance with the Hilton Team Member Privacy Notice.

 

To the extent any use is inconsistent with or outside of the contemplated uses
in this Notice, we will communicate it to you at the time of use.

 

Personal information about you will be reviewed by Hilton Team Members or agents
who have a business need to access such personal information and may include
recruiters, human resources personnel, technical services personnel and managers
or their designees.

 

We may share personal information about you with selected service providers or
consultants acting on our behalf, such as third parties assisting Hilton with
the operation of the Careers Site (including (a) Taleo (with its primary place
of business at 4140 Dublin Boulevard, Suite 400, Dublin, CA 94568 USA), which is
the Applicant Tracking System and hosts job openings for the Careers Site, (b)
Phenom (with its primary place of business at 300 Brookside Ave., Building 18,
Suite 200, Ambler, PA 19022), which hosts the Careers Site and talent
relationship and content management system, and (c) SHL (with its primary place
of business at 1 Atwell Place, Thames Ditton, Surrey, KT7 ONE UK), which
conducts job- specific candidate assessments). Those third parties are required
by contract to use appropriate measures to protect the confidentiality and
security of personal information.

 

Hilton also may disclose personal information about you in order to:

 

1. Protect the legal rights, privacy, safety or property of Hilton or its Team
Members, agents, contractors, customers or the public;

2. Protect the safety and security of visitors to our web sites or other
properties;

3. Protect against fraud or other illegal activity or for risk management
purposes;

4. Respond to inquiries or requests from legal authorities;

5. Permit Hilton to pursue available remedies or limit the damages that we may
sustain;

6. Enforce our website Terms of Service;

7. Respond to an emergency;

8. Comply with the law or legal process;

9. Effect a license, sale or transfer of a business or assets (including in
connection with any bankruptcy or similar proceedings); or

10. Manage acquisitions, mergers and re-organizations.

 

 

Data Retention

 

We are required to retain information relating to candidates applying for jobs
within the United States. We will retain your personal information for three
years, or a longer time if required or allowable by applicable law, during which
time we or a franchise company or affiliate may contact you regarding open
positions. Personal Information of candidates applying for jobs in other parts
of the world will be retained in accordance with local law. If there is no
activity in relation to the personal information, Hilton may remove it from its
database, subject to Hilton's data retention obligations and policies and any
applicable legal or regulatory obligations or for the period of time permitted
by local laws, for the purpose of considering whether your skills are suitable
for other opportunities.

 

Note that Hilton may delete personal information about you at any time
(including your CV/resume), without any reason. Therefore, please retain your
own copy of the personal information provided to us.







Access, Correction and Deletion

 

If you choose to register on the Careers Site, you may access, review, and
change some of the personal information collected about you and stored on the
Careers Site by logging into the Careers Site and choosing to update your
account information. The updated profile will be used as the default the next
time you apply for a job using your account online. To change personal
information that you already have submitted for consideration for a specific
position, please resubmit your application to update personal information about
you that is associated with that job application. We encourage you to promptly
update your personal information if it changes or is inaccurate. Upon your
request, we will deactivate or remove your personal information from our active
databases, although some information may be retained as permitted or required by
law.

 

If you have any questions or concerns about how we otherwise process personal
information please contact us at the e-mail link below.

 

 

DataProtectionOffice@hilton.com

 

You may access, modify or object to the use of personal information as permitted
by applicable local law. Applicants who would like to review, update, or request
that we delete their personal information should go to the Data Subject Rights
Portal or should send a request in writing to DataProtectionOffice@Hilton.com or
Hilton Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA.
Please note, however, that certain personal information may be exempt from
access, correction or deletion rights pursuant to applicable data protection
laws. 




If you are a resident of a country that grants you certain rights with respect
to your personal information (such as EEA residents), you may have other rights
with respect to your personal information, which are explained in Appendix A.

 

 

Career Site Security

 

We take reasonable precautions to safeguard the personal information transmitted
between visitors and the Careers Site and the personal information stored on our
servers. Unfortunately, no method of transmitting or storing data can be
guaranteed to be 100% secure. Do not send sensitive information via email. It is
your sole responsibility to use the appropriate level of care whenever
communicating with us.

 

If you have reason to believe that your interaction with us is no longer secure
(for example, you feel that the security of any account you might have with us
has been compromised), you should immediately notify us of the problem by
contacting us at the link below.

 

 

ISC@hilton.com

 

 

Hilton hereby disclaims, as far as permitted by law, any liability for itself
and its affiliated companies and contractors for any of your information sent to
our Careers Site that is lost, misused, illegally accessed, disclosed, altered
or destroyed or not integrally or timely delivered to our Careers Site.

 

 

Links to other websites

 

The Careers Site may contain links to other websites. The operators of those
other websites may collect information about you, through cookies or other
technologies. If you link to another website, you will leave the Careers Site
and this Notice will not apply to your use of and activity on those other sites.

 

If you provide personal information through or on any other site, your
transaction will occur on that website (not the Hilton Careers Site) and the
personal information you provide will be collected by, and controlled by, the
privacy policy of that website operator.

 

Links on the Careers Site to other websites are provided only as a convenience,
and the inclusion of such links does not imply endorsement of the linked site.
We encourage you to read the legal notice posted on those sites, including their
privacy policies. We have no responsibility or liability for your visits to, or
the data collection or use practices of, other sites.

 

 

Law Applicable to Job Application

 

The Careers Site allows you to benefit from Hilton's centralized global
recruitment function, while applying for jobs worldwide. This Careers Site is
operated from the United States. Accordingly, any personal information you
submit to the Careers Site will be collected in the U.S. and will be subject to
U.S. laws. However, if we share your personal information with a Hilton entity
located in another country in its capacity as a potential employer (or acting as
recruiter for a Hotel owner), the Hilton entity will handle your personal
information in accordance with this Notice. Franchisee entities may handle your
information pursuant to a separate privacy notice they may provide to you. Any
hiring or other employment-related decisions will be made by the hiring entity
in accordance with the laws of the country where the job will be located. Please
see Appendix A for additional information on International Data Transfers.

 

 

About Children

 

The Careers Site is not intended for minors under the age of 15 or the lawful
age of employment (whichever is greater) in any country in which we operate.

 

 

Changes to the Notice

 

We reserve the right to amend this Notice at any time without advance notice in
order to address future developments of Hilton, the Careers Site or changes in
industry or legal trends. We will post the revised Notice on the Careers Site or
announce the change on the home page of the Careers Site. You can determine when
the Notice was revised by referring to the "Last Updated" legend on the top of
this Notice. Any changes will become effective upon the posting of the revised
Notice on the Careers Site. By continuing to use the Careers Site following such
changes, you will be deemed to have agreed to such changes. If you do not agree
with the terms of this Notice, in whole or part, you can choose to not continue
to use the Careers Site.

 

 

Additional Privacy Provisions for Applicants from Certain Countries

 

Please see Appendix A for additional provisions that pertain to you if you are a
resident of a country that has enacted a privacy law granting additional rights
to residents of that country.

 

 

APPENDIX A

 

ADDITIONAL PROVISIONS APPLICABLE TO PROCESSING OF PERSONAL INFORMATION OF
APPLICANTS FROM COUNTRIES WITH PRIVACY LAWS GRANTING ADDITIONAL RIGHTS TO
INDIVIDUALS

 

 

For applicants from countries that have enacted privacy laws granting additional
rights to individuals, this Appendix outlines certain additional information
that Hilton is obligated to provide to you, as well as certain rights you have
with respect to the processing of your personal information, pursuant to
applicable local laws.

 

Hilton Controller:

 

Hilton Domestic Operating Company Inc. is the data controller with respect to
your personal information and can be contacted by email at
DataProtectionOffice@Hilton.com or at the following address:

 

Hilton Data Protection Officer

7930 Jones Branch Drive

McLean, Virginia 22102 USA

 

Purposes and Legal Basis for Processing

 

Hilton processes your personal information for the purpose of either recruiting
and evaluating candidates for employment, or to allow franchisee entities to
access your personal information if you are applying for a position at a
franchised property. Hilton processes your information pursuant to its
legitimate business interests and, in some cases, based on your consent.

 

Data Subject Rights

 

Access, Correction and Erasure Requests: Applicants who would like to review,
update, or request that we delete their personal information should go to the
Data Subject Rights Portal or should send a request in writing to
DataProtectionOffice@Hilton.com or Hilton Data Protection Office, 7930 Jones
Branch Drive, McLean, VA 22102, USA. Please note, however, that certain personal
information may be exempt from access, correction or deletion rights pursuant to
applicable data protection laws.

 

Restriction Requests: Applicants who would like to request that Hilton cease
processing of certain personal information should go to the Data Subject Rights
Portal or should send a request in writing to DataProtectionOffice@Hilton.com or
Hilton Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA.

 

Please note, however, that certain personal information may be exempt from such
requests pursuant to applicable data protection laws.

Data Portability Requests: Applicants who would like to request a copy of
certain of their personal information, or request that such personal information
be transmitted to a third party, should go to the Data Subject Rights Portal or
should send a request in writing to DataProtectionOffice@Hilton.com or Hilton
Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA. Please
note, however, that data portability rights apply only in limited circumstances
and to limited data sets.

 

Disclosures of your Information: In order to administer and manage the job
application process, and to otherwise perform the activities set forth in this
Notice, your information will be shared with other Hilton personnel, such as
personnel responsible for hiring determinations, members of the human resources
team, as well as other employees and individuals within Hilton involved in the
recruitment and selection process. Hilton will provide franchisee entities with
access to your information if you are applying for a job with a franchise
property.

 

Your information will be shared with various third party service providers
engaged by Hilton to support its recruitment efforts for its corporate offices
and owned and managed properties. These third parties include:

 * human resources services, performance management and talent management
 * back office IT systems suppliers and providers

We will also share information with legal and regulatory authorities and our
accountants, auditors, lawyers and other outside professional advisors.

 

We also share information with third parties:

 * if, in good faith, we believe that the disclosure is required to comply with
   a judicial proceeding, court order, subpoena, warrant or legal process, and
   such disclosure is in compliance with local law;
 * in the event of a merger or acquisition, asset sale, a transfer of some or
   all of Hilton's business, or other related transaction; and
 * when we believe in good faith that disclosure is required by law or to
   protect the safety of our employees, the public or Hilton property.

International Data Transfers

 

We reserve the right to transfer your personal information to, or process your
personal information in, countries that have not been found to provide adequate
protection of data pursuant to a country-specific law. In particular, we collect
and store the personal information you provide via the Careers Site in the
United States.

 

We use appropriate safeguards for the transfer of personal information among our
affiliates in various jurisdictions, and where required, we have implemented
data transfer agreements, such as the European Commission controller-to-
controller standard contractual clauses or other similar safeguards, for such
purposes. To obtain a copy of theses clauses or additional information on
transfers, you may send your request to privacy@hilton.com.

 







 

Complaints




You have the right to lodge a complaint regarding the processing of your
personal information with us at privacy@hilton.com or with the supervisory
authority in the Member State of your residence or place of work if you believe
that the processing of your personal information infringes applicable local
laws.

 

Privacy Notice Changes




This Notice may be changed from time to time. You can determine when this Notice
was last revised by referring to the "Last Updated" legend at the top of this
Notice. Any changes to this Notice will become effective upon our posting of the
revised Notice on the Careers Site.







  APPENDIX B




CALIFORNIA CONSUMER PRIVACY ACT NOTICE AT COLLECTION 

CALIFORNIA APPLICANTS







Last Updated: June 2023




This Appendix B applies solely to individuals who are residents of the State of
California as required under the California Consumer Privacy Act, as amended
(“CCPA”). The other provisions of the Applicant Privacy Notice continue to
apply, as applicable, except as modified in this Appendix B. 




 

This Notice at Collection (“Notice”) describes the categories of Personal
Information that Hilton Worldwide Holdings Inc., Hilton Domestic Operating
Company Inc., Hilton Worldwide Manage Limited, any other company owned in whole
or in part by Hilton Worldwide Holdings Inc., and any Hilton-owned, leased,
and/or managed hotel (“Hilton” or “Company”) may collect from California
residents and the purposes for which such information may be collected and used.
It also provides information concerning the Company’s record retention practices
and rights you may have under the CCPA. Any terms defined within the CCPA have
the same meaning when utilized within this Appendix B.




Categories of Personal Information Collected




Identifiers and Contact information. This category includes names, addresses,
telephone numbers, mobile numbers, email addresses, signatures, account names,
dates of birth, bank account information, log-in and password for Careers site,
and other similar contact information and identifiers. 




Protected Classification Information. This category includes characteristics of
protected classifications under California or federal law.




Internet or Other Electronic Network Activity Information. This category
includes, without limitation: 

 * all activity on the Company’s information systems, such as email
   communications, stored documents and emails, usernames and passwords

 * all activity on communications systems, including phone calls, call logs,
   voice mails, text messages, etc.

Geolocation Data




Audio, Electronic, Visual, Thermal, Olfactory, or Similar Information. This
category includes, for example, information collected from cameras, and similar
devices.




Professional and Employment-Related Information. This category includes, without
limitation, where permitted by law, data submitted with employment applications,
employment history, employment recommendations, etc.




Education Information. This category includes, without limitation, education
history.




Sensitive Personal Information. This category includes sensitive information
such as:

 * Social Security, driver’s license, state identification card, or passport
   number

 * financial account information 

 * racial or ethnic origin

 * content of mail, email, and text messages (unless the Company is the intended
   recipient of the communication)

 * biometric information for the purpose of uniquely identifying an individual

 * health information

 * information concerning sex life or sexual orientation

Inferences Drawn from the Personal Information in the Categories Above.  This
category includes engaging in human capital analytics, including, without
limitation, identifying correlations between certain characteristics and job
success.







Purposes Personal Information, Including Sensitive Personal Information, Is Used




 * Collecting and processing employment applications, including confirming
   eligibility for employment, background and related checks, drug tests,
   references, onboarding, and related recruiting efforts; evaluating an
   individual’s appropriateness for a particular position.

 * Retaining your information for consideration with respect to future job
   vacancies with Hilton.

 * Providing access to the Careers site. 

 * Maintaining records and satisfying record retention requirements.

 * Communicating with applicants about a current application, future job
   opportunities or current and past employment.

 * Submitting relevant information to prospective employers (e.g., third party
   hotel owners for whom Hilton manages properties; franchisees, etc.)

 * Complying with applicable state and federal health, labor, employment,
   disability, equal employment opportunity, workplace safety, and related laws,
   guidance, or recommendations.

 * Preventing unauthorized access to, use, or disclosure of the Company’s
   property, including information systems and network. 

 * Investigating complaints, grievances, and suspected violations of Company
   policy.

 * Designing, implementing, and promoting the Company’s diversity and inclusion
   programs.

 * Facilitating the efficient and secure use of the Company’s information
   systems; ensuring compliance with the Company information systems policies
   and procedures. 

 * Improving safety of applicants, employees, customers and the public with
   regard to use of Company property and equipment.

 * Improving efficiency.

 * Protecting the legal rights, privacy, safety or property of Company or its
   employees, agents, contractors, customers or the public.

 * Protecting against fraud or other illegal activity or for risk management
   purposes.

 * Investigating, responding to and managing legal claims against the Company
   and/or its personnel, including civil discovery in litigation.

 * Facilitating other business administrative functions and strategic
   activities, such as risk management, information technology and
   communications, financial management and reporting, workforce and succession
   planning, merger and acquisition activities, and maintenance of licenses,
   permits and authorization applicable to Company operations.

 * Sending surveys to collect feedback on your recruiting experience.

 * Conducting and storing video interviews.



Sources of Personal Information




We may collect your Personal Information from the following sources:
 * You. We may collect Personal Information directly from you; your device, such
   as through your use of our website or systems; when you visit one of our
   locations or facilities, send us an email, contact us by phone, or otherwise
   communicate or interact with us. 

 * Related Entities and Affiliates. We may collect information about you from
   our related parties and affiliates including third party hotel owners and
   franchisees.

 * Social media and related services. We may collect information about you
   through your social media services consistent with your settings on such
   services.

 * Third parties and service providers. We may collect information about you
   from third parties such as your references, applicant tracking systems and
   talent relationship vendors, background check vendors, staffing agencies,
   recruiters, Hilton clients and customers, or other third-party sources that
   are lawfully entitled to share your data with us. This may include service
   providers or contractors who collect or process your Personal Information on
   our behalf.



Disclosures of Your Personal Information




To carry out the purposes outlined above, we may disclose your Personal
Information to our affiliates, franchisees, service providers, contractors, and
government entities. 


We may also disclose your personal information to third parties, if necessary,
to: (1) comply with federal, state, or local laws; (2) comply with a civil,
criminal, or regulatory inquiry, investigation, subpoena, or summons by federal,
state, or local authorities; (3) cooperate with law enforcement agencies
concerning conduct or activity that we reasonably and in good faith believe may
violate federal, state, or local laws; or (4) exercise or defend legal claims.


Lastly, we may transfer personal information to a third party as part of a
merger, acquisition, bankruptcy, or other transaction in which the third party
assumes control or acquires of all or part of the assets of our business.



 

Categories of Personal Information




______________________________________________________________________




Identifiers and Contact information – such as name, postal address, email
address, phone number, account name, date of birth, Social Security number,
driver’s license number, photograph, passport number, unique personal
identifier, online identifier, Internet Protocol address or other similar
identifiers

 

NOTE: The information in this category may include the following elements of
Sensitive Personal Information: Social Security number, driver’s license number,
state identification card number, and/or passport number. 




Categories of Third Parties to Whom Disclosed




Third parties as directed by you. We may disclose your personal information to
the third parties to whom you direct.




Affiliates, business partners, third party hotel owners for whom we manage
properties, franchisees and other entities for whom we perform recruiting and
hiring functions or list positions. 




Third parties that perform services on our behalf. For example, we may disclose
information to certain service providers including professional services
providers; information technology providers; background check vendors; applicant
tracking, talent relationship and content management vendors; and data storage
companies. We might also authorize our service providers to collect personal
information on our behalf such as information you provide in response to a
survey.




Successors to all or portions of our business. If all or part of our business is
sold, we may disclose personal information in preparation for or as part of that
transaction.




Governmental entities, legal service providers.




______________________________________________________________________




Protected Classification Information – such as citizenship, ethnic background,
gender, or other similar identifiers




NOTE: The information in this category may include the following elements of
Sensitive Personal Information: racial, ethnic, or national origin. 




Categories of Third Parties to Whom Disclosed




Third parties as directed by you. We may disclose your personal information to
the third parties to whom you direct.




Affiliates, business partners, third party hotel owners for whom we manage
properties, franchisees and other entities for whom we perform recruiting and
hiring functions or list positions. 




Third parties that perform services on our behalf. For example, we may disclose
information to certain service providers including professional services
providers; information technology providers; background check vendors; applicant
tracking, talent relationship and content management vendors; and data storage
companies. We might also authorize our service providers to collect personal
information on our behalf such as information you provide in response to a
survey.




Successors to all or portions of our business. If all or part of our business is
sold, we may disclose personal information in preparation for or as part of that
transaction.




Governmental entities, legal service providers.




______________________________________________________________________




Internet or other electronic network activity – such as browsing history, search
history, a consumer’s interaction with an internet website, application, or
advertisement




NOTE: The information in this category may include the following elements of
Sensitive Personal Information: the contents of mail, email, or text messages,
to which the business was not the intended recipient.




Categories of Third Parties to Whom Disclosed




Third parties as directed by you. We may disclose your personal information to
the third parties to whom you direct.




Affiliates, business partners, third party hotel owners for whom we manage
properties, franchisees and other entities for whom we perform recruiting and
hiring functions or list positions. 




Third parties that perform services on our behalf. For example, we may disclose
information to certain service providers including professional services
providers; information technology providers; background check vendors; applicant
tracking, talent relationship and content management vendors; and data storage
companies. We might also authorize our service providers to collect personal
information on our behalf.




Successors to all or portions of our business. If all or part of our business is
sold, we may disclose personal information in preparation for or as part of that
transaction.




Governmental entities, legal service providers.




______________________________________________________________________




Professional, or employment related information, including veteran status or
other similar identifiers 




NOTE: The information in this category may include the following elements of
Sensitive Personal Information: union membership. 




Categories of Third Parties to Whom Disclosed




Third parties as directed by you. We may disclose your personal information to
the third parties to whom you direct.

  

Affiliates, business partners, third party hotel owners for whom we manage
properties, franchisees and other entities for whom we perform recruiting and
hiring functions or list positions. 




Third parties that perform services on our behalf. For example, we may disclose
information to certain service providers including professional services
providers; information technology providers; background check vendors; applicant
tracking, talent relationship and content management vendors; and data storage
companies. We might also authorize our service providers to collect personal
information on our behalf such as information you provide in response to a
survey.




Successors to all or portions of our business. If all or part of our business is
sold, we may disclose personal information in preparation for or as part of that
transaction.

 

Governmental entities, legal service providers.




______________________________________________________________________




Education information




Categories of Third Parties to Whom Disclosed




Third parties as directed by you. We may disclose your personal information to
the third parties to whom you direct.

  

Affiliates, business partners, third party hotel owners for whom we manage
properties, franchisees and other entities for whom we perform recruiting and
hiring functions or list positions. 




Third parties that perform services on our behalf. For example, we may disclose
information to certain service providers including professional services
providers; information technology providers; background check vendors; applicant
tracking, talent relationship and content management vendors; and data storage
companies. We might also authorize our service providers to collect personal
information on our behalf such as information you provide in response to a
survey.




Successors to all or portions of our business. If all or part of our business is
sold, we may disclose personal information in preparation for or as part of that
transaction.




Governmental entities, legal service providers.




______________________________________________________________________




Inferences drawn from personal information – such as individual profiles,
preferences, characteristics, behaviors or other similar identifiers




NOTE: The information in this category may include the following elements of
Sensitive Personal Information: racial or ethnic origin, religious or
philosophical beliefs, union membership, health information. 




Categories of Third Parties to Whom Disclosed




Third parties as directed by you. We may disclose your personal information to
the third parties to whom you direct.

  

Affiliates, business partners, third party hotel owners for whom we manage
properties, franchisees and other entities for whom we perform recruiting and
hiring functions or list positions. 




Third parties that perform services on our behalf. For example, we may disclose
information to certain service providers including professional services
providers; information technology providers; background check vendors; applicant
tracking, talent relationship and content management vendors; and data storage
companies. We might also authorize our service providers to collect personal
information on our behalf such as information you provide in response to a
survey.




Successors to all or portions of our business. If all or part of our business is
sold, we may disclose personal information in preparation for or as part of that
transaction.




Governmental entities, legal service providers.




______________________________________________________________________




The Company may add to the categories of Personal Information it collects and
the purposes for which it uses Personal Information. In that case, the Company
will inform you. 




We do not sell or share, as those terms are defined under the CCPA, the above
categories of Personal Information. 




We do not use or disclose your Sensitive Personal Information for purposes that,
with limited exceptions, are not necessary for the application or recruitment
related purpose for which we collect it or as reasonably expected by an average
individual in this context or for other permitted purposes under the CCPA or as
authorized by regulation. 




Retention. We retain your Personal Information for as long as is necessary for
the recruitment process, assess and or process your application for employment,
consider you for future positions, etc. and in accordance with the Company’s
data retention schedule.  




We may retain your Personal Information for longer if it is necessary to comply
with our legal or reporting obligations (for example, if we are required to
retain your data to comply with applicable laws), resolve disputes, enforce our
legal agreements and policies, address other legitimate business needs, or as
permitted or required by applicable law. 




We may also retain your Personal Information in a deidentified or aggregated
form so that it can no longer be associated with you.  




To determine the appropriate retention period for your Personal Information, we
consider various factors such as the amount, nature, and sensitivity of your
information; the potential risk of unauthorized access, use or disclosure; the
purposes for which we collect or process your personal information; and
applicable legal requirements. Personal information does not include certain
categories of information, such as publicly available information from
government records, and deidentified or aggregated consumer information.  




Individual Rights Requests. Individuals who are residents of the State of
California have certain individual rights, which are outlined below. 




Right To Know About Personal Information Collected or Disclosed. As a California
resident, you have the right to request additional information, beyond that
disclosed above, regarding the following, to the extent applicable:

 * the categories of Personal Information the Company collected about you 

 * the categories of sources from which that Personal Information was collected

 * the business or commercial purposes for which that information was collected,
   sold, or shared 

 * the categories of third parties to whom the information was disclosed

 * the specific pieces of Personal Information collected

Upon receipt of a verifiable request to know (see below), and as required by
applicable law, we will provide a response to such request. 




Right To Request Deletion of Your Personal Information. You have the right to
request that we delete the Personal Information we collected or maintain about
you. Once we receive your request, we will let you know what, if any, Personal
Information we can delete from our records, and will direct any service
providers and contractors to whom we disclosed your Personal Information to also
delete your Personal Information from their records.




There may be circumstances where we cannot delete your Personal Information or
direct service providers or contractors to delete your Personal Information from
their records.  Such instances include, without limitation, when the information
at issue is maintained: (a) to enable solely internal uses that are reasonably
aligned with your expectations based on your relationship with the Company and
compatible with the context in which you provided the information, or (b) to
comply with a legal obligation.  




Upon receipt of a verifiable request to delete (see below), and as required by
applicable law, we will provide a response to such requests.




Right to Request Correction. You have the right to request that the Company
correct any inaccurate Personal Information we maintain about you, taking into
account the nature of that information and purpose for processing it. Upon
receipt of a verifiable request to correct (see below), and as required by the
CCPA, we will provide a response to such requests.




Right to Non-Discrimination for the Exercise of Your Privacy Rights. We will not
discriminate or retaliate against you for exercising any of the rights described
above. 




Submitting CCPA Rights Requests. To submit a California Consumer Rights request,
please visit our website at datarights.hilton.com or click the “Personal Data
Requests” link at the bottom of any Hilton website to submit your request. You
also may call our toll-free telephone number: (800) 413-7470, email the Data
Protection Office (“DPO”) at DataProtectionOffice@hilton.com. We reserve the
right to only respond to verifiable consumer requests to know, delete, or
correct.  




What to submit. If we request, you must provide us with sufficient information
to verify your identity and/or authority to act on behalf of a CA resident. In
general, we may ask you to provide identifying information that we already
maintain about you. In either event, we will try to avoid asking you for
sensitive Personal Information to verify your identity. We may not be able to
respond to your request or provide you with Personal Information if we cannot
verify your identity or authority to make the request and confirm the Personal
Information relates to you.  However, making a verifiable consumer request does
not require you to create an account with us.




Additionally, you will need to describe your request with sufficient detail to
allow us to review, understand, assess, and respond. We will not use the
Personal Information we collect from an individual to determine a verifiable
request for any other purpose, except as required or permitted by law. 




Our response. We reserve the right to charge a fee to process or respond to your
request if it is excessive, repetitive, or manifestly unfounded. If we determine
that a request warrants a fee, we will attempt to notify you as to why we made
that decision and provide a cost estimate before completing your request. We
will endeavor to respond to a verifiable consumer request within forty-five (45)
calendar days of receipt, but we may require an extension of up to forty-five
(45) additional calendar days to respond and we will notify you of the need for
the extension.




Spouses, Dependents, and Associates. If you have knowledge that the Company
collected Personal Information related to your spouse or dependent, please share
a copy of this notice with all such individuals. 




Changes to this Notice. We reserve the right to amend this Notice. 







 * Recruitment Fraud
 * Accomodations and Accessibility Assistance
 * Employment Disclaimer
 * Equal Opportunity Employer
 * Career Site Cookie Settings
 * Profile Information
 * E-Verify

 * Hilton.com
 * Careers Home
 * Current Team Member
 * Global Privacy Statement


CULTURE

 * Diversity and Inclusion
 * Career Growth
 * Heart of House
 * The Hilton Effect


BENEFITS

 * Thrive at Hilton
 * Unique Hilton Benefits
 * Parental Assistance
 * Employee Recognition


CAREER PATHS

 * Hotels
 * Corporate
 * Universities
 * Work From Home


BRANDS


CONNECT

 * Social Media
 * Job Alerts
 * Events
 * Blogs


SEARCH JOBS

Copyright © 2024 Hilton


@HILTONCAREERS

 * Glassdoor
 * Facebook
 * LinkedIn
 * YouTube
 * Twitter
 * Instagram