CINXE.COM
HIAS Guatemala | Support For Refugees In Guatemala | HIAS
<!DOCTYPE html> <html lang="en-US"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.4",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(e=>{let r=e.getAttribute("data-rocket-src");if(r&&0!==r.indexOf("data:")){0===r.indexOf("//")&&(r=location.protocol+r);try{let i=new URL(r).origin;i!==location.origin&&t.push({src:i,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(n){}}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){if(await this._littleBreath(),!0===t.noModule&&"noModule"in HTMLScriptElement.prototype){t.setAttribute("data-rocket-status","skipped");return}return new Promise(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(){let t={};function e(e,r){!function e(r){!t[r]&&(t[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.remove.apply(r,arguments)});function i(e){return t[r].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(r)}function r(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}e(document,"DOMContentLoaded"),e(window,"DOMContentLoaded"),e(window,"load"),e(window,"pageshow"),e(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(t){let e;function r(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}function i(i){if(i&&i.fn&&!t.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(i)),i([])};let n=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=r(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{let e=arguments[0][t];delete arguments[0][t],arguments[0][r(t)]=e})),n.apply(this,arguments),this},t.allJQueries.push(i)}e=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){i(t)}})}async _pendingWebpackRequests(t){let e=document.querySelector("script[data-webpack]");async function r(){return new Promise(t=>{e.addEventListener("load",t),e.addEventListener("error",t)})}e&&(await r(),await t._requestAnimFrame(),await t._pendingWebpackRequests(t))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>HIAS Guatemala | Support For Refugees In Guatemala | HIAS </title> <meta http-equiv="x-ua-compatible" content="IE=edge;chrome=1" /><script type="text/javascript">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:["bam.nr-data.net"]},distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:"1588750955",accountID:"3703228",trustKey:"66686",xpid:"VwEHUlRRABABUVBXAQQAVVID",licenseKey:"NRJS-b6ae98ee6dcae6a95d6",applicationID:"1515657362"};;/*! For license information please see nr-loader-spa-1.274.0.min.js.LICENSE.txt */ (()=>{var e,t,r={8122:(e,t,r)=>{"use strict";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||"object"!=typeof e)return(0,n.R)(3);if(!t||"object"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),o=0===Object.keys(r).length?e:r;for(let a in o)if(void 0!==e[a])try{if(null===e[a]){r[a]=null;continue}Array.isArray(e[a])&&Array.isArray(t[a])?r[a]=Array.from(new Set([...e[a],...t[a]])):"object"==typeof e[a]&&"object"==typeof t[a]?r[a]=i(e[a],t[a]):r[a]=e[a]}catch(e){(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},2555:(e,t,r)=>{"use strict";r.d(t,{Vp:()=>c,fn:()=>s,x1:()=>u});var n=r(384),i=r(8122);const o={beacon:n.NT.beacon,errorBeacon:n.NT.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},a={};function s(e){try{const t=c(e);return!!t.licenseKey&&!!t.errorBeacon&&!!t.applicationID}catch(e){return!1}}function c(e){if(!e)throw new Error("All info objects require an agent identifier!");if(!a[e])throw new Error("Info for ".concat(e," was never set"));return a[e]}function u(e,t){if(!e)throw new Error("All info objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.info=a[e])}},9417:(e,t,r)=>{"use strict";r.d(t,{D0:()=>h,gD:()=>g,xN:()=>p});var n=r(993);const i=e=>{if(!e||"string"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var o=r(2614),a=r(944),s=r(384),c=r(8122);const u="[data-nr-mask]",d=()=>{const e={mask_selector:"*",block_selector:"[data-nr-block]",mask_input_options:{color:!1,date:!1,"datetime-local":!1,email:!1,month:!1,number:!1,range:!1,search:!1,tel:!1,text:!1,time:!1,url:!1,week:!1,textarea:!1,select:!1,password:!0}};return{ajax:{deny_list:void 0,block_internal:!0,enabled:!0,harvestTimeSeconds:10,autoStart:!0},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},feature_flags:[],generic_events:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},harvest:{tooManyRequestsDelay:60},jserrors:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},logging:{enabled:!0,harvestTimeSeconds:10,autoStart:!0,level:n.p_.INFO},metrics:{enabled:!0,autoStart:!0},obfuscate:void 0,page_action:{enabled:!0},page_view_event:{enabled:!0,autoStart:!0},page_view_timing:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},performance:{capture_marks:!1,capture_measures:!1},privacy:{cookies_enabled:!0},proxy:{assets:void 0,beacon:void 0},session:{expiresMs:o.wk,inactiveMs:o.BB},session_replay:{autoStart:!0,enabled:!1,harvestTimeSeconds:60,preload:!1,sampling_rate:10,error_sampling_rate:100,collect_fonts:!1,inline_images:!1,fix_stylesheets:!0,mask_all_inputs:!0,get mask_text_selector(){return e.mask_selector},set mask_text_selector(t){i(t)?e.mask_selector="".concat(t,",").concat(u):""===t||null===t?e.mask_selector=u:(0,a.R)(5,t)},get block_class(){return"nr-block"},get ignore_class(){return"nr-ignore"},get mask_text_class(){return"nr-mask"},get block_selector(){return e.block_selector},set block_selector(t){i(t)?e.block_selector+=",".concat(t):""!==t&&(0,a.R)(6,t)},get mask_input_options(){return e.mask_input_options},set mask_input_options(t){t&&"object"==typeof t?e.mask_input_options={...t,password:!0}:(0,a.R)(7,t)}},session_trace:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},soft_navigations:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},spa:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},ssl:void 0,user_actions:{enabled:!0}}},l={},f="All configuration objects require an agent identifier!";function h(e){if(!e)throw new Error(f);if(!l[e])throw new Error("Configuration for ".concat(e," was never set"));return l[e]}function p(e,t){if(!e)throw new Error(f);l[e]=(0,c.a)(t,d());const r=(0,s.nY)(e);r&&(r.init=l[e])}function g(e,t){if(!e)throw new Error(f);var r=h(e);if(r){for(var n=t.split("."),i=0;i<n.length-1;i++)if("object"!=typeof(r=r[n[i]]))return;r=r[n[n.length-1]]}return r}},5603:(e,t,r)=>{"use strict";r.d(t,{a:()=>c,o:()=>s});var n=r(384),i=r(8122);const o={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},a={};function s(e){if(!e)throw new Error("All loader-config objects require an agent identifier!");if(!a[e])throw new Error("LoaderConfig for ".concat(e," was never set"));return a[e]}function c(e,t){if(!e)throw new Error("All loader-config objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.loader_config=a[e])}},3371:(e,t,r)=>{"use strict";r.d(t,{V:()=>f,f:()=>l});var n=r(8122),i=r(384),o=r(6154),a=r(9324);let s=0;const c={buildEnv:a.F3,distMethod:a.Xs,version:a.xv,originTime:o.WN},u={customTransaction:void 0,disabled:!1,isolatedBacklog:!1,loaderType:void 0,maxBytes:3e4,onerror:void 0,ptid:void 0,releaseIds:{},appMetadata:{},session:void 0,denyList:void 0,timeKeeper:void 0,obfuscator:void 0},d={};function l(e){if(!e)throw new Error("All runtime objects require an agent identifier!");if(!d[e])throw new Error("Runtime for ".concat(e," was never set"));return d[e]}function f(e,t){if(!e)throw new Error("All runtime objects require an agent identifier!");d[e]={...(0,n.a)(t,u),...c},Object.hasOwnProperty.call(d[e],"harvestCount")||Object.defineProperty(d[e],"harvestCount",{get:()=>++s});const r=(0,i.nY)(e);r&&(r.runtime=d[e])}},9324:(e,t,r)=>{"use strict";r.d(t,{F3:()=>i,Xs:()=>o,Yq:()=>a,xv:()=>n});const n="1.274.0",i="PROD",o="CDN",a="^2.0.0-alpha.17"},6154:(e,t,r)=>{"use strict";r.d(t,{A4:()=>s,OF:()=>d,RI:()=>i,WN:()=>h,bv:()=>o,gm:()=>a,lR:()=>f,m:()=>u,mw:()=>c,sb:()=>l});var n=r(1863);const i="undefined"!=typeof window&&!!window.document,o="undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),a=i?window:"undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),s="complete"===a?.document?.readyState,c=Boolean("hidden"===a?.document?.visibilityState),u=""+a?.location,d=/iPad|iPhone|iPod/.test(a.navigator?.userAgent),l=d&&"undefined"==typeof SharedWorker,f=(()=>{const e=a.navigator?.userAgent?.match(/Firefox[/\s](\d+\.\d+)/);return Array.isArray(e)&&e.length>=2?+e[1]:0})(),h=Date.now()-(0,n.t)()},7295:(e,t,r)=>{"use strict";r.d(t,{Xv:()=>a,gX:()=>i,iW:()=>o});var n=[];function i(e){if(!e||o(e))return!1;if(0===n.length)return!0;for(var t=0;t<n.length;t++){var r=n[t];if("*"===r.hostname)return!1;if(s(r.hostname,e.hostname)&&c(r.pathname,e.pathname))return!1}return!0}function o(e){return void 0===e.hostname}function a(e){if(n=[],e&&e.length)for(var t=0;t<e.length;t++){let r=e[t];if(!r)continue;0===r.indexOf("http://")?r=r.substring(7):0===r.indexOf("https://")&&(r=r.substring(8));const i=r.indexOf("/");let o,a;i>0?(o=r.substring(0,i),a=r.substring(i)):(o=r,a="");let[s]=o.split(":");n.push({hostname:s,pathname:a})}}function s(e,t){return!(e.length>t.length)&&t.indexOf(e)===t.length-e.length}function c(e,t){return 0===e.indexOf("/")&&(e=e.substring(1)),0===t.indexOf("/")&&(t=t.substring(1)),""===e||e===t}},1687:(e,t,r)=>{"use strict";r.d(t,{Ak:()=>c,Ze:()=>l,x3:()=>u});var n=r(7836),i=r(3606),o=r(860),a=r(2646);const s={};function c(e,t){const r={staged:!1,priority:o.P3[t]||0};d(e),s[e].get(t)||s[e].set(t,r)}function u(e,t){e&&s[e]&&(s[e].get(t)&&s[e].delete(t),h(e,t,!1),s[e].size&&f(e))}function d(e){if(!e)throw new Error("agentIdentifier required");s[e]||(s[e]=new Map)}function l(e="",t="feature",r=!1){if(d(e),!e||!s[e].get(t)||r)return h(e,t);s[e].get(t).staged=!0,f(e)}function f(e){const t=Array.from(s[e]);t.every((([e,t])=>t.staged))&&(t.sort(((e,t)=>e[1].priority-t[1].priority)),t.forEach((([t])=>{s[e].delete(t),h(e,t)})))}function h(e,t,r=!0){const o=e?n.ee.get(e):n.ee,s=i.i.handlers;if(!o.aborted&&o.backlog&&s){if(r){const e=o.backlog[t],r=s[t];if(r){for(let t=0;e&&t<e.length;++t)p(e[t],r);Object.entries(r).forEach((([e,t])=>{Object.values(t||{}).forEach((t=>{t[0]?.on&&t[0]?.context()instanceof a.y&&t[0].on(e,t[1])}))}))}}o.isolatedBacklog||delete s[t],o.backlog[t]=null,o.emit("drain-"+t,[])}}function p(e,t){var r=e[1];Object.values(t[r]||{}).forEach((t=>{var r=e[0];if(t[0]===r){var n=t[1],i=e[3],o=e[2];n.apply(i,o)}}))}},7836:(e,t,r)=>{"use strict";r.d(t,{P:()=>c,ee:()=>u});var n=r(384),i=r(8990),o=r(3371),a=r(2646),s=r(5607);const c="nr@context:".concat(s.W),u=function e(t,r){var n={},s={},d={},l=!1;try{l=16===r.length&&(0,o.f)(r).isolatedBacklog}catch(e){}var f={on:p,addEventListener:p,removeEventListener:function(e,t){var r=n[e];if(!r)return;for(var i=0;i<r.length;i++)r[i]===t&&r.splice(i,1)},emit:function(e,r,n,i,o){!1!==o&&(o=!0);if(u.aborted&&!i)return;t&&o&&t.emit(e,r,n);for(var a=h(n),c=g(e),d=c.length,l=0;l<d;l++)c[l].apply(a,r);var p=v()[s[e]];p&&p.push([f,e,r,a]);return a},get:m,listeners:g,context:h,buffer:function(e,t){const r=v();if(t=t||"feature",f.aborted)return;Object.entries(e||{}).forEach((([e,n])=>{s[n]=t,t in r||(r[t]=[])}))},abort:function(){f._aborted=!0,Object.keys(f.backlog).forEach((e=>{delete f.backlog[e]}))},isBuffering:function(e){return!!v()[s[e]]},debugId:r,backlog:l?{}:t&&"object"==typeof t.backlog?t.backlog:{},isolatedBacklog:l};return Object.defineProperty(f,"aborted",{get:()=>{let e=f._aborted||!1;return e||(t&&(e=t.aborted),e)}}),f;function h(e){return e&&e instanceof a.y?e:e?(0,i.I)(e,c,(()=>new a.y(c))):new a.y(c)}function p(e,t){n[e]=g(e).concat(t)}function g(e){return n[e]||[]}function m(t){return d[t]=d[t]||e(f,t)}function v(){return f.backlog}}(void 0,"globalEE"),d=(0,n.Zm)();d.ee||(d.ee=u)},2646:(e,t,r)=>{"use strict";r.d(t,{y:()=>n});class n{constructor(e){this.contextId=e}}},9908:(e,t,r)=>{"use strict";r.d(t,{d:()=>n,p:()=>i});var n=r(7836).ee.get("handle");function i(e,t,r,i,o){o?(o.buffer([e],i),o.emit(e,t,r)):(n.buffer([e],i),n.emit(e,t,r))}},3606:(e,t,r)=>{"use strict";r.d(t,{i:()=>o});var n=r(9908);o.on=a;var i=o.handlers={};function o(e,t,r,o){a(o||n.d,i,e,t,r)}function a(e,t,r,i,o){o||(o="feature"),e||(e=n.d);var a=t[o]=t[o]||{};(a[r]=a[r]||[]).push([e,i])}},3878:(e,t,r)=>{"use strict";function n(e,t){return{capture:e,passive:!1,signal:t}}function i(e,t,r=!1,i){window.addEventListener(e,t,n(r,i))}function o(e,t,r=!1,i){document.addEventListener(e,t,n(r,i))}r.d(t,{DD:()=>o,jT:()=>n,sp:()=>i})},5607:(e,t,r)=>{"use strict";r.d(t,{W:()=>n});const n=(0,r(9566).bz)()},9566:(e,t,r)=>{"use strict";r.d(t,{LA:()=>s,ZF:()=>c,bz:()=>a,el:()=>u});var n=r(6154);const i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";function o(e,t){return e?15&e[t]:16*Math.random()|0}function a(){const e=n.gm?.crypto||n.gm?.msCrypto;let t,r=0;return e&&e.getRandomValues&&(t=e.getRandomValues(new Uint8Array(30))),i.split("").map((e=>"x"===e?o(t,r++).toString(16):"y"===e?(3&o()|8).toString(16):e)).join("")}function s(e){const t=n.gm?.crypto||n.gm?.msCrypto;let r,i=0;t&&t.getRandomValues&&(r=t.getRandomValues(new Uint8Array(e)));const a=[];for(var s=0;s<e;s++)a.push(o(r,i++).toString(16));return a.join("")}function c(){return s(16)}function u(){return s(32)}},2614:(e,t,r)=>{"use strict";r.d(t,{BB:()=>a,H3:()=>n,g:()=>u,iL:()=>c,tS:()=>s,uh:()=>i,wk:()=>o});const n="NRBA",i="SESSION",o=144e5,a=18e5,s={STARTED:"session-started",PAUSE:"session-pause",RESET:"session-reset",RESUME:"session-resume",UPDATE:"session-update"},c={SAME_TAB:"same-tab",CROSS_TAB:"cross-tab"},u={OFF:0,FULL:1,ERROR:2}},1863:(e,t,r)=>{"use strict";function n(){return Math.floor(performance.now())}r.d(t,{t:()=>n})},7485:(e,t,r)=>{"use strict";r.d(t,{D:()=>i});var n=r(6154);function i(e){if(0===(e||"").indexOf("data:"))return{protocol:"data"};try{const t=new URL(e,location.href),r={port:t.port,hostname:t.hostname,pathname:t.pathname,search:t.search,protocol:t.protocol.slice(0,t.protocol.indexOf(":")),sameOrigin:t.protocol===n.gm?.location?.protocol&&t.host===n.gm?.location?.host};return r.port&&""!==r.port||("http:"===t.protocol&&(r.port="80"),"https:"===t.protocol&&(r.port="443")),r.pathname&&""!==r.pathname?r.pathname.startsWith("/")||(r.pathname="/".concat(r.pathname)):r.pathname="/",r}catch(e){return{}}}},944:(e,t,r)=>{"use strict";function n(e,t){"function"==typeof console.debug&&console.debug("New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#".concat(e),t)}r.d(t,{R:()=>n})},5284:(e,t,r)=>{"use strict";r.d(t,{t:()=>c,B:()=>s});var n=r(7836),i=r(6154);const o="newrelic";const a=new Set,s={};function c(e,t){const r=n.ee.get(t);s[t]??={},e&&"object"==typeof e&&(a.has(t)||(r.emit("rumresp",[e]),s[t]=e,a.add(t),function(e={}){try{i.gm.dispatchEvent(new CustomEvent(o,{detail:e}))}catch(e){}}({loaded:!0})))}},8990:(e,t,r)=>{"use strict";r.d(t,{I:()=>i});var n=Object.prototype.hasOwnProperty;function i(e,t,r){if(n.call(e,t))return e[t];var i=r();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:i,writable:!0,enumerable:!1}),i}catch(e){}return e[t]=i,i}},6389:(e,t,r)=>{"use strict";function n(e,t=500,r={}){const n=r?.leading||!1;let i;return(...r)=>{n&&void 0===i&&(e.apply(this,r),i=setTimeout((()=>{i=clearTimeout(i)}),t)),n||(clearTimeout(i),i=setTimeout((()=>{e.apply(this,r)}),t))}}function i(e){let t=!1;return(...r)=>{t||(t=!0,e.apply(this,r))}}r.d(t,{J:()=>i,s:()=>n})},3304:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(7836);const i=()=>{const e=new WeakSet;return(t,r)=>{if("object"==typeof r&&null!==r){if(e.has(r))return;e.add(r)}return r}};function o(e){try{return JSON.stringify(e,i())??""}catch(e){try{n.ee.emit("internal-error",[e])}catch(e){}return""}}},5289:(e,t,r)=>{"use strict";r.d(t,{GG:()=>o,sB:()=>a});var n=r(3878);function i(){return"undefined"==typeof document||"complete"===document.readyState}function o(e,t){if(i())return e();(0,n.sp)("load",e,t)}function a(e){if(i())return e();(0,n.DD)("DOMContentLoaded",e)}},384:(e,t,r)=>{"use strict";r.d(t,{NT:()=>o,US:()=>d,Zm:()=>a,bQ:()=>c,dV:()=>s,nY:()=>u,pV:()=>l});var n=r(6154),i=r(1863);const o={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net"};function a(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function s(){let e=a();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate,CT:n.gm.clearTimeout,XHR:n.gm.XMLHttpRequest,REQ:n.gm.Request,EV:n.gm.Event,PR:n.gm.Promise,MO:n.gm.MutationObserver,FETCH:n.gm.fetch,WS:n.gm.WebSocket}),e}function c(e,t){let r=a();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t}function u(e){let t=a();return t.initializedAgents?.[e]}function d(e,t){a()[e]=t}function l(){return function(){let e=a();const t=e.info||{};e.info={beacon:o.beacon,errorBeacon:o.errorBeacon,...t}}(),function(){let e=a();const t=e.init||{};e.init={...t}}(),s(),function(){let e=a();const t=e.loader_config||{};e.loader_config={...t}}(),a()}},2843:(e,t,r)=>{"use strict";r.d(t,{u:()=>i});var n=r(3878);function i(e,t=!1,r,i){(0,n.DD)("visibilitychange",(function(){if(t)return void("hidden"===document.visibilityState&&e());e(document.visibilityState)}),r,i)}},8139:(e,t,r)=>{"use strict";r.d(t,{u:()=>f});var n=r(7836),i=r(3434),o=r(8990),a=r(6154);const s={},c=a.gm.XMLHttpRequest,u="addEventListener",d="removeEventListener",l="nr@wrapped:".concat(n.P);function f(e){var t=function(e){return(e||n.ee).get("events")}(e);if(s[t.debugId]++)return t;s[t.debugId]=1;var r=(0,i.YM)(t,!0);function f(e){r.inPlace(e,[u,d],"-",p)}function p(e,t){return e[1]}return"getPrototypeOf"in Object&&(a.RI&&h(document,f),h(a.gm,f),h(c.prototype,f)),t.on(u+"-start",(function(e,t){var n=e[1];if(null!==n&&("function"==typeof n||"object"==typeof n)){var i=(0,o.I)(n,l,(function(){var e={object:function(){if("function"!=typeof n.handleEvent)return;return n.handleEvent.apply(n,arguments)},function:n}[typeof n];return e?r(e,"fn-",null,e.name||"anonymous"):n}));this.wrapped=e[1]=i}})),t.on(d+"-start",(function(e){e[1]=this.wrapped||e[1]})),t}function h(e,t,...r){let n=e;for(;"object"==typeof n&&!Object.prototype.hasOwnProperty.call(n,u);)n=Object.getPrototypeOf(n);n&&t(n,...r)}},3434:(e,t,r)=>{"use strict";r.d(t,{Jt:()=>o,YM:()=>c});var n=r(7836),i=r(5607);const o="nr@original:".concat(i.W);var a=Object.prototype.hasOwnProperty,s=!1;function c(e,t){return e||(e=n.ee),r.inPlace=function(e,t,n,i,o){n||(n="");const a="-"===n.charAt(0);for(let s=0;s<t.length;s++){const c=t[s],u=e[c];d(u)||(e[c]=r(u,a?c+n:n,i,c,o))}},r.flag=o,r;function r(t,r,n,s,c){return d(t)?t:(r||(r=""),nrWrapper[o]=t,function(e,t,r){if(Object.defineProperty&&Object.keys)try{return Object.keys(e).forEach((function(r){Object.defineProperty(t,r,{get:function(){return e[r]},set:function(t){return e[r]=t,t}})})),t}catch(e){u([e],r)}for(var n in e)a.call(e,n)&&(t[n]=e[n])}(t,nrWrapper,e),nrWrapper);function nrWrapper(){var o,a,d,l;try{a=this,o=[...arguments],d="function"==typeof n?n(o,a):n||{}}catch(t){u([t,"",[o,a,s],d],e)}i(r+"start",[o,a,s],d,c);try{return l=t.apply(a,o)}catch(e){throw i(r+"err",[o,a,e],d,c),e}finally{i(r+"end",[o,a,l],d,c)}}}function i(r,n,i,o){if(!s||t){var a=s;s=!0;try{e.emit(r,n,i,t,o)}catch(t){u([t,r,n,i],e)}s=a}}}function u(e,t){t||(t=n.ee);try{t.emit("internal-error",e)}catch(e){}}function d(e){return!(e&&"function"==typeof e&&e.apply&&!e[o])}},9300:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.ajax},3333:(e,t,r)=>{"use strict";r.d(t,{TZ:()=>n,Zp:()=>i,mq:()=>s,nf:()=>a,qN:()=>o});const n=r(860).K7.genericEvents,i=["auxclick","click","copy","keydown","paste","scrollend"],o=["focus","blur"],a=4,s=1e3},6774:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.jserrors},993:(e,t,r)=>{"use strict";r.d(t,{ET:()=>o,TZ:()=>a,p_:()=>i});var n=r(860);const i={ERROR:"ERROR",WARN:"WARN",INFO:"INFO",DEBUG:"DEBUG",TRACE:"TRACE"},o="log",a=n.K7.logging},3785:(e,t,r)=>{"use strict";r.d(t,{R:()=>c,b:()=>u});var n=r(9908),i=r(1863),o=r(860),a=r(3969),s=r(993);function c(e,t,r={},c=s.p_.INFO){(0,n.p)(a.xV,["API/logging/".concat(c.toLowerCase(),"/called")],void 0,o.K7.metrics,e),(0,n.p)(s.ET,[(0,i.t)(),t,r,c],void 0,o.K7.logging,e)}function u(e){return"string"==typeof e&&Object.values(s.p_).some((t=>t===e.toUpperCase().trim()))}},3969:(e,t,r)=>{"use strict";r.d(t,{TZ:()=>n,XG:()=>s,rs:()=>i,xV:()=>a,z_:()=>o});const n=r(860).K7.metrics,i="sm",o="cm",a="storeSupportabilityMetrics",s="storeEventMetrics"},6630:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewEvent},782:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewTiming},6344:(e,t,r)=>{"use strict";r.d(t,{BB:()=>d,G4:()=>o,Qb:()=>l,TZ:()=>i,Ug:()=>a,_s:()=>s,bc:()=>u,yP:()=>c});var n=r(2614);const i=r(860).K7.sessionReplay,o={RECORD:"recordReplay",PAUSE:"pauseReplay",REPLAY_RUNNING:"replayRunning",ERROR_DURING_REPLAY:"errorDuringReplay"},a=.12,s={DomContentLoaded:0,Load:1,FullSnapshot:2,IncrementalSnapshot:3,Meta:4,Custom:5},c={[n.g.ERROR]:15e3,[n.g.FULL]:3e5,[n.g.OFF]:0},u={RESET:{message:"Session was reset",sm:"Reset"},IMPORT:{message:"Recorder failed to import",sm:"Import"},TOO_MANY:{message:"429: Too Many Requests",sm:"Too-Many"},TOO_BIG:{message:"Payload was too large",sm:"Too-Big"},CROSS_TAB:{message:"Session Entity was set to OFF on another tab",sm:"Cross-Tab"},ENTITLEMENTS:{message:"Session Replay is not allowed and will not be started",sm:"Entitlement"}},d=5e3,l={API:"api"}},5270:(e,t,r)=>{"use strict";r.d(t,{Aw:()=>c,CT:()=>u,SR:()=>s});var n=r(384),i=r(9417),o=r(7767),a=r(6154);function s(e){return!!(0,n.dV)().o.MO&&(0,o.V)(e)&&!0===(0,i.gD)(e,"session_trace.enabled")}function c(e){return!0===(0,i.gD)(e,"session_replay.preload")&&s(e)}function u(e,t){const r=t.correctAbsoluteTimestamp(e);return{originalTimestamp:e,correctedTimestamp:r,timestampDiff:e-r,originTime:a.WN,correctedOriginTime:t.correctedOriginTime,originTimeDiff:Math.floor(a.WN-t.correctedOriginTime)}}},3738:(e,t,r)=>{"use strict";r.d(t,{He:()=>i,Kp:()=>s,Lc:()=>u,Rz:()=>d,TZ:()=>n,bD:()=>o,d3:()=>a,jx:()=>l,uP:()=>c});const n=r(860).K7.sessionTrace,i="bstResource",o="resource",a="-start",s="-end",c="fn"+a,u="fn"+s,d="pushState",l=1e3},3962:(e,t,r)=>{"use strict";r.d(t,{AM:()=>o,O2:()=>s,Qu:()=>c,TZ:()=>a,ih:()=>u,tC:()=>i});var n=r(860);const i=["click","keydown","submit"],o="api",a=n.K7.softNav,s={INITIAL_PAGE_LOAD:"",ROUTE_CHANGE:1,UNSPECIFIED:2},c={INTERACTION:1,AJAX:2,CUSTOM_END:3,CUSTOM_TRACER:4},u={IP:"in progress",FIN:"finished",CAN:"cancelled"}},7378:(e,t,r)=>{"use strict";r.d(t,{$p:()=>x,BR:()=>b,Kp:()=>R,L3:()=>y,Lc:()=>c,NC:()=>o,SG:()=>d,TZ:()=>i,U6:()=>p,UT:()=>m,d3:()=>w,dT:()=>f,e5:()=>A,gx:()=>v,l9:()=>l,oW:()=>h,op:()=>g,rw:()=>u,tH:()=>E,uP:()=>s,wW:()=>T,xq:()=>a});var n=r(384);const i=r(860).K7.spa,o=["click","submit","keypress","keydown","keyup","change"],a=999,s="fn-start",c="fn-end",u="cb-start",d="api-ixn-",l="remaining",f="interaction",h="spaNode",p="jsonpNode",g="fetch-start",m="fetch-done",v="fetch-body-",b="jsonp-end",y=(0,n.dV)().o.ST,w="-start",R="-end",x="-body",T="cb"+R,A="jsTime",E="fetch"},4234:(e,t,r)=>{"use strict";r.d(t,{W:()=>o});var n=r(7836),i=r(1687);class o{constructor(e,t){this.agentIdentifier=e,this.ee=n.ee.get(e),this.featureName=t,this.blocked=!1}deregisterDrain(){(0,i.x3)(this.agentIdentifier,this.featureName)}}},7767:(e,t,r)=>{"use strict";r.d(t,{V:()=>o});var n=r(9417),i=r(6154);const o=e=>i.RI&&!0===(0,n.gD)(e,"privacy.cookies_enabled")},425:(e,t,r)=>{"use strict";r.d(t,{j:()=>j});var n=r(860),i=r(2555),o=r(3371),a=r(9908),s=r(7836),c=r(1687),u=r(5289),d=r(6154),l=r(944),f=r(3969),h=r(384),p=r(6344);const g=["setErrorHandler","finished","addToTrace","addRelease","addPageAction","setCurrentRouteName","setPageViewName","setCustomAttribute","interaction","noticeError","setUserId","setApplicationVersion","start",p.G4.RECORD,p.G4.PAUSE,"log","wrapLogger"],m=["setErrorHandler","finished","addToTrace","addRelease"];var v=r(1863),b=r(2614),y=r(993),w=r(3785),R=r(2646),x=r(3434);function T(e,t,r,n){if("object"!=typeof t||!t||"string"!=typeof r||!r||"function"!=typeof t[r])return(0,l.R)(29);const i=function(e){return(e||s.ee).get("logger")}(e),o=(0,x.YM)(i),a=new R.y(s.P);return a.level=n.level,a.customAttributes=n.customAttributes,o.inPlace(t,[r],"wrap-logger-",a),i}function A(){const e=(0,h.pV)();g.forEach((t=>{e[t]=(...r)=>function(t,...r){let n=[];return Object.values(e.initializedAgents).forEach((e=>{e&&e.api?e.exposed&&e.api[t]&&n.push(e.api[t](...r)):(0,l.R)(38,t)})),n.length>1?n:n[0]}(t,...r)}))}const E={};var S=r(9417),N=r(5603),O=r(5284);const _=e=>{const t=e.startsWith("http");e+="/",r.p=t?e:"https://"+e};let I=!1;function j(e,t={},g,R){let{init:x,info:j,loader_config:P,runtime:C={},exposed:k=!0}=t;C.loaderType=g;const L=(0,h.pV)();j||(x=L.init,j=L.info,P=L.loader_config),(0,S.xN)(e.agentIdentifier,x||{}),(0,N.a)(e.agentIdentifier,P||{}),j.jsAttributes??={},d.bv&&(j.jsAttributes.isWorker=!0),(0,i.x1)(e.agentIdentifier,j);const H=(0,S.D0)(e.agentIdentifier),D=[j.beacon,j.errorBeacon];I||(H.proxy.assets&&(_(H.proxy.assets),D.push(H.proxy.assets)),H.proxy.beacon&&D.push(H.proxy.beacon),A(),(0,h.US)("activatedFeatures",O.B),e.runSoftNavOverSpa&&=!0===H.soft_navigations.enabled&&H.feature_flags.includes("soft_nav")),C.denyList=[...H.ajax.deny_list||[],...H.ajax.block_internal?D:[]],C.ptid=e.agentIdentifier,(0,o.V)(e.agentIdentifier,C),e.ee=s.ee.get(e.agentIdentifier),void 0===e.api&&(e.api=function(e,t,h=!1){t||(0,c.Ak)(e,"api");const g={};var R=s.ee.get(e),x=R.get("tracer");E[e]=b.g.OFF,R.on(p.G4.REPLAY_RUNNING,(t=>{E[e]=t}));var A="api-",S=A+"ixn-";function N(t,r,n,o){const a=(0,i.Vp)(e);return null===r?delete a.jsAttributes[t]:(0,i.x1)(e,{...a,jsAttributes:{...a.jsAttributes,[t]:r}}),I(A,n,!0,o||null===r?"session":void 0)(t,r)}function O(){}g.log=function(e,{customAttributes:t={},level:r=y.p_.INFO}={}){(0,a.p)(f.xV,["API/log/called"],void 0,n.K7.metrics,R),(0,w.R)(R,e,t,r)},g.wrapLogger=(e,t,{customAttributes:r={},level:i=y.p_.INFO}={})=>{(0,a.p)(f.xV,["API/wrapLogger/called"],void 0,n.K7.metrics,R),T(R,e,t,{customAttributes:r,level:i})},m.forEach((e=>{g[e]=I(A,e,!0,"api")})),g.addPageAction=I(A,"addPageAction",!0,n.K7.genericEvents),g.setPageViewName=function(t,r){if("string"==typeof t)return"/"!==t.charAt(0)&&(t="/"+t),(0,o.f)(e).customTransaction=(r||"http://custom.transaction")+t,I(A,"setPageViewName",!0)()},g.setCustomAttribute=function(e,t,r=!1){if("string"==typeof e){if(["string","number","boolean"].includes(typeof t)||null===t)return N(e,t,"setCustomAttribute",r);(0,l.R)(40,typeof t)}else(0,l.R)(39,typeof e)},g.setUserId=function(e){if("string"==typeof e||null===e)return N("enduser.id",e,"setUserId",!0);(0,l.R)(41,typeof e)},g.setApplicationVersion=function(e){if("string"==typeof e||null===e)return N("application.version",e,"setApplicationVersion",!1);(0,l.R)(42,typeof e)},g.start=()=>{try{(0,a.p)(f.xV,["API/start/called"],void 0,n.K7.metrics,R),R.emit("manual-start-all")}catch(e){(0,l.R)(23,e)}},g[p.G4.RECORD]=function(){(0,a.p)(f.xV,["API/recordReplay/called"],void 0,n.K7.metrics,R),(0,a.p)(p.G4.RECORD,[],void 0,n.K7.sessionReplay,R)},g[p.G4.PAUSE]=function(){(0,a.p)(f.xV,["API/pauseReplay/called"],void 0,n.K7.metrics,R),(0,a.p)(p.G4.PAUSE,[],void 0,n.K7.sessionReplay,R)},g.interaction=function(e){return(new O).get("object"==typeof e?e:{})};const _=O.prototype={createTracer:function(e,t){var r={},i=this,o="function"==typeof t;return(0,a.p)(f.xV,["API/createTracer/called"],void 0,n.K7.metrics,R),h||(0,a.p)(S+"tracer",[(0,v.t)(),e,r],i,n.K7.spa,R),function(){if(x.emit((o?"":"no-")+"fn-start",[(0,v.t)(),i,o],r),o)try{return t.apply(this,arguments)}catch(e){const t="string"==typeof e?new Error(e):e;throw x.emit("fn-err",[arguments,this,t],r),t}finally{x.emit("fn-end",[(0,v.t)()],r)}}}};function I(e,t,r,i){return function(){return(0,a.p)(f.xV,["API/"+t+"/called"],void 0,n.K7.metrics,R),i&&(0,a.p)(e+t,[(0,v.t)(),...arguments],r?null:this,i,R),r?void 0:this}}function j(){r.e(478).then(r.bind(r,8778)).then((({setAPI:t})=>{t(e),(0,c.Ze)(e,"api")})).catch((e=>{(0,l.R)(27,e),R.abort()}))}return["actionText","setName","setAttribute","save","ignore","onEnd","getContext","end","get"].forEach((e=>{_[e]=I(S,e,void 0,h?n.K7.softNav:n.K7.spa)})),g.setCurrentRouteName=h?I(S,"routeName",void 0,n.K7.softNav):I(A,"routeName",!0,n.K7.spa),g.noticeError=function(t,r){"string"==typeof t&&(t=new Error(t)),(0,a.p)(f.xV,["API/noticeError/called"],void 0,n.K7.metrics,R),(0,a.p)("err",[t,(0,v.t)(),!1,r,!!E[e]],void 0,n.K7.jserrors,R)},d.RI?(0,u.GG)((()=>j()),!0):j(),g}(e.agentIdentifier,R,e.runSoftNavOverSpa)),void 0===e.exposed&&(e.exposed=k),I=!0}},8374:(e,t,r)=>{r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return""})()},860:(e,t,r)=>{"use strict";r.d(t,{$J:()=>o,K7:()=>n,P3:()=>i});const n={ajax:"ajax",genericEvents:"generic_events",jserrors:"jserrors",logging:"logging",metrics:"metrics",pageAction:"page_action",pageViewEvent:"page_view_event",pageViewTiming:"page_view_timing",sessionReplay:"session_replay",sessionTrace:"session_trace",softNav:"soft_navigations",spa:"spa"},i={[n.pageViewEvent]:1,[n.pageViewTiming]:2,[n.metrics]:3,[n.jserrors]:4,[n.spa]:5,[n.ajax]:6,[n.sessionTrace]:7,[n.softNav]:8,[n.sessionReplay]:9,[n.logging]:10,[n.genericEvents]:11},o={[n.pageViewTiming]:"events",[n.ajax]:"events",[n.spa]:"events",[n.softNav]:"events",[n.metrics]:"jserrors",[n.jserrors]:"jserrors",[n.sessionTrace]:"browser/blobs",[n.sessionReplay]:"browser/blobs",[n.logging]:"browser/logs",[n.genericEvents]:"ins"}}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.m=r,i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,r)=>(i.f[r](e,t),t)),[])),i.u=e=>({212:"nr-spa-compressor",249:"nr-spa-recorder",478:"nr-spa"}[e]+"-1.274.0.min.js"),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="NRBA-1.274.0.PROD:",i.l=(r,n,o,a)=>{if(e[r])e[r].push(n);else{var s,c;if(void 0!==o)for(var u=document.getElementsByTagName("script"),d=0;d<u.length;d++){var l=u[d];if(l.getAttribute("src")==r||l.getAttribute("data-webpack")==t+o){s=l;break}}if(!s){c=!0;var f={478:"sha512-1vUqEfJPB8Pihje9mv5CfYgkitO1FWcS+UQb84DbXqP8oYctRv4/lzl/MzNLPlRhcY1WVDBGL20I8vm6s2VV7g==",249:"sha512-Y/BeZAh6VSTmUtUNmS5XdyKxL92s30Fyyj8xVW76HSPxcKItL4+x2+kGMZc8pMJnUpZDz1L4eftZQAJh3D8NnA==",212:"sha512-Gn2tQ3qog5Yhrx/gRutkSTYPp+7nkKFt4/mIXg99LxcNpMDAYJZDBYmAACdoHNM86+iq1F3cBcQotFNzjIX8bw=="};(s=document.createElement("script")).charset="utf-8",s.timeout=120,i.nc&&s.setAttribute("nonce",i.nc),s.setAttribute("data-webpack",t+o),s.src=r,0!==s.src.indexOf(window.location.origin+"/")&&(s.crossOrigin="anonymous"),f[a]&&(s.integrity=f[a])}e[r]=[n];var h=(t,n)=>{s.onerror=s.onload=null,clearTimeout(p);var i=e[r];if(delete e[r],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(n))),t)return t(n)},p=setTimeout(h.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=h.bind(null,s.onerror),s.onload=h.bind(null,s.onload),c&&document.head.appendChild(s)}},i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.p="https://js-agent.newrelic.com/",(()=>{var e={38:0,788:0};i.f.j=(t,r)=>{var n=i.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,i)=>n=e[t]=[r,i]));r.push(n[2]=o);var a=i.p+i.u(t),s=new Error;i.l(a,(r=>{if(i.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;s.message="Loading chunk "+t+" failed.\n("+o+": "+a+")",s.name="ChunkLoadError",s.type=o,s.request=a,n[1](s)}}),"chunk-"+t,t)}};var t=(t,r)=>{var n,o,[a,s,c]=r,u=0;if(a.some((t=>0!==e[t]))){for(n in s)i.o(s,n)&&(i.m[n]=s[n]);if(c)c(i)}for(t&&t(r);u<a.length;u++)o=a[u],i.o(e,o)&&e[o]&&e[o][0](),e[o]=0},r=self["webpackChunk:NRBA-1.274.0.PROD"]=self["webpackChunk:NRBA-1.274.0.PROD"]||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),(()=>{"use strict";i(8374);var e=i(944),t=i(6344),r=i(9566);class n{agentIdentifier;constructor(e=(0,r.LA)(16)){this.agentIdentifier=e}#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}addPageAction(e,t){return this.#e("addPageAction",e,t)}setPageViewName(e,t){return this.#e("setPageViewName",e,t)}setCustomAttribute(e,t,r){return this.#e("setCustomAttribute",e,t,r)}noticeError(e,t){return this.#e("noticeError",e,t)}setUserId(e){return this.#e("setUserId",e)}setApplicationVersion(e){return this.#e("setApplicationVersion",e)}setErrorHandler(e){return this.#e("setErrorHandler",e)}addRelease(e,t){return this.#e("addRelease",e,t)}log(e,t){return this.#e("log",e,t)}}class o extends n{#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}start(){return this.#e("start")}finished(e){return this.#e("finished",e)}recordReplay(){return this.#e(t.G4.RECORD)}pauseReplay(){return this.#e(t.G4.PAUSE)}addToTrace(e){return this.#e("addToTrace",e)}setCurrentRouteName(e){return this.#e("setCurrentRouteName",e)}interaction(){return this.#e("interaction")}wrapLogger(e,t,r){return this.#e("wrapLogger",e,t,r)}}var a=i(860),s=i(9417);const c=Object.values(a.K7);function u(e){const t={};return c.forEach((r=>{t[r]=function(e,t){return!0===(0,s.gD)(t,"".concat(e,".enabled"))}(r,e)})),t}var d=i(425);var l=i(1687),f=i(4234),h=i(5289),p=i(6154),g=i(5270),m=i(7767),v=i(6389);class b extends f.W{constructor(e,t,r=!0){super(e.agentIdentifier,t),this.auto=r,this.abortHandler=void 0,this.featAggregate=void 0,this.onAggregateImported=void 0,!1===e.init[this.featureName].autoStart&&(this.auto=!1),this.auto?(0,l.Ak)(e.agentIdentifier,t):this.ee.on("manual-start-all",(0,v.J)((()=>{(0,l.Ak)(e.agentIdentifier,this.featureName),this.auto=!0,this.importAggregator(e)})))}importAggregator(t,r={}){if(this.featAggregate||!this.auto)return;let n;this.onAggregateImported=new Promise((e=>{n=e}));const o=async()=>{let o;try{if((0,m.V)(this.agentIdentifier)){const{setupAgentSession:e}=await i.e(478).then(i.bind(i,6526));o=e(t)}}catch(t){(0,e.R)(20,t),this.ee.emit("internal-error",[t]),this.featureName===a.K7.sessionReplay&&this.abortHandler?.()}try{if(t.sharedAggregator)await t.sharedAggregator;else{t.sharedAggregator=i.e(478).then(i.bind(i,9337));const{EventAggregator:e}=await t.sharedAggregator;t.sharedAggregator=new e}if(!this.#t(this.featureName,o))return(0,l.Ze)(this.agentIdentifier,this.featureName),void n(!1);const{lazyFeatureLoader:e}=await i.e(478).then(i.bind(i,6103)),{Aggregate:a}=await e(this.featureName,"aggregate");this.featAggregate=new a(t,r),n(!0)}catch(t){(0,e.R)(34,t),this.abortHandler?.(),(0,l.Ze)(this.agentIdentifier,this.featureName,!0),n(!1),this.ee&&this.ee.abort()}};p.RI?(0,h.GG)((()=>o()),!0):o()}#t(e,t){switch(e){case a.K7.sessionReplay:return(0,g.SR)(this.agentIdentifier)&&!!t;case a.K7.sessionTrace:return!!t;default:return!0}}}var y=i(6630);class w extends b{static featureName=y.T;constructor(e,t=!0){super(e,y.T,t),this.importAggregator(e)}}var R=i(384);var x=i(9908),T=i(2843),A=i(3878),E=i(782),S=i(1863);class N extends b{static featureName=E.T;constructor(e,t=!0){super(e,E.T,t),p.RI&&((0,T.u)((()=>(0,x.p)("docHidden",[(0,S.t)()],void 0,E.T,this.ee)),!0),(0,A.sp)("pagehide",(()=>(0,x.p)("winPagehide",[(0,S.t)()],void 0,E.T,this.ee))),this.importAggregator(e))}}var O=i(3969);class _ extends b{static featureName=O.TZ;constructor(e,t=!0){super(e,O.TZ,t),this.importAggregator(e)}}var I=i(6774),j=i(3304);class P{constructor(e,t,r,n,i){this.name="UncaughtError",this.message="string"==typeof e?e:(0,j.A)(e),this.sourceURL=t,this.line=r,this.column=n,this.__newrelic=i}}function C(e){return H(e)?e:new P(void 0!==e?.message?e.message:e,e?.filename||e?.sourceURL,e?.lineno||e?.line,e?.colno||e?.col,e?.__newrelic)}function k(e){const t="Unhandled Promise Rejection";if(!e?.reason)return;if(H(e.reason))try{return e.reason.message=t+": "+e.reason.message,C(e.reason)}catch(t){return C(e.reason)}const r=C(e.reason);return r.message=t+": "+r?.message,r}function L(e){if(e.error instanceof SyntaxError&&!/:\d+$/.test(e.error.stack?.trim())){const t=new P(e.message,e.filename,e.lineno,e.colno,e.error.__newrelic);return t.name=SyntaxError.name,t}return H(e.error)?e.error:C(e)}function H(e){return e instanceof Error&&!!e.stack}class D extends b{static featureName=I.T;#r=!1;constructor(e,r=!0){super(e,I.T,r);try{this.removeOnAbort=new AbortController}catch(e){}this.ee.on("internal-error",(e=>{this.abortHandler&&(0,x.p)("ierr",[C(e),(0,S.t)(),!0,{},this.#r],void 0,this.featureName,this.ee)})),this.ee.on(t.G4.REPLAY_RUNNING,(e=>{this.#r=e})),p.gm.addEventListener("unhandledrejection",(e=>{this.abortHandler&&(0,x.p)("err",[k(e),(0,S.t)(),!1,{unhandledPromiseRejection:1},this.#r],void 0,this.featureName,this.ee)}),(0,A.jT)(!1,this.removeOnAbort?.signal)),p.gm.addEventListener("error",(e=>{this.abortHandler&&(0,x.p)("err",[L(e),(0,S.t)(),!1,{},this.#r],void 0,this.featureName,this.ee)}),(0,A.jT)(!1,this.removeOnAbort?.signal)),this.abortHandler=this.#n,this.importAggregator(e)}#n(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var M=i(8990);let K=1;const U="nr@id";function V(e){const t=typeof e;return!e||"object"!==t&&"function"!==t?-1:e===p.gm?0:(0,M.I)(e,U,(function(){return K++}))}function G(e){if("string"==typeof e&&e.length)return e.length;if("object"==typeof e){if("undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer&&e.byteLength)return e.byteLength;if("undefined"!=typeof Blob&&e instanceof Blob&&e.size)return e.size;if(!("undefined"!=typeof FormData&&e instanceof FormData))try{return(0,j.A)(e).length}catch(e){return}}}var F=i(8139),B=i(7836),W=i(3434);const z={},q=["open","send"];function Z(t){var r=t||B.ee;const n=function(e){return(e||B.ee).get("xhr")}(r);if(z[n.debugId]++)return n;z[n.debugId]=1,(0,F.u)(r);var i=(0,W.YM)(n),o=p.gm.XMLHttpRequest,a=p.gm.MutationObserver,s=p.gm.Promise,c=p.gm.setInterval,u="readystatechange",d=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],l=[],f=p.gm.XMLHttpRequest=function(t){const r=new o(t),a=n.context(r);try{n.emit("new-xhr",[r],a),r.addEventListener(u,(s=a,function(){var e=this;e.readyState>3&&!s.resolved&&(s.resolved=!0,n.emit("xhr-resolved",[],e)),i.inPlace(e,d,"fn-",y)}),(0,A.jT)(!1))}catch(t){(0,e.R)(15,t);try{n.emit("internal-error",[t])}catch(e){}}var s;return r};function h(e,t){i.inPlace(t,["onreadystatechange"],"fn-",y)}if(function(e,t){for(var r in e)t[r]=e[r]}(o,f),f.prototype=o.prototype,i.inPlace(f.prototype,q,"-xhr-",y),n.on("send-xhr-start",(function(e,t){h(e,t),function(e){l.push(e),a&&(g?g.then(b):c?c(b):(m=-m,v.data=m))}(t)})),n.on("open-xhr-start",h),a){var g=s&&s.resolve();if(!c&&!s){var m=1,v=document.createTextNode(m);new a(b).observe(v,{characterData:!0})}}else r.on("fn-end",(function(e){e[0]&&e[0].type===u||b()}));function b(){for(var e=0;e<l.length;e++)h(0,l[e]);l.length&&(l=[])}function y(e,t){return t}return n}var Y="fetch-",X=Y+"body-",J=["arrayBuffer","blob","json","text","formData"],Q=p.gm.Request,ee=p.gm.Response,te="prototype";const re={};function ne(e){const t=function(e){return(e||B.ee).get("fetch")}(e);if(!(Q&&ee&&p.gm.fetch))return t;if(re[t.debugId]++)return t;function r(e,r,n){var i=e[r];"function"==typeof i&&(e[r]=function(){var e,r=[...arguments],o={};t.emit(n+"before-start",[r],o),o[B.P]&&o[B.P].dt&&(e=o[B.P].dt);var a=i.apply(this,r);return t.emit(n+"start",[r,e],a),a.then((function(e){return t.emit(n+"end",[null,e],a),e}),(function(e){throw t.emit(n+"end",[e],a),e}))})}return re[t.debugId]=1,J.forEach((e=>{r(Q[te],e,X),r(ee[te],e,X)})),r(p.gm,"fetch",Y),t.on(Y+"end",(function(e,r){var n=this;if(r){var i=r.headers.get("content-length");null!==i&&(n.rxSize=i),t.emit(Y+"done",[null,r],n)}else t.emit(Y+"done",[e],n)})),t}var ie=i(7485),oe=i(5603);class ae{constructor(e){this.agentIdentifier=e}generateTracePayload(e){if(!this.shouldGenerateTrace(e))return null;var t=(0,oe.o)(this.agentIdentifier);if(!t)return null;var n=(t.accountID||"").toString()||null,i=(t.agentID||"").toString()||null,o=(t.trustKey||"").toString()||null;if(!n||!i)return null;var a=(0,r.ZF)(),s=(0,r.el)(),c=Date.now(),u={spanId:a,traceId:s,timestamp:c};return(e.sameOrigin||this.isAllowedOrigin(e)&&this.useTraceContextHeadersForCors())&&(u.traceContextParentHeader=this.generateTraceContextParentHeader(a,s),u.traceContextStateHeader=this.generateTraceContextStateHeader(a,c,n,i,o)),(e.sameOrigin&&!this.excludeNewrelicHeader()||!e.sameOrigin&&this.isAllowedOrigin(e)&&this.useNewrelicHeaderForCors())&&(u.newrelicHeader=this.generateTraceHeader(a,s,c,n,i,o)),u}generateTraceContextParentHeader(e,t){return"00-"+t+"-"+e+"-01"}generateTraceContextStateHeader(e,t,r,n,i){return i+"@nr=0-1-"+r+"-"+n+"-"+e+"----"+t}generateTraceHeader(e,t,r,n,i,o){if(!("function"==typeof p.gm?.btoa))return null;var a={v:[0,1],d:{ty:"Browser",ac:n,ap:i,id:e,tr:t,ti:r}};return o&&n!==o&&(a.d.tk=o),btoa((0,j.A)(a))}shouldGenerateTrace(e){return this.isDtEnabled()&&this.isAllowedOrigin(e)}isAllowedOrigin(e){var t=!1,r={};if((0,s.gD)(this.agentIdentifier,"distributed_tracing")&&(r=(0,s.D0)(this.agentIdentifier).distributed_tracing),e.sameOrigin)t=!0;else if(r.allowed_origins instanceof Array)for(var n=0;n<r.allowed_origins.length;n++){var i=(0,ie.D)(r.allowed_origins[n]);if(e.hostname===i.hostname&&e.protocol===i.protocol&&e.port===i.port){t=!0;break}}return t}isDtEnabled(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!!e.enabled}excludeNewrelicHeader(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!!e.exclude_newrelic_header}useNewrelicHeaderForCors(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!1!==e.cors_use_newrelic_header}useTraceContextHeadersForCors(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!!e.cors_use_tracecontext_headers}}var se=i(9300),ce=i(7295),ue=["load","error","abort","timeout"],de=ue.length,le=(0,R.dV)().o.REQ,fe=(0,R.dV)().o.XHR;class he extends b{static featureName=se.T;constructor(e,t=!0){super(e,se.T,t),this.dt=new ae(e.agentIdentifier),this.handler=(e,t,r,n)=>(0,x.p)(e,t,r,n,this.ee);try{const e={xmlhttprequest:"xhr",fetch:"fetch",beacon:"beacon"};p.gm?.performance?.getEntriesByType("resource").forEach((t=>{if(t.initiatorType in e&&0!==t.responseStatus){const r={status:t.responseStatus},n={rxSize:t.transferSize,duration:Math.floor(t.duration),cbTime:0};pe(r,t.name),this.handler("xhr",[r,n,t.startTime,t.responseEnd,e[t.initiatorType]],void 0,a.K7.ajax)}}))}catch(e){}ne(this.ee),Z(this.ee),function(e,t,r,n){function i(e){var t=this;t.totalCbs=0,t.called=0,t.cbTime=0,t.end=R,t.ended=!1,t.xhrGuids={},t.lastSize=null,t.loadCaptureCalled=!1,t.params=this.params||{},t.metrics=this.metrics||{},e.addEventListener("load",(function(r){T(t,e)}),(0,A.jT)(!1)),p.lR||e.addEventListener("progress",(function(e){t.lastSize=e.loaded}),(0,A.jT)(!1))}function o(e){this.params={method:e[0]},pe(this,e[1]),this.metrics={}}function s(t,r){e.loader_config.xpid&&this.sameOrigin&&r.setRequestHeader("X-NewRelic-ID",e.loader_config.xpid);var i=n.generateTracePayload(this.parsedOrigin);if(i){var o=!1;i.newrelicHeader&&(r.setRequestHeader("newrelic",i.newrelicHeader),o=!0),i.traceContextParentHeader&&(r.setRequestHeader("traceparent",i.traceContextParentHeader),i.traceContextStateHeader&&r.setRequestHeader("tracestate",i.traceContextStateHeader),o=!0),o&&(this.dt=i)}}function c(e,r){var n=this.metrics,i=e[0],o=this;if(n&&i){var a=G(i);a&&(n.txSize=a)}this.startTime=(0,S.t)(),this.body=i,this.listener=function(e){try{"abort"!==e.type||o.loadCaptureCalled||(o.params.aborted=!0),("load"!==e.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof r.onload)&&"function"==typeof o.end)&&o.end(r)}catch(e){try{t.emit("internal-error",[e])}catch(e){}}};for(var s=0;s<de;s++)r.addEventListener(ue[s],this.listener,(0,A.jT)(!1))}function u(e,t,r){this.cbTime+=e,t?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof r.onload||"function"!=typeof this.end||this.end(r)}function d(e,t){var r=""+V(e)+!!t;this.xhrGuids&&!this.xhrGuids[r]&&(this.xhrGuids[r]=!0,this.totalCbs+=1)}function l(e,t){var r=""+V(e)+!!t;this.xhrGuids&&this.xhrGuids[r]&&(delete this.xhrGuids[r],this.totalCbs-=1)}function f(){this.endTime=(0,S.t)()}function h(e,r){r instanceof fe&&"load"===e[0]&&t.emit("xhr-load-added",[e[1],e[2]],r)}function g(e,r){r instanceof fe&&"load"===e[0]&&t.emit("xhr-load-removed",[e[1],e[2]],r)}function m(e,t,r){t instanceof fe&&("onload"===r&&(this.onload=!0),("load"===(e[0]&&e[0].type)||this.onload)&&(this.xhrCbStart=(0,S.t)()))}function v(e,r){this.xhrCbStart&&t.emit("xhr-cb-time",[(0,S.t)()-this.xhrCbStart,this.onload,r],r)}function b(e){var t,r=e[1]||{};if("string"==typeof e[0]?0===(t=e[0]).length&&p.RI&&(t=""+p.gm.location.href):e[0]&&e[0].url?t=e[0].url:p.gm?.URL&&e[0]&&e[0]instanceof URL?t=e[0].href:"function"==typeof e[0].toString&&(t=e[0].toString()),"string"==typeof t&&0!==t.length){t&&(this.parsedOrigin=(0,ie.D)(t),this.sameOrigin=this.parsedOrigin.sameOrigin);var i=n.generateTracePayload(this.parsedOrigin);if(i&&(i.newrelicHeader||i.traceContextParentHeader))if(e[0]&&e[0].headers)s(e[0].headers,i)&&(this.dt=i);else{var o={};for(var a in r)o[a]=r[a];o.headers=new Headers(r.headers||{}),s(o.headers,i)&&(this.dt=i),e.length>1?e[1]=o:e.push(o)}}function s(e,t){var r=!1;return t.newrelicHeader&&(e.set("newrelic",t.newrelicHeader),r=!0),t.traceContextParentHeader&&(e.set("traceparent",t.traceContextParentHeader),t.traceContextStateHeader&&e.set("tracestate",t.traceContextStateHeader),r=!0),r}}function y(e,t){this.params={},this.metrics={},this.startTime=(0,S.t)(),this.dt=t,e.length>=1&&(this.target=e[0]),e.length>=2&&(this.opts=e[1]);var r,n=this.opts||{},i=this.target;"string"==typeof i?r=i:"object"==typeof i&&i instanceof le?r=i.url:p.gm?.URL&&"object"==typeof i&&i instanceof URL&&(r=i.href),pe(this,r);var o=(""+(i&&i instanceof le&&i.method||n.method||"GET")).toUpperCase();this.params.method=o,this.body=n.body,this.txSize=G(n.body)||0}function w(e,t){if(this.endTime=(0,S.t)(),this.params||(this.params={}),(0,ce.iW)(this.params))return;let n;this.params.status=t?t.status:0,"string"==typeof this.rxSize&&this.rxSize.length>0&&(n=+this.rxSize);const i={txSize:this.txSize,rxSize:n,duration:(0,S.t)()-this.startTime};r("xhr",[this.params,i,this.startTime,this.endTime,"fetch"],this,a.K7.ajax)}function R(e){const t=this.params,n=this.metrics;if(!this.ended){this.ended=!0;for(let t=0;t<de;t++)e.removeEventListener(ue[t],this.listener,!1);t.aborted||(0,ce.iW)(t)||(n.duration=(0,S.t)()-this.startTime,this.loadCazptureCalled||4!==e.readyState?null==t.status&&(t.status=0):T(this,e),n.cbTime=this.cbTime,r("xhr",[t,n,this.startTime,this.endTime,"xhr"],this,a.K7.ajax))}}function T(e,r){e.params.status=r.status;var n=function(e,t){var r=e.responseType;return"json"===r&&null!==t?t:"arraybuffer"===r||"blob"===r||"json"===r?G(e.response):"text"===r||""===r||void 0===r?G(e.responseText):void 0}(r,e.lastSize);if(n&&(e.metrics.rxSize=n),e.sameOrigin){var i=r.getResponseHeader("X-NewRelic-App-Data");i&&((0,x.p)(O.rs,["Ajax/CrossApplicationTracing/Header/Seen"],void 0,a.K7.metrics,t),e.params.cat=i.split(", ").pop())}e.loadCaptureCalled=!0}t.on("new-xhr",i),t.on("open-xhr-start",o),t.on("open-xhr-end",s),t.on("send-xhr-start",c),t.on("xhr-cb-time",u),t.on("xhr-load-added",d),t.on("xhr-load-removed",l),t.on("xhr-resolved",f),t.on("addEventListener-end",h),t.on("removeEventListener-end",g),t.on("fn-end",v),t.on("fetch-before-start",b),t.on("fetch-start",y),t.on("fn-start",m),t.on("fetch-done",w)}(e,this.ee,this.handler,this.dt),this.importAggregator(e)}}function pe(e,t){var r=(0,ie.D)(t),n=e.params||e;n.hostname=r.hostname,n.port=r.port,n.protocol=r.protocol,n.host=r.hostname+":"+r.port,n.pathname=r.pathname,e.parsedOrigin=r,e.sameOrigin=r.sameOrigin}const ge={},me=["pushState","replaceState"];function ve(e){const t=function(e){return(e||B.ee).get("history")}(e);return!p.RI||ge[t.debugId]++||(ge[t.debugId]=1,(0,W.YM)(t).inPlace(window.history,me,"-")),t}var be=i(3738);const{He:ye,bD:we,d3:Re,Kp:xe,TZ:Te,Lc:Ae,uP:Ee,Rz:Se}=be;class Ne extends b{static featureName=Te;constructor(e,t=!0){super(e,Te,t);if(!(0,m.V)(this.agentIdentifier))return void this.deregisterDrain();const r=this.ee;let n;ve(r),this.eventsEE=(0,F.u)(r),this.eventsEE.on(Ee,(function(e,t){this.bstStart=(0,S.t)()})),this.eventsEE.on(Ae,(function(e,t){(0,x.p)("bst",[e[0],t,this.bstStart,(0,S.t)()],void 0,a.K7.sessionTrace,r)})),r.on(Se+Re,(function(e){this.time=(0,S.t)(),this.startPath=location.pathname+location.hash})),r.on(Se+xe,(function(e){(0,x.p)("bstHist",[location.pathname+location.hash,this.startPath,this.time],void 0,a.K7.sessionTrace,r)}));try{n=new PerformanceObserver((e=>{const t=e.getEntries();(0,x.p)(ye,[t],void 0,a.K7.sessionTrace,r)})),n.observe({type:we,buffered:!0})}catch(e){}this.importAggregator(e,{resourceObserver:n})}}var Oe=i(2614);class _e extends b{static featureName=t.TZ;#i;#o;constructor(e,r=!0){let n;super(e,t.TZ,r),this.replayRunning=!1,this.#o=e;try{n=JSON.parse(localStorage.getItem("".concat(Oe.H3,"_").concat(Oe.uh)))}catch(e){}(0,g.SR)(e.agentIdentifier)&&this.ee.on(t.G4.RECORD,(()=>this.#a())),this.#s(n)?(this.#i=n?.sessionReplayMode,this.#c()):this.importAggregator(e),this.ee.on("err",(e=>{this.replayRunning&&(this.errorNoticed=!0,(0,x.p)(t.G4.ERROR_DURING_REPLAY,[e],void 0,this.featureName,this.ee))})),this.ee.on(t.G4.REPLAY_RUNNING,(e=>{this.replayRunning=e}))}#s(e){return e&&(e.sessionReplayMode===Oe.g.FULL||e.sessionReplayMode===Oe.g.ERROR)||(0,g.Aw)(this.agentIdentifier)}#u=!1;async#c(e){if(!this.#u){this.#u=!0;try{const{Recorder:t}=await Promise.all([i.e(478),i.e(249)]).then(i.bind(i,8589));this.recorder??=new t({mode:this.#i,agentIdentifier:this.agentIdentifier,trigger:e,ee:this.ee}),this.recorder.startRecording(),this.abortHandler=this.recorder.stopRecording}catch(e){}this.importAggregator(this.#o,{recorder:this.recorder,errorNoticed:this.errorNoticed})}}#a(){this.featAggregate?this.featAggregate.mode!==Oe.g.FULL&&this.featAggregate.initializeRecording(Oe.g.FULL,!0):(this.#i=Oe.g.FULL,this.#c(t.Qb.API),this.recorder&&this.recorder.parent.mode!==Oe.g.FULL&&(this.recorder.parent.mode=Oe.g.FULL,this.recorder.stopRecording(),this.recorder.startRecording(),this.abortHandler=this.recorder.stopRecording))}}var Ie=i(3962);class je extends b{static featureName=Ie.TZ;constructor(e,t=!0){if(super(e,Ie.TZ,t),!p.RI||!(0,R.dV)().o.MO)return;const r=ve(this.ee);Ie.tC.forEach((e=>{(0,A.sp)(e,(e=>{a(e)}),!0)}));const n=()=>(0,x.p)("newURL",[(0,S.t)(),""+window.location],void 0,this.featureName,this.ee);r.on("pushState-end",n),r.on("replaceState-end",n);try{this.removeOnAbort=new AbortController}catch(e){}(0,A.sp)("popstate",(e=>(0,x.p)("newURL",[e.timeStamp,""+window.location],void 0,this.featureName,this.ee)),!0,this.removeOnAbort?.signal);let i=!1;const o=new((0,R.dV)().o.MO)(((e,t)=>{i||(i=!0,requestAnimationFrame((()=>{(0,x.p)("newDom",[(0,S.t)()],void 0,this.featureName,this.ee),i=!1})))})),a=(0,v.s)((e=>{(0,x.p)("newUIEvent",[e],void 0,this.featureName,this.ee),o.observe(document.body,{attributes:!0,childList:!0,subtree:!0,characterData:!0})}),100,{leading:!0});this.abortHandler=function(){this.removeOnAbort?.abort(),o.disconnect(),this.abortHandler=void 0},this.importAggregator(e,{domObserver:o})}}var Pe=i(7378);const Ce={},ke=["appendChild","insertBefore","replaceChild"];function Le(e){const t=function(e){return(e||B.ee).get("jsonp")}(e);if(!p.RI||Ce[t.debugId])return t;Ce[t.debugId]=!0;var r=(0,W.YM)(t),n=/[?&](?:callback|cb)=([^&#]+)/,i=/(.*)\.([^.]+)/,o=/^(\w+)(\.|$)(.*)$/;function a(e,t){if(!e)return t;const r=e.match(o),n=r[1];return a(r[3],t[n])}return r.inPlace(Node.prototype,ke,"dom-"),t.on("dom-start",(function(e){!function(e){if(!e||"string"!=typeof e.nodeName||"script"!==e.nodeName.toLowerCase())return;if("function"!=typeof e.addEventListener)return;var o=(s=e.src,c=s.match(n),c?c[1]:null);var s,c;if(!o)return;var u=function(e){var t=e.match(i);if(t&&t.length>=3)return{key:t[2],parent:a(t[1],window)};return{key:e,parent:window}}(o);if("function"!=typeof u.parent[u.key])return;var d={};function l(){t.emit("jsonp-end",[],d),e.removeEventListener("load",l,(0,A.jT)(!1)),e.removeEventListener("error",f,(0,A.jT)(!1))}function f(){t.emit("jsonp-error",[],d),t.emit("jsonp-end",[],d),e.removeEventListener("load",l,(0,A.jT)(!1)),e.removeEventListener("error",f,(0,A.jT)(!1))}r.inPlace(u.parent,[u.key],"cb-",d),e.addEventListener("load",l,(0,A.jT)(!1)),e.addEventListener("error",f,(0,A.jT)(!1)),t.emit("new-jsonp",[e.src],d)}(e[0])})),t}const He={};function De(e){const t=function(e){return(e||B.ee).get("promise")}(e);if(He[t.debugId])return t;He[t.debugId]=!0;var r=t.context,n=(0,W.YM)(t),i=p.gm.Promise;return i&&function(){function e(r){var o=t.context(),a=n(r,"executor-",o,null,!1);const s=Reflect.construct(i,[a],e);return t.context(s).getCtx=function(){return o},s}p.gm.Promise=e,Object.defineProperty(e,"name",{value:"Promise"}),e.toString=function(){return i.toString()},Object.setPrototypeOf(e,i),["all","race"].forEach((function(r){const n=i[r];e[r]=function(e){let i=!1;[...e||[]].forEach((e=>{this.resolve(e).then(a("all"===r),a(!1))}));const o=n.apply(this,arguments);return o;function a(e){return function(){t.emit("propagate",[null,!i],o,!1,!1),i=i||!e}}}})),["resolve","reject"].forEach((function(r){const n=i[r];e[r]=function(e){const r=n.apply(this,arguments);return e!==r&&t.emit("propagate",[e,!0],r,!1,!1),r}})),e.prototype=i.prototype;const o=i.prototype.then;i.prototype.then=function(...e){var i=this,a=r(i);a.promise=i,e[0]=n(e[0],"cb-",a,null,!1),e[1]=n(e[1],"cb-",a,null,!1);const s=o.apply(this,e);return a.nextPromise=s,t.emit("propagate",[i,!0],s,!1,!1),s},i.prototype.then[W.Jt]=o,t.on("executor-start",(function(e){e[0]=n(e[0],"resolve-",this,null,!1),e[1]=n(e[1],"resolve-",this,null,!1)})),t.on("executor-err",(function(e,t,r){e[1](r)})),t.on("cb-end",(function(e,r,n){t.emit("propagate",[n,!0],this.nextPromise,!1,!1)})),t.on("propagate",(function(e,r,n){this.getCtx&&!r||(this.getCtx=function(){if(e instanceof Promise)var r=t.context(e);return r&&r.getCtx?r.getCtx():this})}))}(),t}const Me={},Ke="setTimeout",Ue="setInterval",Ve="clearTimeout",Ge="-start",Fe=[Ke,"setImmediate",Ue,Ve,"clearImmediate"];function Be(e){const t=function(e){return(e||B.ee).get("timer")}(e);if(Me[t.debugId]++)return t;Me[t.debugId]=1;var r=(0,W.YM)(t);return r.inPlace(p.gm,Fe.slice(0,2),Ke+"-"),r.inPlace(p.gm,Fe.slice(2,3),Ue+"-"),r.inPlace(p.gm,Fe.slice(3),Ve+"-"),t.on(Ue+Ge,(function(e,t,n){e[0]=r(e[0],"fn-",null,n)})),t.on(Ke+Ge,(function(e,t,n){this.method=n,this.timerDuration=isNaN(e[1])?0:+e[1],e[0]=r(e[0],"fn-",this,n)})),t}const We={};function ze(e){const t=function(e){return(e||B.ee).get("mutation")}(e);if(!p.RI||We[t.debugId])return t;We[t.debugId]=!0;var r=(0,W.YM)(t),n=p.gm.MutationObserver;return n&&(window.MutationObserver=function(e){return this instanceof n?new n(r(e,"fn-")):n.apply(this,arguments)},MutationObserver.prototype=n.prototype),t}const{TZ:qe,d3:Ze,Kp:Ye,$p:Xe,wW:Je,e5:Qe,tH:$e,uP:et,rw:tt,Lc:rt}=Pe;class nt extends b{static featureName=qe;constructor(e,t=!0){if(super(e,qe,t),!p.RI)return;try{this.removeOnAbort=new AbortController}catch(e){}let r,n=0;const i=this.ee.get("tracer"),o=Le(this.ee),a=De(this.ee),s=Be(this.ee),c=Z(this.ee),u=this.ee.get("events"),d=ne(this.ee),l=ve(this.ee),f=ze(this.ee);function h(e,t){l.emit("newURL",[""+window.location,t])}function g(){n++,r=window.location.hash,this[et]=(0,S.t)()}function m(){n--,window.location.hash!==r&&h(0,!0);var e=(0,S.t)();this[Qe]=~~this[Qe]+e-this[et],this[rt]=e}function v(e,t){e.on(t,(function(){this[t]=(0,S.t)()}))}this.ee.on(et,g),a.on(tt,g),o.on(tt,g),this.ee.on(rt,m),a.on(Je,m),o.on(Je,m),this.ee.on("fn-err",((...t)=>{t[2]?.__newrelic?.[e.agentIdentifier]||(0,x.p)("function-err",[...t],void 0,this.featureName,this.ee)})),this.ee.buffer([et,rt,"xhr-resolved"],this.featureName),u.buffer([et],this.featureName),s.buffer(["setTimeout"+Ye,"clearTimeout"+Ze,et],this.featureName),c.buffer([et,"new-xhr","send-xhr"+Ze],this.featureName),d.buffer([$e+Ze,$e+"-done",$e+Xe+Ze,$e+Xe+Ye],this.featureName),l.buffer(["newURL"],this.featureName),f.buffer([et],this.featureName),a.buffer(["propagate",tt,Je,"executor-err","resolve"+Ze],this.featureName),i.buffer([et,"no-"+et],this.featureName),o.buffer(["new-jsonp","cb-start","jsonp-error","jsonp-end"],this.featureName),v(d,$e+Ze),v(d,$e+"-done"),v(o,"new-jsonp"),v(o,"jsonp-end"),v(o,"cb-start"),l.on("pushState-end",h),l.on("replaceState-end",h),window.addEventListener("hashchange",h,(0,A.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener("load",h,(0,A.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener("popstate",(function(){h(0,n>1)}),(0,A.jT)(!0,this.removeOnAbort?.signal)),this.abortHandler=this.#n,this.importAggregator(e)}#n(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var it=i(3333);class ot extends b{static featureName=it.TZ;constructor(e,t=!0){super(e,it.TZ,t);const r=[e.init.page_action.enabled,e.init.performance.capture_marks,e.init.performance.capture_measures,e.init.user_actions.enabled];p.RI&&e.init.user_actions.enabled&&(it.Zp.forEach((e=>(0,A.sp)(e,(e=>(0,x.p)("ua",[e],void 0,this.featureName,this.ee)),!0))),it.qN.forEach((e=>(0,A.sp)(e,(e=>(0,x.p)("ua",[e],void 0,this.featureName,this.ee)))))),r.some((e=>e))?this.importAggregator(e):this.deregisterDrain()}}var at=i(993),st=i(3785);class ct extends b{static featureName=at.TZ;constructor(e,t=!0){super(e,at.TZ,t);const r=this.ee;this.ee.on("wrap-logger-end",(function([e]){const{level:t,customAttributes:n}=this;(0,st.R)(r,e,n,t)})),this.importAggregator(e)}}new class extends o{constructor(t,r){super(r),p.gm?(this.features={},(0,R.bQ)(this.agentIdentifier,this),this.desiredFeatures=new Set(t.features||[]),this.desiredFeatures.add(w),this.runSoftNavOverSpa=[...this.desiredFeatures].some((e=>e.featureName===a.K7.softNav)),(0,d.j)(this,t,t.loaderType||"agent"),this.run()):(0,e.R)(21)}get config(){return{info:this.info,init:this.init,loader_config:this.loader_config,runtime:this.runtime}}run(){try{const t=u(this.agentIdentifier),r=[...this.desiredFeatures];r.sort(((e,t)=>a.P3[e.featureName]-a.P3[t.featureName])),r.forEach((r=>{if(!t[r.featureName]&&r.featureName!==a.K7.pageViewEvent)return;if(this.runSoftNavOverSpa&&r.featureName===a.K7.spa)return;if(!this.runSoftNavOverSpa&&r.featureName===a.K7.softNav)return;const n=function(e){switch(e){case a.K7.ajax:return[a.K7.jserrors];case a.K7.sessionTrace:return[a.K7.ajax,a.K7.pageViewEvent];case a.K7.sessionReplay:return[a.K7.sessionTrace];case a.K7.pageViewTiming:return[a.K7.pageViewEvent];default:return[]}}(r.featureName).filter((e=>!(e in this.features)));n.length>0&&(0,e.R)(36,{targetFeature:r.featureName,missingDependencies:n}),this.features[r.featureName]=new r(this)}))}catch(t){(0,e.R)(22,t);for(const e in this.features)this.features[e].abortHandler?.();const r=(0,R.Zm)();delete r.initializedAgents[this.agentIdentifier]?.api,delete r.initializedAgents[this.agentIdentifier]?.features,delete this.sharedAggregator;return r.ee.get(this.agentIdentifier).abort(),!1}}}({features:[he,w,N,Ne,_e,_,D,ot,ct,je,nt],loaderType:"spa"})})()})();</script> <!---Global-Variables---> <script type="rocketlazyloadscript"> document.documentElement.style.backgroundColor = '#ffffff'; /*function ready(){ if (localStorage.getItem("pagetransition") !== true) { document.documentElement.style.backgroundColor = '#ffffff'; } } document.addEventListener("DOMContentLoaded", ready);*/ var _page_transition = false; </script> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-57x57.png" /> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-114x114.png" /> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-72x72.png" /> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-144x144.png" /> <link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-60x60.png" /> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-120x120.png" /> <link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-76x76.png" /> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-152x152.png" /> <link rel="apple-touch-icon-precomposed" sizes="180x180" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-180x180.png" /> <link rel="icon" type="image/png" sizes="192x192" href="https://hias.org/wp-content/themes/hias-website/favicon/android-icon-192x192.png" /> <link rel="icon" type="image/png" sizes="96x96" href="https://hias.org/wp-content/themes/hias-website/favicon/favicon-96x96.png" /> <link rel="icon" type="image/png" sizes="32x32" href="https://hias.org/wp-content/themes/hias-website/favicon/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="16x16" href="https://hias.org/wp-content/themes/hias-website/favicon/favicon-16x16.png" /> <link rel="icon" href="https://hias.org/wp-content/themes/hias-website/favicon.ico" /> <!-- <link rel="preload" href="https://hias.org/wp-content/themes/hias-website/_include/fonts/GothamBlack.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> <link rel="preload" href="https://hias.org/wp-content/themes/hias-website/_include/fonts/GothamBold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> <link rel="preload" href="https://hias.org/wp-content/themes/hias-website/_include/fonts/GothamMedium.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> <link rel="preload" href="https://hias.org/wp-content/themes/hias-website/_include/fonts/GothamBook.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> <link rel="preload" href="https://hias.org/wp-content/themes/hias-website/_include/fonts/GothamBook-Italic.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> --> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO Premium plugin v20.5 (Yoast SEO v21.7) - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="HIAS Guatemala provides refugees that have faced GBV with support. Our team also provides mental health and economic inclusion services." /> <link rel="canonical" href="https://hias.org/where/guatemala/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Guatemala" /> <meta property="og:description" content="HIAS Guatemala provides refugees that have faced GBV with support. Our team also provides mental health and economic inclusion services." /> <meta property="og:url" content="https://hias.org/where/guatemala/" /> <meta property="og:site_name" content="HIAS" /> <meta property="article:publisher" content="https://www.facebook.com/HIASrefugees/" /> <meta property="article:modified_time" content="2024-11-22T23:05:27+00:00" /> <meta property="og:image" content="https://hias.org/wp-content/uploads/202309_Tapachula_Mexico103-scaled.jpg" /> <meta property="og:image:width" content="2560" /> <meta property="og:image:height" content="1707" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@HIASrefugees" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://hias.org/where/guatemala/","url":"https://hias.org/where/guatemala/","name":"HIAS Guatemala | Support For Refugees In Guatemala | HIAS","isPartOf":{"@id":"https://hias.org/#website"},"primaryImageOfPage":{"@id":"https://hias.org/where/guatemala/#primaryimage"},"image":{"@id":"https://hias.org/where/guatemala/#primaryimage"},"thumbnailUrl":"https://hias.org/wp-content/uploads/202309_Tapachula_Mexico103-scaled.jpg","datePublished":"2024-03-15T16:34:54+00:00","dateModified":"2024-11-22T23:05:27+00:00","description":"HIAS Guatemala provides refugees that have faced GBV with support. Our team also provides mental health and economic inclusion services.","breadcrumb":{"@id":"https://hias.org/where/guatemala/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://hias.org/where/guatemala/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://hias.org/where/guatemala/#primaryimage","url":"https://hias.org/wp-content/uploads/202309_Tapachula_Mexico103-scaled.jpg","contentUrl":"https://hias.org/wp-content/uploads/202309_Tapachula_Mexico103-scaled.jpg","width":2560,"height":1707,"caption":"HIAS workers observe current humanitarian trends along the Suchiate river, which divides Guatemala from Mexico. September 13, 2023. (Selia Montes for HIAS)"},{"@type":"BreadcrumbList","@id":"https://hias.org/where/guatemala/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://hias.org/"},{"@type":"ListItem","position":2,"name":"Guatemala"}]},{"@type":"WebSite","@id":"https://hias.org/#website","url":"https://hias.org/","name":"HIAS","description":"Welcome the stranger. Protect the refugee.","publisher":{"@id":"https://hias.org/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://hias.org/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://hias.org/#organization","name":"HIAS","url":"https://hias.org/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://hias.org/#/schema/logo/image/","url":"","contentUrl":"","caption":"HIAS"},"image":{"@id":"https://hias.org/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/HIASrefugees/","https://twitter.com/HIASrefugees","https://www.linkedin.com/company/hias/"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel='stylesheet' id='sbi_styles-css' href='https://hias.org/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=6.2.9' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://hias.org/wp-includes/css/dist/block-library/style.min.css?ver=6.6.2' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link data-minify="1" rel='stylesheet' id='weglot-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/plugins/weglot/dist/css/front-css.css?ver=1732120475' type='text/css' media='' /> <link data-minify="1" rel='stylesheet' id='new-flag-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/plugins/weglot/app/styles/new-flags.css?ver=1732120476' type='text/css' media='all' /> <style id='custom-flag-handle-inline-css' type='text/css'> .weglot-flags.flag-0.en>a:before,.weglot-flags.flag-0.en>span:before {background-image: url(https://cdn.weglot.com/flags/rectangle_mat/us.svg); }.weglot-flags.flag-0.es>a:before,.weglot-flags.flag-0.es>span:before {background-image: url(https://cdn.weglot.com/flags/rectangle_mat/mx.svg); }.weglot-flags.flag-1.en>a:before,.weglot-flags.flag-1.en>span:before {background-image: url(https://cdn.weglot.com/flags/shiny/us.svg); }.weglot-flags.flag-1.es>a:before,.weglot-flags.flag-1.es>span:before {background-image: url(https://cdn.weglot.com/flags/shiny/mx.svg); }.weglot-flags.flag-2.en>a:before,.weglot-flags.flag-2.en>span:before {background-image: url(https://cdn.weglot.com/flags/square/us.svg); }.weglot-flags.flag-2.es>a:before,.weglot-flags.flag-2.es>span:before {background-image: url(https://cdn.weglot.com/flags/square/mx.svg); }.weglot-flags.flag-3.en>a:before,.weglot-flags.flag-3.en>span:before {background-image: url(https://cdn.weglot.com/flags/circle/us.svg); }.weglot-flags.flag-3.es>a:before,.weglot-flags.flag-3.es>span:before {background-image: url(https://cdn.weglot.com/flags/circle/mx.svg); } </style> <link data-minify="1" rel='stylesheet' id='font-style-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/_include/fonts/fonts.css?ver=1732120476' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='main-style-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/style.css?ver=1732120479' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='custom-style-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/style-wp.css?ver=1732120479' type='text/css' media='all' /> <link rel='stylesheet' id='print-style-css' href='https://hias.org/wp-content/themes/hias-website/print.css?ver=1732261437' type='text/css' media='print' /> <link data-minify="1" rel='stylesheet' id='vanilla-stylesheet-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/vanilla-styles.css?ver=1732120480' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='magnific-stylesheet-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/_include/css/magnific.css?ver=1732120476' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-intro-one-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-intro-one/block-intro-one.css?ver=1732120498' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-404-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-404/block-404.css?ver=1732120476' type='text/css' media='all' /> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/plugins/weglot/dist/front-js.js?ver=1732120470" id="wp-weglot-js-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/jquery-3.5.1.min.js?ver=3.5.1" id="jquery-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/pgwbrowser.min.js?ver=1" id="pgwbrowser-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/mobile-detect.min.js?ver=1" id="mobile-detect-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/headroom.min.js?ver=1" id="headroom-min-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/_include/js/jQuery.headroom.js?ver=1732120470" id="jQuery-headroom-js" defer></script> <link rel="https://api.w.org/" href="https://hias.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://hias.org/wp-json/wp/v2/country/68727" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hias.org/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://hias.org/?p=68727' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://hias.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhias.org%2Fwhere%2Fguatemala%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://hias.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhias.org%2Fwhere%2Fguatemala%2F&format=xml" /> <link rel="alternate" href="https://hias.org/where/guatemala/" hreflang="en"/> <link rel="alternate" href="https://hias.org/es/donde/guatemala/" hreflang="es"/> <link rel="icon" href="https://hias.org/wp-content/uploads/android-icon-192x192-1-150x150.png" sizes="32x32" /> <link rel="icon" href="https://hias.org/wp-content/uploads/android-icon-192x192-1.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://hias.org/wp-content/uploads/android-icon-192x192-1.png" /> <meta name="msapplication-TileImage" content="https://hias.org/wp-content/uploads/android-icon-192x192-1.png" /> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <style> body:not(.gotham-book--loaded):not(.no-js) { font-family: sans-serif; /* Fallback font styles */ } .gotham-book--loaded, .no-js { font-family: "GothamBook"; /* Webfont styles */ } /* Accessible hiding */ .hidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } </style> <!-- Google Tag Manager --> <script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TC8H4GJ');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager JMG --> <script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KKXPKPQ');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TC8H4GJ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Google Tag Manager (noscript) JMG--> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KKXPKPQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Facebook Pixel Code --> <script type="rocketlazyloadscript"> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1075812419136029'); fbq('track', "PageView");</script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1075812419136029&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> <!-- Instagram --> <script type="rocketlazyloadscript" data-minify="1" async defer data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/en_US/embeds.js?ver=1732120471"></script> <!-- Twitter --> <script type="rocketlazyloadscript" data-minify="1" async data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/widgets.js?ver=1732120472" charset="utf-8"></script> <!-- Start Quantcast Tag --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var _qevents = _qevents || []; (function() { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); _qevents.push({qacct: "p-FzUpzfAVda5CM"}); </script> <noscript> <img src="//pixel.quantserve.com/pixel/p-FzUpzfAVda5CM.gif?labels=_fp.event.Default" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </noscript> <!-- Hotjar Tracking Code for https://www.hias.org/ --> <script type="rocketlazyloadscript"> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1722239,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <!-- Global site tag (gtag.js) - Google Ads: 10866788298 --> <script type="rocketlazyloadscript" async src=https://www.googletagmanager.com/gtag/js?id=AW-10866788298></script> <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('set', 'linker', { 'domains': ['www.hias.org', 'act.hias.org'] }); gtag('js', new Date()); gtag('config', 'AW-10866788298'); </script> <!-- Fresh Desk --> <!-- <script type="rocketlazyloadscript"> window.fwSettings={ 'widget_id':70000003408 }; !function(){if("function"!=typeof window.FreshworksWidget){var n=function(){n.q.push(arguments)};n.q=[],window.FreshworksWidget=n}}() </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://widget.freshworks.com/widgets/70000003408.js' async defer></script> --> <!-- Google Search console --> <meta name="google-site-verification" content="2LSLrhje16mExCTm_k6cRM31T4gX_LwsyYDavopPbok" /> </head> <body class="country-template-default single single-country postid-68727 no-js status-publish"> <!-- <div class="page-transition"> <span class="overlay-layer"></span> </div> --> <div id="wrapper"> <!--Europe back to global link--> <!--Top Nav--> <section class="top-helper-nav"> <div class="container"> <ul id="menu-new-top-menu" class="menu"><li id="menu-item-68880" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68880"><a href="https://hias.org/what/respond-emergencies/">Emergency Response</a></li> <li id="menu-item-68879" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68879"><a href="https://hias.org/center-refugee-policy/">Center for Refugee Policy</a></li> <li id="menu-item-65043" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65043"><a href="https://hias.org/refugee-faqs/">Refugee FAQs</a></li> <li id="menu-item-65044" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65044"><a href="https://hias.org/contact-us/">Contact Us</a></li> </ul> <!--Weglot 4.2.2--><aside data-wg-notranslate="" class="country-selector weglot-dropdown close_outside_click closed weglot-shortcode wg-" tabindex="0" aria-expanded="false" aria-label="Language selected: English"><input id="wg173239462367423e7fe4e84851" class="weglot_choice" type="checkbox" name="menu"/><label data-l="en" tabindex="-1" for="wg173239462367423e7fe4e84851" class="wgcurrent wg-li weglot-lang weglot-language flag-0 en" data-code-language="en" data-name-language="English"><span class="wglanguage-name">English</span></label><ul role="none"><li data-l="es" class="wg-li weglot-lang weglot-language flag-0 es" data-code-language="es" role="option"><a title="Language switcher : Spanish" class="weglot-language-es" role="option" data-wg-notranslate="" href="https://hias.org/es/donde/guatemala/">Español</a></li></ul></aside> <button class="open-search-flyout"><span class="accessibility">Open Search</span></button> </div> </section> <!--Header--> <header> <div class="container"> <a class="logo" href="https://hias.org"> <img width="1332" height="187" class="large-only" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201332%20187'%3E%3C/svg%3E" alt="HIAS" data-lazy-src="https://hias.org/wp-content/uploads/2022/05/hias_logo.png"/><noscript><img width="1332" height="187" class="large-only" src="https://hias.org/wp-content/uploads/2022/05/hias_logo.png" alt="HIAS"/></noscript> <img width="246" height="76" class="medium-only" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20246%2076'%3E%3C/svg%3E" alt="HIAS" data-lazy-src="https://hias.org/wp-content/uploads/2022/05/hias_logo-2.png"/><noscript><img width="246" height="76" class="medium-only" src="https://hias.org/wp-content/uploads/2022/05/hias_logo-2.png" alt="HIAS"/></noscript> <span class="accessibility">HIAS</span> </a> <div id="last-link-dupe" class="mobile-only"></div> <button class="mobile-only mobile-menu"> <span></span> <span></span> <span></span> <span class="accessibility">Toggle Menu</span> </button> <nav itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement" role="navigation"> <button id="back-to-main-nav" class="mobile-only back-button">Back</button> <button id="back-to-parent-nav" class="mobile-only back-button">Back</button> <ul id="menu-new-main-menu" class="menu"><li id="menu-item-65034" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65034 menu-item-has-children layout-three-column" itemprop="name"><a href="https://hias.org/how/"><span class="title">How to Help</span></a> <div class="sub-menu"> <ul class="container simpatico-grid dropdown-three-column"> <li class="intro"> <h2 class="heading-5">How to Help</h2> <p class="medium">Together, we can help create a world in which refugees find welcome, safety, and opportunity. Join us.</p> <a class="btn-primary" href="https://act.hias.org/page/53286/donate/1?_gl=1*199e9g*_gcl_aw*R0NMLjE2OTY0NTc2ODkuQ2owS0NRandtdlNvQmhET0FSSXNBSzZhVjdqUG81SXZHeVBmY0EwMlBhOEpVc2NwNFZCUE00R25FcTVvUFZIUUt5Skx3MHZ5bmppMjJSOGFBdHJfRUFMd193Y0I.*_gcl_dc*R0NMLjE2OTY0NTc2ODkuQ2owS0NRandtdlNvQmhET0FSSXNBSzZhVjdqUG81SXZHeVBmY0EwMlBhOEpVc2NwNFZCUE00R25FcTVvUFZIUUt5Skx3MHZ5bmppMjJSOGFBdHJfRUFMd193Y0I.*_gcl_au*MTAwMDIxNDU4OC4xNjk3NDgzODE4*_ga*MTcxMTA0MTEzNi4xNjkwODM4Njc5*_ga_6Q0BQPF21C*MTY5NzQ4OTI2Ny40NS4xLjE2OTc0OTI1MTcuMjYuMC4w" target="">Donate Now</a> </li> <li class="secondary-links"> <h3 class="eyebrow">Get Involved</h3> <ul> <li><a class="alt btn-secondary white" href="https://hias.org/how/volunteer/" target=""><span>Volunteer</span></a></li><li><a class="alt btn-secondary white" href="https://hias.org/how/upcoming-events/" target="">Attend an <span>Event</span></a></li><li><a class="alt btn-secondary white" href="/how/private-sponsorship/" target="">Sponsor a <span>Refugee</span></a></li><li><a class="alt btn-secondary white" href="https://hias.org/how/congregational-opportunities/" target="">Congregational <span>Opportunities</span></a></li><li><a class="alt btn-secondary white" href="https://hias.org/how/educational-resources/" target="">Educational <span>Resources</span></a></li><li><a class="alt btn-primary" href="https://hias.org/take-action/" target="">TAKE <span>ACTION</span></a></li> </ul> </li> <li class="links-carousel"> <h3 class="eyebrow">Highlights</h3> <div class="slick-carousel"> <a class="slide btn-hover" href="https://hias.org/news/five-ways-americans-can-welcome-refugees/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-300x169.jpg 300w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-768x434.jpg 768w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/22_JFS-Seattle-Volunteers-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/22_JFS-Seattle-Volunteers-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-300x169.jpg 300w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-768x434.jpg 768w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <h4 class="subhead">Five Ways Americans Can Welcome Refugees</h4> <p class="xsmall">Explore ways that you can help refugees, asylum seekers, and other displaced people find welcome in your community, the U.S., and around the world.</p> <span class="btn-tertiary white">Read More</span> </a> <a class="slide btn-hover" href="https://hias.org/probono/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//Pro-Bono-photo-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/Pro-Bono-photo-1-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/Pro-Bono-photo-1-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//Pro-Bono-photo-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <h4 class="subhead">Join HIAS' Pro Bono Network</h4> <p class="xsmall">HIAS’ Pro Bono & Partnerships team works with volunteer attorneys across the U.S. to help refugees, asylum seekers, and other forcibly displaced people access vital legal services.</p> <span class="btn-tertiary white">Learn More</span> </a> </div> </li> </ul> </div> </li> <li id="menu-item-65035" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65035 menu-item-has-children layout-single-lightbox" itemprop="name"><a href="https://act.hias.org/page/53286/donate/1?_gl=1*iczsvq*_gcl_au*MjEwNjkzMjIyMi4xNjk2MDE1MzU3*_ga*MTE2NTI3MDU1MC4xNjk2MDE1MzU3*_ga_6Q0BQPF21C*MTY5NjI2NDE0OS4zLjEuMTY5NjI2NDM3MS42MC4wLjA."><span class="title">Donate</span></a> <div class="sub-menu single-dropdown"> <ul class=" dropdown-single-lightbox"> <li><a class="fancy-button" href="https://act.hias.org/page/53286/donate/1?_gl=1*iczsvq*_gcl_au*MjEwNjkzMjIyMi4xNjk2MDE1MzU3*_ga*MTE2NTI3MDU1MC4xNjk2MDE1MzU3*_ga_6Q0BQPF21C*MTY5NjI2NDE0OS4zLjEuMTY5NjI2NDM3MS42MC4wLjA." target="">Donate Now</a><ul><li><a class="alt btn-tertiary" href="https://act.hias.org/page/58037/donate/1" target="">Become a Monthly <span>Donor</span></a></li><li><a class="alt btn-tertiary" href="https://hias.org/matching-gifts/)" target="">Employer <span>Match</span></a></li><li><a class="alt btn-tertiary" href="https://www.hiasfoundation.org/" target="">HIAS <span>Foundation</span></a></li><li><a class="alt btn-tertiary" href="https://hias.org/who/corporate-partnerships/" target="">Corporate <span>Partnerships</span></a></li><li><a class="alt btn-tertiary" href="https://hias.org/how/ways-give/" target="">Other Ways to <span>Give</span></a></li> </ul> </li> </ul> </div> </li> </ul> <div class="top-helper-nav mobile-only"> <div class="container"> <ul id="menu-new-top-menu-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68880"><a href="https://hias.org/what/respond-emergencies/">Emergency Response</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68879"><a href="https://hias.org/center-refugee-policy/">Center for Refugee Policy</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65043"><a href="https://hias.org/refugee-faqs/">Refugee FAQs</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65044"><a href="https://hias.org/contact-us/">Contact Us</a></li> </ul> <form method="get" class="searchform" action="https://hias.org"> <label class="accessibility" for="s">Search</label> <input type="text" class="field" name="s" id="s" placeholder="Start typing to search..." /> <button type="submit" name="submit"><span class="accessibility">Submit</span></button> </form> <div class="footer-social simpatico-flex-container"> <a href="https://www.facebook.com/HIASrefugees" class="button dark facebook" target="_blank" aria-label="social facebook"><span class="accessibility">Facebook</span></a> <a href="https://www.linkedin.com/company/hias/" class="button dark linkedin" target="_blank" aria-label="social linkedin"><span class="accessibility">LinkedIn</span></a> <a href="http://instagram.com/hiasrefugees" class="button dark instagram" target="_blank" aria-label="social url-link"><span class="accessibility">Instagram</span></a> </div> </div> </div> </nav> </div> </header> <div id="content"> <section id="block-intro-one" class="single-country block-intro-one no-space background-white"> <div class="container"> <div class="row align-items-center justify-content-end"> <div class="col-12"> <div class="intro-media"> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Guatemala" data-lazy-src="https://hias.org/wp-content/uploads/202309_Tapachula_Mexico103-scaled.jpg" /><noscript><img src="https://hias.org/wp-content/uploads/202309_Tapachula_Mexico103-scaled.jpg" alt="Guatemala" /></noscript> </picture> <h1 class="super-title">Guatemala</h1> </figure> </div> </div> <div class="col-12 col-md-12 col-lg-5 col-xl-4 intro-caption"> HIAS workers observe current humanitarian trends along the Suchiate river, which divides Guatemala from Mexico. September 13, 2023. (Selia Montes for HIAS) </div> </div> </div> </section> <section class="block-intro-country no-border background-white" id="block-intro-country-block_0c52f79b3adc15aff906a7dfb694590d"> <div class="container"> <div class="row align-items-start"> <div class="col-12 col-lg-3 intro-side order-2 order-lg-1"> <div class="row intro-side-details"> <div class="col-12 col-md-6 col-lg-12 details-block"> <div class="block-content"> <h3 class="xsmall-title">Office Locations</h3> <p>Guatemala City, Izabal, Huehuetenango</p> </div> </div> <div class="col-12 col-md-6 col-lg-12 details-block"> <div class="block-content"> <h3 class="xsmall-title">Founded</h3> <p>2023</p> </div> </div> <div class="col-12 col-md-6 col-lg-12 details-block"> <div class="block-content"> <h3 class="xsmall-title">Staff Size</h3> <p>6</p> </div> </div> <div class="col-12 col-md-6 col-lg-12 details-block"> <div class="block-content"> <h3 class="xsmall-title">Contact</h3> <p><a href="hias.gt@hias.org">HIAS Guatemala</a></p> </div> </div> <div class="col-12 col-md-6 col-lg-12 intro-side-btns"> <a href="https://hias.org/wp-content/uploads/Guatemala-Fact-Sheet-2024-EN-1.pdf" download class="button secondary-btn pink download" aria-label="HIAS Guatemala Overview 2024 English"><span><i data-text="HIAS Guatemala Overview 2024 English">HIAS Guatemala Overview 2024 English</i></span></a> </div> </div> </div> <div class="col-12 col-lg-9 ms-auto order-3 order-lg-3 intro-content"> <div class="content-top"> <p>Guatemala contends with a complex and enduring crisis marked by poverty, pervasive inequality, escalating violence, economic challenges, and constrained governmental capacities.</p> <p>The prevalence of displacement due to both violence and climate change-related events further compounds the multifaceted challenges facing the country. HIAS Guatemala is inaugurating field offices to respond to the needs of displaced people by working with humanitarian actors and other civil society organizations.</p> <p>HIAS Guatemala supports people that have urgent humanitarian and psychosocial support needs. HIAS has also been selected as UNHCR’s partner for the 2023-2026 multi-year plan in Guatemala.</p> </div> <!--?php endif; if($country_crisis_details_more_details): ? --> <!-- See more content & button --> <!--div class="content-hidden" --> <!--/div !--> <!--?php endif; ? --> <div class="intro-stats"> <div class="row"> <div class="col-12 stat-item"> <h3 class="xlarge-title">600</h3> <p class="para-1">people received support through HIAS Guatemala in the first 6 months of operations</p> </div> </div> </div> </div> <!-- div class="col-12 col-lg-9 ms-auto order-4 order-lg-4 intro-stats"> <div class="row"> </div> </div --> </div> </div> </section> <section class="block-priorities-list background-grey" id="block-priorities-list-block_bacb80b30cbb00c76730690faed8645b"> <div class="container"> <div class="row"> <div class="col-lg-9 col-12"> <h3 class="label-title section-title with-dot">Our Work</h3> <p class="para-2">HIAS Guatemala is dedicated to assisting people by providing comprehensive case management services. The office also provides community-based mental health services, as well as gender-based violence prevention and response programs.</p> </div> </div> <div class="items-row row"> <div class="col-lg-6 col-12 list-col"> <div class="items" id="priorities-list-block_bacb80b30cbb00c76730690faed8645b"> <div class="accordion-item ui-hover active"> <h2 class="accordion-header small-title" id="heading-101"> <button class="accordion-button ui-hover collapsed" type="button" data-bs-target="#collapse-101" aria-expanded="false" aria-controls="collapse-101"> End Gender-Based Violence <span class="d-lg-none d-block plus-icon button accordion-btn" aria-label="accordion button"> <span class="minus"></span> </span> </button> </h2> <div id="collapse-101" class="accordion-collapse collapse" aria-labelledby="heading-101" data-bs-parent="#priorities-list-block_bacb80b30cbb00c76730690faed8645b"> <div class="row"> <div class="col-lg-9 offset-lg-3 col-md-10 offset-md-2"> <div class="accordion-body d-lg-none"> <div class="text"> <p class="para-3">We work to protect the right of women, girls, and LGBTQ communities to access their full potential and live free from violence by supporting survivors, mitigating risks, and transforming beliefs that perpetuate GBV.</p> </div> <div class="img-holder "> <a href="#" class="ui-hover video-trigger" data-bs-toggle="modal" data-bs-target="#video_popup" data-video-provider='other' data-video-id='<iframe width="560" height="315" src="https://www.youtube.com/embed/H8YdURfGlPg?si=ENsU3OvGMTiAK1bV" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>'> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="A HIAS staff member speaks with a woman and girl about HIAS' programs to address gender-based violence. | Ending Gender-Based Violence with Healing and Hope | HIAS | End Gender Based Violence Against Refugees | HIAS" data-lazy-src="https://hias.org/wp-content/uploads/230331_GBV_Video-Stills_09.jpg"><noscript><img src="https://hias.org/wp-content/uploads/230331_GBV_Video-Stills_09.jpg" alt="A HIAS staff member speaks with a woman and girl about HIAS' programs to address gender-based violence. | Ending Gender-Based Violence with Healing and Hope | HIAS | End Gender Based Violence Against Refugees | HIAS"></noscript> </picture> <span class="button play-btn large" aria-label="play video"></span> </figure> </a> </div> </div> </div> </div> </div> </div> <div class="accordion-item ui-hover inactive"> <h2 class="accordion-header small-title" id="heading-39880"> <button class="accordion-button ui-hover collapsed" type="button" data-bs-target="#collapse-39880" aria-expanded="false" aria-controls="collapse-39880"> Promote Economic Inclusion <span class="d-lg-none d-block plus-icon button accordion-btn" aria-label="accordion button"> <span class="minus"></span> </span> </button> </h2> <div id="collapse-39880" class="accordion-collapse collapse" aria-labelledby="heading-39880" data-bs-parent="#priorities-list-block_bacb80b30cbb00c76730690faed8645b"> <div class="row"> <div class="col-lg-9 offset-lg-3 col-md-10 offset-md-2"> <div class="accordion-body d-lg-none"> <div class="text"> <p class="para-3">Our economic inclusion programs ensure that refugees have economic opportunities to earn sustainable income and start their lives anew.</p> </div> <div class="img-holder "> <a href="#" class="ui-hover video-trigger" data-bs-toggle="modal" data-bs-target="#video_popup" data-video-provider='other' data-video-id='<iframe title="vimeo-player" src="https://player.vimeo.com/video/720015210?h=21a8333ff8" width="640" height="360" frameborder="0" allowfullscreen></iframe>'> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Magdiel Galeano Gómez, a refugee from Nicaragua now living in Costa Rica, works on a product for his business, Jeff Creative. (SideXSide Studios/HIAS)" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/2022_Economic-Inclusion-WRD-Video-Still_Madgiel-Galeano-Gomez.png"><noscript><img src="https://hias.org/wp-content/uploads/2022/07/2022_Economic-Inclusion-WRD-Video-Still_Madgiel-Galeano-Gomez.png" alt="Magdiel Galeano Gómez, a refugee from Nicaragua now living in Costa Rica, works on a product for his business, Jeff Creative. (SideXSide Studios/HIAS)"></noscript> </picture> <span class="button play-btn large" aria-label="play video"></span> </figure> </a> </div> </div> </div> </div> </div> </div> <div class="accordion-item ui-hover inactive"> <h2 class="accordion-header small-title" id="heading-4827"> <button class="accordion-button ui-hover collapsed" type="button" data-bs-target="#collapse-4827" aria-expanded="false" aria-controls="collapse-4827"> Support Community Mental Health <span class="d-lg-none d-block plus-icon button accordion-btn" aria-label="accordion button"> <span class="minus"></span> </span> </button> </h2> <div id="collapse-4827" class="accordion-collapse collapse" aria-labelledby="heading-4827" data-bs-parent="#priorities-list-block_bacb80b30cbb00c76730690faed8645b"> <div class="row"> <div class="col-lg-9 offset-lg-3 col-md-10 offset-md-2"> <div class="accordion-body d-lg-none"> <div class="text"> <p class="para-3">HIAS’ community-based mental health programs promote the well-being of individuals, families, and communities affected by crisis and conflict so they can heal and rebuild their lives.</p> </div> <div class="img-holder "> <a href="#" class="ui-hover video-trigger" data-bs-toggle="modal" data-bs-target="#video_popup" data-video-provider='other' data-video-id='<iframe title="vimeo-player" src="https://player.vimeo.com/video/759971147?h=21c3d26673" width="640" height="360" frameborder="0" allowfullscreen></iframe>'> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Support Community Mental Health" data-lazy-src="https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still.png"><noscript><img src="https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still.png" alt="Support Community Mental Health"></noscript> </picture> <span class="button play-btn large" aria-label="play video"></span> </figure> </a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="col-lg-6 d-lg-block d-none info-col"> <div class="active-item-content d-flex flex-wrap"> <!-- first item accordion-body content --> <div class="img-holder "> <a href="#" class="ui-hover video-trigger" data-bs-toggle="modal" data-bs-target="#video_popup" data-video-provider='other' data-video-id='<iframe width="560" height="315" src="https://www.youtube.com/embed/H8YdURfGlPg?si=ENsU3OvGMTiAK1bV" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>'> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="A HIAS staff member speaks with a woman and girl about HIAS' programs to address gender-based violence. | Ending Gender-Based Violence with Healing and Hope | HIAS | End Gender Based Violence Against Refugees | HIAS" data-lazy-src="https://hias.org/wp-content/uploads/230331_GBV_Video-Stills_09.jpg"><noscript><img src="https://hias.org/wp-content/uploads/230331_GBV_Video-Stills_09.jpg" alt="A HIAS staff member speaks with a woman and girl about HIAS' programs to address gender-based violence. | Ending Gender-Based Violence with Healing and Hope | HIAS | End Gender Based Violence Against Refugees | HIAS"></noscript> </picture> <span class="button play-btn large" aria-label="play video"></span> </figure> </a> </div> <div class="text"> <p class="para-3">We work to protect the right of women, girls, and LGBTQ communities to access their full potential and live free from violence by supporting survivors, mitigating risks, and transforming beliefs that perpetuate GBV.</p> </div> </div> </div> </div> </div> </section> <section class="block-related-news background-white" id="block-related-news-block_3f71e6f830ffe37da2e8a74a8339b809"> <div class="container"> <div class="row"> <div class="col-lg-12 col-12"> <h3 class="label-title section-title with-dot">Latest News</h3> </div> </div> </div> </section> <!-- block with more than one item => have a slider --> <section class="block-large-feature background-grey" id="block-large-feature-block_f593930943d52e408d2224a9ffeefad5"> <div class="container"> <div class="row"> <div class="col-lg-12 col-12"> <h3 class="label-title section-title with-dot">Impact Story</h3> </div> </div> <div class="items"> <!-- Swiper --> <div class="swiper FeaturedSwiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="row slide-row"> <div class="col-lg-10 col-12 title-col"> <h3 class="large-title item-title">In Guatemala, HIAS and Airbnb Help People Find a Home</h3> </div> <div class="col-lg-12 content-col"> <div class="item-content"> <div class="row flex-lg-row flex-column-reverse"> <div class="col-lg-3 col-md-8 col-12 left-col"> <p class="para-3">Airbnb and HIAS developed an emergency accommodation and humanitarian assistance partnership in 2018. In the last six years, the program has supported close to 60,000 people in Guatemala, the U.S., Ecuador, Poland, Colombia, Peru, and Guyana.</p> <a href="https://hias.org/news/guatemala-airbnb-helps-refugees-find-home/" class="button secondary-btn pink internal" aria-label="Read more"><span><i data-text="Read more">Read more</i></span></a> </div> <div class="col-lg-9 col-12 right-col"> <div class="img-holder with-caption"> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="HIAS Guatemala staff talk to a participant of the HIAS and Airbnb program and her children at the HIAS Guatemala office. Guatemala City, June 11, 2024. (Lizbeth Marroquin/HIAS)" data-lazy-src="https://hias.org/wp-content/uploads/Guatemala-Airbnb-Program009-1-scaled.jpeg" /><noscript><img src="https://hias.org/wp-content/uploads/Guatemala-Airbnb-Program009-1-scaled.jpeg" alt="HIAS Guatemala staff talk to a participant of the HIAS and Airbnb program and her children at the HIAS Guatemala office. Guatemala City, June 11, 2024. (Lizbeth Marroquin/HIAS)" /></noscript> </picture> </figure> </div> <p class="caption">HIAS Guatemala staff talk to a participant of the HIAS and Airbnb program and her children at the HIAS Guatemala office. Guatemala City, June 11, 2024. (Lizbeth Marroquin/HIAS)</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="block-partners background-white" id="block-partners-block_71b66c799809c49136b71a5119f742bd"> <div class="container"> <div class="row"> <div class="col-lg-12 col-12"> <h3 class="label-title section-title with-dot">Partners</h3> </div> </div> <div class="row items"> <!-- item with the secondary partners --> <div class="col-lg-12 col-12 item secondary-item"> <div class="item-content"> <div class="row"> <div class="col-lg-3 col-12 date-col"> <p class="para-3 w-medium">HIAS Guatemala operates with the support of different partner organizations.</p> </div> <div class="col-lg-9 content-col"> <div class="item-info row partners-list"> <div class="col-lg-3 col-md-4 col-6 secondary-item"> <p class="para-3"> <a href="https://theshapirofoundation.org/" target="_blank">The Shapiro Foundation</a> </p> </div> <div class="col-lg-3 col-md-4 col-6 secondary-item"> <p class="para-3"> <a href="https://www.airbnb.com.co/" target="_blank">Airbnb</a> </p> </div> <div class="col-lg-3 col-md-4 col-6 secondary-item"> <p class="para-3"> <a href="https://nortedecentroamerica.iom.int/es/guatemala" target="_blank">IOM</a> </p> </div> <div class="col-lg-3 col-md-4 col-6 secondary-item"> <p class="para-3"> <a href="https://www.unhcr.org/countries/guatemala" target="_blank">UNHCR</a> </p> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="block-article background-white "> <div class="container"> <div class="row"> <div class="col-lg-9 col-12 content-col"> <div class="richtext article-block"><p><em>HIAS’ services are free. If someone tries to charge you for services claiming they represent HIAS, please report it at our confidential email address: <strong><a href="mailto:ethics@hias.org">ethics@hias.org</a></strong>. HIAS has a zero-tolerance policy on fraud and corruption. </em></p> <p><em>For any other inquiries please email us at <strong><a href="mailto:info@hias.org">info@hias.org</a></strong>.</em></p> </div> </div> </div> </div> </section> <section class="block-big-cta background-blue-dark color-white"> <figure class="block-media d-none d-md-block"> <picture> <img fetchpriority="high" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201536%20830'%3E%3C/svg%3E" width="1536" height="830" alt="Give Now" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/HIAS-big-cta-1-1536x830.jpg" ><noscript><img fetchpriority="high" src="https://hias.org/wp-content/uploads/2022/06/HIAS-big-cta-1-1536x830.jpg" width="1536" height="830" alt="Give Now" ></noscript> </picture> </figure> <div class="container"> <div class="row align-items-end justify-content-start justify-content-lg-end"> <div class="col-12 block-title align-self-start"> <h2 class="super-title">Give Now</h2> </div> <div class="block-mobile-media col-12 d-block d-md-none"> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20415'%3E%3C/svg%3E" width="768" height="415" alt="Give Now" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/HIAS-big-cta-1-768x415.jpg" ><noscript><img src="https://hias.org/wp-content/uploads/2022/06/HIAS-big-cta-1-768x415.jpg" width="768" height="415" alt="Give Now" ></noscript> </picture> </figure> </div> <div class="block-content col-12 col-md-10 col-lg-9 col-xl-9"> <h3 class="small-title"> Help HIAS provide vital services to refugees and asylum seekers around the world</h3> <div class="btns-holder"> <a href="https://act.hias.org/page/53286/donate/1" class="button primary-btn" aria-label="Donate Now" > <span><i data-text="Donate Now">Donate Now</i></span> </a> </div> </div> </div> </div> </section> </div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var relevanssi_rt_regex = /(&|\?)_(rt|rt_nonce)=(\w+)/g var newUrl = window.location.search.replace(relevanssi_rt_regex, '') history.replaceState(null, null, window.location.pathname + newUrl + window.location.hash) </script> <!-- Instagram Feed JS --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var sbiajaxurl = "https://hias.org/wp-admin/admin-ajax.php"; </script> <script type="rocketlazyloadscript"> let request = new XMLHttpRequest(); let url = 'ht' + 'tps:' + '//' + 'cdn-api.weglot.com/' + 'pageviews?api_key=' + 'wg_701b167b51b2d1d66f1ef4914249c44d1'; let data = JSON.stringify({ url: location.protocol + '//' + location.host + location.pathname, language: document.getElementsByTagName('html')[0].getAttribute('lang'), browser_language: (navigator.language || navigator.userLanguage) } ); request.open('POST', url, true); request.send(data); </script> <link data-minify="1" rel='stylesheet' id='block-intro-country-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-intro-country/block-intro-country.css?ver=1732120498' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-priorities-list-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-priorities-list/block-priorities-list.css?ver=1732120498' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-related-news-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-related-news/block-related-news.css?ver=1732120485' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-large-feature-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-large-feature/block-large-feature.css?ver=1732120492' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='partners-block-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-partners/block-partners.css?ver=1732120500' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-article-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-article/block-article.css?ver=1732120485' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-big-cta-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-big-cta/block-big-cta.css?ver=1732120478' type='text/css' media='all' /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/bootstrap.bundle.min.js?ver=4.3.1" id="bootstrap-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/swiper-bundle.min.js?ver=4.3.1" id="swiper-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/Chart.min.js?ver=1.0.0" id="chartjs-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/_include/js/doughnut.js?ver=1732120472" id="doughnut-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/slick.min.js?ver=1.0.0" id="simpatico-slick-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/magnific.min.js?ver=1.0.0" id="simpatico-magnific-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/_include/js/simpatico-scripts.js?ver=1732120472" id="simpatico-scripts-js" defer></script> <script type="text/javascript" id="scripts-js-extra"> /* <![CDATA[ */ var globalAjax = {"ajaxurl":"https:\/\/hias.org\/wp-admin\/admin-ajax.php","nonce":"62667afa0c"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/_include/js/scripts.js?ver=1732120473" id="scripts-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js?ver=1732120473" id="cookiejs-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1" id="react-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?ver=18.3.1" id="react-jsx-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/autop.min.js?ver=9fb50649848277dd318d" id="wp-autop-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/blob.min.js?ver=9113eed771d446f4a556" id="wp-blob-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/block-serialization-default-parser.min.js?ver=14d44daebf663d05d330" id="wp-block-serialization-default-parser-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/deprecated.min.js?ver=e1f84915c5e8ae38964c" id="wp-deprecated-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/dom.min.js?ver=4ecffbffba91b10c5c7a" id="wp-dom-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1" id="react-dom-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/escape-html.min.js?ver=6561a406d2d232a6fbd2" id="wp-escape-html-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/element.min.js?ver=cb762d190aebbec25b27" id="wp-element-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/is-shallow-equal.min.js?ver=e0f9f1d78d83f5196979" id="wp-is-shallow-equal-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/keycodes.min.js?ver=034ff647a54b018581d3" id="wp-keycodes-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/priority-queue.min.js?ver=9c21c957c7e50ffdbf48" id="wp-priority-queue-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/compose.min.js?ver=b8d54449305350b51869" id="wp-compose-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/private-apis.min.js?ver=17a2e640b653d742da6e" id="wp-private-apis-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/redux-routine.min.js?ver=a0a172871afaeb261566" id="wp-redux-routine-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c" id="wp-data-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-data-js-after"> /* <![CDATA[ */ ( function() { var userId = 0; var storageKey = "WP_DATA_USER_" + userId; wp.data .use( wp.data.plugins.persistence, { storageKey: storageKey } ); } )(); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/html-entities.min.js?ver=2cd3358363e0675638fb" id="wp-html-entities-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/a11y.min.js?ver=d90eebea464f6c09bfd5" id="wp-a11y-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/rich-text.min.js?ver=4021b9e4e9ef4d3cd868" id="wp-rich-text-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/shortcode.min.js?ver=b7747eee0efafd2f0c3b" id="wp-shortcode-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/blocks.min.js?ver=0d232d232463200f5cfd" id="wp-blocks-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/url.min.js?ver=36ae0e4dd9043bb8749b" id="wp-url-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/api-fetch.min.js?ver=4c185334c5ec26e149cc" id="wp-api-fetch-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-api-fetch-js-after"> /* <![CDATA[ */ wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://hias.org/wp-json/" ) ); wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "5a24adc23f" ); wp.apiFetch.use( wp.apiFetch.nonceMiddleware ); wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware ); wp.apiFetch.nonceEndpoint = "https://hias.org/wp-admin/admin-ajax.php?action=rest-nonce"; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/vendor/moment.min.js?ver=2.29.4" id="moment-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="moment-js-after"> /* <![CDATA[ */ moment.updateLocale( 'en_US', {"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"week":{"dow":1},"longDateFormat":{"LT":"g:i a","LTS":null,"L":null,"LL":"F j, Y","LLL":"F j, Y g:i a","LLLL":null}} ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/date.min.js?ver=aaca6387d1cf924acc51" id="wp-date-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-date-js-after"> /* <![CDATA[ */ wp.date.setSettings( {"l10n":{"locale":"en_US","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"meridiem":{"am":"am","pm":"pm","AM":"AM","PM":"PM"},"relative":{"future":"%s from now","past":"%s ago","s":"a second","ss":"%d seconds","m":"a minute","mm":"%d minutes","h":"an hour","hh":"%d hours","d":"a day","dd":"%d days","M":"a month","MM":"%d months","y":"a year","yy":"%d years"},"startOfWeek":1},"formats":{"time":"g:i a","date":"F j, Y","datetime":"F j, Y g:i a","datetimeAbbreviated":"M j, Y g:i a"},"timezone":{"offset":-4,"offsetFormatted":"-4","string":"","abbr":""}} ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/primitives.min.js?ver=aef2543ab60c8c9bb609" id="wp-primitives-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/warning.min.js?ver=ed7c8b0940914f4fe44b" id="wp-warning-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/components.min.js?ver=36b97398bf090476214e" id="wp-components-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/keyboard-shortcuts.min.js?ver=32686e58e84193ce808b" id="wp-keyboard-shortcuts-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/commands.min.js?ver=73d702f6367f60b06d89" id="wp-commands-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/notices.min.js?ver=673a68a7ac2f556ed50b" id="wp-notices-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/preferences-persistence.min.js?ver=9307a8c9e3254140a223" id="wp-preferences-persistence-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/preferences.min.js?ver=e7b06b8f8bdd714600e9" id="wp-preferences-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-preferences-js-after"> /* <![CDATA[ */ ( function() { var serverData = false; var userId = "0"; var persistenceLayer = wp.preferencesPersistence.__unstableCreatePersistenceLayer( serverData, userId ); var preferencesStore = wp.preferences.store; wp.data.dispatch( preferencesStore ).setPersistenceLayer( persistenceLayer ); } ) (); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/style-engine.min.js?ver=86ba6721a03e5b921dfe" id="wp-style-engine-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/token-list.min.js?ver=05f8a6df6258f0081718" id="wp-token-list-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/wordcount.min.js?ver=55d8c2bf3dc99e7ea5ec" id="wp-wordcount-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/block-editor.min.js?ver=7ab6a9fdca1a0386ea66" id="wp-block-editor-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/core-data.min.js?ver=07feee0ca98b13ab617d" id="wp-core-data-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/media-utils.min.js?ver=1cf582d3c080c8694c8c" id="wp-media-utils-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/patterns.min.js?ver=74acf014a3907af88267" id="wp-patterns-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/plugins.min.js?ver=ef6da4a9b2747b62c09c" id="wp-plugins-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/server-side-render.min.js?ver=1e0f25c205ebeb30bcd2" id="wp-server-side-render-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/viewport.min.js?ver=829c9a30d366e1e5054c" id="wp-viewport-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/editor.min.js?ver=9b9729953f3754e74846" id="wp-editor-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-editor-js-after"> /* <![CDATA[ */ Object.assign( window.wp.editor, window.wp.oldEditor ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-intro-one/block-intro-one.js?ver=1732120502" id="block-intro-one-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-intro-country/block-intro-country.js?ver=1732120502" id="block-intro-country-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-priorities-list/block-priorities-list.js?ver=1732120502" id="block-priorities-list-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-related-news/block-related-news.js?ver=1732120485" id="block-related-news-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-large-feature/block-large-feature.js?ver=1732120493" id="block-large-feature-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-partners/block-partners.js?ver=1732120503" id="partners-block-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-article/block-article.js?ver=1732120474" id="block-article-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-big-cta/block-big-cta.js?ver=1732120474" id="block-big-cta-js-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ document.querySelectorAll("ul.nav-menu").forEach( ulist => { if (ulist.querySelectorAll("li").length == 0) { ulist.style.display = "none"; } } ); /* ]]> */ </script> <script>window.lazyLoadOptions=[{elements_selector:"[loading=lazy],img[data-lazy-src],.rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}},use_native:1},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://hias.org/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script> </div> <footer class="new-footer"> <div class="container simpatico-container simpatico-grid"> <div class="contact-col"> <a href="https://hias.org" class="logo footer-white-logo" aria-label="HIAS" > <span class="accessibility">HIAS homepage.</span> </a> <div class="footer-social simpatico-flex-container"> <a href="https://www.facebook.com/HIASrefugees" class="button dark facebook" target="_blank" aria-label="social facebook"><span class="accessibility">Facebook</span></a> <a href="https://www.linkedin.com/company/hias/" class="button dark linkedin" target="_blank" aria-label="social linkedin"><span class="accessibility">LinkedIn</span></a> <a href="http://instagram.com/hiasrefugees" class="button dark instagram" target="_blank" aria-label="social url-link"><span class="accessibility">Instagram</span></a> </div> <div class="footer-address"> <p><strong>International Headquarters</strong></p> <p>1300 Spring Street, Suite 500<br /> Silver Spring, MD 20910<br /> <a href="tel:+3018447300">301-844-7300</a></p> <p><strong>New York Office</strong></p> <p><a href="tel:+212-967-4100">212-967-4100</a></p> <p><strong>Information Helpline</strong></p> <p><a target="_blank" rel="noopener noreferrer">800-HIAS-714</a><br /> <a href="mailto:info@hias.org">info@hias.org</a></p> </div> <div class="footer-logos simpatico-flex-container desktop-only"> <a href="https://www.interaction.org/" target="_blank" class="footer-logo-link" aria-label=""> <img width="132" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20132%2072'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/InterAction-logo-1.png"><noscript><img width="132" height="72" src="https://hias.org/wp-content/uploads/2022/07/InterAction-logo-1.png" alt=""></noscript> </a> <a href="https://www.charitynavigator.org/ein/135633307" target="_blank" class="footer-logo-link" aria-label=""> <img width="136" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20136%2072'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/CharityNavigator-logo.png"><noscript><img width="136" height="72" src="https://hias.org/wp-content/uploads/2022/07/CharityNavigator-logo.png" alt=""></noscript> </a> <a href="https://charity.org/charities/hias/" target="_blank" class="footer-logo-link" aria-label=""> <img width="72" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/GlobalImpact-logo.png"><noscript><img width="72" height="72" src="https://hias.org/wp-content/uploads/2022/07/GlobalImpact-logo.png" alt=""></noscript> </a> <a href="https://www.charitywatch.org/charities/hias" target="_blank" class="footer-logo-link" aria-label=""> <img width="74" height="74" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2074%2074'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/Charity-Watch-logo.png"><noscript><img width="74" height="74" src="https://hias.org/wp-content/uploads/2022/07/Charity-Watch-logo.png" alt=""></noscript> </a> </div> </div> <div class="right-col"> <div class="footer-header simpatico-grid"> <article> <h2 class="heading-6 small">HIAS stands for a world in which refugees find welcome, safety, and opportunity.</h2> <a class="btn-primary" href="https://act.hias.org/page/53286/donate/1" target="_blank">Donate</a> </article> <div class="footer-chart simpatico-flex-container"> <div class="chart-container"> <div class="doughnut-chart-container"> <canvas id="doughnut-chartcanvas-1"></canvas> </div> </div> <div class="values"> <span class="chart-value value" data-value="84.02"> <span class="dot background-pink"></span> <p class="small"> <span class="percent">84.02%</span> <span class="dot-title">Program Services</span> </p> </span> <span class="chart-value value" data-value="12.79"> <span class="dot background-blue-bright-dark"></span> <p class="small"> <span class="percent">12.79%</span> <span class="dot-title">Management</span> </p> </span> <span class="chart-value value" data-value="3.19"> <span class="dot background-yellow"></span> <p class="small"> <span class="percent">3.19%</span> <span class="dot-title">Fundraising</span> </p> </span> </div> </div> </div> <div class="footer-links simpatico-grid"> <nav class="footer-nav"> <a href="/refugee-resources" class="footer-link"> Refugee Resources </a> <a href="/who/records-search-requests/" class="footer-link"> Records Search Requests </a> <a href="https://hias.org/who/media-inquiries/" class="footer-link"> Media Inquiries </a> <a href="https://hias.org/solicitation-disclosures/" class="footer-link"> Solicitation Disclosures </a> <a href="/frequently-asked-questions" class="footer-link"> FAQs </a> <a href="https://hias.org/ethics/" class="footer-link"> Ethics </a> <a href="/who/careers/" class="footer-link"> Careers </a> <a href="https://hias.org/safeguarding-hias/" class="footer-link"> Safeguarding </a> <a href="/contact-us" class="footer-link"> Contact Us </a> <a href="https://hias.org/request-proposals/" class="footer-link"> Requests for Proposals </a> </nav> <div class="footer-newsletter"> <p class="newsletter-header">Get email updates to stay informed about our work</p> <a class="btn-primary" href="https://act.hias.org/page/52591/subscribe/1" target="_blank" class="button primary-btn" aria-label="Sign up" data-text="Sign up">Sign up</a> </div> </div> <div class="footer-disclosures"> <div class="footer-logos simpatico-flex-container tablet-only"> <a href="https://www.interaction.org/" target="_blank" class="footer-logo-link" aria-label=""> <img width="132" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20132%2072'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/InterAction-logo-1.png"><noscript><img width="132" height="72" src="https://hias.org/wp-content/uploads/2022/07/InterAction-logo-1.png" alt=""></noscript> </a> <a href="https://www.charitynavigator.org/ein/135633307" target="_blank" class="footer-logo-link" aria-label=""> <img width="136" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20136%2072'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/CharityNavigator-logo.png"><noscript><img width="136" height="72" src="https://hias.org/wp-content/uploads/2022/07/CharityNavigator-logo.png" alt=""></noscript> </a> <a href="https://charity.org/charities/hias/" target="_blank" class="footer-logo-link" aria-label=""> <img width="72" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/GlobalImpact-logo.png"><noscript><img width="72" height="72" src="https://hias.org/wp-content/uploads/2022/07/GlobalImpact-logo.png" alt=""></noscript> </a> <a href="https://www.charitywatch.org/charities/hias" target="_blank" class="footer-logo-link" aria-label=""> <img width="74" height="74" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2074%2074'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/Charity-Watch-logo.png"><noscript><img width="74" height="74" src="https://hias.org/wp-content/uploads/2022/07/Charity-Watch-logo.png" alt=""></noscript> </a> </div> <div class="disclosures-text"> <p> HIAS is a nonpartisan, 501(c)(3) refugee protection organization based in Silver Spring, MD. We do not favor or oppose any candidate for public office. </p> <p>© 2024 HIAS. All rights reserved. </p> </div> <ul class="disclosures-links simpatico-flex-container"> <li> <a href="/privacy-policy/" class="disclosure-link"> Privacy Policy </a> </li> <li> <a href="/terms-of-use/" class="disclosure-link"> Terms of Use </a> </li> </ul> </div> </div> </div> </footer> <!-- Team modal --> <div class="modal fade leftShow" id="team_modal" tabindex="-1" aria-labelledby="team_modal" aria-hidden="true"> <div class="modal-dialog modal-fullscreen modal-dialog-scrollable "> <div class="modal-content background-blue-dark color-blue-light-dark"> <button type="button" class="button close-btn modal-close" data-bs-dismiss="modal" aria-label="Close"> <span></span> </button> <div class="modal-body"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="inner-content"> </div> </div> </div> </div> </div> </div> </div> </div> <!--Search flyout--> <div class="search-flyout"> <button class="close-flyout"><span class="accessibility">Close search window</span></button> <div class="container"> <h2 class="heading-4">Search HIAS</h2> <form method="get" class="searchform" action="https://hias.org"> <label class="accessibility" for="s">Search</label> <input type="text" class="field" name="s" id="s" placeholder="Start typing to search..." /> <button type="submit" name="submit"><span class="accessibility">Submit</span></button> </form> </div> </div> <!-- video popup --> <div class="modal fade video-popup" id="video_popup" tabindex="-1" role="dialog" aria-labelledby="video_popupLabel" style="display: none;" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content background-blue-dark color-blue-light-dark"> <button type="button" class="button close-btn modal-close" data-bs-dismiss="modal" aria-label="Close"> <span></span> </button> <div class="modal-body"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-10"> <div class="video-player ready" data-plyr-provider="youtube" data-plyr-embed-id="watch?v=HRj35PtXnLs"></div> <div class="inner-content"> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Global popup --> <!-- <div aria-visibility="hidden" class="hidden" style="font-family: 'GothamBook'"> </div> <script type="rocketlazyloadscript"> document.getElementsByTagName("body")[0].classList.remove("no-js"); var interval = null; function fontLoadListener() { var hasLoaded = false; try { hasLoaded = document.fonts.check('12px "GothamBook"'); } catch(error) { console.info("CSS font loading API error", error); fontLoadedSuccess(); return; } if(hasLoaded) { fontLoadedSuccess(); } } function fontLoadedSuccess() { if(interval) { clearInterval(interval); } /* Apply class names */ document.getElementsByTagName("body")[0].classList.add("gotham-book--loaded"); } interval = setInterval(fontLoadListener, 500); </script> --> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"NRJS-b6ae98ee6dcae6a95d6","applicationID":"1515657362","transactionName":"Y11RYUJXD0tVBk1cDVoXclZEXw5WGxZQWwVYXR5WX0MPTEYc","queueTime":0,"applicationTime":1447,"atts":"TxpSFwpNHEU=","errorBeacon":"bam.nr-data.net","agent":""}</script></body> </html>