<!doctype html >
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
      class="ios-preview-native-scroll">
<head>
    <meta charset="utf-8">
    





































<script type="text/javascript">
    window._currentDevice = 'desktop';
    window.Parameters = window.Parameters || {
        HomeUrl: 'https://www.emic.org/',

        SystemID: 'US_DIRECT_PRODUCTION',
        SiteAlias: '592f7851',
        SiteType: atob('RFVEQU9ORQ=='),
        PublicationDate: 'Jul 07, 2026',
        ExternalUid: null,
        IsSiteMultilingual: false,
        InitialPostAlias: '',
        InitialPostPageUuid: '',
        InitialDynamicItem: '',
        DynamicPageInfo: {
            isDynamicPage: false,
            base64JsonRowData: 'null',
        },
        InitialPageAlias: 'home',
        InitialPageUuid: 'aab94189f2a6472089ad383d2dd6d1a7',
        InitialPageId: '1210076902',
        InitialEncodedPageAlias: 'aG9tZQ==',
        InitialHeaderUuid: '89cd4859fbfe48308d27335f3bcc3486',
        CurrentPageUrl: '',
        IsCurrentHomePage: true,
        AllowAjax: false,
        AfterAjaxCommand: null,
        HomeLinkText: 'Back To Home',
        UseGalleryModule: false,
        CurrentThemeName: 'Layout Theme',
        ThemeVersion: '500000',
        DefaultPageAlias: '',
        RemoveDID: true,
        WidgetStyleID: null,
        IsHeaderFixed: false,
        IsHeaderSkinny: false,
        IsBfs: true,
        StorePageAlias: 'null',
        StorePagesUrls: 'e30=',
        IsNewStore: 'false',
        StorePath: '',
        StoreId: 'null',
        StoreVersion: 0,
        StoreBaseUrl: '',
        StoreCleanUrl: true,
        StoreDisableScrolling: true,
        IsStoreSuspended: false,
        HasCustomDomain: true,
        SimpleSite: false,
        showCookieNotification: false,
        cookiesNotificationMarkup: 'null',
        translatedPageUrl: '',
        isFastMigrationSite: false,
        sidebarPosition: 'NA',
        currentLanguage: 'en',
        currentLocale: 'en',
        NavItems: '{}',
        errors: {
            general: 'There was an error connecting to the page.<br/> Make sure you are not offline.',
            password: 'Incorrect name/password combination',
            tryAgain: 'Try again'
        },
        NavigationAreaParams: {
            ShowBackToHomeOnInnerPages: true,
            NavbarSize: -1,
            NavbarLiveHomePage: 'https://www.emic.org/',
            BlockContainerSelector: '.dmBody',
            NavbarSelector: '#dmNav:has(a)',
            SubNavbarSelector: '#subnav_main'
        },
        hasCustomCode: true,
        planID: '7',
        customTemplateId: 'null',
        siteTemplateId: 'null',
        productId: 'DM_DIRECT',
        disableTracking: false,
        pageType: 'FROM_SCRATCH',
        isRuntimeServer: true,
        isInEditor: false,
        isInPreview: false,
        hasNativeStore: false,
        defaultLang: 'en',
        hamburgerMigration: null,
        isFlexSite: true
    };

    window.Parameters.LayoutID = {};
    window.Parameters.LayoutID[window._currentDevice] = 30;
    window.Parameters.LayoutVariationID = {};
    window.Parameters.LayoutVariationID[window._currentDevice] = 5;
</script>





















<!-- Injecting site-wide to the head -->

<script src="//d.bablic.com/snippet/6a3d578fba17a9f3a8154066.js" data-swh-uuid="174cc3b6ec4c4ac7b4ccf9161c5bae2f">
</script>














<script type="text/javascript" id="d_track_campaign">
    (function() {
        if (!window.location.search) {
            return;
        }
        const cleanParams = window.location.search.substring(1); // Strip ?
        const queryParams = cleanParams.split('&');

        const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000;
        const domain = 'domain=' + window.location.hostname;
        const path = "path=/";

        queryParams.forEach((param) => {
            const [key, value = ''] = param.split('=');
            if (key.startsWith('utm_')) {
                const cookieName = "_dm_rt_" + key.substring(4);
                const cookie = cookieName + "=" + value;
                const joined = [cookie, expires, domain, path].join(";");
                document.cookie = joined;
            }
        });
    }());
</script>
<script type="text/javascript" >
    var _dm_gaq = {};
    var _gaq = _gaq || [];
    var _dm_insite = [];
</script>






<!-- End Injecting site-wide to the head -->

<!-- Inject secured cdn script -->


<!-- ========= Meta Tags ========= -->
<script>
    try {
    if (
        navigator.serviceWorker &&
        navigator.serviceWorker.getRegistrations &&
        location.protocol === 'https:'
    ) {
        // remove all service workers
        navigator.serviceWorker
            .getRegistrations()
            .then(function (registrations) {
                if (registrations && registrations.length) {
                    console.log('unregistering service workers');
                    registrations.forEach(function (registration) {
                        registration.unregister();
                    });
                }
            });
        // clear caches
        if (caches) {
            caches.keys().then(function (keyList) {
                if (keyList && keyList.length) {
                    console.log('deleting caches');
                    keyList.forEach(function (key) {
                        if (key && key.indexOf('druntime') === 0) {
                            caches.delete(key);
                        }
                    });
                }
            });
        }
    }
} catch (err) {
    // not a secured location
}
</script>



<link rel="canonical" href="https://www.emic.org/">

<meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover">

<meta name="apple-mobile-web-app-capable" content="yes">

<!--Add favorites icons-->

<link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/592f7851/site_favicon_16_1779984708868.ico"/>

<!-- End favorite icons -->
<link rel="preconnect" href="https://lirp.cdn-website.com/"/>



<!-- render the required CSS and JS in the head section -->
<script id='d-js-dmapi'>
    window.SystemID = 'US_DIRECT_PRODUCTION';

    if (!window.dmAPI) {
        window.dmAPI = {
            registerExternalRuntimeComponent: function () {
            },
            getCurrentDeviceType: function () {
                return window._currentDevice;
            },
            runOnReady: (ns, fn) => {
                const safeFn = dmAPI.toSafeFn(fn);
                ns = ns || 'global_' + Math.random().toString(36).slice(2, 11);
                const eventName = 'afterAjax.' + ns;

                if (document.readyState === 'complete') {
                    $.DM.events.off(eventName).on(eventName, safeFn);
                    setTimeout(function () {
                        safeFn({
                            isAjax: false,
                        });
                    }, 0);
                } else {
                    window?.waitForDeferred?.('dmAjax', () => {
                        $.DM.events.off(eventName).on(eventName, safeFn);
                        safeFn({
                            isAjax: false,
                        });
                    });
                }
            },
            toSafeFn: (fn) => {
                if (fn?.safe) {
                    return fn;
                }
                const safeFn = function (...args) {
                    try {
                        return fn?.apply(null, args);
                    } catch (e) {
                        console.log('function failed ' + e.message);
                    }
                };
                safeFn.safe = true;
                return safeFn;
            }
        };
    }

    if (!window.requestIdleCallback) {
        window.requestIdleCallback = function (fn) {
            setTimeout(fn, 0);
        }
    }
</script>

<!-- loadCSS function header.jsp-->






<script id="d-js-load-css">
/**
 * There are a few <link> tags with CSS resource in them that are preloaded in the page
 * in each of those there is a "onload" handler which invokes the loadCSS callback
 * defined here.
 * We are monitoring 3 main CSS files - the runtime, the global and the page.
 * When each load we check to see if we can append them all in a batch. If threre
 * is no page css (which may happen on inner pages) then we do not wait for it
 */
(function () {
  let cssLinks = {};
  function loadCssLink(link) {
    link.onload = null;
    link.rel = "stylesheet";
    link.type = "text/css";
  }
  
    function checkCss() {
      const pageCssLink = document.querySelector("[id*='CssLink']");
      const widgetCssLink = document.querySelector("[id*='widgetCSS']");

        if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) {
            const storedRuntimeCssLink = cssLinks.runtime;
            const storedPageCssLink = cssLinks.page;
            const storedGlobalCssLink = cssLinks.global;
            const storedWidgetCssLink = cssLinks.widget;

            storedGlobalCssLink.disabled = true;
            loadCssLink(storedGlobalCssLink);

            if (storedPageCssLink) {
                storedPageCssLink.disabled = true;
                loadCssLink(storedPageCssLink);
            }

            if(storedWidgetCssLink) {
                storedWidgetCssLink.disabled = true;
                loadCssLink(storedWidgetCssLink);
            }

            storedRuntimeCssLink.disabled = true;
            loadCssLink(storedRuntimeCssLink);

            requestAnimationFrame(() => {
                setTimeout(() => {
                    storedRuntimeCssLink.disabled = false;
                    storedGlobalCssLink.disabled = false;
                    if (storedPageCssLink) {
                      storedPageCssLink.disabled = false;
                    }
                    if (storedWidgetCssLink) {
                      storedWidgetCssLink.disabled = false;
                    }
                    // (SUP-4179) Clear the accumulated cssLinks only when we're
                    // sure that the document has finished loading and the document 
                    // has been parsed.
                    if(document.readyState === 'interactive') {
                      cssLinks = null;
                    }
                }, 0);
            });
        }
    }
  

  function loadCSS(link) {
    try {
      var urlParams = new URLSearchParams(window.location.search);
      var noCSS = !!urlParams.get("nocss");
      var cssTimeout = urlParams.get("cssTimeout") || 0;

      if (noCSS) {
        return;
      }
      if (link.href && link.href.includes("d-css-runtime")) {
        cssLinks.runtime = link;
        checkCss();
      } else if (link.id === "siteGlobalCss") {
        cssLinks.global = link;
        checkCss();
      } 
      
      else if (link.id && link.id.includes("CssLink")) {
        cssLinks.page = link;
        checkCss();
      } else if (link.id && link.id.includes("widgetCSS")) {
        cssLinks.widget = link;
        checkCss();
      }
      
      else {
        requestIdleCallback(function () {
          window.setTimeout(function () {
            loadCssLink(link);
          }, parseInt(cssTimeout, 10));
        });
      }
    } catch (e) {
      throw e
    }
  }
  window.loadCSS = window.loadCSS || loadCSS;
})();
</script>



<script data-role="deferred-init" type="text/javascript">
    /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/
    function Def() {
        this.promise = new Promise((function (a, b) {
            this.resolve = a, this.reject = b
        }).bind(this))
    }

    const defs = {};
    window.getDeferred = function (a) {
        return null == defs[a] && (defs[a] = new Def), defs[a]
    }
    window.waitForDeferred = function (b, a, c) {
        let d = window?.getDeferred?.(b);
        d
            ? d.promise.then(a)
            : c && ["complete", "interactive"].includes(document.readyState)
                ? setTimeout(a, 1)
                : c
                    ? document.addEventListener("DOMContentLoaded", a)
                    : console.error(`Deferred  does not exist`);
    };
</script>
<style id="forceCssIncludes">
    /* This file is auto-generated from a `scss` file with the same name */

.videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative}
    

</style>
<style id="cssVariables" type="text/css">
    :root {
  --color_1: rgba(66,53,40,1);
  --color_2: rgba(38,36,37,1);
  --color_3: rgba(255, 255, 255, 1);
  --color_4: rgba(247,245,240,1);
  --color_5: rgba(107,97,64,1);
  --max-content-width_1: 1440px;
}
</style>


<style id="hideAnimFix">
  .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] {
    visibility: hidden;
  }

  .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] {
    visibility: hidden !important;
  }

  #dmRoot:not(.editGrid) .flex-element [data-anim-extended] {
    visibility: hidden;
  }

</style>



<style id="criticalCss">
    @charset "UTF-8";.videobgframe,.videobgwrapper{position:absolute;height:100%}@font-face{font-family:FontAwesome;font-display:block;src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?v=6);src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?#iefix&v=6) format("embedded-opentype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.woff?v=6) format("woff"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.ttf?v=6) format("truetype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.svg#fontawesomeregular?v=6) format("svg");font-weight:400;font-style:normal}.videobgwrapper{overflow:hidden;z-index:0;width:100%;top:0;left:0;border-radius:inherit}.videobgframe{width:101%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}:root{--color_1:rgba(66,53,40,1);--color_2:rgba(38,36,37,1);--color_3:rgba(255, 255, 255, 1);--color_4:rgba(247,245,240,1);--color_5:rgba(107,97,64,1);--max-content-width_1:1440px;--hover-transform-zoomout:scale(1.06);--hover-transform-float:translateY(-8px);--hover-transform-forward:translateX(8px);--hover-transform-shrink:scale(0.9);--hover-transform-move-top:translateY(-10px);--hover-transform-move-bottom:translateY(10px);--hover-transform-move-left:translateX(-10px);--hover-transform-move-right:translateX(10px);--hover-transform-rotate:rotate(7deg);--hover-transform-opacity:0.7;--hover-scroll-transform:translate3d(0, 0, 0)}[data-layout-grid]{display:-ms-grid;display:grid;justify-content:start;align-items:start;-ms-grid-columns:minmax(0,1fr);grid-template-columns:minmax(0,1fr)}[data-layout-grid]>.flex-element.group{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;justify-self:center;align-self:start;order:0;max-width:1200px}[data-layout-grid]>.flex-element.group>.flex-element.group{align-items:flex-start;align-self:stretch}.flex-element.group,[data-layout-grid],[data-layout-grid]>.flex-element.group,[data-layout-grid]>.flex-element.group>.flex-element.group{background-size:cover;background-repeat:no-repeat;background-position:50% 50%;position:relative}.flex-element.group,[data-layout-grid]>.flex-element.group>.flex-element.group{max-width:100%;display:flex;flex-direction:column;justify-content:center}.flex-element.widget-wrapper{position:relative;min-width:10px;min-height:10px}#dm [data-flex-id] .widget-wrapper>[data-element-type]{width:100%;height:100%;margin:0;padding:0}#dm [data-flex-id] .widget-wrapper[data-widget-type=clicktomap]>[data-element-type]{width:100%!important;height:100%!important}[data-flex-id] .widget-wrapper [data-element-type=image] img,[data-flex-id] .widget-wrapper [data-element-type=image] img[width][height]{object-fit:cover;width:100%;height:100%}[data-flex-id] .flex-element.grid>.flex-element{-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:1;grid-column-end:span 1;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:1;grid-row-end:span 1}[data-widget-type=clicktomap],[data-widget-type=youtube],[data-widget-type]:has(>.dmWidget.flexButton){display:-ms-grid;display:grid;-ms-grid-columns:minmax(0,1fr);grid-template-columns:minmax(0,1fr);-ms-grid-rows:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}#flex-header [data-widget-type=image]{text-align:center}#flex-header[data-sticky]{position:sticky!important;top:0!important;z-index:13!important}@media (min-width:1025px){#flex-header[data-overlapping-common=true]{background-color:var(--overlapping-background-color);background-image:var(--overlapping-background-image);position:absolute!important;width:100%!important;z-index:101}#flex-header[data-overlapping-common=true]~.layout-drawer{z-index:101}#flex-header[data-overlapping-common=true][data-sticky]{margin-top:0!important;position:fixed!important;width:100%!important}[data-video-bg]{min-height:100px}}@media (min-width:768px) and (max-width:1024px){#flex-header[data-overlapping-common=true]:not([data-overlapping-tablet=false]){background-color:var(--overlapping-background-color);background-image:var(--overlapping-background-image);position:absolute!important;width:100%!important;z-index:101}#flex-header[data-overlapping-common=true]:not([data-overlapping-tablet=false])~.layout-drawer{z-index:101}#flex-header[data-overlapping-common=true]:not([data-overlapping-tablet=false])[data-sticky]{margin-top:0!important;position:fixed!important;width:100%!important}}@media (max-width:767px){#flex-header[data-overlapping-common=true]:not([data-overlapping-mobile=false]){background-color:var(--overlapping-background-color);background-image:var(--overlapping-background-image);position:absolute!important;width:100%!important;z-index:101}#flex-header[data-overlapping-common=true]:not([data-overlapping-mobile=false])~.layout-drawer{z-index:101}#flex-header[data-overlapping-common=true]:not([data-overlapping-mobile=false])[data-sticky]{margin-top:0!important;position:fixed!important;width:100%!important}}#site_content,.dmInner,[data-flex-id]{position:relative}.dmInner{background:#fff;min-width:auto!important}a,button{font-family:inherit}.text-align-center{text-align:center}#dmRoot{text-decoration-skip-ink:none}[data-layout-grid]{-ms-grid-rows:minmax(0,max-content)!important;grid-template-rows:minmax(0,max-content)!important}.flex-widgets-container{display:none}body.fix-mobile-scrolling{overflow:initial}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}@media (max-width:767px){.youtubeExt{display:block;margin-left:auto;margin-right:auto;width:100%}[data-hidden-on-mobile]{display:none!important}}img,span.oneIcon:before{display:inline-block}*,:after,:before{box-sizing:border-box}.video-ssr .videobgframe{object-fit:cover}.dmInner ul:not(.defaultList){padding:1px}#dm video{max-width:100%!important;display:block;margin:10px auto}.clearfix,a,iframe,img,li,ul{vertical-align:top}.dmOuter{word-wrap:break-word}img{max-width:100%;-ms-interpolation-mode:bicubic}a[dont-color-link]{color:inherit}[class^=dm-icon-]:before{font-family:dm-font!important}#dmFlexHeaderContainer{display:inline}#flex-sticky [data-layout-grid]>.flex-element.group>.flex-element.group>.flex-element.inner-grid>.flex-element{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1;grid-area:1/1/2/2;max-width:fill-available;max-width:-webkit-fill-available}@media (min-width:1025px){[data-hidden-on-desktop]{display:none!important}[data-layout-grid]>.flex-element.group{max-width:var(--max-content-full_1,var(--max-content-width_1,1200px))}[data-version] [class*=" font-size-"],[data-version] [class*=" size-"],[data-version] [class^=font-size-]{font-size:calc(var(--font-size) * var(--font-unit,1px))!important}}@media (min-width:768px) and (max-width:1024px){[data-hidden-on-tablet]{display:none!important}[data-version] [class*=" t-font-size-"],[data-version] [class*=" t-size-"],[data-version] [class^=t-size-]{font-size:calc(var(--font-size) * var(--t-font-unit,1px))!important}}@supports (-webkit-touch-callout:none){.flex-element.grid,.flex-element.group{background-attachment:scroll!important}}@media (max-width:1024px){[data-layout-grid]>.flex-element.group{max-width:1200px}}body{container-type:inline-size;container-name:body;-webkit-overflow-scrolling:touch}:not(.runtime-module-container) .layout-drawer,:not(.runtime-module-container) .layout-drawer-overlay{visibility:hidden}:not(.runtime-module-container) .layout-drawer{position:fixed;transform:translate(-100%,-100%)}:not(.runtime-module-container) .layout-drawer[data-origin=side-reverse]{transform:translate(100%,0)}:not(.runtime-module-container) .layout-drawer-overlay{opacity:0}.runtime-module-container{width:100%}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-overlay{visibility:visible;height:100%;position:fixed;top:0;left:0}#dm .blogImg img,#dmRoot:not(.editGrid) .flex-element [data-anim-extended]{visibility:hidden}.runtime-module-container .layout-drawer{background-color:#fff;width:75vw;transform:translate(-100%,0);overflow:auto;-webkit-overflow-scrolling:auto;z-index:13;display:flex;flex-direction:column}.runtime-module-container .layout-drawer[data-origin=side-reverse]{transform:translate(100%,0);left:auto;right:0}.runtime-module-container .layout-drawer-overlay{width:100vw;background-color:rgba(0,0,0,.4);opacity:0;z-index:6}@media (min-width:1025px){[data-flex-site] .layout-drawer:not([data-origin=top]){width:30vw}}@media (min-width:768px) and (max-width:1024px){[data-flex-site] .layout-drawer:not([data-origin=top]){width:50vw}}[data-flex-site] .layout-drawer [data-flex-id]{flex:1 0 auto;transform:translateZ(0)}.main-navigation.unifiednav .icon{display:none}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL]:is([data-show-vertical-sub-items=HIDE],[data-show-vertical-sub-items=HOVER])>.unav-top>.unifiednav__item-wrap .unav-item.dmNavItemSelected>.nav-item-text .icon:before{transform:rotate(180deg)}@media (max-width:767px){[data-version] [class*=" m-size-"],[data-version] [class*=" m-font-size-"],[data-version] [class^=m-font-size-],[data-version] [class^=m-size-]{font-size:calc(var(--font-size) * var(--m-font-unit,1px))!important}[data-flex-site] .layout-drawer:not([data-origin=top]){width:80vw}#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget.flexButton:not(.displayNone){display:flex}#dm .dmInner .dmWidget.flexButton{display:flex;align-items:center;justify-content:center;padding:10px 7px}#dm .dmInner .dmWidget.flexButton .text{padding:0!important;flex-grow:1;max-width:max-content}#dm .dmInner .dmWidget.flexButton:after{display:none}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;text-align:center;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}#dm .dmInner .dmWidget:after{content:"";display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}.socialHubIcon,[class*=" dm-social-icons-"],[class^=dm-icon-]{font-variant:normal;text-transform:none;line-height:1;-moz-osx-font-smoothing:grayscale;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;speak:none}[class^=dm-icon-]{font-family:dm-font}.dm-icon-left:before{content:"\ea09"}.dm-icon-right:before{content:"\ea9f"}.socialHubIcon,[class*=" dm-social-icons-"]{font-family:dm-social-icons!important}.dm-social-icons-tiktok:before{content:"\e813"}.dm-social-icons-facebook:before{content:"\ea90"}.dm-social-icons-instagram:before{content:"\ea92"}.dm-social-icons-youtube:before{content:"\ea9d"}#dm div.dmContent [class*=" icon-"],[class*=" icon-"]{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=" icon-"]:before{text-decoration:none;display:inline-block;speak:none}a [class*=" icon-"]{display:inline}[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:"\f005"}.icon-angle-right:before{content:"\f105"}.icon-angle-down:before{content:"\f107"}.graphicWidget{width:200px;height:200px;margin:10px auto;text-align:center}.graphicWidget svg.svg{width:100%;height:100%;color:#000;fill:#000}.graphicWidgetV2{width:60px;height:60px}.graphicWidgetV3{font-size:0}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.imageWidget img[width][height]{height:auto}[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}#dm [text-box-padding=true] .postArticle .postText{padding:15px}#dm .blogImg{background-size:cover;background-position:center}#dm .blogImg img{position:absolute}#dm .postArticle{float:left;padding-right:15px;padding-left:15px}#dm .postArticle .inner{position:relative;max-width:100%;width:100%}#dm .postArticle .authorBar{font-size:80%;opacity:.8}#dm .postArticle .readMore{opacity:.8}#dm .postArticle .postDescription{overflow:hidden;line-height:1.4em;word-break:break-word}#dm #dm_content [dmle_extension=internal_blog_list] .postArticle.lastArticle{margin-bottom:0!important}#dm [dmle_extension=internal_blog_list]>.inner{display:block}#dm .postArticle .postTitle h3{margin:0 0 15px;padding:0;line-height:normal}#dm .postArticle .postTitle h3:after{content:""}#dm [dmle_extension=internal_blog_list][show-author=false] .authorBar{display:none}#dm .postText *{text-align:left}[dmle_extension=internal_blog_list] .pagination-nav{display:flex;justify-content:center;width:100%;padding-block:8px;background-color:transparent;border-color:var(--btn-border-color)}[dmle_extension=internal_blog_list] .pagination-nav .pagination-list{list-style:none;width:fit-content;display:flex;gap:6px;padding:0;margin:0;flex:1;justify-content:center}[dmle_extension=internal_blog_list] .pagination-nav .pagination-list .pagination-item{color:var(--btn-text-color);display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:calc(1em + 18px);font-size:14px;font-weight:700;text-align:center;aspect-ratio:1/1;border-radius:4px;min-width:fit-content}[dmle_extension=internal_blog_list] .pagination-nav .pagination-list .pagination-item .pagination-link{text-decoration:none;width:100%;height:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;color:inherit}[dmle_extension=internal_blog_list] .pagination-nav .pagination-list .pagination-item .pagination-link .dm-icon-left,[dmle_extension=internal_blog_list] .pagination-nav .pagination-list .pagination-item .pagination-link .dm-icon-right{font-size:16px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}[dmle_extension=internal_blog_list] .pagination-nav .pagination-list .pagination-item .pagination-link .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}[dmle_extension=internal_blog_list] .pagination-nav .pagination-list .pagination-item .pagination-link.disabled{color:#c9cacd}[dmle_extension=internal_blog_list] .pagination-nav .pagination-list .pagination-item:has(.pagination-link.active){background-color:var(--btn-bg-color);border-color:var(--btn-border-color);border-width:var(--btn-border-width);color:var(--btn-text-color);border-radius:50%}#dm [blog-posts-feature-flag=true] .inner{width:100%}#dm [blog-posts-feature-flag=true] .blogImg img,#dm [list-layout=layout4] .blogImg img{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}#dm [blog-posts-feature-flag=true] .postTitle h3 a{font-weight:700}#dm [blog-posts-feature-flag=true] .blogImgLink{overflow:hidden;display:inline-block}#dm [blog-posts-feature-flag=true] .blogImg{height:100%;width:100%}#dm [blog-posts-feature-flag=true] .postDescription{max-height:5.5em;color:#747474}#dm [blog-posts-feature-flag=true] .postArticle{padding-right:0;padding-left:0;position:relative;overflow:visible}#dm [blog-posts-feature-flag=true] .postArticle .inner{overflow:hidden}@media (min-width:768px){body.dmRoot #dm [blog-posts-feature-flag=true],body.dmRoot #dm [list-layout=layout4]{display:flex!important;flex-direction:column;align-items:center}}#dm [blog-posts-feature-flag=true][dmle_extension=internal_blog_list][show-author=false] .authorBar{display:none}#dm [list-layout=layout4] .postArticle{position:relative;text-align:left;width:100%}#dm [list-layout=layout4] .postArticle .postText{padding:15px 0;display:block;width:100%}#dm [list-layout=layout4][text-box-padding=true] .postArticle .postText{padding:15px}#dm [list-layout=layout4][text-align=left] .postText *{text-align:left}#dm [list-layout=layout4] .postArticle.lastArticle{margin-bottom:0}#dm [list-layout=layout4] .postArticle a{text-decoration:none}#dm [list-layout=layout4] .postArticle .authorBar{margin:0 0 15px;padding:0}#dm [list-layout=layout4] .postTitle h3 a{font-size:18px;font-weight:700;line-height:1.5em;display:inline-block}#dm [list-layout=layout4] .blogImgLink{height:190px;width:100%;display:block}#dm [list-layout=layout4] .postArticle .inner{background-color:#fff;border-radius:4px;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important}#dm [list-layout=layout4] .postArticle .postDescription{font-size:15px}#dm [blog-posts-feature-flag=true]:not([list-layout=recent_posts]) .postArticle .inner{display:flex;flex-direction:column}#dm [blog-posts-feature-flag=true]:not([list-layout=list_slider]) .postArticle .inner{min-height:100%}#dm [blog-posts-feature-flag=true] .postTextContainer{display:flex;flex-direction:column;flex:1 1 auto;height:100%}#dm [blog-posts-feature-flag=true] .postTextContainer .postText{flex:1 1 auto}#dm [blog-posts-feature-flag=true][text-box-padding=true]:not([list-layout=list_slider]) .postTextContainer .readMore{padding:0 15px 15px}#dm [list-layout=layout4]>.inner{display:-ms-grid;display:grid;-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}#dm [list-layout=layout4][posts-padding="15"]>.inner{grid-gap:30px}@media (max-width:767px){.dmRoot #dm [list-layout=layout4] .postTitle h3 a{font-size:18px}.dmRoot #dm [list-layout=layout4] .postDescription{font-size:14px;margin-bottom:15px;padding:0}}.socialHubIcon{display:flex!important;align-items:center;justify-content:center}.dmSocialHub{clear:both}#dm .dmSocialHub.gapSpacing .socialHubWrapper{display:block}#dm .dmSocialHub.gapSpacing .socialHubInnerDiv{display:flex;flex-wrap:wrap;column-gap:5px;justify-content:center}#dm .dmSocialHub a{display:inline-block;text-decoration:none;margin:0;vertical-align:bottom}.dmSocialHub>div{text-align:inherit}a span.socialHubIcon{width:44px;height:44px;font-size:27px;display:inline-block;text-align:center;margin-right:0;margin-bottom:5px;line-height:44px;box-sizing:border-box;background-image:none!important}.socialHubIcon.style9{color:#333;font-size:29px}#dm .dmSocialHub .socialHubWrapper{display:inline-block;max-width:100%}.dmNewParagraph[data-version] .text-align-left{text-align:left!important}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] [class*=size-]{width:auto!important;height:auto!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] h2,.dmNewParagraph[data-version] h3,.dmNewParagraph[data-version] h4,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}@media (min-width:768px) and (max-width:1024px){.dmNewParagraph[data-version] .t-text-align-center{text-align:center!important}}@media (max-width:767px){.dmRoot .dmNewParagraph[data-version] .m-text-align-left{text-align:left!important}.dmRoot .dmNewParagraph[data-version] .m-text-align-center{text-align:center!important}}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner div,#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3,#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner,.dmPhotoGalleryHolder{text-align:center}.dmPhotoGallery{margin:10px 0;width:100%;overflow:hidden;min-height:1px;clear:both}.dmPhotoGallery .image-container{position:relative}@media (min-width:768px){body.dmRoot #dm [list-layout=layout4][posts-per-row="3"]>.inner{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3{margin:0;line-height:normal;font-size:21px}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-text,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-title{max-width:100%}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs{list-style:none;position:relative}#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)){justify-content:center;align-items:center}#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner{align-items:center}#dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0;display:none}#dm .dmPhotoGallery.newPhotoGallery .photogallery-row{display:flex}#dm .dmPhotoGallery.newPhotoGallery .layout-container.square{display:flex;width:100%;flex-direction:column}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column{display:flex;flex-direction:column;padding:0;width:100%;margin:0}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column.column-2{width:50%}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs{position:relative;overflow:hidden}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container{width:100%;overflow:hidden;background:url(https://dd-cdn.multiscreensite.com/runtime-img/galleryLoader.gif) center no-repeat}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container.revealed{background:0}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container a{display:flex;flex-direction:column;background-size:cover;padding-top:100%}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container a img{display:none!important}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .thumbnailInnerWrapper{overflow:hidden;transform:translateZ(0)}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .image-container{overflow:hidden}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .image-container a{background-repeat:no-repeat;background-position:center}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner{display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;z-index:1;background-color:rgba(255,255,255,.9);color:#333;padding:15px;height:100%;box-sizing:border-box}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto;max-width:100%}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button .text{padding:10px 20px!important}#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs .caption-container{height:100%;width:100%;position:absolute;top:0;left:0;padding:inherit}#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs .caption-inner{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;min-height:0!important;padding:10px;transform:scale(1.05);opacity:0;filter:alpha(opacity=0)}#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=zoomout] .photoGalleryThumbs .image-container{-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.dmPhotoGalleryHolder{font-size:medium!important;margin:0;list-style:none}#dm .dmPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.innerYoutubeExt{position:relative;overflow:hidden;width:100%;height:100%}.innerYoutubeExt iframe{position:absolute;top:0;left:0;width:100%;height:100%}.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}.dmInner a{text-decoration:none}img[width][height]{height:auto}@media all{#dm div.dmContent h1{color:#666}#dm div.dmInner,.dmPhotoGallery .caption-text.caption-text{font-family:'Proxima Nova Regular';color:rgba(0,0,0,.6)}#dm div.dmContent h1,#dm div.dmContent h2,#dm div.dmContent h3,#dm div.dmContent h4,#dm div.dmNewParagraph p,#dm div.flex_hfcontainer h3,#dm div.flex_hfcontainer h4{color:var(--color_1);direction:ltr;font-family:Poppins,"Poppins Fallback";font-weight:700;font-style:normal;text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h1,#dm div.dmContent .dmNewParagraph[data-version] h2,#dm div.dmContent .dmNewParagraph[data-version] h3,#dm div.dmContent .dmNewParagraph[data-version] h4,#dm div.flex_hfcontainer .dmNewParagraph[data-version] h3,#dm div.flex_hfcontainer .dmNewParagraph[data-version] h4,#dmRoot #dm div.dmContent .dmNewParagraph[data-version] h1,#dmRoot #dm div.dmContent .dmNewParagraph[data-version] h2,#dmRoot #dm div.dmContent .dmNewParagraph[data-version] h3,#dmRoot #dm div.dmContent .dmNewParagraph[data-version] h4,#dmRoot #dm div.flex_hfcontainer .dmNewParagraph[data-version] h3,#dmRoot #dm div.flex_hfcontainer .dmNewParagraph[data-version] h4{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *,#dm div.dmContent .dmNewParagraph[data-version] h2 *,#dm div.dmContent .dmNewParagraph[data-version] h3 *,#dm div.dmContent .dmNewParagraph[data-version] h4 *,#dm div.flex_hfcontainer .dmNewParagraph[data-version] h3 *,#dm div.flex_hfcontainer .dmNewParagraph[data-version] h4 *,#dmRoot #dm div.dmContent .dmNewParagraph[data-version] h1 *,#dmRoot #dm div.dmContent .dmNewParagraph[data-version] h2 *,#dmRoot #dm div.dmContent .dmNewParagraph[data-version] h3 *,#dmRoot #dm div.dmContent .dmNewParagraph[data-version] h4 *,#dmRoot #dm div.flex_hfcontainer .dmNewParagraph[data-version] h3 *,#dmRoot #dm div.flex_hfcontainer .dmNewParagraph[data-version] h4 *{text-decoration:none}#dm div.dmNewParagraph p{font-weight:400}#dmRoot #dm div.dmNewParagraph p{color:rgba(0,0,0,.6);direction:ltr;font-family:"Proxima Nova Regular";font-weight:400;font-style:normal;text-decoration:none;line-height:1.5}#dmRoot #dm div.dmContent h1,#dmRoot #dm div.dmContent h2,#dmRoot #dm div.dmContent h3,#dmRoot #dm div.dmContent h4,#dmRoot #dm div.flex_hfcontainer h3,#dmRoot #dm div.flex_hfcontainer h4{color:#1f2938;direction:ltr;font-family:"Editor'sNote-Extralight";font-weight:400;font-style:normal;text-decoration:none}#dmRoot #dm div.dmContent h1{letter-spacing:0;text-transform:none}#dmRoot #dm div.dmContent h2,#dmRoot #dm div.dmContent h3,#dmRoot #dm div.flex_hfcontainer h3{text-transform:none}:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:1px;--btn-border-radius:50px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:100px;--btn-border-br-radius:100px;--btn-border-bl-radius:100px;--btn-bg-color:rgba(241,237,224,1);--btn-border-color:rgba(0, 0, 0, 0);--btn-border-tr-radius:100px;--btn-border-r-width:var(--btn-border-width);--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:var(--color_2);--btn-text-decoration:none;--btn-text-font-weight:400;--btn-icon-color:rgb(0, 0, 238);--btn-icon-fill:rgb(0, 0, 238);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgba(107,97,64,1);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:rgba(255,255,255,1);--btn-hover-text-color:rgba(255,255,255,1);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style);--section-padding-top:4%;--section-padding-left:2%;--section-padding-right:2%;--section-padding-bottom:4%;--column-padding-top:16px;--column-padding-right:16px;--column-padding-left:16px;--column-padding-bottom:16px;--inner-column-padding-left:16px;--inner-column-padding-right:16px;--inner-column-padding-top:16px;--inner-column-padding-bottom:16px}.button_2{--btn-border-l-color:rgba(255,255,255,1);--btn-border-r-color:rgba(255,255,255,1);--btn-border-b-width:1px;--btn-text-direction:ltr;--btn-border-radius:50px;--btn-border-t-width:1px;--btn-border-tl-radius:100px;--btn-border-br-radius:100px;--btn-border-bl-radius:100px;--btn-bg-color:rgba(107,97,64,1);--btn-border-r-width:1px;--btn-border-tr-radius:100px;--btn-border-b-color:rgba(255,255,255,1);--btn-border-l-width:1px;--border-style:solid;--btn-border-t-color:rgba(255,255,255,1);--btn-text-align:center;--btn-text-color:var(--color_3);--btn-text-decoration:none;--btn-text-font-weight:400;--btn-icon-color:rgb(0, 0, 238);--btn-icon-fill:rgb(0, 0, 238);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgba(66,53,40,1);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:var(--color_1);--btn-hover-text-color:var(--color_3);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:1025px){#dm div.dmInner,#dm div.dmNewParagraph p,.dmPhotoGallery .caption-text.caption-text{font-size:18px}#dm DIV.dmOuter DIV.dmInner{background-image:none}#dm div.dmContent h1{font-size:50px}#dm div.dmContent h2{font-size:32px}#dm div.dmContent h3,#dm div.flex_hfcontainer h3{font-size:25px}#dm div.dmContent h4,#dm div.flex_hfcontainer h4{font-size:20px}#dmRoot #dm div.dmContent h2{font-size:48px;line-height:1.2}#dmRoot #dm div.dmContent h3,#dmRoot #dm div.flex_hfcontainer h3{font-size:30px;line-height:1}#dmRoot #dm div.dmContent h1{font-size:60px;line-height:1.1}:root{--btn-text-font-size:16px}}@media (min-width:768px) and (max-width:1024px){#dm div.dmInner,#dm div.dmNewParagraph p,.dmPhotoGallery .caption-text.caption-text{font-size:16px}#dm div.dmContent h1,#dmRoot #dm div.dmContent h1{font-size:50px}#dm div.dmContent h2{font-size:30px}#dm div.dmContent h3,#dm div.flex_hfcontainer h3{font-size:25px}#dm div.dmContent h4,#dm div.flex_hfcontainer h4{font-size:20px}:root{--btn-text-font-size:14px;--btn-text-font-size:16px;--section-padding-left:2%;--section-padding-right:2%}.button_2{--btn-text-font-size:16px}}@media (min-width:0px) and (max-width:767px){#dm div.dmInner,#dm div.dmNewParagraph p,.dmPhotoGallery .caption-text.caption-text{font-size:16px}#dm div.dmContent h1{font-size:40px}#dm div.dmContent h2{font-size:30px}#dm div.dmContent h3,#dm div.flex_hfcontainer h3{font-size:20px}#dm div.dmContent h4,#dm div.flex_hfcontainer h4{font-size:18px}#dmRoot #dm div.dmContent h1,#dmRoot #dm div.dmContent h2{line-height:1.1}:root{--btn-text-font-size:13px;--btn-text-font-size:15px;--section-padding-left:4%;--section-padding-right:4%}.button_2{--btn-text-font-size:15px}}#dm .dmWidget.button_2:not([data-buttonstyle]),#dm .dmWidget:not([data-buttonstyle]){border-radius:50px}#dm .dmWidget.button_2:not([data-buttonstyle]) .text,#dm .dmWidget.button_2:not([data-buttonstyle]).flexButton,#dm .dmWidget:not([data-buttonstyle]) .text,#dm .dmWidget:not([data-buttonstyle]).flexButton{padding:10px 0}#dm .dmWidget.button_2:not([data-buttonstyle]) .iconBg,#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm div.dmInner #site_content .dmWidget{background-color:var(--btn-bg-color);border-color:var(--btn-border-t-color) var(--btn-border-r-color) var(--btn-border-b-color) var(--btn-border-l-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-t-width) var(--btn-border-r-width) var(--btn-border-b-width) var(--btn-border-l-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm div.dmInner #site_content .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}.dmBody [data-layout-grid]>.flex-element.group,.dmFooterContainer [data-layout-grid]>.flex-element.group{padding:var(--section-padding-top) var(--section-padding-right) var(--section-padding-bottom) var(--section-padding-left)}.dmBody [data-layout-grid]>.flex-element.group>.flex-element.group,.dmFooterContainer [data-layout-grid]>.flex-element.group>.flex-element.group{padding:var(--column-padding-top) var(--column-padding-right) var(--column-padding-bottom) var(--column-padding-left)}.dmBody [data-layout-grid]>.flex-element.group>.flex-element.group .flex-element.group:not([data-layout-type] *):not([data-layout-type]),.dmFooterContainer [data-layout-grid]>.flex-element.group>.flex-element.group .flex-element.group:not([data-layout-type] *):not([data-layout-type]){padding:var(--inner-column-padding-top) var(--inner-column-padding-right) var(--inner-column-padding-bottom) var(--inner-column-padding-left)}@media all{#dm .dmInner .u_1117254353,#dm .dmInner .u_1958922555{width:100%!important}#dm .dmInner div.u_1440420817 .svg{fill:#fff!important}#dm .dmInner div.u_1570716406 .socialHubIcon{color:#fff!important;width:31px!important;height:31px!important;font-size:21px!important;line-height:31px!important}#dm .dmInner div.u_1570716406 .socialHubInnerDiv{column-gap:0!important;justify-content:flex-start!important}#dm .dmInner div#hamburger-drawer.layout-drawer{background-color:#1f2938!important;background-repeat:no-repeat!important;background-image:none!important;background-size:cover!important}}@media (min-width:0) and (max-width:767px){#dm .dmInner div.u_1570716406 .socialHubInnerDiv{justify-content:center!important}}@media (min-width:1025px){div[dmtemplateid=FlexHeader] .layout-drawer-overlay{background-color:rgba(0,0,0,.21)!important}#dm .dmInner div#hamburger-drawer.layout-drawer{margin:0!important;padding:0!important}#dm .dmInner #hamburger-drawer.layout-drawer:not([data-origin=top]){width:30vw!important}}@media (min-width:768px) and (max-width:1024px){div[dmtemplateid=FlexHeader] .layout-drawer-overlay{background-color:rgba(0,0,0,.6)!important}#dm .dmInner #hamburger-drawer.layout-drawer:not([data-origin=top]){width:48vw!important}}@media (min-width:0px) and (max-width:767px){#dm .dmInner #hamburger-drawer.layout-drawer:not([data-origin=top]){width:85vw!important}}#dm .dmInner div.u_hamburger-drawer{background:rgba(0,0,0,.82)!important;box-shadow:0 4px 30px rgba(0,0,0,.1)!important;backdrop-filter:blur(9.4px)!important;-webkit-backdrop-filter:blur(9.4px)!important}@media all{#c98d9836,#f4b48f97{border-radius:24px;background-image:none;border-style:solid}#\30 00b70af,#\38 2906751,#b112db03,#group_p9v{min-height:88px;max-height:100%;padding:0;height:auto}#fbffd644,#widget_q88{margin-top:-12px}#\30 2a56131,#\35 f4c83a9,#affc379b,#e7f3461f,#f2da10e3{width:218.8px;min-height:55px;min-width:32px;order:0;margin:0}#\30 f13c688,#\31 ae3c15e,#\32 61979b7,#\33 171f04a,#\35 3428e21,#\35 fe5f513,#\37 a97ddcc,#\38 29d77e3,#b309e393,#c8157d1d,#e0f1ae5e,#ec4eb0cc,#widget_asm{align-self:auto;grid-area:auto/auto/auto/auto}#\30 2a56131,#\30 f13c688,#\31 291b738,#\31 ae3c15e,#\32 61979b7,#\33 171f04a,#\35 3428e21,#\35 f4c83a9,#\35 fe5f513,#\36 01054ce,#\36 3a049ca0d35b55b4ef2a5c3,#\37 a97ddcc,#\38 29d77e3,#\39 76741de,#\39 8422db9,#aa03524e,#affc379b,#b309e393,#c8157d1d,#e0f1ae5e,#e7f3461f,#ec4eb0cc,#f2da10e3,#widget_asm{grid-area:auto/auto/auto/auto}#\35 0805e7f,#\38 18af83c,#\39 aa06c4d{width:32.6%;row-gap:24px}#\30 4886df1,#\35 0805e7f,#\37 64397de,#\38 18af83c,#\38 8e69a6f,#\39 aa06c4d,#\39 d047ce9,#d38882df,#f4b48f97{min-width:4%;min-height:8px}#flex-header{padding:0;margin:0;background-color:var(--color_1);background-image:none}#\31 2a003a5 .hamburgerButton{background-color:transparent}#\36 3a049ca0d35b55b4ef2a5c3{width:100%;height:auto;max-width:100%;order:1;align-self:center;margin:0}#\30 f13c688,#c8157d1d,#ec4eb0cc{width:132px;height:auto;max-width:100%;justify-self:auto;order:0;margin:0}#b309e393{order:0;justify-self:auto;margin:0}#\35 f4c83a9,#e7f3461f,#f2da10e3{height:auto;max-width:100%}#\36 01054ce{align-items:center;width:100%;min-height:87px;column-gap:12px;flex-direction:row;justify-self:auto;order:0}#\37 a97ddcc,#\38 2906751{align-items:center;column-gap:24px}#\37 a97ddcc{width:48.83%;min-height:80px;justify-self:auto}#\31 291b738,#\39 76741de,#\39 8422db9,#aa03524e{justify-self:auto;height:auto;margin:0}#\33 171f04a,#\35 3428e21,#\35 fe5f513{height:auto;justify-self:auto;margin:0}#\38 2906751{width:100%;margin:0;row-gap:24px}#b112db03,#c98d9836{width:100%;align-items:center;margin:0}#b112db03{row-gap:24px;column-gap:24px}#c98d9836{min-height:80px;column-gap:4%;row-gap:12px;justify-content:flex-start;min-width:4%;background-color:var(--color_1);border-width:1px;border-color:rgba(255,255,255,.3);order:0;flex-wrap:nowrap;padding:24px 32px}#affc379b{height:auto;max-width:100%;justify-self:auto}#\30 2c99778,#\31 ae3c15e,#dc21bd7e,#fbffd644{width:100%;height:auto;max-width:100%}#\39 d047ce9{column-gap:4%;row-gap:100px;width:8.33%;align-items:center;justify-content:flex-end;padding:16px;margin:0}#a1f8711f{min-height:10vh;column-gap:4%;row-gap:24px;width:100%;padding-right:4%;padding-left:4%;margin:0}#\30 0ca91b4 svg,#\31 2a003a5 svg,#widget_v2o svg{fill:#fff}#\31 2a003a5{width:30px;height:30px;align-self:center;margin-left:0;margin-right:0}#\39 dc5a074{min-height:90px;column-gap:0;row-gap:0;max-width:none;width:100%;flex-wrap:nowrap;padding:6px 2%;margin:0}#\38 8e69a6f{flex-direction:row;justify-content:flex-start;align-items:center;width:23.49%;column-gap:4%;row-gap:24px;padding:6px 16px;margin:0}#\32 61979b7{width:339px;height:auto;max-width:100%;justify-self:auto;order:0}#\30 4886df1,#\37 64397de{flex-direction:row;justify-content:flex-end;align-items:center;width:72.5%;column-gap:2%;row-gap:24px;padding:6px 16px;margin:0}#\37 64397de{column-gap:4%;width:24%;padding:16px}#\30 0ca91b4{width:30px;height:30px;max-width:100%}#\37 ff771e1,#widget_v2o{width:60px;height:60px;max-width:100%;order:1}#widget_v2o{width:30px;height:30px;order:3}#d38882df{column-gap:4%;row-gap:24px;width:4%;align-items:center}#widget_asm{width:auto;justify-self:auto;order:0;margin:0}#f4b48f97{column-gap:4%;row-gap:24px;margin:0;flex-direction:row;width:100%;justify-content:flex-start;align-items:center;background-color:#000;border-width:0;border-color:var(--color_5);padding:16px 32px}#\32 1321d8e{min-height:70px;column-gap:0;row-gap:0;width:100%;flex-wrap:nowrap;padding:0 2% 4%}#\30 00b70af,#group_p9v{align-items:flex-start;width:70.25%;row-gap:24px;column-gap:24px;margin:0}#\30 00b70af{align-items:flex-end;width:25.75%}#\30 f13c688,#widget_cvp{width:100%}#\30 2a56131,#widget_cvp,#widget_q88{height:auto;max-width:100%}#widget_q88{width:100%}#\30 2a56131{justify-self:auto}#fbdfdf9b{height:auto;width:100%;max-width:100%}#\35 0805e7f{justify-content:flex-start;column-gap:4%;order:8}#fc704803{min-height:210px;column-gap:1%;row-gap:6px;width:100%;max-width:var(--max-content-width_1,1200px);flex-wrap:nowrap;padding:4% 2%;margin:0}#\39 aa06c4d{column-gap:4%;order:5;justify-content:flex-start}#\31 ae3c15e{order:0;margin:0}#e0f1ae5e.flex-element.widget-wrapper>[data-element-type]{padding:5px 0 0}#e0f1ae5e{justify-self:auto}#\38 29d77e3,#e0f1ae5e{width:100%;height:auto;max-width:100%;order:0;margin:0}#\38 18af83c{column-gap:4%;order:4;justify-content:flex-start}#dm .dmInner div.u_1299639928 .svg,#dm .dmInner div.u_3872369412 .svg{fill:var(--color_3)!important}#dm .dmInner div.u_2176343334 .postArticle>.inner,#dm .dmInner div.u_3503470014 .photoGalleryThumbs .image-container{border-radius:24px!important}#dm .dmInner .u_3503470014 .photoGalleryThumbs .image-container a{background-size:cover!important}#dm .dmInner div.u_2176343334 .readMore a{color:var(--color_2)!important}}@media (min-width:768px) and (max-width:1024px){#\35 0805e7f,#\38 18af83c,#\39 aa06c4d,#c98d9836{width:100%;min-height:80px}#\32 1321d8e,#a1f8711f{padding-left:4%;padding-right:4%}#fc704803{flex-direction:column;flex-wrap:nowrap;min-height:0;column-gap:1%}#\38 2906751,#b112db03{min-width:32px;width:100%;align-items:center;margin:0}#c98d9836{flex-direction:column;flex-wrap:nowrap;row-gap:0}#a1f8711f{padding-bottom:4%}#\39 d047ce9{padding-bottom:6px}#\39 dc5a074{padding-left:2%;padding-right:2%;flex-direction:row;flex-wrap:nowrap;min-height:94px}#\38 8e69a6f{width:60.88%;margin-left:-.0011659701492537314%;justify-content:center;order:1;min-height:8px}#\30 4886df1{width:18.16%;order:0;justify-content:flex-start;min-height:8px}#\32 61979b7{width:242px;height:auto}#\37 64397de{order:3;width:16.89%;min-height:8px}#\30 0ca91b4{justify-self:auto;align-self:auto;order:0;margin:0;grid-area:auto/auto/auto/auto}#\37 ff771e1{width:32px;height:32px}#d38882df{order:3}}@media (max-width:767px){#c98d9836,#f4b48f97{row-gap:10px;padding:32px 16px 16px}#\32 1321d8e,#a1f8711f{padding-left:4%;padding-right:4%}#\30 00b70af,#\38 2906751,#group_p9v{min-width:32px;width:100%;align-items:center;margin:0}#b112db03,#c98d9836,#f4b48f97{width:100%;align-items:center;margin:0}#b112db03{min-width:32px}#c98d9836{min-height:45vh;flex-direction:column;flex-wrap:nowrap}#\30 2a56131,#affc379b{min-width:32px;margin:0}#dc21bd7e,#e0f1ae5e,#widget_cvp{width:100%}#\39 d047ce9{width:100%;min-height:10vh;height:auto;padding-bottom:6px}#a1f8711f{min-height:unset;flex-direction:column;padding-bottom:4%}#\31 2a003a5,#fbdfdf9b{align-self:flex-start;margin-left:0;margin-right:0}#\39 dc5a074{min-height:72px;flex-direction:row;flex-wrap:nowrap;padding:0 2%}#\38 8e69a6f{width:65.58%;justify-content:center;order:1;min-height:8px;padding:0;margin:0}#\30 4886df1{width:14.78%;order:0;justify-content:flex-start;min-height:8px}#\32 61979b7{width:171px;height:auto}#\37 64397de{align-items:center;width:15.56%;order:3;min-height:8px}#\37 ff771e1{width:24px;height:24px}#d38882df{align-items:center;order:3}#f4b48f97{min-height:8px;flex-direction:column;flex-wrap:nowrap}#\32 1321d8e{flex-direction:row;flex-wrap:nowrap;min-height:175px}#\35 0805e7f,#\38 18af83c{width:100%;min-height:80px;align-items:center}#fc704803{min-height:0;flex-direction:column;row-gap:0;flex-wrap:nowrap;padding:8% 4%}#ec4eb0cc{width:110px;height:auto}#\39 aa06c4d{width:100%;min-height:80px;align-items:flex-start}}@media (min-width:1025px){#dm .dmInner div.u_2176343334 .readMore a{font-size:16px!important}#dm .dmInner .u_3503470014 .layout-container,#dm .dmInner .u_3503470014 .photoGalleryThumbs{padding:10px!important}#dm .dmInner .u_3503470014 .photoGalleryThumbs .image-container a{padding-top:243px!important}[data-version] .font-size-24,[data-version] .size-24{--font-size:24}[data-version] .font-size-96,[data-version] .size-96{--font-size:96}[data-version] .font-size-72,[data-version] .size-72{--font-size:72}[data-version] .font-size-90,[data-version] .size-90{--font-size:90}[data-version] .font-size-16,[data-version] .size-16{--font-size:16}}@media (min-width:768px) and (max-width:1024px){#dm .dmInner .u_3503470014 .photoGalleryThumbs .image-container a{padding-top:130px!important}#dm .dmInner .u_3503470014 .layout-container,#dm .dmInner .u_3503470014 .photoGalleryThumbs{padding:4px!important}}@media (min-width:0px) and (max-width:767px){#dm .dmInner .u_3503470014 .photoGalleryThumbs .image-container a{padding-top:114px!important}#dm .dmInner .u_3503470014 .layout-container,#dm .dmInner .u_3503470014 .photoGalleryThumbs{padding:4.5px!important}}@media all{#\38 6190c6a,#group_9cq{background-position:50% 0}#\34 5110ce4::before,#\34 5110ce4>.bgExtraLayerOverlay,#\36 3bd85219866cc362278151f::before,#\36 3bd85219866cc362278151f>.bgExtraLayerOverlay,#cd0e9bb4::before{height:100%;content:'';display:block;border-radius:inherit}#\33 1e28746,#cd0e9bb4{background-position:100% 100%}#\31 d85a2a7,#\36 0dd1d92{min-height:160px;column-gap:5.146418280506601%;padding:0}#flex-header{--overlapping-background-color:rgba(0,0,0,0);--overlapping-background-image:var(--color_1)}#\36 3bd85219866cc3622781521{min-height:8px;column-gap:4%;row-gap:24px;width:100%;min-width:4%;background-color:transparent;align-items:center;padding:16px;margin:0}#\36 3bd85219866cc3622781520{min-height:851px;column-gap:4%;row-gap:24px;width:100%;flex-wrap:nowrap;padding:8% 2% 4%;margin:0}#\36 3bd85219866cc362278151f::before,#\36 3bd85219866cc362278151f>.bgExtraLayerOverlay{position:absolute;width:100%;top:0;left:0;background-color:var(--color_2);opacity:.36}#\32 2775761,#group_2bt{width:48%;min-width:4%;min-height:8px;column-gap:4%;row-gap:24px}#\31 70640dc,#\36 89780d5,#ee80d3dd{background-color:transparent}#\36 3bd85219866cc362278151f{border-width:0;border-color:#000;border-style:solid;background-color:var(--color_1);background-image:url(https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/82wF95q2QEax02RBYqMz_website_video_v4_v1.v2.0000000-1920w.jpg)}#\32 3a473f1,#\34 ee7ad46,#\36 3bd85219866cc362278151d,#\38 43f9a6e{margin:0}#widget_lod,#widget_srk{width:696px;height:auto;max-width:100%;justify-self:auto;order:1;margin:-17px 0 0;grid-area:auto/auto/auto/auto}#widget_lod{width:100%;order:0;margin:0}#group_c7l,#group_v4q{align-items:center;width:100%;min-height:160px;max-height:100%;row-gap:24px;column-gap:24px;order:0}#group_c7l{min-height:87px;column-gap:12px;flex-direction:row;height:auto;margin-top:-12px;order:1}#\35 5b5fa73,#\37 2d3560e,#a2398d48{width:218.8px;height:auto;max-width:100%;order:0;min-height:55px;min-width:32px;margin:0;grid-area:auto/auto/auto/auto}#widget_c6e{width:65.55%;height:auto;max-width:100%;order:2}#\32 c9748db,#a1689f87,#d5d7941c,#e0f9a1c6,#widget_cm6,#widget_haf{height:auto;max-width:100%;margin:0;grid-area:auto/auto/auto/auto}#widget_cm6{justify-self:auto;width:52px;order:2}#\34 9200526,#\37 b19f3e5{justify-self:auto;margin:0;height:auto;max-width:100%}#e0f9a1c6{width:218.8px;order:0;min-height:55px;min-width:32px}#\34 9200526{width:100%;order:0;grid-area:auto/auto/auto/auto}#\37 d5c2567{min-height:469px;column-gap:4%;row-gap:24px;width:100%;flex-wrap:nowrap}#\30 1ff5f50,#\30 7b66336,#\32 6006fb6,#\32 64054bc,#\33 69dd272,#\33 934761d,#\33 bdc90aa,#\34 4bb3ae2,#\35 5f73e7e,#\35 bd9d080,#\35 ff3a140,#\36 3a1644b,#\36 4a3e0c5,#\37 00f783f,#\38 2c4f413,#\39 2f492d1,#\39 547bd13,#\39 716c003,#\39 82e6741,#\39 a95d260,#a0c43640,#a66011c3,#ab1636ff,#b54d6f89,#b6c0ca43,#c2e66a20,#widget_4mp,#widget_562,#widget_9r6,#widget_gh0,#widget_ina,#widget_o5g,#widget_t4s{width:100%;height:auto;max-width:100%}#\32 64054bc,#\36 4a3e0c5,#\39 716c003,#\39 82e6741,#f4ff3934{width:288px;margin:10px 0 0;align-self:auto;grid-area:auto/auto/auto/auto;min-height:55px;min-width:32px}#widget_562{margin-top:-12px;order:1}#\37 a540c25,#widget_4mp{order:2}#\33 4b416fc,#\37 a540c25,#ecace27d{height:auto;margin:0;grid-area:auto/auto/auto/auto}#\33 4b416fc{align-items:center;max-height:100%;row-gap:24px;column-gap:12px;flex-direction:row;justify-self:auto;justify-content:flex-start;padding:16px 0;width:100%;min-height:87px;order:5}#\37 a540c25,#ecace27d{width:218.8px;max-width:100%;order:0;min-height:55px;min-width:32px}#\38 6190c6a{align-items:flex-start;width:100%;min-height:418px;max-height:100%;row-gap:24px;column-gap:24px;height:auto;border-radius:24px;background-image:url(https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/shutterstock_1392193913-1920w.jpg);justify-self:auto;align-self:auto;order:0;margin:0;grid-area:auto/auto/auto/auto}#\37 a026a91{min-height:8px;column-gap:4%;row-gap:24px;width:44.13%;min-width:4%;order:0}#\33 35fa4bb,#\35 5e425a0{min-height:240px;column-gap:4%;row-gap:24px;width:100%;flex-wrap:nowrap}#group_7bp,#group_9cq{align-items:flex-start;width:100%;max-height:100%;column-gap:24px}#group_9cq{min-height:510px;row-gap:24px;height:auto;border-radius:24px;margin-left:1px;background-image:url(https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/shutterstock_2472679591-1920w.jpg)}#cd0e9bb4::before{position:absolute;width:100%;top:0;left:0;background-color:#fff;opacity:.5}#cd0e9bb4{background-image:none;background-size:auto}#\31 9d4e779{width:78.26%;height:auto;max-width:100%;margin-top:-15px;order:1}#\37 b19f3e5{width:218.8px;min-height:55px;min-width:32px;align-self:auto;order:3;grid-area:auto/auto/auto/auto}#\32 eb8552c{width:100%;height:auto;max-width:100%;order:2}#\37 c939cec{min-height:8px;column-gap:4%;row-gap:24px;width:51.85%;min-width:4%;order:1}#\38 8f2741b{width:100%;height:auto;max-width:100%;order:0;margin:0;grid-area:auto/auto/auto/auto}#\34 fe72a5c{width:75.63%;height:auto;max-width:100%;justify-self:auto;align-self:auto;order:1;margin:-12px 0 0;grid-area:auto/auto/auto/auto}#\32 d7afc23{min-height:240px;column-gap:2%;row-gap:12px;width:100%;flex-wrap:nowrap}#d3e35171{width:100%;height:auto;max-width:100%;justify-self:auto;align-self:auto;order:2;margin:0;grid-area:auto/auto/auto/auto}#\38 58d3ec4{min-height:8px;column-gap:4%;row-gap:24px;width:45.94%;min-width:4%;justify-content:flex-start}#\39 742af7e{width:100%;height:auto;max-width:100%;align-self:auto;order:0;margin:0;grid-area:auto/auto/auto/auto}#group_7bp,#group_bq9{justify-content:flex-start;row-gap:24px}#group_bq9{min-width:4%;width:52.04%;min-height:8px;column-gap:4%}#group_7bp[data-pinned]{position:sticky;top:127px;bottom:auto;z-index:1}#group_7bp{min-height:160px}#\30 658585a,#\32 356170d,#\32 4e9c387,#\33 526cbd9,#\34 450bf3c,#\36 b5ec91d,#\39 0b5721f,#dc18ca06,#de0fec57,#f1772d74,#group_nvl{align-items:flex-start;max-height:100%;margin:0}#group_nvl{flex-direction:row;justify-content:flex-start;width:100%;min-height:160px;row-gap:24px;background-color:#fff;background-image:none;border-radius:24px;padding:24px;column-gap:12px}#\32 4e9c387,#\39 0b5721f{column-gap:24px;align-self:auto;order:0;min-width:32px;grid-area:auto/auto/auto/auto}#\32 4e9c387{height:auto;padding:0;width:22.04%;min-height:114px;row-gap:0}#\39 0b5721f{justify-content:flex-start;width:75.96%;min-height:160px;row-gap:12px}#\32 6006fb6,#\35 ff3a140,#ab1636ff,#b6c0ca43,#widget_t4s{margin-top:8px}#\33 934761d,#\33 bdc90aa,#\36 3a1644b,#a1689f87,#a66011c3,#widget_9r6,#widget_ina{order:0}#widget_lii{width:100%;order:2}#f4ff3934,#f535f6bd,#widget_0e5,#widget_egq,#widget_frn,#widget_lii{height:auto;max-width:100%}#f4ff3934{justify-self:auto;order:3}#widget_egq{width:100%;order:1;margin-top:-2px}#\32 356170d,#\34 450bf3c,#de0fec57,#f1772d74{flex-direction:row;justify-content:flex-start;background-color:#fff;background-image:none;border-radius:24px;width:100%;min-height:160px;row-gap:24px;column-gap:12px;padding:24px}#\30 658585a,#\33 526cbd9,#\36 b5ec91d,#dc18ca06{width:22.04%;min-height:114px;row-gap:0;column-gap:24px;align-self:auto;order:0;min-width:32px;height:auto;padding:0;grid-area:auto/auto/auto/auto}#\30 a65d1a5,#\33 1767d38,#\37 6022e9e,#d0794561{justify-content:flex-start;align-items:flex-start;width:75.96%;min-height:160px;max-height:100%;row-gap:12px;column-gap:24px;align-self:auto;order:0;min-width:32px;margin:0;grid-area:auto/auto/auto/auto}#\35 bd9d080,#\38 2c4f413,#\39 a95d260,#b54d6f89{order:0;margin-top:-2px}#\32 64054bc,#\36 4a3e0c5,#\39 716c003,#\39 82e6741{order:0;justify-self:auto}#widget_frn{width:100%;order:3;margin-top:23px}#widget_0e5{order:4;margin-top:-17px;width:100%}#f535f6bd{width:78.63%}#\39 e8944ab,#b7490e58,#bba6dca6,#c6b73622{column-gap:4%;row-gap:24px;width:100%}#b7490e58{min-width:4%;order:0;align-items:center;min-height:8px}#\35 f042b39,#c6b73622{flex-wrap:nowrap;min-height:240px}#\33 69dd272{margin-top:-15px}#\39 547bd13{order:0;margin:0;grid-area:auto/auto/auto/auto}#widget_gh0{margin-top:13px}#\33 1e28746{background-color:var(--color_4);background-image:none;background-size:auto}#\33 704a16a{width:100%;height:auto;max-width:100%;justify-self:auto;order:1;margin:-14px 0 0;grid-area:auto/auto/auto/auto}#widget_haf{width:57.21%;justify-self:auto;order:2}#\32 c9748db{justify-self:auto;width:100%;order:0}#a1689f87,#d5d7941c{width:218.8px;order:2;min-height:55px;min-width:32px}#\33 74e9506,#group_har{width:100%;row-gap:24px;align-items:center}#\33 74e9506{max-height:100%;flex-direction:row;height:auto;justify-self:auto;order:3;margin:-16px 0 0;grid-area:auto/auto/auto/auto;min-height:87px;column-gap:12px}#group_har{min-width:4%;min-height:8px;column-gap:4%}#\31 9d4c7c1,#\35 f042b39{column-gap:4%;row-gap:24px;width:100%;padding:0}#\31 9d4c7c1{min-width:4%;margin:0;min-height:8px}#\35 f042b39{max-width:none}#widget_frh{width:100%;height:384px;min-height:100px;max-width:100%}#bba6dca6{min-width:4%;margin:0;min-height:8px;padding:0}#\39 e8944ab{min-height:266px;flex-wrap:nowrap;padding:0 2%}#\31 70640dc{background-image:none}#\33 8621c76{width:73.29%;height:auto;max-width:100%;order:2}#\36 89780d5{min-height:8px;column-gap:4%;row-gap:24px;width:86.03%;min-width:4%;padding:16px;margin:0}#\35 d1b4840{align-items:flex-start;width:100%;min-height:543px;max-height:100%;row-gap:24px;column-gap:24px;order:0;height:auto;justify-self:auto;align-self:auto;min-width:32px;margin:0;grid-area:auto/auto/auto/auto}#ee80d3dd{min-height:8px;column-gap:4%;row-gap:24px;width:9.88%;min-width:4%;justify-content:space-between;align-items:center;padding:16px;margin:0}#a29d62e4,#ae3d64a1{justify-self:auto;grid-area:auto/auto/auto/auto;align-self:auto;margin:0;order:0}#\36 fed5e15,#ae3d64a1{width:100%;max-height:100%;row-gap:24px;height:auto}#ae3d64a1{min-width:32px;border-radius:0;border-width:0 1px 0 0;border-color:#000 #fff #000 #000;border-style:solid;align-items:flex-start;min-height:543px;column-gap:24px}#\36 fed5e15{align-items:center;min-height:87px;column-gap:12px;flex-direction:row;justify-content:flex-start;margin-top:-12px}#\34 5110ce4::before,#\34 5110ce4>.bgExtraLayerOverlay{position:absolute;width:100%;top:0;left:0;background-color:#000;opacity:.03}#\32 5c3fdf1,#\35 1584524{margin:-14px 0 0;width:78.26%;order:1}#\34 5110ce4,#ce87c441{background-color:transparent}#\31 470b55c,#b5427b11,#f28fa8e1{min-height:79px;column-gap:3.5405573611783416%;background-color:var(--color_3);background-image:none;border-radius:12px}#\34 5110ce4{border-width:0;border-color:#000;border-style:solid;background-image:url(https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/imgi_139_background-06-copyright-1920w.jpg)}#a5ae522a{width:52px;height:auto;max-width:100%;order:1}#d957354b{min-height:851px;column-gap:4%;row-gap:24px;width:100%;padding:8% 2% 4%;margin:0}#a29d62e4{width:100%;max-width:100%;height:auto}#\32 fe876ae,#\35 1584524,#\37 e563a06,#\38 d9f6656{height:auto;max-width:100%;grid-area:auto/auto/auto/auto}#\37 e563a06,#\38 d9f6656{min-height:55px;min-width:32px;width:218.8px;order:0;margin:0}#\32 fe876ae{width:92.38%;justify-self:auto;align-self:auto;order:1;margin:-17px 0 0}#\32 125fc12,#\39 2eda44d{align-items:flex-start;width:100%;min-height:160px;max-height:100%;row-gap:24px;column-gap:24px}#\32 125fc12{flex-direction:row;min-height:575px;column-gap:0;order:0;height:auto}#\35 1584524{justify-self:auto;align-self:auto}#a7db22e7,#b6b07b1f{column-gap:4%;row-gap:24px;width:100%}#b6b07b1f{min-width:4%;align-items:center;min-height:8px}#a7db22e7{min-height:240px;flex-wrap:nowrap}#\34 4a3aac5,#widget_qtr{width:44.09%;height:auto;max-width:100%;order:2}#\31 094fa4c,#\34 3e4acb8,#\34 4a3aac5,#\39 1d1ae6f{width:218.8px;min-height:55px;min-width:32px}#\34 4a3aac5{order:4;justify-self:auto;align-self:auto;margin:0;grid-area:auto/auto/auto/auto}#\33 18ea642,#\39 add10c8{justify-self:auto;align-self:auto;grid-area:auto/auto/auto/auto;max-width:100%;width:100%;height:auto}#widget_an3{width:65%;height:500px;min-height:100px;max-width:100%;order:3}#\39 f66371c{margin:0}#ce87c441{background-image:none}#\39 add10c8{order:1;margin:-17px 0 0}#\33 18ea642{order:0;margin:0}#\31 094fa4c{height:auto;max-width:100%;order:3;justify-self:auto;align-self:auto;margin:0;grid-area:auto/auto/auto/auto}#\30 0d513df,#\32 9abc11a,#\33 5985353,#\35 1dcd257,#\36 5f1f3f2,#f357e9d8,#widget_8vo,#widget_n9u{width:100%;height:auto;max-width:100%}#\38 53429ce,#e31e6e42{min-width:4%;min-height:8px;column-gap:4%;row-gap:24px}#\38 53429ce{align-items:center;width:27.1%}#e31e6e42{width:70.88%}#a8d00c14{width:100%;height:auto;max-width:100%;order:0;justify-self:auto;margin:0;grid-area:auto/auto/auto/auto}#\32 89d66aa{min-height:568px;column-gap:2%;row-gap:12px;width:100%;flex-wrap:nowrap}#aeaee13b{width:100%;height:auto;max-width:100%;margin-top:-12px;order:1}#group_3rq,#group_uff{align-items:flex-start;min-height:416px;max-height:100%;row-gap:24px;height:auto}#group_3rq{flex-direction:row;justify-content:flex-start;flex-wrap:nowrap;--column-gap:0%;padding:0;margin:0;width:100%;column-gap:0}#group_uff{width:57.88%;column-gap:24px;margin-right:0;margin-left:0}#\34 7618d6e::before,#\37 6ca6d14::before,#\39 49cf8ed::before,#bfdbe363::before,#ccadf445::before,#f7bbf156::before,#f94db3b4::before{content:'';display:block;position:absolute;width:100%;height:100%;top:0;left:0;background-color:var(--color_5);opacity:.82;border-radius:inherit}#\31 d85a2a7,#bfdbe363{width:100%;justify-self:auto;align-self:auto;order:0;grid-area:auto/auto/auto/auto}#bfdbe363{align-items:flex-start;max-height:100%;row-gap:24px;height:auto;background-color:var(--color_3);background-image:url(https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/shutterstock_2285183901-1920w.jpg);margin:0;min-height:198px;column-gap:24px}#\31 d85a2a7{flex-direction:row;flex-wrap:nowrap}#\31 d85a2a7,#\36 0dd1d92,#cdd72cc4,#f94db3b4{align-items:flex-start;max-height:100%;row-gap:24px;margin:0}#\36 0dd1d92,#\39 1d1ae6f{justify-self:auto;align-self:auto;grid-area:auto/auto/auto/auto}#cdd72cc4{height:auto;width:42.12%;min-height:416px;column-gap:24px;padding:16px 8px}#\36 0dd1d92{width:100%;order:0;flex-direction:row;flex-wrap:nowrap}#f94db3b4{width:100%;min-height:198px;column-gap:24px;justify-self:auto;align-self:auto;order:0;height:auto;background-color:var(--color_3);background-image:url(https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/shutterstock_2469535535-1920w.jpg);grid-area:auto/auto/auto/auto}#\37 6ca6d14,#f7bbf156{align-items:flex-start;width:100%;min-height:198px;max-height:100%;row-gap:24px;column-gap:24px;justify-self:auto;align-self:auto;order:0;height:auto;background-color:var(--color_3);background-image:url(https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/shutterstock_2300500681-1920w.jpg);margin:0;grid-area:auto/auto/auto/auto}#f7bbf156{background-image:url(https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/shutterstock_2491352511-1920w.jpg)}#\34 7618d6e,#\39 49cf8ed{align-items:flex-start;width:100%;min-height:198px;max-height:100%;row-gap:24px;column-gap:24px;justify-self:auto;align-self:auto;order:0;height:auto;background-color:var(--color_3);background-image:url(https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/shutterstock_707244118-1920w.jpg);margin:0;grid-area:auto/auto/auto/auto}#\34 7618d6e{background-image:url(https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/shutterstock_2352931919-1920w.jpg)}#ccadf445{align-items:flex-start;width:100%;min-height:198px;max-height:100%;row-gap:24px;column-gap:24px;justify-self:auto;align-self:auto;order:1;height:auto;background-color:var(--color_3);background-image:url(https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/shutterstock_2349633725-1920w.jpg);margin:0;grid-area:auto/auto/auto/auto}#widget_8vo{order:2}#\39 1d1ae6f{order:3;margin:0}#\32 5c3fdf1{justify-self:auto;align-self:auto;grid-area:auto/auto/auto/auto}#\34 3e4acb8{order:4;margin:0;grid-area:auto/auto/auto/auto}#\33 f532c6f{width:100%;height:auto;max-width:100%;order:0;margin:0;grid-area:auto/auto/auto/auto}#f28fa8e1{flex-direction:row;justify-content:flex-start;align-items:center;width:100%;max-height:100%;row-gap:24px;height:auto;flex-wrap:nowrap;justify-self:auto;align-self:auto;order:4;margin:0;grid-area:auto/auto/auto/auto}#\31 470b55c,#b5427b11{flex-direction:row;justify-content:flex-start;align-items:center;width:100%;max-height:100%;row-gap:24px;height:auto;flex-wrap:nowrap;justify-self:auto;align-self:auto;order:4;margin:-10px 0 0;grid-area:auto/auto/auto/auto}#\38 af0db77{margin:0;grid-area:auto/auto/auto/auto;order:0}}@media (min-width:768px) and (max-width:1024px){#\37 a026a91,#\37 c939cec,#\38 53429ce,#\38 58d3ec4,#e31e6e42,#group_bq9{min-height:80px;width:100%}#\32 89d66aa,#\32 d7afc23,#\33 35fa4bb,#\35 5e425a0,#\35 f042b39,#\37 d5c2567,#\39 e8944ab,#c6b73622{padding-right:var(--section-padding-right);padding-left:var(--section-padding-left)}#\36 3bd85219866cc3622781520,#d957354b{flex-direction:row;flex-wrap:nowrap;min-height:100px;padding:16% 2% 4%}#\36 3bd85219866cc3622781521,#\36 89780d5{width:100%;min-height:8px}#\36 3bd85219866cc362278151d,#\38 43f9a6e{margin:0}#\33 35fa4bb,#\37 d5c2567{min-height:587px}#\32 89d66aa,#\32 d7afc23,#\33 35fa4bb,#\39 e8944ab{min-height:0}#\33 35fa4bb{flex-direction:column;flex-wrap:nowrap}#\37 a026a91{order:1}#group_9cq{height:auto;min-height:406px}#\32 d7afc23{flex-direction:column;flex-wrap:nowrap}#\35 f042b39{flex-direction:row;flex-wrap:nowrap;min-height:240px}#\35 1584524{width:100%}#widget_qtr{width:90.2%}#widget_an3{width:100%;height:362px}#\32 89d66aa{flex-direction:column;flex-wrap:nowrap}[data-version] .t-font-size-20,[data-version] .t-size-20{--font-size:20}[data-version] .t-font-size-60,[data-version] .t-size-60{--font-size:60}[data-version] .t-font-size-16,[data-version] .t-size-16{--font-size:16}}@media (max-width:767px){#\36 3bd85219866cc3622781521,#\39 2eda44d,#group_v4q{align-items:center;row-gap:12px}#\33 4b416fc,#\36 fed5e15,#group_c7l{row-gap:8px}#\36 3bd85219866cc3622781520,#d957354b{padding:30% 4% 4%;min-height:0}#\32 2775761,#\32 356170d,#\34 450bf3c,#\38 53429ce,#de0fec57,#f1772d74,#group_nvl{padding:16px;margin:0}#\31 d85a2a7,#ee80d3dd{min-height:160px}#\36 3bd85219866cc3622781521{min-height:80px;width:100%;padding:0;margin:0}#\36 3bd85219866cc3622781520{flex-direction:column;flex-wrap:nowrap}#group_c7l{flex-direction:column;flex-wrap:nowrap;align-items:center}#\30 658585a,#\30 a65d1a5,#\32 6006fb6,#\32 64054bc,#\33 1767d38,#\33 526cbd9,#\33 934761d,#\33 bdc90aa,#\34 4a3aac5,#\35 5b5fa73,#\35 ff3a140,#\36 3a1644b,#\36 4a3e0c5,#\36 b5ec91d,#\37 2d3560e,#\37 6022e9e,#\37 a540c25,#\37 e563a06,#\38 d9f6656,#\39 0b5721f,#\39 716c003,#\39 82e6741,#a1689f87,#a2398d48,#a66011c3,#ab1636ff,#b6c0ca43,#d0794561,#d5d7941c,#dc18ca06,#e0f9a1c6,#ecace27d,#f4ff3934,#widget_9r6,#widget_t4s{min-width:32px;margin:0}#\32 fe876ae,#widget_srk{width:100%;margin-top:-5px}#\34 ee7ad46,#\36 3bd85219866cc362278151d,#\38 43f9a6e{margin:0}#\31 9d4c7c1,#\32 2775761,#\38 53429ce,#\38 58d3ec4,#b7490e58,#bba6dca6,#e31e6e42,#group_2bt,#group_bq9,#group_har{align-items:center;min-height:80px;width:100%}#\33 8621c76,#\35 1584524,#aeaee13b,#b6b07b1f,#widget_4mp,#widget_562,#widget_c6e,#widget_haf,#widget_qtr{width:100%}#\34 9200526,#a8d00c14{width:82.26%}#\30 658585a,#\32 356170d,#\33 4b416fc,#\33 526cbd9,#\34 450bf3c,#\36 b5ec91d,#\36 fed5e15,#\37 d5c2567,#d957354b,#dc18ca06,#de0fec57,#f1772d74{flex-direction:column;flex-wrap:nowrap}#\37 d5c2567{min-height:0;padding-right:var(--section-padding-right);padding-left:var(--section-padding-left)}#\38 6190c6a,#group_9cq{height:auto;min-height:242px;align-self:flex-start;margin-left:0;margin-right:0}#\37 a026a91{width:100%;min-height:80px;align-items:center;order:1}#\32 89d66aa,#\32 d7afc23,#\33 35fa4bb,#\35 5e425a0,#\39 e8944ab,#c6b73622{min-height:0;flex-direction:column;padding-right:var(--section-padding-right);padding-left:var(--section-padding-left);flex-wrap:nowrap}#\37 b19f3e5{min-width:32px}#\37 c939cec{width:100%;min-height:80px;align-items:center;order:0}#group_nvl{flex-direction:column;flex-wrap:nowrap;row-gap:0}#\30 658585a,#\32 4e9c387,#\33 526cbd9,#\36 b5ec91d,#\39 0b5721f,#dc18ca06{width:100%;align-items:center}#\32 4e9c387{min-width:32px;flex-direction:column;flex-wrap:nowrap;margin:0}#\39 0b5721f{padding:0}#\32 6006fb6,#\35 ff3a140,#ab1636ff,#b6c0ca43,#widget_t4s{margin:6px 0 0}#group_7bp{align-items:center;padding:0;margin:0}#\32 356170d,#\34 450bf3c,#de0fec57,#f1772d74{row-gap:0}#\30 a65d1a5,#\33 1767d38,#\37 6022e9e,#d0794561{width:100%;align-items:center;padding:0}#\33 74e9506{flex-direction:column;flex-wrap:nowrap;row-gap:12px}#\35 f042b39{min-height:0;flex-direction:column;flex-wrap:nowrap;padding:0}#widget_frh{width:100%;height:182px}#\36 89780d5,#ee80d3dd{align-items:center;width:100%}#\36 89780d5{row-gap:12px;padding:0;margin:0;min-height:80px}#\36 fed5e15{align-items:center}#b6b07b1f{min-height:80px;align-items:center}#a7db22e7,#group_3rq{flex-direction:column}#a7db22e7{min-height:0;flex-wrap:nowrap}#widget_an3{width:100%;height:164px}#cdd72cc4,#group_uff{width:100%;height:auto;min-height:382px;row-gap:12px;padding:0;margin:0}#group_3rq{column-gap:0;flex-wrap:nowrap;row-gap:12px}#\31 d85a2a7{height:auto}#\31 d85a2a7,#\36 0dd1d92{column-gap:5.146418280506601%;flex-direction:column;flex-wrap:nowrap;row-gap:12px}[data-version] .m-font-size-19,[data-version] .m-size-19{--font-size:19}[data-version] .m-font-size-40,[data-version] .m-size-40{--font-size:40}[data-version] .m-font-size-32,[data-version] .m-size-32{--font-size:32}[data-version] .m-font-size-72,[data-version] .m-size-72{--font-size:72}[data-version] .m-font-size-16,[data-version] .m-size-16{--font-size:16}}#\30 4886df1,#\31 073190099,#\31 084436098,#\31 094003051,#\31 100901636,#\31 138902828,#\31 203211105,#\31 308833362,#\31 418791928,#\31 449261934,#\31 455001160,#\31 566834363,#\31 602843441,#\31 639813507,#\31 665905157,#\31 790680965,#\31 852674470,#\31 894535121,#\31 937422761,#\31 960557794,#\31 998592992,#\32 356170d,#\33 756125159,#\34 450bf3c,#\36 01054ce,#\36 2a0f222,#\36 3bd85219866cc3622781520,#\36 3da2bddeae8da42b2353673,#\36 fed5e15,#\38 08f924c,#\38 8e69a6f,#\39 dab309a,#\39 dc5a074,#a7db22e7,#de0fec57,#f1772d74,#f2cc3e67,#f4b48f97,#f9ae4b2c{order:0;flex-direction:row}#\30 e6550fe,#\31 9d4e779,#\32 5c3fdf1,#\32 bf4c7ea,#\32 fe876ae,#\33 704a16a,#\34 fe72a5c,#\35 1584524,#\35 5b13440,#\35 a7d0d79,#\36 3a049ca0d35b55b4ef2a5c3,#\36 e353ed6,#\37 8abcf27,#\37 a97ddcc,#\37 c939cec,#\37 ff771e1,#\39 add10c8,#a5ae522a,#aeaee13b,#bd4c42c2,#ccadf445,#widget_562,#widget_bud,#widget_egq,#widget_pte,#widget_srk{order:1}#\31 094fa4c,#\35 3428e21,#\37 b19f3e5,#\39 1d1ae6f,#f4ff3934,#widget_an3,#widget_do0,#widget_frn,#widget_v2o{order:3}#\30 00b70af,#\30 364e806,#\30 658585a,#\30 a65d1a5,#\31 010354632,#\31 080916000,#\31 209636376,#\31 300366178,#\31 359963322,#\31 387381327,#\31 665694009,#\31 701729046,#\31 772685053,#\31 d85a2a7,#\31 f983598,#\32 125fc12,#\32 176343334,#\32 2775761,#\32 4e9c387,#\32 959b924,#\33 1767d38,#\33 526cbd9,#\34 7618d6e,#\35 d1b4840,#\36 0dd1d92,#\36 3a049320d35b55b4ef2a374,#\36 3a049320d35b55b4ef2a377,#\36 3bd85219866cc3622781521,#\36 406026c90e1521f6ecb0ecc,#\36 89780d5,#\36 b5ec91d,#\37 4cf903c,#\37 6022e9e,#\37 6ca6d14,#\37 a026a91,#\38 2906751,#\38 53429ce,#\38 58d3ec4,#\38 6190c6a,#\39 0b5721f,#\39 2eda44d,#\39 49cf8ed,#\39 76741de,#\39 d047ce9,#\39 eb5b5de,#a1f8711f,#ae3d64a1,#b112db03,#b20ab249,#b6b07b1f,#b7490e58,#bba6dca6,#bfdbe363,#cdd72cc4,#d0794561,#d38882df,#dc18ca06,#e31e6e42,#ee80d3dd,#f7bbf156,#f94db3b4,#group_2bt,#group_3rq,#group_5j6,#group_7bp,#group_9cq,#group_bq9,#group_har,#group_nvl,#group_p9v,#group_uff,#group_v4q,#hamburger-drawer{order:0}#\31 080916000,#\31 209636376,#\31 300366178,#\31 387381327,#\31 665694009,#\31 772685053,#\31 d85a2a7,#\32 125fc12,#\36 0dd1d92,#\36 3a049320d35b55b4ef2a377,#\37 4cf903c,#a1f8711f,#group_3rq,#group_nvl{flex-direction:row}#\30 41da7e6,#\32 eb8552c,#\33 8621c76,#\34 12a3e8b,#\37 a540c25,#\39 8422db9,#d3e35171,#d5d7941c,#e6f1ecf5,#fd7616b0,#widget_4mp,#widget_8vo,#widget_c6e,#widget_cm6,#widget_haf,#widget_lii,#widget_qtr,#widget_s29{order:2}#group_c7l,#group_eu6{order:1;flex-direction:row}#\34 3e4acb8,#\34 4a3aac5,#\38 18af83c,#group_pai,#widget_0e5,#widget_9c6{order:4}#\33 4b416fc{order:5;flex-direction:row}#\31 470b55c,#b5427b11,#f28fa8e1{order:4;flex-direction:row}#\33 74e9506{order:3;flex-direction:row}#\39 aa06c4d,#group_pra{order:5}#\35 0805e7f{order:8} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder:not(.photo-gallery-done) {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}}
    .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) {
      visibility: hidden;
    }

    
</style>





<!-- End render the required css and JS in the head section -->









  <link type="application/rss+xml" rel="alternate" href="https://www.emic.org/feed/rss2"/>
  <link type="application/atom+xml" rel="alternate" href="https://www.emic.org/feed/atom"/>
  <meta property="og:type" content="website"/>
  <meta property="og:url" content="https://www.emic.org/"/>
  <script type="application/ld+json">


    {
        "@context" : "https://schema.org",
        "@type" : "WebSite",
        "name" : "Eagle Mountain International Church",
        "url" : "https://www.emic.org/"
    }


  </script>
  <title>
    
    Eagle Mountain International Church | Newark, Texas
  
  </title>
  <meta name="description" content="Join Eagle Mountain International Church for Bible-based teaching &amp; community. Grow in faith together through services &amp; small groups."/>
  <script id="MPWidgets" src="https://chms.emic.org/widgets/dist/MPWidgets.js">









  
  
  

  

  

  

  

  </script>

  <meta name="twitter:card" content="summary"/>
  <meta name="twitter:title" content="Eagle Mountain International Church | Newark, Texas"/>
  <meta name="twitter:description" content="Join Eagle Mountain International Church for Bible-based teaching &amp; community. Grow in faith together through services &amp; small groups."/>
  <meta property="og:description" content="Join Eagle Mountain International Church for Bible-based teaching &amp; community. Grow in faith together through services &amp; small groups."/>
  <meta property="og:title" content="Eagle Mountain International Church | Newark, Texas"/>
<script type="application/ld+json">
{
  "@context" : {
    "@vocab" : "http://schema.org/"
  },
  "@type" : "LocalBusiness",
  "name" : "Eagle Mountain International Church",
  "address" : {
    "@type" : "PostalAddress",
    "streetAddress" : "14355 Morris Dido Newark Road",
    "addressLocality" : "Newark",
    "addressRegion" : "Texas",
    "postalCode" : "76071",
    "addressCountry" : "US"
  },
  "geo" : {
    "@type" : "GeoCoordinates",
    "latitude" : "32.990432",
    "longitude" : "-97.482847"
  },
  "areaServed" : [ {
    "@type" : "Place",
    "address" : {
      "@type" : "PostalAddress",
      "addressLocality" : "Fort Worth, Texas, United States"
    }
  }, {
    "@type" : "Place",
    "address" : {
      "@type" : "PostalAddress",
      "addressLocality" : "Newark, Texas, United States"
    }
  } ],
  "url" : "https://www.emic.org",
  "telephone" : "817-252-2900",
  "email" : "info@emic.org",
  "logo" : "https://irp.cdn-website.com/592f7851/dms3rep/multi/imgi_1_logo+%282%29.png",
  "sameAs" : [ "https://youtube.com/@eaglemountaintv", "https://facebook.com/EagleMountainChurch", "https://instagram.com/eaglemountainchurch" ],
  "@id" : "https://www.emic.org"
}
</script>



<!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= -->
</head>





















<body id="dmRoot" data-page-alias="home"  class="dmRoot fix-mobile-scrolling flex-site dmResellerSite "
      style="padding:0;margin:0;"
      
     data-flex-site >
















<!-- ========= Site Content ========= -->
<div id="dm" class='dmwr'>
    
    <div class="dm_wrapper -var5 null ">
         <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="FlexHeader" data-responsive-name="FlexLayout" class="runtime-module-container dm-bfs dm-layout-home hasAnimations hasStickyHeader inMiniHeaderMode rows-1200 hamburger-reverse dmPageBody d-page-1716942098 inputs-css-clean dmDHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div id="dmFlexHeaderContainer" class="flex_hfcontainer"> <div id="flex-header" data-variation-id="variation0" data-sticky="true" data-changeable-on-scroll="true" data-overlapping-common="true" role="banner"> <div data-auto="flex-section" id="1990152846" data-flex-id="c093187e" data-layout-section="" data-page-element-type="section" data-page-element-id="1475755753"> <div class="flex-widgets-container" id="1140644136"></div> 
 <section id="1c1481e3" class="flex-element section" data-auto="flex-element-section"> <div id="603c3bb7" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="9dc5a074" class="flex-element group" data-auto="flex-element-group"> <div id="88e69a6f" class="flex-element group" data-auto="flex-element-group"> <div id="261979b7" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-keep-proportion="true" data-external-id="1117254353"> <div class="imageWidget align-center u_1117254353" data-element-type="image" data-widget-type="image" id="1117254353" data-binding="W3siYmluZGluZ05hbWUiOiJpbWFnZSIsInZhbHVlIjoic2l0ZV9pbWFnZXMubG9nbyJ9XQ=="> <a href="/" id="1732774856"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/imgi_1_logo+%282%29-406w.png" alt="Black circular logo with a stylized eagle in white, forming a ring." id="1066052972" class="" data-dm-image-path="https://irp.cdn-website.com/592f7851/dms3rep/multi/imgi_1_logo+%282%29.png" width="339.0" height="58.1875" data-diy-image="" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
</div> 
 <div id="04886df1" class="flex-element group" data-auto="flex-element-group"> <div id="7ff771e1" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="graphic" data-hidden-on-tablet="" data-hidden-on-desktop="" data-external-id="1440420817"> <div class="graphicWidget u_1440420817" data-element-type="graphic" data-widget-type="graphic" id="1440420817"> <a href="tel:817-252-2900" id="1307836455" file="false" aria-label="fa-phone"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1408 1792" id="1563237900" class="svg u_1563237900" data-icon-name="fa-phone"> <path fill="inherit" d="M1408 1240q0 27-10 70.5t-21 68.5q-21 50-122 106-94 51-186 51-27 0-52.5-3.5t-57.5-12.5-47.5-14.5-55.5-20.5-49-18q-98-35-175-83-128-79-264.5-215.5t-215.5-264.5q-48-77-83-175-3-9-18-49t-20.5-55.5-14.5-47.5-12.5-57.5-3.5-52.5q0-92 51-186 56-101 106-122 25-11 68.5-21t70.5-10q14 0 21 3 18 6 53 76 11 19 30 54t35 63.5 31 53.5q3 4 17.5 25t21.5 35.5 7 28.5q0 20-28.5 50t-62 55-62 53-28.5 46q0 9 5 22.5t8.5 20.5 14 24 11.5 19q76 137 174 235t235 174q2 1 19 11.5t24 14 20.5 8.5 22.5 5q18 0 46-28.5t53-62 55-62 50-28.5q14 0 28.5 7t35.5 21.5 25 17.5q25 15 53.5 31t63.5 35 54 30q70 35 76 53 3 7 3 21z"></path> 
</svg> 
</a> 
</div> 
</div> 
 <div id="widget_v2o" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="hamburgerButton" data-hidden-on-mobile="" data-hidden-on-tablet="" data-external-id="67778825"> <button class="hamburgerButton" data-element-type="hamburgerButton" aria-controls="hamburger-drawer" aria-expanded="false" id="67778825" aria-label="Open menu"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1998094747" class="svg u_1998094747" data-icon-custom="true" data-icon-name="hamburger menu_5926343.svg"> <path d="m8.332 25c0-2.3008 1.8672-4.168 4.168-4.168h75c2.3008 0 4.168 1.8672 4.168 4.168s-1.8672 4.168-4.168 4.168h-75c-2.3008 0-4.168-1.8672-4.168-4.168zm0 25c0-2.3008 1.8672-4.168 4.168-4.168h75c2.3008 0 4.168 1.8672 4.168 4.168s-1.8672 4.168-4.168 4.168h-75c-2.3008 0-4.168-1.8672-4.168-4.168zm25 25c0-2.3008 1.8672-4.168 4.168-4.168h50c2.3008 0 4.168 1.8672 4.168 4.168s-1.8672 4.168-4.168 4.168h-50c-2.3008 0-4.168-1.8672-4.168-4.168z" fill-rule="evenodd"></path> 
</svg> 
</button> 
</div> 
</div> 
 <div id="764397de" class="flex-element group" data-auto="flex-element-group" data-hidden-on-desktop=""> <div id="00ca91b4" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="hamburgerButton" data-external-id="1998777521"> <button class="hamburgerButton" data-element-type="hamburgerButton" id="1998777521" aria-controls="hamburger-drawer" aria-expanded="false" aria-label="Open menu"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1555668457" class="svg u_1555668457" data-icon-custom="true"> <path d="m8.332 25c0-2.3008 1.8672-4.168 4.168-4.168h75c2.3008 0 4.168 1.8672 4.168 4.168s-1.8672 4.168-4.168 4.168h-75c-2.3008 0-4.168-1.8672-4.168-4.168zm0 25c0-2.3008 1.8672-4.168 4.168-4.168h75c2.3008 0 4.168 1.8672 4.168 4.168s-1.8672 4.168-4.168 4.168h-75c-2.3008 0-4.168-1.8672-4.168-4.168zm25 25c0-2.3008 1.8672-4.168 4.168-4.168h50c2.3008 0 4.168 1.8672 4.168 4.168s-1.8672 4.168-4.168 4.168h-50c-2.3008 0-4.168-1.8672-4.168-4.168z" fill-rule="evenodd"></path> 
</svg> 
</button> 
</div> 
</div> 
 <div id="d38882df" class="flex-element group" data-auto="flex-element-group"></div> 
</div> 
</div> 
</section> 
</div> 
</div> 
 <div id="hamburger-drawer" class="u_hamburger-drawer hamburger-drawer layout-drawer" layout="5ff40d2f36ae4e5ea1bc96b2e2fcf67e===header" data-origin="side-reverse"> <div data-layout-section="" data-auto="flex-section" id="1558513594" data-flex-id="18f5ea00"> <div class="flex-widgets-container" id="1554675836"></div> 
 <section id="f6054f97" class="flex-element section" data-auto="flex-element-section"> <div id="ef8b5b8a" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="a1f8711f" class="flex-element group" data-auto="flex-element-group"> <div id="9d047ce9" class="flex-element group" data-auto="flex-element-group"> <div id="12a003a5" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="hamburgerButton" data-external-id="1717245942"> <button class="hamburgerButton" data-element-type="hamburgerButton" id="1717245942" aria-controls="hamburger-drawer" aria-expanded="false" aria-label="Close menu"> <svg width="100pt" height="100pt" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1463788326"> <path d="m82 87.883c1.625 1.625 4.2656 1.625 5.8906 0 1.6289-1.6289 1.6289-4.2656 0-5.8945l-32.414-32.41 32.406-32.406c1.6289-1.625 1.6289-4.2656
 0-5.8906-1.6289-1.6289-4.2656-1.6289-5.8906 0l-32.406 32.402-32.406-32.406c-1.625-1.625-4.2656-1.625-5.8906 0-1.6289 1.6289-1.6289 4.2656 0
 5.8945l32.402 32.406-32.41 32.414c-1.6289 1.625-1.6289 4.2617 0 5.8906 1.625 1.6289 4.2656 1.6289 5.8906 0l32.414-32.414z" fill-rule="evenodd"></path> 
</svg> 
</button> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-auto="flex-section" id="1099442592" data-flex-id="63a049320d35b55b4ef2a372" data-layout-section=""> <div class="flex-widgets-container" id="1247649854"></div> 
 <section id="63a049320d35b55b4ef2a373" class="flex-element section" data-auto="flex-element-section"> <div id="63a049320d35b55b4ef2a376" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="63a049320d35b55b4ef2a377" class="flex-element group" data-auto="flex-element-group"> <div id="63a049320d35b55b4ef2a374" class="flex-element group" data-auto="flex-element-group"> <div id="63a049ca0d35b55b4ef2a5c3" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="ONELinksMenu" data-external-id="1998592992"> <nav class="u_1998592992 effect-bottom main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_2" layout-sub="" data-show-vertical-sub-items="HIDE" id="1998592992" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container unav-top  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item unav-item unav-top-item  dmNavItemSelected  dmUDNavigationItem_00  " target="" data-target-page-alias="" aria-current="page" data-auto="selected-page"> <span class="nav-item-text " data-link-text="Home" data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/visit" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101765286  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Plan Your Visit" data-auto="page-text-style">Plan Your Visit<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" aria-haspopup="true" aria-expanded="false" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101456682  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="About" data-auto="page-text-style">About<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/who-we-are" class="unifiednav__item unav-item   dmUDNavigationItem_010101904375  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Who We Are" data-auto="page-text-style">Who We Are<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/pastors-leaders" class="unifiednav__item unav-item   dmUDNavigationItem_010101423348  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Pastors & Leaders" data-auto="page-text-style">Pastors &amp; Leaders<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/meet-pastors-george-and-terri" class="unifiednav__item unav-item   dmUDNavigationItem_010101161712  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Meet Pastors George & Terri" data-auto="page-text-style">Meet Pastors George &amp; Terri<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
 <li role="menuitem" aria-haspopup="true" aria-expanded="false" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101120041  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Connect" data-auto="page-text-style">Connect<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/growth-track" class="unifiednav__item unav-item   dmUDNavigationItem_010101329844  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Growth Track" data-auto="page-text-style">Growth Track<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/groups" class="unifiednav__item unav-item   dmUDNavigationItem_010101927181  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Groups" data-auto="page-text-style">Groups<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/serve-teams" class="unifiednav__item unav-item   dmUDNavigationItem_010101612914  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Serve Teams" data-auto="page-text-style">Serve Teams<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/prayer-request-testify" class="unifiednav__item unav-item   dmUDNavigationItem_010101480569  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Prayer Request / Testify" data-auto="page-text-style">Prayer Request / Testify<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/blog" class="unifiednav__item unav-item   dmUDNavigationItem_010101441932  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Blog" data-auto="page-text-style">Blog<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/resources" class="unifiednav__item unav-item   dmUDNavigationItem_010101307616  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Resources" data-auto="page-text-style">Resources<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
 <li role="menuitem" aria-haspopup="true" aria-expanded="false" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101236583  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Ministries" data-auto="page-text-style">Ministries<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/outreach-evangelism" class="unifiednav__item unav-item   dmUDNavigationItem_010101119349  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Outreach & Evangelism" data-auto="page-text-style">Outreach &amp; Evangelism<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/kids" class="unifiednav__item unav-item   dmUDNavigationItem_010101610947  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Kids" data-auto="page-text-style">Kids<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/youth" class="unifiednav__item unav-item   dmUDNavigationItem_010101495809  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Youth" data-auto="page-text-style">Youth<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/young-adults" class="unifiednav__item unav-item   dmUDNavigationItem_010101236609  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Young Adults" data-auto="page-text-style">Young Adults<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/men" class="unifiednav__item unav-item   dmUDNavigationItem_010101749837  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Men" data-auto="page-text-style">Men<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/women" class="unifiednav__item unav-item   dmUDNavigationItem_010101771191  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Women" data-auto="page-text-style">Women<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/latino-ministries" class="unifiednav__item unav-item   dmUDNavigationItem_01010155942  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Latino Ministries" data-auto="page-text-style">Latino Ministries<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/prayer" class="unifiednav__item unav-item   dmUDNavigationItem_010101944769  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Prayer" data-auto="page-text-style">Prayer<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/events" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101506905  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Events" data-auto="page-text-style">Events<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/messages" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101217374  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Messages & Media" data-auto="page-text-style">Messages &amp; Media<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/just-got-saved" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101105191  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Just Got Saved" data-auto="page-text-style">Just Got Saved<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.emic.org/give" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101629031  " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Give" data-auto="page-text-style">Give<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/login" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101252966  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Login" data-auto="page-text-style">Login<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
</ul> 
</nav> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-auto="flex-section" id="1029527021" data-flex-id="6406026c90e1521f6ecb0eca" data-layout-section=""> <div class="flex-widgets-container" id="1659590659"></div> 
 <section id="6406026c90e1521f6ecb0ec9" class="flex-element section" data-auto="flex-element-section"> <div id="6406026c90e1521f6ecb0ecb" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="6406026c90e1521f6ecb0ecc" class="flex-element group" data-auto="flex-element-group"> <div id="c98d9836" class="flex-element group" data-auto="flex-element-group" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile=""> <div id="82906751" class="flex-element group" data-auto="flex-element-group"> <div id="dc21bd7e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1219765496"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1219765496" style=""> <h3 class="t-text-align-center m-size-19 t-size-20 m-text-align-center size-24 text-align-center"><span class="m-font-size-19 t-font-size-20 font-size-24" style="display: unset; color: rgb(255, 255, 255);">Ready to become a member?</span></h3> 
</div> 
</div> 
 <div id="fbffd644" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1178879309"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1178879309" style=""><p class="t-text-align-center m-text-align-center text-align-center"><span style="color: rgb(255, 255, 255); display: unset;">Come home to faith, come home to family, come home to EMIC!</span></p></div> 
</div> 
</div> 
 <div id="b112db03" class="flex-element group" data-auto="flex-element-group"> <div id="affc379b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1300366178"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1300366178 flexButton" file="false" href="/" data-element-type="dButtonLinkId" id="1300366178"> <span class="iconBg" aria-hidden="true" id="1881439988"> <span class="icon hasFontIcon icon-star" id="1260510936"></span> 
</span> 
 <span class="text" id="1471953375">Sign Up Now</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
</div> 
 <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> 
</div> 
 <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div data-auto="flex-section" id="1507551858" data-flex-id="63bd85219866cc362278151e" data-layout-section=""> <div class="flex-widgets-container" id="1865266723"></div> 
 <section id="63bd85219866cc362278151d" class="flex-element section" data-auto="flex-element-section"> <div id="63bd85219866cc362278151f" class="flex-element grid hasExtraLayerOverlay relativePos" data-auto="flex-element-grid" data-layout-grid="" data-hover-effect="none" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIn19" data-video-bg="eyJzcmMiOiJodHRwczovL3ZpZC5jZG4td2Vic2l0ZS5jb20vNTkyZjc4NTEvdmlkZW9zLzgyd0Y5NXEyUUVheDAyUkJZcU16X3dlYnNpdGVfdmlkZW9fdjRfdjEtdi5tcDQiLCJpZCI6Imh0dHBzOi8vdmlkLmNkbi13ZWJzaXRlLmNvbS81OTJmNzg1MS92aWRlb3MvODJ3Rjk1cTJRRWF4MDJSQllxTXpfd2Vic2l0ZV92aWRlb192NF92MS12Lm1wNCIsInByb3ZpZGVyIjoiY2RuIiwiZW1iZWQiOiJodHRwczovL3ZpZC5jZG4td2Vic2l0ZS5jb20vNTkyZjc4NTEvdmlkZW9zLzgyd0Y5NXEyUUVheDAyUkJZcU16X3dlYnNpdGVfdmlkZW9fdjRfdjEtdi5tcDQiLCJyYXRpbyI6MC41NjI1LCJ0aHVtYm5haWwiOiJodHRwczovL2lycC5jZG4td2Vic2l0ZS5jb20vNTkyZjc4NTEvZG1zM3JlcC9tdWx0aS84MndGOTVxMlFFYXgwMlJCWXFNel93ZWJzaXRlX3ZpZGVvX3Y0X3YxLnYyLjAwMDAwMDAuanBnIiwic3VwcG9ydEJnT25Nb2JpbGUiOnRydWUsInN1cHBvcnRCZ0xvb3AiOnRydWUsInZpZGVvVXJsIjoiaHR0cHM6Ly92aWQuY2RuLXdlYnNpdGUuY29tLzU5MmY3ODUxL3ZpZGVvcy84MndGOTVxMlFFYXgwMlJCWXFNel93ZWJzaXRlX3ZpZGVvX3Y0X3YxLXYubXA0IiwicG9zdGVyIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5MmY3ODUxL2RtczNyZXAvbXVsdGkvODJ3Rjk1cTJRRWF4MDJSQllxTXpfd2Vic2l0ZV92aWRlb192NF92MS52Mi4wMDAwMDAwLmpwZyJ9" data-video-bg-mobile="true" data-video-init="true"> <div class="videobgwrapper video-ssr" data-ratio="0.5625"> <video autoplay="autoplay" playsinline="playsinline" muted="muted" loop="loop" class="videobgframe" poster="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/82wF95q2QEax02RBYqMz_website_video_v4_v1.v2.0000000-1920w.jpg" src="https://vid.cdn-website.com/592f7851/videos/82wF95q2QEax02RBYqMz_website_video_v4_v1-v.mp4" style="object-position: 50% 50%" id="videobgframe-63bd85219866cc362278151f"></video> 
</div> 
 <div class="bgExtraLayerOverlay"></div> 
 <div id="63bd85219866cc3622781520" class="flex-element group" data-auto="flex-element-group" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIiwiYW5pbWF0aW9uIjpudWxsfX0="> <div id="63bd85219866cc3622781521" class="flex-element group" data-auto="flex-element-group"> <div id="group_v4q" class="flex-element group" data-auto="flex-element-group"> <div id="widget_lod" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1477568247"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1477568247" style=""><p class="text-align-center m-text-align-center" style="letter-spacing: 0.23em;"><span style="text-transform:uppercase;color:rgb(255, 255, 255);font-weight:normal;display:unset;font-family:'Proxima Nova Bold';">Serving the Fort Worth Area</span></p></div> 
</div> 
 <div id="widget_srk" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1032551769"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1032551769" style=""> <h1 class="t-size-60 m-size-40 text-align-center size-96"><span class="font-size-96 t-font-size-60 m-font-size-40" style="display: unset; color: rgb(255, 255, 255);"><span class="font-size-96 t-font-size-60 m-font-size-40" style="display: unset; color: rgb(255, 255, 255);">A Church You Can Call</span> 
</span><span class="font-size-96 t-font-size-60 m-font-size-40" style="display: unset; color: rgb(255, 255, 255); font-style: italic;">Home</span></h1> 
</div> 
</div> 
 <div id="widget_c6e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="650322847"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="650322847" style=""><p class="text-align-center m-text-align-center"><span style="color: rgb(255, 255, 255); display: unset;">Everyone needs a place to belong. At Eagle Mountain International Church, you&rsquo;ll find a church family that lives out God&rsquo;s Word, grows together, and walks through life with faith and love.&nbsp;</span></p></div> 
</div> 
</div> 
 <div id="group_c7l" class="flex-element group" data-auto="flex-element-group"> <div id="55b5fa73" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1455001160"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1455001160 flexButton" file="false" href="/visit" data-element-type="dButtonLinkId" id="1455001160"> <span class="iconBg" aria-hidden="true" id="1811188009"> <span class="icon hasFontIcon icon-star" id="1325441791"></span> 
</span> 
 <span class="text" id="1714216959">Plan Your Visit</span> 
</a> 
</div> 
 <div id="a2398d48" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1790680965"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1790680965 flexButton" file="false" href="/messages" data-element-type="dButtonLinkId" id="1790680965"> <span class="iconBg" aria-hidden="true" id="1254087388"> <span class="icon hasFontIcon icon-star" id="1239032965"></span> 
</span> 
 <span class="text" id="1398029577">Watch Service</span> 
</a> 
</div> 
 <div id="e0f9a1c6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1639813507"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1639813507 flexButton" file="false" href="/just-got-saved" data-element-type="dButtonLinkId" id="1639813507"> <span class="iconBg" aria-hidden="true" id="1855569376"> <span class="icon hasFontIcon icon-star" id="1352197450"></span> 
</span> 
 <span class="text" id="1774023557">Just Got Saved</span> 
</a> 
</div> 
</div> 
 <div id="widget_cm6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="graphic" data-keep-proportion="true" data-external-id="3872369412"> <div class="graphicWidget graphicWidgetV2 graphicWidgetV3 u_3872369412" data-element-type="graphic" data-widget-type="graphic" id="3872369412" data-hover-effect="float"> <a href="#intro" id="1304265951" file="false"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1958662826" class="svg u_1958662826" data-icon-custom="true"> <path d="m50 2.9414c-25.973 0-47.059 21.09-47.059 47.059 0 25.973 21.086 47.059 47.059 47.059s47.059-21.086 47.059-47.059-21.086-47.059-47.059-47.059zm0 2.9453c24.383 0 44.117 19.734 44.117 44.117 0 24.383-19.734 44.117-44.117 44.117s-44.117-19.734-44.117-44.117c0-24.383 19.734-44.117 44.117-44.117zm22.059 32.957v-0.003906c-0.39062 0.019531-0.75781 0.19531-1.0195 0.48828l-21.039 23.309-21.039-23.309c-0.26172-0.28906-0.62891-0.46484-1.0195-0.48438s-0.77344 0.11719-1.0625 0.37891c-0.28906 0.26172-0.46484 0.62891-0.48047 1.0195-0.019532 0.39062 0.11719 0.77344 0.38281 1.0625l22.121 24.523c0.28125 0.3125 0.67969 0.49219 1.0977 0.49219s0.81641-0.17969 1.0977-0.49219l22.121-24.523c0.26172-0.28906 0.40234-0.67188 0.38281-1.0625-0.019531-0.39063-0.19141-0.75781-0.48047-1.0195-0.28906-0.26562-0.67188-0.40234-1.0625-0.38281z"></path> 
</svg> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="intro" data-flex-id="b489cf81"> <div class="flex-widgets-container" id="1142977560"></div> 
 <section id="9f66371c" class="flex-element section" data-auto="flex-element-section"> <div id="ce87c441" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="a7db22e7" class="flex-element group" data-auto="flex-element-group"> <div id="b6b07b1f" class="flex-element group" data-auto="flex-element-group"> <div id="51584524" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1497787791"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1497787791" style=""> <h1 class="text-align-center m-text-align-center"><span style="display: unset;"><span style="display: unset;">This Week&rsquo;s</span> 
</span><span style="display: unset; font-style: italic;">Message</span></h1> 
</div> 
</div> 
 <div id="widget_qtr" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="262429024"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="262429024" style=""><p class="text-align-center m-text-align-center"><span style="display: unset;">Watch Sunday&rsquo;s service from Eagle Mountain International Church and grow deeper in God&rsquo;s Word.</span></p></div> 
</div> 
 <div id="widget_an3" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="youtube" data-external-id="476474574"> <div data-element-type="dYouTubeId" class="youtubeExt dmNoMark youtube-padding-fix" id="476474574"> <div class="innerYoutubeExt" id="1704928692"> <iframe id="1351819587" src="https://www.youtube.com/embed/SfRyVM6tUZM?rel=0" frameborder="0" allowfullscreen="" class="" title="YouTube video player"></iframe> 
</div> 
</div> 
</div> 
 <div id="44a3aac5" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1138902828"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1138902828 flexButton button_2" file="false" href="https://www.youtube.com/@eaglemountaintv" data-element-type="dButtonLinkId" id="1138902828" target="_blank"> <span class="iconBg" aria-hidden="true" id="1043197846"> <span class="icon hasFontIcon icon-star" id="1488874672"></span> 
</span> 
 <span class="text" id="1817478145">Message Archive</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1733273820" data-flex-id="d9e6af01"> <div class="flex-widgets-container" id="1339589330"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1003112170" style=""><p class="text-align-center m-text-align-center" style="letter-spacing: 0.23em;"><strong style="text-transform:uppercase;color:var(--color_2);font-weight:bold;display:unset;font-family:'Proxima Nova Bold';">Featured Events</strong></p></div> 
</div> 
 <section id="c294a775" class="flex-element section" data-auto="flex-element-section"> <div id="59b1c522" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="f2cc3e67" class="flex-element group" data-auto="flex-element-group"> <div id="9eb5b5de" class="flex-element group" data-auto="flex-element-group"> <div id="25c3fdf1" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1827855893"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1827855893" style=""> <h1 class="m-text-align-center text-align-center"><span style="display: unset;">Upcoming Events</span></h1> 
</div> 
</div> 
 <div id="e6f1ecf5" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1342247861"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1342247861" style=""><p class="m-text-align-center text-align-center"><span style="display: unset;">There&rsquo;s always something happening on the mountain. Join us for upcoming services, gatherings, and community events.</span></p></div> 
</div> 
 <div id="91d1ae6f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1449261934"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1449261934 flexButton button_2" file="false" href="/events" data-element-type="dButtonLinkId" id="1449261934"> <span class="iconBg" aria-hidden="true" id="1784427050"> <span class="icon hasFontIcon icon-star" id="1324269335"></span> 
</span> 
 <span class="text" id="1873516148">View All Events</span> 
</a> 
</div> 
 <div id="widget_9c6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="custom" data-external-id="2396856595"> <div class="widget-f9d8a0 u_2396856595 dmCustomWidget" data-lazy-load="true" data-title="" id="2396856595" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="f9d8a023a9e54583bcb6bf74be6e150b" data-widget-version="1" data-widget-config="eyJzZWN0aW9uVGl0bGUiOiIiLCJzZWN0aW9uU3VidGl0bGUiOiIiLCJldmVudHMiOlt7ImltYWdlIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5MmY3ODUxL2RtczNyZXAvbXVsdGkvRU1JQystK1dlbGNvbWUrSG9tZSsyMDI2Ky0rU0NSRUVOLnBuZyIsInRhZyI6IiIsInRpdGxlIjoiV2VsY29tZSBIb21lIENlbGVicmF0aW9uIiwiZGF0ZSI6IjIwMjYtMDgtMDJUMTg6MDA6MDAuMDAwWiIsInRpbWUiOiIxMDowMCBBTSDigJMgMTowMCBQTSIsImxvY2F0aW9uIjoiIiwiZGVzY3JpcHRpb24iOiJJZiB5b3XigJlyZSBpbiB0b3duIGJlZm9yZSBvciBhZnRlciB0aGUgU1dCQywgam9pbiB1cyBmb3Igb3VyIHNlcnZpY2VzIGF0IEVNSUMhIFdlIGFsc28gaW52aXRlIHlvdSB0byBvdXIgT25saW5lIENhbXB1cyBXZWxjb21lIEhvbWUgQ2VsZWJyYXRpb24gb24gYm90aCBTdW5kYXlzIGRpcmVjdGx5IGFmdGVyIHNlcnZpY2UuIiwiY3RhVGV4dCI6IlJlZ2lzdGVyIiwidmlzaWJsZUZyb20iOiIiLCJ2aXNpYmxlRnJvbVRpbWUiOiIiLCJ2aXNpYmxlVW50aWwiOiIyMDI2LTA4LTAyVDIyOjM5OjQzLjAwMFoiLCJ2aXNpYmxlVW50aWxUaW1lIjoiIiwiY3RhTGluayI6eyJ2YWx1ZSI6Imh0dHBzOi8vd3d3LmVtaWMub3JnL2V2ZW50cy9kZXRhaWxzP2lkPTM0NDQ4IiwidHlwZSI6InVybCIsImhyZWYiOiJodHRwczovL3d3dy5lbWljLm9yZy9ldmVudHMvZGV0YWlscz9pZD0zNDQ0OCIsInJhd191cmwiOiJodHRwczovL3d3dy5lbWljLm9yZy9ldmVudHMvZGV0YWlscz9pZD0zNDQ0OCIsInRhcmdldCI6bnVsbH19LHsiaW1hZ2UiOiJodHRwczovL2lycC5jZG4td2Vic2l0ZS5jb20vNTkyZjc4NTEvZG1zM3JlcC9tdWx0aS9TV0JDMjYrTWFpbitHcmFwaGljKy0rU2NyZWVuKy0rMTkyMHgxMDgwLmpwZyIsInRhZyI6IiIsInRpdGxlIjoiU291dGh3ZXN0IEJlbGlldmVycycgQ29udmVudGlvbiIsImRhdGUiOiIyMDI2LTA3LTI3VDE4OjAwOjAwLjAwMFoiLCJ0aW1lIjoiIiwibG9jYXRpb24iOiJGb3J0IFdvcnRoIENvbnZlbnRpb24gQ2VudGVyIiwiZGVzY3JpcHRpb24iOiJEb27igJl0IG1pc3MgdGhlIDQ2dGggYW5udWFsIFNvdXRod2VzdCBCZWxpZXZlcnPigJkgQ29udmVudGlvbiwgSnVseSAyNy1BdWcuIDEuIEltbWVyc2UgeW91cnNlbGYgaW4gdGhlIFdvcmQgYWxvbmdzaWRlIHRob3VzYW5kcyBvZiBvdGhlciBiZWxpZXZlcnMgZnJvbSBhcm91bmQgdGhlIHdvcmxkIGFuZCBsZWFybiB0byBhcHBseSBHb2TigJlzIFdvcmQgdG8gZGFpbHkgbGlmZS4iLCJjdGFUZXh0IjoiTW9yZSBJbmZvcm1hdGlvbiIsImN0YUxpbmsiOnsidmFsdWUiOiJodHRwczovL3d3dy5zb3V0aHdlc3RiZWxpZXZlcnNjb252ZW50aW9uLmNvbS8iLCJ0eXBlIjoidXJsIiwiaHJlZiI6Imh0dHBzOi8vd3d3LnNvdXRod2VzdGJlbGlldmVyc2NvbnZlbnRpb24uY29tLyIsInJhd191cmwiOiJodHRwczovL3d3dy5zb3V0aHdlc3RiZWxpZXZlcnNjb252ZW50aW9uLmNvbS8iLCJ0YXJnZXQiOiJfYmxhbmsifSwidmlzaWJsZVVudGlsIjoiMjAyNi0wOC0wMVQxNjowMDowMC4wMDBaIiwidmlzaWJsZUZyb20iOiIyMDI2LTA3LTAxVDIyOjI3OjE3LjAwMFoifSx7ImltYWdlIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5MmY3ODUxL2RtczNyZXAvbXVsdGkvU1dCQytQcmF5ZXIrQ2FsbCsyMDI2Ky0rU2NyZWVucystKzE5MjB4MTA4MC5qcGciLCJ0YWciOiIiLCJ0aXRsZSI6IlNXQkMgUHJheWVyIENhbGwgQ2FtcGFpZ24iLCJkYXRlIjoiMjAyNi0wNy0wNlQxODowMDowMC4wMDBaIiwidGltZSI6IiIsImxvY2F0aW9uIjoiIiwiZGVzY3JpcHRpb24iOiJKb2luIHVzIHZpYSBjb25mZXJlbmNlIGNhbGwgZXZlcnkgd2Vla2RheSBhdCA2OjAwIGEubS4gYW5kIDc6MDAgcC5tLiBmcm9tIEp1bHkgNiAtIDI0IGFzIHdlIGxpZnQgdXAgdGhlIFNvdXRod2VzdCBCZWxpZXZlcnMnIENvbnZlbnRpb24uIExldCdzIHVzZSBvdXIgZmFpdGggZm9yIHRoZSBtb3ZlIG9mIEdvZCBhbmQgdGhlIFNwaXJpdCBvZiBmYWl0aCBhdCB3b3JrIGluIGV2ZXJ5IHBhcnQuIiwiY3RhVGV4dCI6Ik1vcmUgSW5mb3JtYXRpb24iLCJjdGFMaW5rIjp7InZhbHVlIjoiaHR0cHM6Ly93d3cuc291dGh3ZXN0YmVsaWV2ZXJzY29udmVudGlvbi5jb20vIiwidHlwZSI6InVybCIsImhyZWYiOiJodHRwczovL3d3dy5zb3V0aHdlc3RiZWxpZXZlcnNjb252ZW50aW9uLmNvbS8iLCJyYXdfdXJsIjoiaHR0cHM6Ly93d3cuc291dGh3ZXN0YmVsaWV2ZXJzY29udmVudGlvbi5jb20vIiwidGFyZ2V0IjoiX2JsYW5rIn0sInZpc2libGVVbnRpbCI6IjIwMjYtMDctMjRUMTY6MDA6MDAuMDAwWiIsInZpc2libGVGcm9tIjoiMjAyNi0wNy0wMVQyMjoyOToxOS4wMDBaIiwidmlzaWJsZVVudGlsVGltZSI6Ijg6MDAgUE0ifSx7ImltYWdlIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5MmY3ODUxL2RtczNyZXAvbXVsdGkvU0tBKy0rU1dCQystK01BSU4rU0NSRUVOK1dJVEgrREFURVMuanBnIiwidGFnIjoiIiwidGl0bGUiOiJTV0JDIFN1cGVya2lkIEFjYWRlbXkiLCJkYXRlIjoiMjAyNi0wNy0yN1QxODowMDowMC4wMDBaIiwidGltZSI6IiIsImxvY2F0aW9uIjoiRm9ydCBXb3J0aCBDb252ZW50aW9uIENlbnRlciIsImRlc2NyaXB0aW9uIjoiQ2FsbGluZyBhbGwga2lkcyEgR2V0IHJlYWR5IGZvciBmdW4sIGhpZ2gtZW5lcmd5IHNlcnZpY2VzIGNyZWF0ZWQganVzdCBmb3IgeW91LiBBdCBTdXBlcmtpZCBBY2FkZW15LCB5b3XigJlsbCBtYWtlIG5ldyBmcmllbmRzLCBncm93IHN0cm9uZ2VyIGluIEplc3VzIGFuZCBkaXNjb3ZlciBob3cgZmFpdGggd29ya3MgaW4geW91ciBldmVyeWRheSBsaWZlLiBZb3Ugd29u4oCZdCB3YW50IHRvIG1pc3MgaXQhIiwiY3RhVGV4dCI6Ik1vcmUgSW5mb3JtYXRpb24iLCJjdGFMaW5rIjp7InZhbHVlIjoiaHR0cHM6Ly93d3cuZW1pYy5vcmcvc290bTIwMjYvIiwidHlwZSI6InVybCIsImhyZWYiOiJodHRwczovL3d3dy5lbWljLm9yZy9zb3RtMjAyNi8iLCJyYXdfdXJsIjoiaHR0cHM6Ly93d3cuZW1pYy5vcmcvc290bTIwMjYvIiwidGFyZ2V0IjpudWxsfSwidmlzaWJsZVVudGlsIjoiMjAyNi0wNy0zMVQxNjowMDowMC4wMDBaIiwidmlzaWJsZUZyb20iOiIyMDI2LTA3LTAxVDIyOjI4OjA2LjAwMFoifSx7ImltYWdlIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5MmY3ODUxL2RtczNyZXAvbXVsdGkvU09UTSstK1Bhc3RvcitBbCtWZWxleistKzctOC0yNistK1NDUkVFTi5wbmciLCJ0YWciOiIiLCJ0aXRsZSI6IlN1bW1lciBvbiB0aGUgTW91bnRhaW4iLCJkYXRlIjoiMjAyNi0wNy0wOFQxODowMDowMC4wMDBaIiwidGltZSI6Ijc6MDAgUE0g4oCTIDg6MzAgUE0iLCJsb2NhdGlvbiI6IiIsImRlc2NyaXB0aW9uIjoiWW914oCZcmUgaW52aXRlZCB0byBhbiBleGNpdGluZyBzdW1tZXIgZXhwZXJpZW5jZSBhdCBFTUlDISBDb21lIGZvciBhbiBlbmNvdXJhZ2luZyBXb3JkLCBhbmQgc3RheSByaWdodCBhZnRlciBmb3IgZnVuLCBmZWxsb3dzaGlwLCBhbmQgZmFtaWx5LWZyaWVuZGx5IGFjdGl2aXRpZXMgdGhhdCBldmVyeW9uZSB3aWxsIGVuam95LiIsImN0YVRleHQiOiJKb2luIFVzIiwiY3RhTGluayI6eyJ2YWx1ZSI6Imh0dHBzOi8vd3d3LmVtaWMub3JnL3NvdG0yMDI2LyIsInR5cGUiOiJ1cmwiLCJocmVmIjoiaHR0cHM6Ly93d3cuZW1pYy5vcmcvc290bTIwMjYvIiwicmF3X3VybCI6Imh0dHBzOi8vd3d3LmVtaWMub3JnL3NvdG0yMDI2LyIsInRhcmdldCI6bnVsbH0sInZpc2libGVVbnRpbCI6IjIwMjYtMDctMDhUMTY6MDA6MDAuMDAwWiIsInZpc2libGVGcm9tIjoiMjAyNi0wNy0wMVQyMjoyNDowOC4wMDBaIiwidmlzaWJsZUZyb21UaW1lIjoiMTA6MDAgUE0iLCJ2aXNpYmxlVW50aWxUaW1lIjoiMTA6MDAgUE0ifSx7ImltYWdlIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5MmY3ODUxL2RtczNyZXAvbXVsdGkvU09UTSstK1Bhc3RvcitEYXZlK01pdGNoZWxsKy0rNy0xNS0yNistK1NDUkVFTi5wbmciLCJ0YWciOiIiLCJ0aXRsZSI6IlN1bW1lciBvbiB0aGUgTW91bnRhaW4iLCJkYXRlIjoiMjAyNi0wNy0xNVQxODowMDowMC4wMDBaIiwidGltZSI6Ijc6MDAgUE0g4oCTIDg6MzAgUE0iLCJsb2NhdGlvbiI6IiIsImRlc2NyaXB0aW9uIjoiWW914oCZcmUgaW52aXRlZCB0byBhbiBleGNpdGluZyBzdW1tZXIgZXhwZXJpZW5jZSBhdCBFTUlDISBDb21lIGZvciBhbiBlbmNvdXJhZ2luZyBXb3JkLCBhbmQgc3RheSByaWdodCBhZnRlciBmb3IgZnVuLCBmZWxsb3dzaGlwLCBhbmQgZmFtaWx5LWZyaWVuZGx5IGFjdGl2aXRpZXMgdGhhdCBldmVyeW9uZSB3aWxsIGVuam95LiIsImN0YVRleHQiOiJHZXQgVGlja2V0cyIsInZpc2libGVGcm9tIjoiMjAyNi0wNy0wOFQyMjozMjoxOC4wMDBaIiwidmlzaWJsZUZyb21UaW1lIjoiMTA6MDAgUE0iLCJ2aXNpYmxlVW50aWwiOiIyMDI2LTA3LTE1VDIyOjMyOjI4LjAwMFoiLCJ2aXNpYmxlVW50aWxUaW1lIjoiMTA6MDAgUE0iLCJjdGFMaW5rIjp7InZhbHVlIjoiaHR0cHM6Ly93d3cuZW1pYy5vcmcvc290bTIwMjYvIiwidHlwZSI6InVybCIsImhyZWYiOiJodHRwczovL3d3dy5lbWljLm9yZy9zb3RtMjAyNi8iLCJyYXdfdXJsIjoiaHR0cHM6Ly93d3cuZW1pYy5vcmcvc290bTIwMjYvIiwidGFyZ2V0IjpudWxsfX0seyJpbWFnZSI6Imh0dHBzOi8vaXJwLmNkbi13ZWJzaXRlLmNvbS81OTJmNzg1MS9kbXMzcmVwL211bHRpL1JhZGlhbnQrNy05LTI2Ky0rU2NyZWVuKzE5MjB4MTA4MC5wbmciLCJ0YWciOiIiLCJ0aXRsZSI6IlJhZGlhbnQiLCJkYXRlIjoiMjAyNi0wNy0wOVQxODowMDowMC4wMDBaIiwidGltZSI6Ijc6MDAgUE0g4oCTIDk6MDAgUE0iLCJsb2NhdGlvbiI6IiIsImRlc2NyaXB0aW9uIjoiT24gSnVseSA5dGgsIFBhc3RvciBPZ28gd2lsbCBjb25jbHVkZSBoZXIgR3JhY2Ugc2VyaWVzIHdpdGggdGhlIHNlY29uZCBoYWxmIG9mIFBhcnQgMzog4oCcVGhlIEVuZW1pZXMgb2YgR3JhY2Uu4oCdIFRoZW4gd2UnbGwgZmxvdyBpbnRvIGEgc3BlY2lhbCBNaXJhY2xlIFNlcnZpY2UgeW91IHdvbid0IHdhbnQgdG8gbWlzcyEiLCJjdGFUZXh0IjoiUmVnaXN0ZXIiLCJ2aXNpYmxlVW50aWwiOiIyMDI2LTA3LTA5VDE2OjAwOjAwLjAwMFoiLCJ2aXNpYmxlRnJvbSI6IjIwMjYtMDctMDFUMjI6MjU6MTUuMDAwWiIsInZpc2libGVGcm9tVGltZSI6IiIsInZpc2libGVVbnRpbFRpbWUiOiIxMDowMCBQTSIsImN0YUxpbmsiOnsidmFsdWUiOiJodHRwczovL3d3dy5lbWljLm9yZy9zb3RtMjAyNi8iLCJ0eXBlIjoidXJsIiwiaHJlZiI6Imh0dHBzOi8vd3d3LmVtaWMub3JnL3NvdG0yMDI2LyIsInJhd191cmwiOiJodHRwczovL3d3dy5lbWljLm9yZy9zb3RtMjAyNi8iLCJ0YXJnZXQiOm51bGx9fSx7ImltYWdlIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5MmY3ODUxL2RtczNyZXAvbXVsdGkvTWVuLXMrQnJlYWtmYXN0Ky0rNy0xOC0yNistK1NjcmVlbistKzE5MjB4MTA4MC5wbmciLCJ0YWciOiIiLCJ0aXRsZSI6IkJ1aWx0IHRvIExhc3QgTWVuJ3MgQnJlYWtmYXN0IiwiZGF0ZSI6IjIwMjYtMDctMThUMTg6MDA6MDAuMDAwWiIsInRpbWUiOiI4OjAwIEFNIOKAkyAxMDozMCBBTSIsImxvY2F0aW9uIjoiSGVhZHF1YXJ0ZXJzIERpbmluZyBSb29tIiwiZGVzY3JpcHRpb24iOiJEb24ndCBtaXNzIG91ciBuZXh0IE1lbidzIEJyZWFrZmFzdCBhcyB3ZSBjb25jbHVkZSBvdXIgUXVhbGlmaWVkIFNlcmllcyB3aXRoIGEgcG93ZXJmdWwgd29yZCBmcm9tIEVkd2FyZCBHYXJjaWEgb24gdGhlIHRydXRoIGFib3V0IHRoZSBwb3NpdGlvbiBvZiByaWdodGVvdXNuZXNzIHdlIGhhdmUgdGhyb3VnaCB0aGUgYmxvb2Qgb2YgSmVzdXMhIiwiY3RhVGV4dCI6IkdldCBUaWNrZXRzIiwidmlzaWJsZUZyb20iOiIyMDI2LTA3LTA4VDIyOjQ3OjA5LjAwMFoiLCJ2aXNpYmxlRnJvbVRpbWUiOiIiLCJ2aXNpYmxlVW50aWwiOiIyMDI2LTA3LTE4VDIyOjQ1OjIzLjAwMFoiLCJ2aXNpYmxlVW50aWxUaW1lIjoiMTA6MzAgQU0iLCJjdGFMaW5rIjp7InZhbHVlIjoiaHR0cHM6Ly93d3cuZW1pYy5vcmcvZXZlbnRzL2RldGFpbHM/aWQ9MzE3MTciLCJ0eXBlIjoidXJsIiwiaHJlZiI6Imh0dHBzOi8vd3d3LmVtaWMub3JnL2V2ZW50cy9kZXRhaWxzP2lkPTMxNzE3IiwicmF3X3VybCI6Imh0dHBzOi8vd3d3LmVtaWMub3JnL2V2ZW50cy9kZXRhaWxzP2lkPTMxNzE3IiwidGFyZ2V0IjpudWxsfX1dLCJhdXRvU2Nyb2xsRW5hYmxlZCI6dHJ1ZSwiYXV0b1Njcm9sbEludGVydmFsIjoiNDAwMCJ9"> <div class="events-widget"> <div class="carousel-wrapper"> <button class="carousel-btn carousel-btn--prev" aria-label="Previous event"> <svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 18l-6-6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> 
</svg> 
</button> 
 <div class="carousel-track-container"> <div class="carousel-track"> <div class="event-card"> <div class="event-image-wrap"><img class="event-image" src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/EMIC+-+Welcome+Home+2026+-+SCREEN-1920w.png" alt="Welcome Home Celebration" onerror="handleImageLoadError(this)"/></div> 
 <div class="event-body"> <div class="event-date"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="3" y="4" width="18" height="18" rx="2" stroke="currentColor" stroke-width="1.5"></rect> 
 <path d="M3 9h18M8 2v4M16 2v4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>Aug 02, 2026</span> 
</div> 
 <div class="event-time"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="1.5"></circle> 
 <path d="M12 7v5l3 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>10:00 AM &ndash; 1:00 PM</span> 
</div> 
 <h3 class="event-title">Welcome Home Celebration</h3> 
 <p class="event-description">If you&rsquo;re in town before or after the SWBC, join us for our services at EMIC! We also invite you to our Online Campus Welcome Home Celebration on both Sundays directly after service.</p> 
 <div class="event-cta"> <a value="https://www.emic.org/events/details?id=34448" type="url" href="https://www.emic.org/events/details?id=34448" raw_url="https://www.emic.org/events/details?id=34448"> <div class="dmWidget event-btn"> <span class="text">Register</span> 
 <span class="iconBg"></span> 
</div> 
</a> 
</div> 
</div> 
</div> 
 <div class="event-card"> <div class="event-image-wrap"><img class="event-image" src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/SWBC26+Main+Graphic+-+Screen+-+1920x1080-1920w.jpg" alt="Southwest Believers' Convention" onerror="handleImageLoadError(this)"/></div> 
 <div class="event-body"> <div class="event-date"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="3" y="4" width="18" height="18" rx="2" stroke="currentColor" stroke-width="1.5"></rect> 
 <path d="M3 9h18M8 2v4M16 2v4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>Jul 27, 2026</span> 
</div> 
 <h3 class="event-title">Southwest Believers' Convention</h3> 
 <div class="event-location"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z" stroke="currentColor" stroke-width="1.5"></path> 
 <circle cx="12" cy="9" r="2.5" stroke="currentColor" stroke-width="1.5"></circle> 
</svg> 
 <span>Fort Worth Convention Center</span> 
</div> 
 <p class="event-description">Don&rsquo;t miss the 46th annual Southwest Believers&rsquo; Convention, July 27-Aug. 1. Immerse yourself in the Word alongside thousands of other believers from around the world and learn to apply God&rsquo;s Word to daily life.</p> 
 <div class="event-cta"> <a value="https://www.southwestbelieversconvention.com/" type="url" href="https://www.southwestbelieversconvention.com/" raw_url="https://www.southwestbelieversconvention.com/" target="_blank"> <div class="dmWidget event-btn"> <span class="text">More Information</span> 
 <span class="iconBg"></span> 
</div> 
</a> 
</div> 
</div> 
</div> 
 <div class="event-card"> <div class="event-image-wrap"><img class="event-image" src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/SWBC+Prayer+Call+2026+-+Screens+-+1920x1080-1920w.jpg" alt="SWBC Prayer Call Campaign" onerror="handleImageLoadError(this)"/></div> 
 <div class="event-body"> <div class="event-date"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="3" y="4" width="18" height="18" rx="2" stroke="currentColor" stroke-width="1.5"></rect> 
 <path d="M3 9h18M8 2v4M16 2v4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>Jul 06, 2026</span> 
</div> 
 <h3 class="event-title">SWBC Prayer Call Campaign</h3> 
 <p class="event-description">Join us via conference call every weekday at 6:00 a.m. and 7:00 p.m. from July 6 - 24 as we lift up the Southwest Believers' Convention. Let's use our faith for the move of God and the Spirit of faith at work in every part.</p> 
 <div class="event-cta"> <a value="https://www.southwestbelieversconvention.com/" type="url" href="https://www.southwestbelieversconvention.com/" raw_url="https://www.southwestbelieversconvention.com/" target="_blank"> <div class="dmWidget event-btn"> <span class="text">More Information</span> 
 <span class="iconBg"></span> 
</div> 
</a> 
</div> 
</div> 
</div> 
 <div class="event-card"> <div class="event-image-wrap"><img class="event-image" src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/SKA+-+SWBC+-+MAIN+SCREEN+WITH+DATES-1920w.jpg" alt="SWBC Superkid Academy" onerror="handleImageLoadError(this)"/></div> 
 <div class="event-body"> <div class="event-date"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="3" y="4" width="18" height="18" rx="2" stroke="currentColor" stroke-width="1.5"></rect> 
 <path d="M3 9h18M8 2v4M16 2v4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>Jul 27, 2026</span> 
</div> 
 <h3 class="event-title">SWBC Superkid Academy</h3> 
 <div class="event-location"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z" stroke="currentColor" stroke-width="1.5"></path> 
 <circle cx="12" cy="9" r="2.5" stroke="currentColor" stroke-width="1.5"></circle> 
</svg> 
 <span>Fort Worth Convention Center</span> 
</div> 
 <p class="event-description">Calling all kids! Get ready for fun, high-energy services created just for you. At Superkid Academy, you&rsquo;ll make new friends, grow stronger in Jesus and discover how faith works in your everyday life. You won&rsquo;t want to miss it!</p> 
 <div class="event-cta"> <a value="https://www.emic.org/sotm2026/" type="url" href="https://www.emic.org/sotm2026/" raw_url="https://www.emic.org/sotm2026/"> <div class="dmWidget event-btn"> <span class="text">More Information</span> 
 <span class="iconBg"></span> 
</div> 
</a> 
</div> 
</div> 
</div> 
 <div class="event-card"> <div class="event-image-wrap"><img class="event-image" src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/SOTM+-+Pastor+Al+Velez+-+7-8-26+-+SCREEN-1920w.png" alt="Summer on the Mountain" onerror="handleImageLoadError(this)"/></div> 
 <div class="event-body"> <div class="event-date"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="3" y="4" width="18" height="18" rx="2" stroke="currentColor" stroke-width="1.5"></rect> 
 <path d="M3 9h18M8 2v4M16 2v4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>Jul 08, 2026</span> 
</div> 
 <div class="event-time"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="1.5"></circle> 
 <path d="M12 7v5l3 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>7:00 PM &ndash; 8:30 PM</span> 
</div> 
 <h3 class="event-title">Summer on the Mountain</h3> 
 <p class="event-description">You&rsquo;re invited to an exciting summer experience at EMIC! Come for an encouraging Word, and stay right after for fun, fellowship, and family-friendly activities that everyone will enjoy.</p> 
 <div class="event-cta"> <a value="https://www.emic.org/sotm2026/" type="url" href="https://www.emic.org/sotm2026/" raw_url="https://www.emic.org/sotm2026/"> <div class="dmWidget event-btn"> <span class="text">Join Us</span> 
 <span class="iconBg"></span> 
</div> 
</a> 
</div> 
</div> 
</div> 
 <div class="event-card"> <div class="event-image-wrap"><img class="event-image" src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/SOTM+-+Pastor+Dave+Mitchell+-+7-15-26+-+SCREEN-1920w.png" alt="Summer on the Mountain" onerror="handleImageLoadError(this)"/></div> 
 <div class="event-body"> <div class="event-date"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="3" y="4" width="18" height="18" rx="2" stroke="currentColor" stroke-width="1.5"></rect> 
 <path d="M3 9h18M8 2v4M16 2v4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>Jul 15, 2026</span> 
</div> 
 <div class="event-time"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="1.5"></circle> 
 <path d="M12 7v5l3 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>7:00 PM &ndash; 8:30 PM</span> 
</div> 
 <h3 class="event-title">Summer on the Mountain</h3> 
 <p class="event-description">You&rsquo;re invited to an exciting summer experience at EMIC! Come for an encouraging Word, and stay right after for fun, fellowship, and family-friendly activities that everyone will enjoy.</p> 
 <div class="event-cta"> <a value="https://www.emic.org/sotm2026/" type="url" href="https://www.emic.org/sotm2026/" raw_url="https://www.emic.org/sotm2026/"> <div class="dmWidget event-btn"> <span class="text">Get Tickets</span> 
 <span class="iconBg"></span> 
</div> 
</a> 
</div> 
</div> 
</div> 
 <div class="event-card"> <div class="event-image-wrap"><img class="event-image" src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/Radiant+7-9-26+-+Screen+1920x1080-1920w.png" alt="Radiant" onerror="handleImageLoadError(this)"/></div> 
 <div class="event-body"> <div class="event-date"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="3" y="4" width="18" height="18" rx="2" stroke="currentColor" stroke-width="1.5"></rect> 
 <path d="M3 9h18M8 2v4M16 2v4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>Jul 09, 2026</span> 
</div> 
 <div class="event-time"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="1.5"></circle> 
 <path d="M12 7v5l3 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>7:00 PM &ndash; 9:00 PM</span> 
</div> 
 <h3 class="event-title">Radiant</h3> 
 <p class="event-description">On July 9th, Pastor Ogo will conclude her Grace series with the second half of Part 3: &ldquo;The Enemies of Grace.&rdquo; Then we'll flow into a special Miracle Service you won't want to miss!</p> 
 <div class="event-cta"> <a value="https://www.emic.org/sotm2026/" type="url" href="https://www.emic.org/sotm2026/" raw_url="https://www.emic.org/sotm2026/"> <div class="dmWidget event-btn"> <span class="text">Register</span> 
 <span class="iconBg"></span> 
</div> 
</a> 
</div> 
</div> 
</div> 
 <div class="event-card"> <div class="event-image-wrap"><img class="event-image" src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/Men-s+Breakfast+-+7-18-26+-+Screen+-+1920x1080-1920w.png" alt="Built to Last Men's Breakfast" onerror="handleImageLoadError(this)"/></div> 
 <div class="event-body"> <div class="event-date"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="3" y="4" width="18" height="18" rx="2" stroke="currentColor" stroke-width="1.5"></rect> 
 <path d="M3 9h18M8 2v4M16 2v4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>Jul 18, 2026</span> 
</div> 
 <div class="event-time"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="1.5"></circle> 
 <path d="M12 7v5l3 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> 
</svg> 
 <span>8:00 AM &ndash; 10:30 AM</span> 
</div> 
 <h3 class="event-title">Built to Last Men's Breakfast</h3> 
 <div class="event-location"> <svg class="event-icon" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z" stroke="currentColor" stroke-width="1.5"></path> 
 <circle cx="12" cy="9" r="2.5" stroke="currentColor" stroke-width="1.5"></circle> 
</svg> 
 <span>Headquarters Dining Room</span> 
</div> 
 <p class="event-description">Don't miss our next Men's Breakfast as we conclude our Qualified Series with a powerful word from Edward Garcia on the truth about the position of righteousness we have through the blood of Jesus!</p> 
 <div class="event-cta"> <a value="https://www.emic.org/events/details?id=31717" type="url" href="https://www.emic.org/events/details?id=31717" raw_url="https://www.emic.org/events/details?id=31717"> <div class="dmWidget event-btn"> <span class="text">Get Tickets</span> 
 <span class="iconBg"></span> 
</div> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <button class="carousel-btn carousel-btn--next" aria-label="Next event"> <svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9 18l6-6-6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> 
</svg> 
</button> 
</div> 
 <div class="carousel-dots"></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1227251776" data-flex-id="035b0bc1"> <div class="flex-widgets-container" id="1711231387"></div> 
 <section id="69f194e2" class="flex-element section" data-auto="flex-element-section"> <div id="47a35b77" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="808f924c" class="flex-element group" data-auto="flex-element-group"> <div id="2959b924" class="flex-element group" data-auto="flex-element-group"> <div id="318ea642" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1543256720"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1543256720" style=""><p class="text-align-left m-text-align-center" style="letter-spacing: 0.23em;"><strong style="text-transform:uppercase;color:var(--color_2);font-weight:bold;display:unset;font-family:'Proxima Nova Bold';">Meet the pastors</strong></p></div> 
</div> 
 <div id="9add10c8" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1176090995"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1176090995" style=""> <h2 class="m-text-align-center"><span style="display: unset;"><span style="display: unset;">Meet Pastors</span> 
</span><span style="display: unset; font-style: italic;">George &amp; Terri</span></h2> 
</div> 
</div> 
 <div id="fd7616b0" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1735201623"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1735201623" style=""><p class="m-text-align-center"><span style="display: initial;">Pastors George and Terri Pearsons have served in ministry together for nearly 50 years and have led Eagle Mountain International Church since 1993.</span></p><p class="m-text-align-center"><br/></p><p class="m-text-align-center"><span style="display: initial;">Pastor George teaches God&rsquo;s Word with clarity and conviction, helping people build strong faith. Pastor Terri carries a deep passion for prayer, helping people encounter God and understand who they are in Christ.</span></p><p class="m-text-align-center"><span style="display: initial;"><br/></span></p><p class="m-text-align-center"><span style="display: initial;">Together, they are committed to discipling believers, strengthening families, and raising up people to live victoriously in every area of life.<br/></span></p></div> 
</div> 
 <div id="1094fa4c" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1566834363"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1566834363 flexButton button_2" file="false" href="/meet-pastors-george-and-terri" data-element-type="dButtonLinkId" id="1566834363"> <span class="iconBg" aria-hidden="true" id="1725717566"> <span class="icon hasFontIcon icon-star" id="1456657120"></span> 
</span> 
 <span class="text" id="1807986417">Learn More</span> 
</a> 
</div> 
</div> 
 <div id="5a7d0d79" class="flex-element group" data-auto="flex-element-group"> <div id="de2014d7" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1334989914"> <div class="imageWidget align-center u_1334989914" data-element-type="image" data-widget-type="image" id="1334989914"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/PG_PT-meet-pastors-1e01d356-722h.png" id="1523571494" class="" width="1616" height="2324" data-dm-image-path="https://irp.cdn-website.com/592f7851/dms3rep/multi/PG_PT-meet-pastors-1e01d356.png" alt="Senior Pastors George and Terri Pearsons" onerror="handleImageLoadError(this)"/></div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-auto="flex-section" id="1475547138" data-flex-id="a023db6d" data-layout-section="" class="" data-hidden-on-mobile="true" data-hidden-on-desktop="true"> <div class="flex-widgets-container" id="1466657747"></div> 
 <section id="843f9a6e" class="flex-element section" data-auto="flex-element-section"> <div id="45110ce4" class="flex-element grid hasExtraLayerOverlay relativePos" data-auto="flex-element-grid" data-layout-grid="" data-video-bg="eyJzcmMiOiJodHRwczovL3ZpZC5jZG4td2Vic2l0ZS5jb20vNTkyZjc4NTEvdmlkZW9zLzE3ZVh1dVZPUVRDS29jeVo3M0ljX3Blb3BsZS1saWZ0aW5nLXRoZWlyLWhhbmRzLWluLXdvcnNoaXAtYXQtYS1jaHVyY2gtMjAyNi0wMS0yMi0wNS0yNy00OC11dGMtdi5tcDQiLCJpZCI6Imh0dHBzOi8vdmlkLmNkbi13ZWJzaXRlLmNvbS81OTJmNzg1MS92aWRlb3MvMTdlWHV1Vk9RVENLb2N5WjczSWNfcGVvcGxlLWxpZnRpbmctdGhlaXItaGFuZHMtaW4td29yc2hpcC1hdC1hLWNodXJjaC0yMDI2LTAxLTIyLTA1LTI3LTQ4LXV0Yy12Lm1wNCIsInByb3ZpZGVyIjoiY2RuIiwiZW1iZWQiOiJodHRwczovL3ZpZC5jZG4td2Vic2l0ZS5jb20vNTkyZjc4NTEvdmlkZW9zLzE3ZVh1dVZPUVRDS29jeVo3M0ljX3Blb3BsZS1saWZ0aW5nLXRoZWlyLWhhbmRzLWluLXdvcnNoaXAtYXQtYS1jaHVyY2gtMjAyNi0wMS0yMi0wNS0yNy00OC11dGMtdi5tcDQiLCJyYXRpbyI6MC41NjI1LCJ0aHVtYm5haWwiOiJodHRwczovL2lycC5jZG4td2Vic2l0ZS5jb20vNTkyZjc4NTEvZG1zM3JlcC9tdWx0aS8xN2VYdXVWT1FUQ0tvY3laNzNJY19wZW9wbGUtbGlmdGluZy10aGVpci1oYW5kcy1pbi13b3JzaGlwLWF0LWEtY2h1cmNoLTIwMjYtMDEtMjItMDUtMjctNDgtdXRjLnYyLjAwMDAwMDAuanBnIiwic3VwcG9ydEJnT25Nb2JpbGUiOnRydWUsInN1cHBvcnRCZ0xvb3AiOnRydWUsInZpZGVvVXJsIjoiaHR0cHM6Ly92aWQuY2RuLXdlYnNpdGUuY29tLzU5MmY3ODUxL3ZpZGVvcy8xN2VYdXVWT1FUQ0tvY3laNzNJY19wZW9wbGUtbGlmdGluZy10aGVpci1oYW5kcy1pbi13b3JzaGlwLWF0LWEtY2h1cmNoLTIwMjYtMDEtMjItMDUtMjctNDgtdXRjLXYubXA0IiwicG9zdGVyIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5MmY3ODUxL2RtczNyZXAvbXVsdGkvMTdlWHV1Vk9RVENLb2N5WjczSWNfcGVvcGxlLWxpZnRpbmctdGhlaXItaGFuZHMtaW4td29yc2hpcC1hdC1hLWNodXJjaC0yMDI2LTAxLTIyLTA1LTI3LTQ4LXV0Yy52Mi4wMDAwMDAwLmpwZyJ9" data-hover-effect="none" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIn19" data-video-init="true"> <div class="videobgwrapper video-ssr" data-ratio="0.5625"> <video autoplay="autoplay" playsinline="playsinline" muted="muted" loop="loop" class="videobgframe" poster="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/17eXuuVOQTCKocyZ73Ic_people-lifting-their-hands-in-worship-at-a-church-2026-01-22-05-27-48-utc.v2.0000000-1920w.jpg" src="https://vid.cdn-website.com/592f7851/videos/17eXuuVOQTCKocyZ73Ic_people-lifting-their-hands-in-worship-at-a-church-2026-01-22-05-27-48-utc-v.mp4" style="object-position: 50% 50%" id="videobgframe-45110ce4"></video> 
</div> 
 <div class="bgExtraLayerOverlay"></div> 
 <div id="d957354b" class="flex-element group" data-auto="flex-element-group" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIiwiYW5pbWF0aW9uIjpudWxsfX0=" data-hidden-on-tablet="" data-hidden-on-mobile="" data-hidden-on-desktop=""> <div id="689780d5" class="flex-element group" data-auto="flex-element-group"> <div id="92eda44d" class="flex-element group" data-auto="flex-element-group"> <div id="a29d62e4" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1551694298"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1551694298" style=""><p class="text-align-left m-text-align-center" style="letter-spacing: 0.23em;"><span style="text-transform: uppercase; color: rgb(255, 255, 255); display: unset;">Eagle Mountain International Church</span></p></div> 
</div> 
 <div id="2fe876ae" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1832501415"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1832501415" style=""><p class="m-text-align-center text-align-left m-size-40 t-size-60 size-72" style="line-height: 1.2;"><span class="font-size-72 t-font-size-60 m-font-size-40" style="text-transform:none;color:rgb(255, 255, 255);font-weight:400;display:unset;font-family:'Playfair Display', 'Playfair Display Fallback';">Your Spiritual Home in the Dallas-Fort Worth Area</span></p></div> 
</div> 
 <div id="38621c76" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1062695231"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1062695231" style=""><p class="text-align-left m-text-align-center"><span style="color: rgb(255, 255, 255); display: unset;">A vibrant, faith-centered community where you can plan your visit, watch live, discover God&rsquo;s purpose for your life, and connect with others.</span></p></div> 
</div> 
</div> 
 <div id="6fed5e15" class="flex-element group" data-auto="flex-element-group"> <div id="7e563a06" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1308833362"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1308833362 flexButton" file="false" href="/" data-element-type="dButtonLinkId" id="1308833362"> <span class="iconBg" aria-hidden="true" id="1333599294"> <span class="icon hasFontIcon icon-star" id="1458677978"></span> 
</span> 
 <span class="text" id="1830267146">Plan Your Visit</span> 
</a> 
</div> 
 <div id="72d3560e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1960557794"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1960557794 flexButton" file="false" href="/" data-element-type="dButtonLinkId" id="1960557794"> <span class="iconBg" aria-hidden="true" id="1324120658"> <span class="icon hasFontIcon icon-star" id="1945761191"></span> 
</span> 
 <span class="text" id="1052549263">Watch Live Now</span> 
</a> 
</div> 
 <div id="8d9f6656" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1937422761"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1937422761 flexButton" file="false" href="/" data-element-type="dButtonLinkId" id="1937422761"> <span class="iconBg" aria-hidden="true" id="1786395004"> <span class="icon hasFontIcon icon-star" id="1539026731"></span> 
</span> 
 <span class="text" id="1926771445">Upcoming Events</span> 
</a> 
</div> 
</div> 
</div> 
 <div id="ee80d3dd" class="flex-element group" data-auto="flex-element-group" data-hidden-on-tablet="" data-hidden-on-mobile=""> <div id="2125fc12" class="flex-element group" data-auto="flex-element-group"> <div id="ae3d64a1" class="flex-element group" data-auto="flex-element-group"></div> 
 <div id="5d1b4840" class="flex-element group" data-auto="flex-element-group"></div> 
</div> 
 <div id="a5ae522a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="graphic" data-keep-proportion="true" data-external-id="1299639928"> <div class="graphicWidget graphicWidgetV2 graphicWidgetV3 u_1299639928" data-element-type="graphic" data-widget-type="graphic" id="1299639928" data-hover-effect="float"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1870377115" class="svg u_1870377115" data-icon-custom="true"> <title id="1496728468">Downward chevron icon inside a black-outlined circle on a white background</title> 
 <path d="m50 2.9414c-25.973 0-47.059 21.09-47.059 47.059 0 25.973 21.086 47.059 47.059 47.059s47.059-21.086 47.059-47.059-21.086-47.059-47.059-47.059zm0 2.9453c24.383 0 44.117 19.734 44.117 44.117 0 24.383-19.734 44.117-44.117 44.117s-44.117-19.734-44.117-44.117c0-24.383 19.734-44.117 44.117-44.117zm22.059 32.957v-0.003906c-0.39062 0.019531-0.75781 0.19531-1.0195 0.48828l-21.039 23.309-21.039-23.309c-0.26172-0.28906-0.62891-0.46484-1.0195-0.48438s-0.77344 0.11719-1.0625 0.37891c-0.28906 0.26172-0.46484 0.62891-0.48047 1.0195-0.019532 0.39062 0.11719 0.77344 0.38281 1.0625l22.121 24.523c0.28125 0.3125 0.67969 0.49219 1.0977 0.49219s0.81641-0.17969 1.0977-0.49219l22.121-24.523c0.26172-0.28906 0.40234-0.67188 0.38281-1.0625-0.019531-0.39063-0.19141-0.75781-0.48047-1.0195-0.28906-0.26562-0.67188-0.40234-1.0625-0.38281z"></path> 
</svg> 
</div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1639132443" data-flex-id="7f03c9fb" class="" data-hidden-on-tablet="true" data-hidden-on-desktop="true"> <div class="flex-widgets-container" id="1588204316"></div> 
 <section id="86b1eac8" class="flex-element section" data-auto="flex-element-section"> <div id="cd0e9bb4" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="335fa4bb" class="flex-element group" data-auto="flex-element-group" data-hidden-on-tablet="" data-hidden-on-mobile="" data-hidden-on-desktop=""> <div id="7a026a91" class="flex-element group" data-auto="flex-element-group" data-hover-effect="none" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIn19"> <div id="group_9cq" class="flex-element group" data-auto="flex-element-group"></div> 
</div> 
 <div id="7c939cec" class="flex-element group" data-auto="flex-element-group"> <div id="88f2741b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1785831287"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1785831287" style=""><p class="m-text-align-center text-align-left" style="letter-spacing: 0.23em;"><span style="display: unset; color: var(--color_2); text-transform: uppercase;">Plan Your Visit</span></p></div> 
</div> 
 <div id="19d4e779" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1963399253"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1963399253" style=""> <h1 class="text-align-left m-text-align-center"><span style="display: unset;">We Can&rsquo;t Wait to Meet You!</span></h1> 
</div> 
</div> 
 <div id="2eb8552c" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1634173770"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1634173770" style=""><p class="m-text-align-center text-align-left"><span style="display: unset;">Whether you have a question, need prayer, or want to learn more about Eagle Mountain International Church, we&rsquo;d love to hear from you. Our team is here to support you and help you take your next step.</span></p></div> 
</div> 
 <div id="7b19f3e5" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1602843441"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1602843441 flexButton button_2" file="false" href="/" data-element-type="dButtonLinkId" id="1602843441"> <span class="iconBg" aria-hidden="true" id="1912961141"> <span class="icon hasFontIcon icon-star" id="1571301099"></span> 
</span> 
 <span class="text" id="1990512711">Plan Your Visit</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1734666958" data-flex-id="3c7c96af" class="" data-hidden-on-mobile="true"> <div class="flex-widgets-container" id="1670306785"></div> 
 <section id="0c0ac7a4" class="flex-element section" data-auto="flex-element-section"> <div id="f937df0a" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="7d5c2567" class="flex-element group" data-auto="flex-element-group" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile=""> <div id="22775761" class="flex-element group" data-auto="flex-element-group"> <div id="49200526" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1830021897"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1830021897" style=""><p class="m-text-align-center text-align-left" style="letter-spacing: 0.23em;"><span style="display: unset; color: rgb(255, 255, 255); text-transform: uppercase;">Lorem ipsum dolor sit amet</span></p></div> 
</div> 
 <div id="widget_562" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1091072549"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1091072549" style=""> <h2 class="text-align-left m-text-align-center"><span style="display: unset; color: rgb(255, 255, 255);">Lorem ipsum dolor sit amet</span></h2> 
</div> 
</div> 
 <div id="widget_4mp" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="622145080"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="622145080" style=""><p class="text-align-left m-text-align-center"><span style="display: unset; color: rgb(255, 255, 255);">Praesent quis orci sit amet ante facilisis suscipit. Integer in eros molestie, ultricies arcu ac, cursus quam. Nulla facilisi. Ut egestas semper magna ac condimentum. Aliquam erat volutpat. Sed bibendum sollicitudin orci, at viverra metus vehicula sed.</span></p></div> 
</div> 
 <div id="34b416fc" class="flex-element group" data-auto="flex-element-group"> <div id="ecace27d" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1203211105"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1203211105 flexButton" file="false" href="/" data-element-type="dButtonLinkId" id="1203211105"> <span class="iconBg" aria-hidden="true" id="1369687833"> <span class="icon hasFontIcon icon-star" id="1793106692"></span> 
</span> 
 <span class="text" id="1252730503">Lorem Ipsum</span> 
</a> 
</div> 
 <div id="7a540c25" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1100901636"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1100901636 flexButton button_2" file="false" href="/" data-element-type="dButtonLinkId" id="1100901636"> <span class="iconBg" aria-hidden="true" id="1595085654"> <span class="icon hasFontIcon icon-star" id="1965633898"></span> 
</span> 
 <span class="text" id="1071307904">Lorem Ipsum</span> 
</a> 
</div> 
</div> 
</div> 
 <div id="group_2bt" class="flex-element group" data-auto="flex-element-group"> <div id="86190c6a" class="flex-element group" data-auto="flex-element-group"></div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1172442089" data-flex-id="928554c2" class="" data-hidden-on-mobile="true"> <div class="flex-widgets-container" id="1945442878"></div> 
 <section id="9f04f659" class="flex-element section" data-auto="flex-element-section"> <div id="17cbac02" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="289d66aa" class="flex-element group" data-auto="flex-element-group" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile=""> <div id="853429ce" class="flex-element group" data-auto="flex-element-group"> <div id="a8d00c14" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1659716262"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1659716262" style=""><p class="m-text-align-center text-align-center" style="letter-spacing: 0.23em;"><strong style="text-transform:uppercase;color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:'Proxima Nova Bold';">Ministries</strong></p></div> 
</div> 
 <div id="aeaee13b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1278266459"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1278266459" style=""> <h2 class="text-align-center m-text-align-center"><span style="display: unset; color: rgb(255, 255, 255);">Grow. Connect. Belong.</span></h2> 
</div> 
</div> 
 <div id="widget_8vo" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1716987173"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1716987173" style=""><p class="m-text-align-center text-align-center"><span style="display: unset; color: rgb(255, 255, 255);">There&rsquo;s a place for everyone here&hellip;where every generation learns God&rsquo;s Word, lives by faith, and grows stronger together.&nbsp;</span></p></div> 
</div> 
</div> 
 <div id="e31e6e42" class="flex-element group" data-auto="flex-element-group"> <div id="group_3rq" class="flex-element group" data-auto="flex-element-group"> <div id="group_uff" class="flex-element group" data-auto="flex-element-group"> <div id="bfdbe363" class="flex-element group" data-auto="flex-element-group" data-hover-effect="move-top" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIn19"> <div id="widget_n9u" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="4024877726"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="4024877726" style=""> <h3 class="m-size-32 text-align-center"><span class="m-font-size-32" m-font-size-set="true" style="display: unset; color: rgb(255, 255, 255); text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;">Box 1</span></h3> 
</div> 
</div> 
</div> 
 <div id="1d85a2a7" class="flex-element group" data-auto="flex-element-group"> <div id="f7bbf156" class="flex-element group" data-auto="flex-element-group" data-hover-effect="move-top" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIn19"> <div id="29abc11a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1507738819"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1507738819" style=""> <h3 class="text-align-center m-size-32"><span class="m-font-size-32" m-font-size-set="true" style="text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px; color: rgb(255, 255, 255); display: unset;">Box 2</span></h3> 
</div> 
</div> 
</div> 
 <div id="949cf8ed" class="flex-element group" data-auto="flex-element-group" data-hover-effect="move-top" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIn19"> <div id="35985353" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1864918377"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1864918377" style=""> <h3 class="text-align-center m-size-32"><span class="m-font-size-32" m-font-size-set="true" style="text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px; color: rgb(255, 255, 255); display: unset;">Box 3</span></h3> 
</div> 
</div> 
</div> 
 <div id="47618d6e" class="flex-element group" data-auto="flex-element-group" data-hover-effect="move-top" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIn19"> <div id="65f1f3f2" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1074663079"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1074663079" style=""> <h3 class="text-align-center m-size-32"><span class="m-font-size-32" m-font-size-set="true" style="text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px; color: rgb(255, 255, 255); display: unset;">Box 4</span></h3> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div id="cdd72cc4" class="flex-element group" data-auto="flex-element-group"> <div id="60dd1d92" class="flex-element group" data-auto="flex-element-group"> <div id="f94db3b4" class="flex-element group" data-auto="flex-element-group" data-hover-effect="move-top" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIn19"> <div id="00d513df" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1687986345"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1687986345" style=""> <h3 class="m-size-32 text-align-center"><span class="m-font-size-32" m-font-size-set="true" style="display: unset; color: rgb(255, 255, 255); text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;">Box 5</span></h3> 
</div> 
</div> 
</div> 
 <div id="76ca6d14" class="flex-element group" data-auto="flex-element-group" data-hover-effect="move-top" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIn19"> <div id="51dcd257" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1801474467"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1801474467" style=""> <h3 class="text-align-center m-size-32"><span class="m-font-size-32" m-font-size-set="true" style="text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px; color: rgb(255, 255, 255); display: unset;">Box 6</span></h3> 
</div> 
</div> 
</div> 
</div> 
 <div id="ccadf445" class="flex-element group" data-auto="flex-element-group" data-hover-effect="move-top" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIn19"> <div id="f357e9d8" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1851339290"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1851339290" style=""> <h3 class="text-align-center m-size-32"><span class="m-font-size-32" m-font-size-set="true" style="text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px; color: rgb(255, 255, 255); display: unset;">Box 7</span></h3> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1839293857" data-flex-id="6c5b9ebb"> <div class="flex-widgets-container" id="1707838865"></div> 
 <section id="c9733988" class="flex-element section" data-auto="flex-element-section"> <div id="3d0b0834" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="f9ae4b2c" class="flex-element group" data-auto="flex-element-group"> <div id="b20ab249" class="flex-element group" data-auto="flex-element-group"> <div id="8af0db77" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1296820052"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1296820052" style=""><p class="m-text-align-center text-align-center" style="letter-spacing: 0.23em;"><strong style="text-transform:uppercase;color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:'Proxima Nova Bold';">Ministries</strong></p></div> 
</div> 
 <div id="55b13440" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1641747878"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1641747878" style=""> <h2 class="text-align-center m-text-align-center"><span style="display: unset; color: rgb(255, 255, 255);">Grow. Connect. Belong.</span></h2> 
</div> 
</div> 
 <div id="041da7e6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1070041337"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1070041337" style=""><p class="m-text-align-center text-align-center"><span style="display: unset; color: rgb(255, 255, 255);">There&rsquo;s a place for everyone here&hellip;where every generation learns God&rsquo;s Word, lives by faith, and grows stronger together.&nbsp;</span></p></div> 
</div> 
 <div id="widget_do0" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="custom" data-external-id="2261394649"> <div class="widget-826630 u_2261394649 dmCustomWidget" data-lazy-load="true" data-title="" id="2261394649" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="8266302885a5425d959296a7326c64ad" data-widget-version="1" data-widget-config="eyJzZWN0aW9uVGl0bGUiOiIiLCJzZWN0aW9uU3VidGl0bGUiOiIiLCJjYXJkcyI6W3siaWNvbiI6IiIsInRpdGxlIjoiS2lkcyIsInRhZ2xpbmUiOiJDbGljayB0byBsZWFybiBtb3JlIiwiZGVzY3JpcHRpb24iOiJGYWl0aCBmb3IgdGhlIG5leHQgZ2VuZXJhdGlvbi48YnI+QSBzYWZlIHBsYWNlIGZvciBzdHVkZW50cyB0byBsZWFybiBHb2TigJlzIFdvcmQgYW5kIGRldmVsb3AgdGhlaXIgZmFpdGguIiwiY3RhVGV4dCI6IkxlYXJuIE1vcmUiLCJjdGFMaW5rIjp7InZhbHVlIjoia2lkcyIsImxhYmVsIjoiIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL2tpZHMiLCJyYXdfdXJsIjoiL3NpdGUvNTkyZjc4NTEva2lkcz9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn0sImNhcmRMaW5rIjp7InZhbHVlIjoia2lkcyIsImxhYmVsIjoiIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL2tpZHMiLCJyYXdfdXJsIjoiL3NpdGUvNTkyZjc4NTEva2lkcz9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn0sImZyb250SW1hZ2UiOiIifSx7Imljb24iOiIiLCJmcm9udEltYWdlIjoiIiwiZnJvbnRPdmVybGF5IjoiIiwiYmFja0ltYWdlIjoiIiwiYmFja092ZXJsYXkiOiIiLCJ0aXRsZSI6IllvdXRoIiwiZGVzY3JpcHRpb24iOiJGYWl0aCBmb3IgdGhlIG5leHQgZ2VuZXJhdGlvbi48YnI+QSBzYWZlIHBsYWNlIGZvciBzdHVkZW50cyB0byBsZWFybiBHb2TigJlzIFdvcmQgYW5kIGRldmVsb3AgdGhlaXIgZmFpdGguIiwiY3RhVGV4dCI6IkxlYXJuIE1vcmUiLCJjdGFMaW5rIjp7InZhbHVlIjoieW91dGgiLCJ0eXBlIjoicGFnZSIsImhyZWYiOiIveW91dGgiLCJyYXdfdXJsIjoiL3NpdGUvNTkyZjc4NTEveW91dGg/bmVlPXRydWUmZWQ9dHJ1ZSZzaG93T3JpZ2luYWw9dHJ1ZSZwcmV2aWV3PXRydWUmZG1fdHJ5X21vZGU9dHJ1ZSZkbV9jaGVja1N5bmM9MSJ9LCJjYXJkTGluayI6eyJ2YWx1ZSI6InlvdXRoIiwibGFiZWwiOiIiLCJ0eXBlIjoicGFnZSIsImhyZWYiOiIveW91dGgiLCJyYXdfdXJsIjoiL3NpdGUvNTkyZjc4NTEveW91dGg/bmVlPXRydWUmZWQ9dHJ1ZSZzaG93T3JpZ2luYWw9dHJ1ZSZwcmV2aWV3PXRydWUmZG1fdHJ5X21vZGU9dHJ1ZSZkbV9jaGVja1N5bmM9MSJ9fSx7Imljb24iOiIiLCJ0aXRsZSI6IllvdW5nIEFkdWx0cyIsInRhZ2xpbmUiOiJDbGljayB0byBsZWFybiBtb3JlIiwiZGVzY3JpcHRpb24iOiJZb3VuZyBBZHVsdHM6IEFnZXMgMTgtMzA8YnI+WW91bmcgYWR1bHRzIGdyb3dpbmcgaW4gZmFpdGggYW5kIHJlbGF0aW9uc2hpcHMsIHdpdGggSmVzdXMgYW5kIGVhY2ggb3RoZXIuIiwiY3RhVGV4dCI6IkdldCBDb25uZWN0ZWQiLCJjdGFMaW5rIjp7InZhbHVlIjoieW91bmctYWR1bHRzIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL3lvdW5nLWFkdWx0cyIsInJhd191cmwiOiIvc2l0ZS81OTJmNzg1MS95b3VuZy1hZHVsdHM/bmVlPXRydWUmZWQ9dHJ1ZSZzaG93T3JpZ2luYWw9dHJ1ZSZwcmV2aWV3PXRydWUmZG1fdHJ5X21vZGU9dHJ1ZSZkbV9jaGVja1N5bmM9MSJ9LCJjYXJkTGluayI6eyJ2YWx1ZSI6InlvdW5nLWFkdWx0cyIsInR5cGUiOiJwYWdlIiwiaHJlZiI6Ii95b3VuZy1hZHVsdHMiLCJyYXdfdXJsIjoiL3NpdGUvNTkyZjc4NTEveW91bmctYWR1bHRzP25lZT10cnVlJmVkPXRydWUmc2hvd09yaWdpbmFsPXRydWUmcHJldmlldz10cnVlJmRtX3RyeV9tb2RlPXRydWUmZG1fY2hlY2tTeW5jPTEifX0seyJpY29uIjoiIiwidGl0bGUiOiJNZW4iLCJ0YWdsaW5lIjoiQ2xpY2sgdG8gbGVhcm4gbW9yZSIsImRlc2NyaXB0aW9uIjoiQnVpbHQgVG8gTGFzdDxicj5NZW4gZ2V0dGluZyBzdHJvbmdlciB0b2dldGhlciB0aHJvdWdoIGZhaXRoLCBHb2TigJlzIFdvcmQgYW5kIGNvbW11bml0eS4iLCJjdGFUZXh0IjoiTGVhcm4gTW9yZSIsImN0YUxpbmsiOnsidmFsdWUiOiJtZW4iLCJ0eXBlIjoicGFnZSIsImhyZWYiOiIvbWVuIiwicmF3X3VybCI6Ii9zaXRlLzU5MmY3ODUxL21lbj9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn0sImNhcmRMaW5rIjp7InZhbHVlIjoibWVuIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL21lbiIsInJhd191cmwiOiIvc2l0ZS81OTJmNzg1MS9tZW4/bmVlPXRydWUmZWQ9dHJ1ZSZzaG93T3JpZ2luYWw9dHJ1ZSZwcmV2aWV3PXRydWUmZG1fdHJ5X21vZGU9dHJ1ZSZkbV9jaGVja1N5bmM9MSJ9fSx7Imljb24iOiIiLCJ0aXRsZSI6IldvbWVuIiwidGFnbGluZSI6IkNsaWNrIHRvIGxlYXJuIG1vcmUiLCJkZXNjcmlwdGlvbiI6IlJhZGlhbnQ8YnI+QSBjb21tdW5pdHkgb2Ygd29tZW4gZ3Jvd2luZyBpbiBmYWl0aCBhbmQgc3RyZW5ndGhlbmluZyBvbmUgYW5vdGhlciBpbiBldmVyeSBzZWFzb24uIiwiY3RhVGV4dCI6IkxlYXJuIE1vcmUiLCJjdGFMaW5rIjp7InZhbHVlIjoid29tZW4iLCJ0eXBlIjoicGFnZSIsImhyZWYiOiIvd29tZW4iLCJyYXdfdXJsIjoiL3NpdGUvNTkyZjc4NTEvd29tZW4/bmVlPXRydWUmZWQ9dHJ1ZSZzaG93T3JpZ2luYWw9dHJ1ZSZwcmV2aWV3PXRydWUmZG1fdHJ5X21vZGU9dHJ1ZSZkbV9jaGVja1N5bmM9MSJ9LCJjYXJkTGluayI6eyJ2YWx1ZSI6IndvbWVuIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL3dvbWVuIiwicmF3X3VybCI6Ii9zaXRlLzU5MmY3ODUxL3dvbWVuP25lZT10cnVlJmVkPXRydWUmc2hvd09yaWdpbmFsPXRydWUmcHJldmlldz10cnVlJmRtX3RyeV9tb2RlPXRydWUmZG1fY2hlY2tTeW5jPTEifX0seyJpY29uIjoiIiwidGl0bGUiOiJTZXJ2ZSBUZWFtcyIsInRhZ2xpbmUiOiJDbGljayB0byBsZWFybiBtb3JlIiwiZGVzY3JpcHRpb24iOiJTZXJ2ZSB3aXRoIHB1cnBvc2UuPGJyPlVzZSB5b3VyIGdpZnRzIHRvIGhlbHAgb3RoZXJzIGFuZCBob25vciBHb2QuIiwiY3RhVGV4dCI6IkpvaW4gYSBUZWFtIiwiY3RhTGluayI6eyJ2YWx1ZSI6InNlcnZlLXRlYW1zIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL3NlcnZlLXRlYW1zIiwicmF3X3VybCI6Ii9zaXRlLzU5MmY3ODUxL3NlcnZlLXRlYW1zP25lZT10cnVlJmVkPXRydWUmc2hvd09yaWdpbmFsPXRydWUmcHJldmlldz10cnVlJmRtX3RyeV9tb2RlPXRydWUmZG1fY2hlY2tTeW5jPTEifSwiY2FyZExpbmsiOnsidmFsdWUiOiJzZXJ2ZS10ZWFtcyIsInR5cGUiOiJwYWdlIiwiaHJlZiI6Ii9zZXJ2ZS10ZWFtcyIsInJhd191cmwiOiIvc2l0ZS81OTJmNzg1MS9zZXJ2ZS10ZWFtcz9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn19LHsiaWNvbiI6IiIsInRpdGxlIjoiT3V0cmVhY2ggJiBFdmFuZ2VsaXNtIiwidGFnbGluZSI6IkNsaWNrIHRvIGxlYXJuIG1vcmUiLCJkZXNjcmlwdGlvbiI6IkZhaXRoIGluIGFjdGlvbi48YnI+VGhlIENodXJjaCBzaGFyaW5nIEdvZOKAmXMgbG92ZSBpbiBvdXIgY29tbXVuaXR5IGFuZCBiZXlvbmQuIiwiY3RhVGV4dCI6IlNlZSBIb3cgV2UgU2VydmUiLCJjdGFMaW5rIjp7InZhbHVlIjoib3V0cmVhY2gtZXZhbmdlbGlzbSIsInR5cGUiOiJwYWdlIiwiaHJlZiI6Ii9vdXRyZWFjaC1ldmFuZ2VsaXNtIiwicmF3X3VybCI6Ii9zaXRlLzU5MmY3ODUxL291dHJlYWNoLWV2YW5nZWxpc20/bmVlPXRydWUmZWQ9dHJ1ZSZzaG93T3JpZ2luYWw9dHJ1ZSZwcmV2aWV3PXRydWUmZG1fdHJ5X21vZGU9dHJ1ZSZkbV9jaGVja1N5bmM9MSJ9LCJjYXJkTGluayI6eyJ2YWx1ZSI6Im91dHJlYWNoLWV2YW5nZWxpc20iLCJ0eXBlIjoicGFnZSIsImhyZWYiOiIvb3V0cmVhY2gtZXZhbmdlbGlzbSIsInJhd191cmwiOiIvc2l0ZS81OTJmNzg1MS9vdXRyZWFjaC1ldmFuZ2VsaXNtP25lZT10cnVlJmVkPXRydWUmc2hvd09yaWdpbmFsPXRydWUmcHJldmlldz10cnVlJmRtX3RyeV9tb2RlPXRydWUmZG1fY2hlY2tTeW5jPTEifX0seyJpY29uIjoiIiwidGl0bGUiOiJQcmF5ZXIiLCJ0YWdsaW5lIjoiQ2xpY2sgdG8gbGVhcm4gbW9yZSIsImRlc2NyaXB0aW9uIjoiU3Bpcml0LWxlZCBwcmF5ZXIgZm9yIHJlYWwgbGlmZS48YnI+Sm9pbiBwb3dlcmZ1bCBjb3Jwb3JhdGUgcHJheWVyLCBncm91cHMsIGFuZCBzdXBwb3J0LiIsImN0YVRleHQiOiJGaW5kIGEgUHJheWVyIEdyb3VwIiwiY3RhTGluayI6eyJ2YWx1ZSI6InByYXllciIsInR5cGUiOiJwYWdlIiwiaHJlZiI6Ii9wcmF5ZXIiLCJyYXdfdXJsIjoiL3NpdGUvNTkyZjc4NTEvcHJheWVyP25lZT10cnVlJmVkPXRydWUmc2hvd09yaWdpbmFsPXRydWUmcHJldmlldz10cnVlJmRtX3RyeV9tb2RlPXRydWUmZG1fY2hlY2tTeW5jPTEifSwiY2FyZExpbmsiOnsidmFsdWUiOiJwcmF5ZXIiLCJ0eXBlIjoicGFnZSIsImhyZWYiOiIvcHJheWVyIiwicmF3X3VybCI6Ii9zaXRlLzU5MmY3ODUxL3ByYXllcj9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn19LHsiaWNvbiI6IiIsInRpdGxlIjoiU3BhbmlzaCIsInRhZ2xpbmUiOiJDbGljayB0byBsZWFybiBtb3JlIiwiZGVzY3JpcHRpb24iOiJVbmEgZmFtaWxpYSBlbiBDcmlzdG8uIDxicj5BIGZhaXRoLWZpbGxlZCBjb21tdW5pdHkgZm9yIFNwYW5pc2gtc3BlYWtpbmcgZmFtaWxpZXMuIiwiY3RhVGV4dCI6IkxlYXJuIE1vcmUiLCJjdGFMaW5rIjp7InZhbHVlIjoibGF0aW5vLW1pbmlzdHJpZXMiLCJ0eXBlIjoicGFnZSIsImhyZWYiOiIvbGF0aW5vLW1pbmlzdHJpZXMiLCJyYXdfdXJsIjoiL3NpdGUvNTkyZjc4NTEvbGF0aW5vLW1pbmlzdHJpZXM/bmVlPXRydWUmZWQ9dHJ1ZSZzaG93T3JpZ2luYWw9dHJ1ZSZwcmV2aWV3PXRydWUmZG1fdHJ5X21vZGU9dHJ1ZSZkbV9jaGVja1N5bmM9MSJ9LCJjYXJkTGluayI6eyJ2YWx1ZSI6ImxhdGluby1taW5pc3RyaWVzIiwibGFiZWwiOiIiLCJ0eXBlIjoicGFnZSIsImhyZWYiOiIvbGF0aW5vLW1pbmlzdHJpZXMiLCJyYXdfdXJsIjoiL3NpdGUvNTkyZjc4NTEvbGF0aW5vLW1pbmlzdHJpZXM/bmVlPXRydWUmZWQ9dHJ1ZSZzaG93T3JpZ2luYWw9dHJ1ZSZwcmV2aWV3PXRydWUmZG1fdHJ5X21vZGU9dHJ1ZSZkbV9jaGVja1N5bmM9MSJ9fSx7Imljb24iOiIiLCJmcm9udEltYWdlIjoiIiwiZnJvbnRPdmVybGF5IjoiIiwiYmFja0ltYWdlIjoiIiwiYmFja092ZXJsYXkiOiIiLCJ0aXRsZSI6Ikdyb3VwcyIsImRlc2NyaXB0aW9uIjoiQnVpbGQgbWVhbmluZ2Z1bCByZWxhdGlvbnNoaXBzIGFuZCBzdGF5IGNvbm5lY3RlZC4iLCJjdGFUZXh0IjoiRXhwbG9yZSBHcm91cHMiLCJjdGFMaW5rIjp7InZhbHVlIjoiZ3JvdXBzIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL2dyb3VwcyIsInJhd191cmwiOiIvc2l0ZS81OTJmNzg1MS9ncm91cHM/bmVlPXRydWUmZWQ9dHJ1ZSZzaG93T3JpZ2luYWw9dHJ1ZSZwcmV2aWV3PXRydWUmZG1fdHJ5X21vZGU9dHJ1ZSZkbV9jaGVja1N5bmM9MSJ9LCJjYXJkTGluayI6eyJ2YWx1ZSI6Imdyb3VwcyIsImxhYmVsIjoiIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL2dyb3VwcyIsInJhd191cmwiOiIvc2l0ZS81OTJmNzg1MS9ncm91cHM/bmVlPXRydWUmZWQ9dHJ1ZSZzaG93T3JpZ2luYWw9dHJ1ZSZwcmV2aWV3PXRydWUmZG1fdHJ5X21vZGU9dHJ1ZSZkbV9jaGVja1N5bmM9MSJ9fV0sImdyaWRDb2x1bW5zIjoiNSJ9"> <div class="flip-cards-section"> <div class="cards-grid"> <div class="flip-card"> <div class="flip-card-inner"><!-- FRONT --> <div class="flip-card-front"> <div class="card-face-content"> <div class="card-front-content"> <h3 class="card-title">Kids</h3> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="kids" label="" type="page" href="/kids" raw_url="/site/592f7851/kids?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
<!-- BACK --> <div class="flip-card-back"> <div class="card-face-content"> <div class="card-back-content"> <h3 class="card-back-title">Kids</h3> 
 <div class="card-divider"></div> 
 <p class="card-description">Faith for the next generation.<br/>A safe place for students to learn God&rsquo;s Word and develop their faith.</p> 
 <div class="cta-wrapper"> <a value="kids" label="" type="page" href="/kids" raw_url="/site/592f7851/kids?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="card-cta-btn">Learn More <svg class="cta-arrow" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> <path d="M4 10h12M11 5l5 5-5 5" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path> 
</svg> 
</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="kids" label="" type="page" href="/kids" raw_url="/site/592f7851/kids?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="flip-card"> <div class="flip-card-inner"><!-- FRONT --> <div class="flip-card-front"> <div class="card-face-content"> <div class="card-front-content"> <h3 class="card-title">Youth</h3> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="youth" label="" type="page" href="/youth" raw_url="/site/592f7851/youth?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
<!-- BACK --> <div class="flip-card-back"> <div class="card-face-content"> <div class="card-back-content"> <h3 class="card-back-title">Youth</h3> 
 <div class="card-divider"></div> 
 <p class="card-description">Faith for the next generation.<br/>A safe place for students to learn God&rsquo;s Word and develop their faith.</p> 
 <div class="cta-wrapper"> <a value="youth" type="page" href="/youth" raw_url="/site/592f7851/youth?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="card-cta-btn">Learn More <svg class="cta-arrow" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> <path d="M4 10h12M11 5l5 5-5 5" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path> 
</svg> 
</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="youth" label="" type="page" href="/youth" raw_url="/site/592f7851/youth?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="flip-card"> <div class="flip-card-inner"><!-- FRONT --> <div class="flip-card-front"> <div class="card-face-content"> <div class="card-front-content"> <h3 class="card-title">Young Adults</h3> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="young-adults" type="page" href="/young-adults" raw_url="/site/592f7851/young-adults?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
<!-- BACK --> <div class="flip-card-back"> <div class="card-face-content"> <div class="card-back-content"> <h3 class="card-back-title">Young Adults</h3> 
 <div class="card-divider"></div> 
 <p class="card-description">Young Adults: Ages 18-30<br/>Young adults growing in faith and relationships, with Jesus and each other.</p> 
 <div class="cta-wrapper"> <a value="young-adults" type="page" href="/young-adults" raw_url="/site/592f7851/young-adults?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="card-cta-btn">Get Connected <svg class="cta-arrow" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> <path d="M4 10h12M11 5l5 5-5 5" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path> 
</svg> 
</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="young-adults" type="page" href="/young-adults" raw_url="/site/592f7851/young-adults?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="flip-card"> <div class="flip-card-inner"><!-- FRONT --> <div class="flip-card-front"> <div class="card-face-content"> <div class="card-front-content"> <h3 class="card-title">Men</h3> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="men" type="page" href="/men" raw_url="/site/592f7851/men?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
<!-- BACK --> <div class="flip-card-back"> <div class="card-face-content"> <div class="card-back-content"> <h3 class="card-back-title">Men</h3> 
 <div class="card-divider"></div> 
 <p class="card-description">Built To Last<br/>Men getting stronger together through faith, God&rsquo;s Word and community.</p> 
 <div class="cta-wrapper"> <a value="men" type="page" href="/men" raw_url="/site/592f7851/men?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="card-cta-btn">Learn More <svg class="cta-arrow" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> <path d="M4 10h12M11 5l5 5-5 5" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path> 
</svg> 
</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="men" type="page" href="/men" raw_url="/site/592f7851/men?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="flip-card"> <div class="flip-card-inner"><!-- FRONT --> <div class="flip-card-front"> <div class="card-face-content"> <div class="card-front-content"> <h3 class="card-title">Women</h3> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="women" type="page" href="/women" raw_url="/site/592f7851/women?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
<!-- BACK --> <div class="flip-card-back"> <div class="card-face-content"> <div class="card-back-content"> <h3 class="card-back-title">Women</h3> 
 <div class="card-divider"></div> 
 <p class="card-description">Radiant<br/>A community of women growing in faith and strengthening one another in every season.</p> 
 <div class="cta-wrapper"> <a value="women" type="page" href="/women" raw_url="/site/592f7851/women?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="card-cta-btn">Learn More <svg class="cta-arrow" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> <path d="M4 10h12M11 5l5 5-5 5" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path> 
</svg> 
</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="women" type="page" href="/women" raw_url="/site/592f7851/women?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="flip-card"> <div class="flip-card-inner"><!-- FRONT --> <div class="flip-card-front"> <div class="card-face-content"> <div class="card-front-content"> <h3 class="card-title">Serve Teams</h3> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="serve-teams" type="page" href="/serve-teams" raw_url="/site/592f7851/serve-teams?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
<!-- BACK --> <div class="flip-card-back"> <div class="card-face-content"> <div class="card-back-content"> <h3 class="card-back-title">Serve Teams</h3> 
 <div class="card-divider"></div> 
 <p class="card-description">Serve with purpose.<br/>Use your gifts to help others and honor God.</p> 
 <div class="cta-wrapper"> <a value="serve-teams" type="page" href="/serve-teams" raw_url="/site/592f7851/serve-teams?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="card-cta-btn">Join a Team <svg class="cta-arrow" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> <path d="M4 10h12M11 5l5 5-5 5" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path> 
</svg> 
</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="serve-teams" type="page" href="/serve-teams" raw_url="/site/592f7851/serve-teams?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="flip-card"> <div class="flip-card-inner"><!-- FRONT --> <div class="flip-card-front"> <div class="card-face-content"> <div class="card-front-content"> <h3 class="card-title">Outreach &amp; Evangelism</h3> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="outreach-evangelism" type="page" href="/outreach-evangelism" raw_url="/site/592f7851/outreach-evangelism?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
<!-- BACK --> <div class="flip-card-back"> <div class="card-face-content"> <div class="card-back-content"> <h3 class="card-back-title">Outreach &amp; Evangelism</h3> 
 <div class="card-divider"></div> 
 <p class="card-description">Faith in action.<br/>The Church sharing God&rsquo;s love in our community and beyond.</p> 
 <div class="cta-wrapper"> <a value="outreach-evangelism" type="page" href="/outreach-evangelism" raw_url="/site/592f7851/outreach-evangelism?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="card-cta-btn">See How We Serve <svg class="cta-arrow" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> <path d="M4 10h12M11 5l5 5-5 5" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path> 
</svg> 
</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="outreach-evangelism" type="page" href="/outreach-evangelism" raw_url="/site/592f7851/outreach-evangelism?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="flip-card"> <div class="flip-card-inner"><!-- FRONT --> <div class="flip-card-front"> <div class="card-face-content"> <div class="card-front-content"> <h3 class="card-title">Prayer</h3> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="prayer" type="page" href="/prayer" raw_url="/site/592f7851/prayer?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
<!-- BACK --> <div class="flip-card-back"> <div class="card-face-content"> <div class="card-back-content"> <h3 class="card-back-title">Prayer</h3> 
 <div class="card-divider"></div> 
 <p class="card-description">Spirit-led prayer for real life.<br/>Join powerful corporate prayer, groups, and support.</p> 
 <div class="cta-wrapper"> <a value="prayer" type="page" href="/prayer" raw_url="/site/592f7851/prayer?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="card-cta-btn">Find a Prayer Group <svg class="cta-arrow" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> <path d="M4 10h12M11 5l5 5-5 5" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path> 
</svg> 
</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="prayer" type="page" href="/prayer" raw_url="/site/592f7851/prayer?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="flip-card"> <div class="flip-card-inner"><!-- FRONT --> <div class="flip-card-front"> <div class="card-face-content"> <div class="card-front-content"> <h3 class="card-title">Spanish</h3> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="latino-ministries" label="" type="page" href="/latino-ministries" raw_url="/site/592f7851/latino-ministries?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
<!-- BACK --> <div class="flip-card-back"> <div class="card-face-content"> <div class="card-back-content"> <h3 class="card-back-title">Spanish</h3> 
 <div class="card-divider"></div> 
 <p class="card-description">Una familia en Cristo.<br/>A faith-filled community for Spanish-speaking families.</p> 
 <div class="cta-wrapper"> <a value="latino-ministries" type="page" href="/latino-ministries" raw_url="/site/592f7851/latino-ministries?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="card-cta-btn">Learn More <svg class="cta-arrow" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> <path d="M4 10h12M11 5l5 5-5 5" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path> 
</svg> 
</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="latino-ministries" label="" type="page" href="/latino-ministries" raw_url="/site/592f7851/latino-ministries?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="flip-card"> <div class="flip-card-inner"><!-- FRONT --> <div class="flip-card-front"> <div class="card-face-content"> <div class="card-front-content"> <h3 class="card-title">Groups</h3> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="groups" label="" type="page" href="/groups" raw_url="/site/592f7851/groups?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
<!-- BACK --> <div class="flip-card-back"> <div class="card-face-content"> <div class="card-back-content"> <h3 class="card-back-title">Groups</h3> 
 <div class="card-divider"></div> 
 <p class="card-description">Build meaningful relationships and stay connected.</p> 
 <div class="cta-wrapper"> <a value="groups" type="page" href="/groups" raw_url="/site/592f7851/groups?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="card-cta-btn">Explore Groups <svg class="cta-arrow" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> <path d="M4 10h12M11 5l5 5-5 5" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path> 
</svg> 
</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="card-link-overlay"> <a value="groups" label="" type="page" href="/groups" raw_url="/site/592f7851/groups?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1929942462" data-flex-id="af6e1d6a" class=""> <div class="flex-widgets-container" id="1029870745"></div> 
 <section id="745f321d" class="flex-element section" data-auto="flex-element-section"> <div id="5c2961a4" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="62a0f222" class="flex-element group" data-auto="flex-element-group"> <div id="0364e806" class="flex-element group" data-auto="flex-element-group"> <div id="1f983598" class="flex-element group" data-auto="flex-element-group"></div> 
</div> 
 <div id="6e353ed6" class="flex-element group" data-auto="flex-element-group"> <div id="3f532c6f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1374145525"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1374145525" style=""><p class="m-text-align-center text-align-left" style="letter-spacing: 0.23em;"><strong style="text-transform:uppercase;color:var(--color_2);font-weight:bold;display:unset;font-family:'Proxima Nova Bold';">Growth Track</strong></p></div> 
</div> 
 <div id="bd4c42c2" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1943853357"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1943853357" style=""> <h2 class="m-text-align-center"><span style="display: unset;">Your Next Steps</span></h2> 
</div> 
</div> 
 <div id="412a3e8b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1844444623"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1844444623" style=""><p class="text-align-left m-text-align-center"><span style="display: unset;">Our Growth Track is a simple path designed to help you grow in faith and get connected at Eagle Mountain.</span></p></div> 
</div> 
 <div id="f28fa8e1" class="flex-element group" data-auto="flex-element-group"> <div id="376e030c" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="shape" data-keep-proportion="true" data-external-id="1555660807"> <div class="default u_1555660807 dmShape" font-size-0="" id="1555660807" dmle_extension="shape" data-element-type="shape" text-position="center_center" wr="true" version="2" icon="true" surround="true" adwords="" shape-text="MQ==" shape-description="" shape-image="" alt-text="" tooltip="" shape-type="circle" show-text-on-shape="true" shape-color="var(--color_1)" border-color-shape="" overlay-color="#ffffff" image-position="xMidYMid" shape-keep-proportion="true" shape-layout="layout1" border-width-shape="0" overlay-opacity="50" link-attrs="e30="> <a data-link-id="shape-link-container" id="1988423407"> <div class="container-text container-padding center_center" id="1257798139"> <h3 class="shape-text" id="1809928695">1</h3> 
</div> 
 <svg width="100%" height="100%" viewbox="0.00 0.00 100 100" id="1201966779"> <g> <path d="M50, 50 m -50, 0 a 50,50 0 1,0 100,0 a 50,50 0 1,0 -100,0" style="fill:var(--color_1);"></path> 
</g> 
</svg> 
</a> 
</div> 
</div> 
 <div id="0e6550fe" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1252723380"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1252723380" style=""><p class="text-align-left m-text-align-left"><strong style="display: unset; font-weight: bold;">Build a strong foundation in God&rsquo;s Word</strong><span style="display: unset;"> <span style="display: unset;">through our Fresh Faith classes</span></span></p></div> 
</div> 
</div> 
 <div id="b5427b11" class="flex-element group" data-auto="flex-element-group"> <div id="a0a98df8" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-keep-proportion="true" data-widget-type="shape" data-external-id="1704954213"> <div class="default u_1704954213 dmShape" font-size-0="" id="1704954213" dmle_extension="shape" data-element-type="shape" text-position="center_center" wr="true" version="2" icon="true" surround="true" adwords="" shape-text="Mg==" shape-description="" shape-image="" alt-text="" tooltip="" shape-type="circle" show-text-on-shape="true" shape-color="var(--color_1)" border-color-shape="" overlay-color="#ffffff" image-position="xMidYMid" shape-keep-proportion="true" shape-layout="layout1" border-width-shape="0" overlay-opacity="50" link-attrs="e30="> <a data-link-id="shape-link-container" id="1928589993"> <div class="container-text container-padding center_center" id="1968937951"> <h3 class="shape-text" id="1680628548">2</h3> 
</div> 
 <svg width="100%" height="100%" viewbox="0.00 0.00 100 100" id="1941182450"> <g> <path d="M50, 50 m -50, 0 a 50,50 0 1,0 100,0 a 50,50 0 1,0 -100,0" style="fill:var(--color_1);"></path> 
</g> 
</svg> 
</a> 
</div> 
</div> 
 <div id="2bf4c7ea" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1215972191"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1215972191" style=""><p><strong style="display: unset; font-weight: bold;">Dig deeper into life at EMIC</strong><span style="display: unset;"> <span style="display: unset;">and discover what membership offers</span></span></p></div> 
</div> 
</div> 
 <div id="1470b55c" class="flex-element group" data-auto="flex-element-group"> <div id="853f9a38" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-keep-proportion="true" data-widget-type="shape" data-external-id="1368851723"> <div class="default u_1368851723 dmShape" font-size-0="" id="1368851723" dmle_extension="shape" data-element-type="shape" text-position="center_center" wr="true" version="2" icon="true" surround="true" adwords="" shape-text="Mw==" shape-description="" shape-image="" alt-text="" tooltip="" shape-type="circle" show-text-on-shape="true" shape-color="var(--color_1)" border-color-shape="" overlay-color="#ffffff" image-position="xMidYMid" shape-keep-proportion="true" shape-layout="layout1" border-width-shape="0" overlay-opacity="50" link-attrs="e30="> <a data-link-id="shape-link-container" id="1533041542"> <div class="container-text container-padding center_center" id="1340461457"> <h3 class="shape-text" id="1536812663">3</h3> 
</div> 
 <svg width="100%" height="100%" viewbox="0.00 0.00 100 100" id="1210573142"> <g> <path d="M50, 50 m -50, 0 a 50,50 0 1,0 100,0 a 50,50 0 1,0 -100,0" style="fill:var(--color_1);"></path> 
</g> 
</svg> 
</a> 
</div> 
</div> 
 <div id="78abcf27" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1530186322"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1530186322" style=""><p><strong style="display: unset; font-weight: bold;">Get Planted in the church family</strong><span style="display: unset;"> <span style="display: unset;">and find your place to grow and serve</span></span></p></div> 
</div> 
</div> 
 <div id="43e4acb8" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1084436098"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1084436098 flexButton button_2" file="false" href="/growth-track" data-element-type="dButtonLinkId" id="1084436098"> <span class="iconBg" aria-hidden="true" id="1856569720"> <span class="icon hasFontIcon icon-star" id="1023709338"></span> 
</span> 
 <span class="text" id="1839485580">Growth Track</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1879442629" data-flex-id="862b974d" class="" data-hidden-on-mobile="true" data-hidden-on-desktop="true"> <div class="flex-widgets-container" id="1298670785"></div> 
 <section id="23a473f1" class="flex-element section" data-auto="flex-element-section"> <div id="170640dc" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="9e8944ab" class="flex-element group" data-auto="flex-element-group" data-hidden-on-tablet="" data-hidden-on-mobile="" data-hidden-on-desktop=""> <div id="bba6dca6" class="flex-element group" data-auto="flex-element-group"> <div id="widget_o5g" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="photoGallery" data-external-id="3503470014"> <div class="u_3503470014 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp photo-gallery-done text-layout-over captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="2" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="3503470014" data-rows-to-show="100" data-placeholder="false" data-mobile-layout="square" data-mobile-columns="1" data-image-hover-effect="zoomout" data-link-gallery="true"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> 
 <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-2" data-index="0"> <div index="0" class="photoGalleryThumbs animated  " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="2026 “Year of the Big Fix” title in white on a dark blue background" data-dm-force-device="mobile" class="u_1510289126" data-image-url="https://irp.cdn-website.com/592f7851/dms3rep/multi/611263847_1307481121412983_3667831805297200498_n.jpg" style="background-image: url('https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/611263847_1307481121412983_3667831805297200498_n-640w.jpg');"><img id="1712282344" data-src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/611263847_1307481121412983_3667831805297200498_n-1920w.jpg" alt="2026 “Year of the Big Fix” title in white on a dark blue background" aria-label="2026 “Year of the Big Fix” title in white on a dark blue background" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div id="1312031476" class="caption-container u_1312031476" style="display:none"> <span class="caption-inner"> <a id="1487876565" class="caption-button dmWidget  clearfix u_1487876565" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> 
</span> 
 <span class="text">Button</span> 
</a> 
</span> 
</div> 
</div> 
</div> 
</div> 
 <div class="photogallery-column column-2" data-index="1"> <div index="1" class="photoGalleryThumbs animated  " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="Kenneth Copeland Bible College ad with smiling man, logo, and “Learn More About KCBC” text on blue background" data-dm-force-device="mobile" class="u_1153805275" data-image-url="https://irp.cdn-website.com/592f7851/dms3rep/multi/imgi_4_Learn-More-about-KCBC-Button-1.jpg" style="background-image: url('https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/imgi_4_Learn-More-about-KCBC-Button-1-640w.jpg');"><img id="1875418395" data-src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/imgi_4_Learn-More-about-KCBC-Button-1-1920w.jpg" alt="Kenneth Copeland Bible College ad with smiling man, logo, and “Learn More About KCBC” text on blue background" aria-label="Kenneth Copeland Bible College ad with smiling man, logo, and “Learn More About KCBC” text on blue background" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div id="1125768912" class="caption-container u_1125768912" style="display:none"> <span class="caption-inner"> <a id="1383797230" class="caption-button dmWidget  clearfix u_1383797230" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> 
</span> 
 <span class="text">Button</span> 
</a> 
</span> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1099740276" data-flex-id="6e46563d" class="" data-hidden-on-tablet="true"> <div class="flex-widgets-container" id="1871168651"></div> 
 <section id="a6f37d8e" class="flex-element section" data-auto="flex-element-section"> <div id="e0b93845" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="2d7afc23" class="flex-element group" data-auto="flex-element-group" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile=""> <div id="858d3ec4" class="flex-element group" data-auto="flex-element-group"> <div id="group_7bp" class="flex-element group" data-auto="flex-element-group" data-pinned=""> <div id="9742af7e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1354552550"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1354552550" style=""><p class="m-text-align-center text-align-left" style="letter-spacing: 0.23em;"><span style="text-transform: uppercase; color: rgb(255, 255, 255); display: unset;">Grow in Faith</span></p></div> 
</div> 
 <div id="4fe72a5c" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1251181559"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1251181559" style=""> <h2 class="text-align-left m-text-align-center"><span style="color: rgb(255, 255, 255); display: unset;">Your Next Step Starts Here</span></h2> 
</div> 
</div> 
 <div id="d3e35171" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1404478453"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1404478453" style=""><p class="m-text-align-center text-align-left"><span style="display: unset; color: rgb(255, 255, 255);">Wherever you are in your faith journey, EMIC offers a welcoming path to help you grow spiritually, build relationships, and live victoriously. Follow these steps to connect and move forward confidently.</span></p></div> 
</div> 
 <div id="widget_frn" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="190284796"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="190284796" style=""><p class="m-size-19 t-size-20 text-align-left m-text-align-center size-24"><span class="m-font-size-19 t-font-size-20 font-size-24" style="color:rgb(255, 255, 255);font-weight:400;display:unset;font-family:'Playfair Display', 'Playfair Display Fallback';font-style:italic;">Not sure where to start?</span></p></div> 
</div> 
 <div id="widget_0e5" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="2824227367"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="2824227367" style=""><p class="text-align-left m-text-align-center"><span style="color: rgb(255, 255, 255); text-decoration: none; display: unset;">Start Your Next Steps Journey &rarr;&nbsp;</span></p></div> 
</div> 
</div> 
</div> 
 <div id="group_bq9" class="flex-element group" data-auto="flex-element-group"> <div id="group_nvl" class="flex-element group" data-auto="flex-element-group" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJub25lIiwiYW5pbWF0aW9uIjpudWxsfX0="> <div id="24e9c387" class="flex-element group" data-auto="flex-element-group"> <div id="widget_9r6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1743670218"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1743670218" style=""><p class="text-align-left m-text-align-center" style="letter-spacing: 0.19em;"><span style="display: unset;">STEP</span></p></div> 
</div> 
 <div id="widget_t4s" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="413735466"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="413735466" style=""><p class="m-text-align-center t-size-60 text-align-left m-size-72 size-90" style="line-height: 0.8;"><strong class="m-font-size-72 font-size-90 t-font-size-60" m-font-size-set="true" style="color:var(--color_1);font-weight:800;display:unset;font-family:Poppins, 'Poppins Fallback';">01</strong></p></div> 
</div> 
</div> 
 <div id="90b5721f" class="flex-element group" data-auto="flex-element-group"> <div id="widget_ina" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="694448839"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="694448839" style=""> <h3 class="m-text-align-center"><span style="display: unset;">Salvation</span></h3> 
</div> 
</div> 
 <div id="widget_egq" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1315531687"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1315531687" style=""> <h4 class="m-text-align-center"><span style="display: unset;">Begin Your Relationship With Jesus Christ</span></h4> 
</div> 
</div> 
 <div id="widget_lii" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile="" data-external-id="2938384604"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="2938384604" style=""><p class="text-align-left m-text-align-center"><span style="display: unset;">Your Christian life begins by making Jesus Christ your Savior and Lord. Discover what it means to be born again and learn how to grow strong in your faith as a new believer.</span></p></div> 
</div> 
 <div id="f4ff3934" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1094003051"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1094003051 flexButton button_2" file="false" href="/" data-element-type="dButtonLinkId" id="1094003051"> <span class="iconBg" aria-hidden="true" id="1233079792"> <span class="icon hasFontIcon icon-star" id="1330724146"></span> 
</span> 
 <span class="text" id="1283227547">Learn More About Salvation</span> 
</a> 
</div> 
</div> 
</div> 
 <div id="f1772d74" class="flex-element group" data-auto="flex-element-group"> <div id="3526cbd9" class="flex-element group" data-auto="flex-element-group"> <div id="63a1644b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1006359464"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1006359464" style=""><p class="text-align-left m-text-align-center" style="letter-spacing: 0.19em;"><span style="display: unset;">STEP</span></p></div> 
</div> 
 <div id="b6c0ca43" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1452340553"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1452340553" style=""><p class="m-size-72 text-align-left t-size-60 m-text-align-center size-90" style="line-height: 0.8;"><strong class="m-font-size-72 font-size-90 t-font-size-60" m-font-size-set="true" style="color:var(--color_1);font-weight:800;display:unset;font-family:Poppins, 'Poppins Fallback';">02</strong></p></div> 
</div> 
</div> 
 <div id="d0794561" class="flex-element group" data-auto="flex-element-group"> <div id="700f783f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1518618119"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1518618119" style=""> <h3 class="m-text-align-center"><span style="display: unset;">Connect</span></h3> 
</div> 
</div> 
 <div id="b54d6f89" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1991771613"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1991771613" style=""> <h4 class="m-text-align-center"><span style="display: unset;">Stay Connected With the EMIC Community</span></h4> 
</div> 
</div> 
 <div id="55f73e7e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile="" data-external-id="1083102968"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1083102968" style=""><p class="m-text-align-center text-align-left"><span style="display: unset;">If you watch EMIC regularly and would like to receive our weekly email updates, create your account to stay informed about services, events, and church news.</span></p></div> 
</div> 
 <div id="982e6741" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1772685053"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1772685053 flexButton button_2" file="false" href="/" data-element-type="dButtonLinkId" id="1772685053"> <span class="iconBg" aria-hidden="true" id="1639161370"> <span class="icon hasFontIcon icon-star" id="1353801133"></span> 
</span> 
 <span class="text" id="1996376489">Login / Sign Up</span> 
</a> 
</div> 
</div> 
</div> 
 <div id="4450bf3c" class="flex-element group" data-auto="flex-element-group"> <div id="0658585a" class="flex-element group" data-auto="flex-element-group"> <div id="3934761d" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1941599625"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1941599625" style=""><p class="text-align-left m-text-align-center" style="letter-spacing: 0.19em;"><span style="display: unset;">STEP</span></p></div> 
</div> 
 <div id="26006fb6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1714428015"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1714428015" style=""><p class="m-size-72 text-align-left t-size-60 m-text-align-center size-90" style="line-height: 0.8;"><strong class="m-font-size-72 font-size-90 t-font-size-60" m-font-size-set="true" style="color:var(--color_1);font-weight:800;display:unset;font-family:Poppins, 'Poppins Fallback';">03</strong></p></div> 
</div> 
</div> 
 <div id="76022e9e" class="flex-element group" data-auto="flex-element-group"> <div id="c2e66a20" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1870726722"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1870726722" style=""> <h3 class="m-text-align-center"><span style="display: unset;">Groups</span></h3> 
</div> 
</div> 
 <div id="5bd9d080" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1931572944"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1931572944" style=""> <h4 class="m-text-align-center"><span style="display: unset;">Build Relationships &amp; Grow in Faith</span></h4> 
</div> 
</div> 
 <div id="92f492d1" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile="" data-external-id="1624079267"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1624079267" style=""><p class="m-text-align-center text-align-left"><span style="display: unset;">ife is better together. EMIC Groups are designed to help you develop meaningful relationships, strengthen your faith, and stand victoriously in every area of life.</span></p></div> 
</div> 
 <div id="9716c003" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1387381327"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1387381327 flexButton button_2" file="false" href="/" data-element-type="dButtonLinkId" id="1387381327"> <span class="iconBg" aria-hidden="true" id="1742191825"> <span class="icon hasFontIcon icon-star" id="1218763668"></span> 
</span> 
 <span class="text" id="1952868013">Locate a Group</span> 
</a> 
</div> 
</div> 
</div> 
 <div id="de0fec57" class="flex-element group" data-auto="flex-element-group"> <div id="6b5ec91d" class="flex-element group" data-auto="flex-element-group"> <div id="3bdc90aa" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1573219519"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1573219519" style=""><p class="text-align-left m-text-align-center" style="letter-spacing: 0.19em;"><span style="display: unset;">STEP</span></p></div> 
</div> 
 <div id="5ff3a140" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1004673244"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1004673244" style=""><p class="m-size-72 text-align-left t-size-60 m-text-align-center size-90" style="line-height: 0.8;"><strong class="m-font-size-72 font-size-90 t-font-size-60" m-font-size-set="true" style="color:var(--color_1);font-weight:800;display:unset;font-family:Poppins, 'Poppins Fallback';">04</strong></p></div> 
</div> 
</div> 
 <div id="0a65d1a5" class="flex-element group" data-auto="flex-element-group"> <div id="44bb3ae2" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1536309261"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1536309261" style=""> <h3 class="m-text-align-center"><span style="display: unset;">Church Membership</span></h3> 
</div> 
</div> 
 <div id="82c4f413" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1792507820"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1792507820" style=""> <h4 class="m-text-align-center"><span style="display: unset;">Belong to the Body of Christ</span></h4> 
</div> 
</div> 
 <div id="07b66336" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile="" data-external-id="1408228128"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1408228128" style=""><p class="m-text-align-center text-align-left"><span style="display: unset;">All believers are called to belong. If you live in the Dallas&ndash;Fort Worth metroplex, becoming a member of EMIC allows you to fully participate in church life while using your God-given gifts to support others.</span></p></div> 
</div> 
 <div id="264054bc" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1665694009"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1665694009 flexButton button_2" file="false" href="/" data-element-type="dButtonLinkId" id="1665694009"> <span class="iconBg" aria-hidden="true" id="1236583167"> <span class="icon hasFontIcon icon-star" id="1527674218"></span> 
</span> 
 <span class="text" id="1654332267">Become a Member</span> 
</a> 
</div> 
</div> 
</div> 
 <div id="2356170d" class="flex-element group" data-auto="flex-element-group"> <div id="dc18ca06" class="flex-element group" data-auto="flex-element-group"> <div id="a66011c3" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1726516702"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1726516702" style=""><p class="text-align-left m-text-align-center" style="letter-spacing: 0.19em;"><span style="display: unset;">STEP</span></p></div> 
</div> 
 <div id="ab1636ff" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1546525420"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1546525420" style=""><p class="m-text-align-center t-size-60 text-align-left m-size-72 size-90" style="line-height: 0.8;"><strong class="m-font-size-72 font-size-90 t-font-size-60" m-font-size-set="true" style="color:var(--color_1);font-weight:800;display:unset;font-family:Poppins, 'Poppins Fallback';">05</strong></p></div> 
</div> 
</div> 
 <div id="31767d38" class="flex-element group" data-auto="flex-element-group"> <div id="01ff5f50" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1901919130"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1901919130" style=""> <h3 class="m-text-align-center"><span style="display: unset;">Serve</span></h3> 
</div> 
</div> 
 <div id="9a95d260" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1619555613"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1619555613" style=""> <h4 class="m-text-align-center"><span style="display: unset;">Make a Difference &amp; Serve With Purpose</span></h4> 
</div> 
</div> 
 <div id="a0c43640" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile="" data-external-id="1682264753"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1682264753" style=""><p class="m-text-align-center text-align-left"><span style="display: unset;">Want to be part of one of the most dynamic teams at EMIC? There&rsquo;s a place for you to serve. Explore available opportunities and connect with ministry leaders to get started.</span></p></div> 
</div> 
 <div id="64a3e0c5" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1080916000"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1080916000 flexButton button_2" file="false" href="/" data-element-type="dButtonLinkId" id="1080916000"> <span class="iconBg" aria-hidden="true" id="1104550888"> <span class="icon hasFontIcon icon-star" id="1590639203"></span> 
</span> 
 <span class="text" id="1864812872">View Serving Opportunities</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1724319327" data-flex-id="f9fcce75" class="" data-hidden-on-desktop="true"> <div class="flex-widgets-container" id="1899703690"></div> 
 <section id="c67d1d36" class="flex-element section" data-auto="flex-element-section"> <div id="e57d18bd" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="c6b73622" class="flex-element group" data-auto="flex-element-group" data-hidden-on-tablet="" data-hidden-on-mobile="" data-hidden-on-desktop=""> <div id="b7490e58" class="flex-element group" data-auto="flex-element-group"> <div id="9547bd13" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1160766356"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1160766356" style=""><p class="m-text-align-center text-align-center" style="letter-spacing: 0.23em;"><span style="text-transform: uppercase; color: var(--color_2); display: unset;">Latest Messages &amp; Media Archive</span></p></div> 
</div> 
 <div id="369dd272" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1137379285"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1137379285" style=""> <h2 class="text-align-center"><span style="display: unset;">Latest Services &amp; Messages</span></h2> 
</div> 
</div> 
 <div id="f535f6bd" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1075281043"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1075281043" style=""><p class="text-align-center m-text-align-center"><span style="display: unset;">Catch up on recent sermons, teachings, and special messages from EMIC leadership. Whether you want encouragement for your week or a deeper study of Scripture, dive in here.</span></p></div> 
</div> 
 <div id="widget_gh0" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="ONEBlogMain" data-external-id="2176343334"> <div class="default u_2176343334 mainBlog layout4" id="2176343334" dmle_extension="internal_blog_list" data-element-type="internal_blog_list" show-images="true" wr="true" trim-title="false" show-blog-title="false" data-paginate-listable-widget="true" show-action-text="true" text-align="left" icon="true" surround="true" adwords="" list-layout="layout4" visible-items="10" visible-post-lines="4" search-tags="" search-term="" more-posts-text="Show More" header-type="H2" posts-padding="15" posts-per-row="3" show-author="false" text-box-padding="true" action-text="Read More →" skip-post-index="-1" blog-posts-feature-flag="true" data-image-hover-effect="zoomout" show-more-posts-text="false" data-paginate-total-elements="177" data-paginate-page-size="10" data-no-ssr-render="true"> <div class="inner "> <div style="-ms-grid-column:1; -ms-grid-row:1" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 200.0ms;"> <div class="postTextContainer"> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/prophecy-by-justus-du-plessis-to-emic-and-kcm-august-29-1996" data-blog-post-alias="prophecy-by-justus-du-plessis-to-emic-and-kcm-august-29-1996">Prophecy by Justus Du Plessis to EMIC and KCM August 29, 1996</a> 
</h3> 
</div> 
 <div class="authorBar"> <span>By Eagle Mountain International Church</span> 
 <span>&bull;</span> 
 <span>March 12, 2026</span> 
</div> 
 <div class="postDescription">First thing He said to me, &ldquo;You&rsquo;re going to speak to the church this morning. You&rsquo;re speaking to the ministries on prayer. I want you to be My mouthpiece. Speak to them slowly, gently, with divine urgency,                               because they have a dream and they have a vision which must be realized because I&rsquo;ve given that to them.                                                 They are My people. But they are people of destiny, and so be warned that nothing should be said that I have not said to you. Say it with compassion.                               Assure them that I know of the love that is amongst them. But that should increase tenfold in view of what is going to happen shortly.                                Speak to Kenneth Copeland Ministries and the International Church. Tell them that I regard them as people of destiny as much as I regarded those four young people, part of the banished nation far away from Jerusalem, waiting for the day when Jerusalem would once again be the home and the center of My people.                                                 &ldquo;You intended to speak on Daniel and certain excerpts from that. It is good because that is within the guidance of My Spirit and within the center of My will. But forget your notes. You&rsquo;re not sermonizing. Regard it as a prophetic spirit that has come to you through Me.                               Tell them that the secret of those four young men&mdash;Daniel, Shadrach, Meshach and Abednego&ndash;the secret was that they frequently prayed,                                although they found themselves in a strange culture.                               They fasted. And as they will do what I am to tell you to do, they will feel My Spirit resting upon them, equipping them, empowering them to go forth and be My people in a world that is not very different from what they found themselves in.                                There are so many strange cultures in America. So many strange nations across the world. And this is an international body, reaching out to the furthest corners of the world.                                                 &ldquo;Tell them to read the book of Daniel.                                It is a much-neglected book. Some of My people have taken from it certain parts that they liked.                               But I would have them as a body to read the entire book, to commence with that reading individually and corporately as soon as possible. They must hear it word for word. They must note the number of times that these people fasted and prayed, and let fasting be one of the clear motivations in their life to know My fullness and to know my plans for them.                                                 &ldquo;They are My people. They are people of My choice. They are people of destiny. The leadership must know that My Spirit will never depart from them. If they draw near unto Me, I shall draw near unto them. More than that, I shall ever be with them, never removed at any distance. Shortly, they will be ministering in this country.                                                 They will also be ministering in other countries,                               but every time, My anointing will rest upon them so powerfully that they will know they are people of My choice, and make themselves available.                                 I want them to know that everyone involved in the ministry, whether it be a menial task, the most unimportant task in their own eyes, if they&rsquo;re My instruments, they are important. There is no link that can be taken out of the chain.                                                 &ldquo;I repeat, speak to them slowly, deliberately, fearlessly, but with divine compassion. Love them as My people, My Church, My Body, My Bride. Reassure them once again of My love that is infallible at all times, and My Spirit that is available to them at all times since I dwell in them,                               I&rsquo;ll be living with them and in them from this day forward more powerfully than ever before.                                They are My nation. They are My people of priests and prophets. And none of them, not the least of them, should try to withdraw from what I&rsquo;m going to reveal to them and what I&rsquo;m to require of them.&rdquo;                                                 Folks, I tried to sleep. But this power of God rested upon me so heavily, so mightily, that I&hellip;Whenever God reveals Himself to me it&rsquo;s quickening and energizing. Yet this morning, when I woke up I was tired out. It was a remarkable experience.                                                 I&rsquo;m going to read a few passages which came to me at that time, to show you the importance of this book. And, Pastor George, I don&rsquo;t know when you&rsquo;re going to start it. The Lord said as soon as it&rsquo;s possible for you to do it, do it methodically, do it faithfully, both in your private capacities, and as a corporate Body.</div> 
</div> 
 <div class="readMore"> <a dont-color-link="true" href="/prophecy-by-justus-du-plessis-to-emic-and-kcm-august-29-1996"></a> 
</div> 
</div> 
</div> 
</div> 
 <div style="-ms-grid-column:2; -ms-grid-row:1" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 400.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/mobilize-the-troops" data-blog-post-alias="mobilize-the-troops" aria-label="Two people kneel in a church pew, heads bowed in prayer with hands clasped."> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/Evangilism-1920w.webp');"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/Evangilism-1920w.webp" alt="Two people kneel in a church pew, heads bowed in prayer with hands clasped." onerror="handleImageLoadError(this)"/></div> 
</a> 
 <div class="postTextContainer"> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/mobilize-the-troops" data-blog-post-alias="mobilize-the-troops">Mobilize The Troops!</a> 
</h3> 
</div> 
 <div class="authorBar"> <span>By  Pastor Al Velez</span> 
 <span>&bull;</span> 
 <span>February 24, 2026</span> 
</div> 
 <div class="postDescription">Men, Pastor George heard from God after asking Him:                                                 &ldquo;Lord, what would make 2026 YOUR most productive year?&rdquo;                                                 The Lord answered:                                                 16                               Then the eleven disciples went away into Galilee, to the mountain which Jesus had appointed for them.                               17                               When they saw Him, they worshiped Him; but some doubted.                                                 18                               And Jesus came and spoke to them, saying, &ldquo;All authority has been given to Me in heaven and on earth.                               19                               Go [                               a                               ]therefore and make disciples of all the nations, baptizing them in the name of the Father and of the Son and of the Holy Spirit,                               20                               teaching them to observe all things that I have commanded you; and lo, I am with you always, even to the end of the age.&rdquo; [                               b                               ]Amen. Matt 28:16-20                                                 The Lord gave Ps. George further instruction by saying: &ldquo;Make your church more conducive to the lost&rdquo; then to &ldquo;Mobilize the troops!&rdquo;.                                                 Men, we have been mobilized to share Jesus and challenged to develop a culture of invitation.                                                 Please see the attached January Men&rsquo;s Breakfast video and Pastor&rsquo;s notes below to get the full challenge to &ldquo;Go make disciples&rdquo;!                                                                                                  Prayer and confession over 2026 &ndash; The Year of the Big Fix!                                                  Father, we ask for a mighty and sustained manifestation of Your wonderful glory in this current season; manifesting Your majestic presence, Your awesome power and Your extravagant goodness that brings:                                                 1. An awakening to You in the body of Christ; waking us out of our apathy, complacency, and lethargy!                                                  2. Protection and victory for Israel &ndash; the apple of Your eye!                                                  3. Protection and wisdom for President Trump and those called to his side as he leads our nation under Your providential hand.                                                  4. Your glory to be made manifest in our church, Your body &ndash; the church, our school campuses, our nation, and the world.                                                  5. Breakthroughs of growth, prosperity, influence and favor for our ministry and partners at KCM, EMIC, KCBC and the Victory Channel.                                                  6. Personal prosperity and breakthroughs (answers, direction and clarity) for every church member and partner of this ministry.                                                  7. And complete preparation in spirit, soul and body for all that is coming.                                                  &ndash; To God be the all the glory, amen!                                                                                                                                 Unified faith is the incubator for revival!                                                 Let us continue to join our faith in prayer for the Key Prayer Points below that will continue throughout the month:                                                             That the men of EMIC and the church at large will boldly share the gospel and win the lost to Jesus and invite people to church in 2026                                  !                                                      Psalm 91 protection over our church, leaders and partners and the nation of Israel for wholeness and prosperity.                                                      That Pastor George and Pastor Terri and Brother and Sister Copeland are renewed as Eagles in youthfulness, health and utterance in the Holy Spirit.                                                      Complete healing for our church family members that are overcoming.                                                            Men, there are active opportunities to be involved in affecting each one of these areas here at EMIC, our community, schools and patriotic involvement and through effective faith-filled prayers.                                                                                                  To find out how you can be more involved contact Pastor Al Velez at                                           avelez@kcm.org                                           or call 817-252-2964 or Josh Gonzalez at                                           jgonzalez@kcm.org                                           or call 817-252-2903                                                                                                  Our Men&rsquo;s Ministry is designed to equip you with biblical weapons of warfare and disciple you and one another in the Word of God and in meaningful relationships so that we join our faith together for victory!                                                 Come and be a part of our Men&rsquo;s Movement!                                                                                                  Don&rsquo;t miss our next Built to Last Men&rsquo;s Breakfast! Go online to emic.org/events to register now!                                                                                                  Can&rsquo;t wait to see you all!                                                 Until then stay strong and courageous &ndash; AS ONE!                                                 Love and blessings! Pastor Al</div> 
</div> 
 <div class="readMore"> <a dont-color-link="true" href="/mobilize-the-troops"></a> 
</div> 
</div> 
</div> 
</div> 
 <div style="-ms-grid-column:3; -ms-grid-row:1" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 600.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/this-sundays-message-2026-our-most-productive-year-part-4-your-mission-field" data-blog-post-alias="this-sundays-message-2026-our-most-productive-year-part-4-your-mission-field" aria-label="This Sunday’s Message: 2026 – Our Most Productive Year (Part 4) – Your Mission Field"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/blog1-1920w.png');"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/blog1-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div> 
</a> 
 <div class="postTextContainer"> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/this-sundays-message-2026-our-most-productive-year-part-4-your-mission-field" data-blog-post-alias="this-sundays-message-2026-our-most-productive-year-part-4-your-mission-field">This Sunday&rsquo;s Message: 2026 &ndash; Our Most Productive Year (Part 4) &ndash; Your Mission Field</a> 
</h3> 
</div> 
 <div class="authorBar"> <span>By Eagle Mountain International Church</span> 
 <span>&bull;</span> 
 <span>January 14, 2026</span> 
</div> 
 <div class="postDescription">&ldquo;We are an evangelistic church!&rdquo; This statement rose up in Pastor George&rsquo;s heart a few weeks ago and it has carried him every message since. Pastor George continued his series this past Sunday on the importance of bringing others to church. Did you know that 79% of people who come to a church for the first time come because someone invited them? There is no greater tool than personal invitation! We encourage you to ask yourself throughout this week, who can I bring to church with me next Sunday?</div> 
</div> 
 <div class="readMore"> <a dont-color-link="true" href="/this-sundays-message-2026-our-most-productive-year-part-4-your-mission-field"></a> 
</div> 
</div> 
</div> 
</div> 
 <div style="-ms-grid-column:1; -ms-grid-row:2" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 800.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/2026-is-the-year-of-the-big-fix-for-us-all" data-blog-post-alias="2026-is-the-year-of-the-big-fix-for-us-all" aria-label="2026 is the Year of the Big Fix for Us All"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/611263847_1307481121412983_3667831805297200498_n-1920w.jpg');"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/611263847_1307481121412983_3667831805297200498_n-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></div> 
</a> 
 <div class="postTextContainer"> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/2026-is-the-year-of-the-big-fix-for-us-all" data-blog-post-alias="2026-is-the-year-of-the-big-fix-for-us-all">2026 is the Year of the Big Fix for Us All</a> 
</h3> 
</div> 
 <div class="authorBar"> <span>By Eagle Mountain International Church</span> 
 <span>&bull;</span> 
 <span>January 13, 2026</span> 
</div> 
 <div class="postDescription">Download the 2026 Bible Reading Plan                                                                                                  Download the 2026 EMIC Superkid Academy Bible Reading Plan                                                                                                  January invites reflection                               . We look at where we&rsquo;ve been and where we&rsquo;re going. For believers, this moment isn&rsquo;t just about goals or resolutions. It&rsquo;s about listening for the word of the Lord and aligning our lives with what God is saying now.                                                                             Every year, Kenneth Copeland shares a word from the Lord for the coming year, setting spiritual direction for believers worldwide. Past declarations, such                               as 2024                                is the year of more and more and more and more!                               And 2025                               , we will come alive with strengthened faith and a sharpened focus. And now, God has spoken again.                                                                                                  Across the world&mdash;and in our own lives&mdash;things can feel broken, stuck or out of alignment. Nations wrestle with unrest. Families face pressure. Individuals face illness, lack, fear or uncertainty. Many believers are asking, &ldquo;Lord, how do we move forward from here?&rdquo;                                                                                                  On Jan. 4, Kenneth Copeland shared                               the word of the Lord for 2026                               , and the message was unmistakable:</div> 
</div> 
 <div class="readMore"> <a dont-color-link="true" href="/2026-is-the-year-of-the-big-fix-for-us-all"></a> 
</div> 
</div> 
</div> 
</div> 
 <div style="-ms-grid-column:2; -ms-grid-row:2" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 1000.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/2026-the-big-fix" data-blog-post-alias="2026-the-big-fix" aria-label="2026 is the Year of the Big Fix for Us All"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/YouTube-1920x1080-2026-WOL-1536x864-1920w.jpg');"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/YouTube-1920x1080-2026-WOL-1536x864-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></div> 
</a> 
 <div class="postTextContainer"> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/2026-the-big-fix" data-blog-post-alias="2026-the-big-fix">2026 is the Year of the Big Fix for Us All</a> 
</h3> 
</div> 
 <div class="authorBar"> <span>By Eagle Mountain International Church</span> 
 <span>&bull;</span> 
 <span>January 13, 2026</span> 
</div> 
 <div class="postDescription">Download the 2026 Bible Reading Plan                                                                        Download the 2026 EMIC Superkid Academy Bible Reading Plan                                                                                    January invites reflection                                          . We look at where we&rsquo;ve been and where we&rsquo;re going. For believers, this moment isn&rsquo;t just about goals or resolutions. It&rsquo;s about listening for the word of the Lord and aligning our lives with what God is saying now.                                                 Every year, Kenneth Copeland shares a word from the Lord for the coming year, setting spiritual direction for believers worldwide. Past declarations, such                                           as 2024                                           is the year of more and more and more and more!                                           And 2025                                          , we will come alive with strengthened faith and a sharpened focus. And now, God has spoken again.                                                 Across the world&mdash;and in our own lives&mdash;things can feel broken, stuck or out of alignment. Nations wrestle with unrest. Families face pressure. Individuals face illness, lack, fear or uncertainty. Many believers are asking, &ldquo;Lord, how do we move forward from here?&rdquo;                                                 On Jan. 4, Kenneth Copeland shared                                           the word of the Lord for 2026                                          , and the message was unmistakable:                                                 2026 is the Year of the Big Fix                                                 This isn&rsquo;t a surface-level adjustment. This is God stepping in with restoration that extends from the global stage to the details of everyday life. What began with a visible reset in Venezuela is a picture of what God is doing among nations and among His people.                                                 The Lord said He has seen the mess and is fixing it. His peace is being released, just as Jesus spoke to the storm and said, &ldquo;Peace, be still.&rdquo; That same authority is still at work today, especially concerning Israel and the United States.</div> 
</div> 
 <div class="readMore"> <a dont-color-link="true" href="/2026-the-big-fix"></a> 
</div> 
</div> 
</div> 
</div> 
 <div style="-ms-grid-column:3; -ms-grid-row:2" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 1200.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/this-sundays-message-2026-our-most-productive-year-part-2-mobilize-the-troops" data-blog-post-alias="this-sundays-message-2026-our-most-productive-year-part-2-mobilize-the-troops" aria-label="This Sunday’s Message: 2026 – Our Most Productive Year (Part 2) – Mobilize the Troops"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/Mobilize+the+Troops-1920w.png');"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/Mobilize+the+Troops-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div> 
</a> 
 <div class="postTextContainer"> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/this-sundays-message-2026-our-most-productive-year-part-2-mobilize-the-troops" data-blog-post-alias="this-sundays-message-2026-our-most-productive-year-part-2-mobilize-the-troops">This Sunday&rsquo;s Message: 2026 &ndash; Our Most Productive Year (Part 2) &ndash; Mobilize the Troops</a> 
</h3> 
</div> 
 <div class="authorBar"> <span>By Eagle Mountain International Church</span> 
 <span>&bull;</span> 
 <span>January 6, 2026</span> 
</div> 
 <div class="postDescription">Happy New Year! Welcome to 2026, the year of the Big Fix as well as our most productive year YET! This past Sunday was our first Sunday service of the year, and it truly was a marvelous time. Pastor George continued his message regarding what it means to have our most productive year yet, as well as reiterating the importance of evangelism through 2026. This year is going to be filled with miracles, increase, and expansion at Eagle Mountain International Church and in your life personally. So, get ready, get ready, get ready!</div> 
</div> 
 <div class="readMore"> <a dont-color-link="true" href="/this-sundays-message-2026-our-most-productive-year-part-2-mobilize-the-troops"></a> 
</div> 
</div> 
</div> 
</div> 
 <div style="-ms-grid-column:1; -ms-grid-row:3" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 1400.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/the-last-prophecy-ps-al" data-blog-post-alias="the-last-prophecy-ps-al" aria-label="The Last Prophecy – Ps. Al"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/Father-Sons-1536x864-1920w.webp');"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/Father-Sons-1536x864-1920w.webp" alt="" onerror="handleImageLoadError(this)"/></div> 
</a> 
 <div class="postTextContainer"> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/the-last-prophecy-ps-al" data-blog-post-alias="the-last-prophecy-ps-al">The Last Prophecy &ndash; Ps. Al</a> 
</h3> 
</div> 
 <div class="authorBar"> <span>By Pastor Al Velez</span> 
 <span>&bull;</span> 
 <span>November 5, 2025</span> 
</div> 
 <div class="postDescription">The Era of Spiritual Fathers                                                 During our October Men&rsquo;s Breakfast Ps. Al shared from a Word from God about the last prophecy that were the last words of the Old Testament. That last prophecy of the Old Covenant was Malachi 4:5-6:                                                 Behold I will send you Elijah the prophet before the coming of the great AND DREADFUL DAY OF THE Lord: and He shall turn the hearts of the fathers to the children, and the heart of the children to their fathers, lest I come and smite the earth with a curse.                                                 The last words from the Old Testament were a prophetic promise of a convergence of fathers and children with their hearts coming together in the end times.                                                 As you turn the page from the Old Testament into the first page of the New Testament it begins with the bloodlines from Abraham to Jesus with one exception: Joseph was not Jesus&rsquo; father by blood but emerged as the first of the lineage of spiritual fathers we read about throughout the New Covenant.                                                 This is the era we are now in                                &ndash; the era of spiritual fathers and we must turn our attention and focus to preparation and discipleship of the next generation.                                                 I encourage you to view October&rsquo;s Men&rsquo;s Breakfast teaching and notes below to capture the full experience about what was shared.                                                                                                  Confession over our Championship Year                                                  Father, we ask for a mighty and sustained manifestation of Your wonderful glory in this current season; manifesting Your majestic presence, Your awesome power, Your extravagant goodness that brings:                                                 1. An awakening to You in the body of Christ; waking us out of our apathy, complacency, and lethargy!                                                  2. Protection and victory for Israel &ndash; the apple of Your eye!                                                  3. Protection and wisdom for President Trump and those called to his side as he leads our nation under Your providential hand.                                                  4. Your glory to be made manifest in our church, Your body &ndash; the church, our school campuses, our nation, and the world.                                                  5. Breakthroughs of growth, prosperity, influence and favor for our ministry leaders, KCM, EMIC, KCBC and the Victory Channel.                                                  6. Personal prosperity and breakthroughs (answers, direction and clarity) for every church member and partner of this ministry.                                                  7. And complete preparation in spirit, soul and body for all that is coming.                                                  &ndash; To God be the all the glory, amen!                                                                                                                                 Unified faith is the incubator for revival!                                                 Let us continue to join our faith in prayer for the Key Prayer Points below that will continue throughout the month:                                                             That the men of EMIC and the church at large will stand in Championship Faith in 2025                                  !                                                      Psalm 91 protection over our church, leaders and partners and the nation of Israel for wholeness and prosperity.                                                      That Pastor George and Pastor Terri and Brother and Sister Copeland are renewed as Eagles in youthfulness, health and utterance in the Holy Spirit.                                                      Complete healing for our church family members that are overcoming.                                                            Men, there are active opportunities to be involved in affecting each one of these areas here at EMIC, our community, schools and patriotic involvement and through effective faith-filled prayers.                                                                                                  To find out how you can be more involved contact Pastor Al Velez at                                           avelez@kcm.org                                           or call 817-252-2964 or Josh Gonzalez at                                           jgonzalez@kcm.org                                           or call 817-252-2903                                                                                                  Our Men&rsquo;s Ministry is designed to equip you with biblical weapons of warfare and disciple you and one another in the Word of God and in meaningful relationships so that we join our faith together for victory!                                                 Come and be a part of our Men&rsquo;s Movement!                                                                                                  Don&rsquo;t miss our next Built to Last Men&rsquo;s Breakfast! Go online to emic.org/events to register now!                                                                                                  Can&rsquo;t wait to see you all!                                                 Until then stay strong and courageous &ndash; AS ONE!                                                 Love and blessings! Pastor Al</div> 
</div> 
 <div class="readMore"> <a dont-color-link="true" href="/the-last-prophecy-ps-al"></a> 
</div> 
</div> 
</div> 
</div> 
 <div style="-ms-grid-column:2; -ms-grid-row:3" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 1600.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/awaken-men-josh-gonzalez" data-blog-post-alias="awaken-men-josh-gonzalez" aria-label="AWAKEN MEN – Josh Gonzalez"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/52-1536x863-1920w.png');"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/52-1536x863-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div> 
</a> 
 <div class="postTextContainer"> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/awaken-men-josh-gonzalez" data-blog-post-alias="awaken-men-josh-gonzalez">AWAKEN MEN &ndash; Josh Gonzalez</a> 
</h3> 
</div> 
 <div class="authorBar"> <span>By Pastor Al Velez</span> 
 <span>&bull;</span> 
 <span>November 3, 2025</span> 
</div> 
 <div class="postDescription">Living a Legacy That Honors Jesus                                                 Not too long ago, we witnessed now one of history&rsquo;s most horrific events. The assassination of a true patriot and man of courage and Faith, Charlie Kirk. When asked not too long ago what He would want to be remembered by if he died. His response was simple but powerful. &ldquo;I want to be remembered by my courage for my faith.&rdquo;                                                 How do you want to be remembered?                                                 Not for titles, achievements, or applause, but for courage in your faith. For standing boldly for Jesus, the Son of the Living God. The most important thing in life is not what we build, but who we become. Becoming like Jesus.                                                 &ldquo;The most important thing you can do is to be born anew into the kingdom of God.&rdquo;                                                 Jesus at the Center                                                 Worship reminds us: Jesus is the center of it all. He is not just part of our story; He is the story. He doesn&rsquo;t just have the message; He is the message. The Gospel is not a side message; it is the message that transforms lives.                                                 Wake-Up Call: A Legacy Worth Living                                                 Psalm 78:1&ndash;32 calls us to remember and retell the works of God. It&rsquo;s a generational mandate, to pass on the truth, the miracles, and the faithfulness of God. We are called to awaken, to rise from spiritual slumber and live lives that shine with Christ.                                                 &ldquo;Wake up, sleeper, rise from the dead, and Christ will shine on you.&rdquo; &mdash; Ephesians 5:14                                                 The Gospel: The Message That Endures                                                 The Gospel is not just a story, it&rsquo;s the power of God to redeem and restore. The Gospel is the Birth , Life, Death, Resurrection, and the Second Coming of our Lord Jesus.                                                 This is the message that saves, heals, and sets free. It&rsquo;s not our talents or testimonies; it&rsquo;s Jesus and only Jesus.                                                                                                  Your Past Doesn&rsquo;t Disqualify You                                                 God never consults your past to determine your future. Scripture is filled with men who failed, yet were used mightily:                                                 &bull; Adam disobeyed &mdash; still became the father of humanity.                                                 &bull; David sinned &mdash; still called a man after God&rsquo;s heart.                                                 &bull; Peter denied Christ &mdash; still preached at Pentecost.                                                 &bull; Paul persecuted believers &mdash; still wrote much of the New Testament.                                                 God doesn&rsquo;t call the perfect &mdash; He perfects the called.                                                 Living the Message                                                 If you had one last message to preach, let it be Jesus. Let it look like love, sacrifice, and death to self. Be Jesus with skin on, as my spiritual mother in the faith gospel legend, evangelist and songwriter Nancy Harmon said to me many years ago. I can still hear her say her most famous words &ldquo;I am bound to a cause far greater than myself.&rdquo; She truly lived this. She loved people, but most of all she loved God.                                                 Legacy Questions for Every Man                                                 &ldquo;Many are the plans in a person&rsquo;s heart, but it is the Lord&rsquo;s purpose that prevails.&rdquo; &mdash; Proverbs 19:21                                                 &bull; How do you want to be remembered?                                                 &bull; How does that align with your God-given purpose?                                                 &bull; What can you do now to live that life &mdash; in your walk, speech, actions, and thoughts?                                                 &bull; What steps will you take to know Jesus and preach His message?                                                 The Vision of EMIC                                                 We have a great part to play in both the vision and mission of EMIC. Pastor George has modeled what it means to know the Lord. We are commissioned to make that our ultimate priority.                                                 &ldquo;For my determined purpose is that I may know Him.&rdquo; &mdash; Pastor George                                                                                                  The Enemy Is After Your Legacy                                                 He wants to rob the message, the promise, and the Word placed on your life. But remember:                                                 &ldquo;Heaven and earth will pass away, but My words will never pass away.&rdquo; &mdash; Matthew 24:35                                                                                                  Final Charge                                                 Men, rise up. Be awakened. Be bold. Be faithful. Let your life preach Jesus and only Jesus, the message that never fades and never loses it&rsquo;s transforming redeeming power. Let your legacy be one that echoes through generations: a man who knew Jesus and made Him known.                                                                                                  Confession over our Championship Year                                                  Father, we ask for a mighty and sustained manifestation of Your wonderful glory in this current season; manifesting Your majestic presence, Your awesome power, Your extravagant goodness that brings:                                                 1. An awakening to You in the body of Christ; waking us out of our apathy, complacency, and lethargy!                                                  2. Protection and victory for Israel &ndash; the apple of Your eye!                                                  3. Protection and wisdom for President Trump and those called to his side as he leads our nation under Your providential hand.                                                  4. Your glory to be made manifest in our church, Your body &ndash; the church, our school campuses, our nation, and the world.                                                  5. Breakthroughs of growth, prosperity, influence and favor for our ministry leaders, KCM, EMIC, KCBC and the Victory Channel.                                                  6. Personal prosperity and breakthroughs (answers, direction and clarity) for every church member and partner of this ministry.                                                  7. And complete preparation in spirit, soul and body for all that is coming.                                                  &ndash; To God be the all the glory, amen!                                                                                                                         Unified faith is the incubator for revival!                                                 Let us continue to join our faith in prayer for the Key Prayer Points below that will continue throughout the month:                                                             That the men of EMIC and the church at large will stand in Championship Faith in 2025 !                                                      Psalm 91 protection over our church, leaders and partners and the nation of Israel for wholeness and prosperity.                                                      That Pastor George and Pastor Terri and Brother and Sister Copeland are renewed as Eagles in youthfulness, health and utterance in the Holy Spirit.                                                      Complete healing for our church family members that are overcoming.                                                            Men, there are active opportunities to be involved in affecting each one of these areas here at EMIC, our community, schools and patriotic involvement and through effective faith-filled prayers.                                                                                                  To find out how you can be more involved contact Pastor Al Velez at                               avelez@kcm.org                                or call 817-252-2964 or Josh Gonzalez at                               jgonzalez@kcm.org                                or call 817-252-2903                                                                                                  Our Men&rsquo;s Ministry is designed to equip you with biblical weapons of warfare and disciple you and one another in the Word of God and in meaningful relationships so that we join our faith together for victory!                                                 Come and be a part of our Men&rsquo;s Movement!                                                                                                  Don&rsquo;t miss our next Built to Last Men&rsquo;s Breakfast! Go online to emic.org/events to register now!                                                                                                  Can&rsquo;t wait to see you all!                                                 Until then stay strong and courageous &ndash; AS ONE!                                                 Love and blessings! Pastor Al</div> 
</div> 
 <div class="readMore"> <a dont-color-link="true" href="/awaken-men-josh-gonzalez"></a> 
</div> 
</div> 
</div> 
</div> 
 <div style="-ms-grid-column:3; -ms-grid-row:3" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 1800.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/the-sin-of-achan" data-blog-post-alias="the-sin-of-achan" aria-label="The Sin of Achan"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/51-1536x863-1920w.png');"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/51-1536x863-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div> 
</a> 
 <div class="postTextContainer"> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/the-sin-of-achan" data-blog-post-alias="the-sin-of-achan">The Sin of Achan</a> 
</h3> 
</div> 
 <div class="authorBar"> <span>By Pastor Al Velez</span> 
 <span>&bull;</span> 
 <span>August 20, 2025</span> 
</div> 
 <div class="postDescription">Removing the Obstacles that get in the way of His presence                                                 God&rsquo;s glory entered our Men&rsquo;s Breakfast in August as many answered the call to remove all obstacles that get in the way of entering into His presence &ndash; HIS WAY!                                                 We learned that we must come to God on His terms and not on our terms. That was the sin of the Israelites as some scholars believed that the golden calf was created as a vessel for God to ride on that he may enter into &lsquo;their&rsquo; presence of compromise.                                                 &ldquo;And all the people brake off the golden earrings which were in their ears, and brought them to Aaron. And he received them at their hand, and fashioned it with a graving tool, after he had made it a molten calf: and they said these be thy gods, O Israel, which brought thee up out of the land of Egypt. And when Aaron saw it, he built an altar before it; and Aaron made a proclamation, and said, To morrow is a feast to the LORD. And they rose up early on the morrow, and offered burnt offerings, and brought peace offerings; and the people sat down to eat and to drink, and rose to play&rdquo; Exodus 32:2-6                                                 &ldquo;God will not meet you on your terms, but He will meet you where you are if you pursue Him with pure heart&rdquo;.                                 &ndash; Ps. Al                                                 &ldquo;Draw near to God and He will draw near to you. Cleanse your hands, you sinners and purify your hearts you double-minded&rdquo;. James 4:8                                                 In James 4:8 we have our instructions on how to approach God; clean hands that are repented and a pure heart or a heart that has the right intentions &ndash; to know God better.                                                 In Joshua 7, God&rsquo;s presence was removed from Joshua&rsquo;s army and they lost the first battle against Ai. Joshua pleaded with the Lord to know why and the Lord revealed that one of Joshua&rsquo;s men, Achan, had disobediently taken of the spoils of war and mixed among his possessions &ndash; the blessed things given by God.                                                 So the Lord said to Joshua: &ldquo;Get up! Why do you lie thus on your face? Israel has sinned, and they have transgressed My covenant which I have commanded them For they have taken some of the accursed things, and have both stolen and deceived; and they have also put it among their own stuff.&rdquo; Joshua 7:10-11                                                 The Lord&rsquo;s presence and power will not dwell amongst the environment of mixture we create. We cannot be in His presence on our terms of compromise but on His terms of purity. It is not about being perfect but about submitting to His ways and having a pure heart of pursuit.                                                 Blessed are the pure in heart: for they shall see God. Matthew 5:8 KJV                                                 Men, as Pastor George continues to lead us into the presence of God that we may know Him better &ndash; lets make it our determined purpose to pursue Him with clean hands and a pure heart!                                                 Confession over our Championship Year                                                  Father, we ask for a mighty and sustained manifestation of Your wonderful glory in this current season; manifesting Your majestic presence, Your awesome power, Your extravagant goodness that brings:                                                 1. An awakening to You in the body of Christ; waking us out of our apathy, complacency, and lethargy!                                                  2. Protection and victory for Israel &ndash; the apple of Your eye!                                                  3. Protection and wisdom for President Trump and those called to his side as he leads our nation under Your providential hand.                                                  4. Your glory to be made manifest in our church, Your body &ndash; the church, our school campuses, our nation, and the world.                                                  5. Breakthroughs of growth, prosperity, influence and favor for our ministry leaders, KCM, EMIC, KCBC and the Victory Channel.                                                  6. Personal prosperity and breakthroughs (answers, direction and clarity) for every church member and partner of this ministry.                                                  7. And complete preparation in spirit, soul and body for all that is coming.                                                  &ndash; To God be the all the glory, amen!                                                                                                                                 Unified faith is the incubator for revival!                                                 Let us continue to join our faith in prayer for the Key Prayer Points below that will continue throughout the month:                                                             That the men of EMIC and the church at large will stand in Championship Faith in 2025                                  !                                                      Psalm 91 protection over our church, leaders and partners and the nation of Israel for wholeness and prosperity.                                                      That Pastor George and Pastor Terri and Brother and Sister Copeland are renewed as Eagles in youthfulness, health and utterance in the Holy Spirit.                                                      Complete healing for our church family members that are overcoming.                                                            Men, there are active opportunities to be involved in affecting each one of these areas here at EMIC, our community, schools and patriotic involvement and through effective faith-filled prayers.                                                                                                  To find out how you can be more involved contact Pastor Al Velez at                                           avelez@kcm.org                                           or call 817-252-2964 or Josh Gonzalez at                                           jgonzalez@kcm.org                                           or call 817-252-2903                                                                                                  Our Men&rsquo;s Ministry is designed to equip you with biblical weapons of warfare and disciple you and one another in the Word of God and in meaningful relationships so that we join our faith together for victory!                                                 Come and be a part of our Men&rsquo;s Movement!                                                                                                  Don&rsquo;t miss our next Built to Last Men&rsquo;s Breakfast! Go online to emic.org/events to register now!                                                                                                  Can&rsquo;t wait to see you all!                                                 Until then stay strong and courageous &ndash; AS ONE!                                                 Love and blessings! Pastor Al                                                 Men&rsquo;s Breakfast Video</div> 
</div> 
 <div class="readMore"> <a dont-color-link="true" href="/the-sin-of-achan"></a> 
</div> 
</div> 
</div> 
</div> 
 <div style="-ms-grid-column:1; -ms-grid-row:4" class="postArticle lastArticle"> <div class="inner clearfix wow" style="animation-delay: 2000.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/get-out-of-my-garden" data-blog-post-alias="get-out-of-my-garden" aria-label="GET OUT OF MY GARDEN!"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/1-1536x864-1920w.png');"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/1-1536x864-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div> 
</a> 
 <div class="postTextContainer"> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/get-out-of-my-garden" data-blog-post-alias="get-out-of-my-garden">GET OUT OF MY GARDEN!</a> 
</h3> 
</div> 
 <div class="authorBar"> <span>By Pastor Al Velez</span> 
 <span>&bull;</span> 
 <span>August 20, 2025</span> 
</div> 
 <div class="postDescription">We have dominion over our house!                                                 During the July Men&rsquo;s Breakfast Pastor George delivered a powerful word and call to action to the men of EMIC. He said that we were created to be an exact duplicate of God having His prevailing and ruling authority to bring all things under dominion-control.                                                 Yet You have made him but a little lower than God [or heavenly beings], and You have crowned him with glory and honor. You have made him to have dominion over the works of your hands; You have put all things under his feet. Psalm 8:5-6 AMPC.                                                 In this authority we are to dress and keep, or, to oversee and guard our &lsquo;gardens&rsquo; or our households commanding the devil to:                                                 &ldquo;GET OUT OF MY GARDEN AND NEVER COME BACK!&rdquo;                                                 &ldquo;Men, its time to take authority over your garden and cast out everything that doesn&rsquo;t belong there!&rdquo; &ndash; Pastor George                                                 This includes: Sickness and disease, poverty and lack, fear, worry, care and anxiety, strife and whatever is of the curse of the law.                                                 James 4:7 (AMPC) So be subject to God. Resist the devil [stand firm against him], and he will flee from you.                                                 Please see the Men&rsquo;s Breakfast &ndash; Get out of My Garden teaching video and notes by Pastor George attached and begin to exercise your priestly authority!                                                                                                  Confession over our Championship Year                                                  Father, we ask for a mighty and sustained manifestation of Your wonderful glory in this current season; manifesting Your majestic presence, Your awesome power, Your extravagant goodness that brings:                                                 1. An awakening to You in the body of Christ; waking us out of our apathy, complacency, and lethargy!                                                  2. Protection and victory for Israel &ndash; the apple of Your eye!                                                  3. Protection and wisdom for President Trump and those called to his side as he leads our nation under Your providential hand.                                                  4. Your glory to be made manifest in our church, Your body &ndash; the church, our school campuses, our nation, and the world.                                                  5. Breakthroughs of growth, prosperity, influence and favor for our ministry leaders, KCM, EMIC, KCBC and the Victory Channel.                                                  6. Personal prosperity and breakthroughs (answers, direction and clarity) for every church member and partner of this ministry.                                                  7. And complete preparation in spirit, soul and body for all that is coming.                                                  &ndash; To God be the all the glory, amen!                                                                                                  Unified faith is the incubator for revival!                                                 Let us continue to join our faith in prayer for the Key Prayer Points below that will continue throughout the month:                                                             That the men of EMIC and the church at large will stand in Championship Faith in 2025 !                                                      Psalm 91 protection over our church, leaders and partners and the nation of Israel for wholeness and prosperity.                                                      That Pastor George and Pastor Terri and Brother and Sister Copeland are renewed as Eagles in youthfulness, health and utterance in the Holy Spirit.                                                      Complete healing for our church family members that are overcoming.                                                            Men, there are active opportunities to be involved in affecting each one of these areas here at EMIC, our community, schools and patriotic involvement and through effective faith-filled prayers.                                                                                                  To find out how you can be more involved contact Pastor Al Velez at                                           avelez@kcm.org                                           or call 817-252-2964 or Josh Gonzalez at                                           jgonzalez@kcm.org                                           or call 817-252-2903                                                                                                  Our Men&rsquo;s Ministry is designed to equip you with biblical weapons of warfare and disciple you and one another in the Word of God and in meaningful relationships so that we join our faith together for victory!                                                 Come and be a part of our Men&rsquo;s Movement!                                                                                                  Don&rsquo;t miss our next Built to Last Men&rsquo;s Breakfast! Go online to emic.org/events to register now!                                                                                                  Can&rsquo;t wait to see you all!                                                 Until then stay strong and courageous &ndash; AS ONE!                                                 Love and blessings! Pastor Al                                                 Men&rsquo;s Breakfast Video</div> 
</div> 
 <div class="readMore"> <a dont-color-link="true" href="/get-out-of-my-garden"></a> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <nav class="pagination-nav"> <ul class="pagination-list"> <li class="pagination-item button_2"> <a data-page="1" data-action="paginate" class="pagination-link disabled"> <span class="dm-icon-left"></span> 
</a> 
</li> 
 <li class="pagination-item active button_1"> <a data-page="1" data-action="paginate" class="pagination-link active">1 <span class="sr-only">(current)</span> 
</a> 
</li> 
 <li class="pagination-item button_2"> <a data-page="2" data-action="paginate" class="pagination-link">2</a> 
</li> 
 <li class="pagination-item button_2"> <a data-page="3" data-action="paginate" class="pagination-link">3</a> 
</li> 
 <li class="pagination-item button_2"> <a data-page="10" data-action="paginate" class="pagination-link">...</a> 
</li> 
 <li class="pagination-item button_2"> <a data-page="18" data-action="paginate" class="pagination-link">18</a> 
</li> 
 <li class="pagination-item button_2"> <a data-page="2" data-action="paginate" class="pagination-link"> <span class="dm-icon-right"></span> 
</a> 
</li> 
</ul> 
</nav> 
</div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1996240733" data-flex-id="a71ac265" class="" data-hidden-on-desktop="true"> <div class="flex-widgets-container" id="1994380749"></div> 
 <section id="802cf98c" class="flex-element section" data-auto="flex-element-section"> <div id="31e28746" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="55e425a0" class="flex-element group" data-auto="flex-element-group" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile=""> <div id="group_har" class="flex-element group" data-auto="flex-element-group"> <div id="2c9748db" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1856549969"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1856549969" style=""><p class="m-text-align-center text-align-center" style="letter-spacing: 0.23em;"><span style="text-transform: uppercase; color: var(--color_2); display: unset;">Lorem ipsum dolor sit amet</span></p></div> 
</div> 
 <div id="3704a16a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1809818969"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1809818969" style=""> <h2 class="text-align-center"><span style="display: unset;">Lorem ipsum dolor sit amet</span></h2> 
</div> 
</div> 
 <div id="widget_haf" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="58534817"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="58534817" style=""><p class="m-text-align-center text-align-center"><span style="display: unset;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&nbsp;</span></p></div> 
</div> 
 <div id="374e9506" class="flex-element group" data-auto="flex-element-group"> <div id="a1689f87" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1073190099"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1073190099 flexButton button_2" file="false" href="/" data-element-type="dButtonLinkId" id="1073190099"> <span class="iconBg" aria-hidden="true" id="1894209765"> <span class="icon hasFontIcon icon-star" id="1305188521"></span> 
</span> 
 <span class="text" id="1915431684">Lorem Ipsum</span> 
</a> 
</div> 
 <div id="d5d7941c" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1418791928"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1418791928 flexButton button_2" file="false" href="/" data-element-type="dButtonLinkId" id="1418791928"> <span class="iconBg" aria-hidden="true" id="1350766673"> <span class="icon hasFontIcon icon-star" id="1640731258"></span> 
</span> 
 <span class="text" id="1077833234">Lorem Ipsum</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1751471854" data-flex-id="045e8cdb" class="" data-hidden-on-desktop="true"> <div class="flex-widgets-container" id="1305327392"></div> 
 <section id="4ee7ad46" class="flex-element section" data-auto="flex-element-section"> <div id="6973ad6f" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="5f042b39" class="flex-element group" data-auto="flex-element-group" data-hidden-on-desktop=""> <div id="19d4c7c1" class="flex-element group" data-auto="flex-element-group" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile=""> <div id="widget_frh" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="clicktomap" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile="" data-external-id="3411903297"> <div class="default align-center flexButton inlineMap" data-type="inlineMap" data-lat="32.929575" data-lng="-97.435138" data-address="Fort Worth, Texas 76192, United States" data-height="" data-msid="" data-mapurl="" data-lang="en" data-color-scheme="" data-zoom="9" data-layout="layout1" data-popup-display="" data-popup-show="false" data-popup-title="" data-popup-title-visible="false" data-popup-description="" data-popup-description-visible="false" id="3411903297" dmle_extension="mapextension" data-element-type="mapextension" modedesktop="map" localization_key_addresstodisplay="googleTranslate.O17wsN0.115" modemobile="map" addresstodisplay="Fort Worth, Texas 76192, United States" localization_key_geocompleteaddress="googleTranslate.O17wsN0.115" geocompleteaddress="Fort Worth, Texas 76192, United States" data-popup-display-desktop="" zoom="9" data-popup-display-mobile="" data-display-type="block" layout="layout1" modetablet="map" wr="true" icon="true" surround="true" adwords="" icon-name="icon-map-marker" street="" city="" country="US" country_full="United States" state="" zip="" business="Eagle Mountain International Church" provider="mapbox" lon="-97.435138" lat="32.929575" dmmapsource="dm"> <div class="mapContainer" style="height: 100%; width: 100%; overflow: hidden; z-index: 0;"></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmFooterContainer flex_hfcontainer"> <div id="flex-footer" role="contentinfo"> <div data-auto="flex-section" id="1755561873" data-flex-id="63da2bddeae8da42b2353671" data-layout-section=""> <div class="flex-widgets-container" id="1245219930"></div> 
 <section id="63da2bddeae8da42b2353670" class="flex-element section" data-auto="flex-element-section"> <div id="63da2bddeae8da42b2353672" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="63da2bddeae8da42b2353673" class="flex-element group" data-auto="flex-element-group"> <div id="group_pai" class="flex-element group" data-auto="flex-element-group"> <div id="c8157d1d" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-keep-proportion="true" data-external-id="1473014275"> <div class="imageWidget align-center u_1473014275" data-element-type="image" data-widget-type="image" id="1473014275"> <a href="/" id="1496977051"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/imgi_11_logo_footer2-158w.png" alt="Blank white square with a thin black border on the right and bottom edges." id="1008856481" class="" data-dm-image-path="https://irp.cdn-website.com/592f7851/dms3rep/multi/imgi_11_logo_footer2.png" width="238" height="200" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
 <div id="widget_jta" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="3323891161"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="3323891161" style=""><p class="m-text-align-center text-align-left size-16 t-size-16 m-size-16"><span style="display: unset; color: rgba(255, 255, 255, 0.7);" class="font-size-16 t-font-size-16 m-font-size-16">This is more than just a place of worship. It is a growing, loving family!</span></p></div> 
</div> 
 <div id="b309e393" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="socialhub" data-external-id="1607696758"> <div class="align-center text-align-center u_1607696758 dmSocialHub gapSpacing" id="1607696758" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.facebook.com/EagleMountainChurch" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Facebook&apos;)"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span> 
</a> 
 <a href="https://www.youtube.com/@eaglemountaintv" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Youtube&apos;)"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span> 
</a> 
 <a href="https://www.instagram.com/eaglemountainchurch" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Instagram&apos;)"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div id="group_pra" class="flex-element group" data-auto="flex-element-group"> <div id="601054ce" class="flex-element group" data-auto="flex-element-group"> <div id="e7f3461f" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1665905157"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1665905157 flexButton button_2" file="false" href="/messages" data-element-type="dButtonLinkId" id="1665905157"> <span class="iconBg" aria-hidden="true" id="1124375918"> <span class="icon hasFontIcon icon-star" id="1621622240"></span> 
</span> 
 <span class="text" id="1452446854">Watch Service</span> 
</a> 
</div> 
 <div id="5f4c83a9" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1894535121"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1894535121 flexButton button_2" file="false" href="https://www.emic.org/give" data-element-type="dButtonLinkId" id="1894535121" target="_blank"> <span class="iconBg" aria-hidden="true" id="1309657273"> <span class="icon hasFontIcon icon-star" id="1658855472"></span> 
</span> 
 <span class="text" id="1316793504">Ways To Give</span> 
</a> 
</div> 
 <div id="f2da10e3" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1852674470"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1852674470 flexButton button_2" file="false" href="/events" data-element-type="dButtonLinkId" id="1852674470"> <span class="iconBg" aria-hidden="true" id="1461483307"> <span class="icon hasFontIcon icon-star" id="1905070550"></span> 
</span> 
 <span class="text" id="1566065706">Events</span> 
</a> 
</div> 
 <div id="widget_pte" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="3756125159"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton button_2 u_3756125159" file="true" href="https://irp.cdn-website.com/592f7851/files/uploaded/2026-EMIC-KCM-One-Year-Bible-Reading-Plan-a+%281%29.pdf" data-element-type="dButtonLinkId" id="3756125159" target="_blank"> <span class="iconBg" aria-hidden="true" id="1317722100"> <span class="icon hasFontIcon icon-star" id="1964810967"></span> 
</span> 
 <span class="text" id="1012383046">2026 Bible Reading Plan</span> 
</a> 
</div> 
</div> 
 <div id="group_eu6" class="flex-element group" data-auto="flex-element-group"> <div id="976741de" class="flex-element group" data-auto="flex-element-group"> <div id="3171f04a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1207919704"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1207919704" style=""><p class="m-text-align-center m-size-16 t-size-16 text-align-center size-16"><strong class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Visit us in person:</strong></p><p class="m-text-align-center t-size-16 m-size-16 text-align-center size-16"><a href="https://www.google.com/maps/place/Eagle+Mountain+International+Church/@32.9903593,-97.4853838,912m/data=!3m2!1e3!4b1!4m6!3m5!1s0x864de7000631b82d:0xe45ffe9a31954fb7!8m2!3d32.9903548!4d-97.4828089!16s%2Fg%2F1vv2sn3t?entry=ttu&g_ep=EgoyMDI2MDIwMS4wIKXMDSoKLDEwMDc5MjA2OUgBUAM%3D" target="_blank" runtime_url="https://www.google.com/maps/place/Eagle+Mountain+International+Church/@32.9903593,-97.4853838,912m/data=!3m2!1e3!4b1!4m6!3m5!1s0x864de7000631b82d:0xe45ffe9a31954fb7!8m2!3d32.9903548!4d-97.4828089!16s%2Fg%2F1vv2sn3t?entry=ttu&g_ep=EgoyMDI2MDIwMS4wIKXMDSoKLDEwMDc5MjA2OUgBUAM%3D" type="url" class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: var(--color_3); text-decoration: none;">14355 Morris Dido Rd.</a></p><p class="m-text-align-center m-size-16 t-size-16 text-align-center size-16"><a href="https://www.google.com/maps/place/Eagle+Mountain+International+Church/@32.9903593,-97.4853838,912m/data=!3m2!1e3!4b1!4m6!3m5!1s0x864de7000631b82d:0xe45ffe9a31954fb7!8m2!3d32.9903548!4d-97.4828089!16s%2Fg%2F1vv2sn3t?entry=ttu&g_ep=EgoyMDI2MDIwMS4wIKXMDSoKLDEwMDc5MjA2OUgBUAM%3D" target="_blank" runtime_url="https://www.google.com/maps/place/Eagle+Mountain+International+Church/@32.9903593,-97.4853838,912m/data=!3m2!1e3!4b1!4m6!3m5!1s0x864de7000631b82d:0xe45ffe9a31954fb7!8m2!3d32.9903548!4d-97.4828089!16s%2Fg%2F1vv2sn3t?entry=ttu&g_ep=EgoyMDI2MDIwMS4wIKXMDSoKLDEwMDc5MjA2OUgBUAM%3D" type="url" class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: var(--color_3); text-decoration: none;">Newark, TX 76071</a></p></div> 
</div> 
</div> 
 <div id="7a97ddcc" class="flex-element group" data-auto="flex-element-group"> <div id="1291b738" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1816379946"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1816379946" style=""><p class="m-text-align-center text-align-center m-size-16 t-size-16 size-16"><strong class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Call the church office:</strong></p><p class="m-text-align-center text-align-center m-size-16 t-size-16 size-16"><a href="tel:817-252-2900" runtime_url="tel:817-252-2900" type="call" class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: var(--color_3); text-decoration: none;">817-252-2900</a></p></div> 
</div> 
</div> 
 <div id="98422db9" class="flex-element group" data-auto="flex-element-group"> <div id="aa03524e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1335495121"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1335495121" style=""><p class="m-text-align-center text-align-center m-size-16 t-size-16 size-16"><strong class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Email Us:</strong></p><p class="m-text-align-center text-align-center m-size-16 t-size-16 size-16"><a href="mailto:info@emic.org" runtime_url="mailto:info@emic.org" type="email" class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: var(--color_3); text-decoration: none;">info@emic.org</a></p></div> 
</div> 
</div> 
 <div id="53428e21" class="flex-element group" data-auto="flex-element-group"> <div id="5fe5f513" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1173099241"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1173099241" style=""><p class="m-text-align-center t-size-16 m-size-16 text-align-center size-16"><strong class="font-size-16 t-font-size-16 m-font-size-16" style="font-weight: bold; color: rgb(255, 255, 255); display: initial;">Service Times:</strong></p><p class="m-text-align-center t-size-16 m-size-16 text-align-center size-16"><span class="font-size-16 t-font-size-16 m-font-size-16" style="color: var(--color_3); display: initial;">Sunday - 10:00am CT</span></p><p class="m-text-align-center t-size-16 m-size-16 text-align-center size-16"><span class="font-size-16 t-font-size-16 m-font-size-16" style="color: var(--color_3); display: initial;">Wednesday - 7:00pm CT</span><span style="display: initial;"><br/></span></p></div> 
</div> 
</div> 
</div> 
 <div id="widget_s29" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1965930250"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1965930250" style=""><p class="m-text-align-center text-align-center t-size-16 m-size-16 size-16"><strong class="font-size-16 t-font-size-16 m-font-size-16" style="font-weight: bold; display: unset; color: rgb(255, 255, 255);">Join Our Team:</strong><span class="font-size-16 t-font-size-16 m-font-size-16" style="display: unset; color: rgb(255, 255, 255);" single-space="true"> <span class="font-size-16 t-font-size-16 m-font-size-16" style="display: unset; color: rgb(255, 255, 255);"></span> 
</span><a href="https://www.kcm.org/careers" target="_blank" runtime_url="https://www.kcm.org/careers" type="url" class="font-size-16 t-font-size-16 m-font-size-16" style="display: unset; color: rgb(255, 255, 255); text-decoration: none;">emic.org/careers</a></p></div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-auto="flex-section" id="1905689353" data-flex-id="32f422be" data-layout-section="" class="" data-hidden-on-desktop="true"> <div class="flex-widgets-container" id="1271957288"></div> 
 <section id="c8bba94f" class="flex-element section" data-auto="flex-element-section"> <div id="9b6413bc" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="fc704803" class="flex-element group" data-auto="flex-element-group" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile=""> <div id="818af83c" class="flex-element group" data-auto="flex-element-group"> <div id="ec4eb0cc" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-keep-proportion="true" data-external-id="1958922555"> <div class="imageWidget align-center u_1958922555" data-element-type="image" data-widget-type="image" id="1958922555"> <a href="/" id="1541349761"><img src="https://lirp.cdn-website.com/592f7851/dms3rep/multi/opt/imgi_11_logo_footer2-1920w.png" alt="Blank white square with a thin black border on the right and bottom edges." id="1502523725" class="" data-dm-image-path="https://irp.cdn-website.com/592f7851/dms3rep/multi/imgi_11_logo_footer2.png" width="238" height="200" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
 <div id="02c99778" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1306438843"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1306438843" style=""><p class="m-text-align-center text-align-left size-16 t-size-16 m-size-16"><span style="display: unset; color: rgba(255, 255, 255, 0.7);" class="font-size-16 t-font-size-16 m-font-size-16">This is more than just a place of worship. It is a growing, loving family!</span></p></div> 
</div> 
 <div id="e0f1ae5e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="socialhub" data-external-id="1570716406"> <div class="align-center text-align-center u_1570716406 dmSocialHub gapSpacing" id="1570716406" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://facebook.com/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Facebook&apos;)"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span> 
</a> 
 <a href="https://youtube.com/" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Youtube&apos;)"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span> 
</a> 
 <a href="http://instagram.com/" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Instagram&apos;)"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span> 
</a> 
 <a href="https://tiktok.com/@" target="_blank" dm_dont_rewrite_url="true" aria-label="tiktok" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Tiktok&apos;)"> <span class="dmSocialTiktok dm-social-icons-tiktok oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div id="9aa06c4d" class="flex-element group" data-auto="flex-element-group"> <div id="829d77e3" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1031314650"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1031314650" style=""> <h4 class="m-text-align-left"><span style="color: var(--color_3); text-transform: uppercase; display: unset;">Contact</span></h4> 
</div> 
</div> 
 <div id="0f13c688" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1573251547"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1573251547" style=""><p class="m-text-align-left m-size-16 t-size-16 size-16"><strong class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Call the church office:</strong></p><p class="m-text-align-left m-size-16 t-size-16 size-16"><span class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: rgba(255, 255, 255, 0.7);">817-252-2900</span></p><p class="m-text-align-left"><span style="display: initial;"><br/></span></p><p class="m-text-align-left m-size-16 t-size-16 size-16"><strong class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Email Us:</strong></p><p class="m-text-align-left m-size-16 t-size-16 size-16"><span class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: rgba(255, 255, 255, 0.7);">info@emic.org</span></p><p class="m-text-align-left"><span style="display: initial;"><br/></span></p><p class="m-text-align-left t-size-16 m-size-16 size-16"><strong class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Visit us in person:</strong><span style="display: initial;"><span class="ql-cursor">﻿</span></span></p><p class="m-text-align-left m-size-16 t-size-16 size-16"><span class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: rgba(255, 255, 255, 0.7);">14355 Morris Dido Rd.</span></p><p class="m-text-align-left m-size-16 t-size-16 text-align-left size-16" style="line-height: 1.7;"><span class="m-font-size-16 t-font-size-16 font-size-16" style="display: initial; color: rgba(255, 255, 255, 0.7);">Newark, TX 76071</span></p></div> 
</div> 
</div> 
 <div id="50805e7f" class="flex-element group" data-auto="flex-element-group"> <div id="1ae3c15e" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1819371169"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1819371169" style=""> <h4><span style="display: unset; text-transform: uppercase; color: var(--color_3);">Hours</span></h4> 
</div> 
</div> 
 <div id="fbdfdf9b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1310217125"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1310217125" style=""><p class="t-size-16 m-size-16 m-text-align-left size-16"><strong class="font-size-16 t-font-size-16 m-font-size-16" style="font-weight: bold; display: initial; color: rgb(255, 255, 255);">Service</strong><strong class="font-size-16 t-font-size-16 m-font-size-16" style="font-weight: bold; display: initial; color: rgba(255, 255, 255, 0.7);">:</strong><span class="font-size-16 t-font-size-16 m-font-size-16" style="display: initial; color: rgba(255, 255, 255, 0.7);"><br/></span></p><p class="t-size-16 text-align-left m-size-16 m-text-align-left size-16"><span class="font-size-16 t-font-size-16 m-font-size-16" style="display: initial; color: rgba(255, 255, 255, 0.7);">10:00 am CT in the Sanctuary</span></p><p class="t-size-16 text-align-left m-text-align-left"><span style="display: initial;"><br/></span></p><p class="t-size-16 text-align-left m-size-16 m-text-align-left size-16"><strong class="font-size-16 t-font-size-16 m-font-size-16" style="font-weight: bold; color: var(--color_3); display: initial;">Wednesday:</strong></p><p class="t-size-16 text-align-left m-size-16 m-text-align-left size-16"><span class="font-size-16 t-font-size-16 m-font-size-16" style="color: rgba(255, 255, 255, 0.7); display: initial;">7:00 pm CT in the Sanctuary</span></p></div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1018384399" data-flex-id="b047251d" class="" data-hidden-on-tablet="true"> <div class="flex-widgets-container" id="1575214335"></div> 
 <section id="67a6598f" class="flex-element section" data-auto="flex-element-section"> <div id="f9913ac8" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="21321d8e" class="flex-element group" data-auto="flex-element-group" data-hidden-on-desktop="" data-hidden-on-tablet="" data-hidden-on-mobile=""> <div id="f4b48f97" class="flex-element group" data-auto="flex-element-group"> <div id="group_p9v" class="flex-element group" data-auto="flex-element-group"> <div id="widget_cvp" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="2129210100"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="2129210100" style=""> <h3 class="m-size-19 t-size-20 size-24 m-text-align-center"><span class="m-font-size-19 t-font-size-20 font-size-24" style="display: unset; color: rgb(255, 255, 255);">Ready to become a member?</span></h3> 
</div> 
</div> 
 <div id="widget_q88" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="3043643266"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="3043643266" style=""><p class="text-align-left m-text-align-center"><span style="color: rgb(255, 255, 255); display: unset;">Come home to faith, come home to family, come home to EMIC!</span></p></div> 
</div> 
</div> 
 <div id="000b70af" class="flex-element group" data-auto="flex-element-group"> <div id="02a56131" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1209636376"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1209636376 flexButton" file="false" href="/" data-element-type="dButtonLinkId" id="1209636376"> <span class="iconBg" aria-hidden="true" id="1340481515"> <span class="icon hasFontIcon icon-star" id="1263115858"></span> 
</span> 
 <span class="text" id="1313844910">Sign Up Now</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-layout-section="" data-auto="flex-section" id="1437501901" data-flex-id="fed8fe9d"> <div class="flex-widgets-container" id="1721583791"></div> 
 <section id="fb9b2941" class="flex-element section" data-auto="flex-element-section"> <div id="587dc8c0" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="9dab309a" class="flex-element group" data-auto="flex-element-group"> <div id="group_5j6" class="flex-element group" data-auto="flex-element-group" lock-element-for-editing="true"> <div id="widget_asm" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="custom" data-external-id="2729672664"> <div class="widget-849cf5 u_2729672664 dmCustomWidget" data-lazy-load="true" data-title="" id="2729672664" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="849cf58bac484613acd2c1183a43f878" data-widget-version="25" data-widget-config="eyJsb2dvdGV4dCI6InwgQWxsIFJpZ2h0cyBSZXNlcnZlZCB8IFNpdGUgYnkiLCJsb2dvbGluayI6eyJ2YWx1ZSI6Imh0dHBzOi8vd3d3LmZpeDhtZWRpYS5jb20vIiwidHlwZSI6InVybCIsImhyZWYiOiJodHRwczovL3d3dy5maXg4bWVkaWEuY29tLyIsInJhd191cmwiOiJodHRwczovL3d3dy5maXg4bWVkaWEuY29tLyIsInRhcmdldCI6Il9ibGFuayJ9LCJsb2dvY29sb3IiOiIjZmZmZmZmIn0="> <div class="sitebywid" style="text-decoration:none;"> <a value="https://www.fix8media.com/" type="url" href="https://www.fix8media.com/" raw_url="https://www.fix8media.com/" target="_blank"> <p class="footerlogotextstyle">&copy; <span class="currentYear"></span> 
| All Rights Reserved | Site by <span style="vertical-align: middle; display: inline-flex;" class="logodesign"> <svg class="logosvg" id="a" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewbox="0 0 248 248"> <defs> <style>.b {
        fill: #ffffff;
      }</style> 
</defs> 
 <path class="b" d="M195.47018,178.8545c-6.30758-2.9951-11.29048-7.3291-14.94918-13.0098-3.6573-5.6801-5.4869-12.3344-5.4869-19.9565,0-5.7607,1.5147-11.1309,4.5435-16.10108,2.2642-3.57861,5.9482-7.15478,11.05079-10.73633-3.60009-3.35742-6.23149-6.8413-7.89499-10.44779-1.6636-3.6064-2.4937-7.8916-2.4937-12.8652,0-4.7261,.9951-8.9741,2.9888-12.7446,1.9917-3.7681,4.6811-6.9243,8.06688-9.4639,3.38525-2.54,7.25488-4.4585,11.60986-5.7559,.72168-.2153,1.45166-.3881,2.17969-.5654-19.34573-31.563-54.15183-52.6264-93.88473-52.6264-36.1016,0-68.1426,17.3857-88.209,44.2402,1.9721-.4507,4.0283-.6997,6.1919-.6997,10.2968,0,15.4472,3.6875,15.4472,11.0639,0,3.0323-.8471,5.5669-2.5405,7.6011-1.6948,2.0337-4.0303,3.1494-7.0073,3.3384-2.457,.1616-4.2202,.7109-5.2852,1.6392-1.0644,.9282-1.5981,2.6088-1.5981,5.0405v9.4228h6.8833c3.5239,0,6.4736,.9786,8.8506,2.9317,2.3755,1.9507,3.5649,4.664,3.5649,8.1318,0,3.4727-1.2021,6.21535-3.605,8.23781-2.4048,2.01758-5.3418,3.0293-8.8105,3.0293h-6.8833v49.33589c0,3.9336-1.085,7.209-3.2568,9.834-1.96,2.3633-4.628,3.6035-7.9307,3.835,19.2856,31.832,54.2515,53.1113,94.1885,53.1113,39.7041,0,74.4882-21.0332,93.84323-52.5586-3.33838-.7451-6.53418-1.8183-9.57325-3.2617Zm-114.40678-10.96c0,3.9336-1.0971,7.209-3.2973,9.834-2.1992,2.6192-5.2398,3.9317-9.1167,3.9317-3.7427,0-6.7202-1.3301-8.9331-3.9951-2.2119-2.6651-3.3179-5.92-3.3179-9.7706v-59.9057c0-3.8789,1.0908-7.1162,3.2769-9.711,2.186-2.5952,5.1757-3.8925,8.9741-3.8925,3.8242,0,6.8501,1.2973,9.0757,3.8925,2.2256,2.5948,3.3383,5.8321,3.3383,9.711v59.9057Zm-2.0278-85.8501c-2.7993,2.8741-6.1533,4.3101-10.0586,4.3101-3.9062,0-7.2593-1.436-10.0596-4.3101-2.7993-2.8701-4.1992-6.248-4.1992-10.1337,0-3.9107,1.3999-7.2964,4.1992-10.1543,2.8003-2.8584,6.1534-4.2901,10.0596-4.2901,2.5679,0,4.9434,.6582,7.1294,1.9722,2.1856,1.311,3.919,3.0752,5.2031,5.2915,1.2842,2.2163,1.9268,4.6089,1.9268,7.1807,0,3.8857-1.4014,7.2636-4.2007,10.1337Zm91.77,95.7427c-2.0215,2.4727-4.4253,3.711-7.2099,3.711-5.6563,0-10.4649-2.5284-14.4239-7.5821l-15.7763-19.1333-15.9395,19.1333c-4.1235,5.0537-9.0537,7.5821-14.7905,7.5821-2.7861,0-5.2168-1.2862-7.2925-3.8565-2.0766-2.5644-3.1147-5.4306-3.1147-8.6015,0-1.2286,.122-2.1709,.3681-2.8262,.7647-2.4029,2.1568-4.6978,4.1787-6.8858l21.7994-23.5175-17.9468-19.46342c-2.1582-2.5957-3.4966-4.94092-4.0142-7.04738-.2197-.6553-.3286-1.5972-.3286-2.8305,0-3.1397,1.0298-5.9659,3.0928-8.48,2.063-2.5103,4.5552-3.7686,7.478-3.7686,5.7368,0,10.0391,1.9004,12.9067,5.6958l13.6031,17.29152,13.9321-16.96292c3.0586-3.6899,7.417-5.5322,13.0693-5.5322,1.8047,0,3.5186,.5869,5.1441,1.7617,1.6245,1.1748,2.9082,2.7271,3.8515,4.6504,.9419,1.9273,1.4131,3.8716,1.4131,5.8389,0,1.0937-.165,2.1557-.4917,3.1953-.7114,2.35058-2.104,4.6455-4.1801,6.88525l-17.9873,18.76615,21.5112,24.0087c1.9131,2.1036,3.1968,4.3985,3.8525,6.8887,.2173,.6778,.3277,1.6348,.3277,2.8643,0,3.0039-1.0113,5.7422-3.0323,8.2148Z"></path> 
 <path class="b" d="M228.7007,98.707c0,6.6084-5.3565,11.9649-11.9644,11.9649-6.60645,0-11.96143-5.3565-11.96143-11.9649s5.35498-11.9619,11.96143-11.9619c6.6079,0,11.9644,5.3535,11.9644,11.9619Z"></path> 
 <path class="b" d="M233.185,143.5635c0,9.083-7.3652,16.4487-16.4487,16.4487s-16.44629-7.3657-16.44629-16.4487c0-9.0859,7.36279-16.44825,16.44629-16.44825s16.4487,7.36235,16.4487,16.44825Z"></path> 
</svg> 
</span> 
</p> 
</a> 
</div> 
 <script>



        function updateCurrentYear() {
            const currentYearElements = document.querySelectorAll('.currentYear');
            const currentYear = new Date().getFullYear();
            currentYearElements.forEach(element => {
                element.textContent = currentYear;
            });
        }
        
        // Call the function once when the page loads
        updateCurrentYear();
        
        // Update the year every second
        setInterval(updateCurrentYear, 1000);
    

                
                </script> 
</div> 
</div> 
</div> 
 <div id="74cf903c" class="flex-element group" data-auto="flex-element-group"> <div id="widget_bud" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="4133664664"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="4133664664" style=""><p class="m-size-12 m-text-align-center text-align-right t-size-12 size-12"><a href="https://www.kcm.org/privacy-policy/" target="_blank" runtime_url="https://www.kcm.org/privacy-policy/" type="url" class="m-font-size-12 font-size-12 t-font-size-12" t-font-size-set="true" style="color: rgb(255, 255, 255); display: unset; text-decoration: none;">Privacy</a><span class="m-font-size-12 font-size-12 t-font-size-12" style="color: rgb(255, 255, 255); display: unset;"> <span t-font-size-set="true" class="m-font-size-12 font-size-12 t-font-size-12" style="color: rgb(255, 255, 255); display: unset;">|</span> 
</span><a href="https://www.kcm.org/terms-of-use/" target="_blank" runtime_url="https://www.kcm.org/terms-of-use/" type="url" t-font-size-set="true" class="m-font-size-12 font-size-12 t-font-size-12" style="color: rgb(255, 255, 255); display: unset; text-decoration: none;">Terms</a><span class="m-font-size-12 font-size-12 t-font-size-12" style="color: rgb(255, 255, 255); display: unset;"> <span t-font-size-set="true" class="m-font-size-12 font-size-12 t-font-size-12" style="color: rgb(255, 255, 255); display: unset;">|</span></span><span class="m-font-size-12 font-size-12 t-font-size-12" style="color: rgb(255, 255, 255); display: unset;" single-space="true"> <span class="m-font-size-12 font-size-12 t-font-size-12" style="color: rgb(255, 255, 255); display: unset;"></span> 
</span><a href="https://www.kcm.org/" target="_blank" runtime_url="https://www.kcm.org/" type="url" class="m-font-size-12 font-size-12 t-font-size-12" t-font-size-set="true" style="color: var(--color_3); display: unset; text-decoration: none;">https://www.kcm.org/</a></p></div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
</div> 
</div> 
 <div id="dmFlexMegaMenuContainer" class="flex_hfcontainer"> <div id="multi-mega-menu"></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 

    </div>
</div>
<!--  Add full CSS and Javascript before the close tag of the body if needed -->






















<!-- Google Fonts Include -->













<!-- loadCSS function fonts.jsp-->



<link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Kumbh+Sans:ital,wght@0,100..900;1,100..900&family=Alegreya:ital,wght@0,400..900;1,400..900&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue:ital,wght@0,400&family=Be+Vietnam:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900&family=Comfortaa:ital,wght@0,300..700;1,300..700&family=Dancing+Script:ital,wght@0,400..700;1,400..700&family=DM+Sans:ital,wght@0,100..1000;1,100..1000&family=DM+Serif+Display:ital,wght@0,400;1,400&family=Droid+Sans:ital,wght@0,400;0,700&family=Droid+Sans+Mono:ital,wght@0,400&family=Droid+Serif:ital,wght@0,400;0,700&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Fjalla+One:ital,wght@0,400&family=Heebo:ital,wght@0,100..900;1,100..900&family=Inter:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Muli:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900&amp;subset=latin-ext&amp;display=swap"  as="style" fetchpriority="low" onload="loadCSS(this)" />

<link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,wght@0,200..1000;1,200..1000&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:ital,wght@0,200..700;1,200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Petit+Formal+Script:ital,wght@0,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prata:ital,wght@0,400&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:ital,wght@0,300..700;1,300..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto+Slab:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Rock+Salt:ital,wght@0,400&family=Shadows+Into+Light:ital,wght@0,400&family=Slabo+27px:ital,wght@0,400&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Spartan:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900&family=Sulphur+Point:ital,wght@0,300;0,400;0,700&amp;subset=latin-ext&amp;display=swap"  as="style" fetchpriority="low" onload="loadCSS(this)" />

<link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Vidaloka:ital,wght@0,400&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Yeseva+One:ital,wght@0,400&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Red+Rose:ital,wght@0,300..700;1,300..700&family=Abril+Fatface:ital,wght@0,400&family=Fraunces:ital,wght@0,100..900;1,100..900&family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Space+Grotesk:ital,wght@0,300..700;1,300..700&family=Outfit:ital,wght@0,100..900;1,100..900&family=Aboreto:ital,wght@0,400&family=Arapey:ital,wght@0,400;1,400&family=Questrial:ital,wght@0,400&family=Marcellus:ital,wght@0,400&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Hedvig+Letters+Serif:ital,wght@0,400&amp;subset=latin-ext&amp;display=swap"  as="style" fetchpriority="low" onload="loadCSS(this)" />

<style>
@font-face {
  font-family: "Proxima Nova Regular";
  src: url("https://irp.cdn-website.com/592f7851/fonts/Proxima+Nova+Regular-cbba_400.ttf");
  font-weight: 400;
  font-style: normal;
}
</style>


<style>
@font-face {
  font-family: "Editor'sNote-Extralight";
  src: url("https://irp.cdn-website.com/592f7851/fonts/Editor%27sNote-Extralight-ef9b_400.ttf");
  font-weight: 400;
  font-style: normal;
}
</style>


<style>
@font-face {
  font-family: "Editor'sNote-ExtralightItalic";
  src: url("https://irp.cdn-website.com/592f7851/fonts/Editor%27sNote-ExtralightItalic-59b4_400.ttf");
  font-weight: 400;
  font-style: normal;
}
</style>


<style>
@font-face {
  font-family: "DudaSansVF";
  src: url("https://irp.cdn-website.com/592f7851/fonts/DudaSansVF-edd7_400.ttf");
  font-weight: 400;
  font-style: normal;
}
</style>


<style>
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("https://irp.cdn-website.com/592f7851/fonts/Proxima+Nova+Bold-c74f_400.otf");
  font-weight: 400;
  font-style: normal;
}
</style>






<!-- RT CSS Include d-css-runtime-flex-new-nav-->
<link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/6608/_dm/s/rt/dist/css/d-css-runtime-flex-new-nav.min.css" />

<!-- End of RT CSS Include -->

<link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/2fa92f03003737dbc14cfe5d56b59180.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" />

<!-- Support `img` size attributes -->
<style>img[width][height] {
  height: auto;
}</style>

<!-- Support showing sticky element on page only -->
<style>
  body[data-page-alias="home"] #dm [data-show-on-page-only="home"] {
    display: block !important;
  }
</style>

<!-- This is populated in Ajax navigation -->
<style id="pageAdditionalWidgetsCss" type="text/css">
</style>




<!-- Site CSS -->
<link rel="preload" href="https://irp.cdn-website.com/592f7851/files/592f7851_withFlex_1.min.css?v=75" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" />



<style id="customWidgetStyle" type="text/css">
    
</style>
<style id="innerPagesStyle" type="text/css">
    
</style>


<style
        id="additionalGlobalCss" type="text/css"
>
</style>

<!-- Page CSS -->
<link rel="preload" href="https://irp.cdn-website.com/592f7851/files/592f7851_home_withFlex_1.min.css?v=f3f497c133c28bb86b3d212c48a0840d" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" />

<style id="pagestyle" type="text/css">
    
</style>

<style id="pagestyleDevice" type="text/css">
    
</style>

<!-- Flex Sections CSS -->





<style id="globalFontSizeStyle" type="text/css">
    @media (min-width: 1025px) { [data-version] .size-24, [data-version] .font-size-24 {--font-size: 24;}[data-version] .size-96, [data-version] .font-size-96 {--font-size: 96;}[data-version] .size-72, [data-version] .font-size-72 {--font-size: 72;}[data-version] .size-90, [data-version] .font-size-90 {--font-size: 90;}[data-version] .size-16, [data-version] .font-size-16 {--font-size: 16;}[data-version] .size-12, [data-version] .font-size-12 {--font-size: 12;} }@media (min-width: 768px) and (max-width: 1024px) { [data-version] .t-size-20, [data-version] .t-font-size-20 {--font-size: 20;}[data-version] .t-size-60, [data-version] .t-font-size-60 {--font-size: 60;}[data-version] .t-size-16, [data-version] .t-font-size-16 {--font-size: 16;}[data-version] .t-size-12, [data-version] .t-font-size-12 {--font-size: 12;} }@media (max-width: 767px) { [data-version] .m-size-19, [data-version] .m-font-size-19 {--font-size: 19;}[data-version] .m-size-40, [data-version] .m-font-size-40 {--font-size: 40;}[data-version] .m-size-32, [data-version] .m-font-size-32 {--font-size: 32;}[data-version] .m-size-72, [data-version] .m-font-size-72 {--font-size: 72;}[data-version] .m-size-16, [data-version] .m-font-size-16 {--font-size: 16;}[data-version] .m-size-12, [data-version] .m-font-size-12 {--font-size: 12;} }
</style>
<style id="pageFontSizeStyle" type="text/css">
</style>

<!-- ========= JS Section ========= -->
<script>
    var isWLR = true;

    window.customWidgetsFunctions = {};
    window.customWidgetsStrings = {};
    window.collections = {};
    window.currentLanguage = "ENGLISH"
    window.isSitePreview = false;
</script>
<script>
    window.customWidgetsFunctions["f9d8a023a9e54583bcb6bf74be6e150b~1"] = function (element, data, api) {
        window.dmAPI.runOnReady('events-carousel-f9d8a0', () => {
  const autoScrollInterval = parseInt(data.config['autoScrollInterval'] || '4000', 10);
  const autoScrollEnabled = data.config['autoScrollEnabled'] !== false && data.config['autoScrollEnabled'] !== 'false';

  const track = element.querySelector('.carousel-track');
  const container = element.querySelector('.carousel-track-container');
  const prevBtn = element.querySelector('.carousel-btn--prev');
  const nextBtn = element.querySelector('.carousel-btn--next');
  const dotsContainer = element.querySelector('.carousel-dots');

  if (!track || !container) return;

  // --- Visibility window filtering ---
  const now = Date.now();
  const eventItems = data.config['events'];

  function parseWindowDate(isoDate, timeStr) {
    if (!isoDate || isoDate === '' || isoDate === 'null' || isoDate === 'undefined') return null;
    const d = new Date(isoDate);
    if (isNaN(d.getTime())) return null;
    const t = (timeStr || '').trim();
    if (t) {
      const m = t.match(/^(\d{1,2}):(\d{2})\s*(am|pm)?$/i);
      if (m) {
        let h = parseInt(m[1], 10);
        const min = parseInt(m[2], 10);
        const period = (m[3] || '').toLowerCase();
        if (period === 'pm' && h < 12) h += 12;
        if (period === 'am' && h === 12) h = 0;
        d.setHours(h, min, 0, 0);
      }
    } else {
      d.setHours(0, 0, 0, 0);
    }
    return d.getTime();
  }

  if (Array.isArray(eventItems)) {
    Array.from(track.querySelectorAll('.event-card')).forEach((card, idx) => {
      const item = eventItems[idx];
      if (!item) return;

      const fromMs = parseWindowDate(item['visibleFrom'], item['visibleFromTime']);

      // "until" with no time → end of that day
      let untilMs = null;
      const untilRaw = item['visibleUntil'];
      if (untilRaw && untilRaw !== '' && untilRaw !== 'null' && untilRaw !== 'undefined') {
        const untilBase = new Date(untilRaw);
        if (!isNaN(untilBase.getTime())) {
          const untilTime = (item['visibleUntilTime'] || '').trim();
          if (untilTime) {
            untilMs = parseWindowDate(untilRaw, untilTime);
          } else {
            untilBase.setHours(23, 59, 59, 999);
            untilMs = untilBase.getTime();
          }
        }
      }

      const tooEarly = fromMs  !== null && now < fromMs;
      const tooLate  = untilMs !== null && now > untilMs;

      if (tooEarly || tooLate) {
        card.style.display = 'none';
        card.setAttribute('data-hidden-by-schedule', 'true');
      }
    });
  }

  const cards = Array.from(track.querySelectorAll('.event-card:not([data-hidden-by-schedule])'));
  if (cards.length === 0) return;

  // Determine cards visible at a time based on viewport
  function getVisibleCount() {
    return window.innerWidth <= 767 ? 1 : 2;
  }

  let visibleCount = getVisibleCount();
  let currentIndex = 0;
  let autoTimer = null;
  let isDragging = false;
  let dragStartX = 0;
  let dragCurrentX = 0;
  let dragStarted = false;

  // Build dots
  function buildDots() {
    dotsContainer.innerHTML = '';
    visibleCount = getVisibleCount();
    const totalSteps = Math.max(1, cards.length - visibleCount + 1);
    for (let i = 0; i < totalSteps; i++) {
      const dot = document.createElement('button');
      dot.className = 'carousel-dot' + (i === currentIndex ? ' active' : '');
      dot.setAttribute('aria-label', 'Go to slide ' + (i + 1));
      dot.addEventListener('click', () => {
        goTo(i);
        resetAuto();
      });
      dotsContainer.appendChild(dot);
    }
  }

  function updateDots() {
    const dots = dotsContainer.querySelectorAll('.carousel-dot');
    dots.forEach((d, i) => d.classList.toggle('active', i === currentIndex));
  }

  function getCardWidth() {
    if (cards.length === 0) return 0;
    const style = window.getComputedStyle(track);
    const gap = parseFloat(style.gap) || 20;
    const containerWidth = container.offsetWidth;
    visibleCount = getVisibleCount();
    return (containerWidth - gap * (visibleCount - 1)) / visibleCount + gap;
  }

  function goTo(index) {
    visibleCount = getVisibleCount();
    const maxIndex = Math.max(0, cards.length - visibleCount);
    currentIndex = Math.max(0, Math.min(index, maxIndex));
    const cardWidth = getCardWidth();
    track.style.transform = `translateX(-${currentIndex * cardWidth}px)`;
    updateDots();
    updateButtons();
  }

  function updateButtons() {
    prevBtn.disabled = false;
    nextBtn.disabled = false;
  }

  function next() {
    visibleCount = getVisibleCount();
    const maxIndex = Math.max(0, cards.length - visibleCount);
    if (currentIndex >= maxIndex) {
      goTo(0);
    } else {
      goTo(currentIndex + 1);
    }
  }

  function prev() {
    visibleCount = getVisibleCount();
    const maxIndex = Math.max(0, cards.length - visibleCount);
    if (currentIndex <= 0) {
      goTo(maxIndex);
    } else {
      goTo(currentIndex - 1);
    }
  }

  function startAuto() {
    if (!autoScrollEnabled) return;
    clearInterval(autoTimer);
    autoTimer = setInterval(next, autoScrollInterval);
  }

  function resetAuto() {
    clearInterval(autoTimer);
    startAuto();
  }

  // Drag / swipe support
  function onDragStart(e) {
    isDragging = true;
    dragStarted = false;
    dragStartX = e.type === 'touchstart' ? e.touches[0].clientX : e.clientX;
    dragCurrentX = dragStartX;
    track.style.transition = 'none';
    clearInterval(autoTimer);
  }

  function onDragMove(e) {
    if (!isDragging) return;
    dragCurrentX = e.type === 'touchmove' ? e.touches[0].clientX : e.clientX;
    const diff = dragCurrentX - dragStartX;
    if (Math.abs(diff) > 5) dragStarted = true;
    if (dragStarted) {
      const cardWidth = getCardWidth();
      track.style.transform = `translateX(${-currentIndex * cardWidth + diff}px)`;
      if (e.cancelable) e.preventDefault();
    }
  }

  function onDragEnd() {
    if (!isDragging) return;
    isDragging = false;
    track.style.transition = '';
    const diff = dragCurrentX - dragStartX;
    if (dragStarted && Math.abs(diff) > 60) {
      if (diff < 0) next(); else prev();
    } else {
      goTo(currentIndex);
    }
    dragStarted = false;
    startAuto();
  }

  // Mouse drag
  container.addEventListener('mousedown', onDragStart);
  window.addEventListener('mousemove', onDragMove);
  window.addEventListener('mouseup', onDragEnd);

  // Touch drag
  container.addEventListener('touchstart', onDragStart, { passive: true });
  container.addEventListener('touchmove', onDragMove, { passive: false });
  container.addEventListener('touchend', onDragEnd);

  // Buttons
  prevBtn.addEventListener('click', () => { prev(); resetAuto(); });
  nextBtn.addEventListener('click', () => { next(); resetAuto(); });

  // Pause on hover
  element.addEventListener('mouseenter', () => clearInterval(autoTimer));
  element.addEventListener('mouseleave', startAuto);

  // Resize
  let resizeTimer;
  window.addEventListener('resize', () => {
    clearTimeout(resizeTimer);
    resizeTimer = setTimeout(() => {
      buildDots();
      goTo(currentIndex);
    }, 200);
  });

  // Init
  buildDots();
  goTo(0);
  startAuto();
});

    };
</script>
<script>
    window.customWidgetsFunctions["8266302885a5425d959296a7326c64ad~1"] = function (element, data, api) {
        window.dmAPI.runOnReady('flip-cards-826630', () => {
  // ── Columns control ──
  const grid = element.querySelector('.cards-grid');
  const cols = parseInt(data.config['gridColumns'], 10) || 3;

  function applyColumns() {
    if (!grid) return;
    if (window.innerWidth <= 767) {
      grid.style.gridTemplateColumns = '';
    } else if (window.innerWidth <= 1024) {
      grid.style.gridTemplateColumns = `repeat(${Math.min(cols, 2)}, 1fr)`;
    } else {
      grid.style.gridTemplateColumns = `repeat(${cols}, 1fr)`;
    }
  }
  applyColumns();
  window.addEventListener('resize', applyColumns);

  // ── Touch: tap to flip, tap again to unflip ──
  const isTouchDevice = () =>
    ('ontouchstart' in window) || (navigator.maxTouchPoints > 0);

  if (isTouchDevice()) {
    const cards = element.querySelectorAll('.flip-card');
    cards.forEach((card) => {
      card.addEventListener('click', (e) => {
        if (e.target.closest('.cta-wrapper') || e.target.closest('.card-link-overlay')) return;
        const isFlipped = card.classList.contains('flipped');
        cards.forEach((c) => c.classList.remove('flipped'));
        if (!isFlipped) card.classList.add('flipped');
      });
    });

    const style = document.createElement('style');
    style.textContent = `
      .flip-card.flipped .flip-card-inner { transform: rotateY(180deg) !important; box-shadow: var(--card-shadow-hover); }
    `;
    document.head.appendChild(style);
  }
});

    };
</script>
<script>
    window.customWidgetsFunctions["849cf58bac484613acd2c1183a43f878~25"] = function (element, data, api) {
        null
    };
</script>
<script type="text/javascript">

    var d_version = "production_6608";
    var build = "2026-07-08T12_49_09";
    window['v' + 'ersion'] = d_version;

    function buildEditorParent() {
        window.isMultiScreen = true;
        window.editorParent = {};
        window.previewParent = {};
        window.assetsCacheQueryParam = "?version=2026-07-08T12_49_09";
        try {
            var _p = window.parent;
            if (_p && _p.document && _p.$ && _p.$.dmfw) {
                window.editorParent = _p;
            } else if (_p.isSitePreview) {
                window.previewParent = _p;
            }
        } catch (e) {

        }
    }

    buildEditorParent();
</script>

<!-- Injecting site-wide before scripts -->
<!-- End Injecting site-wide to the head -->


<script>
    window.cookiesNotificationMarkupPreview = 'null';
</script>

<!-- HEAD RT JS Include -->
<script id='d-js-params'>
    window.INSITE = window.INSITE || {};
    window.INSITE.device = "desktop";

    window.rtCommonProps = {};
    rtCommonProps["rt.ajax.ajaxScriptsFix"] =true;
    rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20=';
    rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com';
    rtCommonProps["performance.tabletPreview.removeScroll"] = 'false';
    rtCommonProps["inlineEditGrid.snap"] =true;
    rtCommonProps["popup.insite.cookie.ttl"] = '0.5';
    rtCommonProps["rt.pushnotifs.force.button"] =true;
    rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw';
    rtCommonProps["common.mapbox.js.override"] =false;
    rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo';
    rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA';
    rtCommonProps["isCoverage.test"] =false;
    rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js';
    rtCommonProps["common.resources.dist.cdn"] =true;
    rtCommonProps["common.build.dist.folder"] = 'production/6608';
    rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com';
    rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/6608';
    rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true;
    rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true;
    rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true;
    rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true;
    rtCommonProps["feature.flag.runOnReadyNewTask"] =true;
    rtCommonProps["isAutomation.test"] =false;
    rtCommonProps["booking.cal.api.domain"] = 'api.cal.com';

    
    rtCommonProps['common.mapsProvider'] = 'mapbox';
    
    rtCommonProps['common.mapsProvider.version'] = '0.52.0';
    rtCommonProps['common.geocodeProvider'] = 'mapbox';
    rtCommonProps['server.for.resources'] = '';
    rtCommonProps['feature.flag.lazy.widgets'] = true;
    rtCommonProps['feature.flag.single.wow'] = false;
    rtCommonProps['feature.flag.disallowPopupsInEditor'] = true;
    rtCommonProps['feature.flag.mark.anchors'] = true;
    rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz';
    rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME';
    rtCommonProps["images.sizes.small"] =160;
    rtCommonProps["images.sizes.mobile"] =640;
    rtCommonProps["images.sizes.tablet"] =1280;
    rtCommonProps["images.sizes.desktop"] =1920;
    rtCommonProps["modules.resources.cdn"] =true;
    rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/';
    rtCommonProps["feature.flag.runtime.inp.threshold"] =150;
    rtCommonProps["feature.flag.performance.logs"] =false;
    rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha';
    rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K';
    rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing';
    rtCommonProps["termly.mapbox.consent.category"] = 'performance';
    // feature flags that's used out of runtime module (in  legacy files)
    rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true;

    window.rtFlags = {};
    rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true;
    rtFlags["scripts.widgetCount.enabled"] =true;
    rtFlags["fnb.animations.tracking.enabled"] =true;
    rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false;
    rtFlags["ecom.ecwid.accountPage.emptyBaseUrl.enabled"] = true;
    rtFlags["ecom.ecwid.pages.links.disable.listeners"] = true;
    rtFlags["ecom.ecwid.storefrontV3.enabled"] = false;
    rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true;
    rtFlags["ecom.monolith.legacy.js.api.disabled.for.new.sites"] = false;
    rtFlags["feature.flag.photo.gallery.exact.size"] =true;
    rtFlags["geocode.search.localize"] =false;
    rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false;
    rtFlags["twitter.heightLimit.enabled"] = true;
    rtFlags["runtime.lottieOverflow"] =false;
    rtFlags["runtime.monitoring.sentry.ignoreErrors"] = "";
    rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false;
    rtFlags["flex.animation.design.panel.layout"] =true;
    rtFlags["runtime.cwv.report.cls.enabled"] =false;
    rtFlags["runtime.cwv.report.lcp.enabled"] =false;
    rtFlags["runtime.lcp.preload.selfheal.enabled"] =false;
    rtFlags["contact.form.useActiveForm"] =true;
    rtFlags["contact.form.custom.errors.enabled"] =false;
    rtFlags["runtime.ssr.productStore.internal.observer"] =true;
    rtFlags["runtime.ssr.productCustomizations"] =true;
    rtFlags["runtime.ssr.runtime.filter-sort.newFilterSortWidgetWithOptions.enabled"] =true;
    rtFlags["runtime.ssr.ssrSlider.jumpThreshold.enabled"] =true;
</script>
<script src="https://static.cdn-website.com/mnlt/production/6608/_dm/s/rt/dist/scripts/d-js-runtime-flex-package.min.js"  id="d-js-core" defer></script>
<!-- End of HEAD RT JS Include -->
<script>
    document.addEventListener('DOMContentLoaded', () =>
        window.runtime.initLayout()
    );
</script>















<script type="text/javascript" id="d_track_sp">
    ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
        p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
        };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
        n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow"));
    window.dmsnowplow  = window.snowplow;

    dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker
        appId: '592f7851'
    });

    // snowplow queries element styles so we wait until CSS calculations are done.
    requestAnimationFrame(() => {
        dmsnowplow('trackPageView');
        _dm_insite.forEach((rule) => {
            // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here
            // the tracking is in popup.js
            if (rule.actionName !== "popup") {
                dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId);
            }
            window?.waitForDeferred?.('dmAjax', () => {
                $.DM.events.trigger('event-ruleTriggered', {value: rule});
            });
        });
    });
</script>



<div style="display:none;" id="P6iryBW0Wu"></div>

<!-- photoswipe markup -->









<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">

    <!-- Background of PhotoSwipe. 
         It's a separate element as animating opacity is faster than rgba(). -->
    <div class="pswp__bg"></div>

    <!-- Slides wrapper with overflow:hidden. -->
    <div class="pswp__scroll-wrap">

        <!-- Container that holds slides. 
            PhotoSwipe keeps only 3 of them in the DOM to save memory.
            Don't modify these 3 pswp__item elements, data is added later on. -->
        <div class="pswp__container">
            <div class="pswp__item"></div>
            <div class="pswp__item"></div>
            <div class="pswp__item"></div>
        </div>

        <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
        <div class="pswp__ui pswp__ui--hidden">

            <div class="pswp__top-bar">

                <!--  Controls are self-explanatory. Order can be changed. -->

                <div class="pswp__counter"></div>

                <button class="pswp__button pswp__button--close" title="Close (Esc)"></button>

                <button class="pswp__button pswp__button--share" title="Share"></button>

                <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>

                <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>

                <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
                <!-- element will get class pswp__preloader--active when preloader is running -->
                <div class="pswp__preloader">
                    <div class="pswp__preloader__icn">
                      <div class="pswp__preloader__cut">
                        <div class="pswp__preloader__donut"></div>
                      </div>
                    </div>
                </div>
            </div>

            <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
                <div class="pswp__share-tooltip"></div> 
            </div>

            <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
            </button>

            <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
            </button>

            <div class="pswp__caption">
                <div class="pswp__caption__center"></div>
            </div>

        </div>

    </div>

</div>
<div id="fb-root"
        data-locale="en"></div>
<!-- Alias: 592f7851 -->
<script id="d_track_personalization">
	window?.waitForDeferred?.('dmAjax', () => {
		// Collects client data and updates cookies used by smart sites
		window.expireDays = 365;
		window.visitLength = 30 * 60000;
		$.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays);
			setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit");
	});
</script>
<script type="text/javascript">
    
    Parameters.NavigationAreaParams.MoreButtonText = 'MORE';
    
    Parameters.NavigationAreaParams.LessButtonText = 'LESS';
    Parameters.HomeLinkText = 'Home';
    </script>
<!--  End Script tags -->
<!--  Site Wide Html Markup -->
<!--  Site Wide Html Markup -->
</body>
</html>
