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





































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

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















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

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

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






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

<!-- Inject secured cdn script -->


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



<link rel="canonical" href="https://www.atlantatrial.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="icon" type="image/x-icon" href="https://irp.cdn-website.com/c3cc3394/site_favicon_16_1697059761073.ico"/>

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



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

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

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

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

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






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

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

            storedGlobalCssLink.disabled = true;
            loadCssLink(storedGlobalCssLink);

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

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

            storedRuntimeCssLink.disabled = true;
            loadCssLink(storedRuntimeCssLink);

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

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

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



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

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

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

</style>
<style id="cssVariables" type="text/css">
    :root {
  --color_1: rgba(0,0,0,1);
  --color_2: rgba(255,255,255,1);
  --color_3: rgba(60,85,124,1);
  --color_4: rgba(245,245,247,1);
}
</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";@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:'Source Sans Pro';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.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+2074,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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'DM Sans';font-style:normal;font-weight:100 1000;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/dmsans/v15/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@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}}:root{--color_1:rgba(0,0,0,1);--color_2:rgba(255,255,255,1);--color_3:rgba(60,85,124,1);--color_4:rgba(245,245,247,1)}.dmInner{min-height:100vh!important;position:relative}[dmtemplateid*=amburger] .dmLayoutWrapper{overflow:hidden}.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{position:fixed;margin:0;display:none;width:10px;z-index:1000000999;top:0;left:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;position:fixed;top:10px;left:0;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}.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 .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}.text-align-center{text-align:center}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}@media (min-width:1025px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnMedium,#dmRoot.responsiveTablet #dm .dmInner .hide-for-large{display:none!important}#dmRoot.responsiveTablet #dm [data-responsive-name=ResponsiveDesktopTopTabletHamburger] .site_content{margin-top:0!important}:root{--btn-text-font-size:16px}}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge,#dmRoot.responsiveTablet #dm .dmInner .hide-for-medium{display:none!important}:root{--btn-text-font-size:16px}}@media (max-width:767px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge{display:none!important}}#dm .flexslider[sliderscriptparams*="'isFade':true"] .slides li{width:100%!important;float:left!important;margin-right:-100%!important;position:relative!important}#dm .flexslider .slides li:first-child>img{width:100%;height:100%;object-fit:contain;position:absolute;display:block}#dm .flexslider[sliderscriptparams*="'stretch':true"] .slides li:first-child img{object-fit:cover}body{-webkit-overflow-scrolling:touch}:not(.runtime-module-container) .layout-drawer,:not(.runtime-module-container) .layout-drawer-hamburger,:not(.runtime-module-container) .layout-drawer-overlay{visibility:hidden}:not(.runtime-module-container) .layout-drawer{position:fixed;transform:translate(-100%,-100%)}:not(.runtime-module-container) .layout-drawer-overlay{opacity:0}.runtime-module-container{width:100%}.runtime-module-container[dmtemplateid*=amburger] #site_content,.runtime-module-container[dmtemplateid*=amburger] .dmInner{position:static}.runtime-module-container[dmtemplateid*=amburger] #site_content .site_content{position:relative}.runtime-module-container[dmtemplateid*=amburger] .dmLayoutWrapper{background-color:transparent}.runtime-module-container .hamburger-header-container{position:fixed;z-index:2;top:0;left:0;width:100%}.runtime-module-container .hamburger-header-container .hamburger-header{min-height:43px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-hamburger,.runtime-module-container .layout-drawer-overlay{visibility:visible}.runtime-module-container[dmtemplateid*=amburger] .site_content{margin-top:59px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-overlay{height:100%;position:fixed;top:0;left:0}.runtime-module-container .layout-drawer{background-color:#fff;width:75vw;transform:translate(-100%,0);overflow:auto;-webkit-overflow-scrolling:auto;z-index:13;display:flex;flex-direction:column}.runtime-module-container .layout-drawer .dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:0}.runtime-module-container .layout-drawer[data-origin=side]{width:75vw}.runtime-module-container .layout-drawer-overlay{width:100vw;background-color:rgba(0,0,0,.4);opacity:0;z-index:6}.runtime-module-container.layout-drawer_push-content .layout-drawer{transform:translate(-100%,0)}body:not([data-flex-site]) .layout-drawer .dmRespRow:not(:first-of-type):not(:last-of-type){flex:1 1 auto}.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:18px;margin-left:env(safe-area-inset-left);padding:17px 11px;z-index:14;width:52px;height:52px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:18px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}@media (max-width:767px){.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:10px;margin-left:env(safe-area-inset-left);padding:13px 9px;z-index:14;width:40px;height:40px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:10px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}}#dm-outer-wrapper #hamburger-header-container #hamburger-header .dmRespCol{display:flex;flex-direction:column;justify-content:center}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}strong{font-weight:700}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}button{font-family:inherit;font-size:100%;margin:0;line-height:normal;text-transform:none;-webkit-appearance:button}button::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.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-3{position:relative;width:25%}.dmDesktopBody .dmRespRow .large-4{position:relative;width:33.33333%}.dmDesktopBody .dmRespRow .large-5{position:relative;width:41.66667%}.dmDesktopBody .dmRespRow .large-7{position:relative;width:58.33333%}.dmDesktopBody .dmRespRow .large-8{position:relative;width:66.66667%}.dmDesktopBody .dmRespRow .large-9{position:relative;width:75%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}.socialHubIcon,[class*=' dm-common-icons-'],[class*=' dm-social-icons-']{font-family:dm-social-icons!important;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}.dm-social-icons-google-my-business:before{content:'\e903'}.dm-social-icons-yelp:before{content:'\ead7'}[class*=' dm-common-icons-']{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-angle-right:before{content:'\f105'}.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%}}@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{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.slide-button{margin-bottom:0}#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%}#dm .dmWidget.slide-button:after{display:none}p.rteBlock{margin:0}.dmImageSlider{height:350px;position:relative}.dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:30vh}#dm .socialHubInnerDiv a:not(:last-child){margin-right:5px}.socialHubIcon{display:flex!important;align-items:center;justify-content:center}.socialHubIcon.style6{background:#617379}.style6.dmSocialYelp{background:#e43340}.style6.dmSocialGoogleMyBusiness{background:#477cdf}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.imageWidget img[width][height]{height:auto}.dmPhotoGallery{margin:10px 0;width:100%;overflow:hidden;min-height:1px}.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}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner p{margin:0;line-height:normal;text-align:center;font-size:14px}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner div,#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner p,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner div{text-align:center}.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 .rteBlock{font-size:14px}#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)}#dm .dmPhotoGallery.newPhotoGallery[data-link-gallery=true] .image-container a.has-link{z-index:1px}.slides{margin:0;padding:0;list-style:none}.flexslider,.flexslider .slides>li{height:100%;overflow:hidden;position:relative}.flexslider{-webkit-transform:translate3d(0,0,0);padding:0;-webkit-transform:translateZ(0);direction:ltr;margin:0;zoom:1;opacity:1!important}.flexslider .slides{height:100%;zoom:1}.flexslider .slides>li{display:none;text-align:center}.flexslider .slides img{width:100%;display:block;margin:auto}.slides:after{content:'\0020';display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}.flexslider .color-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.25);display:block}.flexslider .slides>li .slide-inner{font-weight:700;color:#fff;position:absolute;z-index:1;visibility:hidden}.flexslider .slides>li .slide-inner *{line-height:normal}.flexslider .slides>li .slide-inner .slide-text{margin:0;font-size:19px;font-weight:400}#dm .dmInner .flexslider .slides>li .slide-inner .slide-button{margin-top:20px;margin-left:auto;margin-right:auto}.flexslider .slides>li[layout=center] .slide-inner{max-width:70%;max-height:80%}#dm .flexslider .slides .dmWidget .text{max-width:100%;width:100%;padding:10px 20px!important}#dm .dmInner .flexslider.ed-version .slide-button{-js-display:inline-flex;display:inline-flex;justify-content:center;align-items:center}.flexslider.ed-version .slides img{display:none}.flexslider.ed-version:not([layout]) .slides>li[layout=center]{-ms-flex-pack:center;-ms-flex-align:center;display:flex!important;justify-content:center;align-items:center}.flexslider.ed-version:not([layout]) .slides>li[layout=center] .slide-inner{position:static!important;top:auto!important;left:auto!important;margin:0!important}.dmLargeBody .dmRespRow,h2,ul{margin-right:0;margin-left:0}.flexslider.ed-version:not([layout]) .slides>li[layout=center] .slide-inner .slide-button.slide-button-invisible{display:none!important}.flexslider.ed-version:not([layout]) .slide-inner{max-width:70%;max-height:80%;background-color:transparent;top:50%!important;left:50%!important;right:auto!important;width:auto}.flexslider.ed-version:not([layout])[position=left] .slides>li{justify-content:flex-start}.flexslider.ed-version:not([layout])[position=left] .slides>li .slide-inner{margin-left:10%!important}.flexslider.ed-version:not([layout])[position=left] .slides>li .slide-inner .slide-button{float:left}.flexslider.ed-version:not([layout])[position=left] .slides>li .slide-inner .slide-text,.flexslider.ed-version:not([layout])[position=left] .slides>li .slide-inner .slide-text p{text-align:left!important}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] .text-align-right{text-align:right!important}.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.dmNewParagraph[data-version] a{vertical-align:initial}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}.dmInner *{-webkit-font-smoothing:antialiased}span.oneIcon:before{display:inline-block}.clearfix,a,img,li,ul{vertical-align:top}#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{min-width:768px!important;font-size:16px;background:#fff;color:#666}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939;outline:0;vertical-align:inherit}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#68ccd1;color:#666;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}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmRespCol>[dmle_extension]:not(:first-child){margin-top:10px}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}#dm .dmRespColsWrapper,.dmStandardDesktop{display:block}.imageWidget:not(.displayNone) img{width:100%}.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,.dmLargeBody .fHeader .dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmStandardDesktop{margin:0 auto}.dmImageSlider,.dmPhotoGallery{clear:both}.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%}#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{display:none!important}.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}.dmSocialHub{clear:both}#dm .dmSocialHub a{display:inline-block;text-decoration:none;margin:0;vertical-align:bottom}.dmSocialHub>div{text-align:inherit}a span.socialHubIcon{width:36px;height:36px;font-size:31px;display:inline-block;text-align:center;margin-right:0;margin-bottom:5px;line-height:36px;box-sizing:content-box;background-image:none!important}.socialHubIcon.style6{font-size:24px;padding:4px;border-radius:50%;color:#fff}#dm .dmSocialHub .socialHubWrapper{display:inline-block;max-width:100%}body{background-color:#eee}.dmPhotoGallery:not(.dmFacebookGallery) .dmPhotoGalleryHolder:not(.ready) li.photoGalleryThumbs{display:inline!important;visibility:hidden}.dmPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner p,.flexslider .slides>li .slide-inner .slide-text{white-space:pre-line}.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}.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-bottom2{padding:calc(12px - .2em - 2px) 15px}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{transform:scaleX(0);border-top-width:2px}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{margin-top:.2em}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{margin-bottom:.2em;border-top-color:transparent}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{transform:scaleX(1)}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{transform-origin:left}.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav .unifiednav__container[data-depth]{position:absolute;top:0;left:0;flex-direction:column;opacity:0;z-index:100;background-color:#faf9f9}.main-navigation.unifiednav .unifiednav__container[data-depth='0']{top:100%;transform:translateY(-10px)}.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container[data-depth='0']{left:15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap .unifiednav__container>.unifiednav__item-wrap{flex-direction:column}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:15px 30px 15px 15px;margin:0}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{content:''!important;width:100%;height:0;color:#ececec;align-self:center;border:0 solid currentColor}.main-navigation.unifiednav[layout-sub=submenu_horizontal_1] .unifiednav__container[data-depth]{color:#999}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:initial;padding-left:10px;margin-left:0}.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 .unifiednav__container[data-depth]{background-color:transparent}#dm .main-navigation.unifiednav[layout-sub=submenu_horizontal_1] .unifiednav__container[data-depth]{background-color:#faf9f9}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{color:#d1d1d1}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container{flex-direction:column;flex:1 1 100%}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{padding:8px 0;margin:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{padding-left:15px}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:initial}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap{flex-direction:column}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]{opacity:1;position:static;transform:translate(0)}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{justify-content:inherit;padding:8px 1em;margin:0;font-size:.8em}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{content:''!important;width:100%;height:0;color:#d1d1d1;align-self:flex-start;border:0 solid currentColor}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_2] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:5px 0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_2] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:8px 12px}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL]:not([data-show-vertical-sub-items=HIDE]):not([data-show-vertical-sub-items=HOVER]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav>.nav-item-text .icon::before,#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=SHOW] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav>.nav-item-text .icon::before{transform:rotate(180deg)}#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,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])[data-divider]:not([data-direction=RIGHT]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:inline-block;padding-right:0}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#68ccd1;max-width:100%}.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.dmRespCol>*{line-height:1.5}#dm .dmNewParagraph a,#dm div.dmNewParagraph a{color:transparent;text-decoration:none}#dm div.dmInner,#dm div.dmInner .dmRespCol{color:rgba(0,0,0,1);font-family:"Open Sans","Open Sans Fallback";font-size:16px}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm div.dmContent h2{color:#223445}#dm #dm-outer-wrapper .imageWidget img{border-width:0;border-style:solid;border-color:rgba(204,204,204,1)}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{font-weight:400;color:rgba(0,0,0,1);font-family:"DM Sans","DM Sans Fallback"}#dm .dmNewParagraph a,#dm div.dmNewParagraph a,.newPhotoGallery .photoGalleryViewAll.link{color:rgba(60,85,124,1)}#dm div.dmNewParagraph p{color:#000;direction:ltr;font-family:"DM Sans","DM Sans Fallback";font-weight:400;font-style:normal;text-decoration:none;line-height:1.5}.imageWidget a::after{height:0!important}#dm DIV.dmOuter DIV.dmInner{background-color:rgba(255,255,255,1);background-image:none;background-size:cover;background-repeat:no-repeat;background-attachment:fixed}#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{font-size:14px}#dm .dmContent .dmRespRow{padding:50px 65px;margin:0}#dm .dmContent .dmRespRow .dmRespCol{padding:0;margin:0}#dm .dmInner div.fHeader .dmHeader[freeheader=true],#dm .p_hfcontainer div.u_1295405492{margin:0!important;padding:0!important}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{font-size:16px}#dm div.dmContent h2{color:rgba(0,0,0,1);direction:ltr;font-family:Georgia,"Georgia Fallback";font-weight:700;font-style:normal;text-decoration:none;font-size:35px;line-height:1.5}@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:1px;--btn-border-radius:10px;--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:rgba(60,85,124,1);--btn-border-color:rgba(245,245,247,1);--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:rgba(255,255,255,1);--btn-text-decoration:none;--btn-text-font-weight:bold;--btn-text-font-family:"DM Sans","DM Sans Fallback";--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:rgba(0,0,0,1);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:rgba(245,245,247,1);--btn-hover-text-color:rgba(255,255,255,1);--btn-hover-text-font-weight:700;--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:14px}}#dm .dmWidget:not([data-buttonstyle]){border-radius:50px}#dm .dmWidget:not([data-buttonstyle]) .text{padding:10px 0}#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#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 .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer,#dm .p_hfcontainer div.u_1510561716,div.u_1955971144{border-style:solid!important;border-width:0!important;background-color:rgba(0,0,0,0)!important}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-family:var(--btn-text-font-family);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm div.dmInner #site_content .dmWidget span.icon,#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,#dm div.dmInner .dmHeader .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:13px!important}#dm .p_hfcontainer .u_1619623237.main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{align-self:flex-start!important}#dm .p_hfcontainer div.u_1692292187{border-right-style:solid!important;border-right-color:rgba(212,212,212,1)!important;border-right-width:0!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{border-color:rgba(193,193,193,1)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;background-repeat:no-repeat!important;background-image:none!important;background-size:cover!important}#dm .p_hfcontainer nav.u_1643742275.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(255,255,255,1)!important}#dm .p_hfcontainer .u_1619623237.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{text-align:left!important}#dm .p_hfcontainer nav.u_1643742275.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{font-weight:700!important}#dm .p_hfcontainer div.u_1919685040 img{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .p_hfcontainer div.u_1036485421{background-color:rgba(0,0,0,0)!important}#dm .p_hfcontainer div.u_1510561716{border-radius:25px!important;-moz-border-radius:25px!important;-webkit-border-radius:25px!important}#dm .p_hfcontainer .u_1919685040{width:100%!important}div.u_1255913077 img{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}div.u_1908680151{background-color:rgba(0,0,0,0)!important}div.u_1955971144{border-radius:25px!important;-moz-border-radius:25px!important;-webkit-border-radius:25px!important}#dm .p_hfcontainer nav.u_1619623237.main-navigation.unifiednav .unifiednav__container[data-depth],#dm .p_hfcontainer nav.u_1643742275.main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:rgba(60,85,124,1)!important}#dm .p_hfcontainer .u_1255913077{width:100%!important}#dm .p_hfcontainer nav.u_1619623237.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(255,255,255,1)!important;font-weight:400!important}#dm .p_hfcontainer .u_1619623237.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 5px - 0px)!important}#dm .p_hfcontainer nav.u_1619623237.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{border-top-color:rgba(255,255,255,1)!important}#dm .p_hfcontainer nav.u_1619623237.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{font-weight:700!important;color:rgba(255,255,255,1)!important}#dm .p_hfcontainer nav.u_1619623237.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-weight:400!important;color:rgba(255,255,255,1)!important}#dm .p_hfcontainer nav.u_1643742275.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{color:rgba(255,255,255,1)!important}#dm .p_hfcontainer div.u_1129661739,#dm .p_hfcontainer div.u_1870603734{background-color:rgba(0,0,0,1)!important}#dm .p_hfcontainer nav.u_1619623237,#dm .p_hfcontainer nav.u_1643742275{color:#fff!important}#dm .dmInner div.dmHeader.u_hcontainer{padding-top:10px!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .dmInner div.u_hcontainer{padding:0!important}#dm .p_hfcontainer #hamburger-drawer.layout-drawer:not([data-origin=top]){width:35vw!important}#dm .p_hfcontainer div.u_1692292187{padding-right:15px!important}#dm .p_hfcontainer div.u_1799527936{margin-top:0!important;padding:0!important}#dm .p_hfcontainer div.u_1928607140{padding-bottom:0!important}#dm .p_hfcontainer div.u_1760005850{margin-top:0!important;padding:30px 50px 100px!important}#dm .p_hfcontainer div.u_1510561716{padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1382949643{padding:0!important}div.u_1129661739{width:auto!important;padding:15px 85px!important}#dm .p_hfcontainer div.u_1919685040{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;max-width:279px!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:14px auto 0!important}#dm .p_hfcontainer a.u_1200376396,#dm .p_hfcontainer div.u_1036485421{float:none!important;top:0!important;left:0!important;min-width:0!important;text-align:center!important;max-width:100%!important}#dm .p_hfcontainer div.u_1870603734{width:auto!important;margin:0!important;padding:15px 65px!important}#dm .p_hfcontainer .u_1443713339 .socialHubIcon{width:26px!important;height:26px!important;font-size:17.33px!important;line-height:26px!important}#dm .p_hfcontainer .u_1443713339 .socialHubIcon:after{width:34px!important;height:26px!important}#dm .p_hfcontainer div.u_1036485421{width:auto!important;position:relative!important;height:auto!important;padding:19px 0 18.5px!important;margin:0!important}#dm .p_hfcontainer div.u_1277315698{padding:0!important}#dm .p_hfcontainer a.u_1200376396{width:232px!important;position:relative!important;height:48px!important;display:block!important;padding:0!important;margin:10px 0 10px auto!important}#dm .p_hfcontainer div.u_1443713339,div.u_1255913077{width:calc(100% - 0px)!important;padding:0!important;float:none!important;top:0!important;left:0!important;position:relative!important}#dm .p_hfcontainer div.u_1443713339{display:block!important;height:auto!important;max-width:100%!important;min-width:25px!important;text-align:right!important;margin:10px auto 0!important}div.u_1955971144{padding:0!important;margin:0!important}div.u_1984073226{padding:0!important}div.u_1255913077{max-width:279px!important;min-width:25px!important;text-align:center!important;margin:14px auto 0!important}#dm .p_hfcontainer .u_1780013004 .socialHubIcon{width:26px!important;height:26px!important;font-size:17.33px!important;line-height:26px!important}#dm .p_hfcontainer .u_1780013004 .socialHubIcon:after{width:34px!important;height:26px!important}div.u_1908680151{float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:19px 0 18.5px!important}a.u_1274114269,a.u_1700113563{float:none!important;top:0!important;left:0!important;position:relative!important;height:48px!important;min-width:0!important;text-align:center!important;margin:10px 0 10px auto!important;width:232px!important;display:block!important}a.u_1700113563,div.u_1306506573{padding:0!important}a.u_1700113563{max-width:100%!important}a.u_1274114269{max-width:100%!important;padding:0!important}#dm .p_hfcontainer div.u_1780013004,div.u_1780013004{top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:100%!important;padding:0!important;float:none!important}a.u_1700113563 span.text{font-size:22px!important}div.u_1780013004{display:block!important;width:calc(100% - 0px)!important;min-width:25px!important;text-align:right!important;margin:10px auto 0!important}#dm .p_hfcontainer a.u_1274114269{display:block!important;float:none!important;top:0!important;left:0!important;width:232px!important;position:relative!important;height:48px!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:0!important;margin:10px auto!important}#dm .p_hfcontainer div.u_1780013004{width:calc(100% - 0px)!important;min-width:25px!important;text-align:right!important;margin:6.7px auto 0!important}#dm .p_hfcontainer div.u_1129661739,#dm .p_hfcontainer nav.u_1619623237{text-align:start!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:100%!important}[dmtemplateid=Hamburger] .layout-drawer-hamburger.hamburger-on-header{color:rgba(255,255,255,1)!important;background-color:rgba(0,0,0,0)!important}#dm .p_hfcontainer div.u_1129661739{float:none!important;width:auto!important;min-width:0!important;padding:0 65px!important;margin:-1px 0 0!important}#dm .p_hfcontainer div#hamburger-header{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;background-color:rgba(0,0,0,0)!important}#dm .p_hfcontainer #hamburger-header,#dm .p_hfcontainer div#hamburger-drawer.layout-drawer{background-color:rgba(0,0,0,1)!important}#dm .p_hfcontainer div.u_1106353707{width:auto!important;padding:80px 20px!important;margin:0!important}#dm .p_hfcontainer nav.u_1619623237{float:none!important;width:calc(100% - 0px)!important;justify-content:flex-start!important;align-items:stretch!important;min-width:25px!important;padding:0!important;margin:34px 0 0!important}#dm .p_hfcontainer nav.u_1619623237.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item,#dm .p_hfcontainer nav.u_1619623237.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item,#dm .p_hfcontainer nav.u_1643742275.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-size:16px!important}[dmtemplateid=Hamburger] .site_content{margin-top:193.19px!important}#dm .p_hfcontainer nav.u_1643742275{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;justify-content:center!important;align-items:stretch!important;padding:0!important;margin:-8px auto 0!important}#dm .dmBody div.u_1030679079 .caption-button,#dm .dmBody div.u_1971376150 .caption-button{width:200px!important;height:45px!important}[dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:70.59px!important}@media (min-width:768px) and (max-width:1024px){.responsiveTablet [dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:71.56px!important}.responsiveTablet [dmtemplateid=Hamburger] .site_content{margin-top:195.11px!important}}#dm .dmBody .u_1185214900:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1971376150 .photoGalleryThumbs .image-container{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .dmBody div.u_1971376150 .caption-container .caption-text,#dm .dmBody div.u_1971376150 .caption-container .caption-text .rteBlock{color:rgba(255,255,255,1)!important;font-size:16px!important}#dm .dmBody .u_1148733320,#dm .dmBody .u_1243171273{display:block!important}#dm .dmBody div.u_1971376150 .caption-container .caption-title{color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1185214900:before{background-color:rgba(0,0,0,1)!important;opacity:.51!important}#dm .dmBody div.u_1030679079 .caption-inner,#dm .dmBody div.u_1971376150 .caption-inner{background-color:rgba(0,0,0,.54)!important;border-color:transparent!important;border-width:0!important;border-style:solid!important}#dm .dmBody .u_1434114992{display:block!important}#dm .dmBody .u_1170998481,#dm .dmBody .u_1404829275,#dm .dmBody .u_1808934686{background-position:50% 0!important}#dm .dmBody div.u_1325078750{text-shadow:1.5px 1.5px #000!important}#dm .dmBody div.u_1030679079 .photoGalleryThumbs .image-container{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .dmBody div.u_1030679079 .caption-container .caption-text,#dm .dmBody div.u_1030679079 .caption-container .caption-text .rteBlock{color:rgba(255,255,255,1)!important;font-size:16px!important}#dm .dmBody .u_1071898300,#dm .dmBody .u_1915899209{display:block!important}#dm .dmBody div.u_1030679079 .caption-container .caption-title{color:rgba(255,255,255,1)!important}#dm .dmBody .u_1189209856{display:block!important}#dm .dmBody .u_1406872976,#dm .dmBody .u_1533425274,#dm .dmBody .u_1694655762{background-position:50% 0!important}#dm .dmBody div.u_1030679079{border-style:solid!important;border-width:0!important}#dm .dmBody div.u_1836086354 .slides .slide-text{color:rgba(0,0,0,1)!important;font-size:16px!important}#dm .dmBody div.u_1836086354 .color-overlay{background-color:rgba(0,0,0,0)!important}#dm .dmBody div.u_1836086354{border-style:solid!important;border-width:5px!important;border-color:rgba(60,85,124,1)!important}#dm .dmBody .u_1836086354 .slides>li .rteBlock{display:block!important;text-align:left!important}#dm .dmBody a.u_1276556694,#dm .dmBody div.u_1185214900{float:none!important;top:0!important;left:0!important;position:relative!important;text-align:center!important}#dm .dmBody div.u_1866461247{margin:0!important;padding:0!important}#dm .dmBody .u_1971376150 .photoGalleryThumbs{padding:5px!important}#dm .dmBody .u_1971376150 .photoGalleryViewAll{padding:0 10px!important}#dm .dmBody .u_1971376150 .photoGalleryThumbs .image-container a{padding-top:350px!important}#dm .dmBody .u_1971376150 .caption-inner{padding-left:29px!important;padding-right:29px!important}#dm .dmBody .u_1030679079 .photoGalleryThumbs{padding:5px!important}#dm .dmBody .u_1030679079 .photoGalleryViewAll{padding:0 10px!important}#dm .dmBody .u_1030679079 .photoGalleryThumbs .image-container a{padding-top:350px!important}#dm .dmBody .u_1030679079 .caption-inner{padding-left:29px!important;padding-right:29px!important}#dm .dmBody div.u_1185214900{background-image:url(https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/GettyImages-525977244-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;background-attachment:initial!important;width:auto!important;height:auto!important;max-width:100%!important;min-width:0!important;background-size:cover!important;background-position:50% 0!important;background-repeat:no-repeat!important;padding:439.5px 65px 289.5px!important;margin:0!important}#dm .dmBody a.u_1276556694{width:calc(100% - 453px)!important;height:79px!important;max-width:294px!important;min-width:25px!important;padding:0!important;margin:10px auto!important}.font-size-20,.size-20{font-size:20px!important}.font-size-24{font-size:24px!important}.font-size-48,.size-48{font-size:48px!important} #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: "Montserrat Fallback";
  src: local('Arial');
  ascent-override: 84.9466%;
  descent-override: 22.0264%;
  size-adjust: 113.954%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Cabin Fallback";
  src: local('Arial');
  ascent-override: 101.7818%;
  descent-override: 26.3684%;
  size-adjust: 94.8106%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Jost Fallback";
  src: local('Arial');
  ascent-override: 111.656%;
  descent-override: 39.1318%;
  size-adjust: 95.8301%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Pacifico Fallback";
  src: local('Arial');
  ascent-override: 140.9687%;
  descent-override: 49.0091%;
  size-adjust: 92.4319%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Georgia Fallback";
  src: local('Arial');
  ascent-override: 92.2092%;
  descent-override: 22.0458%;
  size-adjust: 99.4469%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "DM Sans Fallback";
  src: local('Arial');
  ascent-override: 94.3696%;
  descent-override: 29.4905%;
  size-adjust: 105.1186%;
  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.atlantatrial.com/feed/rss2"/>
  <link type="application/atom+xml" rel="alternate" href="https://www.atlantatrial.com/feed/atom"/>
  <meta property="og:type" content="website"/>
  <meta property="og:url" content="https://www.atlantatrial.com/"/>
  <script type="application/ld+json">


    {
        "@context" : "https://schema.org",
        "@type" : "WebSite",
        "name" : "DeWoskin Law Firm",
        "url" : "https://www.atlantatrial.com/"
    }


  </script>
  <title>
    
    Car Wreck Injury | Decatur, GA | DeWoskin Law Firm
  
  </title>
  <meta name="description" content="We assist people injured in an auto accident in Decatur, GA. We will support you to fight the insurance companies to get what you need. Click here for more."/>

  <meta name="twitter:card" content="summary"/>
  <meta name="twitter:title" content="Car Wreck Injury | Decatur, GA | DeWoskin Law Firm"/>
  <meta name="twitter:description" content="We assist people injured in an auto accident in Decatur, GA. We will support you to fight the insurance companies to get what you need. Click here for more."/>
  <meta property="og:description" content="We assist people injured in an auto accident in Decatur, GA. We will support you to fight the insurance companies to get what you need. Click here for more."/>
  <meta property="og:title" content="Car Wreck Injury | Decatur, GA | DeWoskin Law Firm"/>
<script type="application/ld+json">
{
  "@context" : {
    "@vocab" : "http://schema.org/"
  },
  "@type" : "LocalBusiness",
  "name" : "DeWoskin Law Firm",
  "address" : {
    "@type" : "PostalAddress",
    "streetAddress" : "535 N McDonough St",
    "addressLocality" : "Decatur",
    "addressRegion" : "GA",
    "postalCode" : "30030",
    "addressCountry" : "US"
  },
  "geo" : {
    "@type" : "GeoCoordinates",
    "latitude" : "33.77423",
    "longitude" : "-84.29626"
  },
  "url" : "https://www.atlantatrial.com",
  "telephone" : "(404) 987-0026",
  "email" : "info@atlantatrial.com",
  "logo" : "https://irp.cdn-website.com/c3cc3394/dms3rep/multi/DeWoskin+Law+Firm.png",
  "sameAs" : [ "https://yelp.com/biz/dewoskin-law-firm-decatur-3", "https://google.com/maps/place/DeWoskin+Law+Firm/@33.7742258,-84.2964052,15z/data=!4m2!3m1!1s0x0:0xd46fd343835bd125?sa=X&ved=2ahUKEwjNud_Tj_r_AhXCfDABHWEqB6QQ_BJ6BAg8EAA&ved=2ahUKEwjNud_Tj_r_AhXCfDABHWEqB6QQ_BJ6BAhREAg" ],
  "@id" : "https://www.atlantatrial.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" desktop-global-classes="" tablet-global-classes=""> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-home hasAnimations rows-1200 layout-drawer_push-content 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 id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="SHARD22fef9973807a46bbbdad5938e9d68e93===header" data-origin="side" data-auto-height="true" data-push-content="true"> <div class="u_1799527936 dmRespRow middleDrawerRow" style="text-align: center;" id="1799527936"> <div class="dmRespColsWrapper" id="1621337807"> <div class="u_1692292187 dmRespCol small-12 medium-12 large-12 empty-column" id="1692292187"></div> 
</div> 
</div> 
 <div class="u_1106353707 dmRespRow" style="text-align: center;" id="1106353707"> <div class="dmRespColsWrapper" id="1026404504"> <div class="u_1295405492 dmRespCol small-12 medium-12 large-12" id="1295405492"> <nav class="u_1619623237 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_2" layout-sub="" data-show-vertical-sub-items="SHOW" id="1619623237" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container unav-top  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item unav-item unav-top-item  dmNavItemSelected  dmUDNavigationItem_00  " target="" data-target-page-alias="" aria-current="page" data-auto="selected-page"> <span class="nav-item-text " data-link-text="
         Home
        " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" aria-haspopup="true" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about-dewoskin-law-firm" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101570166  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         About Us
        " data-auto="page-text-style">About Us<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/about-dewoskin-law-firm#AboutDanDeWoskin" class="unifiednav__item unav-item   dmUDNavigationItem_010101590689  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           About Dan DeWoskin
          " data-auto="page-text-style">About Dan DeWoskin<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/about-dewoskin-law-firm#AboutAlexMerrit" class="unifiednav__item unav-item   dmUDNavigationItem_010101564417  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           About Alex Merrit
          " data-auto="page-text-style">About Alex Merrit<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/about-dewoskin-law-firm#AboutSamHan" class="unifiednav__item unav-item   dmUDNavigationItem_010101332633  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           About Sam Han
          " data-auto="page-text-style">About Sam Han<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/about-dewoskin-law-firm#AboutAmanda" class="unifiednav__item unav-item   dmUDNavigationItem_010101944800  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           About Amanda
          " data-auto="page-text-style">About Amanda<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/about-dewoskin-law-firm#AboutMichelle" class="unifiednav__item unav-item   dmUDNavigationItem_01010120414  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           About Michelle
          " data-auto="page-text-style">About Michelle<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/about-dewoskin-law-firm#AboutSomee" class="unifiednav__item unav-item   dmUDNavigationItem_01010135704  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           About Somee
          " data-auto="page-text-style">About Somee<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
 <li role="menuitem" aria-haspopup="true" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/consumer-debt-lawsuit-defense" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101592371  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Consumer Debt
        " data-auto="page-text-style">Consumer Debt<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/dewoskin-law-fees" class="unifiednav__item unav-item   dmUDNavigationItem_010101613183  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           Lawsuit Defense Fees
          " data-auto="page-text-style">Lawsuit Defense Fees<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/criminal-defense" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101281196  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Criminal Defense
        " data-auto="page-text-style">Criminal Defense<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" aria-haspopup="true" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/personal-injury-and-death" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101703309  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Personal Injury & Wrongful Death
        " data-auto="page-text-style">Personal Injury &amp; Wrongful Death<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/car-accidents-claims" class="unifiednav__item unav-item   dmUDNavigationItem_010101117903  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           Car Accidents
          " data-auto="page-text-style">Car Accidents<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/truck-accidents-attorney" class="unifiednav__item unav-item   dmUDNavigationItem_01010143711  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           Truck Accidents
          " data-auto="page-text-style">Truck Accidents<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/motorcycle-accidents-lawyer" class="unifiednav__item unav-item   dmUDNavigationItem_010101185423  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           Motorcycle Accidents
          " data-auto="page-text-style">Motorcycle Accidents<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/hit-and-run-accident-claims" class="unifiednav__item unav-item   dmUDNavigationItem_010101358661  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           Hit & Run Accidents
          " data-auto="page-text-style">Hit &amp; Run Accidents<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-dewoskin-law-firm" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_01010129057  " 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"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/dewoskin-law-firm-page" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101605027  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Blog
        " data-auto="page-text-style">Blog<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
</ul> 
</nav> 
</div> 
</div> 
</div> 
 <div class="u_1760005850 dmRespRow" style="text-align: center;" id="1760005850"> <div class="dmRespColsWrapper" id="1600059488"> <div class="u_1928607140 dmRespCol small-12 medium-12 large-12 empty-column" id="1928607140"></div> 
</div> 
</div> 
</div> 
 <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> 
</div> 
 <div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header" data-scrollable-target="body" data-scroll-responder-id="hamburger-header"> <div class="u_1129661739 dmRespRow fullBleedChanged fullBleedMode" id="1129661739"> <div class="dmRespColsWrapper" id="1495418379"> <div class="dmRespCol large-12 medium-12 small-12" id="1356325898"> <div class="u_1908680151 dmRespRow fullBleedChanged fullBleedMode" id="1908680151"> <div class="dmRespColsWrapper" id="1468134483" style="align-items:center"> <div class="u_1955971144 dmRespCol small-12 large-4 medium-4" id="1955971144"> <div class="u_1255913077 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1255913077"> <a href="/" id="1382894594" file="false"><img src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/DeWoskin+Law+Firm-1920w.png" alt="DeWoskin Law Firm" id="1645686896" class="" data-dm-image-path="https://irp.cdn-website.com/c3cc3394/dms3rep/multi/DeWoskin+Law+Firm.png" width="1280" height="282" title="DeWoskin Law Firm" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
 <div class="u_1984073226 dmRespCol small-12 large-8 medium-8" id="1984073226"> <div class="dmRespRow u_1306506573" id="1306506573"> <div class="dmRespColsWrapper" id="1449938419"> <div class="u_1093740531 dmRespCol small-12 large-7 medium-7" id="1093740531"> <a data-display-type="block" class="u_1274114269 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://secure.lawpay.com/pages/atlantatrial/operating" data-element-type="dButtonLinkId" id="1274114269" target="_blank"> <span class="iconBg" aria-hidden="true" id="1728391421"> <span class="icon hasFontIcon icon-star" id="1876890403"></span> 
</span> 
 <span class="text" id="1340785598">Make a Payment</span> 
</a> 
</div> 
 <div class="u_1644640439 dmRespCol small-12 large-5 medium-5" id="1644640439"> <a data-display-type="block" class="u_1700113563 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="tel:(404) 987-0026" data-element-type="dButtonLinkId" id="1700113563"> <span class="iconBg" aria-hidden="true" id="1471736550"> <span class="icon hasFontIcon icon-star" id="1523287441"></span> 
</span> 
 <span class="text" id="1130832578">(404) 987-0026</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1077673875" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-right"><a href="https://www.google.com/maps/place/535+N+McDonough+St,+Decatur,+GA+30030,+USA/@33.7742142,-84.2984354,17z/data=!3m1!4b1!4m6!3m5!1s0x88f5073e78ece783:0x4a804181ff3bb6db!8m2!3d33.7742142!4d-84.2962467!16s%2Fg%2F11bw40qn91?entry=ttu" target="_blank" runtime_url="https://www.google.com/maps/place/535+N+McDonough+St,+Decatur,+GA+30030,+USA/@33.7742142,-84.2984354,17z/data=!3m1!4b1!4m6!3m5!1s0x88f5073e78ece783:0x4a804181ff3bb6db!8m2!3d33.7742142!4d-84.2962467!16s%2Fg%2F11bw40qn91?entry=ttu" type="url" style="color: rgb(255, 255, 255); font-weight: bold; display: unset;">535 North McDonough Street Decatur, Georgia 30030</a></p></div> 
 <div class="u_1780013004 align-center text-align-center dmSocialHub gapSpacing" id="1780013004" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.google.com/maps/place/DeWoskin+Law+Firm/@33.7742258,-84.2964052,15z/data=!4m2!3m1!1s0x0:0xd46fd343835bd125?sa=X&amp;ved=2ahUKEwjNud_Tj_r_AhXCfDABHWEqB6QQ_BJ6BAg8EAA&amp;ved=2ahUKEwjNud_Tj_r_AhXCfDABHWEqB6QQ_BJ6BAhREAg" target="_blank" dm_dont_rewrite_url="true" aria-label="google_my_business" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;GoogleMyBusiness&apos;)"> <span class="dmSocialGoogleMyBusiness dm-social-icons-google-my-business oneIcon socialHubIcon style6" aria-hidden="true" data-hover-effect=""></span> 
</a> 
 <a href="https://yelp.com/biz/dewoskin-law-firm-decatur-3" target="_blank" dm_dont_rewrite_url="true" aria-label="yelp" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Yelp&apos;)"> <span class="dmSocialYelp dm-social-icons-yelp oneIcon socialHubIcon style6" aria-hidden="true" data-hover-effect=""></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu" aria-controls="hamburger-drawer" aria-expanded="false"> <span class="hamburger__slice"></span> 
 <span class="hamburger__slice"></span> 
 <span class="hamburger__slice"></span> 
</button> 
 <div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="696" layout="7621f7e0002549258c16efb7610abc8f===header"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="dmRespRow u_1870603734 fullBleedChanged fullBleedMode" id="1870603734"> <div class="dmRespColsWrapper" id="1490284470"> <div class="dmRespCol large-12 medium-12 small-12" id="1973872107"> <div class="u_1036485421 dmRespRow fullBleedChanged fullBleedMode" id="1036485421"> <div class="dmRespColsWrapper" id="1572797259" style="align-items:center"> <div class="u_1510561716 dmRespCol small-12 large-3 medium-3" id="1510561716"> <div class="u_1919685040 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1919685040"> <a href="/" id="1411362263" file="false"><img src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/DeWoskin+Law+Firm-334w.png" alt="DeWoskin Law Firm" id="1733214066" class="" data-dm-image-path="https://irp.cdn-website.com/c3cc3394/dms3rep/multi/DeWoskin+Law+Firm.png" width="1280" height="282" title="DeWoskin Law Firm" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
 <div class="u_1382949643 dmRespCol small-12 large-9 medium-9" id="1382949643"> <div class="dmRespRow u_1277315698" id="1277315698"> <div class="dmRespColsWrapper" id="1650004997"> <div class="u_1327580416 dmRespCol small-12 large-8 medium-8" id="1327580416"> <a data-display-type="block" class="u_1200376396 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://secure.lawpay.com/pages/atlantatrial/operating" data-element-type="dButtonLinkId" id="1200376396" target="_blank"> <span class="iconBg" aria-hidden="true" id="1539164047"> <span class="icon hasFontIcon icon-star" id="1930437664"></span> 
</span> 
 <span class="text" id="1907139804">Make a Payment</span> 
</a> 
</div> 
 <div class="u_1934330833 dmRespCol small-12 large-4 medium-4" id="1934330833"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1709212741"><p class="m-size-16 text-align-right size-20"><span class="font-size-20 m-font-size-16" style="display: unset; color: var(--color_2); font-weight: bold;"><span class="font-size-20 m-font-size-16" style="display: unset; color: var(--color_2); font-weight: bold;">Call Us Today</span> 
</span><a href="tel:404-987-0026" runtime_url="tel:404-987-0026" type="call" class="font-size-24 m-font-size-19" style="display: unset; font-weight: bold; color: var(--color_2);">404-987-0026</a></p></div> 
</div> 
</div> 
</div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1329306600" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-right"><a href="https://www.google.com/maps/place/535+N+McDonough+St,+Decatur,+GA+30030,+USA/@33.7742142,-84.2984354,17z/data=!3m1!4b1!4m6!3m5!1s0x88f5073e78ece783:0x4a804181ff3bb6db!8m2!3d33.7742142!4d-84.2962467!16s%2Fg%2F11bw40qn91?entry=ttu" target="_blank" runtime_url="https://www.google.com/maps/place/535+N+McDonough+St,+Decatur,+GA+30030,+USA/@33.7742142,-84.2984354,17z/data=!3m1!4b1!4m6!3m5!1s0x88f5073e78ece783:0x4a804181ff3bb6db!8m2!3d33.7742142!4d-84.2962467!16s%2Fg%2F11bw40qn91?entry=ttu" type="url" style="display: unset; font-weight: bold; color: rgb(255, 255, 255);">535 North McDonough Street Decatur, Georgia 30030</a></p></div> 
 <div class="u_1443713339 align-center text-align-center dmSocialHub gapSpacing" id="1443713339" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.google.com/maps/place/DeWoskin+Law+Firm/@33.7742258,-84.2964052,15z/data=!4m2!3m1!1s0x0:0xd46fd343835bd125?sa=X&amp;ved=2ahUKEwjNud_Tj_r_AhXCfDABHWEqB6QQ_BJ6BAg8EAA&amp;ved=2ahUKEwjNud_Tj_r_AhXCfDABHWEqB6QQ_BJ6BAhREAg" target="_blank" dm_dont_rewrite_url="true" aria-label="google_my_business" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;GoogleMyBusiness&apos;)"> <span class="dmSocialGoogleMyBusiness dm-social-icons-google-my-business oneIcon socialHubIcon style6" aria-hidden="true" data-hover-effect=""></span> 
</a> 
 <a href="https://yelp.com/biz/dewoskin-law-firm-decatur-3" target="_blank" dm_dont_rewrite_url="true" aria-label="yelp" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Yelp&apos;)"> <span class="dmSocialYelp dm-social-icons-yelp oneIcon socialHubIcon style6" aria-hidden="true" data-hover-effect=""></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <nav class="u_1643742275 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1643742275" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container unav-top  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item unav-item unav-top-item  dmNavItemSelected  dmUDNavigationItem_00  " target="" data-target-page-alias="" aria-current="page" data-auto="selected-page"> <span class="nav-item-text " data-link-text="
         Home
        " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" aria-haspopup="true" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about-dewoskin-law-firm" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101570166  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         About Us
        " data-auto="page-text-style">About Us<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/about-dewoskin-law-firm#AboutDanDeWoskin" class="unifiednav__item unav-item   dmUDNavigationItem_010101590689  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           About Dan DeWoskin
          " data-auto="page-text-style">About Dan DeWoskin<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/about-dewoskin-law-firm#AboutAlexMerrit" class="unifiednav__item unav-item   dmUDNavigationItem_010101564417  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           About Alex Merrit
          " data-auto="page-text-style">About Alex Merrit<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/about-dewoskin-law-firm#AboutSamHan" class="unifiednav__item unav-item   dmUDNavigationItem_010101332633  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           About Sam Han
          " data-auto="page-text-style">About Sam Han<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/about-dewoskin-law-firm#AboutAmanda" class="unifiednav__item unav-item   dmUDNavigationItem_010101944800  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           About Amanda
          " data-auto="page-text-style">About Amanda<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/about-dewoskin-law-firm#AboutMichelle" class="unifiednav__item unav-item   dmUDNavigationItem_01010120414  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           About Michelle
          " data-auto="page-text-style">About Michelle<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/about-dewoskin-law-firm#AboutSomee" class="unifiednav__item unav-item   dmUDNavigationItem_01010135704  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           About Somee
          " data-auto="page-text-style">About Somee<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
 <li role="menuitem" aria-haspopup="true" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/consumer-debt-lawsuit-defense" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101592371  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Consumer Debt
        " data-auto="page-text-style">Consumer Debt<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/dewoskin-law-fees" class="unifiednav__item unav-item   dmUDNavigationItem_010101613183  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           Lawsuit Defense Fees
          " data-auto="page-text-style">Lawsuit Defense Fees<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/criminal-defense" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101281196  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Criminal Defense
        " data-auto="page-text-style">Criminal Defense<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" aria-haspopup="true" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/personal-injury-and-death" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101703309  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Personal Injury & Wrongful Death
        " data-auto="page-text-style">Personal Injury &amp; Wrongful Death<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/car-accidents-claims" class="unifiednav__item unav-item   dmUDNavigationItem_010101117903  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           Car Accidents
          " data-auto="page-text-style">Car Accidents<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/truck-accidents-attorney" class="unifiednav__item unav-item   dmUDNavigationItem_01010143711  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           Truck Accidents
          " data-auto="page-text-style">Truck Accidents<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/motorcycle-accidents-lawyer" class="unifiednav__item unav-item   dmUDNavigationItem_010101185423  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           Motorcycle Accidents
          " data-auto="page-text-style">Motorcycle Accidents<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/hit-and-run-accident-claims" class="unifiednav__item unav-item   dmUDNavigationItem_010101358661  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
           Hit & Run Accidents
          " data-auto="page-text-style">Hit &amp; Run Accidents<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-dewoskin-law-firm" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_01010129057  " 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"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/dewoskin-law-firm-page" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101605027  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Blog
        " data-auto="page-text-style">Blog<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
</ul> 
</nav> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true" desktop-global-classes="" tablet-global-classes=""> <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_1185214900 dmRespRow dmSectionNoParallax" style="text-align: center;" id="1185214900"> <div class="dmRespColsWrapper" id="1309061418"> <div class="dmRespCol small-12 medium-12 large-12 u_1866461247" id="1866461247"> <div class="u_1325078750 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1325078750" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-38 text-align-center size-48"><span class="m-font-size-38 font-size-48" m-font-size-set="true" style="color: rgb(255, 255, 255); font-weight: bold; display: unset;">Atlanta's Car Wreck Injury Lawyers</span><span style="display: initial;"><br/></span></p></div> 
 <a data-display-type="block" class="u_1276556694 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="tel:(404) 987-0026" data-element-type="dButtonLinkId" id="1276556694" data-anim-desktop="none"> <span class="iconBg" aria-hidden="true" id="1978802339"> <span class="icon hasFontIcon icon-star" id="1807638107"></span> 
</span> 
 <span class="text" id="1250585395">Call Us Today! 404-987-0026</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="dmRespRow fullBleedChanged fullBleedMode u_1279762521" id="1279762521"> <div class="dmRespColsWrapper" id="1319961844"> <div class="dmRespCol large-12 medium-12 small-12" id="1143811130"> <div class="widget-c88acf u_1847155415 dmCustomWidget" data-lazy-load="true" data-title="" id="1847155415" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="c88acf78f414460cbaa3191b3384330f" data-widget-version="3" data-widget-config="eyJ3YXZlX3R5cGUiOiJNLTE2MCA0NEMtMTMwIDQ0LTEwMiAyNS03MiAyMlMtMTIgNDQgMTYgNDQgNzQgMjUgMTA0IDIyIDE2MiA0NCAxOTIgNDRWODRILTE2MHoiLCJ3YXZlX251bWJlcnMiOiIyIiwid2F2ZV9zdGFydCI6IjQ4Iiwid2F2ZV9zcGFjaW5nIjoiMzAiLCJkcm9wZG93bjEiOiJ0cmFuc2Zvcm06IHJvdGF0ZSgxODBkZWcpOyIsImRpc2FibGVfYW5pbXMiOnRydWV9"> <svg class="transitional_waves" style="" xmlns="http://www.w3.org/2000/svg" viewbox="0 22 130 30" preserveaspectratio="none" shape-rendering="auto"> <defs> <path id="transitional-wave" d="M-160 44C-130 44-102 25-72 22S-12 44 16 44 74 25 104 22 162 44 192 44V84H-160z"></path> 
</defs> 
 <g> <use id="wave_obj1" xlink:href="#transitional-wave" x="48" y="0" style="transform: translateX(-30px)"></use> 
 <use id="wave_obj2" xlink:href="#transitional-wave" x="48" y="4"></use> 
</g> 
</svg> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1761648514 dmRespRow" id="1761648514" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5Db21ibyIsImR1cmF0aW9uIjoxLCJkZWxheSI6MCwiaW50ZW5zaXR5IjoxLCJyZXZlcnNlIjpmYWxzZSwiZGlyIjoidXAifX0=" data-anim-desktop="slideInCombo"> <div class="dmRespColsWrapper" id="1128403955"> <div class="dmRespCol large-12 medium-12 small-12" id="1835071708"> <div class="u_1443601133 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1443601133" style="transition: opacity 1s ease-in-out 0s;" data-anim-desktop="none"> <h1 class="m-text-align-left text-align-center"><span style="display: unset; font-weight: bold;">Decatur Car Wreck Injury Lawyers</span></h1> 
</div> 
 <div class="dmRespRow u_1561837697" id="1561837697"> <div class="dmRespColsWrapper" id="1016056664" style="align-items:center"> <div class="dmRespCol large-6 medium-6 small-12 u_1799196395" id="1799196395"> <div class="u_1235507676 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1235507676" style="transition: opacity 1s ease-in-out 0s;"><p style="line-height: 1.5;"><span style="display: unset; font-weight: bold;">Injured in a Car Wreck? Our Lawyers Get Results.</span></p></div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1867746670" style="transition: opacity 1s ease-in-out 0s;"><p><span style="display: unset;">If you have been injured in an auto accident, call our experienced attorneys for free legal consultation. Your personal injury case is too important to fight the insurance companies alone. Call the DeWoskin Law Firm for a free personal injury consultation.&nbsp;</span></p></div> 
</div> 
 <div class="dmRespCol large-6 medium-6 small-12" id="1897805354"> <div class="imageWidget align-center u_1544925984" data-element-type="image" data-widget-type="image" id="1544925984" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InJvbGxJbkNvbWJvIiwiZGlyIjoicmlnaHQifX0=" data-anim-desktop="rollInCombo"><img src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/slider31-1920w.jpg" id="1664094587" class="" data-dm-image-path="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/slider31-1920w.jpg" width="1280" height="500" alt="Hospital Room Night — Decatur, GA — DeWoskin Law Firm" title="Hospital Room Night — Decatur, GA — DeWoskin Law Firm" onerror="handleImageLoadError(this)"/></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1702397866 dmRespRow fullBleedChanged fullBleedMode" id="1702397866"> <div class="dmRespColsWrapper" id="1083170460"> <div class="dmRespCol large-12 medium-12 small-12" id="1796014991"> <div class="widget-c88acf u_1006705540 dmCustomWidget" data-lazy-load="true" data-title="" id="1006705540" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="c88acf78f414460cbaa3191b3384330f" data-widget-version="3" data-widget-config="eyJ3YXZlX3R5cGUiOiJNLTE2MCA0NEMtMTMwIDQ0LTEwMiAyNS03MiAyMlMtMTIgNDQgMTYgNDQgNzQgMjUgMTA0IDIyIDE2MiA0NCAxOTIgNDRWODRILTE2MHoiLCJ3YXZlX251bWJlcnMiOiIyIiwid2F2ZV9zdGFydCI6IjQ4Iiwid2F2ZV9zcGFjaW5nIjoiMzAiLCJkcm9wZG93bjEiOiJ0cmFuc2Zvcm06IHNjYWxlKC0xLCAxKSAgcm90YXRlKDE4MGRlZykiLCJkaXNhYmxlX2FuaW1zIjp0cnVlfQ=="> <svg class="transitional_waves" style="" xmlns="http://www.w3.org/2000/svg" viewbox="0 22 130 30" preserveaspectratio="none" shape-rendering="auto"> <defs> <path id="transitional-wave" d="M-160 44C-130 44-102 25-72 22S-12 44 16 44 74 25 104 22 162 44 192 44V84H-160z"></path> 
</defs> 
 <g> <use id="wave_obj1" xlink:href="#transitional-wave" x="48" y="0" style="transform: translateX(-30px)"></use> 
 <use id="wave_obj2" xlink:href="#transitional-wave" x="48" y="4"></use> 
</g> 
</svg> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1095356542 dmRespRow hasBackgroundOverlay dmSectionNoParallax" id="1095356542" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5Db21ibyIsImR1cmF0aW9uIjoxLCJkZWxheSI6MCwiaW50ZW5zaXR5IjoxLCJyZXZlcnNlIjpmYWxzZSwiZGlyIjoidXAifX0=" data-anim-desktop="slideInCombo"> <div class="dmRespColsWrapper" id="1973746613"> <div class="dmRespCol large-12 medium-12 small-12" id="1395144779"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1355623578" style="transition: opacity 1s ease-in-out 0s;"> <h2 class="text-align-center m-text-align-left" style="line-height: 1.5;"><span style="color: rgb(255, 255, 255); display: unset;">Practice Areas</span></h2> 
</div> 
 <div class="u_1030679079 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp hide-for-medium hide-for-large photo-gallery-done text-layout-bottom captionAlignment-center_left photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="3" data-element-type="dPhotoGalleryId" data-desktop-text-layout="bottom" id="1030679079" data-desktop-caption-alignment="center_left" data-anim-desktop="none" data-tablet-caption-alignment="top_left" data-image-hover-effect="none" data-rows-to-show="100" data-link-gallery="true" data-mobile-caption-alignment="center_left" data-mobile-columns="1"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> 
 <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-3" data-index="0"> <div index="0" class="photoGalleryThumbs animated  " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-labelledby="1921233001" data-dm-force-device="mobile" class="u_1694655762 has-link" href="/consumer-debt-lawsuit-defense" data-image-url="https://irp.cdn-website.com/c3cc3394/dms3rep/multi/slider11.jpg" style="background-image: url('https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/slider11-640w.jpg');"><img id="1549388014" data-src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/slider11-1920w.jpg" alt="Calculator and Pen — Decatur, GA — DeWoskin Law Firm" aria-labelledby="1921233001" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div id="1189209856" class="caption-container u_1189209856" style=""> <span class="caption-inner"> <h3 id="1921233001" class="caption-title u_1921233001">Consumer Debt Lawsuit Defense</h3> 
 <div id="1429370624" class="caption-text u_1429370624"><p class="rteBlock">It's your money. Know your rights. If you have been served with a debt collection lawsuit or are being harassed by debt collectors, we can help.</p></div> 
 <a id="1747161105" class="caption-button dmWidget  clearfix u_1747161105" href="/consumer-debt-lawsuit-defense" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> 
</span> 
 <span class="text">Learn More</span> 
</a> 
</span> 
</div> 
</div> 
</div> 
</div> 
 <div class="photogallery-column column-3" data-index="1"> <div index="1" class="photoGalleryThumbs animated  " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-labelledby="1436556327" data-dm-force-device="mobile" class="u_1533425274 has-link" href="/criminal-defense" data-image-url="https://irp.cdn-website.com/c3cc3394/dms3rep/multi/slider21.jpg" style="background-image: url('https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/slider21-640w.jpg');"><img id="1302142446" data-src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/slider21-1920w.jpg" alt="Handcuffed — Decatur, GA — DeWoskin Law Firm" aria-labelledby="1436556327" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div id="1071898300" class="caption-container u_1071898300" style=""> <span class="caption-inner"> <h3 id="1436556327" class="caption-title u_1436556327">Criminal Defense</h3> 
 <div id="1167241014" class="caption-text u_1167241014"><p class="rteBlock">You are innocent until proven guilty beyond a reasonable doubt. Do not fight the charges alone. The State has vast resources. You should too.</p></div> 
 <a id="1472754706" class="caption-button dmWidget  clearfix u_1472754706" href="/criminal-defense" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> 
</span> 
 <span class="text">Learn More</span> 
</a> 
</span> 
</div> 
</div> 
</div> 
</div> 
 <div class="photogallery-column column-3" data-index="2"> <div index="2" class="photoGalleryThumbs animated  " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-labelledby="1661841866" data-dm-force-device="mobile" class="u_1406872976 has-link" href="/personal-injury-and-death" data-image-url="https://irp.cdn-website.com/c3cc3394/dms3rep/multi/GettyImages-841899538.jpg" style="background-image: url('https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/GettyImages-841899538-640w.jpg');"><img id="1587709613" data-src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/GettyImages-841899538-1920w.jpg" alt="Team Pushing Stretcher With Injured Person — Decatur, GA — DeWoskin Law Firm" aria-labelledby="1661841866" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div id="1915899209" class="caption-container u_1915899209" style=""> <span class="caption-inner"> <h3 id="1661841866" class="caption-title u_1661841866">Serious Personal Injury and Wrongful Death</h3> 
 <div id="1535048472" class="caption-text u_1535048472"><p class="rteBlock">Your life or the life of a loved one has been tragically altered. We fight to ensure that you are fairly compensated.</p></div> 
 <a id="1974162049" class="caption-button dmWidget  clearfix u_1974162049" href="/personal-injury-and-death" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> 
</span> 
 <span class="text">Learn More</span> 
</a> 
</span> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1971376150 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp hide-for-small photo-gallery-done text-layout-bottom captionAlignment-center_left photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="3" data-element-type="dPhotoGalleryId" data-desktop-text-layout="bottom" id="1971376150" data-desktop-caption-alignment="center_left" data-anim-desktop="none" data-tablet-caption-alignment="top_left" data-image-hover-effect="zoomout" data-rows-to-show="100" data-link-gallery="true"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> 
 <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-3" data-index="0"> <div index="0" class="photoGalleryThumbs animated  " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-labelledby="1840425964" data-dm-force-device="mobile" class="u_1808934686 has-link" href="/consumer-debt-lawsuit-defense" data-image-url="https://irp.cdn-website.com/c3cc3394/dms3rep/multi/slider11.jpg" style="background-image: url('https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/slider11-640w.jpg');"><img id="1583775769" data-src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/slider11-1920w.jpg" alt="Calculator and Pen — Decatur, GA — DeWoskin Law Firm" aria-labelledby="1840425964" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div id="1434114992" class="caption-container u_1434114992" style=""> <span class="caption-inner"> <h3 id="1840425964" class="caption-title u_1840425964">Consumer Debt Lawsuit Defense</h3> 
 <div id="1904433686" class="caption-text u_1904433686"><p class="rteBlock">It's your money. Know your rights. If you have been served with a debt collection lawsuit or are being harassed by debt collectors, we can help.</p></div> 
 <a id="1661400878" class="caption-button dmWidget  clearfix u_1661400878" href="/consumer-debt-lawsuit-defense" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> 
</span> 
 <span class="text">Learn More</span> 
</a> 
</span> 
</div> 
</div> 
</div> 
</div> 
 <div class="photogallery-column column-3" data-index="1"> <div index="1" class="photoGalleryThumbs animated  " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-labelledby="1635670691" data-dm-force-device="mobile" class="u_1404829275 has-link" href="/criminal-defense" data-image-url="https://irp.cdn-website.com/c3cc3394/dms3rep/multi/slider21.jpg" style="background-image: url('https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/slider21-640w.jpg');"><img id="1327020533" data-src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/slider21-1920w.jpg" alt="Handcuffed — Decatur, GA — DeWoskin Law Firm" aria-labelledby="1635670691" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div id="1243171273" class="caption-container u_1243171273" style=""> <span class="caption-inner"> <h3 id="1635670691" class="caption-title u_1635670691">Criminal Defense</h3> 
 <div id="1346352955" class="caption-text u_1346352955"><p class="rteBlock">You are innocent until proven guilty beyond a reasonable doubt. Do not fight the charges alone. The State has vast resources. You should too.</p></div> 
 <a id="1642150874" class="caption-button dmWidget  clearfix u_1642150874" href="/criminal-defense" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> 
</span> 
 <span class="text">Learn More</span> 
</a> 
</span> 
</div> 
</div> 
</div> 
</div> 
 <div class="photogallery-column column-3" data-index="2"> <div index="2" class="photoGalleryThumbs animated  " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-labelledby="1727060187" data-dm-force-device="mobile" class="u_1170998481 has-link" href="/personal-injury-and-death" data-image-url="https://irp.cdn-website.com/c3cc3394/dms3rep/multi/GettyImages-841899538.jpg" style="background-image: url('https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/GettyImages-841899538-640w.jpg');"><img id="1950547987" data-src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/GettyImages-841899538-1920w.jpg" alt="Team Pushing Stretcher With Injured Person — Decatur, GA — DeWoskin Law Firm" aria-labelledby="1727060187" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div id="1148733320" class="caption-container u_1148733320" style=""> <span class="caption-inner"> <h3 id="1727060187" class="caption-title u_1727060187">Serious Personal Injury and Wrongful Death</h3> 
 <div id="1429951256" class="caption-text u_1429951256"><p class="rteBlock">Your life or the life of a loved one has been tragically altered. We fight to ensure that you are fairly compensated.</p></div> 
 <a id="1680054271" class="caption-button dmWidget  clearfix u_1680054271" href="/personal-injury-and-death" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> 
</span> 
 <span class="text">Learn More</span> 
</a> 
</span> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1352453675" id="1352453675" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5Db21ibyIsImR1cmF0aW9uIjoxLCJkZWxheSI6MCwiaW50ZW5zaXR5IjoxLCJyZXZlcnNlIjpmYWxzZSwiZGlyIjoidXAifX0=" data-anim-desktop="slideInCombo"> <div class="dmRespColsWrapper" id="1537892481"> <div class="u_1367218917 dmRespCol small-12 medium-12 large-12" id="1367218917"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1599368824" style="transition: opacity 1s ease-in-out 0s;"> <h2 class="text-align-left m-text-align-left" style="line-height: 1.5;"><span style="display: unset;">Why Choose Us?</span></h2> 
</div> 
 <div class="u_1129049021 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1129049021" style="transition: opacity 1s ease-in-out 0s;"> <h2 class="m-size-24 size-30"><span class="m-font-size-24 font-size-30" style="font-weight: bold; display: unset;">At DeWoskin Law Firm, We Provide Results</span><span style="display: initial;"><br/></span></h2> 
</div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1214689427" style="transition: opacity 1s ease-in-out 0s;"><p><span style="display: unset;">The DeWoskin Law Firm is a results-driven firm. We have built our client service model because people do not need us on good days. They reach out to us only when they have encountered a legal dilemma. We guide our clients through the legal process from beginning to end. There are no surprises.</span></p></div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1194531937" style="transition: opacity 1s ease-in-out 0s;"><p><span style="display: unset;">When our clients refer others to our firm, we consider it a great compliment. Many of our clients have been gracious enough to provide feedback on their experience with our firm. Please refer to their opinions regarding our services when making this critical decision.</span></p></div> 
 <div class="u_1836086354 flex-container dmImageSlider dmNoMargin dmNoMark hide-for-large hide-for-medium" data-widget-type="imageSlider" dmle_volatile_widget="true" data-element-type="dSliderId" id="1836086354"> <div class="flexslider ed-version" sliderscriptparams="{'stretch':true,'animation':true,'randomize':false,'directionNav':true,'isAutoPlay':false,'isFade':true,'controlNav':false,'slideshowSpeed':7000,'animationDuration':600,'pausePlay':true,'prevText':'','nextText':''}" id="1678541749" position="left"> <ul class="slides" id="1021566362"> <li layout="center" position="center" animation="none" show-content="true" color-overlay="true" text-background="true" id="1920765107" class="" show-caption="true"><img dm="true" src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/empty-1920w.png" id="1976516487" alt="" onerror="handleImageLoadError(this)" height="0.0" width="0.0"/> <div class="color-overlay" id="1574772606"></div> 
 <div class="slide-inner" id="1266158066"> <div class="text-wrapper" id="1188556314"> <div class="slide-text richText u_1343527589" id="1343527589"><p class="rteBlock">⭐⭐⭐⭐⭐</p><br/><p class="rteBlock">It&rsquo;s easy to recommend a stellar law firm! Everyone was extremely professional and helpful, which made my entire experience all the better and easier. The regular communication and detailed explanations let me focus on my own recovery while knowing that my case was in truly competent hands! Thank you, Dan and Amanda, for all your hard work.</p><br/><p class="rteBlock"><strong>Doc C.</strong></p></div> 
</div> 
 <div class="slide-button dmWidget clearfix slide-button-invisible" id="1683947355"> <span class="iconBg" id="1073295037"> <span class="icon hasFontIcon icon-star" id="1664735385"></span> 
</span> 
 <span class="text" id="1011382767">Button</span> 
</div> 
</div> 
</li> 
 <li layout="center" position="center" animation="none" show-content="true" color-overlay="true" text-background="true" id="1279815346" class="" show-caption="true"><img dm="true" src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/empty-1920w.png" id="1620061620" alt="" onerror="handleImageLoadError(this)" height="0.0" width="0.0"/> <div class="color-overlay" id="1094065215"></div> 
 <div class="slide-inner" id="1696409693"> <div class="text-wrapper" id="1573501261"> <div class="slide-text richText u_1926479020" id="1926479020"><p class="rteBlock">⭐⭐⭐⭐⭐</p><br/><p class="rteBlock">DeWoskin Law Firm was excellent with handling my case. I am big on customer service and they exceeded my expectations with keeping me updated. I highly recommend using them!!!</p><br/><p class="rteBlock"><strong>Taneka S.</strong></p></div> 
</div> 
 <div class="slide-button dmWidget clearfix slide-button-invisible" id="1376976300"> <span class="iconBg" id="1905869903"> <span class="icon hasFontIcon icon-star" id="1112986410"></span> 
</span> 
 <span class="text" id="1007734722">Button</span> 
</div> 
</div> 
</li> 
 <li layout="center" position="center" animation="none" show-content="true" color-overlay="true" text-background="true" id="1660666127" class="" show-caption="true"><img dm="true" src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/empty-1920w.png" id="1750095248" alt="" onerror="handleImageLoadError(this)" height="0.0" width="0.0"/> <div class="color-overlay" id="1052557554"></div> 
 <div class="slide-inner" id="1395997722"> <div class="text-wrapper" id="1901835624"> <div class="slide-text richText u_1510305386" id="1510305386"><p class="rteBlock">⭐⭐⭐⭐⭐</p><br/><p class="rteBlock">Dan and his team was super helpful when I needed help. They were always prompt in responding and taking care of the problem. As Dan always says, people do not call lawyer's office on a good day but you can fully rely on his team on one of those bad days.</p><br/><p class="rteBlock"><strong>Radha Krishna M.</strong></p></div> 
</div> 
 <div class="slide-button dmWidget clearfix slide-button-invisible" id="1422748669"> <span class="iconBg" id="1186641393"> <span class="icon hasFontIcon icon-star" id="1636100283"></span> 
</span> 
 <span class="text" id="1645438996">Button</span> 
</div> 
</div> 
</li> 
 <li layout="center" position="center" animation="none" show-content="true" color-overlay="true" text-background="true" id="1801207044" class="" show-caption="true"><img dm="true" src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/empty-1920w.png" id="1769302887" alt="" onerror="handleImageLoadError(this)" height="0.0" width="0.0"/> <div class="color-overlay" id="1132576700"></div> 
 <div class="slide-inner" id="1760030658"> <div class="text-wrapper" id="1179959399"> <div class="slide-text richText u_1744242888" id="1744242888"><p class="rteBlock">⭐⭐⭐⭐⭐</p><br/><p class="rteBlock">I had a wonderful experience with this law firm. Daniel was very responsive and understanding of my complex situation. He took the weight off my shoulders and made the whole process easy and straightforward. Would work with them again in a heartbeat.</p><br/><p class="rteBlock"><strong>Areya S.</strong></p></div> 
</div> 
 <div class="slide-button dmWidget clearfix slide-button-invisible" id="1566805069"> <span class="iconBg" id="1639286683"> <span class="icon hasFontIcon icon-star" id="1663651531"></span> 
</span> 
 <span class="text" id="1917704735">Button</span> 
</div> 
</div> 
</li> 
 <li layout="center" position="center" animation="none" show-content="true" color-overlay="true" text-background="true" id="1170344470" class="" show-caption="true"><img dm="true" src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/empty-1920w.png" id="1404171167" alt="" onerror="handleImageLoadError(this)" height="0.0" width="0.0"/> <div class="color-overlay" id="1795622236"></div> 
 <div class="slide-inner" id="1261501054"> <div class="text-wrapper" id="1057933819"> <div class="slide-text richText u_1814805692" id="1814805692"><p class="rteBlock">⭐⭐⭐⭐⭐</p><br/><p class="rteBlock">Attorney DeWoskin did a great job with my case! His office was always quick to respond and always super helpful. He takes the time to keep you updated and explain everything to you step-by-step. Highly recommend his services for a professional and hardworking attorney.</p><br/><p class="rteBlock"><strong>Sofia B.</strong></p></div> 
</div> 
 <div class="slide-button dmWidget clearfix slide-button-invisible" id="1663927620"> <span class="iconBg" id="1903270523"> <span class="icon hasFontIcon icon-star" id="1011853936"></span> 
</span> 
 <span class="text" id="1978424590">Button</span> 
</div> 
</div> 
</li> 
</ul> 
</div> 
</div> 
 <div class="u_1716251583 flex-container dmImageSlider dmNoMargin dmNoMark hide-for-small" data-widget-type="imageSlider" dmle_volatile_widget="true" data-element-type="dSliderId" id="1716251583"> <div class="flexslider ed-version" sliderscriptparams="{ stretch: true, animation: true, randomize: false, directionNav: true, isAutoPlay: true, isFade: true, controlNav: false, slideshowSpeed: 7000, animationDuration: 600, pausePlay: true }" id="1636884492"> <ul class="slides" id="1085229021"> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1097278812" class="" show-caption="true"><img dm="true" src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/empty-1440w.png" id="1652859325" alt="" onerror="handleImageLoadError(this)" height="350.0" width="1200.0"/> <div class="color-overlay" id="1472303857"></div> 
 <div class="slide-inner" id="1507685716"> <div class="text-wrapper" id="1442495657"> <div class="slide-text richText u_1759038189" id="1759038189"><p class="rteBlock">⭐⭐⭐⭐⭐</p><br/><p class="rteBlock">It&rsquo;s easy to recommend a stellar law firm! Everyone was extremely professional and helpful, which made my entire experience all the better and easier. The regular communication and detailed explanations let me focus on my own recovery while knowing that my case was in truly competent hands! Thank you, Dan and Amanda, for all your hard work.</p><br/><p class="rteBlock"><strong>Doc C.</strong></p></div> 
</div> 
 <div class="slide-button dmWidget clearfix slide-button-invisible" id="1540242470"> <span class="iconBg" id="1967074350"> <span class="icon hasFontIcon icon-star" id="1739452525"></span> 
</span> 
 <span class="text" id="1962247677">Button</span> 
</div> 
</div> 
</li> 
 <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1180871058" class="" show-caption="true"><img dm="true" src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/empty-1440w.png" id="1367135688" alt="" onerror="handleImageLoadError(this)" height="350.0" width="1200.0"/> <div class="color-overlay" id="1140535580"></div> 
 <div class="slide-inner" id="1078254520"> <div class="text-wrapper" id="1695657548"> <div class="slide-text richText u_1006382280" id="1006382280"><p class="rteBlock">⭐⭐⭐⭐⭐</p><br/><p class="rteBlock">DeWoskin Law Firm was excellent with handling my case. I am big on customer service and they exceeded my expectations with keeping me updated. I highly recommend using them!!!</p><br/><p class="rteBlock"><strong>Taneka S.</strong></p></div> 
</div> 
 <div class="slide-button dmWidget clearfix slide-button-invisible" id="1782945423"> <span class="iconBg" id="1087215543"> <span class="icon hasFontIcon icon-star" id="1127688653"></span> 
</span> 
 <span class="text" id="1279700694">Button</span> 
</div> 
</div> 
</li> 
 <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1556934878" class="" show-caption="true"><img dm="true" src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/empty-1440w.png" id="1293882264" alt="" onerror="handleImageLoadError(this)" height="350.0" width="1200.0"/> <div class="color-overlay" id="1116679964"></div> 
 <div class="slide-inner" id="1249815106"> <div class="text-wrapper" id="1573936674"> <div class="slide-text richText u_1967019007" id="1967019007"><p class="rteBlock">⭐⭐⭐⭐⭐</p><br/><p class="rteBlock">Dan and his team was super helpful when I needed help. They were always prompt in responding and taking care of the problem. As Dan always says, people do not call lawyer's office on a good day but you can fully rely on his team on one of those bad days.</p><br/><p class="rteBlock"><strong>Radha Krishna M.</strong></p></div> 
</div> 
 <div class="slide-button dmWidget clearfix slide-button-invisible" id="1788666276"> <span class="iconBg" id="1597963705"> <span class="icon hasFontIcon icon-star" id="1123623198"></span> 
</span> 
 <span class="text" id="1284596153">Button</span> 
</div> 
</div> 
</li> 
 <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1807797053" class="" show-caption="true"><img dm="true" src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/empty-1440w.png" id="1546500244" alt="" onerror="handleImageLoadError(this)" height="350.0" width="1200.0"/> <div class="color-overlay" id="1188862895"></div> 
 <div class="slide-inner" id="1019126838"> <div class="text-wrapper" id="1849430922"> <div class="slide-text richText u_1716692674" id="1716692674"><p class="rteBlock">⭐⭐⭐⭐⭐</p><br/><p class="rteBlock">I had a wonderful experience with this law firm. Daniel was very responsive and understanding of my complex situation. He took the weight off my shoulders and made the whole process easy and straightforward. Would work with them again in a heartbeat.</p><br/><p class="rteBlock"><strong>Areya S.</strong></p></div> 
</div> 
 <div class="slide-button dmWidget clearfix slide-button-invisible" id="1707401342"> <span class="iconBg" id="1913536594"> <span class="icon hasFontIcon icon-star" id="1807191731"></span> 
</span> 
 <span class="text" id="1670167136">Button</span> 
</div> 
</div> 
</li> 
 <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1624090610" class="" show-caption="true"><img dm="true" src="https://lirp.cdn-website.com/c3cc3394/dms3rep/multi/opt/empty-1440w.png" id="1175335037" alt="" onerror="handleImageLoadError(this)" height="350.0" width="1200.0"/> <div class="color-overlay" id="1876948267"></div> 
 <div class="slide-inner" id="1120054243"> <div class="text-wrapper" id="1492076809"> <div class="slide-text richText u_1455342171" id="1455342171"><p class="rteBlock">⭐⭐⭐⭐⭐</p><br/><p class="rteBlock">Attorney DeWoskin did a great job with my case! His office was always quick to respond and always super helpful. He takes the time to keep you updated and explain everything to you step-by-step. Highly recommend his services for a professional and hardworking attorney.</p><br/><p class="rteBlock"><strong>Sofia B.</strong></p></div> 
</div> 
 <div class="slide-button dmWidget clearfix slide-button-invisible" id="1544992573"> <span class="iconBg" id="1875212004"> <span class="icon hasFontIcon icon-star" id="1993957408"></span> 
</span> 
 <span class="text" id="1118209301">Button</span> 
</div> 
</div> 
</li> 
</ul> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1639470413" id="1639470413"> <div class="dmRespColsWrapper" id="1534360817"> <div class="dmRespCol large-12 medium-12 small-12" id="1809081361"> <div class="dmNewParagraph u_1755638958" data-element-type="paragraph" data-version="5" id="1755638958" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-18 text-align-center size-22" style="line-height: 1.5;"><span class="m-font-size-18 font-size-22" style="display: unset;">Need more information? Call us at&nbsp;</span><a href="tel:(404) 987-0026" target="_blank" type="call" class="m-font-size-18 font-size-22" style="display: unset; font-weight: bold;">404-987-0026</a><span class="m-font-size-18 font-size-22" style="display: unset;">&nbsp;to speak with one of our experts.</span></p></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</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_1465323087 dmRespRow fullBleedChanged fullBleedMode" id="1465323087"> <div class="dmRespColsWrapper" id="1310263412"> <div class="dmRespCol large-12 medium-12 small-12" id="1897689485"> <div class="widget-c88acf u_1490876626 dmCustomWidget" data-lazy-load="true" data-title="" id="1490876626" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="c88acf78f414460cbaa3191b3384330f" data-widget-version="3" data-widget-config="eyJ3YXZlX3R5cGUiOiJNLTE2MCA0NEMtMTMwIDQ0LTEwMiAyNS03MiAyMlMtMTIgNDQgMTYgNDQgNzQgMjUgMTA0IDIyIDE2MiA0NCAxOTIgNDRWODRILTE2MHoiLCJ3YXZlX251bWJlcnMiOiIyIiwid2F2ZV9zdGFydCI6IjQ4Iiwid2F2ZV9zcGFjaW5nIjoiMzAiLCJkcm9wZG93bjEiOiJ0cmFuc2Zvcm06IHJvdGF0ZSgxODBkZWcpOyIsImRpc2FibGVfYW5pbXMiOnRydWV9"> <svg class="transitional_waves" style="" xmlns="http://www.w3.org/2000/svg" viewbox="0 22 130 30" preserveaspectratio="none" shape-rendering="auto"> <defs> <path id="transitional-wave" d="M-160 44C-130 44-102 25-72 22S-12 44 16 44 74 25 104 22 162 44 192 44V84H-160z"></path> 
</defs> 
 <g> <use id="wave_obj1" xlink:href="#transitional-wave" x="48" y="0" style="transform: translateX(-30px)"></use> 
 <use id="wave_obj2" xlink:href="#transitional-wave" x="48" y="4"></use> 
</g> 
</svg> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1867088971 dmRespRow" id="1867088971"> <div class="dmRespColsWrapper" id="1285820353"> <div class="dmRespCol large-12 medium-12 small-12" id="1433791055"> <div class="dmRespRow u_1368194853" id="1368194853"> <div class="dmRespColsWrapper" id="1083246747"> <div class="dmRespCol small-12 medium-12 large-12" id="1022212058"> <nav class="u_1865083091 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1865083091" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container unav-top  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item unav-item unav-top-item  dmNavItemSelected  dmUDNavigationItem_00  " target="" data-target-page-alias="" aria-current="page" data-auto="selected-page"> <span class="nav-item-text " data-link-text="
         Home
        " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about-dewoskin-law-firm" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101570166  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         About Us
        " data-auto="page-text-style">About Us<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="/consumer-debt-lawsuit-defense" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101592371  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Consumer Debt
        " data-auto="page-text-style">Consumer Debt<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="/criminal-defense" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101281196  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Criminal Defense
        " data-auto="page-text-style">Criminal Defense<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="/personal-injury-and-death" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101703309  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Personal Injury & Wrongful Death
        " data-auto="page-text-style">Personal Injury &amp; Wrongful Death<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-dewoskin-law-firm" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_01010129057  " 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"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/dewoskin-law-firm-page" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101605027  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Blog
        " data-auto="page-text-style">Blog<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
</ul> 
</nav> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1680312844" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center"><span class="" style="color: rgb(255, 255, 255); display: initial;"><span style="color: rgb(255, 255, 255); display: initial;">Phone:</span> 
</span><a href="tel:(404) 987-0026" target="_blank" type="call" style="color: rgb(255, 255, 255); display: initial; font-weight: bold;">404-987-0026</a><span single-space="true" class="" style="color: rgb(255, 255, 255); display: initial; font-weight: bold;"> <span style="color: rgb(255, 255, 255); display: initial; font-weight: bold;"></span> 
</span><span class="" style="color: rgb(255, 255, 255); display: initial; font-weight: normal;"><span style="color: rgb(255, 255, 255); display: initial; font-weight: normal;">| Email:</span> 
</span><a href="mailto:info@atlantatrial.com" target="_blank" type="email" style="color: rgb(255, 255, 255); display: initial; font-weight: bold;">info@atlantatrial.com</a></p></div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1650294569" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center"><span style="display: unset; color: rgb(255, 255, 255);">Address: 535 North McDonough Street Decatur, Georgia 30030</span></p></div> 
 <div class="widget-b80a9d dmCustomWidget" data-lazy-load="true" data-title="" id="1968481014" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="b80a9dfa6b544a12aea2a86f748d9032" data-widget-version="21" data-widget-config="eyJuZXdMb2dvcyI6dHJ1ZSwiY2FyZExpc3QiOlt7InBheW1lbnRNZXRob2QiOiIxX3Zpc2EifSx7InBheW1lbnRNZXRob2QiOiIyX21hc3Rlcl9jYXJkIn0seyJwYXltZW50TWV0aG9kIjoiNF9hbWVyaWNhbl9leHByZXNzIn0seyJwYXltZW50TWV0aG9kIjoiM19kaXNjb3ZlciJ9XSwiZGlyZWN0aW9uIjoicm93IiwiYWxpZ24iOiJjZW50ZXIifQ=="> <div class="cardList row center"> <div class="cardItem" style="width:56px !important;height:37px !important;"><img src="https://cdn.website.thryv.com/-resellers-preview/_widget_builder_files/visa.png" alt="Visa Payment Accepted" onerror="handleImageLoadError(this)"/></div> 
 <div class="cardItem" style="width:56px !important;height:37px !important;"><img src="https://cdn.website.thryv.com/-resellers-preview/_widget_builder_files/mastercard.png" alt="MasterCard Payment Accepted" onerror="handleImageLoadError(this)"/></div> 
 <div class="cardItem" style="width:56px !important;height:37px !important;"><img src="https://cdn.website.thryv.com/-resellers-preview/_widget_builder_files/amex.png" alt="American Express Payment Accepted" onerror="handleImageLoadError(this)"/></div> 
 <div class="cardItem" style="width:56px !important;height:37px !important;"><img src="https://cdn.website.thryv.com/-resellers-preview/_widget_builder_files/discover.png" alt="Discover Payment Accepted" onerror="handleImageLoadError(this)"/></div> 
</div> 
</div> 
 <div class="u_1817877616 align-center text-align-center dmSocialHub gapSpacing" id="1817877616" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.google.com/maps/place/DeWoskin+Law+Firm/@33.7742258,-84.2964052,15z/data=!4m2!3m1!1s0x0:0xd46fd343835bd125?sa=X&amp;ved=2ahUKEwjNud_Tj_r_AhXCfDABHWEqB6QQ_BJ6BAg8EAA&amp;ved=2ahUKEwjNud_Tj_r_AhXCfDABHWEqB6QQ_BJ6BAhREAg" target="_blank" dm_dont_rewrite_url="true" aria-label="google_my_business" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;GoogleMyBusiness&apos;)"> <span class="dmSocialGoogleMyBusiness dm-social-icons-google-my-business oneIcon socialHubIcon style6" aria-hidden="true" data-hover-effect=""></span> 
</a> 
 <a href="https://yelp.com/biz/dewoskin-law-firm-decatur-3" target="_blank" dm_dont_rewrite_url="true" aria-label="yelp" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Yelp&apos;)"> <span class="dmSocialYelp dm-social-icons-yelp oneIcon socialHubIcon style6" aria-hidden="true" data-hover-effect=""></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmDividerWrapper clearfix u_1424449739" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1424449739"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1592167912"/></div> 
 <div class="u_1641594900 widget-d3c663 dmCustomWidget" data-lazy-load="" data-title="" id="1641594900" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="d3c66308b2ae4c2eb8bccd831a63a3d8" data-widget-version="77" data-widget-config="eyJ3ZWJDaGF0IjpmYWxzZSwid2ViY2hhdCI6dHJ1ZSwiaW50ZWdyYXRpb25faWQiOiI2NmUxOTllZGE5YWIxNjQ3MjNiMGQyODMifQ==">Content, including images, displayed on this website is protected by copyright laws. Downloading, republication, retransmission or reproduction of content on this website is strictly prohibited. <a href="https://www.thryv.com/client-terms-of-use/" rel="nofollow" target="_blank">Terms of Use</a> 
| <a href="https://www.thryv.com/client-privacy-policy/" rel="nofollow" target="_blank">Privacy Policy</a> 
 <style>.dm-social-icons-google-my-business:before {
    content: '' !important;
}</style> 
</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>
<!--  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=Spartan:wght@100;200;300;400;600;700;800;900&family=Montserrat:wght@100..900&family=Cabin:wght@400..700&family=Jost:wght@100..900&family=Pacifico:wght@400&family=DM+Sans:wght@100..1000&family=Source+Sans+Pro:wght@200;300;400;600;700;900&family=Open+Sans:wght@300..800&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/6494/_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/8f951fe280af28070e54f7822e6da648.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/c3cc3394/files/c3cc3394_withFlex_1.min.css?v=30" 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/c3cc3394/files/c3cc3394_home_withFlex_1.min.css?v=30" 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-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-48, .size-48, .size-48 > font { font-size: 48px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; }.font-size-22, .size-22, .size-22 > font { font-size: 22px !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>
    window.customWidgetsFunctions["b80a9dfa6b544a12aea2a86f748d9032~21"] = function (element, data, api) {
        null
    };
</script>
<script>
    window.customWidgetsFunctions["d3c66308b2ae4c2eb8bccd831a63a3d8~77"] = function (element, data, api) {
        if (data.config.webchat){
    
let thryvId = dmAPI.getSiteExternalId();
var integrationId = data.config.integration_id;


setTimeout(() => {
  
          !(function (o, p, s, e, c) {
              var i,
                  a,
                  h,
                  u = [],
                  d = [];
              function t() {
                  var t = "You must provide a supported major version.";
                  try {
                      if (!c) throw new Error(t);
                      var e,
                          n = "https://cdn.smooch.io/",
                          r = "smooch";
                      if ((e = "string" == typeof this.response ? JSON.parse(this.response) : this.response).url) {
                          var o = p.getElementsByTagName("script")[0],
                              s = p.createElement("script");
                          s.async = !0;
                          var i = c.match(/([0-9]+).?([0-9]+)?.?([0-9]+)?/),
                              a = i && i[1];
                          if (i && i[3]) s.src = n + r + "." + c + ".min.js";
                          else {
                              if (!(4 <= a && e["v" + a])) throw new Error(t);
                              s.src = e["v" + a];
                          }
                          o.parentNode.insertBefore(s, o);
                      }
                  } catch (e) {
                      e.message === t && console.error(e);
                  }
              }
              (o[s] = {
                  init: function () {
                      i = arguments;
                      var t = {
                          then: function (e) {
                              return d.push({ type: "t", next: e }), t;
                          },
                          catch: function (e) {
                              return d.push({ type: "c", next: e }), t;
                          },
                      };
                      return t;
                  },
                  on: function () {
                      u.push(arguments);
                  },
                  render: function () {
                      a = arguments;
                  },
                  destroy: function () {
                      h = arguments;
                  },
              }),
                  (o.__onWebMessengerHostReady__ = function (e) {
                      if ((delete o.__onWebMessengerHostReady__, (o[s] = e), i))
                          for (var t = e.init.apply(e, i), n = 0; n < d.length; n++) {
                              var r = d[n];
                              t = "t" === r.type ? t.then(r.next) : t.catch(r.next);
                          }
                      a && e.render.apply(e, a), h && e.destroy.apply(e, h);
                      for (n = 0; n < u.length; n++) e.on.apply(e, u[n]);
                  });
              var n = new XMLHttpRequest();
              n.addEventListener("load", t), n.open("GET", "https://" + e + ".webloader.smooch.io/", !0), (n.responseType = "json"), n.send();
          })(window, document, "Smooch", integrationId, "5");
          setTimeout(() => {
             const delegate = {
                beforeSend(message, data) {
                    const urlParams = new URLSearchParams(window.location.search);          
                    const utm_ci = urlParams.get('utm_ci');
                    const utm_channel = urlParams.get('utm_channel');
                    const utm_ad = urlParams.get('utm_ad');
                    const utm_cm = urlParams.get('utm_cm');
                    
                    if (utm_ci && utm_channel && utm_ad && utm_cm) {
                        message.metadata = {
                            utm_ci,
                            utm_channel,
                            utm_ad,
                            utm_cm
                        };
                    }

                    return message;
                }
              };
              Smooch.init({
                  integrationId: integrationId,
                  delegate: delegate,
                  menuItems: {},
                  prechatCapture: {
                      enabled: true,
                      enableEmailLinking: true,
                      fields: [
                          {
                              type: 'email',
                              name: 'email',
                              label: 'Email',
                              placeholder: 'your@email.com'
                          },
                          {
                              type: 'text',
                              name: 'phone',
                              label: 'Phone',
                              placeholder: '555-555-5555'
                          },
                          {
                              type: 'text',
                              name: 'first_name',
                              label: 'First Name',
                              placeholder: 'first name'
                          },
                          {
                              type: 'text',
                              name: 'last_name',
                              label: 'Last Name',
                              placeholder: 'last name'
                          }
                      ]
                  },
                  customText: {
                     prechatCaptureGreetingText:
          "Hi there,\n\nBefore you begin, please note that a transcript of this chat may be retained.\n\nTo start off, we'd like to know a little bit about you. \n\n By providing your email and mobile number via this chat, you consent to our Terms of Use and Privacy Policy (found in the footer of this site) and to us sending emails and text messages or placing voice calls to you for advertising and marketing purposes. Giving this consent is not required as a condition of purchasing any goods or services."
              },
              }).then(
                  function () {
                      console.log("Script Ran for Sunshine");
                  },
                  function (err) {
                      console.log("Script Error for Sunshine");
                  }
              );
          }, 3000)
      }, 5000);

}

    // Find the span elements with the specified classes
var spans = document.querySelectorAll('.dmSocialGoogleMyBusiness.dm-social-icons-google-my-business');

// Loop through each found span element
spans.forEach(function(span) {
    // Replace inner HTML with SVG code of legal-approved GMB
    span.innerHTML = '<svg height="2185" width="2500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0.43 1064 928.69"><linearGradient id="a" x1="0%" x2="99.999%" y1="49.999%" y2="49.999%"><stop offset=".03" stop-color="#4079d8"/><stop offset="1" stop-color="#4989f5"/></linearGradient><g fill="none" fill-rule="evenodd"><g fill-rule="nonzero"><rect fill="#4989f5" height="696.14" rx="36.88" width="931" x="53.45" y="232.98"/><path d="M936.81 227.75H100.06c-25.92 0-46.09 200.6-46.09 226.52L512.2 929.12h424.61c26-.071 47.059-21.13 47.13-47.13V274.87c-.077-25.996-21.134-47.049-47.13-47.12z" fill="url(#a)"/><path d="M266.03 349.56h266V.44H305.86z" fill="#3c4ba6"/><path d="M798.03 349.56h-266V.44H758.2zM984.45 66.62l.33 1.19c-.08-.42-.24-.81-.33-1.19z" fill="#7babf7"/><path d="M984.78 67.8l-.33-1.19C976.017 27.993 941.837.455 902.31.43H758.2L798 349.56h266z" fill="#3f51b5"/><path d="M79.61 66.62l-.33 1.19c.08-.42.24-.81.33-1.19z" fill="#7babf7"/><path d="M79.27 67.8l.33-1.19C88.033 27.993 122.213.455 161.74.43h144.12L266 349.56H0z" fill="#7babf7"/></g><path d="M266.48 349.47c0 73.412-59.513 132.925-132.925 132.925S.63 422.882.63 349.47z" fill="#709be0"/><path d="M532.33 349.47c0 73.412-59.513 132.925-132.925 132.925S266.48 422.882 266.48 349.47z" fill="#3c4ba6"/><path d="M798.18 349.47c0 73.412-59.513 132.925-132.925 132.925S532.33 422.882 532.33 349.47z" fill="#709be0"/><path d="M1064 349.47c0 73.412-59.513 132.925-132.925 132.925S798.15 422.882 798.15 349.47z" fill="#3c4ba6"/><path d="M931.08 709.6c-.47-6.33-1.25-12.11-2.36-19.49h-145c0 20.28 0 42.41-.08 62.7h84a73.05 73.05 0 0 1-30.75 46.89s0-.35-.06-.36a88 88 0 0 1-34 13.27 99.85 99.85 0 0 1-36.79-.16 91.9 91.9 0 0 1-34.31-14.87 95.72 95.72 0 0 1-33.73-43.1c-.52-1.35-1-2.71-1.49-4.09v-.15l.13-.1a93 93 0 0 1-.05-59.84A96.27 96.27 0 0 1 718.9 654c23.587-24.399 58.829-33.576 91.32-23.78a83 83 0 0 1 33.23 19.56l28.34-28.34c5-5.05 10.19-9.94 15-15.16a149.78 149.78 0 0 0-49.64-30.74 156.08 156.08 0 0 0-103.83-.91c-1.173.4-2.34.817-3.5 1.25A155.18 155.18 0 0 0 646 651a152.61 152.61 0 0 0-13.42 38.78c-16.052 79.772 32.623 158.294 111.21 179.4 25.69 6.88 53 6.71 78.89.83a139.88 139.88 0 0 0 63.14-32.81c18.64-17.15 32-40 39-64.27a179 179 0 0 0 6.26-63.33z" fill="#fff" fill-rule="nonzero"/></g></svg>';
});
    };
</script>
<script>
    window.customWidgetsFunctions["c88acf78f414460cbaa3191b3384330f~3"] = function (element, data, api) {
        null
    };
</script>
<script type="text/javascript">

    var d_version = "production_6494";
    var build = "2026-05-27T10_48_14";
    window['v' + 'ersion'] = d_version;

    function buildEditorParent() {
        window.isMultiScreen = true;
        window.editorParent = {};
        window.previewParent = {};
        window.assetsCacheQueryParam = "?version=2026-05-27T10_48_14";
        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>
    window.cookiesNotificationMarkupPreview = 'null';
</script>

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

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

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

    window.rtFlags = {};
    rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true;
    rtFlags["scripts.widgetCount.enabled"] =true;
    rtFlags["fnb.animations.tracking.enabled"] =true;
    rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false;
    rtFlags["ecom.ecwid.accountPage.emptyBaseUrl.enabled"] = true;
    rtFlags["ecom.ecwid.pages.links.disable.listeners"] = true;
    rtFlags["ecom.ecwid.storefrontV3.enabled"] = false;
    rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true;
    rtFlags["feature.flag.photo.gallery.exact.size"] =true;
    rtFlags["geocode.search.localize"] =false;
    rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false;
    rtFlags["twitter.heightLimit.enabled"] = true;
    rtFlags["runtime.lottieOverflow"] =false;
    rtFlags["runtime.monitoring.sentry.ignoreErrors"] = "";
    rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false;
    rtFlags["flex.animation.design.panel.layout"] =true;
    rtFlags["runtime.cwv.report.cls.enabled"] =false;
    rtFlags["runtime.cwv.report.lcp.enabled"] =false;
    rtFlags["contact.form.useActiveForm"] =true;
    rtFlags["contact.form.custom.errors.enabled"] =false;
    rtFlags["runtime.ssr.productStore.internal.observer"] =true;
    rtFlags["runtime.ssr.productCustomizations"] =true;
    rtFlags["runtime.ssr.runtime.filter-sort.newFilterSortWidgetWithOptions.enabled"] =true;
    rtFlags["runtime.ssr.ssrSlider.jumpThreshold.enabled"] =true;
</script>
<script src="https://static.cdn-website.com/mnlt/production/6494/_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/6494/_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 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: 'c3cc3394'
    });

    // 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: c3cc3394 -->
<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 -->
<script src="//mpactions.superpages.com/actionthru/js/dxmscript.min.js" type="text/javascript"></script><!--  End Body End Markup -->
<!--  Site Wide Html Markup -->
<!--  Site Wide Html Markup -->
<!--  Begin Product Custom HTML Markup -->
<script type="text/javascript" charset="utf-8">
document.addEventListener("DOMContentLoaded", () => {
    var _extID;
    var _device = 'desktop';
    var _plan = window.Parameters.planID;

    //set the external ID, if the site is fast migrated or normal site
    if (typeof(dmAPI) === 'object') {
        _extID = dmAPI.getSiteExternalId()
    } else if (typeof(siteDetails) === 'object') {
        _extID = siteDetails.ExternalUid;
    } else {
      _extID = false;
    }

    //if site is normal site & mobile visitor
    if(typeof($.layoutDevice) !== "undefined") {
      if($.layoutDevice.type === "mobile") {
        _device = 'mobile';
      }
    } else if(typeof(camilyo.platform)){
        _device = camilyo.platform.toLowerCase();
    }

    //if site has an external ID set, load floating widgets
    if (_extID && _plan !== "1681" && _plan !== "1680") {
        window.liveSiteAsyncInit = function() {
            LiveSite.init({
                id: _extID,
                mode: _device
            });
        };
        (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"));

        if(window.flexSite && window.top !== window) {
            function isMobile() {
                return $.layoutDevice && $.layoutDevice.type === 'mobile';
            }
            let isMobileValue = isMobile();
            window.addEventListener('resize', () => {
                const currentIsMobileValue = isMobile();
                if(isMobileValue !== currentIsMobileValue){
                    window.location.reload();
                }
            });
        }

    } else {
        console.log("ExternalID/vID has not been added to site")
    }
})
</script><!--  End Product Custom HTML Markup -->
</body>
</html>
