Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
301 Moved Permanently - jkmaa.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 29 May 2025 10:03:53 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 56
Connection: keep-alive
Location: https://www.jkmaa.com
Server: ip-100-74-4-156.eu-west-2.compute.internal
Vary: Accept-Encoding
X-Request-Id: 0d812174-f03f-445f-a144-822864a2e1c1
server: nginx
date: Thu, 29 May 2025 10:03:53 GMT
content-type: text/html;charset=utf-8
vary: Accept-Encoding
cache-control: no-cache, must-revalidate
expires: Thu, 01 Jan 1970 00:00:00 GMT
x-content-type-options: nosniff
strict-transport-security: max-age=31536000; preload
x-frame-options: SAMEORIGIN
content-security-policy: frame-ancestors 'self'
vary: user-agent,accept-encoding
d-geo: EU

HTTP Kodu 301 Kalıcı Olarak Taşındı

301 http kodu, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.

Kod 301 ne zaman kullanılır?

  • Bir web sitesi alan adını değiştirirken
  • URL yapılarını değiştirirken
  • SEO için yönlendirmeleri ayarlarken

Kod 301 kullanıcı için ne anlama geliyor?

Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.

GET / HTTP/1.1
Host: jkmaa.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html >
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
      class="">
<head>
    <meta charset="utf-8">
    






































<script type="text/javascript">
    window._currentDevice = 'desktop';
    window.Parameters = window.Parameters || {
        HomeUrl: 'https://www.jkmaa.com/',
        AccountUUID: 'd78d9f002c0e4c758d44f475fc3a90c2',
        SystemID: 'US_DIRECT_PRODUCTION',
        SiteAlias: 'f81da47f',
        SiteType: atob('RFVEQU9ORQ=='),
        PublicationDate: 'Tue Dec 24 00:56:25 UTC 2024',
        ExternalUid: null,
        IsSiteMultilingual: false,
        InitialPostAlias: '',
        InitialPostPageUuid: '',
        InitialDynamicItem: '',
        DynamicPageInfo: {
            isDynamicPage: false,
            base64JsonRowData: 'null',
        },
        InitialPageAlias: 'home',
        InitialPageUuid: 'c4f3c55f05e44d40898dccda34d21bb7',
        InitialPageId: '1167506959',
        InitialEncodedPageAlias: 'aG9tZQ==',
        InitialHeaderUuid: 'b982c3305b5d4c56b17666d66bc4d11a',
        CurrentPageUrl: '',
        IsCurrentHomePage: true,
        AllowAjax: false,
        AfterAjaxCommand: null,
        HomeLinkText: 'Back To Home',
        UseGalleryModule: false,
        CurrentThemeName: 'Layout Theme',
        ThemeVersion: '50390',
        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: true,
        cookiesNotificationMarkup: ' <div>We use cookies to ensure that we give you the best experience on our website. To learn more, go to the Privacy Page.<\/div> \n',
        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.jkmaa.com/',
            BlockContainerSelector: '.dmBody',
            NavbarSelector: '#dmNav:has(a)',
            SubNavbarSelector: '#subnav_main'
        },
        hasCustomCode: true,
        planID: '802',
        customTemplateId: 'null',
        siteTemplateId: 'null',
        productId: 'DM_DIRECT',
        disableTracking: false,
        pageType: 'FROM_SCRATCH',
        isRuntimeServer: true,
        isInEditor: false,
        hasNativeStore: false,
        defaultLang: 'en',
        hamburgerMigration: null,
        isFlexSite : false
    };

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





















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




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

<!-- Inject secured cdn script -->


<!-- ========= Meta Tags ========= -->
<!-- PWA settings -->
<script>
    function toHash(str) {
        var hash = 5381, i = str.length;
        while (i) {
            hash = hash * 33 ^ str.charCodeAt(--i)
        }
        return hash >>> 0
    }
</script>
<script>
    (function (global) {
    //const cacheKey = global.cacheKey;
    const isOffline = 'onLine' in navigator && navigator.onLine === false;
    const hasServiceWorkerSupport = 'serviceWorker' in navigator;
    if (isOffline) {
        console.log('offline mode');
    }
    if (!hasServiceWorkerSupport) {
        console.log('service worker is not supported');
    }
    if (hasServiceWorkerSupport && !isOffline) {
        window.addEventListener('load', function () {
            const serviceWorkerPath = '/runtime-service-worker.js?v=3';
            navigator.serviceWorker
                .register(serviceWorkerPath, { scope: './' })
                .then(
                    function (registration) {
                        // Registration was successful
                        console.log(
                            'ServiceWorker registration successful with scope: ',
                            registration.scope
                        );
                    },
                    function (err) {
                        // registration failed :(
                        console.log('ServiceWorker registration failed: ', err);
                    }
                )
                .catch(function (err) {
                    console.log(err);
                });
        });

        // helper function to refresh the page
        var refreshPage = (function () {
            var refreshing;
            return function () {
                if (refreshing) return;
                // prevent multiple refreshes
                var refreshkey = 'refreshed' + location.href;
                var prevRefresh = localStorage.getItem(refreshkey);
                if (prevRefresh) {
                    localStorage.removeItem(refreshkey);
                    if (Date.now() - prevRefresh < 30000) {
                        return; // dont go into a refresh loop
                    }
                }
                refreshing = true;
                localStorage.setItem(refreshkey, Date.now());
                console.log('refereshing page');
                window.location.reload();
            };
        })();

        function messageServiceWorker(data) {
            return new Promise(function (resolve, reject) {
                if (navigator.serviceWorker.controller) {
                    var worker = navigator.serviceWorker.controller;
                    var messageChannel = new MessageChannel();
                    messageChannel.port1.onmessage = replyHandler;
                    worker.postMessage(data, [messageChannel.port2]);
                    function replyHandler(event) {
                        resolve(event.data);
                    }
                } else {
                    resolve();
                }
            });
        }
    }
})(window);
</script>
<!-- Add manifest -->
<!-- End PWA settings -->



<link rel="canonical" href="https://www.jkmaa.com/">

<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="apple-touch-icon"
      href="https://irp.cdn-website.com/f81da47f/dms3rep/multi/JK+Martial+Arts+Academy+Logo.png"/>

<link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/f81da47f/site_favicon_16_1679357351968.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">
    
</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%}.display_None,.dmPopupMask{display:none}@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@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}@font-face{font-family:Barlow;font-style:normal;font-weight:700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51os.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.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}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}.dmPopup,.dmPopupMask{position:fixed;left:0}.dmDisplay_None{display:none!important}.clearfix:after{clear:both;visibility:hidden;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}.dmDesktopBody .shadowEffectToChildren li{box-shadow:none!important}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{margin:0;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;top:10px;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}.dmDesktopBody #dm .dmInner .dmRespRow.desktop-no-padding{padding-left:0!important;padding-right:0!important}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-left:0!important;padding-right:0!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}#dm .dmBody .dmRespRow.relativePos,#dm .hasBackgroundOverlay:not(.dmPopupPage):not(.layout-drawer){position:relative!important}#dm .hasBackgroundOverlay:not(.hasExtraLayerOverlay):before{display:block!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;content:' '!important;border-radius:inherit}#dm .hasBackgroundOverlay>.bgExtraLayerOverlay{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}.text-align-center{text-align:center}body.fix-mobile-scrolling{overflow:initial}#hcontainer[has-shadow=true]{position:relative;z-index:1}#dmRoot{text-decoration-skip-ink:none}.dmform-title{padding-right:15px;padding-left:15px}@media (min-width:1025px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-large{display:none!important}:root{--btn-text-font-size:16px}}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-medium,[data-hidden-on-tablet]{display:none!important}}@media (max-width:767px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-small{display:none!important}}img,video{display:inline-block}.video-ssr .videobgframe{object-fit:cover}@media (min-width:1025px) and (max-width:1399px){[data-hidden-on-desktop]{display:none!important}}body{-webkit-overflow-scrolling:touch}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}button,input{font-family:inherit;font-size:100%;margin:0;line-height:normal}button{text-transform:none;-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow .dmRespRow:after,.dmRespRow .dmRespRow:before,.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow .dmRespRow:after,.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmRespRow .dmRespRow{width:auto;margin-top:0;margin-bottom:0;max-width:none}.dmDesktopBody .dmRespRow .large-1{position:relative;width:8.33333%}.dmDesktopBody .dmRespRow .large-2{position:relative;width:16.66667%}.dmDesktopBody .dmRespRow .large-4{position:relative;width:33.33333%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-7{position:relative;width:58.33333%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#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-phone:before{content:'\f095'}.icon-angle-down:before{content:'\f107'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}#dm .dmRespRow .dmRespCol.large-2>.dmWidget{width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.flexButton):not(.displayNone)[data-display-type=block]{display: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}#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%}p.rteBlock{margin:0}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}[data-video-bg]{min-height:100px}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-left{text-align:left!important}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] h2,.dmNewParagraph[data-version] h3,.dmNewParagraph[data-version] p,.dmNewParagraph[data-version] ul{margin-top:0;margin-bottom:0}.dmNewParagraph[data-version] ul{padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.dmNewParagraph[data-version] ul>li{list-style-type:none;text-indent:-1.5em;margin:0 1em;margin-inline-end:0;margin-inline-start:2em}.dmNewParagraph[data-version] ul>li:before{min-width:1em;display:inline-block;margin-right:.5em;margin-inline-start:0;margin-inline-end:.5em;text-align:right;text-align:end;font-weight:700;content:'\2022';font-family:Arial}.dmNewParagraph[data-version] a{vertical-align:initial}@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}}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.imageWidget img[width][height]{height:auto}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs .image-container{height:100%}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{width:58px;height:58px;margin:2px;display:inline-block;vertical-align:middle;text-align:center;overflow:hidden}.dmPhotoGalleryResp.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{box-shadow:0 0 3px #888}.dmPhotoGalleryResp.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{margin:0;padding:10px}.dmPhotoGalleryHolder{text-align:center}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{display:inline!important;margin:0!important;vertical-align:middle;text-align:center;position:relative}.dmPhotoGallery .image-container{position:relative}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner div,#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner h3,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner{text-align:center}.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 li{list-style:none}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner{align-items:center;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 .photoGalleryViewAll{box-shadow:0 0!important;font-size:inherit!important;margin:0!important}#dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0;display:none}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs{position:relative}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .image-container{overflow:hidden}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .image-container a{background-repeat:no-repeat;background-position:center}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto;max-width:100%}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner .caption-button .text{padding:10px 20px!important}#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=zoomout] .photoGalleryThumbs .image-container{-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.graphicWidget{width:200px;height:200px;margin:10px auto;text-align:center}.graphicWidget svg.svg{width:100%;height:100%;color:#000;fill:#000}#dm div.dmInner .dmform[data-layout=layout-1] .dmforminput>:not(label):not(div):not(small):not(.frc-banner){background:0;border:2px solid #000;display:inline-block}.dmHeader,.dmInner{background:#fff;color:#293d4c}img[width][height]{height:auto}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}h1,h2,h3,ul{margin-left:0;margin-right:0}#dm video{max-width:100%!important;display:block;margin:10px auto}.dmInner *{-webkit-font-smoothing:antialiased}.clearfix,a,img,li,ul{vertical-align:top}#iscrollBody,#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{font-size:16px}.dmDesktopBody .dmInner{min-width:960px}.dmInner ul:not(.defaultList){padding:0}.dmHeader{text-align:center;position:relative;width:100%;max-width:100%}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}#innerBar{position:relative;height:36px;width:100%;font-size:20px;margin:0;z-index:80}#dm .dmRespRow.dmRespRowNoPadding{padding:0}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:#fff}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}#dm .dmRespColsWrapper{display:block}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#innerBar.lineInnerBar{display:table;width:100%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;font-size:20px;margin-top:30px;margin-bottom:30px;background-color:transparent;color:#293d4c}#innerBar .titleLine{display:table-cell;vertical-align:middle;width:50%}.dmPageTitleRow:not(#innerBar){display:none}.titleLine hr{min-height:1px;background-color:rgba(41,61,76,.2)}.dmLargeBody .dmRespRow.dmFooterContent h3{margin-top:0}.dmStandardDesktop{display:block}.standardHeaderLayout .dmHeader{float:none}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmInner a{color:#293d4c;outline:0;vertical-align:inherit}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmStandardDesktop{margin:0 auto}#dm .dmInner .dmWidget{color:#f7f7f7;background-color:#00adef}#dm h3.dmwidget-title[hide=true]{display:none}#dm .dmwidget-title{margin:10px 0;font-size:23px;text-shadow:none;text-align:left;text-transform:capitalize;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal}#dm .dmDivider{display:block;margin:10px 0}#dm .dmBody .u_1028975788,#dm .dmBody .u_1136122374,#dm .dmBody .u_1168971938,#dm .dmBody .u_1196229812,#dm .dmBody .u_1198371602,#dm .dmBody .u_1297892673,#dm .dmBody .u_1410131943,#dm .dmBody .u_1428726013,#dm .dmBody .u_1438967560,#dm .dmBody .u_1524990149,#dm .dmBody .u_1590599404,#dm .dmBody .u_1611160033,#dm .dmBody .u_1652883780,#dm .dmBody .u_1693211050,#dm .dmBody .u_1830992816,#dm .dmBody .u_1970128778,#dm .dmBody a.u_1518152852 .iconBg,#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{display:none!important}.dmSpacer{border:0;height:15px}.dmPhotoGalleryHolder{font-size:medium!important;margin:0;list-style:none}#dm .dmPhotoGallery .dmPhotoGalleryHolder,#dm .dmPhotoGallery .dmPhotoGalleryHolder>li{width:100%;padding:0}#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{background:url(https://dd-cdn.multiscreensite.com/runtime-img/galleryLoader.gif) 50% 50% no-repeat #eee;float:left;clear:none;padding:0;margin:0;width:100%}.dmDesktopBody .dmPhotoGallery .photoGalleryViewAll{background:0 0;border:none;padding:3px 0;font-size:16px;width:auto;height:auto;line-height:normal;box-shadow:0 -2px 0 0;display:block;margin:40px 0;text-align:left}body{background-color:#eee}.dmDivider{min-height:2px;border:currentColor;color:grey;background:0 0}#dm .dmDividerWrapper{display:block}.dmPhotoGallery:not(.dmFacebookGallery) .dmPhotoGalleryHolder:not(.ready) li.photoGalleryThumbs{display:inline!important;visibility:hidden}.main-navigation.unifiednav{-js-display:flex;display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{-js-display:flex;display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{-js-display:flex;display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{-js-display:flex;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}#dm div.dmContent h1,#dm div.dmContent h2{font-weight:700;direction:ltr;font-style:normal}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{opacity:1}.main-navigation.unifiednav.effect-top-bottom{padding:calc(12px - .2em - 2px) 15px}.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{margin-bottom:.2em;transform:translate3d(0,-8px,0)}.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{border-top-width:2px}.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{margin-top:.2em;transform:translate3d(0,8px,0)}.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{transform:translate3d(0,0,0)}.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#fff;max-width:100%}.standardHeaderLayout .dmHeader{display:block;height:auto}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:100px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed):empty{min-height:1px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child.empty-column{min-height:100px}#dm div.dmContent h1{color:#293d4c}#dm div.dmRespCol>*{line-height:150%}#dm div.dmContent h3,#dm div.dmFooter h3{color:#00adef}#dm div.dmInner{font-size:16px}#dm div.dmInner h1,#dm div.dmInner h2{font-family:"Open Sans","Open Sans Fallback"}#dm div.dmContent h2{color:#293d4c}#dm div.dmInner h3{font-family:"Open Sans","Open Sans Fallback"}#dm div.dmContent A,#dm div.dmContent A *{text-decoration:none}#dm div.dmContent h1{color:rgba(13,13,13,1);font-family:Helvetica,"Helvetica Fallback";text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *,#dm div.dmContent h2{text-decoration:none}#dm div.dmContent h2{color:rgba(13,13,13,1);font-family:Helvetica,"Helvetica Fallback"}#dm div.dmContent .dmNewParagraph[data-version] h2{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h2 *{text-decoration:none}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{font-family:Helvetica,"Helvetica Fallback";color:rgba(13,13,13,1)}#dm div.dmContent h3,#dm div.dmFooter h3,#dm div.p_hfcontainer h3{color:#00adef;direction:ltr;font-family:Poppins,"Poppins Fallback";font-weight:400;font-style:normal;text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h3{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h3 *{text-decoration:none}#dm div.dmRespCol>[data-version]{line-height:1.5}#dm div.dmNewParagraph li,#dm div.dmNewParagraph p{color:rgba(13,13,13,1);direction:ltr;font-family:Helvetica,"Helvetica Fallback";font-weight:400;font-style:normal;text-decoration:none}#dm div.dmContent h1{font-size:52px;line-height:initial}#dm div.dmContent h3,#dm div.dmFooter h3{font-size:32px;line-height:initial}#dm div.dmContent h2{font-size:36px;line-height:initial}#dm .dmContent .dmRespRow{margin:0;padding:15px 65px}#dm .dmContent .dmRespRow .dmRespCol{margin:0;padding:0 25px}@media all{: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:0px;--btn-border-radius:0px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:rgb(0, 92, 161);--btn-border-color:rgb(255, 255, 255);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:none;--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:rgb(255, 255, 255);--btn-text-decoration:none;--btn-icon-color:rgb(247, 247, 247);--btn-icon-fill:rgb(247, 247, 247);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:var(--btn-bg-color);--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(0, 0, 0, 0);--btn-hover-text-color:var(--btn-text-color);--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:0px) and (max-width:767px){:root{--btn-text-font-size:16px}}#dm .dmWidget:not([data-buttonstyle]){background-clip:border-box;border-radius:6px}#dm .dmWidget:not([data-buttonstyle]) .text,#dm .dmWidget:not([data-buttonstyle]).flexButton{padding:10px 7px}#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=FLAT_ROUND_ICON]{background-clip:border-box;border-radius:6px;padding:0 0 0 40px}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=FLAT_ROUND_ICON] .text{padding:10px 7px}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=FLAT_ROUND_ICON] .iconBg{display:block}#dm div.dmInner #site_content .dmWidget,#dm div.dmInner .dmHeader .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-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-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-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);text-decoration:var(--btn-text-decoration)}#dm div.dmInner #site_content .dmWidget span.icon,#dm div.dmInner .dmHeader .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)}#dm .p_hfcontainer div.u_1364776142 input:not([type=submit]){color:#fff!important;background-color:rgba(0,0,0,0)!important;border-color:rgba(255,255,255,1)!important;border-style:solid!important;border-width:1px!important}#dm .p_hfcontainer div.u_1310196131 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer .u_1969645405.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1969645405.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:14px!important}#dm .p_hfcontainer .u_1969645405.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1969645405.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer nav.u_1969645405.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:16px!important}#dm .dmInner div.u_hcontainer{border-style:solid!important;border-color:#00adef!important;border-width:0!important;box-shadow:rgba(112,112,112,1) 0 3px 11px 0!important;-moz-box-shadow:rgba(112,112,112,1) 0 3px 11px 0!important;-webkit-box-shadow:rgba(112,112,112,1) 0 3px 11px 0!important;float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:14px 0!important;margin:0 auto!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer{box-shadow:rgba(112,112,112,1) 0 3px 11px 0!important;-moz-box-shadow:rgba(112,112,112,1) 0 3px 11px 0!important;-webkit-box-shadow:rgba(112,112,112,1) 0 3px 11px 0!important}#dm .p_hfcontainer div.u_1967376133 .svg{color:rgba(0,92,161,1)!important;fill:rgba(0,92,161,1)!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding:15px 0!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{margin:0!important;padding:0!important}a.u_1025330882{float:none!important;top:0!important;left:0!important;width:97.22px!important;position:relative!important;height:45px!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:0 0 0 40px!important}.stickyHeaderSpacer{height:184.34px!important}@media (min-width:1025px){.responsiveTablet .stickyHeaderSpacer{height:114.47px!important}}@media (min-width:768px) and (max-width:1024px){:root{--btn-text-font-size:16px}.responsiveTablet .stickyHeaderSpacer{height:102.01px!important}}#dm .p_hfcontainer div.u_1310196131,#dm .p_hfcontainer div.u_1893403635{height:auto!important;top:0!important;left:0!important;position:relative!important}#dm .p_hfcontainer div.u_1893403635{width:auto!important;float:none!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:8px 15px 7.5px 0!important;margin:0!important}#dm .p_hfcontainer a.u_1025330882,#dm .p_hfcontainer div.u_1310196131,#dm .p_hfcontainer div.u_1967376133,#dm .p_hfcontainer nav.u_1969645405{min-width:25px!important;min-height:auto!important}#dm .p_hfcontainer div.u_1310196131{float:none!important;width:calc(100% - 78px)!important;max-width:99px!important;text-align:center!important;display:block!important;padding:0!important;margin:0 0 0 78px!important}#dm .p_hfcontainer div.u_1336119043,#dm .p_hfcontainer div.u_1477144175{margin:0!important;padding:0!important}#dm .p_hfcontainer div.u_1967376133{width:calc(100% - 0px)!important;height:41.99px!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:51px!important;text-align:center!important;padding:0!important;margin:14px 0 0!important}.responsiveTablet .stickyHeaderSpacer{height:113.98px!important}#dm .p_hfcontainer a.u_1025330882{float:none!important;top:0!important;left:0!important;width:calc(100% - 9px)!important;position:relative!important;height:45px!important;max-width:166.97px!important;text-align:center!important;display:block!important;padding:0 0 0 40px!important;margin:23px 0 0 9px!important}#dm .dmBody div.u_1136201699,#dm .p_hfcontainer nav.u_1969645405{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important}#dm .p_hfcontainer nav.u_1969645405{width:calc(100% - 0px)!important;max-width:100%!important;justify-content:flex-start!important;align-items:stretch!important;text-align:start!important;padding:0 0 6.8px!important;margin:14px .02px 0 .16px!important}#dm .dmBody .u_1205466963,#dm .dmBody .u_1315207626,#dm .dmBody .u_1376200594,#dm .dmBody .u_1440608429,#dm .dmBody .u_1483216105,#dm .dmBody .u_1742277043,#dm .dmBody .u_1848154463,#dm .dmBody .u_1863253597,#dm .dmBody .u_1938579597{width:100%!important}#dm .dmBody .u_1405871546,#dm .dmBody .u_1504606264,#dm .dmBody .u_1559247424{text-align:LEFT!important}#dm .dmBody a.u_1913199022{color:#293d4c!important;background-color:#293d4c!important;border-style:solid!important;border-width:1px!important;border-color:#293d4c!important}#dm .dmBody .u_1136201699:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1136201699:before{background-color:rgba(255,255,255,1)!important;opacity:.35!important}#dm .dmBody div.u_1136201699{background-image:url(https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/tae+kwon+do+trial-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;background-color:rgba(0,0,0,0)!important;background-repeat:no-repeat!important;background-size:cover!important}#dm .dmBody div.u_1603358962{background-repeat:no-repeat!important;background-image:none!important;background-size:cover!important}#dm .dmBody .u_1084092902:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1084092902:before{background-color:rgba(0,0,0,1)!important;opacity:.13!important}#dm .dmBody div.u_1276653191 hr{color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1275925773,#dm .dmBody div.u_1572137618,#dm .dmBody div.u_1912072050{background-color:rgba(244,244,244,.6)!important}#dm .dmBody div.u_1730213907{background-image:none!important;background-color:rgba(0,0,0,0)!important}#dm .dmBody div.u_1162553368{background-image:radial-gradient(circle,rgba(112,112,112,1) 0,rgba(0,92,161,1) 100%)!important;background-position:top center!important;background-repeat:no-repeat!important;background-origin:border-box!important}#dm .dmBody div.u_1189025684,#dm .dmBody div.u_1233544979{background-image:none!important}#dm .dmBody .u_1462603492,#dm .dmBody div.u_1189025684{background-position:50% 100%!important}#dm .dmBody div.u_1167025358{background-color:rgba(0,92,161,.5)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-style:solid!important;border-width:0!important;border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .dmBody a.u_1518152852{border-color:rgba(255,255,255,1)!important;background-color:rgba(255,255,255,1)!important}#dm .dmBody a.u_1518152852 span.text{color:rgba(13,13,13,1)!important}#dm .dmBody .u_1233544979:before,#dm .dmBody .u_1233544979>.bgExtraLayerOverlay{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1145811404{background-image:initial!important;background-color:#fff!important}#dm .dmBody div.u_1738255550{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody div.u_1591906838,#dm .dmBody div.u_1854092994{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;background-color:rgba(0,0,0,0)!important}#dm .dmBody a.u_1504606264{background-color:rgba(0,0,0,0)!important;border-style:solid!important;border-width:0!important;border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody a.u_1405871546,#dm .dmBody a.u_1559247424{border-radius:0!important;box-shadow:none!important;background-color:rgba(0,0,0,0)!important;border-style:solid!important;border-width:0!important}#dm .dmBody a.u_1559247424{-moz-border-radius:0!important;-webkit-border-radius:0!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody a.u_1405871546{-moz-border-radius:0!important;-webkit-border-radius:0!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody a.u_1405871546 span.text{color:rgba(219,36,32,1)!important;font-weight:400!important}#dm .dmBody a.u_1504606264 span.text,#dm .dmBody a.u_1559247424 span.text{color:rgba(219,36,32,1)!important}#dm .dmBody div.u_1440608429 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .dmBody div.u_1804563604{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;background-color:rgba(0,0,0,0)!important}#dm .dmBody .u_1189025684:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1233544979:before,#dm .dmBody div.u_1233544979>.bgExtraLayerOverlay{background-color:rgba(13,13,13,1)!important;opacity:.71!important}#dm .dmBody div.u_1425277976{background-color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1734813178,#dm .dmBody div.u_1800655512{background-color:rgba(13,13,13,.9)!important;border-style:solid!important;border-width:0!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-radius:15px!important;-moz-border-radius:15px!important;-webkit-border-radius:15px!important}#dm .dmBody div.u_1438467928{background-color:rgba(13,13,13,.9)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-radius:15px!important;-moz-border-radius:15px!important;-webkit-border-radius:15px!important}#dm .dmBody div.u_1977246018{background-color:rgba(0,92,161,1)!important}#dm .dmBody div.u_1084092902,#dm .dmBody div.u_1189025684{background-color:rgba(255,255,255,1)!important;background-repeat:no-repeat!important}#dm .dmBody div.u_1189025684{background-size:cover!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody div.u_1084092902{background-image:url(https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/mommy-me-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody div.u_1941794196 .caption-inner{background-color:rgba(0,0,0,.1)!important}#dm .dmBody .u_1941794196 .caption-inner{-webkit-border-top-right-radius:0!important;-webkit-border-bottom-right-radius:0!important;-webkit-border-bottom-left-radius:0!important;-webkit-border-top-left-radius:0!important;border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .dmBody .u_1037040269,#dm .dmBody div.u_1233544979,#dm .dmBody div.u_1603358962{background-position:50% 50%!important}#dm .dmBody div.u_1550889331{padding-top:0!important;padding-right:0!important}#dm .dmBody div.u_1136201699{width:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:64.5px 40px 54.5px!important}#dm .dmBody div.u_1205466963,#dm .dmBody div.u_1416366061,#dm .dmBody div.u_1989883872{min-width:25px!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important}#dm .dmBody div.u_1989883872{width:calc(100% - 0px)!important;max-width:100%!important;display:block!important;padding:2px 0!important;margin:0 auto 8px!important}#dm .dmBody div.u_1205466963{width:calc(100% - 0px)!important;max-width:100%!important;text-align:start!important;padding:0!important;margin:32px auto 0!important}#dm .dmBody div.u_1416366061{line-height:1.5!important;width:491px!important;max-width:calc(100% - 84px)!important;display:block!important;padding:2px 0!important;margin:12px auto 8px!important}#dm .dmBody div.u_1276653191,#dm .dmBody div.u_1489933655{text-align:center!important;margin:0 auto!important;min-width:25px!important;padding:0!important}#dm .dmBody div.u_1276653191{float:none!important;top:0!important;left:0!important;width:69px!important;position:relative!important;height:auto!important;max-width:calc(100% - 295px)!important}#dm .dmBody div.u_1489933655{height:513px!important;float:none!important;top:0!important;left:0!important;width:193px!important;position:relative!important;max-width:calc(100% - 261px)!important}#dm .dmBody div.u_1641476224,#dm .dmBody div.u_1654212722,#dm .dmBody div.u_1730213907{float:none!important;left:0!important;position:relative!important;height:auto!important;top:0!important}#dm .dmBody div.u_1654212722{display:block!important;max-width:100%!important;width:calc(100% - 0px)!important;min-width:25px!important;padding:0!important;margin:43px auto 8px!important}#dm .dmBody div.u_1084092902,#dm .dmBody div.u_1162553368,#dm .dmBody div.u_1730213907{width:auto!important;text-align:center!important}#dm .dmBody div.u_1730213907{max-width:100%!important;min-width:0!important;padding:62px 0 32px!important}#dm .dmBody div.u_1641476224{width:calc(100% - 0px)!important;max-width:100%!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:-29px auto 0!important}#dm .dmBody div.u_1267725267,#dm .dmBody div.u_1383598629,#dm .dmBody div.u_1446312660,#dm .dmBody div.u_1882982393{max-width:calc(100% - 0px)!important;left:0!important;width:100%!important;position:relative!important;min-width:25px!important;height:auto!important;float:none!important}#dm .dmBody div.u_1267725267,#dm .dmBody div.u_1446312660{display:block!important;top:0!important;padding:0!important;margin:25px auto 8px!important}#dm .dmBody div.u_1275925773,#dm .dmBody div.u_1572137618,#dm .dmBody div.u_1912072050{padding:20px 20px 40px!important}#dm .dmBody div.u_1275925773{margin:0 20px!important}#dm .dmBody div.u_1572137618{margin-left:0!important;margin-right:0!important}#dm .dmBody div.u_1882982393{top:0!important;padding:2px 0!important;margin:28px auto 8px!important}#dm .dmBody div.u_1383598629{display:block!important;top:0!important;padding:0!important;margin:53px auto 8px!important}#dm .dmBody div.u_1162553368{float:none!important;top:auto!important;max-width:none!important;left:0!important;position:relative!important;min-width:0!important;height:auto!important;padding:45px 0!important}#dm .dmBody div.u_1084092902,#dm .dmBody div.u_1698526045{float:none!important;top:0!important;left:0!important;height:auto!important;position:relative!important}#dm .dmBody div.u_1603358962{margin:0!important;padding:0!important}#dm .dmBody div.u_1698526045{display:block!important;width:calc(100% - 0px)!important;max-width:514px!important;min-width:25px!important;padding:2px 0!important;margin:0 auto 8px!important}#dm .dmBody div.u_1167025358{padding:40px 50px 0!important;margin:0 0 0 100px!important}#dm .dmBody div.u_1084092902{max-width:100%!important;min-width:0!important;background-attachment:fixed!important;background-size:cover!important;padding:11.5px 0!important;margin:0!important}#dm .dmBody a.u_1557911416,#dm .dmBody div.u_1145811404{float:none!important;top:0!important;padding:0!important;left:0!important}#dm .dmBody div.u_1233544979 .videobgframe{object-position:34% 33%!important;object-fit:cover!important}#dm .dmBody a.u_1557911416 span.text{font-size:18px!important}#dm .dmBody a.u_1557911416{width:calc(100% - 0px)!important;position:relative!important;height:58px!important;max-width:228.99px!important;min-width:25px!important;text-align:center!important;margin:10px 616.56px 10px 0!important}#dm .dmBody div.u_1145811404{width:auto!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:start!important;margin:0!important}#dm .dmBody div.u_1854092994{margin-right:0!important;margin-left:0!important;padding:40px 30px!important}#dm .dmBody div.u_1591906838{margin-right:10px!important;margin-left:10px!important;padding:40px 30px!important}#dm .dmBody div.u_1804563604{margin-left:0!important;padding:40px 30px!important}#dm .dmBody div.u_1151199337,#dm .dmBody div.u_1373549464,#dm .dmBody div.u_1646292553,#dm .dmBody div.u_1740841203{float:none!important;top:0!important;position:relative!important;min-width:25px!important;display:block!important;padding:2px 0!important}#dm .dmBody div.u_1151199337,#dm .dmBody div.u_1373549464,#dm .dmBody div.u_1740841203{left:0!important;width:100%!important;height:auto!important;max-width:calc(100% - 0px)!important;margin:0 auto 8px!important}#dm .dmBody a.u_1559247424{display:block!important;float:none!important;top:0!important;left:0!important;width:170px!important;position:relative!important;height:46px!important;max-width:100%!important;min-width:0!important;text-align:left!important;padding:0!important;margin:10px auto 10px 0!important}#dm .dmBody div.u_1646292553{left:0!important;width:calc(100% - 0px)!important;height:auto!important;max-width:253px!important;margin:-20px 105.33px 8px 0!important}#dm .dmBody div.u_1678908342,#dm .dmBody div.u_1784938837{float:none!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important;display:block!important;padding:2px 0!important;margin:-20px auto 8px!important;top:0!important}#dm .dmBody a.u_1405871546 span.text,#dm .dmBody a.u_1504606264 span.text,#dm .dmBody a.u_1559247424 span.text{font-size:18px!important}#dm .dmBody a.u_1405871546,#dm .dmBody a.u_1504606264{display:block!important;float:none!important;width:calc(100% - 0px)!important;position:relative!important;height:46px!important;max-width:170px!important;min-width:25px!important;text-align:left!important;padding:0!important;left:0!important}#dm .dmBody a.u_1504606264{top:0!important;margin:22px 80px 10px 0!important}#dm .dmBody a.u_1405871546{top:0!important;margin:22px 83.34px 10px 0!important}#dm .dmBody div.u_1189025684,#dm .dmBody div.u_1370506608{float:none!important;top:0!important;position:relative!important;height:auto!important;max-width:100%!important}#dm .dmBody div.u_1189025684{left:0!important;width:auto!important;min-width:0!important;text-align:center!important;padding:0 30px 0 63px!important}#dm .dmBody div.u_1370506608{left:0!important;width:calc(100% - 0px)!important;min-width:25px!important;padding:2px 0!important}#dm .dmBody div.u_1233544979,#dm .dmBody div.u_1977246018{width:auto!important;height:auto!important;max-width:100%!important;min-width:0!important;margin:0!important;float:none!important;top:0!important;position:relative!important}#dm .dmBody div.u_1977246018{left:0!important;text-align:start!important;padding:41.5px 65px!important}#dm .dmBody div.u_1592596796{margin:0!important;padding:0 25px 0 0!important}#dm .dmBody div.u_1233544979{background-attachment:initial!important;background-size:cover!important;left:0!important;text-align:center!important;background-repeat:no-repeat!important;padding:125px 0 0 40px!important}#dm .dmBody div.u_1742277043{float:none!important;top:0!important;left:0!important;width:calc(100% - -72px)!important;position:relative!important;max-width:306.3px!important;justify-content:center!important;align-items:center!important;min-width:25px!important;text-align:center!important;important:true!important;padding:0!important;margin:-34px 0 0 -72px!important}#dm .dmBody div.u_1759472617{padding-top:0!important;padding-bottom:20px!important}#dm .dmBody div.u_1438467928{padding:0 15px 40px!important;margin:0!important}#dm .dmBody div.u_1162140530,#dm .dmBody div.u_1248719200,#dm .dmBody div.u_1277963287{top:0!important;left:0!important;position:relative!important;height:auto!important;min-width:25px!important;padding:10px 0 2px!important;float:none!important;display:block!important}#dm .dmBody div.u_1162140530{width:calc(100% - 29px)!important;max-width:277px!important;margin:0 29.34px 8px 29.33px!important}#dm .dmBody div.u_1277963287{width:calc(100% - 29px)!important;max-width:276px!important;margin:0 29.84px 8px 29.83px!important}#dm .dmBody div.u_1248719200{width:calc(100% - 0px)!important;max-width:100%!important;margin:6px 0 8px!important}#dm .dmBody div.u_1425277976,#dm .dmBody div.u_1701069960{top:0!important;left:0!important;width:auto!important;position:relative!important;max-width:100%!important;min-width:0!important;height:auto!important}#dm .dmBody div.u_1734813178{padding:0 15px!important;margin:0 20px!important}#dm .dmBody div.u_1800655512{padding:0 15px!important;margin:0!important}#dm .dmBody div.u_1701069960{float:none!important;text-align:start!important;padding:0!important;margin:0!important}#dm .dmBody div.u_1425277976{float:none!important;text-align:center!important;padding:0 20px!important;margin:10px 0 0!important}#dm .dmBody a.u_1362936945,#dm .dmBody a.u_1518152852,#dm .dmBody div.u_1872837012{float:none!important;top:0!important;left:0!important;position:relative!important;min-width:25px!important}#dm .dmBody div.u_1283600355{padding:0 0 0 25px!important;margin:0!important}#dm .dmBody div.u_1872837012{width:calc(100% - 0px)!important;height:auto!important;max-width:586.5px!important;padding:2px 0!important;margin:0 420px 8px .44px!important}#dm .dmBody a.u_1518152852{display:block!important;width:calc(100% - 204px)!important;height:53.99px!important;max-width:249px!important;text-align:center!important;padding:0!important;margin:-8px 124.11px 15px 204px!important}#dm .dmBody div.u_1941794196 .caption-container .caption-title{color:rgba(255,255,255,1)!important;font-size:25px!important}#dm .dmBody .u_1941794196 .photoGalleryThumbs{padding:5px!important}#dm .dmBody .u_1941794196 .photoGalleryViewAll{padding:0 10px!important}#dm .dmBody a.u_1362936945{width:calc(100% - 0px)!important;height:auto!important;min-height:38.75px!important;max-width:266px!important;text-align:center!important;padding:10px 7px!important;margin:10px 247.81px 10px 0!important}.font-size-50,.size-50{font-size:50px!important}.font-size-28,.size-28{font-size:28px!important}.font-size-18,.size-18{font-size:18px!important}.font-size-16,.size-16{font-size:16px!important}.font-size-40,.size-40{font-size:40px!important}.font-size-20,.size-20{font-size:20px!important}.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}#\31 148916352,#\31 193302276,#\31 202198316,#\31 356468559,#\31 362936945,#\31 409642742,#\31 424027315,#\31 454115307,#\31 481996502,#\31 519815725,#\31 576399467,#\31 618777699,#\31 684011322,#\31 698436939,#\31 735919289,#\31 747125196,#\31 779701079,#\31 807508089,#\31 832492680,#\31 839026981,#\31 847135111,#\31 861968231,#\31 892636512,#\31 939324436,#\31 947763461,#\31 952809293,#\31 969645405,#\31 995794985,#\31 996836553{order:0;flex-direction:row}#\31 355040217,#\31 800130943,#\31 937116672,#\31 956684801,#\31 957356784{order:0}#\31 800130943{flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder {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>



<style id="fontFallbacks">
    @font-face {
  font-family: "Roboto Fallback";
  src: local('Arial');
  ascent-override: 92.6709%;
  descent-override: 24.3871%;
  size-adjust: 100.1106%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Poppins Fallback";
  src: local('Arial');
  ascent-override: 92.326%;
  descent-override: 30.7753%;
  line-gap-override: 8.793%;
  size-adjust: 113.7274%;
}@font-face {
  font-family: "Helvetica Fallback";
  src: local('Arial');
  ascent-override: 77.002%;
  descent-override: 22.998%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Oswald Fallback";
  src: local('Arial');
  ascent-override: 145.0682%;
  descent-override: 35.1423%;
  size-adjust: 82.2372%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Barlow Fallback";
  src: local('Arial');
  ascent-override: 103.1323%;
  descent-override: 20.6265%;
  size-adjust: 96.9628%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Open Sans Fallback";
  src: local('Arial');
  ascent-override: 101.1768%;
  descent-override: 27.7323%;
  size-adjust: 105.6416%;
  line-gap-override: 0%;
 }
</style>


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







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


    {
        "@context" : "https://schema.org",
        "@type" : "WebSite",
        "name" : "JK Martial Arts Academy",
        "url" : "https://www.jkmaa.com/"
    }


  </script>
  <meta property="og:image" content="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/JK+Martial+Arts+Academy+Logo+-1920w.png"/>
  <title>
    
    JK Martial Arts Academy
  
  </title>
  <meta name="keywords" content="Martial Arts Chicago, Chicago Tae Kwon Do, Tae Kwon Do classes in Chicago"/>
  <meta name="description" content="Children and Family Tae Kwon Do classes in Burbank IL. We are committed to teaching the highest quality martial arts in an atmosphere of positive energy and respect. Our goal is to positively touch the lives of as many people as we can through the martial art of Tae Kwon Do."/>

  <meta name="twitter:card" content="summary"/>
  <meta name="twitter:title" content="JK Martial Arts Academy"/>
  <meta name="twitter:description" content="Children and Family Tae Kwon Do classes in Burbank IL. We are committed to teaching the highest quality martial arts in an atmosphere of positive energy and respect. Our goal is to positively touch the lives of as many people as we can through the martial art of Tae Kwon Do."/>
  <meta property="og:description" content="Children and Family Tae Kwon Do classes in Burbank IL. We are committed to teaching the highest quality martial arts in an atmosphere of positive energy and respect. Our goal is to positively touch the lives of as many people as we can through the martial art of Tae Kwon Do."/>
  <meta property="og:title" content="JK Martial Arts Academy"/>
<script type="application/ld+json">
{
  "@context" : {
    "@vocab" : "http://schema.org/"
  },
  "@type" : "SportsActivityLocation",
  "name" : "JK Martial Arts Academy",
  "address" : {
    "@type" : "PostalAddress",
    "streetAddress" : "5361 State Rd",
    "addressLocality" : "Burbank",
    "addressRegion" : "IL",
    "postalCode" : "60459",
    "addressCountry" : "US"
  },
  "geo" : {
    "@type" : "GeoCoordinates",
    "latitude" : "41.75006",
    "longitude" : "-87.75529"
  },
  "url" : "https://www.jkmaa.com",
  "description" : "JK Martial Arts Academy offers training in the Korean martial arts of Taekwondo and Hapkido. With over twenty five years of experience our Master Kim, with the help Instructors, provide a clean, safe, and positive learning experience for all ages. We welcome new students from Burbank IL and all over Chicagoland. ",
  "telephone" : "708-422-3768",
  "email" : "[email protected]",
  "logo" : "https://irp.cdn-website.com/f81da47f/dms3rep/multi/jkmma+burbank.png",
  "sameAs" : [ "https://facebook.com/JkMartialArtsAcademy/" ],
  "image" : [ "https://irp.cdn-website.com/f81da47f/dms3rep/multi/jkmma+burbank.png", "https://irp.cdn-website.com/f81da47f/dms3rep/multi/sparring-in-chicago.jpg", "https://irp.cdn-website.com/f81da47f/dms3rep/multi/tae-kwon-do-chicago.jpg", "https://irp.cdn-website.com/f81da47f/dms3rep/multi/Master+Kim+Chicago+.jpg", "https://irp.cdn-website.com/f81da47f/dms3rep/multi/chicago-tae-kwon-do.png" ],
  "openingHoursSpecification" : [ {
    "@type" : "OpeningHoursSpecification",
    "dayOfWeek" : [ "Monday", "Tuesday", "Wednesday", "Thursday" ],
    "opens" : "14:00",
    "closes" : "19:00"
  }, {
    "@type" : "OpeningHoursSpecification",
    "dayOfWeek" : [ "Friday" ],
    "opens" : "14:00",
    "closes" : "18:00"
  }, {
    "@type" : "OpeningHoursSpecification",
    "dayOfWeek" : [ "Saturday" ],
    "opens" : "10:00",
    "closes" : "13:00"
  } ],
  "@id" : "https://www.jkmaa.com"
}
</script>



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





















<body id="dmRoot" data-page-alias="home"  class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet "
      style="padding:0;margin:0;"
      
    >

















<!-- ========= Site Content ========= -->
<div id="dm" class='dmwr'>
    
    <div class="dm_wrapper standard-var5 widgetStyle-3 standard">
         <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home hasAnimations hasStickyHeader inMiniHeaderMode rows-1200 dmPageBody d-page-1716942098 inputs-css-clean dmFreeHeader" 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> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="727" layout="3160be7e691447abbddc535d6cfafc7a===header" has-shadow="true" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="86%"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1893403635 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1893403635"> <div class="dmRespColsWrapper" id="1861968231"> <div class="u_1872059044 dmRespCol small-12 large-2 medium-2" id="1872059044"> <div class="u_1310196131 imageWidget align-center" data-widget-type="image" id="1310196131" data-element-type="image"><img src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/jkmma+burbank-1920w.png" id="1453953774" class="" data-dm-image-path="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/jkmma+burbank-1920w.png" onerror="handleImageLoadError(this)" height="99.0" width="99.0"/></div> 
</div> 
 <div class="u_1336119043 dmRespCol small-12 large-7 medium-7" id="1336119043"> <nav class="u_1969645405 effect-top-bottom main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_3" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1969645405" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item  dmNavItemSelected  dmUDNavigationItem_00  " target="" data-target-page-alias="" 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="/schedule" class="unifiednav__item  dmUDNavigationItem_010101264785  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         FREE TRIAL
        " data-auto="page-text-style">FREE TRIAL<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="/about" class="unifiednav__item  dmUDNavigationItem_010101661768  " 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> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/programs" class="unifiednav__item  dmUDNavigationItem_01010128245  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         PROGRAMS
        " data-auto="page-text-style">PROGRAMS<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="/contact" class="unifiednav__item  dmUDNavigationItem_010101135489  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         CONTACT
        " data-auto="page-text-style">CONTACT<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="/class-schedule" class="unifiednav__item  dmUDNavigationItem_01010163104  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         SCHEDULE
        " data-auto="page-text-style">SCHEDULE<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
</ul> 
</nav> 
</div> 
 <div class="u_1477144175 dmRespCol small-12 large-2 medium-2" id="1477144175"> <a class="u_1025330882 default dmDefaultGradient align-center dmCall voipReplacement dmWidget dmNoMark dmWwr" href="tel:708-422-3768" contenteditable="false" onclick=";return dm_gaq_push_event('ClickToCall', 'Call',null,'f81da47f', this);" id="1025330882" dmle_extension="clicktocall" data-element-type="clicktocall" data-binding="W3siYmluZGluZ05hbWUiOiJwaG9uZSIsInZhbHVlIjoiY29udGVudF9saWJyYXJ5Lmdsb2JhbC5waG9uZS4xOTc2MjE3NTA3In1d" data-buttonstyle="FLAT_ROUND_ICON" wr="true" data-display-type="block" icon="true" surround="true" description="" adwords="" icon-name="icon-phone" phone="708-422-3768" text="" image=""> <span class="iconBg" aria-hidden="true"> <span class="icon hasFontIcon icon-phone"></span> 
</span> 
 <span class="text">708-422-3768</span> 
</a> 
</div> 
 <div class="u_1827519522 dmRespCol small-12 large-1 medium-1" id="1827519522"> <div class="u_1967376133 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1967376133" data-binding="W3siYmluZGluZ05hbWUiOiJsaW5rIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLnNvY2lhbC5mYWNlYm9vayJ9XQ=="> <a href="https://facebook.com/JkMartialArtsAcademy/"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1024 1792" id="1780984800" class="svg u_1780984800" data-icon-name="fa-facebook-f" alt="J K Martial Arts Academy Burbank Il Facebook"> <path fill="inherit" d="M959 12v264h-157q-86 0-116 36t-30 108v189h293l-39 296h-254v759h-306v-759h-255v-296h255v-218q0-186 104-288.5t277-102.5q147 0 228 12z"></path> 
</svg> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> 
 <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> 
<!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"></div> 
 <div class="titleLine display_None"><hr/></div> 
</div> 
</div> 
</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 class="u_1233544979 dmRespRow dmSectionNoParallax fullBleedChanged fullBleedMode hasBackgroundOverlay hasExtraLayerOverlay relativePos" style="text-align: center;" id="1233544979" data-gallery-bg="eyJzbGlkZXMiOltdfQ==" data-video-bg="eyJzcmMiOiJodHRwczovL3ZpZC5jZG4td2Vic2l0ZS5jb20vZjgxZGE0N2YvdmlkZW9zL0xKOFRzT3RPVGRxQzRKNzF4d2FGX1RhZStLd29uK0RvK0J1cmJhbmsrSUwrJTI4MiUyOS12Lm1wNCIsImlkIjoiaHR0cHM6Ly92aWQuY2RuLXdlYnNpdGUuY29tL2Y4MWRhNDdmL3ZpZGVvcy9MSjhUc090T1RkcUM0SjcxeHdhRl9UYWUrS3dvbitEbytCdXJiYW5rK0lMKyUyODIlMjktdi5tcDQiLCJwcm92aWRlciI6ImNkbiIsImVtYmVkIjoiaHR0cHM6Ly92aWQuY2RuLXdlYnNpdGUuY29tL2Y4MWRhNDdmL3ZpZGVvcy9MSjhUc090T1RkcUM0SjcxeHdhRl9UYWUrS3dvbitEbytCdXJiYW5rK0lMKyUyODIlMjktdi5tcDQiLCJyYXRpbyI6MC41NjI1LCJ0aHVtYm5haWwiOiJodHRwczovL2lycC5jZG4td2Vic2l0ZS5jb20vZjgxZGE0N2YvZG1zM3JlcC9tdWx0aS9MSjhUc090T1RkcUM0SjcxeHdhRl9UYWUrS3dvbitEbytCdXJiYW5rK0lMKyUyODIlMjkudjIuMDAwMDAwMC5qcGciLCJzdXBwb3J0QmdPbk1vYmlsZSI6dHJ1ZSwic3VwcG9ydEJnTG9vcCI6dHJ1ZSwicG9zdGVyIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tL2Y4MWRhNDdmL2RtczNyZXAvbXVsdGkvTEo4VHNPdE9UZHFDNEo3MXh3YUZfVGFlK0t3b24rRG8rQnVyYmFuaytJTCslMjgyJTI5LnYyLjAwMDAwMDAuanBnIn0=" 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/f81da47f/dms3rep/multi/opt/LJ8TsOtOTdqC4J71xwaF_Tae+Kwon+Do+Burbank+IL+%282%29.v2.0000000-1920w.jpg" src="https://vid.cdn-website.com/f81da47f/videos/LJ8TsOtOTdqC4J71xwaF_Tae+Kwon+Do+Burbank+IL+%282%29-v.mp4" style="object-position: 50% 50%" id="videobgframe-1233544979"></video> 
</div> 
 <div class="bgExtraLayerOverlay"></div> 
 <div class="dmRespColsWrapper" id="1148916352"> <div class="dmRespCol small-12 u_1283600355 large-6 medium-6" id="1283600355"> <a data-display-type="block" class="u_1362936945 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="https://live.vcita.com/site/g3vtna0wcup8ouzs/online-scheduling" data-element-type="dButtonLinkId" id="1362936945" target="_blank"> <span class="iconBg" aria-hidden="true" id="1421274001"> <span class="icon hasFontIcon icon-star" id="1189580653"></span> 
</span> 
 <span class="text" id="1415216007">BOOK A FREE TRIAL CLASS</span> 
</a> 
 <div class="u_1872837012 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1872837012" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h2 class="m-size-40 size-50"><span class="m-font-size-40 font-size-50" style="color:rgb(35, 166, 222);font-weight:bold;display:unset;font-family:Oswald, 'Oswald Fallback';">FOCUS. CONFIDENCE. DISCIPLINE.</span></h2> 
 <h1 class="m-size-40"><span class="m-font-size-40" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Oswald, 'Oswald Fallback';">JK MARTIAL ARTS ACADEMY</span><span single-space="true" class="m-font-size-40" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Oswald, 'Oswald Fallback';"> <span class="m-font-size-40" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Oswald, 'Oswald Fallback';"></span> 
</span></h1> 
 <h1 class="m-size-40"><span class="m-font-size-40" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Oswald, 'Oswald Fallback';">IN BURBANK IL</span><span single-space="true" class="m-font-size-40" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Oswald, 'Oswald Fallback';"> <span class="m-font-size-40" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Oswald, 'Oswald Fallback';"></span> 
</span></h1> 
</div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1169462833"> <h2 class="m-size-22 size-28"><span class="m-font-size-22 font-size-28" style="color: rgb(255, 255, 255); display: unset;">Get started today</span></h2> 
</div> 
 <a data-display-type="block" class="u_1557911416 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/programs" data-element-type="dButtonLinkId" id="1557911416"> <span class="iconBg" aria-hidden="true" id="1881926500"> <span class="icon hasFontIcon icon-star" id="1810235689"></span> 
</span> 
 <span class="text" id="1854265340">Our Programs</span> 
</a> 
</div> 
 <div class="dmRespCol large-6 medium-6 small-12 u_1592596796" id="1592596796"> <div class="u_1742277043 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1742277043"><img src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/Untitled+design+%285%29-551h.png" alt="" id="1660589995" class="" data-dm-image-path="https://irp.cdn-website.com/f81da47f/dms3rep/multi/Untitled+design+%285%29.png" width="400" height="600" onerror="handleImageLoadError(this)"/></div> 
</div> 
</div> 
</div> 
 <div class="u_1145811404 dmRespRow" id="1145811404" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6Inpvb21JbiIsImR1cmF0aW9uIjowLjgsImRlbGF5IjowLjIsImludGVuc2l0eSI6MSwiZGlyIjoiaW4tcGxhY2UiLCJyZXZlcnNlIjpmYWxzZX0sIm1vYmlsZSI6e319" data-anim-desktop="zoomIn" data-anim-mobile="none"> <div class="dmRespColsWrapper" id="1947763461"> <div class="dmRespCol empty-column large-12 medium-12 small-12 u_1738255550" id="1738255550"></div> 
</div> 
</div> 
 <div class="u_1977246018 dmRespRow" id="1977246018"> <div class="dmRespColsWrapper" id="1409642742"> <div class="dmRespCol large-12 medium-12 small-12" id="1451877579"> <div class="u_1370506608 dmNewParagraph" id="1370506608" data-element-type="paragraph" style="transition: none 0s ease 0s; display: block;" data-version="5"> <h2 class="text-align-center m-size-32 m-text-align-center"><span class="m-font-size-32" m-font-size-set="true" style="display: initial; color: rgb(255, 255, 255);">OUR PROGRAMS</span><span single-space="true" class="m-font-size-32" style="display: initial; color: rgb(255, 255, 255);"> <span class="m-font-size-32" style="display: initial; color: rgb(255, 255, 255);"></span> 
</span></h2> 
</div></div> 
</div> 
</div> 
 <div class="u_1425277976 dmRespRow" style="text-align: center;" id="1425277976"> <div class="dmRespColsWrapper" id="1576399467"> <div class="dmRespCol small-12 medium-12 large-12 u_1759472617" id="1759472617"> <span id="1424218430"></span> 
 <div class="u_1701069960 dmRespRow" id="1701069960"> <div class="dmRespColsWrapper" id="1202198316"> <div class="u_1800655512 dmRespCol small-12 medium-4 large-4" id="1800655512"> <div class="u_1248719200 dmNewParagraph" data-element-type="paragraph" id="1248719200" style="transition: none 0s ease 0s; display: block; text-align: center;" data-version="5"> <h3 class="text-align-center size-28"><span class="font-size-28" style="color:rgb(255, 255, 255);font-weight:700;display:initial;font-family:Barlow, 'Barlow Fallback';"><span class="font-size-28" style="color:rgb(255, 255, 255);font-weight:700;display:initial;font-family:Barlow, 'Barlow Fallback';">TINY TIGERS</span> 
</span></h3> 
 <h3 class="text-align-center size-28"><span class="font-size-28" style="color:rgb(255, 255, 255);font-weight:700;display:initial;font-family:Barlow, 'Barlow Fallback';"><span class="font-size-28" style="color:rgb(255, 255, 255);font-weight:700;display:initial;font-family:Barlow, 'Barlow Fallback';">Ages 4 - 5</span> 
</span></h3> 
</div> <div class="u_1035527155 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1035527155"><img src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/Tiny-Tigers-Tae-Kwon-Do-Chicago---Edited-0b9c4880-281eb369-413h.png" alt="" id="1303575934" class="" data-dm-image-path="https://irp.cdn-website.com/f81da47f/dms3rep/multi/Tiny-Tigers-Tae-Kwon-Do-Chicago---Edited-0b9c4880-281eb369.png" width="358" height="568" onerror="handleImageLoadError(this)"/></div> 
 <a data-display-type="block" class="u_1975672481 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/programs" data-element-type="dButtonLinkId" id="1975672481"> <span class="iconBg" id="1753574580"> <span class="icon hasFontIcon icon-star" id="1140100460"></span> 
</span> 
 <span class="text" id="1031883963">Get details</span> 
</a> 
</div> 
 <div class="u_1734813178 dmRespCol small-12 medium-4 large-4" id="1734813178"> <div class="u_1277963287 dmNewParagraph" data-element-type="paragraph" id="1277963287" style="transition: none 0s ease 0s; text-align: center; display: block;" data-version="5"> <h3 class="m-size-28 text-align-center size-28"><span class="m-font-size-28 font-size-28" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:bold;display:initial;font-family:Barlow, 'Barlow Fallback';">CHILDREN</span></h3> 
 <h3 class="text-align-center m-size-28 size-28"><span class="m-font-size-28 font-size-28" m-font-size-set="true" style="color:rgb(255, 255, 255);font-weight:bold;display:initial;font-family:Barlow, 'Barlow Fallback';">Ages 6 - 12</span><span style="display: initial;"><br/></span></h3> 
</div> <div class="u_1238393372 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1238393372"><img src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/Untitled-design--286-29-392h.png" alt="" id="1986238214" class="" data-dm-image-path="https://irp.cdn-website.com/f81da47f/dms3rep/multi/Untitled-design--286-29.png" width="328" height="509" onerror="handleImageLoadError(this)"/></div> 
 <a data-display-type="block" class="u_1173345824 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/programs" data-element-type="dButtonLinkId" id="1173345824"> <span class="iconBg" id="1143277131"> <span class="icon hasFontIcon icon-star" id="1328036210"></span> 
</span> 
 <span class="text" id="1641793114">Get details</span> 
</a> 
</div> 
 <div class="u_1438467928 dmRespCol small-12 medium-4 large-4" id="1438467928"> <div class="u_1162140530 dmNewParagraph" data-element-type="paragraph" id="1162140530" style="transition: none 0s ease 0s; text-align: center; display: block;" data-version="5"> <h3 class="text-align-center size-28"><span class="font-size-28" style="color:rgb(255, 255, 255);font-weight:700;display:initial;font-family:Barlow, 'Barlow Fallback';">TEENS &amp; ADULTS</span></h3> 
 <h3 class="text-align-center size-28"><span class="font-size-28" style="color:rgb(255, 255, 255);font-weight:700;display:initial;font-family:Barlow, 'Barlow Fallback';">13 and above</span></h3> 
</div> <div class="u_1209268056 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1209268056"><img src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/Untitled-design--289-29-417h.png" alt="" id="1288518391" class="" data-dm-image-path="https://irp.cdn-website.com/f81da47f/dms3rep/multi/Untitled-design--289-29.png" width="361" height="513" onerror="handleImageLoadError(this)"/></div> 
 <a data-display-type="block" class="u_1301180809 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/programs" data-element-type="dButtonLinkId" id="1301180809"> <span class="iconBg" id="1391320962"> <span class="icon hasFontIcon icon-star" id="1570584300"></span> 
</span> 
 <span class="text" id="1517569565">Get details</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1520924103 dmRespRow hasBackgroundOverlay" style="text-align: center;" id="1520924103"> <div class="dmRespColsWrapper" id="1698436939"> <div class="u_1569668409 dmRespCol small-12 medium-12 large-12" id="1569668409"> <div class="u_1445732210 dmNewParagraph" id="1445732210" data-element-type="paragraph" style="transition: none 0s ease 0s; display: block; text-align: left;" data-version="5"> <h2 class="m-size-26 text-align-center"><span class="m-font-size-26" m-font-size-set="true" style="display: initial; color: rgb(13, 13, 13);">JK MARTIAL ARTS ACADEMY</span><span single-space="true" class="m-font-size-26" style="display: initial; color: rgb(13, 13, 13);"> <span class="m-font-size-26" style="display: initial; color: rgb(13, 13, 13);"></span> 
</span></h2> 
</div> <div class="u_1266266169 dmNewParagraph" id="1266266169" style="transition:opacity 1s ease-in-out;line-height:initial;" data-version="5"><p class="text-align-center m-size-16 size-18" style="line-height: 2;"><span class="font-size-18 m-font-size-16" m-font-size-set="true" style="display: initial;">We are committed to teaching the highest quality martial arts in an atmosphere of positive energy and respect. Our goal is to positively touch the lives of as many people as we can through the martial art of</span><span single-space="true" class="font-size-18 m-font-size-16" style="display: initial;"> <span class="font-size-18 m-font-size-16" style="display: initial;"></span> 
</span><a href="/schedulefb5f86a6" runtime_url="/schedulefb5f86a6" type="page" class="font-size-18 m-font-size-16" m-font-size-set="true" style="display: initial;">Tae Kwon Do.</a><span single-space="true" class="font-size-18 m-font-size-16" style="display: initial;"> <span class="font-size-18 m-font-size-16" style="display: initial;"></span> 
</span><span class="font-size-18 m-font-size-16" style="display: initial;" m-font-size-set="true">We help students of all ages learn valuable life skills they will use for the rest of their lives. We do this by creating a positive, hard working environment and by having instructors who serve as role models for young people to look up to. In doing all of this, we contribute to a safe and peaceful community as well.​</span></p></div> <a data-display-type="block" class="u_1014122206 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/programs" data-element-type="dButtonLinkId" id="1014122206"> <span class="iconBg" aria-hidden="true" id="1734594137"> <span class="icon hasFontIcon icon-star" id="1602201894"></span> 
</span> 
 <span class="text" id="1264185974">CHOOSE A  PROGRAM</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="u_1760159120 dmRespRow hasBackgroundOverlay" id="1760159120"> <div class="dmRespColsWrapper" id="1684011322"> <div class="u_1439615263 dmRespCol small-12 large-6 medium-6" id="1439615263"> <div class="dmNewParagraph u_1484949142" data-element-type="paragraph" data-version="5" id="1484949142" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h3 class="text-align-center m-size-29 size-36"><span class="m-font-size-29 font-size-36" style="color:rgb(0, 92, 161);font-weight:bold;display:unset;font-family:Helvetica, 'Helvetica Fallback';"><span class="m-font-size-29 font-size-36" style="color:rgb(0, 92, 161);font-weight:bold;display:unset;font-family:Helvetica, 'Helvetica Fallback';">HEAD MASTER</span> 
</span></h3> 
 <h3 class="text-align-center m-size-29 size-36"><span class="m-font-size-29 font-size-36" style="color:rgb(0, 92, 161);font-weight:bold;display:unset;font-family:Helvetica, 'Helvetica Fallback';"><span class="ql-cursor"></span>JUNG H. KIM</span></h3> 
</div> 
 <div class="u_1598736548 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1598736548" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-16 size-18 m-text-align-center"><span class="m-font-size-16 font-size-18" style="display: initial;"><span class="m-font-size-16 font-size-18" m-font-size-set="true" style="display: initial;">Welcome to J K Martial Arts Academy. My name is Jung H. Kim. My journey in the martial arts became when I was a young man. I have over 30 years of experience in practicing and teaching the beautiful art of Tae Kwon Do.</span> 
</span></p><p><span class="m-font-size-16 font-size-18" m-font-size-set="true" style="display: initial;"><br/></span></p><p class="m-size-16 size-18 m-text-align-center"><span class="m-font-size-16 font-size-18" style="display: initial;"><span class="m-font-size-16 font-size-18" m-font-size-set="true" style="display: initial;">At</span> 
</span><a href="/about" runtime_url="/about" type="page" m-font-size-set="true" class="m-font-size-16 font-size-18" style="display: initial;">JK Martial Arts Academy</a><span class="m-font-size-16 font-size-18" style="display: initial;"><span m-font-size-set="true" class="m-font-size-16 font-size-18" style="display: initial;">, our students come first and our goal is to help each one of them to achieve the many benefit that martial arts has to offer.</span> 
</span></p><p class="m-size-16 size-18 m-text-align-center"><span class="m-font-size-16 font-size-18" style="display: initial;"><span class="m-font-size-16 font-size-18" m-font-size-set="true" style="display: initial;">We are committed to teaching skills that will help you in your development as a whole person.</span> 
</span></p><p class="m-text-align-center"><span class="m-font-size-16 font-size-18" m-font-size-set="true" style="display: initial;"><br/></span></p><p class="m-size-16 size-18 m-text-align-center"><span class="m-font-size-16 font-size-18" style="display: initial;"><span class="m-font-size-16 font-size-18" m-font-size-set="true" style="display: initial;">I look forward to meeting you, learning about your goals and having you as a student at J K Martial Arts Academy in Burbank IL.</span> 
</span></p></div> 
</div> 
 <div class="u_1867132164 dmRespCol small-12 large-6 medium-6" id="1867132164"> <div class="u_1437431061 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1437431061"> <a href="/about" id="1279331010" file="false"><img src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/Master+Jung+Kim+Chicago-605h.png" alt="Jung H. Kim" id="1679948730" class="" data-dm-image-path="https://irp.cdn-website.com/f81da47f/dms3rep/multi/Master+Jung+Kim+Chicago.png" width="464" height="700" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1782208932 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1782208932" mode="1"> <div class="dmRespColsWrapper" id="1779701079"> <div class="u_1897434351 dmRespCol small-12 large-6 medium-6 hide-for-small empty-column" id="1897434351"></div> 
 <div class="u_1716590207 dmRespCol small-12 large-6 medium-6" id="1716590207"> <span id="1433685256"></span> 
 <div class="u_1863253597 imageWidget align-center hide-for-medium hide-for-large" data-element-type="image" data-widget-type="image" id="1863253597"><img src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/tae-kwon-do-chicago-1920w.jpg" alt="" id="1696518664" class="" data-dm-image-path="https://irp.cdn-website.com/f81da47f/dms3rep/multi/tae-kwon-do-chicago.jpg" width="1057" height="700" onerror="handleImageLoadError(this)"/></div> 
 <div class="u_1542545758 dmNewParagraph" id="1542545758" style="transition: none 0s ease 0s; text-align: left; display: block;" data-element-type="paragraph" data-version="5"> <h2 class="text-align-center"><span style="display: initial;"><br/></span></h2> 
 <h3 class="size-32 m-size-26 text-align-center"><span style="color:rgb(0, 92, 161);font-weight:bold;display:initial;font-family:Helvetica, 'Helvetica Fallback';" class="font-size-32 m-font-size-26">WHY CHOOSE JK MARTIAL ARTS ACADEMY</span></h3> 
</div> <div class="u_1111385162 dmNewParagraph" id="1111385162" style="transition: none 0s ease 0s; text-align: left; display: block;" data-version="5"><p class="m-size-14 text-align-justify size-18 m-text-align-center" style="line-height: 2;"><span class="font-size-18 m-font-size-14" style="display: initial;">​</span><span class="font-size-18 m-font-size-16" style="display: initial;" m-font-size-set="true">Here at JK Martial Arts Academy we offer training in the Korean martial art of Taekwondo. With over 30 years of experience our Master Kim, with the help of instructors, provides a clean, safe, and positive learning experience for all ages. We focus on teaching confidence, discipline, and respect, and of course self-defense and personal health. We also hope to instill lifelong skills that will help our students overcome life&rsquo;s challenges. With flexible hours we encourage the importance of family and friendship. Our many events throughout the year allow us as a school to become very close with our students and one another. Most importantly, we encourage the happiness of all our members of our JK Martial Arts Family.</span><span style="display: initial;"><br/></span></p></div></div> 
</div> 
</div> 
 <div class="u_1110185858 dmRespRow" id="1110185858"> <div class="dmRespColsWrapper" id="1356468559"> <div class="dmRespCol large-12 medium-12 small-12" id="1905526235"> <div class="u_1188520485 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1188520485"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1593395511"/></div> 
</div> 
</div> 
</div> 
 <div class="u_1657750472 dmRespRow hide-for-small" id="1657750472"> <div class="dmRespColsWrapper" id="1996836553"> <div class="u_1609891151 dmRespCol small-12 large-6 medium-6 hasBackgroundOverlay" id="1609891151" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5Db21ibyIsImR1cmF0aW9uIjoxLCJkZWxheSI6MCwiaW50ZW5zaXR5IjoxLCJkaXIiOiJsZWZ0In19" data-anim-desktop="slideInCombo"> <div class="u_1571090832 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1571090832" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h2 class="text-align-center"><a href="https://live.vcita.com/site/g3vtna0wcup8ouzs/online-scheduling" runtime_url="https://live.vcita.com/site/g3vtna0wcup8ouzs/online-scheduling" type="url" style="display: initial;" target="_blank">CLICK HERE TO START YOUR FREE</a></h2> 
 <h2 class="text-align-center"><a href="https://live.vcita.com/site/g3vtna0wcup8ouzs/online-scheduling" runtime_url="https://live.vcita.com/site/g3vtna0wcup8ouzs/online-scheduling" type="url" style="display: initial;" target="_blank">TRIAL TODAY</a><span style="display: initial;"><br/></span></h2> 
</div> 
</div> 
 <div class="dmRespCol large-6 medium-6 small-12" id="1258410216"> <div class="dmNewParagraph u_1845430327" data-element-type="paragraph" data-version="5" id="1845430327" style="" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5SaWdodCIsInJldmVyc2UiOmZhbHNlfX0=" data-anim-desktop="slideInRight"> <h2 class="m-text-align-center text-align-left size-28 m-size-22" style="line-height: 1.3;"><span class="font-size-28 m-font-size-22" style="display: unset; color: rgb(0, 92, 161);">LEARN SKILLS TO BETTER YOUR FUTURE!</span></h2> 
 <h2 class="m-text-align-center text-align-left" style="line-height: 1.3;"><span style="display: unset; color: rgb(0, 92, 161);" class="font-size-28 m-font-size-22"><span class="ql-cursor"></span></span><span style="display: initial;"><br/></span></h2> 
 <ul class="defaultList"><li class="m-text-align-left m-size-18 size-22" style="line-height: 2;"><span class="font-size-22 m-font-size-18" m-font-size-set="true" style="display: unset; font-weight: bold;">IMPROVE FOCUS&nbsp;</span></li><li class="m-text-align-left m-size-18 size-22" style="line-height: 2;"><span class="font-size-22 m-font-size-18" m-font-size-set="true" style="display: unset; font-weight: bold;">IMPROVE CONFIDENCE&nbsp;</span></li><li class="m-text-align-left m-size-18 size-22" style="line-height: 2;"><span class="font-size-22 m-font-size-18" m-font-size-set="true" style="display: unset; font-weight: bold;">GREAT PHYSICAL FITNESS</span></li><li class="m-text-align-left m-size-18 size-22" style="line-height: 2;"><span class="font-size-22 m-font-size-18" m-font-size-set="true" style="display: unset; font-weight: bold;">IMPROVE SELF-CONTROL</span></li><li class="m-text-align-left m-size-18 size-22" style="line-height: 2;"><span class="font-size-22 m-font-size-18" m-font-size-set="true" style="display: unset; font-weight: bold;">LEARN SELF DEFENSE&nbsp;</span></li><li class="m-text-align-left m-size-18 size-22" style="line-height: 2;"><span class="font-size-22 m-font-size-18" m-font-size-set="true" style="display: unset; font-weight: bold;">TONS OF FUN!</span></li><li class="m-text-align-left m-size-18 size-22" style="line-height: 2;"><span class="font-size-22 m-font-size-18" m-font-size-set="true" style="display: unset; font-weight: bold;">GREAT WAY TO MEET FRIENDS&nbsp;</span></li></ul> 
<p class="m-text-align-center text-align-center" style="line-height: 1.3;"><span class="font-size-28 m-font-size-22" style="display: initial;"><br/></span></p><p><span style="display: initial;"><br/></span></p></div> 
</div> 
</div> 
</div> 
 <div class="u_1136201699 dmRespRow hasBackgroundOverlay hide-for-medium hide-for-large" style="text-align: center;" id="1136201699" data-anim-extended="eyJtb2JpbGUiOnsidHJpZ2dlciI6ImVudHJhbmNlIiwiYW5pbWF0aW9uIjoiem9vbUluIiwicmV2ZXJzZSI6ZmFsc2V9fQ==" data-anim-mobile="zoomIn"> <div class="dmRespColsWrapper" id="1618777699"> <div class="u_1550889331 dmRespCol small-12 medium-12 large-12" id="1550889331"> <span id="1214215013"></span> 
 <div class="u_1989883872 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1989883872" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-35 m-text-align-center size-50"><a href="/free-trial" runtime_url="/free-trial" popup_target="free-trial" type="popup" link_type="popup" class="m-font-size-35 font-size-50" style="display: initial; font-weight: bold; color: rgb(219, 36, 32); text-shadow: none;">CLICK HERE TO START YOUR FREE</a></p> <h2 class="m-size-35 text-align-center m-text-align-center size-50" style="line-height: 1.2;"><a href="/free-trial" runtime_url="/free-trial" popup_target="free-trial" type="popup" link_type="popup" class="m-font-size-35 font-size-50" style="display: initial; font-weight: bold; color: rgb(219, 36, 32); text-shadow: none;">TRIAL TODAY</a></h2> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1065943300 dmRespRow hide-for-medium hide-for-large" id="1065943300"> <div class="dmRespColsWrapper" id="1481996502"> <div class="dmRespCol large-12 medium-12 small-12 u_1795589760" id="1795589760"> <div class="dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1548363287"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1785599634"/></div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1930305487" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="m-text-align-center m-size-24" style="line-height: 1.3;"><span style="color:rgb(0, 92, 161);font-weight:bold;display:unset;font-family:Helvetica, 'Helvetica Fallback';" m-font-size-set="true" class="m-font-size-24">LEARN SKILLS TO BETTER YOUR FUTURE!</span><span style="display: initial;"><br/></span></h3> 
</div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1687411993" style="transition: opacity 1s ease-in-out 0s;"> <ul class="defaultList"><li class="m-size-18 m-text-align-left" style="line-height: 2; color: rgb(13, 13, 13);"><span class="m-font-size-18" m-font-size-set="true" style="display: unset; color: rgb(13, 13, 13); font-weight: bold;">IMPROVE FOCUS&nbsp;</span></li><li class="m-text-align-left m-size-18" style="line-height: 2; color: rgb(13, 13, 13);"><span class="m-font-size-18" m-font-size-set="true" style="display: unset; color: rgb(13, 13, 13); font-weight: bold;">IMPROVE CONFIDENCE&nbsp;</span></li><li class="m-text-align-left m-size-18" style="line-height: 2; color: rgb(13, 13, 13);"><span class="m-font-size-18" m-font-size-set="true" style="display: unset; color: rgb(13, 13, 13); font-weight: bold;">GREAT PHYSICAL FITNESS</span></li><li class="m-text-align-left m-size-18" style="line-height: 2; color: rgb(13, 13, 13);"><span class="m-font-size-18" m-font-size-set="true" style="display: unset; color: rgb(13, 13, 13); font-weight: bold;">IMPROVE SELF-CONTROL</span></li><li class="m-text-align-left m-size-18" style="line-height: 2; color: rgb(13, 13, 13);"><span class="m-font-size-18" m-font-size-set="true" style="display: unset; color: rgb(13, 13, 13); font-weight: bold;">LEARN SELF DEFENSE&nbsp;</span></li><li class="m-text-align-left m-size-18" style="line-height: 2; color: rgb(13, 13, 13);"><span class="m-font-size-18" m-font-size-set="true" style="display: unset; color: rgb(13, 13, 13); font-weight: bold;">TONS OF FUN!</span></li><li class="m-text-align-left m-size-18" style="line-height: 2; color: rgb(13, 13, 13);"><span class="m-font-size-18" m-font-size-set="true" style="display: unset; color: rgb(13, 13, 13); font-weight: bold;">GREAT WAY TO MEET FRIENDS&nbsp;</span></li></ul> 
<p><span style="display: initial;"><br/></span></p></div> 
</div> 
</div> 
</div> 
 <div class="u_1736971154 dmRespRow hide-for-small" style="text-align: center;" id="1736971154"> <div class="dmRespColsWrapper" id="1193302276"> <div class="u_1532303062 dmRespCol small-12 medium-12 large-12" id="1532303062"> <a class="u_1913199022 default hide-for-large hide-for-medium dmCall voipReplacement dmWidget dmNoMark dmWwr" href="tel:+1555-555-5555" contenteditable="false" onclick=";return dm_gaq_push_event('ClickToCall', 'Call',null,'f81da47f', this);" id="1913199022" dmle_extension="clicktocall" data-element-type="clicktocall" wr="true" data-display-type="block" icon="true" surround="true" description="CALL US" adwords="" icon-name="icon-phone" phone="+1555-555-5555" text="" image=""> <span class="iconBg" aria-hidden="true"> <span class="icon hasFontIcon icon-phone"></span> 
</span> 
 <span class="text">CALL US</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="u_1841132362 dmRespRow hide-for-small hide-for-large" id="1841132362"> <div class="dmRespColsWrapper" id="1424027315"> <div class="dmRespCol large-12 medium-12 small-12" id="1821631361"> <div class="u_1205466963 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1205466963"><img src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/JKMMA+Chicago+final-1920w.png" alt="" id="1479538044" class="" data-dm-image-path="https://irp.cdn-website.com/f81da47f/dms3rep/multi/JKMMA+Chicago+final.png" width="1920" height="512" onerror="handleImageLoadError(this)"/></div> 
</div> 
</div> 
</div> 
 <div class="u_1730213907 dmRespRow hide-for-medium hide-for-large" style="text-align: center;" id="1730213907"> <div class="dmRespColsWrapper" id="1519815725"> <div class="dmRespCol small-12 medium-12 large-12" id="1085220410"> <div class="u_1641476224 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1641476224"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1189892206"/></div> 
 <div class="u_1654212722 dmNewParagraph on" id="1654212722" data-element-type="paragraph" data-version="5"> <h3 class="m-size-24 m-text-align-center"><a href="https://www.google.com/maps?cid=4058813794114037378" target="_blank" runtime_url="https://www.google.com/maps?cid=4058813794114037378" type="url" class="m-font-size-24" m-font-size-set="true" style="color:rgb(0, 92, 161);font-weight:bold;display:initial;font-family:Helvetica, 'Helvetica Fallback';">REVIEWS FROM OUR STUDENTS</a><span class="m-font-size-24" style="color:rgb(0, 92, 161);font-weight:bold;display:initial;font-family:Helvetica, 'Helvetica Fallback';"> <span m-font-size-set="true" class="m-font-size-24" style="color:rgb(0, 92, 161);font-weight:bold;display:initial;font-family:Helvetica, 'Helvetica Fallback';">AND THEIR PARENTS</span> 
</span></h3> 
</div></div> 
</div> 
</div> 
 <div class="u_1162553368 dmRespRow fullBleedChanged desktop-no-padding hide-for-medium hide-for-large" style="text-align: center;" id="1162553368"> <div class="dmRespColsWrapper" id="1952809293"> <div class="u_1912072050 dmRespCol medium-4 large-4 small-12" id="1912072050"> <div class="u_1915990499 dmNewParagraph" id="1915990499" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-center"><span style="display: initial;">&quot;They are awesome helping with enforcing behaving at home and help encourage my son to stay on top of his school work, keep his room clean and be respectful!</span></p></div> <div class="dmNewParagraph u_1267725267" id="1267725267" style="display: block;" data-version="5"><p class="text-align-center"><span style="display: initial; font-weight: bold;">Stephanie Hernandez</span></p></div></div> 
 <div class="u_1275925773 dmRespCol medium-4 large-4 small-12" id="1275925773"> <div class="dmNewParagraph" id="1632007749" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-center"><span style="display: initial;">&quot;I highly recommend JK Martial Arts. It&rsquo;s a great environment, the instructors are quite knowledgeable and Master Kim is VERY dedicated to making all of his students successful.&quot;</span></p></div> <div class="dmNewParagraph u_1446312660" id="1446312660" style="display: block;" data-version="5"> <h1 class="text-align-center size-16 m-size-16"><span class="font-size-16 m-font-size-16" style="font-weight: inherit; display: initial;" m-font-size-set="true">Mary Ionetz Brodnick</span></h1> 
</div></div> 
 <div class="u_1572137618 dmRespCol medium-4 large-4 small-12" id="1572137618"> <div class="u_1882982393 dmNewParagraph" id="1882982393" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-center"><span style="display: initial;">&quot;Love this place. They are so nice and so good with the kids. My daughter loves it.&quot;</span></p></div> <div class="u_1383598629 dmNewParagraph" id="1383598629" data-version="5"><p class="text-align-center"><span style="display: initial; font-weight: bold; color: rgb(13, 13, 13);">Fanny Rodriguez</span></p></div></div> 
</div> 
</div> 
 <div class="u_1785679354 dmRespRow hide-for-medium hide-for-large" id="1785679354"> <div class="dmRespColsWrapper" id="1832492680"> <div class="dmRespCol large-12 medium-12 small-12" id="1843554710"> <div class="u_1316206479 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1316206479" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-26 m-text-align-center"><span class="m-font-size-26" m-font-size-set="true" style="display: unset; color: rgb(219, 36, 32); font-weight: bold;">FOCUS</span></p></div> 
 <div class="u_1848154463 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1848154463"><img src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/Martial+Arts+Oak+Lawn+IL+%281%29-1920w.png" alt="" id="1634452960" class="" data-dm-image-path="https://irp.cdn-website.com/f81da47f/dms3rep/multi/Martial+Arts+Oak+Lawn+IL+%281%29.png" width="650" height="650" onerror="handleImageLoadError(this)"/></div> 
</div> 
</div> 
</div> 
 <div class="u_1848468684 dmRespRow hide-for-medium hide-for-large" id="1848468684"> <div class="dmRespColsWrapper" id="1892636512"> <div class="dmRespCol large-12 medium-12 small-12" id="1194390880"> <div class="u_1685226318 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1685226318" style="transition: opacity 1s ease-in-out 0s;"><p class="m-text-align-center m-size-26"><span class="m-font-size-26" m-font-size-set="true" style="font-weight: bold; color: rgb(219, 36, 32); display: unset;">DISCIPLINE</span></p></div> 
 <div class="u_1315207626 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1315207626"><img src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/Martial+Arts+Oak+Lawn+IL-1920w.png" alt="" id="1045153570" class="" data-dm-image-path="https://irp.cdn-website.com/f81da47f/dms3rep/multi/Martial+Arts+Oak+Lawn+IL.png" width="650" height="650" onerror="handleImageLoadError(this)"/></div> 
</div> 
</div> 
</div> 
 <div class="u_1092569078 dmRespRow hide-for-medium hide-for-large" id="1092569078"> <div class="dmRespColsWrapper" id="1939324436"> <div class="dmRespCol large-12 medium-12 small-12" id="1561726575"> <div class="u_1697403504 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1697403504" style="transition: opacity 1s ease-in-out 0s;"><p class="m-text-align-center m-size-26"><span class="m-font-size-26" m-font-size-set="true" style="font-weight: bold; color: rgb(219, 36, 32); display: unset;">CONFIDENCE</span></p></div> 
 <div class="u_1376200594 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1376200594"><img src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/JKMMA-+Burbank-+IL-1920w.png" alt="" id="1808335909" class="" data-dm-image-path="https://irp.cdn-website.com/f81da47f/dms3rep/multi/JKMMA-+Burbank-+IL.png" width="650" height="650" onerror="handleImageLoadError(this)"/></div> 
</div> 
</div> 
</div> 
 <div class="u_1219039735 dmRespRow hide-for-small" style="text-align: center;" id="1219039735"> <div class="dmRespColsWrapper" id="1735919289"> <div class="dmRespCol small-12 medium-12 large-12" id="1369681766"> <div class="u_1555427942 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1555427942"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1199265117"/></div> 
 <div class="u_1758800866 dmNewParagraph on" id="1758800866" data-element-type="paragraph" data-version="5"> <h2 class="m-text-align-center text-align-center"><a href="https://www.google.com/maps?cid=4058813794114037378" target="_blank" runtime_url="https://www.google.com/maps?cid=4058813794114037378" type="url" style="display: initial; color: rgb(0, 92, 161);">REVIEWS FROM OUR STUDENTS</a><span class="" style="display: initial; color: rgb(0, 92, 161);"> <span style="display: initial; color: rgb(0, 92, 161);">AND THEIR PARENTS</span> 
</span></h2> 
</div></div> 
</div> 
</div> 
 <div class="u_1466005680 dmRespRow fullBleedChanged desktop-no-padding hide-for-small" style="text-align: center;" id="1466005680"> <div class="dmRespColsWrapper" id="1847135111"> <div class="u_1740907121 dmRespCol medium-4 large-4 small-12" id="1740907121"> <div class="u_1822256025 dmNewParagraph" id="1822256025" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-center size-18 m-size-14"><span style="display: initial;" class="font-size-18 m-font-size-14">&quot;They are awesome helping with enforcing behaving at home and help encourage my son to stay on top of his school work, keep his room clean and be respectful!</span></p></div> <div class="dmNewParagraph u_1024934268" id="1024934268" style="display: block;" data-version="5"><p class="m-size-14 text-align-center size-18"><span class="m-font-size-14 font-size-18" style="display: initial; font-weight: bold;">Stephanie Hernandez</span></p></div></div> 
 <div class="u_1107227671 dmRespCol medium-4 large-4 small-12" id="1107227671"> <div class="dmNewParagraph" id="1670917261" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-center size-18 m-size-14"><span style="display: initial;" class="font-size-18 m-font-size-14">&quot;I highly recommend JK Martial Arts. It&rsquo;s a great environment, the instructors are quite knowledgeable and Master Kim is VERY dedicated to making all of his students successful.&quot;</span></p></div> <div class="dmNewParagraph u_1691541682" id="1691541682" style="display: block;" data-version="5"><p class="size-18 m-size-14 text-align-center"><span style="display: initial; font-weight: bold;" class="font-size-18 m-font-size-14">Mary Ionetz Brodnick</span></p></div></div> 
 <div class="u_1923420088 dmRespCol medium-4 large-4 small-12" id="1923420088"> <div class="u_1605809867 dmNewParagraph" id="1605809867" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-center size-18 m-size-14"><span style="display: initial;" class="font-size-18 m-font-size-14">&quot;Love this place. They are so nice and so good with the kids. My daughter loves it.&quot;</span></p></div> <div class="u_1810289173 dmNewParagraph" id="1810289173" data-version="5"><p class="text-align-center size-18 m-size-14"><span style="color: rgb(13, 13, 13); font-weight: bold; display: initial;" class="font-size-18 m-font-size-14">Fanny Rodriguez</span></p></div></div> 
</div> 
</div> 
 <div class="dmRespRow fullBleedChanged fullBleedMode u_1014048790" style="text-align: center;" id="1014048790"> <div class="dmRespColsWrapper" id="1807508089"> <div class="dmRespCol small-12 medium-12 large-12" id="1884022184"> <div class="dmPhotoGallery newPhotoGallery dmPhotoGalleryResp u_1941794196" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="asymetric3" data-desktop-columns="2" data-element-type="dPhotoGalleryId" data-desktop-text-layout="fixed" id="1941794196" data-placeholder="false" data-rows-to-show="100" data-desktop-caption-alignment="bottom_left" data-image-hover-effect="zoomout" data-tablet-text-layout="fixed" data-tablet-caption-alignment="bottom_left" data-mobile-text-layout="fixed" data-mobile-caption-alignment="bottom_left"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1967968938"> <li class="photoGalleryThumbs" id="1568341242"> <div class="image-container" id="1986865170"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/f81da47f/dms3rep/multi/familytaekwondo.jpg" id="1037040269" class="u_1037040269"><img irh="" irw="" data-src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/familytaekwondo-1920w.jpg" id="1712240457" class="" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div class="caption-container u_1198371602" style="display:none" id="1198371602"> <span class="caption-inner" id="1355040217"> <a class="caption-button dmWidget clearfix u_1590599404" id="1590599404"> <span class="iconBg" id="1640454789"> <span class="icon hasFontIcon icon-star" id="1392180574"></span> 
</span> 
 <span class="text" id="1828076279">Button</span> 
</a> 
</span> 
</div> 
</li> 
 <li class="photoGalleryThumbs" id="1732694784"> <div class="image-container" id="1338098501"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/f81da47f/dms3rep/multi/fathersworkshop.jpg" id="1462603492" class="u_1462603492"><img irh="" irw="" data-src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/fathersworkshop-1920w.jpg" id="1467746761" class="" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div class="caption-container u_1136122374" style="display:none" id="1136122374"> <span class="caption-inner" id="1937116672"> <a class="caption-button dmWidget clearfix u_1196229812" id="1196229812"> <span class="iconBg" id="1502157427"> <span class="icon hasFontIcon icon-star" id="1093224447"></span> 
</span> 
 <span class="text" id="1444139426">Button</span> 
</a> 
</span> 
</div> 
</li> 
 <li class="photoGalleryThumbs" id="1102294905"> <div class="image-container" id="1149758893"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/f81da47f/dms3rep/multi/mothersworkshop.jpg" id="1491283923" class="u_1491283923"><img irh="" irw="" data-src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/mothersworkshop-1920w.jpg" id="1073574548" class="" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div class="caption-container u_1297892673" style="display:none" id="1297892673"> <span class="caption-inner" id="1957356784"> <a class="caption-button dmWidget clearfix u_1524990149" id="1524990149"> <span class="iconBg" id="1006259357"> <span class="icon hasFontIcon icon-star" id="1154572532"></span> 
</span> 
 <span class="text" id="1266955069">Button</span> 
</a> 
</span> 
</div> 
</li> 
</ul> 
 <div class="photoGalleryViewAll link" isall="true" data-viewall="View more" data-viewless="View less" style="display:none;" id="1881705045"></div> 
 <li class="photoGalleryThumbs" id="1780695397"> <div class="image-container" id="1806827989"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/f81da47f/dms3rep/multi/family_fitness_chicago.jpg" id="1730196247" class="u_1730196247"><img irh="" irw="" data-src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/family_fitness_chicago-1920w.jpg" id="1569873465" class="" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div class="caption-container u_1410131943" style="display:none" id="1410131943"> <span class="caption-inner" id="1956684801"> <a class="caption-button dmWidget clearfix u_1611160033" id="1611160033"> <span class="iconBg" id="1801220144"> <span class="icon hasFontIcon icon-star" id="1390799771"></span> 
</span> 
 <span class="text" id="1611800797">Button</span> 
</a> 
</span> 
</div> 
</li> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1384130559 dmRespRow hide-for-small" id="1384130559"> <div class="dmRespColsWrapper" id="1800130943"> <div class="dmRespCol large-12 medium-12 small-12" id="1555576223"> <div class="u_1833630900 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1833630900"><img src="https://lirp.cdn-website.com/f81da47f/dms3rep/multi/opt/JKMMA+Chicago+final-1359w.png" alt="" id="1649062829" class="" data-dm-image-path="https://irp.cdn-website.com/f81da47f/dms3rep/multi/JKMMA+Chicago+final.png" width="1920" height="512" onerror="handleImageLoadError(this)"/></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="sticky-widgets-container-global" id="1894285716"></div> 
 <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1465871800 dmRespRow dmFooterContent" id="1465871800"> <div class="dmRespColsWrapper" id="1995794985"> <div class="dmRespCol small-12 medium-4 large-4" id="1673253032"> <div class="u_1041069823 default align-center inlineMap" data-type="inlineMap" data-lat="41.75006" data-lng="-87.75529" data-address="5361 State Rd, Burbank, IL 60459, United States of America" data-height="" data-msid="" data-mapurl="" data-lang="en" data-color-scheme="" data-zoom="13" data-layout="" data-popup-display="" data-popup-show="false" data-popup-title="" data-popup-title-visible="false" data-popup-description="" data-popup-description-visible="false" id="1041069823" dmle_extension="mapextension" data-element-type="mapextension" modedesktop="map" modemobile="map" addresstodisplay="5361 State Rd, Burbank, IL 60459, United States of America" geocompleteaddress="5361 State Rd, Burbank, IL 60459, United States of America" data-popup-display-desktop="" data-popup-display-mobile="" data-display-type="block" dmmapsource="dm" 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="JK Martial Arts Academy" provider="mapbox" lon="-87.75529" lat="41.75006" zoom="13"> <div class="mapContainer" style="height: 100%; width: 100%; overflow: hidden; z-index: 0;"></div> 
</div> 
</div> 
 <div class="u_1126056457 dmRespCol small-12 medium-4 large-4" id="1126056457"> <div class="u_1742117827 dmNewParagraph" id="1742117827" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"> <h4 class="text-align-center"><span style="color:rgb(255, 255, 255);font-weight:normal;display:initial;font-family:Helvetica, 'Helvetica Fallback';">CONTACT US</span></h4> 
</div> <div class="dmNewParagraph u_1396494604 on" id="1396494604" data-version="5" style="text-align: center;" new-inline-bind-applied="true" data-diy-text=""><p class="text-align-center m-text-align-left"><a href="https://www.google.com/maps?cid=4058813794114037378" target="_blank" runtime_url="https://www.google.com/maps?cid=4058813794114037378" type="url" style="color: rgb(255, 255, 255); display: initial;"><span class="inline-data-binding" data-encoded-value="NTM2MSBTdGF0ZSBSZCwgQnVyYmFuaywgSUwgNjA0NTksIFVuaXRlZCBTdGF0ZXMgb2YgQW1lcmljYQ==" data-inline-binding="content_library.global">5361 State Rd, Burbank, IL 60459, United States of America</span></a></p><p class="m-text-align-center text-align-center"><span style="display: initial;"><br/></span></p><p class="m-text-align-center text-align-center"><a href="tel:708-422-3768" target="_blank" type="call" style="display: initial; color: rgb(255, 255, 255); font-weight: normal;">708- 422- 3768</a><span style="display: initial; color: rgb(255, 255, 255);"><br/></span></p></div> <div class="u_1302027331 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1302027331" data-binding="W3siYmluZGluZ05hbWUiOiJsaW5rIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLmVtYWlsLjEwODY4NjkyNDUifSx7ImJpbmRpbmdOYW1lIjoiYWx0IiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLmVtYWlsLjEwODY4NjkyNDUifV0="> <a href="mailto:[email protected]"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1978362409" class="svg u_1978362409" data-icon-name="li-envelope"> <title id="1909876631">[email protected]</title> 
 <path d="M17.8,28.2v43.6h64.4V28.2H17.8z M77.7,30.3L50,48.8L22.3,30.3H77.7z M19.9,69.7V31.2L50,51.2l30.1-20.1v38.5H19.9z"></path> 
</svg> 
</a> 
</div> 
 <div class="u_1450457282 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1450457282" data-binding="W3siYmluZGluZ05hbWUiOiJsaW5rIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLnNvY2lhbC5mYWNlYm9vayJ9XQ=="> <a href="https://facebook.com/JkMartialArtsAcademy/" id="1210225755" class="" target="_blank" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1024 1792" id="1904792543" class="svg u_1904792543" alt="Facebook" data-icon-name="fa-facebook-f"> <path fill="inherit" d="M959 12v264h-157q-86 0-116 36t-30 108v189h293l-39 296h-254v759h-306v-759h-255v-296h255v-218q0-186 104-288.5t277-102.5q147 0 228 12z"></path> 
</svg> 
</a> 
</div> 
</div> 
 <div class="u_1572825853 dmRespCol small-12 medium-4 large-4" id="1572825853"> <div class="u_1802914027 dmNewParagraph" id="1802914027" data-element-type="paragraph" data-version="5" style="text-align: center; transition: none 0s ease 0s; display: block;"> <h4 class="text-align-center m-text-align-left"><span style="color:rgb(255, 255, 255);font-weight:normal;display:initial;font-family:Helvetica, 'Helvetica Fallback';">SIGN UP FOR OUR NEWSLETTER</span></h4> 
</div> <div class="u_1364776142 dmform default native-inputs" id="1364776142" data-conversion="" data-layout="layout-1" data-element-type="dContactUsRespId" captcha="true" data-captcha-position="text" data-captcha-message="PHAgY2xhc3M9InJ0ZUJsb2NrIj48c3BhbiBzdHlsZT0iY29sb3I6cmdiYSgyNTUsIDI1NSwgMjU1LCAxKSI+VGhpcyBzaXRlIGlzIHByb3RlY3RlZCBieSByZUNBUFRDSEEuIEdvb2dsZSYjeDI3O3MgPGEgdHlwZT0idXJsIiBocmVmPSJodHRwczovL3BvbGljaWVzLmdvb2dsZS5jb20vcHJpdmFjeSIgZGF0YS1ydW50aW1lLXVybD0iaHR0cHM6Ly9wb2xpY2llcy5nb29nbGUuY29tL3ByaXZhY3kiIHRhcmdldD0iX2JsYW5rIj5Qcml2YWN5IFBvbGljeTwvYT4gYW5kIDxhIHR5cGU9InVybCIgaHJlZj0iaHR0cHM6Ly9wb2xpY2llcy5nb29nbGUuY29tL3Rlcm1zIiBkYXRhLXJ1bnRpbWUtdXJsPSJodHRwczovL3BvbGljaWVzLmdvb2dsZS5jb20vdGVybXMiIHRhcmdldD0iX2JsYW5rIj5UZXJtcyBvZiBTZXJ2aWNlPC9hPiBhcHBseS48L3NwYW4+PC9wPg=="> <h3 class="dmform-title dmwidget-title" id="1305190695" hide="true">Agency Newsletter</h3> 
 <div class="dmform-wrapper" id="1931363110" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1809685787"> <div class="dmforminput dmRespDesignCol small-12 required large-12 medium-12" id="1152905808"> <label for="1267971066" id="1861719046" data-dm-for="dmform-0">Email</label> 
<input type="text" class="" name="dmform-0" id="1267971066"/><input type="hidden" name="label-dmform-0" value="Email" id="1221033159" class=""/></div> 
 <span id="1152905808_clear" class="dmWidgetClear"></span> 
 <div class="dmformsubmit dmWidget R" id="1832800566"><input class="" name="submit" type="submit" value="SUBSCRIBE" id="1365043985"/></div> 
<input name="dmformsendto" type="hidden" id="1440195340" data-success-page="" class="" value="O0wrseIfFLv3p3pDX/+D0FVUt9aeon5hzrRENm2+0DERCaXW7H8UqwMQkJKWsy8Erm1NIN4wK2pkqKI63bheYQ==" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1400867742"/><input name="dmformfrom" type="hidden" value="" id="1134130118"/><input name="dmformsubject" type="hidden" value="Newsletter Opt In" id="1305430874" data-success-page="" class="" data-email-subject="Newsletter Opt In"/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrSxJJnhBlHGKy6/ZqC0Tmss8oEFKOXSPK3uelozV/YoFLE1UB7Gx8A1muGlTalhYUFzVHZQziAq5frz90/AiWb35ANG0Or/4E3S1dhsYpl1WGnKdoFzl7ELAp0GQEDniOsyeB04loEayo46T69b8UHkzaXtttcoHw2QfCQ/qj5JpQq5V9EAUqDoMj9ZxOvL2wcnH7yCh6r9/23bWsT592vqm5Z1gOZ7eCfULUsHKRjKOV" data-dec="true"/><input type="hidden" name="page_uuid" value="b982c3305b5d4c56b17666d66bc4d11a"/></form> 
</div> 
 <div class="dmform-success" style="display:none" id="1965568153" data-success-page=""><p class="rteBlock">Thank you for subcribing!</p></div> 
 <div class="dmform-error" style="display:none" id="1388648261">Oops, there was an error sending your message.<br id="1028354831"/>Please try again later</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1245451095 dmRespRow" id="1245451095"> <div class="dmRespColsWrapper" id="1747125196"> <div class="dmRespCol small-12 medium-12 large-12 u_1103532453" id="1103532453"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1810393546" style="transition: opacity 1s ease-in-out 0s;" data-diy-text=""><p class="m-size-11 text-align-center m-text-align-center size-14"><span class="font-size-14 m-font-size-11" m-font-size-set="true" style="color: rgb(255, 255, 255); display: initial; text-decoration: none; font-weight: bold;">Copyright 2024 | JK Martial Arts Academy</span><span single-space="true" class="font-size-14 m-font-size-11" style="color: rgb(255, 255, 255); display: initial; text-decoration: none; font-weight: bold;"> <span class="font-size-14 m-font-size-11" style="color: rgb(255, 255, 255); display: initial; text-decoration: none; font-weight: bold;"></span> 
</span></p><p class="m-size-10 text-align-center size-14"><a href="https://www.joyfulmarketingllc.com/" target="_blank" runtime_url="https://www.joyfulmarketingllc.com/" type="url" class="font-size-14 m-font-size-11" m-font-size-set="true" style="color: rgba(0, 0, 0, 0); display: initial; font-weight: normal;">Designed by Joyful Marketing</a><span class="" style="color: rgba(0, 0, 0, 0); display: initial;"><span style="color: rgba(0, 0, 0, 0); display: initial;">&nbsp;</span> 
</span><a href="https://www.joyfulmarketingllc.com/" target="_blank" runtime_url="https://www.joyfulmarketingllc.com/" type="url" class="font-size-14 m-font-size-10" style="color: rgba(0, 0, 0, 0); display: initial; font-weight: normal;">LLC</a><span single-space="true" class="font-size-14 m-font-size-10" style="color: rgba(0, 0, 0, 0); display: initial; font-weight: normal;"> <span class="font-size-14 m-font-size-10" style="color: rgba(0, 0, 0, 0); display: initial; font-weight: normal;"></span> 
</span></p></div> 
</div> 
</div> 
</div> 
</div> 
 <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> 
</div> 
</div> 
</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=Roboto:wght@100;300;400;500;700;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Oswald:[email protected]&family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:[email protected]&amp;subset=latin-ext&amp;display=swap"  as="style" fetchpriority="low" onload="loadCSS(this)" />





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

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

<link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/3e35291b61a152132eed0a40ab06703c.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/f81da47f/files/f81da47f_withFlex_1.min.css?v=48" 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/f81da47f/files/f81da47f_home_withFlex_1.min.css?v=48" 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">
    .font-size-50, .size-50, .size-50 > font { font-size: 50px !important; }.font-size-28, .size-28, .size-28 > font { font-size: 28px !important; }.font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-36, .size-36, .size-36 > font { font-size: 36px !important; }.font-size-32, .size-32, .size-32 > font { font-size: 32px !important; }.font-size-22, .size-22, .size-22 > font { font-size: 22px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }
</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 type="text/javascript">

    var d_version = "production_5502";
    var build = "2025-05-29T06_48_56";
    window['v' + 'ersion'] = d_version;

    function buildEditorParent() {
        window.isMultiScreen = true;
        window.editorParent = {};
        window.previewParent = {};
        window.assetsCacheQueryParam = "?version=2025-05-29T06_48_56";
        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>

<!-- Load jQuery -->
<script type="text/javascript" id='d-js-jquery'
        src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script>
<!-- End Load jQuery -->
<!-- Injecting site-wide before scripts -->
<!-- End Injecting site-wide to the head -->


<script>
    var _jquery = window.$;

    var jqueryAliases = ['$', 'jquery', 'jQuery'];

    jqueryAliases.forEach((alias) => {
        Object.defineProperty(window, alias, {
            get() {
                return _jquery;
            },
            set() {
                console.warn("Trying to over-write the global jquery object!");
            }
        });
    });
    window.jQuery.migrateMute = true;
</script>
<script type="text/javascript">
    window.popups =
    [{"title":"FREE TRIAL","url":"/free-trial","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"450","previousAnimation":"flipInY","overlayColor":"rgba(0,92,161,1)","height":"540","animation":"rollIn"},"name":"free-trial"},{"title":"Vcita Trial Pop-Up","url":"/a29de622794f4a63ad4016df19c17f55","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"489","overlayColor":"rgba(0, 92, 161, 0.8)","height":"446.03125","animation":"fadeIn"},"name":"a29de622794f4a63ad4016df19c17f55"}]</script>
<script>
    window.cookiesNotificationMarkupPreview = ' <div>We use cookies to ensure that we give you the best experience on our website. To learn more, go to the Privacy Page.<\/div> \n';
</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["feature.flag.mappy.kml"] =false;
    rtCommonProps["common.resources.dist.cdn"] =true;
    rtCommonProps["common.build.dist.folder"] = 'production/5502';
    rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com';
    rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5502';
    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['common.mapsProvider'] = 'mapbox';
    
    rtCommonProps['common.mapsProvider.version'] = '0.52.0';
    rtCommonProps['common.geocodeProvider'] = 'mapbox';
    rtCommonProps['common.map.defaults.radiusSize'] = '1500';
    rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)';
    rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)';
    rtCommonProps['common.map.defaults.strokeSize'] = '2';
    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"] =true;
    rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha';
    rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K';
    rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing';
    // feature flags that's used out of runtime module (in  legacy files)
    rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true;
    rtCommonProps["streamline.monolith.personalization.skipRuleConditionsForPreview.enabled"] =false;

    window.rtFlags = {};
    rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true;
    rtFlags["scripts.widgetCount.enabled"] =true;
    rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false;
    rtFlags["ecom.ecwid.storefrontV3.enabled"] = false;
    rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true;
    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["editor.classicHybrid.photogallery.fix"] =true;
    rtFlags["runtime.lottieOverflow"] =false;
    rtFlags["runtime.monitoring.sentry.ignoreErrors"] = "";
    rtFlags["contact.form.browserValidation.enabled"] =true;
    rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false;
    rtFlags["runtime.cwv.report.cls.enabled"] =true;
    rtFlags["editor.link.on.container"] =true;
    rtFlags["flex.runtime.popup.with.show"] =true;
    rtFlags["contact.form.useActiveForm"] =true;
    rtFlags["runtime.ssr.productStore.internal.observer"] =true;
    rtFlags["runtime.ssr.productCustomizations"] =true;
    rtFlags["flex.megaMenu.a11y"] =true;
</script>
<script src="https://static.cdn-website.com/mnlt/production/5502/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js"  id="d-js-core"></script>
<!-- End of HEAD RT JS Include -->
<script src="https://static.cdn-website.com/mnlt/production/5502/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script>
<script>
    
    $(window).bind("orientationchange", function (e) {
        $.layoutManager.initLayout();
        
    });
    $(document).resize(function () {
        
    });
</script>
<script src="/_dm/s/rt/smart/popup.js?r&#x3D;1" type="text/javascript"></script><script src="/_dm/s/rt/smart/helpers.js" type="text/javascript"></script><script src="/_dm/s/rt/smart/userVisitsConditionService.js?v&#x3D;1" type="text/javascript"></script><script src="/_dm/s/rt/smart/timeRangeConditionService.js" type="text/javascript"></script><script src="https://static.cdn-website.com/libs/rrule/2.8.1/rrule.min.js" type="text/javascript"></script><script>(function(global){
global.insiteScripts.popup({useNew: true, ruleId : '3805020', ruleType : 'bfs', settings : 'eyJkZWxheSI6IjMiLCJwb3B1cE5hbWUiOiJhMjlkZTYyMjc5NGY0YTYzYWQ0MDE2ZGYxOWMxN2Y1NSIsImNvbmRpdGlvbnNfbnVtYmVyIjoiMSJ9', duration : null, isForced : false });
})(this);</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 = [{ruleId: 3805020, actionName:'popup', ruleType: 'bfs'}];
</script>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-8B9WPFXQ8L"></script>
<script type="text/javascript" id="d_track_ga">
  _dm_gaq.siteAlias = 'f81da47f';
  _dm_gaq.systemAggregatedGaqID = '';
  _dm_gaq.externalGaqID = 'G-8B9WPFXQ8L';
  _dm_gaq.gaAggregatedEventAttributes = {
	  'site_alias':  _dm_gaq.siteAlias,
	  'product': 'DM_DIRECT',
	  'plan': 'APS_GOLD',
	  'dfooter': 'false',
	  'sitetype': '1',
	  'pwaEnabled': 'true'
  }

  _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) {
	  const eventProps = {
		  send_to: trackingId,
		  event_category: category,
		  event_label: label,
		  value,
		  ...additionalParams,
		  ...(trackingId === _dm_gaq.systemAggregatedGaqID
				  ? _dm_gaq.gaAggregatedEventAttributes : {})
	  };
	  gtag('event', event, eventProps);
  }

	window.dataLayer = window.dataLayer || [];
	function gtag(){dataLayer.push(arguments);}
	gtag('js', new Date());

  function pushInsiteImpressions(id) {
	  _dm_insite.forEach((rule) => {
		  _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId);
	  });
  }

if(_dm_gaq.systemAggregatedGaqID){
	// track aggregated account
	gtag('config', '', {
		'send_page_view': false,
		'anonymize_ip': true,
		'transport_type': 'beacon',
		'custom_map': {'dimension1': 'site_alias', 'dimension2': 'product', 'dimension3': 'dFooter', 'dimension4': 'sitetype'}
	});
	gtag('set', 'developer_id.dMDU5Nj', true);

	_dm_gaq.pushEvent('', 'page_view');
	pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID);
}

if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') {
	gtag('config', 'G-8B9WPFXQ8L', {
		'send_page_view': false,
		'anonymize_ip': true,
		'transport_type': 'beacon',
		'linker': {
			'domains': ['jkmaa.com']
		}
	});
	_dm_gaq.pushEvent('G-8B9WPFXQ8L', 'page_view');
	pushInsiteImpressions(_dm_gaq.externalGaqID);
}
</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: 'f81da47f'
});

// 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: f81da47f -->
<div class="dmPopupMask" id="dmPopupMask"></div>
<div id="dmPopup" class="dmPopup">
	<div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div>
 	<div class="dmPopupTitle"> <span></span> Share by:</div> 
	<div class="data"></div>
</div><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 -->
<!--  Begin Body End Markup -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8B9WPFXQ8L"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-8B9WPFXQ8L');
</script><!--  End Body End Markup -->
<!--  Site Wide Html Markup -->
<div id="swh-4519237fdb8441269900575c57a8b6d1"><div data-wrapper-source="appstore" > <script>
                window.dmAPI.registerExternalRuntimeComponent({
                    appUuid: 'b8bd351a-b502-4c1f-81d9-65585ec87943',
                    'elements': [
                        {
                            selector:'#livesite_engage_button',
                            'contextMenuItem' :[
                                {
                                    label: {
                                        branded: {
                                            'en':'Configure widget from vcita console (online presence > website widgets)',
                                            'es':'Configurar widget desde la consola del vCita'
                                        },
                                        wl: {
                                            'en':'Configure widget from vcita console (online presence > website widgets)',
                                            'es':'Configurar widget desde la consola del vCita'
                                        }
                                    },
                                    'ssoPostFix':'www.vcita.com/app/my-livesite?section=website-widgets',
                                    'queryParams': [
                                        {
                                            name:'platform',
                                            value:'duda'
                                        },
                                        {
                                            name:'widget',
                                            value:'active_engage'
                                        },
                                        {
                                            name:'key',
                                            value:'5b7bb30ae77ca1847caf'
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            selector:'#livesite_active_engage',
                            'contextMenuItem' :[
                                {
                                    label: {
                                        branded: {
                                            'en':'Configure widget from vcita console (online presence > website widgets)',
                                            'es':'Configurar widget desde la consola del vCita'
                                        },
                                        wl: {
                                            'en':'Configure widget from vcita console (online presence > website widgets)',
                                            'es':'Configurar widget desde la consola del vCita'
                                        }
                                    },
                                    'ssoPostFix':'www.vcita.com/app/my-livesite?section=website-widgets',
                                    'queryParams': [
                                        {
                                            name:'platform',
                                            value:'duda'
                                        },
                                        {
                                            name:'widget',
                                            value:'active_engage'
                                        },
                                        {
                                            name:'key',
                                            value:'5b7bb30ae77ca1847caf'
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            selector:'#livesite_action_buttons',
                            'contextMenuItem' :[
                                {
                                    label: {
                                        branded: {
                                            'en':'Configure widget from vcita console (online presence > website widgets)',
                                            'es':'Configurar widget desde la consola del vCita'
                                        },
                                        wl: {
                                            'en':'Configure widget from vcita console (online presence > website widgets)',
                                            'es':'Configurar widget desde la consola del vCita'
                                        }
                                    },
                                    'ssoPostFix':'www.vcita.com/app/my-livesite?section=website-widgets',
                                    'queryParams': [
                                        {
                                            name:'platform',
                                            value:'duda'
                                        },
                                        {
                                            name:'widget',
                                            value:'active_engage'
                                        },
                                        {
                                            name:'key',
                                            value:'5b7bb30ae77ca1847caf'
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                });
            </script>

            <script type="text/javascript" charset="utf-8">
                window.liveSiteAsyncInit = function() {
                    var livesiteInitParams = {
                      id: '12wiatoe68lsxkjl',
                      engageState: 'closed'
                    };

                    var deviceType = window.dmAPI.getCurrentDeviceType();
                    if (typeof deviceType !== 'undefined') {
                        deviceType = deviceType == 'tablet' ? 'mobile-landscape' : deviceType;
                        livesiteInitParams['mode'] = deviceType;
                    }

                    LiveSite.init(livesiteInitParams);
                };

                (function(d, s, id){
                    var js, fjs = d.getElementsByTagName(s)[0],
                        p = 'https://',
                        r = Math.floor(new Date().getTime() / 1000000);
                    if (d.getElementById(id)) {return;}
                    js = d.createElement(s); js.id = id;
                    js.src = p + "widgets.vcdnita.com/assets/livesite.js?" + r;
                    fjs.parentNode.insertBefore(js, fjs);
                }(document, 'script', 'livesite-jssdk'));
            </script> </div></div><!--  Site Wide Html Markup -->
</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: JKMAA.COM
Registry Domain ID: 1556117200_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-05-29T20:27:48Z
Creation Date: 2009-05-18T19:18:51Z
Registry Expiry Date: 2029-05-18T19:18:51Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS35.DOMAINCONTROL.COM
Name Server: NS36.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-29T10:03:34Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass