
/*----*****---- << Magnificent Type Styles >> ----*****----*/

    /* Common Style */

    .tpl-blog-holder .column.wdt-magnificent-style.wdt-post-entry { padding: 25px; }

    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-thumb-detail-group > div:not(:empty),
    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-thumb-detail-group > div:not(:first-child) { margin: 16px 0 0; }
    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-thumb-detail-group > div:empty { display: none; }


    /* Thumb */

    .wdt-magnificent-style.wdt-post-entry .blog-entry > div.entry-thumb:last-child { margin: 0; }
    .wdt-magnificent-style.wdt-post-entry .has-post-thumbnail .entry-thumb { display: grid; margin: 0; }

    .wdt-magnificent-style.wdt-post-entry .has-post-thumbnail .entry-thumb-image-group,
    .wdt-magnificent-style.wdt-post-entry .has-post-thumbnail .entry-thumb-detail-group { grid-area: 1/-1; align-self: flex-end; }

    .wdt-magnificent-style.wdt-post-entry .has-post-thumbnail:not(.dtdr_listings) .entry-thumb-image-group { 
        -webkit-mask-image: url(../images/blog-mask-img-1.png); mask-image: url(../images/blog-mask-img-1.png);
        -webkit-mask-position: top left; mask-position: top left;
        -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; margin: 0;
        -webkit-mask-size: cover; mask-size: cover; width: 100%; height: 100%; }

    .wdt-magnificent-style.wdt-post-entry .has-post-thumbnail:not(.dtdr_listings) .entry-thumb-image-group > a { 
        -webkit-mask-image: url(../images/blog-mask-img-1.png); mask-image: url(../images/blog-mask-img-1.png);
        -webkit-mask-position: bottom right; mask-position: bottom right;
        -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
        -webkit-mask-size: cover; mask-size: cover; width: 100%; height: 100%; }

    .wdt-magnificent-style.wdt-post-entry .has-post-thumbnail .entry-thumb-image-group a { display: block; }
    .wdt-magnificent-style.wdt-post-entry .has-post-thumbnail .entry-thumb-image-group a:before {
        content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 2;
        background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0,0,0,0.5) 100%);
        background-image: linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 100%); opacity: 0.7; }
    .wdt-magnificent-style.wdt-post-entry:hover .has-post-thumbnail .entry-thumb-image-group a:before { opacity: 0.7; }

    .wdt-magnificent-style.wdt-post-entry .has-post-thumbnail .entry-thumb-detail-group {
        margin: 0; padding: 40px; background-color: transparent; transition: all .2s ease; width: auto; max-width: 450px; margin-right: auto; }
    
    .wdt-magnificent-style.wdt-post-entry .has-post-thumbnail .entry-thumb-detail-group > * { position: relative; z-index: 1; }

    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-thumb-group { display: flex; align-items: center; line-height: normal; flex-wrap: wrap; }
    .wdt-magnificent-style .entry-thumb-group div {font-size: var(--wdtFontSize_Base);}

    .wdt-magnificent-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb), 
    .wdt-magnificent-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.format-link > div.entry-thumb, 
    .wdt-magnificent-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.format-quote > div.entry-thumb, 
    .wdt-magnificent-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb) { padding: 0; }

    .wdt-magnificent-style.wdt-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail) > div.entry-thumb { margin-bottom: 0; }
    .wdt-magnificent-style .blog-entry .entry-thumb img { height: 100%; object-fit: cover; border-radius: 0; }

    .wdt-magnificent-style.wdt-post-entry .has-post-thumbnail .entry-thumb-detail-group { display: flex; flex-direction: column; justify-content: center;} 
    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-title h4 a, 
    .wdt-magnificent-style.wdt-post-entry .blog-entry a:not(.wdt-button) { text-decoration: none; }
    .wdt-magnificent-style.wdt-post-entry .blog-entry > div.entry-meta-group:not(:last-child), 
    .wdt-magnificent-style.wdt-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group:not(:last-child), 
    .wdt-magnificent-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child){ border: none; }

    .wdt-magnificent-style.wdt-post-entry.aligncenter .blog-entry .entry-thumb-group { justify-content: center; }
    .wdt-magnificent-style.wdt-post-entry.alignright .blog-entry .entry-thumb-group { justify-content: end; }
    .wdt-magnificent-style.wdt-post-entry.alignright .has-post-thumbnail .entry-thumb { direction: rtl; } 
    .wdt-magnificent-style.wdt-post-entry.alignright .has-post-thumbnail .entry-thumb .entry-thumb-detail-group { margin-left: 0; margin-right: 15px; } 
    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-thumb-group { direction: initial; }

    /* Title */
    
    /* .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-title { margin: 14px 0;} */
    
    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-title h4 { line-height: 1.3; }
    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-title h4 a { 
        text-transform: capitalize; font-size: clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem); font-family: var(--wdtFontTypo_Base); display: inline; }
    
    .wdt-magnificent-style.wdt-post-entry .blog-entry.has-post-thumbnail .entry-title h4 a { color: var(--wdtAccentTxtColor); }
    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-title h4 a:hover { color: var(--wdtPrimaryColor); }



    /* Author */
    .wdt-magnificent-style .blog-entry .entry-author {font-size: 20px;line-height: normal;}
    .wdt-magnificent-style .blog-entry .entry-author a {color: var(--wdtPrimaryColor);font-weight:700;position:relative;}
    .wdt-magnificent-style .blog-entry .entry-author a:after {content: '';width: 100%;height: 1px;background: currentColor;position: absolute;left: 0;bottom: 4px;transition: var(--wdtBaseTransition);}
    .wdt-magnificent-style .blog-entry .entry-author a:hover:after{width:0;}
    .wdt-magnificent-style.alignright .blog-entry .entry-author a:after{left: unset;right: 0;}

    /* Date */

    .wdt-magnificent-style .product.type-product .entry-date { display: none !important; }
    
    .wdt-magnificent-style .entry-date i { display: block; font-size: 2.1rem; color: inherit; margin-bottom: 5px; transition: all .35s ease; }
    .wdt-magnificent-style .entry-date > * { position: relative; transition: all .35s ease; }
    .wdt-magnificent-style.wdt-post-entry .blog-entry.has-post-thumbnail .entry-thumb-detail-group > .entry-date { color: var(--wdtSecondaryColor); font-size: 12px;
        flex-direction: column; position: absolute; top: 20px; right: 20px; width: 70px; height: 110px; padding: 8px; display: flex; align-items: center; 
        justify-content: center; line-height: normal; text-align: center; z-index: 10; transition: all .35s ease; }

    .wdt-magnificent-style.wdt-post-entry .blog-entry.has-post-thumbnail .entry-thumb-detail-group > .entry-date::before { content: "";
        -webkit-mask-image: url(../images/blog-mask-img.png); mask-image: url(../images/blog-mask-img.png); transition: all .35s ease;
        -webkit-mask-position: center center; mask-position: center center; position: absolute; left: 0; top: 0; display: block;
        -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; background-color: var(--wdtBodyBGColor);
        -webkit-mask-size: cover; mask-size: cover; width: 100%; height: 100%; z-index: -1;  }
    .wdt-magnificent-style.wdt-post-entry:hover .blog-entry.has-post-thumbnail .entry-thumb-detail-group > .entry-date { color: var(--wdtAccentTxtColor);}
    .wdt-magnificent-style.wdt-post-entry:hover .blog-entry.has-post-thumbnail .entry-thumb-detail-group > .entry-date::before { background-color: var(--wdtPrimaryColor); }

    .wdt-magnificent-style.wdt-post-entry .blog-entry:not(.has-post-thumbnail) .entry-thumb-detail-group > .entry-date { 
        display: flex; align-items: center; padding: 0; background-color: transparent; color: var(--wdtAccentTxtColor); width: fit-content; line-height: normal; }
    .wdt-magnificent-style.wdt-post-entry .blog-entry:not(.has-post-thumbnail) .entry-thumb-detail-group > .entry-date i { 
        display: block; font-size: 1.2rem; margin: 0 6px 0 0; }

    .wdt-magnificent-style.wdt-post-entry .blog-entry:not(.has-post-thumbnail) .entry-thumb-detail-group > .entry-date,
    .wdt-magnificent-style.wdt-post-entry .blog-entry:not(.has-post-thumbnail) .entry-thumb-detail-group > .entry-date > .entry-date-group { 
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 220 60.8' style='enable-background:new 0 0 220 60.8;' xml:space='preserve'%3E%3Cpath d='M216,57.8c-0.6,0-1.3-0.1-1.9-0.1c0.3-0.1,0.5-0.2,0.8-0.3c0-0.1,0-0.3,0.1-0.4h1.1 c0.4,0,0.7,0,1.1,0c0.3,0,0.7,0,1-0.1c-0.5-0.1-1.2-0.1-1.8-0.1c-0.4,0-0.8,0-1.2-0.1c0.1-0.2,0.1-0.4,0-0.6 c-0.1-0.5,0.3-1,0.9-1.4c1.1,0.1-0.3,0.4,0.5,0.5c0.5-0.1,0.9-0.1,1.4-0.2c0.1-0.3,0.6-0.6,0.1-0.9c-0.1-0.1-0.1-0.2,0-0.2 c0.2-0.4,0.3-0.8,0.1-1.2c-0.1-0.4-0.3-0.9-0.4-1.3c-0.2-0.6-0.3-1.2-0.6-1.8c-0.2-0.4-0.3-0.9-0.3-1.3c0-0.1,0-0.2,0-0.4 c-0.3-0.6-0.2-1.1-0.3-1.7c-0.1-0.5,0-0.9,0.1-1.4l-0.4,0l-0.2-0.6c-0.6,0.6,0,1.2-0.2,1.8c-0.2,0.6,0.4,1.2,0,1.8l-0.2-0.1 c-0.1-0.4-0.1-0.7-0.3-1.1c-0.3-0.7-0.4-1.5-0.3-2.2c0-0.1,0-0.1,0-0.1c-0.3-0.6-0.4-1.1-0.4-1.7c0-0.2,0-0.4,0-0.6 c-0.1-0.7-0.3-1.4-0.3-2.1c0-0.9-0.2-1.8,0.1-2.7c0-0.1,0-0.3-0.1-0.4c0-0.1,0-0.2,0-0.2c0.2-0.4,0.2-0.8,0.2-1.2 c0.1-0.5,0.2-1,0.3-1.5l0.1-0.4c0.1-0.4,0.2-0.9,0.2-1.3c0.1-1.8-0.1-3.5-0.1-5.3c-0.1-0.4,0.1-0.8,0.7-1.1 c0.2,0.4,0.4,0.7,0.6,1.3c0.2-0.5,0.2-1,0.1-1.5c0-0.7-0.8-1.3-0.8-2c-0.1-0.7-0.1-1.5-0.1-2.2l0,0v0l0,0c-0.3-0.2-0.3-0.4,0-0.6 l0,0v0l0,0c-0.2-0.7-0.4-1.5-0.5-2.2c-0.1-0.8,0.1-1.7,0.1-2.5c0-0.9,0.3-1.7-0.5-2.6c0-0.1,0-0.2,0-0.3c0-0.7,0.1-1.3,0.1-2v-0.6 c0-0.3,0-0.6,0-0.9c0-0.6-0.1-1.1-0.1-1.7c0-0.4,0-0.8,0.1-1.3c0.1-0.4,0.2-0.9,0.2-1.3c0-0.4,0.1-0.8,0.1-1.2c0-0.4,0-0.8-0.1-1.1 l-0.2-0.6C209.2,2.9,204.1,3,199.1,3c-2.5,0-5,0-7.6,0c-1.3,0-2.5,0-3.8,0c-1.3,0-2.5,0-3.8,0c0.5-0.3,1.6-0.5,2.8-0.4 c1.1,0,2.2,0,3.3,0c1.9-0.1,3.9,0,5.7,0.2c0.6,0.1,1.4,0.2,2.1,0.2c1.5,0,3-0.1,4.5-0.1c0.2,0,0.4,0,0.6,0c0.7-0.2,1.4-0.3,2.4-0.6 c-1.4,0-2.8,0-4.3,0c-2.1,0.1-4.3,0-6.5,0.2c-0.8,0-1.5,0-2.3,0c-1.5-0.1-3-0.1-4.5-0.1c-1.5,0-3,0-4.5,0c-1.5-0.1-3-0.1-4.5,0 c-2.4,0.1-5,0.1-7.4,0c-0.8,0-1.7,0-2.6,0c-0.9,0.1-1.9,0.1-2.8,0c-1-0.1-2.2-0.1-3.1,0c-0.9,0.1-1.8,0.1-2.8,0.2 c-0.9-0.3-0.3-0.9-2.7-0.7l-0.1,0.2c-0.1,0.3-0.4,0.4-1.4,0.5c-0.5,0-1.1,0-1.6,0c-1,0-1.9-0.1-2.9-0.1c-3.3,0-6.5,0.1-9.8,0.1 c-1,0-2,0-2.9-0.1c-0.2,0-0.4-0.1-0.7-0.2l1.9-0.1c-1.1-0.1-2.2-0.2-3.4-0.2c-0.4,0-0.8-0.1-0.5-0.3c2.5,0,5-0.2,7.7-0.1 c2,0.1,4.1-0.1,6.1,0c1.9-0.2,3.8-0.1,5.8,0c1.1,0,2.2,0,3.3,0h5.8c0.3,0,0.6,0,1,0c0.3,0,0.6-0.1,0.6-0.2c0-0.1-0.2-0.1-0.5-0.2 c-1.1,0-2.1-0.1-3.2-0.1c-0.5,0-1-0.1-0.8-0.3c1.9,0,3.9,0,5.8-0.1c2-0.1,4.1,0.1,6.6-0.3c-2.1,0-4.1,0-6.2,0c-4-0.1-8,0.1-12,0 c-0.5,0-1.1,0-1.6,0.1c-0.2,0-0.3,0.1-0.7,0.2c1.4,0,2.6,0,3.8,0c0.7,0,1.5,0,2.2,0.1c0.1,0,0.3,0.1,0.3,0.1c0,0-0.1,0.1-0.3,0.1 c-0.4,0.1-0.8,0.1-1.2,0.1c-1.7,0-3.5,0-5.2-0.1c-1.7,0-3.6,0.2-5.4,0.2c-3.7,0-7.4-0.1-11-0.1c-0.1,0-0.2,0-0.2-0.1 c0-0.2,0.5-0.3,1.1-0.3c0.1,0,0.2,0,0.3,0c1.4,0.1,2.8,0.1,4.2,0c2.1,0,4.3-0.1,6.4-0.2c-0.2,0-0.3-0.1-0.5-0.1c-2.5,0-5,0-7.5,0 c-1.4,0-2.8,0-4.2,0c-1.5,0-3.1,0-4.6,0c-7.5,0.1-15,0.3-22.5,0.3c-3.8,0-7.6,0.1-11.4,0.2c-2.4,0-4.8,0.1-7.1,0.1 C87.7,1,84.3,1,81,1c-1.9,0-3.7,0-5.6,0C71.9,1,68.5,1,65,1c-3,0-6.1,0-9.1,0c-0.5,0-1.1,0-1.6-0.1c-5-0.4-9.9-0.2-14.7,0.1 c-2.7,0.2-5.4,0.4-8.1,0.6c-2.5,0.2-5.1,0.3-7.7,0.4c-1.2,0-2.4,0-3.5-0.1c-0.7,0-1.5-0.1-2.2-0.1c-1.4,0-2.8,0.1-4.2,0.1 c-0.3,0-0.5,0.1-0.7,0.1c0.2,0.1,0.4,0.2,0.6,0.4c-1.4,0.1-2.7,0.2-4,0.4C9.1,2.9,8.3,3,8.3,3.1C8.1,3.4,7.6,3.6,7,3.8 c-0.6,0-1.2,0-1.8,0c0,0.6-0.1,1.1-0.1,1.7L4.5,5.7c0,0.1-0.1,0.3-0.2,0.4C4.1,6.4,4,6.7,4.1,7c0,0.2,0,0.4-0.1,0.5L3.9,7.5 c-0.1,0-0.2,0-0.2,0C3.5,7.7,3.4,7.9,3.4,8C3.3,8.2,3.1,8.3,3,8.4C2,8.2,3.4,8,2.5,7.8C2.1,7.9,1.6,7.9,1.1,8 C0.9,8.3,0.4,8.6,0.9,8.9C1,9,1,9.1,0.8,9.2C0.5,9.6,0.5,10,0.6,10.4c0.1,0.4,0.2,0.9,0.2,1.3c0.1,0.6,0.2,1.2,0.4,1.8 c0.2,0.4,0.2,0.9,0.1,1.3c-0.1,0.1-0.1,0.2,0,0.4c0.3,0.6,0,1.1,0.1,1.7c0.1,0.5-0.1,0.9-0.2,1.4l0.4,0c0,0.2,0.1,0.4,0.1,0.6 c0.8-0.6,0.2-1.2,0.5-1.8c0.3-0.6-0.3-1.2,0.2-1.8l0.2,0.1c0,0.4,0,0.7,0.1,1.1c0.2,0.7,0.2,1.5,0,2.2c0,0.1,0,0.1,0,0.1 c0.2,0.6,0.3,1.1,0.2,1.7c-0.1,0.2-0.1,0.4-0.1,0.6c0,0.7,0.1,1.4,0,2.1c-0.1,0.9-0.1,1.8-0.4,2.7c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.2,0,0.2C2.1,26.7,2,27.1,2,27.5c-0.2,0.5-0.3,1-0.5,1.5c-0.2,0.5-0.2,1-0.4,1.4c-0.2,0.5-0.2,1-0.3,1.6 c0,0.1,0.1,0.1,0.1,0.2l0.4,0c0.4-0.7,0.4-1.4,1-2.1c0,0.2,0,0.4,0,0.5l0,0.1c-0.2,0.1-0.2,0.2-0.1,0.3c-0.1,0.2-0.2,0.5-0.2,0.7 c-0.1,0.4,0.6,0.7,0.2,1.1c0,0,0.2,0.1,0.4,0.1c0.2,0,0.4-0.1,0.4-0.1c0.1-0.2,0-0.4,0-0.5c0-0.1,0.1-0.1,0.4-0.1l0.1,0 c0.4,0.6-0.1,1.1-0.3,1.7c0,0.1-0.5,0.1-0.8,0c0.1-0.1,0.3-0.2,0.4-0.4c0-0.1,0-0.1-0.1-0.2c-0.1,0-0.2-0.1-0.4-0.1 c-0.2,0-0.4,0-0.5,0.1c-0.3,0.3-0.4,0.5-0.3,0.8L2,34.1c0.1,0,0.2,0,0.3,0.1C2,34.5,1.9,34.7,2,35c-0.6,0.1-0.6,0.4-0.1,0.5L2,35.4 c0,0.2,0.1,0.4,0.2,0.8C2.5,36,2.8,36,2.9,35.8c0,0.4,0,0.9,0,1.3c-0.1,0.5-0.3,1-0.4,1.5c-0.1,0.2,0.2,0.5,0.1,0.7 c-0.3,0.5-0.2,1-0.3,1.5c-0.3,1.1-0.6,2.2-0.8,3.3c0,0.1-0.1,0.1,0.3,0.2c0.1-0.5,0.3-1,0.4-1.4c0.1-0.4,0.2-0.9,0.4-1.3 c0-0.1,0.1-0.2,0.1-0.3c0.5,0.6,0,1.4,0.9,2.1c0.9-0.9,0.9-1.3-0.1-3.2c-0.2,0.2-0.4,0.3-0.5,0.5c0-0.1,0.1-0.2,0.1-0.4 c0.2-0.5,0.3-1,0.4-1.5c0.2-0.1,0.2-0.2,0.1-0.3c-0.1-0.4,0-0.8,0.4-1.2l0-0.1c0-0.1,0.1-0.2,0.1-0.2c0,0.6,0.1,1.2,0.2,1.8 c0.3,1.5,0.2,3.1,0.5,4.6c0.1,0.4-0.3,0.7-1.1,1c0.5,0.4,1.4,0.7,1.4,1.3c0.1,1,0.5,1.9,0.6,2.9c0.1,0.6,0.1,1.3,0.1,1.9 c0,0.3,0,0.6,0,1c0,0.5,0,0.9,0,1.4c-0.1-0.3-0.1-0.5-0.2-0.8l-0.1-0.4v-0.1l0-0.1l0-0.1c0-0.3-0.3-0.7-0.6-1 c-0.1-0.1-0.1-0.3-0.1-0.4c0-0.8,0-1.7-0.1-2.5c0-0.5-0.2-1.1-0.3-1.6c-0.1-0.2-0.3-0.4-0.9-0.1c0.2,1.1,0.1,2.2,0.5,3.3 c0.2,0.5,0.3,0.9,0.3,1.4l0.1,0.7l0,0.3l0,0.4c0,0.7,0,1.4,0,2.1c0,0.7,0,1.4,0.1,2.1c0.1,1,0.2,2,0.3,2.9c4,0,8-0.1,11.9-0.1 c0.1-0.1-0.2-0.2-0.8-0.2c-0.9,0-1.8,0-2.6,0c-2.4,0-4.8,0.1-7.2,0.1c-0.2-1.1-0.3-2.2-0.5-3.3c0-0.3,0.1-0.5,0.2-0.8 c0.2,0.1,0.4,0.1,0.4,0.1c0.2,1.3,0.3,2.6,0.4,3.8c4.8,0,9.6-0.1,14.4-0.1c0.5,0,0.9,0.1,1.3,0.2c0.2,0,0.4,0.1,0.6,0.1h-0.2 c0.4,0.1,0.9,0.1,1.3,0.2c0.5,0.1,1.1,0.1,1.7,0.1c0.5,0,0.5,0.1,0.1,0.3h0c0.1,0.1,0.5,0.2,1,0.3c0.4,0,0.9,0,1.3,0 c2.1-0.1,4.2,0,6.3,0c2.3,0.1,4.5,0.1,6.8,0.1c2.1,0.1,4.3,0.2,6.7,0.3c-0.4,0.1-0.6,0.2-1,0.3c0.3,0,0.6,0.1,0.9,0.1 c0.5,0,1,0,1.5-0.1c1.1-0.1,2.4-0.2,3.6-0.1c1.5,0,3,0,4.4-0.1c1.1-0.1,2.2-0.1,3.3,0c-1,0.3-1.9,0.2-2.7,0.2 c-0.9,0-1.7,0.1-2.6,0.1c-0.9,0-1.8,0.1-2.6,0.2c0.3,0,0.7,0,1,0c1.7,0,3.3-0.1,5-0.1c1,0,1.9-0.1,2.8-0.1c0.4,0,0.8-0.1,1.2-0.1 c0.8-0.2,1.9-0.3,3.1-0.3c4.4-0.1,8.9-0.2,13.3-0.1c3.7,0,7.4,0.1,11,0c2.8,0,5.6,0,8.3,0.1c1.4-0.3,3.2-0.4,4.9-0.2 c1.2,0.1,1.2,0.1,2.8-0.1c0.4,0.1,0.8,0.1,1.2,0.2c0.6,0.2,1.5,0.2,2,0c0,0,0,0,0,0h0l0.1-0.1c-0.8-0.2-1.8-0.3-2.9-0.4 c-0.8,0-1.5-0.1-2.3-0.1c1.6,0,3.3-0.1,5-0.1c0.1,0.1,0.1,0.2,0.2,0.3c0.9,0.2,2,0.3,3.1,0.2c1,0,2.1,0.1,3-0.2 c0.5-0.1,1.1-0.1,1.7-0.1c1.3,0,2.6,0,3.9,0l0.2-0.1c-0.3,0-0.6-0.1-0.8-0.1c-1.1-0.1-1.1-0.1-0.5-0.4c0.3-0.1,0-0.3-0.5-0.3 c-0.8,0-1.6,0-2.1,0.2c-0.4,0.1-1,0.2-1.6,0.1c-1.5-0.1-3-0.2-4.5-0.3c-0.5-0.2,0.3-0.2,0.5-0.4c0.7,0,1.5,0,2.2,0 c0.1,0,0.2,0,0.3,0.1c0.2,0,0.3,0,0.5,0l0.5,0c1.9,0.1,3.8,0.1,5.7,0c0.2,0,0.3,0,0.5,0c0.6,0,1.3,0,1.9,0c0.8,0,1.6,0.1,2.3,0.1 l0.4-0.1c1.1,0,2.2,0,3.3,0.1l0.1,0l0.1,0c-0.3,0-0.7,0-1,0c-0.7,0-1.4,0.1-1.8,0.2c0.4,0.1,0.7,0.1,1,0.2c0.3,0.1,0.9,0.2,1.5,0.2 v0.1l0.2,0l0,0l0,0c0.2,0,0.4,0,0.6,0c0.3,0,0.5,0,0.8,0c0.6,0,1.3,0.1,1.9,0.1l0.2-0.1c-0.6-0.1-1.2-0.1-1.8-0.1c0.6,0,1.3,0,2,0 c-0.1-0.1-0.2-0.3-0.3-0.4l0.8-0.1c1.1,0,2.2,0,3.3,0l0.2,0c0.4,0.1,0.7,0.1,1.1,0.2c0.5,0.1,1.1,0.2,1.8,0.3 c0.8-0.1,1.7-0.1,2.5-0.2l-0.1-0.2c1,0,2,0.1,3,0.1c1.5,0,3,0.1,4.5,0.1c3.9,0.1,7.9,0.1,11.8,0.1c1.4,0,2.7,0,4.1,0c4,0,8,0,12,0 c2.2,0,4.5,0,6.7,0c4.9,0,9.7,0,14.6,0c3.5,0,7,0.1,10.5,0.1c1.2,0,2.5,0,3.7,0l0.2,0l-0.1-0.1c-1.3-0.1-2.6-0.1-4-0.2 c0.3,0,0.6-0.1,0.9-0.1c1.7,0,3.5,0,5.2,0c0.4,0,0.9,0,1.2-0.1c0.5-0.2,1.2-0.2,1.8-0.2c0.2-0.1,0.4-0.2,0.6-0.3 C218.6,58.1,217.4,57.9,216,57.8 M3,34.9L3,34.9c0-0.2,0-0.4,0-0.5C3.3,34.6,3.3,34.8,3,34.9 M113.4,59.1c0.2,0,0.4,0.1,0.6,0.1 c-0.3,0-0.5,0.1-0.6,0.1c-0.2,0-0.3-0.1-0.5-0.1C113.1,59.1,113.2,59.1,113.4,59.1 M101.2,58.7c-0.1,0-0.2,0.1-0.3,0.1 c-0.1,0-0.3,0-0.4,0c0.1,0,0.2-0.1,0.3-0.1C100.9,58.6,101.1,58.7,101.2,58.7 M3.5,16.8L3.5,16.8c-0.1-0.2-0.1-0.4-0.1-0.6l0.2,0 C3.6,16.4,3.6,16.6,3.5,16.8 M3.6,17.7L3.5,18H3.4c0-0.1,0-0.2,0-0.3L3.6,17.7 M203.9,16.7c0.1,0.7,0.3,1.5,0.4,2.2 c-0.4,1.2-0.5,2.7,0,3.1c0-0.4,0.1-0.8,0.1-1.2c0,1.4,0.1,2.9,0.1,4.3v0.2c-0.1-0.1-0.2-0.1-0.6-0.1c-0.1,0.1-0.1,0.2-0.2,0.2 c0,0.1,0,0.2,0,0.3C203.6,22.8,203.8,19.8,203.9,16.7 M203.7,15.3l0.1-0.1l-0.1,0.2L203.7,15.3z M214.1,42.7L214.1,42.7L214.1,42.7 L214.1,42.7z M214.1,44.5c0,0,0.1,0,0.1-0.1l0.1,0l0,0.1h-0.1L214.1,44.5 M204,29c0.1-0.1,0.1-0.1,0.2-0.2c0,0.1,0.1,0.1,0.1,0.2 l-0.1,0L204,29 M204.2,29.4l-0.1,0L204.2,29.4L204.2,29.4z M204.3,29.7c0.1,0,0.1,0.1,0.1,0.1c0,0.8,0,1.6,0,2.4 c0,0.1-0.1,0.1-0.2,0.2l-0.2,0c0-0.7,0-1.4,0-2C204,30.2,204.1,30,204.3,29.7 M208.8,10.5l0.1,0.5l0.1,0.4c0,0.3,0.1,0.5,0,0.8 c0,0.2,0.4,0.5,0.5,0.8c0,0.3-0.2,0.6-0.2,0.8c0,0.2-0.1,0.4-0.5,0.4c-0.4-0.1-0.6-0.2-0.6-0.4c-0.1-0.4-0.2-0.9-0.2-1.3 c0-0.2,0-0.4,0-0.7c0-0.2,0-0.5,0-0.8c-0.1-0.9-0.1-1.9-0.2-3c0-0.2,0.2-0.3,0.5-0.4c0.2,0,0.4,0.1,0.5,0.2 c0.1,0.2,0.2,0.4,0.1,0.6c-0.1,0.4-0.1,0.7-0.1,1.1C208.7,9.8,208.7,10.2,208.8,10.5 M212.5,43L212.5,43c0.1,0.1,0.1,0.3,0,0.4 l-0.1,0C212.4,43.3,212.5,43.2,212.5,43 M212.4,41.5L212.4,41.5l0.1,0L212.4,41.5L212.4,41.5 M212.6,44.3L212.6,44.3L212.6,44.3 L212.6,44.3z M212.5,44.9c0,0,0.1,0,0.1-0.1l0,0l-0.1,0.2C212.5,45,212.5,45,212.5,44.9 M212.8,45.8l0.1,0.2l-0.2,0 c0-0.1,0-0.2,0-0.2L212.8,45.8 M212.9,47l0.1,0c0,0.2-0.1,0.4-0.1,0.6l-0.1,0L212.9,47 M213,48.6h0.1c-0.1,0.1-0.1,0.3-0.1,0.4h0 C213,48.9,213,48.7,213,48.6 M211.5,38.6L211.5,38.6L211.5,38.6L211.5,38.6 M209.4,30.2l-0.2-0.2l0.3-0.1c0.1,0.1,0.2,0.1,0.2,0.2 C209.6,30.1,209.5,30.1,209.4,30.2 M209.2,33.6v1c0,0.1,0,0.2,0,0.4l-0.2,0.2v-1.5L209.2,33.6z M206.5,47.6h-0.1c0,0,0,0,0-0.1 L206.5,47.6L206.5,47.6 M209.4,23.9c-0.1,0.2-0.1,0.5,0,0.7h0l0,0c0,0.1,0,0.2,0,0.3V25l-0.2-0.1c-0.1,0.1-0.1,0.3,0.1,0.4 c-0.2,0.5-0.2,0.9,0,1.4c0.1,0.2,0.2,0.5,0.2,0.7c0-0.1-0.2-0.3-0.3-0.4c-0.1,0.4-0.5,0.6,0.2,0.9c0.1-0.1,0.1-0.2,0.1-0.2 c0,0.3-0.1,0.6-0.1,0.9c0,0.1-0.1,0.2-0.2,0.2c-0.4-0.5-0.8-1.8-0.9-3.5c0.1-0.6,0.2-1.3,0.2-1.9c0-0.2,0.4-0.4,1-0.5 c-0.6-0.1-0.9-0.3-0.7-0.6c0.3-0.4,0.2-0.4-0.5-0.8l0,0.1c0-0.6,0.1-1.3,0.2-1.9l0.4,0.1c0,0.1,0.1,0.2,0.3,0.4 c0-0.1,0.1-0.2,0.1-0.3l0.1,0c0.1,0.5,0.2,1,0.2,1.5C209.8,22.3,209.7,23.1,209.4,23.9 M209.3,18.6C209,18.6,209.1,18.6,209.3,18.6 M208.5,15.3c0.1,0,0.4-0.1,0.4,0c0.1,0.1,0.2,0.2,0.2,0.4l-0.5,0L208.5,15.3 M209.4,18.6c-0.1-0.5-0.2-1-0.4-1.7 C209.8,17.7,209.8,17.7,209.4,18.6 M208.4,5c-0.1,0.2-0.3,0.5-0.6,1l-0.3-1.2l-2,0c0.9-0.1,1.9-0.2,2.8-0.2 C208.5,4.7,208.5,4.8,208.4,5 M202.2,43.9l0.1,0L202.2,43.9L202.2,43.9z M204.4,40.9l0,0.1l-0.1,0.2c0-0.2-0.1-0.3-0.1-0.4 C204.3,40.9,204.4,40.9,204.4,40.9 M204.2,39.2c0-0.1,0-0.1,0-0.2l0.1,0l0,0L204.2,39.2 M204.6,38c0,0.1,0,0.2,0,0.4l-0.5-0.1 l0-0.1C204.3,38.1,204.4,38.1,204.6,38 M204,35.2v-0.1C204,35.1,204,35.2,204,35.2 M204.9,52.9l-0.1-0.2v-0.1h0.2l0,0.3L204.9,52.9 M204.8,36.6c-0.1-0.2-0.2-0.4-0.3-0.6c0-0.1-0.1-0.1-0.1-0.1c0-0.1,0.2-0.1,0.3-0.2l0,0C204.8,36,204.8,36.3,204.8,36.6 M204.7,34.7l0,0.1c0,0.1,0,0.2,0,0.3L204,35c0-0.1,0-0.2,0-0.3C204.2,34.7,204.5,34.7,204.7,34.7 M204,33.4v-0.5 c0.5,0.2,0.4,0.3,0.1,0.5L204,33.4 M208.2,54.2c0.1,0.1,0.2,0.2,0.3,0.3l0.5-0.3c0.1,0.2,0.2,0.4,0.3,0.6c0.3,0.3,0.4,0.7,0.3,1 c-0.5,0-1,0-1.5,0C208.2,55.2,208.2,54.7,208.2,54.2 M214,55.5c0.1,0.2,0.2,0.4,0.3,0.6l-0.5-0.1C213.9,55.9,213.9,55.7,214,55.5 M214.4,47c0-0.2,0.1-0.4,0.1-0.6l0.1,0l0.1,0.6L214.4,47 M204.6,28L204.6,28c0,0.1,0,0.2-0.1,0.3l-0.4,0c0.1-0.3-0.2-0.7,0.3-1 C204.4,27.5,204.5,27.8,204.6,28 M178.9,6L178.9,6l-1.6,0.1L177.2,6L178.9,6z M168.2,5.3c0.1,0,0.2,0,0.3,0l0.1,0 c-0.1,0-0.2,0-0.4,0L168.2,5.3 M168.8,4.7c-0.6,0.1-1.4,0.2-2.2,0.1c-0.4,0-0.8,0-1.2-0.1L168.8,4.7 M173,4.7 c0.4,0,0.8-0.1,1.2-0.1h0.1c3.2,0.1,6.5-0.1,9.7,0c0.3,0,0.6,0,0.9,0l0.4,0l-1.2,0c-0.3,0-0.5,0-0.8,0c-0.5,0-1,0-1.4,0.1 c-0.8,0-1.6,0-2.4,0C177.3,4.8,175.1,4.8,173,4.7 M179.3,4.2c-0.3,0-0.6,0-0.9-0.1c0.4-0.1,0.7-0.1,1.3-0.2 c0.4,0.1,0.6,0.1,0.9,0.2C180.1,4.2,179.7,4.2,179.3,4.2 M163.8,4.8c-0.6,0.1-1.1,0.1-3.5,0.1h0L163.8,4.8 M181.6,2.8 c0.5,0,1,0,1.5,0.1C182.6,2.9,182.1,2.9,181.6,2.8 M178,2.9c-0.3,0-0.6,0-0.9-0.1h0c0.1,0,0.3,0,0.4-0.1c0.1,0,0.3-0.1,0.5-0.1 C178.2,2.7,178.2,2.8,178,2.9 M7.9,46.8c-0.2-0.5-0.7-0.9-0.3-1.5c1.7,1.4,1.1,3,1,4.9C8.4,50,8.2,49.8,8,49.7 c0-0.6,0.2-1.3,0.2-1.9C8.2,47.4,8.1,47.1,7.9,46.8 M13.6,36.1l-0.2,0l0.1-0.1c0.1,0,0.2,0,0.2,0.1L13.6,36.1 M13.2,34.7 c0,0,0,0.1-0.1,0.1c-0.1,0-0.1,0-0.2,0l-0.1-0.1L13.2,34.7z M7.4,34c-0.2,0.2-0.3,0.3-0.2,0.5c0.2,0.5,0.2,0.9,0.2,1.4 C7.1,36.4,7,36.8,7,37.3c-0.3,0-0.3-0.2-0.4-0.3c-0.1-1.5-0.2-3-0.3-4.5c0-0.4,0-0.8,0.8-0.9c0.2,0.2,0.4,0.4,0.5,0.6l0,0 c-0.1,0.2-0.1,0.4,0,0.5c0.1,0.4,0.2,0.7,0.1,1.1l-0.1,0.3C7.6,33.9,7.4,33.9,7.4,34 M5.2,14.6l0.1-0.1L5.2,14.6L5.2,14.6 M5.3,15.5l0.1,0.1l-0.2,0.5l-0.1,0L5.3,15.5 M6.8,29.5c-0.1-0.4,0.1-0.9,0.6-1.3l0.1,0.1c0.1,0.1,0,0.3-0.1,0.4 c-0.1,0.2-0.3,0.4-0.3,0.6c0,0.2,0,0.4,0,0.5c0.1,0.1,0.2,0.3,0.3,0.4l0,0.1c-0.4,0.1-0.6,0-0.8,0C6.8,30.1,6.8,29.8,6.8,29.5 M11.7,28.5l0.1-0.4l0.2,0c0,0.1,0,0.3,0,0.4L11.7,28.5 M11.8,17.8L11.8,17.8L11.8,17.8L11.8,17.8z M10.6,23.9L10.6,23.9L10.6,23.9 L10.6,23.9z M11.6,15.7l0.1,0v0.1L11.6,15.7L11.6,15.7 M12.7,24c0,0.1,0.1,0.1,0.1,0.2l-0.1,0c-0.1,0-0.1-0.1-0.1-0.1L12.7,24 M11.5,26c0-0.7,0.2-1.4,0.5-2.1c0.1-0.1,0.1-0.2,0.2-0.3c0.4,0.5-0.3,0.9,0,1.3l0.3,0.1c-0.1,0.1-0.2,0.2-0.3,0.3 c-0.2,0.1-0.3,0.2-0.3,0.3c-0.1,0.3-0.2,0.6-0.2,0.8c0,0.2,0.1,0.4,0.2,0.6c0,0.1,0,0.2,0,0.3l0,0.1l-0.2,0c-0.2,0-0.5-0.1-0.5-0.2 c0-0.2,0.2-0.3,0.2-0.5c0-0.2-0.1-0.5-0.1-0.7L11.5,26L11.5,26 M10.7,36.1c-0.1-0.2-0.1-0.4,0.1-0.6c0.1-0.2,0.1-0.3,0.2-0.5l0.4,0 C11.3,35.3,11.6,35.7,10.7,36.1 M11.4,34.3l0.1,0l0.2,0.1c-0.1,0.1-0.1,0.1-0.2,0.2C11.4,34.4,11.4,34.3,11.4,34.3 M11.6,33.9 L11.6,33.9L11.6,33.9L11.6,33.9z M11.5,33.5c-0.1,0-0.1-0.1-0.1-0.1c0.1-0.8,0.2-1.6,0.3-2.4c0-0.1,0.1-0.1,0.2-0.2 c0,0.6,0,1.2,0,1.9C11.9,33,11.8,33.3,11.5,33.5 M13.5,53.6c-0.1-0.4-0.2-0.7-0.3-1.1c0-0.1-0.1-0.3-0.1-0.4c0-0.1-0.1-0.3-0.1-0.4 c0-0.2-0.1-0.5-0.1-0.7c-0.2-1-0.2-1.9-0.2-2.9c0-1.1-0.5-2.1-0.7-3.2c-0.1-0.4-0.2-0.8-0.2-1.2c0.1-0.9,0-1.9-0.5-2.8 c-0.1-0.3-0.2-0.6-0.3-0.8c0.2-0.5,0.3-0.9,0.3-1.4c0-0.1-0.1-0.1-0.2-0.2h-0.1c0.1-0.1,0.1-0.2,0.2-0.3l0.1-0.1 c0.1-0.1,0.2-0.2,0.2-0.2c0.1-0.6,0.5-1.2,0.5-1.7c0-0.1,0-0.1,0-0.2c0,0.2,0,0.4,0,0.7c0,0.8,0.2,1.7,0.3,2.5 c0.1,1.6,0,3.2,0.3,4.7c0.3,1.5,0.4,3,0.4,4.6c0,0.5,0.3,1.1,0.4,1.6l0.3,1.7l0.1,0.9c0,0.3,0.1,0.6,0.1,0.9c0,0.1,0,0.2-0.1,0.3 L13.5,53.6z M92.1,57.9L92.1,57.9c0.6-0.1,1.3-0.1,2-0.1l0.4,0l0,0.1L92.1,57.9z M201.6,53.9l0.1,0.2c0,0.3,0,0.5,0,0.8h-0.1V53.9z M202.5,57.3l0.6,0l0.1,0.3l-0.9,0L202.5,57.3 M208.2,56c0.5,0,0.9,0,1.4,0l-0.1,0.1l-0.1,0.1c-0.4,0-0.8,0-1.3,0L208.2,56 M214.2,57.2l-0.2-0.1h0.2L214.2,57.2 M215.5,49.9c0,0.1,0,0.1,0,0.2h-0.2l0-0.2l0.1,0L215.5,49.9 M215.3,49.3 c-0.6-0.5-0.8-1.1-0.5-1.7C215,48.2,215.1,48.7,215.3,49.3 M211.6,12.7l0.2,0l-0.1,0.2C211.6,12.8,211.6,12.7,211.6,12.7 M203.5,10.9l0.1,0.1c0.1,0.1,0.1,0.1,0.1,0.2c0.2,0.3,0.2,0.6,0.3,0.8c0,0.6-0.2,1.3-0.7,1.9c-0.2-0.6-0.3-1.2-0.2-1.8 c0.1-0.6,0.1-1.2-0.1-1.8c0.2,0.1,0.3,0.3,0.4,0.4L203.5,10.9 M203,7.5c0.1,0,0.2,0,0.3,0v1.1l-0.1,0.1l-0.1-0.1 c-0.1-0.3-0.2-0.6-0.3-1C202.8,7.6,202.9,7.5,203,7.5 M191.7,4.5l0.2,0c2.3,0,4.6,0,6.9-0.1c0.2,0.1,0.4,0.2,0.5,0.2 c-1.5,0-3.1,0.1-4.6,0.1c-1.4,0-2.8,0-4.2-0.1C190.9,4.6,191.3,4.6,191.7,4.5 M172.1,2.7c0.8,0,1.6,0.1,2.3,0.1 c-0.7,0-1.3,0.1-2,0.1c-0.3,0-0.7,0-1.1,0L172.1,2.7 M139.3,2.9c1.3-0.1,2.6,0,3.9,0c1.2,0,2.4,0,3.6,0c1.2,0,2.4-0.1,3.6-0.1 c5.3,0,10.7,0,16-0.1c1.1,0,2.3,0,3.3,0.2c-0.3,0-0.5,0-0.8,0c-2.3-0.1-4.7-0.1-7,0c-0.9,0-1.8,0-2.7,0c-3.3,0-6.6,0-9.8,0 c-3.8,0.1-7.5,0.1-11.3,0C138.3,3,138.8,3,139.3,2.9 M135,2.1l0.2,0l0.1,0.1L135,2.1L135,2.1 M132.6,1.5l0.6,0.1 c-0.2,0-0.3,0.1-0.5,0.1c-0.2,0-0.4,0-0.6-0.1L132.6,1.5 M129.8,0.7c0.7-0.1,1.3,0,1.4,0.3c-1.2,0.3-2.6,0.1-3.9,0.1 C128.1,0.9,128.9,0.8,129.8,0.7 M123.6,2.3l0.2,0h-0.5L123.6,2.3 M119.5,1.1L119.5,1.1c0,0.1-0.1,0.1-0.2,0.1l-0.2,0L119.5,1.1 M113.6,1.1l0.3,0.1c-0.1,0-0.3,0.1-0.4,0.1c-0.2,0-0.3,0-0.5-0.1C113.2,1.1,113.4,1.1,113.6,1.1 M115.1,2.4c0,0.2-0.6,0.1-0.9,0.2 c-0.4,0-0.8,0-1.3,0l0-0.1C113.6,2.4,114.3,2.4,115.1,2.4 M105.4,1c1.1-0.1,2.2,0,2.9,0.2c-3.3,0.4-3.5,0.4-4.9,0.2 C103.8,1.2,104.5,1.1,105.4,1 M100.8,1.2c0.1,0,0.1,0.1,0.2,0.2c-0.3,0-0.6,0-0.9,0c-0.1,0-0.1-0.1-0.2-0.1 C100.2,1.3,100.5,1.2,100.8,1.2 M5.2,6.1c0,0.4,0,0.8,0.1,1.2l0,0.3L5.2,7.6C4.9,7.1,4.9,6.6,5.2,6.1 M3,13h0.2v0.2l-0.1,0l-0.1,0 C3,13.2,3,13.1,3,13 M2.7,29.4c0,0.1-0.1,0.2-0.1,0.3l-0.2,0l0.2-0.5l0.1,0C2.7,29.2,2.7,29.3,2.7,29.4 M3.1,13.9 c0.5,0.5,0.6,1.1,0.3,1.7C3.3,15,3.1,14.4,3.1,13.9 M3.4,20.4L3.4,20.4L3.4,20.4L3.4,20.4z M3.4,31.4L3.4,31.4L3.4,31.4L3.4,31.4z M3.6,31.1l-0.1,0L3.6,31.1L3.6,31.1 M3.5,18.7L3.5,18.7l-0.1-0.2h0.1l0,0.1C3.6,18.7,3.6,18.7,3.5,18.7 M3.7,30.4L3.7,30.4 L3.7,30.4L3.7,30.4z M28,58.9c0.7-0.1,1.3-0.2,2.3,0C29.3,59,28.7,59,28,58.9 M101.8,59.5c-1.2,0-2.3-0.1-3.5-0.1l0.1-0.1 c0.8,0,1.7,0,2.6,0c0.3,0,0.7,0,1,0.1c0.2,0,0.2,0.1,0.2,0.1C102.1,59.4,101.9,59.5,101.8,59.5 M129.5,59.1c-0.4,0-0.7-0.1-0.4-0.3 c0.5,0,1,0,1.6,0.1C130.5,59.1,130,59.1,129.5,59.1 M140.2,58.8L140.2,58.8L140.2,58.8L140.2,58.8 M195.5,58.4 c-1.5,0-3.1,0.1-4.6,0.1c-1.3,0-2.6,0.1-3.9,0.1c-1.4,0-2.9,0-4.2-0.2c-0.4,0.1-1,0.2-1.6,0.1v-0.3l0.3,0c1.2,0,2.5,0,3.7,0 c1.4,0,2.9,0,4.2,0.2c0.7,0.1,1.4,0,2,0c0.3-0.1,0.7-0.1,1.1-0.1c1.2,0.1,2.4,0.1,3.6,0C195.6,58.4,195.6,58.4,195.5,58.4 M194.5,57.5c-0.6,0-1.1,0-1.7,0c-0.1,0-0.1,0-0.2-0.1c0.3,0,0.6,0,0.9,0c0.4,0,0.9,0,1.3,0c0.8,0,1.6-0.1,2.4,0c1.5,0,3,0,4.5-0.1 c0,0.1,0,0.2,0,0.3c-0.8,0-1.5,0-2.3,0C197.9,57.5,196.2,57.5,194.5,57.5 M201.4,58.5l-0.3,0v0L201.4,58.5L201.4,58.5 M208,57.6 c0-0.1,0.1-0.2,0.1-0.3l0.1,0c0.6-0.1,1.3-0.2,2-0.2c0,0.1,0,0.1,0.1,0.2c0,0.1,0.1,0.2,0.1,0.4l-0.2,0L208,57.6'/%3E%3C/svg%3E%0A");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 220 60.8' style='enable-background:new 0 0 220 60.8;' xml:space='preserve'%3E%3Cpath d='M216,57.8c-0.6,0-1.3-0.1-1.9-0.1c0.3-0.1,0.5-0.2,0.8-0.3c0-0.1,0-0.3,0.1-0.4h1.1 c0.4,0,0.7,0,1.1,0c0.3,0,0.7,0,1-0.1c-0.5-0.1-1.2-0.1-1.8-0.1c-0.4,0-0.8,0-1.2-0.1c0.1-0.2,0.1-0.4,0-0.6 c-0.1-0.5,0.3-1,0.9-1.4c1.1,0.1-0.3,0.4,0.5,0.5c0.5-0.1,0.9-0.1,1.4-0.2c0.1-0.3,0.6-0.6,0.1-0.9c-0.1-0.1-0.1-0.2,0-0.2 c0.2-0.4,0.3-0.8,0.1-1.2c-0.1-0.4-0.3-0.9-0.4-1.3c-0.2-0.6-0.3-1.2-0.6-1.8c-0.2-0.4-0.3-0.9-0.3-1.3c0-0.1,0-0.2,0-0.4 c-0.3-0.6-0.2-1.1-0.3-1.7c-0.1-0.5,0-0.9,0.1-1.4l-0.4,0l-0.2-0.6c-0.6,0.6,0,1.2-0.2,1.8c-0.2,0.6,0.4,1.2,0,1.8l-0.2-0.1 c-0.1-0.4-0.1-0.7-0.3-1.1c-0.3-0.7-0.4-1.5-0.3-2.2c0-0.1,0-0.1,0-0.1c-0.3-0.6-0.4-1.1-0.4-1.7c0-0.2,0-0.4,0-0.6 c-0.1-0.7-0.3-1.4-0.3-2.1c0-0.9-0.2-1.8,0.1-2.7c0-0.1,0-0.3-0.1-0.4c0-0.1,0-0.2,0-0.2c0.2-0.4,0.2-0.8,0.2-1.2 c0.1-0.5,0.2-1,0.3-1.5l0.1-0.4c0.1-0.4,0.2-0.9,0.2-1.3c0.1-1.8-0.1-3.5-0.1-5.3c-0.1-0.4,0.1-0.8,0.7-1.1 c0.2,0.4,0.4,0.7,0.6,1.3c0.2-0.5,0.2-1,0.1-1.5c0-0.7-0.8-1.3-0.8-2c-0.1-0.7-0.1-1.5-0.1-2.2l0,0v0l0,0c-0.3-0.2-0.3-0.4,0-0.6 l0,0v0l0,0c-0.2-0.7-0.4-1.5-0.5-2.2c-0.1-0.8,0.1-1.7,0.1-2.5c0-0.9,0.3-1.7-0.5-2.6c0-0.1,0-0.2,0-0.3c0-0.7,0.1-1.3,0.1-2v-0.6 c0-0.3,0-0.6,0-0.9c0-0.6-0.1-1.1-0.1-1.7c0-0.4,0-0.8,0.1-1.3c0.1-0.4,0.2-0.9,0.2-1.3c0-0.4,0.1-0.8,0.1-1.2c0-0.4,0-0.8-0.1-1.1 l-0.2-0.6C209.2,2.9,204.1,3,199.1,3c-2.5,0-5,0-7.6,0c-1.3,0-2.5,0-3.8,0c-1.3,0-2.5,0-3.8,0c0.5-0.3,1.6-0.5,2.8-0.4 c1.1,0,2.2,0,3.3,0c1.9-0.1,3.9,0,5.7,0.2c0.6,0.1,1.4,0.2,2.1,0.2c1.5,0,3-0.1,4.5-0.1c0.2,0,0.4,0,0.6,0c0.7-0.2,1.4-0.3,2.4-0.6 c-1.4,0-2.8,0-4.3,0c-2.1,0.1-4.3,0-6.5,0.2c-0.8,0-1.5,0-2.3,0c-1.5-0.1-3-0.1-4.5-0.1c-1.5,0-3,0-4.5,0c-1.5-0.1-3-0.1-4.5,0 c-2.4,0.1-5,0.1-7.4,0c-0.8,0-1.7,0-2.6,0c-0.9,0.1-1.9,0.1-2.8,0c-1-0.1-2.2-0.1-3.1,0c-0.9,0.1-1.8,0.1-2.8,0.2 c-0.9-0.3-0.3-0.9-2.7-0.7l-0.1,0.2c-0.1,0.3-0.4,0.4-1.4,0.5c-0.5,0-1.1,0-1.6,0c-1,0-1.9-0.1-2.9-0.1c-3.3,0-6.5,0.1-9.8,0.1 c-1,0-2,0-2.9-0.1c-0.2,0-0.4-0.1-0.7-0.2l1.9-0.1c-1.1-0.1-2.2-0.2-3.4-0.2c-0.4,0-0.8-0.1-0.5-0.3c2.5,0,5-0.2,7.7-0.1 c2,0.1,4.1-0.1,6.1,0c1.9-0.2,3.8-0.1,5.8,0c1.1,0,2.2,0,3.3,0h5.8c0.3,0,0.6,0,1,0c0.3,0,0.6-0.1,0.6-0.2c0-0.1-0.2-0.1-0.5-0.2 c-1.1,0-2.1-0.1-3.2-0.1c-0.5,0-1-0.1-0.8-0.3c1.9,0,3.9,0,5.8-0.1c2-0.1,4.1,0.1,6.6-0.3c-2.1,0-4.1,0-6.2,0c-4-0.1-8,0.1-12,0 c-0.5,0-1.1,0-1.6,0.1c-0.2,0-0.3,0.1-0.7,0.2c1.4,0,2.6,0,3.8,0c0.7,0,1.5,0,2.2,0.1c0.1,0,0.3,0.1,0.3,0.1c0,0-0.1,0.1-0.3,0.1 c-0.4,0.1-0.8,0.1-1.2,0.1c-1.7,0-3.5,0-5.2-0.1c-1.7,0-3.6,0.2-5.4,0.2c-3.7,0-7.4-0.1-11-0.1c-0.1,0-0.2,0-0.2-0.1 c0-0.2,0.5-0.3,1.1-0.3c0.1,0,0.2,0,0.3,0c1.4,0.1,2.8,0.1,4.2,0c2.1,0,4.3-0.1,6.4-0.2c-0.2,0-0.3-0.1-0.5-0.1c-2.5,0-5,0-7.5,0 c-1.4,0-2.8,0-4.2,0c-1.5,0-3.1,0-4.6,0c-7.5,0.1-15,0.3-22.5,0.3c-3.8,0-7.6,0.1-11.4,0.2c-2.4,0-4.8,0.1-7.1,0.1 C87.7,1,84.3,1,81,1c-1.9,0-3.7,0-5.6,0C71.9,1,68.5,1,65,1c-3,0-6.1,0-9.1,0c-0.5,0-1.1,0-1.6-0.1c-5-0.4-9.9-0.2-14.7,0.1 c-2.7,0.2-5.4,0.4-8.1,0.6c-2.5,0.2-5.1,0.3-7.7,0.4c-1.2,0-2.4,0-3.5-0.1c-0.7,0-1.5-0.1-2.2-0.1c-1.4,0-2.8,0.1-4.2,0.1 c-0.3,0-0.5,0.1-0.7,0.1c0.2,0.1,0.4,0.2,0.6,0.4c-1.4,0.1-2.7,0.2-4,0.4C9.1,2.9,8.3,3,8.3,3.1C8.1,3.4,7.6,3.6,7,3.8 c-0.6,0-1.2,0-1.8,0c0,0.6-0.1,1.1-0.1,1.7L4.5,5.7c0,0.1-0.1,0.3-0.2,0.4C4.1,6.4,4,6.7,4.1,7c0,0.2,0,0.4-0.1,0.5L3.9,7.5 c-0.1,0-0.2,0-0.2,0C3.5,7.7,3.4,7.9,3.4,8C3.3,8.2,3.1,8.3,3,8.4C2,8.2,3.4,8,2.5,7.8C2.1,7.9,1.6,7.9,1.1,8 C0.9,8.3,0.4,8.6,0.9,8.9C1,9,1,9.1,0.8,9.2C0.5,9.6,0.5,10,0.6,10.4c0.1,0.4,0.2,0.9,0.2,1.3c0.1,0.6,0.2,1.2,0.4,1.8 c0.2,0.4,0.2,0.9,0.1,1.3c-0.1,0.1-0.1,0.2,0,0.4c0.3,0.6,0,1.1,0.1,1.7c0.1,0.5-0.1,0.9-0.2,1.4l0.4,0c0,0.2,0.1,0.4,0.1,0.6 c0.8-0.6,0.2-1.2,0.5-1.8c0.3-0.6-0.3-1.2,0.2-1.8l0.2,0.1c0,0.4,0,0.7,0.1,1.1c0.2,0.7,0.2,1.5,0,2.2c0,0.1,0,0.1,0,0.1 c0.2,0.6,0.3,1.1,0.2,1.7c-0.1,0.2-0.1,0.4-0.1,0.6c0,0.7,0.1,1.4,0,2.1c-0.1,0.9-0.1,1.8-0.4,2.7c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.2,0,0.2C2.1,26.7,2,27.1,2,27.5c-0.2,0.5-0.3,1-0.5,1.5c-0.2,0.5-0.2,1-0.4,1.4c-0.2,0.5-0.2,1-0.3,1.6 c0,0.1,0.1,0.1,0.1,0.2l0.4,0c0.4-0.7,0.4-1.4,1-2.1c0,0.2,0,0.4,0,0.5l0,0.1c-0.2,0.1-0.2,0.2-0.1,0.3c-0.1,0.2-0.2,0.5-0.2,0.7 c-0.1,0.4,0.6,0.7,0.2,1.1c0,0,0.2,0.1,0.4,0.1c0.2,0,0.4-0.1,0.4-0.1c0.1-0.2,0-0.4,0-0.5c0-0.1,0.1-0.1,0.4-0.1l0.1,0 c0.4,0.6-0.1,1.1-0.3,1.7c0,0.1-0.5,0.1-0.8,0c0.1-0.1,0.3-0.2,0.4-0.4c0-0.1,0-0.1-0.1-0.2c-0.1,0-0.2-0.1-0.4-0.1 c-0.2,0-0.4,0-0.5,0.1c-0.3,0.3-0.4,0.5-0.3,0.8L2,34.1c0.1,0,0.2,0,0.3,0.1C2,34.5,1.9,34.7,2,35c-0.6,0.1-0.6,0.4-0.1,0.5L2,35.4 c0,0.2,0.1,0.4,0.2,0.8C2.5,36,2.8,36,2.9,35.8c0,0.4,0,0.9,0,1.3c-0.1,0.5-0.3,1-0.4,1.5c-0.1,0.2,0.2,0.5,0.1,0.7 c-0.3,0.5-0.2,1-0.3,1.5c-0.3,1.1-0.6,2.2-0.8,3.3c0,0.1-0.1,0.1,0.3,0.2c0.1-0.5,0.3-1,0.4-1.4c0.1-0.4,0.2-0.9,0.4-1.3 c0-0.1,0.1-0.2,0.1-0.3c0.5,0.6,0,1.4,0.9,2.1c0.9-0.9,0.9-1.3-0.1-3.2c-0.2,0.2-0.4,0.3-0.5,0.5c0-0.1,0.1-0.2,0.1-0.4 c0.2-0.5,0.3-1,0.4-1.5c0.2-0.1,0.2-0.2,0.1-0.3c-0.1-0.4,0-0.8,0.4-1.2l0-0.1c0-0.1,0.1-0.2,0.1-0.2c0,0.6,0.1,1.2,0.2,1.8 c0.3,1.5,0.2,3.1,0.5,4.6c0.1,0.4-0.3,0.7-1.1,1c0.5,0.4,1.4,0.7,1.4,1.3c0.1,1,0.5,1.9,0.6,2.9c0.1,0.6,0.1,1.3,0.1,1.9 c0,0.3,0,0.6,0,1c0,0.5,0,0.9,0,1.4c-0.1-0.3-0.1-0.5-0.2-0.8l-0.1-0.4v-0.1l0-0.1l0-0.1c0-0.3-0.3-0.7-0.6-1 c-0.1-0.1-0.1-0.3-0.1-0.4c0-0.8,0-1.7-0.1-2.5c0-0.5-0.2-1.1-0.3-1.6c-0.1-0.2-0.3-0.4-0.9-0.1c0.2,1.1,0.1,2.2,0.5,3.3 c0.2,0.5,0.3,0.9,0.3,1.4l0.1,0.7l0,0.3l0,0.4c0,0.7,0,1.4,0,2.1c0,0.7,0,1.4,0.1,2.1c0.1,1,0.2,2,0.3,2.9c4,0,8-0.1,11.9-0.1 c0.1-0.1-0.2-0.2-0.8-0.2c-0.9,0-1.8,0-2.6,0c-2.4,0-4.8,0.1-7.2,0.1c-0.2-1.1-0.3-2.2-0.5-3.3c0-0.3,0.1-0.5,0.2-0.8 c0.2,0.1,0.4,0.1,0.4,0.1c0.2,1.3,0.3,2.6,0.4,3.8c4.8,0,9.6-0.1,14.4-0.1c0.5,0,0.9,0.1,1.3,0.2c0.2,0,0.4,0.1,0.6,0.1h-0.2 c0.4,0.1,0.9,0.1,1.3,0.2c0.5,0.1,1.1,0.1,1.7,0.1c0.5,0,0.5,0.1,0.1,0.3h0c0.1,0.1,0.5,0.2,1,0.3c0.4,0,0.9,0,1.3,0 c2.1-0.1,4.2,0,6.3,0c2.3,0.1,4.5,0.1,6.8,0.1c2.1,0.1,4.3,0.2,6.7,0.3c-0.4,0.1-0.6,0.2-1,0.3c0.3,0,0.6,0.1,0.9,0.1 c0.5,0,1,0,1.5-0.1c1.1-0.1,2.4-0.2,3.6-0.1c1.5,0,3,0,4.4-0.1c1.1-0.1,2.2-0.1,3.3,0c-1,0.3-1.9,0.2-2.7,0.2 c-0.9,0-1.7,0.1-2.6,0.1c-0.9,0-1.8,0.1-2.6,0.2c0.3,0,0.7,0,1,0c1.7,0,3.3-0.1,5-0.1c1,0,1.9-0.1,2.8-0.1c0.4,0,0.8-0.1,1.2-0.1 c0.8-0.2,1.9-0.3,3.1-0.3c4.4-0.1,8.9-0.2,13.3-0.1c3.7,0,7.4,0.1,11,0c2.8,0,5.6,0,8.3,0.1c1.4-0.3,3.2-0.4,4.9-0.2 c1.2,0.1,1.2,0.1,2.8-0.1c0.4,0.1,0.8,0.1,1.2,0.2c0.6,0.2,1.5,0.2,2,0c0,0,0,0,0,0h0l0.1-0.1c-0.8-0.2-1.8-0.3-2.9-0.4 c-0.8,0-1.5-0.1-2.3-0.1c1.6,0,3.3-0.1,5-0.1c0.1,0.1,0.1,0.2,0.2,0.3c0.9,0.2,2,0.3,3.1,0.2c1,0,2.1,0.1,3-0.2 c0.5-0.1,1.1-0.1,1.7-0.1c1.3,0,2.6,0,3.9,0l0.2-0.1c-0.3,0-0.6-0.1-0.8-0.1c-1.1-0.1-1.1-0.1-0.5-0.4c0.3-0.1,0-0.3-0.5-0.3 c-0.8,0-1.6,0-2.1,0.2c-0.4,0.1-1,0.2-1.6,0.1c-1.5-0.1-3-0.2-4.5-0.3c-0.5-0.2,0.3-0.2,0.5-0.4c0.7,0,1.5,0,2.2,0 c0.1,0,0.2,0,0.3,0.1c0.2,0,0.3,0,0.5,0l0.5,0c1.9,0.1,3.8,0.1,5.7,0c0.2,0,0.3,0,0.5,0c0.6,0,1.3,0,1.9,0c0.8,0,1.6,0.1,2.3,0.1 l0.4-0.1c1.1,0,2.2,0,3.3,0.1l0.1,0l0.1,0c-0.3,0-0.7,0-1,0c-0.7,0-1.4,0.1-1.8,0.2c0.4,0.1,0.7,0.1,1,0.2c0.3,0.1,0.9,0.2,1.5,0.2 v0.1l0.2,0l0,0l0,0c0.2,0,0.4,0,0.6,0c0.3,0,0.5,0,0.8,0c0.6,0,1.3,0.1,1.9,0.1l0.2-0.1c-0.6-0.1-1.2-0.1-1.8-0.1c0.6,0,1.3,0,2,0 c-0.1-0.1-0.2-0.3-0.3-0.4l0.8-0.1c1.1,0,2.2,0,3.3,0l0.2,0c0.4,0.1,0.7,0.1,1.1,0.2c0.5,0.1,1.1,0.2,1.8,0.3 c0.8-0.1,1.7-0.1,2.5-0.2l-0.1-0.2c1,0,2,0.1,3,0.1c1.5,0,3,0.1,4.5,0.1c3.9,0.1,7.9,0.1,11.8,0.1c1.4,0,2.7,0,4.1,0c4,0,8,0,12,0 c2.2,0,4.5,0,6.7,0c4.9,0,9.7,0,14.6,0c3.5,0,7,0.1,10.5,0.1c1.2,0,2.5,0,3.7,0l0.2,0l-0.1-0.1c-1.3-0.1-2.6-0.1-4-0.2 c0.3,0,0.6-0.1,0.9-0.1c1.7,0,3.5,0,5.2,0c0.4,0,0.9,0,1.2-0.1c0.5-0.2,1.2-0.2,1.8-0.2c0.2-0.1,0.4-0.2,0.6-0.3 C218.6,58.1,217.4,57.9,216,57.8 M3,34.9L3,34.9c0-0.2,0-0.4,0-0.5C3.3,34.6,3.3,34.8,3,34.9 M113.4,59.1c0.2,0,0.4,0.1,0.6,0.1 c-0.3,0-0.5,0.1-0.6,0.1c-0.2,0-0.3-0.1-0.5-0.1C113.1,59.1,113.2,59.1,113.4,59.1 M101.2,58.7c-0.1,0-0.2,0.1-0.3,0.1 c-0.1,0-0.3,0-0.4,0c0.1,0,0.2-0.1,0.3-0.1C100.9,58.6,101.1,58.7,101.2,58.7 M3.5,16.8L3.5,16.8c-0.1-0.2-0.1-0.4-0.1-0.6l0.2,0 C3.6,16.4,3.6,16.6,3.5,16.8 M3.6,17.7L3.5,18H3.4c0-0.1,0-0.2,0-0.3L3.6,17.7 M203.9,16.7c0.1,0.7,0.3,1.5,0.4,2.2 c-0.4,1.2-0.5,2.7,0,3.1c0-0.4,0.1-0.8,0.1-1.2c0,1.4,0.1,2.9,0.1,4.3v0.2c-0.1-0.1-0.2-0.1-0.6-0.1c-0.1,0.1-0.1,0.2-0.2,0.2 c0,0.1,0,0.2,0,0.3C203.6,22.8,203.8,19.8,203.9,16.7 M203.7,15.3l0.1-0.1l-0.1,0.2L203.7,15.3z M214.1,42.7L214.1,42.7L214.1,42.7 L214.1,42.7z M214.1,44.5c0,0,0.1,0,0.1-0.1l0.1,0l0,0.1h-0.1L214.1,44.5 M204,29c0.1-0.1,0.1-0.1,0.2-0.2c0,0.1,0.1,0.1,0.1,0.2 l-0.1,0L204,29 M204.2,29.4l-0.1,0L204.2,29.4L204.2,29.4z M204.3,29.7c0.1,0,0.1,0.1,0.1,0.1c0,0.8,0,1.6,0,2.4 c0,0.1-0.1,0.1-0.2,0.2l-0.2,0c0-0.7,0-1.4,0-2C204,30.2,204.1,30,204.3,29.7 M208.8,10.5l0.1,0.5l0.1,0.4c0,0.3,0.1,0.5,0,0.8 c0,0.2,0.4,0.5,0.5,0.8c0,0.3-0.2,0.6-0.2,0.8c0,0.2-0.1,0.4-0.5,0.4c-0.4-0.1-0.6-0.2-0.6-0.4c-0.1-0.4-0.2-0.9-0.2-1.3 c0-0.2,0-0.4,0-0.7c0-0.2,0-0.5,0-0.8c-0.1-0.9-0.1-1.9-0.2-3c0-0.2,0.2-0.3,0.5-0.4c0.2,0,0.4,0.1,0.5,0.2 c0.1,0.2,0.2,0.4,0.1,0.6c-0.1,0.4-0.1,0.7-0.1,1.1C208.7,9.8,208.7,10.2,208.8,10.5 M212.5,43L212.5,43c0.1,0.1,0.1,0.3,0,0.4 l-0.1,0C212.4,43.3,212.5,43.2,212.5,43 M212.4,41.5L212.4,41.5l0.1,0L212.4,41.5L212.4,41.5 M212.6,44.3L212.6,44.3L212.6,44.3 L212.6,44.3z M212.5,44.9c0,0,0.1,0,0.1-0.1l0,0l-0.1,0.2C212.5,45,212.5,45,212.5,44.9 M212.8,45.8l0.1,0.2l-0.2,0 c0-0.1,0-0.2,0-0.2L212.8,45.8 M212.9,47l0.1,0c0,0.2-0.1,0.4-0.1,0.6l-0.1,0L212.9,47 M213,48.6h0.1c-0.1,0.1-0.1,0.3-0.1,0.4h0 C213,48.9,213,48.7,213,48.6 M211.5,38.6L211.5,38.6L211.5,38.6L211.5,38.6 M209.4,30.2l-0.2-0.2l0.3-0.1c0.1,0.1,0.2,0.1,0.2,0.2 C209.6,30.1,209.5,30.1,209.4,30.2 M209.2,33.6v1c0,0.1,0,0.2,0,0.4l-0.2,0.2v-1.5L209.2,33.6z M206.5,47.6h-0.1c0,0,0,0,0-0.1 L206.5,47.6L206.5,47.6 M209.4,23.9c-0.1,0.2-0.1,0.5,0,0.7h0l0,0c0,0.1,0,0.2,0,0.3V25l-0.2-0.1c-0.1,0.1-0.1,0.3,0.1,0.4 c-0.2,0.5-0.2,0.9,0,1.4c0.1,0.2,0.2,0.5,0.2,0.7c0-0.1-0.2-0.3-0.3-0.4c-0.1,0.4-0.5,0.6,0.2,0.9c0.1-0.1,0.1-0.2,0.1-0.2 c0,0.3-0.1,0.6-0.1,0.9c0,0.1-0.1,0.2-0.2,0.2c-0.4-0.5-0.8-1.8-0.9-3.5c0.1-0.6,0.2-1.3,0.2-1.9c0-0.2,0.4-0.4,1-0.5 c-0.6-0.1-0.9-0.3-0.7-0.6c0.3-0.4,0.2-0.4-0.5-0.8l0,0.1c0-0.6,0.1-1.3,0.2-1.9l0.4,0.1c0,0.1,0.1,0.2,0.3,0.4 c0-0.1,0.1-0.2,0.1-0.3l0.1,0c0.1,0.5,0.2,1,0.2,1.5C209.8,22.3,209.7,23.1,209.4,23.9 M209.3,18.6C209,18.6,209.1,18.6,209.3,18.6 M208.5,15.3c0.1,0,0.4-0.1,0.4,0c0.1,0.1,0.2,0.2,0.2,0.4l-0.5,0L208.5,15.3 M209.4,18.6c-0.1-0.5-0.2-1-0.4-1.7 C209.8,17.7,209.8,17.7,209.4,18.6 M208.4,5c-0.1,0.2-0.3,0.5-0.6,1l-0.3-1.2l-2,0c0.9-0.1,1.9-0.2,2.8-0.2 C208.5,4.7,208.5,4.8,208.4,5 M202.2,43.9l0.1,0L202.2,43.9L202.2,43.9z M204.4,40.9l0,0.1l-0.1,0.2c0-0.2-0.1-0.3-0.1-0.4 C204.3,40.9,204.4,40.9,204.4,40.9 M204.2,39.2c0-0.1,0-0.1,0-0.2l0.1,0l0,0L204.2,39.2 M204.6,38c0,0.1,0,0.2,0,0.4l-0.5-0.1 l0-0.1C204.3,38.1,204.4,38.1,204.6,38 M204,35.2v-0.1C204,35.1,204,35.2,204,35.2 M204.9,52.9l-0.1-0.2v-0.1h0.2l0,0.3L204.9,52.9 M204.8,36.6c-0.1-0.2-0.2-0.4-0.3-0.6c0-0.1-0.1-0.1-0.1-0.1c0-0.1,0.2-0.1,0.3-0.2l0,0C204.8,36,204.8,36.3,204.8,36.6 M204.7,34.7l0,0.1c0,0.1,0,0.2,0,0.3L204,35c0-0.1,0-0.2,0-0.3C204.2,34.7,204.5,34.7,204.7,34.7 M204,33.4v-0.5 c0.5,0.2,0.4,0.3,0.1,0.5L204,33.4 M208.2,54.2c0.1,0.1,0.2,0.2,0.3,0.3l0.5-0.3c0.1,0.2,0.2,0.4,0.3,0.6c0.3,0.3,0.4,0.7,0.3,1 c-0.5,0-1,0-1.5,0C208.2,55.2,208.2,54.7,208.2,54.2 M214,55.5c0.1,0.2,0.2,0.4,0.3,0.6l-0.5-0.1C213.9,55.9,213.9,55.7,214,55.5 M214.4,47c0-0.2,0.1-0.4,0.1-0.6l0.1,0l0.1,0.6L214.4,47 M204.6,28L204.6,28c0,0.1,0,0.2-0.1,0.3l-0.4,0c0.1-0.3-0.2-0.7,0.3-1 C204.4,27.5,204.5,27.8,204.6,28 M178.9,6L178.9,6l-1.6,0.1L177.2,6L178.9,6z M168.2,5.3c0.1,0,0.2,0,0.3,0l0.1,0 c-0.1,0-0.2,0-0.4,0L168.2,5.3 M168.8,4.7c-0.6,0.1-1.4,0.2-2.2,0.1c-0.4,0-0.8,0-1.2-0.1L168.8,4.7 M173,4.7 c0.4,0,0.8-0.1,1.2-0.1h0.1c3.2,0.1,6.5-0.1,9.7,0c0.3,0,0.6,0,0.9,0l0.4,0l-1.2,0c-0.3,0-0.5,0-0.8,0c-0.5,0-1,0-1.4,0.1 c-0.8,0-1.6,0-2.4,0C177.3,4.8,175.1,4.8,173,4.7 M179.3,4.2c-0.3,0-0.6,0-0.9-0.1c0.4-0.1,0.7-0.1,1.3-0.2 c0.4,0.1,0.6,0.1,0.9,0.2C180.1,4.2,179.7,4.2,179.3,4.2 M163.8,4.8c-0.6,0.1-1.1,0.1-3.5,0.1h0L163.8,4.8 M181.6,2.8 c0.5,0,1,0,1.5,0.1C182.6,2.9,182.1,2.9,181.6,2.8 M178,2.9c-0.3,0-0.6,0-0.9-0.1h0c0.1,0,0.3,0,0.4-0.1c0.1,0,0.3-0.1,0.5-0.1 C178.2,2.7,178.2,2.8,178,2.9 M7.9,46.8c-0.2-0.5-0.7-0.9-0.3-1.5c1.7,1.4,1.1,3,1,4.9C8.4,50,8.2,49.8,8,49.7 c0-0.6,0.2-1.3,0.2-1.9C8.2,47.4,8.1,47.1,7.9,46.8 M13.6,36.1l-0.2,0l0.1-0.1c0.1,0,0.2,0,0.2,0.1L13.6,36.1 M13.2,34.7 c0,0,0,0.1-0.1,0.1c-0.1,0-0.1,0-0.2,0l-0.1-0.1L13.2,34.7z M7.4,34c-0.2,0.2-0.3,0.3-0.2,0.5c0.2,0.5,0.2,0.9,0.2,1.4 C7.1,36.4,7,36.8,7,37.3c-0.3,0-0.3-0.2-0.4-0.3c-0.1-1.5-0.2-3-0.3-4.5c0-0.4,0-0.8,0.8-0.9c0.2,0.2,0.4,0.4,0.5,0.6l0,0 c-0.1,0.2-0.1,0.4,0,0.5c0.1,0.4,0.2,0.7,0.1,1.1l-0.1,0.3C7.6,33.9,7.4,33.9,7.4,34 M5.2,14.6l0.1-0.1L5.2,14.6L5.2,14.6 M5.3,15.5l0.1,0.1l-0.2,0.5l-0.1,0L5.3,15.5 M6.8,29.5c-0.1-0.4,0.1-0.9,0.6-1.3l0.1,0.1c0.1,0.1,0,0.3-0.1,0.4 c-0.1,0.2-0.3,0.4-0.3,0.6c0,0.2,0,0.4,0,0.5c0.1,0.1,0.2,0.3,0.3,0.4l0,0.1c-0.4,0.1-0.6,0-0.8,0C6.8,30.1,6.8,29.8,6.8,29.5 M11.7,28.5l0.1-0.4l0.2,0c0,0.1,0,0.3,0,0.4L11.7,28.5 M11.8,17.8L11.8,17.8L11.8,17.8L11.8,17.8z M10.6,23.9L10.6,23.9L10.6,23.9 L10.6,23.9z M11.6,15.7l0.1,0v0.1L11.6,15.7L11.6,15.7 M12.7,24c0,0.1,0.1,0.1,0.1,0.2l-0.1,0c-0.1,0-0.1-0.1-0.1-0.1L12.7,24 M11.5,26c0-0.7,0.2-1.4,0.5-2.1c0.1-0.1,0.1-0.2,0.2-0.3c0.4,0.5-0.3,0.9,0,1.3l0.3,0.1c-0.1,0.1-0.2,0.2-0.3,0.3 c-0.2,0.1-0.3,0.2-0.3,0.3c-0.1,0.3-0.2,0.6-0.2,0.8c0,0.2,0.1,0.4,0.2,0.6c0,0.1,0,0.2,0,0.3l0,0.1l-0.2,0c-0.2,0-0.5-0.1-0.5-0.2 c0-0.2,0.2-0.3,0.2-0.5c0-0.2-0.1-0.5-0.1-0.7L11.5,26L11.5,26 M10.7,36.1c-0.1-0.2-0.1-0.4,0.1-0.6c0.1-0.2,0.1-0.3,0.2-0.5l0.4,0 C11.3,35.3,11.6,35.7,10.7,36.1 M11.4,34.3l0.1,0l0.2,0.1c-0.1,0.1-0.1,0.1-0.2,0.2C11.4,34.4,11.4,34.3,11.4,34.3 M11.6,33.9 L11.6,33.9L11.6,33.9L11.6,33.9z M11.5,33.5c-0.1,0-0.1-0.1-0.1-0.1c0.1-0.8,0.2-1.6,0.3-2.4c0-0.1,0.1-0.1,0.2-0.2 c0,0.6,0,1.2,0,1.9C11.9,33,11.8,33.3,11.5,33.5 M13.5,53.6c-0.1-0.4-0.2-0.7-0.3-1.1c0-0.1-0.1-0.3-0.1-0.4c0-0.1-0.1-0.3-0.1-0.4 c0-0.2-0.1-0.5-0.1-0.7c-0.2-1-0.2-1.9-0.2-2.9c0-1.1-0.5-2.1-0.7-3.2c-0.1-0.4-0.2-0.8-0.2-1.2c0.1-0.9,0-1.9-0.5-2.8 c-0.1-0.3-0.2-0.6-0.3-0.8c0.2-0.5,0.3-0.9,0.3-1.4c0-0.1-0.1-0.1-0.2-0.2h-0.1c0.1-0.1,0.1-0.2,0.2-0.3l0.1-0.1 c0.1-0.1,0.2-0.2,0.2-0.2c0.1-0.6,0.5-1.2,0.5-1.7c0-0.1,0-0.1,0-0.2c0,0.2,0,0.4,0,0.7c0,0.8,0.2,1.7,0.3,2.5 c0.1,1.6,0,3.2,0.3,4.7c0.3,1.5,0.4,3,0.4,4.6c0,0.5,0.3,1.1,0.4,1.6l0.3,1.7l0.1,0.9c0,0.3,0.1,0.6,0.1,0.9c0,0.1,0,0.2-0.1,0.3 L13.5,53.6z M92.1,57.9L92.1,57.9c0.6-0.1,1.3-0.1,2-0.1l0.4,0l0,0.1L92.1,57.9z M201.6,53.9l0.1,0.2c0,0.3,0,0.5,0,0.8h-0.1V53.9z M202.5,57.3l0.6,0l0.1,0.3l-0.9,0L202.5,57.3 M208.2,56c0.5,0,0.9,0,1.4,0l-0.1,0.1l-0.1,0.1c-0.4,0-0.8,0-1.3,0L208.2,56 M214.2,57.2l-0.2-0.1h0.2L214.2,57.2 M215.5,49.9c0,0.1,0,0.1,0,0.2h-0.2l0-0.2l0.1,0L215.5,49.9 M215.3,49.3 c-0.6-0.5-0.8-1.1-0.5-1.7C215,48.2,215.1,48.7,215.3,49.3 M211.6,12.7l0.2,0l-0.1,0.2C211.6,12.8,211.6,12.7,211.6,12.7 M203.5,10.9l0.1,0.1c0.1,0.1,0.1,0.1,0.1,0.2c0.2,0.3,0.2,0.6,0.3,0.8c0,0.6-0.2,1.3-0.7,1.9c-0.2-0.6-0.3-1.2-0.2-1.8 c0.1-0.6,0.1-1.2-0.1-1.8c0.2,0.1,0.3,0.3,0.4,0.4L203.5,10.9 M203,7.5c0.1,0,0.2,0,0.3,0v1.1l-0.1,0.1l-0.1-0.1 c-0.1-0.3-0.2-0.6-0.3-1C202.8,7.6,202.9,7.5,203,7.5 M191.7,4.5l0.2,0c2.3,0,4.6,0,6.9-0.1c0.2,0.1,0.4,0.2,0.5,0.2 c-1.5,0-3.1,0.1-4.6,0.1c-1.4,0-2.8,0-4.2-0.1C190.9,4.6,191.3,4.6,191.7,4.5 M172.1,2.7c0.8,0,1.6,0.1,2.3,0.1 c-0.7,0-1.3,0.1-2,0.1c-0.3,0-0.7,0-1.1,0L172.1,2.7 M139.3,2.9c1.3-0.1,2.6,0,3.9,0c1.2,0,2.4,0,3.6,0c1.2,0,2.4-0.1,3.6-0.1 c5.3,0,10.7,0,16-0.1c1.1,0,2.3,0,3.3,0.2c-0.3,0-0.5,0-0.8,0c-2.3-0.1-4.7-0.1-7,0c-0.9,0-1.8,0-2.7,0c-3.3,0-6.6,0-9.8,0 c-3.8,0.1-7.5,0.1-11.3,0C138.3,3,138.8,3,139.3,2.9 M135,2.1l0.2,0l0.1,0.1L135,2.1L135,2.1 M132.6,1.5l0.6,0.1 c-0.2,0-0.3,0.1-0.5,0.1c-0.2,0-0.4,0-0.6-0.1L132.6,1.5 M129.8,0.7c0.7-0.1,1.3,0,1.4,0.3c-1.2,0.3-2.6,0.1-3.9,0.1 C128.1,0.9,128.9,0.8,129.8,0.7 M123.6,2.3l0.2,0h-0.5L123.6,2.3 M119.5,1.1L119.5,1.1c0,0.1-0.1,0.1-0.2,0.1l-0.2,0L119.5,1.1 M113.6,1.1l0.3,0.1c-0.1,0-0.3,0.1-0.4,0.1c-0.2,0-0.3,0-0.5-0.1C113.2,1.1,113.4,1.1,113.6,1.1 M115.1,2.4c0,0.2-0.6,0.1-0.9,0.2 c-0.4,0-0.8,0-1.3,0l0-0.1C113.6,2.4,114.3,2.4,115.1,2.4 M105.4,1c1.1-0.1,2.2,0,2.9,0.2c-3.3,0.4-3.5,0.4-4.9,0.2 C103.8,1.2,104.5,1.1,105.4,1 M100.8,1.2c0.1,0,0.1,0.1,0.2,0.2c-0.3,0-0.6,0-0.9,0c-0.1,0-0.1-0.1-0.2-0.1 C100.2,1.3,100.5,1.2,100.8,1.2 M5.2,6.1c0,0.4,0,0.8,0.1,1.2l0,0.3L5.2,7.6C4.9,7.1,4.9,6.6,5.2,6.1 M3,13h0.2v0.2l-0.1,0l-0.1,0 C3,13.2,3,13.1,3,13 M2.7,29.4c0,0.1-0.1,0.2-0.1,0.3l-0.2,0l0.2-0.5l0.1,0C2.7,29.2,2.7,29.3,2.7,29.4 M3.1,13.9 c0.5,0.5,0.6,1.1,0.3,1.7C3.3,15,3.1,14.4,3.1,13.9 M3.4,20.4L3.4,20.4L3.4,20.4L3.4,20.4z M3.4,31.4L3.4,31.4L3.4,31.4L3.4,31.4z M3.6,31.1l-0.1,0L3.6,31.1L3.6,31.1 M3.5,18.7L3.5,18.7l-0.1-0.2h0.1l0,0.1C3.6,18.7,3.6,18.7,3.5,18.7 M3.7,30.4L3.7,30.4 L3.7,30.4L3.7,30.4z M28,58.9c0.7-0.1,1.3-0.2,2.3,0C29.3,59,28.7,59,28,58.9 M101.8,59.5c-1.2,0-2.3-0.1-3.5-0.1l0.1-0.1 c0.8,0,1.7,0,2.6,0c0.3,0,0.7,0,1,0.1c0.2,0,0.2,0.1,0.2,0.1C102.1,59.4,101.9,59.5,101.8,59.5 M129.5,59.1c-0.4,0-0.7-0.1-0.4-0.3 c0.5,0,1,0,1.6,0.1C130.5,59.1,130,59.1,129.5,59.1 M140.2,58.8L140.2,58.8L140.2,58.8L140.2,58.8 M195.5,58.4 c-1.5,0-3.1,0.1-4.6,0.1c-1.3,0-2.6,0.1-3.9,0.1c-1.4,0-2.9,0-4.2-0.2c-0.4,0.1-1,0.2-1.6,0.1v-0.3l0.3,0c1.2,0,2.5,0,3.7,0 c1.4,0,2.9,0,4.2,0.2c0.7,0.1,1.4,0,2,0c0.3-0.1,0.7-0.1,1.1-0.1c1.2,0.1,2.4,0.1,3.6,0C195.6,58.4,195.6,58.4,195.5,58.4 M194.5,57.5c-0.6,0-1.1,0-1.7,0c-0.1,0-0.1,0-0.2-0.1c0.3,0,0.6,0,0.9,0c0.4,0,0.9,0,1.3,0c0.8,0,1.6-0.1,2.4,0c1.5,0,3,0,4.5-0.1 c0,0.1,0,0.2,0,0.3c-0.8,0-1.5,0-2.3,0C197.9,57.5,196.2,57.5,194.5,57.5 M201.4,58.5l-0.3,0v0L201.4,58.5L201.4,58.5 M208,57.6 c0-0.1,0.1-0.2,0.1-0.3l0.1,0c0.6-0.1,1.3-0.2,2-0.2c0,0.1,0,0.1,0.1,0.2c0,0.1,0.1,0.2,0.1,0.4l-0.2,0L208,57.6'/%3E%3C/svg%3E%0A");
        -webkit-mask-size: cover; mask-size: cover; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    }

    .wdt-magnificent-style.wdt-post-entry .blog-entry:not(.has-post-thumbnail) .entry-thumb-detail-group > .entry-date > .entry-date-group { padding: 10px 20px;
        -webkit-mask-position: right bottom; mask-position: right bottom; display: flex; align-items: center; background-color: var(--wdtPrimaryColor); }

    .wdt-magnificent-style.wdt-post-entry .blog-entry:not(.has-post-thumbnail) .entry-thumb-detail-group > .entry-date {
        -webkit-mask-position: left top; mask-position: left top; }
        

    /* Categories */
    .wdt-magnificent-style.wdt-post-entry .blog-entry div.entry-tags a{font-size: 16px;}
    .wdt-magnificent-style.wdt-post-entry .blog-entry div.entry-categories a{text-decoration: underline;opacity: 0.5;font-weight: 700;}
    .wdt-magnificent-style.wdt-post-entry .blog-entry div.entry-categories a:hover, .wdt-magnificent-style.wdt-post-entry .blog-entry div.entry-tags a:hover{opacity: 1;color: var(--wdtSecondaryColor);}
    .wdt-magnificent-style .entry-categories span{margin-left: 6px;}
    .wdt-magnificent-style .blog-entry .entry-author span,.wdt-magnificent-style .entry-categories span{font-style: italic;}

    /* Tags */
    .wdt-magnificent-style.wdt-post-entry .entry-tags i {display: none;}

    /* Button */
    .wdt-posts-list-wrapper .wdt-magnificent-style .blog-entry:hover .entry-button a.wdt-button:after{width: unset;}
    .wdt-posts-list-wrapper .wdt-magnificent-style .blog-entry .entry-button a.wdt-button { margin-top: 0;
        padding: 0; text-transform: capitalize; letter-spacing: 0; font-size: 1rem; background: transparent; position: relative; }

    .wdt-magnificent-style.wdt-post-entry .blog-entry:not(.has-post-thumbnail) .entry-button a.wdt-button { color: var(--wdtLinkColor); }

    /* .wdt-posts-list-wrapper .wdt-magnificent-style .blog-entry .entry-button a.wdt-button:after{content: '\21AC'; font-size: 16px; position: unset; background: transparent; margin-left: 10px; } */
    .wdt-posts-list-wrapper .wdt-magnificent-style .blog-entry .entry-button a.wdt-button:before { 
        content:''; width: 100%; height: 1px; top: auto; bottom: 0; background: currentColor; margin-top: 0; transition: var(--wdtBaseTransition); position: absolute; }
    .wdt-posts-list-wrapper .wdt-magnificent-style .blog-entry .entry-button a.wdt-button:hover:before { width: 0; }

    .wdt-posts-list-wrapper .wdt-magnificent-style .blog-entry .entry-button a.wdt-button span { display: none; }

    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-button a.wdt-button:hover { background-color: transparent; color: var(--wdtPrimaryColor); }
    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-author a:hover { color: var(--wdtSecondaryColor); }
    .wdt-posts-list-wrapper .wdt-magnificent-style.alignright .blog-entry .entry-button a.wdt-button { direction: rtl; }
    /* .wdt-posts-list-wrapper .wdt-magnificent-style.alignright .blog-entry .entry-button a.wdt-button:after { content: '\21AB'; margin-left: 0; margin-right: 10px; } */
    .wdt-posts-list-wrapper .wdt-magnificent-style.alignright .blog-entry .entry-button a.wdt-button:before { right: 0; }

    /* Format */
    .wdt-magnificent-style .blog-entry .entry-format a:before { font-size: 18px; line-height: 30px; }
    .wdt-magnificent-style .blog-entry .entry-format a { width: 30px; height: 30px; }
    .wdt-magnificent-style .blog-entry .entry-format a { border-radius: 10px; }
    
    /* Sticky Post */
    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-title h4  { position: relative; }
    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-title h4 span.sticky-post { border-radius: 50%;
        display: inline-block; font-size: 0; padding: 0; position: absolute; left: 2px; top: 6px; width: 28px; height: 28px; right: auto; 
        background-color: var(--wdtPrimaryColor) !important; color: var(--wdtAccentTxtColor) !important; }
    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-title h4 span.sticky-post > i:first-child { 
        margin-right: 0; padding: 0; position: relative; left: auto; top: auto; transform: none; -webkit-transform: none; font-size: 18px;
        display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; }
    .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-title h4 span.sticky-post ~ a { margin-left: 36px; }

    /* Meta Group */
    .wdt-magnificent-style.wdt-post-entry .entry-meta-group > div:not(:last-child) {display: inline-block;padding-right: 14px;margin-right: 5px;position: relative;}
    .wdt-magnificent-style.wdt-post-entry .entry-meta-group > div:not(:last-child):after {content: '';position: absolute;width: 5px;height: 2px;background: currentColor;right: 0;top: 14px;opacity: 0.6;}
    .wdt-magnificent-style.wdt-post-entry .entry-meta-group > div:empty {display: none;}

    /* Blog Column Split */

    .tpl-blog-holder .column.wdt-magnificent-style.wdt-post-entry.wdt-one-fourth { width: 25%; }

    /* Thumb fadeinleft image hover Style */

    .wdt-fadeinleft-hover .blog-entry .entry-thumb { overflow: hidden; }
    .wdt-fadeinleft-hover .blog-entry .entry-thumb .entry-thumb-image-group > a > img, 
    .wdt-fadeinleft-hover.wdt-magnificent-style.wdt-post-entry .blog-entry .entry-thumb .entry-thumb-image-group > a > img { 
        -webkit-transform: scale(1.03); transform: scale(1.03); transform-origin: 0 20%; width: 100%;
        -webkit-transition: transform .8s cubic-bezier(.39,.58,.57,1); transition: transform .8s cubic-bezier(.39,.58,.57,1); }

    .wdt-fadeinleft-hover .blog-entry:hover .entry-thumb .entry-thumb-image-group > a > img, 
    .wdt-fadeinleft-hover.wdt-magnificent-style.wdt-post-entry .blog-entry:hover .entry-thumb .entry-thumb-image-group > a > img { 
        -webkit-transform: scale(1.01); transform: scale(1.01); }

    /* Thumb Scale-in image hover Style */

    .wdt-magnificent-style.wdt-scaleout-hover .blog-entry .entry-thumb .entry-thumb-image-group > a img { 
        transform: scale(1.2); -webkit-transform: scale(1.2); width: 100%; }
    .wdt-magnificent-style.wdt-scaleout-hover:hover .blog-entry .entry-thumb .entry-thumb-image-group > a img { 
        transform: scale(1); -webkit-transform: scale(1); width: 100%; }

    .wdt-magnificent-style.wdt-scalein-hover .blog-entry .entry-thumb .entry-thumb-image-group > a img { 
        transform: scale(1); -webkit-transform: scale(1); width: 100%; }
    .wdt-magnificent-style.wdt-scalein-hover:hover .blog-entry .entry-thumb .entry-thumb-image-group > a img { 
        transform: scale(1.2); -webkit-transform: scale(1.2); width: 100%; }


    /* Framework update */

    .wdt-magnificent-style.wdt-post-entry .blog-entry.format-link > div.entry-thumb .wdticon-link { margin-right: 10px; margin-top: 2px; }
    .wdt-magnificent-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper  { 
        display: inline-flex; align-items: flex-start; margin: 1em 0; position: relative; }
    
    .wdt-magnificent-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .entry-link-url { height: 100%;
        position: absolute; left: 0; top: 0; width: 100%; }
    .wdt-magnificent-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .link-author { 
        color: var(--wdtSecondaryColor); }
    .wdt-magnificent-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper:hover .link-author { 
        color: var(--wdtPrimaryColor); }
    
    .wdt-magnificent-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] .entry-quote-inner .wdticon-quote-left { display: none; }
    
    .wdt-magnificent-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-thumb"] .entry-link-inner, 
    .wdt-magnificent-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] .entry-quote-inner { 
        border-color: rgba(var(--wdtHeadAltColorRgb),0.15); border-width: 0 0 2px; border-style: solid; padding-bottom: 10px; padding-top: 10px; }

    .wdt-magnificent-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-thumb"] > .entry-thumb-image-group .entry-link-inner, 
    .wdt-magnificent-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] > .entry-thumb-image-group .entry-quote-inner { 
        margin-bottom: 30px; }

    .wdt-magnificent-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-thumb"]:after,
    .wdt-magnificent-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"]:after { display: none; }

    /* Framework Ajax product */

    .wdt-magnificent-style.wdt-post-entry .blog-entry.product.type-product > div.entry-date { display: none; }
    
    
/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/

    @media (max-width: 1280px) {
        .tpl-blog-holder .column.wdt-magnificent-style.wdt-post-entry.wdt-one-fourth { width: 33.3333%; }
        .tpl-blog-holder .column.wdt-magnificent-style.wdt-post-entry { padding: 15px; }
    }

    @media (max-width: 1024px) {
        .tpl-blog-holder .column.wdt-magnificent-style.wdt-post-entry.wdt-one-fourth { width: 50%; }
    }

    @media (max-width: 767px) {
        .wdt-magnificent-style.wdt-post-entry .has-post-thumbnail .entry-thumb-detail-group { margin: 0; padding: 20px; }
    }

    /*----*****---- << Mobile - Portrait >> ----*****----*/

    /* Common Styles for the devices below 479px width */
    @media only screen and (max-width: 480px) {
        /* .wdt-magnificent-style.wdt-post-entry .blog-entry .entry-title h4 a{font-size: calc(var(--wdtFontSize_H3) * 0.7);} */

        .tpl-blog-holder .column.wdt-magnificent-style.wdt-post-entry.wdt-one-fourth { width: 100%; }
    }