It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://astrology.dinakaran.com/rss/Rssengmonth.aspx?id=6

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.    <meta charset="UTF-8" />
  6.    <title>Dinakaran Astrology</title>
  7.    <meta name="viewport" content="width=device-width,initial-scale=1" />
  8.    <meta name="description" content="" />
  9.    <link rel="icon" href="favicon.png">
  10.    <link rel="preconnect" href="https://fonts.googleapis.com">
  11.    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  12.    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
  13.  
  14.    <style>
  15.        *,
  16.        *::before,
  17.        *::after {
  18.            box-sizing: border-box;
  19.        }
  20.  
  21.        * {
  22.            margin: 0;
  23.        }
  24.  
  25.        body {
  26.            /* line-height: 1.5; */
  27.            -webkit-font-smoothing: antialiased;
  28.        }
  29.  
  30.        img,
  31.        picture,
  32.        video,
  33.        canvas,
  34.        svg {
  35.            display: block;
  36.            max-width: 100%;
  37.        }
  38.  
  39.        input,
  40.        button,
  41.        textarea,
  42.        select {
  43.            font: inherit;
  44.        }
  45.  
  46.        p,
  47.        h1,
  48.        h2,
  49.        h3,
  50.        h4,
  51.        h5,
  52.        h6 {
  53.            overflow-wrap: break-word;
  54.        }
  55.  
  56.        #root,
  57.        #__next {
  58.            isolation: isolate;
  59.        }
  60.  
  61.        body {
  62.            margin: 0;
  63.            padding: 0;
  64.            min-height: 100%;
  65.            font-size: 18px;
  66.            font-weight: normal;
  67.            font-family: "Roboto", sans-serif;
  68.            font-weight: 400;
  69.            font-style: normal;
  70.            overflow-x: hidden;
  71.            position: relative;
  72.            box-sizing: border-box;
  73.        }
  74.  
  75.  
  76.  
  77.        @media (min-width: 576px) {
  78.            .container {
  79.                max-width: 540px;
  80.            }
  81.        }
  82.  
  83.        @media (min-width: 768px) {
  84.            .container {
  85.                max-width: 720px;
  86.            }
  87.        }
  88.  
  89.        @media (min-width: 992px) {
  90.            .container {
  91.                max-width: 960px;
  92.            }
  93.        }
  94.  
  95.        @media (min-width: 1200px) {
  96.            .container {
  97.                max-width: 1140px;
  98.            }
  99.        }
  100.  
  101.        @media (min-width: 1400px) {
  102.  
  103.            .container-xxl,
  104.            .container {
  105.                max-width: 1360px;
  106.            }
  107.        }
  108.  
  109.        .error_page_main {
  110.            width: 100%;
  111.            height: 100vh;
  112.            padding: 2rem 5rem;
  113.            position: relative;
  114.            display: flex;
  115.            flex-direction: column;
  116.            justify-content: space-between;
  117.            align-items: center;
  118.        }
  119.  
  120.  
  121.  
  122.        /* for button */
  123.  
  124.        .refresh_button {
  125.            background-color: #4CAF50;
  126.            border: none;
  127.            color: white;
  128.            padding: 8px 20px;
  129.            text-align: center;
  130.            font-size: 16px;
  131.            cursor: pointer;
  132.            border-radius: 5px;
  133.        }
  134.  
  135.        .logo_image {
  136.            display: block;
  137.            width: 150px;
  138.            margin-top: 15px;
  139.            background: #303030;
  140.        }
  141.  
  142.        .logo_image img {
  143.            width: 100%;
  144.            display: inline-block;
  145.        }
  146.  
  147.  
  148.        .error_message h2 {
  149.            width: fit-content;
  150.            margin: auto;
  151.            color: #000;
  152.            font-size: 25px;
  153.            margin-bottom: 1rem;
  154.        }
  155.  
  156.        .button_status_wrapper {
  157.            width: 100%;
  158.            padding: 0rem 5rem 3rem;
  159.            display: flex;
  160.            flex-direction: column;
  161.            justify-content: center;
  162.            align-items: center;
  163.            gap: 20px;
  164.            align-self: flex-end;
  165.        }
  166.  
  167.  
  168.        .button_status_wrapper p {
  169.            width: fit-content;
  170.            font-size: 18px;
  171.            color: #000;
  172.        }
  173.  
  174.        .error {
  175.            display: inline-block;
  176.            color: #000;
  177.            font-weight: 700;
  178.            font-size: inherit;
  179.            width: fit-content;
  180.        }
  181.  
  182.        .error_img {
  183.            width: 29vw;
  184.            height: auto;
  185.            display: inline-block;
  186.        }
  187.  
  188.        .error_img svg {
  189.            width: 100%;
  190.        }
  191.  
  192.  
  193.        @media only screen and (min-width: 360px) and (max-width: 768px) {
  194.  
  195.            .button_status_wrapper {
  196.                padding: 1rem 0rem 1rem;
  197.            }
  198.  
  199.            .button_status_wrapper p {
  200.                text-align: center;
  201.            }
  202.  
  203.            .error_img {
  204.                width: 85vw;
  205.            }
  206.  
  207.            .error_page_main {
  208.                padding: 4rem 2rem;
  209.            }
  210.  
  211.  
  212.            .logo_image {
  213.                width: 220px !important;
  214.  
  215.            }
  216.  
  217.  
  218.            .refresh_button {
  219.                padding: 10px 20px;
  220.                font-size: 18px;
  221.            }
  222.  
  223.  
  224.        }
  225.    </style>
  226. </head>
  227.  
  228. <body>
  229.    <div class="error_page_main">
  230.        <div class="logo_image">
  231.            <a href="https://astrology.dinakaran.com/"><img
  232.                    src="https://astrology.dinakaran.com/wp-content/uploads/2023/03/logo-1.png" alt=""></a>
  233.        </div>
  234.  
  235.        <div class="error_img">
  236.            <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
  237.                y="0px" viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
  238.                <g id="Background_Complete">
  239.                    <g>
  240.                        <rect y="382.398" style="fill:#EBEBEB;" width="500" height="0.25" />
  241.                        <rect x="416.779" y="398.494" style="fill:#EBEBEB;" width="33.122" height="0.25" />
  242.                        <rect x="322.527" y="401.208" style="fill:#EBEBEB;" width="8.693" height="0.25" />
  243.                        <rect x="396.586" y="389.208" style="fill:#EBEBEB;" width="19.192" height="0.25" />
  244.                        <rect x="52.459" y="390.888" style="fill:#EBEBEB;" width="43.193" height="0.25" />
  245.                        <rect x="104.556" y="390.888" style="fill:#EBEBEB;" width="6.333" height="0.25" />
  246.                        <rect x="131.471" y="395.111" style="fill:#EBEBEB;" width="93.676" height="0.25" />
  247.                        <path style="fill:#EBEBEB;" d="M237.014,337.8H43.915c-3.147,0-5.708-2.561-5.708-5.708V60.66c0-3.147,2.561-5.708,5.708-5.708
  248. h193.099c3.146,0,5.707,2.561,5.707,5.708v271.432C242.721,335.239,240.16,337.8,237.014,337.8z M43.915,55.203
  249. c-3.01,0-5.458,2.448-5.458,5.458v271.432c0,3.01,2.448,5.458,5.458,5.458h193.099c3.009,0,5.457-2.448,5.457-5.458V60.66
  250. c0-3.009-2.448-5.458-5.457-5.458H43.915z" />
  251.                        <path style="fill:#EBEBEB;" d="M453.31,337.8H260.212c-3.147,0-5.707-2.561-5.707-5.708V60.66c0-3.147,2.561-5.708,5.707-5.708
  252. H453.31c3.148,0,5.708,2.561,5.708,5.708v271.432C459.019,335.239,456.458,337.8,453.31,337.8z M260.212,55.203
  253. c-3.009,0-5.457,2.448-5.457,5.458v271.432c0,3.01,2.448,5.458,5.457,5.458H453.31c3.01,0,5.458-2.448,5.458-5.458V60.66
  254. c0-3.009-2.448-5.458-5.458-5.458H260.212z" />
  255.                    </g>
  256.                    <g>
  257.                        <path style="fill:#E0E0E0;" d="M227.33,158.82v22.766l11.723,1.105c1.582,7.631,4.607,14.726,8.743,21.029l-7.53,9.095
  258. l16.099,16.1l9.096-7.531c6.302,4.137,13.398,7.162,21.029,8.744l1.104,11.723h22.767l1.105-11.724
  259. c7.631-1.583,14.728-4.606,21.029-8.743l9.096,7.531l16.1-16.1l-7.53-9.096c4.136-6.302,7.16-13.397,8.743-21.028l11.724-1.105
  260. V158.82l-11.724-1.105c-1.583-7.632-4.607-14.728-8.743-21.03l7.53-9.096l-16.1-16.1l-9.096,7.529
  261. c-6.301-4.134-13.398-7.159-21.029-8.742l-1.105-11.724h-22.767l-1.104,11.724c-7.631,1.582-14.727,4.607-21.029,8.742
  262. l-9.096-7.529l-16.099,16.1l7.53,9.095c-4.136,6.302-7.161,13.398-8.743,21.03L227.33,158.82z M298.978,139.381
  263. c17.023,0,30.822,13.799,30.822,30.822c0,17.022-13.799,30.821-30.822,30.821c-17.022,0-30.822-13.8-30.822-30.821
  264. C268.157,153.18,281.956,139.381,298.978,139.381z" />
  265.                        <path style="fill:#E0E0E0;"
  266.                            d="M188.865,260.701l6.535,5.412l11.567-11.568l-5.41-6.535c2.971-4.528,5.145-9.628,6.281-15.11
  267. l8.423-0.793v-16.358l-8.423-0.794c-1.137-5.484-3.31-10.581-6.282-15.109l5.41-6.536l-11.567-11.568l-6.535,5.41
  268. c-4.529-2.97-9.627-5.143-15.111-6.282l-0.793-8.423l-16.359,0.002l-0.792,8.421c-5.484,1.137-10.583,3.312-15.111,6.282
  269. l-6.535-5.41l-11.567,11.568l5.411,6.536c-2.972,4.526-5.145,9.625-6.283,15.109l-8.421,0.794v16.358l8.421,0.793
  270. c1.138,5.482,3.31,10.581,6.283,15.11l-5.411,6.535l11.567,11.568l6.535-5.412c4.528,2.971,9.626,5.145,15.111,6.283l0.792,8.422
  271. h16.359l0.793-8.424C179.238,265.846,184.336,263.672,188.865,260.701z M142.637,223.927c0-12.23,9.914-22.144,22.145-22.144
  272. c12.229,0,22.145,9.914,22.145,22.144c0,12.23-9.915,22.145-22.145,22.145C152.551,246.072,142.637,236.157,142.637,223.927z" />
  273.                        <path style="fill:#E0E0E0;" d="M261.566,371.507c6.528-1.353,12.598-3.942,17.99-7.479l7.78,6.441l13.772-13.771l-6.442-7.783
  274. c3.538-5.389,6.126-11.459,7.479-17.988l10.028-0.944v-19.476l-10.028-0.944c-1.353-6.529-3.942-12.598-7.479-17.989l6.442-7.781
  275. l-13.772-13.77l-7.78,6.44c-5.392-3.537-11.461-6.125-17.99-7.479l-0.944-10.028h-19.477l-0.944,10.028
  276. c-6.528,1.354-12.597,3.942-17.988,7.479l-7.781-6.44l-13.772,13.77l6.44,7.781c-3.537,5.391-6.124,11.46-7.478,17.989
  277. l-10.028,0.944v19.476l10.028,0.944c1.354,6.529,3.941,12.599,7.478,17.99l-6.44,7.781l13.772,13.771l7.781-6.441
  278. c5.391,3.537,11.46,6.126,17.988,7.479l0.944,10.028h19.477L261.566,371.507z M224.519,320.244
  279. c0-14.56,11.804-26.365,26.365-26.365c14.562,0,26.366,11.805,26.366,26.365c0,14.562-11.804,26.365-26.366,26.365
  280. C236.323,346.609,224.519,334.806,224.519,320.244z" />
  281.                        <path style="fill:#F0F0F0;" d="M401.552,211.225h21.507c2.078,0,3.376-2.249,2.338-4.049l-10.753-18.626
  282. c-1.039-1.799-3.636-1.799-4.675,0l-10.753,18.626C398.176,208.976,399.475,211.225,401.552,211.225z M413.753,193.633
  283. l-0.476,9.279h-1.962l-0.496-9.279H413.753z M410.72,206.103c0-0.852,0.654-1.527,1.566-1.527c0.932,0,1.606,0.675,1.606,1.527
  284. c0,0.852-0.674,1.547-1.606,1.547C411.374,207.65,410.72,206.955,410.72,206.103z" />
  285.                        <path style="fill:#F0F0F0;" d="M86.948,127.228h21.507c2.078,0,3.376-2.249,2.338-4.049l-10.753-18.626
  286. c-1.039-1.799-3.636-1.799-4.675,0L84.611,123.18C83.572,124.979,84.87,127.228,86.948,127.228z M99.148,109.636l-0.476,9.279
  287. h-1.962l-0.496-9.279H99.148z M96.116,122.106c0-0.852,0.654-1.527,1.566-1.527c0.932,0,1.606,0.675,1.606,1.527
  288. c0,0.852-0.674,1.546-1.606,1.546C96.769,123.652,96.116,122.958,96.116,122.106z" />
  289.                        <path style="fill:#F0F0F0;" d="M144.647,356.386h21.507c2.078,0,3.376-2.249,2.338-4.049l-10.753-18.626
  290. c-1.039-1.799-3.636-1.799-4.675,0l-10.753,18.626C141.271,354.137,142.569,356.386,144.647,356.386z M156.847,338.793
  291. l-0.476,9.279h-1.962l-0.496-9.279H156.847z M153.814,351.263c0-0.852,0.654-1.527,1.566-1.527c0.932,0,1.606,0.675,1.606,1.527
  292. c0,0.852-0.674,1.547-1.606,1.547C154.468,352.81,153.814,352.116,153.814,351.263z" />
  293.                        <path style="fill:#F0F0F0;" d="M346.008,329.436h21.507c2.078,0,3.376-2.249,2.338-4.049l-10.753-18.626
  294. c-1.039-1.799-3.636-1.799-4.675,0l-10.753,18.626C342.632,327.187,343.931,329.436,346.008,329.436z M358.209,311.844
  295. l-0.476,9.279h-1.962l-0.496-9.279H358.209z M355.176,324.314c0-0.852,0.654-1.527,1.565-1.527c0.932,0,1.606,0.675,1.606,1.527
  296. c0,0.852-0.674,1.547-1.606,1.547C355.829,325.86,355.176,325.166,355.176,324.314z" />
  297.                        <path style="fill:#F0F0F0;" d="M361.473,93.794h11.91c1.151,0,1.87-1.246,1.295-2.242l-5.955-10.314
  298. c-0.576-0.996-2.014-0.996-2.589,0l-5.955,10.314C359.604,92.548,360.323,93.794,361.473,93.794z M368.229,84.052l-0.263,5.138
  299. h-1.087l-0.275-5.138H368.229z M366.55,90.957c0-0.472,0.362-0.846,0.867-0.846c0.516,0,0.889,0.374,0.889,0.846
  300. s-0.373,0.856-0.889,0.856C366.912,91.814,366.55,91.429,366.55,90.957z" />
  301.                        <path style="fill:#F0F0F0;" d="M64.445,251.502h11.91c1.151,0,1.87-1.246,1.295-2.242l-5.955-10.314
  302. c-0.576-0.996-2.014-0.996-2.589,0l-5.955,10.314C62.575,250.257,63.294,251.502,64.445,251.502z M71.201,241.76l-0.264,5.138
  303. h-1.087l-0.275-5.138H71.201z M69.522,248.666c0-0.472,0.362-0.846,0.867-0.846c0.516,0,0.889,0.374,0.889,0.846
  304. s-0.373,0.856-0.889,0.856C69.884,249.522,69.522,249.138,69.522,248.666z" />
  305.                        <path style="fill:#F0F0F0;" d="M292.479,175.286h11.91c1.151,0,1.87-1.246,1.295-2.242l-5.955-10.314
  306. c-0.576-0.997-2.014-0.997-2.589,0l-5.955,10.314C290.609,174.04,291.328,175.286,292.479,175.286z M299.235,165.544l-0.264,5.138
  307. h-1.087l-0.275-5.138H299.235z M297.555,172.449c0-0.472,0.362-0.846,0.867-0.846c0.516,0,0.889,0.374,0.889,0.846
  308. s-0.373,0.856-0.889,0.856C297.917,173.305,297.555,172.921,297.555,172.449z" />
  309.                        <g>
  310.                            <rect x="164.115" y="88.329" style="fill:#E0E0E0;" width="30.937" height="20.448" />
  311.                            <rect x="164.115" y="88.329" style="fill:#F0F0F0;" width="31.004" height="3.356" />
  312.                        </g>
  313.                        <g>
  314.                            <rect x="96.502" y="164.161" style="fill:#E0E0E0;" width="30.937" height="20.448" />
  315.                            <rect x="96.502" y="164.161" style="fill:#F0F0F0;" width="31.004" height="3.356" />
  316.                        </g>
  317.                        <g>
  318.                            <rect x="92.22" y="309.716" style="fill:#E0E0E0;" width="30.937" height="20.448" />
  319.                            <rect x="92.22" y="309.716" style="fill:#F0F0F0;" width="31.004" height="3.356" />
  320.                        </g>
  321.                        <g>
  322.                            <rect x="330.441" y="257.017" style="fill:#E0E0E0;" width="30.937" height="20.448" />
  323.                            <rect x="330.441" y="257.017" style="fill:#F0F0F0;" width="31.004" height="3.356" />
  324.                        </g>
  325.                        <g>
  326.                            <rect x="398.251" y="283.549" style="fill:#E0E0E0;" width="30.937" height="20.448" />
  327.                            <rect x="398.251" y="283.549" style="fill:#F0F0F0;" width="31.004" height="3.356" />
  328.                        </g>
  329.                        <g>
  330.                            <rect x="386.872" y="130.764" style="fill:#E0E0E0;" width="30.937" height="20.448" />
  331.                            <rect x="386.872" y="130.764" style="fill:#F0F0F0;" width="31.004" height="3.356" />
  332.                        </g>
  333.                    </g>
  334.                </g>
  335.                <g id="Background_Simple" style="display:none;">
  336.                    <g style="display:inline;">
  337.                        <path style="fill:#407BFF;" d="M249.568,93.382c-68.714,30.916-6.337,86.017-46.012,116.025
  338. c-39.675,30.009-147.549-4.683-106.426,73.242c48.304,91.535,259.832,78.824,305.44-33.449
  339. C448.178,136.927,318.282,62.466,249.568,93.382z" />
  340.                        <path style="opacity:0.9;fill:#FFFFFF;" d="M249.568,93.382c-68.714,30.916-6.337,86.017-46.012,116.025
  341. c-39.675,30.009-147.549-4.683-106.426,73.242c48.304,91.535,259.832,78.824,305.44-33.449
  342. C448.178,136.927,318.282,62.466,249.568,93.382z" />
  343.                    </g>
  344.                </g>
  345.                <g id="Shadow_1_">
  346.                    <ellipse id="_x3C_Path_x3E__359_" style="fill:#F5F5F5;" cx="250" cy="416.238" rx="193.889"
  347.                        ry="11.323" />
  348.                </g>
  349.                <g id="Speech_bubble">
  350.                    <g>
  351.                        <g>
  352.                            <path style="fill:#407BFF;" d="M213.485,119.419h-28.728c-4.886,0-8.846,3.961-8.846,8.846v25.002
  353. c0,4.885,3.961,8.846,8.846,8.846h5.386l-2.028,7.894l7.978-7.894h17.393c4.885,0,8.846-3.96,8.846-8.846v-25.002
  354. C222.331,123.38,218.37,119.419,213.485,119.419z" />
  355.                            <path style="opacity:0.7;fill:#FFFFFF;" d="M213.485,119.419h-28.728c-4.886,0-8.846,3.961-8.846,8.846v25.002
  356. c0,4.885,3.961,8.846,8.846,8.846h5.386l-2.028,7.894l7.978-7.894h17.393c4.885,0,8.846-3.96,8.846-8.846v-25.002
  357. C222.331,123.38,218.37,119.419,213.485,119.419z" />
  358.                        </g>
  359.                        <circle style="fill:none;stroke:#407BFF;stroke-width:2;stroke-miterlimit:10;" cx="199.121"
  360.                            cy="140.988" r="13.797" />
  361.  
  362.                        <polyline
  363.                            style="fill:none;stroke:#407BFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;"
  364.                            points="
  365. 192.496,140.988 196.851,145.714 205.745,136.289 " />
  366.                    </g>
  367.                </g>
  368.                <g id="Character">
  369.                    <g>
  370.                        <polygon style="fill:#E4897B;"
  371.                            points="163.304,411.277 170.262,411.16 171.989,395.082 165.03,395.199 " />
  372.                        <polygon style="opacity:0.2;"
  373.                            points="171.987,395.086 171.098,403.373 164.137,403.491 165.025,395.203 " />
  374.                        <g>
  375.                            <g>
  376.                                <path style="fill:#407BFF;" d="M179.617,337.05c0.019,22.03-6.183,63.894-6.183,63.894l-11.643,1.807
  377. c0,0-1.132-39.057-1.57-60.679c-0.067-3.187-8.941-18.558-18.083-33.578c-4.708-7.743-9.493-15.4-13.184-21.25
  378. c-3.957-6.269-6.659-10.464-6.659-10.464l27.633-10.34C149.929,266.44,179.598,315.866,179.617,337.05z" />
  379.                            </g>
  380.                        </g>
  381.                        <polygon style="fill:#263238;"
  382.                            points="175.058,401.621 161.042,402.513 160.796,398.002 176.189,396.788 " />
  383.                        <g>
  384.                            <path style="fill:#407BFF;" d="M170.602,410.187c-0.007-0.069,0.031-0.136,0.094-0.166c0.323-0.152,3.174-1.481,4.003-0.977
  385. c0.159,0.096,0.247,0.25,0.254,0.445c0.011,0.328-0.104,0.593-0.342,0.788c-0.79,0.648-2.773,0.311-3.884,0.052
  386. c-0.007-0.002-0.014-0.004-0.021-0.007C170.649,410.301,170.608,410.249,170.602,410.187z M171.287,410.114
  387. c1.525,0.304,2.673,0.274,3.116-0.089c0.156-0.128,0.228-0.298,0.22-0.521c-0.003-0.086-0.032-0.139-0.097-0.179
  388. c-0.018-0.011-0.037-0.02-0.059-0.028C173.951,409.099,172.411,409.626,171.287,410.114z" />
  389.                            <path style="fill:#407BFF;" d="M170.665,410.3c-0.046-0.036-0.07-0.093-0.062-0.151c0.011-0.079,0.275-1.938,1.19-2.633
  390. c0.279-0.212,0.591-0.296,0.925-0.252c0.451,0.062,0.572,0.293,0.595,0.478c0.095,0.787-1.63,2.23-2.485,2.578
  391. c-0.04,0.016-0.083,0.016-0.122,0.001C170.691,410.317,170.677,410.31,170.665,410.3z M172.671,407.59
  392. c-0.248-0.033-0.47,0.028-0.68,0.187c-0.6,0.456-0.895,1.563-1.006,2.105c0.878-0.485,2.057-1.625,2-2.097
  393. c-0.004-0.029-0.013-0.104-0.147-0.155C172.796,407.613,172.742,407.599,172.671,407.59z" />
  394.                            <path style="fill:#263238;"
  395.                                d="M170.061,409.344l-7.596-0.245c-0.284-0.009-0.539,0.18-0.612,0.454l-1.628,6.11
  396. c-0.169,0.633,0.293,1.254,0.95,1.264c2.742,0.042,6.709,0.01,10.153,0.121c4.027,0.13,6.589-0.054,11.312,0.098
  397. c2.856,0.092,3.767-2.756,2.582-3.055c-5.393-1.36-8.924-1.116-13.507-4.153C171.216,409.607,170.661,409.363,170.061,409.344z" />
  398.                        </g>
  399.                        <path style="opacity:0.2;" d="M142.139,308.494c-4.708-7.743-9.493-15.4-13.184-21.25c2.321-3.044,5.089-5.042,5.089-5.042
  400. S142.11,296.28,142.139,308.494z" />
  401.                        <polygon style="fill:#E4897B;"
  402.                            points="84.802,410.438 91.519,412.264 97.655,397.303 90.939,395.478 " />
  403.                        <polygon style="opacity:0.2;"
  404.                            points="97.652,397.307 94.49,405.019 87.772,403.192 90.934,395.48 " />
  405.                        <path style="fill:#407BFF;" d="M150.631,260.466l-0.564,9.669l-16.76,13.377c0,0-1.149,44.999-5.916,54.856
  406. S99.685,399.87,99.685,399.87l-12.544-3.838c0,0,19.93-60.704,21.937-64.29c2.007-3.586-8.548-55.934,5.592-80.682
  407. L150.631,260.466z" />
  408.                        <g>
  409.                            <path style="fill:#DC897C;" d="M171.301,217.322c0.71,4.506,1.303,9.005,1.824,13.533c0.504,4.533,0.964,9.054,1.271,13.681
  410. l0.185,3c0.071,0.691,0.25,1.415,0.529,2.159c0.562,1.483,1.538,3.044,2.788,4.521c1.235,1.493,2.73,2.907,4.334,4.253
  411. c0.811,0.661,1.632,1.337,2.492,1.967c0.844,0.618,1.782,1.253,2.578,1.792l-2.045,4.796c-1.277-0.379-2.354-0.787-3.494-1.264
  412. c-1.119-0.475-2.238-0.974-3.318-1.563c-2.173-1.156-4.28-2.532-6.256-4.243c-1.963-1.709-3.831-3.768-5.219-6.386
  413. c-0.693-1.3-1.284-2.731-1.614-4.273c-0.101-0.378-0.147-0.775-0.217-1.164l-0.142-0.959l-0.231-1.629l-2.025-13.319
  414. c-0.667-4.462-1.302-8.945-1.863-13.417L171.301,217.322z" />
  415.                        </g>
  416.                        <g>
  417.                            <path style="fill:#407BFF;" d="M156.754,204.981c-3.896,5.399,2.784,26.042,2.784,26.042l15.426-3.757
  418. c0,0-0.741-9.619-3.506-17.708C168.62,201.254,161.029,199.056,156.754,204.981z" />
  419.                            <path style="opacity:0.7;fill:#FFFFFF;" d="M156.754,204.981c-3.896,5.399,2.784,26.042,2.784,26.042l15.426-3.757
  420. c0,0-0.741-9.619-3.506-17.708C168.62,201.254,161.029,199.056,156.754,204.981z" />
  421.                        </g>
  422.                        <path style="opacity:0.2;" d="M161.996,216.021c2.689,2.56,4.23,9.156,3.254,13.611l-5.714,1.391c0,0-2.568-7.929-3.59-15.243
  423. C157.445,214.582,158.916,213.089,161.996,216.021z" />
  424.                        <g>
  425.                            <path style="fill:#407BFF;" d="M128.404,192.296c-0.496,7.93-1.77,15.747-3.336,22.981c-1.149,5.291-2.465,10.267-3.766,14.743
  426. c-3.046,10.492-6.012,18.274-6.632,21.04c5.27,1.381,25.13,6.578,35.961,9.407c17.782-35.688,15.349-57.987,15.349-57.987
  427. s-3.618-2.084-8.044-3.87c-0.581-0.239-1.18-0.464-1.79-0.683c-3.948-1.425-10.637-3.018-15.289-4
  428. c-0.978-0.206-1.976-0.389-2.951-0.552C132.939,192.55,128.404,192.296,128.404,192.296z" />
  429.                            <path style="opacity:0.7;fill:#FFFFFF;"
  430.                                d="M128.404,192.296c-0.496,7.93-1.77,15.747-3.336,22.981
  431. c-1.149,5.291-2.465,10.267-3.766,14.743c-3.046,10.492-6.012,18.274-6.632,21.04c5.27,1.381,25.13,6.578,35.961,9.407
  432. c17.782-35.688,15.349-57.987,15.349-57.987s-3.618-2.084-8.044-3.87c-0.581-0.239-1.18-0.464-1.79-0.683
  433. c-3.948-1.425-10.637-3.018-15.289-4c-0.978-0.206-1.976-0.389-2.951-0.552C132.939,192.55,128.404,192.296,128.404,192.296z" />
  434.                        </g>
  435.                        <path style="fill:#E4897B;" d="M153.794,200.277c-1.854-3.292,0.194-6.133,2.669-8.506l-3.857-12.084
  436. c-1.855,4.819-5.962,13.214-10.795,14.216c0.46,2.108,1.355,4.321,2.981,6.374H153.794z" />
  437.                        <path style="opacity:0.2;" d="M154.178,184.616l2.285,7.149c-0.699,0.666-1.36,1.371-1.907,2.115
  438. c-1.678-1.4-2.948-4.969-1.938-7.006C153.122,185.858,153.741,184.964,154.178,184.616z" />
  439.                        <g>
  440.                            <path style="fill:#407BFF;" d="M177.5,180.288c-0.188,0.922-8.375-1.037-9.648-2.816s2.867-2.76,5.446-1.426
  441. C175.877,177.38,177.5,180.288,177.5,180.288z" />
  442.                            <path style="opacity:0.3;" d="M177.5,180.288c-0.188,0.922-8.375-1.037-9.648-2.816s2.867-2.76,5.446-1.426
  443. C175.877,177.38,177.5,180.288,177.5,180.288z" />
  444.                            <path style="fill:#263238;" d="M173.677,175.652c-0.029,2.802-2.17,7.881-5.167,5.025
  445. C165.513,177.822,173.727,170.835,173.677,175.652z" />
  446.                            <path style="fill:#E4897B;" d="M169.22,187.469c-0.523,0.885-1.075,1.693-1.646,2.407c-4.128,5.194-12.366,4.937-15.438-0.894
  447. c-0.209-0.381-0.39-0.78-0.542-1.208c-1.674-4.633,0.133-8.257,2.654-14.658c2.521-6.402,10.863-8.323,15.762-3.13
  448. C174.281,174.504,172.35,182.219,169.22,187.469z" />
  449.                            <path style="fill:#263238;" d="M158.904,162.025c0,0-1.795,0.412-3.795,2.252c-3.717,3.42-6.425,8.547-1.716,13.713
  450. c3.41-1.283,5.091-5.996,5.511-7.349V162.025z" />
  451.                            <path style="fill:#E4897B;" d="M149.421,177.184c-0.25,1.835,0.378,3.609,1.327,4.799c1.428,1.789,3.497,0.837,4.236-1.207
  452. c0.665-1.84,0.723-4.987-1.256-6.039C151.778,173.7,149.707,175.086,149.421,177.184z" />
  453.                            <path style="fill:#263238;" d="M162.939,179.175c-0.237,0.507-0.158,1.041,0.176,1.193c0.334,0.152,0.796-0.137,1.032-0.644
  454. c0.237-0.507,0.158-1.041-0.176-1.193C163.638,178.38,163.176,178.668,162.939,179.175z" />
  455.                            <path style="fill:#263238;" d="M168.708,181.796c-0.236,0.507-0.158,1.041,0.176,1.193c0.334,0.152,0.796-0.137,1.032-0.644
  456. c0.237-0.507,0.158-1.041-0.176-1.193C169.407,181.001,168.945,181.289,168.708,181.796z" />
  457.                            <path style="fill:#DE5753;" d="M166.756,181.215c0,0-0.125,3.358,0.527,5.311c-1.26,0.388-2.616-0.694-2.616-0.694
  458. L166.756,181.215z" />
  459.                            <path style="fill:#263238;" d="M161.028,186.531c0.196,0.123,0.41,0.239,0.644,0.345c0.083,0.038,0.181,0.001,0.219-0.081
  460. c0.039-0.083,0.001-0.18-0.08-0.217c-2.241-1.021-2.56-3.048-2.564-3.069c-0.013-0.089-0.097-0.151-0.187-0.138
  461. c-0.09,0.014-0.153,0.097-0.14,0.187C158.932,183.64,159.208,185.389,161.028,186.531z" />
  462.                            <path style="fill:#263238;" d="M162.024,176.515c0.097,0.061,0.224,0.07,0.333,0.011c1.301-0.693,2.373-0.128,2.384-0.122
  463. c0.16,0.087,0.361,0.028,0.449-0.131c0.088-0.159,0.029-0.358-0.13-0.444c-0.056-0.031-1.4-0.739-3.014,0.121
  464. c-0.161,0.086-0.222,0.284-0.137,0.444C161.938,176.445,161.978,176.486,162.024,176.515z" />
  465.                            <path style="fill:#263238;" d="M172.113,180.954c0.053,0.033,0.116,0.052,0.184,0.05c0.182-0.004,0.328-0.154,0.324-0.335
  466. c-0.033-1.815-1.318-2.612-1.372-2.656c-0.155-0.095-0.359-0.048-0.455,0.106c-0.096,0.153-0.05,0.354,0.102,0.45
  467. c0.055,0.031,1.037,0.659,1.064,2.115C171.963,180.798,172.023,180.897,172.113,180.954z" />
  468.                            <path style="fill:#407BFF;" d="M173.425,177.472c-4.604-3.567-10.473-5.194-15.068-5.936c-4.29-0.694-7.467-0.609-7.467-0.609
  469. c0.2-2.578,3.5-8.475,5.574-8.904c2.758-0.571,9.322-0.076,10.435,0.342c2.416,0.904,7.229,4.395,7.591,5.86
  470. C175.241,171.298,173.425,177.472,173.425,177.472z" />
  471.                            <path style="fill:#407BFF;" d="M158.354,171.535c0,0,6.101-1.363,11.432,0.707c5.331,2.07,7.714,8.046,7.714,8.046
  472. s-0.474-1.227-4.879-2.817C167.735,175.708,163.589,175.682,158.354,171.535z" />
  473.                            <path style="opacity:0.1;"
  474.                                d="M166.899,162.367c0,0-5.451,2.35-5.831,2.73c-0.38,0.371-2.711,6.44-2.711,6.44
  475. c-4.29-0.694-7.467-0.609-7.467-0.609c0.2-2.578,3.5-8.475,5.574-8.904C159.223,161.453,165.786,161.948,166.899,162.367z" />
  476.                            <path style="opacity:0.1;" d="M158.354,171.535c0,0,6.101-1.363,11.432,0.707c5.331,2.07,7.714,8.046,7.714,8.046
  477. s-0.474-1.227-4.879-2.817C167.735,175.708,163.589,175.682,158.354,171.535z" />
  478.                            <path style="opacity:0.3;" d="M169.22,187.469c-0.523,0.885-1.075,1.693-1.646,2.407c-4.128,5.194-12.366,4.937-15.438-0.894
  479. c-0.285-3.434,0.904-9.046,3.263-12.413l1.065-1.142c0,0-1.322,5.089-0.932,6.097c0.39,0.999,3.215-0.285,4.528,0.542
  480. c1.322,0.837,1.817,2.549,1.817,2.549l-0.809,0.514c0,0-1.589-2.54-2.169-2.606c-0.59-0.057-3.348,2.454-3.101,3.329
  481. c0.257,0.875-0.171,1.313,0.666,1.693c0.837,0.38,2.844-0.932,2.844-0.932l1.103,0.999c0,0-1.76,1.874-1.493,2.254
  482. c0.266,0.371,2.026,1.065,3.282,0.561c1.256-0.504,1.208-3.253,1.446-3.538c0.247-0.285-1.931-1.227-1.931-1.227l0.666-1.046
  483. c0,0,2.749,1.75,2.854,2.273c0.095,0.533-0.447,2.102,0.019,2.102C165.596,188.991,167.736,188.487,169.22,187.469z" />
  484.                            <path style="fill:#FFFFFF;" d="M171.654,171.179l-0.152-0.585l0.43-0.424l0.956,0.263c-0.087-0.393-0.383-0.727-0.799-0.841
  485. c-0.395-0.109-0.798,0.009-1.074,0.273c-0.041-0.023-0.084-0.041-0.131-0.054l-2.644-0.75c-0.047-0.013-0.094-0.019-0.141-0.02
  486. c-0.102-0.368-0.388-0.675-0.784-0.783c-0.416-0.114-0.84,0.021-1.116,0.315l0.956,0.263l0.152,0.585l-0.43,0.424l-0.956-0.263
  487. c0.087,0.393,0.383,0.727,0.799,0.841c0.395,0.109,0.798-0.009,1.074-0.273c0.041,0.023,0.085,0.041,0.131,0.054l2.644,0.75
  488. c0.047,0.013,0.094,0.019,0.141,0.021c0.102,0.368,0.388,0.675,0.783,0.783c0.416,0.114,0.841-0.021,1.116-0.315L171.654,171.179
  489. z" />
  490.                        </g>
  491.                        <g>
  492.                            <path style="fill:#E4897B;"
  493.                                d="M186.059,261.644l6.745,2.148l-5.376,5.722c0,0-5.902-2.28-4.6-5.271L186.059,261.644z" />
  494.                            <polygon style="fill:#E4897B;"
  495.                                points="196.212,271.23 194.189,274.878 187.428,269.514 192.804,263.792 " />
  496.                        </g>
  497.                        <g>
  498.                            <path style="fill:#DC897C;" d="M127.957,206.704c-3.087,3.536-6.24,7.196-9.23,10.832c-1.512,1.813-2.959,3.661-4.35,5.488
  499. c-1.369,1.808-2.69,3.728-3.58,5.347c-0.213,0.391-0.385,0.763-0.475,0.983c-0.038,0.092-0.068,0.177-0.062,0.088
  500. c-0.004-0.009-0.004-0.035-0.001-0.09l-0.021-0.454c-0.047-0.457-0.166-0.925-0.378-1.368c-0.117-0.227-0.195-0.379-0.321-0.56
  501. c-0.116-0.17-0.268-0.341-0.352-0.437c-0.102-0.112-0.213-0.218-0.33-0.313c-0.116-0.093-0.164-0.134-0.255-0.197
  502. c-0.192-0.126-0.293-0.18-0.39-0.228c-0.13-0.057-0.16-0.07-0.223-0.091c-0.075-0.021-0.084-0.024-0.107-0.028
  503. c-0.078-0.01,0.001,0.034,0.147,0.064c0.275,0.074,0.746,0.139,1.227,0.18c0.984,0.083,2.103,0.098,3.235,0.079
  504. c1.137-0.005,2.302-0.039,3.476-0.094c4.699-0.218,9.547-0.577,14.353-0.863l1.038,5.11c-4.73,1.589-9.468,2.878-14.415,3.847
  505. c-2.496,0.472-4.96,0.894-7.823,1.006c-0.734,0.019-1.479,0.033-2.408-0.067c-0.455-0.05-0.975-0.129-1.632-0.316
  506. c-0.168-0.05-0.324-0.094-0.537-0.178c-0.203-0.079-0.377-0.143-0.639-0.277c-0.233-0.117-0.468-0.242-0.78-0.462
  507. c-0.151-0.109-0.267-0.187-0.437-0.333c-0.171-0.149-0.336-0.307-0.492-0.473c-0.143-0.145-0.332-0.383-0.491-0.616
  508. c-0.163-0.246-0.3-0.454-0.436-0.755c-0.272-0.583-0.439-1.195-0.491-1.806c-0.015-0.154-0.024-0.308-0.027-0.461l0.001-0.153
  509. l0.008-0.295c0.006-0.207,0.022-0.383,0.041-0.543c0.074-0.693,0.201-1.199,0.331-1.689c0.267-0.942,0.57-1.692,0.878-2.397
  510. c1.236-2.756,2.647-4.881,4.067-7.046c1.423-2.136,2.933-4.146,4.448-6.135c3.074-3.959,6.235-7.695,9.648-11.384
  511. L127.957,206.704z" />
  512.                        </g>
  513.                        <g>
  514.                            <path style="fill:#407BFF;" d="M126.277,192.38c-6.576,1.043-16.895,18.011-16.895,18.011l14.279,9.279
  515. c0,0,5.713-6.985,9.67-14.629C137.643,196.715,134.243,191.117,126.277,192.38z" />
  516.                            <path style="opacity:0.7;fill:#FFFFFF;" d="M126.277,192.38c-6.576,1.043-16.895,18.011-16.895,18.011l14.279,9.279
  517. c0,0,5.713-6.985,9.67-14.629C137.643,196.715,134.243,191.117,126.277,192.38z" />
  518.                        </g>
  519.                        <path style="fill:#407BFF;" d="M140.858,193.926l3.527-2.555l6.56,8.781l2.524-4.39l2.679,2.165c0,0,2.354,3.384,0,8.01
  520. l-5.257-4.302l-5.656,3.622C145.234,205.257,139.213,198.236,140.858,193.926z" />
  521.                        <g>
  522.                            <g>
  523.                                <path style="fill:#407BFF;" d="M132.902,180.924c6.198,7.879,4.837,19.275-3.042,25.473c-7.872,6.193-19.269,4.832-25.466-3.047
  524. c-4.307-5.475-4.96-12.651-2.31-18.596l9.909,12.597l9.657-1.391l3.632-9.063l-9.909-12.597
  525. C121.775,173.125,128.596,175.449,132.902,180.924z" />
  526.                                <path style="fill:#407BFF;" d="M202.952,328.641c-6.198-7.879-4.837-19.275,3.042-25.473c7.872-6.193,19.269-4.832,25.466,3.047
  527. c4.307,5.475,4.96,12.651,2.31,18.596l-9.909-12.597l-9.657,1.391l-3.632,9.063l9.909,12.597
  528. C214.079,336.44,207.258,334.116,202.952,328.641z" />
  529.                                <g style="opacity:0.2;">
  530.                                    <path style="fill:#FFFFFF;" d="M132.902,180.924c6.198,7.879,4.837,19.275-3.042,25.473
  531. c-7.872,6.193-19.269,4.832-25.466-3.047c-4.307-5.475-4.96-12.651-2.31-18.596l9.909,12.597l9.657-1.391l3.632-9.063
  532. l-9.909-12.597C121.775,173.125,128.596,175.449,132.902,180.924z" />
  533.                                    <path style="fill:#FFFFFF;" d="M202.952,328.641c-6.198-7.879-4.837-19.275,3.042-25.473
  534. c7.872-6.193,19.269-4.832,25.466,3.047c4.307,5.475,4.96,12.651,2.31,18.596l-9.909-12.597l-9.657,1.391l-3.632,9.063
  535. l9.909,12.597C214.079,336.44,207.258,334.116,202.952,328.641z" />
  536.                                </g>
  537.                            </g>
  538.                            <path style="fill:#407BFF;" d="M212.092,310.927L212.092,310.927c-4.154,3.268-10.171,2.549-13.439-1.605l-76.495-97.244
  539. c-3.268-4.154-2.549-10.171,1.605-13.439h0c4.154-3.268,10.171-2.549,13.439,1.605l76.495,97.244
  540. C216.965,301.642,216.246,307.659,212.092,310.927z" />
  541.                            <path style="opacity:0.2;fill:#FFFFFF;" d="M212.092,310.927L212.092,310.927c-4.154,3.268-10.171,2.549-13.439-1.605
  542. l-76.495-97.244c-3.268-4.154-2.549-10.171,1.605-13.439h0c4.154-3.268,10.171-2.549,13.439,1.605l76.495,97.244
  543. C216.965,301.642,216.246,307.659,212.092,310.927z" />
  544.                            <path style="opacity:0.2;" d="M207.611,305.231L207.611,305.231c-2.134,1.679-5.225,1.31-6.904-0.824l-73.288-93.168
  545. c-1.679-2.134-1.31-5.225,0.824-6.904l0,0c2.134-1.679,5.225-1.31,6.904,0.824l73.288,93.168
  546. C210.114,300.461,209.745,303.552,207.611,305.231z" />
  547.                        </g>
  548.                        <g>
  549.                            <path style="fill:#E4897B;"
  550.                                d="M128.81,226.311l5.235-4.71l2.593,8.525c0,0-5.339,3.009-7.237,0.328L128.81,226.311z" />
  551.                            <polygon style="fill:#E4897B;"
  552.                                points="139.803,221.196 141.62,228.343 136.638,230.126 134.045,221.601 " />
  553.                        </g>
  554.                        <polygon style="fill:#263238;"
  555.                            points="98.656,403.449 85.419,398.758 86.967,394.513 101.597,399.451 " />
  556.                        <g>
  557.                            <path style="fill:#407BFF;" d="M92.552,410.187c-0.007-0.069,0.031-0.136,0.095-0.166c0.323-0.152,3.174-1.481,4.003-0.977
  558. c0.159,0.096,0.247,0.25,0.254,0.445c0.011,0.328-0.104,0.593-0.342,0.788c-0.79,0.648-2.773,0.311-3.884,0.052
  559. c-0.007-0.002-0.014-0.004-0.021-0.007C92.599,410.301,92.559,410.249,92.552,410.187z M93.237,410.114
  560. c1.525,0.304,2.673,0.274,3.117-0.089c0.156-0.128,0.228-0.298,0.22-0.521c-0.003-0.086-0.032-0.139-0.097-0.179
  561. c-0.018-0.011-0.037-0.02-0.059-0.028C95.901,409.099,94.362,409.626,93.237,410.114z" />
  562.                            <path style="fill:#407BFF;" d="M92.615,410.3c-0.046-0.036-0.07-0.093-0.062-0.151c0.011-0.079,0.275-1.938,1.19-2.633
  563. c0.279-0.212,0.591-0.296,0.925-0.252c0.451,0.062,0.572,0.293,0.595,0.478c0.095,0.787-1.63,2.23-2.485,2.578
  564. c-0.04,0.016-0.083,0.016-0.122,0.001C92.642,410.317,92.628,410.31,92.615,410.3z M94.622,407.59
  565. c-0.248-0.033-0.471,0.028-0.68,0.187c-0.6,0.456-0.894,1.563-1.006,2.105c0.878-0.485,2.057-1.625,2-2.097
  566. c-0.004-0.029-0.012-0.104-0.147-0.155C94.746,407.613,94.692,407.599,94.622,407.59z" />
  567.                            <path style="fill:#263238;"
  568.                                d="M92.011,409.344l-7.597-0.245c-0.284-0.009-0.539,0.18-0.612,0.454l-1.628,6.11
  569. c-0.169,0.633,0.293,1.254,0.95,1.264c2.742,0.042,6.709,0.01,10.153,0.121c4.027,0.13,6.589-0.054,11.312,0.098
  570. c2.856,0.092,3.767-2.756,2.582-3.055c-5.393-1.36-8.924-1.116-13.507-4.153C93.166,409.607,92.611,409.363,92.011,409.344z" />
  571.                        </g>
  572.                        <polygon style="fill:#263238;"
  573.                            points="113.469,251.553 123.323,254.208 122.439,257.822 112.004,255.311 " />
  574.                        <polygon style="fill:#263238;"
  575.                            points="124.436,254.502 147.694,260.771 147.152,263.786 123.438,258.069 " />
  576.                        <polygon style="fill:#263238;"
  577.                            points="150.956,261.646 150.633,264.623 147.932,263.977 148.54,260.999 " />
  578.                        <path style="fill:#FFFFFF;" d="M133.941,257.297l-0.623,2.924c-0.054,0.252,0.104,0.501,0.355,0.56l5.473,1.288
  579. c0.259,0.061,0.518-0.104,0.572-0.365l0.573-2.752c0.051-0.246-0.098-0.489-0.34-0.554l-5.422-1.46
  580. C134.265,256.868,133.998,257.031,133.941,257.297z" />
  581.                        <path style="fill:#407BFF;" d="M160.603,220.842l-0.152-0.585l0.43-0.424l0.956,0.263c-0.087-0.393-0.383-0.727-0.799-0.841
  582. c-0.395-0.109-0.798,0.009-1.074,0.273c-0.041-0.023-0.084-0.041-0.131-0.054l-2.644-0.75c-0.047-0.013-0.094-0.019-0.141-0.02
  583. c-0.102-0.368-0.388-0.675-0.784-0.783c-0.416-0.114-0.84,0.021-1.116,0.315l0.956,0.263l0.152,0.585l-0.43,0.424l-0.956-0.263
  584. c0.087,0.393,0.383,0.727,0.799,0.841c0.395,0.109,0.798-0.009,1.074-0.273c0.041,0.023,0.085,0.041,0.131,0.054l2.644,0.75
  585. c0.047,0.013,0.094,0.019,0.141,0.021c0.102,0.368,0.388,0.675,0.783,0.783c0.416,0.114,0.841-0.021,1.116-0.315L160.603,220.842z
  586. " />
  587.                    </g>
  588.                </g>
  589.                <g id="Device">
  590.                    <g>
  591.                        <g>
  592.                            <g>
  593.                                <path style="fill:#407BFF;" d="M269.711,413.459v3.015c0,0.376,0.306,0.673,0.681,0.673h85.143c3.148,0,5.294-3.18,4.12-6.093
  594. l-26.982-66.823l-43.601,0.298l1.488,8.67l9.618,56.117c0.313,1.809-1.081,3.47-2.921,3.47h-26.864
  595. C270.017,412.785,269.711,413.083,269.711,413.459z" />
  596.                                <path style="opacity:0.6;fill:#FFFFFF;" d="M269.711,413.459v3.015c0,0.376,0.306,0.673,0.681,0.673h85.143
  597. c3.148,0,5.294-3.18,4.12-6.093l-16.729-41.424l-10.252-25.399l-43.601,0.298l1.488,8.67l4.182,24.405l5.435,31.712
  598. c0.313,1.809-1.081,3.47-2.921,3.47h-26.864C270.017,412.785,269.711,413.083,269.711,413.459z" />
  599.                                <path style="opacity:0.2;enable-background:new    ;" d="M297.257,412.785h55.397c1.386,0,2.327-1.41,1.794-2.69l-23.655-56.897
  600. H290.56l9.618,56.117C300.491,411.125,299.097,412.785,297.257,412.785z" />
  601.                                <polygon style="opacity:0.1;enable-background:new    ;" points="289.072,344.529 290.56,353.199 294.743,377.603
  602. 342.926,369.63 332.673,344.231 " />
  603.                            </g>
  604.                            <g>
  605.                                <g>
  606.                                    <path style="fill:#407BFF;" d="M204.286,219.961h4.278h193.302h4.278c2.853,0,5.166,2.313,5.166,5.166v136.655
  607. c0,2.853-2.313,5.166-5.166,5.166h-4.278H208.565h-4.278c-2.853,0-5.166-2.313-5.166-5.166V225.126
  608. C199.121,222.273,201.433,219.961,204.286,219.961z" />
  609.                                    <path style="opacity:0.7;fill:#FFFFFF;" d="M204.286,219.961h4.278h193.302h4.278c2.853,0,5.166,2.313,5.166,5.166v136.655
  610. c0,2.853-2.313,5.166-5.166,5.166h-4.278H208.565h-4.278c-2.853,0-5.166-2.313-5.166-5.166V225.126
  611. C199.121,222.273,201.433,219.961,204.286,219.961z" />
  612.                                    <path style="opacity:0.2;enable-background:new    ;" d="M401.869,366.944h4.279c2.85,0,5.16-2.31,5.16-5.16V225.129
  613. c0-2.858-2.31-5.168-5.16-5.168h-4.279c2.85,0,5.16,2.31,5.16,5.168v136.655C407.029,364.634,404.718,366.944,401.869,366.944z
  614. " />
  615.                                </g>
  616.                                <g>
  617.                                    <rect x="203.773" y="225.019" style="fill:#263238;" width="198.598"
  618.                                        height="131.775" />
  619.                                    <rect x="203.773" y="225.019" style="fill:#407BFF;" width="198.601"
  620.                                        height="10.111" />
  621.                                    <path style="opacity:0.2;" d="M397.726,230.435c0,1.364-1.106,2.47-2.47,2.47c-1.364,0-2.47-1.106-2.47-2.47
  622. c0-1.364,1.106-2.47,2.47-2.47C396.62,227.965,397.726,229.071,397.726,230.435z" />
  623.                                    <path style="opacity:0.2;" d="M389.573,230.435c0,1.364-1.106,2.47-2.47,2.47c-1.364,0-2.47-1.106-2.47-2.47
  624. c0-1.364,1.106-2.47,2.47-2.47C388.467,227.965,389.573,229.071,389.573,230.435z" />
  625.                                    <path style="opacity:0.2;" d="M381.419,230.435c0,1.364-1.106,2.47-2.47,2.47c-1.364,0-2.47-1.106-2.47-2.47
  626. c0-1.364,1.106-2.47,2.47-2.47C380.313,227.965,381.419,229.071,381.419,230.435z" />
  627.                                    <g>
  628.                                        <rect x="203.773" y="235.184" style="opacity:0.4;fill:#FFFFFF;" width="198.597"
  629.                                            height="34.206" />
  630.                                        <g>
  631.                                            <polygon style="fill:#263238;"
  632.                                                points="208.32,236.698 203.773,244.851 203.773,236.698 " />
  633.                                            <polygon style="fill:#263238;" points="232.852,236.698 215.416,267.983 203.773,267.983 203.773,264.151 219.069,236.698
  634. " />
  635.                                            <polygon style="fill:#263238;"
  636.                                                points="239.875,268.112 226.098,268.112 243.606,236.694 257.383,236.694 " />
  637.                                            <polygon style="fill:#263238;"
  638.                                                points="264.407,268.112 250.63,268.112 268.139,236.694 281.916,236.694 " />
  639.                                            <polygon style="fill:#263238;"
  640.                                                points="288.94,268.112 275.163,268.112 292.671,236.694 306.448,236.694 " />
  641.                                            <polygon style="fill:#263238;"
  642.                                                points="313.473,268.112 299.696,268.112 317.204,236.694 330.981,236.694 " />
  643.                                            <polygon style="fill:#263238;"
  644.                                                points="338.006,267.882 324.228,267.882 341.737,236.463 355.514,236.463 " />
  645.                                            <polygon style="fill:#263238;"
  646.                                                points="362.538,267.882 348.761,267.882 366.27,236.463 380.047,236.463 " />
  647.                                            <polygon style="fill:#263238;" points="402.371,236.593 402.371,240.425 387.075,267.878 373.291,267.878 390.728,236.593
  648. " />
  649.                                            <polygon style="fill:#263238;"
  650.                                                points="402.371,259.961 402.371,267.983 397.9,267.983 " />
  651.                                        </g>
  652.                                    </g>
  653.                                    <g>
  654.                                        <rect x="203.773" y="322.448" style="opacity:0.4;fill:#FFFFFF;" width="198.597"
  655.                                            height="34.206" />
  656.                                        <g>
  657.                                            <polygon style="fill:#263238;"
  658.                                                points="208.32,324.249 203.773,332.333 203.773,324.249 " />
  659.                                            <polygon style="fill:#263238;" points="232.852,324.249 215.416,355.267 203.773,355.267 203.773,351.468 219.069,324.249
  660. " />
  661.                                            <polygon style="fill:#263238;"
  662.                                                points="239.875,355.396 226.098,355.396 243.606,324.245 257.383,324.245 " />
  663.                                            <polygon style="fill:#263238;"
  664.                                                points="264.407,355.396 250.63,355.396 268.139,324.245 281.916,324.245 " />
  665.                                            <polygon style="fill:#263238;"
  666.                                                points="288.94,355.396 275.163,355.396 292.671,324.245 306.448,324.245 " />
  667.                                            <polygon style="fill:#263238;"
  668.                                                points="313.473,355.396 299.696,355.396 317.204,324.245 330.981,324.245 " />
  669.                                            <polygon style="fill:#263238;"
  670.                                                points="338.006,355.167 324.228,355.167 341.737,324.017 355.514,324.017 " />
  671.                                            <polygon style="fill:#263238;"
  672.                                                points="362.538,355.167 348.761,355.167 366.27,324.017 380.047,324.017 " />
  673.                                            <polygon style="fill:#263238;" points="402.371,324.145 402.371,327.945 387.075,355.164 373.291,355.164 390.728,324.145
  674. " />
  675.                                            <polygon style="fill:#263238;"
  676.                                                points="402.371,347.314 402.371,355.267 397.9,355.267 " />
  677.                                        </g>
  678.                                    </g>
  679.                                    <g>
  680.                                        <g>
  681.                                            <path style="fill:#FFFFFF;" d="M270.174,301.004v2.844h-13.701v-18.268h13.335v2.845h-9.943v4.75h8.821v2.792h-8.821v5.037
  682. H270.174z" />
  683.                                            <path style="fill:#FFFFFF;" d="M285.907,303.848l-3.732-5.35c-0.235,0.026-0.47,0.026-0.705,0.026h-4.124v5.324h-3.392
  684. v-18.268h7.516c4.802,0,7.776,2.453,7.776,6.499c0,2.766-1.409,4.802-3.888,5.767l4.202,6.003H285.907z M281.314,288.451
  685. h-3.967v7.281h3.967c2.975,0,4.515-1.357,4.515-3.654C285.829,289.781,284.289,288.451,281.314,288.451z" />
  686.                                            <path style="fill:#FFFFFF;" d="M304.98,303.848l-3.732-5.35c-0.235,0.026-0.47,0.026-0.705,0.026h-4.123v5.324h-3.393
  687. v-18.268h7.516c4.802,0,7.777,2.453,7.777,6.499c0,2.766-1.409,4.802-3.888,5.767l4.202,6.003H304.98z M300.387,288.451
  688. h-3.967v7.281h3.967c2.975,0,4.515-1.357,4.515-3.654C304.902,289.781,303.362,288.451,300.387,288.451z" />
  689.                                            <path style="fill:#FFFFFF;" d="M310.795,294.714c0-5.402,4.176-9.395,9.839-9.395c5.663,0,9.839,3.967,9.839,9.395
  690. c0,5.429-4.175,9.395-9.839,9.395C314.97,304.109,310.795,300.116,310.795,294.714z M327.053,294.714
  691. c0-3.732-2.74-6.42-6.42-6.42c-3.68,0-6.42,2.688-6.42,6.42c0,3.732,2.74,6.42,6.42,6.42
  692. C324.313,301.134,327.053,298.446,327.053,294.714z" />
  693.                                            <path style="fill:#FFFFFF;" d="M346.022,303.848l-3.732-5.35c-0.235,0.026-0.47,0.026-0.705,0.026h-4.124v5.324h-3.393
  694. v-18.268h7.516c4.802,0,7.777,2.453,7.777,6.499c0,2.766-1.41,4.802-3.888,5.767l4.202,6.003H346.022z M341.428,288.451
  695. h-3.966v7.281h3.966c2.975,0,4.515-1.357,4.515-3.654C345.943,289.781,344.404,288.451,341.428,288.451z" />
  696.                                        </g>
  697.                                        <g>
  698.                                            <path style="opacity:0.4;fill:#FFFFFF;"
  699.                                                d="M365.611,306.726h21.507c2.078,0,3.376-2.249,2.338-4.049l-10.753-18.626
  700. c-1.039-1.799-3.636-1.799-4.675,0l-10.753,18.626C362.235,304.476,363.534,306.726,365.611,306.726z M377.812,289.133
  701. l-0.476,9.279h-1.962l-0.496-9.279H377.812z M374.779,301.603c0-0.852,0.654-1.527,1.566-1.527
  702. c0.932,0,1.606,0.675,1.606,1.527c0,0.852-0.674,1.546-1.606,1.546C375.432,303.15,374.779,302.456,374.779,301.603z" />
  703.                                            <path style="opacity:0.4;fill:#FFFFFF;"
  704.                                                d="M219.03,306.726h21.507c2.078,0,3.376-2.249,2.338-4.049l-10.753-18.626
  705. c-1.039-1.799-3.636-1.799-4.675,0l-10.753,18.626C215.654,304.476,216.952,306.726,219.03,306.726z M231.23,289.133
  706. l-0.476,9.279h-1.962l-0.496-9.279H231.23z M228.198,301.603c0-0.852,0.654-1.527,1.566-1.527
  707. c0.932,0,1.606,0.675,1.606,1.527c0,0.852-0.674,1.546-1.606,1.546C228.851,303.15,228.198,302.456,228.198,301.603z" />
  708.                                        </g>
  709.                                    </g>
  710.                                    <g>
  711.                                        <path style="opacity:0.1;fill:#FFFFFF;"
  712.                                            d="M224.474,225.018c27.459,27.511,97.986,88.736,177.9,84.209v-84.209H224.474z" />
  713.                                        <path style="opacity:0.1;fill:#FFFFFF;" d="M203.775,275.581v81.214h119.567c-4.586-16.404-13.751-38.866-31.532-54.919
  714. C259.823,272.997,222.703,273.082,203.775,275.581z" />
  715.                                    </g>
  716.                                </g>
  717.                            </g>
  718.                        </g>
  719.                    </g>
  720.                </g>
  721.                <g id="Tool_box">
  722.                    <g>
  723.                        <g>
  724.                            <path style="fill:#407BFF;" d="M373.996,410.997l3.564,1.56c-1.25,1.252-3.665,2.084-5.703,1.191
  725. c-2.312-1.012-3.399-3.634-2.731-6.006c0.232-0.824,0.649-1.517,1.302-2.11l-9.674-24.736c-3.482,0.147-4.955-3.113-4.873-5.356
  726. l3.54,1.569c0.834,0.365,1.794-0.01,2.159-0.844c0.365-0.834-0.021-1.804-0.855-2.169l-3.567-1.559
  727. c1.25-1.252,3.663-2.083,5.702-1.19c2.312,1.012,3.542,3.578,2.874,5.95c-0.232,0.824-0.506,1.461-1.159,2.054l9.674,24.736
  728. c2.715,0.153,4.811,3.169,4.73,5.412l-3.612-1.541c-0.834-0.365-1.83,0.025-2.195,0.858
  729. C372.806,409.65,373.162,410.632,373.996,410.997z" />
  730.                            <path style="opacity:0.2;fill:#FFFFFF;" d="M373.996,410.997l3.564,1.56c-1.25,1.252-3.665,2.084-5.703,1.191
  731. c-2.312-1.012-3.399-3.634-2.731-6.006c0.232-0.824,0.649-1.517,1.302-2.11l-9.674-24.736c-3.482,0.147-4.955-3.113-4.873-5.356
  732. l3.54,1.569c0.834,0.365,1.794-0.01,2.159-0.844c0.365-0.834-0.021-1.804-0.855-2.169l-3.567-1.559
  733. c1.25-1.252,3.663-2.083,5.702-1.19c2.312,1.012,3.542,3.578,2.874,5.95c-0.232,0.824-0.506,1.461-1.159,2.054l9.674,24.736
  734. c2.715,0.153,4.811,3.169,4.73,5.412l-3.612-1.541c-0.834-0.365-1.83,0.025-2.195,0.858
  735. C372.806,409.65,373.162,410.632,373.996,410.997z" />
  736.                        </g>
  737.                        <g>
  738.                            <path style="fill:#407BFF;" d="M346.392,389.143l-3.775,0.938c0.226-1.755,1.632-3.887,3.792-4.424
  739. c2.45-0.609,4.91,0.805,5.828,3.092c0.319,0.794,0.411,1.598,0.255,2.466l22.757,13.697c2.669-2.241,5.825-0.557,7.129,1.27
  740. l-3.762,0.916c-0.883,0.22-1.415,1.103-1.195,1.986c0.22,0.884,1.117,1.416,2.001,1.197l3.777-0.941
  741. c-0.226,1.755-1.632,3.885-3.792,4.422c-2.45,0.609-4.989-0.674-5.907-2.96c-0.319-0.794-0.491-1.466-0.335-2.334l-22.757-13.697
  742. c-2.244,1.535-5.745,0.425-7.049-1.402l3.802-0.982c0.884-0.22,1.435-1.136,1.216-2.019
  743. C348.156,389.484,347.275,388.923,346.392,389.143z" />
  744.                            <path style="opacity:0.2;fill:#FFFFFF;" d="M346.392,389.143l-3.775,0.938c0.226-1.755,1.632-3.887,3.792-4.424
  745. c2.45-0.609,4.91,0.805,5.828,3.092c0.319,0.794,0.411,1.598,0.255,2.466l22.757,13.697c2.669-2.241,5.825-0.557,7.129,1.27
  746. l-3.762,0.916c-0.883,0.22-1.415,1.103-1.195,1.986c0.22,0.884,1.117,1.416,2.001,1.197l3.777-0.941
  747. c-0.226,1.755-1.632,3.885-3.792,4.422c-2.45,0.609-4.989-0.674-5.907-2.96c-0.319-0.794-0.491-1.466-0.335-2.334l-22.757-13.697
  748. c-2.244,1.535-5.745,0.425-7.049-1.402l3.802-0.982c0.884-0.22,1.435-1.136,1.216-2.019
  749. C348.156,389.484,347.275,388.923,346.392,389.143z" />
  750.                        </g>
  751.                        <g>
  752.                            <polygon style="fill:#263238;" points="422.89,377.756 422.887,377.765 422.948,377.604 387.777,377.604 379.53,399.39
  753. 414.551,399.39 414.529,399.447 417.424,399.447 424.843,380.02 " />
  754.                            <polygon style="opacity:0.2;fill:#FFFFFF;" points="422.89,377.756 422.887,377.765 422.948,377.604 387.777,377.604
  755. 379.53,399.39 414.551,399.39 414.529,399.447 417.424,399.447 424.843,380.02 " />
  756.                            <polygon style="opacity:0.4;enable-background:new    ;" points="422.948,377.604 414.701,399.391 379.53,399.39
  757. 387.777,377.604 " />
  758.                            <polygon style="fill:#263238;"
  759.                                points="361.898,392.853 370.037,403.308 372.958,402.869 364.371,392.853 " />
  760.                            <polygon style="opacity:0.1;fill:#FFFFFF;"
  761.                                points="361.898,392.853 370.037,403.308 372.958,402.869 364.371,392.853 " />
  762.                            <polygon style="fill:#263238;"
  763.                                points="364.371,382.963 372.509,393.418 375.431,392.979 366.843,382.963 " />
  764.                            <polygon style="opacity:0.1;fill:#FFFFFF;"
  765.                                points="364.371,382.963 372.509,393.418 375.431,392.979 366.843,382.963 " />
  766.  
  767.                            <rect x="353.878" y="399.391"
  768.                                transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 768.5788 816.5382)"
  769.                                style="fill:#263238;" width="60.823" height="17.757" />
  770.  
  771.                            <rect x="353.878" y="399.391"
  772.                                transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 768.5788 816.5382)"
  773.                                style="opacity:0.2;fill:#FFFFFF;" width="60.823" height="17.757" />
  774.                            <g>
  775.  
  776.                                <rect x="360.476" y="391.143"
  777.                                    transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 776.8259 785.0952)"
  778.                                    style="fill:#263238;" width="55.875" height="2.809" />
  779.  
  780.                                <rect x="360.476" y="391.143"
  781.                                    transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 776.8259 785.0952)"
  782.                                    style="opacity:0.2;fill:#FFFFFF;" width="55.875" height="2.809" />
  783.  
  784.                                <rect x="394.903" y="391.143"
  785.                                    transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 811.253 785.0952)"
  786.                                    style="opacity:0.2;enable-background:new    ;" width="21.447" height="2.809" />
  787.                            </g>
  788.                            <g>
  789.  
  790.                                <rect x="363.775" y="382.896"
  791.                                    transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 783.4237 768.601)"
  792.                                    style="fill:#263238;" width="55.874" height="2.809" />
  793.  
  794.                                <rect x="363.775" y="382.896"
  795.                                    transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 783.4237 768.601)"
  796.                                    style="opacity:0.2;fill:#FFFFFF;" width="55.874" height="2.809" />
  797.  
  798.                                <rect x="398.202" y="382.896"
  799.                                    transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 817.8506 768.601)"
  800.                                    style="opacity:0.2;enable-background:new    ;" width="21.447" height="2.809" />
  801.                            </g>
  802.  
  803.                            <rect x="390.779" y="399.391"
  804.                                transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 805.4799 816.5382)"
  805.                                style="opacity:0.2;enable-background:new    ;" width="23.921" height="17.757" />
  806.                        </g>
  807.                    </g>
  808.                </g>
  809.            </svg>
  810.        </div>
  811.  
  812.        <div class="button_status_wrapper">
  813.            <p> <span class="error"> ERROR !</span> We're working on it, and we will get it fixed as soon as possible
  814.            </p>
  815.            <button class="refresh_button" id="refreshButton">Refresh</button>
  816.        </div>
  817.    </div>
  818.  
  819.  
  820.    <script>
  821.        var refreshButton = document.getElementById('refreshButton');
  822.  
  823.        refreshButton.addEventListener('click', function () {
  824.            location.reload();
  825.        });
  826.    </script>
  827.  
  828. </body>
  829.  
  830. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda