This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
/
build.html
1 lines (1 loc) · 356 KB
/
build.html
1
<!DOCTYPE html><html><head> <title>Quiz App</title> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="format-detection" content="telephone=no"> <link rel="shortcut icon" href="favicon.ico"> <link rel="icon" sizes="196x196" href="icons/icon-196.png"> <link rel="apple-touch-icon" sizes="152x152" href="icons/[email protected]"> <link rel="apple-touch-icon" sizes="144x144" href="icons/[email protected]"> <link rel="apple-touch-icon" sizes="120x120" href="icons/[email protected]"> <meta name="application-name" content="Quiz App"> <style shim-shadowdom="">html, body { height: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0);}body { margin: 0; background-color: #eee; background-repeat: no-repeat; background-position: 50%; background-image: url("images/splash.svg"); font-family: "RobotoDraft", sans-serif; color: #444; fill: #444; font-weight: 400;}@media screen and (min-width: 900px) { body { background-size: 512px; }}topeka-app { min-height: 450px; overflow: hidden;}</style> <style type="text/css">@font-face { font-family: 'RobotoDraft'; font-style: normal; font-weight: 100; src: local('RobotoDraft Thin'), local('RobotoDraft-Thin'), url("polyfills/fonts/RobotoDraft-Thin.woff2") format('woff2'), url("polyfills/fonts/RobotoDraft-Thin.woff") format('woff');}@font-face { font-family: 'RobotoDraft'; font-style: normal; font-weight: 300; src: local('RobotoDraft Light'), local('RobotoDraft-Light'), url("polyfills/fonts/RobotoDraft-Light.woff2") format('woff2'), url("polyfills/fonts/RobotoDraft-Light.woff") format('woff');}@font-face { font-family: 'RobotoDraft'; font-style: normal; font-weight: 400; src: local('RobotoDraft'), local('RobotoDraft-Regular'), url("polyfills/fonts/RobotoDraft-Regular.woff2") format('woff2'), url("polyfills/fonts/RobotoDraft-Regular.woff") format('woff');}@font-face { font-family: 'RobotoDraft'; font-style: normal; font-weight: 500; src: local('RobotoDraft Medium'), local('RobotoDraft-Medium'), url("polyfills/fonts/RobotoDraft-Medium.woff2") format('woff2'), url("polyfills/fonts/RobotoDraft-Medium.woff") format('woff');}@font-face { font-family: 'RobotoDraft'; font-style: normal; font-weight: 700; src: local('RobotoDraft Bold'), local('RobotoDraft-Bold'), url("polyfills/fonts/RobotoDraft-Bold.woff2") format('woff2'), url("polyfills/fonts/RobotoDraft-Bold.woff") format('woff');}@font-face { font-family: 'RobotoDraft'; font-style: normal; font-weight: 900; src: local('RobotoDraft Black'), local('RobotoDraft-Black'), url("polyfills/fonts/RobotoDraft-Black.woff2") format('woff2'), url("polyfills/fonts/RobotoDraft-Black.woff") format('woff');}@font-face { font-family: 'RobotoDraft'; font-style: italic; font-weight: 400; src: local('RobotoDraft Italic'), local('RobotoDraft-Italic'), url("polyfills/fonts/RobotoDraft-Italic.woff2") format('woff2'), url("polyfills/fonts/RobotoDraft-Italic.woff") format('woff');}@font-face { font-family: 'RobotoDraft'; font-style: italic; font-weight: 700; src: local('RobotoDraft Bold Italic'), local('RobotoDraft-BoldItalic'), url("polyfills/fonts/RobotoDraft-BoldItalic.woff2") format('woff2'), url("polyfills/fonts/RobotoDraft-BoldItalic.woff") format('woff');}</style> <style shim-shadowdom="">html /deep/ [layout][horizontal], html /deep/ [layout][vertical] { display: -ms-flexbox; display: -webkit-flex; display: flex;}html /deep/ [layout][horizontal][inline], html /deep/ [layout][vertical][inline] { display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex;}html /deep/ [layout][horizontal] { -ms-flex-direction: row; -webkit-flex-direction: row; flex-direction: row;}html /deep/ [layout][horizontal][reverse] { -ms-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; flex-direction: row-reverse;}html /deep/ [layout][vertical] { -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column;}html /deep/ [layout][vertical][reverse] { -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; flex-direction: column-reverse;}html /deep/ [layout][wrap] { -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;}html /deep/ [layout][wrap-reverse] { -ms-flex-wrap: wrap-reverse; -webkit-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse;}html /deep/ [flex] { -ms-flex: 1 1 0.000000001px; -webkit-flex: 1; flex: 1; -webkit-flex-basis: 0.000000001px; flex-basis: 0.000000001px;}html /deep/ [vertical][layout] > [flex][auto-vertical], html /deep/ [vertical][layout]::shadow [flex][auto-vertical] { -ms-flex: 1 1 auto; -webkit-flex-basis: auto; flex-basis: auto;}html /deep/ [flex][auto] { -ms-flex: 1 1 auto; -webkit-flex-basis: auto; flex-basis: auto;}html /deep/ [flex][none] { -ms-flex: none; -webkit-flex: none; flex: none;}html /deep/ [flex][one] { -ms-flex: 1; -webkit-flex: 1; flex: 1;}html /deep/ [flex][two] { -ms-flex: 2; -webkit-flex: 2; flex: 2;}html /deep/ [flex][three] { -ms-flex: 3; -webkit-flex: 3; flex: 3;}html /deep/ [flex][four] { -ms-flex: 4; -webkit-flex: 4; flex: 4;}html /deep/ [flex][five] { -ms-flex: 5; -webkit-flex: 5; flex: 5;}html /deep/ [flex][six] { -ms-flex: 6; -webkit-flex: 6; flex: 6;}html /deep/ [flex][seven] { -ms-flex: 7; -webkit-flex: 7; flex: 7;}html /deep/ [flex][eight] { -ms-flex: 8; -webkit-flex: 8; flex: 8;}html /deep/ [flex][nine] { -ms-flex: 9; -webkit-flex: 9; flex: 9;}html /deep/ [flex][ten] { -ms-flex: 10; -webkit-flex: 10; flex: 10;}html /deep/ [flex][eleven] { -ms-flex: 11; -webkit-flex: 11; flex: 11;}html /deep/ [flex][twelve] { -ms-flex: 12; -webkit-flex: 12; flex: 12;}html /deep/ [layout][start] { -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start;}html /deep/ [layout][center], html /deep/ [layout][center-center] { -ms-flex-align: center; -webkit-align-items: center; align-items: center;}html /deep/ [layout][end] { -ms-flex-align: end; -webkit-align-items: flex-end; align-items: flex-end;}html /deep/ [layout][start-justified] { -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start;}html /deep/ [layout][center-justified], html /deep/ [layout][center-center] { -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;}html /deep/ [layout][end-justified] { -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end;}html /deep/ [layout][around-justified] { -ms-flex-pack: distribute; -webkit-justify-content: space-around; justify-content: space-around;}html /deep/ [layout][justified] { -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;}html /deep/ [self-start] { -ms-align-self: flex-start; -webkit-align-self: flex-start; align-self: flex-start;}html /deep/ [self-center] { -ms-align-self: center; -webkit-align-self: center; align-self: center;}html /deep/ [self-end] { -ms-align-self: flex-end; -webkit-align-self: flex-end; align-self: flex-end;}html /deep/ [self-stretch] { -ms-align-self: stretch; -webkit-align-self: stretch; align-self: stretch;}html /deep/ [block] { display: block;}html /deep/ [hidden] { display: none !important;}html /deep/ [relative] { position: relative;}html /deep/ [fit] { position: absolute; top: 0; right: 0; bottom: 0; left: 0;}body[fullbleed] { margin: 0; height: 100vh;}html /deep/ [segment], html /deep/ segment { display: block; position: relative; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; margin: 1em 0.5em; padding: 1em; background-color: white; -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1); border-radius: 5px 5px 5px 5px;}</style> <style shim-shadowdom="">html /deep/ core-icon { display: inline-block; vertical-align: middle; background-repeat: no-repeat; fill: currentcolor; position: relative; height: 24px; width: 24px;}</style> <style shim-shadowdom="">html /deep/ paper-shadow,html /deep/ paper-animated-shadow { display: block; position: relative;}html /deep/ paper-shadow::shadow #shadow-bottom,html /deep/ paper-shadow::shadow #shadow-top { border-radius: inherit; pointer-events: none;}html /deep/ paper-shadow::shadow #shadow-bottom[animated],html /deep/ paper-shadow::shadow #shadow-top[animated] { transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);}html /deep/ .paper-shadow-top-z-1 { box-shadow: none;}html /deep/ .paper-shadow-bottom-z-1 { box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);}html /deep/ .paper-shadow-top-z-2 { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);}html /deep/ .paper-shadow-bottom-z-2 { box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);}html /deep/ .paper-shadow-top-z-3 { box-shadow: 0 11px 7px 0 rgba(0, 0, 0, 0.19);}html /deep/ .paper-shadow-bottom-z-3 { box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3);}html /deep/ .paper-shadow-top-z-4 { box-shadow: 0 14px 12px 0 rgba(0, 0, 0, 0.17);}html /deep/ .paper-shadow-bottom-z-4 { box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);}html /deep/ .paper-shadow-top-z-5 { box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.15);}html /deep/ .paper-shadow-bottom-z-5 { box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3);}</style> <style shim-shadowdom=""> html /deep/ input[is=core-input] { width: 20em; font: inherit; margin: 0; padding: 0; background-color: transparent; border: 0; outline: none; }</style> <style shim-shadowdom=""> html /deep/ core-a11y-keys { display: none; }</style> <style shim-shadowdom=""> body /deep/ core-toolbar { background-color: #00bad2; color: #fff; font-size: 24px; } body /deep/ .font-light { font-weight: 300; } body /deep/ .font-medium { font-weight: 500; } topeka-app { min-height: 450px; overflow: hidden; } paper-input .focusedColor, body /deep/ paper-input::shadow .focusedColor { color: #00bcd4; background: #00bcd4; }</style> <meta charset="UTF-8"></head> <body><div hidden=""> <polymer-element name="core-meta" attributes="label type" hidden="" assetpath="components/core-meta/"> </polymer-element> <polymer-element name="core-iconset" extends="core-meta" attributes="src width icons iconSize" assetpath="components/core-iconset/"> </polymer-element> <polymer-element name="core-icon" attributes="src icon alt" assetpath="components/core-icon/"> </polymer-element> <polymer-element name="core-iconset-svg" extends="core-meta" attributes="iconSize" assetpath="components/core-iconset-svg/"> </polymer-element> <core-iconset-svg id="icons" iconsize="24"> <svg><defs> <g id="3d-rotation"><path d="M7.52 21.48C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81-1.33 1.32zm.89-6.52c-.19 0-.37-.03-.52-.08-.16-.06-.29-.13-.4-.24-.11-.1-.2-.22-.26-.37-.06-.14-.09-.3-.09-.47h-1.3c0 .36.07.68.21.95.14.27.33.5.56.69.24.18.51.32.82.41.3.1.62.15.96.15.37 0 .72-.05 1.03-.15.32-.1.6-.25.83-.44s.42-.43.55-.72c.13-.29.2-.61.2-.97 0-.19-.02-.38-.07-.56-.05-.18-.12-.35-.23-.51-.1-.16-.24-.3-.4-.43-.17-.13-.37-.23-.61-.31.2-.09.37-.2.52-.33.15-.13.27-.27.37-.42.1-.15.17-.3.22-.46.05-.16.07-.32.07-.48 0-.36-.06-.68-.18-.96-.12-.28-.29-.51-.51-.69-.2-.19-.47-.33-.77-.43C9.1 8.05 8.76 8 8.39 8c-.36 0-.69.05-1 .16-.3.11-.57.26-.79.45-.21.19-.38.41-.51.67-.12.26-.18.54-.18.85h1.3c0-.17.03-.32.09-.45s.14-.25.25-.34c.11-.09.23-.17.38-.22.15-.05.3-.08.48-.08.4 0 .7.1.89.31.19.2.29.49.29.86 0 .18-.03.34-.08.49-.05.15-.14.27-.25.37-.11.1-.25.18-.41.24-.16.06-.36.09-.58.09H7.5v1.03h.77c.22 0 .42.02.6.07s.33.13.45.23c.12.11.22.24.29.4.07.16.1.35.1.57 0 .41-.12.72-.35.93-.23.23-.55.33-.95.33zm8.55-5.92c-.32-.33-.7-.59-1.14-.77-.43-.18-.92-.27-1.46-.27H12v8h2.3c.55 0 1.06-.09 1.51-.27.45-.18.84-.43 1.16-.76.32-.33.57-.73.74-1.19.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57-.18-.47-.43-.87-.75-1.2zm-.39 3.16c0 .42-.05.79-.14 1.13-.1.33-.24.62-.43.85-.19.23-.43.41-.71.53-.29.12-.62.18-.99.18h-.91V9.12h.97c.72 0 1.27.23 1.64.69.38.46.57 1.12.57 1.99v.4zM12 0l-.66.03 3.81 3.81 1.33-1.33c3.27 1.55 5.61 4.72 5.96 8.48h1.5C23.44 4.84 18.29 0 12 0z"></path></g> <g id="accessibility"><path d="M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7h-6v13h-2v-6h-2v6H9V9H3V7h18v2z"></path></g> <g id="account-balance"><path d="M4 10v7h3v-7H4zm6 0v7h3v-7h-3zM2 22h19v-3H2v3zm14-12v7h3v-7h-3zm-4.5-9L2 6v2h19V6l-9.5-5z"></path></g> <g id="account-balance-wallet"><path d="M21 18v1c0 1.1-.9 2-2 2H5c-1.11 0-2-.9-2-2V5c0-1.1.89-2 2-2h14c1.1 0 2 .9 2 2v1h-9c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 2h9zm-9-2h10V8H12v8zm4-2.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path></g> <g id="account-box"><path d="M3 5v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2zm12 4c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3zm-9 8c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1H6v-1z"></path></g> <g id="account-child"><circle cx="12" cy="13.49" r="1.5"></circle><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 2.5c1.24 0 2.25 1.01 2.25 2.25S13.24 9 12 9 9.75 7.99 9.75 6.75 10.76 4.5 12 4.5zm5 10.56v2.5c-.45.41-.96.77-1.5 1.05v-.68c0-.34-.17-.65-.46-.92-.65-.62-1.89-1.02-3.04-1.02-.96 0-1.96.28-2.65.73l-.17.12-.21.17c.78.47 1.63.72 2.54.82l1.33.15c.37.04.66.36.66.75 0 .29-.16.53-.4.66-.28.15-.64.09-.95.09-.35 0-.69-.01-1.03-.05-.5-.06-.99-.17-1.46-.33-.49-.16-.97-.38-1.42-.64-.22-.13-.44-.27-.65-.43l-.31-.24c-.04-.02-.28-.18-.28-.23v-4.28c0-1.58 2.63-2.78 5-2.78s5 1.2 5 2.78v1.78z"></path></g> <g id="account-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z"></path></g> <g id="add"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></path></g> <g id="add-box"><path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"></path></g> <g id="add-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"></path></g> <g id="add-circle-outline"><path d="M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"></path></g> <g id="add-shopping-cart"><path d="M11 9h2V6h3V4h-3V1h-2v3H8v2h3v3zm-4 9c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-9.83-3.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.42 4h-.01l-1.1 2-2.76 5H8.53l-.13-.27L6.16 6l-.95-2-.94-2H1v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.13 0-.25-.11-.25-.25z"></path></g> <g id="alarm"><path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"></path></g> <g id="alarm-add"><path d="M7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm1-11h-2v3H8v2h3v3h2v-3h3v-2h-3V9z"></path></g> <g id="alarm-off"><path d="M12 6c3.87 0 7 3.13 7 7 0 .84-.16 1.65-.43 2.4l1.52 1.52c.58-1.19.91-2.51.91-3.92 0-4.97-4.03-9-9-9-1.41 0-2.73.33-3.92.91L9.6 6.43C10.35 6.16 11.16 6 12 6zm10-.28l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM2.92 2.29L1.65 3.57 2.98 4.9l-1.11.93 1.42 1.42 1.11-.94.8.8C3.83 8.69 3 10.75 3 13c0 4.97 4.02 9 9 9 2.25 0 4.31-.83 5.89-2.2l2.2 2.2 1.27-1.27L3.89 3.27l-.97-.98zm13.55 16.1C15.26 19.39 13.7 20 12 20c-3.87 0-7-3.13-7-7 0-1.7.61-3.26 1.61-4.47l9.86 9.86zM8.02 3.28L6.6 1.86l-.86.71 1.42 1.42.86-.71z"></path></g> <g id="alarm-on"><path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm-1.46-5.47L8.41 12.4l-1.06 1.06 3.18 3.18 6-6-1.06-1.06-4.93 4.95z"></path></g> <g id="android"><path d="M6 18c0 .55.45 1 1 1h1v3.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V19h2v3.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V19h1c.55 0 1-.45 1-1V8H6v10zM3.5 8C2.67 8 2 8.67 2 9.5v7c0 .83.67 1.5 1.5 1.5S5 17.33 5 16.5v-7C5 8.67 4.33 8 3.5 8zm17 0c-.83 0-1.5.67-1.5 1.5v7c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5zm-4.97-5.84l1.3-1.3c.2-.2.2-.51 0-.71-.2-.2-.51-.2-.71 0l-1.48 1.48C13.85 1.23 12.95 1 12 1c-.96 0-1.86.23-2.66.63L7.85.15c-.2-.2-.51-.2-.71 0-.2.2-.2.51 0 .71l1.31 1.31C6.97 3.26 6 5.01 6 7h12c0-1.99-.97-3.75-2.47-4.84zM10 5H9V4h1v1zm5 0h-1V4h1v1z"></path></g> <g id="announcement"><path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 9h-2V5h2v6zm0 4h-2v-2h2v2z"></path></g> <g id="apps"><path d="M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"></path></g> <g id="archive"><path d="M20.54 5.23l-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM12 17.5L6.5 12H10v-2h4v2h3.5L12 17.5zM5.12 5l.81-1h12l.94 1H5.12z"></path></g> <g id="arrow-back"><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"></path></g> <g id="arrow-drop-down"><path d="M7 10l5 5 5-5z"></path></g> <g id="arrow-drop-down-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 12l-4-4h8l-4 4z"></path></g> <g id="arrow-drop-up"><path d="M7 14l5-5 5 5z"></path></g> <g id="arrow-forward"><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"></path></g> <g id="aspect-ratio"><path d="M19 12h-2v3h-3v2h5v-5zM7 9h3V7H5v5h2V9zm14-6H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z"></path></g> <g id="assessment"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"></path></g> <g id="assignment"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"></path></g> <g id="assignment-ind"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 4c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H6v-1.4c0-2 4-3.1 6-3.1s6 1.1 6 3.1V19z"></path></g> <g id="assignment-late"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6 15h-2v-2h2v2zm0-4h-2V8h2v6zm-1-9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"></path></g> <g id="assignment-return"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm4 12h-4v3l-5-5 5-5v3h4v4z"></path></g> <g id="assignment-returned"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 15l-5-5h3V9h4v4h3l-5 5z"></path></g> <g id="assignment-turned-in"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2 14l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"></path></g> <g id="attachment"><path d="M7.5 18C4.46 18 2 15.54 2 12.5S4.46 7 7.5 7H18c2.21 0 4 1.79 4 4s-1.79 4-4 4H9.5C8.12 15 7 13.88 7 12.5S8.12 10 9.5 10H17v1.5H9.5c-.55 0-1 .45-1 1s.45 1 1 1H18c1.38 0 2.5-1.12 2.5-2.5S19.38 8.5 18 8.5H7.5c-2.21 0-4 1.79-4 4s1.79 4 4 4H17V18H7.5z"></path></g> <g id="autorenew"><path d="M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"></path></g> <g id="backspace"><path d="M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 12.59L17.59 17 14 13.41 10.41 17 9 15.59 12.59 12 9 8.41 10.41 7 14 10.59 17.59 7 19 8.41 15.41 12 19 15.59z"></path></g> <g id="backup"><path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"></path></g> <g id="block"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1C19.37 8.45 20 10.15 20 12c0 4.42-3.58 8-8 8z"></path></g> <g id="book"><path d="M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z"></path></g> <g id="bookmark"><path d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2z"></path></g> <g id="bookmark-outline"><path d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15l-5-2.18L7 18V5h10v13z"></path></g> <g id="bug-report"><path d="M20 8h-2.81c-.45-.78-1.07-1.45-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5c-.49 0-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-6 8h-4v-2h4v2zm0-4h-4v-2h4v2z"></path></g> <g id="cached"><path d="M19 8l-4 4h3c0 3.31-2.69 6-6 6-1.01 0-1.97-.25-2.8-.7l-1.46 1.46C8.97 19.54 10.43 20 12 20c4.42 0 8-3.58 8-8h3l-4-4zM6 12c0-3.31 2.69-6 6-6 1.01 0 1.97.25 2.8.7l1.46-1.46C15.03 4.46 13.57 4 12 4c-4.42 0-8 3.58-8 8H1l4 4 4-4H6z"></path></g> <g id="cancel"><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path></g> <g id="check"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"></path></g> <g id="check-box"><path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></g> <g id="check-box-outline-blank"><path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"></path></g> <g id="check-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></g> <g id="chevron-left"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"></path></g> <g id="chevron-right"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path></g> <g id="class"><path d="M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z"></path></g> <g id="clear"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path></g> <g id="close"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path></g> <g id="cloud"><path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z"></path></g> <g id="cloud-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4.5 14H8c-1.66 0-3-1.34-3-3s1.34-3 3-3l.14.01C8.58 8.28 10.13 7 12 7c2.21 0 4 1.79 4 4h.5c1.38 0 2.5 1.12 2.5 2.5S17.88 16 16.5 16z"></path></g> <g id="cloud-done"><path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM10 17l-3.5-3.5 1.41-1.41L10 14.17 15.18 9l1.41 1.41L10 17z"></path></g> <g id="cloud-download"><path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM17 13l-5 5-5-5h3V9h4v4h3z"></path></g> <g id="cloud-off"><path d="M19.35 10.04C18.67 6.59 15.64 4 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46C10.21 6.23 11.08 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3 0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96zM3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73 4.27 4 3 5.27zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73z"></path></g> <g id="cloud-queue"><path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z"></path></g> <g id="cloud-upload"><path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"></path></g> <g id="content-copy"><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"></path></g> <g id="content-cut"><path d="M9.64 7.64c.23-.5.36-1.05.36-1.64 0-2.21-1.79-4-4-4S2 3.79 2 6s1.79 4 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1L9.64 7.64zM6 8c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm0 12c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm6-7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zM19 3l-6 6 2 2 7-7V3z"></path></g> <g id="content-paste"><path d="M19 2h-4.18C14.4.84 13.3 0 12 0c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm7 18H5V4h2v3h10V4h2v16z"></path></g> <g id="create"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"></path></g> <g id="credit-card"><path d="M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"></path></g> <g id="dashboard"><path d="M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z"></path></g> <g id="delete"><path d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"></path></g> <g id="description"><path d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z"></path></g> <g id="dns"><path d="M20 13H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zM7 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM20 3H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM7 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"></path></g> <g id="done"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"></path></g> <g id="done-all"><path d="M18 7l-1.41-1.41-6.34 6.34 1.41 1.41L18 7zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12-1.42-1.41zM.41 13.41L6 19l1.41-1.41L1.83 12 .41 13.41z"></path></g> <g id="drafts"><path d="M21.99 8c0-.72-.37-1.35-.94-1.7L12 1 2.95 6.3C2.38 6.65 2 7.28 2 8v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2l-.01-10zM12 13L3.74 7.84 12 3l8.26 4.84L12 13z"></path></g> <g id="error"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></g> <g id="event"><path d="M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"></path></g> <g id="exit-to-app"><path d="M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"></path></g> <g id="expand-less"><path d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"></path></g> <g id="expand-more"><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"></path></g> <g id="explore"><path d="M12 10.9c-.61 0-1.1.49-1.1 1.1s.49 1.1 1.1 1.1c.61 0 1.1-.49 1.1-1.1s-.49-1.1-1.1-1.1zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm2.19 12.19L6 18l3.81-8.19L18 6l-3.81 8.19z"></path></g> <g id="extension"><path d="M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z"></path></g> <g id="face"><path d="M14.69 17.1c-.74.58-1.7.9-2.69.9s-1.95-.32-2.69-.9c-.22-.17-.53-.13-.7.09-.17.22-.13.53.09.7.91.72 2.09 1.11 3.3 1.11s2.39-.39 3.31-1.1c.22-.17.26-.48.09-.7-.17-.23-.49-.26-.71-.1z"></path><circle cx="8.5" cy="12.5" r="1"></circle><path d="M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12 12-5.37 12-12S18.63 0 12 0zm7.96 14.82c-1.09 3.74-4.27 6.46-8.04 6.46-3.78 0-6.96-2.72-8.04-6.47-1.19-.11-2.13-1.18-2.13-2.52 0-1.27.85-2.31 1.97-2.5 2.09-1.46 3.8-3.49 4.09-5.05v-.01c1.35 2.63 6.3 5.19 11.83 5.06l.3-.03c1.28 0 2.31 1.14 2.31 2.54 0 1.38-1.02 2.51-2.29 2.52z"></path><circle cx="15.5" cy="12.5" r="1"></circle></g> <g id="favorite"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"></path></g> <g id="favorite-outline"><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></g> <g id="file-download"><path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"></path></g> <g id="file-upload"><path d="M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z"></path></g> <g id="filter-list"><path d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"></path></g> <g id="find-in-page"><path d="M20 19.59V8l-6-6H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c.45 0 .85-.15 1.19-.4l-4.43-4.43c-.8.52-1.74.83-2.76.83-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-.31 1.96-.83 2.75L20 19.59zM9 13c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"></path></g> <g id="find-replace"><path d="M11 6c1.38 0 2.63.56 3.54 1.46L12 10h6V4l-2.05 2.05C14.68 4.78 12.93 4 11 4c-3.53 0-6.43 2.61-6.92 6H6.1c.46-2.28 2.48-4 4.9-4zm5.64 9.14c.66-.9 1.12-1.97 1.28-3.14H15.9c-.46 2.28-2.48 4-4.9 4-1.38 0-2.63-.56-3.54-1.46L10 12H4v6l2.05-2.05C7.32 17.22 9.07 18 11 18c1.55 0 2.98-.51 4.14-1.36L20 21.49 21.49 20l-4.85-4.86z"></path></g> <g id="flag"><path d="M14.4 6L14 4H5v17h2v-7h5.6l.4 2h7V6z"></path></g> <g id="flip-to-back"><path d="M9 7H7v2h2V7zm0 4H7v2h2v-2zm0-8c-1.11 0-2 .9-2 2h2V3zm4 12h-2v2h2v-2zm6-12v2h2c0-1.1-.9-2-2-2zm-6 0h-2v2h2V3zM9 17v-2H7c0 1.1.89 2 2 2zm10-4h2v-2h-2v2zm0-4h2V7h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zM5 7H3v12c0 1.1.89 2 2 2h12v-2H5V7zm10-2h2V3h-2v2zm0 12h2v-2h-2v2z"></path></g> <g id="flip-to-front"><path d="M3 13h2v-2H3v2zm0 4h2v-2H3v2zm2 4v-2H3c0 1.1.89 2 2 2zM3 9h2V7H3v2zm12 12h2v-2h-2v2zm4-18H9c-1.11 0-2 .9-2 2v10c0 1.1.89 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 12H9V5h10v10zm-8 6h2v-2h-2v2zm-4 0h2v-2H7v2z"></path></g> <g id="folder"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path></g> <g id="folder-open"><path d="M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10z"></path></g> <g id="folder-shared"><path d="M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-5 3c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8h-8v-1c0-1.33 2.67-2 4-2s4 .67 4 2v1z"></path></g> <g id="forward"><path d="M12 8V4l8 8-8 8v-4H4V8z"></path></g> <g id="fullscreen"><path d="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"></path></g> <g id="fullscreen-exit"><path d="M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"></path></g> <g id="gesture"><path d="M4.59 6.89c.7-.71 1.4-1.35 1.71-1.22.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93l1.75 1.71zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z"></path></g> <g id="get-app"><path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"></path></g> <g id="grade"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path></g> <g id="group-work"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8 17.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM9.5 8c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8zm6.5 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"></path></g> <g id="help"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"></path></g> <g id="highlight-remove"><path d="M14.59 8L12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"></path></g> <g id="history"><path opacity=".9" d="M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"></path></g> <g id="home"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"></path></g> <g id="https"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></g> <g id="inbox"><path d="M19 3H4.99c-1.1 0-1.98.9-1.98 2L3 19c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 12h-4c0 1.66-1.34 3-3 3s-3-1.34-3-3H4.99V5H19v10zm-3-5h-2V7h-4v3H8l4 4 4-4z"></path></g> <g id="info"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path></g> <g id="info-outline"><path d="M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"></path></g> <g id="input"><path d="M21 3.01H3c-1.1 0-2 .9-2 2V9h2V4.99h18v14.03H3V15H1v4.01c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98v-14c0-1.11-.9-2-2-2zM11 16l4-4-4-4v3H1v2h10v3z"></path></g> <g id="invert-colors"><path d="M17.66 7.93L12 2.27 6.34 7.93c-3.12 3.12-3.12 8.19 0 11.31C7.9 20.8 9.95 21.58 12 21.58c2.05 0 4.1-.78 5.66-2.34 3.12-3.12 3.12-8.19 0-11.31zM12 19.59c-1.6 0-3.11-.62-4.24-1.76C6.62 16.69 6 15.19 6 13.59s.62-3.11 1.76-4.24L12 5.1v14.49z"></path></g> <g id="label"><path d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z"></path></g> <g id="label-outline"><path d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16zM16 17H5V7h11l3.55 5L16 17z"></path></g> <g id="language"><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2 0 .68.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2 0-.68.07-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .68-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2 0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"></path></g> <g id="launch"><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></g> <g id="link"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"></path></g> <g id="list"><path d="M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"></path></g> <g id="lock"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></g> <g id="lock-open"><path d="M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10z"></path></g> <g id="lock-outline"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6-5.1c1.71 0 3.1 1.39 3.1 3.1v2H9V6h-.1c0-1.71 1.39-3.1 3.1-3.1zM18 20H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"></path></g> <g id="loyalty"><path d="M21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7zm11.77 8.27L13 19.54l-4.27-4.27C8.28 14.81 8 14.19 8 13.5c0-1.38 1.12-2.5 2.5-2.5.69 0 1.32.28 1.77.74l.73.72.73-.73c.45-.45 1.08-.73 1.77-.73 1.38 0 2.5 1.12 2.5 2.5 0 .69-.28 1.32-.73 1.77z"></path></g> <g id="mail"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"></path></g> <g id="markunread"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"></path></g> <g id="markunread-mailbox"><path d="M20 6H10v6H8V4h6V0H6v6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2z"></path></g> <g id="menu"><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path></g> <g id="more-horiz"><path d="M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"></path></g> <g id="more-vert"><path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"></path></g> <g id="note-add"><path d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 14h-3v3h-2v-3H8v-2h3v-3h2v3h3v2zm-3-7V3.5L18.5 9H13z"></path></g> <g id="open-in-browser"><path d="M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v-2H5V8h14v10h-4v2h4c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm-7 6l-4 4h3v6h2v-6h3l-4-4z"></path></g> <g id="open-in-new"><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></g> <g id="open-with"><path d="M10 9h4V6h3l-5-5-5 5h3v3zm-1 1H6V7l-5 5 5 5v-3h3v-4zm14 2l-5-5v3h-3v4h3v3l5-5zm-9 3h-4v3H7l5 5 5-5h-3v-3z"></path></g> <g id="pageview"><path d="M11 8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm8-5H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1.41 16l-3.83-3.83c-.8.52-1.74.83-2.76.83-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-.31 1.96-.83 2.75L19 17.59 17.59 19z"></path></g> <g id="payment"><path d="M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"></path></g> <g id="perm-camera-mic"><path d="M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v-2.09c-2.83-.48-5-2.94-5-5.91h2c0 2.21 1.79 4 4 4s4-1.79 4-4h2c0 2.97-2.17 5.43-5 5.91V21h7c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-6 8c0 1.1-.9 2-2 2s-2-.9-2-2V9c0-1.1.9-2 2-2s2 .9 2 2v4z"></path></g> <g id="perm-contact-cal"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H6v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1z"></path></g> <g id="perm-data-setting"><path d="M18.99 11.5c.34 0 .67.03 1 .07L20 0 0 20h11.56c-.04-.33-.07-.66-.07-1 0-4.14 3.36-7.5 7.5-7.5zm3.71 7.99c.02-.16.04-.32.04-.49 0-.17-.01-.33-.04-.49l1.06-.83c.09-.08.12-.21.06-.32l-1-1.73c-.06-.11-.19-.15-.31-.11l-1.24.5c-.26-.2-.54-.37-.85-.49l-.19-1.32c-.01-.12-.12-.21-.24-.21h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.13-.59.29-.85.49l-1.24-.5c-.11-.04-.24 0-.31.11l-1 1.73c-.06.11-.04.24.06.32l1.06.83c-.02.16-.03.32-.03.49 0 .17.01.33.03.49l-1.06.83c-.09.08-.12.21-.06.32l1 1.73c.06.11.19.15.31.11l1.24-.5c.26.2.54.37.85.49l.19 1.32c.02.12.12.21.25.21h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.59-.29.84-.49l1.25.5c.11.04.24 0 .31-.11l1-1.73c.06-.11.03-.24-.06-.32l-1.07-.83zm-3.71 1.01c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path></g> <g id="perm-device-info"><path d="M13 7h-2v2h2V7zm0 4h-2v6h2v-6zm4-9.99L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"></path></g> <g id="perm-identity"><path d="M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"></path></g> <g id="perm-media"><path d="M2 6H0v5h.01L0 20c0 1.1.9 2 2 2h18v-2H2V6zm20-2h-8l-2-2H6c-1.1 0-1.99.9-1.99 2L4 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7 15l4.5-6 3.5 4.51 2.5-3.01L21 15H7z"></path></g> <g id="perm-phone-msg"><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM12 3v10l3-3h6V3h-9z"></path></g> <g id="perm-scan-wifi"><path d="M12 3C6.95 3 3.15 4.85 0 7.23L12 22 24 7.25C20.85 4.87 17.05 3 12 3zm1 13h-2v-6h2v6zm-2-8V6h2v2h-2z"></path></g> <g id="picture-in-picture"><path d="M19 7h-8v6h8V7zm2-4H3c-1.1 0-2 .9-2 2v14c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98V5c0-1.1-.9-2-2-2zm0 16.01H3V4.98h18v14.03z"></path></g> <g id="polymer"><path d="M19 4h-4L7.11 16.63 4.5 12 9 4H5L.5 12 5 20h4l7.89-12.63L19.5 12 15 20h4l4.5-8z"></path></g> <g id="print"><path d="M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"></path></g> <g id="query-builder"><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zM12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"></path></g> <g id="question-answer"><path d="M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z"></path></g> <g id="radio-button-off"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"></path></g> <g id="radio-button-on"><path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"></path></g> <g id="receipt"><path d="M18 17H6v-2h12v2zm0-4H6v-2h12v2zm0-4H6V7h12v2zM3 22l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.5-1.5L15 22l1.5-1.5L18 22l1.5-1.5L21 22V2l-1.5 1.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20z"></path></g> <g id="redeem"><path d="M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z"></path></g> <g id="redo"><path d="M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z"></path></g> <g id="refresh"><path d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"></path></g> <g id="remove"><path d="M19 13H5v-2h14v2z"></path></g> <g id="remove-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"></path></g> <g id="remove-circle-outline"><path d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"></path></g> <g id="reorder"><path d="M3 15h18v-2H3v2zm0 4h18v-2H3v2zm0-8h18V9H3v2zm0-6v2h18V5H3z"></path></g> <g id="reply"><path d="M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"></path></g> <g id="reply-all"><path d="M7 8V5l-7 7 7 7v-3l-4-4 4-4zm6 1V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"></path></g> <g id="report"><path d="M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM12 17.3c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3.72 0 1.3.58 1.3 1.3 0 .72-.58 1.3-1.3 1.3zm1-4.3h-2V7h2v6z"></path></g> <g id="report-problem"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"></path></g> <g id="restore"><path d="M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"></path></g> <g id="room"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"></path></g> <g id="save"><path d="M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10H5V5h10v4z"></path></g> <g id="schedule"><path fill-opacity=".9" d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zM12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"></path></g> <g id="search"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></g> <g id="select-all"><path d="M3 5h2V3c-1.1 0-2 .9-2 2zm0 8h2v-2H3v2zm4 8h2v-2H7v2zM3 9h2V7H3v2zm10-6h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zM9 3H7v2h2V3zm2 18h2v-2h-2v2zm8-8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zm0-12h2V7h-2v2zm0 8h2v-2h-2v2zm-4 4h2v-2h-2v2zm0-16h2V3h-2v2zM7 17h10V7H7v10zm2-8h6v6H9V9z"></path></g> <g id="send"><path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"></path></g> <g id="settings"><path d="M19.43 12.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"></path></g> <g id="settings-applications"><path d="M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm7-7H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-1.75 9c0 .23-.02.46-.05.68l1.48 1.16c.13.11.17.3.08.45l-1.4 2.42c-.09.15-.27.21-.43.15l-1.74-.7c-.36.28-.76.51-1.18.69l-.26 1.85c-.03.17-.18.3-.35.3h-2.8c-.17 0-.32-.13-.35-.29l-.26-1.85c-.43-.18-.82-.41-1.18-.69l-1.74.7c-.16.06-.34 0-.43-.15l-1.4-2.42c-.09-.15-.05-.34.08-.45l1.48-1.16c-.03-.23-.05-.46-.05-.69 0-.23.02-.46.05-.68l-1.48-1.16c-.13-.11-.17-.3-.08-.45l1.4-2.42c.09-.15.27-.21.43-.15l1.74.7c.36-.28.76-.51 1.18-.69l.26-1.85c.03-.17.18-.3.35-.3h2.8c.17 0 .32.13.35.29l.26 1.85c.43.18.82.41 1.18.69l1.74-.7c.16-.06.34 0 .43.15l1.4 2.42c.09.15.05.34-.08.45l-1.48 1.16c.03.23.05.46.05.69z"></path></g> <g id="settings-backup-restore"><path d="M14 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-2-9c-4.97 0-9 4.03-9 9H0l4 4 4-4H5c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.51 0-2.91-.49-4.06-1.3l-1.42 1.44C8.04 20.3 9.94 21 12 21c4.97 0 9-4.03 9-9s-4.03-9-9-9z"></path></g> <g id="settings-bluetooth"><path d="M11 24h2v-2h-2v2zm-4 0h2v-2H7v2zm8 0h2v-2h-2v2zm2.71-18.29L12 0h-1v7.59L6.41 3 5 4.41 10.59 10 5 15.59 6.41 17 11 12.41V20h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 3.83l1.88 1.88L13 7.59V3.83zm1.88 10.46L13 16.17v-3.76l1.88 1.88z"></path></g> <g id="settings-cell"><path d="M7 24h2v-2H7v2zm4 0h2v-2h-2v2zm4 0h2v-2h-2v2zM16 .01L8 0C6.9 0 6 .9 6 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V2c0-1.1-.9-1.99-2-1.99zM16 16H8V4h8v12z"></path></g> <g id="settings-display"><path d="M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02zM8 16h2.5l1.5 1.5 1.5-1.5H16v-2.5l1.5-1.5-1.5-1.5V8h-2.5L12 6.5 10.5 8H8v2.5L6.5 12 8 13.5V16zm4-7c1.66 0 3 1.34 3 3s-1.34 3-3 3V9z"></path></g> <g id="settings-ethernet"><path d="M7.77 6.76L6.23 5.48.82 12l5.41 6.52 1.54-1.28L3.42 12l4.35-5.24zM7 13h2v-2H7v2zm10-2h-2v2h2v-2zm-6 2h2v-2h-2v2zm6.77-7.52l-1.54 1.28L20.58 12l-4.35 5.24 1.54 1.28L23.18 12l-5.41-6.52z"></path></g> <g id="settings-input-antenna"><path d="M12 5c-3.87 0-7 3.13-7 7h2c0-2.76 2.24-5 5-5s5 2.24 5 5h2c0-3.87-3.13-7-7-7zm1 9.29c.88-.39 1.5-1.26 1.5-2.29 0-1.38-1.12-2.5-2.5-2.5S9.5 10.62 9.5 12c0 1.02.62 1.9 1.5 2.29v3.3L7.59 21 9 22.41l3-3 3 3L16.41 21 13 17.59v-3.3zM12 1C5.93 1 1 5.93 1 12h2c0-4.97 4.03-9 9-9s9 4.03 9 9h2c0-6.07-4.93-11-11-11z"></path></g> <g id="settings-input-component"><path d="M5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H1v6h6V6H5V2zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2H9v2zm-8 0c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16v-2H1v2zM21 6V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v6h6V6h-2zm-8-4c0-.55-.45-1-1-1s-1 .45-1 1v4H9v6h6V6h-2V2zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2h-6v2z"></path></g> <g id="settings-input-composite"><path d="M5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H1v6h6V6H5V2zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2H9v2zm-8 0c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16v-2H1v2zM21 6V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v6h6V6h-2zm-8-4c0-.55-.45-1-1-1s-1 .45-1 1v4H9v6h6V6h-2V2zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2h-6v2z"></path></g> <g id="settings-input-hdmi"><path d="M18 7V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3H5v6l3 6v3h8v-3l3-6V7h-1zM8 4h8v3h-2V5h-1v2h-2V5h-1v2H8V4z"></path></g> <g id="settings-input-svideo"><path d="M8 11.5c0-.83-.67-1.5-1.5-1.5S5 10.67 5 11.5 5.67 13 6.5 13 8 12.33 8 11.5zm7-5c0-.83-.67-1.5-1.5-1.5h-3C9.67 5 9 5.67 9 6.5S9.67 8 10.5 8h3c.83 0 1.5-.67 1.5-1.5zM8.5 15c-.83 0-1.5.67-1.5 1.5S7.67 18 8.5 18s1.5-.67 1.5-1.5S9.33 15 8.5 15zM12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9zm5.5-11c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-2 5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"></path></g> <g id="settings-overscan"><path d="M12.01 5.5L10 8h4l-1.99-2.5zM18 10v4l2.5-1.99L18 10zM6 10l-2.5 2.01L6 14v-4zm8 6h-4l2.01 2.5L14 16zm7-13H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z"></path></g> <g id="settings-phone"><path d="M13 9h-2v2h2V9zm4 0h-2v2h2V9zm3 6.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM19 9v2h2V9h-2z"></path></g> <g id="settings-power"><path d="M7 24h2v-2H7v2zm4 0h2v-2h-2v2zm2-22h-2v10h2V2zm3.56 2.44l-1.45 1.45C16.84 6.94 18 8.83 18 11c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-2.17 1.16-4.06 2.88-5.12L7.44 4.44C5.36 5.88 4 8.28 4 11c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.72-1.36-5.12-3.44-6.56zM15 24h2v-2h-2v2z"></path></g> <g id="settings-remote"><path d="M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1zm-3 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM7.05 6.05l1.41 1.41C9.37 6.56 10.62 6 12 6s2.63.56 3.54 1.46l1.41-1.41C15.68 4.78 13.93 4 12 4s-3.68.78-4.95 2.05zM12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41C7.26 3.01 9.51 2 12 2s4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0z"></path></g> <g id="settings-voice"><path d="M7 24h2v-2H7v2zm5-11c1.66 0 2.99-1.34 2.99-3L15 4c0-1.66-1.34-3-3-3S9 2.34 9 4v6c0 1.66 1.34 3 3 3zm-1 11h2v-2h-2v2zm4 0h2v-2h-2v2zm4-14h-1.7c0 3-2.54 5.1-5.3 5.1S6.7 13 6.7 10H5c0 3.41 2.72 6.23 6 6.72V20h2v-3.28c3.28-.49 6-3.31 6-6.72z"></path></g> <g id="shop"><path d="M16 6V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H2v13c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6h-6zm-6-2h4v2h-4V4zM9 18V9l7.5 4L9 18z"></path></g> <g id="shop-two"><path d="M3 9H1v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2H3V9zm15-4V3c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H5v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5h-5zm-6-2h4v2h-4V3zm0 12V8l5.5 3-5.5 4z"></path></g> <g id="shopping-basket"><path d="M17.21 9l-4.38-6.56c-.19-.28-.51-.42-.83-.42-.32 0-.64.14-.83.43L6.79 9H2c-.55 0-1 .45-1 1 0 .09.01.18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.92 0 1.69-.62 1.93-1.46l2.54-9.27L23 10c0-.55-.45-1-1-1h-4.79zM9 9l3-4.4L15 9H9zm3 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"></path></g> <g id="shopping-cart"><path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"></path></g> <g id="sort"><path d="M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z"></path></g> <g id="speaker-notes"><path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 14H6v-2h2v2zm0-3H6V9h2v2zm0-3H6V6h2v2zm7 6h-5v-2h5v2zm3-3h-8V9h8v2zm0-3h-8V6h8v2z"></path></g> <g id="spellcheck"><path d="M12.45 16h2.09L9.43 3H7.57L2.46 16h2.09l1.12-3h5.64l1.14 3zm-6.02-5L8.5 5.48 10.57 11H6.43zm15.16.59l-8.09 8.09L9.83 16l-1.41 1.41 5.09 5.09L23 13l-1.41-1.41z"></path></g> <g id="star"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path></g> <g id="star-half"><path d="M22 9.74l-7.19-.62L12 2.5 9.19 9.13 2 9.74l5.46 4.73-1.64 7.03L12 17.77l6.18 3.73-1.63-7.03L22 9.74zM12 15.9V6.6l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.9z"></path></g> <g id="star-outline"><path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path></g> <g id="star-rate"><path d="M12 14.3l3.71 2.7-1.42-4.36L18 10h-4.55L12 5.5 10.55 10H6l3.71 2.64L8.29 17z"></path></g> <g id="stars"><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm4.24 16L12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23L16.23 18z"></path></g> <g id="store"><path d="M20 4H4v2h16V4zm1 10v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6h1zm-9 4H6v-4h6v4z"></path></g> <g id="subject"><path d="M14 17H4v2h10v-2zm6-8H4v2h16V9zM4 15h16v-2H4v2zM4 5v2h16V5H4z"></path></g> <g id="supervisor-account"><path d="M16.5 12c1.38 0 2.49-1.12 2.49-2.5S17.88 7 16.5 7C15.12 7 14 8.12 14 9.5s1.12 2.5 2.5 2.5zM9 11c1.66 0 2.99-1.34 2.99-3S10.66 5 9 5C7.34 5 6 6.34 6 8s1.34 3 3 3zm7.5 3c-1.83 0-5.5.92-5.5 2.75V19h11v-2.25c0-1.83-3.67-2.75-5.5-2.75zM9 13c-2.33 0-7 1.17-7 3.5V19h7v-2.25c0-.85.33-2.34 2.37-3.47C10.5 13.1 9.66 13 9 13z"></path></g> <g id="swap-horiz"><path d="M6.99 11L3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z"></path></g> <g id="swap-vert"><path d="M16 17.01V10h-2v7.01h-3L15 21l4-3.99h-3zM9 3L5 6.99h3V14h2V6.99h3L9 3z"></path></g> <g id="swap-vert-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM6.5 9L10 5.5 13.5 9H11v4H9V9H6.5zm11 6L14 18.5 10.5 15H13v-4h2v4h2.5z"></path></g> <g id="system-update-tv"><path d="M12 16.5l4-4h-3v-9h-2v9H8l4 4zm9-13h-6v1.99h6v14.03H3V5.49h6V3.5H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2z"></path></g> <g id="tab"><path d="M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h10v4h8v10z"></path></g> <g id="tab-unselected"><path d="M1 9h2V7H1v2zm0 4h2v-2H1v2zm0-8h2V3c-1.1 0-2 .9-2 2zm8 16h2v-2H9v2zm-8-4h2v-2H1v2zm2 4v-2H1c0 1.1.9 2 2 2zM21 3h-8v6h10V5c0-1.1-.9-2-2-2zm0 14h2v-2h-2v2zM9 5h2V3H9v2zM5 21h2v-2H5v2zM5 5h2V3H5v2zm16 16c1.1 0 2-.9 2-2h-2v2zm0-8h2v-2h-2v2zm-8 8h2v-2h-2v2zm4 0h2v-2h-2v2z"></path></g> <g id="text-format"><path d="M5 17v2h14v-2H5zm4.5-4.2h5l.9 2.2h2.1L12.75 4h-1.5L6.5 15h2.1l.9-2.2zM12 5.98L13.87 11h-3.74L12 5.98z"></path></g> <g id="theaters"><path d="M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"></path></g> <g id="thumb-down"><path d="M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v1.91l.01.01L1 14c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z"></path></g> <g id="thumb-up"><path d="M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-1.91l-.01-.01L23 10z"></path></g> <g id="thumbs-up-down"><path d="M12 6c0-.55-.45-1-1-1H5.82l.66-3.18.02-.23c0-.31-.13-.59-.33-.8L5.38 0 .44 4.94C.17 5.21 0 5.59 0 6v6.5c0 .83.67 1.5 1.5 1.5h6.75c.62 0 1.15-.38 1.38-.91l2.26-5.29c.07-.17.11-.36.11-.55V6zm10.5 4h-6.75c-.62 0-1.15.38-1.38.91l-2.26 5.29c-.07.17-.11.36-.11.55V18c0 .55.45 1 1 1h5.18l-.66 3.18-.02.24c0 .31.13.59.33.8l.79.78 4.94-4.94c.27-.27.44-.65.44-1.06v-6.5c0-.83-.67-1.5-1.5-1.5z"></path></g> <g id="toc"><path d="M3 9h14V7H3v2zm0 4h14v-2H3v2zm0 4h14v-2H3v2zm16 0h2v-2h-2v2zm0-10v2h2V7h-2zm0 6h2v-2h-2v2z"></path></g> <g id="today"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"></path></g> <g id="track-changes"><path fill="#231F20" d="M19.07 4.93l-1.41 1.41C19.1 7.79 20 9.79 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07z"></path></g> <g id="translate"><path d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"></path></g> <g id="trending-down"><path d="M16 18l2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6z"></path></g> <g id="trending-neutral"><path d="M22 12l-4-4v3H3v2h15v3z"></path></g> <g id="trending-up"><path d="M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6z"></path></g> <g id="turned-in"><path d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2z"></path></g> <g id="turned-in-not"><path d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15l-5-2.18L7 18V5h10v13z"></path></g> <g id="undo"><path d="M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"></path></g> <g id="unfold-less"><path d="M7.41 18.59L8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z"></path></g> <g id="unfold-more"><path d="M12 5.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"></path></g> <g id="verified-user"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"></path></g> <g id="view-agenda"><path d="M20 13H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm0-10H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"></path></g> <g id="view-array"><path d="M4 18h3V5H4v13zM18 5v13h3V5h-3zM8 18h9V5H8v13z"></path></g> <g id="view-carousel"><path d="M7 19h10V4H7v15zm-5-2h4V6H2v11zM18 6v11h4V6h-4z"></path></g> <g id="view-column"><path d="M10 18h5V5h-5v13zm-6 0h5V5H4v13zM16 5v13h5V5h-5z"></path></g> <g id="view-day"><path d="M2 21h19v-3H2v3zM20 8H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zM2 3v3h19V3H2z"></path></g> <g id="view-headline"><path d="M4 15h17v-2H4v2zm0 4h17v-2H4v2zm0-8h17V9H4v2zm0-6v2h17V5H4z"></path></g> <g id="view-list"><path d="M4 14h4v-4H4v4zm0 5h4v-4H4v4zM4 9h4V5H4v4zm5 5h12v-4H9v4zm0 5h12v-4H9v4zM9 5v4h12V5H9z"></path></g> <g id="view-module"><path d="M4 11h5V5H4v6zm0 7h5v-6H4v6zm6 0h5v-6h-5v6zm6 0h5v-6h-5v6zm-6-7h5V5h-5v6zm6-6v6h5V5h-5z"></path></g> <g id="view-quilt"><path d="M10 18h5v-6h-5v6zm-6 0h5V5H4v13zm12 0h5v-6h-5v6zM10 5v6h11V5H10z"></path></g> <g id="view-stream"><path d="M4 18h17v-6H4v6zM4 5v6h17V5H4z"></path></g> <g id="view-week"><path d="M6 5H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm14 0h-3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-7 0h-3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"></path></g> <g id="visibility"><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"></path></g> <g id="visibility-off"><path d="M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"></path></g> <g id="wallet-giftcard"><path d="M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z"></path></g> <g id="wallet-membership"><path d="M20 2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v5l4-2 4 2v-5h4c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm0 13H4v-2h16v2zm0-5H4V4h16v6z"></path></g> <g id="wallet-travel"><path d="M20 6h-3V4c0-1.11-.89-2-2-2H9c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zM9 4h6v2H9V4zm11 15H4v-2h16v2zm0-5H4V8h3v2h2V8h6v2h2V8h3v6z"></path></g> <g id="warning"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"></path></g> <g id="work"><path d="M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-6 0h-4V4h4v2z"></path></g> </defs></svg> </core-iconset-svg> <core-iconset-svg id="av" iconsize="24"> <svg><defs> <g id="album"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 14.5c-2.49 0-4.5-2.01-4.5-4.5S9.51 7.5 12 7.5s4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5zm0-5.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"></path></g> <g id="av-timer"><path d="M11 17c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1zm0-14v4h2V5.08c3.39.49 6 3.39 6 6.92 0 3.87-3.13 7-7 7s-7-3.13-7-7c0-1.68.59-3.22 1.58-4.42L12 13l1.41-1.41-6.8-6.8v.02C4.42 6.45 3 9.05 3 12c0 4.97 4.02 9 9 9 4.97 0 9-4.03 9-9s-4.03-9-9-9h-1zm7 9c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zM6 12c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1z"></path></g> <g id="closed-caption"><path d="M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 7H9.5v-.5h-2v3h2V13H11v1c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1zm7 0h-1.5v-.5h-2v3h2V13H18v1c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1z"></path></g> <g id="equalizer"><path d="M10 20h4V4h-4v16zm-6 0h4v-8H4v8zM16 9v11h4V9h-4z"></path></g> <g id="explicit"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 6h-4v2h4v2h-4v2h4v2H9V7h6v2z"></path></g> <g id="fast-forward"><path d="M4 18l8.5-6L4 6v12zm9-12v12l8.5-6L13 6z"></path></g> <g id="fast-rewind"><path d="M11 18V6l-8.5 6 8.5 6zm.5-6l8.5 6V6l-8.5 6z"></path></g> <g id="games"><path d="M15 7.5V2H9v5.5l3 3 3-3zM7.5 9H2v6h5.5l3-3-3-3zM9 16.5V22h6v-5.5l-3-3-3 3zM16.5 9l-3 3 3 3H22V9h-5.5z"></path></g> <g id="hearing"><path d="M17 20c-.29 0-.56-.06-.76-.15-.71-.37-1.21-.88-1.71-2.38-.51-1.56-1.47-2.29-2.39-3-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5s5 2.2 5 5h2c0-3.93-3.07-7-7-7S7 5.07 7 9c0 1.26.38 2.65 1.07 3.9.91 1.65 1.98 2.48 2.85 3.15.81.62 1.39 1.07 1.71 2.05.6 1.82 1.37 2.84 2.73 3.55.51.23 1.07.35 1.64.35 2.21 0 4-1.79 4-4h-2c0 1.1-.9 2-2 2zM7.64 2.64L6.22 1.22C4.23 3.21 3 5.96 3 9s1.23 5.79 3.22 7.78l1.41-1.41C6.01 13.74 5 11.49 5 9s1.01-4.74 2.64-6.36zM11.5 9c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5-2.5 1.12-2.5 2.5z"></path></g> <g id="high-quality"><path d="M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 11H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11v6zm7-1c0 .55-.45 1-1 1h-.75v1.5h-1.5V15H14c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v4zm-3.5-.5h2v-3h-2v3z"></path></g> <g id="loop"><path d="M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"></path></g> <g id="mic"><path d="M12 14c1.66 0 2.99-1.34 2.99-3L15 5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"></path></g> <g id="mic-none"><path d="M12 14c1.66 0 2.99-1.34 2.99-3L15 5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm-1.2-9.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2V4.9zm6.5 6.1c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"></path></g> <g id="mic-off"><path d="M19 11h-1.7c0 .74-.16 1.43-.43 2.05l1.23 1.23c.56-.98.9-2.09.9-3.28zm-4.02.17c0-.06.02-.11.02-.17V5c0-1.66-1.34-3-3-3S9 3.34 9 5v.18l5.98 5.99zM4.27 3L3 4.27l6.01 6.01V11c0 1.66 1.33 3 2.99 3 .22 0 .44-.03.65-.08l1.66 1.66c-.71.33-1.5.52-2.31.52-2.76 0-5.3-2.1-5.3-5.1H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c.91-.13 1.77-.45 2.54-.9L19.73 21 21 19.73 4.27 3z"></path></g> <g id="movie"><path d="M18 4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4z"></path></g> <g id="my-library-add"><path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"></path></g> <g id="my-library-books"><path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9H9V9h10v2zm-4 4H9v-2h6v2zm4-8H9V5h10v2z"></path></g> <g id="my-library-music"><path d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 5h-3v5.5c0 1.38-1.12 2.5-2.5 2.5S10 13.88 10 12.5s1.12-2.5 2.5-2.5c.57 0 1.08.19 1.5.51V5h4v2zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"></path></g> <g id="new-releases"><path d="M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z"></path></g> <g id="not-interested"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"></path></g> <g id="pause"><path d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"></path></g> <g id="pause-circle-fill"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"></path></g> <g id="pause-circle-outline"><path d="M9 16h2V8H9v8zm3-14C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm1-4h2V8h-2v8z"></path></g> <g id="play-arrow"><path d="M8 5v14l11-7z"></path></g> <g id="play-circle-fill"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z"></path></g> <g id="play-circle-outline"><path d="M10 16.5l6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"></path></g> <g id="play-shopping-bag"><path d="M16 6V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H2v13c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6h-6zm-6-2h4v2h-4V4zM9 18V9l7.5 4L9 18z"></path></g> <g id="playlist-add"><path d="M14 10H2v2h12v-2zm0-4H2v2h12V6zm4 8v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM2 16h8v-2H2v2z"></path></g> <g id="queue"><path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"></path></g> <g id="queue-music"><path d="M15 6H3v2h12V6zm0 4H3v2h12v-2zM3 16h8v-2H3v2zM17 6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z"></path></g> <g id="radio"><path d="M3.24 6.15C2.51 6.43 2 7.17 2 8v12c0 1.1.89 2 2 2h16c1.11 0 2-.9 2-2V8c0-1.11-.89-2-2-2H8.3l8.26-3.34L15.88 1 3.24 6.15zM7 20c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm13-8h-2v-2h-2v2H4V8h16v4z"></path></g> <g id="recent-actors"><path d="M21 5v14h2V5h-2zm-4 14h2V5h-2v14zM14 5H2c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM8 7.75c1.24 0 2.25 1.01 2.25 2.25S9.24 12.25 8 12.25 5.75 11.24 5.75 10 6.76 7.75 8 7.75zM12.5 17h-9v-.75c0-1.5 3-2.25 4.5-2.25s4.5.75 4.5 2.25V17z"></path></g> <g id="repeat"><path d="M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z"></path></g> <g id="repeat-one"><path d="M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4zm-4-2V9h-1l-2 1v1h1.5v4H13z"></path></g> <g id="replay"><path d="M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"></path></g> <g id="shuffle"><path d="M10.59 9.17L5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm.33 9.41l-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z"></path></g> <g id="skip-next"><path d="M6 18l8.5-6L6 6v12zM16 6v12h2V6h-2z"></path></g> <g id="skip-previous"><path d="M6 6h2v12H6zm3.5 6l8.5 6V6z"></path></g> <g id="snooze"><path d="M7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm-3-9h3.63L9 15.2V17h6v-2h-3.63L15 10.8V9H9v2z"></path></g> <g id="stop"><path d="M6 6h12v12H6z"></path></g> <g id="subtitles"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 12h4v2H4v-2zm10 6H4v-2h10v2zm6 0h-4v-2h4v2zm0-4H10v-2h10v2z"></path></g> <g id="surround-sound"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.76 16.24l-1.41 1.41C4.78 16.1 4 14.05 4 12c0-2.05.78-4.1 2.34-5.66l1.41 1.41C6.59 8.93 6 10.46 6 12s.59 3.07 1.76 4.24zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm5.66 1.66l-1.41-1.41C17.41 15.07 18 13.54 18 12s-.59-3.07-1.76-4.24l1.41-1.41C19.22 7.9 20 9.95 20 12c0 2.05-.78 4.1-2.34 5.66zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"></path></g> <g id="video-collection"><path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 12.5v-9l6 4.5-6 4.5z"></path></g> <g id="videocam"><path d="M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4z"></path></g> <g id="videocam-off"><path d="M21 6.5l-4 4V7c0-.55-.45-1-1-1H9.82L21 17.18V6.5zM3.27 2L2 3.27 4.73 6H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.21 0 .39-.08.54-.18L19.73 21 21 19.73 3.27 2z"></path></g> <g id="volume-down"><path d="M18.5 12c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM5 9v6h4l5 5V4L9 9H5z"></path></g> <g id="volume-mute"><path d="M7 9v6h4l5 5V4l-5 5H7z"></path></g> <g id="volume-off"><path d="M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z"></path></g> <g id="volume-up"><path d="M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z"></path></g> <g id="web"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z"></path></g> </defs></svg> </core-iconset-svg> <core-iconset-svg id="social" iconsize="24"> <svg><defs> <g id="cake"><path d="M12 6c1.11 0 2-.9 2-2 0-.38-.1-.73-.29-1.03L12 0l-1.71 2.97c-.19.3-.29.65-.29 1.03 0 1.1.9 2 2 2zm4.6 9.99l-1.07-1.07-1.08 1.07c-1.3 1.3-3.58 1.31-4.89 0l-1.07-1.07-1.09 1.07C6.75 16.64 5.88 17 4.96 17c-.73 0-1.4-.23-1.96-.61V21c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-4.61c-.56.38-1.23.61-1.96.61-.92 0-1.79-.36-2.44-1.01zM18 9h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v1.54c0 1.08.88 1.96 1.96 1.96.52 0 1.02-.2 1.38-.57l2.14-2.13 2.13 2.13c.74.74 2.03.74 2.77 0l2.14-2.13 2.13 2.13c.37.37.86.57 1.38.57 1.08 0 1.96-.88 1.96-1.96V12C21 10.34 19.66 9 18 9z"></path></g> <g id="domain"><path d="M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z"></path></g> <g id="group"><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"></path></g> <g id="group-add"><path d="M8 10H5V7H3v3H0v2h3v3h2v-3h3v-2zm10 1c1.66 0 2.99-1.34 2.99-3S19.66 5 18 5c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86s-.34 2.04-.9 2.86c.28.09.59.14.91.14zm-5 0c1.66 0 2.99-1.34 2.99-3S14.66 5 13 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm6.62 2.16c.83.73 1.38 1.66 1.38 2.84v2h3v-2c0-1.54-2.37-2.49-4.38-2.84zM13 13c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z"></path></g> <g id="location-city"><path d="M15 11V5l-3-3-3 3v2H3v14h18V11h-6zm-8 8H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm6 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm6 12h-2v-2h2v2zm0-4h-2v-2h2v2z"></path></g> <g id="mood"><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"></path></g> <g id="notifications"><path d="M11.5 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6.5-6v-5.5c0-3.07-2.13-5.64-5-6.32V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5v.68c-2.87.68-5 3.25-5 6.32V16l-2 2v1h17v-1l-2-2z"></path></g> <g id="notifications-none"><path d="M11.5 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6.5-6v-5.5c0-3.07-2.13-5.64-5-6.32V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5v.68c-2.87.68-5 3.25-5 6.32V16l-2 2v1h17v-1l-2-2zm-2 1H7v-6.5C7 8.01 9.01 6 11.5 6S16 8.01 16 10.5V17z"></path></g> <g id="notifications-off"><path d="M11.5 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zM18 10.5c0-3.07-2.13-5.64-5-6.32V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5v.68c-.51.12-.99.32-1.45.56L18 14.18V10.5zm-.27 8.5l2 2L21 19.73 4.27 3 3 4.27l2.92 2.92C5.34 8.16 5 9.29 5 10.5V16l-2 2v1h14.73z"></path></g> <g id="notifications-on"><path d="M6.58 3.58L5.15 2.15C2.76 3.97 1.18 6.8 1.03 10h2c.15-2.65 1.51-4.97 3.55-6.42zM19.97 10h2c-.15-3.2-1.73-6.03-4.13-7.85l-1.43 1.43c2.05 1.45 3.41 3.77 3.56 6.42zm-1.97.5c0-3.07-2.13-5.64-5-6.32V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5v.68c-2.87.68-5 3.25-5 6.32V16l-2 2v1h17v-1l-2-2v-5.5zM11.5 22c.14 0 .27-.01.4-.04.65-.13 1.19-.58 1.44-1.18.1-.24.16-.5.16-.78h-4c0 1.1.9 2 2 2z"></path></g> <g id="notifications-paused"><path d="M11.5 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6.5-6v-5.5c0-3.07-2.13-5.64-5-6.32V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5v.68c-2.87.68-5 3.25-5 6.32V16l-2 2v1h17v-1l-2-2zm-4-6.2l-2.8 3.4H14V15H9v-1.8l2.8-3.4H9V8h5v1.8z"></path></g> <g id="pages"><path d="M3 5v6h5L7 7l4 1V3H5c-1.1 0-2 .9-2 2zm5 8H3v6c0 1.1.9 2 2 2h6v-5l-4 1 1-4zm9 4l-4-1v5h6c1.1 0 2-.9 2-2v-6h-5l1 4zm2-14h-6v5l4-1-1 4h5V5c0-1.1-.9-2-2-2z"></path></g> <g id="party-mode"><path d="M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 3c1.63 0 3.06.79 3.98 2H12c-1.66 0-3 1.34-3 3 0 .35.07.69.18 1H7.1c-.06-.32-.1-.66-.1-1 0-2.76 2.24-5 5-5zm0 10c-1.63 0-3.06-.79-3.98-2H12c1.66 0 3-1.34 3-3 0-.35-.07-.69-.18-1h2.08c.07.32.1.66.1 1 0 2.76-2.24 5-5 5z"></path></g> <g id="people"><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"></path></g> <g id="people-outline"><path d="M16.5 13c-1.2 0-3.07.34-4.5 1-1.43-.67-3.3-1-4.5-1C5.33 13 1 14.08 1 16.25V19h22v-2.75c0-2.17-4.33-3.25-6.5-3.25zm-4 4.5h-10v-1.25c0-.54 2.56-1.75 5-1.75s5 1.21 5 1.75v1.25zm9 0H14v-1.25c0-.46-.2-.86-.52-1.22.88-.3 1.96-.53 3.02-.53 2.44 0 5 1.21 5 1.75v1.25zM7.5 12c1.93 0 3.5-1.57 3.5-3.5S9.43 5 7.5 5 4 6.57 4 8.5 5.57 12 7.5 12zm0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 5.5c1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5 13 6.57 13 8.5s1.57 3.5 3.5 3.5zm0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z"></path></g> <g id="person"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path></g> <g id="person-add"><path d="M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-9-2V7H4v3H1v2h3v3h2v-3h3v-2H6zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path></g> <g id="person-outline"><path d="M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"></path></g> <g id="plus-one"><path d="M10 8H8v4H4v2h4v4h2v-4h4v-2h-4zm4.5-1.92V7.9l2.5-.5V18h2V5z"></path></g> <g id="poll"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"></path></g> <g id="public"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"></path></g> <g id="school"><path d="M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z"></path></g> <g id="share"><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z"></path></g> <g id="whatshot"><path d="M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67zM11.71 19c-1.78 0-3.22-1.4-3.22-3.14 0-1.62 1.05-2.76 2.81-3.12 1.77-.36 3.6-1.21 4.62-2.58.39 1.29.59 2.65.59 4.04 0 2.65-2.15 4.8-4.8 4.8z"></path></g> </defs></svg> </core-iconset-svg> <polymer-element name="core-xhr" hidden="" assetpath="components/core-ajax/"> </polymer-element> <polymer-element name="core-ajax" hidden="" attributes="url handleAs auto params response error method headers body contentType withCredentials progress loading" assetpath="components/core-ajax/"> </polymer-element> <polymer-element name="firebase-element" assetpath="components/firebase-element/"> </polymer-element> <polymer-element name="firebase-login" attributes="location provider user autoLogin statusKnown params redirect" assetpath="components/firebase-element/"> </polymer-element> <polymer-element name="topeka-datasource" hidden="" assetpath="components/topeka-elements/"> <template> <firebase-login id="fbLogin" provider="anonymous" params="{"rememberMe": true}" location="https://polymer-topeka.firebaseio.com" user="{{fbUser}}" statusknown="{{statusKnown}}"></firebase-login> <firebase-element id="fbUser" location="{{!offline && fbUser ? 'https://polymer-topeka.firebaseio.com/users/' + fbUser.uid : null}}" priority="{{user.score}}" dataready="{{userReady}}"></firebase-element> <core-ajax auto="" handleas="json" url="{{url}}" response="{{categories}}"></core-ajax> </template> </polymer-element> <core-iconset-svg id="avatars" iconsize="128"> <svg><defs> <g id="avatar-1"><path fill="#FF8A80" d="M0 0h128v128h-128z"></path><path fill="#FFE0B2" d="M36.3 94.8c6.4 7.3 16.2 12.1 27.3 12.4 10.7-.3 20.3-4.7 26.7-11.6l.2.1c-17-13.3-12.9-23.4-8.5-28.6 1.3-1.2 2.8-2.5 4.4-3.9l13.1-11c1.5-1.2 2.6-3 2.9-5.1.6-4.4-2.5-8.4-6.9-9.1-1.5-.2-3 0-4.3.6-.3-1.3-.4-2.7-1.6-3.5-1.4-.9-2.8-1.7-4.2-2.5-7.1-3.9-14.9-6.6-23-7.9-5.4-.9-11-1.2-16.1.7-3.3 1.2-6.1 3.2-8.7 5.6-1.3 1.2-2.5 2.4-3.7 3.7l-1.8 1.9c-.3.3-.5.6-.8.8-.1.1-.2 0-.4.2.1.2.1.5.1.6-1-.3-2.1-.4-3.2-.2-4.4.6-7.5 4.7-6.9 9.1.3 2.1 1.3 3.8 2.8 5.1l11 9.3c1.8 1.5 3.3 3.8 4.6 5.7 1.5 2.3 2.8 4.9 3.5 7.6 1.7 6.8-.8 13.4-5.4 18.4-.5.6-1.1 1-1.4 1.7-.2.6-.4 1.3-.6 2-.4 1.5-.5 3.1-.3 4.6.4 3.1 1.8 6.1 4.1 8.2 3.3 3 8 4 12.4 4.5 5.2.6 10.5.7 15.7.2 4.5-.4 9.1-1.2 13-3.4 5.6-3.1 9.6-8.9 10.5-15.2m-14.4-49.8c.9 0 1.6.7 1.6 1.6 0 .9-.7 1.6-1.6 1.6-.9 0-1.6-.7-1.6-1.6-.1-.9.7-1.6 1.6-1.6zm-25.7 0c.9 0 1.6.7 1.6 1.6 0 .9-.7 1.6-1.6 1.6-.9 0-1.6-.7-1.6-1.6-.1-.9.7-1.6 1.6-1.6z"></path><path fill="#E0F7FA" d="M105.3 106.1c-.9-1.3-1.3-1.9-1.3-1.9l-.2-.3c-.6-.9-1.2-1.7-1.9-2.4-3.2-3.5-7.3-5.4-11.4-5.7 0 0 .1 0 .1.1l-.2-.1c-6.4 6.9-16 11.3-26.7 11.6-11.2-.3-21.1-5.1-27.5-12.6-.1.2-.2.4-.2.5-3.1.9-6 2.7-8.4 5.4l-.2.2s-.5.6-1.5 1.7c-.9 1.1-2.2 2.6-3.7 4.5-3.1 3.9-7.2 9.5-11.7 16.6-.9 1.4-1.7 2.8-2.6 4.3h109.6c-3.4-7.1-6.5-12.8-8.9-16.9-1.5-2.2-2.6-3.8-3.3-5z"></path><circle fill="#444" cx="76.3" cy="47.5" r="2"></circle><circle fill="#444" cx="50.7" cy="47.6" r="2"></circle><path fill="#444" d="M48.1 27.4c4.5 5.9 15.5 12.1 42.4 8.4-2.2-6.9-6.8-12.6-12.6-16.4 17.2 1.5 14.1-9.4 14.1-9.4-1.4 5.5-11.1 4.4-11.1 4.4h-18.8c-1.7-.1-3.4 0-5.2.3-12.8 1.8-22.6 11.1-25.7 22.9 10.6-1.9 15.3-7.6 16.9-10.2z"></path></g> <g id="avatar-2"><path fill="#B9F6CA" d="M0 0h128v128h-128z"></path><path fill="#FFCC80" d="M70.1 122.5l.6-.1c6.1-.8 12-2.4 17.7-4.8 1.2-.5 2.4-1.1 3.2-2.1 1.3-1.7-.1-5.6-.5-7.7-.7-3.8-1.3-7.7-1.9-11.5-.7-4.5-1.5-9.1-1.6-13.7-.2-7.6.7-12.3 1.9-15.3h9l-2.6-10.4c-.2-2.4-.4-4.8-.7-6.8-.2-1.9-.6-3.6-1.2-5.3-14.9 2.2-24.5.9-30.7-1.8l-23.1 4.5-.7.1h-.7c-.4-.1-.9-.2-1.2-.4-.4 0-.9 0-1.4.1-4.1.6-6.9 4.7-6.3 9.1.3 2 1.2 3.8 2.6 5 .3.1 1.6.7 3.4 1.7.8.4 1.6 1 2.5 1.6 1.5 1.1 3.2 2.5 4.9 4.1 5.8 5.9 8.4 13.8 7.4 22-.6 4.7-2.2 9.4-4.4 13.6-.5 1-1 1.6-1.1 2.8-.1 1.1-.1 2.3.1 3.4.4 2.3 1.5 4.4 3 6.2 2.6 3.1 6.4 5 10.4 5.8 3.8.4 7.6.3 11.4-.1zm9.5-67.6c.9 0 1.6.7 1.6 1.6 0 .9-.7 1.6-1.6 1.6s-1.6-.7-1.6-1.6c-.1-.8.7-1.6 1.6-1.6zM128 97.7c-3.3 1.9-6.6 3.7-9.9 5.3-3.2 1.5-6.3 2.9-9.6 4.2-.9.4-2.1.5-2.9 1.1-1.1.8-1.9 2.5-2.3 3.7-.6 1.6-.6 3.4.3 4.8.8 1.2 2.1 2 3.5 2.6 5.9 2.9 12.2 5.1 18.6 6.5 1.4.3 2.3 1.8 2.4.1v-28.1c-.1.1-.1-.1-.1-.2z"></path><path d="M38.9 47.4zM39.6 47.4z" fill="none"></path><path fill="#444" d="M94.2 44.9c-.8-2.6-1.8-5-3.2-7.2l-7.2 1.4-20.4 4c6.3 2.7 15.9 4 30.8 1.8z"></path><path fill="#E65100" d="M38.9 48.4h.7c.2 0 .5 0 .7-.1l23.1-4.5 20.4-4 23.3-4.5c1.9-.4 3.2-2 2.9-3.6-.3-1.6-2.1-2.6-4.1-2.3l-19.6 3.8-1.3-6.8c-2-10.9-15-17.7-29.1-14.9-14 2.7-23.7 13.9-21.6 24.9h.1l1.7 9v.7c.2.8.7 1.4 1.4 1.9.5.1 1 .3 1.4.4z"></path><circle fill="#444" cx="79.6" cy="56.5" r="2"></circle><path fill="#689F38" d="M128 128v-1.8l-21.7-18.2-.4.2-2.9 1.3c-3 1.3-6 2.6-9.2 3.8l-1.4.5c-9 3.3-16.5 4.1-22.8 3.6-16.4-1.3-23.8-11.9-23.8-11.9-2.2 4.2-5.2 8.7-9.2 13.5l-.3.4-1.7 2c-.9 1.1-2 2.6-3.4 4.5-.4.6-.9 1.3-1.4 2l98.2.1z"></path><path fill="#FFCC80" d="M36.3 119.3s.1-.2.2-.3c-.1.1-.2.2-.2.3z"></path></g> <g id="avatar-3"><path fill="#80D8FF" d="M0 0h128v128h-128z"></path><path fill="#5D4037" d="M53.7 68.3c.9-.1 1.7-.3 2-.9.1-.2.2-.4.2-.6.2-1-.2-2-.5-3-1.2-3.2-2-6.4-2.2-9.8-.3-3.9.4-7.8 1-11.6l12.7-8.1c.8-.5 1.8-1.5 2.7-1.7.9-.3 2.4.6 3.3.8 1.3.4 2.6.6 4 .9 5.4.9 10.9.7 16.2-.6 1.3-.3 2.7-1.1 4-1.3-.3-2.1-1.5-4.3-2.5-6.1-1-1.9-2.2-3.7-3.6-5.3-2.7-3.2-6-5.8-9.8-7.5-3.3-1.5-6.8-2.4-10.4-2.5 0 0-50.8-8.1-42.4 56.4l12.8.5 8.7.3c.9-.1 2.5.2 3.8.1z"></path><path d="M59.5 25.7l-.3-.4c0 .2.1.3.3.4zM58.5 24.5c-.2-.2-.3-.4-.4-.6.1.2.2.4.4.6zM58.9 25.1l-.3-.4.3.4zM60 26.3l-.4-.4c.2.1.3.3.4.4zM46.3 56.2zM46.8 56.6l.3.3-.3-.3zM46.6 56.4l.2.2-.2-.2zM46.4 56.2l.1.1-.1-.1zM60.7 26.9l-.4-.4c.1.1.2.3.4.4zM69.3 31.6l-1-.3c.3 0 .6.2 1 .3zM70.6 31.9c-.4-.1-.8-.2-1.1-.3.3.1.7.2 1.1.3zM47.2 56.9l.4.4c-.2-.1-.3-.3-.4-.4zM74.2 32.7l-.9-.2c.3.1.6.2.9.2zM61.4 27.5l-.5-.4c.1.1.3.2.5.4zM68.1 31.2c-.3-.1-.6-.2-.9-.4.2.1.6.2.9.4zM62.2 28.1l-.6-.5.6.5zM65.9 30.3c-1.4-.6-2.6-1.3-3.6-2.1 1 .7 2.2 1.4 3.6 2.1zM67 30.7l-.9-.4c.2.2.5.3.9.4zM87.1 33.4h-.8.8zM83.9 33.4h1.4-.8-.6zM80 33.4l1.9.1c-.6 0-1.1 0-1.7-.1h-.2zM82 33.4h1.6-.8-.8zM88.1 33.3c.3 0 .7 0 1-.1h-.2c-.2.1-.5.1-.8.1zM94.3 32.7l-.7.1c1.2-.1 2.4-.3 3.6-.5l-2.2.3c-.2.1-.5.1-.7.1zM90.9 33.1c-.3 0-.6 0-.8.1.9-.1 1.9-.2 2.9-.3l-.8.1c-.5 0-.9 0-1.3.1zM51.1 61.9c.2.3.4.6.5 1-.2-.4-.3-.7-.5-1zM47.6 57.3c.8.8 1.8 1.9 2.8 3.5-1-1.5-2-2.7-2.8-3.5zM50.5 60.9l.6.9c-.3-.3-.5-.6-.6-.9zM51.7 63l.6 1.1c-.3-.4-.4-.8-.6-1.1zM78.2 33.2l-.9-.1c-.2 0-.3 0-.5-.1l-.9-.1h-.2c1.3.2 2.6.3 4 .4-.3 0-.6 0-.9-.1-.2.1-.4.1-.6 0zM74.4 32.8l1.1.2-.9-.1c-.1-.1-.2-.1-.2-.1zM70.7 32c.7.2 1.5.4 2.3.5l-.9-.2-1.4-.3zM52.2 64.1c.6 1.2 1.1 2.6 1.5 4.1-.4-1.5-.9-2.9-1.5-4.1z" fill="none"></path><path fill="#E65100" d="M101.3 128h.3c-2.4-9.5-4.8-19.4-6.8-28.7-7.6 2.7-39.3.6-45.1-5.1-2.5 4.9-6 10.3-10.8 16.2h58.1l4.3 17.6z"></path><path fill="#2A56C6" d="M97.2 92.5v-.2.2z"></path><path fill="#00838F" d="M39.2 107.1l.3-.4-.3.3v.1z"></path><path fill="#EE8100" d="M101.6 128c-1.5-5.8-3-11.8-4.3-17.7h-58.4c-.9 1.1-2.1 2.2-3.1 3.3-.2.2-.3.4-.5.5-4 4.6-7.5 9.2-10.4 13.8h76.7z"></path><path fill="#FFE0B2" d="M72.4 103.8c5.9-.2 14.8-1.8 22.4-4.5-.3-1.4-.6-2.7-.8-4.1-1.9-9.4-3.2-18.1-3.4-25-.5-19.6 6.6-20.2 6.6-20.2h2.1c0-4.2-.5-8.8-.9-12.3-.2-1.9-.6-3.6-1.2-5.3l-3.6.5-.6.1-2.9.3c-.3 0-.6 0-.9.1-.3 0-.7 0-1 .1-.3 0-.7 0-1 .1h-5.1c-.7 0-1.3 0-1.9-.1h-.3c-1.4-.1-2.8-.2-4-.4h-.2l-1.1-.2h-.2l-.9-.2c-.1 0-.2 0-.3-.1l-2.3-.5h-.1c-.4-.1-.8-.2-1.1-.3-.1 0-.1 0-.2-.1l-1-.3c-.1 0-.1 0-.2-.1-.3-.1-.6-.2-.9-.4-.1 0-.1 0-.2-.1l-.9-.4s-.1 0-.1-.1c-1.4-.6-2.6-1.3-3.6-2.1l-.1-.1-.6-.5-.2-.2-.5-.4-.2-.2-.4-.4-.2-.2-.4-.4-.2-.2-.3-.4-.2-.2-.3-.4-.1-.2c-.2-.2-.3-.4-.4-.6l-8 24.9-11.2-14.1c-4.1.6-6.9 4.7-6.3 9.1.3 2 1.2 3.8 2.6 5 .3.1 1.6.7 3.4 1.7.8.4 1.6 1 2.5 1.6 1.5 1.1 3.2 2.5 4.9 4.1h.1l.1.1.2.2.1.1.3.3.1.1.4.4c.8.8 1.8 1.9 2.8 3.5v.1l.6.9s0 .1.1.1c.2.3.4.6.5 1 0 0 0 .1.1.1l.6 1.1c.6 1.2 1.1 2.6 1.5 4.1 1.7 6.2 1.6 14.8-4 25.9 5.6 5.8 13.6 9.4 22.5 9.7z"></path><circle fill="#444" cx="84.2" cy="44.1" r="2"></circle></g> <g id="avatar-4"><path fill="#84FFFF" d="M0 0h128v128h-128z"></path><path fill="#444" d="M28 54.2c1-.2 1.5.5 2.8.8 1.3.3 2.7.2 4-.2 2.2-.7 4.1-2.1 6.1-3.4 12.6-8.2 28.9-10.4 43.2-5.8 3 1 6 2.3 8 4.7.9 1.1 1.6 2.4 2.5 3.6s2.1 2.2 3.5 2.4c5.2.8 4.9-8.6 4.9-11.8 0-21.3-17.3-38.6-38.6-38.6s-38.6 17.3-38.6 38.6c0 3.2.2 7 1.4 10 .3-.1.6-.2.8-.3z"></path><path fill="#8D6E63" d="M44.3 103.5c0 .2-.1.4-.1.5-.5 3.9.3 7.9 2.3 11.3 2.1 3.7 5.4 6.6 9.2 8.3 3.1 1.4 6.5 2.1 10 2.1 5.3-.1 10.6-2 14.2-5.9 1.9-2.1 3.2-4.6 4.5-7.1.9-1.7 1.8-3.4 2.5-5.2.6-1.7.6-2.3-.5-3.6-2.2-2.6-4.1-5.7-4.9-9.1-.9-4.1.3-9.7 3.5-12.6 1.3-1.2 2.8-2.5 4.4-3.9l13.1-11c1.5-1.2 2.6-3 2.9-5.1.4-3.2-1.1-6.3-3.7-7.9-.5-.3-.9-.5-1.5-.7h-.1c-.2-.1-.5-.2-.7-.2h-.1c-.3-.1-.6-.1-.8-.2-1.4-.2-2.8 0-4 .5-.8-14-13.9-11-29.9-11-14.6 0-26.8-2.5-29.4 7.8-.2.9-.5 2-.8 3.1-1.2-.4-2.4-.6-3.8-.4-.3 0-.6.1-.9.2l-.3.1-.6.2-.3.1-.6.3-.2.1-.8.5c-2.3 1.7-3.6 4.5-3.2 7.6.3 2.1 1.3 3.8 2.8 5.1 0 0 10.9 9.3 11 9.3 4.6 3.9 8.2 10.7 8.6 16.7.1 1.8 0 3.7-.5 5.5-.1 1.5-1 3-1.3 4.6z"></path><path d="M100.4 53.6zM99.6 53.3h-.1.1zM29.1 53.6l-.3.1c.1 0 .2 0 .3-.1zM28.2 54l-.2.1s.1 0 .2-.1zM29.9 53.3l-.3.1c.2 0 .3-.1.3-.1z" fill="none"></path><path fill="#8D6E63" d="M39.3 109.5c-.1.1-.1.2-.1.2l.5-.6c-.1.1-.2.3-.4.4z"></path><path fill="#FFEB3B" d="M62.8 128h6.8l-3.4-5zM39.2 109.7c-.1.2-.2.4-.2.5-3.1.9-6 2.7-8.4 5.4l-.2.2s-.5.6-1.5 1.7c-.9 1.1-2.2 2.6-3.7 4.5-1.3 1.6-2.8 3.6-4.4 5.8h28.6l-10.2-18.1zM111.5 126.3c-1.3-2.2-2.3-3.9-3.1-5.1-.9-1.3-1.3-2-1.3-2l-.2-.3c-.6-.9-1.2-1.7-1.9-2.4-3.1-3.4-7-5.2-10.9-5.7l-.3.4-10.2 16.8h28.9c-.3-.6-.7-1.2-1-1.7z"></path><circle fill="#444" cx="79.5" cy="62.7" r="2"></circle><circle fill="#444" cx="53.8" cy="62.8" r="2"></circle><path fill="#F57F17" d="M65.7 122.3l.5-.4-22.2-18.4-4.3 5.6-.5.6 10.2 18.3h13.4l3.4-5zM65.7 122.3l.5.7 3.4 5h14l10.1-16.8.3-.4-6.4-6.2-.4.3-21 17z"></path></g> <g id="avatar-5"><path fill="#FFFF8D" d="M0 0h128v128h-128z"></path><path fill="#C2C2C2" d="M51.7 31.4v-22s-19.6 2.5-15.8 29.9c11 0 14.8-4.3 15.8-7.9z"></path><path fill="#848484" d="M94.1 39.8c.1-1 0-2-.1-3 0-1-.1-1.9-.2-2.9-.2-1.8-.4-3.5-.8-5.2-.6-2.9-1.5-5.8-2.9-8.4-1.1-2.2-2.6-4.2-4.3-6-1.6-1.6-3.3-2.9-5.3-3.9-1.8-1-3.8-1.7-5.8-2.2-2-.5-4-.8-6-.9-1.9-.1-3.8-.1-5.7 0-1.7.1-3.3.3-5 .6-1.3.2-2.5.5-3.8.8l-2.2.6-.4.1v20.799999999999997c0 1-.1 1.8.4 2.7.2.3.5.6.6.9.3.9.7 1.8 1.2 2.7 1.1 1.8 2.7 3.4 4.7 4.3 2.4 1.1 5.1 1.4 7.8 1.6 4.8.3 9.6.4 14.3.3 2.2 0 4.3-.3 6.4-.9 1.2-.3 2.4-.6 3.6-1 .6-.2 1.2-.4 1.8-.5.6-.2 1.2-.5 1.7-.5z"></path><path fill="#FFE0B2" d="M66.8 116.8l17.9-8.7 3.1-8.2c-15.1-17 1.2-31.6 2.3-32.5h.1l13.2-11.1c1.5-1.2 2.5-3 2.8-5 .6-4.4-2.5-8.4-6.9-9.1-1.5-.2-3 0-4.3.6-.2-1-.5-1.9-.8-2.9-26.9 3.7-37.9-2.5-42.4-8.4-1.6 2.6-5.1 6.1-15.8 7.9-.2.9-.5 2-.8 3.1-1.2-.4-2.4-.6-3.8-.4-4.4.6-7.5 4.7-6.9 9.1.3 2 1.3 3.8 2.8 5l7.5 6.4c4.2 4.5 18.4 21.7 9 37l.7 3.7 4.7 4.6 17.6 8.9z"></path><path fill="#055524" d="M39.8 104.7zM94.1 104.3l-.8 1.5-6.8 12.1v10.1h41.5v-2.3z"></path><path fill="#FFE0B2" d="M40.4 103.9c-.2.2-.3.4-.5.5 0 0-.1.1-.1.2v.1l.6-.8z"></path><circle fill="#444" cx="80" cy="51.7" r="2"></circle><circle fill="#444" cx="54.3" cy="51.7" r="2"></circle><path fill="#055524" d="M39.8 104.7c-3.2.9-6.1 2.7-8.6 5.5l-.2.2s-.5.6-1.5 1.7c-.9 1.1-2.2 2.6-3.7 4.5-2.3 2.9-5.1 6.7-8.3 11.4h31v-7.8l-8.7-15.5z"></path><path fill="#848484" d="M65.3 67.3s2.7 9.8 14.5 9.8c0 0 3.9-18.5-14.5-18.5v8.7z"></path><path fill="#C2C2C2" d="M65.3 67.3v-8.7c-18.4 0-14.5 18.4-14.5 18.4 11.8 0 14.5-9.7 14.5-9.7z"></path><path fill="#A7FFEB" d="M80.9 128h5.6v-10.1zM59.9 128h13.8l-6.9-10zM48.4 128h4.3l-4.3-7.8z"></path><path fill="#1DE9B6" d="M66.8 118l-.5-.8.5-.4-22.9-17.3h-.1l-3.4 4.4-.6.8 8.6 15.5 4.3 7.8h7.2zM93.3 105.8l.8-1.5-6.4-4.4-20.9 16.9-.5.4.5.8 6.9 10h7.2l5.6-10.1z"></path></g> <g id="avatar-6"><path fill="#FF8A80" d="M0 0h128v128h-128z"></path><path fill="#F2A600" d="M30.3 43.7c3.1-.4 6.1 1 7.7 3.4 10.3-2 11-11.5 12.6-14.1 4.5 5.8 13.3 17.8 39.5 14.5 1.6-2.7 4.7-4.3 8-3.8.4 0 .7-1.9 1-1.8-.1-2.2-.3-4.4-.8-6.4v-.1c-3.4-15.8-17.5-27.6-34.3-27.6-15 0-27.8 9.4-32.8 22.6-1.4 3.6-2.2 7.6-2.3 11.7l.7 1.8.7-.2z"></path><path d="M89.1 102.8l.4-.3c-.1 0-.3.1-.4.3zM91.3 100.9l-.5.4c.2-.2.3-.3.5-.4zM73.3 110.1c-.1 0-.2 0-.3.1.1-.1.2-.1.3-.1zM70.9 110.5h-.2.2zM87 104.3l.3-.2-.3.2zM78 108.8l.5-.2-.5.2zM82.9 106.7l.2-.1c-.1.1-.1.1-.2.1zM84.9 105.6l.5-.3-.5.3zM80.3 107.9l.4-.2c-.1.1-.2.2-.4.2zM92.9 99.3zM30.3 41.7c-.3 0-.5.1-.7.1.2 0 .5 0 .7-.1zM66.2 110.9c-.6 0-1.2 0-1.9-.1.6 0 1.2.1 1.9.1z" fill="none"></path><path fill="#F2A600" d="M41.5 101.3l.8.7c-.3-.3-.5-.5-.8-.7zM42.9 102.4c.2.2.5.4.8.6-.3-.2-.6-.4-.8-.6zM44.2 103.5c.2.2.5.4.8.5-.2-.1-.5-.3-.8-.5zM98.3 35.4zM38.7 98.3c.4.4.8.8 1.1 1.3-.4-.4-.8-.8-1.1-1.3zM31.1 30.4zM46.5 105.1l.5.3-.5-.3zM51.1 107.5l.3.1c-.1 0-.2 0-.3-.1zM48 105.9l.5.3c-.2-.1-.4-.2-.5-.3zM61.6 110.5l-.9-.1.9.1zM88.9 67c-1.6 1.4-3.1 2.7-4.4 3.9-3.3 3.8-6.3 10.3-1 18.7 5.7-8.1 10.6-17.7 13.2-29.1l-7.8 6.5zM41 100.8l-.8-.8.8.8zM49.5 106.8l.4.2c-.1-.1-.2-.2-.4-.2zM59 110.1h.1-.1zM12.9 127.4c4.5-7.1 8.6-12.7 11.7-16.6 1.5-2 2.8-3.5 3.7-4.5 1-1.1 1.5-1.7 1.5-1.7l.2-.2c2.4-2.7 5.3-4.5 8.4-5.4.1-.2.2-.4.2-.5 0-.1 0-.2.1-.2 13.6-13.3 4.7-26.5-1.5-32.9l-4.4-3.8c-2.6 8.7-8.5 18.2-20.1 26.9-6.4 4.1-10.6 11.4-10.6 19.7 0 8.2 4.1 15.4 10.4 19.8l.4-.6z"></path><path fill="#FFE0B2" d="M67.1 110.9h-2 2zM38.8 98.1c-.4.3 2.1 5.6 2.5 5.9 1.8 1.8 4.1 2.2 6.3 3.5 4.8 2.7 10.2 3.6 15.6 4.2 5.7.6 11.5-.5 16.8-2.6 2.5-1 4.8-2.3 7-3.8 1.2-.8 2.2-1.6 3.3-2.6.4-.3 2.4-3.6 2.7-3.3-4-3.3-8-6.9-10.4-11.6-2.2-4.2-2.6-9.1-.5-13.4 1.7-3.3 4.5-5.6 7.3-7.9 2.2-1.8 4.3-3.6 6.5-5.5l4.7-3.9c1-.8 2.1-1.6 2.8-2.7 1.5-2 1.9-4.6 1.2-7-1.4-4.8-7.1-7.2-11.5-4.9-1 .5-1.9 1.3-2.6 2.2l-.5.7-1.1.1c-.8.1-1.6.2-2.4.2-2.6.2-5.3.3-7.9.1-6.8-.3-13.5-2.1-19.1-6-3.6-2.4-6.3-5.6-8.9-9-.5.9-.8 1.9-1.1 2.8-.5 1.4-1 2.7-1.6 4-1.7 3.3-4.5 5.8-8.2 6.9-.5.2-1.1.3-1.7.4-.3-.5-.7-.9-1.1-1.3-.9-.6-2.1-1.3-3.3-1.6-2.5-.7-5.2-.2-7.2 1.4-3.9 3.1-4 9.2-.1 12.5l10.5 8.9c2.4 2 4.3 4.8 5.9 7.4 2.1 3.5 3.4 7.6 3.2 11.7-.3 5.6-3.3 10.4-7.1 14.2-.1.1 13.6-13.3 0 0z"></path><path fill="#80DEEA" d="M93 99.4l-.2-.1-1.5 1.5-.5.4c-.4.4-.9.8-1.3 1.1l-.4.3c-.6.5-1.2.9-1.8 1.3l-.3.2c-.5.4-1.1.7-1.6 1l-.5.3-1.8 1-.2.1c-.7.4-1.4.7-2.1 1l-.4.2-1.8.7-.5.2c-.8.3-1.5.5-2.3.7l-2.4.6c-.1 0-.2 0-.3.1l-2.1.4h-.2c-1.5.2-3 .3-4.5.4h2-1.9c-.6 0-1.2 0-1.9-.1l-2.7-.3-.9-.1-1.6-.3h-.1c-2.7-.6-5.2-1.4-7.6-2.4l-.3-.1c-.4-.2-.8-.4-1.2-.5l-.4-.2c-.4-.2-.7-.4-1-.5l-.5-.3-1-.6-.5-.3c-.5-.3-1-.6-1.5-1-.3-.2-.5-.4-.8-.5l-.6-.5-.8-.6-.6-.5c-.3-.2-.5-.4-.8-.7l-.5-.5-.8-.8-.4-.4c-.4-.4-.8-.8-1.1-1.3-.1.2-.2.4-.2.5-3.1.9-6 2.7-8.4 5.4l-.2.2s-.5.6-1.5 1.7c-.9 1.1-2.2 2.6-3.7 4.5-3.1 3.9-7.2 9.5-11.7 16.6-.1.2-.2.4-.4.6h105.3c-2.7-5.4-5.1-9.8-7.1-13.1-1.3-2.2-2.3-3.9-3.1-5.1-.9-1.3-1.3-2-1.3-2l-.2-.3c-.6-.9-1.2-1.7-1.9-2.4-3.3-3.3-7.4-5.2-11.4-5.5z"></path><circle fill="#444" cx="78.9" cy="51.3" r="2"></circle><circle fill="#444" cx="53.2" cy="51.3" r="2"></circle></g> <g id="avatar-7"><path fill="#B9F6CA" d="M0 0h128v128h-128z"></path><path fill="#444" d="M50.4 75.7c-1.6-1.6-3.2-2.9-4.7-4-.9-.6-1-1.7-1.7-2.2-1.8-1-3.2-5.9-5.3-3.4l-.5.8-.4-.9c-1.3-1.2-1-.4-1.3-2.3-.5-4.2 1.2-7.2 5.1-7.8 1-.1 2-.1 2.9.2 9.5-1.8 13.7-7.4 15.2-10 4 5.7 14.3 11.4 38.3 7.8 2.8-4.7 4.5-10.2 4.5-16-.1-17.1-13.9-30.9-30.9-30.9-6.7 0-12.8 2.1-17.9 5.7l-25.8 18.3c-11.6 5.6-19.6 17.5-19.6 31.2 0 19.1 15.5 34.6 34.6 34.6 4.6 0 9-.9 13-2.5.2-8.4-1.4-14.5-5.5-18.6zM44.5 54.1z"></path><path fill="#8D6E63" d="M73.7 122c6.1.5 13.4-.3 22-3.5-.1-.7-.3-1.4-.5-2.1-.3-1.3-3.8-21.4-4-28.1-.1-7.3.8-11.9 2-14.7h8.7l-2.5-10.1c-.2-2.4-.4-4.7-.7-6.6-.2-1.8-.3-2.3-.8-3.9-24 3.6-34.2-3.7-38.2-9.4-1.4 2.5-5.7 8.8-15.3 10.5-.9-.3-1.9-.3-2.9-.2-3.9.6-6.7 4.5-6.1 8.8.3 2 1.2 3.6 2.5 4.8.2.1 1.5.6 3.3 1.7.7.4 1.6.9 2.4 1.6 1.5 1.1 3.1 2.4 4.7 4 4 4.1 7.6 10.2 7.4 18.5-.1 4.9-1.6 10.6-5.1 17.2.1 0 7.3 10.2 23.1 11.5zM44.5 54.1z"></path><path fill="#FFCC80" d="M41.6 123.8s.1-.2.2-.3c-.1.2-.1.2-.2.3z"></path><circle fill="#444" cx="83.5" cy="63.1" r="2"></circle><path fill="#0097A7" d="M73.7 122c-15.9-1.3-23-11.5-23-11.5-2.1 4-5.1 8.4-8.9 13.1l-.3.4c-.5.6-1.1 1.3-1.7 2-.5.6-1 1.3-1.6 2.1h59.7c-.7-3.2-1.5-6.4-2.1-9.5-8.7 3.1-16 3.9-22.1 3.4z"></path></g> <g id="avatar-8"><path fill="#FFCC80" d="M41.6 123.8s0 .1-.1.1l.3-.4c-.1.2-.1.2-.2.3z"></path><path fill="#80D8FF" d="M0 0h128v128h-128z"></path><path fill="#5D4037" d="M29.3 123.1c4.1-6.9 7.8-12.4 10.5-16.2 1.4-1.9 2.5-3.4 3.3-4.4l1.7-2s0-.1.1-.1l.3-.3c3.8-4.7 6.7-9.1 8.9-13.1 9.5-17.8 6.1-29.3-.3-35.9-1.6-1.6-3.2-2.9-4.7-4-.9-.6-1.7-1.1-2.4-1.6-1.8-1-3.1-1.6-3.3-1.7-1.3-1.2-2.2-2.9-2.5-4.9-.5-4.3 2.2-6.2 6.1-6.8 1-.1 2-.1 2.9.2 9.6-1.8 11.9-8 13.3-10.6 4 5.7 13.9 9.8 38 6.1-4.1-13.5-16.7-22.4-30.2-20.4-4.4.7-8.3 2.4-11.8 4.9l-.1.1c-1.1.8-2.1 1.6-3 2.6l-35 30c-8.2 4.8-13.8 13.8-13.8 24.1 0 2.7.4 5.3 1.1 7.8.3 4.9-.1 11.7-2.9 18.6-.2.5-.5 1-.7 1.6-1.2 3.2-1.9 6.6-1.9 10.2 0 8.2 3.5 15.6 9.1 20.7h14.5c1-1.7 1.9-3.4 2.8-4.9zM49.8 32.3z"></path><path fill="#FFCC80" d="M63.1 19.8c-1.4 2.6-5.7 8.8-15.3 10.6-.9-.3-1.9-.3-2.9-.2-3.9.6-6.7 4.5-6.1 8.8.3 2 1.2 3.7 2.5 4.9.2.1 1.5.6 3.3 1.7.7.4 1.6 1 2.4 1.6 1.5 1.1 3.1 2.4 4.7 4 6.4 6.6 11.8 18.1 2.3 35.9 0 0 7.3 15.5 23.2 16.9 6.1.5 13.3-5.6 22.1-8.8-.1-.7-.3-1.4-.5-2.1-.3-1.3-3.9-21.5-4.1-28.2-.2-7.4.7-11.9 1.9-14.8h8.8l-2.4-10.4c-.2-2.4-.4-4.7-.7-6.7-.2-1.8-.6-3.5-1.1-5.2-24.2 3.7-34-2.3-38.1-8zm22.3 19.6c0-.9.7-1.6 1.6-1.6.9 0 1.6.7 1.6 1.6 0 .9-.7 1.6-1.6 1.6-.9 0-1.6-.7-1.6-1.6zM49.8 32.3zM44.9 100.4s0 .1-.1.1l.3-.4-.2.3z"></path><circle fill="#444" cx="86.9" cy="39.4" r="2"></circle><path fill="#00BFA5" d="M77.2 98.5c-15.9-1.3-23.1-11.5-23.1-11.5-2.2 4-5.1 8.4-8.9 13.1l-.3.4c-.5.7-1.1 1.3-1.7 2-.8 1-2 2.5-3.3 4.4-2.8 3.8-6.5 9.2-10.5 16.2-.9 1.6-1.8 3.2-2.8 4.9h80.8l-.3-1c-2.6-10.3-5.4-21.4-7.7-31.9-8.8 3.1-16.1 3.9-22.2 3.4z"></path></g> <g id="avatar-9"><path fill="#FFCC80" d="M41.6 123.8s.1-.2.2-.3c-.1.2-.1.2-.2.3z"></path><path fill="#B388FF" d="M0 0h128v128h-128z"></path><path d="M64.1 34.5c-.1.1-.2.2-.3.2.1-.1.2-.2.3-.2zM65 33.8c-.1.1-.2.1-.2.2l.2-.2zM63.1 35.1c-.1.1-.2.2-.4.2.2 0 .3-.1.4-.2zM57.7 37.7l-.5.2c.2-.1.4-.2.5-.2zM60.5 36.6l-.2.1s.1-.1.2-.1zM59.2 37.1l-.4.2c.1 0 .2-.1.4-.2zM68 30.8l-.2.3c.1-.1.2-.2.2-.3zM66.1 32.9l-.3.2.3-.2zM67.5 31.5l-.3.3c.1-.2.2-.3.3-.3zM66.8 32.1l-.3.3c.2-.1.3-.2.3-.3zM62 35.8l-.3.2.3-.2zM67 82.8l-.3 1.6.3-1.6zM56.2 38.1l-.5.1c.1 0 .3 0 .5-.1zM66.6 84.6c-.1.5-.2 1.1-.4 1.6.2-.5.3-1 .4-1.6zM67.2 81l-.2 1.6c.1-.5.1-1 .2-1.6zM61.6 60.2c.1.1.2.3.4.4l-.4-.4zM69.1 29.3l-.6.9c.5-.7.9-1.3 1.2-1.8-.1.2-.3.5-.5.7 0 .1 0 .2-.1.2zM67.2 81c1-10.6-2.4-17.3-5.2-20.4 2.7 3.1 6.2 9.8 5.2 20.4zM66.2 86.5c-.1.6-.3 1.1-.5 1.7.2-.6.4-1.2.5-1.7zM60.6 59.1l.2.2c-.1 0-.2-.1-.2-.2zM60.3 58.9s.1.1.2.1c-.1 0-.1 0-.2-.1zM60.1 58.8zM60 58.7zM61.7 96.9c-.1-.1-.2-.2-.4-.3l.1.1.3.2zM61.2 59.8l.3.3-.3-.3zM60.9 59.4l.3.3c-.2-.1-.2-.2-.3-.3z" fill="none"></path><path fill="#2A56C6" d="M98.8 94.8v.2-.2z"></path><path fill="#FFE0B2" d="M2.8 109.6l-2.8 1.2v17.2h15.5l-12.7-18.4z"></path><path fill="#DD2C00" d="M91.9 128h5.6c-3.8-12-4.4-16-4.9-20.1-.1-.5-.5-2.4-.5-2.9-2.6.7-5.2 1.1-8 1.2-8.7-.2-16.5-3.8-22.3-9.3l-.2-.2-.1-.1c-2.9.2-7.6.2-10.8.6-4.6.6-9.6 1.3-15 2.4-4.7.9-11.2 2.7-33.3 9.3l.5.7 12.6 18.4h70.2"></path><path fill="#FFEB3B" d="M66.2 86.5c0-.1 0-.1.1-.2.1-.6.3-1.1.4-1.6v-.2l.3-1.6v-.1l.2-1.6c1-10.6-2.4-17.3-5.2-20.4-.1-.1-.2-.3-.4-.4l-.1-.1-.3-.3-.1-.1-.3-.3-.1-.1-.2-.2-.1-.1c-.1-.1-.1-.1-.2-.1 0 0-.1 0-.1-.1l-.1-.1s-.1 0-.1-.1c-1.6-1.7-3.3-3-4.9-4.1-.9-.6-1.7-1.2-2.5-1.6-1.8-1.1-3.2-1.6-3.4-1.7-1.3-1.2-2.3-3-2.6-5-.6-4.4.3-6.4 4.3-7.1 1-.2 2-.1 3 .2l.1-.7c.6-.1 1.1-.2 1.6-.4l.5-.1 1.1-.3.5-.2 1-.3.4-.2c.4-.1.7-.3 1.1-.5l.2-.1 1.2-.6.3-.2c.3-.1.5-.3.8-.5.1-.1.3-.2.4-.2.2-.1.4-.3.7-.4.1-.1.2-.2.3-.2l.7-.5c.1-.1.2-.1.2-.2.3-.2.5-.4.8-.7.1-.1.2-.1.2-.2l.5-.5.3-.3.4-.4.3-.3.3-.4c.1-.1.2-.2.2-.3.2-.2.3-.4.4-.6l.6-.9.1-.2c.2-.3.3-.5.5-.7 4.2 5.9 14.5 10.4 39.3 6.7-4.2-14-17.3-23.5-31.3-21.4-5.3.8-10.1 3.2-14 6.6l-.2.2c-.5.4-1 .9-1.4 1.4-5.3 4.8-23.3 19.8-52.2 26.5-3.9 0-7.4 1.6-9.9 4.2v19.3c.3.3.6.6.9.8l-.3.9s30.5 22.8 63.6 16.7l1.6-1.8c0-.1 0-.1.1-.2.2-.7.4-1.3.5-1.8z"></path><path fill="#FFE0B2" d="M84 106.2c2.8-.1 5.4-.5 8-1.2l.8-3.8c4.3-19.3 9.7-37.4 15-52.9h6.9l-4.8-8.2c-.2-1.9-.6-3.6-1.2-5.3-24.8 3.7-35-2.5-39.1-8.4-.3.5-.7 1.1-1.2 1.8l-.4.6-.2.3-.3.4-.3.3-.4.4-.3.3-.5.5s-.1 0-.2.1c-.3.2-.5.4-.8.7-.1.1-.2.1-.2.2-.2.2-.4.3-.7.5-.1.1-.2.2-.3.2-.2.1-.4.3-.7.4-.1.1-.2.2-.4.2l-.8.5-.3.2-1.2.6-.2.1-1.1.5-.4.2c-.3.1-.6.2-1 .3l-.5.2c-.3.1-.7.2-1.1.3l-.5.1-1.6.4c-.1.2-.1.5-.1.7-.9-.3-1.9-.4-3-.2-4.1.6-6.9 4.7-6.3 9.1.3 2 1.2 3.8 2.6 5 .3.1 1.6.7 3.4 1.7.8.4 1.6 1 2.5 1.6 1.5 1.1 3.2 2.5 4.9 4.1l.1.1.1.1.1.1s.1.1.2.1c0 0 .1 0 .1.1l.2.2.1.1.3.3.1.1.3.3.1.1s.2.3.4.4c2.7 3.1 7.2 9.8 6.2 20.4l-.2 1.6v.1l-.3 1.6v.2c-.1.5-.2 1.1-.4 1.6 0 .1 0 .1-.1.2-.1.6-.3 1.1-.5 1.7 0 .1 0 .1-.1.2-.8 2.6-1.8 5.3-3.3 8.3.1.1.2.2.4.3 5.7 5.6 13.5 9.1 22.2 9.3z"></path><path fill="#DD2C00" d="M85.6 128h5.1"></path><circle fill="#444" cx="95.8" cy="46.5" r="2"></circle></g> <g id="avatar-10"><path fill="#FFCC80" d="M41.6 123.8s0 .1-.1.1l.3-.4c-.1.2-.1.2-.2.3z"></path><path fill="#FFFF8D" d="M0 0h128v128h-128z"></path><path fill="#C2C2C2" d="M83.2 26.6c.1-.9.2-1.8.2-2.7 0-10.4-8.4-18.9-18.8-18.9s-18.8 8.4-18.8 18.8c0 1.4.2 2.7.4 4 5.4-4 12.2-6.4 19.4-6.4 6.5.1 12.5 2 17.6 5.2z"></path><path fill="#848484" d="M41.4 58.4c9.6-1.9 10.3-10.7 11.7-13.2 4.2 5.4 12.4 16.6 36.8 13.5 1.5-2.5 4.4-6 7.4-5.6.3 0 .6.1 1 .2-.3-11.3-6.3-21.2-15.2-26.8-5.1-3.2-11.1-5.1-17.5-5.1-7.3 0-14 2.4-19.4 6.4-7.9 5.9-13.1 15.2-13.3 25.7.4-.1.9 1.7 1.4 1.7 2.8-.4 5.6 1 7.1 3.2z"></path><path fill="#FF5722" d="M109.6 121.5c-1.2-2-2.2-3.6-2.9-4.8l-1.2-1.8-.2-.3c-.5-.8-1.1-1.6-1.8-2.3-3.1-3.3-6.9-5.1-10.8-5.3 0 0 .1 0 .1.1l-.2-.1c-3.4 3.7-7.8 6.6-12.7 8.5v12.5h33.4c-1.4-2.5-2.6-4.7-3.7-6.5zm-67.6-15.5l-.2.5c-2.9.8-5.6 2.5-7.8 5.1l-.2.2s-.5.6-1.4 1.6c-.9 1-2 2.4-3.5 4.2-2.1 2.6-4.7 6.1-7.5 10.4h28v-15.7c-2.8-1.7-5.3-3.8-7.4-6.3z"></path><path fill="#E0F7FA" d="M67.7 117.7c-6.8-.2-13.1-2.1-18.3-5.4v15.7h30.5v-12.6c-3.8 1.4-7.9 2.2-12.2 2.3z"></path><path fill="#FFE0B2" d="M42 106c2.1 2.4 4.6 4.5 7.4 6.3 5.2 3.3 11.5 5.3 18.3 5.4 4.3-.1 8.4-.9 12.1-2.3 5-1.9 9.3-4.8 12.7-8.5l.2.1s-.1 0-.1-.1c-15.7-12.3-12-21.7-7.8-26.6 1.3-1.1 2.6-2.3 4.1-3.6l12.2-10.3c1.4-1.2 2.4-2.8 2.7-4.8.5-3.8-1.9-7.3-5.4-8.2-.3-.1-.6-.2-1-.2-3.1-.4-5.9 1.1-7.4 3.6-24.4 3.1-32.7-8.1-36.8-13.5-1.5 2.4-2.1 11.3-11.7 13.2-1.6-2.3-4.3-3.6-7.2-3.2l-1.4.3c-3.4 1.1-5.5 4.5-5 8.1.3 1.9 1.3 3.6 2.6 4.7l10.2 8.7c5.8 6 14.1 18.3 1.4 30.7-.1.1-.1.2-.1.2zm37.6-45.3c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c-.1-.9.6-1.5 1.5-1.5zm-24 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c-.1-.9.6-1.5 1.5-1.5z"></path><circle fill="#444" cx="79.6" cy="62.2" r="2"></circle><circle fill="#444" cx="55.6" cy="62.2" r="2"></circle></g> <g id="avatar-11"><path fill="#FFCC80" d="M41.6 123.8s0 .1-.1.1l.3-.4c-.1.2-.1.2-.2.3z"></path><path fill="#8C9EFF" d="M0 0h128v128h-128z"></path><path fill="#C2C2C2" d="M34.8 79.5c-2.5-3.4-5.9-6.4-6.9-10.3v-.1l-.6-.5c-.3-1.2.6-2 .5-3l-2.4-1h-6.8999999999999995s0 17 17.4 17.3c-.9-.9-.7-1.8-1.1-2.4z"></path><path fill="#CFD8DC" d="M21.9 64.2l-.1-.3c0-.1 0-.2-.1-.4v-1l.1-.3c.1-.1.1-.2.1-.3.1-.1.1-.2.1-.2.2-.4.1-.8-.2-1.1-.4-.4-1-.4-1.3 0l-.2.2-.2.2c-.1.1-.2.2-.3.4l-.3.6-.3.6c-.1.2-.2.4-.2.7 0 .2-.1.5-.1.8v.5h3c.2-.2.1-.3 0-.4z"></path><path fill="#eee" d="M116.5 65.2c.1.1.2.1.2.2 0-.1-.1-.2-.2-.2zM124.7 71.3l.6.3c-.3-.1-.4-.2-.6-.3zM126.4 72.3l.6.3c-.2 0-.4-.1-.6-.3zM123 70.2l.5.3c-.2 0-.4-.2-.5-.3zM115 63.7zM114.9 127.8c-12-17.2-7.6-52-3.1-67.6v-.1c-3.5-4.2-7.8-11.7-10.2-18.7-1.7-5-4-8.8-6.4-11.8l-1.6-2-10.7 11.8c-1.5 2.1-3.3 1.8-4.1-.6l-7.1-17.3c-.3-.9-.3-1.9 0-2.7.3-1.1-.1-2.1.7-3l-2-.1c-1.3 0-2.5.1-3.7.3-1.7-.3-3.4-.5-5.1-.5-11.9 0-21.9 8.1-24.8 19.2-.5 1.8-.7 3.7-.8 5.6-1.2 3.6-4.2 7.7-11.5 8.4 1.3.4 2.2 1.9 2 3.6l-.5 2.8c-.3 2-1.2 2.4-2.2.9l1.6 8.6.2.9c.1 1.1.3 2.2.6 3.4 1 4 3.2 8.2 7.8 10.9.3.6 1 1.3 2 2.1 8.2 6.7 36 20.7 27.8 46.1h51.3c0-.1-.1-.1-.2-.2zm-80.4-68.5c.5 0 1 .4 1 1 0 .5-.4 1-1 1-.5 0-1-.4-1-1s.4-1 1-1zm7.4 3.9c.5 0 1 .4 1 1 0 .5-.4 1-1 1-.5 0-1-.4-1-1 0-.5.5-1 1-1zm-1-8.5c-.5 0-1-.4-1-1 0-.5.4-1 1-1 .5 0 1 .4 1 1s-.5 1-1 1zm3.9-10.9c-.9 0-1.6-.7-1.6-1.6 0-.9.7-1.6 1.6-1.6.9 0 1.6.7 1.6 1.6 0 .9-.7 1.6-1.6 1.6zM118.1 66.5c.1.1.2.2.4.3-.2-.1-.3-.2-.4-.3zM121.3 69.1l.5.3-.5-.3zM119.7 67.8l.4.3c-.1 0-.3-.1-.4-.3z"></path><path fill="#C2C2C2" d="M114.9 127.8l.2.2h12.9v-54.8l-1-.6-.6-.3-1.2-.7-.6-.3-1.2-.7-.5-.3-1.2-.8-.5-.3-1.2-.9-.4-.3-1.2-1c-.1-.1-.2-.2-.4-.3l-1.3-1.2c-.1-.1-.2-.1-.2-.2l-1.5-1.5c-1.5-1.6-3-3.3-4.4-5.1-4.6 15.4-13 52.7 4.3 69.1z"></path><path fill="#646464" d="M26 55.1l.4-2.8c.2-1.8-.6-3.2-2-3.6-.3-.1-.7-.2-1.1-.1-2 .1-2.7 1.9-1.6 3.8l1.8 3.3c.1.2.2.3.3.4 1 1.3 1.9 1 2.2-1z"></path><circle fill="#444" cx="44.8" cy="42.2" r="2"></circle><circle fill="#CFD8DC" cx="34.5" cy="60.3" r="1"></circle><circle fill="#CFD8DC" cx="40.9" cy="53.7" r="1"></circle><circle fill="#CFD8DC" cx="41.9" cy="64.2" r="1"></circle><path fill="#646464" d="M70.7 18.8c-.3.8-.3 1.8 0 2.7l8.1 19.3c.8 2.5 2.6 2.7 4.1.6l12.3-11.8 1.4-1.3c.3-.4.5-.9.6-1.3.4-1.2.3-2.4-.1-3.6-1.1-4.3-5.6-8.9-11.2-10.3-5.6-1.4-10.9-.2-13.6 2.7-.8.8-1.3 1.8-1.6 3z"></path></g> <g id="avatar-12"><path fill="#FFCC80" d="M41.6 123.8s0 .1-.1.1l.3-.4c-.1.2-.1.2-.2.3z"></path><path fill="#FFFF8D" d="M0 0h128v128h-128z"></path><path fill="#F4B400" d="M110.3 91.4l-.5-.5c.1.2.3.4.5.5zM105.9 86.9l.4.5c-.1-.2-.3-.4-.4-.5zM115.7 96.4c.2.2.4.4.7.6-.3-.2-.5-.4-.7-.6zM104.3 85c.2.2.3.4.5.5-.2-.1-.4-.3-.5-.5zM108 89.1zM124.9 103.1l.9.6c-.3-.3-.6-.4-.9-.6zM96.4 74.1l.1.2c-.1 0-.1-.1-.1-.2zM111.6 92.7c.2.2.4.4.7.6l-.7-.6zM121.6 100.9l.9.6-.9-.6zM102.8 83.2l.4.5c-.1-.1-.3-.3-.4-.5zM101.4 81.5c.1.1.1.2.2.2-.1 0-.1-.1-.2-.2zM113.6 94.5l.7.6c-.2-.1-.5-.4-.7-.6zM98.6 77.7c.1.1.1.2.2.2l-.2-.2zM97.4 75.9l.2.3c0-.1-.1-.2-.2-.3zM125.8 103.6l-.9-.6-2.4-1.5-.9-.6c-1-.7-2.1-1.4-3.1-2.2l-2.2-1.8c-.2-.2-.4-.4-.7-.6-.5-.4-1-.8-1.4-1.2l-.7-.6-1.3-1.2-.7-.6c-.5-.4-.9-.9-1.3-1.3l-.5-.5-1.8-1.8c-.6-.6-1.1-1.2-1.6-1.8l-.4-.5-1.2-1.3c-.2-.2-.3-.4-.5-.5l-1.1-1.3-.4-.5-1.2-1.5c-.1-.1-.1-.2-.2-.2-.9-1.2-1.8-2.4-2.6-3.6-.1-.1-.1-.2-.2-.2l-1-1.5-.2-.3c-.3-.5-.6-1-1-1.5l-.1-.2c-1.1-1.8-2-3.5-2.9-5.2-3.1-6-4.8-11.4-5.7-15.9-.2-.9-.3-1.7-.4-2.6l-2.2-37.5-8 10.2c-3.7-2.6-8.2-4.2-13.1-4.2s-9.4 1.5-13.1 4.1l-8.1-10.1-1.8 29-7.7 71.8h.2c-.1 1-.2 2-.2 3 0 4 .8 7.7 2.1 11.2h92.7v-23.1c-.7-.4-1.5-.8-2.2-1.3zm-70.8-65.2c-.9 0-1.6-.7-1.6-1.6 0-.9.7-1.6 1.6-1.6.9 0 1.6.7 1.6 1.6 0 .8-.7 1.6-1.6 1.6zm17.9 0c-.9 0-1.6-.7-1.6-1.6 0-.9.7-1.6 1.6-1.6.9 0 1.6.7 1.6 1.6 0 .8-.7 1.6-1.6 1.6z"></path><circle fill="#444" cx="72.9" cy="36.7" r="2"></circle><circle fill="#444" cx="55" cy="36.7" r="2"></circle><path fill="#444" d="M61.6 39.5c-.5 1-.1 1.7 1 1.7h4.6c1.1 0 1.6-.8 1-1.7l-2.3-4c-.5-1-1.4-1-2 0l-2.3 4z"></path><path fill="#FF5722" d="M92.5 102.7c8.3 11.3 23.6 14.4 35.5 7.8v-5.6l-2.2-1.3-.9-.6-2.4-1.5-.9-.6c-1-.7-2.1-1.4-3.1-2.2l-2.2-1.8c-.2-.2-.4-.4-.7-.6-.5-.4-1-.8-1.4-1.2l-.7-.6-1.3-1.2-.7-.6c-.5-.4-.9-.9-1.3-1.3l-.5-.5-1.8-1.8c-.6-.6-1.1-1.2-1.6-1.8l-.4-.5-1.2-1.3c-.2-.2-.3-.4-.5-.5l-1.1-1.3-.4-.5-1.2-1.5c-.1-.1-.1-.2-.2-.2-.9-1.2-1.8-2.4-2.6-3.6-.1-.1-.1-.2-.2-.2l-1-1.5-.2-.3c-.3-.5-.6-1-1-1.5l-.1-.2c-1.1-1.8-2-3.5-2.9-5.2-7.7 9.4-8.4 23.4-.8 33.7z"></path></g> <g id="avatar-13"><path fill="#448AFF" d="M0 0h128v128h-128z"></path><g fill="#00BFA5"><path d="M73 18.7c-4.8 0-9.7.8-14 2.3-.1.1-.2.2-.4.3l-7.3 4.6c-.6.4-1.4.4-2 .1-.3-.2-.6-.4-.8-.7l-.7-1.1c-.6-1-.3-2.2.6-2.8l7.3-4.6c.4-.2.8-.3 1.2-.3-5.5-3-23.7-10.7-33.7 10.7-11.8 25.4 11 50.2-14.4 62.6 0 0 26.2 13.7 40.9-24.8 3.7 3.2 8.8 5.8 16 7.4-.6-5.6.8-9.8-2.1-12.8-1.3-1.4-2.7-1.5-4-2.4-.7-.5-1.4-.9-2-1.3-1.5-.9-2.6-1.3-2.8-1.4-1.1-1-1.9-2.4-2.1-4.1-.5-3.6-2.2-6.9 1.1-7.4.8-.1 1.6-.1 2.4.2 8-1.5 11.6-6.7 12.8-8.9 3.4 4.8 11.7 9.8 31.9 6.8.3 1.1.6 1.2.8 2.4l.5-1.3c-.1-13-13.2-23.5-29.2-23.5zM56.1 43.2zM61.4 89.7s6 8.6 19.4 9.7c5.1.4 11.3-.3 18.6-2.9-.1-.6-.3-1.2-.4-1.7-.2-1.1-3.2-18-3.4-23.6-.2-6.2.6-10 1.6-12.4h7.3l-2.1-8.5c-.1-2-.4-3.9-.6-5.6 0-.3-.1-.7-.2-1-.2-1.1-.4-2.3-.8-3.4-20.2 3-28.5-2-31.9-6.8-1.2 2.1-4.8 7.4-12.8 8.9-.8-.2-1.6-.3-2.4-.2-3.3.5-5.6 3.8-5.1 7.4.2 1.7 1 3.1 2.1 4.1.2.1 1.3.5 2.8 1.4.6.4 1.3.8 2 1.3 1.3.9 2.6 2 4 3.4 2.9 3 5.6 7.2 6.1 12.8.5 4.5-.6 10.2-4.2 17.1zm27.5-41.2c.7 0 1.3.6 1.3 1.3s-.6 1.3-1.3 1.3-1.3-.6-1.3-1.3.6-1.3 1.3-1.3zM56.1 43.2c.1-.1 0-.1 0 0zM53.7 100.9l.2-.2-.2.2z"></path><circle cx="88.9" cy="49.8" r="2"></circle><path d="M80.8 99.3c-13.3-1.1-19.4-9.7-19.4-9.7-1.8 3.4-4.3 7.1-7.5 11l-.3.3c-.4.5-.9 1.1-1.4 1.7-.7.9-1.6 2.1-2.8 3.7-2.3 3.2-5.4 7.8-8.8 13.5-1.4 2.4-2.9 5.1-4.4 8 0 0 0 .1-.1.1h71.3c-.6-1.6-1.3-3.2-1.7-4.8-2.2-8.6-4.6-17.9-6.5-26.8-7.2 2.8-13.3 3.5-18.4 3zM55.7 16.7l-7.3 4.6c-1 .6-1.3 1.9-.6 2.8l.7 1.1c.2.3.5.6.8.7.6.3 1.4.3 2-.1l7.3-4.6.4-.3c.7-.7.8-1.7.3-2.5l-.7-1.1c-.4-.6-1-.9-1.6-1-.5 0-1 .1-1.3.4z"></path></g><path fill="#444" d="M73 18.7c-4.8 0-9.7.8-14 2.3-.1.1-.2.2-.4.3l-7.3 4.6c-.6.4-1.4.4-2 .1-.3-.2-.6-.4-.8-.7l-.7-1.1c-.6-1-.3-2.2.6-2.8l7.3-4.6c.4-.2.8-.3 1.2-.3-5.5-3-23.7-10.7-33.7 10.7-11.8 25.4 11 50.2-14.4 62.6 0 0 26.2 13.7 40.9-24.8 3.7 3.2 8.8 5.8 16 7.4-.6-5.6.8-9.8-2.1-12.8-1.3-1.4-2.7-1.5-4-2.4-.7-.5-1.4-.9-2-1.3-1.5-.9-2.6-1.3-2.8-1.4-1.1-1-1.9-2.4-2.1-4.1-.5-3.6-2.2-6.9 1.1-7.4.8-.1 1.6-.1 2.4.2 8-1.5 11.6-6.7 12.8-8.9 3.4 4.8 11.7 9.8 31.9 6.8.3 1.1.6 1.2.8 2.4l.5-1.3c-.1-13-13.2-23.5-29.2-23.5zM56.1 43.2z"></path><path fill="#FFE0B2" d="M61.4 89.7s6 8.6 19.4 9.7c5.1.4 11.3-.3 18.6-2.9-.1-.6-.3-1.2-.4-1.7-.2-1.1-3.2-18-3.4-23.6-.2-6.2.6-10 1.6-12.4h7.3l-2.1-8.5c-.1-2-.4-3.9-.6-5.6 0-.3-.1-.7-.2-1-.2-1.1-.4-2.3-.8-3.4-20.2 3-28.5-2-31.9-6.8-1.2 2.1-4.8 7.4-12.8 8.9-.8-.2-1.6-.3-2.4-.2-3.3.5-5.6 3.8-5.1 7.4.2 1.7 1 3.1 2.1 4.1.2.1 1.3.5 2.8 1.4.6.4 1.3.8 2 1.3 1.3.9 2.6 2 4 3.4 2.9 3 5.6 7.2 6.1 12.8.5 4.5-.6 10.2-4.2 17.1zm27.5-41.2c.7 0 1.3.6 1.3 1.3s-.6 1.3-1.3 1.3-1.3-.6-1.3-1.3.6-1.3 1.3-1.3zM56.1 43.2c.1-.1 0-.1 0 0z"></path><path fill="#FFCC80" d="M53.7 100.9l.2-.2-.2.2z"></path><circle fill="#444" cx="88.9" cy="49.8" r="2"></circle><path fill="#FF5722" d="M80.8 99.3c-13.3-1.1-19.4-9.7-19.4-9.7-1.8 3.4-4.3 7.1-7.5 11l-.3.3c-.4.5-.9 1.1-1.4 1.7-.7.9-1.6 2.1-2.8 3.7-2.3 3.2-5.4 7.8-8.8 13.5-1.4 2.4-2.9 5.1-4.4 8 0 0 0 .1-.1.1h71.3c-.6-1.6-1.3-3.2-1.7-4.8-2.2-8.6-4.6-17.9-6.5-26.8-7.2 2.8-13.3 3.5-18.4 3z"></path><path fill="#00BFA5" d="M55.7 16.7l-7.3 4.6c-1 .6-1.3 1.9-.6 2.8l.7 1.1c.2.3.5.6.8.7.6.3 1.4.3 2-.1l7.3-4.6.4-.3c.7-.7.8-1.7.3-2.5l-.7-1.1c-.4-.6-1-.9-1.6-1-.5 0-1 .1-1.3.4z"></path></g> <g id="avatar-14"><path fill="#B388FF" d="M0 0h128v128h-128z"></path><path fill="#1C3AA9" d="M70.5 128h12.4c-5.1-15.8-6.6-23.9-7.2-28.4-1.9 8.8-4 19.3-5.2 28.4z"></path><path d="M92.9 32.8l-.2.1c.1 0 .2 0 .2-.1zM91.7 33.3l-.7.1.7-.1zM92.3 33.1l-.3.1.3-.1zM40.3 33.4c-.2 0-.5 0-.7-.1.3 0 .5.1.7.1zM39.4 33.2l-.5-.1.5.1zM38.7 33c-.2-.1-.4-.2-.5-.3.1.1.3.2.5.3z" fill="none"></path><path fill="#2A56C6" d="M82.9 90.8v.2-.2z"></path><path fill="#FFE0B2" d="M31.2 47.2zM45.8 93c5.8 5.5 13.6 9.1 22.3 9.3 2.8-.1 5.4-.5 8-1.2l.8-3.8c4.3-19.3 9.7-37.4 15-52.9h6.9l-4.8-8.2c-.2-1.2-.4-2.5-.7-3.6l-.4.3-.2.1-.4.2-.3.1-.3.1-.7.1h-50.7c-.2 0-.5 0-.7-.1-.1 0-.1 0-.2-.1l-.5-.1-.2-.1c-.2-.1-.4-.2-.5-.3 0 0-.1 0-.1-.1-.1.2-.1.4-.1.7-1-.3-2-.4-3-.3-4.1.6-6.9 4.7-6.3 9.1.3 2 1.2 3.8 2.6 5 .3.1 1.6.7 3.4 1.7.8.4 1.6 1 2.5 1.6 1.5 1.1 3.2 2.5 4.9 4.1 0 0 16.3 12.3 3.4 38 .1.2.2.3.3.4zm34.1-51.9c.8 0 1.5.7 1.5 1.6 0 .9-.7 1.6-1.5 1.6s-1.5-.7-1.5-1.6.6-1.6 1.5-1.6z"></path><path fill="#2A56C6" d="M68.1 102.3c-8.7-.2-16.5-3.8-22.3-9.3-.1-.1-.2-.2-.4-.3-3-.2-7.6.2-10.8.6-4.6.6-9.6 1.3-15 2.4-3.6.7-8.1 1.9-19.7 5.3v27h71.4c1.3-9.1 2.9-18.1 4.7-26.9-2.5.7-5.1 1.1-7.9 1.2z"></path><path fill="#6D4C41" d="M61.8 9.8c-7.3 1.1-13.6 5.1-17.9 10.8h43.7c-6.1-7.9-15.7-12.3-25.8-10.8z"></path><path fill="#E65100" d="M38.7 33l.2.1c.2.1.3.1.5.1.1 0 .1 0 .2.1l.7.1h50.7c.2 0 .5 0 .7-.1l.3-.1.3-.1c.1 0 .3-.1.4-.2l.2-.1.4-.3c1-.7 1.6-1.9 1.6-3.2v-4.8c0-2.2-1.8-4-4-4h-50.5c-2.2 0-4 1.8-4 4v4.8c0 1.4.7 2.6 1.8 3.3 0 0 .1 0 .1.1s.2.2.4.3z"></path><ellipse fill="#444" cx="79.9" cy="42.7" rx="2" ry="2.2"></ellipse></g> <g id="avatar-15"><path fill="#FF80AB" d="M0 0h128v128h-128z"></path><path fill="#5D4037" d="M87.3 11.7c-7.6 0-14.1 4.9-16.4 11.7-2.8-1.6-5.9-2.7-9.1-3.1-13.9-2.1-26.9 7.1-31.1 21.1 5 .8 9.5 3.1 13.4 3.1 1.4-.6 3-.9 4.6-.9 1.1 0 2.2.2 3.3.5 10-1.3 15.2-5.2 17.9-9 .3.5.6 1 1 1.6v.1c2.1 3.1 6.6 7.7 14.7 9.2.9-.3 1.9-.4 3-.2 1.5.2 2.8-1.1 3.8-.1 7-2.2 12.2-8.8 12.2-16.5 0-9.7-7.8-17.5-17.3-17.5z"></path><path d="M70.9 36.6c-.4-.6-.8-1.2-1-1.6.2.5.5 1 1 1.6z" fill="none"></path><path fill="#5D4037" d="M85.6 45.9z"></path><path fill="#FFCC80" d="M48.6 63.8c5.6 0 10.1-4.5 10.1-10.1s-4.5-10.1-10.1-10.1-10.1 4.5-10.1 10.1c.1 5.5 4.6 10.1 10.1 10.1zm-1.7-10.5c0 .9-.7 1.6-1.6 1.6-.9 0-1.6-.7-1.6-1.6 0-.9.7-1.6 1.6-1.6.9-.1 1.6.7 1.6 1.6zM85.6 45.9z"></path><path fill="#F9A825" d="M35.6 117.3c0 2.5 2.1 4.6 4.6 4.6s4.6-2.1 4.6-4.6c0-1.7-.9-3.2-2.3-4-.8-.2-1.8-.3-2.7-.6-2.3.3-4.2 2.2-4.2 4.6z"></path><circle fill="#F9A825" cx="64.3" cy="117.1" r="4.6"></circle><path fill="#F9A825" d="M83.4 117.3c0 2.5 2.1 4.6 4.6 4.6 1.5 0 2.8-.7 3.7-1.8l-.7-.9-.6-.8c-.6-.7-1.3-1.5-1.8-2.1l-.3-.4c-.4-.5-.8-.9-1.2-1.5-.3-.4-.6-.8-.9-1.3-1.7.8-2.8 2.4-2.8 4.2z"></path><path fill="#FFEE58" d="M91.6 119.8c-.8 1-2.1 1.7-3.5 1.7-2.4 0-4.4-2-4.4-4.4 0-1.8 1-3.3 2.5-4-3-3.9-5.3-7.5-7.2-11 .2.1-7.3 10.6-23.7 12-3.8.3-8 .1-12.8-.8 1.3.8 2.2 2.2 2.2 3.8 0 2.4-2 4.4-4.4 4.4s-4.4-2-4.4-4.4c0-2.3 1.8-4.2 4-4.4-2.4-.6-4.8-1.3-7.4-2.2-1.2 5.7-2.6 11.6-4.1 17.5h69c-1.4-2-2.6-3.8-3.7-5.3m-29.4-1.2c-2.4 0-4.4-2-4.4-4.4s2-4.4 4.4-4.4 4.4 2 4.4 4.4c0 2.4-2 4.4-4.4 4.4z"></path><path fill="#FFCC80" d="M92.4 45.6c-1-1-2.4-1.7-3.8-1.9-1-.2-2-.1-3 .2-8.1-1.5-12.6-6.1-14.7-9.2-.5-.7-.8-1.2-1.1-1.7-2.7 3.8-7.9 7.7-17.9 9l.9.3-9.4.4.6-.3c-3.9 0-8.3-.4-13.4-1.1-.5 1.7-.9 3.5-1.2 5.3-.2 1.8-.5 3.8-.6 6l-.3 2-2.3 9.4h9c1.2 3 2.1 7.7 1.9 15.3-.2 6.9-3.9 27.7-4.2 29-.1.7-.3 1.4-.5 2.1 2.6.9 5 2 7.3 2.5l2.7.5c4.8.9 9.2 1.4 13 1.1 16.4-1.3 24-12 24-12-9.8-18.4-4.6-30.7 2.1-37.5 1.6-1.7 3.3-3 4.9-4.1.9-.6 1.7-1.2 2.5-1.6 1.8-1.1 3.2-1.6 3.4-1.7 1.3-1.2 2.3-3 2.6-5 .3-2.6-.7-5.3-2.5-7zm-32.9 2.7c.5 1 .8 2 1 3.1l-1-3.1z"></path><path fill="#DB4437" d="M36.6 54.7c.5 6.2 5.7 11.1 12 11.1 6.7 0 12.1-5.4 12.1-12.1 0-5.5-3.7-10.2-8.8-11.6-1-.3-2.1-.5-3.3-.5-1.6 0-3.2.3-4.6.9-4.1 1.7-7.1 5.6-7.4 10.2h-7.7l-.1.9-.3 1.1h8.1zm12-11.1c5.6 0 10.1 4.5 10.1 10.1s-4.5 10.1-10.1 10.1-10.1-4.5-10.1-10.1c.1-5.6 4.6-10.1 10.1-10.1z"></path><circle fill="#444" cx="45.3" cy="53.3" r="2"></circle></g> <g id="avatar-16"><path fill="#B388FF" d="M0 0h128v128h-128z"></path><path fill="#444" d="M58.4 24c4.2 5.9 23.9 10.2 38.9 4.6-4.2-14-17.1-23.2-31.1-21.1-11.7 1.8-20.8 11.2-23.7 22.9 7 3.2 14.5-3.8 15.9-6.4z"></path><path fill="#689F38" d="M72.7 101.3c-16.4-1.3-23.9-11.9-23.9-11.9-2.2 4.2-5.2 8.7-9.2 13.5l-.3.4-1.7 2c-.9 1.1-2 2.6-3.4 4.5-2.8 3.9-6.6 9.5-10.8 16.6l-.8 1.4h80.1c-2.5-9.8-5.1-20.3-7.3-30.2-8.9 3.4-16.5 4.3-22.7 3.7z"></path><path fill="#FFCC80" d="M101.8 51.3l-2.6-10.4c-.2-2.5-.5-4.9-.7-6.9-.2-1.9-.6-3.6-1.2-5.3-24.8 3.7-35-2.5-39.1-8.4-1.5 2.6-5.8 8.4-15.6 10.2-.1.2-.1.5-.1.7-.9-.3-1.9-.4-3-.2-4.1.6-6.9 4.7-6.3 9.1.3 2 1.2 3.8 2.6 5 .3.1 1.6.7 3.4 1.7.8.4 1.6 1 2.5 1.6 1.5 1.1 3.2 2.5 4.9 4.1 6.6 6.8 12.1 18.6 2.4 37 0 0 7.4 10.6 23.8 11.9 6.3.5 13.8-.3 22.8-3.6l-.5-2.1c-.3-1.4-4-22.1-4.2-29-.2-7.6.7-12.3 1.9-15.3h9zm-20.7-10.8c0-.9.7-1.6 1.6-1.6.9 0 1.6.7 1.6 1.6 0 .9-.7 1.6-1.6 1.6-.9.1-1.6-.7-1.6-1.6zM39.4 103.3s0 .1-.1.1l.3-.4c0 .1-.1.2-.2.3z"></path><circle fill="#444" cx="82.7" cy="40.5" r="2"></circle></g> </defs></svg></core-iconset-svg> <core-iconset-svg id="category-images" iconsize="512"> <svg><defs> <g id="entertainment"><path fill="#FACB43" d="M116.1 148.1l10.2-9.4 2.8 13.6 13.8-1.6-5.8 12.6 12.1 6.9-12.1 6.8 5.8 12.6-13.8-1.6-2.8 13.6-10.2-9.4-10.2 9.4-2.8-13.6-13.8 1.6 5.8-12.6-12.1-6.8 12.1-6.9-5.8-12.6 13.8 1.6 2.8-13.6z"></path><path fill="#F48059" d="M116.1 185.8l-7.2 6.7-2-9.7-9.8 1.2 4.1-9-8.6-4.8 8.6-4.9-4.1-8.9 9.8 1.1 2-9.7 7.2 6.7 7.3-6.7 1.9 9.7 9.8-1.1-4.1 8.9 8.6 4.9-8.6 4.8 4.1 9-9.8-1.2-1.9 9.7z"></path><ellipse opacity=".1" fill="#212121" cx="126.9" cy="383.2" rx="63.5" ry="8.4"></ellipse><ellipse opacity=".1" fill="#212121" cx="409.9" cy="384.2" rx="63.5" ry="8.4"></ellipse><ellipse opacity=".1" fill="#212121" cx="280.2" cy="367.2" rx="59.1" ry="8.4"></ellipse><path fill="#00ACC1" d="M52.9 296.4h24.3v25.9h-24.3z"></path><path fill="#00838F" d="M52.3 296.4h2.5v25.9h-2.5z"></path><path fill="#7E57C2" d="M177.5 296.4h9.2v25.9h-9.2zM186.7 292.7h9.2v33.3h-9.2zM195.8 285.3h9.2v48.1h-9.2z"></path><path fill="#673AB7" d="M184.2 296.4h2.5v25.9h-2.5zM193.3 292.7h2.5v33.3h-2.5z"></path><path fill="#424242" d="M119.196 340.523l23.267 12.686-18.621 34.154-23.267-12.686zM122.5 247.9c0 11.2-9.1 20.3-20.3 20.3-11.2 0-20.3-9.1-20.3-20.3 0-11.2 9.1-20.3 20.3-20.3 11.2 0 20.3 9.1 20.3 20.3zM52.4 321.2c0 3.4-2.7 6.1-6.1 6.1-3.4 0-6.1-2.7-6.1-6.1v-23.8c0-3.4 2.7-6.1 6.1-6.1 3.4 0 6.1 2.7 6.1 6.1v23.8z"></path><path fill="#646464" d="M102.4 345.5h49.6v8.4h-49.6z"></path><path fill="#424242" d="M77 272.9h100.4v72.8h-100.4z"></path><circle fill="#DA4637" cx="162.9" cy="287.3" r="6.1"></circle><circle fill="#DA4637" cx="162.9" cy="306.6" r="6.1"></circle><path fill="#BABABA" d="M119.9 230.3c-4.5-4.5-10.8-7.3-17.7-7.3s-13.1 2.8-17.7 7.3c-4.5 4.5-7.3 10.8-7.3 17.7 0 6.9 2.8 13.1 7.3 17.7 4.5 4.5 10.8 7.3 17.7 7.3s13.1-2.8 17.7-7.3c4.5-4.5 7.3-10.8 7.3-17.7 0-7-2.8-13.2-7.3-17.7zm-23.7-2.9c3.3-3.3 8.6-3.3 11.9 0 3.3 3.3 3.3 8.6 0 11.9-3.3 3.3-8.6 3.3-11.9 0-3.2-3.3-3.2-8.6 0-11.9zm-14.5 26.5c-3.3-3.3-3.3-8.6 0-11.9 3.3-3.3 8.6-3.3 11.9 0 3.3 3.3 3.3 8.6 0 11.9s-8.6 3.3-11.9 0zm26.5 14.5c-3.3 3.3-8.6 3.3-11.9 0-3.3-3.3-3.3-8.6 0-11.9 3.3-3.3 8.6-3.3 11.9 0 3.2 3.3 3.2 8.6 0 11.9zm2.6-14.5c-3.3-3.3-3.3-8.6 0-11.9 3.3-3.3 8.6-3.3 11.9 0 3.3 3.3 3.3 8.6 0 11.9-3.3 3.3-8.6 3.3-11.9 0z"></path><circle fill="#F57C00" cx="102.2" cy="247.9" r="3"></circle><path fill="#424242" d="M172.5 247.9c0 11.2-9.1 20.3-20.3 20.3-11.2 0-20.3-9.1-20.3-20.3 0-11.2 9.1-20.3 20.3-20.3 11.2 0 20.3 9.1 20.3 20.3z"></path><path fill="#BABABA" d="M169.8 230.3c-4.5-4.5-10.8-7.3-17.7-7.3-6.9 0-13.1 2.8-17.7 7.3-4.5 4.5-7.3 10.8-7.3 17.7 0 6.9 2.8 13.1 7.3 17.7 4.5 4.5 10.8 7.3 17.7 7.3 6.9 0 13.1-2.8 17.7-7.3 4.5-4.5 7.3-10.8 7.3-17.7.1-7-2.7-13.2-7.3-17.7zm-23.6-2.9c3.3-3.3 8.6-3.3 11.9 0 3.3 3.3 3.3 8.6 0 11.9-3.3 3.3-8.6 3.3-11.9 0-3.3-3.3-3.3-8.6 0-11.9zm-14.5 26.5c-3.3-3.3-3.3-8.6 0-11.9 3.3-3.3 8.6-3.3 11.9 0 3.3 3.3 3.3 8.6 0 11.9-3.3 3.3-8.7 3.3-11.9 0zm26.4 14.5c-3.3 3.3-8.6 3.3-11.9 0s-3.3-8.6 0-11.9c3.3-3.3 8.6-3.3 11.9 0 3.3 3.3 3.3 8.6 0 11.9zm2.7-14.5c-3.3-3.3-3.3-8.6 0-11.9 3.3-3.3 8.6-3.3 11.9 0 3.3 3.3 3.3 8.6 0 11.9-3.3 3.3-8.6 3.3-11.9 0z"></path><circle fill="#F57C00" cx="152.2" cy="247.9" r="3"></circle><path fill="#3D3D3D" d="M362.5 321.7h96.6v62h-96.6z"></path><path fill="#404040" d="M362.5 321.7h96.6v16.9h-96.6z"></path><path fill="#00ACC1" d="M375.9 351.8h69.8v5.9h-69.8zM375.9 366.5h34.9v5.9h-34.9z"></path><g fill="#BABABA"><path d="M372.7 321.7l-10.2 10.2v6.8h10.5l17-17zM407.3 321.7l-17 17h17.3l16.9-17zM459.1 321.7h-17.3l-16.9 17h17.3l16.9-16.9z"></path></g><path fill="#404040" d="M359.175 305.094l94.745-18.847 3.297 16.576-94.745 18.847z"></path><g fill="#BABABA"><path d="M372.5 319.8l-12-8.1-1.3-6.6 10.3-2 19.9 13.3zM406.4 313l-19.9-13.3 16.9-3.4 19.9 13.3zM457.2 302.9l-16.9 3.4-19.9-13.3 17-3.4 19.8 13.2z"></path></g><circle fill="#404040" cx="362.5" cy="321.7" r="4.1"></circle><path fill="#00838F" d="M367.2 187.9h-28.4v26.299999999999997h28.4l-5.7-13.1z"></path><circle fill="#7E57C2" cx="294.2" cy="201.1" r="36.2"></circle><path fill="#7E57C2" d="M258 154.2h72.4v46.9h-72.4z"></path><path fill="#673AB7" d="M312 215.9c0-9.8-8-17.8-17.8-17.8s-17.8 8-17.8 17.8h35.6zM317.8 183.7c0-4.9-4-8.9-8.9-8.9s-8.9 4-8.9 8.9h17.8z"></path><path fill="#fff" d="M288.5 183.7c0-4.9-4-8.9-8.9-8.9s-8.9 4-8.9 8.9h17.8z"></path><path fill="#00ACC1" d="M330.4 174.8h16.8v26.2h-16.8z"></path><path fill="#673AB7" d="M185 151.7h28.4v26.299999999999997h-28.4l5.7-13.2z"></path><path fill="#7E57C2" d="M204.9 138.6h16.8v26.2h-16.8z"></path><circle fill="#00ACC1" cx="258" cy="164.8" r="36.2"></circle><path fill="#00ACC1" d="M221.8 118h72.4v46.9h-72.4z"></path><path fill="#00838F" d="M240.2 166.7c0 9.8 8 17.8 17.8 17.8s17.8-8 17.8-17.8h-35.6zM281.6 147.5c0-4.9-4-8.9-8.9-8.9s-8.9 4-8.9 8.9h17.8zM252.3 147.5c0-4.9-4-8.9-8.9-8.9s-8.9 4-8.9 8.9h17.8z"></path><path fill="#B39DDB" d="M204.9 164.8l8.5 13.2v-13.2z"></path><path fill="#26C6DA" d="M347.3 201.1l-8.4 13.1v-13.1z"></path><path fill="#DA4637" d="M249.4 235.9c-3.7-3.7-9.7-3.7-13.4 0-.6.6-1.1 1.3-1.5 2-.4-.7-.9-1.4-1.5-2-3.7-3.7-9.7-3.7-13.4 0-3.7 3.7-3.7 9.7 0 13.4l14.9 14.8 14.9-14.8c3.7-3.7 3.7-9.7 0-13.4z"></path><path fill="#673AB7" d="M325.7 354.2v-32.9c-5 0-9.1-4.1-9.1-9.1h-78.7c0 5-4.1 9.1-9.1 9.1v32.9c5 0 9.1 4.1 9.1 9.1h78.7c-.1-5 4-9.1 9.1-9.1z"></path><path fill="#7E57C2" d="M242.4 357.7c-1.5-3.6-4.4-6.5-8-8v-23.7c3.6-1.5 6.5-4.4 8-8h69.6c1.5 3.6 4.4 6.5 8 8v23.7c-3.6 1.5-6.5 4.4-8 8h-69.6z"></path><path fill="#B39DDB" d="M260.6 324h33.1v11.6h-33.1zM260.6 341.7h33.1v5.8h-33.1zM249.6 318.3h5.7v39.3h-5.7zM299.5 317.7h5.7v40.4h-5.7z"></path><path fill="#00838F" d="M319.1 371.3l23.2-23.2c-3.6-3.6-3.6-9.3 0-12.9l-55.7-55.7c-3.6 3.6-9.3 3.6-12.9 0l-23.2 23.2c3.6 3.6 3.6 9.3 0 12.9l55.7 55.7c3.5-3.5 9.3-3.5 12.9 0z"></path><path fill="#00ACC1" d="M257.7 314.8c1.5-3.6 1.5-7.7 0-11.3l16.8-16.8c3.6 1.5 7.7 1.5 11.3 0l49.2 49.3c-1.5 3.6-1.5 7.7 0 11.3l-16.8 16.8c-3.6-1.5-7.7-1.5-11.3 0l-49.2-49.3z"></path><path fill="#26C6DA" d="M294.425 303.991l23.405 23.405-8.202 8.202-23.405-23.405zM281.87 316.53l23.405 23.405-4.101 4.101-23.405-23.405zM262.898 319.821l27.789-27.789 4.03 4.03-27.789 27.789zM297.832 355.643l28.567-28.567 4.03 4.03-28.567 28.567z"></path><path fill="#4D4D4D" d="M410.1 231c-4.4 4.4-11.6 4.4-16.1 0-4.4-4.4-4.4-11.6 0-16.1 7.5-7.5 23-6.9 23-6.9s.6 15.5-6.9 23zM393.978 214.88l16.122 16.122-26.87 26.87-16.122-16.122z"></path><circle fill="#4D4D4D" cx="375.2" cy="249.8" r="11.4"></circle><path fill="#FACB43" d="M367.1 229l11 1.8-11 11-6.3-6.4zM363.325 245.601l-6.364-6.364 4.738-4.738 6.364 6.364zM369.7 239.2c-3.5-3.5-9.2-3.5-12.7 0s-3.5 9.2 0 12.7l12.7-12.7zM396 257.9l-1.8-11-11 11 6.4 6.3zM384.205 256.94l6.364 6.364-4.738 4.738-6.364-6.364zM385.8 255.3c3.5 3.5 3.5 9.2 0 12.7s-9.2 3.5-12.7 0l12.7-12.7zM385.219 237.968l1.768 1.768-21.142 21.142-1.768-1.768z"></path><path fill="#00ACC1" d="M393.3 215.6c1.6 1.6 1.6 4.2 0 5.7-1.6 1.6-4.2 1.6-5.7 0l5.7-5.7zM403.6 237.5c-1.6-1.6-1.6-4.2 0-5.7 1.6-1.6 4.2-1.6 5.7 0l-5.7 5.7zM395.6 229.4c-1.6-1.6-1.6-4.2 0-5.7 1.6-1.6 4.2-1.6 5.7 0l-5.7 5.7zM401.3 223.7c1.6 1.6 1.6 4.2 0 5.7-1.6 1.6-4.2 1.6-5.7 0l5.7-5.7z"></path><circle fill="#3D3D3D" cx="430" cy="158" r="16"></circle><path fill="#FACB43" d="M430 132.1l5.7 17.4h18.3l-14.8 10.7 5.6 17.4-14.8-10.7-14.8 10.7 5.6-17.4-14.8-10.7h18.3z"></path><path opacity=".3" fill="#212121" d="M250.5 315.8l11.1 47.6h36.6z"></path><path fill="none" d="M0 0h512v512h-512z"></path></g> <g id="food"><path fill="#E1E1E1" d="M257.9 345.7v-75.5h-6.3v75.5c0 19-13.9 26.8-32.8 26.8h71.9c-18.9 0-32.8-7.9-32.8-26.8z"></path><path opacity=".2" fill="#212121" enable-background="new" d="M257.9 345.7v-75.5h-6.3v75.5c0 19-13.9 26.8-32.8 26.8h71.9c-18.9 0-32.8-7.9-32.8-26.8z"></path><path fill="#E1E1E1" d="M218.9 372.4h71.9v5.5h-71.9z"></path><path fill="#FEF6E0" d="M189.9 233.8v60c20.7 0 20.7 6 41.5 6 20.7 0 20.7-6 41.5-6 20.7 0 20.7 6 41.5 6v-66h-124.5z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M218.2 233.8l37.7 39.1 38-39.1h-78.2"></path><path opacity=".8" fill="#fff" enable-background="new" d="M215.2 233.8l37.7 39.1 38-39.1h-78.2"></path><path fill="#A1887F" d="M415.3 280.4c0 1.4-1.1 2.5-2.5 2.5h-72.2c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5h72.2c1.4 0 2.5 1.1 2.5 2.5zM338.2 273.5h77.1v6.9h-77.1zM340.7 282.9l3.9 95.1h5l1.5-95.1zM411.2 282.9l16.4 95.1h-4.9l-22-95.1z"></path><path stroke="#A1887F" stroke-width="5" stroke-miterlimit="10" d="M405.8 274.7c-5-40.9 10-51.7 16.7-80.3" fill="none"></path><path fill="#A1887F" d="M96.7 280.4c0 1.4 1.1 2.5 2.5 2.5h72.2c1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5h-72.2c-1.4 0-2.5 1.1-2.5 2.5zM96.7 273.5h77.1v6.9h-77.1zM171.3 282.9l-3.9 95.1h-5l-1.5-95.1zM100.8 282.9l-16.4 95.1h4.9l22-95.1z"></path><path stroke="#A1887F" stroke-width="5" stroke-miterlimit="10" d="M106.2 274.7c5-40.9-8.2-51.7-14.9-80.3" fill="none"></path><path fill="#00796B" d="M251.3 172.7c-3.6-4.7-4.8-9.1-5.1-12.2v-10.6h-9.8v12.3c-.4 3.2-1.7 7.1-5.1 10.5-.3.3-.6.6-1 .9-.1 0-.1.1-.1.1-2.5 2.7-4.1 6.3-4.1 10.3v49.7h30.3v-49.7c.1-4.4-1.9-8.5-5.1-11.3z"></path><path fill="#F8BBD0" d="M239.4 186.3h17.1v33.7h-17.1z"></path><path fill="#F06292" d="M239.6 191.2h16.9v4.9h-16.9zM239.6 200.8h16.9v4.9h-16.9zM239.6 210.4h16.9v4.9h-16.9zM239.6 220h16.9v4.9h-16.9z"></path><path opacity=".5" stroke="#F2F2F2" stroke-miterlimit="10" enable-background="new" d="M242.2 153.9s-.1 4.6 0 8.3c.1 3.8 2 10.6 6.3 14.4 5.5 4.8 3.7 19.2 3.7 19.2" fill="none"></path><path fill="#FCEE21" d="M236.5 134.8h9.8v15.1h-9.8z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M241 134.8h5.2v15.1h-5.2z"></path><circle fill="#F2F2F2" cx="259.5" cy="200.8" r="1.3"></circle><path opacity=".1" fill="#212121" enable-background="new" d="M246.2 149.9v10.6c.3 3.1 1.5 7.5 5.1 12.2 3.2 2.8 5.2 6.8 5.2 11.4v49.7h-16v-83.9h5.7z"></path><path fill="#1DE9B6" d="M262.4 219.1v-15.1h-5.7v15.1c-3.8 2-6.6 7.9-6.6 14.9h18.9c0-7-2.8-12.9-6.6-14.9z"></path><path opacity=".2" fill="#212121" enable-background="new" d="M160.9 282.9h10.4l-.6 14.1zM102.1 282.9h9.2l-3.4 14.3zM400.9 282.9h10.2l2.4 14.1zM342.2 282.9h8.9l-.3 14.3z"></path><path fill="#33691E" d="M279.9 199c-3.5-2.7-8.2-3.5-12.6-1.7s-7.2 5.7-7.8 10.1c3.5 2.7 8.3 3.5 12.6 1.7 4.4-1.8 7.2-5.7 7.8-10.1z"></path><path fill="#FF9E80" d="M271.1 196.7c4.5 3.4 3.1 6.5-2.3 5.6.9 5.4-2.2 6.8-5.6 2.3-3.4 4.5-6.5 3.1-5.6-2.3-5.4.9-6.8-2.2-2.3-5.6-4.5-3.4-3.1-6.5 2.3-5.6-.9-5.4 2.2-6.8 5.6-2.3 3.4-4.5 6.5-3.1 5.6 2.3 5.4-.9 6.7 2.2 2.3 5.6z"></path><path opacity=".2" fill="#F57C00" enable-background="new" d="M271.1 196.7c4.5 3.4 3.1 6.5-2.3 5.6.9 5.4-2.2 6.8-5.6 2.3-3.4 4.5-6.5 3.1-5.6-2.3-5.4.9-6.8-2.2-2.3-5.6-4.5-3.4-3.1-6.5 2.3-5.6-.9-5.4 2.2-6.8 5.6-2.3 3.4-4.5 6.5-3.1 5.6 2.3 5.4-.9 6.7 2.2 2.3 5.6z"></path><path fill="#FF6D00" d="M260 206.8c3.5 4.2.1 7.7-4.1 4.1-4.2 3.5-7.7.1-4.1-4.1-3.5-4.2-.1-7.7 4.1-4.1 4.2-3.6 7.6-.2 4.1 4.1z"></path><circle fill="#F2F2F2" cx="263.8" cy="195.3" r="1.1"></circle><circle fill="#F2F2F2" cx="260.8" cy="198.4" r=".7"></circle><path fill="#F2F2F2" d="M264.9 199.1c0 .3-.3.6-.6.6s-.6-.2-.6-.6c0-.3.3-.6.6-.6.4.1.6.3.6.6z"></path><path fill="#00E5FF" d="M287.8 188.2l-2.6 15.8c0 5.5 4.2 10 9.6 10.5v13.7l.7-1.2-12.2 6.9h24.6l-11.9-6.9.7 1.2v-13.8c5.4-.5 9.6-5 9.6-10.5l-2.6-15.7h-15.9zM206.7 188.2h-7.9l-2.6 15.8c0 5.5 4.2 10 9.6 10.5v13.6l.7-1-12.2 6.9h24.6l-11.9-6.9.7 1v-13.6c5.4-.5 9.6-5 9.6-10.5l-2.6-15.8h-8"></path><path fill="none" d="M244.9 256h5.5v5.5h-5.5zM239.4 250.5h5.5v5.5h-5.5zM244.9 245h5.5v5.5h-5.5zM233.9 245h5.5v5.5h-5.5zM250.4 250.5h5.5v5.5h-5.5zM255.9 245h5.5v5.5h-5.5zM266.9 245h5.5v5.5h-5.5zM239.4 239.5h5.5v5.5h-5.5zM250.4 239.5h5.5v5.5h-5.5zM228.4 239.5h5.5v5.5h-5.5zM272.4 239.5h5.5v5.5h-5.5zM261.4 239.5h5.5v5.5h-5.5zM261.4 250.5h5.5v5.5h-5.5zM250.4 261.4h5.5v5.5h-5.5zM255.9 256h5.5v5.5h-5.5z"></path><path fill="#4DD0E1" d="M222.9 239.5v-5.5h-5.5v1.9l3.5 3.6zM228.4 234h5.5v5.5h-5.5zM239.4 234h5.5v5.5h-5.5zM250.4 234h5.5v5.5h-5.5zM261.4 234h5.5v5.5h-5.5zM272.4 234h5.5v5.5h-5.5zM288.8 236.2v-2.2h-5.5v5.5h2.3zM226.2 245h2.2v-5.5h-5.5v2.1zM233.9 239.5h5.5v5.5h-5.5zM244.9 239.5h5.5v5.5h-5.5zM255.9 239.5h5.5v5.5h-5.5zM266.9 239.5h5.5v5.5h-5.5zM280.3 245l3-3.2v-2.3h-5.5v5.5zM228.4 245v2.3l3.1 3.2h2.4v-5.5zM239.4 245h5.5v5.5h-5.5zM250.4 245h5.5v5.5h-5.5zM261.4 245h5.5v5.5h-5.5zM272.4 250.5h2.5l2.9-3v-2.5h-5.4zM233.9 250.5v2.5l2.9 3h2.6v-5.5zM244.9 250.5h5.5v5.5h-5.5zM255.9 250.5h5.5v5.5h-5.5zM266.9 256h2.7l2.8-2.9v-2.6h-5.5zM239.4 256v2.6l2.7 2.8h2.8v-5.4zM250.4 256h5.5v5.5h-5.5zM261.4 261.4h2.9l2.6-2.6v-2.8h-5.5zM244.9 261.4v2.9l2.5 2.6h3v-5.5zM255.9 266.9h3l2.5-2.5v-3h-5.5zM250.4 270l2.3 2.4h.9l2.3-2.3v-3.2h-5.5z"></path><path opacity=".5" fill="#FAFAFA" enable-background="new" d="M211 203.2h-4.9l-7.4-15h4.9zM301.7 203.2h-4.9l-7.4-15h4.9z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M210 296.6l2.1-31.1 7.6 33.2s-3.6-.3-9.7-2.1zM280.1 293.5l2.1-31.1 7.6 33.2c.1 0-3.6-.3-9.7-2.1z"></path><path fill="#fff" d="M304 230.3h-50l4.3 3.6h42.3z"></path><path fill="none" d="M0 0h512v512h-512z"></path></g> <g id="geography"><ellipse opacity=".1" fill="#424242" cx="252" cy="406" rx="93" ry="19"></ellipse><path fill="#5D4037" d="M209.891 326.531l3.734 1.436-10.3 26.789-3.734-1.436z"></path><path fill="#FAFAFA" d="M203.6 354.4c-.4 1.1-1.6 1.6-2.7 1.2-1.1-.4-1.6-1.6-1.2-2.7"></path><path fill="#5D4037" d="M295.454 100.174l3.74 1.417-9.637 25.435-3.74-1.417z"></path><path fill="#FAFAFA" d="M295.1 100.7c.4-1.1 1.7-1.6 2.8-1.2 1.1.4 1.6 1.7 1.2 2.8"></path><path fill="#FAFAFA" d="M251.4 346.2c65.2 0 118-52.8 118-118 0-55.5-38.3-102.1-90-114.6l2.5-6.7c54.5 13.4 95 62.7 95 121.4 0 69-56 125-125 125-20.1 0-39-4.7-55.8-13.1l2.4-6.3c15.9 7.8 33.9 12.3 52.9 12.3z"></path><circle fill="#18FFFF" cx="251.4" cy="228" r="107.5"></circle><path fill="#00C853" d="M329.4 301.7c-2 2.3-5 3.8-8.4 3.8-2.4 0-4.6-.8-6.4-2l-.1-.1c-2.8-2-4.5-5.3-4.5-8.9 0-2.1.6-4.1 1.6-5.8l.2-.2c1.9-3.1 3-6.8 3-10.7 0-6.7-3.2-12.7-8.3-16.4l-.1-.1-23.4-16.6-.3-.2c-1.9-1.4-3.1-3.6-3.1-6.1 0-1 .2-2 .6-2.9l.1-.1c.5-.9.8-2 .8-3.1 0-1.8-.7-3.5-1.9-4.7l-.5-.4-9.2-8c-1.5-1.3-2.4-3.3-2.4-5.4 0-4 3.2-7.2 7.2-7.2 1 0 1.9.2 2.8.5l.2.1 12.9 4.8.6.2c1.9.7 4 1.1 6.3 1.1 9.8 0 17.7-7.9 17.7-17.7 0-6.9-3.9-12.8-9.6-15.7l-.3-.2c-2.2-1.2-3.7-3.5-3.7-6.2 0-3.9 3.2-7.1 7.1-7.1h30.6l.5-.2c-16.8-23.8-43-40.4-73.2-44.6l-.5.3-16.9 11.4c-6.3 4.2-8 12.7-4 19l.1.1c4.1 6.2 2.5 14.6-3.5 18.9l-.3.2c-6.6 4.9-8.3 14.3-3.6 21.3l8 11.9 3.8 5.8 28.8 43.9c1.7 2.8.8 6.5-2.1 8.2l-17.1 10.1-.8.6c-2.7 2.2-4.5 5.5-4.5 9.3 0 3.1 1.2 5.9 3.1 8l.1.1c2.7 2.2 4.4 5.5 4.4 9.2 0 4.2-2.2 7.9-5.4 10l-.6.4-31.6 21.8c8.9 2.4 18.2 3.7 27.9 3.7 30.8 0 58.5-12.9 78.1-33.7l-.2-.4z"></path><g fill="#00C853"><path d="M184.8 209.6c.1-.1 1.9-1.7 1.9-1.7l.4-.3c4.9-4.5 5.3-12.1.9-17l-14-14.4-15-3.5c-3.8 6.3-7 13.1-9.5 20.3-8 23.1-7.7 47-.7 68.6h16.3v8.4c10.5-.3 20.2-7 23.9-17.5 3.3-9.5.8-19.6-5.7-26.5l-.1-.1c-3.7-4.9-3.1-12 1.6-16.3zM148.9 261.5c.9 2.9 2 5.7 3.2 8.5h13.2v-8.4h-16.4z"></path></g><path fill="#E1E1E1" d="M256.6 377.9v-10.8c0-2.1 1-4 2.5-5.3l.1-.1c2.6-2.1 4.3-5.3 4.3-9 0-6.3-5.1-11.5-11.5-11.5-6.3 0-11.5 5.1-11.5 11.5 0 3.6 1.6 6.8 4.2 8.9l.4.3c1.4 1.2 2.4 3.1 2.4 5.1v10.4"></path><path fill="#FAFAFA" d="M256.6 373.2c3.7 1.7 6.3 5.5 6.3 9.9v12.4c0 6-4.9 10.9-10.9 10.9s-10.9-4.9-10.9-10.9v-12.4c0-4.4 2.6-8.2 6.3-9.9h9.2"></path><path fill="#E1E1E1" d="M198.7 409.4c0-8.9 7.2-16.2 16.2-16.2h74.7c8.9 0 16.2 7.2 16.2 16.2"></path><path opacity=".1" fill="#212121" d="M251.4 120.5c-5.1 0-10.1.4-15 1 52.3 7.3 92.5 52.2 92.5 106.4 0 54.3-40.2 99.1-92.5 106.4 4.9.7 9.9 1 15 1 59.4 0 107.5-48.1 107.5-107.5-.1-59.1-48.2-107.3-107.5-107.3z"></path><path fill="none" d="M0 0h512v512h-512z"></path><g id="plane_5_"><path fill="#fff" d="M192.6 56.2l7.8-7.3c.2-.2.1-.6-.2-.6l-19.8-2.9c-.3 0-.5 0-.7.2l-2.4 2.2c-.1.1-.2.3-.2.4l.1.3.1.1 14.6 8.1.7-.5z" id="wing_3_" opacity=".8"></path><path fill="#fff" d="M210.3 77.5l-1.8-23.5c0-.1 0-.2.1-.3l9.3-8.7c1-.9 1.6-2.1 1.7-3.4.2-3.9-4.3-3.5-6.1-1.8l-9.6 9-13.2 12.2-5.9 5.5c-.1.1-.2.1-.3.1l-6.3-.8c-.2 0-.5 0-.6.2l-.8.8c-.1.1-.2.2-.1.4 0 .1.1.2.1.2l.1.1 7.4 4c.1 0 .1.1.2.2l3.5 7.7s0 .1.1.1c.1.1.1.1.2.1s.3 0 .4-.1l.8-.8c.2-.2.3-.4.3-.6l-.4-6.3c0-.1 0-.2.1-.3l8.9-8.3c.2-.2.5-.1.6.1l7.8 16.9c0 .1.1.1.1.1l.3.2c.2 0 .3 0 .4-.1l2.4-2.2c.2-.2.3-.5.3-.7z" id="plane_6_"></path></g><path fill="#fff" d="M171.3 153c-1.8 0-3.5-.5-5.1-.8v-.1l.3-1.5c1.5.3 3.2.5 4.9.6v.2l-.1 1.6zm6 0l-.1-1.7.1-.1c1.6-.1 3.2-.4 4.9-.7h.1l.3 1.5v.3c-2 .1-3.6-.3-5.3.7zm10.9-2.5l-.4-1.5h.1c1.6 0 3.1-.9 4.8-1.4l.5 1.4c-1.7.6-3.3 1.1-5 1.5zm-27.8-.2c-1.6-.7-3.1-1.5-4.5-2.5l.8-1.2c1.3.9 2.8 1.7 4.2 2.3h.1l-.6 1.4zm38.4-3.2l-.5-1.4h.1l4.6-1.8h.1l.6 1.4c-1.8.6-3.4 1.2-4.9 1.8zm-47.6-3.1h-.1v-.1c-.3-.3-.5-.6-.8-1-.9-1-1.6-2.1-2.3-3.1l-.2-.1 1.2-.8v.1c1 1 1.5 2 2.3 2.9.2.3.6.6.9.9l.1.1-1.1 1.1zm57.8-1l-.7-1.5h.1c1.5-.7 3.1-1.4 4.5-2.1h.1l.6 1.4h-.1c-1.7.8-3.6 1.5-4.6 2.1v.1zm10-4.9l-.7-1.4c1.2-.6 2.4-1.2 3.5-1.7l1-.5.7 1.3-1 .5c-1.1.7-2.3 1.2-3.5 1.8zm-73.6-3.8v-.1c-.5-1.6-.8-3.4-.9-5.1v-.1l1.5-.1c0 1.6.4 3.1.9 5.1h.3l-1.8.3zm83.5-1l-.7-1.3h.1c1.7-.8 3.1-1.4 4.3-2l.2-.1.6 1.4-.1.1c-.1 0-.1 0-.2.1-1.2.4-2.6 1.1-4.2 1.8zm10-4.4l-.6-1.4v.1c1.5-.6 3.1-1.7 4.7-1.7v-.1l.5 1.3h-.1c-1.3.6-2.9 1.2-4.5 1.8zm50-1.5l-.8-1.4h.1c.4 0 .7-.4 1-.7.6-.6.9-1.5.9-2.3l-.1-.2v-.1l2-.1v.1l-.1.3c0 1.3-.6 2.6-1.6 3.4-.4.4-.9.7-1.4 1zm-39.7-2.3l-.5-1.4 4.8-1.5.4 1.4c-1.5.5-3.1 1-4.7 1.5zm-102.9-2.1l-1.4-.2c.3-1.6.7-3.3 1.2-4.9l1.4.5v.1c-.5 1.5-.8 3-1.2 4.5h.4-.4zm113.4-.7l-.3-1.3h.1c1.7-1 3.3-.9 4.9-1.2l.1-.1.3 1.4c-1.8.3-3.4.7-5.1 1.2zm26.6-1.7c-1.7-.3-3.3-.6-5-.6l.1-1c1.7 0 3.4 0 5 .3v-.1l-.1 1.4zm-15.9-.6l-.2-1c1.7 0 3.4 0 5-1h.1v2h-4.9zm-120.7-7.1l-1.4-.6v-.1c.7-1.4 1.5-2.9 2.4-4.5l1.3.8c-.8 1.5-1.6 3-2.3 4.4zm5.5-9.3l-1.2-.9v-.1c.9-1.3 1.9-2.7 3-4l1.2.9-3 4.1zm6.8-8.6l-1.1-1c1.1-1.2 2.2-2.5 3.4-3.7l1.1 1c-1.2 1.2-2.4 2.4-3.4 3.7zm7-8l-.9-1.1h.1c1.1-1.1 2.7-2.3 3.7-3.5v-.1.1.1l1 1v.1h-.3c-1.2 1.1-1.7 2.3-3.7 3.4zM137.4 208.6l-.1-1.6c1.4 0 2.9-.3 4.7-.8l.1.1v.1l.4 1.4h-.1c-1.8.5-3.4.8-5 .8zm-6.1-1c-1.8-.9-3.2-2.1-4-3.6l1.3-.7c.7 1.2 1.9 2.3 3.3 3l-.6 1.3zm16.9-1.9l-.5-1.4h-.1c1.5-.6 3.5-1.2 4.5-1.8v-.2l.8 1.6c-1.6.5-3.2 1.2-4.7 1.8zm10.2-4.2l-.6-1.4c1.4-.6 2.9-1.3 4.6-2l.6 1.4h-.1c-1.4.6-3 1.3-4.5 2zm-30.1-3.3l-1.4-.5v-.1c.6-1.5 1.5-3 2.9-4.4l-.1-.2h.1v.1l1 1v.1c-1.1 1.3-2 2.6-2.5 4zm40.1-1.2l-.6-1.4c1.7-.8 3.1-1.5 4.5-2.1v.1l.7 1.5c-1.4-.1-2.9 1.2-4.6 1.9zm9.9-4.9l-.7-1.3c1.4-.7 2.9-1.4 4.5-2.2l.7 1.3h-.1c-1.5.8-3 1.5-4.4 2.2zm-42.9-1.6l-.9-1.2v-.2c1.3-1 2.7-2.1 4.1-3.1h.1l.8 2h-.1l-4.1 2.7.1-.2zm52.7-3.4l-.7-1.3c1.4-.7 2.9-1.5 4.4-2.3l.7 1.3-.6.3c-1.1.7-2.4 1.4-3.8 2zm-43.6-2.5l-.8-1.3c1.4-.8 2.9-1.7 4.4-2.4l.7 1.3c-1.4.7-2.8 1.5-4.3 2.4zm53.4-2.6l-.7-1.3c.9-.4 1.7-.9 2.5-1.4.6-.3 1.2-.7 1.9-1l.7 1.3-2.1 1.1c-.7.5-1.5.9-2.3 1.3zm-43.7-2.5l-.6-1.5h.1c1.5-1 3.4-1.2 4.4-1.8v-.2.2.1l.7 1.3c-1.6.6-3.1 1.2-4.6 1.9zm53.4-2.6l-.6-1.3v-.4.4c1.5-.8 2.9-1.6 4.3-2.3l.7 1.3h-.1c-1.3.7-2.8 1.5-4.3 2.3zm9.7-5.1l-.7-1.3c1.4-.8 2.9-1.5 4.4-2.3h.1l.7 1.3c-1.4.7-2.9 1.4-4.5 2.3zm9.8-5l-.7-1.4c1.5-.8 3-1.5 4.5-2.2h.1l.6 1.3-4.5 2.3zm9.9-4.8l-.6-1.4c1.5-.7 3-1.4 4.6-2.1l.6 1.4c-1.5.6-3 1.3-4.6 2.1zm10-4.5l-.6-1.4c1.6-.7 3.1-1.3 4.6-1.9l.6 1.4c-1.4.5-2.9 1.1-4.6 1.9zm10.1-4.2l-.5-1.4c1.6-.6 3.2-1.2 4.7-1.8l.5 1.4h-.1c-1.4.6-2.9 1.2-4.6 1.8zm73.5-2.2l-.6-1.4v-.2l.1.1 3.7-1.5c.3-.1.6-.2.8-.4h.1l.7 1.4c-.3.2-.6.3-.9.4-1.3.6-2.6 1.1-3.9 1.6zm-63.1-1.5l-.5-1.4 4.8-1.5h.1l.4 1.4-4.8 1.5zm10.5-3.2l-.4-1.4c1.6-.4 3.2-.9 4.9-1.3l.4 1.5h-.1c-1.5.3-3.2.8-4.8 1.2zm57.8-2.5c-.2-.4-.5-.7-.8-.9-.7-.6-1.7-.9-2.9-1.2l.3-1.5c1.5.3 2.6.8 3.5 1.5.5.3.8.8 1.1 1.3l-1.2.8zm-47.2 0l-.3-1.5c1.7-.3 3.3-.7 4.9-.9l.3 1.5c-1.5.2-3.2.5-4.9.9zm10.8-1.9l-.2-1.2.1.2v-.3l5-.7.1-.1.1 1.5c-1.7.2-3.4.6-5.1.6zm26.9-1h-5v-2c1.7 0 3.4 1 5 1v1zm-16-.2l-.1-1.8h5.1v2c-1.6 0-3.3-.1-4.9 0l-.1-.2zM152.2 193l-.5-1.4c1.5-.5 3.2-.9 4.8-1.4l.4 1.4c-1.5.5-3.1.9-4.7 1.4h.1-.1zm197.6-2.2l-.1-.2c-1.3-.8-2.8-1.6-4.3-2.6h-.1l.7-1c1.6 1 3.1 1.7 4.4 2.4v.1l-.6 1.3zm-187.1-.5l-.4-1.3h.1c1.7-1 3.3-.9 4.9-1.2v-.1l.3 1.4c-1.6.4-3.2.8-4.9 1.2zm10.8-2.4l-.3-1.5 4.9-.9h.1l.2 1.5h-.1c-1.6.4-3.2.6-4.8.9zm10.8-1.9l-.2-1.4v.1c1.6-.2 3.2-.7 5-.7l.2 1.4v-.1c-1.7.3-3.3.7-5 .7zm155.9-.2h-.1c-1.4-.7-3-1.4-4.6-2.1h-.1l.6-1.4 4.7 2.1.2-.2v.2l-.7 1.4zm-145-.8l-.2-1.7v-.3c1.7-.2 3.4 0 5-1h.1l.2 1.7v.3c-1.6.2-3.2 0-5.1 1zm10.9-1.9l-.2-1.5 5.1-.7.2 1.5-5.1.7zm10.9-1.5l-.2-1.6c1.7 0 3.3-.4 5-.6v.1l.2 1.4v.4l-.1-.4-4.9.7zm113.1-.2c-1.6-.6-3.2-1.2-4.7-1.8l.5-1.4c1.5.6 3.1 1.2 4.7 1.8l-.5 1.4zm-102.2-1.4l-.2-1h.1c1.7 0 3.3-.6 5-.8v.1l.2 1.6c-1.8.1-3.4.1-5.1.1zm10.9-1l-.2-2h.1c1.6 0 3.1-.2 4.7-.4l.2.1.1.2.2 1.4v.1c-1.8.1-3.4.6-5.1.6zm81-1.3c-1.6-.5-3.2-1-4.8-1.4l.4-1.4c1.6.4 3.2.9 4.8 1.4l-.4 1.4zm-70-.2l-.2-1.5c1.5 0 3.2-.4 5-.6l.2 1.5c-1.7.2-3.4.4-5 .6zm10.9-1.3l-.2-1.5v-.1c1.7-.2 3.3-.7 5-.7h.1l.1 1.6v.1c-1.8.2-3.5.5-5 .6zm10.8-1.2l-.2-1.4h.1c1.8-.2 3.3-.5 5-.5l.1 1.5h-.1c-1.7.1-3.3.4-4.9.4zm37.7 0c-1.7-1-3.4-.8-4.9-1l-.1-.3.2-1.7c1.6 1 3.2.8 5 1.1v.2l-.2 1.7zm-26.7-1l-.1-1.5c1.7-.1 3.1-.3 4.7-.4h-.1l.3 1.4h.1c-1.9.2-3.4.5-4.9.5zm15.9-1c-1.7 0-3.4 0-5.4.1v-.1h.4l-.1-1h.1c1.6 0 3.3-.2 5.1-.1l.1-.2-.2 1.3zM135.8 239h-.4v-1h.1c1.3 0 2.8-.3 4.8-.8l.1-.1.3 1.4v-.1c-2.1.5-3.5.6-4.9.6zm10.5-1.7l-.4-1.3h.1v-.8l.1.3c1.7-.4 3.3-.8 4.8-1.2l.4 1.5h-.1c-1.5.4-3 .8-4.8 1.3l-.1.2zm-17.3-.3v-.1c-1-1.4-2-3.2-2-4.9h1.6c0 1.3.7 2.7 1.9 3.8h-.2l-1.3 1.2zm250.7-1v-.3l-.1-1.7h.1c1.9 0 3.4-.3 4.5-1v.1l.8 1.4v.1c-1.5.7-3.2 1.4-5.3 1.4zm-222.7-1.6l-.4-1.5.1.1c1.4-.3 3-1 4.9-1h.1l.3 1.4c-1.7.3-3.4.7-5 1zm10.7-2.4l-.3-1.5 4.9-1.1.3 1.5c-1.5.4-3.1.7-4.9 1.1zm10.7-2.3l-.4-1.5h-.1v-.4l.2.4c1.8-.4 3.4-.7 4.9-1h.1l.3 1.5c-1.7.4-3.3.7-5 1zm207.6-.7c0-1.5-.7-2.8-1.8-4l1.1-1h.2c1.4 1.4 1.5 3 2.5 4.8l-2 .2zm-254.6-1.3l-1-1.2c1.3-1.1 2.6-2.1 4-3.1l.9 1.2c-1.3 1-2.6 2-3.9 3.1zm57.8-.1l-.3-1.5 4.9-.9.1.1.3 1.6h-.1c-1.6 0-3.2.4-4.9.7zm10.9-1.9l-.1-1.4v-.4.3c1.5-.3 3-.5 4.8-.8l.2 1.5h-.1c-1.7.2-3.3.5-4.8.8zm10.8-2l-.2-1.7c1.6 0 3.3-.3 4.9-.5h.1l.2 1.5c-1.6 0-3.3.5-5 .7zm10.9-1.7l-.1.1-.2-1.4c1.8-.2 3.4-.7 5-.7l.2 1.6-.1-.1c-1.6.2-3.3.5-4.8.5zm157.7-.1c-1.4-.6-2.8-1.1-4.6-1.6v-.1l.3-1.4c1.8.5 3.4 1.1 4.8 1.7l-.5 1.4zm-239.2-.3l-.7-1.3c1.5-.8 3-1.6 4.5-2.3l.6 1.3c-1.4.7-2.9 1.4-4.4 2.3zm92.4-.6l-.2-2c1.6 0 3.3-.2 5-.4v.1l.2 1.5v.1c-1.7.2-3.3.7-5 .7zm10.9-1l-.2-2c1.7 0 3.4-.3 5-.4h.1l.1 1.5-.1.2c-1.7.2-3.4-.3-4.9.7zm125.5-1.1l-.8-.2c-1.3-.3-2.7-.5-4.1-.7l.3-1.5c1.5.2 2.9.5 4.2.8.2.1.5.1.7.1l-.3 1.5zm-114.6.1l-.1-2c1.6 0 3.1-.2 5-.4v-.1l.1 1.5c-1.7 0-3.3 0-5 1zm11-1.4l-.1-1.6c1.6 0 3.2-.1 5-.3l.1-.1.1 1.4c-1.6 0-3.3.3-5 .5l-.1.1zm92.8-.2c-1.7-.1-3.3-.4-5-.4l.1-1.6v.1c1.7.1 3.4.5 5 .5l-.1 1.4zm-81.8-.3l-.1-.4-.1-1.8c1.5 0 3 .1 5-.1v.3l.1 1.8c-1.5.1-3.1.1-4.9.2zm70.9-1.1c-1.2 0-2.3 0-3.6-.1l-1.4.1v-1c.5 0 1-.1 1.4 0h3.7l-.1 1zm-59.9.3l-.1-1.4v.2c1.6-.1 3.3 0 5 0h-.4v-.3l.5 1.3h-.1c-1.7-.1-3.3.1-4.9.2zm48.9-.3c-1.8-.1-3.5-.1-5-.1v-2c1.6 0 3.3.3 5 .3v1.8zm-38 0v-1c1.9-1 3.5-1 5-1h.1v2c-1.6 0-3.2-.1-5.1 0zm27.1 0c-1.7 0-3.6-.1-5.2-.1l-.2-.1v-1.5h5v-.3h.5l-.1 2zm-16.5-.2v.2h.4v-2h5l-.3 1.6c-1.5 0-3.1.2-5.1.2zM154 258.3v-.3l-.1-1.3.1.1c1.6-.1 3.3-.3 4.9-.5h.1l.2 1.5h-.1c-1.8.2-3.1.4-5.1.5zm-6.1-.3c-2.2-.5-3.7-1.5-4.6-3v-.1l1.3-.8h.2l-.1.2c.6 1.1 1.8 1.9 3.6 2.3h.1l-.5 1.4zm17.1-1.4l-.3-1.5h.1c1.5-.4 3.1-.8 4.8-1.2l.4 1.5c-1.7.4-3.4.8-5 1.2zm10.7-3l-.5-1.4c1.5-.5 3.1-1.1 4.7-1.6h.1l.5 1.4h-.1c-1.7.5-3.2 1.1-4.7 1.6zm10.3-3.8l-.5-1.4c1.6-.6 3.2-1.2 4.7-1.7l.5 1.4h-.1c-1.4.5-3 1.1-4.6 1.7zm-41.8-.9l-1.5-.2v-.1c.2-1.2.5-2.2 1-2.9.6-.9 1.5-1.7 2.5-1.7l.1 1.6v.1c-.5 0-.9.3-1.3.9-.3.5-.6 1.3-.8 2.3zm52.1-2.9l-.5-1.4 3.3-1.2 1.4-.5.5 1.4c-1.3.5-2.9 1.1-4.7 1.7zm10.4-3.7l-.5-1.4 4.8-1.7.5 1.4-2.5.9-1.6.6-.7.2zm10.3-3.7l-.5-1.4 4.7-1.7.5 1.4-1.1.4c-1.1.5-2.3.9-3.6 1.3zm10.4-3.7l-.5-1.4 4.7-1.7.5 1.4-4.7 1.7zm10.4-3.6l-.5-1.4h.1l4.7-1.7.5 1.4-4.8 1.7zm10.5-3.7l-.3-1.4v-.2l-.1.1 4.6-1.7.6 1.4-4.8 1.8zm10.2-3.7l-.5-1.4 1.8-.6 3-1 .5 1.4-1.8.6c-1 .3-2 .6-3 1zm10.4-3.6l-.5-1.3v-.1c1.6-.6 3.1-1.2 4.7-1.7h.1l.5 1.4c-1.7.5-3.2 1.1-4.8 1.7zm10.3-3.8l-.5-1.5h.1c1.5 0 3.1-1 4.7-1.6l.5 1.4c-1.5.6-3.1 1.1-4.8 1.7zm10.4-3.5l-.5-1.4h.1c1.6-.6 3.2-1.1 4.8-1.6l.5 1.4c-1.6.5-3.2 1-4.9 1.6zm68.7-2.6l-.3-1.5c1.5-.4 3-1 4.4-1.7h.1l.7 1.3c-1.6.9-3.2 1.5-4.9 1.9zm-58.2-.4l-.1-.2-.4-1.5v-.1c1.8-.5 3.3-1 4.8-1.5l.4 1.4c-1.5.4-3 1.1-4.7 1.6l.1.2h-.1zm10.5-3.4l-.4-1.4h.1c1.7-.5 3.3-.9 4.8-1.3l.4 1.5c-1.6.3-3.2.7-4.9 1.2zm57.2-2.4l-1.4-.5v-.1c.1-.2.1-.4.1-.6 0-.2 0-.3-.1-.5-.1-.4-.6-.8-1.3-1.2l-.9-.5.6-1.4c.4.2.7.3 1 .5.8.4 1.5 1 1.9 1.9.1.3.2.7.2 1s.1 1-.1 1.4zm-46.5-.3l-.3-1.5c1.6-.4 3.3-.7 4.9-1l.3 1.5c-1.6.3-3.2.6-4.9 1zm10.7-2.3l-.2-1.6c1.7 0 3.3-.4 5-.6v.1l.2 1.5h-.1c-1.6.2-3.2.4-4.9.6zm10.8-1.4l-.2-1.5.1-.2c1.7-.2 3.4-.6 5-.6l.1 1.6-.1.1c-1.4.2-3.1.4-4.9.6zm16-.7c-1-.1-1.9-.1-3-.1h-2l-.1-1.5h.1c.8 0 1.4-.1 2-.1 1.1 0 2.1.1 3 .1h.1l-.1 1.6zM155 271.6v.4h.2l-.1-1.7v-.1c1.7-.2 3.4-.4 5-.6h.1l.2 1.4c-1.9 0-3.4.5-5.4.6zm-6-.7l-.5-.4c-.4-.5-.7-1.1-.7-1.8 0-1.3.7-2.7 2.2-2.7.2 0 .4 0 .6.1l-.6 1.7v-.3c0-.1-.3 0-.5.3-.2.2-.2.6-.2.9s.1.6.3.8l.2.2h.1l-.9 1.2zm17.2-.4v-.2h-.1l-.2-1.5h.1c1.6-.2 3.3-.5 4.9-.8l.1.2.2 1.7c-1.6.1-3.3.4-5 .6zm10.9-2l-.3-1.5c1.6-.3 3.2-.6 4.9-.9l.3 1.5-4.9.9zm10.8-2l-.3-1.5h.1l4.9-1 .3 1.5-1.4.3c-1.2.2-2.4.4-3.6.7zm166.6-.3c-.5-.8-1.6-1.5-3.3-2.2l-.2-.1-.3-.1.5-1.4.3.1.2.1c1.5.6 3.1 1.3 4 2.8l-1.2.8zm-155.8-1.9l-.3-1.5 4.9-1 .3 1.5c-1.7.4-3.3.7-4.9 1zm10.8-2.1l-.3-1.5.1.1c1.7-.3 3.3-.8 4.9-.8h.1l.3 1.4c-1.7.2-3.3.4-5.1.8zm135.5-.2v-.3c-1-.5-3.1-1-4.7-1.4l.4-1.5h.1c1.6.4 3.2.9 4.8 1.4l-.6 1.8zm-124.8-1.7l-.2-1.4v-.4l.1.4c1.1-.2 2.3-.4 3.7-.6l.4-.1.9-.1.2 1.5c-.3 0-.7.1-1 .2h-.2c-1.4.1-2.6.3-3.9.5zm114.4-1.6l-.1.1c-1.6-.4-3.2-.8-4.9-.8l.4-1.5c2 .3 3.3.5 4.9.5h.1l-.4 1.7zm-103.5 0l-.2-1.5.1-.1v.3c1.5-.2 3.2-.4 4.9-.4h.1l.2 1h-.1c-1.7 0-3.3.4-5 .7zm10.9-1.2l-.1-1.5h.1c1.6 0 3.3-.3 5-.4h.1l.1 1.5c-1.7-.1-3.4.2-5.2.4zm81.8-.4c-1.6-.2-3.2-.6-5-.8v-.3l.2-1.2v.3c1.7.2 3.4-.1 5 .9h.1v-.2l-.3 1.3zm-70.8-.4v.3l-.1-1.6.1-.1c1.6-.1 3.2-.2 5-.3h.1l.1 1.5h-.1c-1.7 0-3.1 0-5.1.2zm11-.7l-.1-1c1.5-1 3.1-.4 5-.4l.1-.1.1 1.4c-1.8 0-3.5.1-5.1.1zm49 0h-5l.1-2c1.7 0 3.3.3 5 .4v.1l-.1 1.5zm-38.1 0v-2h5.1v2h-5.1zm27.1-.6l-.1-.2c-1.6 0-3.3-.3-5-.3v-1h5.1v1.5zm-16 0v-.4h-.1v-1h5.1v1c-1.5 0-3 .4-5 .4zM163 292.1v-.2c-1-.5-1.3-1.4-1.3-2.4 0-.7.2-1.4.6-1.9.3-.4.6-.8 1.1-1.1l.9 1.2c-.3.2-.6.5-.8.8-.2.3-.3.9-.3 1.3 0 .5.2.3.5 1.3h.1l-.8 1zm6.5-7l-.6-1.4h.1c1.4-.6 3-1.3 4.6-2l.6 1.4c-1.7.7-3.3 1.4-4.7 2zm10.1-4.2l-.5-1.4h.2c1.5-.6 2.8-1.2 4.8-1.8v-.2l.5 1.6h-.1c-1.5.5-3 1.1-4.9 1.8zm10.4-3.7l-.6-1.6c1.6-.6 3.3-1.2 4.7-1.7l.5 1.4c-1.7.6-3.2 1.2-4.7 1.7v.2zm10.4-4l-.4-1.4v-.2.2c1.6-.6 3.2-1.2 4.6-1.7l.5 1.4h-.1c-1.6.6-3.1 1.2-4.6 1.7zm10.3-3.6l-.5-1.4v.2c1.6-.5 3.1-1.4 4.8-1.4l.5 1h-.1l-4.7 1.6zm10.4-3.5l-.5-1.4 4.8-1.6h.1l.5 1.4c-1.6.5-3.2 1-4.9 1.6zm10.4-3.4l-.5-1.4c1.4-.5 3-1 4.8-1.5l.4 1.4c-1.4.4-2.9.9-4.7 1.5zm10.5-3.3l-.5-1.4h.1c1.6-1 3.2-1.1 4.8-1.6v-.1l.5 1.4h-.1l-4 1.3-.8.4zm11-3.1l-.7-1.7c1.8-.5 3.3-1 4.7-1.5l.4 1.4h.1c-1.6.5-3.6 1-4.6 1.5v.3zm10.1-3.5l-.4-1.4h.1c1.4-.4 3-.9 4.8-1.4l.5 1.6-.1-.1c-1.6.3-3.2.8-4.9 1.3zm10.5-3.2l-.5-1.6.1.1 4.8-1.4h.1l.4 1.4c-1.6.6-3.2 1.1-4.9 1.5zm85.7-.3l-.4-1.5v-.2c.9-.2 1.8.4 2.3-.6h-.2v.5l.5 1.5h-.1c-.8 0-1.4.1-2.1.3zm8.2-1.5l-.8-1.3h.2c1-.6 1.5-1.5 1.5-2.7 0-.2 0-.5-.1-.7l1.5-.3v.1c.1.3.1.7.1 1 0 1.6-.8 3.1-2.2 4-.1-.2-.1-.2-.2-.1zm-83.3-1.2l-.4-1.4c1.9-.5 3.4-1 4.8-1.4l.4 1.5c-1.5.3-3.1.8-4.8 1.3zm10.6-3l-.4-1.4 4.8-1.3h.1l.4 1.5c-1.4.3-3 .7-4.9 1.2zm10.7-2.8l-.4-1.4c1.9-.5 3.5-.9 4.9-1.2l.3 1.5c-1.5.3-3.1.7-4.8 1.1zm59.3-1.2c-1.3-.3-2.9-.5-4.9-.8l.2-1.5v-.1c2 .3 3.7.8 5 .8h.1l-.4 1.6zm-48.8-.8l-.3-1.9h.1c2.1-.4 3.8-.9 5.1-.9l.2 1h-.1c-1.2 1-3.1.9-5.1 1.3v.5zm38-.5c-1.7-.1-3.4-.3-5-.3l.1-1.4c1.7.1 3.4.4 5 .4l-.1 1.3zm-11-1.3c-1.6 0-3.2.1-5 .1v.2-1.2c1.7 0 3.3 0 5 .1v-.3 1.1zm-16 0v-1h5v1h-5zM334.6 312.8c-.8 0-1.5-.1-2.1-.3h-.1l.3-1.5c.7.1 1.3.2 1.8.2s1-.1 1.4-.3c.3-.1.5-.3.8-.6l1.1 1c-.4.4-.8.7-1.2.9-.5.5-1.2.6-2 .6zm-7.9-2c-1.5-.6-3-1.3-4.6-2.2l.7-1.3c1.6.8 3.1 1.5 4.5 2.1l-.6 1.4zm10.3-5c-.8-1.4-2.2-2.5-3.4-3.3v-.1l.8-1.2v.1c1.4 1 2.8 1.7 3.8 3.7h.2l-1.4.8zm-20.1-.1c-.6-.4-1.2-.7-1.7-1l-.6-.4-2-1.2.8-1.3h.1l2.6 1.5.2.1 1.5.9h.1l-1 1.4zm-9.5-5.7h-.2l-4.2-2.5.8-1.3 4.3 2.6-.7 1.2zm-9.4-5.7v.1c-1.4-.8-2.8-1.5-4.2-2.5h-.1l.8-1.4v-.1c1.4.9 2.9 1.7 4.2 2.6h.1l-.8 1.3zm-9.4-5.8c-1.5-.8-2.9-1.5-4.3-2.5h-.1l.8-1.4c1.4.9 2.8 1.8 4.2 2.6l-.6 1.3zm-9.3-5.8c-1.5-1-2.9-1.9-4.2-2.8v-.1l.9-1.3v.1c1 1 2.9 1.9 4.1 2.7l-.8 1.4zm-9.2-5.7h-.1v-.2c-1.3-.8-2.7-1.8-4.1-2.8v-.2l.8-1.2v-.2c1.3.9 2.8 1.6 4.2 2.6h.1l-.9 2zm-9.2-6.4v.1c-1.4-1-2.8-1.7-4.1-2.7h-.1l.9-1.4c1.2.8 2.5 1.6 4.1 2.8h.1l-.9 1.2zm-9.1-6.2v.2c-1.4-1-2.8-2.6-4.1-2.6h-.1l.9-1.5v-.1c1.5 1 2.8 1.9 4.1 2.8l-.8 1.2zm-9-6.3c-1.3-.9-2.7-1.9-4.1-2.9l.9-1.2c1.4 1 2.7 2 4.1 2.9l-.9 1.2zm-8.8-6.4v-.1c-2-1.1-2.9-2.1-4.1-2.9h-.1l.9-1.2c1.3.9 2.6 1.9 4 3h.1l-.8 1.2zm-9-6.6c-1.4-1.1-2.7-2.1-4-3.1h-.1l.9-1.2v.1l4 3-.8 1.2zm-8.8-6.6c-1.3-1-2.6-2-4-3.1l.9-1.2c1.3 1 2.6 2.1 4 3.1v.1l-.9 1.1zm-8.6-6.8c-1.2-1-2.5-2-4-3.2l.9-1.2c1.2 1 2.5 2 3.9 3.1l-.8 1.3zm-8.6-6.9c-1.2-1-2.4-2-3.9-3.2l1-1.1c1.2 1 2.4 2 3.9 3.2l-1 1.1zm-8.5-7c-1.3-1.1-2.6-2.2-3.8-3.3l1-1.1c1.1 1 2.3 2 3.8 3.2l-1 1.2zm-8.3-7.3c-1.3-1.2-2.5-2.4-3.7-3.5l1-1.1c1.1 1.1 2.3 2.2 3.6 3.4v.1l-.9 1.1zm-7.9-7.7c-1.2-1.3-2.4-2.5-3.4-3.7l1.1-1c1.1 1.2 2.2 2.5 3.4 3.7l-1.1 1zm-7.3-8.4c-1.1-1.4-2.1-2.8-3-4.1l1.2-.9c.9 1.3 1.9 2.7 2.9 4l-1.1 1zm-6-9.1c-1-1.7-1.7-3.2-2.3-4.7h-.1l1.4-.5c.5 1.4 1.2 2.8 2 4.4l.1.1-1.1.7zm-2-10.8h-1v-.1c0-.5-.2-1-.1-1.5.2-1.2.5-2.5 1.1-3.6l1.3.7c-.5 1-.9 2.1-1.1 3.1-.1.5-.2.9-.2 1.4zm5-8.4l-.7-1.3v-.1c1.8-.9 3.6-.7 5.4-.7h.1l-.5 1.5-.3.1c-1-.4-2.7-.2-4.1.6l.1-.1zM170 312.2c-2-.2-3.7-.8-5-1.8l-.5-.3.2-.5v-.1l.7.2.4-.5c1.1.8 2.5 1.3 4.2 1.5l.1-.1-.1 1.4v.2zm6.1.1l-.2-1.3h.1c1.2-1 2.4-.5 3.5-.7l1.5-.3v-.2l.2 1.2h-.1c-.8 1-1.6.4-2.5.5l-2.5.5v.3zm10.9-1.6l-.1-.2-.2-1.6h5.1l.2 1c-.8 0-1.6.3-2.4.4-.8.2-1.7.3-2.6.4zm10.9-1.7l.1-1v-.4.4l3.9-.5h.9l.2 1.6h-.1c-1.6-.1-3.3-.1-5-.1zm10.9-1l-.2-1h.1c1.7-1 3.3-.6 5-.9l.1-.3.2 1.1c-1.8 1.1-3.5 1.1-5.2 1.1zm11-1.4l-.2-1.6c1.7 0 3.3-.4 5-.6l.1.1.2 1.5h-.1c-1.7 0-3.4.4-5 .6zm-50.1-.6l-.8-1.3c1.6-1 3.3-1.6 5.1-1.6l.1-.1h.1l-.1 1.6v.4c-1.6 0-3.1 0-4.4 1zm60.9-.8l-.2-1.5h.1c1.6-.2 3.3-.7 5-.7l.2 1.5h-.1c-1.6.2-3.2.5-5 .7zm11-1.2l-.2-1.6.7.1c1.4-.2 2.9-.4 4.3-.4h.1l.2 1.2-.3.1c-1.6.1-3.2.6-4.8.6zm10.8-1.8l-.2-1.5h.1c1.6-.2 3.3-.5 5-.7l.2 1.5c-1.2.2-2.4.3-3.7.5l-1.4.2zm10.9-1.6l-.2-1.5 5-.7.2 1.5c-1.6.2-3.3.5-5 .7zm79.4-1.4l-.2-1-.2-.1v-.2c0-.2-.2-.5-.6-.8-.5-.3-1.1-.5-1.7-.6h-.2l.2-1.4h.2c.8.1 1.6.4 2.3.8.9.5 1.4 1.2 1.4 2 0 .3-.1.5-.2.8l-.2.4-.3.1c-.2-.1-.3 0-.5 0zm-68.5-.2l-.2-1.4c1.5-.2 3.1-.4 5-.7l.2 1.5h-.1c-1.4.2-3 .6-4.9.6zm10.9-1.4l-.2-1.6h.1c1.8 0 3.4-.3 5-.5l.1.1.2 1.5c-1.7-.1-3.3.2-5.2.5zm10.9-1.2v-.4l-.1-1.2v.2l.1-.1v.1c2-.2 3.3.1 4.9.1h.1l.1 1.2-.1-.1c-1.7.1-3 .1-5 .2zm37.9-.4h-5l.1-2c2 .1 3.4.2 5 .4l.1.1-.2 1.5zm-26.9 0v-.3l-.1-1.7h5v1c-1.5 0-3.2 1-4.9 1zm16-.7h-5v.1-1.3c1.7 0 3-.2 5-.2v1.4zM177.8 306.1c-.7 0-1.2-.4-1.9-.8l.8-1.3c.5.3.9.5 1 .5l2.9-1.3v-.2h.1v.2l.6 1.4v.1c-1.1.5-2.1.9-3 1.2-.1.1-.3.2-.5.2zm9.2-3.5l-1-1.5v-.4l.2.3c1.4-.6 3-1.3 4.6-2h.1l.6 1.4c-1.4.6-3.5 1.3-4.5 2v.2zm-15.7-1.2c-1.3-1.2-2.5-2.5-3.6-3.6l1.1-1c1 1.1 2.3 2.4 3.5 3.5l-1 1.1zm25.5-3.4l-.6-1.4c1.6-.7 3.1-1.4 4.5-2.1l.6 1.4-4.5 2.1zm9.9-4.8l-.7-1.3v-.1l.1.1c1.6-.8 3.1-1.3 4.4-2v.2h.1v-.2l.7 1.2c-1.5.6-3 1.4-4.6 2.1zm10.3-4.9l-.9-1.5 4.4-2.4.7 1.3h.1c-1.4.8-3.2 1.6-4.2 2.4v.2zm9.3-5.4l-.7-1.3c1.4-.8 2.9-1.6 4.3-2.5h.1l.8 1.3c-1.6.8-3.1 1.6-4.5 2.5zm9.5-5.6l-.8-1.3c1.6-.9 3-1.8 4.3-2.6l.8 1.3c-1.5.9-2.9 1.8-4.3 2.6zm9.3-5.9l-.8-1.4h.1c1.4-1 2.6-1.6 4.6-2.5v-.1.1.1l.6 1.2h-.1c-1.4.9-2.8 1.7-4.4 2.6zm9.3-5.9l-.8-1.2c1.4-.9 2.8-1.9 4.1-2.8l.9 1.2c-1.5.9-2.9 1.8-4.2 2.8zm9-6.3l-.9-1.2c1.3-.9 2.6-1.9 4-2.9l.9 1.2c-1.3.9-2.7 1.9-4 2.9zm8.9-6.6l-.9-1.2c1.4-1.1 2.7-2.1 4-3l.9 1.2c-1.3.9-2.6 2-4 3zm8.6-6.7l-.9-1.2v-.2l.1.1c1.4-1.1 2.6-2.1 3.8-3.1l1 1.2c-1.3 1.1-2.6 2.1-4 3.2zm8.6-7l-1-1.1c1.3-1.1 2.6-2.2 3.8-3.2l1 1.1c-1.3 1-2.6 2.1-3.8 3.2zm8.3-7.5l-1-1.4h.1c1.2-1 2.2-1.6 4.2-2.9v-.1l.8 1.2h-.2c-1.2 1.1-2.5 2.1-3.8 3.2h-.1zm8.1-7.4l-1-1c1.3-1.2 2.5-2.3 3.6-3.4l1 1.1c-1.1 1.1-2.3 2.2-3.6 3.3h.1-.1zm7.9-7.5l-1.1-1.1 3.5-3.5 1.1 1c-1 1.2-2.2 2.4-3.5 3.6zm7.7-7.9l-1.1-1c1.2-1.2 2.3-2.5 3.4-3.6h.1l1.1 1.1c-1.1.9-2.3 2.3-3.5 3.5zm7.5-8l-1.1-1c1.1-1.2 2.2-2.4 3.3-3.7l1.1 1c-1 1.1-2.1 2.3-3.3 3.7zm7.3-8.3l-1.2-1h-.1v-.1h.1c1.2-1.4 2.3-2.6 3.2-3.8h.1l1.2.9c-1 1.2-2 2.5-3.3 4zm6.9-8.8l-1.2-.9v-.1h.2c1-1.4 1.8-2.8 2.8-4.1v-.2.2l1.1.7h-.1c-.9 1.5-1.8 2.9-2.8 4.4zm5.4-9.7l-1.4-.6.4-1c.5-1.2.8-2.4 1-3.6l1.5.2c-.2 1.3-.5 2.6-1 3.9-.3.4-.4.8-.5 1.1zm-.7-10.5c-.4-.7-.9-1.2-1.5-1.6-.5-.4-1.2-.6-2-.7v-.1l.3-1.4c1 .2 1.8.5 2.5.9.8.5 1.5 1.2 2 2.1l-1.3.8zm-13.9-2.3l-.7-2h-.3v-.1l.3.3c1.1-.3 2.3-.4 3.4-.4.5 0 1.2.1 1.9.1l-.1 1h-.1c-.6 0-1.1.1-1.6.1-1 0-1.9.3-2.9.6v.4zM205 326h-5.5v-1h5.5v1zm5.5 0v-1l2.8-.1h2.3000000000000003v1h-.1l-.8.2-2.1-.1c-.7.1-1.4 0-2.1 0zm11 0v-1c1.6 0 3.3-.2 5-.2l.1-.1v1.3h-5.1zm-28 0c-1.8 0-3.5-.1-5.1-.2v-.2l.1-1.6h.1v.3c1.6.1 3.2.7 5 .7l-.1 1zm39 0v-1h5.1v1h-5.1zm11 0v-1.5h4.6v-.5h.5v1.7l-5.1.3zm10.9 0v-1.6l2.1-.1 3-.1h.1v1.6c-1.8.1-3.4.2-5.2.2zm11.1 0v-2h5.1v1.7c-1.8 0-3.4.3-5.1.3zm11 0v-1.7l4.8-.3h.3v1.7c-1.8 0-3.4.3-5.1.3zm11-.8v-1.4l2.1.1c.9 0 1.9.1 2.9.1h.1v1l-5.1.2zm11-.2l-.2-1.4c2 0 3.8.1 4.8 0v.1l.3-.1.3 1.4h-5.2zm11 0l-.1-2c1.8 0 3.4 0 5-.2l.1.3.1 1.8c-1.6.1-3.3.1-5.1.1zm11-1.2l-.2-1.6v-.2c.2 0 .5.1.7 0 .4 0 1.8-1.1 2.7-2.4l1.2.9v.1c-1.3 1.8-2.5 2.8-3.6 3.1-.3 0-.5 0-.8.1zm-135.2-3.8l-.5-1.4v.1c1.7-.7 3.4-.7 5.2-.7l-.1 1h.1c-.3 0-.5.1-.7.1-1.3 0-2.6.3-4 .9zM200.6 317.5l-.7-1.3h-.2c1.4-.7 3.2-1.4 4.2-2.2v-.2l.5.2h.5v.1l.4 1.3h-.1c-1.4.5-3 1.3-4.6 2.1zm10.4-4.7l-1-1.5v-.4.2c1.5-.7 2.9-1.2 4.4-2.2v.1l.6 1.4h.2c-1.5.7-3.3 1.4-4.3 2.1v.3zm9.5-4.6l-.6-1.4h.1c1.6-.7 3.1-1.2 4.6-1.8v.1h.1v-.1l.5 1.3c-1.6.6-3.2 1.2-4.7 1.9zm10.2-4.2l-.6-1.4h.1c1.5-.6 3.1-1.2 4.7-1.8h.1l.5 1.4c-1.7.6-3.3 1.2-4.8 1.8zm10.3-3.6l-.6-1.6h.1c1.7-.6 3.2-1.1 4.7-1.7h.1l.5 1.4h-.1c-1.5.5-2.7 1.1-4.7 1.6v.3zm10.3-3.8l-.5-1.4h.2c1.6-.5 2.9-1 4.9-1.5v-.3l.4 1.7h-.1c-1.5.4-3.1.9-4.9 1.5zm10.5-3.3l-.4-1.4h.1c1.5-.5 3.1-.9 4.8-1.4l.4 1.4c-1.6.5-3.2.9-4.9 1.4zm10.6-3l-.4-1.3h.1c1.8-1 3.4-1 4.8-1.4l.1-.1.4 1.4c-1.6.5-3.2.9-5 1.4zm10.6-2.8l-.4-1.4v.1c1.6-.4 3.2-1.1 4.9-1.1l.4 1h-.1c-1.6 1-3.2.9-4.8 1.3v.1zm10.7-2.6l-.4-1.5h-.1c1.8-.4 3.7-.8 4.7-1.1v-.4l.5 1.9c-1.6.4-3.2.7-4.7 1.1zm10.7-2.4l-.3-1.5c1.8-.4 3.4-.7 4.9-1l.3 1.5c-1.7.3-3.3.7-4.9 1zm10.8-2.5v.1l-.3-1.3c1.6-.3 3.3-.6 4.9-1l.3 1.5v-.1c-1.6.3-3.3.8-4.9.8zm10.7-1.8l-.3-1.5 5-1 .3 1.4c-1.3.3-2.7.5-4.1.8l-.9.3zm10.9-2.1l-.3-1.5.7-.1 4.2-.8h.1l.3 1.5-.6.1c-1.5.2-3 .5-4.4.8zm10.8-2l-.1-.1-.3-1.5 4.9-.9.3 1.6-.1-.1-4.8.9.1.1z"></path></g> <g id="history"><path opacity=".1" fill="#424242" enable-background="new" d="M67.3 394h409.1v11.1h-409.1z"></path><path fill="#FF9100" d="M255 400.3l-98.9-171.3-69.1 164-4.1 7.3z"></path><path fill="#FFE0B2" d="M156.1 229l56 171.3h-123.1l2-15.3z"></path><path fill="none" d="M159.2 341.2h14.6v6.6h-14.6zM127.2 309.2h14.6v6.6h-14.6zM143.2 309.2h14.6v6.6h-14.6zM150.2 317.2h14.6v6.6h-14.6zM134.2 317.2h14.6v6.6h-14.6zM159.2 309.2h14.6v6.6h-14.6zM166.2 317.2h14.6v6.6h-14.6zM118.2 333.2h14.6v6.6h-14.6zM111.2 341.2h14.6v6.6h-14.6zM143.2 341.2h14.6v6.6h-14.6zM127.2 341.2h14.6v6.6h-14.6zM134.2 333.2h14.6v6.6h-14.6zM143.2 325.2h14.6v6.6h-14.6zM127.2 325.2h14.6v6.6h-14.6zM150.2 333.2h14.6v6.6h-14.6zM159.2 325.2h14.6v6.6h-14.6zM166.2 333.2h14.6v6.6h-14.6zM150.2 301.2h14.6v6.6h-14.6zM143.2 293.2h14.6v6.6h-14.6zM150.2 269.2h14.6v6.6h-14.6zM159.2 293.2h14.6v6.6h-14.6zM134.2 285.2h14.6v6.6h-14.6zM150.2 285.2h14.6v6.6h-14.6zM134.2 301.2h14.6v6.6h-14.6zM143.2 261.2h14.6v6.6h-14.6zM143.2 277.2h14.6v6.6h-14.6zM175.2 341.2h14.6v6.6h-14.6z"></path><path fill="#FF9100" d="M152.7 237.2h6.1l-.5-1.4h-5zM159.2 245v.2h2.2l-.5-1.4h-10.7v1.2h-.8l-.1.2h8.5v-.2zM150.2 253v.2h13.8l-.4-1.4h-4.4v1.2h-1.4v-1.2h-11.2l-.6 1.4h2.8v-.2zM143.2 261.2h14.6v-.2h1.4v.2h7.4l-.4-1.3v1.1h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-5.5l-.6 1.2h.5zM150.2 269v.2h14.6v-.2h1.4v.2h3l-.4-1.4h-9.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-1.9l-.6 1.4h9.5v-.2zM143.2 277v.2h14.6v-.2h1.4v.2h12.7l-.5-1.4h-5.2v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-12.2l-.6 1.4h5.8v-.2zM134.2 285v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h8.3l-.1-.2h-.6v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-8.6l-.6 1.4h.2v-.2zM143.2 293v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h1.9l-.5-1.4h-10.4v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-2.9l-.6 1.4h12.5v-.2zM134.2 301v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h13.5l-.5-1.4h-4v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.1l-.1.2h6.8v-.2zM127.2 309v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h7.1l-.1-.3v.1h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-9.6l-.6 1.4h3.2v-.2zM134.2 317v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h2.7l-.4-1.4h-9.3v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-5.9l-.6 1.4h13.5v-.2zM127.2 325v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h12.4l-.5-1.4h-4.9v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-.3l-.5 1.4h9.8v-.2zM118.2 333v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h7.8v-.2h-.2v-.9l-.1-.3h-14.5v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-12.6l-.6 1.4h4.2v-.2zM111.2 341.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h14.6v-.2h.2v-1.2h-7.8v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-6.8v1.2h1.2zM189.8 347.8h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.4v-1.2h-14.6v1.2h-1.2v.2h6.8v-.2h1.4v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h14.6v-.2h1.4v.2h7.8v-.2h-.2zM150.2 261v-8h-1.4v8zM166.2 261v-1.1l-1.4-4.3v5.4zM150.2 243.8v-.7l-.8 1.9h.8zM159.2 253v-8h-1.4v8zM143.2 269v-8h-.5l-.9 2.3v5.7zM157.8 261v8h1.4v-8zM143.2 285v-8h-1.4v8zM157.8 277v8h1.4v-8zM174.4 285l-.6-1.9v1.9zM127.2 299.8v-1.6l-1.1 2.8h1.1zM143.2 301v-8h-1.4v8zM159.2 293h-1.4v8h1.4v-7.8zM173.8 293v8h1.4v-8zM127.2 317v-8h-1.4v8zM143.2 309h-1.4v8h1.4v-7.8zM159.2 309h-1.4v8h1.4v-7.8zM173.8 309v8h1.4v-8zM127.2 333v-8h-1.4v8zM143.2 325h-1.4v8h1.4v-7.8zM159.2 325h-1.4v8h1.4v-7.8zM173.8 325v8h1.4v-8zM190 333h.1l-.3-.9v.9zM111.2 349v-8h-1.4v8h.2zM125.8 349h1.4v-8h-1.4v6.8zM141.8 349h1.4v-8h-1.4v6.8zM157.8 349h1.4v-8h-1.4v6.8zM173.8 349h1.4v-8h-1.4v6.8zM189.8 341.2v7.8h1.4v-8h-1.4zM150.2 277v-8h-1.4v8zM164.8 269v8h1.4v-8zM134.2 293v-8h-1.4v8zM150.2 285h-1.4v8h1.4v-7.8zM164.8 285v8h1.4v-8zM134.2 309v-8h-1.4v8zM150.2 301h-1.4v8h1.4v-7.8zM164.8 301v8h1.4v-8zM182.2 309v-.1l-1.4-4.4v4.5zM118.2 325v-5.2l-1.4 3.4v1.7999999999999998zM134.2 325v-8h-1.4v8zM150.2 317h-1.4v8h1.4v-7.8zM166.2 317h-1.4v8h1.4v-7.8zM180.8 317v8h1.4v-8zM118.2 341v-8h-1.4v8zM134.2 333h-1.4v8h1.4v-7.8zM150.2 333h-1.4v8h1.4v-7.8zM166.2 333h-1.4v8h1.4v-7.8zM180.8 333v8h1.4v-8zM116.8 349v8h1.4v-8zM132.8 349v8h1.4v-8zM148.8 349v8h1.4v-8zM164.8 349v8h1.4v-8zM180.8 349v8h1.4v-8z"></path><path fill="#fff" d="M435.179 260.159l-36.975-4.897 4.897-36.975 36.975 4.897zM444.393 223.689l-46.095-6.105 1.011-7.633 46.095 6.105z"></path><g fill="#4E342E"><path d="M414.1 260.8l-10.6-1.4 3.7-27.9c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.6 27.9zM430.4 263l-10.6-1.4 3.7-27.9c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.6 27.9z"></path></g><path fill="#BCAAA4" d="M439.581 227.007l-36.975-4.897.512-3.866 36.975 4.897zM471.687 264.961l-36.975-4.897 4.897-36.975 36.975 4.897z"></path><path fill="#A1887F" d="M476.062 231.906l-36.975-4.897.512-3.866 36.975 4.897z"></path><path fill="#fff" d="M441.093 215.49l-33.605-4.451 3.309-24.981 33.605 4.451zM474.286 219.907l-33.605-4.451 3.309-24.981 33.605 4.451zM429.294 304.763l-36.975-4.897 4.897-36.975 36.975 4.897zM438.482 268.39l-46.095-6.105 1.011-7.633 46.095 6.105z"></path><g fill="#4E342E"><path d="M408.2 305.5l-10.6-1.4 3.7-27.9c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.6 27.9zM424.5 307.6l-10.6-1.4 3.7-27.9c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.6 27.9z"></path></g><path fill="#BCAAA4" d="M433.669 271.708l-36.975-4.897.512-3.866 36.975 4.897zM465.775 309.662l-36.975-4.897 4.897-36.975 36.975 4.897z"></path><path fill="#A1887F" d="M470.176 276.511l-36.975-4.897.512-3.866 36.975 4.897z"></path><path fill="#BCAAA4" d="M453.977 398.966l-36.975-4.897 4.897-36.975 36.975 4.897z"></path><path fill="#fff" d="M417.471 394.164l-36.975-4.897 4.897-36.975 36.975 4.897zM423.382 349.463l-36.975-4.897 4.897-36.975 36.975 4.897zM432.596 312.994l-46.095-6.105 1.011-7.633 46.095 6.105z"></path><g fill="#4E342E"><path d="M402.3 350.1l-10.6-1.4 3.7-27.9c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.6 27.9zM418.6 352.3l-10.6-1.4 3.7-27.9c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.6 27.9z"></path></g><path fill="#BCAAA4" d="M427.783 316.312l-36.975-4.897.512-3.866 36.975 4.897zM421.872 361.013l-36.975-4.897.512-3.866 36.975 4.897z"></path><path fill="#fff" d="M426.685 357.694l-46.095-6.105 1.011-7.633 46.095 6.105z"></path><path fill="#BCAAA4" d="M459.889 354.266l-36.975-4.897 4.897-36.975 36.975 4.897z"></path><path fill="#A1887F" d="M464.264 321.211l-36.975-4.897.512-3.866 36.975 4.897z"></path><g fill="#4E342E"><path d="M396.8 391.4l-10.6-1.4 3.2-24.5c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.1 24.5zM413.1 393.6l-10.6-1.4 3.2-24.5c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.1 24.5z"></path></g><g fill="#4E342E"><path d="M448.7 265.4l-10.6-1.4 3.7-27.9c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.6 27.9zM465.5 264.2l-10.6-1.4 3.2-24.5c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.1 24.5zM442.8 310l-10.6-1.4 3.7-27.9c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.6 27.9zM459.1 312.2l-10.6-1.4 3.7-27.9c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.6 27.9zM436.9 354.7l-10.6-1.4 3.7-27.9c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.6 27.9zM453.2 356.8l-10.6-1.4 3.7-27.9c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.6 27.9zM431.4 396l-10.6-1.4 3.2-24.5c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.1 24.5zM447.7 398.1l-10.6-1.4 3.2-24.5c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-3.1 24.5z"></path></g><path fill="#A1887F" d="M458.379 365.815l-36.975-4.897.512-3.866 36.975 4.897z"></path><path fill="#4E342E" d="M428.6 213.9l-10.6-1.4 1.7-12.5c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-1.6 12.5zM445.9 216.2l-10.6-1.4 1.7-12.5c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-1.6 12.5zM463.2 218.5l-10.6-1.4 1.7-12.5c.4-2.9 3-4.9 5.9-4.5h.1c2.9.4 4.9 3 4.5 5.9l-1.6 12.5z"></path><g fill="#BCAAA4"><path d="M480.997 228.6l-41.337-5.475 1.011-7.633 41.337 5.475zM447.827 190.936l-37.471-4.963 1.011-7.633 37.471 4.963zM477.544 194.868l-33.605-4.451 1.011-7.633 33.605 4.451zM433.644 267.721l1.011-7.633 41.337 5.475-1.011 7.633zM427.8 312.434l1.011-7.633 41.337 5.475-1.011 7.633zM421.77 357.122l1.011-7.633 41.337 5.475-1.011 7.633z"></path></g><path fill="#00897B" d="M354.2 388h121.8v12h-121.8z"></path><path fill="#F5DCB5" d="M90.4 328.6l-42.3 73.4 42.3-73.4z"></path><path fill="#BCAAA4" d="M90.4 328.6l-42.3 73.4h56l13.8-73.4z"></path><path fill="#A17846" d="M160.3 402h-.2z"></path><path fill="#D7CCC8" d="M122.6 329l-.7-4.1-17.1-19.2 10.8 23.8 3.4-.7z"></path><path fill="#A1887F" d="M104.1 328.6v73.4h56.1l-42.3-73.4z"></path><path fill="#fff" d="M90.4 328.6l13.8-23.8zM104.1 305l.1-.2-13.8 23.8zM90.4 328.6h25.9l-12.2-23.6z"></path><path fill="#F0CA8F" d="M117.9 328.6l-13.3-23 13.3 23z"></path><path fill="#EFEBE9" d="M104.1 328.6h13.8l-13.3-23-.5-.6z"></path><path fill="none" d="M121.9 322.9l-3.9 3.9zM118 326.8z"></path><path fill="#795548" d="M118 326.8v.1-.1zM171.8 380.3l-49.9-55.4-4 3.7 42.3 73.4z"></path><path fill="#F5DCB5" d="M182.9 307l-54.9 95 54.9-95z"></path><path fill="#BCAAA4" d="M182.9 307l-54.9 95h72.6l17.9-95z"></path><path fill="#A17846" d="M273.4 402h-.30000000000000004z"></path><path fill="#fff" d="M182.9 307l17.8-30.9zM200.6 276.4l.1-.3-17.8 30.9zM182.9 307h35.6l-17.9-30.6z"></path><path fill="#F0CA8F" d="M218.5 307l-17.2-29.9 17.2 29.9z"></path><path fill="#D7CCC8" d="M218.6 307.2l5.2-5.1-23.2-25.7 16.6 28.4.1 2.3.9.4z"></path><path fill="#EFEBE9" d="M200.6 307h17.9l-17.2-29.9-.7-.7z"></path><path fill="#A1887F" d="M200.6 307v95h72.7l-54.8-95z"></path><path fill="none" d="M223.6 300.1l-5 5.1 5.1-5.1zM218.6 305.1v.1z"></path><path fill="#795548" d="M218.6 305.2v.1-.1zM288.2 373.9l-64.4-71.8-5.3 4.9 54.8 95z"></path><ellipse opacity=".1" fill="#212121" enable-background="new" cx="353.9" cy="424" rx="48.9" ry="6.3"></ellipse><path opacity=".1" fill="#212121" enable-background="new" d="M447 120.9c-.4 0-.8 0-1.2.1.1-.6.2-1.2.2-1.8 0-5.4-4.4-9.7-9.7-9.7-3.6 0-6.7 1.9-8.4 4.8-1.9-1.2-4.1-1.9-6.5-1.9-6.6 0-11.9 5.3-11.9 11.9 0 6.2 4.7 11.3 10.7 11.9v.1h26.900000000000002c4.2 0 7.6-3.4 7.6-7.6-.1-4.4-3.5-7.8-7.7-7.8z"></path><path fill="#fff" d="M445 117.8c-.4 0-.8 0-1.2.1.1-.6.2-1.2.2-1.8 0-5.4-4.4-9.7-9.7-9.7-3.6 0-6.7 1.9-8.4 4.8-1.9-1.2-4.1-1.9-6.5-1.9-6.6 0-11.9 5.3-11.9 11.9 0 6.2 4.7 11.3 10.7 11.9v.1h26.900000000000002c4.2 0 7.6-3.4 7.6-7.6-.1-4.3-3.5-7.8-7.7-7.8z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M128.2 202.5c0-7.7-6.3-14-14-14-2.8 0-5.4.8-7.6 2.2-2-3.3-5.6-5.6-9.8-5.6-6.3 0-11.4 5.1-11.4 11.4 0 .7.1 1.5.2 2.2-.5-.1-.9-.1-1.4-.1-4.9 0-8.9 4-8.9 8.9s4 8.9 8.9 8.9h31.4v-.1c7.2-.6 12.6-6.6 12.6-13.8z"></path><path fill="#fff" d="M130.2 199.5c0-7.7-6.3-14-14-14-2.8 0-5.4.8-7.6 2.2-2-3.3-5.6-5.6-9.8-5.6-6.3 0-11.4 5.1-11.4 11.4 0 .7.1 1.5.2 2.2-.5-.1-.9-.1-1.4-.1-4.9 0-8.9 4-8.9 8.9s4 8.9 8.9 8.9h31.4v-.1c7.2-.6 12.6-6.6 12.6-13.8z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M429.1 111.7c0-6.8-5.5-12.3-12.3-12.3-2.5 0-4.7.7-6.7 2-1.7-2.9-4.9-4.9-8.6-4.9-5.5 0-10 4.5-10 10 0 .6.1 1.3.2 1.9-.4-.1-.8-.1-1.2-.1-4.3 0-7.8 3.5-7.8 7.8s3.5 7.8 7.8 7.8h27.6v-.1c6.2-.5 11-5.7 11-12.1z"></path><path fill="#fff" d="M427.1 108.7c0-6.8-5.5-12.3-12.3-12.3-2.5 0-4.7.7-6.7 2-1.7-2.9-4.9-4.9-8.6-4.9-5.5 0-10 4.5-10 10 0 .6.1 1.3.2 1.9-.4-.1-.8-.1-1.2-.1-4.3 0-7.8 3.5-7.8 7.8s3.5 7.8 7.8 7.8h27.6v-.1c6.2-.5 11-5.7 11-12.1z"></path><path fill="#89695E" d="M138.5 401.4c0-1.5.1-2.9.4-4.4.3-1.4.7-2.8 1.3-4.1.6-1.3 1.3-2.6 2-3.7.8-1.2 1.7-2.3 2.6-3.2 1-1 2.1-1.9 3.2-2.6 1.2-.8 2.4-1.4 3.7-2s2.7-1 4.1-1.3c1.4-.3 2.9-.4 4.4-.4s2.9.1 4.4.4c1.4.3 2.8.7 4.1 1.3s2.6 1.3 3.7 2c1.2.8 2.3 1.7 3.2 2.6s1.9 2.1 2.6 3.2c.8 1.2 1.4 2.4 2 3.7s1 2.7 1.3 4.1.4 2.9.4 4.4h-43.400000000000006zM211.5 408.6h-73v-7.2l73-6.9zM204.1 394.5c0-2.1 1.6-3.7 3.7-3.7.3 0 .5.4.8.5l.3-.2s.1-.1.2-.1c1.4.5 2.4 1.9 2.4 3.5 0 2.1-1.6 3.7-3.7 3.7-2 0-3.7-1.7-3.7-3.7zM164.8 380l44.3 11s-.1 8.3 0 8.3-31.1 3.2-30.9 3.1c.1 0-13.4-22.4-13.4-22.4zM163.7 417.2c-3.5 0-6.3-1.4-6.3-3.1 0-1.8-2.8-3.1-6.3-3.1h-6.3c-3.5 0-6.3 1.4-6.3 3.1v8.3c0 2.9 2.8 5.2 6.3 5.2h60.4c3.5 0 6.3-2.3 6.3-5.2 0-2.9-2.8-5.2-6.3-5.2h-41.5z"></path><circle fill="#89695E" cx="142.2" cy="423.9" r="3.7"></circle><path fill="#89695E" d="M189.3 417.2h22.2v5.6h-22.2z"></path><circle fill="#fff" cx="157.1" cy="391.4" r="5.6"></circle><circle fill="#fff" cx="157.1" cy="397" r="5.6"></circle><circle fill="#fff" cx="174.7" cy="395.8" r="6.9"></circle><circle fill="#fff" cx="203.6" cy="397.5" r="3.1"></circle><path fill="#fff" d="M151.5 390.8h11.2v6.3h-11.2zM200.6 394.4h3.1v3.1h-3.1z"></path><path fill="#F1CA3A" d="M162.6 414.3c-1.4 0-1.9-1-1.3-2.2l.1-.1c.7-1.2 1.8-1.2 2.5 0l.1.1c.7 1.2.1 2.2-1.3 2.2h-.1zM167.7 410.7c1.4 0 1.9 1 1.3 2.2l-.1.1c-.7 1.2-1.8 1.2-2.5 0l-.1-.1c-.7-1.2-.1-2.2 1.3-2.2h.1zM172.7 414.3c-1.4 0-1.9-1-1.3-2.2l.1-.1c.7-1.2 1.8-1.2 2.5 0l.1.1c.7 1.2.1 2.2-1.3 2.2h-.1zM177.8 410.7c1.4 0 1.9 1 1.3 2.2l-.1.1c-.7 1.2-1.8 1.2-2.5 0l-.1-.1c-.7-1.2-.1-2.2 1.3-2.2h.1zM182.7 414.3c-1.4 0-1.9-1-1.3-2.2l.1-.1c.7-1.2 1.8-1.2 2.5 0l.1.1c.7 1.2.1 2.2-1.3 2.2h-.1zM187.8 410.7c1.4 0 1.9 1 1.3 2.2l-.1.1c-.7 1.2-1.8 1.2-2.5 0l-.1-.1c-.7-1.2-.1-2.2 1.3-2.2h.1zM192.7 414.3c-1.4 0-1.9-1-1.3-2.2l.1-.1c.7-1.2 1.8-1.2 2.5 0l.1.1c.7 1.2.1 2.2-1.3 2.2h-.1zM197.8 410.7c1.4 0 1.9 1 1.3 2.2l-.1.1c-.7 1.2-1.8 1.2-2.5 0l-.1-.1c-.7-1.2-.1-2.2 1.3-2.2h.1zM202.7 414.3c-1.4 0-1.9-1-1.3-2.2l.1-.1c.7-1.2 1.8-1.2 2.5 0l.1.1c.7 1.2.1 2.2-1.3 2.2h-.1zM207.8 410.7c1.4 0 1.9 1 1.3 2.2l-.1.1c-.7 1.2-1.8 1.2-2.5 0l-.1-.1c-.7-1.2-.1-2.2 1.3-2.2h.1z"></path><path fill="#89695E" d="M133.3 421.4c0 3.5-2.8 6.3-6.3 6.3h-4.1c-3.5 0-6.3-2.8-6.3-6.3v-4.1c0-3.5 2.8-6.3 6.3-6.3h4.1c3.5 0 6.3 2.8 6.3 6.3v4.1zM111.4 421.4c0 3.5-2.8 6.3-6.3 6.3h-4.1c-3.5 0-6.3-2.8-6.3-6.3v-4.1c0-3.5 2.8-6.3 6.3-6.3h4.1c3.5 0 6.3 2.8 6.3 6.3v4.1z"></path><circle fill="#89695E" cx="129.6" cy="407.2" r="3.7"></circle><path fill="#89695E" d="M125.9 407.2h7.4v8.9h-7.4z"></path><circle fill="#89695E" cx="107.7" cy="407.2" r="3.7"></circle><path fill="#89695E" d="M104 407.2h7.4v8.9h-7.4zM89.3 421.4c0 3.5-2.8 6.3-6.3 6.3h-4.1c-3.5 0-6.3-2.8-6.3-6.3v-4.1c0-3.5 2.8-6.3 6.3-6.3h4.1c3.5 0 6.3 2.8 6.3 6.3v4.1z"></path><circle fill="#89695E" cx="85.6" cy="407.2" r="3.7"></circle><path fill="#89695E" d="M81.9 407.2h7.4v8.9h-7.4z"></path><path fill="#57BB8A" d="M55.4 339.8s-8.1-.3-10.6 5.4-4.1 15.3-4.9 17.1c-.8 1.9-6.2 7.4-8.9 11.7-2.7 4.2-4.5 9-4.9 13.8s3.4 17 8.8 19.6c5.3 2.7 12.6 4.2 21.2 3.4 8.6-.8 13.4-3.2 17.1-10.9 3.7-7.7 3.5-15.9 2.7-22.4s-6.8-18.6-7.7-22.6c-1-3.8-1.1-14.8-12.8-15.1z"></path><path fill="#0B8043" d="M49.9 424c-.7 0-1.3-.6-1.3-1.3v-19.7c0-.7.6-1.3 1.3-1.3s1.3.6 1.3 1.3v19.6c0 .8-.6 1.4-1.3 1.4z"></path><path opacity=".2" fill="#00897B" enable-background="new" d="M74 370.5s-3.4-2.8-4.2-3.3c-.8-.5-4.1-2.5-8.5-3.2l-8.5 1.8s20 5.6 23.2 13.8c0-2-.9-6.3-2-9.1z"></path><path fill="#DB4437" d="M270.9 275v127h30.8v-95.8h32.6v95.8h30.8v-127z"></path><path fill="#A52714" d="M284 298v104h17.7v-95.8h32.6v95.8h17.7v-104z"></path><circle fill="#F0B536" cx="292.6" cy="346.3" r="2"></circle><path fill="#F0B536" d="M292.6 351.3c-1.6 0-3-1.3-3-3s1.3-3 3-3c1.6 0 3 1.3 3 3s-1.3 3-3 3zm0-5.3c-1.3 0-2.3 1-2.3 2.3s1 2.3 2.3 2.3 2.3-1 2.3-2.3-1-2.3-2.3-2.3z"></path><circle fill="#F0B536" cx="342.9" cy="346.3" r="2"></circle><path fill="#F0B536" d="M342.9 351.3c-1.6 0-3-1.3-3-3s1.3-3 3-3c1.6 0 3 1.3 3 3s-1.4 3-3 3zm0-5.3c-1.3 0-2.3 1-2.3 2.3s1 2.3 2.3 2.3 2.3-1 2.3-2.3c0-1.3-1.1-2.3-2.3-2.3z"></path><path fill="#A52714" d="M270.9 274.8h94.2v10.1h-94.2zM365.1 258c-5.2-1.3-10.9-8.5-14.4-13.6 5.7-3.3 6.2-10.2 6.2-10.2h-.4c-2.4 3.1-7.7 4.8-9.9 5.8h-57.3c-2.2-1-7.5-2.7-9.9-5.8l-.4.2s.6 6.9 6.3 10.2c-3.5 5.1-9.2 12.2-14.3 13.5-10.1 4.1-16.8.1-16.8.1l16.5 17.9h94.7l16.5-17.9c0-.1-6.7 3.9-16.8-.2zM314.7 305.9h-13v12.9h3.7v-3.1h3.1v-3.1h3.1v-3.1h3.1v-3.6zm-12.4 6.2v-2.4h2.4v2.4h-2.4zm2.5.6v2.4h-2.4v-2.4h2.4zm.6-3.1h2.4v2.4h-2.4v-2.4zm0-.6v-2.4h2.4v2.4h-2.4zm3.1-2.5h2.4v2.4h-2.4v-2.4zm-3.7 0v2.4h-2.4v-2.4h2.4zm0 11.7h-2.4v-2.4h2.4v2.4zm3.1-3.1h-2.4v-2.4h2.4v2.4zm3-3h-2.4v-2.4h2.4v2.4zm3.2-3.1h-2.5v-2.4h2.5v2.4zM321.3 309.6h3.1v3.1h3.1v3.1h3.1v3.1h3.7v-12.9h-13v3.6zm9.9 2.5v-2.4h2.4v2.4h-2.4zm2.5.6v2.4h-2.4v-2.4h2.4zm-3.1-.6h-2.4v-2.4h2.4v2.4zm-2.5-3.1v-2.4h2.4v2.4h-2.4zm-.6 0h-2.4v-2.4h2.4v2.4zm6.2-2.5v2.4h-2.4v-2.4h2.4zm-2.5 9.3h2.4v2.4h-2.4v-2.4zm-3.1-3.1h2.4v2.4h-2.4v-2.4zm-3-3.1h2.4v2.4h-2.4v-2.4zm-3.2-3.1h2.5v2.4h-2.5v-2.4z"></path><path fill="#D4D1C5" d="M323.5 391.6c-.9.3-2.8-2.7-3-3.3-1.2-3 .4-6.3-.5-9.5-.3-.8-.7-1.7-1.4-2.1-4.2-2.4-7.7 12.3-6.7 15.1 1.5 4.2 5.2 2.1 11.6-.2zM374.9 424.3c-.4.2 1.1-2.8.6-2.6.5-.2-1 2.8-.6 2.6zM380.1 422.5c-.3.1-.7.2-1.1.3.5-.1.8-.2 1.1-.3zM308.2 408.4c0-.1-.1-.1-.2-.2.1 0 .1.1.2.2zM308.3 408.6l-.1-.2c.1.1.1.1.1.2.1.3.6.1 1.4-.2-.7.4-1.2.5-1.4.2zM405.4 404.7c.3.5.6 1.1.7 1.7 0-.6-.3-1.2-.7-1.7z"></path><path fill="#C7C4B8" d="M310.9 408c3.2-1.4 9.1-4 15.6-2.5.9.2 1.7.5 2.6.8-.8-.3-1.7-.6-2.6-.8-6.5-1.5-12.4 1.1-15.6 2.5zM308 408.1zM308.2 408.4zM330.7 407c-.5-.3-1.1-.5-1.6-.7.5.2 1.1.4 1.6.7zM405.7 405.1c-.1-.1-.2-.3-.3-.5-.6-.9-1.7-2.4-2-2.3-7.6 1.6-8.2 2.7-14.7-2.6-11.1-12.9-25.4 4.6-36.6 6.2-15.5 2.7-25.9-14.1-43.3-1.5-.7.6-1.4 2-2.1 2.3.4-.2 1.5 1.8 2.2 1.9.4 0 .7 0 1.1-.1 2.6-.7 4.8-2.1 7.4-2.7 3-.8 6.2-.9 9.3-.2.9.2 1.7.5 2.6.8.6.2 1.1.5 1.6.7.8.4 1.6.8 2.3 1.3 1.1.7 2.2 1.5 3.2 2.4 4.5 3.7 8.3 8.1 12.4 9.8l-.9-.4c.3.2.6.3.9.4 3.8 1.6 7.8 4 11.9 4.8 4.3.8 8.7.8 12.9 1.1 5.6.5 18.6.7 33.2-17.8.6-1-.5-2.5-1.1-3.6zm-66.5 8.2l1.9 1.8-1.9-1.8zm4.7 4.3c.9.8 1.9 1.4 2.8 2-.9-.6-1.8-1.3-2.8-2z"></path><path fill="#D4D1C5" d="M306.5 406.7c.7-.3 1.3-.7 2.1-1.3 17.4-12.6 27.8 4.2 43.3 1.5 11.2-1.6 25.5-19.1 36.6-6.2 6.5 5.3 7.1 3.2 14.7 1.6-2-2-4.7-3.9-6.1-4.2-2.8-.6-3.5-1.7-5.1-3.1-1.4-1.2-4.2-7.8-9.8-13.6l2.7 3.5c9.6-1.7 19.5-20.3 16.5-19.4-3.6 1-6.7 3.8-10.7 5.5-4 1.8-9.6 3.3-15.4 2.4-3.4-.5-7-.5-10.5-.4-4 .1-8.3.2-11.8 2.3l-5.5 4.1-4.3 2.8c-3.9 2.3-7.9 4.3-12.1 6-13.3 5.3-18.7-.3-21.3 1.7-4.4 3.4-.5 6.4-1.7 8.2-1.2 1.8-5.3 2.9-4.4 5.2.8 2 3.2 3.7 4.2 4.9-.3-.5-.8-1-1.4-1.5z"></path><path fill="#6C695D" d="M319.8 395.4c-2.1 1-4.6-.2-5.4-.9.5-.4 1.2-.8 1.9-1.2 1.4-.8 3.1-1.4 3.9-1.1.5.2.9 1.2.7 2.3-.2.3-.6.7-1.1.9z"></path><path fill="#D4D1C5" d="M416.8 377.5c2.7 1.6-14 23.4-23.5 22s-7.7-13.5-12.3-14.9c-4.5-1.4-6.2-1.3-5.4-4 .8-2.6 4.4-1.3 9.7 1.3 5.3 2.7 9.7 2.5 14 2.1 4.1-.5 14.9-8 17.5-6.5z"></path><path fill="#939084" d="M364.1 389.8c4.8.1 8.8 3 9.7 6.9.1-.5.2-1 .2-1.6 0-4.6-4.4-8.4-9.8-8.5s-10 3.6-10 8.3c0 .5.1 1.1.2 1.6.8-3.9 4.8-6.8 9.7-6.7z"></path><path fill="#6C695D" d="M363.9 403.4c4.8.1 8.9-2.8 9.8-6.7-.8-3.9-4.8-6.8-9.7-6.9s-8.9 2.8-9.8 6.7c.9 3.8 4.9 6.8 9.7 6.9z"></path><path fill="#C7C4B8" d="M334.4 416.8c-1.2.6-2.7 1.9-4.2 1.7-1.9-.2-2.4-2.1-3.8-3.1-.9-.6-2.1-.9-3-.3-.6.3-1 .9-1.5 1.4s-1.1.9-1.8.8c-.9-.2-1.3-1.1-1.7-1.9-.9-1.5-2.4-2.6-4-2.9-1.7-.3-3.5.1-4.9 1.1-.8.6 4 8.3 4.8 9.1 3.1 3.1 7.6 4.9 11.8 5.6 8.7 1.5 16.6.5 23.8-4.5.9-.6 1.9-1.3 2.2-2.4.3-.8.2-1.7.3-2.5.3-1.7 1.5-3.1 1.7-4.7.3-2.8-2.5-5.3-5.3-5.4s-5.5 1.3-7.7 3.1c-2.1 1.6-4.1 3.7-6.7 4.9z"></path><path fill="none" d="M0 0h512v512h-512z"></path></g> <g id="knowledge"><path opacity=".1" fill="#212121" enable-background="new" d="M402.1 305h-208.3v-116.4l105.1 21 103.2-21z"></path><path fill="#1DE9B6" d="M398.4 301.3h-208.4v-116.4l105.2 20.9 103.2-20.9z"></path><path fill="#00897B" d="M197.3 271.6h195.9v23h-195.9z"></path><path fill="#4DB6AC" d="M295.2 294.7c49 0 49-23 98.1-23v-99.2c-49 0-49 23-98.1 23v99.2zm0 0c49 0 49-23 98.1-23v-99.2c-49 0-49 23-98.1 23v99.2z"></path><path fill="#80CBC4" d="M295.4 294.7c-49 0-49-23-98.1-23v-99.2c49 0 49 23 98.1 23v99.2z"></path><path stroke="#80CBC4" stroke-width="1.444" stroke-miterlimit="10" d="M215.8 192c26.5 3 35.8 14 57.2 19.4m-57.2-7c26.5 3 35.8 14 57.2 19.4m-57.2-7.1c26.5 3 35.8 14 57.2 19.4m-57.2-7.1c26.5 3 35.8 14 57.2 19.4m-57.2-7.1c26.5 3 35.8 14 57.2 19.4m-57.2-7c26.5 3 35.8 14 57.2 19.4m97.7-31.8c-26.5 3-35.8 14-57.2 19.4m57.2-7c-26.5 3-35.8 14-57.2 19.4" fill="none"></path><path fill="#80CBC4" d="M313.5 241.9c21.4-5.3 30.7-16.4 57.2-19.4v-31c-26.5 3-35.8 14-57.2 19.4v31z"></path><circle opacity=".1" fill="#212121" enable-background="new" cx="118.4" cy="378.6" r="57.2"></circle><circle fill="#E1E1E1" cx="112.8" cy="374.8" r="57.2"></circle><circle opacity=".3" fill="#424242" enable-background="new" cx="119.5" cy="374.7" r="37.7"></circle><linearGradient id="knowledge_1_" gradientUnits="userSpaceOnUse" x1="108.373" y1="308.907" x2="215.609" y2="308.907" gradientTransform="matrix(.703 0 0 -.703 0 590)"><stop offset="0" stop-color="#fff"></stop><stop offset="1"></stop></linearGradient><circle opacity=".2" fill="url(#knowledge_1_)" enable-background="new" cx="113.9" cy="372.8" r="37.7"></circle><circle fill="#FAFAFA" cx="113.9" cy="372.8" r="37.7"></circle><path opacity=".8" fill="#4E342E" enable-background="new" d="M113.9 344.8c-1.6 0-3.2.2-4.7.4 13.3 2.2 23.4 13.7 23.4 27.6s-10.1 25.4-23.4 27.6c1.5.3 3.1.4 4.7.4 15.5 0 28-12.6 28-28s-12.5-28-28-28z"></path><path fill="#3E2723" d="M132.6 372.8c0-13.9-10.1-25.4-23.4-27.6-13.3 2.2-23.4 13.7-23.4 27.6s10.1 25.4 23.4 27.6c13.3-2.2 23.4-13.7 23.4-27.6z"></path><path stroke="#FAFAFA" stroke-width="4.332" stroke-linecap="round" stroke-miterlimit="10" d="M76.2 372.8h-12.5" fill="none"></path><path fill="#3BC2DB" d="M305.2 369.9h-19.5c.2 1.1-.4 2.2-.4 3.3 0 1.2.1 2.3-.1 3.5h19.7"></path><path fill="#3BC2DB" d="M264.2 396.4c-11.6 0-21.2-8.5-22.9-19.7h-.1c1.8 11.2 11.4 19.7 23 19.7s21.3-8.5 22.9-19.7c-1.6 11.1-11.2 19.7-22.9 19.7zm0-46.3c11.7 0 21.3 8.6 22.9 19.9-1.5-11.3-11.2-20-22.9-19.9-11.7-.1-21.4 8.6-23 19.9h.1c1.6-11.3 11.3-19.9 22.9-19.9z"></path><path opacity=".2" fill="#212121" enable-background="new" d="M293.9 376.7h-6.7v-6.8z"></path><path fill="#3BC2DB" d="M287.2 369.9c-1.7-11.2-11.3-19.9-23-19.9s-21.3 8.6-22.9 19.9h-8.4l13.1-40.3c.6-1.8-.4-3.7-2.2-4.3-1.8-.6-3.7.4-4.3 2.2l-14.5 44.8c-.6 1.8.4 3.7 2.2 4.3l.9.2h13.3c1.7 11.1 11.3 19.7 22.9 19.7 11.6 0 21.2-8.5 22.9-19.7.2-1.1.3-2.3.3-3.5-.1-1.2-.1-2.3-.3-3.4zm-23 20.1c-9.2 0-16.7-7.5-16.7-16.7s7.5-16.7 16.7-16.7 16.7 7.5 16.7 16.7-7.4 16.7-16.7 16.7zm36.7-16.8c0 1.2.1 2.3.3 3.5 1.7 11.1 11.3 19.7 22.9 19.7s21.2-8.5 22.9-19.7h13.3c.3 0 .6-.1.9-.2 1.8-.6 2.8-2.5 2.2-4.3l-14.6-44.8c-.6-1.8-2.5-2.8-4.3-2.2-1.8.6-2.8 2.5-2.2 4.3l13.1 40.3h-8.4c-1.6-11.2-11.3-19.9-22.9-19.9-11.7 0-21.3 8.6-22.9 19.9-.2 1.2-.3 2.3-.3 3.4zm6.5.1c0-9.2 7.5-16.7 16.7-16.7s16.7 7.5 16.7 16.7-7.5 16.7-16.7 16.7-16.7-7.5-16.7-16.7z"></path><path opacity=".2" fill="#212121" enable-background="new" d="M353.8 376.7h-6.8v-6.8z"></path><path d="M324.1 356.6c9.2 0 16.7 7.5 16.7 16.7s-7.5 16.7-16.7 16.7c9.2 0 16.7-7.5 16.7-16.7.1-9.2-7.4-16.7-16.7-16.7z" fill="none"></path><path fill="#3BC2DB" d="M347.1 369.9c-1.6-11.3-11.3-19.9-23-19.9s-21.4 8.7-23 19.9v6.8c1.7 11.2 11.3 19.7 23 19.7 11.6 0 21.3-8.6 23-19.7.2-1.1.3-2.3.3-3.5 0-1.1-.1-2.2-.3-3.3zm-23 20.1c-9.2 0-16.7-7.5-16.7-16.7s7.5-16.7 16.7-16.7 16.7 7.5 16.7 16.7c.1 9.2-7.4 16.7-16.7 16.7zm-16.7-16.7c0-9.2 7.5-16.7 16.7-16.7-9.2 0-16.7 7.5-16.7 16.7s7.5 16.7 16.7 16.7c-9.2 0-16.7-7.5-16.7-16.7zm-47.3-239.9c0 3 2.4 5.3 5.3 5.3h8v22.3l24-22.3h32.9c3 0 5.3-2.4 5.3-5.3v-51.7c0-3-2.4-5.3-5.3-5.3h-65c-2.9 0-5.3 2.4-5.3 5.3v51.7h.1z"></path><path fill="#757575" d="M415.3 366.6h18.7c4.6 0 8.3-3.7 8.3-8.3s-3.7-8.3-8.3-8.3h-16.6v2h16.9c3.5 0 6.2 2.8 6.2 6.4 0 3.5-2.7 6.4-6.2 6.4h-18.9c-2.4 0-4.4-1.9-4.4-4.3s2-4.3 4.4-4.3h14.8c1.2 0 2 1 2 2.2s-.8 2.2-2 2.2h-12.7v2h12.5c2.3 0 4-1.9 4-4.2 0-2.3-1.7-4.2-4-4.2h-14.6c-3.4 0-6.2 2.8-6.2 6.2-.1 3.4 2.7 6.2 6.1 6.2zm-9.4-18.1l3-18.5c.7-4.5-2.3-8.8-6.9-9.6-4.5-.7-8.8 2.3-9.6 6.9l-2.7 16.4 1.9.3 2.7-16.6c.6-3.5 3.8-5.7 7.3-5.1s5.8 3.7 5.3 7.2l-3 18.7c-.4 2.3-2.6 4-4.9 3.6s-3.9-2.7-3.5-5l2.4-14.6c.2-1.2 1.3-1.8 2.5-1.6 1.2.2 2 1.1 1.8 2.3l-2 12.5 1.9.3 2-12.3c.4-2.3-1.2-4.2-3.5-4.6s-4.4 1-4.7 3.2l-2.3 14.4c-.6 3.4 1.8 6.6 5.2 7.2 3.4.6 6.6-1.7 7.1-5.1z"></path><path fill="#FFEE58" d="M295.7 112c0 7.4-6 13.4-13.4 13.4v-5.6c4.3 0 7.8-3.5 7.8-7.8h-10c-1.2 0-2.2-1-2.2-2.2v-13.4c0-1.2 1-2.2 2.2-2.2h13.4c1.2 0 2.2 1 2.2 2.2v15.6zm22.3 0c0 7.4-6 13.4-13.4 13.4v-5.6c4.3 0 7.8-3.5 7.8-7.8h-10c-1.2 0-2.2-1-2.2-2.2v-13.4c0-1.2 1-2.2 2.2-2.2h13.4c1.2 0 2.2 1 2.2 2.2v15.6z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M70.2 146.6c-.2 0-.4 0-.6.1h-8.3v114.1c.2 4.7 4.1 8.4 8.8 8.4h7v16.9l8.2-6.2 7.5 6.2v-13.9h55.8v-125.7h-78.4v.1z"></path><path fill="#FFF3E0" d="M105.8 216h37.1v33.6h-37.1z"></path><path fill="#FF6E40" d="M64.5 144.7c-4.9 0-8.9 4-8.9 8.9v105.3l52.4-9.3c13.1 0 35-15.6 35-35v-69.9h-78.5z"></path><path fill="#C2C2C2" d="M64.5 249.6c-4.9 0-8.9 4-8.9 8.9s4 8.9 8.9 8.9h78.5v-17.7l-78.5-.1z"></path><path fill="#BA68C8" d="M71.4 259.1v25.1h1.8l6.3-5.7 6.3 5.7h1.4v-25.1z"></path><path fill="#FF3D00" d="M117.2 223.7c9.7.5 20-1.8 25.7-7.7.1 15.6-20.3 33.5-33.1 33.6 5.1-5.1 7.9-15.6 7.4-25.9z"></path><path fill="#26C6DA" d="M106.9 143.7h6.1v124.9h-6.1z"></path><path fill="#00ACC1" d="M106.9 249.8h6.1v18.8h-6.1z"></path><path fill="#F4B400" d="M428.3 297.4c0 1.9 1.6 3.5 3.5 3.5h21.1c1.9 0 3.5-1.6 3.5-3.5v-71.9c0-1.9-1.6-3.5-3.5-3.5h-21.1c-1.9 0-3.5 1.6-3.5 3.5v71.9z"></path><path fill="#E57368" d="M456.4 291.5h-28v11.9c0 1.9 1.6 3.5 3.5 3.5h21.1c1.9 0 3.5-1.6 3.5-3.5v-8.4l-.1-3.5z"></path><path fill="#F0F0F0" d="M428.3 285.5h28.1v6.5h-28.1z"></path><path fill="#FBD199" d="M428.3 222l14.1-17 14 17z"></path><path fill="#4D4D4D" d="M437.1 211.4l5.3-6.4 5.2 6.4z"></path><path d="M431.8 222h-3.5v5.3zm10.6 5.3v-5.3h-3.5zm-3.5-5.3h-3.6v5.3zm-7.1 0h3.5v5.3zm14.1 0h-3.5v5.3zm10.5 5.3v-5.3h-3.5zm-3.5-5.3h-3.5v5.3zm-7 0h3.5v5.3z" fill="#FBD199"></path><path opacity=".1" fill="#212121" enable-background="new" d="M442.4 205v102h10.5c1.9 0 3.5-1.6 3.5-3.5v-81.4l-14-17.1z"></path><path d="M0 0h512v512h-512z" fill="none"></path></g> <g id="music"><path fill="#F48159" d="M269.2 204.3h28.9v59.3h-28.9z"></path><path fill="#F05722" d="M252.8 163.9v23.1c0 11.7 9.5 20.8 21.2 20.8h22c11.7 0 21.2-9 21.2-20.8v-24.1"></path><path opacity=".1" fill="#212121" d="M252.8 163.9v23.1c0 11.7 9.5 20.8 21.2 20.8h22c11.7 0 21.2-9 21.2-20.8v-24.1"></path><path fill="#F05722" d="M302.5 164.6c0 3.9 3.2 7.1 7.1 7.1h.5c3.9 0 7.1-3.2 7.1-7.1v-39.1c0-3.9-3.2-7.1-7.1-7.1h-.5c-3.9 0-7.1 3.2-7.1 7.1v39.1zM267.4 163.9v-35.9c0-3.9-2.9-7.1-6.8-7.1h-.8c-3.9 0-7 3.1-7 7.1v35.9"></path><path fill="#F05722" d="M286 166.5c0 3.9 3.2 7.1 7.1 7.1h.5c3.9 0 7.1-3.2 7.1-7.1v-20c0-3.9-3.2-7.1-7.1-7.1h-.6c-3.9 0-7.1 3.2-7.1 7.1v20zM269.4 173.6c0 3.9 3 5.9 7 5.9h.8c3.9 0 6.9-1.9 6.9-5.9v-26c0-3.9-3-7.2-6.9-7.2h-.8c-3.9 0-7 3.3-7 7.2v26z"></path><path fill="#F48159" d="M268.1 169.7c0 5.2 1.9 9.8 7.1 9.8h25.5c5.2 0 9.4-4.5 9.4-9.8 0-5.2-4.2-9.8-9.4-9.8h-25.5c-5.2.1-7.1 4.6-7.1 9.8zM295.7 160h10.5c6.1 0 11 5.2 11 11.3v18.9c0 6.1-6.4 17.9-21.3 17.9l-.2-48.1z"></path><path opacity=".3" fill="#fff" d="M278.8 163.9h-6.1c-.3 0-.4.5-.4.8v8.4c0 .3.1.5.4.5h6.1c2.3 0 4.3-1.8 4.3-4.1v-1.2c-.1-2.3-2-4.4-4.3-4.4z"></path><path opacity=".4" fill="#fff" d="M273.3 163.9h-.5c-.3 0-.4.5-.4.8v8.4c0 .3.1.5.4.5h.5"></path><path d="M274.3 179.4" fill="none"></path><path fill="#333" d="M303 216.1c0 1.5-1.2 2.7-2.7 2.7h-32.5c-1.5 0-2.7-1.2-2.7-2.7v-7.8c0-1.5 1.2-2.7 2.7-2.7h32.5c1.5 0 2.7 1.2 2.7 2.7v7.8z"></path><path fill="#B3B3B3" d="M274.7 209.4l-3.3 5.7-3.3-5.7zM265 215.5l-5.7-3.3 5.7-3.3zM303 208.9l5.7 3.3-5.7 3.3zM277 215.1l3.3-5.7 3.3 5.7zM292.4 209.4l-3.3 5.7-3.2-5.7zM294.7 215.1l3.3-5.7 3.3 5.7zM295.7 218.9l-3.3 5.6-3.3-5.6zM280.3 218.9l-3.3 5.6-3.3-5.6zM273.7 205.6l3.3-5.7 3.3 5.7zM289.1 205.6l3.3-5.7 3.3 5.7z"></path><path fill="#333" d="M269.2 243.9h28.9v23.5h-28.9z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M420.7 322.7c0-29.8-23.8-54.1-53.4-54.9v-2.7h-97.7v116.3h97.7v-3.9c29.6-.7 53.4-25 53.4-54.8z"></path><linearGradient id="music_1_" gradientUnits="userSpaceOnUse" x1="166.352" y1="403.714" x2="215.22" y2="403.714" gradientTransform="matrix(2 0 0 2 -29.66 -515.346)"><stop offset="0" stop-color="#fff"></stop><stop offset="1"></stop></linearGradient><path opacity=".1" fill="url(#music_1_)" enable-background="new" d="M303 233.9h97.7v116.3h-97.7z"></path><path fill="#0F9D58" d="M283 231.9h115.7v115.7h-115.7z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M279.237 244.359l96.215-16.961 20.19 114.532-96.215 16.961z"></path><path fill="#FFAB91" d="M259.529 245.925l113.941-20.086 20.086 113.941-113.941 20.086z"></path><circle fill="#262626" cx="363.8" cy="319.7" r="54.9"></circle><circle fill="#FDD835" cx="363.8" cy="319.7" r="18"></circle><circle fill="#263238" cx="363.8" cy="319.7" r="2.9"></circle><path d="M363.8 274.8c-24.8 0-44.8 20.1-44.8 44.8 0 24.8 20.1 44.8 44.8 44.8 24.7 0 44.8-20.1 44.8-44.8.1-24.6-20-44.8-44.8-44.8zm0 88.8c-24.3 0-43.9-19.7-43.9-43.9s19.7-43.9 43.9-43.9 43.9 19.7 43.9 43.9c-.1 24.2-19.7 43.9-43.9 43.9zM363.8 284.8c-19.3 0-34.9 15.7-34.9 34.9 0 19.3 15.7 34.9 34.9 34.9 19.3 0 34.9-15.7 34.9-34.9s-15.6-34.9-34.9-34.9zm0 68.8c-18.7 0-34-15.2-34-34s15.2-34 34-34c18.7 0 34 15.2 34 34-.1 18.9-15.3 34-34 34z"></path><path fill="#00ACC1" d="M248.1 261.9h115.7v115.7h-115.7z"></path><path fill="#FDD835" d="M273.2 276.9h27.8v7.4h-27.8z"></path><circle opacity=".5" fill="#64FFDA" enable-background="new" cx="294.4" cy="329.6" r="21.2"></circle><path opacity=".5" fill="#4527A0" enable-background="new" d="M295.1 328.8l22.5-38.9 22.4 38.9z"></path><g fill="#FDD835"><path d="M335.6 350.7c-.3 0-.5-.2-.5-.5 0-1.3-.9-2-1.9-2.7-1-.8-2.2-1.7-2.2-3.5s1.2-2.7 2.2-3.5c1-.8 1.9-1.4 1.9-2.7s-.9-2-1.9-2.7c-1-.8-2.2-1.7-2.2-3.5 0-1.7 1.2-2.7 2.2-3.5 1-.8 1.9-1.4 1.9-2.7 0-1.3-.9-2-1.9-2.7-1-.8-2.2-1.7-2.2-3.5 0-1.7 1.2-2.7 2.2-3.5 1-.8 1.9-1.4 1.9-2.7 0-.3.2-.5.5-.5s.5.2.5.5c0 1.7-1.2 2.7-2.2 3.5-1 .8-1.9 1.4-1.9 2.7 0 1.3.9 2 1.9 2.7 1 .8 2.2 1.7 2.2 3.5 0 1.7-1.2 2.7-2.2 3.5-1 .8-1.9 1.4-1.9 2.7 0 1.3.9 2 1.9 2.7 1 .8 2.2 1.7 2.2 3.5 0 1.7-1.2 2.7-2.2 3.5-1 .8-1.9 1.4-1.9 2.7 0 1.3.9 2 1.9 2.7 1 .8 2.2 1.7 2.2 3.5 0 .3-.2.5-.5.5zM321.4 350.7c-.3 0-.5-.2-.5-.5 0-1.3-.9-2-1.9-2.7-1-.8-2.2-1.7-2.2-3.5s1.2-2.7 2.2-3.5 1.9-1.4 1.9-2.7-.9-2-1.9-2.7c-1-.8-2.2-1.7-2.2-3.5 0-1.7 1.2-2.7 2.2-3.5s1.9-1.4 1.9-2.7c0-1.3-.9-2-1.9-2.7-1-.8-2.2-1.7-2.2-3.5 0-1.7 1.2-2.7 2.2-3.5 1-.8 1.9-1.4 1.9-2.7 0-.3.2-.5.5-.5s.5.2.5.5c0 1.7-1.2 2.7-2.2 3.5-1 .8-1.9 1.4-1.9 2.7 0 1.3.9 2 1.9 2.7 1 .8 2.2 1.7 2.2 3.5 0 1.7-1.2 2.7-2.2 3.5-1 .8-1.9 1.4-1.9 2.7 0 1.3.9 2 1.9 2.7 1 .8 2.2 1.7 2.2 3.5 0 1.7-1.2 2.7-2.2 3.5-1 .8-1.9 1.4-1.9 2.7 0 1.3.9 2 1.9 2.7 1 .8 2.2 1.7 2.2 3.5.1.3-.1.5-.5.5zM328.6 350.7c-.3 0-.5-.2-.5-.5 0-1.3-.9-2-1.9-2.7-1-.8-2.2-1.7-2.2-3.5s1.2-2.7 2.2-3.5 1.9-1.4 1.9-2.7-.9-2-1.9-2.7c-1-.8-2.2-1.7-2.2-3.5 0-1.7 1.2-2.7 2.2-3.5s1.9-1.4 1.9-2.7c0-1.3-.9-2-1.9-2.7-1-.8-2.2-1.7-2.2-3.5 0-1.7 1.2-2.7 2.2-3.5 1-.8 1.9-1.4 1.9-2.7 0-.3.2-.5.5-.5s.5.2.5.5c0 1.7-1.2 2.7-2.2 3.5-1 .8-1.9 1.4-1.9 2.7 0 1.3.9 2 1.9 2.7 1 .8 2.2 1.7 2.2 3.5 0 1.7-1.2 2.7-2.2 3.5-1 .8-1.9 1.4-1.9 2.7 0 1.3.9 2 1.9 2.7 1 .8 2.2 1.7 2.2 3.5 0 1.7-1.2 2.7-2.2 3.5-1 .8-1.9 1.4-1.9 2.7 0 1.3.9 2 1.9 2.7 1 .8 2.2 1.7 2.2 3.5.1.3-.3.5-.5.5z"></path></g><linearGradient id="music_2_" gradientUnits="userSpaceOnUse" x1="196.622" y1="416.091" x2="184.651" y2="416.091" gradientTransform="matrix(2 0 0 2 -1 -513)"><stop offset="0" stop-color="#fff"></stop><stop offset="1"></stop></linearGradient><path opacity=".2" fill="url(#music_2_)" enable-background="new" d="M363.8 263.7h2.9v110.9h-2.9z"></path><path fill="#E49308" d="M75.8 377.8c-.4.5-1.2.6-1.7.2l-13.9-11c-.5-.4-.6-1.2-.2-1.7l2.7-3.3c.4-.5 1.2-.6 1.7-.2l13.9 11c.5.4.6 1.2.2 1.7l-2.7 3.3z"></path><path fill="#F9B256" d="M79.082 280.87l4.047-5.086 8.92 7.098-4.047 5.086z"></path><path fill="#E49307" d="M203.8 216.4l-56 14.4 1.4-57.8z"></path><path fill="#F9B256" d="M91.401 265.397l4.047-5.086 8.92 7.098-4.047 5.086zM103.617 249.901l4.047-5.086 8.92 7.098-4.047 5.086z"></path><path fill="#FBCB43" d="M163.4 311.2l-32.1 40.3c-11.6 14.6-32.7 17.1-47.4 5.5-14.7-11.7-16.9-32.8-5.3-47.4l68.8-86.5 7.9 6.3-68.8 86.5c-8.2 10.3-6.8 25.1 3.6 33.4 10.4 8.3 25.1 6.3 33.3-4l32.1-40.3 7.9 6.2z"></path><path fill="#F48159" d="M155.2 329.3c2.7 2.1 3.1 6 1 8.7-2.1 2.7-6 3.1-8.7 1M167.5 313.8c2.7 2.1 3.1 6 1 8.7-2.1 2.7-6 3.1-8.7 1M179.8 298.4c2.7 2.1 3.1 6 1 8.7-2.1 2.7-6 3.1-8.7 1"></path><path opacity=".2" fill="#212121" d="M83.9 357c1.8 1.4 3.7 2.7 5.7 3.7l6.3-8c-2.1-.8-4-2-5.9-3.4l-.1-.1-6 7.8z"></path><path fill="#FBCB43" d="M192.2 240.2c9.3 7.4 11 21 3.7 30.2l-55.6 69.9-7.9-6.3 55.6-69.9c3.9-4.8 3-12.2-2-16.2"></path><path fill="#F48159" d="M81.751 286.656l7.72-9.703 65.73 52.298-7.72 9.703zM94.035 271.175l7.72-9.703 65.73 52.298-7.72 9.703zM106.32 255.695l7.72-9.703 65.73 52.298-7.72 9.703z"></path><path fill="#FBCB43" d="M185.9 247.8c-5-4-12.5-3.3-16.4 1.6l-95.5 120-6.6-5.2 95.5-120c7.3-9.2 20.3-11 29.7-3.6"></path><path opacity=".2" fill="#212121" d="M117.393 314.868l7.409-9.312 5.243 4.171-7.409 9.312zM129.667 299.477l7.658-9.625 5.243 4.171-7.658 9.625zM141.975 284.046l7.658-9.625 5.243 4.171-7.658 9.625z"></path><path fill="#E49308" d="M83.9 272.6c.6.5.7 1.4.2 2l-6 7.5c-.5.6-1.4.7-2 .2-.6-.5-.7-1.4-.2-2l6-7.5c.5-.6 1.4-.7 2-.2zM96.2 257.1c.6.5.7 1.4.2 2l-6 7.5c-.5.6-1.4.7-2 .2-.6-.5-.7-1.4-.2-2l6-7.5c.5-.6 1.4-.7 2-.2zM108.4 241.7c.6.5.7 1.4.2 2l-6 7.5c-.5.6-1.4.7-2 .2-.6-.5-.7-1.4-.2-2l6-7.5c.5-.6 1.4-.7 2-.2z"></path><path fill="#757575" d="M188.7 292.7h-10.4v-11.6c0-9.2 7.4-16.6 16.6-16.6h43c9.2 0 16.6 7.4 16.6 16.6v10.5h-10.5v-10.5c0-3.4-2.8-6.2-6.2-6.2h-43c-3.4 0-6.2 2.8-6.2 6.2v11.6z"></path><path fill="#E0E0E0" d="M123.9 290.6h182.6v96h-182.6z"></path><circle fill="#1A1A1A" cx="157.3" cy="346" r="24"></circle><circle fill="#00ACC1" cx="157.3" cy="346" r="10.4"></circle><circle fill="#1A1A1A" cx="273.2" cy="346" r="24"></circle><circle fill="#00ACC1" cx="273.2" cy="346" r="10.4"></circle><path fill="#757575" d="M187.6 321.9h54.3v37.6h-54.3z"></path><path fill="#00ACC1" d="M193.9 332.4h41.7v13.6h-41.7zM203.3 336.6h23v6.3h-23z"></path><circle fill="#333" cx="198.5" cy="339.6" r="2.7"></circle><path fill="#333" d="M233.7 339.6c0 1.5-1.2 2.7-2.7 2.7-1.5 0-2.7-1.2-2.7-2.7 0-1.5 1.2-2.7 2.7-2.7 1.5 0 2.7 1.2 2.7 2.7z"></path><path opacity=".2" fill="#212121" d="M178.2 284.4h10.4v6.3h-10.4zM244 284.4h10.4v6.3h-10.4zM187.6 363.7h9.2v9.4h-9.2zM198.9 363.7h9.2v9.4h-9.2zM210.1 363.7h9.2v9.4h-9.2zM221.4 363.7h9.2v9.4h-9.2zM232.7 363.7h9.2v9.4h-9.2zM157.3 302.1h125.2v9.4h-125.2z"></path><circle fill="#757575" cx="141.7" cy="306.3" r="8.3"></circle><path opacity=".2" fill="#212121" d="M147.6 300.4c3.3 3.3 3.3 8.6 0 11.8-3.3 3.3-8.5 3.3-11.8 0"></path><circle fill="#757575" cx="292.5" cy="300.6" r="4.7"></circle><path opacity=".2" fill="#212121" d="M295.8 297.2c1.8 1.8 1.8 4.8 0 6.6-1.8 1.8-4.8 1.8-6.6 0"></path><circle fill="#757575" cx="292.5" cy="313.1" r="4.7"></circle><path opacity=".2" fill="#212121" d="M295.8 309.8c1.8 1.8 1.8 4.8 0 6.6-1.8 1.8-4.8 1.8-6.6 0M164.7 338.6c4.1 4.1 4.1 10.7 0 14.8-4.1 4.1-10.7 4.1-14.8 0M280.6 338.6c4.1 4.1 4.1 10.7 0 14.8-4.1 4.1-10.7 4.1-14.8 0"></path><path fill="#757575" d="M157.3 302.1h125.2v4.2h-125.2z"></path><path fill="#BDBDBD" d="M195 264.5h42.7v10.4h-42.7z"></path><path fill="#757575" d="M187.6 377.3h54.3v9.4h-54.3zM133.3 377.3h48v9.4h-48zM249.2 377.3h48v9.4h-48z"></path><path fill="#00ACC1" d="M235.6 353.8c0 .8-.7 1.5-1.5 1.5h-38.7c-.8 0-1.5-.7-1.5-1.5v-.1c0-.8.7-1.5 1.5-1.5h38.7c.8 0 1.5.7 1.5 1.5v.1z"></path><path fill="#F48159" d="M201.6 170.3h-4.4v-35.2l4.4 1.8zM224.5 159.9h-4.4v-28.4l4.4-4.1z"></path><circle fill="#4D4D4D" cx="218.5" cy="159.6" r="6"></circle><circle fill="#4D4D4D" cx="195.6" cy="170.3" r="6"></circle><path opacity=".2" fill="#212121" d="M201.6 156.5l-4.4-7.3v-2.1l4.4-1.3zM224.5 147.6l-4.4-7.3v-1.9l4.4.5z"></path><path fill="#F9B256" d="M224.5 138.9l-27.3 8.2v-12l27.3-8.3z"></path><path opacity=".3" fill="#262626" d="M337.3 368.1h-30.7v-70.9h7.3z"></path><path fill="#FACB43" d="M294.4 363.9h92.7v2.4h-92.7z"></path><path fill="#4D4D4D" d="M290 363.9h4.4v10.8h-4.4zM387.1 363.9h4.4v10.8h-4.4zM349.5 366.3h-55v19.2c0 7.7 6.3 14 14 14h15c7.7 0 14-6.3 14-14v-2.6c.3-1.5 1.7-2.7 3.3-2.7 1.9 0 3.4 1.5 3.4 3.4v1.9c0 7.7 6.3 14 14 14h15c7.7 0 14-6.3 14-14v-19.2h-37.7z"></path><g fill="#212121"><path opacity=".3" d="M338.3 381.3c-.4.5-.8 1-.9 1.7v2.6c0 7.7-6.3 14-14 14h-4.8c7.7 0 14-6.3 14-14v-2.6c0-4.7 7-5.7 10.3-1.9-.1 0-2.6-1.9-4.6.2zM387.1 363.9h-.4v10.8h-4.4v10.9c0 7.7-6.3 14-14 14h4.8c7.7 0 14-6.3 14-14v-10.9h4.4v-10.8h-4.4z"></path></g><path opacity=".2" fill="#F0F0F0" d="M298.7 368.6h7.3l-7.3 12.4"></path><path opacity=".2" fill="#F0F0F0" d="M300.3 389.4l-1.2-4.4 10.5-16.4h3.9z"></path><path fill="#FACB43" d="M405.2 223.6h-16.1l6.9-12h16zM417 219l-29 26.9 13.5-26.9zM419.8 162.2h-9.7l4.2-7.2h9.6zM426.9 159.4l-17.4 16.2 8.1-16.2zM445.1 204.2h-9.6l4.1-7.3h9.7zM452.2 201.4l-17.4 16.2 8.1-16.2z"></path><path fill="none" d="M0 0h512v512h-512z"></path></g> <g id="science"><ellipse opacity=".1" fill="#444" enable-background="new" cx="350.7" cy="388.8" rx="80.4" ry="8.3"></ellipse><path fill="#37474F" d="M302 324h74v32h-74zM369.7 364.7c-4.7 0-9.4-1.5-13.5-4.6-9.5-7.4-11.2-21.2-3.8-30.7.7-.9 1.5-1.8 2.4-2.9 29.6-34.7 19.9-51.3 6.5-62.9-9.1-7.9-10.1-21.7-2.2-30.9 7.9-9.1 21.7-10.1 30.9-2.2 24.9 21.5 33.6 49.8 24.6 79.4-6.6 21.6-20.5 37.9-26.5 44.9-.5.6-.9 1.1-1.2 1.5-4.3 5.5-10.7 8.4-17.2 8.4z"></path><path fill="#263238" d="M390 230.4c-5.9-5.1-13.8-6.5-20.7-4.4 2.8.9 7 2.4 9.5 4.3 73.7 55.4-8.7 130-4.7 125.9 3.3-3.3-6.7 6.2-10.8 7.5 2.1.6 4.2 1 6.4 1 6.5 0 12.9-2.9 17.3-8.4.3-.4.7-.8 1.2-1.5 6-7 19.9-23.3 26.5-44.9 8.9-29.7.2-57.9-24.7-79.5z"></path><path fill="#FDD835" d="M152.1 223.6c5-6.8 7.5-15.4 6.4-24.4-2.3-18.7-19.3-31.9-37.9-29.6-18.7 2.3-31.9 19.3-29.6 37.9s19.3 31.9 37.9 29.6c7.4-.9 14-4.2 19-8.9l9.7 4.9-5.5-9.5z"></path><path fill="#FFEE58" d="M242.3 94.5c-28.5-6.5-57 11.3-63.5 39.9-6.5 28.6 11.3 57 39.9 63.5 12.7 2.9 25.5 1 36.2-4.6l11.4 13.1-2.7-18.7c9.1-7.2 15.8-17.4 18.6-29.6 6.5-28.7-11.3-57.1-39.9-63.6z"></path><path fill="#334151" d="M286.1 379.3h130.8v9.5h-130.8z"></path><path fill="#546E7A" d="M364.1 323c-8.8 0-12.6 7.3-12.6 15.2v41.1h51.5c-.1-32.9-23.2-56.3-38.9-56.3zM268.139 279.73l47.629 36.655-5.062 6.578-47.629-36.655zM383.3 242.4l10.3-13.4-13-10.1-32.2 41.7 13 10.1 8.6-11.1c.9.7 2 1.2 3.2 1.6 5.8 1.8 11.9-1.4 13.7-7.2 1.3-4.2-.3-8.8-3.6-11.6z"></path><path fill="#37474F" d="M359.462 174.644l34.685 26.749-61.192 79.348-34.685-26.749z"></path><path fill="#546E7A" d="M376.235 170.349l17.818 13.741-8.306 10.77-17.818-13.741zM304.164 258.512l22.886 17.649-6.29 8.157-22.886-17.649z"></path><path fill="#263238" d="M302.369 270.05l14.017 10.809-6.168 7.998-14.017-10.809z"></path><circle fill="#fff" cx="376.4" cy="250.9" r="6"></circle><circle fill="#fff" cx="365.4" cy="336.9" r="6"></circle><g fill="#827717"><path d="M108.7 204.1h-4.7v3.3h5.5v1.8h-7.8v-11.7h7.8v1.8h-5.5v2.9h4.7v1.9zM118.1 203.2h-7.2v-1.9h7.2v1.9zm0 3.5h-7.2v-1.9h7.2v1.9zM123.5 197.5l3.1 8.6 3.1-8.6h3.1v11.7h-2.3v-3.4l.2-5.4-3.2 8.8h-1.6l-3.2-8.8.2 5.4v3.4h-2.3v-11.7h2.9zM144 205.3c-.1 1.2-.5 2.2-1.3 2.9-.8.7-1.9 1.1-3.3 1.1-1.5 0-2.7-.5-3.5-1.5s-1.3-2.4-1.3-4.1v-.8c0-1.7.4-3.1 1.3-4.1.9-1 2-1.5 3.6-1.5 1.4 0 2.5.4 3.3 1.1.8.7 1.2 1.7 1.4 3h-2.3c-.1-.8-.3-1.3-.6-1.7-.3-.4-.9-.6-1.7-.6-.8 0-1.5.3-1.9.9-.4.6-.6 1.6-.6 2.8v.8c0 1.3.2 2.2.6 2.8.4.6 1 .9 1.9.9.8 0 1.3-.2 1.7-.5.4-.4.6-.9.7-1.7h2zM150.5 203.8h-5v-1.3l2.5-2c.3-.3.5-.5.6-.7.1-.2.1-.4.1-.6 0-.2-.1-.4-.2-.5-.1-.1-.3-.2-.6-.2s-.5.1-.7.2-.2.4-.2.6h-1.7c0-.6.2-1.1.7-1.5.5-.4 1.1-.6 1.9-.6.8 0 1.4.2 1.8.5.4.3.6.8.6 1.5 0 .4-.1.8-.4 1.2-.3.3-.8.8-1.4 1.3l-.9.8h2.8v1.3z"></path></g><path fill="#263238" d="M378.519 189.36l11.562 8.916-61.192 79.348-11.562-8.916z"></path><path fill="#D7CCC8" d="M218.6 165.9c-.4 0-.9-.1-1.3-.3-1.3-.7-1.7-2.3-1-3.6l7.9-14.3c.7-1.3 2.3-1.7 3.6-1 1.3.7 1.7 2.3 1 3.6l-8 14.3c-.4.8-1.3 1.3-2.2 1.3z"></path><circle fill="#0F9D58" cx="217.2" cy="165.8" r="8"></circle><path fill="#87CEAC" d="M221.3 159c-.1-.1-.2-.1-.4-.2-3.9-2.1-8.7-.6-10.8 3.3-2.1 3.9-.6 8.7 3.3 10.8l.4.2 7.5-14.1z"></path><circle fill="#0F9D58" cx="230.7" cy="144.5" r="8.5"></circle><path fill="#87CEAC" d="M231.2 136h-.4c-4.7 0-8.5 3.8-8.5 8.5s3.8 8.5 8.5 8.5h.4v-17z"></path><path fill="#D7CCC8" d="M228.1 143.6c-.9 0-1.7-.4-2.3-1.2l-7.9-12.7c-.8-1.2-.4-2.9.8-3.7 1.2-.8 2.9-.4 3.7.8l7.9 12.7c.8 1.2.4 2.9-.8 3.7-.4.3-.9.4-1.4.4zM249.3 151.6c-.2 0-.5 0-.7-.1l-13.2-3.7c-1.4-.4-2.2-1.9-1.8-3.3.4-1.4 1.9-2.2 3.3-1.8l13.2 3.7c1.4.4 2.2 1.9 1.8 3.3-.4 1.1-1.4 1.9-2.6 1.9z"></path><circle fill="#0F9D58" cx="219.1" cy="126.1" r="6.9"></circle><path fill="#87CEAC" d="M219.5 119.2h-.4c-3.8 0-6.9 3.1-6.9 6.9 0 3.8 3.1 6.9 6.9 6.9h.4v-13.8z"></path><circle fill="#0F9D58" cx="253.7" cy="150.4" r="8"></circle><path fill="#87CEAC" d="M254.1 142.5h-.4c-4.4 0-8 3.6-8 8s3.6 8 8 8h.4v-16z"></path><path opacity=".1" fill="#444" enable-background="new" d="M202.1 390.2c-3.9 0-7.6.2-10.7.6 4-1.6 6.3-3.3 6.3-5.3 0-5.7-19.4-10.3-43.2-10.3s-43.2 4.6-43.2 10.3 19.4 10.3 43.2 10.3c10 0 19.1-.8 26.4-2.2-.3.2-.5.6-.5.9 0 2.3 9.7 4.2 21.7 4.2 11.9 0 21.7-1.9 21.7-4.2 0-2.4-9.7-4.3-21.7-4.3z"></path><path fill="#F5F5F5" d="M164.4 330v-38.6h-21.8v38.6h-.2l-27.9 45.5c-3.8 8.8 3.6 12.1 10.3 12.1h57.2c6.7 0 15.5-3.5 10.3-12.1l-27.9-45.5z"></path><path fill="#7CB342" d="M178.1 352.3h-49.5l-14.3 23.2c-3.8 8.8 3.6 12.1 10.3 12.1h57.4c6.7 0 15.5-3.5 10.3-12.1l-14.2-23.2z"></path><path fill="#558B2F" d="M178.1 352.3h-23.7v35.2h27.6c6.7 0 15.5-3.5 10.3-12.1l-14.2-23.1z"></path><circle opacity=".2" fill="#fff" enable-background="new" cx="161.1" cy="379.7" r="3.3"></circle><circle opacity=".2" fill="#fff" enable-background="new" cx="162.5" cy="359.8" r="2.8"></circle><circle opacity=".2" fill="#fff" enable-background="new" cx="178.9" cy="379.7" r="3.4"></circle><circle opacity=".2" fill="#fff" enable-background="new" cx="166.8" cy="371.9" r="2"></circle><path opacity=".2" fill="#fff" enable-background="new" d="M178.2 361.2c0 1.2-1 2.2-2.2 2.2-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2zM143.7 359.7c0-2.2 1.8-3.8 3.8-3.8 2.2 0 3.8 1.8 3.8 3.8 0 2.2-1.8 3.8-3.8 3.8-2.1.1-3.8-1.6-3.8-3.8z"></path><circle opacity=".2" fill="#fff" enable-background="new" cx="147.6" cy="379.7" r="2.8"></circle><circle opacity=".2" fill="#fff" enable-background="new" cx="129.8" cy="365.1" r="3.4"></circle><circle opacity=".2" fill="#fff" enable-background="new" cx="139.3" cy="370.8" r="2"></circle><path opacity=".2" fill="#fff" enable-background="new" d="M127.6 379.7c0-1.3 1-2.3 2.3-2.3 1.3 0 2.3 1 2.3 2.3s-1 2.3-2.3 2.3c-1.4 0-2.3-1.1-2.3-2.3z"></path><path fill="#F5F5F5" d="M186.7 310.4v70.4c0 10.1 6.8 15.7 15.4 15.7 8.5 0 15.4-5.6 15.4-15.7v-70.4h-30.8z"></path><path fill="#E0E0E0" d="M202 396.5c8.5 0 15.4-5.6 15.4-15.7v-70.4h-15.4v86.1z"></path><path fill="#AFB42B" d="M217.5 338.2v42.6c0 10.1-6.8 15.7-15.4 15.7s-15.4-5.6-15.4-15.7v-42.6h30.8z"></path><path opacity=".2" fill="#424242" enable-background="new" d="M186.8 310.9h30.7v2.5h-30.7z"></path><path fill="#E1E1E1" d="M185.2 310.9h33.8c1.6 0 2.9-1.5 2.9-3.3 0-1.9-1.3-3.4-2.9-3.4h-33.8c-1.6 0-2.9 1.5-2.9 3.4.1 1.8 1.3 3.3 2.9 3.3z"></path><path fill="#9E9D24" d="M202 396.5c8.5 0 15.4-5.6 15.4-15.7v-42.6h-15.4v58.3z"></path><path fill="#646464" d="M209.3 347.2h8.1v2.1h-8.1zM209.3 360.8h8.1v2h-8.1zM209.3 374.3h8.1v2h-8.1zM209.3 320.2h8.1v2.1h-8.1zM209.3 333.7h8.1v2.1h-8.1z"></path><path opacity=".2" fill="#424242" enable-background="new" d="M142.5 291.3h21.9v2.5h-21.9z"></path><path fill="#E1E1E1" d="M140.9 291.3h25c1.6 0 2.9-1.5 2.9-3.3 0-1.9-1.3-3.4-2.9-3.4h-25c-1.6 0-2.9 1.5-2.9 3.4 0 1.8 1.3 3.3 2.9 3.3z"></path><path fill="none" d="M0 0h512v512h-512z"></path></g> <g id="sports"><g fill="#7E57C2"><path d="M144.2 108c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM189.3 108c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM234.3 108c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM279.3 108c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM324.4 108c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM369.4 108c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM414.5 108c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM125.7 134c0 1.6-1.3 2.9-2.9 2.9h-31.3c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9l.1 13.6zM170.7 134c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM215.8 134c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM260.8 134c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM305.8 134c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM350.9 134c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM395.9 134c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM144.2 160.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM189.3 160.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM234.3 160.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM279.3 160.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM324.4 160.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM369.4 160.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM414.5 160.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM125.7 186.6c0 1.6-1.3 2.9-2.9 2.9h-31.3c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9l.1 13.6zM170.7 186.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM215.8 186.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM260.8 186.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM305.8 186.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM350.9 186.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM395.9 186.6c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM144.2 56.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM189.3 56.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM234.3 56.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM279.3 56.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM324.4 56.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM369.4 56.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM414.5 56.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM125.7 82.4c0 1.6-1.3 2.9-2.9 2.9h-31.3c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9l.1 13.6zM170.7 82.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM215.8 82.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM260.8 82.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM305.8 82.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM350.9 82.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM395.9 82.4c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM144.2 213.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM189.3 213.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM234.3 213.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM279.3 213.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM324.4 213.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM369.4 213.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM414.5 213.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM125.7 239.1c0 1.6-1.3 2.9-2.9 2.9h-31.3c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9l.1 13.6zM170.7 239.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM215.8 239.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM260.8 239.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM305.8 239.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM350.9 239.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM395.9 239.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM144.2 317.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM189.3 317.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM234.3 317.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM279.3 317.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM324.4 317.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM369.4 317.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM414.5 317.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM125.7 343.1c0 1.6-1.3 2.9-2.9 2.9h-31.3c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9l.1 13.6zM170.7 343.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM215.8 343.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM260.8 343.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM305.8 343.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM350.9 343.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM395.9 343.1c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM144.2 265.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM189.3 265.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM234.3 265.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM279.3 265.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM324.4 265.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM369.4 265.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM414.5 265.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM125.7 291.8c0 1.6-1.3 2.9-2.9 2.9h-31.3c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9l.1 13.6zM170.7 291.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM215.8 291.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM260.8 291.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM305.8 291.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM350.9 291.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6zM395.9 291.8c0 1.6-1.3 2.9-2.9 2.9h-31.2c-1.6 0-2.9-1.3-2.9-2.9v-13.6c0-1.6 1.3-2.9 2.9-2.9h31.2c1.6 0 2.9 1.3 2.9 2.9v13.6z"></path></g><path fill="#8D6E63" d="M197.6 442.5h17.8v1.6h-17.8z"></path><path fill="#7E57C2" d="M223 462.1h17.8v1.6h-17.8z"></path><path fill="#8D6E63" d="M256 451.5h17.8v1.6h-17.8z"></path><path fill="#7E57C2" d="M422.6 442.5h8.9v1.6h-8.9zM271.5 439l45-.1v1.7h-45zM301.3 459.1h25.9v1.7h-25.9zM115.9 437.3h25.9v1.6h-25.9zM142.8 455.7h45.5v1.6h-45.5zM395.4 457.5h29.2v1.6h-29.2zM80.5 449.8h17.8v1.6h-17.8z"></path><path fill="#FDD835" d="M218 441.6c.3 0 12.5 6.2 12.5 6.2l-33.4 4.8-9.8-10.7 30.7-.3z"></path><path fill="#FFF176" d="M218.5 441c.3 0 12.5 6.2 12.5 6.2l-33.4 4.8-9.8-10.7 30.7-.3z"></path><path fill="#fff" d="M220.9 447.1h-23.4l-4.1-34.1h31.7z"></path><path fill="#E8F0FE" d="M219.7 445h-20.6l-4.2-32h29z"></path><path fill="#F7CB4D" d="M197.9 436l1.2 9h20.6l1.2-9z"></path><path fill="#FEF6E0" d="M203.5 444l-5.1-7.2 6.7-12.7 14.5 5.8-1.6 7.2-6.2 7.9z"></path><path fill="#FFCCBC" d="M203.5 444l8.3 1 6.2-7.9-8.2 1.5-11.4-1.8z"></path><path fill="#FFF9C4" d="M219.6 430l-16.1 14 8.3 1z"></path><path fill="#FFE0B2" d="M205.1 424.1l6.7 20.9-8.3-1z"></path><path opacity=".3" fill="#F57C00" enable-background="new" d="M198 436.9l1.1 8.1h20.6l1-8.1z"></path><path opacity=".3" fill="#B2DFDB" enable-background="new" d="M197.7 447.1h23.4l4-34.1z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M235.5 458.2l-14.3-11.1h-23.7l13.9 16.1"></path><linearGradient id="sports_1_" gradientUnits="userSpaceOnUse" x1="7566.176" y1="-14473.6" x2="8785.414" y2="-14473.6" gradientTransform="matrix(.031 0 0 -.031 0 .5)"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="1" stop-color="#E1E1E1"></stop></linearGradient><ellipse fill="url(#sports_1_)" cx="255.5" cy="452.8" rx="19.1" ry="6.6"></ellipse><ellipse fill="#E1E1E1" cx="254.6" cy="451.9" rx="19.1" ry="6.6"></ellipse><ellipse fill="#00ACC1" cx="254.6" cy="451.9" rx="15.2" ry="5.2"></ellipse><path fill="#fff" d="M267.1 453h-24.5l-4.5-54.8h33.5z"></path><path fill="#B2DFDB" d="M239.9 398.2l4.4 52.8h21.1l4.4-52.8z"></path><path fill="#FFEE58" d="M240.2 400.9h29.3l-.3 4.5h-28.7z"></path><path fill="#F6BF26" d="M244.3 451h21.1l3.8-45.6h-28.7z"></path><circle fill="#FFF59D" cx="262.4" cy="407.2" r="2.7"></circle><circle fill="#FFF59D" cx="258.2" cy="412.7" r="1.3"></circle><circle fill="#FFF59D" cx="260.6" cy="419.4" r=".9"></circle><circle fill="#FFF59D" cx="249.7" cy="424.1" r="2.7"></circle><circle fill="#FFF59D" cx="253.7" cy="435.1" r="1.3"></circle><circle fill="#FFF59D" cx="246.7" cy="423.7" r=".9"></circle><path fill="#F5F5F5" d="M271.6 398.2c.3-.9.5-1.8.5-2.8 0-4.5-3.6-8.1-8.1-8.1-2.8 0-5.3 1.4-6.7 3.6-.7-.5-1.5-.8-2.4-.8-1.6 0-2.9.9-3.6 2.2-.5-.1-1.1-.2-1.6-.2-.4 0-.8 0-1.2.1-1.1-1.3-2.8-2.1-4.6-2.1-3.3 0-6.1 2.7-6.1 6.1 0 .7.1 1.4.3 2h33.5z"></path><path fill="#E1E1E1" d="M239.9 398.2l.3 2.7h29.3l.3-2.7h-.1z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M242.6 453l13.4 11h42.5l-31.4-11z"></path><path opacity=".4" fill="#FB8C00" enable-background="new" d="M244.4 450.6h21.1l2.3-29.5z"></path><linearGradient id="sports_2_" gradientUnits="userSpaceOnUse" x1="2776.771" y1="-14294.4" x2="3996.013" y2="-14294.4" gradientTransform="matrix(.031 0 0 -.031 0 .5)"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="1" stop-color="#E1E1E1"></stop></linearGradient><ellipse fill="url(#sports_2_)" cx="105.8" cy="447.2" rx="19.1" ry="6.6"></ellipse><ellipse fill="#E1E1E1" cx="104.9" cy="446.3" rx="19.1" ry="6.6"></ellipse><ellipse fill="#64DD17" cx="104.9" cy="446.3" rx="15.2" ry="5.2"></ellipse><path fill="#E0F7FA" d="M115.7 445.4l4.4-52.7h-29.8l4.4 52.7z"></path><path fill="#FFEE58" d="M92.4 418.6h25.5l-.4 4.5h-24.7z"></path><path fill="#F6BF26" d="M94.7 445.4h21l1.8-22.3h-24.7z"></path><circle fill="#FFF59D" cx="106.8" cy="426.2" r=".9"></circle><circle fill="#FFF59D" cx="102.1" cy="430.3" r="2.2"></circle><circle fill="#FFF59D" cx="103.5" cy="432.6" r="1.3"></circle><circle fill="#FFF59D" cx="110.3" cy="439.8" r=".9"></circle><path fill="#E1E1E1" d="M92.3 416.8l.2 2.7h25.3l.3-2.7z"></path><path opacity=".4" fill="#FB8C00" enable-background="new" d="M94 445.4h21.7l1.2-16.2z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M93 447.4l18.8 16.6 39.7.1-34.1-16.7z"></path><path fill="#E1E1E1" d="M117.1 415.3c-.5 0-1 .2-1.4.5-.8-2-2.7-3.4-5-3.4-1.6 0-3.1.7-4.1 1.8-.2 0-.4-.1-.5-.1-.8 0-1.5.3-2.1.7-1.1-2.2-3.3-3.7-5.9-3.7-3.6 0-6.6 2.9-6.6 6.6h28c0-1.3-1.1-2.4-2.4-2.4z"></path><path fill="#fff" d="M120.1 392.7l-4.4 52.7h-21l-4.4-52.7h-1.8l4.5 54.7h24.4l4.5-54.7z"></path><circle fill="#E1E1E1" cx="114.5" cy="405.5" r="2.7"></circle><circle fill="#E1E1E1" cx="116.2" cy="403.4" r="1.3"></circle><path opacity=".1" fill="#212121" d="M364 246.4l54 7.9-43 15.8z"></path><path fill="#81D4FA" d="M349.7 244.7l6.2 34.8 55.8-27.5z"></path><circle fill="#0277BD" cx="366.4" cy="259.7" r="9.5"></circle><g fill="#4FC3F7"><path d="M341.7 259.5l.4 2.1 10.8 1-.3-1.8zM352.7 261.5l.4 2.1-9.9 4.7-.3-1.8z"></path></g><linearGradient id="sports_3_" gradientUnits="userSpaceOnUse" x1="11623.817" y1="-8142.4" x2="11954.144" y2="-8142.4" gradientTransform="matrix(.031 0 0 -.031 0 .5)"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="1" stop-color="#E1E1E1"></stop></linearGradient><path fill="url(#sports_3_)" d="M373.1 252.6l.5 2.7-10.4 2z"></path><path opacity=".1" fill="#212121" d="M333.5 264.2l59.4 15.3-45.6 11.3z"></path><path fill="#AEEA00" d="M325.6 261.8v35.3l59.8-17.3z"></path><g fill="#EEFF41"><path d="M315.1 275v2.1l10.5 2.9v-1.9zM325.6 278.9v2.1l-10.5 2.9v-1.9z"></path></g><path fill="#C6FF00" d="M327.4 279.6l25.5-7.8v15.6z"></path><path fill="#37474F" d="M338.1 119.2v93.6h-198.5v-93.6h198.5m18.5-16.2h-235.4v126h235.3v-126h.1z"></path><path opacity=".3" fill="#212121" enable-background="new" d="M356.6 103v126h-235.4l9-16.2h217.4v-99.9z"></path><path fill="#80DEEA" d="M130.2 112.9h217.3v30.4h-217.3z"></path><path fill="#FF7043" d="M130.2 139.7h217.3v14.9h-217.3z"></path><path fill="#fff" d="M176.7 127.8v26.9h6.2v-6.1h5.9v6.6h1.5v-6.6h6.7v6.6h1.5v-6.6h6.7v6.6h1.5v-6.6h6.7v6.6h1.5v-6.6h6.7v6.6h1.5v-6.6h5.9v6.1h6.2v-26.9h-58.5zm52.8 6.1v5.1h-5.9v-5.1h5.9zm-7.5 0v5.1h-6.7v-5.1h6.7zm-8.3 0v5.1h-6.7v-5.1h6.7zm-8.3 0v5.1h-6.7v-5.1h6.7zm-8.3 0v5.1h-6.7v-5.1h6.7zm-8.3 0v5.1h-5.9v-5.1h5.9zm-5.9 13.1v-6.4h5.9v6.4h-5.9zm7.5 0v-6.4h6.7v6.4h-6.7zm8.3 0v-6.4h6.7v6.4h-6.7zm8.3 0v-6.4h6.7v6.4h-6.7zm8.3 0v-6.4h6.7v6.4h-6.7zm8.3 0v-6.4h5.9v6.4h-5.9z"></path><path fill="#E83636" d="M133.8 116.5h23.9v5.7h-23.9z"></path><path fill="#B2FF59" d="M130.2 154.6h217.3v58.2h-217.3z"></path><g fill="#00E676"><path d="M130.2 154.6h24.7v58.2h-24.7zM185.5 154.6h24.7v58.2h-24.7zM240.8 154.6h24.7v58.2h-24.7zM296.1 154.6h24.7v58.2h-24.7z"></path></g><defs><path id="sports_4_" d="M276.5 155.4h71.8v57.4h-71.8z"></path></defs><clipPath id="sports_5_"><use xlink:href="#sports_4_" overflow="visible"></use></clipPath><circle clip-path="url(#sports_5_)" fill="#FAFAFA" cx="311.7" cy="190.9" r="26.8"></circle><defs><path id="sports_6_" d="M276.5 155.4h71.8v57.4h-71.8z"></path></defs><clipPath id="sports_7_"><use xlink:href="#sports_6_" overflow="visible"></use></clipPath><g clip-path="url(#sports_7_)" fill="#424242"><path d="M305.9 183.8l-3.4 10.7 9.1 6.6 9.1-6.6-3.5-10.7zM311.4 209l-9.1 4.1 1.9 3.5c2.4.7 4.9 1.1 7.5 1.1 2.4 0 4.7-.3 6.9-.9l1.9-3.7-9.1-4.1zM294.1 195.9l-6.1-7.9-3.2 2.8v.1c0 5.1 1.4 9.8 3.9 13.9l3.6.9 1.8-9.8zM328.5 195.6l1.9 9.8 4.5-1.2c2.2-3.9 3.5-8.4 3.6-13.2l-3.9-3.4-6.1 8zM322.1 177.6l9.8 2.2.9-5.5c-2.7-3.4-6.2-6.2-10.3-7.9l-5.2 2.5 4.8 8.7zM300.4 177.3l4.8-8.8-4.5-2.2c-4.3 1.9-8 5-10.8 8.7l.7 4.4 9.8-2.1z"></path></g><circle fill="#76FF03" cx="345.8" cy="221.2" r="1.8"></circle><path opacity=".2" fill="#FEFFFD" enable-background="new" d="M170 212.8h-39.8v-99.9h179.7z"></path><path opacity=".3" fill="#212121" enable-background="new" d="M347.6 112.9v1.5h-215.8v98.4h-1.6v-99.9z"></path><path opacity=".3" fill="#FEFFFD" enable-background="new" d="M131.8 212.8v-1.5l214.2.1v-97h1.6v98.4z"></path><path fill="#4FC3F7" d="M321.7 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.8-3.2-6.3-3.2z"></path><linearGradient id="sports_8_" gradientUnits="userSpaceOnUse" x1="10305.06" y1="-4256" x2="10032.64" y2="-4256" gradientTransform="matrix(.031 0 0 -.031 0 .5)"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="1" stop-color="#E1E1E1"></stop></linearGradient><path fill="url(#sports_8_)" d="M321.7 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.8-3.2-6.3-3.2z"></path><path fill="#8D6E63" d="M322.7 130.3v-.5h-2v.5l-.6.1 1.6 1.2 1.6-1.2z"></path><path fill="#D7CCC8" d="M322.7 130.3v-.5h-2v.5l-.6.1 1.6 1.2 1.6-1.2z"></path><circle fill="#8D6E63" cx="321.7" cy="127.2" r="3.1"></circle><defs><circle id="sports_9_" cx="321.7" cy="127.2" r="3.1"></circle></defs><clipPath id="sports_10_"><use xlink:href="#sports_9_" overflow="visible"></use></clipPath><g clip-path="url(#sports_10_)" fill="#262626"><path d="M320 124.6s.5 1.2 4.5 1.2l.9-2.4-5.7-.4.3 1.6zM320.9 125s-1.7.7-2 .8c-.4 0-1.1-.9-1.1-.9l1-2 2.1 2.1z"></path></g><path fill="#FF8A65" d="M337 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.8-3.2-6.3-3.2z"></path><linearGradient id="sports_11_" gradientUnits="userSpaceOnUse" x1="10795.696" y1="-4256" x2="10523.276" y2="-4256" gradientTransform="matrix(.031 0 0 -.031 0 .5)"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="1" stop-color="#E1E1E1"></stop></linearGradient><path fill="url(#sports_11_)" d="M337 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.8-3.2-6.3-3.2z"></path><path fill="#FEF6E0" d="M338.1 130.3l-.1-.5h-1.9l-.1.5-.6.1 1.6 1.2 1.6-1.2zM338.1 130.3l-.1-.5h-1.9l-.1.5-.6.1 1.6 1.2 1.6-1.2z"></path><circle fill="#FEF6E0" cx="337" cy="127.2" r="3.1"></circle><defs><circle id="sports_12_" cx="337" cy="127.2" r="3.1"></circle></defs><clipPath id="sports_13_"><use xlink:href="#sports_12_" overflow="visible"></use></clipPath><g clip-path="url(#sports_13_)" fill="#FBC02D"><path d="M335.3 124.6s.5 1.2 4.5 1.2l.9-2.4-5.7-.4.3 1.6zM336.3 125s-1.7.7-2 .8c-.4 0-1.1-.9-1.1-.9l1-2 2.1 2.1z"></path></g><path fill="#FBC02D" d="M306.4 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c0-1.8-2.8-3.2-6.3-3.2z"></path><linearGradient id="sports_14_" gradientUnits="userSpaceOnUse" x1="9814.055" y1="-4256" x2="9541.639" y2="-4256" gradientTransform="matrix(.031 0 0 -.031 0 .5)"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="1" stop-color="#E1E1E1"></stop></linearGradient><path fill="url(#sports_14_)" d="M306.4 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c0-1.8-2.8-3.2-6.3-3.2z"></path><path fill="#D7CCC8" d="M307.4 130.3l-.1-.5h-1.9l-.1.5-.5.1 1.6 1.2 1.5-1.2z"></path><path fill="#EFEBE9" d="M307.4 130.3l-.1-.5h-1.9l-.1.5-.5.1 1.6 1.2 1.5-1.2z"></path><circle fill="#D7CCC8" cx="306.4" cy="127.2" r="3.1"></circle><defs><circle id="sports_15_" cx="306.4" cy="127.2" r="3.1"></circle></defs><clipPath id="sports_16_"><use xlink:href="#sports_15_" overflow="visible"></use></clipPath><path clip-path="url(#sports_16_)" fill="#6D4C41" d="M304.7 124.6s.5 1.2 4.5 1.2l.9-2.4-5.7-.4.3 1.6z"></path><defs><circle id="sports_17_" cx="306.4" cy="127.2" r="3.1"></circle></defs><clipPath id="sports_18_"><use xlink:href="#sports_17_" overflow="visible"></use></clipPath><path clip-path="url(#sports_18_)" fill="#6D4C41" d="M305.6 125s-1.7.7-2 .8c-.4 0-1.1-.9-1.1-.9l1-2 2.1 2.1z"></path><path fill="#0F9D58" d="M291 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.8-3.2-6.3-3.2z"></path><linearGradient id="sports_19_" gradientUnits="userSpaceOnUse" x1="9323.418" y1="-4256" x2="9051.002" y2="-4256" gradientTransform="matrix(.031 0 0 -.031 0 .5)"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="1" stop-color="#E1E1E1"></stop></linearGradient><path fill="url(#sports_19_)" d="M291 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.8-3.2-6.3-3.2z"></path><path fill="#8D6E63" d="M292.1 130.3l-.1-.5h-1.9l-.1.5-.6.1 1.6 1.2 1.6-1.2z"></path><path fill="#D7CCC8" d="M292.1 130.3l-.1-.5h-1.9l-.1.5-.6.1 1.6 1.2 1.6-1.2z"></path><circle fill="#8D6E63" cx="291" cy="127.2" r="3.1"></circle><defs><circle id="sports_20_" cx="291" cy="127.2" r="3.1"></circle></defs><clipPath id="sports_21_"><use xlink:href="#sports_20_" overflow="visible"></use></clipPath><g clip-path="url(#sports_21_)" fill="#262626"><path d="M289.3 124.6s.5 1.2 4.5 1.2l.9-2.4-5.7-.4.3 1.6zM290.2 125s-1.7.7-2 .8c-.4 0-1.1-.9-1.1-.9l1-2 2.1 2.1z"></path></g><path fill="#FBC02D" d="M245 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.8-3.2-6.3-3.2z"></path><linearGradient id="sports_22_" gradientUnits="userSpaceOnUse" x1="7851.165" y1="-4256" x2="7578.746" y2="-4256" gradientTransform="matrix(.031 0 0 -.031 0 .5)"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="1" stop-color="#E1E1E1"></stop></linearGradient><path fill="url(#sports_22_)" d="M245 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.8-3.2-6.3-3.2z"></path><path fill="#8D6E63" d="M246 130.3v-.5h-2v.5l-.6.1 1.6 1.2 1.6-1.2z"></path><path fill="#D7CCC8" d="M246 130.3v-.5h-2v.5l-.6.1 1.6 1.2 1.6-1.2z"></path><circle fill="#8D6E63" cx="245" cy="127.2" r="3.1"></circle><defs><circle id="sports_23_" cx="245" cy="127.2" r="3.1"></circle></defs><clipPath id="sports_24_"><use xlink:href="#sports_23_" overflow="visible"></use></clipPath><g clip-path="url(#sports_24_)" fill="#262626"><path d="M243.3 124.6s.5 1.2 4.5 1.2l.9-2.4-5.7-.4.3 1.6zM244.2 125s-1.7.7-2 .8c-.4 0-1.1-.9-1.1-.9l1-2 2.1 2.1z"></path></g><path fill="#4FC3F7" d="M260.3 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.7-3.2-6.3-3.2z"></path><linearGradient id="sports_25_" gradientUnits="userSpaceOnUse" x1="8341.805" y1="-4256" x2="8069.386" y2="-4256" gradientTransform="matrix(.031 0 0 -.031 0 .5)"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="1" stop-color="#E1E1E1"></stop></linearGradient><path fill="url(#sports_25_)" d="M260.3 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.7-3.2-6.3-3.2z"></path><path fill="#FEF6E0" d="M261.4 130.3l-.1-.5h-1.9l-.1.5-.6.1 1.6 1.2 1.6-1.2zM261.4 130.3l-.1-.5h-1.9l-.1.5-.6.1 1.6 1.2 1.6-1.2z"></path><circle fill="#FEF6E0" cx="260.4" cy="127.2" r="3.1"></circle><defs><circle id="sports_26_" cx="260.4" cy="127.2" r="3.1"></circle></defs><clipPath id="sports_27_"><use xlink:href="#sports_26_" overflow="visible"></use></clipPath><g clip-path="url(#sports_27_)" fill="#FBC02D"><path d="M258.7 124.6s.5 1.2 4.5 1.2l.9-2.4-5.7-.4.3 1.6zM259.6 125s-1.7.7-2 .8c-.4 0-1.1-.9-1.1-.9l1-2 2.1 2.1z"></path></g><path fill="#FF8A65" d="M275.7 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c0-1.8-2.8-3.2-6.3-3.2z"></path><linearGradient id="sports_28_" gradientUnits="userSpaceOnUse" x1="8832.777" y1="-4256" x2="8560.361" y2="-4256" gradientTransform="matrix(.031 0 0 -.031 0 .5)"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="1" stop-color="#E1E1E1"></stop></linearGradient><path fill="url(#sports_28_)" d="M275.7 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.8-3.2-6.3-3.2z"></path><path fill="#D7CCC8" d="M276.7 130.3l-.1-.5h-1.9l-.1.5-.5.1 1.6 1.2 1.6-1.2z"></path><path fill="#EFEBE9" d="M276.7 130.3l-.1-.5h-1.9l-.1.5-.5.1 1.6 1.2 1.6-1.2z"></path><circle fill="#D7CCC8" cx="275.7" cy="127.2" r="3.1"></circle><defs><circle id="sports_29_" cx="275.7" cy="127.2" r="3.1"></circle></defs><clipPath id="sports_30_"><use xlink:href="#sports_29_" overflow="visible"></use></clipPath><path clip-path="url(#sports_30_)" fill="#6D4C41" d="M274 124.6s.5 1.2 4.5 1.2l.9-2.4-5.7-.4.3 1.6z"></path><defs><circle id="sports_31_" cx="275.7" cy="127.2" r="3.1"></circle></defs><clipPath id="sports_32_"><use xlink:href="#sports_31_" overflow="visible"></use></clipPath><path clip-path="url(#sports_32_)" fill="#6D4C41" d="M274.9 125s-1.7.7-2 .8c-.4 0-1.1-.9-1.1-.9l1-2 2.1 2.1z"></path><path fill="#FF8A65" d="M151.5 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.7-3.2-6.3-3.2z"></path><linearGradient id="sports_33_" gradientUnits="userSpaceOnUse" x1="4860.451" y1="-4256" x2="4588.035" y2="-4256" gradientTransform="matrix(.031 0 0 -.031 0 .5)"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="1" stop-color="#E1E1E1"></stop></linearGradient><path fill="url(#sports_33_)" d="M151.5 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.7-3.2-6.3-3.2z"></path><path fill="#8D6E63" d="M152.6 130.3l-.1-.5h-1.9l-.1.5-.6.1 1.6 1.2 1.6-1.2z"></path><path fill="#D7CCC8" d="M152.6 130.3l-.1-.5h-1.9l-.1.5-.6.1 1.6 1.2 1.6-1.2z"></path><circle fill="#8D6E63" cx="151.5" cy="127.2" r="3.1"></circle><defs><circle id="sports_34_" cx="151.5" cy="127.2" r="3.1"></circle></defs><clipPath id="sports_35_"><use xlink:href="#sports_34_" overflow="visible"></use></clipPath><g clip-path="url(#sports_35_)" fill="#262626"><path d="M149.8 124.6s.5 1.2 4.5 1.2l.9-2.4-5.7-.4.3 1.6zM150.8 125s-1.7.7-2 .8c-.4 0-1.1-.9-1.1-.9l1-2 2.1 2.1z"></path></g><path fill="#0F9D58" d="M166.9 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c0-1.8-2.8-3.2-6.3-3.2z"></path><linearGradient id="sports_36_" gradientUnits="userSpaceOnUse" x1="5351.315" y1="-4256" x2="5078.899" y2="-4256" gradientTransform="matrix(.031 0 0 -.031 0 .5)"><stop offset="0" stop-color="#fff" stop-opacity="0"></stop><stop offset="1" stop-color="#E1E1E1"></stop></linearGradient><path fill="url(#sports_36_)" d="M166.9 130.3c-3.5 0-6.4 1.4-6.4 3.2v3.2h12.7v-3.2c.1-1.8-2.8-3.2-6.3-3.2z"></path><path fill="#D7CCC8" d="M167.9 130.3v-.5h-2v.5l-.6.1 1.6 1.2 1.6-1.2z"></path><path fill="#EFEBE9" d="M167.9 130.3v-.5h-2v.5l-.6.1 1.6 1.2 1.6-1.2z"></path><circle fill="#D7CCC8" cx="166.9" cy="127.2" r="3.1"></circle><defs><circle id="sports_37_" cx="166.9" cy="127.2" r="3.1"></circle></defs><clipPath id="sports_38_"><use xlink:href="#sports_37_" overflow="visible"></use></clipPath><path clip-path="url(#sports_38_)" fill="#6D4C41" d="M165.2 124.6s.5 1.2 4.5 1.2l.9-2.4-5.7-.4.3 1.6z"></path><defs><circle id="sports_39_" cx="166.9" cy="127.2" r="3.1"></circle></defs><clipPath id="sports_40_"><use xlink:href="#sports_39_" overflow="visible"></use></clipPath><path clip-path="url(#sports_40_)" fill="#6D4C41" d="M166.1 125s-1.7.7-2 .8c-.4 0-1.1-.9-1.1-.9l1-2 2.1 2.1z"></path><path fill="#212121" d="M328.7 219.2h11.4v3.7h-11.4zM199.1 215.5h79.5v10.8h-79.5z"></path><path fill="none" d="M0 0h512v512h-512z"></path><path fill="#212121" fill-opacity=".2" d="M121.2 229l17.6 17.5h236.3v-126.8l-18.5-16.7v126z"></path></g> <g id="tvmovies"><path fill="none" d="M0 0h512v512h-512z"></path><ellipse opacity=".1" fill="#444" enable-background="new" cx="392.7" cy="370.5" rx="63.5" ry="6.2"></ellipse><path opacity=".1" fill="#424242" d="M439 352h-298v9h298z"></path><path fill="#424242" d="M140 167h297.2v185.3h-297.2z"></path><path fill="#00E5FF" d="M374.4 319.8c0 4.8-3.9 8.7-8.7 8.7h-193c-4.8 0-8.7-3.9-8.7-8.7v-119.7c0-4.8 3.9-8.7 8.7-8.7h193c4.8 0 8.7 3.9 8.7 8.7v119.7z"></path><path fill="#40C4FF" d="M367.8 191h-196.8c-3.5 0-7 3-7 6.5v1.5h197.2c3.5 0 6.8 2 6.8 5.5v123.5h-.2c3.5 0 7.2-2.6 7.2-6.1v-124.4c0-3.5-3.7-6.5-7.2-6.5z"></path><circle fill="#F4B400" cx="405.8" cy="201.8" r="12"></circle><path fill="#646464" d="M374.4 167c0-12-9.7-21.7-21.7-21.7s-21.7 9.7-21.7 21.7h43.4z"></path><path fill="#F4B400" d="M393.8 237.9h24.1v42.2h-24.1z"></path><path fill="#646464" d="M352.7 158.1c-.7 0-1.5-.4-1.8-1.2l-20.5-49.6c-.4-1 .1-2.1 1-2.5 1-.4 2.1.1 2.5 1l20.5 49.6c.4 1-.1 2.1-1 2.5-.2.1-.4.2-.7.2zM352.7 158.1c-.2 0-.5 0-.7-.1-1-.4-1.4-1.5-1-2.5l20.5-49.6c.4-1 1.5-1.4 2.5-1 1 .4 1.4 1.5 1 2.5l-20.5 49.6c-.3.6-1 1.1-1.8 1.1z"></path><path fill="#F5F5F5" d="M341.9 339.5c-2.4 0-4.3 1.9-4.3 4.3v24.7c0 2.4 1.9 4.3 4.3 4.3h40.2c2.4 0 5.7-1.4 7.4-3.1l1.3-1.3c1.7-1.7 4.4-1.7 6.1 0l1.3 1.3c1.7 1.7 5 3.1 7.4 3.1h40.2c2.4 0 4.3-1.9 4.3-4.3v-24.7c0-2.4-1.9-4.3-4.3-4.3h-103.9z"></path><path fill="#4DD0E1" d="M382.9 357.2c0 4.7-3.9 8.6-8.6 8.6h-20.3c-4.7 0-8.6-3.9-8.6-8.6v-2c0-4.7 3.9-8.6 8.6-8.6h20.3c4.7 0 8.6 3.9 8.6 8.6v2z"></path><path fill="#DB4437" d="M404.7 357.2c0 4.7 3.9 8.6 8.6 8.6h20.3c4.7 0 8.6-3.9 8.6-8.6v-2c0-4.7-3.9-8.6-8.6-8.6h-20.3c-4.7 0-8.6 3.9-8.6 8.6v2z"></path><path fill="#646464" d="M224.7 259h13v2.3h-13zM266.9 216.7h2.3v13h-2.3zM266.9 216.7h2.3v13h-2.3zM298.5 259h13v2.3h-13zM266.9 290.6h2.3v13h-2.3zM224.7 259h13v2.3h-13zM298.5 259h13v2.3h-13zM266.9 290.6h2.3v13h-2.3zM268.1 222.4c-20.9 0-37.8 16.9-37.8 37.8h37.8v-37.8zM230.3 260.1c0 20.9 16.9 37.8 37.8 37.8v-37.8h-37.8zM268.1 260.1v37.8c20.9 0 37.8-16.9 37.8-37.8h-37.8z"></path><path fill="#F57C00" d="M305.8 260.1c0-20.9-16.9-37.8-37.8-37.8v37.8h37.8z"></path><path fill="#00E5FF" d="M268.1 232.3c-15.4 0-27.9 12.5-27.9 27.9h27.9v-27.9zM240.2 260.1c0 15.4 12.5 27.9 27.9 27.9v-27.9h-27.9zM268.1 260.1v27.9c15.4 0 27.9-12.5 27.9-27.9h-27.9z"></path><path fill="#F6BF26" d="M296 260.1c0-15.4-12.5-27.9-27.9-27.9v27.9h27.9z"></path><path fill="#F57C00" d="M271.1 250.1c0-3.6-1.2-4.5-3.2-4.5s-3.2 1.1-3.2 3.9v2.6h-5.9v-2.2c0-6.4 3.2-10 9.3-10s9.3 3.6 9.3 10v1c0 4.3-1.4 6.9-4.4 8.2 3.1 1.4 4.4 4.3 4.4 8.3v3.1c0 6.4-3.2 10-9.3 10s-9.3-3.6-9.3-10v-3.3h5.9v3.7c0 2.8 1.2 3.9 3.2 3.9s3.2-1 3.2-4.5v-3.1c0-3.7-1.2-5-4.1-5h-2v-5.7h2.4c2.3 0 3.7-1 3.7-4.2v-2.2z"></path><ellipse opacity=".1" fill="#444" enable-background="new" cx="193.8" cy="380.8" rx="20.2" ry="4.2"></ellipse><ellipse opacity=".1" fill="#444" enable-background="new" cx="102.1" cy="380.3" rx="51.4" ry="5"></ellipse><path fill="#FACB43" d="M152.4 276.4c0-7.4-6-13.4-13.4-13.4-.9 0-1.7.1-2.4.2-8.2-10.1-20.5-16.5-34.5-16.5-11.7 0-22.4 4.6-30.4 12-1.2-.3-2.5-.6-3.9-.6-7.4 0-13.4 6-13.4 13.4 0 3.9 1.7 7.4 4.4 9.8-.7 3.1-1.1 6.3-1.1 9.6 0 24.4 19.9 44.3 44.3 44.3s44.3-19.9 44.3-44.3c0-1.2-.1-2.3-.1-3.4 3.7-2.3 6.2-6.4 6.2-11.1z"></path><path fill="#fff" d="M161.6 268.9h-119.2c-2.3 0-4.2 1.9-4.2 4.2s1.9 4.2 4.2 4.2h6.2l11.5 103.9h83.9l11.6-103.9h6c2.3 0 4.2-1.9 4.2-4.2 0-2.4-1.8-4.2-4.2-4.2z"></path><path fill="#DB4437" d="M94.9 277.3v103.8h14.4v-103.8zM127.8 277.3l-11.2 103.9h14.4l11.2-103.9zM61.9 277.1l11.3 104.1h14.4l-11.2-104.1z"></path><path fill="#666" d="M197.9 307.2l-6-.7 1.2-11c.6-5.4 5.1-11.2 10.3-13l14.5-5.2 2.1 5.6-14.5 5.2c-3 1.1-6 4.7-6.3 8l-1.3 11.1z"></path><path fill="#fff" d="M169.5 305.8h48.6l-8.4 75.4h-31.9z"></path><path fill="#4DBFD9" d="M212.1 359.4h-36.8l-3.2-29.8h43.3z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M217.5 310.7l-44.8 24.7-3.2-24.7z"></path><ellipse fill="#FACB43" cx="48.2" cy="384.1" rx="5.3" ry="5.2"></ellipse><ellipse fill="#FACB43" cx="45.1" cy="387.6" rx="3.8" ry="3.8"></ellipse><ellipse fill="#FACB43" cx="51.6" cy="387.6" rx="3.8" ry="3.8"></ellipse><ellipse transform="matrix(-.832 -.555 .555 -.832 -13.636 787.448)" fill="#FACB43" cx="112.4" cy="395.8" rx="5.2" ry="5.3"></ellipse><ellipse fill="#FACB43" cx="111.2" cy="391.3" rx="3.8" ry="3.8"></ellipse><ellipse fill="#FACB43" cx="107.5" cy="396.8" rx="3.8" ry="3.8"></ellipse><ellipse transform="matrix(.232 .973 -.973 .232 484.737 147.355)" fill="#FACB43" cx="149" cy="380.8" rx="5.2" ry="5.3"></ellipse><ellipse fill="#FACB43" cx="146.8" cy="385" rx="3.8" ry="3.8"></ellipse><ellipse fill="#FACB43" cx="152.7" cy="381.6" rx="3.8" ry="3.8"></ellipse><path opacity=".1" fill="#212121" enable-background="new" d="M155 282.1h-105.9l-.5-4.8h107zM38.2 273.2c0 2.3 1.9 4.2 4.2 4.2h6.2l5.4 48.2 101-43.3.9-4.9h5.7c2.3 0 4.2-1.9 4.2-4.2h-127.6z"></path></g> </defs></svg></core-iconset-svg> <core-iconset-svg id="category-icons" iconsize="256"> <svg><defs> <g id="entertainment"><path fill="#00838F" d="M214.8 138.9h-28.1v26h28.1l-5.7-13z"></path><circle fill="#7E57C2" cx="142.5" cy="151.9" r="35.9"></circle><path fill="#7E57C2" d="M106.6 105.5h71.7v46.4h-71.7z"></path><path fill="#673AB7" d="M160.1 166.5c0-9.7-7.9-17.6-17.6-17.6-9.7 0-17.6 7.9-17.6 17.6h35.2zM165.8 134.7c0-4.9-4-8.8-8.8-8.8s-8.8 4-8.8 8.8h17.6z"></path><path fill="#fff" d="M136.8 134.7c0-4.9-4-8.8-8.8-8.8-4.9 0-8.8 4-8.8 8.8h17.6z"></path><path fill="#00ACC1" d="M178.3 125.9h16.7v26h-16.7z"></path><path fill="#673AB7" d="M34.3 103h28.1v26h-28.1l5.7-13z"></path><path fill="#7E57C2" d="M54.1 90h16.7v26h-16.7z"></path><circle fill="#00ACC1" cx="106.6" cy="116" r="35.9"></circle><path fill="#00ACC1" d="M70.8 69.6h71.7v46.4h-71.7z"></path><path fill="#00838F" d="M89 117.9c0 9.7 7.9 17.6 17.6 17.6s17.6-7.9 17.6-17.6h-35.2zM130 98.9c0-4.9-4-8.8-8.8-8.8-4.9 0-8.8 4-8.8 8.8h17.6zM101 98.9c0-4.9-4-8.8-8.8-8.8-4.9 0-8.8 4-8.8 8.8h17.6z"></path><path fill="#B39DDB" d="M54.1 116l8.3 13v-13z"></path><path fill="#26C6DA" d="M195.1 151.9l-8.4 13v-13z"></path><path fill="none" d="M0 0h256v256h-256z"></path></g> <g id="food"><path opacity=".1" fill="#212121" enable-background="new" d="M196.5 170.6c-21.5 37.4-69.3 50.2-106.6 28.7-37.5-21.5-50.3-69.3-28.8-106.7s69.3-50.2 106.6-28.7c37.4 21.5 50.3 69.3 28.8 106.7z"></path><path fill="#FAFAFA" d="M194.9 164.8c-21.5 37.4-69.3 50.2-106.6 28.7-37.4-21.5-50.3-69.2-28.8-106.6s69.3-50.2 106.6-28.7c37.5 21.5 50.3 69.2 28.8 106.6z"></path><path fill="#E1E1E1" d="M178.9 155.6c-16.4 28.5-52.9 38.4-81.4 21.9-28.5-16.4-38.4-52.9-21.9-81.4 16.4-28.5 52.8-38.3 81.4-21.9 28.5 16.4 38.3 52.9 21.9 81.4z"></path><path fill="#097138" d="M104.5 61.7c-12.9-7.4-28-7.7-40.7-2.2 1.7 13.8 9.6 26.6 22.5 34s28 7.7 40.7 2.2c-1.7-13.8-9.6-26.6-22.5-34z"></path><g opacity=".3" fill="#212121"><path d="M106 70.7c-.8-.5-1.9-.2-2.4.6s-.2 1.9.6 2.4 1.9.2 2.4-.6c.6-.9.3-1.9-.6-2.4zM100.3 67.4c-.8-.5-1.9-.2-2.4.6s-.2 1.9.6 2.4 1.9.2 2.4-.6c.6-.9.3-1.9-.6-2.4zM94.6 64.1c-.8-.5-1.9-.2-2.4.6s-.2 1.9.7 2.4c.8.5 1.9.2 2.4-.6.4-.9.1-1.9-.7-2.4zM88.9 60.8c-.8-.5-1.9-.2-2.4.6s-.2 1.9.6 2.4 1.9.2 2.4-.6c.5-.9.2-1.9-.6-2.4zM83.2 57.5c-.8-.5-1.9-.2-2.4.6s-.2 1.9.6 2.4 1.9.2 2.4-.6c.5-.9.2-1.9-.6-2.4zM75.7 57.2c.8.5 1.9.2 2.4-.6.1-.2.2-.5.2-.8-1.1.1-2.3.2-3.4.4.1.4.4.8.8 1zM103 65.8c.8.5 1.9.2 2.4-.7.5-.8.2-1.9-.6-2.4s-1.9-.2-2.4.6c-.5 1-.2 2 .6 2.5zM97.3 62.5c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6c-.5.9-.2 1.9.6 2.4zM91.6 59.2c.8.5 1.9.2 2.4-.6.2-.4.3-.8.2-1.2-1-.3-2-.5-3.1-.7l-.2.2c-.4.8-.2 1.8.7 2.3zM87.4 56l-1.7-.2.1.1c.6.3 1.1.3 1.6.1zM121 81.3c-.5.8-.2 1.9.7 2.4.7.4 1.5.3 2.1-.3-.4-1-.9-2-1.4-3-.6.1-1.1.4-1.4.9zM117.7 77.4c-.8-.5-1.9-.2-2.4.6s-.2 1.9.6 2.4 1.9.2 2.4-.6c.5-.9.2-1.9-.6-2.4zM111.9 74.1c-.8-.5-1.9-.2-2.4.6s-.2 1.9.6 2.4 1.9.2 2.4-.6c.6-.9.3-1.9-.6-2.4zM114 70.1c-.5.8-.2 1.9.6 2.4.8.4 1.7.2 2.2-.4-.7-.9-1.5-1.7-2.3-2.6-.2.2-.4.4-.5.6zM108.9 69.2c.8.5 1.9.2 2.4-.7.5-.8.2-1.9-.6-2.4s-1.9-.2-2.4.6c-.5 1-.2 2 .6 2.5zM100.6 83.7c.5-.8.2-1.9-.6-2.4s-1.9-.2-2.4.6-.2 1.9.6 2.4 1.9.2 2.4-.6zM94.2 78c-.8-.5-1.9-.2-2.4.7-.5.8-.2 1.9.6 2.4s1.9.2 2.4-.6c.6-1 .3-2-.6-2.5zM88.5 74.7c-.8-.5-1.9-.2-2.4.6s-.2 1.9.6 2.4 1.9.2 2.4-.6c.5-.9.2-1.9-.6-2.4zM82.8 71.4c-.8-.5-1.9-.2-2.4.7-.5.8-.2 1.9.6 2.4s1.9.2 2.4-.6c.5-1 .2-2-.6-2.5zM77.7 70.5c.5-.8.2-1.9-.6-2.4s-1.9-.2-2.4.6-.2 1.9.6 2.4c.9.5 1.9.2 2.4-.6zM69 65.4c-.5.8-.2 1.9.6 2.4s1.9.2 2.4-.6.2-1.9-.6-2.4c-.9-.5-2-.2-2.4.6zM66.3 63.9c.5-.8.2-1.9-.6-2.4-.5-.3-1.1-.3-1.6-.1.2 1.1.4 2.2.7 3.3.6.1 1.1-.3 1.5-.8zM96.9 76.4c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6-.2 1.9.6 2.4zM91.2 73.1c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6c-.5.9-.2 1.9.6 2.4zM85.5 69.8c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6c-.5.9-.3 1.9.6 2.4zM79.8 66.5c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.7c-.6.8-.3 1.8.6 2.3zM74 63.2c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6c-.5.9-.2 1.9.6 2.4zM68.3 59.9c.8.5 1.9.2 2.4-.6.4-.7.3-1.6-.3-2.1-1 .3-2 .6-2.9.9-.2.7.1 1.4.8 1.8zM123 94.5c-.8-.5-1.9-.2-2.4.7-.5.8-.2 1.9.6 2.4h.1c.8-.2 1.6-.5 2.3-.7.5-.9.2-1.9-.6-2.4zM115.6 94.3c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6c-.6.8-.3 1.9.6 2.4zM112.2 90.3c.5-.8.2-1.9-.6-2.4s-1.9-.2-2.4.7c-.5.8-.2 1.9.6 2.4.9.5 1.9.2 2.4-.7zM106.5 87.1c.5-.8.2-1.9-.6-2.4s-1.9-.2-2.4.6-.2 1.9.6 2.4 1.9.2 2.4-.6zM125.1 90.6c-.5.8-.2 1.9.6 2.4.3.2.6.2.9.2-.2-1.1-.4-2.2-.7-3.3-.3.1-.6.4-.8.7zM119.4 87.3c-.5.8-.2 1.9.6 2.4s1.9.2 2.4-.6.2-1.9-.6-2.4c-.9-.5-2-.2-2.4.6zM116.7 85.7c.5-.8.2-1.9-.6-2.4s-1.9-.2-2.4.6-.2 1.9.6 2.4c.8.6 1.9.3 2.4-.6zM108.6 83.1c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6c-.6.8-.3 1.9.6 2.4zM102.8 79.8c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6-.2 1.9.6 2.4zM92.1 94.9c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6-.2 1.9.6 2.4zM86.4 91.6c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6c-.5.9-.2 1.9.6 2.4zM80.7 88.3c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6c-.6.9-.3 1.9.6 2.4zM76.7 82c-.8-.5-1.9-.2-2.4.6-.1.2-.2.4-.2.6.6.7 1.2 1.4 1.8 2 .6 0 1.1-.3 1.4-.9.5-.8.2-1.8-.6-2.3zM71 78.7c-.1-.1-.2-.1-.3-.1.4.6.8 1.2 1.2 1.7 0-.7-.3-1.3-.9-1.6zM90.8 87c.8.5 1.9.2 2.4-.7.5-.8.2-1.9-.6-2.4s-1.9-.2-2.4.6c-.5.9-.2 2 .6 2.5zM85.1 83.7c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6-.2 1.9.6 2.4zM79.4 80.4c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6c-.5.9-.3 1.9.6 2.4zM73.7 77.1c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6c-.6.9-.3 1.9.6 2.4zM70.3 73.2c.5-.8.2-1.9-.6-2.4s-1.9-.2-2.4.6c-.1.1-.1.3-.2.5l.9 2c.9.4 1.9.1 2.3-.7zM105.5 98.6c-.8-.4-1.8-.2-2.3.5l3 .3c-.2-.4-.4-.7-.7-.8zM100.4 97.6c.5-.8.2-1.9-.6-2.4s-1.9-.2-2.4.6c-.4.7-.3 1.6.3 2.1.6.2 1.2.3 1.8.4.3 0 .7-.3.9-.7zM115.6 97.2c-.8-.5-1.9-.2-2.4.6-.2.4-.3.9-.2 1.3 1.1-.1 2.3-.3 3.4-.5.1-.5-.2-1-.8-1.4zM108.2 97c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6c-.6.8-.3 1.9.6 2.4zM102.4 93.7c.8.5 1.9.2 2.4-.6s.2-1.9-.6-2.4-1.9-.2-2.4.6-.2 1.9.6 2.4zM96.7 90.4c.8.5 1.9.2 2.4-.7.5-.8.2-1.9-.6-2.4s-1.9-.2-2.4.6c-.5.9-.2 2 .6 2.5z"></path></g><path fill="#00C853" d="M153 81.4c-4.7-7.6-14.3-3.8-18.4-12.9-4.4-9.6 6.1-14.4 1.7-23.9l-19.2-14.4c-1.7-3.8-6.9-5.1-11.6-2.9-4.7 2.1-7.1 6.9-5.4 10.7 4.4 9.6-6.1 14.4-1.7 23.9l19.2 14.4c3.8 8.3-3.6 13-2.7 20.3 0 2.1.3 4.1 1.2 6 3.9 8.5 15.8 11.4 26.6 6.5s16.4-15.8 12.5-24.4c-.5-1.2-1.3-2.3-2.2-3.3z"></path><path fill="#33AC71" d="M136.5 93.3l-7.2-15.7 2.2-5.8c.2-.5-.1-1-.5-1.1-.5-.2-1 .1-1.1.5l-1.5 4.1-3.3-7.3 3.5-9.5c.2-.5-.1-1-.5-1.1-.5-.2-1 .1-1.1.5l-2.9 7.8-3.9-8.5 3.5-9.5c.2-.5-.1-1-.5-1.1-.5-.2-1 .1-1.1.5l-2.9 7.8-7-15.3c-.2-.4-.7-.6-1.2-.4-.4.2-.6.7-.4 1.2l7 15.3-7.8-2.9c-.5-.2-1 .1-1.1.5-.2.5.1 1 .5 1.1l9.5 3.5 3.9 8.5-7.8-2.9c-.5-.2-1 .1-1.1.5-.2.5.1 1 .5 1.1l9.5 3.5 3.3 7.3-4.1-1.5c-.5-.2-1 .1-1.1.5-.2.5.1 1 .5 1.1l5.8 2.2 7.2 15.7c.1.3.5.5.8.5.1 0 .2 0 .4-.1 0 0 .2-.6 0-1z"></path><path stroke="#00C853" stroke-width="3.56" stroke-miterlimit="10" fill="none" d="M141.3 104l4.7 12.5"></path><path fill="#8D6E63" d="M165.5 81.8l-1.5-.9c1.3-2.3 3.7-3.8 6.7-4.3 2.9-.4 6.1.3 8.9 1.9l-.9 1.5c-2.5-1.4-5.3-2-7.8-1.7-2.4.5-4.4 1.7-5.4 3.5z"></path><circle fill="#DB4437" cx="157.1" cy="91.2" r="16"></circle><path d="M146.2 85c4.1-7.1 12.9-9.8 20.2-6.6l-1.4-1c-7.6-4.4-17.4-1.8-21.8 5.9-4.4 7.6-1.8 17.4 5.9 21.8.5.3 1.1.5 1.6.7-6.5-4.8-8.6-13.7-4.5-20.8z" opacity=".1"></path><path fill="#FFD600" d="M134.6 140.7l-39-22.5s-8.6-3.5-12.9 4.5c-4.4 8 8 12.7 2.2 22.6-5.8 9.8 14.2 28.9 26.5 25.6 12.3-3.3 23.2-30.2 23.2-30.2z"></path><path fill="#8D6E63" d="M153 168.9c-3.7 6.5-12 8.7-18.4 5l-28.8-16.6c-6.5-3.7-8.7-12-5-18.4l9.5-16.5c3.7-6.5 12-8.7 18.4-5l28.8 16.6c6.5 3.7 8.7 12 5 18.4l-9.5 16.5z"></path><path fill="#3E2723" d="M123.2 151.2c-.5 0-.8-.4-.9-.8l-1.8-22.1c0-.5.3-.9.8-1 .5 0 .9.3 1 .8l1.8 22.1c.1.5-.3.9-.9 1zM133.8 157.3c-.5 0-.8-.4-.9-.8l-1.8-22.1c0-.5.3-.9.8-1 .5 0 .9.3 1 .8l1.8 22.1c.1.5-.3.9-.9 1zM144.4 163.4c-.5 0-.8-.4-.9-.8l-1.8-22.1c0-.5.3-.9.8-1 .5 0 .9.3 1 .8l1.8 22.1c.1.5-.3.9-.9 1z"></path><circle fill="#00C853" cx="133.9" cy="134.7" r="3.6"></circle><circle fill="#00C853" cx="124.1" cy="140.2" r="3.6"></circle><circle fill="#00C853" cx="137.9" cy="149.2" r="3.6"></circle><circle fill="#EDA29B" cx="165.7" cy="88.2" r="2.6"></circle><path fill="none" d="M0 0h256v256h-256z"></path></g> <g id="geography"><ellipse opacity=".1" fill="#424242" enable-background="new" cx="126" cy="203" rx="46.5" ry="9.5"></ellipse><path fill="#5D4037" d="M101.648 177.418l-1.867-.718 5.168-13.441 1.867.718z"></path><path fill="#FAFAFA" d="M101.8 177.2c-.2.6-.8.8-1.3.6-.6-.2-.8-.8-.6-1.4"></path><path fill="#5D4037" d="M144.738 63.499l-1.87-.709 4.818-12.717 1.87.709z"></path><path fill="#FAFAFA" d="M147.6 50.3c.2-.5.9-.8 1.4-.6.6.2.8.8.6 1.4"></path><path fill="#FAFAFA" d="M125.7 173.1c32.6 0 59-26.4 59-59 0-27.8-19.1-51-45-57.3l1.2-3.3c27.2 6.7 47.5 31.4 47.5 60.7 0 34.5-28 62.5-62.5 62.5-10.1 0-19.5-2.4-27.9-6.6l1.2-3.1c8 3.9 17 6.1 26.5 6.1z"></path><circle fill="#18FFFF" cx="125.7" cy="114" r="53.8"></circle><path fill="#00C853" d="M164.7 150.9c-1 1.1-2.5 1.9-4.2 1.9-1.2 0-2.3-.4-3.2-1l-.1-.1c-1.4-1-2.2-2.6-2.2-4.4 0-1.1.3-2.1.8-2.9l.1-.1c.9-1.6 1.5-3.4 1.5-5.4 0-3.4-1.6-6.4-4.1-8.2l-.1-.1-11.7-8.3-.1-.1c-.9-.7-1.6-1.8-1.6-3.1 0-.5.1-1 .3-1.4l.1-.1c.2-.4.4-1 .4-1.6 0-.9-.4-1.8-.9-2.3l-.2-.2-4.6-4c-.8-.7-1.2-1.7-1.2-2.7 0-2 1.6-3.6 3.6-3.6.5 0 .9.1 1.4.2l.1.1 6.4 2.4.3.1c.9.3 2 .6 3.1.6 4.9 0 8.9-3.9 8.9-8.8 0-3.4-1.9-6.4-4.8-7.8l-.1-.1c-1.1-.6-1.9-1.8-1.9-3.1 0-1.9 1.6-3.6 3.6-3.6h15.3l.2-.1c-8.4-11.9-21.5-20.2-36.6-22.3l-.2.2-8.4 5.7c-3.2 2.1-4 6.3-2 9.5l.1.1c2.1 3.1 1.2 7.3-1.8 9.4l-.2.1c-3.3 2.4-4.2 7.2-1.8 10.7l4 5.9 1.9 2.9 14.4 21.9c.9 1.4.4 3.2-1.1 4.1l-8.6 5.1-.4.3c-1.3 1.1-2.2 2.8-2.2 4.6 0 1.6.6 2.9 1.6 4l.1.1c1.4 1.1 2.2 2.8 2.2 4.6 0 2.1-1.1 3.9-2.7 5l-.3.2-15.8 10.9c4.4 1.2 9.1 1.9 13.9 1.9 15.4 0 29.2-6.4 39.1-16.9l-.3-.2z"></path><g fill="#00C853"><path d="M92.4 104.8c.1-.1.9-.8.9-.8.1-.1.2-.1.2-.2 2.4-2.2 2.7-6.1.4-8.5l-7-7.2-7.5-1.8c-1.9 3.2-3.5 6.6-4.8 10.2-4 11.6-3.8 23.5-.3 34.3h8.2v4.2c5.2-.1 10.1-3.5 11.9-8.8 1.7-4.8.4-9.8-2.8-13.2l-.1-.1c-1.7-2.4-1.4-6 .9-8.1zM74.4 130.8c.4 1.4 1 2.9 1.6 4.2h6.6v-4.2h-8.2z"></path></g><path fill="#E1E1E1" d="M128.3 188.9v-5.4c0-1.1.5-2 1.2-2.6l.1-.1c1.3-1.1 2.1-2.6 2.1-4.5 0-3.1-2.6-5.8-5.8-5.8-3.2 0-5.8 2.6-5.8 5.8 0 1.8.8 3.4 2.1 4.4l.2.1c.7.6 1.2 1.6 1.2 2.6v5.2"></path><path fill="#FAFAFA" d="M128.3 186.6c1.9.9 3.1 2.8 3.1 4.9v6.2c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4v-6.2c0-2.2 1.3-4.1 3.2-4.9h4.5"></path><path fill="#E1E1E1" d="M99.3 204.7c0-4.4 3.6-8.1 8.1-8.1h37.3c4.4 0 8.1 3.6 8.1 8.1"></path><path opacity=".1" fill="#212121" enable-background="new" d="M125.7 60.2c-2.6 0-5.1.2-7.5.5 26.1 3.7 46.2 26.1 46.2 53.2s-20.1 49.6-46.2 53.2c2.4.4 4.9.5 7.5.5 29.7 0 53.8-24.1 53.8-53.8-.1-29.5-24.1-53.6-53.8-53.6z"></path><path fill="none" d="M0 0h256v256h-256z"></path></g> <g id="history"><path fill="#89695E" d="M120.1 114.5c0-2.4.2-4.7.7-7s1.1-4.4 2-6.5 2-4.1 3.2-5.9c1.2-1.9 2.7-3.6 4.2-5.1 1.6-1.6 3.3-3 5.1-4.2 1.9-1.3 3.8-2.3 5.9-3.2 2.1-.9 4.3-1.6 6.5-2 2.3-.5 4.6-.7 7-.7s4.7.2 7 .7 4.4 1.1 6.5 2 4.1 2 5.9 3.2c1.9 1.3 3.6 2.7 5.1 4.2s3 3.3 4.2 5.1c1.2 1.9 2.3 3.8 3.2 5.9s1.6 4.3 2 6.5c.5 2.3.7 4.6.7 7h-69.2zM236.5 126h-116.4v-11.5l116.4-11zM224.7 103.5c0-3.3 2.6-5.9 5.9-5.9.4 0 .8.7 1.2.8.1 0 .3-.3.5-.3l.3-.2c2.3.8 3.9 3 3.9 5.6 0 3.3-2.6 5.9-5.9 5.9s-5.9-2.7-5.9-5.9zM162 80.4l70.6 17.5s-.1 13.3 0 13.3-49.5 5.1-49.2 5c.1-.1-21.4-35.8-21.4-35.8zM160.3 139.7c-5.5 0-10-2.3-10-5 0-2.8-4.5-5-10-5h-10.1c-5.5 0-10 2.3-10 5v13.3s4.5 8.3 10 8.3h96.3c5.5 0 10-3.7 10-8.3s-4.5-8.3-10-8.3h-66.2z"></path><circle fill="#89695E" cx="126.1" cy="150.4" r="5.9"></circle><path fill="#89695E" d="M201.1 139.7h35.4v9h-35.4z"></path><circle fill="#fff" cx="149.8" cy="98.6" r="8.9"></circle><circle fill="#fff" cx="149.8" cy="107.5" r="8.9"></circle><circle fill="#fff" cx="177.8" cy="105.5" r="11"></circle><circle fill="#fff" cx="223.9" cy="108.3" r="4.9"></circle><path fill="#fff" d="M140.9 97.6h17.8v10h-17.8zM219.1 103.4h4.9v4.9h-4.9z"></path><path fill="#F1CA3A" d="M158.6 135c-2.2 0-3.1-1.6-2-3.5l.1-.1c1.1-1.9 2.9-1.9 4 0l.1.1c1.1 1.9.2 3.5-2 3.5h-.2zM166.7 129.3c2.2 0 3.1 1.6 2 3.5l-.1.1c-1.1 1.9-2.9 1.9-4 0l-.1-.1c-1.1-1.9-.2-3.5 2-3.5h.2zM174.6 135c-2.2 0-3.1-1.6-2-3.5l.1-.1c1.1-1.9 2.9-1.9 4 0l.1.1c1.1 1.9.2 3.5-2 3.5h-.2zM182.7 129.3c2.2 0 3.1 1.6 2 3.5l-.1.1c-1.1 1.9-2.9 1.9-4 0l-.1-.1c-1.1-1.9-.2-3.5 2-3.5h.2zM190.6 135c-2.2 0-3.1-1.6-2-3.5l.1-.1c1.1-1.9 2.9-1.9 4 0l.1.1c1.1 1.9.2 3.5-2 3.5h-.2zM198.7 129.3c2.2 0 3.1 1.6 2 3.5l-.1.1c-1.1 1.9-2.9 1.9-4 0l-.1-.1c-1.1-1.9-.2-3.5 2-3.5h.2zM206.5 135c-2.2 0-3.1-1.6-2-3.5l.1-.1c1.1-1.9 2.9-1.9 4 0l.1.1c1.1 1.9.2 3.5-2 3.5h-.2zM214.7 129.3c2.2 0 3.1 1.6 2 3.5l-.1.1c-1.1 1.9-2.9 1.9-4 0l-.1-.1c-1.1-1.9-.2-3.5 2-3.5h.2zM222.5 135c-2.2 0-3.1-1.6-2-3.5l.1-.1c1.1-1.9 2.9-1.9 4 0l.1.1c1.1 1.9.2 3.5-2 3.5h-.2zM230.6 129.3c2.2 0 3.1 1.6 2 3.5l-.1.1c-1.1 1.9-2.9 1.9-4 0l-.1-.1c-1.1-1.9-.2-3.5 2-3.5h.2z"></path><path fill="#89695E" d="M111.8 146.3c0 5.5-4.5 10-10 10h-6.6c-5.5 0-10-4.5-10-10v-6.6c0-5.5 4.5-10 10-10h6.6c5.5 0 10 4.5 10 10v6.6zM76.9 146.3c0 5.5-4.5 10-10 10h-6.6c-5.5 0-10-4.5-10-10v-6.6c0-5.5 4.5-10 10-10h6.6c5.5 0 10 4.5 10 10v6.6z"></path><circle fill="#89695E" cx="105.9" cy="123.8" r="5.9"></circle><path fill="#89695E" d="M100 123.8h11.8v14.2h-11.8z"></path><circle fill="#89695E" cx="71" cy="123.8" r="5.9"></circle><path fill="#89695E" d="M65.1 123.8h11.8v14.2h-11.8zM41.8 146.3c0 5.5-4.5 10-10 10h-6.6c-5.5 0-10-4.5-10-10v-6.6c0-5.5 4.5-10 10-10h6.6c5.5 0 10 4.5 10 10v6.6z"></path><circle fill="#89695E" cx="35.9" cy="123.8" r="5.9"></circle><path fill="#89695E" d="M30 123.8h11.8v14.2h-11.8z"></path><path fill="none" d="M0 0h256v256h-256z"></path></g> <g id="knowledge"><path opacity=".1" fill="#212121" enable-background="new" d="M67.1 44.5c-.2 0-.4 0-.6.1h-8.3v114.10000000000001c.2 4.7 4.1 8.4 8.8 8.4h7v16.9l8.2-5.7 7.5 5.7v-15h55.8v-124.6l-78.4.1z"></path><path fill="#FFF3E0" d="M102.7 113.9h37.1v33.6h-37.1z"></path><path fill="#FF6E40" d="M61.3 42.6c-4.9 0-8.9 4-8.9 8.9v105.3l52.4-9.3c13.1 0 35-15.6 35-35v-69.9h-78.5z"></path><path fill="#C2C2C2" d="M61.3 147.5c-4.9 0-8.9 4-8.9 8.9s4 8.9 8.9 8.9h78.5v-17.7l-78.5-.1z"></path><path fill="#BA68C8" d="M68.3 157v25h1.7l6.3-5.7 6.4 5.7h1.3v-25z"></path><path fill="#FF3D00" d="M114.1 121.6c9.7.5 20-1.8 25.7-7.7.1 15.6-20.3 33.5-33.1 33.6 5-5.1 7.8-15.7 7.4-25.9z"></path><path fill="#26C6DA" d="M103.7 41.6h6.1v124.9h-6.1z"></path><path fill="#00ACC1" d="M103.7 147.7h6.1v18.8h-6.1z"></path><path fill="#F4B400" d="M130.8 190.4c-1.4 1.4-1.4 3.6 0 5l14.9 14.9c1.4 1.4 3.6 1.4 5 0l50.9-50.9c1.4-1.4 1.4-3.6 0-5l-14.9-14.9c-1.4-1.4-3.6-1.4-5 0l-50.9 50.9z"></path><path fill="#E57368" d="M154.9 206l-2.5-2.5-7.4-7.4-9.9-9.9-2.5 2.5-6 6c-1.4 1.4-1.4 3.6 0 5l14.9 14.9c1.4 1.4 3.6 1.4 5 0l6-6 2.4-2.6z"></path><path fill="#F0F0F0" d="M134.614 186.538l4.596-4.596 19.87 19.87-4.596 4.596z"></path><path fill="#FBD199" d="M184.2 137l21.9-2.1-2.1 22z"></path><path fill="#4D4D4D" d="M197.9 135.7l8.2-.8-.8 8.2z"></path><g fill="#FBD199"><path d="M186.7 139.5l-2.5-2.5-3.8 3.8zM190.4 150.7l3.7-3.7-2.5-2.5zM191.6 144.5l-2.5-2.5-3.7 3.7zM186.7 139.5l2.4 2.5-3.7 3.7zM196.6 149.4l-2.5-2.4-3.7 3.7zM200.3 160.6l3.7-3.7-2.5-2.5zM201.5 154.4l-2.4-2.5-3.8 3.8zM196.6 149.4l2.5 2.5-3.8 3.8z"></path></g><path opacity=".1" fill="#424242" enable-background="new" d="M206.1 134.9l-72.1 72.1 7.4 7.4c1.4 1.4 3.6 1.4 5 0l57.6-57.6 2.1-21.9z"></path><path fill="none" d="M0 0h256v256h-256z"></path></g> <g id="leaderboard"><path fill="#33B679" d="M94.7 47.5l27.6 7.5 26-11.7 17.9 22.3 28.1 5.8 1.3 28.6 19.3 21.2-15.7 23.9 3.1 28.4-26.8 10.2-14.2 24.8-27.6-7.5-26 11.7-17.9-22.3-28.1-5.8-1.3-28.6-19.3-21.2 15.7-23.9-3.1-28.4 26.8-10.2z"></path><path opacity=".15" fill="#424242" enable-background="new" d="M103.4 177.7l25.5 25.5 4.8-2.2 27.6 7.5 14.2-24.8 26.8-10.2-3.1-28.4 8.4-12.9-49.7-49.7-31.5 73.8z"></path><path fill="#FFE068" d="M140.1 129.6v-6.5c7.8 0 13.9-2.2 18.2-6.6 4.7-4.9 6.1-11.3 6.6-15.1h-11.9v-6.5h18.5l.1 3.1c0 .6.4 13.7-8.6 22.9-5.6 5.8-13.2 8.7-22.9 8.7zM114 129.6v-6.5c-7.8 0-13.9-2.2-18.2-6.6-4.7-4.9-6.1-11.3-6.6-15.1h11.9v-6.5h-18.4l-.1 3.1c0 .6-.4 13.7 8.6 22.9 5.4 5.8 13.1 8.7 22.8 8.7zM119.3 129.6h14.3v26.8h-14.3zM157.3 92.5v-9.4h-60.7v9.4s-1.9 50.4 30.3 50.4c32.3 0 30.4-50.4 30.4-50.4z"></path><path fill="#F2B31B" d="M126.9 92.5h-30.3s-1.9 50.4 30.3 50.4v-50.4z"></path><path fill="#FBCB42" d="M126.9 92.5h30.3s1.9 50.4-30.3 50.4v-50.4z"></path><path fill="#FFE068" d="M96.6 83.2h60.7v9.4h-60.7z"></path><path fill="#F2B31B" d="M150.5 177.7c0-13-10.6-23.6-23.6-23.6s-23.6 10.6-23.6 23.6h47.2z"></path><path fill="none" d="M103.4 177.7l54.5-95.2 49.7 49.7 7.3-11-19.3-21.2-1.3-28.6-28.1-5.8-17.9-22.3-26 11.7-27.6-7.5-14.2 24.8-26.8 10.2 3.1 28.4-15.7 23.9 19.3 21.2 1.3 28.6 28.1 5.8 17.9 22.3 21.2-9.5zM0 0h256v256h-256z"></path></g> <g id="music"><path opacity=".1" fill="#212121" enable-background="new" d="M207.3 145.5c0-27.4-21.9-49.7-49.1-50.4v-2.5h-89.8v106.9h89.8v-3.6c27.2-.7 49.1-23 49.1-50.4z"></path><linearGradient id="music_1_" gradientUnits="userSpaceOnUse" x1="113.53" y1="137.477" x2="203.33" y2="137.477" gradientTransform="matrix(1 0 0 -1 -14.33 254.827)"><stop offset="0" stop-color="#fff"></stop><stop offset="1"></stop></linearGradient><path opacity=".1" fill="url(#music_1_)" enable-background="new" d="M99.2 63.9h89.8v106.9h-89.8z"></path><path fill="#0F9D58" d="M80.8 62.1h106.3v106.3h-106.3z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M184.301 163.198l-88.435 15.589-18.558-105.275 88.435-15.589z"></path><path fill="#FFAB91" d="M182.402 161.182l-104.684 18.454-18.454-104.684 104.684-18.454z"></path><circle fill="#262626" cx="155" cy="142.7" r="50.4"></circle><circle fill="#FDD835" cx="155" cy="142.7" r="16.5"></circle><circle fill="#263238" cx="155" cy="142.7" r="2.7"></circle><path d="M155 101.5c-22.8 0-41.2 18.5-41.2 41.2 0 22.8 18.5 41.2 41.2 41.2s41.2-18.5 41.2-41.2c.1-22.7-18.4-41.2-41.2-41.2zm0 81.6c-22.3 0-40.3-18.1-40.3-40.3s18.1-40.3 40.3-40.3 40.3 18.1 40.3 40.3-18 40.3-40.3 40.3zM155 110.7c-17.7 0-32.1 14.4-32.1 32.1s14.4 32.1 32.1 32.1 32.1-14.4 32.1-32.1-14.3-32.1-32.1-32.1zm0 63.2c-17.2 0-31.2-14-31.2-31.2s14-31.2 31.2-31.2 31.2 14 31.2 31.2c0 17.3-14 31.2-31.2 31.2z"></path><path fill="#00ACC1" d="M48.7 89.6h106.3v106.3h-106.3z"></path><path fill="#FDD835" d="M71.8 103.4h25.5v6.8h-25.5z"></path><circle opacity=".5" fill="#64FFDA" enable-background="new" cx="91.3" cy="151.8" r="19.5"></circle><path opacity=".5" fill="#4527A0" enable-background="new" d="M91.9 151.1l20.7-35.8 20.6 35.8z"></path><g fill="#FDD835"><path d="M129.1 171.2c-.3 0-.5-.2-.5-.5 0-1.2-.8-1.8-1.7-2.5-.9-.7-2-1.6-2-3.2s1.1-2.5 2-3.2 1.7-1.3 1.7-2.5-.8-1.8-1.7-2.5c-.9-.7-2-1.6-2-3.2s1.1-2.5 2-3.2 1.7-1.3 1.7-2.5-.8-1.8-1.7-2.5c-.9-.7-2-1.6-2-3.2s1.1-2.5 2-3.2 1.7-1.3 1.7-2.5c0-.3.2-.5.5-.5s.5.2.5.5c0 1.6-1.1 2.5-2 3.2-.9.7-1.7 1.3-1.7 2.5s.8 1.8 1.7 2.5 2 1.6 2 3.2-1.1 2.5-2 3.2c-.9.7-1.7 1.3-1.7 2.5s.8 1.8 1.7 2.5 2 1.6 2 3.2-1.1 2.5-2 3.2c-.9.7-1.7 1.3-1.7 2.5s.8 1.8 1.7 2.5 2 1.6 2 3.2c0 .3-.2.5-.5.5zM116.1 171.2c-.3 0-.5-.2-.5-.5 0-1.2-.8-1.8-1.7-2.5-.9-.7-2-1.6-2-3.2s1.1-2.5 2-3.2 1.7-1.3 1.7-2.5-.8-1.8-1.7-2.5c-.9-.7-2-1.6-2-3.2s1.1-2.5 2-3.2 1.7-1.3 1.7-2.5-.8-1.8-1.7-2.5c-.9-.7-2-1.6-2-3.2s1.1-2.5 2-3.2 1.7-1.3 1.7-2.5c0-.3.2-.5.5-.5s.5.2.5.5c0 1.6-1.1 2.5-2 3.2s-1.7 1.3-1.7 2.5.8 1.8 1.7 2.5c.9.7 2 1.6 2 3.2s-1.1 2.5-2 3.2-1.7 1.3-1.7 2.5.8 1.8 1.7 2.5c.9.7 2 1.6 2 3.2s-1.1 2.5-2 3.2-1.7 1.3-1.7 2.5.8 1.8 1.7 2.5c.9.7 2 1.6 2 3.2 0 .3-.2.5-.5.5zM122.7 171.2c-.3 0-.5-.2-.5-.5 0-1.2-.8-1.8-1.7-2.5-.9-.7-2-1.6-2-3.2s1.1-2.5 2-3.2 1.7-1.3 1.7-2.5-.8-1.8-1.7-2.5c-.9-.7-2-1.6-2-3.2s1.1-2.5 2-3.2 1.7-1.3 1.7-2.5-.8-1.8-1.7-2.5c-.9-.7-2-1.6-2-3.2s1.1-2.5 2-3.2 1.7-1.3 1.7-2.5c0-.3.2-.5.5-.5s.5.2.5.5c0 1.6-1.1 2.5-2 3.2s-1.7 1.3-1.7 2.5.8 1.8 1.7 2.5c.9.7 2 1.6 2 3.2s-1.1 2.5-2 3.2-1.7 1.3-1.7 2.5.8 1.8 1.7 2.5c.9.7 2 1.6 2 3.2s-1.1 2.5-2 3.2-1.7 1.3-1.7 2.5.8 1.8 1.7 2.5c.9.7 2 1.6 2 3.2 0 .3-.3.5-.5.5z"></path></g><linearGradient id="music_2_" gradientUnits="userSpaceOnUse" x1="181.157" y1="113.75" x2="159.16" y2="113.75" gradientTransform="matrix(1 0 0 -1 0 256)"><stop offset="0" stop-color="#fff"></stop><stop offset="1"></stop></linearGradient><path opacity=".2" fill="url(#music_2_)" enable-background="new" d="M155 91.3h2.7v101.9h-2.7z"></path><path fill="none" d="M0 0h256v256h-256z"></path></g> <g id="polymer"><path fill="#303F9F" d="M83.5 130.1l-14.9 25.8 14.9 25.9 14.9-25.9z"></path><path fill="#3F51B5" d="M173 78.5l-14.9 25.8 14.9 25.8 14.9-25.8z"></path><path fill="#FF4080" d="M143.2 78.5l-59.7 103.3h29.8l59.7-103.3z"></path><path fill="#536DFE" d="M83.5 78.5l-29.8 51.6 14.9 25.8 44.7-77.4z"></path><path fill="#fff" fill-opacity=".2" d="M143.2 78.5l14.9 25.8 14.9-25.8z"></path><path fill="#fff" fill-opacity=".1" d="M128.2 104.3l15-25.8 14.9 25.8z"></path><path fill="none" d="M128.2 104.3l15 25.8 14.9-25.8z"></path><path fill-opacity=".1" d="M113.3 130.1l14.9-25.8 15 25.8z"></path><path fill-opacity=".2" d="M113.3 130.1l14.9 25.8 15-25.8z"></path><path fill-opacity=".3" d="M98.4 155.9l14.9-25.8 14.9 25.8z"></path><path fill-opacity=".4" d="M98.4 155.9l14.9 25.9 14.9-25.9z"></path><path fill-opacity=".5" d="M83.5 181.8l14.9-25.9 14.9 25.9z"></path><path fill="#fff" fill-opacity=".2" d="M83.5 78.5l14.9 25.8 14.9-25.8z"></path><path fill="#fff" fill-opacity=".1" d="M68.6 104.3l14.9-25.8 14.9 25.8z"></path><path fill="none" d="M68.6 104.3l14.9 25.8 14.9-25.8z"></path><path fill-opacity=".1" d="M53.7 130.1l14.9-25.8 14.9 25.8z"></path><path fill-opacity=".2" d="M53.7 130.1l14.9 25.8 14.9-25.8z"></path><path fill="none" d="M98.4 155.9l-14.9-25.8-14.9 25.8z"></path><path fill-opacity=".2" d="M98.4 155.9l-14.9 25.9-14.9-25.9zM187.9 104.3l-14.9-25.8-14.9 25.8z"></path><path fill="none" d="M187.9 104.3l-14.9 25.8-14.9-25.8z"></path><path fill="#7986CB" d="M187.9 104.3l-44.7 77.5h29.8l29.8-51.7z"></path><g fill="#fff"><path fill-opacity=".2" d="M173 130.1l14.9-25.8 14.9 25.8z"></path><path fill-opacity=".1" d="M173 130.1l14.9 25.8 14.9-25.8z"></path></g><path fill="none" d="M158.1 155.9l14.9-25.8 14.9 25.8z"></path><path fill-opacity=".1" d="M158.1 155.9l14.9 25.9 14.9-25.9z"></path><path fill-opacity=".2" d="M143.2 181.8l14.9-25.9 14.9 25.9z"></path><path fill="#00BCD4" d="M56.6 39.2c-12.7-2.9-25.4 5.1-28.3 17.8s5.1 25.4 17.8 28.3c5.7 1.3 11.4.4 16.2-2.1l5.1 5.8-1.2-8.3c4-3.2 7.1-7.8 8.3-13.2 2.8-12.7-5.1-25.4-17.9-28.3z"></path><path fill="#F1F8E9" d="M48.9 65.4c0-1.4.1-2.5.4-3.2.3-.8.8-1.5 1.6-2.3.7-.7 1.2-1.3 1.5-1.8s.5-1.1.5-1.8c0-.9-.2-1.6-.6-2-.4-.5-1-.7-1.7-.7s-1.2.2-1.7.6c-.5.4-.7 1-.7 1.9h-4.2c0-2 .6-3.4 1.8-4.4s2.8-1.5 4.8-1.5c2.1 0 3.7.5 4.8 1.5s1.7 2.5 1.7 4.4c0 1.2-.3 2.1-.8 3-.5.8-1.3 1.7-2.3 2.7-.5.5-.9 1.1-1.1 1.6-.2.5-.3 1.2-.3 2h-3.7zm-.6 4.3c0-.6.2-1.2.6-1.6.4-.4 1-.6 1.7-.6s1.3.2 1.7.6.6.9.6 1.6c0 .6-.2 1.2-.6 1.6-.4.4-1 .6-1.7.6s-1.3-.2-1.7-.6c-.3-.4-.6-1-.6-1.6z"></path><path fill="none" d="M0 0h256v256h-256z"></path></g> <g id="profile"><path fill="#FF80AB" d="M156.1 201.4c-.6-.2-1.2-.3-1.9-.5.6.2 1.3.4 1.9.5zM158.3 201.9c.8.5 1.4 1.4 1.4 2.4 0-1.1-.6-1.9-1.4-2.4zM152.1 200.2l.3-1.3c.2-.8 2.5-13.6 2.6-17.9.1-4.6-.4-7.6-1.2-9.4h-5.6l1.4-5.7v-.3l.2-1.3.1-.1c.1-1.2.2-2.4.3-3.4.1-1.1.4-2.2.7-3.3h.3-.2c2.6-8.6 10.6-14.3 19.2-13 2 .3 3.9.9 5.6 1.9 1.4-4.2 5.4-7.2 10.1-7.2 5.9 0 10.7 4.8 10.6 10.7 0 4.8-3.1 8.8-7.5 10.2 0 0-.1 0-.1-.1l.2.2c1.1 1 1.7 2.7 1.5 4.4-.2 1.3-.8 2.3-1.6 3.1-.1.1-1 .4-2.1 1.1-.4.3-.9.6-1.5 1-1 .6-2 1.5-3 2.5-4.1 4.2-7.5 11.5-1.5 22.8v.1c.1-.1.1-.2.1-.2 1.1 2.1 2.6 4.4 4.4 6.8l-.1.1c.2.2.4.4.5.6l.7.9c.1 0 .1.1.2.2.4.5.7.9 1.1 1.3l.4.5c.1.1.3.3.4.5l.7.9c12.9-6.5 21.7-19.9 21.7-35.3 0-21.8-17.7-39.5-39.5-39.5s-39.5 17.7-39.5 39.5c0 14.3 7.6 26.9 19 33.8.4-1.7.8-3.4 1.1-5.1zm33.8 2.3l.7.9-.7-.9zm.7.9l.2.2c-.1 0-.1-.1-.2-.2zM171.7 207c1.5 0 2.8-1.2 2.7-2.7 0 1.5-1.2 2.7-2.7 2.7zM171.7 201.6c-1.5 0-2.7 1.2-2.7 2.7 0-1.5 1.2-2.7 2.7-2.7zM171.7 201.6c1.5 0 2.7 1.2 2.7 2.7 0-1.5-1.2-2.7-2.7-2.7zM169 204.3c0 1.5 1.2 2.7 2.7 2.7-1.5 0-2.7-1.2-2.7-2.7z"></path><path fill="#5D4037" d="M159.3 158.1c.8-.4 1.8-.6 2.8-.6.7 0 1.4.1 2 .3l.2.1c6-.8 9.1-3.3 10.8-5.6.2.2.4.6.7 1 1.3 1.9 4.1 4.8 9.1 5.7.6-.1 1.2-.2 1.8 0 .8.2 1.6.5 2.2 1 0 0 .1 0 .1.1 4.4-1.4 7.5-5.4 7.5-10.2.1-5.9-4.7-10.7-10.6-10.7-4.7 0-8.7 3-10.1 7.2-1.7-1-3.6-1.6-5.6-1.9-8.6-1.3-16.6 4.4-19.2 13h.2c3 .5 5.6.6 7.9.7l.2-.1z"></path><path fill="#FFCC80" d="M154.5 158.5l4.4-.2.2-.1c-2.3 0-4.9-.2-7.9-.7h-.3c-.3 1.1-.6 2.2-.7 3.3-.2 1.1-.3 2.2-.3 3.4l1.2-1.3 3.4-4.4zM182.4 172.3c1-1 2-1.9 3-2.5.6-.4 1.1-.7 1.5-1 1.1-.7 2-1 2.1-1.1.8-.8 1.4-1.8 1.6-3.1.2-1.7-.4-3.4-1.5-4.4l-.2-.2c-.6-.5-1.4-.9-2.2-1-.6-.2-1.2-.1-1.8 0-5-.9-7.8-3.8-9.1-5.7-.3-.4-.5-.8-.7-1-1.7 2.3-4.8 4.7-10.8 5.6.1 0 .3.1.4.2l2.8-.1 1.5 4.5c.1.1.1.3.2.5.9 2.8 1.9 5.7 1.8 5.8-.1.1-7.9 5.6-7.9 5.6l-7.8-3.3-4.1-2.3-1.6-2.4v-.3l-1.4 5.7h5.6c.8 1.8 1.3 4.8 1.2 9.4-.1 4.3-2.4 17.1-2.6 17.9l-.3 1.3h.1c.7.3 1.4.5 2 .7.6.2 1.2.4 1.9.5l.7.2h-.1c.6.1 1.1.2 1.5.3 2.9.6 5.6.7 7.9.5 9.2-.7 13.8-6.3 14.7-7.2v-.1c-5.9-11.5-2.5-18.8 1.6-23zM186.8 203.6l-.2-.2c.1.1.1.2.2.2z"></path><path fill="#FFEE58" d="M188.6 205.9c-.5.7-1.2 1.1-2.1 1.1-1.5 0-2.7-1.2-2.7-2.7 0-1.1.6-2.1 1.4-2.5 0 0 0 .1.1.1l.1-.1c-1.8-2.4-3.3-4.7-4.4-6.8 0 0-.1.1-.1.2-.8 1-5.4 6.5-14.7 7.2-2.3.2-5 .1-7.9-.5.8.5 1.4 1.3 1.4 2.4 0 1.5-1.2 2.7-2.7 2.7s-2.7-1.2-2.7-2.7 1.1-2.6 2.4-2.7h.1c-.2 0-.5-.1-.7-.2-.6-.1-1.2-.3-1.9-.5s-1.3-.4-2-.7c-.4 1.7-.8 3.4-1.1 5.1 6 3.6 13 5.7 20.5 5.7 6.4 0 12.4-1.5 17.8-4.2-.4-.4-.6-.7-.8-.9zm-16.9 1.1c-1.5 0-2.7-1.2-2.7-2.7s1.2-2.7 2.7-2.7 2.7 1.2 2.7 2.7c.1 1.5-1.2 2.7-2.7 2.7z"></path><path d="M186.6 203.4l-.7-.9" fill="none"></path><path fill="#F9A825" d="M158.3 201.9c-.5-.1-1-.2-1.6-.3-1.3.1-2.4 1.2-2.4 2.7s1.2 2.7 2.7 2.7 2.7-1.2 2.7-2.7c0-1-.6-1.9-1.4-2.4z"></path><circle fill="#F9A825" cx="171.7" cy="204.3" r="2.7"></circle><path fill="#F9A825" d="M187.8 204.9c-.4-.4-.7-.8-1.1-1.3-.1-.1-.1-.2-.2-.2l-.7-.9c-.2-.2-.4-.4-.5-.6 0 0 0-.1-.1-.1-.8.4-1.4 1.4-1.4 2.5 0 1.5 1.2 2.7 2.7 2.7.9 0 1.6-.4 2.1-1.1-.1-.2-.3-.4-.4-.5l-.4-.5z"></path><path fill="#FFCC80" d="M162.1 158.8c-3.5 0-6.3 2.8-6.2 6.2 0 3.4 2.8 6.2 6.2 6.2 3.4 0 6.2-2.8 6.2-6.2 0-3.4-2.8-6.2-6.2-6.2zm-2.1 7.2c-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2 1.2.5 1.2 1.2-.5 1.2-1.2 1.2zM169 162.4l-1.5-4.5-2.8.1c2 .8 3.6 2.4 4.3 4.4zM151.2 168.6l4.1 2.3 7.8 3.3s7.8-5.5 7.9-5.6c.1-.1-.9-3-1.8-5.8.2.7.3 1.4.3 2.2 0 4.2-3.4 7.5-7.5 7.5-3.9 0-7.1-3-7.4-6.8h-4.9l.2-.7v-.6h4.8c.2-2.7 1.9-5 4.2-6.1l-4.4.2-3.4 4.4-1.2 1.3-.1.1-.2 1.3v.6l1.6 2.4z"></path><path fill="#DB4437" d="M162.1 157.5c-1 0-2 .2-2.8.6l-.2.1-.2.1c-2.3 1.1-4 3.4-4.2 6.1h-4.8v.6l-.2.7h4.9c.3 3.8 3.5 6.8 7.4 6.8 4.1 0 7.5-3.3 7.5-7.5 0-.8-.1-1.5-.3-2.2 0-.2-.1-.3-.2-.5-.8-2-2.3-3.6-4.3-4.3l-.4-.2-.2-.1c-.6-.1-1.3-.2-2-.2zm0 13.7c-3.4 0-6.2-2.8-6.2-6.2-.1-3.4 2.7-6.2 6.2-6.2 3.4 0 6.2 2.8 6.2 6.2 0 3.4-2.8 6.2-6.2 6.2z"></path><circle fill="#444" cx="160" cy="164.8" r="1.5"></circle><path fill="#FF8A80" d="M82.5 122c1.3 0 2.7-.1 4-.2h-8c1.3.1 2.7.2 4 .2zM98.7 102.2zM55.2 111c.6-.8 1.1-1.5 1.6-2.1 1-1.2 1.7-2.1 2.3-2.8.6-.7.9-1.1.9-1.1l.1-.1c1.5-1.6 3.3-2.7 5.2-3.3l.1-.3.1.1c.2-.3.4-.5.6-.7 2.9-3.1 4.5-7.2 3.4-11.4-.4-1.7-1.2-3.3-2.1-4.7-.8-1.2-1.8-2.6-2.9-3.5l-6.8-5.8c-.9-.7-1.5-1.8-1.7-3.1-.4-2.7 1.5-5.2 4.2-5.6.7-.1 1.4-.1 2 .1 0-.1 0-.3.1-.4l.2-.1.1-.1-.4.1c1.9-7.2 8-13 15.9-14.1 1.1-.2 2.1-.2 3.2-.2h11.6s6.1.7 6.9-2.7c0 0 1.9 6.7-8.7 5.8 3.6 2.3 6.4 5.8 7.8 10.1h-.1c.4.5.5 1.2.7 1.9.8-.4 1.7-.5 2.6-.4 2.7.4 4.6 2.9 4.2 5.6-.2 1.3-.9 2.4-1.8 3.2l-8.1 6.8c-1 .9-1.9 1.7-2.7 2.4-2.8 3.2-5.3 9.4 5.1 17.5l.1-.1.1.1h-.1c2.5.2 5 1.3 7 3.5l1.2 1.5.1.2s.3.4.8 1.2c.4.7 1 1.6 1.8 2.5 7.5-7.2 12.2-17.3 12.2-28.5 0-21.8-17.7-39.5-39.5-39.5s-39.5 17.7-39.5 39.5c0 11.2 4.7 21.3 12.2 28.5z"></path><path fill="#FFE0B2" d="M82.4 109.1c6.5-.1 12.3-2.7 16.3-6.9l.1-.1c-10.4-8.2-7.9-14.3-5.1-17.5.8-.7 1.7-1.5 2.7-2.4l8.1-6.8c.9-.8 1.6-1.9 1.8-3.2.4-2.7-1.5-5.2-4.2-5.6-.9-.1-1.8 0-2.6.4-.2-.7-.3-1.4-.7-1.9-16.5 2.3-23.3-1.6-26.1-5.2-1 1.6-3.8 5-10.1 6.2l-.1.1-.2.1c-.1.1-.1.3-.1.4-.6-.2-1.3-.2-2-.1-2.7.4-4.6 2.9-4.2 5.6.2 1.3.8 2.4 1.7 3.1l6.8 5.8c1.1.9 2.1 2.3 2.9 3.5.9 1.4 1.7 3 2.1 4.7 1.1 4.2-.5 8.3-3.4 11.4-.2.2-.4.4-.6.7 4 4.5 10 7.5 16.9 7.7zm7.7-38c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2-1.2-.5-1.2-1.2.5-1.2 1.2-1.2zm-15.8.1c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2-1.2-.5-1.2-1.2.5-1.2 1.2-1.2z"></path><path fill="#E0F7FA" d="M107.2 107.3l-.1-.2-1.2-1.5c-2-2.2-4.5-3.3-7-3.5h.1l-.1-.1-.1.1-.1.1c-4 4.2-9.8 6.8-16.3 6.9-6.9-.2-12.9-3.2-16.9-7.7l-.1-.1-.1.3c-1.9.6-3.7 1.7-5.2 3.3l-.1.1s-.3.4-.9 1.1c-.6.7-1.3 1.6-2.3 2.8-.5.6-1 1.3-1.6 2.1 6.2 5.9 14.3 9.9 23.3 10.8h8c9-.9 17.1-4.9 23.3-10.8-.9-.9-1.4-1.8-1.8-2.5-.5-.8-.8-1.2-.8-1.2z"></path><circle fill="#444" cx="90.1" cy="72.3" r="1.5"></circle><circle fill="#444" cx="74.3" cy="72.4" r="1.5"></circle><path fill="#444" d="M72.7 59.9c2.8 3.6 9.6 7.5 26.1 5.2h.1c-1.4-4.3-4.2-7.8-7.8-10.1 10.6.9 8.7-5.8 8.7-5.8-.8 3.4-6.9 2.7-6.9 2.7h-11.6c-1.1 0-2.1 0-3.2.2-7.9 1.1-14 6.9-15.9 14.1l.4-.1c6.3-1.2 9.1-4.6 10.1-6.2z"></path><path fill="#80D8FF" d="M171.5 43c-21.8 0-39.5 17.7-39.5 39.5 0 14.5 7.8 27.1 19.4 34l2.4-2.9.3-.3 1.9-2.1c2.9-3.6 5-6.8 6.5-9.7-.1-.1-.2-.1-.2-.2 3.5-6.9 3.5-12.2 2.5-16v-.1c-.7 0-1.5-.1-2-.3l-5.4-.2-7.9-.3c-5.2-39.8 26.2-34.8 26.2-34.8 2.2 0 4.4.6 6.4 1.5 2.4 1 4.4 2.6 6.1 4.6.8 1 1.6 2.1 2.2 3.3.7 1.2 1.4 2.5 1.6 3.8-.4 0-.8.2-1.2.3l1.1-.1c.3 1.1.6 2.2.7 3.3.3 2.2.6 5 .6 7.6h-1.3s-4.3.4-4 12.5c.1 4.2 1 9.6 2.1 15.4l.5 2.5c-.4.1-.8.3-1.3.4.5-.1.9-.2 1.3-.3.6 2.8 1.3 5.7 2 8.7l.6 2.5c10.8-7.1 17.9-19.2 17.9-33.1 0-21.8-17.7-39.5-39.5-39.5zm-15.4 66.1c.1-.1.2-.1.2-.1l-.2.1zm35.9-8.9v-.1.1z"></path><path fill="#5D4037" d="M163.6 82.1c-.1-.3-.2-.5-.3-.7v-.1c-.2-.2-.3-.4-.4-.6-.6-.9-1.2-1.6-1.7-2.1l-.2-.2c-.1-.1-.1-.2-.2-.2l-.1-.1-.1-.1c-1-1-2-1.8-3-2.5-.5-.4-1-.7-1.5-1-1.1-.7-1.9-1-2.1-1.1-.8-.8-1.4-1.8-1.6-3.1-.4-2.7 1.4-5.2 3.9-5.6l6.6 8.8 4.9-15.4c.1.2.2.3.3.4l.1.1.2.3.1.1c.1 0 .1.1.2.2l.1.1.2.2.1.1c.1 0 .2.1.3.2l.1.1.3.3.1.1.4.3.1.1c.6.5 1.4.9 2.2 1.3h.1c.2 0 .4.1.6.2h.1l.6.2h.1l.6.2h.1l.7.2h.1c.4.1.9.2 1.4.3h.2c.1 0 .3.1.5.1h.1l.7.1h.1c.8.1 1.6.1 2.5.2h6.399999999999999l1.8-.2h.4l1.1-.2c.4-.2.8-.3 1.2-.3-.2-1.3-.9-2.6-1.6-3.8-.6-1.2-1.4-2.3-2.2-3.3-1.7-2-3.7-3.6-6.1-4.6-2-.9-4.2-1.5-6.4-1.5 0 0-31.4-5-26.2 34.8l7.9.3 5.4.2c.4.2 1.2.3 2 .3-.2-.9-.5-1.6-.9-2.4l-.3-.7z"></path><path fill="#E65100" d="M192 111.2c.2.6.3 1.2.5 1.9-.7-2.9-1.4-5.8-2-8.7-.3.1-.8.2-1.3.3-4.4 1.4-9.4 2.3-12.6 2.4-5.4-.1-10.2-2.3-14.1-5.6-1.5 2.9-3.6 6.1-6.5 9.7h36z"></path><path fill="none" d="M192 100.2v-.1"></path><path fill="#00838F" d="M156.1 109.1c.1-.1.1-.1.2-.1 0 0-.1 0-.2.1z"></path><path fill="#EE8100" d="M192 111.2h-36l-1.9 2.1-.3.3c-.9 1-1.6 1.9-2.4 2.9 5.9 3.5 12.8 5.5 20.1 5.5 8 0 15.4-2.4 21.6-6.4l-.6-2.5c-.2-.7-.3-1.3-.5-1.9z"></path><path fill="#FFE0B2" d="M189.2 104.7c.4-.1.8-.3 1.3-.4l-.5-2.5c-1.1-5.8-2-11.2-2.1-15.4-.3-12.1 4-12.5 4-12.5h1.3c0-2.6-.3-5.4-.6-7.6-.1-1.1-.4-2.2-.7-3.3l-1.1.1-1.1.2h-.4l-1.8.2h-6.4c-.9-.1-1.7-.1-2.5-.2h-.1l-.7-.1h-.1c-.2 0-.4-.1-.5-.1h-.2c-.5-.1-1-.2-1.4-.3h-.1l-.7-.2h-.1l-.6-.2h-.1l-.6-.2h-.1c-.2-.1-.4-.2-.6-.2h-.1c-.8-.4-1.6-.8-2.2-1.3l-.1-.1-.4-.3-.1-.1-.3-.3-.1-.1c-.1-.1-.2-.2-.3-.2l-.1-.1-.2-.2-.1-.1c-.1-.1-.1-.2-.2-.2l-.1-.1-.2-.3-.1-.1c-.1-.1-.2-.2-.3-.4l-4.9 15.4-6.6-8.8c-2.5.4-4.3 2.9-3.9 5.6.2 1.3.8 2.3 1.6 3.1.2.1 1 .4 2.1 1.1.5.3 1 .6 1.5 1 1 .7 2 1.5 3 2.5l.1.1.1.1c.1 0 .1.1.2.2l.2.2c.5.5 1.1 1.2 1.7 2.1.1.2.2.4.4.6v.1l.3.6v.1l.3.7c.4.8.7 1.5.9 2.4v.1c1 3.8 1 9.1-2.5 16 .1.1.2.1.2.2 3.9 3.3 8.7 5.5 14.1 5.6 3.3-.1 8.2-.9 12.6-2.4zm-5.3-35.6c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2-1.2-.5-1.2-1.2.5-1.2 1.2-1.2z"></path><circle fill="#444" cx="183.9" cy="70.3" r="1.5"></circle><path fill="#B9F6CA" d="M92 207.3h-.5c.1.1.3 0 .5 0zM93.2 207.3h-.1.1zM88.5 207.3c-6-.5-10-3.1-12.2-5 2.2 1.9 6.2 4.5 12.2 5zM68.8 208.3l-.1.1.1-.1c2.4-2.9 4.2-5.6 5.5-8.1 2.1-3.9 3-7.5 3.1-10.4v-.3c-2.4.9-5 1.5-7.7 1.5-11.8 0-21.4-9.6-21.4-21.4 0-8.5 4.9-15.9 12.1-19.3l15.9-11.3c3.2-2.2 7-3.5 11.1-3.5 10.6 0 19.1 8.6 19.1 19.1 0 3.6-1 7-2.8 9.9-5.7.8-10.1.8-13.6.3 3.4.7 7.8.8 13.4 0 .3 1 .4 1.3.5 2.4.1 1.2.3 2.6.4 4.1l1.5 6.2h-5.4c-.8 1.8-1.3 4.6-1.2 9.1.1 4.1 2.3 16.5 2.5 17.3l.3 1.2h.1l.1.6c11.8-6.8 19.7-19.6 19.7-34.2 0-21.8-17.7-39.5-39.5-39.5s-39.5 17.7-39.5 39.5c0 16.9 10.7 31.4 25.6 37 .1 0 .1-.1.2-.2z"></path><path fill="#444" d="M69.9 175.8c-.5-.4-1-.7-1.5-1-1.1-.6-1.8-.9-2-1-.8-.7-1.3-1.8-1.5-3-.3-2.6 1.4-5 3.8-5.4.6-.1 1.2-.1 1.8.1 5.9-1.1 8.5-4.9 9.4-6.5 1.6 2.2 4.6 4.7 10.2 5.8 3.5.5 7.3 1.4 13 .6 1.8-2.9 3.4-7.2 3.4-10.8 0-10.5-8.5-19.1-19.1-19.1-4.1 0-7.9 1.3-11.1 3.5l-15.9 11.3c-7.2 3.4-12.1 10.8-12.1 19.3 0 11.8 9.6 21.4 21.4 21.4 2.7 0 5.3-.6 7.7-1.5 0-5-2.1-8.7-4.6-11.2-1-1-2-1.9-2.9-2.5zm.6-10.5z"></path><path d="M70.5 165.3" fill="none"></path><path fill="#8D6E63" d="M99.3 186.6c-.1-4.5.4-7.3 1.2-9.1h5.4l-1.5-6.2c-.1-1.5-.3-2.9-.4-4.1-.1-1.1-.2-1.4-.5-2.4-5.6.8-10 .7-13.4 0-5.6-1.1-8.6-3.7-10.2-5.8-.9 1.6-3.5 5.4-9.4 6.5-.6-.2-1.2-.2-1.8-.1-2.4.4-4.1 2.8-3.8 5.4.2 1.2.7 2.3 1.5 3 .2.1.9.4 2 1 .5.3 1 .6 1.5 1 .9.6 1.9 1.5 2.9 2.5 2.5 2.5 4.6 6.2 4.6 11.2v.3c-.1 3-1 6.5-3.1 10.4 0 0 .7.9 2 2.1 2.2 1.9 6.2 4.5 12.2 5 .9.1 1.9.1 3 .1h.5c.4 0 .7 0 1.1-.1h.1c2.7-.3 5.6-.9 8.9-2.1-.1-.4-.2-.9-.3-1.2-.2-.9-2.4-13.3-2.5-17.4zm-4.7-14.5c-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2 1.2.5 1.2 1.2-.5 1.2-1.2 1.2z"></path><path d="M70.5 165.3M68.7 208.4" fill="none"></path><path fill="#FFCC80" d="M68.7 208.4l.2-.2c-.1.1-.2.1-.2.2z"></path><circle fill="#444" cx="94.6" cy="170.9" r="1.5"></circle><path fill="#0097A7" d="M102.2 205.1h-.1c-3.3 1.2-6.2 1.9-8.9 2.1h-.1c-.4 0-.7 0-1.1.1h-.5c-1 0-2 0-3-.1-6-.5-10-3.1-12.2-5-1.4-1.2-2-2.1-2-2.1-1.3 2.5-3.1 5.2-5.4 8l-.1.1c-.1.1-.1.2-.2.2 4.3 1.6 9 2.5 13.9 2.5 7.2 0 14-1.9 19.8-5.3 0-.1-.1-.3-.1-.5z"></path><path fill="none" d="M0 0h256v256h-256z"></path></g> <g id="science"><path opacity=".1" fill="#444" enable-background="new" d="M170.5 189c-4.9 0-9.5.3-13.4.7 5-2 7.9-4.2 7.9-6.7 0-7.1-24.3-12.9-54.3-12.9s-54.3 5.8-54.3 12.9c0 7.1 24.3 12.9 54.3 12.9 12.5 0 24-1 33.2-2.7-.4.3-.6.7-.6 1.1 0 2.9 12.2 5.3 27.2 5.3s27.2-2.4 27.2-5.3-12.2-5.3-27.2-5.3z"></path><path fill="#F5F5F5" d="M123.1 113.4v-48.5h-27.4v48.5h-.3l-35 57.1c-4.8 11.1 4.5 15.2 12.9 15.2h72c8.4 0 19.5-4.4 12.9-15.2l-35.1-57.1z"></path><path fill="#7CB342" d="M140.3 141.4h-62.1l-17.9 29.1c-4.8 11.1 4.5 15.2 12.9 15.2h72c8.4 0 19.5-4.4 12.9-15.2l-17.8-29.1z"></path><path fill="#558B2F" d="M140.3 141.4h-29.7v44.2h34.6c8.4 0 19.5-4.4 12.9-15.2l-17.8-29z"></path><circle opacity=".2" fill="#fff" enable-background="new" cx="119" cy="175.9" r="4.1"></circle><circle opacity=".2" fill="#fff" enable-background="new" cx="120.8" cy="150.9" r="3.5"></circle><circle opacity=".2" fill="#fff" enable-background="new" cx="141.3" cy="175.9" r="4.3"></circle><circle opacity=".2" fill="#fff" enable-background="new" cx="126.2" cy="166.1" r="2.5"></circle><path opacity=".2" fill="#fff" enable-background="new" d="M140.5 152.6c0 1.5-1.2 2.8-2.8 2.8-1.5 0-2.8-1.2-2.8-2.8 0-1.5 1.2-2.8 2.8-2.8s2.8 1.3 2.8 2.8zM97.2 150.8c0-2.7 2.2-4.8 4.8-4.8 2.7 0 4.8 2.2 4.8 4.8 0 2.7-2.2 4.8-4.8 4.8-2.7.1-4.8-2.1-4.8-4.8z"></path><circle opacity=".2" fill="#fff" enable-background="new" cx="102" cy="175.9" r="3.5"></circle><circle opacity=".2" fill="#fff" enable-background="new" cx="79.7" cy="157.5" r="4.3"></circle><circle opacity=".2" fill="#fff" enable-background="new" cx="91.6" cy="164.7" r="2.5"></circle><path opacity=".2" fill="#fff" enable-background="new" d="M76.9 175.9c0-1.6 1.3-2.9 2.9-2.9s2.9 1.3 2.9 2.9c0 1.6-1.3 2.9-2.9 2.9-1.7-.1-2.9-1.4-2.9-2.9z"></path><path fill="#F5F5F5" d="M151.2 88.8v88.4c0 12.7 8.6 19.7 19.3 19.7 10.7 0 19.3-7 19.3-19.7v-88.4h-38.6z"></path><path fill="#E0E0E0" d="M170.4 196.9c10.7 0 19.4-7 19.4-19.7v-88.4h-19.4v108.1z"></path><path fill="#AFB42B" d="M189.8 123.7v53.5c0 12.7-8.6 19.7-19.3 19.7s-19.3-7-19.3-19.7v-53.5h38.6z"></path><path opacity=".2" fill="#424242" enable-background="new" d="M151.3 89.5h38.5v3.2h-38.5z"></path><path fill="#E1E1E1" d="M149.3 89.5h42.4c2 0 3.6-1.9 3.6-4.2 0-2.4-1.6-4.3-3.6-4.3h-42.4c-2 0-3.6 1.9-3.6 4.3 0 2.3 1.6 4.2 3.6 4.2z"></path><path fill="#9E9D24" d="M170.4 196.9c10.7 0 19.4-7 19.4-19.7v-53.5h-19.4v73.2z"></path><path fill="#646464" d="M179.5 135.1h10.2v2.6h-10.2zM179.5 152.1h10.2v2.5h-10.2zM179.5 169.1h10.2v2.5h-10.2zM179.5 101.1h10.2v2.6h-10.2zM179.5 118.1h10.2v2.6h-10.2z"></path><path opacity=".2" fill="#424242" enable-background="new" d="M95.6 64.9h27.5v3.2h-27.5z"></path><path fill="#E1E1E1" d="M93.6 64.9h31.4c2 0 3.6-1.9 3.6-4.2 0-2.4-1.6-4.3-3.6-4.3h-31.4c-2 0-3.6 1.9-3.6 4.3 0 2.3 1.6 4.2 3.6 4.2z"></path><path fill="none" d="M0 0h256v256h-256z"></path></g> <g id="sports"><circle fill="#FAFAFA" cx="81.2" cy="119.9" r="45.4"></circle><path fill="#FAFAFA" d="M81.1 137.2l-15.5-11.2 5.9-18.1h19.1l5.9 18.1-15.4 11.2z"></path><path fill="#444" d="M71.5 107.9l-5.9 18.1 15.5 11.2 15.4-11.2-5.9-18.1zM80.7 150.6l-15.4 6.9 3.1 5.9c4 1.2 8.3 1.8 12.7 1.8 4 0 8-.5 11.7-1.5l3.3-6.2-15.4-6.9zM51.6 128.3l-10.3-13.4-5.5 4.8v.2c0 8.6 2.4 16.6 6.6 23.5l6.1 1.6 3.1-16.7zM109.7 127.9l3.1 16.6 7.7-2c3.8-6.6 6-14.2 6.1-22.3l-6.5-5.7-10.4 13.4zM98.8 97.4l16.5 3.7 1.5-9.3c-4.6-5.8-10.5-10.4-17.3-13.4l-8.8 4.2 8.1 14.8zM62.2 96.9l8.2-14.8-7.7-3.6c-7.3 3.3-13.6 8.4-18.2 14.8l1.2 7.4 16.5-3.8z"></path><path opacity=".1" fill="#424242" enable-background="new" d="M81.2 74.5c-3.4 0-6.8.4-10 1.1 20.2 4.6 35.4 22.6 35.4 44.2s-15.1 39.7-35.4 44.2c3.2.7 6.6 1.1 10 1.1 25.1 0 45.4-20.3 45.4-45.4 0-24.9-20.4-45.2-45.4-45.2z"></path><path fill="#E7711B" d="M181 137.1c3.8-14.4 12.9-26.2 24.7-33.7-7.3-11-18.4-19.4-32-23l-12 52.2 19.3 4.5zM135 126.5c2.6-13.6-.2-27.2-7-38.2-10.6 7.3-18.7 18.2-22.2 31.5l29.2 6.7zM158 131.8l12-52.2c-13.8-2.7-27.5 0-38.8 6.7 7.3 11.9 10.3 26.4 7.5 41.1l19.3 4.4zM134.2 130.2l-29.2-6.7c-2.6 13.5-.1 26.9 6.2 38.1 10.9-7 19.4-18 23-31.4zM160.9 136.3l-12 52.2c13.8 2.7 27.5 0 38.8-6.7-7.3-11.9-10.3-26.4-7.5-41.1l-19.3-4.4zM183.9 141.6c-2.6 13.6.2 27.2 7 38.2 10.6-7.3 18.7-18.2 22.2-31.5l-29.2-6.7zM137.8 131.1c-3.8 14.4-12.9 26.2-24.7 33.7 7.3 11 18.4 19.4 32 23l12-52.2-19.3-4.5zM213.9 144.7c2.6-13.5.1-26.9-6.2-38.1-11 7-19.4 17.9-23 31.3l29.2 6.8z"></path><path fill="#572A1A" d="M190.8 179.9c-6.8-11.1-9.6-24.6-7-38.2l29.2 6.7.5-1.8.4-1.8-29.2-6.7c3.6-13.4 12-24.3 23-31.3-.6-1.1-1.3-2.2-2-3.2-11.8 7.5-20.9 19.3-24.7 33.7l-19.3-4.5 12-52.2-1.8-.5-1.8-.4-12 52.2-19.3-4.5c2.9-14.7-.2-29.2-7.5-41.1-1.1.6-2.1 1.3-3.2 2 6.8 11.1 9.6 24.6 7 38.2l-29.2-6.7-.5 1.8-.4 1.8 29.2 6.7c-3.6 13.4-12 24.3-23 31.3.6 1.1 1.3 2.1 2 3.2 11.8-7.5 20.9-19.3 24.7-33.7l19.3 4.5-12 52.2 1.8.5 1.8.4 12-52.2 19.3 4.5c-2.9 14.7.2 29.2 7.5 41.1 1.1-.6 2.2-1.3 3.2-2z"></path><circle fill="#fff" cx="103.9" cy="167.9" r="18"></circle><g fill="#D3362D"><path d="M102.8 185.4c.1-.8-.5-1.6-1.4-1.7-.8-.1-1.6.5-1.7 1.4v.2c1 .2 2 .4 3 .5 0-.1 0-.3.1-.4zM121.3 163.8h-.3l-1.6.2c-.8.1-1.4.9-1.2 1.8.1.7.8 1.3 1.5 1.3h.3l1.4-.2.4-.1c-.1-1.1-.3-2.1-.5-3zM106.6 174.4c.4 0 .9-.2 1.2-.5.3-.4.6-.7 1-1 .6-.6.6-1.6 0-2.2-.6-.6-1.6-.6-2.2 0-.4.4-.8.8-1.1 1.2-.6.6-.5 1.6.1 2.2.3.1.7.3 1 .3zM113.2 165.9c-.5.2-1 .5-1.5.8-.7.4-1 1.3-.6 2.1.3.5.8.8 1.3.8.3 0 .5-.1.8-.2.4-.2.8-.5 1.3-.7.8-.4 1.1-1.3.7-2-.3-.8-1.2-1.1-2-.8zM102.1 180.8c.2.1.4.1.6.1.6 0 1.2-.4 1.4-1l.6-1.3c.4-.8 0-1.7-.7-2s-1.7 0-2 .7c-.2.5-.5 1-.6 1.5-.5.8-.1 1.6.7 2zM92.4 170.6c.2 0 .4 0 .6-.1l1.5-.6c.8-.4 1.1-1.3.7-2-.4-.8-1.3-1.1-2-.7l-1.3.6c-.8.3-1.2 1.2-.9 2 .2.4.8.8 1.4.8zM101.1 163c-.6-.6-1.6-.6-2.2 0l-1 1c-.6.6-.7 1.5-.1 2.2.3.3.7.5 1.2.5.4 0 .7-.1 1-.4l1.2-1.1c.5-.6.5-1.6-.1-2.2zM86.6 172c.8-.1 1.5-.8 1.4-1.7-.1-.8-.8-1.5-1.7-1.4h-.4c.1 1 .2 2 .5 3 .1.1.2.1.2.1zM105 150.4c0 .5-.1.9-.2 1.4-.1.8.4 1.6 1.2 1.8h.3c.7 0 1.4-.5 1.5-1.3.1-.5.2-1.1.2-1.6v-.3c-1-.2-1.9-.4-2.9-.4-.1.1-.1.3-.1.4zM105.8 158.5c.4-.8 0-1.7-.7-2-.8-.4-1.7 0-2 .7-.2.4-.4.9-.7 1.3-.4.7-.2 1.7.6 2.1.2.1.5.2.7.2.5 0 1.1-.3 1.3-.8.3-.5.6-1 .8-1.5z"></path></g><path opacity=".1" fill="#424242" enable-background="new" d="M159.4 78.3c-3.4 0-6.8.3-10 .9 26 4.7 45.8 27.5 45.8 54.9s-19.8 50.2-45.8 54.9c3.2.6 6.6.9 10 .9 30.8 0 55.8-25 55.8-55.8s-24.9-55.8-55.8-55.8z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M116.6 155.2c-4.8-4.8-11.6-6.3-17.7-4.5 2.8.8 5.5 2.3 7.7 4.5 7 7 7 18.4 0 25.4-2.2 2.2-4.9 3.7-7.7 4.5 6.1 1.8 12.9.2 17.7-4.5 7-7 7-18.4 0-25.4z"></path><path fill="none" d="M0 0h256v256h-256z"></path></g> <g id="tvmovies"><path fill="none" d="M0 0h256v256h-256z"></path><ellipse opacity=".1" fill="#444" enable-background="new" cx="186.6" cy="180.3" rx="18.3" ry="3.8"></ellipse><ellipse opacity=".1" fill="#444" enable-background="new" cx="103.6" cy="179.9" rx="46.5" ry="4.5"></ellipse><path fill="#FACB43" d="M149.1 85.8c0-6.7-5.4-12.1-12.1-12.1-.8 0-1.5.1-2.2.2-7.4-9.1-18.6-14.9-31.2-14.9-10.6 0-20.3 4.2-27.5 10.9-1.1-.3-2.3-.5-3.5-.5-6.7 0-12.1 5.4-12.1 12.1 0 3.5 1.5 6.7 4 8.9-.6 2.8-1 5.7-1 8.7 0 22.1 18 40.1 40.1 40.1s40.1-18 40.1-40.1c0-1.1-.1-2.1-.1-3.1 3.3-2.2 5.5-5.9 5.5-10.2z"></path><path fill="#fff" d="M157.5 79h-107.9c-2.1 0-3.8 1.7-3.8 3.8 0 2.1 1.7 3.8 3.8 3.8h5.6l10.4 94.1h76l10.5-94.1h5.4c2.1 0 3.8-1.7 3.8-3.8 0-2.1-1.7-3.8-3.8-3.8z"></path><path fill="#DB4437" d="M97.1 86.6v94h13v-94zM126.9 86.6l-10.2 94.1h13.1l10.1-94.1zM67.2 86.5l10.2 94.2h13.1l-10.2-94.2z"></path><path fill="#666" d="M190.3 113.7l-5.4-.6 1.1-10c.5-4.9 4.6-10.1 9.3-11.8l13.1-4.7 1.9 5.1-13.1 4.7c-2.7 1-5.4 4.3-5.7 7.2l-1.2 10.1z"></path><path fill="#fff" d="M164.6 112.4h44l-7.6 68.3h-28.9z"></path><path fill="#4DBFD9" d="M203.2 161h-33.3l-2.9-27h39.2z"></path><path opacity=".1" fill="#212121" enable-background="new" d="M208.1 116.9l-40.6 22.3-2.9-22.3z"></path><ellipse fill="#FACB43" cx="54.8" cy="183.3" rx="4.8" ry="4.7"></ellipse><ellipse fill="#FACB43" cx="52" cy="186.5" rx="3.4" ry="3.4"></ellipse><ellipse fill="#FACB43" cx="57.9" cy="186.5" rx="3.4" ry="3.4"></ellipse><ellipse transform="matrix(-.555 .832 -.832 -.555 336.922 207.511)" fill="#FACB43" cx="112.9" cy="193.9" rx="4.8" ry="4.7"></ellipse><ellipse fill="#FACB43" cx="111.8" cy="189.8" rx="3.4" ry="3.4"></ellipse><ellipse fill="#FACB43" cx="108.5" cy="194.8" rx="3.4" ry="3.4"></ellipse><ellipse transform="matrix(.973 -.232 .232 .973 -37.889 38.871)" fill="#FACB43" cx="146.1" cy="180.3" rx="4.8" ry="4.7"></ellipse><ellipse fill="#FACB43" cx="144.1" cy="184.1" rx="3.4" ry="3.4"></ellipse><ellipse fill="#FACB43" cx="149.4" cy="181.1" rx="3.4" ry="3.4"></ellipse><path opacity=".1" fill="#212121" enable-background="new" d="M151.5 91h-95.9l-.4-4.4h96.8zM45.8 82.9c0 2.1 1.7 3.8 3.8 3.8h5.6l4.9 43.6 91.4-39.2.8-4.4h5.2c2.1 0 3.8-1.7 3.8-3.8h-115.5z"></path></g> </defs></svg></core-iconset-svg> <polymer-element name="core-toolbar" attributes="justify middleJustify bottomJustify" assetpath="components/core-toolbar/"> <template> <style>:host { display: block; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; height: 64px; font-size: 1.3em; background-color: #CFD8DC;}:host(.animate) { transition: height 0.18s ease-in;}:host(.medium-tall) { height: 128px;}:host(.tall) { height: 192px;}.toolbar-tools { position: relative; height: 64px; padding: 0 8px; pointer-events: none;}:host(.core-narrow),:host-context(.core-narrow) { height: 56px;}polyfill-next-selector { content: ':host.core-narrow.medium-tall, .core-narrow :host.medium-tall'; }:host(.core-narrow.medium-tall),:host-context(.core-narrow):host(.medium-tall) { height: 112px;}polyfill-next-selector { content: ':host.core-narrow.tall, .core-narrow :host.tall'; }:host(.core-narrow.tall),:host-context(.core-narrow):host(.tall) { height: 168px;}polyfill-next-selector { content: ':host.core-narrow .toolbar-tools, .core-narrow :host .toolbar-tools'; }:host(.core-narrow) .toolbar-tools,:host-context(.core-narrow) .toolbar-tools { height: 56px; padding: 0;}#middleBar { position: absolute; top: 0; right: 0; left: 0;}:host(.tall, .medium-tall) #middleBar { -webkit-transform: translateY(100%); transform: translateY(100%);}#bottomBar { position: absolute; right: 0; bottom: 0; left: 0;}polyfill-next-selector { content: '.toolbar-tools > *:not([disabled])'; }::content > *:not([disabled]) { pointer-events: auto;}polyfill-next-selector { content: '.toolbar-tools > *'; }::content > * { margin: 0 8px;}polyfill-next-selector { content: '.toolbar-tools > .fit'; }::content > .fit { position: absolute; top: auto; right: 0; bottom: 0; left: 0; width: auto; margin: 0;}polyfill-next-selector { content: ':host .indent'; }::content > .indent { margin-left: 60px;}</style> <div id="bottomBar" class="toolbar-tools" center="" horizontal="" layout=""> <content select=".bottom"></content> </div> <div id="middleBar" class="toolbar-tools" center="" horizontal="" layout=""> <content select=".middle"></content> </div> <div id="topBar" class="toolbar-tools" center="" horizontal="" layout=""> <content></content> </div> </template> </polymer-element> <polymer-element name="core-selection" attributes="multi" hidden="" assetpath="components/core-selection/"> </polymer-element> <polymer-element name="core-selector" attributes="selected multi valueattr selectedClass selectedProperty selectedAttribute selectedItem selectedModel selectedIndex notap excludedLocalNames target itemsSelector activateEvent" assetpath="components/core-selector/"> <template> <core-selection id="selection" multi="{{multi}}" on-core-select="{{selectionSelect}}"></core-selection> <content id="items" select="*"></content> </template> </polymer-element> <polymer-element name="topeka-categories" attributes="user categories category wide allScores" vertical="" layout="" assetpath="components/topeka-elements/"> <template> <style>.categories-panel { position: relative; overflow-x: hidden; background-color: #424242;}.category-toolbar { height: 100px; z-index: 1; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);}.category-toolbar::shadow #topBar { height: 96px;}.topeka-avatar { border-radius: 50%; overflow: hidden; height: 64px; width: 64px;}.category-bg-wrapper core-icon { height: 100%; width: 100%;}.category-list { display: block; position: absolute; top: 100px; right: 0; bottom: 0; left: 0; padding: 2px 0; margin: 0 -2px; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch;}.user-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}.category-item { position: relative; float: left; vertical-align: top; width: 50%; height: 224px; will-change: transform;}.category-item[needZ] { z-index: 10000; }.category-item.completed { pointer-events: none;}.tile { position: relative; margin: 2px;}.category-tile-bg { position: absolute !important;}.category-bg-wrapper { width: 80%; height: 80%;}.completed .category-bg-wrapper { width: 96px !important; height: 96px !important;}.cat-name { height: 48px; padding: 0 16px; font-size: 12px;}.leaderboard, .profile { color: #fff;}.leaderboard .theme-bg-a, .profile .theme-bg-a { background-color: #f5f5f5;}.leaderboard .cat-name, .profile .cat-name { background-color: #999;}.polymer-logo > .tile { background-color: #eee;}.polymer-logo core-icon { width: 100%; height: 100%;}.wide.category-list { padding: 4px 0; margin: 0 -4px; overflow-y: hidden;}.wide .category-item > .tile { margin: 4px;}.wide .category-item { width: calc(100% / 6); height: calc(100% / 3);}.wide .category-item:nth-of-type(1) { width: calc(100% / 3); height: calc(100% / 3 * 2);}.wide .category-item:nth-of-type(1) .category-bg-wrapper { width: 64%; height: 64%;}.wide .category-item:nth-of-type(4) { width: calc(100% / 3);}.wide .category-item:nth-of-type(4) .category-bg-wrapper { width: 100%; height: 100%;}.wide .category-item:nth-of-type(5) { width: calc(100% / 3); height: calc(100% / 3 * 2);}.wide .category-item:nth-of-type(9) { position: absolute; top: calc(100% / 3 * 2); left: 0; width: calc(100% / 6); height: calc(100% / 3 - 4px);}.wide .category-item:nth-of-type(10) { position: absolute; top: calc(100% / 3 * 2); left: calc(100% / 6);; width: calc(100% / 6); height: calc(100% / 3 - 4px);}</style> <style>.yellow-theme /deep/ .theme-bg, .yellow-theme.theme-bg { background-color: #ffeb3b; color: #616161;}.yellow-theme /deep/ .theme-bg-a,.yellow-theme.theme-bg-a { background-color: #ffff8d;}.yellow-theme /deep/ .theme-color { color: #616161;}.yellow-theme /deep/ .theme-primary-color { color: #ffeb3b;}.yellow-theme /deep/ .theme-icon { color: #ffeb3b;}.yellow-theme /deep/ .theme-border-color { border-color: #ffeb3b;}.yellow-theme /deep/ paper-progress::shadow #progressContainer { background-color: transparent;}.yellow-theme /deep/ paper-progress::shadow #activeProgress { background-color: #ffeb3b;}.green-theme /deep/ .theme-bg,.green-theme.theme-bg { background-color: #1de9b6; color: #616161;}.green-theme /deep/ .theme-bg-a,.green-theme.theme-bg-a { background-color: #b9f6ca;}.green-theme /deep/ .theme-color { color: #616161; }.green-theme /deep/ .theme-icon { color: #1de9b6;}.green-theme /deep/ .theme-primary-color { color: #1de9b6;}.green-theme /deep/ .theme-border-color { border-color: #1de9b6;}.green-theme /deep/ paper-progress::shadow #progressContainer { background-color: transparent;}.green-theme /deep/ paper-progress::shadow #activeProgress { background-color: #1de9b6;}.red-theme /deep/ .theme-bg,.red-theme.theme-bg { background-color: #ff5252; color: #fff;}.red-theme /deep/ .theme-bg-a,.red-theme.theme-bg-a { background-color: #ff8a80;}.red-theme /deep/ .theme-color { color: #fff;}.red-theme /deep/ .theme-icon { color: #ff5252;}.red-theme /deep/ .theme-primary-color { color: #ff5252;}.red-theme /deep/ .theme-border-color { border-color: #ff5252;}.red-theme /deep/ paper-progress::shadow #progressContainer { background-color: transparent;}.red-theme /deep/ paper-progress::shadow #activeProgress { background-color: #ff5252;}.blue-theme /deep/ .theme-bg,.blue-theme.theme-bg { background-color: #03A9F4; color: #fff;}.blue-theme /deep/ .theme-bg-a,.blue-theme.theme-bg-a { background-color: #84ffff;}.blue-theme /deep/ .theme-color { color: #fff;}.blue-theme /deep/ .theme-icon { color: #03A9F4;}.blue-theme /deep/ .theme-primary-color { color: #03A9F4;}.blue-theme /deep/ .theme-border-color { border-color: #03A9F4;}.blue-theme /deep/ paper-progress::shadow #progressContainer { background-color: transparent;}.blue-theme /deep/ paper-progress::shadow #activeProgress { background-color: #03A9F4;}.purple-theme /deep/ .theme-bg,.purple-theme.theme-bg { background-color: #7e57c2; color: #fff;}.purple-theme /deep/ .theme-bg-a,.purple-theme.theme-bg-a { background-color: #b388ff;}.purple-theme /deep/ .theme-color { color: #fff;}.purple-theme /deep/ .theme-icon { color: #7e57c2;}.purple-theme /deep/ .theme-primary-color { color: #7e57c2;}.purple-theme /deep/ .theme-border-color { border-color: #7e57c2;}.purple-theme /deep/ paper-progress::shadow #progressContainer { background-color: transparent;}.purple-theme /deep/ paper-progress::shadow #activeProgress { background-color: #7e57c2;}</style> <div class="categories-panel" flex="" auto=""> <core-toolbar class="category-toolbar" slide-down?="{{parentElement.selected !== 'category' && parentElement.lastSelected !== 'category'}}"> <core-icon icon="avatars:avatar-{{user.avatar}}" class="topeka-avatar"></core-icon> <div flex="" class="user-name">{{user.name}}</div> <div>{{user.score}} pts</div> </core-toolbar> <core-selector class="category-list content {{ {wide: wide} | tokenList }}" selected="{{selected}}" tile-cascade?="{{parentElement.selected !== 'category' && parentElement.lastSelected !== 'category'}}" fade?="{{parentElement.lastSelected === 'splash'}}"> <div class="category-item leaderboard" vertical="" layout=""> <div class="tile theme-bg-a" dummy="" fit=""></div> <div class="tile" flex="" vertical="" layout=""> <div flex="" relative=""> <div fit="" layout="" vertical="" center="" center-justified=""> <div class="category-bg-wrapper"> <core-icon icon="category-icons:leaderboard" class="category-tile-bg" fit=""></core-icon> </div> </div> </div> <div class="cat-name" horizontal="" center="" layout=""> <div flex="">Leaderboard</div> <core-icon class="category-icon" icon="arrow-forward"></core-icon> </div> </div> </div> <template repeat="{{cat, i in categories}}"> <template bind="{{allScores[cat.name] as scores}}"> <div class="category-item {{cat.theme}}-theme {{ {completed: scores.length == cat.quizzes.length} | tokenList }}" vertical="" layout="" needz?="{{category.name === cat.name}}"> <div class="tile theme-bg-a" dummy="" fit="" hero-id="{{category.name === cat.name ? 'punch' : ''}}" hero?="{{category.name === cat.name}}"></div> <div class="tile" flex="" auto="" vertical="" layout=""> <div flex="" auto="" relative=""> <div fit="" layout="" vertical="" center="" center-justified=""> <div class="category-bg-wrapper"> <core-icon class="category-tile-bg {{ {'theme-icon': scores.length === cat.quizzes.length} | tokenList }}" icon="{{scores.length === cat.quizzes.length ? 'check' : 'category-icons:' + cat.id}}" cross-fade-delayed?="{{category.name === cat.name && parentElement.lastSelected === 'category'}}" fit=""></core-icon> </div> </div> </div> <div class="cat-name theme-bg" horizontal="" center="" layout="" hero-id="{{category.name === cat.name ? 'punch-bottom' : ''}}" hero?="{{category.name === cat.name}}"> <div flex=""> <span cross-fade-delayed?="{{category.name === cat.name && parentElement.lastSelected === 'category'}}">{{cat.name}}</span> </div> <core-icon class="category-icon theme-bg" icon="av:play-arrow" hidden?="{{scores.length === cat.quizzes.length}}" cross-fade-delayed?="{{category.name === cat.name && parentElement.lastSelected === 'category'}}"></core-icon> </div> </div> </div> </template> </template> <div class="category-item profile" vertical="" layout=""> <div class="tile theme-bg-a" dummy="" fit=""></div> <div class="tile" flex="" auto="" vertical="" layout=""> <div flex="" auto="" relative=""> <div fit="" layout="" vertical="" center="" center-justified=""> <div class="category-bg-wrapper"> <core-icon icon="category-icons:profile" class="category-tile-bg" fit=""></core-icon> </div> </div> </div> <div class="cat-name" horizontal="" center="" layout=""> <div flex="">Profile</div> <core-icon class="category-icon" icon="arrow-forward"></core-icon> </div> </div> </div> <div class="category-item polymer-logo" hidden?="{{wide}}" vertical="" layout=""> <div class="tile" fit=""> <core-icon icon="category-icons:polymer"></core-icon> </div> </div> </core-selector> </div> </template> </polymer-element> <polymer-element name="paper-ripple" attributes="initialOpacity opacityDecayVelocity" assetpath="components/paper-ripple/"> <template> <style> :host { display: block; position: relative; border-radius: inherit; overflow: hidden; } :host-context([noink]) { pointer-events: none; } #bg, #waves, .wave-container, .wave { pointer-events: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #bg, .wave { opacity: 0; } #waves, .wave { overflow: hidden; } .wave-container, .wave { border-radius: 50%; } :host(.circle) #bg, :host(.circle) #waves { border-radius: 50%; } :host(.circle) .wave-container { overflow: hidden; } </style> <div id="bg"></div> <div id="waves"> </div> </template> </polymer-element> <polymer-element name="paper-button-base" tabindex="0" assetpath="components/paper-button/"> </polymer-element> <polymer-element name="paper-shadow" assetpath="components/paper-shadow/"> <template> <div id="shadow-bottom" fit="" animated?="[[animated]]" class="paper-shadow-bottom-z-[[z]]"></div> <div id="shadow-top" fit="" animated?="[[animated]]" class="paper-shadow-top-z-[[z]]"></div> <content></content> </template> </polymer-element> <polymer-element name="paper-fab" extends="paper-button-base" attributes="src icon mini" role="button" assetpath="components/paper-fab/"> <template> <style> :host { display: inline-block; position: relative; outline: none; -webkit-user-select: none; user-select: none; cursor: pointer; z-index: 0; box-sizing: border-box; width: 56px; height: 56px; background: #d23f31; color: #fff; border-radius: 50%; padding: 16px; } :host([mini]) { width: 40px; height: 40px; padding: 8px; } :host([disabled]) { color: #c9c9c9; pointer-events: none; cursor: auto; } #ripple { pointer-events: none; z-index: -1; } #shadow { border-radius: inherit; pointer-events: none; } #icon { display: block; pointer-events: none; } </style> <template if="{{raised}}"> <paper-shadow id="shadow" fit="" animated=""></paper-shadow> </template> <core-icon relative="" id="icon" src="{{src}}" icon="{{icon}}"></core-icon> </template> </polymer-element> <polymer-element name="topeka-category-front-page" attributes="category wide" vertical="" layout="" assetpath="components/topeka-elements/"> <template> <style> .bottom-bar { position: relative; height: 64px; line-height: 64px; padding: 0 16px; box-sizing: border-box; -moz-box-sizing: border-box; font-size: 18px; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16); } .bottom-bar.wide, .dummy.wide { box-sizing: border-box; width: 512px; margin: 0 auto; padding: 0 24px; } paper-fab { position: absolute; top: -28px; right: 16px; background-color: #fff; color: #616161; } .wide > paper-fab { right: 24px; } </style> <div flex=""></div> <div class="bottom-bar theme-bg {{ {wide: wide} | tokenList }}" horizontal="" center="" layout="" hero-id="punch-bottom" hero=""> <div cross-fade-delayed?="{{parentElement.selected === 'front'}}">{{category.name}}</div> <paper-fab icon="av:play-arrow" on-tap="{{nextAction}}" scale-up=""></paper-fab> </div> <div class="dummy {{ {wide: wide} | tokenList }}" hero-id="quizzes-content" hero=""></div> </template> </polymer-element> <polymer-element name="core-range" attributes="value min max step ratio" assetpath="components/core-range/"> </polymer-element> <polymer-element name="paper-progress" extends="core-range" attributes="secondaryProgress indeterminate" assetpath="components/paper-progress/"> <template> <style>:host { display: inline-block; width: 200px; height: 4px;}#progressContainer { position: relative; height: 100%; background-color: #c8c8c8; overflow: hidden;}#activeProgress,#secondaryProgress { -webkit-transform-origin: left center; transform-origin: left center; -webkit-transform: scaleX(0); transform: scaleX(0);}#activeProgress { background-color: #0f9d58;}#secondaryProgress { background-color: #87ceac;}#activeProgress.indeterminate { -webkit-transform-origin: center center; transform-origin: center center; -webkit-animation: indeterminate-bar 1s linear infinite; animation: indeterminate-bar 1s linear infinite;}@-webkit-keyframes indeterminate-bar { 0% { -webkit-transform: translate(-50%) scaleX(0); } 50% { -webkit-transform: translate(0%) scaleX(0.3); } 100% { -webkit-transform: translate(50%) scaleX(0); }}@keyframes indeterminate-bar { 0% { transform: translate(-50%) scaleX(0); } 50% { transform: translate(0%) scaleX(0.3); } 100% { transform: translate(50%) scaleX(0); }}</style> <div id="progressContainer" role="progressbar" aria-valuenow="{{value}}" aria-valuemin="{{min}}" aria-valuemax="{{max}}"> <div id="secondaryProgress" fit=""></div> <div id="activeProgress" fit=""></div> </div> </template> </polymer-element> <polymer-element name="topeka-status-bar" attributes="avatar scores category wide" vertical="" layout="" assetpath="components/topeka-elements/"> <template> <style> :host { display: block; height: 64px; background-color: #fff; } .topeka-avatar { border-radius: 50%; overflow: hidden; width: 40px; height: 40px; will-change: transform; transform: translateZ(0); -webkit-transform: translateZ(0); } paper-progress { width: 100%; } .info { padding: 0 16px; } .wide.info { padding: 0 24px; } .cat-info { padding: 0 16px; } .cat-info > .title { font-size: 14px; line-height: 24px; } .pts { font-size: 24px; } paper-progress::shadow #activeProgress { transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1); } </style> <paper-progress value="{{scores.length + (scores.length === category.quizzes.length ? 0 : 1)}}" max="{{category.quizzes.length}}"></paper-progress> <div class="info {{ {wide: wide} | tokenList }}" flex="" horizontal="" center="" layout=""> <core-icon icon="avatars:avatar-{{avatar}}" class="topeka-avatar"></core-icon> <div class="cat-info" flex="" vertical="" layout=""> <div class="title font-medium">{{category.name}}</div> <div class="progress">{{scores.length + (scores.length === category.quizzes.length ? 0 : 1)}} / {{category.quizzes.length}}</div> </div> <div class="pts">{{pts}}</div> </div> </template> </polymer-element> <polymer-element name="topeka-quiz-base" attributes="quiz" block="" assetpath="components/topeka-elements/"> <template> <style> :host { padding: 40px 16px; } :host-context(.wide) { padding: 40px 24px 48px; } </style> </template> </polymer-element> <polymer-element name="core-input" extends="input" assetpath="components/core-input/"> </polymer-element> <polymer-element name="core-style" hidden="" assetpath="components/core-style/"> </polymer-element> <core-style id="paper-input-decorator"> .label-text, .error { color: {{g.paperInput.labelColor}}; } ::-webkit-input-placeholder { color: {{g.paperInput.labelColor}}; } ::-moz-placeholder { color: {{g.paperInput.labelColor}}; } :-ms-input-placeholder { color: {{g.paperInput.labelColor}}; } .unfocused-underline { background-color: {{g.paperInput.labelColor}}; } :host([focused]) .floated-label .label-text { color: {{g.paperInput.focusedColor}}; } .focused-underline { background-color: {{g.paperInput.focusedColor}}; } :host(.invalid) .floated-label .label-text, .error { color: {{g.paperInput.invalidColor}}; } :host(.invalid) .unfocused-underline, :host(.invalid) .focused-underline { background-color: {{g.paperInput.invalidColor}}; } </core-style> <polymer-element name="paper-input-decorator" layout="" vertical="" on-transitionend="{{transitionEndAction}}" on-webkittransitionend="{{transitionEndAction}}" on-input="{{inputAction}}" on-down="{{downAction}}" on-tap="{{tapAction}}" on-char-counter-error="{{charCounterErrorAction}}" assetpath="components/paper-input/"> <template> <style>:host { display: inline-block; outline: none; text-align: inherit; padding: 0.75em 0;}polyfill-next-selector { content: '.input-body > :not(.label)';}::content > *,::content > input[is="core-input"] { padding: 0; margin: 0.5em 0 0.25em; width: 100%;}polyfill-next-selector { content: 'input, textarea';}::content input,::content input[is=core-input],::content textarea { font: inherit; color: inherit; background-color: transparent; border: none; outline: none;}polyfill-next-selector { content: ':invalid';}::content input:invalid,::content textarea:invalid { box-shadow: none;}polyfill-next-selector { content: 'textarea';}::content textarea { resize: none;}[invisible] { visibility: hidden;}[animated] { visibility: visible !important; -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);}.floated-label { font-size: 0.75em; background: transparent; white-space: nowrap;}.mirror-text { padding: 0.5em 0 0.25em; max-width: 100%; white-space: nowrap;}:host([multiline]) .mirror-text { white-space: pre-wrap; word-wrap: break-word;}.label { padding: 0.5em 0 0.25em; background: transparent; pointer-events: none;}.label-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; max-width: 100%; -moz-transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%; transform-origin: 0% 0%;}.underline { height: 0px; overflow: visible;}:host([disabled]) .underline { border-bottom: 1px dashed #757575;}.unfocused-underline { height: 1px;}.focused-underline { height: 2px; -webkit-transform: none; transform: none;}.focused-underline[invisible] { -webkit-transform: scale3d(0,1,1); transform: scale3d(0,1,1);}.error-text { font-size: 0.75em; padding: 0.5em 0;}.error-icon { height: 20px; width: 20px;}</style> <core-style ref="paper-input-decorator"></core-style> <div class="floated-label" aria-hidden="true" hidden?="{{!floatingLabel}}" invisible?="{{!floatingLabelVisible || labelAnimated}}"> <span id="floatedLabelText" class="label-text">{{label}}</span> </div> <div class="input-body" flex="" auto="" relative=""> <div class="label" fit="" invisible="" aria-hidden="true"> <span id="labelText" class="label-text" invisible?="{{!_labelVisible}}" animated?="{{labelAnimated}}">{{label}}</span> </div> <content select="*:not(.counter)"></content> </div> <div id="underline" class="underline" relative=""> <div class="unfocused-underline" fit="" invisible?="{{disabled}}"></div> <div id="focusedUnderline" class="focused-underline" fit="" invisible?="{{!underlineVisible}}" animated?="{{underlineAnimated}}"></div> </div> <div class="footer" layout="" horizontal="" end-justified=""> <div class="error" flex="" layout="" horizontal="" center="" hidden?="{{!isInvalid}}"> <div class="error-text" flex="" auto="" role="alert" aria-hidden="{{!isInvalid}}">{{error}}</div> <core-icon id="errorIcon" class="error-icon" icon="warning"></core-icon> </div> <div aria-hidden="true"> <content select=".counter"></content> </div> </div> </template> </polymer-element> <polymer-element name="paper-input" assetpath="components/paper-input/"> <template> <style> :host { display: inline-block; } </style> <paper-input-decorator id="decorator" label="{{label}}" floatinglabel="{{floatingLabel}}" value="{{value}}" disabled?="{{disabled}}"> <input is="core-input" id="input" value="{{value}}" committedvalue="{{committedValue}}" on-change="{{changeAction}}" disabled?="{{disabled}}"> </paper-input-decorator> </template> </polymer-element> <polymer-element name="topeka-quiz-fill-blank" extends="topeka-quiz-base" assetpath="components/topeka-elements/templates/"> <template> <style> :host { padding: 40px; } :host-context(.wide) { width: 304px; margin: 0 auto; } paper-input { width: 100%; height: 48px; } </style> <div>{{quiz.start}}</div> <paper-input value="{{value}}" label="Fill in the Blank"></paper-input> <div>{{quiz.end}}</div> </template> </polymer-element> <polymer-element name="topeka-quiz-fill-two-blanks" extends="topeka-quiz-fill-blank" assetpath="components/topeka-elements/templates/"> <template> <style> paper-input { width: 100%; height: 48px; } </style> <shadow></shadow> <paper-input inputvalue="{{value2}}" label="Fill in the Blank"></paper-input> </template> </polymer-element> <polymer-element name="core-a11y-keys" assetpath="components/core-a11y-keys/"> </polymer-element> <polymer-element name="paper-radio-button" role="radio" tabindex="0" aria-checked="false" assetpath="components/paper-radio-button/"> <template> <style>:host { display: inline-block; white-space: nowrap;}:host(:focus) { outline: none;}#radioContainer { position: relative; width: 16px; height: 16px; cursor: pointer;}#radioContainer.labeled { display: inline-block; vertical-align: middle;}#ink { position: absolute; top: -16px; left: -16px; width: 48px; height: 48px; color: #5a5a5a;}#ink[checked] { color: #0f9d58;}#offRadio { position: absolute; top: 0px; left: 0px; width: 12px; height: 12px; border-radius: 50%; border: solid 2px; border-color: #5a5a5a; transition: border-color 0.28s;}:host([checked]) #offRadio { border-color: #009688;}#onRadio { position: absolute; top: 4px; left: 4px; width: 8px; height: 8px; border-radius: 50%; background-color: #009688; -webkit-transform: scale(0); transform: scale(0); transition: -webkit-transform ease 0.28s; transition: transform ease 0.28s;}:host([checked]) #onRadio { -webkit-transform: scale(1); transform: scale(1);}#radioLabel { position: relative; display: inline-block; vertical-align: middle; margin-left: 10px; white-space: normal; pointer-events: none;}#radioLabel[hidden] { display: none;}:host([disabled]) { pointer-events: none;}:host([disabled]) #offRadio,:host([disabled]) #onRadio { opacity: 0.33;}:host([disabled]) #offRadio { border-color: #5a5a5a;}:host([disabled][checked]) #onRadio { background-color: #5a5a5a;}</style> <core-a11y-keys target="{{}}" keys="space" on-keys-pressed="{{tap}}"></core-a11y-keys> <div id="radioContainer" class="{{ {labeled: label} | tokenList }}"> <div id="offRadio"></div> <div id="onRadio"></div> <paper-ripple id="ink" class="circle recenteringTouch" checked?="{{!checked}}"></paper-ripple> </div> <div id="radioLabel" aria-hidden="true" hidden?="{{!label}}">{{label}}<content></content></div> </template> </polymer-element> <polymer-element name="topeka-quiz-single-select" extends="topeka-quiz-base" assetpath="components/topeka-elements/templates/"> <template> <style> paper-radio-button { padding: 14px 0; } paper-radio-button::shadow #radioLabel { padding-left: 14px; } paper-radio-button::shadow #ink[checked] { color: #00bad2; } paper-radio-button::shadow #onRadio { background-color: #00bad2; } </style> <div id="choices"> <template repeat="{{quiz.options}}"> <paper-radio-button label="{{}}"></paper-radio-button><br> </template> </div> <core-selector target="{{$.choices}}" itemsselector="paper-radio-button" selected="{{value}}" selectedproperty="checked"></core-selector> </template> </polymer-element> <polymer-element name="paper-item" extends="paper-button-base" assetpath="components/paper-item/"> <template> <style> :host { display: block; position: relative; font-size: 16px; box-sizing: border-box; min-width: 7em; outline: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none; cursor: pointer; z-index: 0; } :host([disabled]) { color: #a8a8a8; cursor: auto; pointer-events: none; } :host(.core-selected) { background-color: #eaeaea; } #ripple { pointer-events: none; z-index: -1; } .button-content { padding: 0.9em 1em; } polyfill-next-selector { content: '.button-content > a'; } ::content > a { height: 100%; -ms-flex: 1 1 0.000000001px; -webkit-flex: 1; flex: 1; -webkit-flex-basis: 0.000000001px; flex-basis: 0.000000001px; } </style> <div class="button-content" relative="" layout="" horizontal="" center=""> <content></content> </div> </template> </polymer-element> <polymer-element name="topeka-quiz-single-select-item" extends="topeka-quiz-base" assetpath="components/topeka-elements/templates/"> <template> <style> :host { padding: 40px 0px; } :host-context(.wide) { padding: 40px 0px 48px; } :host paper-item { padding: 3px 28px; } :host-context(.wide) paper-item { padding: 3px 36px; } paper-item { margin: 3px 0; -webkit-transition: background-color 1s; transition: background-color 1s; } paper-item.core-selected { background-color: #b2ebf2; } paper-item::shadow #ripple { color: #7cd9e6; } .letter { padding-right: 24px; } </style> <div id="choices"> <template repeat="{{item, i in quiz.options}}"> <paper-item><span class="letter">{{i | computeLetter}}.</span> {{item}}</paper-item> </template> </div> <core-selector target="{{$.choices}}" selected="{{value}}"></core-selector> </template> </polymer-element> <polymer-element name="paper-checkbox" extends="paper-radio-button" role="checkbox" assetpath="components/paper-checkbox/"> <template> <style>:host { display: inline-block; white-space: nowrap;}:host(:focus) { outline: 0;}.hidden { display: none;}#checkboxContainer { position: relative; width: 18px; height: 18px; cursor: pointer; -webkit-transform: translateZ(0); transform: translateZ(0);}#checkboxContainer.labeled { display: inline-block; vertical-align: middle;}#ink { position: absolute; top: -15px; left: -15px; width: 48px; height: 48px; color: #5a5f5a;}#ink[checked] { color: #B2DFDB;}#checkbox { position: relative; box-sizing: border-box; height: 100%; border: solid 2px #5a5a5a; border-radius: 2px; pointer-events: none; -webkit-transition: background-color 140ms, border-color 140ms; transition: background-color 140ms, border-color 140ms;}:host([checked]) #checkmark { -webkit-animation: checkmark-expand 140ms ease-out forwards; animation: checkmark-expand 140ms ease-out forwards;}@-webkit-keyframes checkmark-expand { 0% { top: 9px; left: 6px; width: 0px; height: 0px; } 100% { top: -1px; left: 4px; width: 5px; height: 10px; }}@keyframes checkmark-expand { 0% { top: 9px; left: 6px; width: 0px; height: 0px; } 100% { top: -1px; left: 4px; width: 5px; height: 10px; }}#checkbox.checked { background-color: #009688; border-color: #009688;}#checkmark { -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: -1px; left: 4px; width: 5px; height: 10px; border-style: solid; border-top: none; border-left: none; border-right-width: 2px; border-bottom-width: 2px; border-color: white;}#checkboxLabel { position: relative; display: inline-block; vertical-align: middle; padding-left: 8px; white-space: normal; pointer-events: none;}#checkboxLabel[hidden] { display: none;}:host([disabled]) { pointer-events: none;}:host([disabled]) #checkbox { opacity: 0.33; border-color: #5a5a5a;}:host([disabled][checked]) #checkbox { background-color: #5a5a5a;}</style> <div id="checkboxContainer" class="{{ {labeled: label} | tokenList }}"> <paper-ripple id="ink" class="circle recenteringTouch" checked?="{{!checked}}"></paper-ripple> <div id="checkbox" class="{{ {checked: checked} | tokenList }}"> <div id="checkmark" class="{{ {hidden: !checked} | tokenList }}"></div> </div> </div> <div id="checkboxLabel" hidden?="{{!label}}">{{label}}<content></content></div> </template> </polymer-element> <polymer-element name="topeka-quiz-multi-select" extends="topeka-quiz-base" assetpath="components/topeka-elements/templates/"> <template> <style> paper-checkbox { padding: 14px 0; } paper-checkbox::shadow #checkboxLabel { padding-left: 24px; } paper-checkbox::shadow #ink[checked] { color: #00bad2; } paper-checkbox::shadow #checkbox.checked { border-color: #00bad2; } </style> <div id="choices"> <template repeat="{{quiz.options}}"> <paper-checkbox label="{{}}"></paper-checkbox><br> </template> </div> <core-selector target="{{$.choices}}" multi="" itemsselector="paper-checkbox" selected="{{selected}}" selectedproperty="checked"></core-selector> </template> </polymer-element> <polymer-element name="paper-slider" extends="core-range" attributes="snaps pin disabled secondaryProgress editable immediateValue" role="slider" tabindex="0" aria-valuemin="0" aria-valuemax="100" assetpath="components/paper-slider/"> <template> <style>:host { display: inline-block; width: 200px; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}:host(:focus) { outline: none;}#sliderContainer { position: relative; width: calc(100% - 32px); height: 32px;}#sliderContainer.editable { float: left; width: calc(100% - 72px); margin: 12px 0;}.bar-container { position: absolute; top: 0; left: 16px; height: 100%; width: 100%; overflow: hidden;}.ring > .bar-container { left: 20px; width: calc(100% - 4px); transition: left 0.18s ease, width 0.18s ease;}.ring.expand:not(.pin) > .bar-container { left: 30px; width: calc(100% - 14px);}.ring.expand.dragging > .bar-container { transition: none;}#sliderBar { position: absolute; top: 15px; left: 0; height: 2px; width: 100%; padding: 8px 0; margin: -8px 0;}.ring #sliderBar { left: -4px; width: calc(100% + 4px);}.ring.expand:not(.pin) #sliderBar { left: -14px; width: calc(100% + 14px);}.slider-markers { position: absolute; top: 15px; left: 15px; height: 2px; width: calc(100% + 2px); box-sizing: border-box; pointer-events: none;}.slider-markers::after, .slider-marker::after { content: ""; display: block; width: 2px; height: 2px; border-radius: 50%; background-color: black;}#sliderBar::shadow #activeProgress { background-color: #3f51b5;}.transiting #sliderBar::shadow #activeProgress { transition: -webkit-transform 0.08s ease; transition: transform 0.08s ease;}#sliderKnob { position: absolute; left: 0; top: 0; width: 32px; height: 32px;}.transiting > #sliderKnob { transition: left 0.08s ease;}#sliderKnob:focus { outline: none;}#sliderKnob.dragging { transition: none;}.snaps > #sliderKnob.dragging { transition: -webkit-transform 0.08s ease; transition: transform 0.08s ease;}#sliderKnobInner { width: 12px; height: 12px; box-sizing: border-box; -moz-box-sizing: border-box; border-radius: 50%; background-color: #3f51b5; transition: height 0.18s ease, width 0.18s ease;}.expand:not(.pin) > #sliderKnob > #sliderKnobInner { width: 100%; height: 100%; -webkit-transform: translateZ(0); transform: translateZ(0);}.ring > #sliderKnob > #sliderKnobInner { background-color: transparent; border: 2px solid #c8c8c8;}#sliderKnobInner::before { background-color: #3f51b5;}.pin > #sliderKnob > #sliderKnobInner::before { content: ""; position: absolute; top: 0; left: 0; width: 26px; height: 26px; margin-left: 3px; border-radius: 50% 50% 50% 0; -webkit-transform: rotate(-45deg) scale(0) translate(0); transform: rotate(-45deg) scale(0) translate(0);}#sliderKnobInner::before, #sliderKnobInner::after { transition: -webkit-transform .2s ease, background-color .18s ease; transition: transform .2s ease, background-color .18s ease;}.pin.ring > #sliderKnob > #sliderKnobInner::before { background-color: #c8c8c8;}.pin.expand > #sliderKnob > #sliderKnobInner::before { -webkit-transform: rotate(-45deg) scale(1) translate(17px, -17px); transform: rotate(-45deg) scale(1) translate(17px, -17px);}.pin > #sliderKnob > #sliderKnobInner::after { content: attr(value); position: absolute; top: 0; left: 0; width: 32px; height: 26px; text-align: center; color: #fff; font-size: 10px; -webkit-transform: scale(0) translate(0); transform: scale(0) translate(0);}.pin.expand > #sliderKnob > #sliderKnobInner::after { -webkit-transform: scale(1) translate(0, -17px); transform: scale(1) translate(0, -17px);}.slider-input { width: 40px; float: right; overflow: hidden;}.slider-input::shadow input { text-align: center;}#sliderContainer.disabled { pointer-events: none;}.disabled > #sliderKnob > #sliderKnobInner { width: 8px; height: 8px; background-color: #c8c8c8;}.disabled.ring > #sliderKnob > #sliderKnobInner { background-color: transparent;}#sliderContainer.disabled #sliderBar::shadow #activeProgress { background-color: #c8c8c8;}</style> <template if="{{!disabled}}"> <core-a11y-keys target="{{}}" keys="left down pagedown home" on-keys-pressed="{{decrementKey}}"></core-a11y-keys> <core-a11y-keys target="{{}}" keys="right up pageup end" on-keys-pressed="{{incrementKey}}"></core-a11y-keys> </template> <div id="sliderContainer" class="{{ {disabled: disabled, pin: pin, snaps: snaps, ring: immediateValue <= min, expand: expand, dragging: dragging, transiting: transiting, editable: editable} | tokenList }}"> <div class="bar-container"> <paper-progress id="sliderBar" aria-hidden="true" min="{{min}}" max="{{max}}" value="{{immediateValue}}" secondaryprogress="{{secondaryProgress}}" on-down="{{bardown}}" on-up="{{resetKnob}}" on-trackstart="{{trackStart}}" on-trackx="{{trackx}}" on-trackend="{{trackEnd}}"></paper-progress> </div> <template if="{{snaps && !disabled}}"> <div class="slider-markers" horizontal="" layout=""> <template repeat="{{markers}}"> <div flex="" class="slider-marker"></div> </template> </div> </template> <div id="sliderKnob" on-down="{{knobdown}}" on-up="{{resetKnob}}" on-trackstart="{{trackStart}}" on-trackx="{{trackx}}" on-trackend="{{trackEnd}}" on-transitionend="{{knobTransitionEnd}}" center-justified="" center="" horizontal="" layout=""> <div id="sliderKnobInner" value="{{immediateValue}}"></div> </div> </div> <template if="{{editable}}"> <paper-input id="input" class="slider-input" disabled?="{{disabled}}" on-change="{{inputChange}}"></paper-input> </template> </template> </polymer-element> <polymer-element name="topeka-quiz-picker" extends="topeka-quiz-base" assetpath="components/topeka-elements/templates/"> <template> <style>:host { padding: 40px;}:host-context(.wide) { width: 304px; margin: 0 auto;}.picker-value { padding-left: 16px; font-size: 114px; color: #00bad2}@media screen and (max-width: 350px) { .picker-value { padding-left: 0; }}paper-slider { width: 100%;}paper-slider::shadow #sliderKnobInner,paper-slider::shadow #sliderKnobInner::before,paper-slider::shadow #sliderBar::shadow #activeProgress { background-color: #00bad2;}paper-slider::shadow #sliderBar::shadow #progressContainer { background-color: #b0bec5;}paper-slider::shadow #sliderKnob.ring > #sliderKnobInner { border: 2px solid #b0bec5;}</style> <div class="picker-value font-light">{{value}}</div> <paper-slider id="slider" min="{{quiz.min}}" max="{{quiz.max}}" step="{{quiz.step || 1}}" immediatevalue="{{value}}"></paper-slider> </template> </polymer-element> <polymer-element name="topeka-quiz-alpha-picker" extends="topeka-quiz-base" assetpath="components/topeka-elements/templates/"> <template> <style>:host { padding: 40px;}:host-context(.wide) { width: 304px; margin: 0 auto;}.picker-value { padding-left: 16px; font-size: 114px; color: #00bad2}@media screen and (max-width: 350px) { .picker-value { padding-left: 0; }}paper-slider { width: 100%;}paper-slider::shadow #sliderKnobInner,paper-slider::shadow #sliderKnobInner::before,paper-slider::shadow #sliderBar::shadow #activeProgress { background-color: #00bad2;}paper-slider::shadow #sliderBar::shadow #progressContainer { background-color: #b0bec5;}paper-slider::shadow #sliderKnob.ring > #sliderKnobInner { border: 2px solid #b0bec5;}</style> <div class="picker-value font-light">{{value}}</div> <paper-slider max="25" immediatevalue="{{immediateValue}}"></paper-slider> </template> </polymer-element> <polymer-element name="paper-button" extends="paper-button-base" attributes="raised recenteringTouch fill" role="button" assetpath="components/paper-button/"> <template> <style> :host { display: inline-block; position: relative; box-sizing: border-box; min-width: 5.14em; margin: 0 0.29em; background: transparent; text-align: center; font: inherit; text-transform: uppercase; outline: none; border-radius: 3px; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none; cursor: pointer; z-index: 0; } :host([disabled]) { background: #eaeaea; color: #a8a8a8; cursor: auto; pointer-events: none; } ::content * { text-transform: inherit; } #bg, #shadow { border-radius: inherit; } #ripple { pointer-events: none; z-index: -1; } .button-content { padding: 0.7em 0.57em } polyfill-next-selector { content: '.button-content > a'; } ::content > a { height: 100%; padding: 0.7em 0.57em; margin: -0.7em -0.57em; -ms-flex: 1 1 0.000000001px; -webkit-flex: 1; flex: 1; -webkit-flex-basis: 0.000000001px; flex-basis: 0.000000001px; } </style> <template if="{{raised}}"> <paper-shadow id="shadow" fit="" animated=""></paper-shadow> </template> <div class="button-content" relative="" layout="" horizontal="" center-center=""> <content></content> </div> <core-a11y-keys keys="space enter" target="{{}}" on-keys-pressed="{{_activate}}"></core-a11y-keys> </template> </polymer-element> <polymer-element name="topeka-quiz-true-false" extends="topeka-quiz-base" assetpath="components/topeka-elements/templates/"> <template> <style> paper-button[raised] { font-size: 14px; font-weight: 400; width: 80px; height: 40px; margin: 58px 12px; fill: #616161; background: #f5f5f5; color: #616161; position: relative; } paper-button[raised].core-selected.false { background: #ff5252; color: #f1f1f1; } paper-button[raised].core-selected.true { background: #00e676; color: #f1f1f1; } paper-button[raised]::shadow #ripple { } paper-button[raised]::shadow #focusBg { } paper-button[raised][label=False] { -webkit-order: 1; order: 1; } paper-button[raised]::shadow #clip { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; } paper-button[raised]::shadow #content > span { } paper-button::shadow #focusBg { -webkit-animation: none !important; animation: none !important; } </style> <div horizontal="" layout="" center="" center-justified=""> <core-selector selected="{{value}}" horizontal="" layout=""> <paper-button raised="" toggle="" class="false">False</paper-button> <paper-button raised="" toggle="" class="true">True</paper-button> </core-selector> </div> </template> </polymer-element> <polymer-element name="topeka-quiz-four-quarter" extends="topeka-quiz-base" relative="" assetpath="components/topeka-elements/templates/"> <template> <style> :host-context(.wide) { position: relative !important; height: 424px; max-height: calc(100vh - 328px); } :host { display: block; box-sizing: border-box; position: absolute !important; top: 0; right: 0; bottom: 0; left: 0; } .item { width: 50%; height: 50%; box-sizing: border-box; } .item:nth-of-type(2n+1) { border-right: 1px solid #9d9d9d; } .item:nth-of-type(1), .item:nth-of-type(2) { border-bottom: 1px solid #9d9d9d; } paper-button { background-color: none; border-radius: 0; -webkit-transition: background-color 1s, color 0.5s; transition: background-color 1s, color 0.5s; text-transform: capitalize; } .item.core-selected > paper-button { background-color: #00bcd4; color: #f1f1f1; } paper-button { position: relative; } paper-button::shadow #focusBg { -webkit-animation: none !important; animation: none !important; } </style> <div id="choices" fit="" horizontal="" wrap="" layout=""> <template repeat="{{quiz.options}}"> <div class="item" horizontal="" layout=""> <paper-button flex="" horizontal="" center-center="" layout="">{{}}</paper-button> </div> </template> </div> <core-selector target="{{$.choices}}" selected="{{value}}"></core-selector> </template> </polymer-element> <polymer-element name="paper-toggle-button" attributes="checked disabled" role="button" aria-pressed="false" tabindex="0" assetpath="components/paper-toggle-button/"> <template> <style>:host { display: inline-block;}:host(:focus) { outline: none;}.toggle-bar { background-color: #000000;}.toggle-button { background-color: #f1f1f1;}[checked] .toggle { background-color: #0f9d58;}.toggle-ink { color: #bbb;}[checked] .toggle-ink { color: #0f9d58;}#toggleContainer { position: relative; width: 36px; height: 14px;}#toggleContainer[disabled] { opacity: 0.3; pointer-events: none;}#toggleBar { position: absolute; height: 100%; width: 100%; border-radius: 8px; pointer-events: none; opacity: 0.26; transition: background-color linear .08s;}[checked] #toggleBar { opacity: 0.5;}#toggleButton { position: absolute; top: -3px; height: 20px; width: 20px; border-radius: 50%; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4); transition: -webkit-transform linear .08s, background-color linear .08s; transition: transform linear .08s, background-color linear .08s;}#toggleButton.dragging { -webkit-transition: none; transition: none;}[checked] #toggleButton { -webkit-transform: translate(16px, 0); transform: translate(16px, 0);}#ink { position: absolute; top: -14px; left: -14px; width: 48px; height: 48px; pointer-events: none;}</style> <core-a11y-keys target="{{}}" keys="space" on-keys-pressed="{{tap}}"></core-a11y-keys> <div id="toggleContainer" checked?="{{checked}}" disabled?="{{disabled}}"> <div id="toggleBar" class="toggle toggle-bar"></div> <div id="toggleButton" class="toggle toggle-button"> <paper-ripple id="ink" class="toggle-ink circle"></paper-ripple> </div> </div> </template> </polymer-element> <polymer-element name="topeka-quiz-toggle-translate" extends="topeka-quiz-multi-select" assetpath="components/topeka-elements/templates/"> <template> <style> :host { padding: 40px 0px; } :host-context(.wide) { padding: 40px 0px 48px; } :host paper-item { padding: 3px 28px; } :host-context(.wide) paper-item { padding: 3px 36px; } paper-item { margin: 3px 0; -webkit-transition: background-color 1s; transition: background-color 1s; } paper-item.core-selected { background-color: #b2ebf2; } paper-item::shadow #ripple { color: #7cd9e6; } paper-toggle-button::shadow paper-radio-button::shadow #ink[checked] { color: #00bad2; } paper-toggle-button::shadow paper-radio-button::shadow #onRadio { background-color: #00bad2; } paper-toggle-button::shadow #toggleBar[checked] { background-color: #00bad2; } .icon { transform: rotate(90deg); -webkit-transform: rotate(90deg); margin: 0 24px; } .option-left { text-align: right; } </style> <div id="choices"> <template repeat="{{item in quiz.options}}"> <paper-item justified="" horizontal="" layout=""> <div class="option-left" flex="">{{item[0]}}</div> <core-icon class="icon" icon="unfold-more"></core-icon> <div class="option-right" flex="">{{item[1]}}</div> </paper-item> </template> </div> <core-selector target="{{$.choices}}" multi="" selected="{{selected}}"></core-selector> </template> </polymer-element> <polymer-element name="paper-icon-button" extends="paper-button-base" attributes="src icon" role="button" assetpath="components/paper-icon-button/"> <template> <style> :host { display: inline-block; position: relative; padding: 8px; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; z-index: 0; } :host([disabled]) { color: #c9c9c9; pointer-events: none; cursor: auto; } #ripple { pointer-events: none; z-index: -1; } #icon { display: block; pointer-events: none; } </style> <core-icon relative="" id="icon" src="{{src}}" icon="{{icon}}"></core-icon> </template> </polymer-element> <polymer-element name="topeka-quizzes" attributes="scores category avatar wide" vertical="" layout="" assetpath="components/topeka-elements/"> <template> <style>:host { overflow: hidden;}.quizzes-panel { overflow: auto; -webkit-overflow-scrolling: touch;}:host([animate]) .quizzes-panel { overflow: visible;}::-webkit-scrollbar { display: none;}.card { position: relative;}.quizzes-panel.wide > .card { width: 512px; margin: 64px auto 0; border-radius: 2px; overflow: hidden; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);}.card > core-toolbar { height: 176px; font-size: 16px; line-height: 26px; border-bottom: 1px solid rgba(0, 0, 0, 0.15);}.card > core-toolbar::shadow #topBar { height: 176px;}.quizzes-panel.wide > .card > core-toolbar { font-size: 18px;}.quizzes-panel.wide core-toolbar > .question { padding: 0 8px;}.quizzes-content { background-color: #fff; overflow: auto; -webkit-overflow-scrolling: touch; position: relative;}.quizzes-panel.wide .quizzes-content { overflow: inherit;}#quizViews { display: block;}#quizViews > * { display: none;}#quizViews > .core-selected { display: block;}paper-fab.check-button { position: absolute; top: 148px; right: 16px; background-color: #f5f5f5; color: #cdcdcd; transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 500ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1); -webkit-transition: -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 500ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%;}:host([animate]) paper-fab { visibility: hidden;}.quizzes-panel.wide paper-fab.check-button { right: 24px;}.answered paper-fab.check-button { -webkit-transform: none; transform: none;}.answered paper-fab.check-button.correct { background-color: #00e676; color: #fff;}.answered paper-fab.check-button.incorrect { background-color: #ff5252; color: #fff;}.answered paper-fab.check-button { color: #626262;}topeka-status-bar { position: relative; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);}topeka-status-bar.wide { width: 512px; margin: 0 auto;}</style> <div id="quizzesPanel" class="quizzes-panel {{ {wide: wide} | tokenList }}" flex="" vertical="" layout?="{{!wide}}" slide-up?="{{parentElement.selected !== 'empty'}}" slide-down?="{{parentElement.selected === 'empty'}}"> <div class="card {{ {answered: answered} | tokenList }}" flex?="{{!wide}}" vertical="" layout?="{{!wide}}" hero-p=""> <core-toolbar class="theme-bg" hero-id="punch-bottom" hero?="{{parentElement.selected !== 'empty'}}"> <div class="question" flex="" cross-fade-delayed="">{{quiz.question}}</div> </core-toolbar> <div id="quizzesContent" class="quizzes-content" hidden?="{{!category}}" flex="" hero-id="quizzes-content" hero?="{{parentElement.selected !== 'empty'}}"> <core-selector id="quizViews" notap="" selected="{{quiz.type}}" cross-fade-delayed="" on-quiz-answered="{{quizAnswered}}" on-quiz-next="{{quizDone}}"> <topeka-quiz-alpha-picker name="alpha-picker"></topeka-quiz-alpha-picker> <topeka-quiz-fill-blank name="fill-blank"></topeka-quiz-fill-blank> <topeka-quiz-fill-two-blanks name="fill-two-blanks"></topeka-quiz-fill-two-blanks> <topeka-quiz-four-quarter name="four-quarter"></topeka-quiz-four-quarter> <topeka-quiz-multi-select name="multi-select"></topeka-quiz-multi-select> <topeka-quiz-picker name="picker"></topeka-quiz-picker> <topeka-quiz-single-select-item name="single-select-item"></topeka-quiz-single-select-item> <topeka-quiz-single-select name="single-select"></topeka-quiz-single-select> <topeka-quiz-toggle-translate name="toggle-translate"></topeka-quiz-toggle-translate> <topeka-quiz-true-false name="true-false"></topeka-quiz-true-false> </core-selector> </div> <paper-fab class="check-button {{ {correct: scores[index] > 0, incorrect: scores[index] === 0} | tokenList }}" icon="{{icon}}" on-tap="{{quizDone}}"></paper-fab> </div> </div> <topeka-status-bar class="{{ {wide: wide} | tokenList }}" avatar="{{avatar}}" scores="{{scores}}" category="{{category}}" wide="{{wide}}" slide-up?="{{parentElement.selected === 'quizzes'}}"></topeka-status-bar> </template> </polymer-element> <polymer-element name="topeka-quiz-score" attributes="selectedPage scores category avatar quizScore wide" vertical="" layout="" assetpath="components/topeka-elements/"> <template> <style> .score { width: 176px; height: 176px; font-size: 76px; margin: 100px auto 0; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); } .dummy { margin-bottom: 100px; } topeka-status-bar { position: relative; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16); } topeka-status-bar.wide { width: 512px; margin: 0 auto; } </style> <div flex="" slide-down?="{{selectedPage === 'quizzes'}}"> <div class="score theme-bg font-light" vertical="" center="" center-justified="" layout="" hero-id="punch-bottom" hero?="{{selectedPage !== 'quizzes'}}"> <span cross-fade-delayed="">+{{quizScore || 0}}</span> </div> <div class="dummy" hero-id="quizzes-content" hero?="{{selectedPage !== 'quizzes'}}"></div> </div> <topeka-status-bar class="{{ {wide: wide} | tokenList }}" avatar="{{avatar}}" scores="{{scores}}" category="{{category}}" wide="{{wide}}"></topeka-status-bar> </template> </polymer-element> <polymer-element name="topeka-results" attributes="scores category avatar wide" vertical="" layout="" assetpath="components/topeka-elements/"> <template> <style>:host { overflow: hidden;}.results-panel { overflow: auto; -webkit-overflow-scrolling: touch;}:host([animate]) .results-panel { overflow: visible;}::-webkit-scrollbar { display: none;}.card { position: relative;}.results-panel.wide > .card { width: 512px; margin: 64px auto 64px; border-radius: 2px; overflow: hidden; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);}.card > core-toolbar { height: 176px; font-size: 24px; line-height: 26px; border-bottom: 1px solid rgba(0, 0, 0, 0.15);}.card > core-toolbar::shadow #topBar { height: 176px;}.results-panel.wide core-toolbar > .title { padding: 0 8px;}.results-content { background-color: #fff; overflow: auto; -webkit-overflow-scrolling: touch; position: relative; padding-top: 24px;}.results-panel.wide .results-content { overflow: inherit;}.result-item { border-bottom: 1px solid #ddd; padding: 16px; line-height: 22px;}.result-item:last-of-type { border: 0;}.wide .result-item { padding: 24px;}.result-item > core-icon { padding-right: 32px; color: #00c853;}.result-item > core-icon.fail { color: #f50057;}.answer { font-weight: bold;}paper-fab { position: absolute; top: 148px; right: 16px; background-color: #f5f5f5; color: #626262;}:host([animate]) paper-fab { visibility: hidden;}.results-panel.wide paper-fab { right: 24px;}topeka-status-bar { position: relative; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);}topeka-status-bar.wide { width: 512px; margin: 0 auto;}</style> <div id="resultsPanel" class="results-panel {{ {wide: wide} | tokenList }}" flex="" vertical="" layout?="{{!wide}}" slide-down?="{{parentElement.selected !== 'results'}}" slide-up?="{{parentElement.selected === 'results'}}"> <div class="card" flex?="{{!wide}}" vertical="" layout?="{{!wide}}"> <core-toolbar class="theme-bg"> <div class="title font-light">Scorecard</div> </core-toolbar> <div id="resultsContent" class="results-content" flex=""> <core-selector selected="{{selected}}"> <template repeat="{{score, index in scores}}"> <div class="result-item" horizontal="" layout=""> <core-icon icon="{{score ? 'done' : 'clear'}}" class="{{ {fail: !score} | tokenList }}"></core-icon> <div flex="" vertical="" layout=""> <div>{{category.quizzes[index].question}}</div> <div class="answer" hidden?="{{category.quizzes[index].options}}">{{category.quizzes[index].answer}}</div> <template repeat="{{i in category.quizzes[index].answer}}"> <div class="answer">{{category.quizzes[index].options[i]}}</div> </template> </div> </div> </template> </core-selector> </div> <paper-fab icon="check" on-tap="{{nextAction}}"></paper-fab> </div> </div> <topeka-status-bar class="{{ {wide: wide} | tokenList }}" avatar="{{avatar}}" scores="{{scores}}" category="{{category}}" wide="{{wide}}" slide-up=""></topeka-status-bar> </template> </polymer-element> <polymer-element name="topeka-user-score" attributes="user scores category wide" vertical="" layout="" assetpath="components/topeka-elements/"> <template> <style>::-webkit-scrollbar { display: none;}.score-panel { overflow: auto; -webkit-overflow-scrolling: touch;}.wide .card { width: 512px; margin: 64px auto 0; border-radius: 2px; overflow: hidden; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);}.main { padding: 40px 16px 24px; background-color: #eee; font-size: 20px; overflow: auto;}.wide .main { padding: 48px 24px 24px;}.main .big { font-size: 100px; line-height: 128px;}.category-info { padding-bottom: 16px;}.check-button-container { padding-top: 24px;}.bottom-bar { position: relative; height: 64px; line-height: 64px; padding: 0 16px; box-sizing: border-box; -moz-box-sizing: border-box; font-size: 18px; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);}.wide .bottom-bar { width: 512px; margin: 0 auto; padding: 0 24px;}paper-fab#check { background-color: lightgray; color: #626262;}</style> <div class="{{ {wide: wide} | tokenList }}" flex="" vertical="" layout=""> <div class="score-panel" slide-up?="{{parentElement.selected === 'score'}}" slide-down?="{{parentElement.selected === 'empty'}}" flex="" vertical="" layout?="{{!wide}}"> <div class="card" flex="" vertical="" layout=""> <topeka-status-bar avatar="{{user.avatar}}" scores="{{scores}}" category="{{category}}" wide="{{wide}}"></topeka-status-bar> <div class="main font-light" flex="" auto="" layout="" vertical=""> <div class="category-info"> <div>{{correct}} / {{scores.length}} correct!</div> <div class="big">+{{pts}}</div> </div> <div class="total-info"> <div>Total:</div> <div class="big">{{user.score}}</div> </div> <div flex=""></div> <div class="check-button-container" horizontal="" center="" end-justified="" layout=""> <paper-fab id="check" icon="arrow-forward" on-tap="{{nextAction}}"></paper-fab> </div> </div> </div> </div> <div class="bottom-bar theme-bg" horizontal="" center="" layout=""> <div flex="">{{category.name}}</div> <core-icon icon="check"></core-icon> </div> </div> </template> </polymer-element> <polymer-element name="core-transition" extends="core-meta" assetpath="components/core-transition/"> </polymer-element> <polymer-element name="core-transition-pages" extends="core-transition" assetpath="components/core-animated-pages/transitions/"> </polymer-element> <core-style id="hero-transition"> /* Hide heroes that are not currently transitioning */ polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [hero]'; } ::content > [animate]:not(.core-selected) /deep/ [hero] { opacity: 0; } polyfill-next-selector { content: ':host > .core-selected[animate] [hero]'; } ::content > .core-selected[animate] /deep/ [hero] { opacity: 1; z-index: 10000; } polyfill-next-selector { content: ':host > * [hero-p]'; } ::content > * /deep/ [hero-p] { -webkit-transition: box-shadow 100ms ease-out; transition: box-shadow 100ms ease-out; } polyfill-next-selector { content: ':host > [animate] [hero-p]'; } ::content > [animate] /deep/ [hero-p] { box-shadow: none !important; } </core-style> <polymer-element name="hero-transition" extends="core-transition-pages" assetpath="components/core-animated-pages/transitions/"> </polymer-element> <hero-transition id="hero-transition"></hero-transition> <core-style id="cross-fade"> polyfill-next-selector { content: ':host > * [cross-fade]'; } ::content > * /deep/ [cross-fade] { -webkit-transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); } polyfill-next-selector { content: ':host > * [cross-fade][bg]'; } ::content > * /deep/ [cross-fade][bg] { -webkit-transition: background-color {{g.transitions.xfadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); transition: background-color {{g.transitions.xfadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); } polyfill-next-selector { content: ':host > * [cross-fade][hero-p]'; } ::content > * /deep/ [cross-fade][hero-p] { -webkit-transition: background-color {{g.transitions.xfadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); transition: background-color {{g.transitions.xfadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); } polyfill-next-selector { content: ':host > .core-selected [cross-fade]'; } ::content > .core-selected /deep/ [cross-fade] { opacity: 1; } polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [cross-fade]:not([hero-p]):not([bg])'; } ::content > [animate]:not(.core-selected) /deep/ [cross-fade]:not([hero-p]):not([bg]) { opacity: 0; } polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [cross-fade][bg]'; } ::content > [animate]:not(.core-selected) /deep/ [cross-fade][bg] { background-color: rgba(0, 0, 0, 0); } polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [cross-fade][hero-p]'; } ::content > [animate]:not(.core-selected) /deep/ [cross-fade][hero-p] { background-color: rgba(0, 0, 0, 0); } </core-style> <core-style id="cross-fade-delayed"> polyfill-next-selector { content: ':host > * [cross-fade-delayed]'; } ::content > * /deep/ [cross-fade-delayed] { -webkit-transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out; transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out; } polyfill-next-selector { content: ':host > .core-selected [cross-fade-delayed]'; } ::content > .core-selected /deep/ [cross-fade-delayed] { -webkit-transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out {{g.transitions.xfadeDelay || g.transitions.xfadeDuration || g.transitions.duration}}; transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out {{g.transitions.xfadeDelay || g.transitions.xfadeDuration || g.transitions.duration}}; } polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [cross-fade-delayed]'; } ::content > [animate]:not(.core-selected) /deep/ [cross-fade-delayed] { opacity: 0; } polyfill-next-selector { content: ':host > .core-selected [cross-fade-delayed]'; } ::content > .core-selected /deep/ [cross-fade-delayed] { opacity: 1; } </core-style> <core-style id="cross-fade-all"> /* cross-fade-all: cross fade everything except for heroes and their parents */ polyfill-next-selector { content: ':host(.cross-fade-all) > * *:not([hero]):not([hero-p]):not([cross-fade])'; } :host(.cross-fade-all) ::content > * /deep/ *:not([hero]):not([hero-p]):not([cross-fade]) { -webkit-transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out; transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out; } polyfill-next-selector { content: ':host(.cross-fade-all) > [animate]:not(.core-selected) *:not([hero]):not([hero-p]):not([cross-fade])'; } :host(.cross-fade-all) ::content > [animate]:not(.core-selected) /deep/ *:not([hero]):not([hero-p]):not([cross-fade]) { opacity: 0; } polyfill-next-selector { content: ':host(.cross-fade-all) > .core-selected *:not([hero])'; } .host(.cross-fade-all) ::content > .core-selected /deep/ * { opacity: 1; } /* Only background-color is allowed for the hero's parents, no opacity transitions */ polyfill-next-selector { content: ':host(.cross-fade-all) > * [hero-p]'; } :host(.cross-fade-all) ::content > * /deep/ [hero-p] { -webkit-transition: background-color {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out; transition: background-color {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out; opacity: 1; } polyfill-next-selector { content: ':host(.cross-fade-all) > [animate]:not(.core-selected) [hero-p]'; } :host(.cross-fade-all) ::content > [animate]:not(.core-selected) /deep/ [hero-p] { background-color: rgba(0, 0, 0, 0); } </core-style> <core-transition-pages id="cross-fade"></core-transition-pages> <core-transition-pages id="cross-fade-delayed"></core-transition-pages> <core-transition-pages id="cross-fade-all" scopeclass="cross-fade-all"></core-transition-pages> <polymer-element name="core-animated-pages" extends="core-selector" notap="" attributes="transitions" assetpath="components/core-animated-pages/"> <template> <style>:host { display: block; position: relative;}polyfill-next-selector { content: ':host > *'; }::content > * { position: absolute; top: 0; right: 0; bottom: 0; left: 0;}polyfill-next-selector { content: ':host > *:not(.core-selected):not([animate])'; }::content > *:not(.core-selected):not([animate]) { display: none !important;}</style> <shadow></shadow> </template> </polymer-element> <core-style id="slide-up"> polyfill-next-selector { content: ':host.slide-up > * [slide-up]'; } :host(.slide-up) ::content > * /deep/ [slide-up] { -webkit-transition: -webkit-transform {{g.transitions.slideDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); transition: transform {{g.transitions.slideDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); } polyfill-next-selector { content: ':host > .core-selected [slide-up]'; } ::content > .core-selected /deep/ [slide-up] { -webkit-transform: none; transform: none; } polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [slide-up]'; } ::content > [animate]:not(.core-selected) /deep/ [slide-up] { -webkit-transform: translateY(150%); transform: translateY(150%); } </core-style> <core-style id="slide-up-offscreen"> polyfill-next-selector { content: ':host.slide-up-offscreen > * [slide-up-offscreen]'; } :host(.slide-up-offscreen) ::content > * /deep/ [slide-up-offscreen] { -webkit-transition: -webkit-transform {{g.transitions.slideDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); transition: transform {{g.transitions.slideDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); } polyfill-next-selector { content: ':host > .core-selected [slide-up-offscreen]'; } ::content > .core-selected /deep/ [slide-up-offscreen] { -webkit-transform: none; transform: none; } polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [slide-up-offscreen]'; } ::content > [animate]:not(.core-selected) /deep/ [slide-up-offscreen] { -webkit-transform: translateY(100vh); transform: translateY(100vh); z-index: -1; } polyfill-rule { content: ':host > [animate]:not(.core-selected) [slide-up-offscreen]'; -webkit-transform: translateY(1000px); } </core-style> <core-transition-pages id="slide-up" activeclass="slide-up"></core-transition-pages> <core-transition-pages id="slide-up-offscreen" activeclass="slide-up-offscreen"></core-transition-pages> <core-style id="slide-down"> polyfill-next-selector { content: ':host.slide-down > * [slide-down]'; } :host(.slide-down) ::content > * /deep/ [slide-down] { -webkit-transition: -webkit-transform {{g.transitions.slideDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); transition: transform {{g.transitions.slideDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); } polyfill-next-selector { content: ':host > .core-selected [slide-down]'; } ::content > .core-selected /deep/ [slide-down] { -webkit-transform: none; transform: none; } polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [slide-down]'; } ::content > [animate]:not(.core-selected) /deep/ [slide-down] { -webkit-transform: translateY(-100%); transform: translateY(-100%); } </core-style> <core-transition-pages id="slide-down" activeclass="slide-down"></core-transition-pages> <polymer-element name="topeka-category" attributes="user category selected wide allScores" vertical="" layout="" assetpath="components/topeka-elements/"> <template> <style>.main-button { position: absolute; top: 8px; left: 8px; z-index: 10000;}.wide .category-bg { width: 512px; height: 512px;}.category-bg > core-icon { position: absolute !important; height: 100%; width: 100%;}.wide > .main-button { top: 12px; left: 16px;}</style> <style>.yellow-theme /deep/ .theme-bg, .yellow-theme.theme-bg { background-color: #ffeb3b; color: #616161;}.yellow-theme /deep/ .theme-bg-a,.yellow-theme.theme-bg-a { background-color: #ffff8d;}.yellow-theme /deep/ .theme-color { color: #616161;}.yellow-theme /deep/ .theme-primary-color { color: #ffeb3b;}.yellow-theme /deep/ .theme-icon { color: #ffeb3b;}.yellow-theme /deep/ .theme-border-color { border-color: #ffeb3b;}.yellow-theme /deep/ paper-progress::shadow #progressContainer { background-color: transparent;}.yellow-theme /deep/ paper-progress::shadow #activeProgress { background-color: #ffeb3b;}.green-theme /deep/ .theme-bg,.green-theme.theme-bg { background-color: #1de9b6; color: #616161;}.green-theme /deep/ .theme-bg-a,.green-theme.theme-bg-a { background-color: #b9f6ca;}.green-theme /deep/ .theme-color { color: #616161; }.green-theme /deep/ .theme-icon { color: #1de9b6;}.green-theme /deep/ .theme-primary-color { color: #1de9b6;}.green-theme /deep/ .theme-border-color { border-color: #1de9b6;}.green-theme /deep/ paper-progress::shadow #progressContainer { background-color: transparent;}.green-theme /deep/ paper-progress::shadow #activeProgress { background-color: #1de9b6;}.red-theme /deep/ .theme-bg,.red-theme.theme-bg { background-color: #ff5252; color: #fff;}.red-theme /deep/ .theme-bg-a,.red-theme.theme-bg-a { background-color: #ff8a80;}.red-theme /deep/ .theme-color { color: #fff;}.red-theme /deep/ .theme-icon { color: #ff5252;}.red-theme /deep/ .theme-primary-color { color: #ff5252;}.red-theme /deep/ .theme-border-color { border-color: #ff5252;}.red-theme /deep/ paper-progress::shadow #progressContainer { background-color: transparent;}.red-theme /deep/ paper-progress::shadow #activeProgress { background-color: #ff5252;}.blue-theme /deep/ .theme-bg,.blue-theme.theme-bg { background-color: #03A9F4; color: #fff;}.blue-theme /deep/ .theme-bg-a,.blue-theme.theme-bg-a { background-color: #84ffff;}.blue-theme /deep/ .theme-color { color: #fff;}.blue-theme /deep/ .theme-icon { color: #03A9F4;}.blue-theme /deep/ .theme-primary-color { color: #03A9F4;}.blue-theme /deep/ .theme-border-color { border-color: #03A9F4;}.blue-theme /deep/ paper-progress::shadow #progressContainer { background-color: transparent;}.blue-theme /deep/ paper-progress::shadow #activeProgress { background-color: #03A9F4;}.purple-theme /deep/ .theme-bg,.purple-theme.theme-bg { background-color: #7e57c2; color: #fff;}.purple-theme /deep/ .theme-bg-a,.purple-theme.theme-bg-a { background-color: #b388ff;}.purple-theme /deep/ .theme-color { color: #fff;}.purple-theme /deep/ .theme-icon { color: #7e57c2;}.purple-theme /deep/ .theme-primary-color { color: #7e57c2;}.purple-theme /deep/ .theme-border-color { border-color: #7e57c2;}.purple-theme /deep/ paper-progress::shadow #progressContainer { background-color: transparent;}.purple-theme /deep/ paper-progress::shadow #activeProgress { background-color: #7e57c2;}</style> <div class="{{category.theme}}-theme theme-bg-a {{ {wide: wide} | tokenList }}" dummy="" fit="" layout="" vertical="" center="" center-justified="" hero-id="punch" hero=""> <div class="category-bg" relative?="{{wide}}" flex?="{{!wide}}"> <core-icon icon="category-images:{{category.id}}" cross-fade-delayed?="{{parentElement.selected === 'category'}}" cross-fade="{{parentElement.selected !== 'category'}}" fit=""></core-icon> </div> </div> <div class="{{category.theme}}-theme {{ {wide: wide} | tokenList }}" flex="" vertical="" layout=""> <core-animated-pages class="category-pages" selected="{{selected}}" selecteditem="{{selectedItem}}" flex="" transitions="cross-fade cross-fade-delayed slide-up slide-down hero-transition" no-transition?="{{selected === 'front'}}" on-core-animated-pages-transition-end="{{transitionEnd}}"> <section name="empty"></section> <topeka-category-front-page name="front" category="{{category}}" wide="{{wide}}" on-previous="{{mainAction}}" on-next="{{showQuizzes}}"></topeka-category-front-page> <topeka-quizzes id="quizzes" name="quizzes" selectedpage="{{selected}}" scores="{{scores}}" category="{{category}}" avatar="{{user.avatar}}" wide="{{wide}}" on-quiz-done="{{quizDone}}"></topeka-quizzes> <topeka-quiz-score name="quizScore" selectedpage="{{selected}}" scores="{{scores}}" category="{{category}}" avatar="{{user.avatar}}" wide="{{wide}}" quizscore="{{quizScore}}"></topeka-quiz-score> <topeka-results id="results" name="results" scores="{{scores}}" category="{{category}}" avatar="{{user.avatar}}" wide="{{wide}}" on-next="{{showScore}}" cross-fade?="{{parentElement.selected === 'categories'}}"></topeka-results> <topeka-user-score name="score" user="{{user}}" scores="{{scores}}" category="{{category}}" wide="{{wide}}" on-next="{{mainAction}}" cross-fade?="{{parentElement.selected === 'categories'}}"></topeka-user-score> </core-animated-pages> <paper-icon-button class="main-button {{ {'theme-color': !wide && selected == 'quizzes'} | tokenList }}" icon="arrow-back" hidden?="{{selected === 'results' || selected === 'score'}}" on-tap="{{mainAction}}" hero?="{{parentElement.selected === 'categories'}}" cross-fade-delayed?="{{parentElement.selected === 'category'}}"></paper-icon-button> </div> </template> </polymer-element> <polymer-element name="topeka-leaderboard" vertical="" layout="" assetpath="components/topeka-elements/"> <template> <style> .card { background-color: white; box-sizing: border-box; width: 100%; } .wide.card:not(.tvmode) { width: 512px; margin-top: 64px; } .wide.card.multi-column { width: 100%; height: 100%; } .main-button { position: absolute; top: 12px; left: 8px; color: white; } .main-button.wide { position: fixed; top: 12px; left: 16px; color: #424242; } .title { padding-left: 56px; font-size: 16px; } .wide .title { padding: 0; } .tvmode .title { font-size: 24px; } .scroll { overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; } .multi-column .list { display: -webkit-flex; display: flex; -webkit-flex-flow: column wrap; flex-flow: column wrap; -webkit-align-content: stretch; align-content: stretch; } .item { background-color: white; height: 56px; padding: 8px 24px; box-sizing: border-box; position: relative; font-size: 18px; transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.28s; } .multi-column .item { padding: 16px 32px; } [animate] .item.rising { box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19); z-index: 10001 !important; background-color: white; } [animate] .item.rising .rankNo { display: none; } .multi-column [animate] .item.rising { } .delta { display: none; padding-right: 32px; color: #00bbd3; font-weight: bold; } [animate] .item.rising .delta { display: inline-block; } .arrow { display: none; margin-left: -4px; -webkit-transform: rotate(90deg); } [animate] .item.rising .arrow { display: inline-block; } .rank { width: 56px; } .avatar { height: 40px; width: 40px; border-radius: 50%; overflow: hidden; } .name { padding-left: 48px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 16px; } .main { position: relative; } .main::-webkit-scrollbar { display: none; } .bg { background-color: #eee; } :host([animate]:not(.core-selected)) .bg { z-index: -1; } </style> <firebase-element id="fbLeaderboard" location="{{offline ? null : 'https://polymer-topeka.firebaseio.com/users'}}" on-data-change="{{leaderboardChange}}" data="{{leaderboard}}" limit="{{limit}}"></firebase-element> <div class="bg" fit="" dummy="" cross-fade=""></div> <div class="main {{ {scroll: wide} | tokenList }}" flex="" center="" layout="" vertical="" hero-p=""> <div flex="" vertical="" layout="" slide-up-offscreen?="{{parentElement.selected === 'leaderboard'}}" cross-fade="{{!wide && parentElement.selected !== 'leaderboard'}}" class="card {{ {wide: wide, 'multi-column': columns>1, tvmode: tvmode} | tokenList }}" relative=""> <core-toolbar> <div class="title">Leaderboard</div> </core-toolbar> <div class="{{ {scroll: !wide} | tokenList }}" layout="" vertical="" flex=""> <core-animated-pages id="pages" selected="{{selected}}" on-core-animated-pages-transition-end="{{done}}" transitions="hero-transition" layout="" flex="" no-transition?="{{disabled}}"> <section class="list" layout=""> <template repeat="{{u,i in items1}}"> <div hero="" hero-id="{{u.uid}}" class="item {{u.rising ? 'rising':''}}" style="{{ columns>1 ? 'width:' + (1/columns*100) + '%' : '' }}" layout="" horizontal="" center=""> <div class="rank"> <div class="rankNo">{{i+1}}</div> <core-icon class="arrow" icon="arrow-back"></core-icon> </div> <core-icon class="avatar" icon="avatars:avatar-{{u.avatar}}"></core-icon> <div layout="" flex="" class="name">{{u.name}}</div> <div class="delta" hidden?="{{!u.delta || !u.rising}}">{{u.delta}}</div> <div>{{u.score}}</div> </div> </template> </section> <section class="list" layout=""> <template repeat="{{u,i in items2}}"> <div hero="" hero-id="{{u.uid}}" class="item {{u.rising ? 'rising':''}}" style="{{ columns>1 ? 'width:' + (1/columns*100) + '%' : '' }}" layout="" horizontal="" center=""> <div class="rank"> <div class="rankNo">{{i+1}}</div> <core-icon class="arrow" icon="arrow-back"></core-icon> </div> <core-icon class="avatar" icon="avatars:avatar-{{u.avatar}}"></core-icon> <div layout="" flex="" class="name">{{u.name}}</div> <div class="delta" hidden?="{{!u.delta || !u.rising}}">{{u.delta}}</div> <div>{{u.score}}</div> </div> </template> </section> </core-animated-pages> </div> </div> <paper-icon-button hidden?="{{tvmode}}" class="main-button {{ {wide: wide} | tokenList }}" icon="arrow-back" on-tap="{{mainAction}}" cross-fade-delayed?="{{!disabled}}" hero?="{{!disabled}}"></paper-icon-button> </div> </template> </polymer-element> <polymer-element name="topeka-profile" attributes="user userDefaults wide" center="" layout="" vertical="" assetpath="components/topeka-elements/"> <template> <style> core-toolbar { background-color: none; } .hero { background-color: white; } .card { background-color: white; padding: 20px 16px; box-sizing: border-box; -moz-box-sizing: border-box; } .wide.card { margin-top: 64px; max-height: 580px; max-width: 512px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); border-radius: 2px; } .header { font-size: 1.5em; color: #00BCD4; font-weight: lighter; } .header.spaced { margin-top: 16px; } .indent { padding: 0 2px; } .topeka-avatar { width: 64px; height: 64px; border-radius: 50%; display: inline-block; overflow: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); } .avatar-wrapper { display: inline-block; padding: 2px; margin: 6px 0; } .avatar-wrapper.core-selected { background-color: #00BCD4; border-radius: 50%; } .avatar-dummy { width: 68px; height: 0px; } #avatarList { margin: 16px 0 8px 0; overflow: auto; -webkit-overflow-scrolling: touch; } #check { width: 56px; height: 56px; background-color: #f5f5f5; color: black; } paper-fab { transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 500ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1); -webkit-transition: -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 500ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } paper-fab[showing] { -webkit-transform: none; transform: none; } paper-fab[disabled] { pointer-events: none; } .main { position: relative; } .bg { background-color: #eee; } :host([animate]:not(.core-selected)) .bg { z-index: -1; } paper-input { max-width: 20em; width: auto; } </style> <div class="bg" fit="" dummy="" cross-fade=""></div> <div class="main" flex="" layout="" vertical="" cross-fade-delayed?="{{parentElement.lastSelected === 'splash'}}"> <div class="card {{ {wide: wide} | tokenList }}" flex="" layout="" vertical="" slide-up-offscreen?="{{parentElement.selected === 'profile'}}" cross-fade="{{!wide && parentElement.selected !== 'profile'}}"> <div layout="" vertical="" flex="" cross-fade-delayed?="{{parentElement.lastSelected !== 'splash' && wide}}" on-keypress="{{ keypressAction }}"> <div class="indent" layout="" vertical=""> <div class="header">{{userDefaults ? 'Your Profile' : 'Sign In'}}</div> <paper-input label="First Name" id="first"></paper-input> <paper-input label="Last Initial" id="last" maxlength="1"></paper-input> <div class="header spaced">Choose an Avatar</div> </div> <div id="avatarList" flex=""> <core-selector selected="{{selectedAvatar}}" layout="" horizontal="" justified="" wrap=""> <template repeat="{{i in [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]}}"> <div class="avatar-wrapper"> <core-icon icon="avatars:avatar-{{i}}" class="topeka-avatar"></core-icon> </div> </template> <template repeat="{{i in [1,2,3,4,5,6,7,8]}}"> <div class="avatar-dummy"></div> </template> </core-selector> </div> <div horizontal="" center="" layout=""> <paper-button on-tap="{{handleLogout}}" hidden?="{{!user}}">Sign Out</paper-button> <div flex=""></div> <paper-fab id="check" icon="check" showing?="{{$.first.value.length && $.last.value.length && selectedAvatar !== undefined}}" on-tap="{{handleLogin}}"></paper-fab> </div> </div> </div> </div> </template> </polymer-element> <polymer-element name="core-media-query" attributes="query queryMatches" assetpath="components/core-media-query/"> <template> <style> :host { display: none; } </style> </template> </polymer-element> <polymer-element name="core-drawer-panel" touch-action="auto" assetpath="components/core-drawer-panel/"> <template> <style>:host { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}core-selector > #drawer { position: absolute; top: 0; left: 0; height: 100%; will-change: transform; box-sizing: border-box; -moz-box-sizing: border-box;}.transition > #drawer { transition: -webkit-transform ease-in-out 0.3s, width ease-in-out 0.3s; transition: transform ease-in-out 0.3s, width ease-in-out 0.3s;}.right-drawer > #drawer { left: auto; right: 0;}polyfill-next-selector { content: ':host [drawer]'; }::content[select="[drawer]"] > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; -moz-box-sizing: border-box;}core-selector > #main { position: absolute; top: 0; right: 0; bottom: 0;}.transition > #main { transition: left ease-in-out 0.3s, padding ease-in-out 0.3s;}.right-drawer > #main { left: 0;}.right-drawer.transition > #main { transition: right ease-in-out 0.3s, padding ease-in-out 0.3s;}polyfill-next-selector { content: '#main > [main]'; }::content[select="[main]"] > * { height: 100%;}#scrim { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.3); visibility: hidden; opacity: 0; transition: opacity ease-in-out 0.38s, visibility ease-in-out 0.38s;}#edgeSwipeOverlay { position: absolute; top: 0; bottom: 0; left: 0; width: 20px;}.right-drawer > #main > #edgeSwipeOverlay { right: 0; left: auto;}.narrow-layout > #drawer.core-selected { box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);}.right-drawer.narrow-layout > #drawer.core-selected { box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.15);}polyfill-next-selector { content: ':host .narrow-layout > #drawer > [drawer]'; }.narrow-layout > #drawer > ::content[select="[drawer]"] > * { border: 0;}.narrow-layout > #drawer:not(.core-selected) { -webkit-transform: translateX(-100%); transform: translateX(-100%);}.right-drawer.narrow-layout > #drawer:not(.core-selected) { left: auto; -webkit-transform: translateX(100%); transform: translateX(100%);}.narrow-layout > #main { left: 0 !important; padding: 0;}.right-drawer.narrow-layout > #main { left: 0; right: 0; padding: 0;}.narrow-layout > #main:not(.core-selected) > #scrim,.dragging #scrim { visibility: visible; opacity: 1;}polyfill-next-selector { content: ':host .narrow-layout > #main > [main]'; }.narrow-layout > #main > ::content[select="[main]"] > * { margin: 0; min-height: 100%; left: 0; right: 0; box-sizing: border-box; -moz-box-sizing: border-box;}polyfill-next-selector { content: 'core-selector:not(.narrow-layout) [core-drawer-toggle]'; }core-selector:not(.narrow-layout) ::content [core-drawer-toggle] { display: none;}</style> <core-media-query query="max-width: {{forceNarrow ? '' : responsiveWidth}}" querymatches="{{queryMatches}}"></core-media-query> <core-selector class="{{ {'narrow-layout' : narrow, transition : transition, dragging : dragging, 'right-drawer': rightDrawer} | tokenList }}" valueattr="id" selected="{{selected}}"> <div id="main" _style="left: {{ narrow || rightDrawer ? '0' : drawerWidth }}; right: {{ rightDrawer ? (narrow ? '' : drawerWidth) : '' }};"> <content select="[main]"></content> <div id="scrim" on-tap="{{togglePanel}}"></div> <div id="edgeSwipeOverlay" hidden?="{{!narrow || disableEdgeSwipe}}"></div> </div> <div id="drawer" _style="width: {{ drawerWidth }}"> <content select="[drawer]"></content> </div> </core-selector> </template> </polymer-element> <core-style id="scale-up"> polyfill-next-selector { content: ':host > * [scale-up]'; } ::content > * /deep/ [scale-up] { -webkit-transition: -webkit-transform {{g.transitions.scaleDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1) {{g.transitions.scaleDelay || g.transitions.delay}} !important; transition: transform {{g.transitions.scaleDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1) {{g.transitions.scaleDelay || g.transitions.delay}} !important; } polyfill-next-selector { content: ':host > .core-selected [scale-up]'; } ::content > .core-selected /deep/ [scale-up] { -webkit-transform: none; transform: none; } polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [scale-up]'; } ::content > [animate]:not(.core-selected) /deep/ [scale-up] { -webkit-transform: scale(0); transform: scale(0); } polyfill-next-selector { content: ':host > .core-selected[animate] [scale-up]'; } ::content > .core-selected[animate] /deep/ [scale-up] { z-index: 1000; } </core-style> <core-transition-pages id="scale-up"></core-transition-pages> <core-style id="tile-cascade"> polyfill-next-selector { content: ':host(.tile-cascade) > * [tile-cascade] > div'; } :host(.tile-cascade) ::content > * /deep/ [tile-cascade] > div { -webkit-transition: -webkit-transform {{g.transitions.cascadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1), opacity {{g.transitions.cascadeFadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); transition: transform {{g.transitions.cascadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1), opacity {{g.transitions.cascadeFadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); } polyfill-next-selector { content: ':host(.tile-cascade) > * [tile-cascade] > div:nth-of-type(2)'; } :host(.tile-cascade) ::content > * /deep/ [tile-cascade] > div:nth-of-type(2) { -webkit-transition-delay: 0.05s; transition-delay: 0.05s; } polyfill-next-selector { content: ':host(.tile-cascade) > * [tile-cascade] > div:nth-of-type(3)'; } :host(.tile-cascade) ::content > * /deep/ [tile-cascade] > div:nth-of-type(3) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } polyfill-next-selector { content: ':host(.tile-cascade) > * [tile-cascade] > div:nth-of-type(4)'; } :host(.tile-cascade) ::content > * /deep/ [tile-cascade] > div:nth-of-type(4) { -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } polyfill-next-selector { content: ':host(.tile-cascade) > * [tile-cascade] > div:nth-of-type(5)'; } :host(.tile-cascade) ::content > * /deep/ [tile-cascade] > div:nth-of-type(5) { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } polyfill-next-selector { content: ':host(.tile-cascade) > * [tile-cascade] > div:nth-of-type(6)'; } :host(.tile-cascade) ::content > * /deep/ [tile-cascade] > div:nth-of-type(6) { -webkit-transition-delay: 0.25s; transition-delay: 0.25s; } polyfill-next-selector { content: ':host(.tile-cascade) > * [tile-cascade] > div:nth-of-type(7)'; } :host(.tile-cascade) ::content > * /deep/ [tile-cascade] > div:nth-of-type(7) { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } polyfill-next-selector { content: ':host(.tile-cascade) > * [tile-cascade] > div:nth-of-type(8)'; } :host(.tile-cascade) ::content > * /deep/ [tile-cascade] > div:nth-of-type(8) { -webkit-transition-delay: 0.35s; transition-delay: 0.35s; } polyfill-next-selector { content: ':host(.tile-cascade) > * [tile-cascade] > div:nth-of-type(9)'; } :host(.tile-cascade) ::content > * /deep/ [tile-cascade] > div:nth-of-type(9) { -webkit-transition-delay: 0.4s; transition-delay: 0.4s; } polyfill-next-selector { content: ':host(.tile-cascade) > * [tile-cascade] > div:nth-of-type(10)'; } :host(.tile-cascade) ::content > * /deep/ [tile-cascade] > div:nth-of-type(10) { -webkit-transition-delay: 0.45s; transition-delay: 0.45s; } polyfill-next-selector { content: ':host(.tile-cascade) > * [tile-cascade] > div:nth-of-type(11)'; } :host(.tile-cascade) ::content > * /deep/ [tile-cascade] > div:nth-of-type(11) { -webkit-transition-delay: 0.5s; transition-delay: 0.5s; } polyfill-next-selector { content: ':host(.tile-cascade) > * [tile-cascade] > div:nth-of-type(12)'; } :host(.tile-cascade) ::content > * /deep/ [tile-cascade] > div:nth-of-type(12) { -webkit-transition-delay: 0.55s; transition-delay: 0.55s; } polyfill-next-selector { content: '.core-selected [tile-cascade] > div'; } ::content > .core-selected /deep/ [tile-cascade] > div { } polyfill-next-selector { content: '[animate]:not(.core-selected) [tile-cascade] > div'; } ::content > [animate]:not(.core-selected) /deep/ [tile-cascade] > div { -webkit-transform: translateY(100%); transform: translateY(100%); } polyfill-next-selector { content: '[animate]:not(.core-selected) [tile-cascade][fade] > div'; } ::content > [animate]:not(.core-selected) /deep/ [tile-cascade][fade] > div { opacity: 0; } </core-style> <core-transition-pages id="tile-cascade" activeclass="tile-cascade" transitionproperty="transform"></core-transition-pages> <polymer-element name="topeka-app" attributes="user categories" vertical="" layout="" assetpath="components/topeka-elements/"> <template> <style>:host { overflow: hidden;}.splash { background-color: #eee; background-repeat: no-repeat; background-position: 50%; background-image: url("components/topeka-elements/images/splash.svg");}.splash.wide { background-size: 512px;}</style> <core-animated-pages selected="{{selected}}" transitions="cross-fade cross-fade-delayed scale-up slide-up slide-up-offscreen slide-down tile-cascade hero-transition" flex="" auto="" on-core-animated-pages-transition-end="{{transitionEndAction}}"> <div name="splash"> <span fit="" class="splash {{ {wide: wide} | tokenList }}" cross-fade=""></span> </div> <topeka-categories id="categories" name="categories" user="{{user}}" allscores="{{allScores}}" categories="{{categories}}" category="{{category}}" wide="{{wide}}" on-core-activate="{{categorySelect}}"></topeka-categories> <topeka-category id="category" name="category" user="{{user}}" category="{{category}}" allscores="{{allScores}}" wide="{{wide}}"></topeka-category> <topeka-leaderboard name="leaderboard" user="{{user}}" wide="{{wide}}" disabled="{{disableLeaderboard}}"></topeka-leaderboard> <topeka-profile id="profile" name="profile" user="{{user}}" wide="{{wide}}"></topeka-profile> </core-animated-pages> <core-media-query query="min-width: {{responsiveWidth}}" querymatches="{{wide}}"></core-media-query> </template> </polymer-element> </div> <template is="auto-binding"> <topeka-datasource url="components/topeka-elements/categories.json" user="{{user}}" categories="{{categories}}" connected="{{connected}}"></topeka-datasource> <topeka-app fit="" user="{{user}}" categories="{{categories}}" connected="{{connected}}" touch-action="auto"></topeka-app> </template> <script charset="utf-8" src="build.js"></script></body></html>