{"product_id":"custom-dice","title":"Custom Dice!","description":"\u003cstyle\u003e\n   .product-options{display:\"none\" !important}\n  .product-info__block{\n display = \"none\"\n}\n  \/* JH New 04-04-24 *\/\n  .product-info.product-info--sticky {\n    width:  100% !important;\n  background: white;\n}\n\n#product-media {\n    display: none !important;\n\n}\n\n  \/* JH New 10-04-23 *\/\n  .product-grid__container\u003e.product-grid__content {\n    width: 100%;\n  }\n  .add-to-cart {\n    width: 100%;\n  }\n  \/* jh end *\/\n  .medium-up--one-half\n\t* {box-sizing: border-box;}\n\n\t.flex-container {\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t}\n\n\t.flex-item-left {\n\t\tpadding: 10px;\n\t\tflex: 60%;\n\t\ttext-align: center;\n\t}\n\n\t.flex-item-right {\n\t\tpadding: 10px;\n\t\tflex: 40%;\n\t\ttext-align: left;\n\t}\n\t\n\t.flex-btn-left {\n\t\tpadding: 0 2px 0 0;\n\t\tflex: 50%;\n\t\ttext-align: center;\n\t}\n\n\t.flex-btn-right {\n\t\tpadding: 0 0 0 2px;\n\t\tflex: 50%;\n\t\ttext-align: center;\n\t}\n\n\t\/* Responsive layout - makes a one column-layout instead of two-column layout *\/\n\t@media (max-width: 900px) {\n\t\t.flex-container {\n\t\t\tflex-direction: column;\n\t\t}\n\t}\n\t\n\t\/*Flex for Inlay Hot Buttons*\/\n\t.hot-flex-container {\n\t\tdisplay: flex;\n\t\tflex-wrap: wrap;\n\t\tflex-direction: row;\n\t\talign-content: center;\n\t\tjustify-content: space-evenly;\n\t}\n\n\t.hot-flex-container * {\n\t  \/*min-width:30px;*\/\n\t  \/*min-height:20px;*\/\n\t  \/*border: 1px solid black;*\/\n\t  \/*border-radius: 5px;*\/\n\t  \/*margin: 0.5%;*\/\n\t  \/*flex: 0 0 24%;*\/\n\t\tmargin: 3px;\n    width: 25px;\n    height: 25px;\n    display: inline-block;\n    vertical-align: middle;\n    border-radius: 50%;\n    box-sizing: border-box;\n    cursor: pointer;\n    transition: 0.3s ease-in-out;\n    border: 1px solid #fff;\n    box-shadow: 0px 0px 0px 2px #50505070;\n    padding: 3px !important;\n\t}\n\n\t.hot-flex-item-left {\n\t  background-color: #000000;\n\t}\n\t.hot-flex-item-left2 {\n\t  background: repeating-linear-gradient(45deg, #fbe23b, #e0a91b 10px);\n\t}\n\n\t.hot-flex-item-right {\n\t  background-color: #FFFFFF;\n\t}\n\t\n\t.hot-flex-item-right2 {\n\t  background: repeating-linear-gradient(45deg, #B87333, #f0a865 10px);\n\t}\n\n\t\/* Responsive layout - makes a one column-layout instead of a two-column layout *\/\n\t@media (max-width: 120px) {\n\t  .hot-flex-item-right, .hot-flex-item-right2, .hot-flex-item-left, .hot-flex-item-left2 {\n\t\tflex: 50%;\n\t  }\n\t  \n\t}\n\n\t@media (max-width: 60px) {\n\t  .hot-flex-item-right, .hot-flex-item-right2, .hot-flex-item-left, .hot-flex-item-left2 {\n\t\tflex: 100%;\n\t  }\n\t}\n\t\n\t\/*End Flex for Inlay Hot Buttons*\/\n\t\n\t\n\t\n.col-two {\n    display: grid;\n    grid-template-columns: 50% 50%;\n    justify-content: center;\n    align-content: center;\n    justify-items: stretch;\n    align-items: stretch;\n    column-gap: 10px;\n}\n.col-three {\n    display: grid;\n    grid-template-columns: 33% 33% 33%;\n    justify-content: center;\n    align-content: center;\n    justify-items: stretch;\n    align-items: stretch;\n    column-gap: 10px;\n}\n@media (max-width: 465px) {\n\t.col-three {\n\t\t\tgrid-template-columns: 100%;\n\t\t\tgrid-template-rows: auto auto auto;\n\t}\n}\n\n\n\tfieldset.jester  {\n\t\tborder: 0;\n\t\tpadding: 0;\n\t\tmargin: 0 0 -12px;\n\t\tposition: relative;\n\t}\n\n\t.jester input {\n\t\tclip: rect(0,0,0,0);\n\t\toverflow: hidden;\n\t\tposition: absolute;\n\t\theight: 1px;\n\t\twidth: 1px;\n\t}\n\n\tfieldset.jester label{\n\t\tfont-family: var(--typeBasePrimary),var(--typeBaseFallback);\n\t\tfont-size: var(--typeBaseSize);\n\t\tletter-spacing: var(--typeBaseSpacing);\n\t\tline-height: var(--typeBaseLineHeight);\n\t\tposition: relative;\n\t\tdisplay: inline-block;\n\t\tfont-weight: 400;\n\t\tpadding: 7px 15px;\n\t\tmargin: 0 8px 12px 0;\n\t\tbackground-color: #fff;\n\t\tbackground-color: var(--colorBody);\n\t\tbox-shadow: 0 0 0 1px #e8e8e1;\n\t\tbox-shadow: 0 0 0 1px var(--colorBorder);\n\t\tborder-radius: 1px;\n\t\toverflow: hidden;\n\t\tcursor: pointer;\n\t\ttext-align: center;\n\t\twidth: 100%;\n\t}\n\n\t.jester label.disabled {\n\t\tcolor: #e8e8e1;\n\t\tbox-shadow: 0 0 0 1px #e8e8e1;\n\t\tcursor: default;\n\t}\n\n\t.jester label.disabled:after {\n\t\tposition: absolute;\n\t\tcontent: \"\";\n\t\tleft: 50%;\n\t\ttop: 0;\n\t\tbottom: 0;\n\t\tborder-left: 2px solid;\n\t\tborder-color: #e8e8e1;\n\t\tborder-color: var(--colorBorder);\n\t\ttransform: rotate(45deg);\n\t}\n\n\tfieldset.jester legend{\n\t\tfont-family: var(--typeBasePrimary),var(--typeBaseFallback);\n\t\tfont-size: var(--typeBaseSize);\n\t\tletter-spacing: var(--typeBaseSpacing);\n\t\tline-height: var(--typeBaseLineHeight);\n\t\tposition: relative;\n\t\tdisplay: inline-block;\n\t\tfont-weight: 400;\n\t\tpadding: 7px 15px;\n\t\tmargin: 0 8px 12px 0;\n\t\toverflow: hidden;\n\t}\n\n\t.jester input:checked+label{\n\t\tbox-shadow: 0 0 0 2px var(--colorTextBody);\n\t}\n\t\n\ttd label{\n\t\tmargin-bottom: 0px !important;\n\t}\n\ttd {\n\t\tpadding: 0px !important;\n\t}\n\n\t.upload{\n\t\tpadding: 10px 12px;\n\t\tmin-height: auto;\n\t\tmin-width: auto;\n\t\tborder-radius: var(--gw_main_border_radius, 5px);\n\t\ttext-transform: unset;\n\t\tbox-shadow: none;\n\t\tbackground: 0 0;\n\t\tcolor: var(--gw_main_color_review, var(--gw_main_color, #000));\n\t\tborder: 1px solid var(--gw_main_color_review, var(--gw_main_color, #000));\n\t\ttransition: all .15s ease-in-out;\n\t}\n\n\t.upload:hover{\n\t\tcolor: blue;\n\t\tborder: 1px solid blue;\n\t}\n\n\t#avpoptions-container__v2, .variant-wrapper, .product__main-photos, #pipNo, #transSmoke, #clipRound, #dottedRound, #dottedRect {\n\t\tdisplay:\tnone;\n\t}\n\n\t#colorClear {\n\t\tpadding: 0 5px  !important;\n\t\tborder: #0086fb 2px dashed;\n\t\tfont-weight: bold;\n\t\tcolor: #0086fb;\n\t\tdisplay: none;\n\t}\n\n#myRange {\n\twidth: 100% !important;\n\tposition: relative !important;\n\tmargin: 0 0 20px 0 !important;\n}\n\n.apo-delete__file{\n\tdisplay: none !important;\n}\n\n\/* The animation code *\/\n\n#dottedRoundShadow, #dottedRectShadow {\n\tanimation-name: dottedShadow;\n\tanimation-duration: 1s;\n\tanimation-iteration-count: infinite;\n\tanimation-direction: alternate;\n\tfilter:blur(3px);\n\t-webkit-filter: blur(3px);\n}\n\n#dottedRoundRed, #dottedRectRed {\n\tanimation-name: dottedRed;\n\tanimation-duration: 1s;\n\tanimation-iteration-count: infinite;\n\tanimation-direction: alternate;\n}\n\n@keyframes dottedShadow {\n  from {\n\t\tstroke-width:7.7166;\n\t\topacity: 1;\n\t\tfilter: blur(3px);\n\t\t-webkit-filter: blur(3px);\n\t}\n  to {\n\t\tstroke-width:17.7166;\n\t\topacity: 0.5;\n\t\tfilter: blur(6px);\n\t\t-webkit-filter: blur(6px);\n\t}\n}\n\n@keyframes dottedRed {\n  from {\n\t\tstroke-width:7.7166;\n\t\topacity: 1;\n        transform: translate(0px, 0px) scaleX(1) scaleY(1);\n\t}\n  to {\n\t\tstroke-width:17.7166;\n\t\topacity: 1;\n        transform: translate(0px, -20px) scaleX(1) scaleY(1);\n\t}\n}\n\n.switch {\n  position: relative;\n  display: inline-block;\n  width: 60px;\n  height: 34px;\n}\n\n.switch input { \n  opacity: 0;\n  width: 0;\n  height: 0;\n}\n\n.slider {\n  position: absolute;\n  cursor: pointer;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background-color: #ccc;\n  -webkit-transition: .4s;\n  transition: .4s;\n}\n\n.slider:before {\n  position: absolute;\n  content: \"\";\n  height: 26px;\n  width: 26px;\n  left: 4px;\n  bottom: 4px;\n  background-color: white;\n  -webkit-transition: .4s;\n  transition: .4s;\n}\n\ninput:checked + .slider {\n  background-color: #2196F3;\n}\n\ninput:focus + .slider {\n  box-shadow: 0 0 1px #2196F3;\n}\n\ninput:checked + .slider:before {\n  -webkit-transform: translateX(26px);\n  -ms-transform: translateX(26px);\n  transform: translateX(26px);\n}\n\n\/* Rounded sliders *\/\n.slider.round {\n  border-radius: 34px;\n}\n\n.slider.round:before {\n  border-radius: 50%;\n}\n\n\n.qtySlideContainer {\n\tmax-width: 350px;\n}\n\n.qtySlideContainer input{\n\tborder-radius: 15px;\n\tborder-style: outset;\n\tborder-color: #a4aeba;\n\tborder-width: 3px;\n\tpadding: 0px 3px;\n\theight: auto;\n}\n\n\/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) *\/\n.qtySlideContainer input::-webkit-slider-thumb {\n  -webkit-appearance: none; \/* Override default look *\/\n  appearance: none;\n  width: 15px; \/* Set a specific slider handle width *\/\n  height: 15px; \/* Slider handle height *\/\n  background: #173153; \/* Green background *\/\n  cursor: pointer; \/* Cursor on hover *\/\n  border-radius: 50%;\n}\n\n.qtySlideContainer input::-moz-range-thumb {\n  width: 15px; \/* Set a specific slider handle width *\/\n  height: 15px; \/* Slider handle height *\/\n  background: #173153; \/* Green background *\/\n  cursor: pointer; \/* Cursor on hover *\/\n  border-radius: 50%;\n}\n\n.optionsPanel {\n\twidth: 100%;\n\tmax-width: 440px;\n\tpadding: 56px 40px;\n\tborder-radius: 40px;\n\tbox-shadow: 0px 8px 40px rgb(128 128 128 \/ 15%);\n\tmargin: auto;\n}\n\ndatalist {\n  display: flex;\n  \/*flex-direction: column;*\/\n  justify-content: space-between;\n  writing-mode: horizontal-tb;\n  width: 100%;\n\tmax-width: 350px;\n\tfont-size: 10px;\n}\n\n\n#toggleOverlay {\n\tposition: absolute;\t\n\tright: 0;\t\n\tbottom: 0;\n}\n#toggleOverlay2 {\n\tposition: absolute;\t\n\tright: 0;\t\n\ttop: 0;\n\tcursor: pointer;\n}\n#toggleOverlay label,#toggleOverlay2 label {\n\tmargin-bottom: 0 !important;\n\tfont-variant-caps: all-petite-caps;\n\tmargin-top: -5px;\n}\n.jesterHot {\n\tdisplay: flex;\n\tflex-wrap: wrap;\n}\n.jesterHot \u003e label {\n\tmargin-right: 12px;\n\tcursor: pointer;\n\tmargin-bottom: 10px;\n}\n.jesterHot \u003e label {\n\n}\n\n.jesterHot \u003e label input {\n\tposition: fixed;\n\topacity: 0;\n}\n\n.jesterHot \u003e label span {\n\tmargin: 0;\n\twidth: 30px;\n\theight: 30px;\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tborder-radius: 2px;\n\tbox-sizing: border-box;\n\tcursor: pointer;\n\ttransition: 0.3s ease-in-out;\n\tborder: 1px solid #fff;\n\tbox-shadow: 0px 0px 0px 2px #50505070;\n}\n\n#toggleOverlay3 {\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n}\n\n#toggleOverlay3 svg{\n\twidth: 30px;\n\tcursor: pointer;\n\t-webkit-user-select: none; \/* Safari *\/\n\t-ms-user-select: none; \/* IE 10 and IE 11 *\/\n\tuser-select: none; \/* Standard syntax *\/\n}\n\n#toggleOverlay3 label{\n\tmargin-bottom: 0 !important;\n\tfont-variant-caps: all-petite-caps;\n\tmargin-top: -5px;\n}\n\n\/* AVIS CSS Copy *\/\n.apo-file {\n  width: 100%;\n  height: 100%;\n}\n.apo-file input {\n\tdisplay:none\n}\n .apo-file \u003e label {\n  min-width: 220px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  flex-direction: column;\n  transition: 0.4s;\n}\n\n.apo-file \u003e label \u003e span {\n  display: inline-block;\n  text-align: center;\n  font-size: 14px;\n  color: #6d7175;\n  line-height: 1.5;\n  margin-top: 6px;\n}\n\n.apo-file__action {\n  padding: 4px 16px;\n  background: #fde5e5;\n  font-weight: bold;\n  color: #f82020 !important;\n  border-radius: 6px;\n  box-shadow: 0px 5px 10px -8px #df7474;\n  transition: 0.4s;\n}\n\n.apo-file \u003e label:hover .apo-file__action {\n  transform: scale(1.15);\n  transition: 0.4s;\n}\n\n.apo-file__lable {\n  width: 100%;\n  height: 100px;\n  border: 1px dashed #888;\n  border-radius: 6px;\n  cursor: pointer;\n}\n#randomColors {\n  width: 100px;\n  height: 100px;\n  fill: magenta;\n  animation-name: randomColors;\n  animation-duration: 8s;\n  animation-iteration-count: infinite;\n}\n\n@keyframes randomColors {\n  0%   {fill: magenta;}\n  25%  {fill: orange;}\n  50%  {fill: teal;}\n  75%  {fill: purple;}\n  100%   {fill: magenta;}\n}\n\n.loader {\n  background-color: white;\n  overflow: hidden;\n  width: 100%;\n  height: 100%;\n  position: fixed;\n  top: 0; left: 0;\n  display: flex;\n  align-items: center;\n  align-content: center; \n  justify-content: center;  \n  z-index: 100000;\n}\n\n.loader__element {\n  border-radius: 100%;\n  border: 15px solid #555;\n  margin: 25px;\n}\n\n.loader__element:nth-child(1) {\n  animation: preloader .6s ease-in-out alternate infinite;\n}\n.loader__element:nth-child(2) {\n  animation: preloader .6s ease-in-out alternate .2s infinite;\n}\n\n.loader__element:nth-child(3) {\n  animation: preloader .6s ease-in-out alternate .4s infinite;\n}\n\n.loader__element:nth-child(4) {\n  animation: preloader .6s ease-in-out alternate infinite;\n}\n.loader__element:nth-child(5) {\n  animation: preloader .6s ease-in-out alternate .2s infinite;\n}\n\n.loader__element:nth-child(6) {\n  animation: preloader .6s ease-in-out alternate .4s infinite;\n}\n\n@keyframes preloader {\n  100% { transform: scale(2); }\n}\n\n#add_to_cart_btn {\n  width: 100%;\n}\n\/* Hide Buy w SHOP *\/\n\n.shopify-payment-button__more-options,\n.shopify-payment-terms,\n.shopify-payment-button__button {\n    display: none;\n}\n\/* jh v1.0.1 patch 04-24-23*\/\n.apo-file__img{display:none;}\n#avp-watermark-footer{display:none !important;}\n\u003c\/style\u003e\n\u003cscript\u003e\n\n\/\/Function to adjust variants to defaults on reload\nfunction jesterRedefault(){\n\tvar p=document.querySelectorAll('input');\n\tfor(i=0;i\u003cp.length;i++){\n\t\tif(p[i].checked){\n\t\t\tvar split = p[i].id.split('-');\n\t\t\tfor(j=0;j\u003csplit.length;j++){\n\t\t\t\tif(split[j-2]=='option' \u0026\u0026 split[j-1]=='size'){\n\t\t\t\t\tvar splitQty=split[j];\n\t\t\t\t\tif(split[j] == '16mm+%2F+Squared+Edge'){\n\t\t\t\t\t\tdocument.getElementById('edge-square').click();\n\t\t\t\t\t\tdocument.getElementById('size-16').click();\n\t\t\t\t\t}else if(split[j] == '12mm+%2F+Squared+Edge'){\n\t\t\t\t\t\tdocument.getElementById('edge-square').click();\n\t\t\t\t\t\tdocument.getElementById('size-12').click();\n\t\t\t\t\t}else if(split[j] == '16mm+%2F+Rounded+Edge'){\n\t\t\t\t\t\tdocument.getElementById('edge-round').click();\n\t\t\t\t\t\tdocument.getElementById('size-12').click();\n\t\t\t\t\t}\n\t\t\t\t}else if(split[j-2]=='option' \u0026\u0026 split[j-1]=='quantity'){\n\t\t\t\t\tvar splitQty=split[j];\n\t\t\t\t\t\/\/Set value as retrieved value\n\t\t\t\t\tdocument.getElementById(\"qtyLabel\").innerHTML=splitQty;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tvar myQty = ['500','600','700','800','900','1000','1250','1500','1750','2000','3000'];\n\tfor(i=0;i\u003cmyQty.length;i++){\n\t\tif(splitQty == myQty[i]){\n\t\t\tdocument.getElementById('myRange').value = i+1;\n\t\t\tbreak;\n\t\t}\n\t}\n\tdocument.getElementById('type-pearl').click();\t\/\/matte finish\n\tdocument.getElementById('no-pips').click();\t\/\/pip side\n\tdocument.getElementById('color-uno');\t\/\/1-tone\n\tjesterHot('1','#FFFFFF');\t\/\/color white\n\tjesterHot('0','#000000');\t\/\/pips black\n}\n\/\/Function to change Image Filter if not working\nfunction fixJester(){\n\tif(document.getElementById('userImage').getAttribute('filter')=='url(#userImgFilter)'){\n\t\tdocument.getElementById('userImage').setAttribute('filter','url(#safariTest)');\n\t\t\/\/console.log('ya got safari tested!'); \/\/debug\n\t}else{\n\t\tdocument.getElementById('userImage').setAttribute('filter','url(#userImgFilter)');\n\t\t\/\/console.log('ya got url tested!'); \/\/debug\n\t}\n}\n\/\/Function for RANDOM COLORS \u0026 FEATURES\nfunction jesterRandom(){\n\tvar r;var g; var b;var color;\n\tr = Math.floor(Math.random()*255);\n\tg = Math.floor(Math.random()*255);\n\tb = Math.floor(Math.random()*255);\n\tcolor = rgbToHex(r, g, b);\n\tjesterHot(\"0\",color);\n\tr = Math.floor(Math.random()*255);\n\tg = Math.floor(Math.random()*255);\n\tb = Math.floor(Math.random()*255);\n\tcolor = rgbToHex(r, g, b);\n\tjesterHot(\"1\",color);\n\tr = Math.floor(Math.random()*255);\n\tg = Math.floor(Math.random()*255);\n\tb = Math.floor(Math.random()*255);\n\tcolor = rgbToHex(r, g, b);\n\tjesterHot(\"2\",color);\n\tr = Math.floor(Math.random()*255);\n\tg = Math.floor(Math.random()*255);\n\tb = Math.floor(Math.random()*255);\n\tcolor = rgbToHex(r, g, b);\n\tjesterHot(\"3\",color);\n\n\tvar x = Math.random();\n\tif(x\u003c0.33){\n\t\tdocument.getElementById('color-uno').click();\n\t}else if(x\u003c0.66){\n\t\tdocument.getElementById('color-duo').click();\n\t}else{\n\t\tdocument.getElementById('color-trio').click();\n\t}\n\n\tx = Math.random();\n\tif(x\u003c0.33){\n\t\tdocument.getElementById('type-matte').click();\n\t}else if(x\u003c0.66){\n\t\tdocument.getElementById('type-pearl').click();\n\t}else{\n\t\tdocument.getElementById('type-trans').click();\n\t}\n\n\tx = Math.random();\n\tif(x\u003c0.50 \u0026\u0026 document.getElementById('size-16').checked == true){\n\t\tdocument.getElementById('edge-round').click(); \/\/4-3 fix for selecting 12 round selection\n\t}else{\n\t\tdocument.getElementById('edge-square').click();\n\t}\n\t\n\tx = Math.random();\n\tif(x\u003c0.50){\n\t\tdocument.getElementById('no-pips').click();\n\t}else{\n\t\tdocument.getElementById('no-nums').click();\n\t}\n}\n\n\/\/Function for Hot Buttons\nfunction jesterHot(tone,color){\n\t\/\/If metallic, add paremeter to faux event for color change event listener to pass value to AVIS field\n\tif(color=='Gold'){\n\t\tvar fauxEvent = {type: 'faux', metal: color, target: {value: '#D4AF37'}};\n\t\tcolor = '#D4AF37';\n\t}else if(color=='Copper'){\n\t\tvar fauxEvent = {type: 'faux', metal: color, target: {value: '#B87333'}};\n\t\tcolor = '#B87333';\n\t}else{\n\t\tvar fauxEvent = {target: {value: color}};\n\t}\n\tswitch(tone){\n\t\tcase \"1\":\n\t\t\tdocument.getElementById('svgSquare1tone').style.fill = color;\n\t\t\tdocument.getElementById('svgRound1tone').style.fill = color;\n\t\t\tdocument.getElementById('color1').value = color;\n\t\t\twatchBase(fauxEvent);\n\t\t\tbreak;\n\t\tcase \"2\":\n\t\t\tdocument.getElementById('svgSquare2tone').style.fill = color;\n\t\t\tdocument.getElementById('svgRound2tone').style.fill = color;\n\t\t\tdocument.getElementById('svgSquare3toneB').style.fill = color;\n\t\t\tdocument.getElementById('svgRound3toneB').style.fill = color;\n\t\t\tdocument.getElementById('color2').value = color;\n\t\t\twatchTwo(fauxEvent);\n\t\t\tbreak;\n\t\tcase \"3\":\n\t\t\tdocument.getElementById('svgSquare3toneC').style.fill = color;\n\t\t\tdocument.getElementById('svgRound3toneC').style.fill = color;\n\t\t\tdocument.getElementById('color3').value = color;\n\t\t\twatchThree(fauxEvent);\n\t\t\tbreak;\n\t\tcase \"0\":\n\t\t\tdocument.getElementById('svgPips').style.fill = color;\n\t\t\tdocument.getElementById('interiorSvgPips').style.fill = color;\n\t\t\tdocument.getElementById('svgPipsNo').style.fill = color;\n\t\t\tdocument.getElementById('interiorSvgPipsNo').style.fill = color;\n\t\t\tdocument.getElementById('colorInlay').value = color;\n\t\t\twatchInlay(fauxEvent);\n\t\t\tbreak;\n\t}\n}\n\/\/Function for Lighting Intensity\nfunction jesterLighting(){\n\tvar light = document.getElementById('watts').innerText;\n\tswitch(light) {\n\t\tcase 'Bright': \t\t\/\/Bright -\u003e Dark\n\t\t\tvar scheme = ['#6D6E71','#BCBEC0','#808285'];\n\t\t\tvar lum = 0.2;\n\t\t\tdocument.getElementById('watts').innerText='Dark';\n\t\t\tbreak;\n\t\tcase 'Dark':\t\t\/\/Dark -\u003e Normal\n\t\t\tvar scheme = ['#F7941D','#FFF682','#FFDE17'];\n\t\t\tvar lum = 0.5;\n\t\t\tdocument.getElementById('watts').innerText='Normal';\n\t\t\tbreak;\n\t\tcase 'Normal':\t\/\/Normal -\u003e Bright\n\t\t\tvar scheme = ['#F16258','#FFDE17','#FDBA1D'];\n\t\t\tvar lum = 0.8;\n\t\t\tdocument.getElementById('watts').innerText='Bright';\n\t\t\tbreak;\n\t}\n\tvar elems = ['transSquare','transSquarePearl','transSquareBack','transRound','transRoundPearl','transRoundBack'];\n\tfor(i=0;i\u003celems.length;i++){\n\t\tdocument.getElementById(elems[i]).style.opacity=lum\n\t}\n\tvar parts = ['coil','bulbLeft','bulbRight'];\n\tfor(i=0;i\u003cparts.length;i++){\n\t\tdocument.getElementById(parts[i]).style.fill=scheme[i];\n\t}\n}\n\/\/Script to swap dotted limits on\/off\nfunction jesterLimits(){\n\tvar limitRound = document.getElementById('dottedRound').style;\n    var limitRect = document.getElementById('dottedRect').style;\n\tif(document.getElementById('jesterLimits').checked){\n    \tlimitRound.display='block';limitRect.display='block';\n    }else{\n    \tlimitRound.display='none';limitRect.display='none';\n    }\n}\n\/\/Script to Update AVIS Text Fields with Selected Colors\nfunction AVISupdater(property,newColor){\n\tvar avis = document.getElementById('avpoptions-container__v2');\t\/\/Get AVIS App Options\n\tvar avisInput = avis.querySelectorAll('input');\n\tfor(i=0;i\u003cavisInput.length;i++){\n\/\/03-02-24 JH Update\n      if(avisInput[i].name==property){\n\t\t\/\/if(avisInput[i].name==\"properties[\"+property+\"]\"){\n\t\t\/\/if(avisInput[i]['attributes']['field-name'].value==property || avisInput[i].name==\"properties[\"+property+\"]\" ){\n\t\t\tavisInput[i].value = newColor\n\t\t}\n\t}\n\n\tvar avisHidden = document.querySelector('.avis-input-hiddens');\n\tvar avisInput = avisHidden.querySelectorAll('input');\n\tfor(i=0;i\u003cavisInput.length;i++){\n\t\tif(avisInput[i].name==\"properties[\"+property+\"]\"){\n\t\t\/\/if(avisInput[i]['attributes']['field-name'].value==property || avisInput[i].name==\"properties[\"+property+\"]\" ){\n\t\t\tavisInput[i].value = newColor\n\t\t}\n\t}\n}\n\/\/Simulate clicks unless disabled\nfunction jesterClicker(e){\n\tconsole.log(e);\/\/debug\n\tvar eParent = e.target.parentElement;\n\tif(e.target.className!='disabled'){\n\t\twhile(eParent.children[0].nodeName != 'INPUT'){\n\t\t\teParent = eParent.parentElement;\n\t\t}\t\t\n    var reclick = eParent.children[0];\n    reclick.checked=\"checked\";\n\t\treclick .onchange();\n\t}\n}\n\/\/Simulate clicks unless disabled\nfunction jesterClicker2(e){\n\tvar eParent = e.target.parentElement;\n\tif(e.target.className!='disabled'){\n\t\twhile(eParent.children[0].nodeName != 'INPUT'){\n\t\t\teParent = eParent.parentElement;\n\t\t}\n    var reclick = eParent.children[0];\n    reclick.checked=\"checked\";\n\t\treclick .onclick();\n\t}\n}\n\/\/Indirect select input option\nfunction jesterVariantSelector(option){\n    option = option.replaceAll('+',' ');\n    option = option.replace('%2F','\/');\n    var split = option.split('-');\n\n  console.log('\\nOption',option,'\\nSplit',split);\n  var p=document.querySelectorAll('input');\n  for(i=0;i\u003cp.length;i++){\n\tif(p[i].id.includes(split[1]) \u0026\u0026 p[i].value==split[2]){\n\t\tp[i].click()\n        }\n  }\n\n\t\/\/Select corresponding Shopify Variant Option\n\t\/\/var p=document.querySelectorAll('input');\n\t\/\/for(i=0;i\u003cp.length;i++){\n\t\/\/\tif(p[i].id.includes(option)){\n\t\/\/\t\tp[i].parentElement.children[1].click();\n\t\/\/\t}\n\t\/\/}\n\t\/\/JH 03-08-23 Add for AVIS Quantity Selector\n\t\/\/var split = option.split('-');\n\tif(split[split.length-2]=='quantity'){ \/\/If QUANTITY \n\t\tvar split = parseInt(split[split.length-1]);\n\t\t\/\/Validate the quantity \u003c1000 or more and set AVIS\n\t\tif(split\u003c1000){\n          \/\/JH 03-05-24 Update Fix to remove [ $xx.xx ] for each\n\t\t\tconsole.log('Less than 1,000: ' + split); \/\/Debug 03-30\n\t\t\tif(document.getElementById('type-matte').checked==true){\n\t\t\t\tconsole.log('...and is type-matte $50'); \/\/Debug 03-30\n\t\t\t\tAVISvariant('Finish','Matte');\n                \/\/AVISvariant('Finish','Matte [ $50.00 ]');\n\t\t\t}else if(document.getElementById('type-trans').checked==true){\n\t\t\t\tconsole.log('...and is type-trans $50'); \/\/Debug 03-30\n\t\t\t\tAVISvariant('Finish','Translucent');\n                \/\/AVISvariant('Finish','Translucent [ $50.00 ]');\n\t\t\t}\n\t\t}else{\n\t\t\tconsole.log('More than 1,000: ' + split);\n\t\t\tif(document.getElementById('type-matte').checked==true){\n\t\t\t\t\/\/console.log('...and is type-matte $75'); \/\/Debug 03-30\n\t\t\t\t\/\/AVISvariant('Finish','Matte (1000+) [ $75.00 ]');\n                AVISvariant('Finish','Matte (1000+)');\n\t\t\t}else if(document.getElementById('type-trans').checked==true){\n\t\t\t\t\/\/console.log('...and is type-trans $75'); \/\/Debug 03-30\n\t\t\t\t\/\/AVISvariant('Finish','Translucent (1000+) [ $75.00 ]');\n                AVISvariant('Finish','Translucent (1000+)');\n\t\t\t}else{\n\t\t\t\tconsole.log('Error Selecting Variant! LINE 884');\n\t\t\t}\n\t\t}\n\t}\n}\nfunction AVISvariant(property,option){\n\t\/\/DEBUG\n\tconsole.log(property + \", \" + option);\n\tvar avis = document.getElementById('avpoptions-container__v2');\t\/\/Get AVIS App Options\n\tvar avisInput = avis.querySelectorAll('input');\t\t\t\/\/Grab Input\n\tfor(i=0;i\u003cavisInput.length;i++){\n\t\t\/\/03-30 Add .checked validation to avoid unchecking radio\n\t\tif(avisInput[i].value==option \u0026\u0026 avisInput[i].checked==false){\t\n\t\t\tavisInput[i].click();\n\t\t}\n\t}\n}\n\/\/Resize Uploaded 'userImage' within SVG\nfunction jesterResize2(size){ \/\/inc, dec, reset\n\tif(size=='inc'){\n\t\tvar sAdjust = 0.02;\n\t\tvar tAdjust = -8;\n\t}else if(size=='dec'){\n\t\tvar sAdjust = -0.02;\n\t\tvar tAdjust = 8;\n\t}else{\n\t\tvar sAdjust = 0;\n\t\tvar tAdjust = 0;\n\t}\n\tvar temp = document.getElementById('userImage').style.transform;\n\tvar tempFound = false;\n\tfor(i=0;i\u003ctemp.length;i++){\n\t\t\tif(temp.substr(i,5)=='scale'){\n\t\t\t\t\tvar start = i;\n\t\t\t\t\ttempFound = true;\n\t\t\t}\n\t\t\tif(tempFound == true \u0026\u0026 temp.substr(i,1)==')'){\n\t\t\t\t\tvar end = i+1;\n\t\t\t\t\tbreak;\n\t\t\t}\n\t}\n\tvar x = temp.substr(start,end-start);\n\tx=x.replace('scale(','');\n\tx=x.replace(')','');\n\tx=x.split(',');\n\tvar newSVal = parseFloat(x[0])+sAdjust;\n\tvar newScale = `scale(${newSVal}, ${newSVal})`;\n\tif(size=='reset'){\n\t\tnewScale = \"scale(0.16, 0.16)\";\n\t}\n\tdocument.getElementById('userImage').style.transform = temp.replace(temp.substr(start,end-start),newScale);\n\n\ttemp = document.getElementById('userImage').style.transform;\n\tvar tempFound = false;\n\tfor(i=0;i\u003ctemp.length;i++){\n\t\t\tif(temp.substr(i,9)=='translate'){\n\t\t\t\t\tvar start = i;\n\t\t\t\t\ttempFound = true;\n\t\t\t}\n\t\t\tif(tempFound == true \u0026\u0026 temp.substr(i,1)==')'){\n\t\t\t\t\tvar end = i+1;\n\t\t\t\t\tbreak;\n\t\t\t}\n\t}\n\tvar x = temp.substr(start,end-start);\n\tx=x.replace('translate(','');\n\tx=x.replace(')','');\n\tx=x.split(',');\n\tvar newTVal1 = parseFloat(x[0])+tAdjust;\n\tvar newTVal2 = parseFloat(x[1])+tAdjust;\n\tvar newTranslate = `translate(${newTVal1}mm, ${newTVal2}mm)`;\n\tif(size=='reset'){\n\t\tnewTranslate = \"translate(-52mm, 140mm)\";\n\t}\n\tdocument.getElementById('userImage').style.transform = temp.replace(temp.substr(start,end-start),newTranslate);\n}\n\/\/Switch between matte, pearl, and translucent\nfunction jesterType(type){\n\tif(type!=\"trans\"){\n\t\tdocument.getElementById('color1').style.display='inline-block';\t\t\/\/Show color selector\n\t\tdocument.getElementById('colorClear').style.display='none';\t\t\t\/\/Hide CLEAR text \n\t\tvar oldColor = document.getElementById('color1').value;\t\/\/Set existing color\n\t\tAVISupdater('Color 1',oldColor);\t\t\/\/Set AVIS Value for 1-Tone to CLEAR 3*22 edit\n\t\tif(document.getElementById('color-duo').checked==true){\n\t\t\tdocument.getElementById('svgSquare1tone').style.fill = document.getElementById('color1').value;\n\t\t\tdocument.getElementById('svgRound1tone').style.fill = document.getElementById('color1').value;\n\t\t\tdocument.getElementById('svgSquare2tone').style.display = 'block';\n\t\t\tdocument.getElementById('svgRound2tone').style.display = 'block';\n\t\t\tdocument.getElementById('transSmoke').style.display = 'none';\n\t\t}else if(document.getElementById('color-trio').checked==true){\n\t\t\t\/\/Set base to og\n\t\t\tdocument.getElementById('svgSquare1tone').style.fill = document.getElementById('color1').value;\n\t\t\tdocument.getElementById('svgRound1tone').style.fill = document.getElementById('color1').value;\n\t\t\t\n\t\t\tdocument.getElementById('svgSquare3tone').style.display = 'block';\n\t\t\tdocument.getElementById('svgSquare3toneB').style.display = 'block';\n\t\t\tdocument.getElementById('svgSquare3toneC').style.display = 'block';\n\t\t\tdocument.getElementById('svgRound3tone').style.display = 'block';\n\t\t\tdocument.getElementById('svgRound3toneB').style.display = 'block';\n\t\t\tdocument.getElementById('svgRound3toneC').style.display = 'block';\n\t\t\tdocument.getElementById('transSmoke').style.display = 'none';\n\t\t}\n\t}else{\t\/\/if is trans\n\t\tif(document.getElementById('color-duo').checked==true){\t\/\/and 2-tone\n\t\t\t\/\/Set base to clear\n\t\t\tdocument.getElementById('svgSquare1tone').style.fill = '#ffffff';\n\t\t\tdocument.getElementById('svgRound1tone').style.fill = '#ffffff';\n\t\t\tAVISupdater('Color 1','Clear'); \/\/3-22 edit\n\t\t\tdocument.getElementById('color1').style.display='none';\t\t\t\t\/\/Show color selector\n\t\t\tdocument.getElementById('colorClear').style.display='block';\t\t\t\/\/Hide CLEAR text \n\t\t\tdocument.getElementById('svgSquare2tone').style.display = 'none';\n\t\t\tdocument.getElementById('svgRound2tone').style.display = 'none';\n\t\t\tdocument.getElementById('transSmoke').style.display = 'block';\n\t\t}else if(document.getElementById('color-trio').checked==true){\n\t\t\t\/\/Set base to clear\n\t\t\tdocument.getElementById('svgSquare1tone').style.fill = '#ffffff';\n\t\t\tdocument.getElementById('svgRound1tone').style.fill = '#ffffff';\n\t\t\tAVISupdater('Color 1','Clear'); \/\/3-22 edit\n\t\t\tdocument.getElementById('color1').style.display='none';\t\t\t\t\/\/Show color selector\n\t\t\tdocument.getElementById('colorClear').style.display='block';\t\t\t\/\/Hide CLEAR text \n\t\t\tdocument.getElementById('svgSquare3tone').style.display = 'none';\n\t\t\tdocument.getElementById('svgSquare3toneB').style.display = 'none';\n\t\t\tdocument.getElementById('svgSquare3toneC').style.display = 'none';\n\t\t\tdocument.getElementById('svgRound3tone').style.display = 'none';\n\t\t\tdocument.getElementById('svgRound3toneB').style.display = 'none';\n\t\t\tdocument.getElementById('svgRound3toneC').style.display = 'none';\n\t\t\tdocument.getElementById('transSmoke').style.display = 'block';\n\t\t}\n\t}\n\t\/\/JH 03-08-23 Get Shopify Quantity Selected\n\tvar qtyVal;\n\tvar fieldSet = document.querySelectorAll('fieldset');\n\tfor (i=0;i\u003cfieldSet.length;i++){\n\t\t\tif (fieldSet[i].name == 'Quantity' || fieldSet[i].innerText.substring(0,8)=='Quantity') {var myField = fieldSet[i].children};\n\t}\n\tfor (i=0;i\u003cmyField.length;i++){\n\t\t\ttry{\n\t\t\t\t\tif(myField[i].children[0].checked==true){\n\t\t\t\t\t\tqtyVal = parseInt(myField[i].children[0].value);\n\t\t\t\t\t}\n\t\t\t}catch(e){};\n\t}\n\t\/\/End qtyVal\n\tconsole.log(\"Type:\",type,'LINE 1027!');\/\/debug\n\tif(type==\"matte\"){\n\t\tif(qtyVal\u003c1000){\n            \/\/JH 3-5-24 comment out\n\t\t\t\/\/if(document.getElementById('type-matte').checked==true){\n\t\t\t\t\/\/AVISvariant('Finish','Matte [ $50.00 ]');\n                AVISvariant('Finish','Matte');\n\t\t\t\/\/}else if(document.getElementById('type-matte').checked==true){\n\t\t\t}else{\n\t\t\t\t\/\/AVISvariant('Finish','Matte (1000+) [ $75.00 ]');\n                AVISvariant('Finish','Matte (1000+)');\n            \/\/JH 3-5-24 comment out\n\t\t\t\/\/}\n\t\t}\n    document.getElementById('transRound').style.display='block';\n    document.getElementById('transSquare').style.display='block';\n    document.getElementById('transRoundPearl').style.display='none';\n    document.getElementById('transSquarePearl').style.display='none';\n\n\t\tdocument.getElementById('transRoundBack').style.display = 'none';\t\/\/Hide translucent imgs\n\t\tdocument.getElementById('transSquareBack').style.display = 'none';\n\t\tdocument.getElementById('interiorSvgPips').style.display = 'none';\n\t\tdocument.getElementById('interiorSvgPipsNo').style.display = 'none';\n\t}else if(type==\"pearl\"){\n\t\tAVISvariant('Finish','Pearlescent');\n\t\t\n\t\tdocument.getElementById('transRound').style.display='none';\n    document.getElementById('transSquare').style.display='none';\n    document.getElementById('transRoundPearl').style.display='block';\n    document.getElementById('transSquarePearl').style.display='block';\n\t\tdocument.getElementById('transRoundBack').style.display = 'none';\t\/\/Hide translucent imgs\n\t\tdocument.getElementById('transSquareBack').style.display = 'none';\n\t\tdocument.getElementById('interiorSvgPips').style.display = 'none';\n\t\tdocument.getElementById('interiorSvgPipsNo').style.display = 'none';\n\t}else if(type==\"trans\"){\n\t\tif(qtyVal\u003c1000){\n            \/\/JH 3-5-24 comment out\n\t\t\t\/\/if(document.getElementById('type-trans').checked==true){\n\t\t\t\t\/\/AVISvariant('Finish','Translucent [ $50.00 ]');\n                AVISvariant('Finish','Translucent');\n\t\t\t\/\/}else if(document.getElementById('type-trans').checked==true){\n\t\t\t}else{\n\t\t\t\t\/\/AVISvariant('Finish','Translucent (1000+) [ $75.00 ]');\n                AVISvariant('Finish','Translucent (1000+)');\n            \/\/JH 3-5-24 comment out\n\t\t\t\/\/}\n\t\t}\n\t\tdocument.getElementById('transRound').style.display='none';\n    document.getElementById('transSquare').style.display='none';\n    document.getElementById('transRoundPearl').style.display='block';\n    document.getElementById('transSquarePearl').style.display='block';\n\t\tdocument.getElementById('transRoundBack').style.display = 'block';\t\/\/Show translucent imgs\n\t\tdocument.getElementById('transSquareBack').style.display = 'block';\n\t\tdocument.getElementById('interiorSvgPips').style.display = 'block';\n\t\tdocument.getElementById('interiorSvgPipsNo').style.display = 'block';\n\t}\n}\n\/\/Swap between 12mm\/16mm\nfunction diceSize(size){\n\tvar preview = document.getElementById('userPreview'); \/\/Get SVG userPreview\n\t\/\/Resize the svg for the die size\n\tif(size==\"16mm\"){\n\t\tvar hw = 1080; var xy = 0;\n\t\t\/\/First check the Edge Selection\n\t\tif(document.getElementById('edge-square').checked==true){\n\t\t\tjesterVariantSelector('option-size-16mm+%2F+Squared+Edge');\n\t\t}else{\n\t\t\tjesterVariantSelector('option-size-16mm+%2F+Rounded+Edge');\n\t\t}\n\t\tdocument.getElementById('edge-round').parentElement.children[1].className=''; \/\/Enable button\n\t\t\/\/Adjust userPreview\n\t\tpreview.x.baseVal.value = 0;\n\t\tpreview.y.baseVal.value = 850;\n\t\tpreview.height.baseVal.value = preview.width.baseVal.value = 230;\n\t}else if(size==\"12mm\"){\n\t\tvar hw = 1280; var xy = -100;\n\t\tjesterVariantSelector('option-size-12mm+%2F+Squared+Edge');\/\/Must be 12mm\/Squared\n\t\tdocument.getElementById('edge-square').checked=true;\t\/\/Mark squared\n\t\tdocument.getElementById('edge-square') .onchange();\t\t\/\/Simulate click\n\t\tdocument.getElementById('edge-round').parentElement.children[1].className='disabled'; \/\/Disable button\n\t\t\/\/Adjust userPreview\n\t\tpreview.x.baseVal.value = -100;\n\t\tpreview.y.baseVal.value = 907.407;\/\/scale inc of 18.5% is scaled from 230 to 272.5926 diff of 42.5925...4 and Y pos 850 + 100(scale) - 42.6(height diff) = 907.407\n\t\tpreview.height.baseVal.value = preview.width.baseVal.value = 230\/(1080\/1280);\n\t}\n\t\/\/Scale userImage in viewBox 1080 for 16mm, 1280 for 12mm\n\tvar svgElem = document.getElementById('Layer_1').viewBox.baseVal;\n\tsvgElem.height = svgElem.width = hw;svgElem.x = svgElem.y = xy;\n}\n\/\/Select Edge Type\nfunction diceEdge(a) {\n\tif(a==0){\t\/\/0 is Square\n\t\tdocument.getElementById('round').style.display = 'none';\t\t\t\/\/SVG turn off ROUND\n\t\tdocument.getElementById('clipRound').style.display = 'none';\n\t\tdocument.getElementById('square').style.display = 'block';\t\/\/SVG turn on SQUARE\n\t\tdocument.getElementById('clipSquare').style.display='block';\n\t\t\/\/JH 07-28-23 Add clicker for Rounded\n\t\tif(document.getElementById('size-16').checked==true){\n\t\t\tjesterVariantSelector('option-size-16mm+%2F+Squared+Edge');\n\t\t}else{\n\t\t\tjesterVariantSelector('option-size-12mm+%2F+Squared+Edge');\n\t\t}\n\t}else{\t\t\/\/Non-0 is Round\n\t\tdocument.getElementById('round').style.display = 'block';\t\/\/SVG turn on ROUND\n\t\tdocument.getElementById('clipRound').style.display = 'block';\n\t\tdocument.getElementById('square').style.display = 'none';\t\t\t\/\/SVG turn off SQUARE\n\t\tdocument.getElementById('clipSquare').style.display='none';\n\t\t\/\/JH 07-28-23 Add clicker for Rounded\n\t\tif(document.getElementById('size-16').checked==true){\n\t\t\tjesterVariantSelector('option-size-16mm+%2F+Rounded+Edge');\n\t\t}\n\t\t\/\/else{\n\t\t\/\/\tjesterVariantSelector('option-size-16mm+%2F+Rounded+Edge');\n\t\t\/\/}\n\t}\n}\n\/\/Select Number Type\nfunction dicePips(a) {\n\tif(a=='pips'){\n\t\tdocument.getElementById('pipNo').style.display = 'none';\t\t\/\/SVG turn off\n\t\tdocument.getElementById('pip').style.display = 'block';\t\/\/SVG turn on \n\t\tAVISvariant('Sides','Pips');\/\/Capture in AVIS\n\t}else{\t\t\n\t\tdocument.getElementById('pipNo').style.display = 'block';\t\/\/SVG turn on\n\t\tdocument.getElementById('pip').style.display = 'none';\t\t\t\t\/\/SVG turn off \n\t\tAVISvariant('Sides','Numbers');\/\/Capture in AVIS\n\t}\n}\nfunction check(a) {\n\t\/\/Create array for 3-Tone ColorPickers\n\tif(a==\"uno\"){\n\t\tvar d = ['visible','hidden','hidden'];\n\t}else if(a==\"duo\"){\n\t\tvar d = ['visible','visible','hidden'];\n\t}else {\n\t\tvar d = ['visible','visible','visible'];\n\t}\n\tvar c = ['colorA','colorB','colorC'];\t\/\/Create ID array for 3 ColorPickers\n\tfor(i=0;i\u003c3;i++){\t\/\/Loop their visibility\n\t\tdocument.getElementById(c[i]).style.visibility=d[i];\n\t\tdocument.getElementById(c[i]+\"2\").style.visibility=d[i]; \/\/Repeat for 2nd Row\n\t} \n\tvar elemArray = ['svgSquare2tone','svgSquare3tone','svgSquare3toneB','svgSquare3toneC','svgRound2tone','svgRound3tone','svgRound3toneB','svgRound3toneC','transSmoke','smokeA','smokeB'];\n\tif(a=='uno'){\n\t\t\/\/Set base to og\n\t\tdocument.getElementById('svgSquare1tone').style.fill = document.getElementById('color1').value;\n\t\tdocument.getElementById('svgRound1tone').style.fill = document.getElementById('color1').value;\n\t\tdocument.getElementById('color1').style.display='inline-block';\t\t\t\t\/\/Show color selector\n\t\tdocument.getElementById('colorClear').style.display='none';\t\t\t\/\/Hide CLEAR text \n\t\tjesterVariantSelector('option-material-One+Tone');\t\/\/Select Variant\n\t\tvar visArray = ['none','none','none','none','none','none','none','none','none','none','none'];\n\t\tAVISupdater('Color 2','');\t\/\/Blank AVIS Value since only 1-Tone\n\t\tAVISupdater('Color 3','');\t\/\/Blank AVIS Value since only 1-Tone\n\t}else if(document.getElementById('type-trans').checked == true){\n\t\tdocument.getElementById('color1').style.display='none';\t\t\t\t\t\/\/Hide color selector\n\t\tdocument.getElementById('colorClear').style.display='block';\t\t\/\/Show CLEAR text \n\t\t\/\/Set base to clear\n\t\tdocument.getElementById('svgSquare1tone').style.fill = '#ffffff';\n\t\tdocument.getElementById('svgRound1tone').style.fill = '#ffffff';\n\t\tAVISupdater('Color 1','Clear');\t\t\/\/Set AVIS Value for 1-Tone to CLEAR\n\t\tif(a=='duo'){ \/\/trans 2-tone\n\t\t\t\n\t\t\tjesterVariantSelector('option-material-Two+Tone');\t\/\/Select Variant\n\t\t\tvar visArray = ['none','none','none','none','none','none','none','none','block','block','none'];\n\t\t\tvar oldColor = document.getElementById('color2').value;\t\/\/Set existing color\n\t\t\t\n\t\t\tAVISupdater('Color 2',oldColor);\t\/\/Set AVIS Value for 2-Tone\n\t\t\tAVISupdater('Color 3','');\t\t\t\t\/\/Blank AVIS Value since only 2-tone\n\t\t}else{\t\/\/trans 3-tone\n\t\t\tjesterVariantSelector('option-material-Three+Tone');\t\/\/Select Variant\n\t\t\tvar visArray = ['none','block','none','none','none','block','none','none','block','block','block'];\n\t\t\t\/\/AVISupdater('Color 1','Clear');\t\t\/\/Set AVIS Value for 1-Tone to CLEAR\n\t\t\tvar oldColor = document.getElementById('color2').value;\t\/\/Set existing color\n\t\t\tAVISupdater('Color 2',oldColor);\t\/\/Set AVIS Value for 2-Tone\n\t\t\tvar oldColor1 = document.getElementById('color3').value;\t\/\/Set existing color\n\t\t\tAVISupdater('Color 3',oldColor1);\t\/\/Set AVIS Value for 3-Tone\n\t\t}\n\t}else{\t\/\/If not trans\n\t\tdocument.getElementById('color1').style.display='inline-block';\t\t\t\t\/\/Show color selector\n\t\tdocument.getElementById('colorClear').style.display='none';\t\t\t\/\/Hide CLEAR text \n\t\tif(a=='duo'){\n\t\t\tjesterVariantSelector('option-material-Two+Tone');\t\/\/Select Variant\n\t\t\tvar visArray = ['block','none','none','none','block','none','none','none','none','block','none'];\n\t\t\tvar oldColor = document.getElementById('color2').value;\t\/\/Set existing color\n\t\t\tAVISupdater('Color 2',oldColor);\t\/\/Set AVIS Value for 2-Tone\n\t\t\tAVISupdater('Color 3','');\t\t\t\t\/\/Blank AVIS Value since only 2-tone\n\t\t}else{\n\t\t\tjesterVariantSelector('option-material-Three+Tone');\t\/\/Select Variant\n\t\t\tvar visArray = ['none','block','block','block','none','block','block','block','none','block','block'];\n\t\t\tvar oldColor = document.getElementById('color2').value;\t\/\/Set existing color\n\t\t\tAVISupdater('Color 2',oldColor);\t\/\/Set AVIS Value for 2-Tone\n\t\t\tvar oldColor1 = document.getElementById('color3').value;\t\/\/Set existing color\n\t\t\tAVISupdater('Color 3',oldColor1);\t\/\/Set AVIS Value for 3-Tone\n\t\t}\n\t}\n\t\/\/Loop to set SVG display\n\tfor(i=0;i\u003celemArray.length;i++){\n\t\tdocument.getElementById(elemArray[i]).style.display = visArray[i];\n\t}\n}\n\/\/Get +\/- Variant of Hex Color\nfunction ColorLuminance(hex, lum) {\n\t\/\/ validate hex string\n\thex = String(hex).replace(\/[^0-9a-f]\/gi, '');\n\tif (hex.length \u003c 6) {\n\t\thex = hex[0]+hex[0]+hex[1]+hex[1]+hex[2]+hex[2];\n\t}\n\tlum = lum || 0;\n\t\/\/ convert to decimal and change luminosity\n\tvar rgb = \"#\", c, i;\n\tfor (i = 0; i \u003c 3; i++) {\n\t\tc = parseInt(hex.substr(i*2,2), 16);\n\t\tc = Math.round(Math.min(Math.max(0, c + (c * lum)), 255)).toString(16);\n\t\trgb += (\"00\"+c).substr(c.length);\n\t}\n\treturn rgb;\n}\n\u003c\/script\u003e\n\u003cdiv id=\"loader\" class=\"loader\"\u003e\n  \u003cspan class=\"loader__element\"\u003e\u003c\/span\u003e\n  \u003cspan class=\"loader__element\"\u003e\u003c\/span\u003e\n  \u003cspan class=\"loader__element\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton onclick=\"fixJester()\"\u003eTrouble Seeing Recolor?\u003c\/button\u003e\n\u003cdiv class=\"flex-container\"\u003e\n\t\u003cdiv class=\"flex-item-left\"\u003e\n\t\t\u003cdiv id=\"previewBox\" style=\"position:relative;top:0;left:0;\"\u003e\n\t\t\t\u003cdiv id=\"previewSVG\" style=\"position:relative;top:0;left:0;\"\u003e\n\t\t\t\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewbox=\"0 0 1080 1080\" style=\"enable-background: new 0 0 1080 1080; max-width:500px; margin:auto; display:block;\" xml:space=\"preserve\"\u003e\n\t\t\t\t\u003cdefs\u003e\n\t\t\t\t\t\u003cfilter id=\"inset-shadow\" x=\"-50%\" y=\"-50%\" width=\"200%\" height=\"200%\"\u003e\n\t\t\t\t\t\t\u003cfecomponenttransfer in=\"SourceAlpha\"\u003e\n\t\t\t\t\t\t\t\u003cfefunca type=\"table\" tablevalues=\"1 0\"\u003e\u003c\/fefunca\u003e\n\t\t\t\t\t\t\u003c\/fecomponenttransfer\u003e\n\t\t\t\t\t\t\u003cfegaussianblur stddeviation=\"40\"\u003e\u003c\/fegaussianblur\u003e\n\t\t\t\t\t\t\u003cfeoffset dx=\"-50\" dy=\"50\" result=\"offsetblur\"\u003e\u003c\/feoffset\u003e\n\t\t\t\t\t\t\u003cfeflood id=\"dropColor1\" flood-color=\"#000000\" result=\"color\"\u003e\u003c\/feflood\u003e\n\t\t\t\t\t\t\u003cfecomposite in2=\"offsetblur\" operator=\"in\"\u003e\u003c\/fecomposite\u003e\n\t\t\t\t\t\t\u003cfecomposite in2=\"SourceAlpha\" operator=\"in\"\u003e\u003c\/fecomposite\u003e\n\t\t\t\t\t\t\u003cfemerge\u003e\n\t\t\t\t\t\t\t\u003cfemergenode in=\"SourceGraphic\"\u003e\u003c\/femergenode\u003e\n\t\t\t\t\t\t\t\u003cfemergenode\u003e\u003c\/femergenode\u003e\n\t\t\t\t\t\t\u003c\/femerge\u003e\n\t\t\t\t\t\u003c\/filter\u003e\n\t\t\t\t\t\n\t\t\t\t\t\u003cfilter id=\"userImgFilter\" x=\"0\" y=\"0\"\u003e\n\t\t\t\t\t\t\u003cfecomponenttransfer in=\"SourceAlpha\"\u003e\n\t\t\t\t\t\t\t\u003cfefunca type=\"table\" tablevalues=\"1 0\"\u003e\u003c\/fefunca\u003e\n\t\t\t\t\t\t\u003c\/fecomponenttransfer\u003e\n\t\t\t\t\t\t\u003cfegaussianblur stddeviation=\"40\"\u003e\u003c\/fegaussianblur\u003e\n\t\t\t\t\t\t\u003cfeoffset dx=\"-50\" dy=\"50\" result=\"offsetblur\"\u003e\u003c\/feoffset\u003e\n\t\t\t\t\t\t\u003cfeflood id=\"dropColor\" flood-color=\"#ffffff\" result=\"color\"\u003e\u003c\/feflood\u003e\n\t\t\t\t\t\t\u003cfecomposite in2=\"offsetblur\" operator=\"in\"\u003e\u003c\/fecomposite\u003e\n\t\t\t\t\t\t\u003cfecomposite in2=\"SourceAlpha\" operator=\"in\"\u003e\u003c\/fecomposite\u003e\n\t\t\t\t\t\t\u003cfemerge\u003e\n\t\t\t\t\t\t\t\u003cfemergenode in=\"SourceGraphic\"\u003e\u003c\/femergenode\u003e\n\t\t\t\t\t\t\t\u003cfemergenode\u003e\u003c\/femergenode\u003e\n\t\t\t\t\t\t\u003c\/femerge\u003e\n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cfecolormatrix type=\"matrix\" values=\".33 .33 .33 0 0\n              .33 .33 .33 0 0\n              .33 .33 .33 0 0\n              0 0 0 1 0\"\u003e\n\t\t\t\t\t\t\u003c\/fecolormatrix\u003e\n\n\t\t\t\t\t\t\u003c!-- Map the grayscale result to the gradient map provided in tableValues --\u003e\n\t\t\t\t\t\t\u003cfecomponenttransfer color-interpolation-filters=\"sRGB\"\u003e\n\t\t\t\t\t\t\t\t\u003cfefuncr type=\"table\" tablevalues=\"0 0\"\u003e\u003c\/fefuncr\u003e\n\t\t\t\t\t\t\t\t\u003cfefuncg type=\"table\" tablevalues=\"0 0\"\u003e\u003c\/fefuncg\u003e\n\t\t\t\t\t\t\t\t\u003cfefuncb type=\"table\" tablevalues=\"0 0\"\u003e\u003c\/fefuncb\u003e\n\t\t\t\t\t\t\u003c\/fecomponenttransfer\u003e\n\n\t\t\t\t\t\u003c\/filter\u003e\n\t\t\t\t\t\n\t\t\t\t\t\u003cfilter id=\"smokeAFilter\" x=\"0\" y=\"0\"\u003e\n\t\t\t\t\t\t\u003cfecolormatrix type=\"matrix\" values=\".33 .33 .33 0 0\n              .33 .33 .33 0 0\n              .33 .33 .33 0 0\n              0 0 0 1 0\"\u003e\n\t\t\t\t\t\t\u003c\/fecolormatrix\u003e\n\n\t\t\t\t\t\t\u003c!-- Map the grayscale result to the gradient map provided in tableValues --\u003e\n\t\t\t\t\t\t\u003cfecomponenttransfer color-interpolation-filters=\"sRGB\"\u003e\n\t\t\t\t\t\t\t\t\u003cfefuncr type=\"table\" tablevalues=\"0 0\"\u003e\u003c\/fefuncr\u003e\n\t\t\t\t\t\t\t\t\u003cfefuncg type=\"table\" tablevalues=\"0 0\"\u003e\u003c\/fefuncg\u003e\n\t\t\t\t\t\t\t\t\u003cfefuncb type=\"table\" tablevalues=\"0 0\"\u003e\u003c\/fefuncb\u003e\n\t\t\t\t\t\t\u003c\/fecomponenttransfer\u003e\n\t\t\t\t\t\t\n\t\t\t\t\t\u003c\/filter\u003e\n\t\t\t\t\t\n\t\u003cfilter id=\"smokeBFilter\" x=\"0\" y=\"0\"\u003e\n\t\t\u003cfecolormatrix type=\"matrix\" values=\"\n\t\t\t.33 .33 .33 0 0\n\t\t\t.33 .33 .33 0 0\n\t\t\t.33 .33 .33 0 0\n\t\t\t0 0 0 1 0\"\u003e\n\t\t\u003c\/fecolormatrix\u003e\n\n\t\t\u003c!-- Map the grayscale result to the gradient map provided in tableValues --\u003e\n\t\t\u003cfecomponenttransfer color-interpolation-filters=\"sRGB\"\u003e\n\t\t\t\u003cfefuncr type=\"table\" tablevalues=\"0 0\"\u003e\u003c\/fefuncr\u003e\n\t\t\t\u003cfefuncg type=\"table\" tablevalues=\"0 0\"\u003e\u003c\/fefuncg\u003e\n\t\t\t\u003cfefuncb type=\"table\" tablevalues=\"0 0\"\u003e\u003c\/fefuncb\u003e\n\t\t\u003c\/fecomponenttransfer\u003e\n\n\t\u003c\/filter\u003e\n\n\t\u003cfilter id=\"safariTest\" x=\"0\" y=\"0\"\u003e\n\t\t\u003cfecolormatrix type=\"matrix\" values=\"\n\t\t\t.33 .33 .33 0 0\n\t\t\t.33 .33 .33 0 0\n\t\t\t.33 .33 .33 0 0\n\t\t\t0 0 0 1 0\"\u003e\n\t\t\u003c\/fecolormatrix\u003e\n\n\t\t\u003c!-- Map the grayscale result to the gradient map provided in tableValues --\u003e\n\t\t\u003cfecomponenttransfer color-interpolation-filters=\"sRGB\"\u003e\n\t\t\t\u003cfefuncr type=\"table\" tablevalues=\"0 0\"\u003e\u003c\/fefuncr\u003e\n\t\t\t\u003cfefuncg type=\"table\" tablevalues=\"0 0\"\u003e\u003c\/fefuncg\u003e\n\t\t\t\u003cfefuncb type=\"table\" tablevalues=\"0 0\"\u003e\u003c\/fefuncb\u003e\n\t\t\u003c\/fecomponenttransfer\u003e\n\n\t\u003c\/filter\u003e\n\t\t\t\t\t\u003cfilter id=\"toneBlur\"\u003e\n\t\t\t\t\t\t\u003cfegaussianblur in=\"SourceGraphic\" stddeviation=\"5\"\u003e\u003c\/fegaussianblur\u003e\n\t\t\t\t\t\u003c\/filter\u003e\n\t\t\t\t\t\n\t\t\t\t\t\u003clineargradient id=\"grad1\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"\u003e\n\t\t\t\u003cstop offset=\"10%\" style=\"stop-color:LIGHTSALMON\"\u003e\u003c\/stop\u003e\n\t\t\t\u003cstop offset=\"50%\" style=\"stop-color:TEAL\"\u003e\u003c\/stop\u003e\n\t\t\t\u003cstop offset=\"90%\" style=\"stop-color:LIGHTPINK\"\u003e\u003c\/stop\u003e\n\t\t\u003c\/lineargradient\u003e\n\t\t\t\t\u003c\/defs\u003e\n\t\t\t\t\u003cstyle type=\"text\/css\"\u003e\u003c\/style\u003e\n\t\t\t\t\u003cg id=\"round\"\u003e\n\t\t\t\t\t\u003cg id=\"svgRound1tone\"\u003e\n\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\u003cpath d=\"M554.5,990.5c-45,4.9-79.8-17.8-112.4-43.3c-107-83.5-194.9-183.7-260.5-302.8c-13.2-23.9-24.5-48.9-23.3-77.5\n\t\t\t\t\t\t\tc1.5-35.5,10-69.2,25.4-101c49.4-101.1,121.1-182,219.3-238.1c33.1-18.9,69.8-26.9,107.2-31c53.2-5.9,105.9-2.2,157.1,13.9\n\t\t\t\t\t\t\tc44.5,14,82.3,39.8,117.2,69.9c61.9,53.2,112,115.7,145.3,190.8c13.7,31,22.3,63.5,21.9,97.2c-0.2,16.6-5.5,33.9-12.1,49.4\n\t\t\t\t\t\t\tc-24.1,56.6-59.9,106-98.1,153.7c-53.3,66.5-111.4,128.4-180,179.4c-21.1,15.7-42.9,31.1-69.3,36.5\n\t\t\t\t\t\t\tC580,990.1,567.1,989.6,554.5,990.5z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\u003cg id=\"svgRound2tone\"\u003e\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M367,840.4c-5.3-4.3-10.6-8.6-16-12.9c0.4-0.6,0.7-1.1,1.1-1.7c1.2,0.5,2.5,0.8,3.5,1.5c10.3,6.8,21.8,7.9,33.6,6.9\n\t\t\t\t\t\tc2.2-0.2,4.4-1.9,6.5-2.9c10.4,4.2,18.5,11.4,25,20.7c1.6,2.3,4.4,3.8,6.7,5.6c0.6-0.5,1.3-1.1,1.9-1.6c-1.2-2.1-1.9-4.7-3.6-6.3\n\t\t\t\t\t\tc-4.8-4.7-6.9-10.2-7.9-16.7c-0.5-3.5-3.2-6.7-5-10c-6-11.1-12.3-22-18.1-33.1c-2-3.8-2.1-8.6,1.3-11c2.4-1.7,6.9-1.7,10.2-0.9\n\t\t\t\t\t\tc15,3.6,27,12.6,38.7,22.1c18.2,14.8,31.3,33.9,44.7,52.7c4.5,6.3,10.9,9.1,17.7,11.2c1,0.3,3.8-1.4,4-2.5\n\t\t\t\t\t\tc0.7-5.2,0.5-10.6,1.2-15.8c0.8-5.6-0.3-10.6-3.2-15.3c-3-4.9-2.4-9.7-0.9-15.3c1.3-4.5,0.7-10-0.6-14.5c-1.7-6-5.2-11.5-7.7-17.3\n\t\t\t\t\t\tc-4.8-11.5-9-23.2-14.1-34.5c-2.7-6.1-6-12.3-10.4-17.2c-2.6-2.9-7.9-3.6-12.1-4.8c-1.2-0.3-3.8,0.6-4.3,1.6\n\t\t\t\t\t\tc-3.8,7.5-11.1,7.5-17.6,7.3c-7-0.2-13.7-1.1-20.5,1.7c-5,2-6.1,3.3-3.1,7.8c5.9,8.8,14.6,14.4,23.3,20c3.6,2.3,6.6,5.4,9.8,8.3\n\t\t\t\t\t\tc0.7,0.6,0.9,1.7,2,3.8c-3-0.3-5.5,0.2-7.2-0.8c-7.2-4.4-15-8.1-20.1-15.3c-0.7-0.9-1.8-1.9-1.8-2.9c-0.3-7.9-6.6-9.5-12.2-12\n\t\t\t\t\t\tc-15.7-6.9-31.6-13.3-46.9-20.9c-18.1-9-32.6-22.8-47-36.8c-11.7-11.4-23.8-22.4-34.8-34.4c-10.3-11.2-19.4-23.6-29-35.5\n\t\t\t\t\t\tc-1.3-1.6-2.3-3.5-4.1-6.4c4.4,1.5,7.4,2.6,11.4,4c-0.8-2.9-1.3-4.5-1.9-6.6c3.3,1.4,6.5,2.8,9.6,4.1c0.5-0.4,0.9-0.8,1.4-1.2\n\t\t\t\t\t\tc-1-2.2-1.9-4.5-3.1-6.6c-2.2-3.9-5-7.5-6.6-11.6c-0.8-2.1-0.1-5.4,1.2-7.3c0.7-1,4.1-0.7,6.1-0.3c4.2,0.8,8.2,2.3,12.4,2.9\n\t\t\t\t\t\tc1.9,0.3,4.6-0.3,6-1.5c6.7-6.1,13.7-12.1,19.4-19.2c5.2-6.4,11.6-10,19.1-11.6c7.6-1.6,14.3-4.7,20-9.6\n\t\t\t\t\t\tc14.6-12.4,28.7-25.2,43.3-37.5c3.3-2.8,2.2-5.4,0.5-7.7c-3.4-4.3-1.7-7.2,1.9-10c5.4-4.2,10.7-8.5,16-12.8\n\t\t\t\t\t\tc1.7-1.4,3.6-2.6,4.7-4.4c1.5-2.3,2.4-5.1,3.5-7.6c-2.6-0.3-5.2-0.9-7.8-0.9c-13.9-0.2-23.3,9.3-33.2,16.8\n\t\t\t\t\t\tc-7,5.2-13.9,6.9-21.8,6.2c-5.6-0.6-11.2-2.4-17.4-3.8c1.3-0.8,2.4-1.3,3.3-2.1c2.4-2,4.8-4.2,7.2-6.3c2-1.8,4.2-3.4,5.8-5.4\n\t\t\t\t\t\tc1-1.2,1.1-3.2,1.5-4.8c-1.6,0.2-4-0.1-4.8,0.8c-5.7,7.3-14.5,9.1-22.1,13c-3.6,1.8-6.7,4.4-10,6.7c0.2,0.5,0.5,1,0.7,1.5\n\t\t\t\t\t\tc2.7,0,5.4,0,8.1,0c-4,2.3-7.7,4.8-11.7,6.8c-8,3.9-12.9,11.1-18.9,17.2c-2.2,2.2-5,3.8-7.5,5.7c-1.2,0.9-2.7,1.7-3.4,2.9\n\t\t\t\t\t\tc-3.7,6.1-7,12.4-10.7,18.4c-1.3,2.1-2.9,4.5-5,5.5c-0.9,0.4-3.9-2-5-3.8c-2.4-4-4.2-8.4-6.4-12.6c-0.9-1.7-1.8-3.6-3.3-4.8\n\t\t\t\t\t\tc-5.4-4.5-6.8-9-4.3-15.7c3.4-9.1-2.6-19.7-12.1-21.7c-3.6-0.8-7.7-0.8-10.1-5.7c3.7-0.3,6.8-0.6,11-1c-1.5-2.7-2.4-4.9-3.7-6.9\n\t\t\t\t\t\tc-2.2-3.2-2.8-6.5-1.8-10.4c2.2-8.7-1-17-8.6-21.6c-2-1.2-5.4-0.2-8.1-0.5c-5-0.6-2.6,3.4-3.5,5.4c-2.5,5.4-4.8,10.9-8,15.9\n\t\t\t\t\t\tc-6.4,10.3-14,19.9-19.8,30.4c-3.9,7-6.9,14-12.9,19.7c-2.6,2.4-3.2,7.2-4.3,11c-1.4,4.9-2.4,9.9-4.8,14.7\n\t\t\t\t\t\tc0.2-1.8,0.2-3.7,0.5-5.5c4.3-25.7,14.4-49.3,25.3-72.8c19.6-42.2,45.8-79.9,75.7-115.3c1-1.2,1.7-2.7,2.6-4.1\n\t\t\t\t\t\tc0.6,0.5,1.3,1,1.9,1.4c-6.5,17.7-12.9,35.4-19.7,53c-3.5,9.2-6.6,18.3-3.6,28.1c1.4,4.5,3.7,8.8,5.9,13c1.8,3.4,4.2,2.9,7.6,1.5\n\t\t\t\t\t\tc7.9-3.2,13.9-8.7,20-14.4c3.1-2.9,6.6-3.1,10.9-3.2c8.4-0.2,17,1.3,25.3-3.3c3.7-2,9.3-0.8,13.3-4c7.1-5.7,14.5-11.1,21.1-17.3\n\t\t\t\t\t\tc2.9-2.8,4.6-7.3,5.9-11.3c2.5-7.4,4.4-15,6.3-22.6c4.9-20,16.8-36.4,26.6-54c2.2-4,3.2-8.7,5.1-12.9c2.7-5.9,5.6-11.6,8.6-17.3\n\t\t\t\t\t\tc1.4-2.6,3.2-5.1,4.7-7.6c2.2-3.5,2.3-6.8,0.2-10.7c-1.9-3.6-2.5-7.8-3.6-11.8c-0.5-1.9-0.5-4-1.1-5.9c-2.4-8.3-1.7-11,6.1-14.6\n\t\t\t\t\t\tc12.8-5.9,25.6-12.3,39.1-16.3c49.4-14.7,100-18.6,151.2-13c6,0.6,11.7,3,16.5,4.2c-3.5,4.3-6.2,9.5-10.4,12.3\n\t\t\t\t\t\tc-13.4,8.8-26.6,18.3-44.2,17.2c-8.1-0.5-16.4,2.5-24.7,0.2c-1.3-0.4-3.1,0.9-4.6,1.5c-1.4,0.5-2.9,1.7-4.1,1.5\n\t\t\t\t\t\tc-6-1.2-8.2,3-10.8,6.9c-1.3,1.9-2.2,4.1-3.4,6.1c-3.4,5.6-7.9,8.9-14.6,10.8c-7,2-13.3,6.6-19.6,10.7c-7.7,5-14.9,10.7-22.3,15.9\n\t\t\t\t\t\tc-7.4,5.2-13,20.3-10.2,28.9c3.5,10.9,4.8,22.1,1.4,32.9c-2.8,8.8-5.4,18-13.1,24.7c-10,8.6-15,20-16,33.3\n\t\t\t\t\t\tc-0.5,6.7-2.2,13.3-3.4,19.9c-0.1,0.8-0.8,1.9-0.4,2.4c2.5,3.9,0,6.7-2.5,9.9c12.9,3.2,3.5,10.4,3.3,16.9c7,0.2,14,1.2,20.8-1.5\n\t\t\t\t\t\tc13.2-5.3,26.3-10.2,40.9-9.5c8.4,0.4,13.5-5.2,16.5-13c1.8-4.8,1.3-8.7-0.2-13.3c-2.1-6.5-3.5-13.2-4.5-19.9\n\t\t\t\t\t\tc-0.4-2.4,0.9-5.1,1.8-7.5c2.2-6.2,4.3-12.4,6.8-18.5c1.9-4.6,4.1-9,6.4-13.4c1.5-2.8,3.5-5.3,4.9-8.1c2-4.2,5.1-6,9.7-6.5\n\t\t\t\t\t\tc7.8-0.8,14.8-2.8,17.7-11.9c1.5-4.6,4.6-8.8,10.1-10.3c1.3-0.4,2.8-2.1,3.1-3.4c1.1-5.3,4.7-4.9,8.5-4.1\n\t\t\t\t\t\tc5.3,1.1,10.6,2.5,15.9,3.6c6,1.2,8.1,4,7.6,10.1c-0.5,5.5-1.2,11-0.7,16.4c0.9,8.5-2.9,11.6-10.4,13.8c-1.8,0.5-4.5,1-5.2,2.3\n\t\t\t\t\t\tc-2,4.1-4,3.9-7.3,1.6c-1.5-1.1-3.7-1.6-5.6-1.5c-2.3,0.1-4.5,1-6.8,1.6c0.7,2.5,0.8,5.4,2.2,7.3c7.1,9.8,14.9,19.1,21.9,29\n\t\t\t\t\t\tc2.9,4.1,4.9,8.9,6.6,13.7c2.3,6.2,7.7,9.1,12.7,11.2c25.2,10.3,51.1,16.3,78.3,8.7c4.8-1.3,9.7-2.3,14.5-3.7\n\t\t\t\t\t\tc1.1-0.3,2-1.5,3.4-2.7c-2.5-1.3-4.5-2.4-7.6-4.1c6.2-2.9,11.5-5.4,16.8-7.8c4.1-1.9,8.5-3.1,12.2-5.5\n\t\t\t\t\t\tc16.1-10.8,31.8-22.2,44.1-37.2c5.1-6.2,8.7-13.7,12.4-21c2.8-5.5,4.5-11.4,6.7-17.2c2.3-6.1,2.7-12.3,2.8-19\n\t\t\t\t\t\tc0.2-10,2.8-20,4.6-30c0.6-3.1,2.9-2.3,4.6-0.9c3.5,2.8,6.8,5.9,10.3,8.7c9.6,7.9,19.2,15.7,28.7,23.6c2.6,2.2,2.9,5.3,3.8,8.4\n\t\t\t\t\t\tc2.1,6.6,6,12.7,10,18.5c2.4,3.4,6.4,5.7,9.8,8.4c2.6,2.1,3.4,4.4-0.1,6.1c-6.9,3.4-9.5,9.9-12.4,16.3\n\t\t\t\t\t\tc-11.2,24.9-25.6,47.8-47.7,64.3c-11.1,8.3-23.9,14.3-36.2,20.9c-6.9,3.7-14.4,6-21.5,9.5c-17.1,8.4-35.7,9.8-54.1,12.9\n\t\t\t\t\t\tc-29.9,5.1-58.6-1.7-87.6-6.8c-5.7-1-11.5-2.5-17.2-2.8c-5-0.3-10.2,0.6-15.2,1.1c-2.5,0.2-4.9,1.1-7.4,1.1\n\t\t\t\t\t\tc-8-0.1-15.9-0.5-23.9-0.7c-2.4-0.1-4.1-0.2-5.1-3.3c-0.6-1.9-4.3-3.7-6.7-3.7c-7.1-0.2-14.3-0.2-21.3,1.1\n\t\t\t\t\t\tc-12,2.2-23.2,6.9-32.1,15.8c-1.7,1.6-3.5,3.1-5,4.8c-0.6,0.8-0.5,2.1-0.8,3.2c0.5,0.2,0.9,0.4,1.4,0.6c-4,2.2-8.3,4.1-12.1,6.8\n\t\t\t\t\t\tc-8.7,6.1-17.4,12.3-25.6,19.1c-6,5-10.1,11.4-10.2,19.7c0,1.8-0.5,3.7-1.1,5.3c-3,7.8-0.1,14.3,4,20.6\n\t\t\t\t\t\tc4.6,7.1,9.2,14.2,13.5,21.5c4.5,7.5,10.4,13.4,17.9,17.7c2.2,1.2,4.3,2.6,6.6,3.6c13,5.2,24.9,12.4,36.3,20.4\n\t\t\t\t\t\tc4,2.8,9.2,3.8,13.7,5.9c6.4,3.1,12.6,6.5,18.9,9.7c2.5,1.3,5.1,2.6,7.7,3.5c21.1,7.3,42.3,14.1,63.2,22s40.5,18.5,58.1,32.6\n\t\t\t\t\t\tc4.8,3.8,10.7,7,16.6,8.7c7.8,2.2,13.9,6.4,18.7,12.6c4.5,5.9,8.4,12.4,12.3,18.7c1.1,1.8,1.8,4.1,1.7,6.2\n\t\t\t\t\t\tc-0.3,4.6,0.5,7.8,5.8,8.5c1.1,0.2,2.2,2.4,2.6,3.8c1,4.4,3.9,6,7.7,5c5.5-1.5,11-3.4,16.3-5.9c3.3-1.5,5.6-2.3,9.1-0.1\n\t\t\t\t\t\tc2.1,1.3,5.9,0.7,8.7,0c4.3-1.1,8.4-2.7,12.4-4.6c4.9-2.4,9.8-4.9,14.1-8.1c3.9-2.8,7-6.7,10.4-10c2.9-2.8,5.9-3.1,9.4-0.6\n\t\t\t\t\t\tc3.2,2.3,6.7,4.2,10.1,6.2c3,1.7,4,3.9,3.4,7.4c-0.5,2.7,0.8,5.6,0.6,8.4c-0.2,1.8-1.4,4-2.8,5.1c-5.6,4.1-11.8,7.4-17.3,11.6\n\t\t\t\t\t\tc-4.2,3.3-7.8,7.4-11.6,11.3c-5.3,5.3-10.5,10.7-15.7,16.1c-2.7,2.9-5.5,5.8-7.9,9c-1.4,1.9-1.9,4.3-3,7c1.6,0.1,2.4,0.4,2.9,0.2\n\t\t\t\t\t\tc15.2-7.6,31.9-12.3,45.8-22.7c3.5-2.6,7.7-4.2,12-5.6c-3.1,4.8-7,8.4-12.1,11c-4.5,2.3-10.9,4.5-12.5,8.4\n\t\t\t\t\t\tc-3.7,9-11.8,12.4-18.1,18.1c-6.5,5.9-13.9,10.8-20.9,16.2c-2.8,2.1-5.3,4.5-8,6.8c-3.9,3.3-7.9,4.3-12,0.2\n\t\t\t\t\t\tc1.7-4.9,8.7-7.3,6.8-15.1c-4.8,2.9-9,5.4-14,8.4c2.7-5.6,4.9-10.6,7.4-15.3c5.2-9.9,10.6-19.6,15.9-29.4c2-3.8,4-7.7,5.7-11.7\n\t\t\t\t\t\tc0.4-1,0.3-3-0.4-3.5c-0.7-0.6-2.8-0.4-3.6,0.2c-4.2,3.5-9,6.7-12.1,11c-9.6,13.5-19.6,27-27.5,41.5c-4.9,8.9-6.1,19.8-9.3,29.7\n\t\t\t\t\t\tc-1.9,6-4.5,11.7-6.9,17.5c-0.9,2.3-2.2,4.4-3.2,6.6c-1.4,3.2-5.7,5.3-9.1,4.3c-0.9-0.3-2-0.6-2.7-1.3c-8-7-14.9-3-22.1,1.7\n\t\t\t\t\t\tc-5.2,3.4-10.8,6.3-16.1,9.7c-4.9,3.1-9.7,6.5-14.3,10c-5,3.8-9.7,8.1-14.8,11.8c-2.5,1.8-5.8,2.4-8.4,4.1\n\t\t\t\t\t\tc-6.7,4.2-13.8,8.1-19.7,13.3c-5,4.4-9.9,6.7-16.5,6.7c-2.7,0-5.3,2.1-8,2.8c-2.2,0.5-5,1.1-6.8,0.2c-12-6.4-25.1-9.9-38.2-13\n\t\t\t\t\t\tc-6.1-1.5-8.1,0.4-7.2,6.6c0.8,5.6,2.9,10.4,6.8,14.7c8.3,8.9,16.3,18,24.4,27.1c0.9,1,1.7,2,2.8,3.4c-4.5,1.9-7.8,0.3-10.5-2.5\n\t\t\t\t\t\tc-14.5-15.1-29.2-30-43.3-45.5c-10.3-11.2-20.6-22.2-33.2-30.8c-9-6.2-16.8-13.6-23.4-22.2c-10.5-13.7-24.8-23-37.9-33.8\n\t\t\t\t\t\tc-3.9-3.2-7.3-7.1-11-10.6c4.1,2.6,8.3,5.2,12.4,7.9c0.4-0.5,0.7-1.1,1.1-1.6c-2.4-1.8-4.6-4-7.3-5.4\n\t\t\t\t\t\tC372.8,842,369.8,841.4,367,840.4z M531.7,693.6c-0.1,0.2-0.1,0.4-0.2,0.6c-2.3,0.2-4.7,0.3-6.9,0.8c-4.4,1-6.5,5.5-4,9.3\n\t\t\t\t\t\tc5.5,8.5,11.6,16.4,20.6,22c8.2,5.1,14.2,12.9,17.1,22.1c3,9.8,6.3,19.2,12.1,27.8c3.4,5,7.8,9.5,7.9,16.2c0,2.1,1.8,4.5,4.5,2.8\n\t\t\t\t\t\tc2.5-1.6,4.5-4.2,7.9-2.1c2.5,1.6,5.4,2.9,7.3,5c4.5,5.1,9.8,8,16.4,9.6c12,3,18.6-1.3,18.6-13.7c-0.1-12.1-0.6-24.2-1-36.3\n\t\t\t\t\t\tc-0.4-12-3-23-12.3-31.7c-1.7-1.6-2.8-4.1-3.7-6.4c-3.4-8.3-8.9-13.9-18-15.5c-3.3-0.6-6.4-2-9.6-2.7c-1.9-0.4-4.2-0.9-5.9-0.2\n\t\t\t\t\t\tc-7.5,3-14.7,1.2-22-0.7C550.8,698,541.2,695.9,531.7,693.6z M496,881.9c1.9,2.3,3.5,4.9,5.7,6.8c10.5,9.7,21.3,19.1,31.8,28.8\n\t\t\t\t\t\tc5.9,5.5,9.6,5.8,16,0.7c0.9-0.7,1.8-1.6,2.9-2c7.6-2.7,12-8.9,15.8-15.3c2.7-4.4,5.6-9.1,4-15c-0.7-2.6-0.9-5.6-0.7-8.3\n\t\t\t\t\t\tc0.5-8-5.7-13.7-13.4-12.2c-1.6,0.3-3.5,0.6-4.9,0.1c-9.2-4-17.8-2.6-26.1,2.6c-3,1.8-5.3,2-6.1-2.3c-0.2-0.8-2-1.9-2.9-1.8\n\t\t\t\t\t\tc-1.1,0.1-2.5,1.3-2.9,2.3c-0.3,0.9,0.5,2.3,1,3.4c0.2,0.4,0.9,0.5,1.2,0.8c1.9,1.8,3.8,3.6,5.7,5.5c2.7,2.7,1.6,5.5-0.1,8.2\n\t\t\t\t\t\tc-1.9,3-4.6,3-7.4,1.7C509.7,883.2,504.1,879.6,496,881.9z M705.2,450.4c-13.3,6.7-29,4.8-39.9,15.8c15.6,5,30.8,1.7,45.4-3.2\n\t\t\t\t\t\tc34.5-11.7,60.5-33.7,77-66.2c-2.4-0.8-4.3-1.4-6.1-2c-0.8-0.7-1.7-0.5-2.5,0.1c-1.6,1.1-3.3,2.3-4.7,3.7\n\t\t\t\t\t\tc-17.2,16-36.6,28.8-57.8,38.8c-3.6,1.7-7,3.8-10.5,5.7C702.4,444.9,700.8,447,705.2,450.4z M458,913.3c-0.3,0-0.6,0-0.9,0\n\t\t\t\t\t\tc-1.2-2.3-2.3-4.7-3.8-6.9c-0.5-0.7-2-1-3-0.9c-0.4,0-0.9,1.7-0.8,2.5c0.1,1.3,0.4,2.9,1.2,3.7c5.8,5.8,11.7,11.7,17.9,17.1\n\t\t\t\t\t\tc1.2,1,4.2,0.6,6-0.1c0.7-0.3,0.6-3.1,0.5-4.8c-0.1-2.1-1.2-4.4-0.9-6.4c1.4-8-2.8-14-6.7-20.3c-1.5-2.5-2.9-5.3-3.6-8.1\n\t\t\t\t\t\tc-1-4.2-0.9-8.8-2.1-13c-2.6-9-8.3-15.5-17.7-17.7c-1.8-0.4-4.7,0.9-6.2,2.4c-2.2,2.3-6.4,4.9-3.6,8.8c6,8.4,9.5,18.6,19.2,24.3\n\t\t\t\t\t\tc2.3,1.4,4.3,4.7,4.8,7.5C459.1,905.4,458.2,909.4,458,913.3z M655.8,838.7c-0.6-0.9-1.1-2.7-1.9-2.9c-1.3-0.2-2.9,0.4-4,1.2\n\t\t\t\t\t\tc-4.7,3-9.1,8.3-14.1,8.9c-8,1.1-11.6,4.3-12.7,11.8c-0.4,2.7-2.2,5.2-2.8,7.9c-0.8,3.5,0.9,4.8,4.2,3.4c3.5-1.6,6.8-3.4,10.2-5.1\n\t\t\t\t\t\tc8.8-4.4,14.9-11.5,19.3-20.1C654.8,842.3,655.1,840.7,655.8,838.7z M633,822c-12.2,1.4-22.5,16.9-18.4,28\n\t\t\t\t\t\tC622.4,841.3,627.5,831.6,633,822z M524.1,199.2c0.8,1.7,1.3,2.6,1.5,3.5c1.2,5.3,1.8,5.5,6.9,3.6c2.8-1,5.8-1.3,8.6-2.3\n\t\t\t\t\t\tc4.9-1.7,9.7-3.6,14.5-5.4c-0.2-0.7-0.3-1.4-0.5-2.1C544.9,196.3,534.8,196.9,524.1,199.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M697.9,558.9c-13.1-5.5-25.5-5.6-38-4.5c-0.1-0.4-0.2-0.8-0.4-1.3c2.8-1.7,5.9-3.2,8.4-5.2c2.2-1.8,3.8-4.3,5.6-6.4\n\t\t\t\t\t\tc-2.8-1.6-5.4-3.5-8.3-4.7c-1.8-0.8-4-0.4-5.9-1c-1.4-0.4-2.7-1.5-4-2.3c0.9-1.3,1.6-3.1,2.9-3.8c2.4-1.4,5.1-2.5,7.7-3.2\n\t\t\t\t\t\tc26-7.2,52-14,77.9-21.7c8-2.4,15.6-6.7,23-10.7c11.9-6.5,24.9-9.5,37.9-12.2c18.4-3.9,34.7-12.3,50.6-21.9\n\t\t\t\t\t\tc4.4-2.6,6.9-6.4,8.2-11.4c4.3-16.9,5.7-34,3.6-51.4c-0.2-1.5-0.4-3-0.2-4.5c0.4-3.3,2.5-4.2,5.4-2.9c1.6,0.8,2.9,2.2,4.2,3.4\n\t\t\t\t\t\tc15.7,15.6,26.6,34.3,35.1,54.6c12.6,30.4,22.4,61.6,29,93.8c1.3,6.3,0.7,11.5-3.3,16.8c-19.7,26.8-38.9,54-58.8,80.7\n\t\t\t\t\t\tc-5.2,7-11.7,13.3-18.2,19.1c-3.8,3.4-9,5.3-13.6,7.9c-3.8,2.1-7.7,4-11.2,6.5c-6,4.3-11.8,8.4-19.3,9.9c-3.2,0.7-4.7,0.4-5.5-2.7\n\t\t\t\t\t\tc-1-3.9-3.3-4.4-6.1-1.8c-3.5,3.3-7.2,6.4-10.1,10.2c-4.3,5.6-9,10.6-15.4,13.9c-4,2-7.6,4.8-11.1,7.6c-4.4,3.6-8.4,3.8-13.8,1.8\n\t\t\t\t\t\tc-8.8-3.3-12.7-9.1-13.8-18.2c-0.8-6.8-6.2-11.1-11.4-15.1c-1.8-1.4-4-2.5-6.2-3.1c-16.9-4.7-29.7-15.9-43.1-26.4\n\t\t\t\t\t\tc-3.8-3-7.9-5.7-11.3-9c-4-3.9-7.5-8.3-11-12.7c-3.2-4-0.9-8.1,1.3-11.5c3.8-5.7,8.2-11.1,12.5-16.5c3.2-4,6.5-8,10.2-11.5\n\t\t\t\t\t\tc4.8-4.7,5.2-6.5,2.4-12.4c-0.7-1.6-0.5-4.5,0.6-5.8c1.8-2.3,4.5-3.8,6.8-5.7C693,562.5,694.8,561.2,697.9,558.9z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M234.5,679.6c-0.4,2.3-0.5,3.4-0.8,5.2c-6.4-2.2-11.2-6.5-16.1-10.6c-0.3-0.2-0.4-0.6-0.7-0.7c-6.8-5-7.7-12.5-9.2-19.9\n\t\t\t\t\t\tc-0.8-3.9-2.5-8-4.8-11.3c-10.5-14.7-22.7-27.8-37-39c-1.2-0.9-2.5-2-3-3.3c-4.1-10.7-5.6-21.8-4.1-34.7\n\t\t\t\t\t\tc5.8,6.3,11,11.5,15.7,17.1c7.9,9.4,15.5,19.1,23.4,28.5c8.4,10.1,17.1,20,25.5,30c1.8,2.1,3.3,4,6.6,2.8c1.3-0.4,3.3,0.3,4.6,1.2\n\t\t\t\t\t\tc5,3.5,9.9,7.2,14.8,11c13.1,10.3,27.1,19.3,38.4,31.8c7.9,8.7,14.2,18,17.5,29.6c1.6,5.5,5.9,10.3,9.2,15.3\n\t\t\t\t\t\tc5.6,8.5,11.3,16.8,16.9,25.2c0.6,0.9,1.2,2.2,1.1,3.3c-0.4,7.9,4.5,13.1,9,18.7c2.6,3.3,4.5,7.3,6.3,11.2c0.5,1.1,0.4,3.3-0.4,4\n\t\t\t\t\t\tc-0.7,0.7-3,0.5-4-0.1c-3.2-2-6.6-4.1-9.1-6.8c-14-15.1-27.7-30.5-41.7-45.7c-12.4-13.4-25-26.7-37.4-40.1\n\t\t\t\t\t\tc-5.4-5.9-10.5-12-15.8-18C238.2,682.8,236.7,681.6,234.5,679.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M307.7,808.5c2.1,1.1,4.6,1.8,6.3,3.4c6.4,5.7,12.5,11.8,18.9,17.5c7.2,6.4,14.4,12.8,21.9,18.9\n\t\t\t\t\t\tc17.6,14.3,35.4,28.2,52.9,42.5c13,10.6,22.9,23.9,33.1,37.2c7.4,9.6,17.9,16.7,27,25c9.8,8.9,19.5,17.9,29.3,26.8\n\t\t\t\t\t\tc-0.3,0.4-0.5,0.8-0.8,1.2c-1.7-0.8-3.5-1.5-5.1-2.3c-30.2-15.1-56.6-35.5-82.2-57.2c-33.6-28.5-64.7-59.4-94.2-92.1\n\t\t\t\t\t\tc-2.2-2.5-3.9-4.6-2.6-8.3c0.5-1.6-0.9-4-1.8-5.9c-0.9-2-2.2-3.8-3.4-5.7C307.1,809.1,307.4,808.8,307.7,808.5z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M319.5,352.7c-7.2-0.5-10.9,1.9-14.2,5.5c-1.2,1.3-3.3,1.8-4.9,2.6c-0.7-1.7-1.9-3.4-2.2-5.2c-1.5-10.2-2.8-20.4-3.9-30.6\n\t\t\t\t\t\tc-0.2-2,0.3-4.4,1.3-6.1c9.2-15.3,21.1-28.2,36.4-37.7c1.8-1.1,4.6-0.7,7-0.5c1.2,0.1,2.4,1.1,3.6,1.5c7.7,2.7,11.5,9,10,17.2\n\t\t\t\t\t\tc-3,16.6-9.4,31.9-19.7,45.4C329.2,349.6,323.6,352.2,319.5,352.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M849.7,758.8c1.7-4.6,3.7-9.2,5.2-13.9c1.2-3.7,2.6-7.6,2.7-11.5c0.3-12,3.7-22.9,10.9-32.4c5.6-7.4,10.5-15,11.7-24.4\n\t\t\t\t\t\tc0.1-0.6,0.3-1.4,0.7-1.9c6.6-8.5,6.2-19.7,11.3-28.7c4.6-8,9.5-15.9,15.1-23.3c2.6-3.3,7.2-5.1,11.2-7.7c-2,6-4.1,11.7-5.7,17.5\n\t\t\t\t\t\tc-1.1,4.1-3,9,1.3,12.1c4.5,3.3,7.3-2.1,10.8-3.6c1.8-0.7,3.2-2.2,5-3.5C928,650.5,866.6,744.9,849.7,758.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M682,218c25.5,7.7,46.2,22,68.1,36.4c-5.7-0.6-10.1-1-14.5-1.6c-9.5-1.3-16.6,3.4-22,10.1c-6.7,8.3-14.6,13.2-25.2,14.3\n\t\t\t\t\t\tc-2.6,0.3-5.2,1.9-7.7,3.3c-6,3.3-15,2.8-20.2-1.2c-2.4-1.9-2.3-3.9-0.1-5.8c1.2-1.1,2.8-1.9,4-3c4-3.8,3.4-7.5-1.7-9.4\n\t\t\t\t\t\tc-4.2-1.5-2.7-3.4-0.7-5.4c3.8-3.7,7.7-7.3,11.5-11c3.9-3.8,6.5-8.2,6.6-14C680.1,226.8,681.2,222.9,682,218z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M647.9,959.4c1-1.1,2.1-2.3,3.1-3.4c14-14.8,28.9-28.9,41.9-44.6c17.4-20.8,38.7-36.1,61.9-49.4c1.8-1,3.6-2.1,5.5-3.1\n\t\t\t\t\t\tc0.4,0.3,0.7,0.7,1.1,1c-3.4,4.4-6.3,9.1-10.2,13c-30.7,31.1-63.1,60-98.9,85.1c-1.2,0.8-2.4,1.4-3.7,2.1\n\t\t\t\t\t\tC648.4,959.9,648.2,959.6,647.9,959.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M198.8,672.3c1.1,1.6,2.1,3.5,3.5,4.9c3.6,3.7,7.3,6.6,13,8.1c6.5,1.8,13.1,6.3,17.6,11.5c12.5,14.5,23.8,29.9,35.6,45\n\t\t\t\t\t\tc1.3,1.7,2,3.9,2.4,6.3c-29-20.4-56.4-42.2-73.3-74.3C197.9,673.3,198.3,672.8,198.8,672.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M643.8,942.3c5.7-6.2,11.9-12,16.9-18.8c4.6-6.2,8-13.3,11.9-19.9c1.3-2.3,2.7-4.5,4.1-6.7c0.3,0.6,0.5,1.1,0.8,1.7\n\t\t\t\t\t\tc1.8-0.2,4.3,0.3,5.5-0.7c7.9-6.9,15.7-13.8,23.1-21.2c5.2-5.1,9.8-10.8,14.7-16.3c0.5-0.5,1.3-0.8,2-1.2c0.4,0.4,0.9,0.7,1.3,1.1\n\t\t\t\t\t\tc-4.8,6.4-9.1,13.1-14.4,19.1c-8.5,9.8-17.8,18.9-26.4,28.5c-4.9,5.5-9.3,11.2-15.9,15.2c-7,4.3-12.7,10.6-19,16\n\t\t\t\t\t\tC647,940.5,645.3,941.3,643.8,942.3L643.8,942.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M643.8,942.3c-8.6,11.4-17.1,22.9-25.9,34.2c-1.5,1.9-4.6,2.4-6.9,3.7c-2.3,1.2-4.5,2.6-8,4.6\n\t\t\t\t\t\tC614.3,967,625.6,951.3,643.8,942.3L643.8,942.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M198.8,488c1.5,4.3,4.6,4.3,8.4,3.4c7.1-1.6,10.9,0.8,13.7,9.4c-11-7.4-20.6-6.1-29,3.4\n\t\t\t\t\t\tC189.6,497.1,192.2,491.6,198.8,488z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M951,557.4c0.2,3.2,0.2,5.2,0.5,7.2c0.5,3.5-0.9,5.1-4.3,6.7c-3.4,1.6-6.2,4.8-8.9,7.6c-2.4,2.4-4.3,5.3-7,7.6\n\t\t\t\t\t\tC935.2,575.4,944.3,567.9,951,557.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M859,375.6c-2-3.9-3.4-6.5-5.2-10.1C858.7,367.2,859.5,368.8,859,375.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M225.1,515.1c-1-2-2.1-3.9-3.1-5.9c0.7-0.4,1.3-0.8,2-1.1c1.2,1.9,2.3,3.7,3.5,5.6C226.7,514.1,225.9,514.6,225.1,515.1z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\t\u003cg id=\"svgRound3tone\"\u003e \n\t\t\t\t\t\t\u003cg id=\"svgRound3toneC\"\u003e \n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M684.3,218.1c0.9,1.2,1.7,2.3,2.9,3.9c-4.1,6.2-7.9,12.8-12.5,18.8c-4.6,6.1-11.7,7.8-19,8.3c-15.9,1.1-30.9,5-45.7,10.9\n\t\t\t\t\t\t\tc-15.5,6.3-31.5,11.4-47.1,17.4c-5.1,1.9-10.1,4.5-14.4,7.8c-8.5,6.4-9.3,26.8-2.2,34.8c6.7,7.6,15.3,11.8,24.9,12.1\n\t\t\t\t\t\t\tc18.7,0.5,37.4-0.3,56.1-0.5c10.6-0.1,21.3-1.5,31.7-0.1c11.4,1.6,20.8,8.5,28.6,17c9.1,9.9,5.6,22.3-3.3,30.4\n\t\t\t\t\t\t\tc-12.6,11.5-28.1,10.8-43.8,10.1c-15.2-0.7-28-7.6-41-14.2c-14.1-7.2-29-12.1-44.1-17c-12.1-3.9-23.5-9.9-35.2-15\n\t\t\t\t\t\t\tc-3.8-1.7-7.4-3.9-11.4-5.1c-8.6-2.6-14,1.4-14.5,10.3c-0.3,4.8-0.2,9.7,0,14.5c0.4,9-1.5,17.3-5.1,25.6\n\t\t\t\t\t\t\tc-3.5,8.1-5.5,16.9-7.9,25.5c-2.2,7.8-6.4,8.9-12.4,3.8c-6.7-5.5-10-12.3-11.2-20.8c-1.2-8.1-4.1-16-5.6-24.1\n\t\t\t\t\t\t\tc-2.9-15.7,1.9-28.6,15.2-37.8c20.5-14.1,27.3-46.1,6.5-66.3c-10.2-9.9-11.3-15.3-2.3-29c6.1-9.2,12.7-11.2,24.2-7.5\n\t\t\t\t\t\t\tc7.9,2.6,15.6,5.9,23.6,7.7c14.9,3.2,29.6,2.6,43.1-5.9c11.3-7.2,14.9-18.2,14.5-30.7c0-1.7-2.7-4.4-4.3-4.6\n\t\t\t\t\t\t\tc-5.3-0.6-10.8-0.3-16.2-0.3c-12.6,0-25.3-0.2-37.9,0.2c-9.4,0.3-18.7,1.3-28.1,2c5.6-0.9,11.3-1.8,16.9-2.9\n\t\t\t\t\t\t\tc2.5-0.5,4.9-0.1,7.4-0.9c0.4-0.2,4.9-0.2,5.2,0c6.8,3.6,10-1.7,16.9-1.3c8.9,0.5,17.9-0.3,26.9-0.5v0.3v-0.3\n\t\t\t\t\t\t\tc13,1.2,26,1.9,38.9,3.7c17.8,2.6,35.7,5.3,53.3,9.3C665.6,209.9,674.8,214.5,684.3,218.1z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M403.3,228.2c-2.6,5.6,1.5,7.3,5.2,9.7c7.5,4.7,15.3,9.3,22.1,14.9c7.5,6.1,7.5,8.6,2.7,17.2\n\t\t\t\t\t\t\tc-3.4,6.1-7.7,11.7-10.8,17.9c-4.4,8.9-7.8,18.2-12,27.1c-5.2,11-12.3,19.8-25.2,22.6c-5.7,1.3-10.9,4.7-16.5,6.8\n\t\t\t\t\t\t\tc-6.5,2.4-13.2,4.3-19.7,6.7c-5.1,1.8-10.3,3.5-15,6.1c-4.3,2.5-7.7,2.5-11.2-1c-8.7-8.7-17.4-17.3-26-26\n\t\t\t\t\t\t\tc-3.8-3.9-8.9-4.6-14.1-1.7c-2.8,1.5-5.9,2.5-8.9,3.8c11.8-12,23.4-24.4,35.6-36c11.5-10.9,23.5-21.4,35.9-31.2\n\t\t\t\t\t\t\tc9.3-7.3,19.6-13.4,29.5-19.9c7.2-4.7,14.6-9.3,21.9-13.8C398.9,230.1,401.1,229.3,403.3,228.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M952.6,571.9c-11.7,3.8-20,12.1-27.8,21.1c-6.1,7.1-12.3,14.2-18.5,21.3c-0.5-0.3-1.1-0.7-1.6-1c0.4-1,0.6-2.1,1.3-2.9\n\t\t\t\t\t\t\tc4.8-5.7,9.8-11.3,14.6-16.9c6.7-7.9,13.2-15.8,19.8-23.7c2.6-3.2,5.4-6.2,7.8-9.6c0.9-1.3,1.7-3.5,1.3-5\n\t\t\t\t\t\t\tc-2.6-11.7-5.2-23.3-8.3-34.9c-2.5-9.3-5.5-18.4-8.4-27.5c-0.8-2.3-2-4.6-3.4-6.6c-0.8-1.2-2.4-1.8-3.7-2.7\n\t\t\t\t\t\t\tc-0.9,1.3-2.4,2.6-2.6,4c-1.9,12.1-2.8,24.2,1.5,35.9c2.6,7.1,6.2,13.8,8.9,20.8c1,2.5,1.7,6.2,0.6,8.3\n\t\t\t\t\t\t\tc-5.3,9.9-10.7,19.8-17.3,28.8c-5,6.7-12,11.9-17.9,17.9c-8.2,8.3-16.2,16.7-24.3,25c-8.2,8.4-16.5,16.8-24.8,25.2\n\t\t\t\t\t\t\tc-0.3,0.4-0.7,0.8-1.1,0.9c-2.8,0.8-5.5,1.4-8.3,2.1c-0.2-2.8-1.1-5.8-0.4-8.3c5-17.9,13.8-33.6,26.6-47.2\n\t\t\t\t\t\t\tc11-11.7,21.5-23.8,32.6-35.4c5.2-5.4,6.6-12.3,8-18.8c2.6-11.9,6.2-23.9,4.7-36.3c-1.7-13.6-4.3-27.1-6-40.8\n\t\t\t\t\t\t\tc-1.6-12.6-2.7-25.4-3.9-38.1c-0.3-3.4-0.2-6.8-0.3-10.2c3.2,4.4,6.7,8.7,9.6,13.3c1.8,3,2.6,6.6,4.1,9.8\n\t\t\t\t\t\t\tc5.4,11.8,11.4,23.4,16.3,35.4c4.6,11,8.3,22.4,12.2,33.7c4.3,12.6,5.6,25.7,6.9,38.9C951.6,556.2,952,564,952.6,571.9z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M816.8,311.9c-9,9.3-17,19.3-22.8,31.1c-5.7,11.7-11.3,23.3-17.7,34.6c-2.6,4.6-6.7,8.6-10.9,11.9c-3.9,3-8.9,4.1-13.5,1\n\t\t\t\t\t\t\tc-4.8-3.3-4.5-8.5-4.3-13.4c0.6-15.7,7.6-29.5,14.2-43.2c5.4-11.1,12.2-21.6,18.7-32.2c4.1-6.7,9.3-11.9,18.2-8.2\n\t\t\t\t\t\t\tC805.1,299.4,812.9,303.8,816.8,311.9z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M177.4,637.4c3.1,3.6,6.5,6.9,9.3,10.7c10.1,13.8,19.3,28.3,30.1,41.5c7.2,8.8,16.4,15.9,24.8,23.6\n\t\t\t\t\t\t\tc1.3,1.2,3.1,2,4.7,2.7c5,2.1,7.2,0.9,8.3-4.3c0.2-0.8,0.5-1.6,0.7-2.4c1.1-4.1,2.8-4.8,5.5-1.4c5.5,6.9,10.6,14.2,15.6,21.4\n\t\t\t\t\t\t\tc2.9,4.1,5.4,8.3,8.1,12.5c1.8,2.7,2.8,5.2-1,7.5c-1.3,0.8-1.9,3.2-2.3,5c-0.4,1.9-0.1,3.9-0.1,7.6c-3.8-1.9-6.7-2.7-8.9-4.6\n\t\t\t\t\t\t\tc-21.2-17.7-39.9-37.9-57.7-59c-0.8-1-2.3-1.5-3.4-2.2v-0.1c-0.3-0.5-0.6-1.1-0.9-1.6c-6.7-10.4-13.7-20.6-19.9-31.2\n\t\t\t\t\t\t\tC185.7,654.9,181.8,646,177.4,637.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M654.1,957.7c3-4.2,6-8.4,9.1-12.6c3.1-4.1,6.7-7.9,9.2-12.3c1.2-2.1,1.4-6,0.2-8c-3.7-5.7-3.6-10.2,0.1-16.3\n\t\t\t\t\t\t\tc5.3-8.8,10.9-17.1,19.3-23.2c1-0.8,2.6-0.9,3.8-1.4c0.2,1.4,0.9,3.1,0.5,4.3c-3.2,8.7-6.7,17.3-9.9,26c-0.5,1.4-0.2,3-0.3,4.5\n\t\t\t\t\t\t\tc1.5-0.3,3.3-0.2,4.5-1c4.6-3.1,9.4-6.2,13.6-9.9c21.6-19.4,43-39,64.6-58.3c3-2.6,7.1-3.9,10.7-5.9c-3,4.2-5.6,8.8-9.2,12.5\n\t\t\t\t\t\t\tc-10.9,11.1-22.1,22-33.3,32.8c-24.5,23.6-50,45.9-77.6,65.7C657.6,955.9,655.8,956.7,654.1,957.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M936.9,627c-3.3,2.2-6.4,4.5-9.8,6.5c-4.7,2.8-9.3,5.6-14.3,8c-3.4,1.6-5.6-0.5-4.8-4c2.7-12,19.1-22.8,31-20.3\n\t\t\t\t\t\t\tc0.4,0.1,0.8,0.5,1.2,0.8c-0.8,2.4-1.6,4.8-2.4,7.2C937.5,625.7,937.2,626.3,936.9,627L936.9,627z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M887,710.9c-3.4,0.7-6.9,1.5-12,2.6c1.3-3.6,1.4-6.7,3-8.1c6.8-5.6,14.1-10.8,21.3-15.9c0.6-0.5,2,0.1,3.1,0.2\n\t\t\t\t\t\t\tc-4.1,6-8.3,12-12.4,18C888.9,708.8,887.9,709.9,887,710.9L887,710.9z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M157.7,559.6c4.4,4,9.1,7.7,11,13.5c-0.4,0.4-0.7,0.9-1.1,1.3c-3.3-2.1-6.6-4.1-10-6.2\n\t\t\t\t\t\t\tC157.7,565.4,157.7,562.5,157.7,559.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M858.1,385.4c0.9,6,2.5,11.9,2.7,17.9c0.2,9.4,0.3,19-1.1,28.3c-0.9,6.4-4.2,12.5-6.9,18.5c-6,13.7-12,27.3-18.5,40.7\n\t\t\t\t\t\t\tc-2.4,5-5.9,9.8-9.8,13.6c-6.2,6-14.6,5.8-22.2,3.9c-15.1-3.8-30.1-8-44.7-13.3c-32-11.6-62.8-7.8-93.5,4.7\n\t\t\t\t\t\t\tc-14,5.7-27.2,12.4-37.3,24c-4,4.6-7.7,9.6-12,13.9c-5.8,5.7-11.6,11.6-18.3,16.1c-20.6,14.2-14.4,30.5-2.3,44.1\n\t\t\t\t\t\t\tc13.6,15.3,30.8,25.7,48.5,35.4c18,9.7,37.3,16.9,54,29c12.1,8.8,23,18.8,31.3,31.6c4.3,6.6,3.9,13.6,4.7,20.5\n\t\t\t\t\t\t\tc0.7,5.9,3.1,10.4,7.5,14c7.4,6.2,7.9,8.3,5,17.6c-2.2,6.9-3.3,14.2-6.3,20.7c-3.7,8-8.6,15.5-13.5,22.9\n\t\t\t\t\t\t\tc-3.3,4.9-7.5,9.3-11.3,13.8c-0.7,0.8-1.7,1.3-3.5,1.4c1.4-3.4,2.8-6.8,4.2-10.3c3.2-7.9,6-15.8,5.5-24.5\n\t\t\t\t\t\t\tc-0.4-6.9-4.3-11.1-11.1-11.6c-8.5-0.6-15.5,2.2-21.7,8c-12.6,11.8-22.6,25.5-32.6,39.5c-14.4,20.1-29.8,39.6-44.7,59.4\n\t\t\t\t\t\t\tc-6,8-11.9,16.1-18.3,24.7c-1.5-1.5-2.9-2.5-3.8-3.8c-7.8-10.9-10.6-23.5-11.8-36.5c-1.5-16.5,1-32.4,8-47.6\n\t\t\t\t\t\t\tc4.9-10.5,12.1-18.9,21.3-25.7c10.1-7.5,20.5-14.6,30.5-22.2c15.9-12.1,19.1-27.3,10.2-45.2c-1.7-3.4-3.1-6.9-4.7-10.4\n\t\t\t\t\t\t\tc-5.4-12-14-21.3-23.2-30.7c-13.9-14.4-31.3-23.3-47.5-34c-15.4-10.2-25.3-24.9-32.1-41.9c-5.5-13.7-10.8-27.3-16.6-40.9\n\t\t\t\t\t\t\tc-5.1-12.1-3.9-23.7,0.6-35.7c4.2-11.3,14.4-17.1,22-25.2c2.2-2.4,5.1-4.2,7.2-6.8c6.6-8.1,15.1-11.7,25.3-11.6\n\t\t\t\t\t\t\tc22.8,0.2,45.6,1.4,68.4,0.5c12.2-0.4,24.5-3.5,36.4-6.6c15.7-4,31.5-8.4,46.7-14c20.9-7.8,42.7-12.3,63.8-19.2\n\t\t\t\t\t\t\tc11.6-3.8,22.2-10.9,33.1-16.9c8.6-4.7,16.7-10.2,25.3-14.7c4.4-2.3,2.9-6.2,3.9-9.4c0.6-2,0.6-4.2,0.8-6.3\n\t\t\t\t\t\t\tC856.4,385.4,857.2,385.4,858.1,385.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M516.7,716c-0.4-12.2,2.5-23.4,8.9-33.6c4-6.3,10.7-8.7,17.7-8.3c10.5,0.6,19.4,5.5,24.6,14.8c2.1,3.8,3,9.8,1.6,13.8\n\t\t\t\t\t\t\tc-3.4,9.7-2.7,19.6-4.3,29.4c-1.9,11.3-4.4,22.6-12.8,31.2c-6,6.1-13.1,6.1-19.1,0.1c-9-9-12.6-20.5-15-32.5\n\t\t\t\t\t\t\tC517.3,725.9,517.2,720.9,516.7,716z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M663.6,878c-0.7,3.4-1.1,5.3-1.5,7.2c-1,4.8-1.5,9.7-3,14.3c-1,3.2-2.9,6.3-5,8.8c-4.3,5-9.1,9.5-15.1,13.9\n\t\t\t\t\t\t\tc0.3-1.9,0.7-3.7,0.9-5.6c0.1-1,0.1-2.1,0.1-3.1c-1.1,0-2.3-0.3-3.2,0.1c-2.6,1.1-5.2,2.2-7.5,3.8c-16,10.8-32.2,21.2-45.5,35.5\n\t\t\t\t\t\t\tc-5.4,5.8-10.5,12-15.2,18.4c-2.7,3.7-5.9,5.6-10,7.5c-17.9,8.5-26.1,2.1-36.7-10.6c-4.8-5.8-9-12.1-13.4-18.2\n\t\t\t\t\t\t\tc-0.9-1.2-1.8-2.5-2.2-3.9c-0.4-1.5-1-4-0.3-4.5c1.3-0.9,3.6-1.3,5-0.8c3.6,1.3,6.9,3.1,10.3,4.8c8.4,4.2,16.8,8.4,25.2,12.5\n\t\t\t\t\t\t\tc0.6,0.3,1.8,0.3,2.4,0c6-3.5,12.4-6.5,17.7-10.8c11-8.8,21.2-18.6,32.2-27.3c5.1-4.1,11.6-6.4,17.1-10.1\n\t\t\t\t\t\t\tc14.2-9.5,28.3-19.3,42.4-29C659.5,880,660.9,879.4,663.6,878z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M803.3,783c-1.1,1.9-1.8,4.2-3.3,5.8c-5.6,5.8-11.2,11.8-17.4,17c-9.5,8-19.3,15.5-29.3,22.9\n\t\t\t\t\t\t\tc-6.1,4.5-12.5,8.6-18.9,12.6c-1.5,1-3.6,1.1-6.3,1.9c0.3-2.2,0.1-3.6,0.7-4.6c4.9-8.3,6.5-17.6,8.7-26.8\n\t\t\t\t\t\t\tc1.8-7.5,5.1-14.8,8.9-21.6c4.1-7.3,8.7-14.7,14.7-20.5c9.1-8.8,15.6-19.5,23.7-29c3.1-3.6,5.8-7.7,9.1-11.1\n\t\t\t\t\t\t\tc0.9-0.9,3.7-1.1,4.9-0.4c7.1,4,7.6,6.8,6.6,15.2c-1.6,12.5-7.7,21.2-19,26.5c-3.8,1.8-7.4,3.9-11.2,5.6c-6.7,3-11.5,8-14,14.8\n\t\t\t\t\t\t\tc-0.9,2.6-0.4,5.7-0.5,8.5c2.7,0.1,5.9,1.2,8,0.1c8.9-4.8,17.3-10.2,26-15.3c2.3-1.3,4.8-2.2,7.2-3.3\n\t\t\t\t\t\t\tC802.3,781.9,802.8,782.4,803.3,783z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M303.4,665.5c-3-1.6-6.2-2.9-8.8-4.9c-6.4-4.7-13.1-9.3-18.6-14.9c-4.9-5-8.8-11.2-12.4-17.3\n\t\t\t\t\t\t\tc-7.6-13-14.8-26.4-22.1-39.5c-3.3-5.9-6.7-11.8-10.1-17.8c-0.2-0.4-0.6-0.9-0.6-1.3c-1.8-9,1.4-17.4,3.9-25.8\n\t\t\t\t\t\t\tc1.9-6.5,8.2-9,13.6-11.6c5.1-2.5,10.1,0.4,12.6,6.2c5.1,12,5.1,24.4,2.1,36.7c-2.2,9-1.2,16.5,3.8,24.4\n\t\t\t\t\t\t\tc3.8,5.9,5.4,13.2,8.9,19.3c5.6,9.5,12.1,18.6,18.2,27.8c2.6,3.8,5.6,7.4,8.2,11.3c1.2,1.8,1.9,4,2.8,6\n\t\t\t\t\t\t\tC304.4,664.5,303.9,665,303.4,665.5z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M347.5,419.6c0.9,17.7-11.2,35.2-29.7,39.8c-3.6,0.9-7.8,2.1-9.9-1.7c-1.8-3.2-3.4-7.7-2.4-10.8c3.5-11.7,8-23,12.4-34.4\n\t\t\t\t\t\t\tc2.7-7.1,5.7-14.1,9-20.9c2.8-5.9,6.5-6,10.5-0.8C343,398.1,348.4,410.9,347.5,419.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M791.1,710c3.4-9.7,6.5-19.4,10.2-29c3.5-9.3,7.4-18.5,11.6-27.4c2.9-6.1,6.8-11.6,10-17.6c5.4-10.1,10.6-20.3,15.9-30.4\n\t\t\t\t\t\t\tc0.4-0.9,1-1.8,1.7-2.4c4.1-2.9,5.4-6.9,5.4-11.6c0-5.3-0.2-10.7,0-16c0.4-6.8,5.2-9.5,10.8-5.8c2.7,1.8,5.1,4.3,7,6.9\n\t\t\t\t\t\t\tc0.8,1.1,0.8,3.6,0.2,4.9c-6.3,12-12.7,24.1-19.5,35.9c-2.9,5-6.6,9.5-10,14.2c-9.9,13.4-18.2,27.8-24,43.5\n\t\t\t\t\t\t\tc-1.4,3.8-1.7,8.1-2.1,12.2c-0.7,6-0.4,12.1-1.7,17.9c-0.8,3.6-3.6,6.9-5.9,10.1c-1,1.5-3.5,3.5-4.4,3.1c-1.6-0.7-2.7-3-3.7-4.7\n\t\t\t\t\t\t\tc-0.5-0.9-0.4-2.2-0.6-3.4C791.6,710.2,791.3,710.1,791.1,710z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M879.3,648.3c-0.8,2.2-1.4,4.5-2.3,6.7c-6.6,15.4-13.5,30.7-20,46.1c-3.6,8.5-9,15.5-16.3,20.8c-2.8,2-7,2.5-10.6,2.5\n\t\t\t\t\t\t\tc-1.4,0-3.8-3-4-4.9c-1-8.9,3.1-16.6,7.4-23.7c4-6.6,8.9-12.8,14.2-18.4c8.7-9.4,18-18.1,27.1-27.2c1-1,2.1-1.8,3.2-2.6\n\t\t\t\t\t\t\tC878.5,647.8,878.9,648.1,879.3,648.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M177.3,513.1c2-9.3,3.5-17.9,11.3-23.7c2.1-1.6,4.6-3.9,6.8-0.8c4.9,6.9,10.1,13.7,13.6,21.2c3.9,8.4,0.4,16.3-7.6,21.3\n\t\t\t\t\t\t\tc-1.4,0.9-2.8,1.8-4.3,2.6c-4.5,2.6-8.5,1.2-9.5-3.9c-0.8-4.1-2.8-6.5-6.4-8.7C179.1,519.8,178.6,515.8,177.3,513.1z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M199.5,617.6c2.5,2.1,5.2,4,7.5,6.2c15.1,14.3,30.3,28.4,45.1,43c5,4.9,8.9,11,12.6,17c2,3.2,2.6,7.4,3,11.7\n\t\t\t\t\t\t\tc-9.4-6.9-15-17.1-22.8-25.3c-8-8.4-16.1-16.8-24.2-25.2c-8.1-8.3-16.8-16.1-22.3-26.5C198.8,618.3,199.2,618,199.5,617.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M433.3,778.3c-1.5-0.8-3.1-1.4-4.4-2.5c-8.8-7.6-17.7-15-26.1-22.9c-2.2-2-4.7-7.5-4.1-8c3.4-3,6.3,0.6,8.9,2.3\n\t\t\t\t\t\t\tc10.8,7,18.6,16.9,25.7,27.3c0.5,0.8,0.7,1.8,1,2.7C434,777.6,433.7,777.9,433.3,778.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M327.7,735c-7.1-9-14.2-18-21.3-27.1c0.4-0.4,0.9-0.7,1.3-1.1c10,6.6,15.8,16.7,21.6,26.8\n\t\t\t\t\t\t\tC328.8,734.1,328.2,734.6,327.7,735z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\t\t\u003cg id=\"svgRound3toneB\"\u003e \n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M341.2,840.2c-0.2-1-0.4-1.9-0.7-2.9c-0.2-0.7-0.4-1.4-0.6-2.2c-0.3-1.6-0.5-3.2-1.1-6.6c3.8,1.7,6.7,2.4,8.7,4.1\n\t\t\t\t\t\t\tc8.3,7.3,16.3,14.8,24.4,22.3c0.3,0.4,0.6,0.7,0.9,1.1c13.2,11,26.4,22.1,39.7,33.1c2.1,1.7,4.6,3.3,7.2,4\n\t\t\t\t\t\t\tc9,2.6,15.4,8.8,21.8,14.9c23.6,22.2,43,47.8,61,74.6c0.4,0.5,0.4,1.2,0.6,1.9c-6.1-2.3-12.5-4.1-18.2-7.1\n\t\t\t\t\t\t\tc-6.3-3.2-11.9-7.5-17.9-11.4c-5.2-8.2-12.4-14.6-20.8-19.2c-3.1-1.7-7.1-2-10.6-2.9c-5.9-4.3-11.9-8.4-17.6-13\n\t\t\t\t\t\t\tc-7.4-5.9-14.9-11.9-21.7-18.4c-20-19.1-39.9-38.3-59.5-57.9c-10.3-10.2-20-21.1-29.7-31.8c-3.2-3.5-7.7-6.4-7.8-12\n\t\t\t\t\t\t\tc3.4,2.5,7.3,4.4,10.2,7.4c10.7,11.1,21,22.5,31.5,33.8c1,0.9,1.9,1.8,2.9,2.7c0.3-0.3,0.7-0.5,1-0.8c-0.5-1.5-1.1-3.1-1.6-4.6\n\t\t\t\t\t\t\tc-0.3-1.3-0.6-2.6-0.9-3.8c-0.1-0.4-0.2-0.8-0.3-1.2c-0.2-0.9-0.5-1.9-0.7-2.8C341.4,841,341.3,840.6,341.2,840.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M776.3,274.4c-9.3,4.6-15.2,12.8-20.9,20.9c-5.9,8.3-11.1,17.1-16.6,25.6c-0.2,0.3-0.3,0.6-0.5,0.9\n\t\t\t\t\t\t\tc-7.4,10-11.1,12.3-20,2.5c-3.9-4.3-8.6-7.9-11.8-12.7c-2.2-3.3-3.6-8.1-3.4-12.1c0.5-10.4,1.7-20.8,3.4-31.1\n\t\t\t\t\t\t\tc1.7-10.4,4.5-20.5,6.2-30.9c0.3-2.1-2.4-4.7-3.7-7.1c2.2,0.6,4.7,0.6,6.4,1.8c16.6,10.8,33.1,21.6,49.5,32.7\n\t\t\t\t\t\t\tC769,267.6,772.5,271.2,776.3,274.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M879.6,407.7c-0.3-2-0.5-3.9-0.8-5.9c-0.1-0.4-0.1-0.8-0.2-1.2c-1.4-6-2.8-12-4.1-18c-0.3-1.5,0.1-3.3,0.2-4.9\n\t\t\t\t\t\t\tc4.1,6.1,8.2,12.1,12.3,18.2c1.1,12.6,2,25.2,3.5,37.8c1.7,15,4.1,29.9,6,44.9c1.1,8.7,2.8,17.5,2.1,26.1\n\t\t\t\t\t\t\tc-0.9,10.9-3.9,21.6-6.2,32.3c-1,4.6-2.6,9.1-3.9,13.6c-0.5,1.1-1,2.1-1.5,3.2c-0.4,0.4-0.7,0.9-1.1,1.3\n\t\t\t\t\t\t\tc-2.2,1.6-4.5,3.2-6.7,4.8c-2.1-2.5-5.1-4.6-6.2-7.5c-6.4-16.4-11.9-33-10.2-51.1c1.3-14.2,5.8-27.6,10.6-40.8\n\t\t\t\t\t\t\tc5.2-14.6,8.4-29.4,7.2-44.9c-0.1-1.6-0.4-3.3-0.6-4.9C879.8,409.8,879.7,408.7,879.6,407.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M833.6,772.3c-0.8-1.8-1.1-4.2-2.4-5.2c-4.6-3.3-5.6-8.3-7.1-13.1c-2.5-8,2-14,7.2-18.7c7.4-6.6,15.9-12.1,23.7-18.2\n\t\t\t\t\t\t\tc3-2.3,4.7-1,5.7,1.6c3.4,8.7,7.2,10.1,15.2,5.4c0.9-0.5,2-0.8,3.1-1.2c-4.8,7-9.2,14.2-14.3,20.9\n\t\t\t\t\t\t\tc-10.8,14.1-21.9,27.8-32.9,41.7c0.4-2.8,0.8-5.7,1.2-8.5c0.2-1.3,0.5-2.6,0.7-3.8C833.6,773,833.6,772.6,833.6,772.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M570.1,990.7c14.4-15.5,31.6-27.5,48.3-40.3c9.8-7.5,18-17.1,27-25.8c5.5-5.3,11-10.7,16.5-16c0.6,0.4,1.1,0.8,1.7,1.2\n\t\t\t\t\t\t\tc-0.9,2.1-1.4,4.3-2.7,6.1c-2.3,3.4-4.9,6.7-7.7,9.6c-13.5,14-27.2,27.9-40.8,41.7c-7.3,7.4-14.7,14.8-22,22.2\n\t\t\t\t\t\t\tC583.6,989.9,576.8,990.3,570.1,990.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M440.3,212.4c6.6-1.5,13.2-3.1,19.8-4.6c2.7-0.6,5.4-0.7,9.4-1.3c-1.6,2.9-2.4,4.7-3.5,6.3c-4.7,6.6-9.5,13.2-14.4,19.8\n\t\t\t\t\t\t\tc-5.4,7.3-12.5,8.8-21.7,5.4c-4.4-1.6-8.2-4.6-12.5-6.8c-4-2-4.3-4.1-0.8-6.9c0.8-0.6,0.9-1.9,1.4-2.9c5.4-2.4,10.8-4.8,16.2-7.2\n\t\t\t\t\t\t\tC436.4,213.5,438.3,212.9,440.3,212.4C440.3,212.3,440.3,212.4,440.3,212.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M947.1,601.7c-6.5,1.7-13,3.4-19.5,5c-7.1,1.8-11.3,7.2-15.4,12.7c-3.6,4.8-7.2,9.7-10.9,14.6c-0.9,1.2-2.2,2.2-3.3,3.3\n\t\t\t\t\t\t\tc-0.4-0.3-0.8-0.5-1.3-0.8c0.5-1.3,0.6-2.9,1.5-4c4.7-5.9,9.6-11.7,14.5-17.5c3.8-4.4,7.3-9,11.7-12.8\n\t\t\t\t\t\t\tc8.9-7.7,18.2-14.8,27.4-22.2C950.3,587.3,948.7,594.5,947.1,601.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M209.3,419.1c-6.3,12.1-13.2,23.9-18.6,36.3c-7.7,17.7-14.2,36-21.3,54c-1.2,3.2-2.5,6.3-3.8,9.5\n\t\t\t\t\t\t\tc0.2-2.4-0.1-5.1,0.7-7.3c5.1-14.1,9.6-28.6,15.8-42.2c7.6-16.5,16.6-32.2,25.1-48.3C207.8,420.3,208.7,419.8,209.3,419.1z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M221.6,712.8c2,1.8,4.2,3.4,5.9,5.5c3.4,4,6.7,8.1,9.8,12.3c0.8,1.1,3.5,2.9,0,4.4c-3.3-4.4-6.8-8.7-10-13.1\n\t\t\t\t\t\t\tC225.3,718.9,223.5,715.8,221.6,712.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M610.2,982.8c5.3-5.1,10.6-10.3,16-15.4c0.5,0.4,1,0.8,1.5,1.2c-2,3-3.9,5.9-5.9,8.9C617.9,979.2,614,981,610.2,982.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M918,652.3c3.6-3.2,7.1-6.3,10.7-9.5c-2,4.2-4.1,8.5-6.1,12.7C919.5,656.7,918.3,655.1,918,652.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M298.6,810.1c0.3,0.2,0.6,0.5,0.9,0.7C299.2,810.6,298.9,810.3,298.6,810.1z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M524.8,647.5c-0.6,0.4-1.3,0.8-1.9,1.2c-0.4,0-0.8,0-1.1,0c0,0.3,0.1,0.5,0.1,0.8c-1,0.7-1.9,1.4-2.9,2.1\n\t\t\t\t\t\t\tc-0.4,0-0.8,0-1.2,0c0,0.3,0,0.6,0.1,0.8c-4.6,5.3-9.3,10.5-13.6,16c-4.6,5.9-8.2,12.9-13.5,18.1c-4.3,4.2-10.3,7-16.1,9.1\n\t\t\t\t\t\t\tc-6.6,2.4-13.8,3.6-20.8,4.9c-14,2.5-25.6,9.3-35.8,18.9c-0.4,0.3-0.7,0.7-1.1,1c-7.6,7-10.7,7.5-19.7,3.1\n\t\t\t\t\t\t\tc-6.3-3-12.6-6.1-18.8-9.2c-6.9-3.4-13.8-6.8-20.7-10.1c-0.4-0.2-0.8-0.5-1.1-0.7c-0.6-0.4-1.3-0.9-1.9-1.3\n\t\t\t\t\t\t\tc-3.7-3.6-7.4-7.1-11.2-10.7c-0.3-0.4-0.6-0.8-0.9-1.2c-1-1.2-2.1-2.5-3.1-3.7c-2.9-5.6-6.2-11.1-8.5-16.9\n\t\t\t\t\t\t\tc-4.5-11.5-13-20.3-20-30.1c-4.9-6.9-9.5-14.2-13.3-21.8c-1.3-2.5-0.1-6.4,0.5-9.5c1.2-6.2,3.9-10.7,10.1-14.1\n\t\t\t\t\t\t\tc16.9-9.3,30.8-22.6,44.1-36.5c11.6-12.1,23.7-23.9,35.7-35.6c8-7.8,15.5-16,20-26.3c1.6-3.6,0.9-8.2,1.2-12.3\n\t\t\t\t\t\t\tc-4-0.2-8.4-1.7-11.8-0.4c-8.4,3-16.4,7.1-24.5,10.8c-2.7,1.9-5.4,3.7-8.2,5.6c-0.6,0.4-1.3,0.9-1.9,1.3\n\t\t\t\t\t\t\tc-0.9,0.7-1.8,1.4-2.7,2.1c-0.4,0.3-0.8,0.6-1.2,0.9c-0.7,0.6-1.5,1.2-2.2,1.7c-0.9,0.7-1.9,1.5-2.8,2.2s-1.8,1.4-2.8,2.1\n\t\t\t\t\t\t\tc-0.7,0.6-1.5,1.2-2.2,1.8c-0.4,0.3-0.8,0.6-1.1,0.9c-0.9,0.7-1.9,1.5-2.8,2.2c-0.7,0.6-1.5,1.1-2.2,1.7\n\t\t\t\t\t\t\tc-0.9,0.7-1.9,1.5-2.8,2.2c-0.4,0.3-0.8,0.6-1.2,0.8c-0.6,0.4-1.2,0.9-1.9,1.3c-0.7,0.5-1.5,1.1-2.2,1.6\n\t\t\t\t\t\t\tc-0.6,0.4-1.2,0.8-1.9,1.2c-0.4,0.3-0.7,0.5-1.1,0.8c-0.6,0.4-1.3,0.8-1.9,1.2c-0.7,0.2-1.3,0.4-2,0.7c-6.3,3.9-12.7,7.8-20.4,8\n\t\t\t\t\t\t\tc-12.4,0.3-18.3-8.5-14.8-20.6c3.3-11.1,10.1-19.3,19.1-25.8c7.7-5.6,15.9-10.7,24.5-14.9c17.5-8.6,33.1-19.8,48.1-32\n\t\t\t\t\t\t\tc5.5-4.5,11-8.9,16.5-13.4c7.2-5.9,11.5-13.9,15.6-22c2.8-5.6,5.6-11.3,8.3-17c2-0.7,4-1.4,6-2.2c3.2,4.6,4.5,9.7,3.8,15.2\n\t\t\t\t\t\t\tc-0.1,5.4-0.2,10.9-0.2,16.3c0,1.1,0.9,2.1,1.4,3.2c-0.1,10.6,6.5,18.8,10.2,28c1.2,2.9,5.9,5.4,9.4,6.3c8,2,16.3,2.6,24.4,4.3\n\t\t\t\t\t\t\tc4.9,1,9.9,2.4,14.2,4.9c3.8,2.2,5.3,6.6,3.3,11c-4.5,9.7-9.3,19.3-14,28.9c-3.6,7.3-7.7,14.3-10.7,21.9\n\t\t\t\t\t\t\tc-5.4,13.6-3.8,25.9,7.8,36.1c5.9,5.2,12,10.4,17.1,16.3c4.7,5.3,8.3,11.5,12.2,17.4c7.2,10.9,14.3,21.8,21.4,32.7\n\t\t\t\t\t\t\tc3.7,5.7,3.1,10.1-1.5,14.5C528.2,645,526.5,646.2,524.8,647.5z M418.3,627c0.1-0.3,0.1-0.7,0.2-1c1.2,0,2.3,0,3.5,0\n\t\t\t\t\t\t\tc10.6-0.2,20.8-1.7,30.1-7.2c3.5-2.1,5.8-5.9,2.1-10.2c-1.3-1.5-2.3-3.5-4-4.3c-9.7-5-19.2-10.7-29.3-14.4\n\t\t\t\t\t\t\tc-12.7-4.7-24.9,0.1-32.3,10.8c-6.5,9.3-3.8,18.8,7,22.1C402.8,624.9,410.7,625.6,418.3,627z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M677.5,517.5c18.3-9.5,35.9-9.4,54.7,0.2c14.6,7.4,30.8,11.6,46.2,17.3c3.2,1.2,6.1,3,9.2,4.6c0.6,0.3,1.3,0.5,2,0.8\n\t\t\t\t\t\t\tc0.6,0.4,1.3,0.8,1.9,1.2c0.7,0.6,1.5,1.1,2.3,1.7c1.4,1.3,2.7,2.7,4.1,4c0.9,1.1,1.7,2.2,2.6,3.3c6.6,11.5,6.5,24.6,8.8,37.2\n\t\t\t\t\t\t\tc0.8,4.3,2.6,8.4,4.5,12.4c1.6,3.4,3.7,6.8,6.2,9.6c4.9,5.3,3.2,10.9,0.6,15.8c-7.8,14.9-16.5,29.4-24.2,44.4\n\t\t\t\t\t\t\tc-6.1,11.9-11.1,24.3-16.6,36.5c-2.2,4.8-4.7,9.6-6.3,14.6c-0.8,2.4-0.6,6.1,0.7,8.1c2.7,4.2,2.4,7.7,0.2,11.6\n\t\t\t\t\t\t\tc-4.4,7.6-10.7,12.9-19.2,16.2c-4.2-5-0.2-9.2,1.1-13.4c0.6-2,1.9-3.8,2.9-5.6c0.4-0.2,0.8-0.5,1.1-0.7c1.1-2.3,2.3-4.5,3.4-6.8\n\t\t\t\t\t\t\tc3.2-3.4,1.6-6.7-0.2-9.9c0-3.1,0-6.2,0-9.3c1.5-5,3-10,4.5-15c0.5-1.3,1.1-2.5,1.6-3.8c0.5-1.1,0.9-2.1,1.4-3.2\n\t\t\t\t\t\t\tc2.4-5.4,4.7-10.8,7.1-16.2c0.3,0,0.7,0,1-0.1c-0.1-0.2-0.3-0.4-0.4-0.5c1.8-4.4,3.5-8.7,5.3-13.1c-0.3-0.4-0.7-0.9-1-1.3\n\t\t\t\t\t\t\tc-2.1,0.9-4.5,1.3-6.1,2.7c-5,4.5-9.4,9.6-14.4,14c-3.7,3.2-7.9,5.9-12.1,8.4c-0.7,0.4-2.9-0.9-3.9-1.9c-4.7-4.4-9-9.4-14-13.3\n\t\t\t\t\t\t\tc-5.4-4.2-11.4-7.6-17.4-10.9c-21.8-12-43.9-23.6-65.4-35.9c-8-4.6-15.3-10.6-22.3-16.7c-8.2-7.2-8.4-12.6-2.2-21.5\n\t\t\t\t\t\t\tc3.4-1.5,6.9-3,10.3-4.5c8.3,0,16.7,0,25,0.1c0.7,0,1.3,0,2,0c3.9-0.5,7.9-0.9,11.8-1.4c5.1-2.2,10.1-4.4,15.2-6.7\n\t\t\t\t\t\t\tc1.6-1,3.2-2.1,4.8-3.1c0.6-0.4,1.2-0.8,1.8-1.2c1.7-1.6,3.4-3.3,5.1-4.9c1.9-3.3,4.2-6.6,5.6-10.1c0.6-1.5,0-4.3-1.1-5.4\n\t\t\t\t\t\t\tc-3.9-3.8-8.6-6.3-14.3-6.2c-1-0.2-1.9-0.4-2.9-0.6c-0.4-0.1-0.8-0.3-1.2-0.4c-1-0.2-1.9-0.3-2.9-0.5c-0.7-0.2-1.4-0.4-2.1-0.6\n\t\t\t\t\t\t\tc-1-0.2-2-0.4-2.9-0.6c-1-0.5-2-0.9-3-1.4c-1-0.3-1.9-0.7-2.9-1c-1.2-1.3-2.3-2.7-3.5-4c0-2,0-3.9,0.1-5.9\n\t\t\t\t\t\t\tC672.6,522.2,675.1,519.8,677.5,517.5z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M461.8,899.2c-0.3-0.9-0.5-1.8-0.8-2.8c0.1-0.4,0.2-0.8,0.4-1.1c-0.3,0-0.6,0-0.9,0c-5.6-9.3-11.1-18.6-16.8-27.9\n\t\t\t\t\t\t\tc-2.5-4-5-8-7.5-12c1-2.8,2.7-3.6,5.6-2.5c1.2,0.5,2.7,0.5,4.1,0.7c3.8,1.6,7.5,3.3,11.3,4.7c1,0.4,2.2-0.2,3.4-0.3\n\t\t\t\t\t\t\tc-0.5-0.9-0.8-2-1.5-2.6c-7.3-6.2-14.6-12.5-22.1-18.4c-3.1-2.4-6.8-3.9-10.2-5.9c-2.4-2.4-3.3-0.5-4.5,1.4\n\t\t\t\t\t\t\tc-1.1,1.8-2.5,3.5-3.7,5.3c-6.7-2.3-13.3-5.1-20.2-6.9c-6.7-1.8-11.5-6.2-15-11.4c-8.2-12.3-17.2-24.1-19.6-39.7\n\t\t\t\t\t\t\tc-1.6-10.1-7.1-19.7-10.9-29.4c-0.4-1-1.2-2-1.3-3.1c-0.1-1.5,0.3-3.1,0.4-4.6c1.5,0.2,3.3-0.1,4.6,0.6\n\t\t\t\t\t\t\tc11.3,5.3,22.9,10.1,33.7,16.3c10.9,6.2,21.9,12.8,31.2,21.1c14.4,12.9,27.3,27.3,40.8,41.1c2.8,2.8,6,5.4,8.2,8.6\n\t\t\t\t\t\t\tc4.6,6.6,9,13.4,12.7,20.5c2.3,4.5,3,9.7,4.4,14.6c-1.4,8,2.8,13.6,7.9,18.9c3.6,9.4,7.3,18.7,10.8,28.2c0.6,1.7,0.3,3.8,0.4,5.7\n\t\t\t\t\t\t\tc-2.1,0-4.3,0.6-6.2,0c-6.7-2.1-13.3-4.8-20-7c-1.9-0.6-4.1,0-6.2,0c0.5,2.1,0.4,4.7,1.6,6.3c6.8,9.5,13.9,18.8,20.9,28.2\n\t\t\t\t\t\t\tc4.6,6.2,9.1,12.5,13.5,18.8c0.6,0.9,0.6,2.4,1.1,5c-3.2-2.3-5.4-3.6-7.3-5.2c-15.8-13.2-31.2-26.7-44.2-42.8\n\t\t\t\t\t\t\tc-1.7-2.1-3.2-4.3-4.3-6.7c-1.4-2.7-1.7-5.5,1.9-7c2.5-1,5-2.1,8.1-3.4C464,902.2,462.9,900.7,461.8,899.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M590.3,443.1c-1.6-1.1-3.2-2.2-4.8-3.2c-1-0.9-2.1-1.9-3.2-2.8c-1-1-2.1-2-3.1-3c-0.6-1.4-1-3-2-4\n\t\t\t\t\t\t\tc-2.5-2.6-5.1-5.2-8.1-7.2c-7.4-4.9-15.1-9.3-22.7-14c-3.6-3.9-7.3-7.6-10.6-11.7c-1.4-1.7-2.1-4.1-2.4-6.4\n\t\t\t\t\t\t\tc-0.6-4.3,2.1-7.3,6.5-6.5c5.3,1,10.5,2.9,15.7,4.7c14.8,5.2,29.3,11.2,44.2,15.7c12.4,3.8,25.3,6,38,8.9\n\t\t\t\t\t\t\tc9.1,3.6,18.6,2.1,27.9,1.7c0.6,0,1.2-0.9,1.8-1.4c1.7-0.2,3.3-0.4,5-0.6c1-0.2,2-0.3,3.1-0.5c1-0.2,2-0.3,3-0.5\n\t\t\t\t\t\t\tc1.1,0.1,2.2,0.3,3.3,0.3c6.6-0.4,13.2-0.9,19.9-1.3c4.4,4.1,6.6,9,5.4,15.1c-0.3,0.3-0.6,0.6-0.8,0.9\n\t\t\t\t\t\t\tc-3.7,7.2-10.6,10.2-17.6,12.7c-8.8,3.1-17.8,5.7-26.9,8.1c-6.9,1.8-14,2.8-21.1,4.1c-1,0.1-2.1,0.2-3.1,0.2\n\t\t\t\t\t\t\tc-5.7,0-11.4,0.1-17.1,0.1c-0.2-0.3-0.4-0.5-0.7-0.8c-0.1,0.2-0.2,0.5-0.3,0.7c-10.3,0.8-18.6-5-27.5-8.5\n\t\t\t\t\t\t\tC591.5,443.8,590.9,443.4,590.3,443.1z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M600.1,897c1.5-9.5,8.3-15.9,13.4-23.3c8.5-12.4,17.1-24.7,25.9-36.9c3.3-4.5,7.6-8.3,10.6-13\n\t\t\t\t\t\t\tc8-12.9,18.8-23.5,29.3-34.2c5.2-5.2,12.4-8.7,19.3-11.7c6.2-2.7,11.3,2.7,10.1,9.6c-2.2,12.2-9.4,22.1-15.3,32.5\n\t\t\t\t\t\t\tc-4.5,7.9-8.8,16.1-13.9,23.6c-7.3,10.8-16.3,20.1-25.6,29.3c-7.1,7.1-16.5,10.8-23.7,17.4c-6.5,6-14.6,7.6-22.3,10.5\n\t\t\t\t\t\t\tC605.2,899.5,602.7,898.3,600.1,897z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M261.9,426.7c0.4,1.3,0.9,2.5,1.3,3.8c0.6,8.3,1.1,16.7,1.7,25c-0.4,9.7-2.9,18.5-9.4,26.2c-2.7,3.2-3.8,7.8-5.6,11.8\n\t\t\t\t\t\t\tc-0.3,0.4-0.5,0.8-0.8,1.2c-1,1-2,2.1-2.9,3.1c-4.5,2.4-9,1.5-13.5,0.1c-7.5-7.3-14.1-15.2-17.8-25.1c-2.5-6.6-3.1-13.1-1.6-20.3\n\t\t\t\t\t\t\tc2.7-13.3,9.4-24.7,15.3-36.5c6.3-12.6,14.2-24.3,21.3-36.4c2.1-1.5,4.1-3,6.2-4.5c0.5,0.2,1,0.4,1.5,0.6\n\t\t\t\t\t\t\tc-0.5,4.5-1.1,9.1-1.4,13.6c-0.6,7.8-1,15.7-1.4,23.6c0,0.4,1,0.9,1.5,1.4c0.2,0.7,0.5,1.5,0.7,2.2c0.3,0.4,0.5,0.8,0.8,1.2\n\t\t\t\t\t\t\tc0.5,1.2,0.9,2.5,1.3,3.7C260.1,423.2,261,424.9,261.9,426.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M527.9,795c0.8,0.6,1.5,1.2,2.2,1.8c2.6,2.8,5.1,5.7,7.7,8.5c0.3,0.3,1.3,0,2-0.1c6.7,4.2,8.8,10.5,7.5,18\n\t\t\t\t\t\t\tc-1.2,7-2.1,14.1-4.1,20.9c-4,12.8-17.7,16.4-26.9,6.8c-6.2-6.4-11.6-13.8-16.5-21.3c-4.5-6.9-2.8-13.9,2-20.3\n\t\t\t\t\t\t\tc1.7-2.3,3.3-4.7,4.9-7.1c0.5-0.2,1.4-0.4,1.6-0.8c3.1-7.4,8.4-10.4,16.4-8.4c0.7,0.4,1.3,0.7,1.9,1.1\n\t\t\t\t\t\t\tC527.1,794.5,527.5,794.8,527.9,795z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M206.5,590.8c6.4,5.4,12.6,11.1,19.4,16c16.9,12.2,31,27.2,45.2,42.3c6.4,6.8,13.8,12.6,20.9,18.6\n\t\t\t\t\t\t\tc10,8.6,20.1,17,30.1,25.6c1.4,1.2,2.3,2.9,3.4,4.3c-0.3,0.4-0.7,0.8-1,1.2c-6.9-4-14.1-7.5-20.6-12.1\n\t\t\t\t\t\t\tc-8.8-6.2-17.4-12.8-25.7-19.8c-15.7-13.2-31-26.9-46.8-40.1c-4.6-3.9-10.3-6.5-15.4-9.8c-8.3-5.4-12.6-13.9-15.8-22.7\n\t\t\t\t\t\t\tc-3.1-8.4-9.9-13-16-18.4c-6.6-5.9-13.6-11.5-20.1-17.6c-1.3-1.3-1.6-4.3-1.5-6.4c0.4-4.5,0.2-9.3,4.3-13.5\n\t\t\t\t\t\t\tc0.9,2.2,2.1,3.7,2.1,5.3c0.1,6.1,4.5,9.1,8.5,12.6c8.5,7.4,16.9,14.9,22.4,25C202.1,584.6,204.3,587.7,206.5,590.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M639.1,304c-1.7,1.7-3.5,3.4-5.2,5.1c-7.4,2.4-14.8,4.8-22.1,7.2c-9.5,0.3-19.1,1.3-28.1-3.5c-6-3.2-6.5-7.8-0.5-11.2\n\t\t\t\t\t\t\tc6.5-3.7,13.6-6.6,20.5-9.5c5.3-2.2,10.8-4.2,16.3-5.5c4.1-1,8.5-0.7,12.7-1c0.5,0.5,1,1.3,1.6,1.6c5.6,2.6,7.6,7.4,5.6,13.3\n\t\t\t\t\t\t\tC639.5,301.6,639.4,302.8,639.1,304z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M771.1,833.2c-4.4,4.7-8,9.1-12.1,12.8c-10.3,9.4-20.8,18.6-31.3,27.8c-2.2,2-4.8,3.9-7.5,4.9c-4.5,1.5-7.2-1.2-5.2-5.5\n\t\t\t\t\t\t\tc1.6-3.5,3.8-7.2,6.8-9.5c12.2-9.1,24.8-17.6,37.2-26.4C762.3,835.1,764.9,831.5,771.1,833.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M453.4,299.7c3.4,12.7,1.6,19.4-6.5,24.7c-5.3,3.4-8.6,2.2-10.5-3.8c-2.7-8.8-2.3-17.3,3.2-25c0.7-0.2,1.5-0.3,2.2-0.7\n\t\t\t\t\t\t\tc4.7-2.2,7.5-1.2,9.9,3.4C452,298.9,452.8,299.2,453.4,299.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M695.8,870.5c-4.9,7.6-10.8,13.5-18,19.1C677.4,882.4,689.5,869.4,695.8,870.5z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M883.2,626.2c0.8,6.2-11.1,19.6-17.7,20.5C872,639.1,877.6,632.7,883.2,626.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M221.8,682.2c-3.2-4-6.4-8-9.6-12c0.7-0.5,1.3-1.1,2-1.6c3.3,3.9,6.5,7.9,9.8,11.8C223.2,681,222.5,681.6,221.8,682.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M815.3,795.2c-2.2,2.9-4.4,5.9-6.7,8.8c-0.5-0.3-1-0.7-1.5-1c0.3-4.3,3.5-6.5,6.6-8.9\n\t\t\t\t\t\t\tC814.3,794.5,814.8,794.8,815.3,795.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\t\u003cimage style=\"overflow: visible; opacity: 0.5; enable-background: new;\" width=\"1080\" height=\"1080\" id=\"transRound\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterTransRound.png?v=1677086606\"\u003e \u003c\/image\u003e \n\t\t\t\t\t\u003cimage style=\"overflow: visible; opacity: 0.5; enable-background: new;\" width=\"1080\" height=\"1080\" id=\"transRoundPearl\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterPearlRound_v3.png?v=1678217180\"\u003e \u003c\/image\u003e \n\t\t\t\t\t\u003cimage style=\"overflow: visible; opacity: 0.5; enable-background: new;\" width=\"1080\" height=\"1080\" id=\"transRoundBack\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterTransRoundBack2.png?v=1677444747\"\u003e \u003c\/image\u003e\n\t\t\t\t\t\n\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\u003cg id=\"square\"\u003e\n\t\t\t\t\t\u003cg id=\"svgSquare1tone\"\u003e\n\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\u003cpath d=\"M554.3,1035.2c-13.5-0.1-25.3-5.2-35.2-14.8c-51.5-49.9-103-99.7-154.5-149.5c-48.1-46.6-96.2-93.3-144.5-139.7\n\t\t\t\t\t\t\tc-8.5-8.1-13.9-17.5-16.9-28.8c-19.2-72.1-38.6-144.1-57.8-216.2c-6.8-25.4,0.1-46.3,20.8-62.6c118.7-93,237.5-186,356.2-278.9\n\t\t\t\t\t\t\tc19.9-15.6,45.1-15.7,65.1-0.1C707.4,237.8,827.2,331,947,424.3c19.9,15.5,26.9,37.7,19.9,61.9C945.8,559.1,924.6,632,903.5,705\n\t\t\t\t\t\t\tc-2.9,9.9-8,18.1-15.3,25.3c-99.3,96.6-198.5,193.2-297.7,289.9C580.5,1029.9,568.7,1035.1,554.3,1035.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\t\u003cg id=\"svgSquare2tone\"\u003e \n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M367.4,840.3c-5.3-4.3-10.7-8.6-16-12.9c0.4-0.6,0.7-1.1,1.1-1.7c1.2,0.5,2.5,0.8,3.5,1.5c10.3,6.8,21.8,7.9,33.6,6.9\n\t\t\t\t\t\tc2.3-0.2,4.4-1.9,6.5-2.9c10.4,4.2,18.5,11.4,25,20.8c1.6,2.3,4.4,3.8,6.7,5.6c0.6-0.5,1.3-1.1,1.9-1.6c-1.2-2.1-1.9-4.7-3.6-6.3\n\t\t\t\t\t\tc-4.8-4.7-6.9-10.2-7.9-16.8c-0.6-3.5-3.2-6.8-5-10.1c-6-11.1-12.3-22-18.1-33.2c-2-3.8-2.1-8.6,1.3-11c2.4-1.7,7-1.7,10.2-0.9\n\t\t\t\t\t\tc15,3.6,27,12.6,38.7,22.2c18.2,14.8,31.4,33.9,44.8,52.8c5.2,7.3,13,9.3,21.5,12.1c-2.2-7.3-3.3-15.2-6.8-21.9\n\t\t\t\t\t\tc-4.7-9-5.9-17.8-5.7-27.9c0.2-11.5-3.5-23.2-5.7-34.7c-1.3-6.9-2.7-13.7-4.4-20.5c-1-4-2.2-8-3.7-11.8\n\t\t\t\t\t\tc-2.3-5.8-5.1-11.4-7.5-17.2c-0.5-1.2-0.1-2.8-0.1-5c-6.6-1.4-13.2-3.2-19.9-4.2c-4.5-0.7-8,1-11.2,4.9c-3.8,4.5-8.9,7.4-15.4,8\n\t\t\t\t\t\tc-4.3,0.4-8.6,3-12.2,5.6c-0.9,0.7,0.2,5.8,1.7,7.7c3,3.7,6.8,6.7,10.5,9.9c3.9,3.4,8.1,6.5,11.7,10.1c2.4,2.3,4.1,5.4,6.1,8.1\n\t\t\t\t\t\tc-0.4,0.5-0.9,1-1.3,1.5c-5.2-3.3-10.8-6-15.4-10c-3.8-3.3-7.5-6.9-8.9-12.7c-0.8-3.2-5.9-6.2-9.7-7.6\n\t\t\t\t\t\tc-22.6-8.3-44.6-17.7-64.5-31.5c-3.6-2.5-7.2-4.9-10.3-7.9c-17.9-16.9-36.3-33.4-53.4-51.2c-11.7-12.2-21.6-26.2-32.2-39.4\n\t\t\t\t\t\tc-0.9-1.1-1.4-2.5-2.7-4.8c4.1,1.4,7,2.5,11.1,3.9c-0.8-2.9-1.3-4.5-1.9-6.6c3.3,1.4,6.5,2.8,9.6,4.1c0.5-0.4,0.9-0.8,1.4-1.2\n\t\t\t\t\t\tc-1-2.2-2-4.5-3.1-6.6c-2-4-4.9-7.7-6-11.9c-1.8-7.1,1.1-10.3,8.1-8.7c14.9,3.4,25.1-3.8,33.7-14.2c6.6-8,14.8-12.3,24.7-14.7\n\t\t\t\t\t\tc5-1.2,10.2-3.6,14.3-6.7c9.4-7.1,18.3-14.8,27.3-22.5c6-5.2,11.6-11.1,17.7-16.2c3.4-2.8,4.4-5.4,1.7-8.7\n\t\t\t\t\t\tc-3.5-4.3-1.8-7.2,1.8-10c5.4-4.2,10.7-8.5,16-12.8c1.8-1.5,3.8-2.9,5.1-4.8c1.4-2.2,2.1-4.8,3.2-7.3c-2.6-0.3-5.2-0.9-7.8-0.9\n\t\t\t\t\t\tc-14.4,0-24,10-34.4,17.7c-7.7,5.7-15.5,6-24.1,4.7c-3.4-0.5-6.7-1.3-10.1-2c-1.2-0.3-2.4-0.6-2.9-0.8c4.9-4.5,9.7-9,14.5-13.5\n\t\t\t\t\t\tc0.9-0.9,1.8-2,2.3-3.2c0.3-0.7,0-2-0.5-2.7c-0.3-0.4-1.6-0.4-2.3-0.2c-0.9,0.3-2,0.8-2.5,1.5c-4.9,6.9-12.9,8.4-19.8,11.9\n\t\t\t\t\t\tc-4.1,2.1-8,4.8-11.9,7.2c0.3,0.6,0.5,1.1,0.8,1.7c2.7,0,5.4,0,8.1,0c-4,2.3-7.7,4.8-11.8,6.8c-8,3.9-12.9,11.1-18.9,17.2\n\t\t\t\t\t\tc-2.2,2.2-5,3.8-7.5,5.7c-1.2,0.9-2.6,1.7-3.4,2.9c-4.4,6.4-8.8,12.8-12.8,19.5c-2,3.4-3.4,4.4-6.8,1.5c-4-3.5-8.1-6.4-10.5-11.6\n\t\t\t\t\t\tc-1.9-4-6.8-5.2-11.7-5.2c-4,0-8.3-0.6-12-2c-6-2.3-8.5-7-7-13.2c0.5-2.2,3.2-4.3,5.4-5.4c2.9-1.4,5,0.5,6.3,3.2\n\t\t\t\t\t\tc0.7,1.5,1.2,3.2,2.1,4.5c2,3,5,3,7.3,0.2c1.5-1.8,3.6-3.3,4.4-5.3c1.3-3,2.9-6.7,2.2-9.6c-2.6-9.9-8-18.4-16.2-26.8\n\t\t\t\t\t\tc-1.3,3.8-2.7,6.7-3.3,9.7c-0.7,3.9-2.3,6.8-6,8.6c-5.2,2.5-6.2,6.9-5.4,12.2c0.2,1.2-0.5,2.4-0.6,2.6c-3.1-1.4-5.1-2.4-7-3.2\n\t\t\t\t\t\tc-0.6-0.3-1.4-0.2-1.9-0.5c-7-3.9-12.4-1.8-17.6,3.9c-7,7.6-12.5,8.7-22.1,3c-7.6-4.5-14.1-11-20.7-17.1c-1.5-1.4-1.7-4.8-1.6-7.3\n\t\t\t\t\t\tc0.4-9.4,1.3-18.8,1.9-28.2c0.5-8,1.5-16,7.6-21.6c6.9-6.4,14.6-12.1,22-18c2.8-2.3,6-4.2,8.8-6.5c11.7-9.6,23.3-19.3,34.9-28.9\n\t\t\t\t\t\tc0.4,0.4,0.7,0.8,1.1,1.2c-7.1,5.8-14,11.9-21.3,17.5c-7.4,5.7-7.7,5.9-4.2,14.3c0.7,1.7,1.4,3.5,2.4,4.9\n\t\t\t\t\t\tc4.8,6.6,9.3,13.5,14.9,19.3c3.1,3.3,8,5,12.3,6.9c3.5,1.5,7.3,2.1,11.8,3.2c3.5-10.1,15.6-7.3,23-12.9c2.8-2.2,6-3.9,8.9-6.1\n\t\t\t\t\t\ts5.4-4.9,8.4-7.1c1.4-1,3.3-1.9,5-1.9c5.2,0.1,10.4,1.2,15.5,0.8c4-0.3,7.9-2.1,11.8-3.3c1.2-0.4,2.5-1.5,3.6-1.3\n\t\t\t\t\t\tc7.4,1.2,12-3.6,17.1-7.6c3.2-2.6,6.3-5.5,9.7-7.8c6.2-4,10-9.6,11.9-16.6c2-7.6,4.3-15.1,6.2-22.7c4.9-20,16.9-36.4,26.7-54\n\t\t\t\t\t\tc2.2-4,3.1-8.7,5.1-12.9c2.7-5.9,5.7-11.6,8.7-17.3c1.4-2.6,3.1-5.1,4.8-7.6c2.2-3.3,2.4-6.6,0.6-10.3\n\t\t\t\t\t\tc-4.9-10.6-2.7-19.9,6.5-27.1c18.3-14.4,36.7-28.8,55.1-43.1c6-4.7,12.1-9.3,18.3-13.8c2.6-1.9,5.7-3.2,8.6-4.7\n\t\t\t\t\t\tc0.4,0.4,0.9,0.7,1.3,1.1c-1.3,2.7-2.4,5.5-3.9,8c-2.3,4-3.6,7.9-0.3,12c2.8,3.4,9.4,5.4,13.7,4.1c9.3-3,16.3,0.4,20.2,9.3\n\t\t\t\t\t\tc0.5,1.1,3.2,2,4.8,1.8c3.6-0.6,7-2,10.5-2.8c9.7-2.3,17.1-7.4,22.4-16c2.7-4.4,7.1-7.9,10.9-11.6c1.8-1.7,3.9-2.6,4.6,2.3\n\t\t\t\t\t\tc3.3-3.5,5.6-5.9,8.5-8.9c-0.2,4.4-0.4,8.2-0.6,12.8c5.9-2.6,6.3-7.5,6.2-11.6c0-4.5-1.1-9.2-2.7-13.4c-1.5-4.1-4.2-7.9-6.3-11.8\n\t\t\t\t\t\tc0.4-0.4,0.8-0.8,1.2-1.3c9.3,8.3,19.1,16.2,27.6,25.2c5,5.3,8.4,12.2,11.9,18.8c2.3,4.3,1.4,8.2-3.7,10.7\n\t\t\t\t\t\tc-3.1,1.5-5.9,3.9-8.2,6.5c-7.1,7.7-16.1,12.8-24.9,18.1c-7.5,4.5-15.4,7-24.1,7.2c-4.8,0.1-9.6,0.9-14.4,1.3\n\t\t\t\t\t\tc-2.8,0.2-5.7,0.5-8.4,0c-4.5-0.8-8.8,1-12.8,1.1c-9.9,0.4-12.5,7.1-16.3,13.6c-3.4,5.7-7.9,9.3-14.9,11.2\n\t\t\t\t\t\tc-6.8,1.8-13.1,6.4-19.2,10.4c-7.9,5.2-15.5,11-23.2,16.5c-7.1,5.1-12.5,20.3-9.8,28.7c3.5,10.9,4.8,22.2,1.4,33\n\t\t\t\t\t\tc-2.8,8.8-5.4,18-13.2,24.7c-10,8.6-15,20-16,33.3c-0.5,6.7-2.3,13.3-3.5,19.9c-0.1,0.8-0.5,1.6-0.5,2.4c0.3,5.8,0.3,5.8-1.8,9.6\n\t\t\t\t\t\tc6.2,3.8,6.2,3.8,2.5,17.2c7.2,0.1,14.2,1.2,21-1.5c13.2-5.3,26.3-10.2,41-9.5c8.5,0.4,13.5-5.2,16.5-13c2-5,1.3-9-0.3-13.8\n\t\t\t\t\t\tc-2.1-6.5-3.5-13.2-4.6-19.9c-0.4-2.2,1-4.7,1.8-7c2.2-6.2,4.4-12.5,6.8-18.6c1.9-4.6,4.1-9,6.4-13.4c1.6-3.1,3.8-5.9,5.4-9\n\t\t\t\t\t\tc1.9-3.6,4.8-5.2,8.8-5.6c8-0.9,15.2-2.6,18.3-11.9c1.5-4.6,4.6-8.9,10.1-10.4c1.3-0.4,2.9-2.1,3.1-3.4c1.1-5.3,4.6-4.9,8.5-4.1\n\t\t\t\t\t\tc5.3,1.1,10.6,2.5,15.9,3.6c6,1.2,8.1,4,7.6,10.1c-0.5,5.3-1.3,10.7-0.7,15.9c1,8.7-2.4,12.3-11.4,14.5c-1.5,0.4-3.8,1-4.2,2.1\n\t\t\t\t\t\tc-2,4.8-4.5,3.6-7.7,1.3c-1.3-0.9-3.2-1.4-4.7-1.3c-2.5,0.2-4.9,1-7.3,1.5c0.9,2.7,1.2,5.9,2.8,8.1c8.1,11.1,16.6,22,24.8,33\n\t\t\t\t\t\tc1,1.3,2,2.9,2.1,4.5c0.8,9.9,8.5,13.6,15.9,16.7c28.1,11.8,56.9,14.4,86.4,5.5c2.5-0.8,4.9-2.3,8.4-3.9c-3.2-1.7-5.2-2.8-8.4-4.5\n\t\t\t\t\t\tc6.2-2.9,11.5-5.4,16.8-7.8c4.1-1.9,8.5-3.1,12.2-5.5c16.1-10.8,31.8-22.2,44.2-37.2c5-6.1,8.8-13.4,12.1-20.6\n\t\t\t\t\t\tc3.7-8,6.5-16.4,9.2-24.8c1.1-3.4,1.4-7.2,1.4-10.8c0-7.2,3.9-9.8,10.6-7.1c4.9,2,10.4,2.7,14.8,5.3c6.7,3.9,12.6,9.1,18.9,13.7\n\t\t\t\t\t\tc0.3,0.3,0.5,0.9,0.6,1.4c1.2,10.3,8.4,14.8,17.2,17.4c13.1,4,13,3.7,4.7,14.6c-3.5,4.6-6.5,9.7-9,14.9\n\t\t\t\t\t\tc-11.4,24.1-25.9,45.8-47,62.6c-12.8,10.2-27.2,17.4-42.3,23.2c-5.9,2.3-11.7,4.8-17.4,7.6c-16.4,8-34.3,9-51.8,12\n\t\t\t\t\t\tc-30.1,5.2-59-1.7-88.2-6.8c-5.7-1-11.5-2.4-17.3-2.8c-4.9-0.3-9.8,0.6-14.8,1.1c-2.6,0.3-5.2,1.1-7.9,1.1\n\t\t\t\t\t\tc-7.6-0.1-15.3-0.5-22.9-0.7c-2.7-0.1-4.7,0-6-3.6c-0.7-1.9-5.3-3-8.3-3.4c-3.5-0.5-7.2,0.2-10.9,0.2\n\t\t\t\t\t\tc-15.4,0.1-28.4,6.2-39.9,15.8c-2.5,2.1-4.5,4.9-7,7.7c0.2,0.3,0.9,1,0.8,0.9c-11.8,8.4-23.6,16.7-35.2,25.4\n\t\t\t\t\t\tc-7,5.3-11.8,12.1-11.9,21.5c0,0.5,0,1-0.2,1.5c-4.8,11-0.5,19.9,6.1,28.6c4,5.3,7.2,11.2,10.4,17c6.5,12,17.6,18.5,29.3,23.8\n\t\t\t\t\t\tc8.9,4.1,17.8,7.9,25.6,14.1c4.7,3.7,10.7,6.1,16.3,8.4c7.9,3.3,16.5,5.2,23.1,11.5c1.9,1.8,5,2.5,7.7,3.4\n\t\t\t\t\t\tc22,7.7,44.3,14.6,66,23.1c19.3,7.5,37.4,17.5,53.6,30.6c9.1,7.3,19.3,12.6,30,17.6c11.2,5.3,18.2,15.4,19.4,28.4\n\t\t\t\t\t\tc0.4,4.4,0.3,8.3,6.1,9.2c1.2,0.2,2.7,2.5,3.1,4c1.1,4.3,3.9,6.1,7.7,5c5.9-1.6,11.6-3.8,17.2-6.3c2.9-1.3,4.8-1.5,7.8,0.1\n\t\t\t\t\t\tc2.4,1.3,6,1.2,8.7,0.5c4.6-1.1,9.1-2.9,13.3-5c4.7-2.3,9.4-4.8,13.7-7.9c3.6-2.6,6.4-6.3,9.7-9.4c4.3-4.1,6.5-4,11.3-0.4\n\t\t\t\t\t\tc2.5,1.8,5.2,3.4,8,4.8c3.6,1.8,5.2,4.1,4.2,8.4c-0.6,2.3,0.7,5,0.4,7.5c-0.2,1.9-1.1,4.4-2.5,5.5c-5.6,4.1-11.8,7.4-17.3,11.7\n\t\t\t\t\t\tc-4.2,3.3-7.8,7.4-11.6,11.2c-5.3,5.3-10.5,10.7-15.7,16.1c-2.7,2.9-5.5,5.8-7.9,9c-1.4,1.9-1.9,4.3-3.1,7\n\t\t\t\t\t\tc1.6,0.2,2.4,0.5,2.8,0.2c15.1-7.5,31.6-12.2,45.4-22.5c3.6-2.7,8-4.4,12.4-5.9c-3.1,4.8-7,8.4-12,11c-4.5,2.4-10.9,4.5-12.5,8.4\n\t\t\t\t\t\tc-3.7,9-11.8,12.5-18.1,18.1c-6.5,5.9-13.9,10.8-20.9,16.2c-2.8,2.1-5.4,4.5-8,6.8c-3.9,3.4-7.9,4.3-12,0.2\n\t\t\t\t\t\tc1.8-4.9,8.6-7.3,6.9-15.1c-4.8,2.9-9,5.4-14,8.4c2.7-5.6,4.9-10.6,7.4-15.3c5.2-9.9,10.6-19.6,15.9-29.5c2-3.8,4-7.7,5.7-11.7\n\t\t\t\t\t\tc0.4-1,0.3-3-0.4-3.5c-0.7-0.6-2.8-0.5-3.6,0.2c-4.2,3.5-9,6.7-12.1,11c-9.6,13.5-19.6,27-27.5,41.6c-4.9,9-6.1,19.9-9.4,29.8\n\t\t\t\t\t\tc-1.9,6-4.5,11.7-6.9,17.5c-0.9,2.3-2.2,4.4-3.2,6.6c-1.4,3.2-5.7,5.3-9.1,4.3c-0.9-0.3-2-0.6-2.7-1.3c-8.5-7.4-15.6-2.6-22.9,2.3\n\t\t\t\t\t\tc-4.8,3.2-10,5.7-14.8,8.8c-5,3.2-10,6.6-14.8,10.2c-5.1,3.8-9.7,8.2-14.9,11.8c-2.6,1.8-6,2.4-9.1,3.4c-6,1.9-12.2,3.3-18.2,5.4\n\t\t\t\t\t\tc-5.7,2-11.3,3.7-17.5,2c-1.9-0.5-5.9,0.8-6.4,2.1c-2.1,6.4-7.2,6.8-12.1,6.5c-8.6-0.5-17.1-1.9-25.7-3.2\n\t\t\t\t\t\tc-3.4-0.5-6.8-1.8-10.2-2.5c-4.3-0.9-6.5,1.1-6,5.4c0.7,5.7,2.3,10.9,6.3,15.4c9.7,10.8,18.7,22.2,30.9,30.4\n\t\t\t\t\t\tc4.4,2.9,8.8,5.8,13.1,8.6c0.3-0.2,0,0.2-0.3,0.1c-10.4-2.5-20.8-5.4-28.7-12.9C504,972,492.9,960.7,482,949.3\n\t\t\t\t\t\tc-6.6-6.8-12.2-14.6-18.9-21.2c-7.5-7.3-15.9-13.6-23.6-20.7c-7.2-6.6-14.8-13-21-20.5c-11.1-13.4-25.2-23.2-38.4-34.1\n\t\t\t\t\t\tc-3.9-3.2-7.3-7.1-11-10.7c4.1,2.6,8.3,5.3,12.4,7.9c0.4-0.5,0.7-1.1,1.1-1.6c-2.4-1.8-4.7-4-7.3-5.4\n\t\t\t\t\t\tC373.2,841.9,370.2,841.3,367.4,840.3z M628.4,822.3c2-3.3,4.3-6.4,5.9-9.8c1.2-2.6,1.3-5.7,2-8.6c-0.5-0.2-1.1-0.4-1.6-0.6\n\t\t\t\t\t\tc-6.7,5.1-11.9,11.6-15.9,19c-0.6,1.1-0.9,2.5-1,3.8c-0.1,1,0.4,2.1,0.7,3.2c1.1-0.2,2.4-0.2,3.2-0.8c2.1-1.6,4-3.5,6-5.3\n\t\t\t\t\t\tc-7.5,9.7-15.1,19.4-22.6,29.1c-1.3,1.7-2.5,3.4-4.5,6.2c12.3-3.7,33.3-28.6,33.4-38.8C631.7,820.7,630.1,821.5,628.4,822.3z\n\t\t\t\t\t\t M633.8,758.9c-1.5-7.6-2.9-19.8-6.7-31.2c-4.3-13-26.9-30.5-48.9-25.3c-1.6,0.4-3.4,0.5-4.9,0.1c-9.1-1.9-18.1-4.4-27.2-6\n\t\t\t\t\t\tc-6.5-1.2-13.2-2-19.7-1.8c-6,0.2-7.9,5.6-4.4,10.5c1.3,1.9,2.9,3.8,3.6,5.9c1.9,6,6.1,9.8,11,13.1c7.1,4.8,7.3,5.9,3,13.2\n\t\t\t\t\t\tc-0.7,1.1-1.4,2.3-2.3,3.3c-12.8,13.5-11.4,29.2-6.3,44.9c2.4,7.3,2.1,14.2,1.9,21.5c-0.2,8.7,1,17.4,2.1,26.1\n\t\t\t\t\t\tc0.3,2.2,2.3,4.4,4,6.2c3.5,3.6,5.4,3.1,7.8-1.3c1.1-2.1,3.1-3.7,4.6-5.5c1.6,1.8,3.2,3.5,4.8,5.3c0.3,0.4,0.4,0.9,0.6,1.4\n\t\t\t\t\t\tc2.3,3.9,10,5.5,12.6,2.1c5.6-7.4,13.4-11.9,20.8-16.9c7-4.7,14.6-8.5,21.8-12.8c2.4-1.4,4.8-3.1,6.6-5.2\n\t\t\t\t\t\tC628.9,794,633.2,779.4,633.8,758.9z M664.6,466c3.4,0.9,5.6,2,7.9,2.1c4.6,0.3,9.4,0.5,14-0.1c44.2-6,77.3-28.6,99.6-67.2\n\t\t\t\t\t\tc0.9-1.6,1.5-3.4,1.9-4.2c-2.5-1.2-4.3-2.1-6.7-3.2c-1.8,1.4-4.4,3-6.5,5c-16.6,15.4-35.3,27.8-55.7,37.6\n\t\t\t\t\t\tc-4.1,1.9-7.9,4.2-11.9,6.3c-3.6,1.9-6.4,4-1.4,7.7C692.7,456.7,676.9,454.8,664.6,466z M498,879.6c-0.4,0.6-0.8,1.1-1.1,1.7\n\t\t\t\t\t\tc1,1.7,1.5,3.9,2.9,5.1c10.7,9.1,20.2,19.5,33.3,25.9c8.9,4.3,16,4.5,24.4,0.6c8-3.8,11.6-11.3,7.3-17.1\n\t\t\t\t\t\tc-9.3-12.5-22.5-17.6-37.4-19c-3.4-0.3-4.9,1.3-4.6,4.8c0.4,4-2.2,5-5.4,4.4c-2.2-0.4-4.3-1.8-6.5-2.5\n\t\t\t\t\t\tC506.7,882,502.3,880.8,498,879.6z M459,913.3c-0.4,0.1-0.9,0.1-1.3,0.2c-1.2-2.3-2.2-4.6-3.6-6.8c-0.5-0.8-1.9-1-2.9-1.5\n\t\t\t\t\t\tc-0.4,1.1-1,2.3-1.1,3.4c-0.1,0.9,0.3,2.2,0.9,2.8c6,6,11.9,12,18.2,17.5c1.1,1,4.2,0.5,6-0.2c0.7-0.3,0.5-3.2,0.4-4.8\n\t\t\t\t\t\tc-0.1-2.1-1.2-4.4-0.9-6.4c1.4-7.9-2.7-13.7-6.4-19.9c-1.6-2.7-3.1-5.5-3.9-8.5c-1.1-4.2-0.9-8.8-2.1-13\n\t\t\t\t\t\tc-2.6-9-8.3-15.5-17.7-17.6c-1.8-0.4-4.7,1-6.1,2.5c-2.2,2.3-6.3,5-3.5,8.8c6.1,8.3,9.5,18.7,19.3,24.3c2.2,1.2,4.2,4.1,4.6,6.6\n\t\t\t\t\t\tC459.6,904.8,459,909.1,459,913.3z M656.4,838.6c-0.4-0.8-0.8-2.3-1.7-2.8c-0.7-0.4-2.2,0.1-3.2,0.5c-1,0.5-1.8,1.4-2.8,2.1\n\t\t\t\t\t\tc-5.5,3.9-10.4,8.8-18,8.7c-1.7,0-4.4,1.8-5.1,3.4c-2,5-3.6,10.2-4.8,15.5c-0.8,3.2,1.2,4.6,4.1,3.1c6.1-3.3,12.6-6.2,18-10.5\n\t\t\t\t\t\tC649.3,853.7,654.3,847.3,656.4,838.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M660.2,552.7c3.2-1.9,6.6-3.6,9.5-5.9c1.8-1.4,3-3.7,4.5-5.6c-2.2-1.6-4.3-3.6-6.7-4.6c-2.7-1.1-5.9-0.9-8.8-1.6\n\t\t\t\t\t\tc-3.4-0.8-3.7-3-1.1-4.8c2.5-1.8,5.4-3.3,8.4-4.1c19.2-5.1,38.3-10.3,57.6-14.8c15.3-3.6,29.1-10.6,42.9-17.4\n\t\t\t\t\t\tc13.2-6.5,27.2-9.6,41.3-13.2c23.1-5.9,44.7-15.1,61.2-32.8c8.2-8.8,15-19.1,21.9-29.1c3.2-4.6,4.6-10.4,2.6-15.8\n\t\t\t\t\t\tc-3.1-8.5-7-16.7-10.6-25c-0.5-1.1-1.3-2.1-1.4-3.8c10.1,7.8,20.2,15.7,30.2,23.5c11.6,9,23.1,18,34.7,27\n\t\t\t\t\t\tc6,4.7,11.1,9.9,13.9,17.2c3.3,8.8,2.4,16.7-0.9,25.6c-4.8,12.9-7.6,26.5-11.1,39.8c-1.5,5.6-2.9,11.3-3.9,17\n\t\t\t\t\t\tc-0.6,3.5-0.1,7.2-0.1,12.1c3.3-1.7,4.9-2.5,7.7-4c-1.1,2.6-1.6,4.4-2.6,6C939,554.7,929,571.2,917.9,587\n\t\t\t\t\t\tc-12.2,17.5-25.2,34.4-38.3,51.2c-5.5,7.1-11.9,13.6-18.5,19.5c-3.8,3.4-9,5.3-13.6,7.9c-3.8,2.1-7.7,3.9-11.2,6.4\n\t\t\t\t\t\tc-6.1,4.3-12.1,8.7-19.8,10.2c-3,0.6-4.4,0.3-5.2-2.6c-1.1-4.3-3.4-4.5-6.4-1.8c-3.1,2.8-6.5,5.3-8.9,8.7\n\t\t\t\t\t\tc-4.8,6.8-10.4,12.4-17.9,16.2c-3.8,1.9-7.1,4.9-10.5,7.5c-3.7,2.8-7.3,3-11.7,1.4c-7.3-2.7-12.2-7.4-15.7-14.4\n\t\t\t\t\t\tc-5.2-10.3-12.7-18-24-22.8c-8.5-3.6-16-10.1-23.5-15.8c-8.3-6.2-16.3-12.7-24.1-19.5c-3.8-3.3-7.2-7.3-10.1-11.5\n\t\t\t\t\t\tc-3.5-5.2-1.7-9.9,2.7-14.3c3.8-3.8,6.2-9,9.5-13.2c3.7-4.7,7.6-9.2,11.8-13.5c4.2-4.4,4.5-6.2,1.8-11.7c-0.8-1.6-0.4-4.8,0.7-6.2\n\t\t\t\t\t\tc2.2-2.6,5.5-4.2,8.2-6.4c1.3-1.1,2.3-2.6,3.4-3.9c-1.3-0.9-2.6-2.3-4.1-2.5c-8.9-0.9-17.8-1.6-26.7-2.3c-1.9-0.1-3.7,0-5.6,0\n\t\t\t\t\t\tC660.4,553.4,660.3,553,660.2,552.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M172.4,579.5c7.9,9.6,15.8,19.2,23.8,28.7c9.4,11.2,18.9,22.4,28.5,33.5c0.9,1,2.7,2.4,3.6,2.1c4.8-1.7,8.4,1.2,11.3,3.7\n\t\t\t\t\t\tc16.1,13.9,34.9,24.6,49.2,40.7c7.6,8.5,13.6,17.7,16.9,28.9c1.6,5.5,5.9,10.3,9.2,15.3c5.6,8.5,11.3,16.8,17,25.2\n\t\t\t\t\t\tc0.6,0.9,1.2,2.2,1.1,3.3c-0.4,7.9,4.3,13.3,9,18.8c2,2.4,3.9,5.1,5.1,8c1,2.2,0.8,4.9,1.2,7.4c-2.6-0.6-5.7-0.6-7.6-2.1\n\t\t\t\t\t\tc-5.4-4.4-10.5-9.2-15.2-14.4C315,767.2,305,755.4,294.6,744c-13.3-14.5-26.9-28.6-40.2-43c-5.1-5.5-9.8-11.3-14.7-17\n\t\t\t\t\t\tc-1.2-1.4-2.6-2.5-4.4-4.2c-0.6,1.9-1,3.1-1.8,5.7c-5.5-4.1-10.6-7.9-15.7-11.7c-0.1-0.1-0.2-0.3-0.3-0.4\n\t\t\t\t\t\tc-6.7-5-7.7-12.5-9.3-19.9c-0.9-4.1-2.7-8.3-5.1-11.7c-4.5-6.4-9.8-12.2-14.7-18.3c-1.6-1.9-3.2-3.9-4.4-6\n\t\t\t\t\t\tC176.8,605.7,175.7,592.3,172.4,579.5z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M644.4,942.3c-16.7,23.5-34.6,46-55.1,66.4c-9.6,9.5-20.7,16.8-34.9,17.4c-1.5,0.1-3,0-4.5,0c-1.3,0-2.6,0-4.6,1.2\n\t\t\t\t\t\tc2.3,2.5,4.6,5.1,6.4,7.1c-8.7,0.6-21.6-4.7-30.6-13.2c-7.5-7.1-14.9-14.3-22.4-21.5c-39-37.8-77.9-75.7-116.9-113.5\n\t\t\t\t\t\tC360,865,337.9,844,316.2,822.6c-3.7-3.7-6.2-8.7-9.3-13c0.4-0.4,0.8-0.8,1.2-1.2c2.1,1.1,4.6,1.9,6.3,3.4\n\t\t\t\t\t\tc6.4,5.7,12.5,11.8,18.9,17.5c7.2,6.4,14.4,12.8,21.9,18.9c17.6,14.3,35.4,28.2,53,42.5c13,10.6,23.1,23.7,33,37.2\n\t\t\t\t\t\tc6.4,8.7,15.8,15.1,23.8,22.7c13.8,13.2,27.6,26.4,41.3,39.7c6.9,6.7,13.6,13.7,20.4,20.5c9.2,9.1,20.1,11,32.3,8.1\n\t\t\t\t\t\tc13-3.1,25.1-7.8,34.5-17.9c4.6-5,9.6-9.7,14.4-14.6c1.6-1.6,2.9-3.5,4.3-5.3c-0.3-0.3-0.6-0.7-0.8-1c-2.3,1.5-4.5,3-6.8,4.6\n\t\t\t\t\t\tC614.7,967.3,626,951.4,644.4,942.3L644.4,942.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M851.2,765c-1-7.2,0.8-12.5,3.3-17.2c3.1-6.2,4.6-12.4,3.9-19.3c-0.1-1.3-0.2-2.8,0.3-4c3.8-9.7,6.1-19.9,13.4-28.2\n\t\t\t\t\t\tc3.7-4.2,5.5-10.1,7.9-15.3c1.8-4,3.3-8.3,4.8-12.5c2.7-7.5,4.6-15.4,8.1-22.5c4.2-8.2,9.3-16.1,14.9-23.4\n\t\t\t\t\t\tc2.6-3.4,7.4-5.2,11.1-7.7c-2.1,7-4.6,13.9-6.2,20.9c-1.5,6.5,0.4,8.9,7.1,10.3c-0.4,1.7-0.7,3.5-1.2,5.2\n\t\t\t\t\t\tc-5.3,18.4-10.7,36.8-16,55.2c-2.4,8.3-6.6,15.6-12.9,21.6c-11.3,10.8-22.5,21.8-33.7,32.7C854.9,762.1,853.6,763.1,851.2,765z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M681.8,218.9c18.7,14.5,37.4,29,56.1,43.5c-0.2,0.4-0.4,0.7-0.7,1.1c-4-1.6-8-3.3-12.1-4.8c-5.3-1.9-9.1-1-12,3.9\n\t\t\t\t\t\tc-5.3,8.9-13.3,12.5-23.1,13.8c-2.7,0.4-5.6,1.4-7.8,3c-7.2,5.3-14,2-20.7-0.8c-3-1.3-2.7-3.9-0.3-6c1.4-1.2,3.1-2.1,4.3-3.4\n\t\t\t\t\t\tc3.5-3.6,2.8-7.2-1.8-8.8c-4.4-1.5-3.3-3.3-0.9-5.6c3.7-3.5,7.5-7,11.1-10.6c3.1-3.1,4.3-6.6,4.1-11.2c-0.2-4.3,1.2-8.7,1.9-13.1\n\t\t\t\t\t\tC680.6,219.6,681.2,219.2,681.8,218.9z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M318.1,352.7c-5.3-1.1-9.1,1.3-12.4,4.9c-1.2,1.3-3.2,1.8-4.9,2.7c-0.8-1.7-1.9-3.3-2.3-5.1c-0.7-3.6-0.8-7.3-1.5-10.9\n\t\t\t\t\t\tc-1.1-5.6,0.7-10.5,4.2-14.4c7.5-8.3,15.4-16.4,23.5-24.2c4.1-3.9,8.8-7.3,13.7-10c2.9-1.6,7.3-2.9,10.1-1.9\n\t\t\t\t\t\tc4.3,1.5,3.1,6.5,2.7,10.2c-1.4,11.1-5.9,21.1-11.5,30.6c-3.8,6.4-7.3,13.2-15.1,15.8C322.3,351.2,320.2,351.9,318.1,352.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M272.5,748.3c-20.1-6.7-74.1-62.2-75.9-76.5c1.6,1.3,3.4,2.8,5.2,4.5c4.1,3.7,7.7,7.1,13.7,8.8c6.7,1.9,13.3,7,18.2,12.2\n\t\t\t\t\t\tc7.7,8.2,14.1,17.7,21,26.6c4.2,5.4,8.6,10.6,12.7,16.1C269.2,742.2,270.4,744.7,272.5,748.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M745.1,869.2c-35.9,35-71.8,70-107.7,105c-0.3-0.3-0.6-0.6-1-0.9c4.6-5.4,9.2-10.7,13.9-16.1c4.3-4.9,8.4-9.9,12.9-14.6\n\t\t\t\t\t\tc5.6-5.9,11.8-11.2,17.3-17.2c8.5-9.1,16-19.3,25.2-27.6c11.6-10.4,24.6-19.3,37-28.8c0.5-0.4,1.1-0.4,1.7-0.7\n\t\t\t\t\t\tC744.7,868.6,744.9,868.9,745.1,869.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M644.4,942.2c5.7-6.2,11.9-12.1,17-18.8c4.6-6.2,8-13.3,11.9-19.9c1.3-2.3,2.7-4.5,4.1-6.7c0.3,0.6,0.5,1.1,0.8,1.7\n\t\t\t\t\t\tc1.9-0.2,4.3,0.3,5.5-0.7c7.9-6.9,15.7-13.9,23.1-21.2c5.2-5.1,9.8-10.9,14.7-16.3c0.5-0.5,1.3-0.8,2-1.2c0.4,0.4,0.9,0.7,1.3,1.1\n\t\t\t\t\t\tc-4.8,6.4-9.2,13.2-14.4,19.2c-8.5,9.8-17.8,18.9-26.4,28.6c-4.9,5.5-9.3,11.2-15.9,15.2c-7,4.3-12.7,10.6-19.1,16\n\t\t\t\t\t\tC647.6,940.4,646,941.3,644.4,942.2C644.4,942.3,644.4,942.2,644.4,942.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M231.1,374.7c0.4-0.4,0.7-0.9,1.2-1.3c6-4.7,11.9-9.4,17.9-14c0.3,0.3,0.5,0.7,0.8,1c-6.4,5-12.8,10.1-19.1,15.1\n\t\t\t\t\t\tC231.6,375.2,231.3,374.9,231.1,374.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M931.4,585.4c2.4-3.8,4.7-7.6,7.1-11.4c0.4,0.2,0.8,0.4,1.2,0.7c-2.2,3.9-4.4,7.8-6.6,11.6\n\t\t\t\t\t\tC932.6,586,932,585.7,931.4,585.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\n\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\u003cg id=\"svgSquare3tone\"\u003e \n\t\t\t\t\t\t\u003cg id=\"svgSquare3toneC\"\u003e \n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M681.7,218.8c3.1,1.9,3.1,4.7,2.1,7.8c-2.8,9.4-14.4,18.8-24.8,19.8c-22.7,2.1-44,9.2-64.7,18.5\n\t\t\t\t\t\t\tc-11.1,5-22.7,9.1-34,13.6c-14.3,5.6-22.7,21.3-17.7,34c4,10.1,12.4,15.6,22.6,17.8c17,3.7,34.3,2.6,51.6,1.4\n\t\t\t\t\t\t\tc11.7-0.8,23.5-2.3,35.2-2c15.4,0.5,27.8,8.5,37.2,20.3c5.2,6.5,4.4,14.6,0.3,21.6c-6.1,10.3-16.4,14.6-27.7,16.7\n\t\t\t\t\t\t\tc-18.4,3.4-35.5-1.5-52.2-8.8c-14.4-6.3-28.6-13.4-43.4-18.4c-18.2-6.2-35.9-13.3-52.9-22.2c-6.3-3.3-14.2-2.4-15.9,2.5\n\t\t\t\t\t\t\tc-2,5.6-3.2,12.1-2.6,17.9c1,10.8-1.7,20.6-5.1,30.5c-2.7,7.8-5.2,15.7-7.1,23.7c-1.9,7.8-5.6,9.7-12.3,5.2\n\t\t\t\t\t\t\tc-6.8-4.6-10.7-11.2-12.4-19.1c-2.3-10.7-4.9-21.4-6-32.2c-1.6-15.5,4-27.8,18.1-35.8c8.3-4.7,11.8-13.2,14.5-21.8\n\t\t\t\t\t\t\tc4.9-15.3,0.7-28.3-9.2-40.6c-4-4.9-9.9-9.1-9-17.4c1.4-13.2,15.5-23.8,28-19.9c3.3,1,6.5,2.6,9.8,3.8c19,7,37.9,7.8,56.5-1.1\n\t\t\t\t\t\t\tc10.5-5,15.5-14.1,16.7-25.3c0.4-3.4,0.3-7-0.1-10.5c-1.2-9.7-8.8-12.8-16.6-15.7c-9.9-3.7-20.4-6.7-29.3-12.1\n\t\t\t\t\t\t\tc-7.8-4.7-16.2-6.7-25.5-9.5c2.2-2.5,3.8-4.3,5.4-6.1c8.4-10,18.5-17.4,31.5-19.8c6.4-1.2,13.1-1.3,19.7-0.9\n\t\t\t\t\t\t\tc8.3,0.5,16.1,3.2,22.9,8.2c4.7,3.4,9.1,7.1,13.7,10.7c3.3,2.6,6.5,5.3,9.9,7.8c7.4,5.4,15,10.6,22.3,16.1\n\t\t\t\t\t\t\tc4.2,3.2,7.9,7.1,12.2,10.3c2.7,2,6,3.3,9.6,5.2c0.8,4.6,0.8,4.6,9.1,5.9c-0.6,3.9,1.2,5.8,5.2,6.3c1.4,0.2,2.6,2.5,3.9,3.8\n\t\t\t\t\t\t\tc0.6,0.7,1.2,2.2,1.7,2.2C678.3,211,679.1,216,681.7,218.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M413.7,230.3c-0.4,7.3,5.1,10.8,9.7,14.7c3.4,2.9,7.5,5,10.8,7.9c5.5,4.9,5.3,10.3,1,16.2c-5,6.8-9.8,13.8-13.8,21.2\n\t\t\t\t\t\t\tc-4.8,8.9-8.4,18.4-13.1,27.5c-4.3,8.4-10.4,15.1-20,18.3c-7.2,2.4-13.9,6-21.1,8.7c-5.7,2.1-11.7,3.6-17.5,5.5\n\t\t\t\t\t\t\tc-4.8,1.6-9.7,3.2-14.2,5.5c-6.1,3.3-7.8,3.4-13.3-1.2c-4.9-4.2-9.8-8.5-14.6-12.7c-6.7-5.8-13.8-10.4-23.2-9.7\n\t\t\t\t\t\t\tc7.3-5.9,14.6-11.8,21.8-17.8c9-7.5,17.7-15.2,26.8-22.5c4.8-3.8,10.3-6.8,15.3-10.4c4.3-3.1,8.2-6.7,12.4-10c6-4.7,12-9.3,18-14\n\t\t\t\t\t\t\tc3.8-2.9,7.7-5.8,11.5-8.8C398.2,242.7,406,236.5,413.7,230.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M807,314.6c1.1,8.6-5.1,14.4-8.6,21.2c-6.1,11.8-12,23.7-18.2,35.4c-4.1,7.7-9,14.8-17.2,18.7c-7.3,3.5-14.1-0.8-14.7-9\n\t\t\t\t\t\t\tc-0.8-11.8,3.2-22.5,7-33.2c3.9-10.9,9.1-21.2,15-31.1c3.7-6.2,7.8-12.4,16.5-11.2c2.2,0.3,4.3,1.5,6.4,2\n\t\t\t\t\t\t\tc1.9,0.5,3.8,0.6,5.8,0.9C801.7,310.4,802.4,315,807,314.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M190,650.8c1.3,1.6,2.8,3.1,3.8,4.8c12.2,22.1,27.8,41.3,48,56.6c1.4,1.1,3,2,4.7,2.8c6.7,3.4,8.1,2.7,10-4.4\n\t\t\t\t\t\t\tc1.2-4.4,2.2-4.8,5.4-1.6c2.1,2.1,4.1,4.4,5.8,6.8c6.5,9.2,12.9,18.4,19,27.8c0.7,1-0.2,4.5-1.2,5c-3.4,1.6-3.9,4.1-3.7,7.3\n\t\t\t\t\t\t\tc0.1,1.4-0.2,2.9-0.3,4.7c-4.6-1.4-9.1-1.7-11.5-6.4c-0.8-1.6-2.8-2.7-4.3-4c-22.4-19.7-41.9-42.1-60.4-65.4\n\t\t\t\t\t\t\tc-3.7-4.6-6.4-9.9-9.6-14.9C193.7,663.7,191.8,657.3,190,650.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M149,496.4c10.5,0.6,21.2,0.7,31.6,2c7.9,1,13.7,6.4,17.9,13c2.7,4.2,3.4,8.5,0.3,12.9c-3.4,4.9-6.6,9.9-10,14.8\n\t\t\t\t\t\t\tc-2.1,3-4.8,3.2-8.3,2.5c-7.8-1.7-13.2-6.7-18.6-11.9c-1.1-1.1-2.6-1.9-3.9-2.9C155,516.6,152,506.5,149,496.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M966.2,450.5c-3.9,2.7-7.9,5.3-11.8,8c-1.6,1.1-2.9,2.7-4.6,3.8c-7.9,5.6-14.4,3-16.5-6.6c-0.8-3.5-1.1-7.2-1.1-10.9\n\t\t\t\t\t\t\tc-0.1-10.5,0-21,0-31.5C946.4,423.2,960.3,433.1,966.2,450.5z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M658.9,952.8c2.2-3.6,4.3-7.3,6.8-10.7c2.6-3.6,5.6-7,8.2-10.6c1.9-2.7,2.1-5.3-0.4-8.1c-4-4.4-5-9-1.3-14.7\n\t\t\t\t\t\t\tc5.4-8.4,10.4-17,18.7-23c1.6-1.1,3.6-1.5,5.5-2.2c-0.1,2,0.4,4.2-0.3,5.9c-3.1,8.2-6.5,16.3-9.7,24.5c-0.5,1.2-0.2,2.7-0.2,4.1\n\t\t\t\t\t\t\tc1.5-0.2,3.2-0.1,4.3-0.8c3.6-2.3,7-5.1,10.5-7.5c1.3-0.9,2.9-1.2,4.3-1.8c-9.8,9.7-19.5,19.6-29.4,29.2\n\t\t\t\t\t\t\tC670.5,942.5,664.6,947.5,658.9,952.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M215.9,725.9c5.1,3,10.6,5.4,15.1,9c9.8,7.8,19.1,16.2,28.5,24.5c1.8,1.6,3,3.7,5.4,6.6c-3.8-0.3-6.1-0.6-8.4-0.8l0,0\n\t\t\t\t\t\t\tc-0.3-0.3-0.7-0.6-1-0.9c-6.2-5.9-12.5-11.8-18.6-17.7C229.8,739.8,222.9,732.8,215.9,725.9z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M923.1,635c-3.2,1.8-6.4,3.8-9.7,5.4c-1.1,0.5-3.7,0.5-3.9,0c-0.7-1.4-1.1-3.5-0.5-4.9c4-9.4,10.7-16.1,20.2-19.9\n\t\t\t\t\t\t\tc-1.7,5.5-3.4,11.1-5.1,16.6C923.8,633.2,923.4,634.2,923.1,635L923.1,635z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M710.2,805.4c0.7-1.7,1.4-3.4,2.1-5.1c4.3-9.9,8.9-19.7,8.2-30.9c-0.4-6.6-4.2-10.9-10.7-11.5\n\t\t\t\t\t\t\tc-8.4-0.7-15.6,1.9-21.8,7.7c-13.1,12.2-23.6,26.3-33.5,41.1c-9.8,14.8-21.1,28.5-31.9,42.7c-8.4,11-16.9,22-25.4,32.9\n\t\t\t\t\t\t\tc-12.1,15.4-37.1,23.6-55.8,9.2c-6-4.6-11.2-11.3-14.5-18.1c-5.1-10.7-8.2-22.3-12-33.6c-1.8-5.3,0-9.4,5.1-12\n\t\t\t\t\t\t\tc10.3-5.3,20.5-10.9,31-15.9c17-8.1,31.5-19.4,43.8-33.6c9.2-10.7,18.5-21.3,28-31.7c3.6-3.9,7.6-7.5,11.6-10.9\n\t\t\t\t\t\t\tc12.2-10.4,13.4-23.1,7.7-37c-5.2-12.7-14.4-22.5-24.1-31.9c-13-12.6-28.8-21.1-44.3-30.2c-11.9-7-19.6-17.3-26.7-28.9\n\t\t\t\t\t\t\tc-7.3-11.7-12.4-24.1-16.6-37.1c-1.9-5.8-4.2-11.7-7.3-16.9c-12-20.3-1.4-44.6,14.1-56c5.3-3.9,10-8.8,14.2-13.9\n\t\t\t\t\t\t\tc6.5-8,14.5-12.6,24.8-12.7c13.6-0.1,27.3-0.4,40.9,0.1c34.9,1.5,68.3-5.2,101.1-16.3c21.1-7.1,42.2-14,63.7-19.7\n\t\t\t\t\t\t\tc13.5-3.6,25.8-8.9,37.4-16.5c9.1-5.9,18.4-11.6,28.1-16.5c10-5,16.5-0.1,17,11.2c0.3,8.7-3.9,15.8-6.8,23.5\n\t\t\t\t\t\t\tc-4.4,11.7-8,23.8-13.1,35.2c-4.7,10.3-10.4,20.3-16.7,29.7c-5.1,7.6-13.6,8-22.1,6.9c-15.3-2-29.5-7.7-43.7-13.2\n\t\t\t\t\t\t\tc-29.9-11.7-59.8-10.9-89.4,0.6c-11.5,4.5-23,9.7-33.3,16.4c-7,4.5-12,12.2-18,18.3c-6.5,6.5-13.3,12.8-19.8,19.3\n\t\t\t\t\t\t\tc-5.2,5.3-10.7,10.4-14.9,16.4c-2,2.8-2.3,7.8-1.5,11.3c2.9,12.4,10.5,21.9,20.2,29.9c16.6,13.6,35.2,23.9,54.4,33.2\n\t\t\t\t\t\t\tc14.2,6.9,29,13.1,40.7,24c9.4,8.8,18.8,18,26.3,28.4c4.4,6,5.6,14.5,7.3,22c1.2,5.2,3.1,9.8,7.6,12.3c7.4,4.1,6.3,12.5,3.8,18\n\t\t\t\t\t\t\tc-1.7,3.9-4.2,7.9-4.4,11.9c-0.4,12.1-7.5,20.6-14.1,29.5c-4.9,6.6-10.2,12.9-15.3,19.3C711.1,805.9,710.7,805.6,710.2,805.4z\n\t\t\t\t\t\t\t M571.9,872.1c8.4,0,15.4-3.6,20.3-9.9c5.8-7.6,10.4-16,15.3-24.3c0.8-1.3,0.3-3.4,0.4-5.1c-1.7,0.1-3.5-0.1-5.1,0.4\n\t\t\t\t\t\t\tc-4.9,1.5-9.8,3.2-14.6,4.8c-6.4,2-13,3.5-19.2,6.2c-5.6,2.4-11,6.2-12.5,12.5C554.5,865.8,561.1,872,571.9,872.1z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M941,534c-2,4.8-3.5,9.6-5.7,13.8c-6.1,11.4-11.8,23.1-19,33.7c-4.4,6.4-11.4,11-17,16.7c-8.2,8.2-16.1,16.7-24.3,24.9\n\t\t\t\t\t\t\tc-8,8.1-16.3,15.9-24.5,23.8c-0.9,0.9-2.2,1.5-3.4,2c-3.9,1.7-6.5,0.1-5.8-4.2c0.6-4.1,2-8.1,3.5-11.9\n\t\t\t\t\t\t\tc6.6-16.6,15.8-31.3,28.7-44.1c15.6-15.5,29.9-32.3,44.9-48.5c3.7-3.9,7.4-7.9,11.7-11.1c1.9-1.4,5.3-1.8,7.7-1.2\n\t\t\t\t\t\t\tC939.1,528.5,939.8,531.6,941,534z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M245.6,528.2c7.6-0.3,12.4,3.2,14.8,8.7c4,9.2,6.7,18.6,5.9,29.3c-1.1,13.4-2.7,27.4,3.9,40.2\n\t\t\t\t\t\t\tc5.1,10,10.8,19.7,16.8,29.1c5.1,7.9,11.1,15.2,16.5,22.9c0.8,1.2,0.4,3.2,0.6,4.9c-1.7-0.2-3.8,0.2-4.9-0.7\n\t\t\t\t\t\t\tc-9.4-7.5-18.9-15-27.8-23c-2.8-2.5-4.3-6.5-6.2-10c-9.3-16.6-18.1-33.5-27.9-49.8c-6-10-9.3-20.6-11.7-31.8\n\t\t\t\t\t\t\tc-2.6-11.9,3-16.4,13.3-18.9C241.2,528.6,243.9,528.5,245.6,528.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M637.5,921.9c0.9-2.8,1.9-5.5,2.8-8.3c-0.3-0.5-0.5-1-0.8-1.4c-3.4,1.5-7.2,2.5-10.2,4.6c-12.4,8.7-24.6,17.6-36.7,26.7\n\t\t\t\t\t\t\tc-11.9,9-24.4,16.7-38.5,21.7c-3.9,1.4-7.8,2.8-11.6,4.4c-8.7,3.6-16.5,2.3-22.4-5c-4.9-6-9-12.7-13.2-19.2\n\t\t\t\t\t\t\tc-0.8-1.3-0.4-3.4-0.5-5.1c1.9-0.1,4-0.9,5.7-0.3c5,1.6,9.7,4.4,14.8,5.4c11.3,2.2,22.5,0.7,32.8-4.2c11.2-5.3,22.1-11.3,32.6-18\n\t\t\t\t\t\t\tc22.8-14.5,45.2-29.7,67.8-44.6c1-0.7,2.1-1.3,3.2-1.9c0.4,0.2,0.9,0.4,1.3,0.7c-0.6,2.2-1.2,4.4-1.7,6.7\n\t\t\t\t\t\t\tc-0.8,3.5-2.2,7.1-2.1,10.6c0.1,5.2-1.4,9.2-5.3,12.7c-4.5,4-8.6,8.4-12.9,12.5c-1.1,1.1-2.6,1.9-3.9,2.8\n\t\t\t\t\t\t\tC638.2,922.5,637.9,922.2,637.5,921.9z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M516.5,713.6c0.4-10.9,2.8-21.6,8.8-31.3c4.9-7.9,16.3-12,24.3-7.8c5.2,2.7,10.6,5.5,15,9.3c6.4,5.4,7.2,13.1,4.5,20.6\n\t\t\t\t\t\t\tc-5,13.9-10.9,27.5-22.3,37.8c-8.9,8-19,6.4-24.8-4.1C517.9,730.5,516.8,722.4,516.5,713.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M804.1,779.8c-0.3,6.3-3.7,10.2-7.1,13.4c-6.2,5.9-13,11-19.7,16.3c-7.4,5.8-14.8,11.7-22.5,17.1\n\t\t\t\t\t\t\tc-6.3,4.5-12.9,8.7-19.6,12.7c-1.5,0.9-3.6,0.7-5.5,1c0.3-1.7,0.1-3.6,0.9-5.1c4.6-8.5,5.9-17.8,7.7-27.1c0.8-4.3,2-8.9,4.3-12.5\n\t\t\t\t\t\t\tc7.4-11.7,14.3-23.6,24.8-33.4c9-8.4,15.8-19.2,23.3-29.2c1.9-2.6,3.3-6.1,7-4.9c4.1,1.3,8.7,4,8.2,8.9c-0.6,7.3-1.7,15-4.7,21.6\n\t\t\t\t\t\t\tc-2,4.3-7.5,7.2-11.8,10c-5.6,3.5-11.7,6.3-17.6,9.4c-6.1,3.1-9,8.7-11.3,14.6c-0.7,1.9-0.5,5.2,0.8,6.4s4.7,1.4,6.4,0.6\n\t\t\t\t\t\t\tc6.7-3.2,13.2-6.8,19.6-10.5c4.1-2.4,7.9-5.4,12-8C800.5,780.4,802.1,780.3,804.1,779.8z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M316,459.2c-8.4,0-11.9-3-10.9-9.4c1.3-8.4,3.8-16.7,6.6-24.7c3.5-10,7.9-19.6,12-29.4c1.4-3.3,3-6.5,4.7-9.8\n\t\t\t\t\t\t\tc1.8-3.5,4.2-3.5,6.7-0.8c6.8,7.2,10.5,16,12.6,25.5c2.8,13-1.7,23.8-9.4,34.4C331.7,453.9,323.7,457.8,316,459.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M859.3,580.9c-0.6,13.1-6.6,24.1-13.5,34.7c-9.1,14-18.9,27.6-27.6,41.9c-5.9,9.8-10.3,20.3-9.1,32.5\n\t\t\t\t\t\t\tc0.9,9.6-3.5,17.8-8.8,25.3c-0.8,1.2-2.9,2.7-3.9,2.4c-1.4-0.5-2.8-2.3-3.2-3.8c-2.3-8.7,1.5-16.7,4.4-24.5\n\t\t\t\t\t\t\tc3.9-10.7,8.4-21.3,13.2-31.6c4.1-8.7,8.4-17.4,13.9-25.2c9.3-13.2,14.1-27.9,17.5-43.4c1-4.6,2.4-9.2,4.1-13.7\n\t\t\t\t\t\t\tc1.4-3.8,4.4-5.4,8.4-4.4c3.9,1,5,4,4.7,7.7C859.3,579.5,859.3,580.2,859.3,580.9z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M880.3,646.7c-1.6,3.9-2.8,6.6-3.9,9.3c-6.4,15-12.5,30.1-19.2,44.9c-4.7,10.4-12.5,18.4-23.4,22.6\n\t\t\t\t\t\t\tc-4.7,1.8-8.2-0.5-7.4-5.2c1.2-6.9,3-13.8,5.9-20.2c3.9-8.8,8.5-17.3,16.1-23.9c9.7-8.5,18.8-17.7,28.1-26.6\n\t\t\t\t\t\t\tC877.1,647.1,878.1,647.2,880.3,646.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M499.4,964.6c5.6,4.5,11,9.3,16.9,13.3c8.2,5.6,16.8,10.5,25.1,15.9c4.4,2.9,8.7,5.9,12.8,9.2c2.3,1.8,2.7,4.2,1.3,7.1\n\t\t\t\t\t\t\tc-1.1,2.2-1.5,4.7-2.2,7.1c-1.5,5.4-4.8,7.6-9.6,4.9c-6.2-3.6-12.7-7.6-17.1-13c-7.7-9.4-14.1-19.9-20.8-30\n\t\t\t\t\t\t\tc-2.8-4.2-5-8.8-7.5-13.3C498.6,965.5,499,965,499.4,964.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M267.1,696.2c-3.1-3.6-6.1-7.2-9.2-10.7c-7.4-8.4-14.9-16.8-22.4-25.2c-2.9-3.2-5.9-6.3-8.7-9.6\n\t\t\t\t\t\t\tc-11.8-13.2-23.5-26.5-35.3-39.8c-0.7-0.8-1.1-1.9-0.9-3.7c1.5,1,3.3,1.7,4.5,3c4.6,4.6,8.8,9.5,13.5,13.9s9.8,8.3,14.5,12.7\n\t\t\t\t\t\t\tc11,10.3,22.7,20.1,32.5,31.4c5.8,6.7,8.7,16.1,12.8,24.3c0.4,0.8,0.1,1.9,0.1,2.8C268.1,695.7,267.6,696,267.1,696.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M434,777.7c-1.9-1.1-3.6-1.8-4.8-2.9c-8.8-7.6-17.6-15-26.1-23c-2.1-2-2.8-5.5-4.2-8.3c3,0.8,6.3,1.1,8.8,2.7\n\t\t\t\t\t\t\tc10.9,6.8,18.6,16.8,25.8,27.2c0.5,0.7,0.7,1.5,1,2.3C434.6,775.9,434.3,776.3,434,777.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M878.9,712.8c-3.4-0.9-3.7-3.4-2.2-5.7c2.2-3.2,4.7-6.6,7.8-8.8c5.4-3.9,11.3-7.1,17.1-10.5c0.7-0.4,1.8,0,2.7,0\n\t\t\t\t\t\t\tc0,1,0.3,2.3-0.1,3c-6,9.6-14,17-24.2,21.8C879.6,712.7,879.3,712.7,878.9,712.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\u003cg id=\"svgSquare3toneB\"\u003e \n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M254.4,388.9c-0.2,1.3-0.3,2.6-0.5,4c-0.4,1.3-1,2.6-1,3.9c-0.8,15,8.2,26.8,13,39.9c0.2,1.3,0.4,2.6,0.7,3.9\n\t\t\t\t\t\t\tc0,2.7,0.1,5.5,0.1,8.2c-0.5,3-1.1,5.9-1.6,8.9c-0.9,3.6-1.9,7.2-2.8,10.8c-3.7,14.9-14,21.2-28.7,19.3\n\t\t\t\t\t\t\tc-10.4-1.3-19.1-6.6-27.9-11.6c-10.2-5.8-20.3-11.8-30.5-17.5c-8.5-4.7-17.1-9.2-25.6-13.8c3.6-8.4,9.2-15.4,16.4-21\n\t\t\t\t\t\t\tc13.2-10.2,26.3-20.4,39.4-30.6c16.1-12.4,32.2-24.9,48.3-37.2c0.6-0.5,1.5-0.7,2.2-1c5.8,1.6,6.5,2.8,5,9\n\t\t\t\t\t\t\tc-1.8,7.5-3.8,15.1-5.7,22.6C254.8,387.4,254.6,388.2,254.4,388.9z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M385.1,866.3c9.9,7.9,19.6,16.1,29.7,23.6c3.6,2.7,8.5,3.5,12.3,6c16.6,11,30.3,25.3,42.3,40.9\n\t\t\t\t\t\t\tc15.3,20,29.7,40.9,43.9,61.7c3.6,5.3,5.1,12,7.3,18.1c0.5,1.5,0.1,3.4,0.1,5.1c-13.5-13.4-27-26.8-40.5-40.2\n\t\t\t\t\t\t\tc-1-1-1.8-2.3-2.6-3.5c-0.7-0.8-1.4-1.6-2-2.4v0.1c-0.2-0.9-0.1-2.2-0.7-2.8c-5.6-6.3-10.8-13.1-17-18.7\n\t\t\t\t\t\t\tc-4.7-4.3-10.8-7.1-16.3-10.6v0.1c-0.3-0.3-0.5-0.6-0.8-1c-3.2-2.5-6.7-4.6-9.6-7.4c-18.5-17.9-36.9-36-55.4-53.9\n\t\t\t\t\t\t\tc-10.7-10.4-21.5-20.7-32.3-31.1c-1.1-5.4-2.3-10.8-3.3-16.3c-0.3-1.5,0-3.1,0.1-4.6c1.3,0.1,3.1-0.4,4,0.3\n\t\t\t\t\t\t\tc6.2,4.7,12.5,9.3,18.3,14.5c5.2,4.6,9.6,10,14.5,15c1.9,1.9,4,3.5,6,5.2C383.7,865.1,384.4,865.7,385.1,866.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M764.9,283.1c-0.3,1.7-0.1,4.1-1.1,4.9c-9.9,7.4-14.6,18.6-21.3,28.4c-2.8,4.1-6.1,7.8-9.3,11.6c-3.1,3.7-7,3.4-10.1,0.4\n\t\t\t\t\t\t\tc-6.2-6.2-12.4-12.5-17.7-19.5c-4.5-5.9-3.9-13.4-2.7-20.2c2.9-16.7,7.1-33.3,1.2-50.2c-0.2-0.6,0.4-1.4,0.6-2.1\n\t\t\t\t\t\t\tc4,2.1,7.7,4.4,11.1,7.6c4.1,3.9,9.3,6.7,13.9,10.2c1.7,1.3,2.9,3.5,4.7,4.6c7.4,4.3,12.7,11.5,20,15.5\n\t\t\t\t\t\t\tC758.6,276.7,760.7,281,764.9,283.1z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M831.1,785c0.7-3.5,1.1-7.1,2.3-10.4c1.4-3.8-0.2-6.3-2.6-8.7c-5.7-5.9-7.9-13.2-6.4-20.9c0.8-3.8,4-7.7,7.1-10.4\n\t\t\t\t\t\t\tc7.6-6.4,15.9-12.1,23.8-18.2c3.3-2.5,4.8-0.8,5.7,2.1c2.5,7.6,6.7,9.5,13.9,5.6c10.2-5.6,18.8-13.3,26.3-22.2\n\t\t\t\t\t\t\tc1.2-1.3,2.4-2.6,3.7-3.9c-1.8,11.7-6.3,22.1-14.9,30.6c-18.4,18.1-36.9,36.2-55.4,54.3C833.7,783.8,832.3,784.3,831.1,785z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M210.5,593.4c9,7.2,18.5,13.9,27,21.7c11.7,10.8,22.6,22.4,33.9,33.5c3.7,3.7,7.5,7.3,11.5,10.7\n\t\t\t\t\t\t\tc8.7,7.5,17.6,14.8,26.4,22.2c4.7,3.9,9.4,7.8,14,11.8c1.2,1,2,2.4,3,3.6c-0.3,0.4-0.5,0.7-0.8,1.1c-2.6-1.2-5.4-2.2-7.8-3.8\n\t\t\t\t\t\t\tc-11.2-7.6-22.7-14.8-33.2-23.1c-13.7-10.9-26.3-23.1-39.9-34.2c-8.6-7.1-18-13.4-27.2-19.7c-7.7-5.3-12.8-12.4-16-20.9\n\t\t\t\t\t\t\tc-3-8.1-8-14.6-15.1-19.4c-9.2-6.2-16.6-13.9-21.8-23.7l0.1,0.1c-0.4-1-0.9-1.9-1.3-2.9c-0.8-4-1.6-8-2.4-11.9\n\t\t\t\t\t\t\tc5.3,5.3,10.9,10.3,16,15.8c8.3,9,16.4,18.2,24.5,27.3C202.6,586.9,205,591.3,210.5,593.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M468.8,187.5c3,0.1,6,0.2,9.1,0.2c-0.7,3.2-0.6,7-2.3,9.6c-7.2,11.3-15.1,22.2-22.5,33.4c-3.9,5.8-9,8.4-15.8,7.8\n\t\t\t\t\t\t\tc-6.6-0.6-10.8-4.6-13.8-10c-0.6-1,0-2.7,0.1-4.1c1-3.8,3.4-5.5,6.9-7.8c10.2-6.4,19.4-14.4,28.9-21.8\n\t\t\t\t\t\t\tC462.5,192.4,465.6,189.9,468.8,187.5z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M199.8,682.8c13.3,16.5,26.7,33,40.3,49.9c-5.4,1-16.4-8.5-35.2-29.7c-2-6.2-4.1-12.4-6-18.6\n\t\t\t\t\t\t\tC198.8,684,199.4,683.3,199.8,682.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M953.2,530.3c0.3-2.5,0.5-5.1,0.9-7.6c0.9-6.4,1.7-12.9,2.9-19.3c1.8-9.8,1.9-20.1,8-28.6c0.9-1.3,2.1-2.4,3.1-3.6\n\t\t\t\t\t\t\tc-0.3,4.8,0.1,9.9-1.1,14.4c-3.7,13.9-7.9,27.7-12,41.5C954.7,528.2,953.8,529.2,953.2,530.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M933,602.4c-6.8,4.1-14.2,7.2-18.9,14.1c-3.6,5.2-7.3,10.4-11.1,15.4c-1.4,1.9-3.1,3.6-4.6,5.4c-0.5-0.2-0.9-0.5-1.4-0.7\n\t\t\t\t\t\t\tc0.3-1.2,0.2-2.6,0.9-3.5c4.2-5.6,8.4-11.4,13-16.7c7.8-8.9,16-17.5,24.1-26.1c0.2-0.2,0.6-0.1,1-0.1\n\t\t\t\t\t\t\tC935,594.3,934,598.3,933,602.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M704.5,236.4c-0.4-0.5-0.8-1-1.1-1.5C703.7,235.4,704.1,235.9,704.5,236.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M524.2,615.4c0.4,0.6,0.8,1.3,1.3,1.9c0,0.4-0.1,0.8-0.1,1.1c0.3,0,0.5,0,0.8-0.1c0.4,0.6,0.8,1.3,1.2,1.9\n\t\t\t\t\t\t\tc0,0.4-0.1,0.8-0.1,1.1c0.3,0,0.5,0,0.8-0.1c0.9,2,1.5,4.1,2.7,5.8c2.9,4.4,3.3,8.7,0.5,13.3c-0.2,0.4-0.3,0.7-0.5,1.1\n\t\t\t\t\t\t\tc-1.2,1.2-2.4,2.3-3.6,3.4c-0.4,0-0.8,0-1.2-0.1c0,0.3,0.1,0.6,0.1,0.9c-1,0.7-2,1.4-2.9,2.1c-0.4,0-0.8,0-1.2,0\n\t\t\t\t\t\t\tc0,0.3,0,0.6,0.1,0.8c-1,0.7-1.9,1.4-2.9,2.1c-3,2.9-6,5.8-9,8.7c-4.3,6.6-8.9,13-13,19.7c-6.4,10.5-16,15.1-27.7,17\n\t\t\t\t\t\t\tc-16.2,2.5-32,6.8-44.7,17.8c-10,8.7-20.7,9.5-32.4,5c-6.9-2.7-13.6-5.7-20.3-8.6c-0.4-0.2-0.8-0.3-1.2-0.5\n\t\t\t\t\t\t\tc-1.9-0.9-3.8-1.7-5.7-2.6c-1-0.5-2.1-1-3.1-1.6c-1.3-0.8-2.6-1.5-3.9-2.2c-0.4-0.2-0.8-0.5-1.1-0.7c-0.6-0.4-1.3-0.8-1.9-1.2\n\t\t\t\t\t\t\tc-0.4-0.3-0.8-0.5-1.2-0.8c-0.9-0.7-1.9-1.5-2.8-2.2c-1.4-1.2-2.8-2.4-4.2-3.6c-5.6-9.1-11.2-18.1-16.8-27.2\n\t\t\t\t\t\t\tc-6-9.9-12.1-19.7-18-29.6c-7.1-12.1-5.8-24.2,0.8-36c6.5-11.6,15.2-21.2,24.9-30.2c8.5-7.9,15.9-17,24.1-25.2\n\t\t\t\t\t\t\tc11.1-11.2,22.8-21.8,33.9-33.1c6.9-7,12.7-15,14.4-25.1c0.8-4.7-0.8-7-5.4-6.5c-4.9,0.5-9.7,2-14.5,3.1\n\t\t\t\t\t\t\tc-2.4,0.6-4.8,1.3-7.2,1.9v-0.4l0.1,0.4c-0.3,0.3-0.5,0.7-0.8,1c-4.3,2.6-8.6,5.3-12.8,7.9c-6.9,5.1-13.9,9.9-20.6,15.3\n\t\t\t\t\t\t\tc-10.6,8.5-21.6,16.1-34.4,20.9c-3.7,1.4-8.3,1.6-12.2,0.9c-9-1.7-12.9-10.2-9.2-19.9c2.1-5.5,5.1-10.7,7.6-16c0.4,0,0.8,0,1.2,0\n\t\t\t\t\t\t\tc0-0.3-0.1-0.5-0.1-0.8c3-3,6.1-5.9,9.1-8.9c0.4-0.3,0.8-0.6,1.1-0.9c1-0.7,1.9-1.4,2.8-2.2c0.4-0.3,0.8-0.5,1.2-0.8\n\t\t\t\t\t\t\tc14.9-8.5,30.4-16,44.5-25.6c15.7-10.7,30.1-23.3,45.1-35.1c1.4-1.1,2.2-2.9,3.2-4.3c0.4-0.1,0.7-0.2,1.1-0.3\n\t\t\t\t\t\t\tc-0.1-0.3-0.2-0.5-0.2-0.8c0.4-0.6,0.8-1.3,1.2-1.9c0.3-0.4,0.5-0.7,0.8-1.1c0.4-0.7,0.8-1.3,1.2-2c1.6-3,3.1-6,4.7-9\n\t\t\t\t\t\t\tc2.1-4.2,4.2-8.4,6.3-12.7c0.2-0.2,0.4-0.5,0.6-0.7c0.3-0.4,0.6-0.8,0.9-1.1c3.9-2.4,6.7-1.7,7.3,2.8c1.2,8.4,1,17.1,2.3,25.5\n\t\t\t\t\t\t\tc1,6.2,3.5,12.1,5.3,18.2c1.3,2.9,2.9,5.7,3.8,8.7c2.5,8.4,9,11.3,16.6,12.7c9.8,1.8,19.7,3.1,29.5,5.1\n\t\t\t\t\t\t\tc7.2,1.5,10.4,7.1,7.4,13.9c-5,11.2-10.4,22.3-16.7,32.8c-7.2,11.9-13.3,23.7-9.4,38c0.9,3.4,3.1,6.6,4.7,9.8\n\t\t\t\t\t\t\tc0.4,0.5,0.9,1,1.3,1.6c0.3,0.4,0.7,0.8,1,1.2c2,2,3.9,3.9,5.9,5.9c1.6,1.4,3.2,2.8,4.8,4.3c1,0.9,2.1,1.8,3.1,2.8\n\t\t\t\t\t\t\tc2.4,2.4,4.7,4.7,7.1,7.1c0.6,0.7,1.2,1.4,1.8,2.2c0.4,0.6,0.9,1.3,1.3,1.9c0.9,1.3,1.8,2.7,2.7,4c0.4,0.7,0.8,1.3,1.2,2\n\t\t\t\t\t\t\tc0.6,1,1.2,2,1.8,3c0.4,0.7,0.8,1.3,1.2,2c0.6,1,1.2,2,1.9,2.9c0.4,0.7,0.8,1.3,1.3,2s1.1,1.5,1.6,2.2c0.4,0.6,0.9,1.2,1.3,1.8\n\t\t\t\t\t\t\tc-0.1,0.3-0.2,0.5-0.2,0.8c0.4,0.1,0.7,0.2,1.1,0.2c0.7,1,1.5,1.9,2.2,2.9c0.6,0.7,1.1,1.5,1.7,2.2c0.4,0.6,0.8,1.3,1.3,1.9\n\t\t\t\t\t\t\tc0,0.4,0,0.8,0,1.1c0.3,0,0.5-0.1,0.8-0.1c0.4,0.6,0.8,1.3,1.2,1.9c-0.1,0.2-0.2,0.5-0.3,0.8\n\t\t\t\t\t\t\tC523.5,615.2,523.9,615.3,524.2,615.4z M449.7,602.9c-3.6-2.3-7.2-4.6-10.8-6.9c-6.7-2.7-13.2-6.2-20.2-8.1\n\t\t\t\t\t\t\tc-12.4-3.4-24.5,2-30.8,12.7c-6,10.2-3.4,18.1,7.8,21.8c18.3,6,36.4,4.6,54.1-3.1c5.2,0.2,6.8-4.2,7-7.6c0.2-3.2-1.5-7.2-6.1-7.8\n\t\t\t\t\t\t\tC450.4,603.6,450.1,603.3,449.7,602.9z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M764.3,722.5c0.2-5.7,0.4-11.3,0.6-17c0.1-0.4,0.2-0.8,0.3-1.2c0.6-1.6,1.1-3.2,1.7-4.8c0.5-1.4,1-2.7,1.5-4.1\n\t\t\t\t\t\t\tc0.8-1.9,1.7-3.9,2.5-5.8c0.2-0.4,0.3-0.8,0.5-1.2c3.2-6.7,6.4-13.3,9.4-20c0.6-1.4,0.6-3.2,0.9-4.8c1.1-3.1-0.9-3.5-3.1-3.2\n\t\t\t\t\t\t\tc-6.5,1-11.6,4.2-15.3,9.6c-1.1,1-2.2,1.9-3.2,2.9c-1.1,0.9-2.1,1.8-3.2,2.7c-0.6,0.4-1.2,0.9-1.9,1.3\n\t\t\t\t\t\t\tc-6.8,3.8-12.8,2.7-17.7-3.4c0-0.1-0.3,0.1-0.5,0.1c-5.3-4.4-10.1-9.5-16-13c-17.1-10.3-34.4-20.2-52-29.7\n\t\t\t\t\t\t\tc-13.4-7.2-26.8-14-38.6-23.7c-4.6-3.8-7.5-8.5-8.7-14c-1.5-6.6,3.5-13.6,11.6-14.8c7.6-1.2,15.5-1.1,23.3-0.7\n\t\t\t\t\t\t\tc19.2,1.1,35.5-4.8,47.9-19.6c5.3-6.3,5.6-14.5-5.2-17.8c-5.1-1.5-10.3-2.6-15.4-4c-2.4-0.6-4.9-1.2-7.1-2.2\n\t\t\t\t\t\t\tc-6.4-2.8-7.7-8.5-3-13.5c5.9-6.4,14.2-8.3,22.1-10.2c11.8-2.9,23.1-0.7,33.7,5.2c15.9,8.8,33.5,12.9,50.5,18.7\n\t\t\t\t\t\t\tc12.6,4.3,21.9,12.9,26.2,25.8c2.6,7.8,3.9,16,6,24c2.3,8.5,5.1,16.9,7.4,25.4c3,10.9-0.5,20.7-5.9,30\n\t\t\t\t\t\t\tc-11.5,19.8-23.6,39.3-31.3,61.1c-2.4,6.7-5.6,13-7.7,19.8c-0.8,2.6,0.4,5.8,0.6,8.7c0.2,3,1.4,6.5,0.3,9.1\n\t\t\t\t\t\t\tc-3.8,8.9-10.9,14.7-21.1,18.6c-0.1-2.7-0.9-5-0.2-6.7c2.6-6,5.9-11.8,8.6-17.8c1.1-2.6,1.3-5.6,1.9-8.4\n\t\t\t\t\t\t\tC764.5,723.3,764.4,722.9,764.3,722.5z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M445.9,853.4c4.1,1.4,8.3,2.9,12.4,4.3c0.7,0.2,1.6-0.2,2.5-0.3c-0.1-0.7,0.1-1.7-0.4-2.1c-10.1-9.6-20.4-19.1-33.3-25\n\t\t\t\t\t\t\tc-2.4-2.4-3.3-0.5-4.5,1.4c-1.1,1.8-2.5,3.5-3.7,5.3c-6.7-2.3-13.4-5-20.2-6.9c-6.3-1.8-10.8-5.8-14.4-10.6\n\t\t\t\t\t\t\tc-7.1-9.6-14.1-19.3-17.8-30.9c-4.3-13.5-9.1-26.9-13.5-40.4c-0.4-1.4-0.4-3.6,0.4-4.5c0.7-0.7,3-0.4,4.3,0.1\n\t\t\t\t\t\t\tc12.5,5.4,25.3,10.1,37.2,16.6c9.7,5.3,19.1,11.8,27.1,19.3c14.1,13.1,27.3,27.4,40.7,41.3c5,5.2,10.3,10.5,14.3,16.5\n\t\t\t\t\t\t\tc3.2,4.9,3.6,11.7,7.1,16.3c6.2,8.1,2.6,18.5,8.9,27.1c6.8,9.3,9.8,21.4,14.2,32.4c1.5,3.8-0.2,5.7-4.1,4.5\n\t\t\t\t\t\t\tc-6.1-1.8-12-4.3-18.1-6.3c-3.5-1.2-7.1-2-10.7-3c-0.4,0.5-0.9,0.9-1.3,1.4c1.1,2.6,1.7,5.4,3.3,7.6\n\t\t\t\t\t\t\tc11.1,15.2,22.4,30.2,33.6,45.4c0.9,1.2,1.1,2.8,0.7,4.9c-1.3-0.8-2.6-1.6-3.7-2.5c-12.5-11.1-25.3-21.9-37.4-33.5\n\t\t\t\t\t\t\tc-5.2-5-9.1-11.4-13.3-17.4c-1.9-2.7-2.2-5.6,1.6-7.4c2.5-1,5-2.1,8.1-3.4c-1.7-2.3-2.8-3.8-3.8-5.2c-0.3-0.9-0.5-1.8-0.8-2.8\n\t\t\t\t\t\t\tc0.1-0.4,0.2-0.8,0.4-1.1c-0.3,0-0.6,0-0.9,0c-5.6-9.3-11.1-18.6-16.7-27.9c-2.5-4.1-5-8-7.6-12.1\n\t\t\t\t\t\t\tC439,848.7,442.7,853.1,445.9,853.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M689.8,409.7c1.3-0.1,2.6-0.2,3.9-0.3c0.4,0.2,0.8,0.7,1.2,0.7c5.7,0.2,9.1,3.9,11.1,8.5c2.1,4.8-0.7,8.5-3.9,11.8\n\t\t\t\t\t\t\tc-0.7,0.8-1.3,1.8-1.9,2.6c-4.6,2.8-9,6-13.9,8.2c-5,2.2-10.3,3.9-15.7,4.9c-12.8,2.2-25.6,4.3-38.5,5.4\n\t\t\t\t\t\t\tc-13,1.2-25.7-1.2-37.4-7.5l0.2-0.2l-0.2,0.1c-1-0.6-2.1-1.3-3.1-1.9l0.2-0.1l-0.1,0.1c-4.5-3.7-9-7.5-13.5-11.2\n\t\t\t\t\t\t\tc-2.6-2.2-5.2-4.4-7.8-6.6c-0.2-0.7-0.1-1.7-0.6-2c-6.7-4.1-13.4-8.1-20.1-12.1c-7.1-3.6-12.2-9.3-15-16.6\n\t\t\t\t\t\t\tc-0.9-2.4-0.9-6.7,0.6-8.1c1.8-1.7,5.9-2.2,8.4-1.4c8.7,2.6,17.3,5.9,25.8,9.2c22.2,8.7,44.9,16,68.6,19.4\n\t\t\t\t\t\t\tc2.3,0.3,4.6,0.5,6.9,0.8c0.2,0.4,0.5,1.3,0.8,1.3c6.3,0.1,12.6,0,18.9,0c0.3,0,0.6-0.9,0.9-1.3c1.7-0.2,3.3-0.4,5-0.6\n\t\t\t\t\t\t\tc0.7-0.1,1.4-0.2,2.2-0.3c1.6-0.2,3.2-0.4,4.8-0.7c1-0.2,2-0.3,3-0.5c2.3-0.4,4.7-0.9,7-1.3C688.3,410,689,409.9,689.8,409.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M600.4,896.1c4.4-7.7,8.3-15.9,13.4-23.2c13.9-19.8,27.8-39.8,42.9-58.7c10.9-13.6,21.4-28.1,38.1-35.9\n\t\t\t\t\t\t\tc8.2-3.8,14.9-1.1,14.4,6.5c-0.2,3.1-0.6,6.5-2,9.1c-13.6,25.7-26.9,51.9-47.9,72.4c-11.2,10.9-24.9,19.1-37.4,28.5\n\t\t\t\t\t\t\tc-3.7,1.5-7.4,2.9-11,4.4c-0.9,0.2-1.8,0.5-2.7,0.7C605.6,898.7,603,897.4,600.4,896.1z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M874.6,497.6c1.1-3.9,2.3-7.8,3.4-11.7c0.5-1.1,1.1-2.2,1.6-3.3c0.3-0.4,0.6-0.8,0.8-1.2c0.7-1.3,1.4-2.5,2.2-3.8\n\t\t\t\t\t\t\tc0.3-0.4,0.6-0.8,0.9-1.1c0.4-0.6,0.8-1.2,1.2-1.8c2-2,3.9-4,5.9-6c4-0.3,8-0.6,12-0.9c0.7,0.6,1.5,1.2,2.2,1.8\n\t\t\t\t\t\t\tc1.3,1.6,2.6,3.3,3.9,4.9c6.5,11.1,8.1,23,5.6,35.5c-0.6,2.9-1.3,5.7-1.9,8.6c-0.8,2.1-1.5,4.1-2.3,6.2\n\t\t\t\t\t\t\tc-1.8,3.6-3.7,7.2-5.5,10.8c-0.4,0.3-0.7,0.5-1.1,0.8c-4.3,5.7-8.3,11.5-12.9,16.9c-1.5,1.7-4.8,2.9-6.8,2.5\n\t\t\t\t\t\t\tc-1.3-0.3-2.3-3.9-2.8-6.1c-1.7-8-3.6-16.1-4.7-24.2c-1.1-8.8-1.4-17.8-2-26.7C874.4,498.4,874.5,498,874.6,497.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M603.7,316.8c-6.7-1.7-13.8-2.5-20.1-5.3c-6-2.6-5.9-7.6-0.1-10.8c7.3-4,15-7,22.6-10.3c3.5-1.5,7-2.9,10.6-3.8\n\t\t\t\t\t\t\tc3.9-1,8-1.9,12-2.2c7.1-0.4,12.1,2.9,13.3,8.1c1.3,5.4-2,11.9-7.5,15.1c-9.5,5.5-19.5,8.8-30.6,7.7\n\t\t\t\t\t\t\tC603.9,315.8,603.8,316.3,603.7,316.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M664.6,909.8c-3.4,4.7-6.3,9.8-10.3,14c-13,13.8-26.4,27.3-39.7,40.8c-6.7,6.9-13.3,13.9-20.5,20.2\n\t\t\t\t\t\t\tc-3.8,3.4-8.6,5.8-13.3,8.1c-2,1-4.9,0.9-7.2,0.4c-1.6-0.4-3.7-2.2-4.1-3.7c-0.3-1.3,1.2-3.6,2.5-4.7\n\t\t\t\t\t\t\tc8.5-6.7,17.1-13.3,25.9-19.5c17.6-12.5,33.9-26.5,48.5-42.5c4.3-4.7,9.3-8.9,14-13.3c0.7-0.6,1.7-0.8,2.5-1.3\n\t\t\t\t\t\t\tC663.6,908.9,664.1,909.4,664.6,909.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M771.4,832.4c-4.3,4.6-8,9-12.2,12.9c-10.3,9.4-20.7,18.7-31.3,27.8c-2.4,2.1-5.4,4-8.5,4.9c-3.6,1-5.8-1.3-4.3-4.7\n\t\t\t\t\t\t\tc1.6-3.7,3.6-7.8,6.7-10.1c12.1-9.1,24.8-17.6,37.2-26.4C762.4,834.4,765,830.6,771.4,832.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M434.1,309.1c2.1-4.9,3.3-10.3,6.4-14.5c3.8-5.3,9.8-4.1,12.6,1.9c5.4,11.6,2.9,21.9-6.4,27.5c-4.6,2.7-8,1.5-9.6-3.5\n\t\t\t\t\t\t\tc-0.5-1.6-0.9-3.2-1.1-4.8c-0.3-2-0.3-4-0.4-6C434.9,309.5,434.5,309.3,434.1,309.1z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M628.7,968.4c-13.2,15.4-25.3,31.7-39.7,46c-1.1,1.1-3.2,1-4.8,1.5c-0.5-0.4-1-0.8-1.5-1.2c1.5-3,2.4-6.6,4.6-8.9\n\t\t\t\t\t\t\tc11.9-12.3,24.1-24.2,36.2-36.3c1.1-1.1,2.4-1.8,3.6-2.8C627.6,967.4,628.1,967.9,628.7,968.4z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M676.8,888.6c-0.3-5.9,10.9-17.9,17.9-19.6C695.5,873.6,682.7,887.9,676.8,888.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M867.7,645.8c3.3-8.5,10-14.1,16.7-19.7c0.5,0.4,1,0.9,1.5,1.3c-5.5,6.5-11.1,13.1-16.6,19.6\n\t\t\t\t\t\t\tC868.8,646.6,868.3,646.2,867.7,645.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath filter=\"url(#toneBlur)\" d=\"M223.2,680.5c-5.7-2.3-10.2-7.7-9.7-13.8c4.1,4.9,7.5,8.9,10.8,12.8C224,679.9,223.6,680.2,223.2,680.5z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\t\u003cimage style=\"overflow: visible; opacity: 0.5; enable-background: new;\" width=\"1080\" height=\"1080\" id=\"transSquare\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterTransSquare.png?v=1677086609\"\u003e \u003c\/image\u003e \n\t\t\t\t\t\u003cimage style=\"overflow: visible; opacity: 0.5; enable-background: new;\" width=\"1080\" height=\"1080\" id=\"transSquarePearl\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterPearlSquare_v2.png?v=1678216187\"\u003e \u003c\/image\u003e \n\t\t\t\t\t\u003cimage style=\"overflow: visible; opacity: 0.5; enable-background: new;\" width=\"1080\" height=\"1080\" id=\"transSquareBack\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterTransSquareBack2.png?v=1677444747\"\u003e \u003c\/image\u003e\n\t\t\t\t\t\n\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\u003cg id=\"transSmoke\"\u003e\n\t\t\t\t\t\u003cimage style=\"overflow: visible; opacity: 0.5; enable-background: new;\" width=\"1080\" height=\"1080\" id=\"smokeB\" filter=\"url(#smokeBFilter)\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterSmokeB2.png?v=1678371831\"\u003e \u003c\/image\u003e \n\t\t\t\t\t\u003cimage style=\"overflow: visible; opacity: 0.5; enable-background: new;\" width=\"1080\" height=\"1080\" id=\"smokeA\" filter=\"url(#smokeAFilter)\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterSmokeA2.png?v=1678371831\"\u003e \u003c\/image\u003e \n\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\u003cg id=\"pip\"\u003e \n\t\t\t\t\t\u003cg id=\"interiorSvgPips\" style=\"opacity:0.25\"\u003e\n\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath d=\"M553.15,670.8c-9.34,0.03-14.4,1.04-22.62,5.21c-27.37,13.91-38.32,49.45-10.53,73.44\n\t\t\t\t\t\tc21.56,18.62,58.73,14.5,75.28-8.69c8.17-11.44,10.44-24.19,5.49-37.48C593.3,683.28,574.51,670.74,553.15,670.8z M870.59,479.16\n\t\t\t\t\t\tc11.48-0.36,20.49-1.99,29.08-6.27c5.51-2.74,8.38-6.9,7.99-12.61c-0.39-5.72-1.13-11.75-3.31-16.97\n\t\t\t\t\t\tc-9.84-23.61-26.34-41.41-49.11-53.1c-4.34-2.23-9.39-3.43-14.25-4.21c-6.76-1.08-11.92,1.1-15.64,7.76\n\t\t\t\t\t\tc-10.12,18.11-11.39,36.47-1.95,54.87C833.56,468.43,850.79,477.71,870.59,479.16z M293.08,424.21\n\t\t\t\t\t\tc0.28-12.32-3.11-22.77-9.22-32.43c-2.52-3.98-6.18-6.5-10.83-5.82c-5.68,0.83-11.73,1.58-16.74,4.12\n\t\t\t\t\t\tc-23.48,11.91-40.17,30.42-50.02,54.79c-2,4.95-2.67,10.65-2.84,16.04c-0.08,2.72,1.6,6.45,3.74,8.13\n\t\t\t\t\t\tc7.6,5.98,16.58,9.13,26.24,9.8C265.74,481.12,293,455.72,293.08,424.21z M702.13,414.41c0.18,39.7,39.99,65.27,75.09,49.52\n\t\t\t\t\t\tc6.33-2.84,9.12-6.76,8.54-13.65c-0.39-4.58-1.27-9.33-3.01-13.55c-9.22-22.26-24.42-39.43-45.45-51.25\n\t\t\t\t\t\tc-3.57-2-7.63-3.45-11.64-4.27c-8.39-1.73-12.66,0.59-16.76,8.16C704.43,397.58,702.44,406.43,702.13,414.41z M601.97,409.76\n\t\t\t\t\t\tc0.06,35.25,37.61,59.53,69.87,45.25c5-2.21,7.95-5.82,7.31-11.22c-0.62-5.22-1.37-10.68-3.46-15.41\n\t\t\t\t\t\tc-8.76-19.85-22.38-35.71-41.08-46.89c-3.78-2.26-8.17-3.74-12.48-4.81c-5.77-1.44-9.52,0.45-12.64,5.53\n\t\t\t\t\t\tC604.3,390.65,601.94,399.89,601.97,409.76z M454.62,459.85c33.87-0.98,57.41-32.88,47.91-65.53\n\t\t\t\t\t\tc-5.58-19.17-14.26-22.81-31.09-12.23c-18.69,11.75-32.37,28.04-40.88,48.44c-1.63,3.9-2.26,8.33-2.75,12.58\n\t\t\t\t\t\tc-0.68,5.81,1.88,10.26,7.57,11.98C441.69,457.01,448.19,458.29,454.62,459.85z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath d=\"M553.15,670.8c21.36-0.06,40.16,12.48,47.62,32.49c4.95,13.29,2.68,26.04-5.49,37.48c-16.56,23.2-53.73,27.31-75.28,8.69\n\t\t\t\t\t\t\tc-27.79-24-16.83-59.53,10.53-73.44C538.74,671.84,543.8,670.83,553.15,670.8z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath d=\"M870.59,479.16c-19.8-1.45-37.03-10.73-47.2-30.53c-9.44-18.4-8.17-36.75,1.95-54.87c3.72-6.66,8.88-8.84,15.64-7.76\n\t\t\t\t\t\tc4.86,0.78,9.91,1.98,14.25,4.21c22.77,11.69,39.27,29.5,49.11,53.1c2.18,5.23,2.92,11.25,3.31,16.97\n\t\t\t\t\t\tc0.39,5.7-2.48,9.86-7.99,12.61C891.08,477.17,882.08,478.8,870.59,479.16z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath d=\"M293.08,424.21c-0.08,31.51-27.34,56.91-59.65,54.64c-9.66-0.68-18.64-3.82-26.24-9.8c-2.14-1.68-3.83-5.4-3.74-8.13\n\t\t\t\t\t\tc0.17-5.39,0.83-11.09,2.84-16.04c9.85-24.37,26.54-42.89,50.02-54.79c5-2.54,11.06-3.29,16.74-4.12\n\t\t\t\t\t\tc4.64-0.68,8.31,1.84,10.83,5.82C289.97,401.44,293.37,411.89,293.08,424.21z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath d=\"M702.13,414.41c0.31-7.98,2.3-16.83,6.76-25.04c4.1-7.57,8.37-9.88,16.76-8.16c4.01,0.83,8.07,2.27,11.64,4.27\n\t\t\t\t\t\tc21.03,11.82,36.23,28.98,45.45,51.25c1.75,4.22,2.62,8.97,3.01,13.55c0.59,6.89-2.21,10.81-8.54,13.65\n\t\t\t\t\t\tC742.11,479.68,702.3,454.11,702.13,414.41z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath d=\"M601.97,409.76c-0.03-9.87,2.33-19.11,7.53-27.55c3.13-5.08,6.87-6.97,12.64-5.53c4.3,1.08,8.7,2.55,12.48,4.81\n\t\t\t\t\t\tc18.7,11.17,32.32,27.04,41.08,46.89c2.09,4.74,2.85,10.2,3.46,15.41c0.64,5.4-2.3,9-7.31,11.22\n\t\t\t\t\t\tC639.57,469.29,602.03,445,601.97,409.76z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath d=\"M454.62,459.85c-6.42-1.56-12.93-2.84-19.24-4.75c-5.69-1.73-8.25-6.17-7.57-11.98c0.49-4.25,1.13-8.67,2.75-12.58\n\t\t\t\t\t\tc8.51-20.4,22.2-36.69,40.88-48.44c16.82-10.58,25.51-6.94,31.09,12.23C512.03,426.97,488.49,458.87,454.62,459.85z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\u003cg id=\"svgPips\"\u003e \n\t\t\t\t\t\t\u003cg id=\"pip4\"\u003e\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M298.2,777.9c-0.6,3.6-2.1,5.2-5.3,3.8c-3.6-1.6-7.3-3.2-10.4-5.6c-20.4-15.8-37-34.9-49.8-57.3c-2-3.4-3.2-7.3-4.3-11.1\n\t\t\t\t\t\t\tc-0.4-1.5,0-3.8,1-4.9c0.7-0.8,3.3-0.7,4.5,0c5.9,3.7,12.1,7.1,17.3,11.6c16.8,14.7,31.2,31.4,41.9,51.1\n\t\t\t\t\t\t\tC295.2,769.5,296.5,773.8,298.2,777.9z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M492.2,962.7c-0.5,3.4-1.9,4.8-4.9,4c-2.8-0.8-5.8-1.7-8.3-3.2c-18.1-11.2-32.5-26.5-45.2-43.2\n\t\t\t\t\t\t\tc-6.1-8-10.6-17.1-15.8-25.8c-0.7-1.1-1-2.5-1.3-3.7c-1-5,1.2-7.2,6-5.3c3.4,1.3,6.8,2.8,9.7,4.9c22.1,15.8,40,35.5,53.9,58.8\n\t\t\t\t\t\t\tC488.7,953.4,490.2,958.2,492.2,962.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M486.2,848.3c0.1,6.6-2.4,9.1-6.6,7.4c-6.3-2.5-12.7-5.2-18-9.3c-21.9-16.8-40.1-37-53.5-61.2c-2.5-4.4-4.1-9.4-5.4-14.4\n\t\t\t\t\t\t\tc-1.4-5.6,2-8.7,7.3-6.6c6.1,2.4,12.2,5.4,17.4,9.4c21.7,16.5,39.6,36.6,52.9,60.5C483.2,839.1,484.8,844.8,486.2,848.3z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M194,570c1.8-4.3,5.3-4.6,8.6-2.6c6.7,4,13.6,7.9,19.4,13c18.5,16.1,33.9,34.8,45.1,56.7c2.2,4.4,3.5,9.3,4.4,14.1\n\t\t\t\t\t\t\tc0.8,4.3-1.8,6.5-5.9,5c-4.2-1.5-8.4-3.5-11.9-6.2c-22.8-17.5-41.1-38.8-54.5-64.2c-2.3-4.3-3.5-9.2-5.2-13.9\n\t\t\t\t\t\t\tC194,571.4,194,570.7,194,570z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\u003cg id=\"pip5\"\u003e\n\t\t\t\t\t\t\t\u003cpath d=\"M632.5,856.8c-4.6-1.2-5.9-3.8-4.6-7.1c2.4-6.5,4.5-13.4,8.2-19.1c15-23.2,32.6-44,55.5-59.9c3.2-2.3,6.9-4.1,10.6-5.5\n\t\t\t\t\t\t\tc1.9-0.7,5.1-0.9,6.3,0.2c1.3,1.1,1.7,4.5,1,6.3c-3.1,7.5-6,15.2-10.4,22c-12.9,19.9-28.9,37.3-47.2,52.3\n\t\t\t\t\t\t\tC646.2,850.5,639,853.2,632.5,856.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M801.5,736.2c-1.8,4.1-3.4,9.9-6.6,14.6c-7.5,10.9-15.2,21.8-23.8,31.9c-7.4,8.6-15.8,16.4-24.3,24.1\n\t\t\t\t\t\t\tc-3.7,3.4-8.5,5.8-13.1,8.1c-1.8,0.9-4.3,0.3-6.5,0.4c-0.1-2.1-0.7-4.4,0-6.1c2.1-5.4,4.3-10.9,7.4-15.7\n\t\t\t\t\t\t\tc15.1-23.1,32.4-44.2,56-59.3c1.9-1.2,4.1-2.1,6.3-2.8C800.1,730.2,801.1,732,801.5,736.2z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M623.6,966.6c-4.3-0.1-5.9-1.7-4.3-4.8c3.7-7.4,7-15.1,11.6-21.8c12.6-18.4,27.5-34.9,45.7-48.1c2.9-2.1,6.1-4.1,9.4-5.5\n\t\t\t\t\t\t\tc1.7-0.8,4.3-0.9,5.8-0.1c0.8,0.4,1,3.7,0.3,5.3c-2.2,5.2-4.3,10.5-7.4,15.1c-14.7,21.5-31.1,41.3-53.2,55.8\n\t\t\t\t\t\t\tC628.8,964.2,625.8,965.5,623.6,966.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M811.7,776.6c1.6-3.3,3.4-8.4,6.2-12.8c14.3-22.8,30.9-43.5,53.7-58.6c0.4-0.3,0.8-0.8,1.2-0.9c2.2-0.5,4.4-0.9,6.6-1.3\n\t\t\t\t\t\t\tc-0.1,2.2,0.6,4.8-0.3,6.5c-5.5,9.6-10.6,19.6-17.2,28.4c-10.6,14.2-21.5,28.3-36.8,38.1c-3.1,2-6.2,3.9-9.5,5.4\n\t\t\t\t\t\t\tC812.9,782.7,811.2,781.6,811.7,776.6z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M917,572c-6,19.4-18.3,35-31.1,50.1c-7.2,8.4-14.8,16.4-23,23.7c-4.7,4.2-10.8,6.9-16.6,9.8c-4,2-6.6-0.3-5.4-4.8\n\t\t\t\t\t\t\tc2.9-11,7.4-21.3,14.6-30.2c8.3-10.3,16.4-20.9,25.7-30.3c7.9-7.9,17.1-14.5,26.1-21.2c2.7-2.1,6.5-3.8,9.7-0.1\n\t\t\t\t\t\t\tC917,570,917,571,917,572z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\u003cg id=\"pip6\"\u003e\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M557.1,581.7c28.8-0.3,55.2,19.2,61.2,45c4.8,20.6-5.2,43-25.2,55.1c-24.6,15-52.3,13.9-75.3-2.7\n\t\t\t\t\t\t\tc-15.3-11-24.2-26.2-22.9-45.6c0.9-14.4,7.9-26.3,18.8-35.7C526.1,587.1,540.7,582,557.1,581.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M441,588.8c-18.8-1-36.1-7-48.5-23.1c-14.2-18.6-14-37.4-1.2-55.7c22.4-32,71.7-35.8,98.8-7.5\n\t\t\t\t\t\t\tc19,19.9,18.3,45.9-0.2,65.7C476.9,582,460.5,588.2,441,588.8z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M337,389.6c17.8,0.4,33.7,5.9,45.5,19.7c16,18.6,14.6,42.2-2.8,60.7c-23.5,25-65,26.8-90.6,4.1\n\t\t\t\t\t\t\tc-18.7-16.6-19.2-44.9-1.3-63.6C301.2,396.6,317.6,390,337,389.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M838.2,438c-0.3,22.6-13.5,40.2-31.8,47.1c-26.9,10.1-51.6,5-71.9-14.1c-24.2-22.8-19-53.8,6.8-71.1\n\t\t\t\t\t\t\tc28.1-18.8,66.5-10.8,86.4,13.8C834.5,422.1,838.1,431.8,838.2,438z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M661.7,395.6c-16.6-1-34.6-7.8-47-25.3c-15.1-21.2-7.6-43.9,10-57.5c24.2-18.7,61.3-16.9,83.5,4.1\n\t\t\t\t\t\t\tc9.5,9,15.5,20.3,14.8,33.6c-0.7,12.6-6.8,23.1-16.7,31.1C694.5,391.3,680.9,395.7,661.7,395.6z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\u003cpath d=\"M553.4,305.7c-16.6-1-32.9-6.8-45.1-21.3c-13-15.4-12.3-36.8,1.9-51.5c23.1-24,64.4-25.2,88.8-2.4\n\t\t\t\t\t\t\tc19.2,18,17.7,45.4-3.4,61.9C583.7,301.5,570.1,305.5,553.4,305.7z\"\u003e\u003c\/path\u003e \n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\t\u003cg id=\"transPips\"\u003e \n\t\t\t\t\t\t\u003cimage style=\"overflow:visible;enable-background:new    ;\" width=\"1080\" height=\"1080\" id=\"transPips6\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterTransPips6.png?v=1677188533\" transform=\"matrix(0.9993 0 0 0.9993 0 0)\"\u003e\u003c\/image\u003e\n\t\t\t\t\t\n\t\t\t\t\t\t\u003cimage style=\"overflow:visible;enable-background:new    ;\" width=\"1080\" height=\"1080\" id=\"transPips45\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterTransPips45.png?v=1677188527\" transform=\"matrix(0.9993 0 0 0.9993 0 0)\"\u003e\u003c\/image\u003e\n\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\u003cg id=\"pipNo\"\u003e \n\t\t\t\t\t\u003cg id=\"interiorSvgPipsNo\" style=\"opacity:0.25\"\u003e\n\t\t\t\t\t\t\u003cpath id=\"pipNo1\" d=\"M534.3,678.8c6.3,5.8,11.9,11,17.5,16c32.1,28.8,64.3,57.5,96.5,86.3c3.2,2.9,3.5,11,0,14.5\n\t\t\t\t\t\tc-7.9,7.9-16.1,15.4-24.2,23.1c-2.4,2.3-4.1,0.9-5.9-0.8c-14.4-13.1-28.8-26.2-43.3-39.3c-34.4-31.2-68.8-62.4-103.3-93.7\n\t\t\t\t\t\tc-8.6-7.8-17.3-15.6-25.8-23.6c-5.7-5.3-5.6-13.5,0.1-18.7c5.2-4.7,10.4-9.4,15.9-13.7c1.5-1.1,4.4-1.7,6.1-1.1\n\t\t\t\t\t\tc25.8,10.4,52,9.7,78.5,3c2.2-0.5,5.4,0,7.1,1.4c8.7,7.2,17.2,14.8,25.6,22.4c5,4.5,3.1,14.5-3.2,16c-12.3,2.9-24.7,5-37.1,7.5\n\t\t\t\t\t\tC537.6,678.4,536.5,678.5,534.3,678.8z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath id=\"pipNo2\" d=\"M362.4,469.2c-5.1-0.4-8.6-0.8-12.2-0.9c-9.7-0.4-18.2-3.3-25.1-10.5c-2.6-2.8-5.6-5.3-8.6-7.6\n\t\t\t\t\t\tc-11.3-9-13.4-21.1-11.1-34.2c3.2-18.1,11.7-33.9,23.5-47.9c11.5-13.6,24.8-25.1,40.2-34.1c3.3-1.9,6.8-3.5,10.3-4.9\n\t\t\t\t\t\tc9.7-3.8,18.8-3.6,26.8,4.3c3.4,3.4,7.9,5.8,10.8,9.5c3.5,4.5,6.1,9.7,8.6,14.9c0.6,1.2-0.4,4-1.5,5.1\n\t\t\t\t\t\tc-8.3,7.9-16.8,15.7-25.5,23.2c-1,0.9-3.8,0.9-4.9,0.1c-3.2-2.1-5.7-5.1-9-7.1c-1.6-1-4.7-1.4-6.2-0.5\n\t\t\t\t\t\tc-13.1,7.7-22.8,18.4-25.9,33.8c-1.4,7.1-0.3,8.2,6.7,8.7c12.6,0.8,25.2,1.6,37.8,2.8c7.7,0.7,14.4,3.9,20,9.3\n\t\t\t\t\t\tc3.5,3.3,7.5,6.2,10.9,9.6c2.4,2.4,4.7,5.2,6.3,8.2c3.4,6.2,3,7.1-2.5,11.7c-31.1,25.9-62.3,51.7-93.3,77.7c-3.3,2.8-4.9,2-8.3-0.1\n\t\t\t\t\t\tc-11.7-7.3-11.5-19.4-13.1-30.7c-0.2-1.6,1.6-3.9,3.1-5.1c12.2-10.3,24.6-20.4,37-30.6C358.7,472.6,359.9,471.4,362.4,469.2z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003cpath id=\"pipNo3\" d=\"M760.1,424.3c0,3.6-0.5,7.4,0.1,10.9c0.8,3.9-0.5,6.3-3.4,8.6c-3.7,2.8-7.1,7.9-10.8,8c-3.2,0.1-6.5-5.5-9.9-8.3\n\t\t\t\t\t\tc-3.7-3.1-7.6-6.1-11.5-9.1c-0.4,0.3-0.8,0.6-1.2,0.9c0,2.4-0.5,4.9,0.1,7.1c3.4,14.7,11.5,26.1,24.5,33.9c6.4,3.9,8,3.4,13.6-1.5\n\t\t\t\t\t\tc5-4.5,5-4.5,9.9,0.1c7.2,6.7,14.3,13.5,21.6,20c2.5,2.2,3.2,4.6,1,6.8c-7.4,7.3-14.6,15.1-23,21c-3.6,2.5-10.4,1.6-15.4,0.6\n\t\t\t\t\t\tc-11.2-2.2-20.4-8.8-29.1-15.9c-21.7-17.7-38-39.2-46.6-66c-1.4-4.4-2.2-9.1-2.6-13.7c-0.8-9.4,1-17.9,9.4-23.9\n\t\t\t\t\t\tc3.1-2.2,5.7-5.2,8.8-7.4c2.9-2.2,3.1-4,1.8-7.5c-2.8-7.4-5.3-15.1-6.7-22.9c-1.3-7.8,1.2-14.8,7.9-19.9c3.8-3,7.5-6.1,11-9.4\n\t\t\t\t\t\tc6.5-6,14.1-7.2,22.3-5.1c11.3,2.8,20.6,9.4,29.3,16.6c21,17.3,36.9,37.9,42.5,65.3c2.9,14,0.7,19.2-12,26.4\n\t\t\t\t\t\tc-1.4,0.8-4.2,0.2-5.7-0.8c-8.2-5-16.3-10.3-24.4-15.5C761.1,423.9,760.6,424.1,760.1,424.3z M758.1,411.8\n\t\t\t\t\t\tc-2.8-12-9.3-21.4-19.8-27.8C741.2,395.9,748.6,404.6,758.1,411.8z\"\u003e\u003c\/path\u003e\t\u003cimage style=\"overflow:visible;enable-background:new    ;\" width=\"1080\" height=\"1080\" id=\"transPipsNo123\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterTransPipsBackNum123b.png?v=1678370604\"\u003e\u003c\/image\u003e\t\t\t\n\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\n\t\t\t\t\t\u003cg id=\"svgPipsNo\"\u003e \n\t\t\t\t\t\t\u003cpath id=\"pipNo4\" d=\"M389.1,846.6c0.6,4.3,1.2,8.2,1.6,12.2c0.1,1.2-0.2,2.5-0.3,3.7c-1.1-0.7-2.3-1.2-3.2-2.1\n\t\t\t\t\t\tc-7.4-7-15.4-13.5-21.7-21.4c-3.3-4.1-2.9-10.9-4.9-16.2c-1.7-4.6-3.5-9.8-6.8-13.1c-17.1-17-35.3-33-51.8-50.6\n\t\t\t\t\t\tc-5.1-5.4-6.2-14.7-8.9-22.3c-0.2-0.6,2.1-2.8,3.5-3.1c15.9-4.2,31.9-8.3,48-12c1.8-0.4,4.1,1,6.2,1.6c0.4,0.1,0.7,0.7,1.1,1\n\t\t\t\t\t\tc24.8,14.5,27.2,39.2,29.3,64.1c0.9,10.4,1.9,21,4.5,31.1c1.2,4.8,5.4,9.3,9.4,12.7c7.5,6.5,13.3,13.4,12.5,24\n\t\t\t\t\t\tc-0.1,1.1-0.3,2.1-0.4,3.2c-1-0.6-2.1-0.9-2.9-1.7c-4.1-3.9-8.2-7.9-12.3-11.7c-0.7-0.6-1.6-1-2.4-1.4\n\t\t\t\t\t\tC389.5,845.4,389.3,846.1,389.1,846.6z M355.8,791.5c-1.7-11.6-3.3-22.8-5.3-33.9c-0.2-1.1-2.9-2.6-4.1-2.4\n\t\t\t\t\t\tc-7.3,1.4-14.6,3.2-21.8,5.2c-0.7,0.2-1.5,3.5-0.9,4c9.6,9.4,19.4,18.7,29.2,27.9c0.6,0.6,1.7,0.8,2.5,1.2\n\t\t\t\t\t\tC355.6,792.7,355.7,791.9,355.8,791.5z\"\u003e\u003c\/path\u003e\n\t\t\n\t\t\t\t\t\t\u003cpath id=\"pipNo5\" d=\"M814.9,737.7c-1.3,4.1-3,11.5-6.1,18.2c-17.9,38-44.3,69.1-77.5,94.5c-4.3,3.3-9.5,5.6-14.6,7.3\n\t\t\t\t\t\tc-2,0.7-5.7-1.2-7.4-3c-0.8-0.9,0.6-4.9,2-6.6c7.4-8.1,15.1-16,22.9-23.7c1-1,3.5-0.5,5.3-0.7c2.3-0.2,5.2,0.3,6.9-0.9\n\t\t\t\t\t\tc19.7-13.3,33-31.2,38-54.7c0.5-2.2-0.3-6.1-1.8-7.1c-1.5-1-5.6-0.1-7.1,1.4c-10.9,10.9-21.2,22.3-32,33.3\n\t\t\t\t\t\tc-7.8,8-15.8,15.6-23.8,23.3c-0.5,0.5-1.4,0.6-2.2,0.9c0-0.8-0.3-1.6,0-2.3c8.1-24.2,15-48.8,24.9-72.2c3.7-8.7,14.1-14.7,21.6-21.8\n\t\t\t\t\t\tc18.2-17.4,36.4-34.7,54.7-51.9c1.3-1.2,2.9-1.9,4.4-2.9c0.1,1.7,0.2,3.4,0.2,5.1c-0.9,18.6-17,26-27.6,37.3\n\t\t\t\t\t\tc-10.2,10.7-22.4,19.7-31.7,31.1c-5.5,6.7-6.9,16.6-10.2,25.1c-0.1,0.4,0.1,0.9,0.2,1.3c1-0.8,2.1-1.5,3-2.4\n\t\t\t\t\t\tc10.5-10.4,20.7-21.2,31.6-31.2c4.3-3.9,9.9-6.9,15.3-9.1C811.4,722.9,815.3,726.2,814.9,737.7z\"\u003e\u003c\/path\u003e\n\t\t\n\t\t\t\t\t\t\u003cg id=\"pipNo6\"\u003e\n\t\t\t\t\t\t\t\u003cpath d=\"M623.4,553.5c-26-0.5-49.4-9.4-71-23c-40.3-25.4-76.9-55.2-103.8-95.2c-19.5-28.9-19.5-58.2,0-80.9\n\t\t\t\t\t\t\tc17.9-20.8,41.5-28.3,68.1-22.7c13.3,2.8,25.7,9.6,38.4,14.8c0.8,0.3,1.4,3.8,0.7,4.6c-7.3,8.4-14.9,16.7-22.6,24.6\n\t\t\t\t\t\t\tc-1,1-4,0.8-5.8,0.3c-7.9-2.3-15.6-6.6-23.5-6.9c-16.8-0.8-29.1,15.4-21.9,30.5c6.3,13.4,16.8,24.8,26,36.8\n\t\t\t\t\t\t\tc3.3,4.3,7.8,7.6,11.8,11.3c0.2-5-0.1-10.1,0.5-15.1c2-16.4,12.4-26.6,26.4-33.2c19-9,39.1-8.4,58.7-3\n\t\t\t\t\t\t\tc34.7,9.6,62.5,29.9,80.7,60.7c28.6,48.4-6.9,89-47.6,94.9C633.4,552.9,628.4,553.1,623.4,553.5z M551.2,455.9\n\t\t\t\t\t\t\tc0.4,1.6,0.6,5.9,2.6,9.2c15.6,25.6,36.9,43.5,67.9,45.5c20.7,1.3,34-16.5,24.3-33.2c-13.8-24-34.5-41.1-62.4-46.7\n\t\t\t\t\t\t\tC565.9,427.1,551.3,438.4,551.2,455.9z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\u003cpath d=\"M777.4,505.6c-1.3,1.5-2.1,2.6-3,3.4c-44.5,40.2-89,80.4-133.6,120.4c-1.3,1.2-5.6,1.1-7.1-0.1\n\t\t\t\t\t\t\tc-11.4-9.3-11.5-9.7-0.7-19.5c42-37.9,84.2-75.7,126.4-113.3c1.2-1.1,4.7-1.1,6.2-0.1C769.7,498.9,773.3,502.3,777.4,505.6z\"\u003e\u003c\/path\u003e\n\n\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\u003c\/g\u003e \n\t\t\t\t\t\u003cg id=\"transPipsNo\"\u003e \n\t\t\t\t\t\t\u003cimage style=\"overflow:visible;enable-background:new    ;\" width=\"1080\" height=\"1080\" id=\"transPipsNo6\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterTransPipsNum6b.png?v=1678370604\"\u003e\u003c\/image\u003e\n\t\t\t\t\t\n\t\t\t\t\t\t\u003cimage style=\"overflow:visible;enable-background:new;\" width=\"1080\" height=\"1080\" id=\"transPipsNo45\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterTransPipsNum45b.png?v=1678370604\" transform=\"matrix(0.9993 0 0 0.9993 0 0)\"\u003e\u003c\/image\u003e\n\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\u003c\/g\u003e \t\n\t\t\t\t\n\t\t\t\t\u003cimage style=\"overflow:visible;\" width=\"2763\" height=\"2762\" id=\"userImage\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterUserImage.png?v=1677184849\" filter=\"url(#userImgFilter)\" transform=\"matrix(0.24 0 0 0.24 238.8 147.6)\"\u003e\u003c\/image\u003e\t\n\t\t\t\t\n\t\t\t\t\u003cg id=\"clipRound\" style=\"fill:#ffffff;\"\u003e\n\t\t\t\t\t\u003cpath d=\"M0,0v1080h1080V0H0z M939.6,618c-24.1,56.6-59.9,106-98.1,153.7c-53.3,66.5-111.4,128.4-180,179.4\n\t\t\t\t\t\tc-21.1,15.7-42.9,31.1-69.3,36.5c-12.2,2.5-25.1,2-37.7,2.9c-45,4.9-79.8-17.8-112.4-43.3c-107-83.5-194.9-183.7-260.5-302.8\n\t\t\t\t\t\tc-13.2-23.9-24.5-48.9-23.3-77.5c1.5-35.5,10-69.2,25.4-101c49.4-101.1,121.1-182,219.3-238.1c33.1-18.9,69.8-26.9,107.2-31\n\t\t\t\t\t\tc53.2-5.9,105.9-2.2,157.1,13.9c44.5,14,82.3,39.8,117.2,69.9c61.9,53.2,112,115.7,145.3,190.8c13.7,31,22.3,63.5,21.9,97.2\n\t\t\t\t\t\tC951.5,585.2,946.2,602.5,939.6,618z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\u003cg id=\"dottedRound\"\u003e\n\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\u003cellipse id=\"dottedRoundShadow\" style=\"\n\t\t\t\t\t\t\t\t\t\tfill:none;\n\t\t\t\t\t\t\t\t\t\tstroke:#000000;\n\t\t\t\t\t\t\t\t\t\tstroke-width:8.2346;\n\t\t\t\t\t\t\t\t\t\tstroke-miterlimit:10;\n\t\t\t\t\t\t\t\t\t\tstroke-dasharray:33.1098,33.1098;\n\t\t\t\t\t\t\t\t\t\tfilter:blur(3px);\n\t\t\t\t\t\t\t\t\t\t-webkit-filter: blur(3px);\n\t\t\t\t\t\t\t\t\t\" cx=\"556.4\" cy=\"456.3\" rx=\"261.1\" ry=\"222.3\"\u003e\u003c\/ellipse\u003e\n\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\u003cellipse id=\"dottedRoundRed\" style=\"\n\t\t\t\t\t\t\t\t\t\tfill:none;\n\t\t\t\t\t\t\t\t\t\tstroke:#FF0000;\n\t\t\t\t\t\t\t\t\t\tstroke-width:8.2346;\n\t\t\t\t\t\t\t\t\t\tstroke-miterlimit:10;\n\t\t\t\t\t\t\t\t\t\tstroke-dasharray:33.1098,33.1098;\n\t\t\t\t\t\t\t\t\t\" cx=\"556.4\" cy=\"445.8\" rx=\"261.1\" ry=\"222.3\"\u003e\u003c\/ellipse\u003e\n\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\u003cg id=\"clipSquare\" style=\"fill:#ffffff;\"\u003e\n\t\t\t\t\t\u003cpath d=\"M0,0v1080h1080V0H0z M966.9,486.2C945.8,559.1,924.6,632,903.5,705c-2.9,9.9-8,18.1-15.3,25.3\n\t\t\t\t\tc-99.3,96.6-198.5,193.2-297.7,289.9c-10,9.7-21.8,14.9-36.2,15c-13.5-0.1-25.3-5.2-35.2-14.8c-51.5-49.9-103-99.7-154.5-149.5\n\t\t\t\t\tc-48.1-46.6-96.2-93.3-144.5-139.7c-8.5-8.1-13.9-17.5-16.9-28.8c-19.2-72.1-38.6-144.1-57.8-216.2c-6.8-25.4,0.1-46.3,20.8-62.6\n\t\t\t\t\tc118.7-93,237.5-186,356.2-278.9c19.9-15.6,45.1-15.7,65.1-0.1C707.4,237.8,827.2,331,947,424.3C966.9,439.8,973.9,462,966.9,486.2\n\t\t\t\t\tz\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\n\t\t\t\t\t\u003cg id=\"dottedRect\"\u003e\n\t\t\t\t\t\t\u003cg id=\"dottedRectShadow\" style=\"\n\t\t\t\t\t\t\tfill:none;\n\t\t\t\t\t\t\tstroke:#000000;\n\t\t\t\t\t\t\tstroke-width:7.7166;\n\t\t\t\t\t\t\tstroke-miterlimit:10;\n\t\t\t\t\t\t\tstroke-dasharray:30.4653,30.4653;\n\t\t\t\t\t\t\tfilter:blur(3px);\n\t\t\t\t\t\t\"\u003e\n\t\t\t\t\t\t\t\u003cpolyline points=\"894.5,454.5 906.6,464.2 894.5,473.8 \t\t\"\u003e\u003c\/polyline\u003e\n\t\t\t\t\t\t\t\u003cline x1=\"870.4\" y1=\"493.1\" x2=\"593.2\" y2=\"715.3\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\t\t\u003cpolyline points=\"581.1,725 569.1,734.6 557,725 \t\t\"\u003e\u003c\/polyline\u003e\n\t\t\t\t\t\t\t\u003cline x1=\"532.4\" y1=\"705.2\" x2=\"249\" y2=\"477.7\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\t\t\u003cpolyline points=\"236.6,467.8 224.6,458.2 236.6,448.5 \t\t\"\u003e\u003c\/polyline\u003e\n\t\t\t\t\t\t\t\u003cline x1=\"260.8\" y1=\"429.2\" x2=\"538\" y2=\"206.9\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\t\t\u003cpolyline points=\"550,197.2 562.1,187.6 574.1,197.2 \t\t\"\u003e\u003c\/polyline\u003e\n\t\t\t\t\t\t\t\u003cline x1=\"598.8\" y1=\"217\" x2=\"882.2\" y2=\"444.6\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\u003cg id=\"dottedRectRed\" style=\"\n\t\t\t\t\t\t\t\tfill:none;\n\t\t\t\t\t\t\t\tstroke:#FF0000;\n\t\t\t\t\t\t\t\tstroke-width:7.7166;\n\t\t\t\t\t\t\t\tstroke-miterlimit:10;\n\t\t\t\t\t\t\t\tstroke-dasharray:30.4653,30.4653;\n\t\t\t\t\t\t\t\"\u003e\n\t\t\t\t\t\t\t\u003cpolyline points=\"894.5,444.5 906.6,454.2 894.5,463.8 \t\t\"\u003e\u003c\/polyline\u003e\n\t\t\t\t\t\t\t\u003cline x1=\"870.4\" y1=\"483.1\" x2=\"593.2\" y2=\"705.3\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\t\t\u003cpolyline points=\"581.1,715 569.1,724.6 557,715 \t\t\"\u003e\u003c\/polyline\u003e\n\t\t\t\t\t\t\t\u003cline x1=\"532.4\" y1=\"695.2\" x2=\"249\" y2=\"467.7\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\t\t\u003cpolyline points=\"236.6,457.8 224.6,448.2 236.6,438.5 \t\t\"\u003e\u003c\/polyline\u003e\n\t\t\t\t\t\t\t\u003cline x1=\"260.8\" y1=\"419.2\" x2=\"538\" y2=\"196.9\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\t\t\u003cpolyline points=\"550,187.2 562.1,177.6 574.1,187.2 \t\t\"\u003e\u003c\/polyline\u003e\n\t\t\t\t\t\t\t\u003cline x1=\"598.8\" y1=\"207\" x2=\"882.2\" y2=\"434.6\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\u003cimage filter=\"url(#safariTest)\" style=\"overflow:visible;\" width=\"230\" height=\"230\" y=\"850\" id=\"userPreview\" xlink:href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterUserImage.png?v=1677184849\"\u003e\u003c\/image\u003e\n\t\t\t\u003c\/svg\u003e \n\t\t\t\u003c!-- END OF SVG Object --\u003e\n\t\t\u003c\/div\u003e\n\t\t\u003cdiv\u003e\n\t\t\t\u003c!-- This DIV is the Extension Pop-Up Warning --\u003e\n\t\t\t\u003cdiv id=\"previewCanvas\" style=\"position: absolute;top: 85%;left: 50%;transform: translate(-50%, -50%);background: #ffcdcd;padding: 10px; display: none; border-radius: 20px;border: red 2px dashed;z-index: 100;\"\u003e\n\t\t\t\t\u003cdiv style=\"\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\tmargin: 0px 0px 0px 20px;\n\t\t\t\t\tpadding: 20px 40px 10px 10px;\n\t\t\t\t\tfont-weight: 700;\n\t\t\t\t\tfont-size: calc(var(--typeBaseSize) - 1px);\n\t\t\t\t\t\"\u003e\n\t\t\t\t\tPlease upload an SVG or Black and White PNG file without a background. A great resource is \u003ca href=\"https:\/\/picsvg.com\/\" target=\"_blank\"\u003ehttps:\/\/picsvg.com\/\u003c\/a\u003e to get an SVG version of your image!\n\t\t\t\t\t\u003cdiv style=\"\n\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\tright: 15px;\n\t\t\t\t\t\ttop: 5px;\"\u003e\n\t\t\t\t\t\t\n\t\t\t\t\t\t\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewbox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;width: 25px;margin-right: -10px;\" xml:space=\"preserve\" onclick=\"document.getElementById('previewCanvas').style.display='none'\"\u003e\n\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\u003ccircle style=\"fill: #000000;\" cx=\"10\" cy=\"10\" r=\"8.5\"\u003e\u003c\/circle\u003e\n\t\t\t\t\t\t\t\t\u003cpath d=\"M10,2c4.4,0,8,3.6,8,8s-3.6,8-8,8s-8-3.6-8-8S5.6,2,10,2 M10,1c-5,0-9,4-9,9s4,9,9,9s9-4,9-9S15,1,10,1L10,1z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\u003cline style=\"fill:none;stroke:#FFFFFF;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:10;\" x1=\"5.5\" y1=\"5.5\" x2=\"14.5\" y2=\"14.5\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\t\t\u003cline style=\"fill:none;stroke:#FFFFFF;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:10;\" x1=\"5.5\" y1=\"14.5\" x2=\"14.5\" y2=\"5.5\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\t\t\u003c\/svg\u003e\n\t\t\t\t\t\u003c\/div\u003e\n\t\t\t\t\u003c\/div\u003e\n\t\t\t\u003c\/div\u003e\n\t\t\t\u003cdiv id=\"toggleOverlay2\" onclick=\"jesterLighting()\"\u003e\n\t\t\t\t\u003clabel\u003e \n\t\t\t\t\t \u003cspan style=\"\n\t\t\t\t\t\tposition: relative;\n\t\t\t\t\t\t\n\t\t\t\t\t\tbackground-color: #ccc;\n\t\t\t\t\t\tborder-radius: 50%;\n\t\t\t\t\t\tmargin: auto;\n\t\t\t\t\t\t\"\u003e\n\t\t\t\t\t\t\u003csvg version=\"1.1\" id=\"HIGH\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewbox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;width: 70px;\" xml:space=\"preserve\"\u003e\n\n\t\t\t\t\t\t\t\u003cpath id=\"bulbRight\" class=\"st0\" d=\"M10,4.1v12.1h1.9l0.3-2.3c0.1-0.9,0.6-1.8,1.2-2.5c0.6-0.8,1-1.8,1-2.9\n\t\t\t\t\t\t\t\tC14.5,6.1,12.5,4.1,10,4.1z\" style=\"fill: rgb(255, 222, 23);\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\u003cpath id=\"bulbLeft\" class=\"st1\" d=\"M9,4.2C7.4,4.6,6,5.9,5.6,7.6c-0.3,1.5,0.1,2.9,1,3.9c0.6,0.7,1,1.5,1.1,2.4l0.3,2.3H10V4.1\n\t\t\t\t\t\t\t\tC9.7,4.1,9.4,4.2,9,4.2z\" style=\"fill: rgb(255, 246, 130);\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\u003cg id=\"coil\" style=\"fill: rgb(247, 148, 29);\"\u003e\n\t\t\t\t\t\t\t\t\u003cpath class=\"st2\" d=\"M10.6,15.9h-0.5v-4.4H9.9v4.4H9.4v-4.4H8.8c-0.6,0-1.1-0.5-1.1-1.1c0-0.6,0.5-1.1,1.1-1.1s1,0.5,1,1.1V11h0.3\n\t\t\t\t\t\t\t\t\tv-0.6c0-0.6,0.5-1.1,1-1.1s1,0.5,1,1.1c0,0.6-0.5,1.1-1,1.1h-0.5V15.9z M10.6,11h0.5c0.3,0,0.5-0.2,0.5-0.6s-0.2-0.6-0.5-0.6\n\t\t\t\t\t\t\t\t\tc-0.3,0-0.5,0.2-0.5,0.6V11z M8.8,9.9c-0.3,0-0.6,0.2-0.6,0.6S8.5,11,8.8,11h0.5v-0.6C9.4,10.1,9.1,9.9,8.8,9.9z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\u003cg id=\"outlines\"\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M11.9,17.7H8.1c-0.2,0-0.4-0.2-0.4-0.4s0.2-0.4,0.4-0.4h3.8c0.2,0,0.4,0.2,0.4,0.4S12.1,17.7,11.9,17.7z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M11.5,18.7h-3c-0.2,0-0.4-0.2-0.4-0.4s0.2-0.4,0.4-0.4h3c0.2,0,0.4,0.2,0.4,0.4S11.7,18.7,11.5,18.7z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M11.1,19.7H8.9c-0.2,0-0.4-0.2-0.4-0.4s0.2-0.4,0.4-0.4h2.2c0.2,0,0.4,0.2,0.4,0.4S11.3,19.7,11.1,19.7z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M11.9,16.7H8.1c-0.2,0-0.3-0.1-0.4-0.3L7.4,14c-0.1-0.8-0.5-1.6-1-2.2c-1-1.2-1.4-2.7-1-4.2c0.4-1.8,1.9-3.3,3.7-3.7\n\t\t\t\t\t\t\t\t\t\tc1.5-0.3,3,0,4.1,1s1.8,2.3,1.8,3.8c0,1.1-0.4,2.2-1.1,3.1c-0.6,0.7-1,1.5-1.1,2.3l-0.3,2.3C12.3,16.5,12.1,16.7,11.9,16.7z\n\t\t\t\t\t\t\t\t\t\t M8.4,15.9h3.2l0.3-2c0.1-0.9,0.6-1.8,1.2-2.7c0.6-0.7,1-1.7,1-2.6c0-1.2-0.6-2.4-1.5-3.2c-1-0.8-2.2-1.1-3.5-0.8\n\t\t\t\t\t\t\t\t\t\tC7.6,4.9,6.3,6.2,6,7.7C5.7,9,6,10.3,6.9,11.3C7.5,12.1,8,13,8.1,13.9L8.4,15.9z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M10,2.7c-0.1,0-0.2-0.1-0.2-0.2V0.7c0-0.1,0.1-0.2,0.2-0.2s0.2,0.1,0.2,0.2v1.7C10.2,2.6,10.1,2.7,10,2.7z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M7,3.5c-0.1,0-0.2,0-0.2-0.1L5.9,1.9C5.8,1.7,5.9,1.6,6,1.5c0.1-0.1,0.3,0,0.3,0.1l0.9,1.5c0.1,0.1,0,0.3-0.1,0.3\n\t\t\t\t\t\t\t\t\t\tC7.1,3.5,7,3.5,7,3.5z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M4.8,5.7c0,0-0.1,0-0.1,0L3.2,4.8C3.1,4.7,3,4.6,3.1,4.4s0.2-0.2,0.3-0.1l1.5,0.9C5,5.3,5.1,5.4,5,5.6\n\t\t\t\t\t\t\t\t\t\tC5,5.6,4.9,5.7,4.8,5.7z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M4,8.7H2.3C2.1,8.7,2,8.6,2,8.4s0.1-0.2,0.2-0.2H4c0.1,0,0.2,0.1,0.2,0.2S4.1,8.7,4,8.7z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M3.3,12.5c-0.1,0-0.2,0-0.2-0.1c-0.1-0.1,0-0.3,0.1-0.3l1.5-0.9c0.1-0.1,0.3,0,0.3,0.1c0.1,0.1,0,0.3-0.1,0.3l-1.5,0.9\n\t\t\t\t\t\t\t\t\t\tC3.4,12.5,3.3,12.5,3.3,12.5z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M16.7,12.5c0,0-0.1,0-0.1,0l-1.5-0.9c-0.1-0.1-0.2-0.2-0.1-0.3c0.1-0.1,0.2-0.2,0.3-0.1l1.5,0.9c0.1,0.1,0.2,0.2,0.1,0.3\n\t\t\t\t\t\t\t\t\t\tC16.9,12.5,16.8,12.5,16.7,12.5z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M17.7,8.7H16c-0.1,0-0.2-0.1-0.2-0.2s0.1-0.2,0.2-0.2h1.7c0.1,0,0.2,0.1,0.2,0.2S17.9,8.7,17.7,8.7z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M15.2,5.7c-0.1,0-0.2,0-0.2-0.1c-0.1-0.1,0-0.3,0.1-0.3l1.5-0.9c0.1-0.1,0.3,0,0.3,0.1c0.1,0.1,0,0.3-0.1,0.3l-1.5,0.9\n\t\t\t\t\t\t\t\t\t\tC15.3,5.7,15.2,5.7,15.2,5.7z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath d=\"M13,3.5c0,0-0.1,0-0.1,0c-0.1-0.1-0.2-0.2-0.1-0.3l0.9-1.5c0.1-0.1,0.2-0.2,0.3-0.1c0.1,0.1,0.2,0.2,0.1,0.3l-0.9,1.5\n\t\t\t\t\t\t\t\t\t\tC13.2,3.4,13.1,3.5,13,3.5z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\u003cg id=\"glow1\"\u003e\n\t\t\t\t\t\t\t\t\u003cpath class=\"st3\" d=\"M6.4,8.2C6.4,8.2,6.4,8.2,6.4,8.2C6.3,8.1,6.3,8.1,6.3,8c0.1-0.5,0.3-1,0.6-1.4c0-0.1,0.1-0.1,0.2,0\n\t\t\t\t\t\t\t\t\tc0.1,0,0.1,0.1,0,0.2C6.8,7.2,6.7,7.6,6.6,8.1C6.5,8.1,6.5,8.2,6.4,8.2z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\u003cg id=\"glow2\"\u003e\n\t\t\t\t\t\t\t\t\u003cpath class=\"st3\" d=\"M7.8,5.9C7.7,5.9,7.7,5.9,7.8,5.9C7.6,5.8,7.6,5.7,7.7,5.7c0.5-0.3,1-0.6,1.5-0.7c0.1,0,0.1,0,0.1,0.1\n\t\t\t\t\t\t\t\t\tc0,0.1,0,0.1-0.1,0.1C8.8,5.3,8.3,5.6,7.8,5.9C7.8,5.9,7.8,5.9,7.8,5.9z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\u003c\/svg\u003e\n\t\t\t\t\t\u003c\/span\u003e\n\t\t\t\t\u003c\/label\u003e\n\t\t\t\t\u003clabel for=\"jesterLighting\"\u003e\u003cspan id=\"watts\" style=\"font-style: italic;\"\u003eNormal\u003c\/span\u003e\n\t\t\t\t\u003c\/label\u003e \n\t\t\t\u003c\/div\u003e\n\t\t\t\u003cdiv id=\"toggleOverlay\" onclick=\"jesterLimits()\"\u003e\n\t\t\t\t\u003clabel class=\"switch\"\u003e \n\t\t\t\t\t\u003cinput id=\"jesterLimits\" type=\"checkbox\"\u003e \u003cspan class=\"slider round\"\u003e\u003c\/span\u003e \n\t\t\t\t\u003c\/label\u003e\n\t\t\t\t\u003clabel for=\"jesterLimits\"\u003e Show Engraving Limits\u003c\/label\u003e \n\t\t\t\u003c\/div\u003e\n\t\t\t\u003cdiv id=\"toggleOverlay3\"\u003e\n\t\t\t\t\u003cspan\u003e\n\t\t\t\t\t\u003c!-- PLUS --\u003e\n\t\t\t\t\t\u003csvg onclick=\"jesterResize2('inc')\" title=\"Increase Size\" version=\"1.1\" id=\"side-bkgd1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewbox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n\t\t\t\t\t\u003cg id=\"btnBkgd\"\u003e\n\t\t\t\t\t\t\u003ccircle style=\"fill:#A4AEBA;\" cx=\"50\" cy=\"50\" r=\"47\"\u003e\u003c\/circle\u003e\n\t\t\t\t\t\t\u003cpath style=\"fill:#173153;\" d=\"M50,5c24.8,0,45,20.2,45,45S74.8,95,50,95S5,74.8,5,50S25.2,5,50,5 M50,1C22.9,1,1,22.9,1,50s21.9,49,49,49\n\t\t\t\t\t\t\ts49-21.9,49-49S77.1,1,50,1L50,1z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\u003cline id=\"minusLine\" style=\"fill:#A4AEBA;stroke:#173153;stroke-width:13.5905;stroke-linecap:round;stroke-miterlimit:10;\" x1=\"22.5\" y1=\"50\" x2=\"77.5\" y2=\"50\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\u003cline id=\"plusLine\" style=\"fill:#A4AEBA;stroke:#173153;stroke-width:13.5905;stroke-linecap:round;stroke-miterlimit:10;\" x1=\"50\" y1=\"22.5\" x2=\"50\" y2=\"77.5\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\u003c\/svg\u003e\n\t\t\t\t\t\u003c!-- MINUS --\u003e\n\t\t\t\t\t\u003csvg onclick=\"jesterResize2('dec')\" version=\"1.1\" id=\"side-bkgd2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewbox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n\t\t\t\t\t\u003cg id=\"btnBkgd\"\u003e\n\t\t\t\t\t\t\u003ccircle style=\"fill:#A4AEBA;\" cx=\"50\" cy=\"50\" r=\"47\"\u003e\u003c\/circle\u003e\n\t\t\t\t\t\t\u003cpath style=\"fill:#173153;\" d=\"M50,5c24.8,0,45,20.2,45,45S74.8,95,50,95S5,74.8,5,50S25.2,5,50,5 M50,1C22.9,1,1,22.9,1,50s21.9,49,49,49\n\t\t\t\t\t\t\ts49-21.9,49-49S77.1,1,50,1L50,1z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\u003cline id=\"minusLine\" style=\"fill:#A4AEBA;stroke:#173153;stroke-width:13.5905;stroke-linecap:round;stroke-miterlimit:10;\" x1=\"22.5\" y1=\"50\" x2=\"77.5\" y2=\"50\"\u003e\u003c\/line\u003e\n\t\t\t\t\t\u003c\/svg\u003e\n\t\t\t\t\t\u003c!-- RESET --\u003e\n\t\t\t\t\t\u003csvg onclick=\"jesterResize2('reset')\" version=\"1.1\" id=\"side-bkgd3\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewbox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n\t\t\t\t\t\u003cg id=\"btnBkgd\"\u003e\n\t\t\t\t\t\t\u003ccircle style=\"fill:#A4AEBA;\" cx=\"50\" cy=\"50\" r=\"47\"\u003e\u003c\/circle\u003e\n\t\t\t\t\t\t\u003cpath style=\"fill:#173153;\" d=\"M50,5c24.8,0,45,20.2,45,45S74.8,95,50,95S5,74.8,5,50S25.2,5,50,5 M50,1C22.9,1,1,22.9,1,50s21.9,49,49,49\n\t\t\t\t\t\t\ts49-21.9,49-49S77.1,1,50,1L50,1z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\u003cg id=\"resetLine\"\u003e\n\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\u003cpath style=\"fill:none;stroke:#173153;stroke-width:8;stroke-linecap:round;stroke-miterlimit:10;\" d=\"M77.6,60.1C73.5,71.4,62.7,79.4,50,79.4c-16.2,0-29.4-13.2-29.4-29.4S33.8,20.6,50,20.6\n\t\t\t\t\t\t\t\tc10.1,0,19.1,5.1,24.4,12.9\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\u003cpolygon style=\"fill:#173153;\" points=\"61.2,34.5 79.4,50 83.7,26.5 \t\t\t\"\u003e\u003c\/polygon\u003e\n\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\u003c\/svg\u003e\n\t\t\t\t\t\n\t\t\t\t\u003c\/span\u003e\n\t\t\t\t\u003clabel\u003e\n\t\t\t\t\t\u003cspan style=\"font-style: italic;\" id=\"\"\u003eResize Icon\u003c\/span\u003e \n\t\t\t\t\u003c\/label\u003e\n\t\t\t\t\u003cspan\u003e\n\t\t\t\t\u003c!-- Randomize --\u003e\n\t\t\t\t\t\u003csvg version=\"1.1\" onclick=\"jesterRandom()\" id=\"randomSvg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewbox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100; margin-top: 10px;\" xml:space=\"preserve\"\u003e\n\t\t\t\t\t\u003cpath id=\"randomColors\" d=\"M79,1H21C10,1,1,10,1,21v58c0,11,9,20,20,20h58c11,0,20-9,20-20V21C99,10,90,1,79,1z M47,88.7c-5.9,0-9.9-4.3-9.9-10.1\n\t\t\t\t\t\tc0-6,4.1-10.1,9.9-10.1c6,0,9.9,4.1,10,10.1C57,84.4,53.1,88.7,47,88.7z M60.4,47.3c-4,4.6-5.8,8.9-5.7,13.9v2H40l-0.1-2.9\n\t\t\t\t\t\tc-0.3-5.7,1.6-11.4,6.6-17.3c3.6-4.3,6.4-8,6.4-11.7c0-3.9-2.6-6.6-8.1-6.7c-3.7,0-8.1,1.3-11,3.3L30,15.8\n\t\t\t\t\t\tc4.1-2.3,10.7-4.6,18.6-4.6c14.7,0,21.4,8.1,21.4,17.3C70,37.1,64.7,42.6,60.4,47.3z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\u003c\/svg\u003e\n\t\t\t\t\u003c\/span\u003e\n\t\t\t\t\u003clabel style=\"margin-top: -12px;\"\u003e\n\t\t\t\t\t\u003cspan style=\"font-style: italic;\" id=\"\"\u003eRandomize!\u003c\/span\u003e \n\t\t\t\t\u003c\/label\u003e\n\t\t\t\u003c\/div\u003e\n\t\u003c\/div\u003e\n\u003c\/div\u003e\n\t\t\t\u003clabel\u003eChoose your dice color(s):\u003c\/label\u003e\n\t\u003cdiv\u003e\n\t\t\u003ctable style=\"border-collapse:collapse\"\u003e\n\t\t\t\u003ctbody\u003e\n\t\t\t\t\u003ctr\u003e\n\t\t\t\t\t\u003ctd id=\"colorZ\" style=\"text-align: center;\"\u003e\n\t\t\t\t\t\t\u003cinput style=\"padding: 0px 0px 0px 0px !important;\" type=\"color\" id=\"colorInlay\" name=\"colorInlay\" value=\"#000000\"\u003e \n\t\t\t\t\t\t\u003clabel for=\"head\"\u003eInlay\u003c\/label\u003e\n\t\t\t\t\t\u003c\/td\u003e\n\t\t\t\t\t\u003ctd id=\"colorA\" style=\"text-align: center;\"\u003e\n\t\t\t\t\t\t\u003cspan id=\"colorClear\" name=\"colorClear\"\u003eVS Clear\u003c\/span\u003e\n\t\t\t\t\t\t\u003cinput style=\"padding: 0px 0px 0px 0px !important;\" type=\"color\" id=\"color1\" name=\"color1\" value=\"#ffffff\"\u003e \n\t\t\t\t\t\t\u003clabel for=\"head\"\u003eColor 1\u003c\/label\u003e\n\t\t\t\t\t\u003c\/td\u003e\n\t\t\t\t\t\u003ctd id=\"colorB\" style=\"text-align: center;\"\u003e\n\t\t\t\t\t\t\u003cinput style=\"padding: 0px 0px 0px 0px !important;\" type=\"color\" id=\"color2\" name=\"color2\" value=\"#cccccc\"\u003e \n\t\t\t\t\t\t\u003clabel for=\"body\"\u003eColor 2\u003c\/label\u003e\n\t\t\t\t\t\u003c\/td\u003e\n\t\t\t\t\t\u003ctd id=\"colorC\" style=\"text-align: center;\"\u003e\n\t\t\t\t\t\t\u003cinput style=\"padding: 0px 0px 0px 0px !important;\" type=\"color\" id=\"color3\" name=\"color3\" value=\"#999999\"\u003e \n\t\t\t\t\t\t\u003clabel for=\"body\"\u003eColor 3\u003c\/label\u003e\n\t\t\t\t\t\u003c\/td\u003e\n\t\t\t\t\u003c\/tr\u003e\n\t\t\t\t\u003ctr\u003e\n\t\t\t\t\t\u003ctd id=\"colorZ2\"\u003e\n\t\t\t\t\t\t\u003cdiv class=\"hot-flex-container\"\u003e\n\t\t\t\t\t\t  \u003cdiv class=\"hot-flex-item-left\" onclick=\"jesterHot('0','#000000')\" title=\"Black\"\u003e\u003c\/div\u003e\n\t\t\t\t\t\t  \u003cdiv class=\"hot-flex-item-left2\" onclick=\"jesterHot('0','Gold')\" title=\"Gold\"\u003e\u003c\/div\u003e\n\t\t\t\t\t\t  \u003cdiv class=\"hot-flex-item-right\" onclick=\"jesterHot('0','#FFFFFF')\" title=\"White\"\u003e\u003c\/div\u003e\n\t\t\t\t\t\t  \u003cdiv class=\"hot-flex-item-right2\" onclick=\"jesterHot('0','Copper')\" title=\"Copper\"\u003e\u003c\/div\u003e\n\t\t\t\t\t\t\u003c\/div\u003e\n\t\t\t\t\t\u003c\/td\u003e\n\t\t\t\t\t\u003ctd id=\"colorA2\"\u003e\u003c\/td\u003e\n\t\t\t\t\t\u003ctd id=\"colorB2\"\u003e\u003c\/td\u003e\n\t\t\t\t\t\u003ctd id=\"colorC2\"\u003e\u003c\/td\u003e\n\t\t\t\t\u003c\/tr\u003e\n\t\t\t\u003c\/tbody\u003e\n\t\t\u003c\/table\u003e\n\t\u003c\/div\u003e\n\t\t\t\u003cp id=\"file\"\u003e\u003c\/p\u003e\n\t\u003c\/div\u003e\n\u003cdiv class=\"flex-item-right\"\u003e\n\t\u003cdiv class=\"optionsPanel\"\u003e\n\t\u003cform\u003e\n\t\t\u003clabel\u003eQuantity: \u003cspan id=\"qtyLabel\"\u003e?\u003c\/span\u003e\u003c\/label\u003e\n\t\t\u003cfieldset class=\"jester\"\u003e\n\t\t\t\u003cdiv class=\"qtySlideContainer\"\u003e\n\t\t\t\t\u003cdatalist id=\"qtyLabels\"\u003e\n\t\t\t\t\t\u003coption value=\"1\" label=\"500\"\u003e\u003c\/option\u003e\n\t\t\t\t\t\u003coption value=\"2\"\u003e\u003c\/option\u003e\n\t\t\t\t\t\u003coption value=\"3\"\u003e\u003c\/option\u003e\n\t\t\t\t\t\u003coption value=\"4\"\u003e\u003c\/option\u003e\n\t\t\t\t\t\u003coption value=\"5\"\u003e\u003c\/option\u003e\n\t\t\t\t\t\u003coption value=\"6\"\u003e\u003c\/option\u003e\n\t\t\t\t\t\u003coption value=\"7\"\u003e\u003c\/option\u003e\n\t\t\t\t\t\u003coption value=\"8\"\u003e\u003c\/option\u003e\n\t\t\t\t\t\u003coption value=\"9\"\u003e\u003c\/option\u003e\n\t\t\t\t\t\u003coption value=\"10\"\u003e\u003c\/option\u003e\n\t\t\t\t\t\u003coption value=\"11\" label=\"3,000\"\u003e\u003c\/option\u003e\n\t\t\t\t\u003c\/datalist\u003e\n\t\t\t\t\u003cinput type=\"range\" min=\"1\" max=\"11\" value=\"1\" id=\"myRange\" list=\"qtyLabels\"\u003e\n\t\t\t\u003c\/div\u003e\n\t\t\u003c\/fieldset\u003e\n\t\u003c\/form\u003e\n\t\u003cform\u003e\n\t\t\u003clabel\u003eFinish\u003c\/label\u003e\n\t\t\u003cfieldset class=\"jester col-three\"\u003e\n\t\t\t\u003cspan\u003e\n\t\t\t\t\u003cinput type=\"radio\" name=\"type\" id=\"type-matte\" onchange=\"jesterType('matte')\" checked\u003e\n\t\t\t\t\u003clabel onclick=\"jesterClicker(event)\"\u003eMatte\u003c\/label\u003e\n\t\t\t\u003c\/span\u003e\n\t\t\t\u003cspan\u003e\n\t\t\t\t\u003cinput type=\"radio\" name=\"type\" id=\"type-pearl\" onchange=\"jesterType('pearl')\"\u003e\n\t\t\t\t\u003clabel onclick=\"jesterClicker(event)\"\u003ePearlescent\u003c\/label\u003e\n\t\t\t\u003c\/span\u003e\n\t\t\t\u003cspan\u003e\n\t\t\t\t\u003cinput type=\"radio\" name=\"type\" id=\"type-trans\" onchange=\"jesterType('trans')\"\u003e\n\t\t\t\t\u003clabel onclick=\"jesterClicker(event)\"\u003eTranslucent\u003c\/label\u003e\n\t\t\t\u003c\/span\u003e\n\t\t\u003c\/fieldset\u003e\n\t\u003c\/form\u003e\n\t\u003cform\u003e\n\t\t\u003clabel\u003eColors\u003c\/label\u003e\n\t\t\u003c!-- 03-24 CHANGED onChange to onclick to fix randomizer Trans3 to Trans3 and Trans2 to Trans2 not setting base as CLEAR  --\u003e\n\t\t\u003cfieldset class=\"jester col-three\"\u003e\n\t\t\t\u003cspan\u003e\n\t\t\t\t\u003cinput type=\"radio\" name=\"colors\" id=\"color-uno\" onclick=\"check('uno')\" checked\u003e\n\t\t\t\t\u003clabel onclick=\"jesterClicker2(event)\"\u003e1-Tone\u003c\/label\u003e\n\t\t\t\u003c\/span\u003e\n\t\t\t\u003cspan\u003e\n\t\t\t\t\u003cinput type=\"radio\" name=\"colors\" id=\"color-duo\" onclick=\"check('duo')\"\u003e\n\t\t\t\t\u003clabel onclick=\"jesterClicker2(event)\"\u003e2-Tone\u003c\/label\u003e\n\t\t\t\u003c\/span\u003e\n\t\t\t\u003cspan\u003e\n\t\t\t\t\u003cinput type=\"radio\" name=\"colors\" id=\"color-trio\" onclick=\"check('trio')\"\u003e\n\t\t\t\t\u003clabel onclick=\"jesterClicker2(event)\"\u003e3-Tone\u003c\/label\u003e\n\t\t\t\u003c\/span\u003e\n\t\t\u003c\/fieldset\u003e\n\t\u003c\/form\u003e\n\t\u003cform\u003e\n\t\t\u003clabel\u003eEdge\u003c\/label\u003e\n\t\t\u003cfieldset class=\"jester col-two\"\u003e\n\t\t\t\u003cspan\u003e\n\t\t\t\t\u003cinput type=\"radio\" name=\"edge\" id=\"edge-square\" onchange=\"diceEdge(0)\" checked\u003e\n\t\t\t\t\u003clabel onclick=\"jesterClicker(event)\"\u003eSquared\u003c\/label\u003e\n\t\t\t\u003c\/span\u003e\n\t\t\t\u003cspan\u003e\n\t\t\t\t\u003cinput type=\"radio\" name=\"edge\" id=\"edge-round\" onchange=\"diceEdge(20)\"\u003e\n\t\t\t\t\u003clabel onclick=\"jesterClicker(event)\"\u003eRounded\u003c\/label\u003e\n\t\t\t\u003c\/span\u003e\n\t\t\u003c\/fieldset\u003e\n\t\u003c\/form\u003e\n\t\u003cform\u003e\n\t\t\u003clabel\u003eSize\u003c\/label\u003e\n\t\t\u003cfieldset class=\"jester col-two\"\u003e\n\t\t\t\u003cspan\u003e\n\t\t\t\t\u003cinput type=\"radio\" name=\"size\" id=\"size-12\" onchange=\"diceSize('12mm')\"\u003e\n\t\t\t\t\u003clabel style=\"line-height:0.8;\" onclick=\"jesterClicker(event)\"\u003e\n\t\t\t\t\t12\n\t\t\t\t\t\u003cbr\u003e\n\t\t\t\t\t\u003cspan style=\"\n\t\t\t\t\t\t\tfont-size: calc(var(--typeBaseSize) - 3px);\n\t\t\t\t\t\t\tfont-weight: bold;\"\u003e\n\t\t\t\t\t\tMM\n\t\t\t\t\t\u003c\/span\u003e\n\t\t\t\t\u003c\/label\u003e\n\t\t\t\u003c\/span\u003e\n\t\t\t\u003cspan\u003e\n\t\t\t\t\u003cinput type=\"radio\" name=\"size\" id=\"size-16\" onchange=\"diceSize('16mm')\" checked\u003e\n\t\t\t\t\u003clabel style=\"line-height:0.8;\" onclick=\"jesterClicker(event)\"\u003e\n\t\t\t\t\t16\n\t\t\t\t\t\u003cbr\u003e\n\t\t\t\t\t\u003cspan style=\"\n\t\t\t\t\t\t\tfont-size: calc(var(--typeBaseSize) - 3px);\n\t\t\t\t\t\t\tfont-weight: bold;\"\u003e\n\t\t\t\t\t\tMM\n\t\t\t\t\t\u003c\/span\u003e\n\t\t\t\t\u003c\/label\u003e\n\t\t\t\u003c\/span\u003e\n\t\t\u003c\/fieldset\u003e\n\t\u003c\/form\u003e\n\t\u003cform\u003e\n\t\t\u003clabel\u003eNumbers \n\t\t\u003c\/label\u003e\n\t\t\u003cfieldset class=\"jester col-two\"\u003e\n\t\t\t\u003cspan\u003e\n\t\t\t\t\u003cinput type=\"radio\" name=\"numbers\" id=\"no-pips\" onchange=\"dicePips('pips')\" checked\u003e\n\t\t\t\t\u003clabel onclick=\"jesterClicker(event)\"\u003ePips\n\t\t\t\t\t\u003csvg version=\"1.1\" id=\"sidesPips\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewbox=\"0 0 100 100\" style=\"width:35px; display:block; margin:auto; enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n\t\t\t\t\t\u003cpath style=\"fill:#A4AEBA;\" d=\"M75,99H25C11.8,99,1,88.2,1,75V25C1,11.8,11.8,1,25,1h50c13.2,0,24,10.8,24,24v50C99,88.2,88.2,99,75,99z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\u003ccircle style=\"fill:#173153;\" cx=\"25\" cy=\"25\" r=\"8.5\"\u003e\u003c\/circle\u003e\n\t\t\t\t\t\u003ccircle style=\"fill:#173153;\" cx=\"25\" cy=\"75\" r=\"8.5\"\u003e\u003c\/circle\u003e\n\t\t\t\t\t\u003ccircle style=\"fill:#173153;\" cx=\"75\" cy=\"25\" r=\"8.5\"\u003e\u003c\/circle\u003e\n\t\t\t\t\t\u003ccircle style=\"fill:#173153;\" cx=\"75\" cy=\"75\" r=\"8.5\"\u003e\u003c\/circle\u003e\n\t\t\t\t\t\u003ccircle style=\"fill:#173153;\" cx=\"50\" cy=\"50\" r=\"8.5\"\u003e\u003c\/circle\u003e\n\t\t\t\t\t\u003c\/svg\u003e\n\t\t\t\t\u003c\/label\u003e\n\t\t\t\u003c\/span\u003e\n\t\t\t\u003cspan\u003e\n\t\t\t\t\u003cinput type=\"radio\" name=\"numbers\" id=\"no-nums\" onchange=\"dicePips('nums')\"\u003e\n\t\t\t\t\u003clabel onclick=\"jesterClicker(event)\"\u003eNumbers\n\t\t\t\t\t\u003csvg version=\"1.1\" id=\"sidesPips\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" scale=\"33%\" viewbox=\"0 0 100 100\" style=\"width:35px; display:block; margin:auto; enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n\t\t\t\t\t\t\t\u003cpath style=\"fill:#A4AEBA;\" d=\"M75,99H25C11.8,99,1,88.2,1,75V25C1,11.8,11.8,1,25,1h50c13.2,0,24,10.8,24,24v50C99,88.2,88.2,99,75,99z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\u003cg\u003e\n\t\t\t\t\t\t\t\t\t\u003cpath style=\"fill:#173153;\" d=\"M60.8,35.8H49.4l-1,7.7c0.4-0.1,0.8-0.1,1.3-0.1c1.8,0.1,5.6,0.9,8.1,3.2c2.4,2.3,3.7,5.5,3.7,9.9\n\t\t\t\t\t\t\t\t\tc0,8.3-5.5,15.1-14.9,15.1c-3,0-6.3-0.8-8.1-1.7l1.3-6.8c1.6,0.7,3.8,1.5,6.1,1.5c4.2,0,7-2.7,7-7.3c0-5.8-4.4-7.7-9.3-7.7\n\t\t\t\t\t\t\t\t\tc-1.2,0-2.2,0-3.1,0.1L43,28.3h17.8V35.8z\"\u003e\u003c\/path\u003e\n\t\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\t\t\u003c\/g\u003e\n\t\t\t\t\t\u003c\/svg\u003e\n\t\t\t\t\n\t\t\t\t\u003c\/label\u003e\n\t\t\t\u003c\/span\u003e\n\t\t\u003c\/fieldset\u003e\n\t\u003c\/form\u003e\n\t\u003cp id=\"priceHolder\"\u003e\u003c\/p\u003e\n\t\u003c\/div\u003e\n\u003cscript\u003e\nasync function thisIs(){\nconst myTimeout = setTimeout(thatIs, 1000);\n}\nfunction thatIs() {\n\tvar AVISimage = document.querySelector('.ap-options__file').querySelector('a').href;\n\tdocument.getElementById('userPreview').href.baseVal= AVISimage;\n\tdocument.getElementById('userImage').href.baseVal= AVISimage;\n\tdocument.getElementById('userPreview').style.display = 'block'; \t\/\/Show Upload\n\tdocument.getElementById('userImage').style.display = 'block'; \t\t\/\/Show Upload\n\tdocument.getElementById('pip6').style.display = 'none';\n\tdocument.getElementById('transPips6').style.display = 'none';\n\tdocument.getElementById('pipNo6').style.display = 'none';\n\tdocument.getElementById('transPipsNo6').style.display = 'none';\n\t\/\/Enable the Resizer now that there is an image\n\tvar split = (AVISimage.split(';'))[0];\n\tvar imgType = (split.split('\/'))[1];\n\tif(imgType != \"svg+xml\" \u0026\u0026 imgType != \"png\" \u0026\u0026 split.substring(split.length-3) != 'svg'){\n\t\tdocument.getElementById('previewCanvas').style.display = 'block';\n\t}\n}\nfunction AVISloadFile(){\n\t\/\/Simulate AVIS click\n\tdocument.querySelector('.apo-file__action').click();\n\talert('AVISloadFile()');\n\tjesterDebug('show');\n}\nvar observer = new MutationObserver(function(mutations) {\n    mutations.forEach(function(mutationRecord) {\n        var AVISimage = document.querySelector('.ap-options__file').querySelector('a').href;\n        document.getElementById('userPreview').href.baseVal= AVISimage;\n\t\t\t\tdocument.getElementById('userImage').href.baseVal= AVISimage;\n\t\t\t\tdocument.getElementById('userPreview').style.display = 'block'; \t\t\/\/Show Upload\n\t\t\t\tdocument.getElementById('userImage').style.display = 'block'; \t\t\/\/Show Upload\n\t\t\t\tdocument.getElementById('pip6').style.display = 'none';\n\t\t\t\tdocument.getElementById('transPips6').style.display = 'none';\n\t\t\t\tdocument.getElementById('pipNo6').style.display = 'none';\n\t\t\t\tdocument.getElementById('transPipsNo6').style.display = 'none';\n    });    \n});\n\/\/Show sample file linked to uploaded file - parameter should be 01,02...\nvar loadPreview = function(file) {\n\tvar fileName = \"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1379\/4157\/files\/jesterSampleSVG\"+file+\".svg?v=1677778938\";\n\t\n\tdocument.getElementById('userPreview').href.baseVal= fileName;\n\tdocument.getElementById('userImage').href.baseVal= fileName;\n\tdocument.getElementById('userPreview').style.display = 'block'; \t\/\/Show Upload\n\tdocument.getElementById('userImage').style.display = 'block'; \t\t\/\/Show Upload\n\tdocument.getElementById('pip6').style.display = 'none';\t\t\t\t\t\t\/\/Hide SVG 6-Side\n\tdocument.getElementById('transPips6').style.display = 'none';\t\t\t\/\/Hide SVG 6-Side Trans\n\t\tdocument.getElementById('pipNo6').style.display = 'none';\n\tdocument.getElementById('transPipsNo6').style.display = 'none';\n};\n\/\/Hide Translucent Objects\ndocument.getElementById('transRoundBack').style.display = 'none';\ndocument.getElementById('transSquareBack').style.display = 'none';\ndocument.getElementById('interiorSvgPips').style.display = 'none';\ndocument.getElementById('interiorSvgPipsNo').style.display = 'none';\n\/\/Hide Glossy\ndocument.getElementById('transRoundPearl').style.display='none';\ndocument.getElementById('transSquarePearl').style.display='none';\n\/\/Set the Color Pickers to hide 2- and 3-tone by default\ndocument.getElementById('colorA').style.visibility = 'visible';\ndocument.getElementById('colorB').style.visibility = 'hidden';\ndocument.getElementById('colorC').style.visibility = 'hidden';\ndocument.getElementById('colorA2').style.visibility = 'visible';\ndocument.getElementById('colorB2').style.visibility = 'hidden';\ndocument.getElementById('colorC2').style.visibility = 'hidden';\ndocument.getElementById('userImage').style.display = 'none'; \t\t\t\/\/Hide Blank Image\ndocument.getElementById('userPreview').style.display = 'none'; \t\t\/\/Hide Blank Preview\ndocument.getElementById('round').style.display = 'none'; \t\t\t\t\t\/\/Hide SVG Round Elements\n\/\/Set default side colors for 1- 2- 3-tone for both square and round\ndocument.getElementById('svgSquare1tone').style.fill = '#FFFFFF';\t\t\/\/Set base to white\ndocument.getElementById('svgSquare2tone').style.fill = '#CCCCCC';\t\t\/\/Set 2-tone\ndocument.getElementById('svgSquare3toneB').style.fill = '#CCCCCC';\t\/\/Set 3-toneB\ndocument.getElementById('svgSquare3toneC').style.fill = '#999999';\t\/\/Set 3-toneC\ndocument.getElementById('svgSquare2tone').style.display = 'none';\t\t\/\/Hide 2 tone\ndocument.getElementById('svgSquare3tone').style.display = 'none';\t\t\/\/Hide 3 tone\ndocument.getElementById('svgRound1tone').style.fill = '#FFFFFF';\t\t\/\/Repeat for Round\ndocument.getElementById('svgRound2tone').style.fill = '#CCCCCC';\ndocument.getElementById('svgRound3toneB').style.fill = '#CCCCCC';\ndocument.getElementById('svgRound3toneC').style.fill = '#999999';\ndocument.getElementById('svgRound2tone').style.display = 'none';\ndocument.getElementById('svgRound3tone').style.display = 'none';\n\/\/Set blank user image perspective\ndocument.getElementById('userImage').style['-webkit-transform']=\" rotateX(30deg) rotateY(2deg) rotateZ(-45deg) translate(-52mm, 140mm) scale(0.16, 0.16) matrix(1, 0.03, 0.05, 1, 0, 0)\"\n\/\/Create EventListeners for ColorPickers\nvar colorPicker = document.getElementById('color1')\ncolorPicker.addEventListener(\"change\", watchBase, false);\nvar colorPicker = document.getElementById('color2')\ncolorPicker.addEventListener(\"change\", watchTwo, false);\nvar colorPicker = document.getElementById('color3')\ncolorPicker.addEventListener(\"change\", watchThree, false);\nvar colorPicker = document.getElementById('colorInlay')\ncolorPicker.addEventListener(\"change\", watchInlay, false);\n\nfunction watchBase(event) {\t\/\/Change Tone-1\n  var newColor = event.target.value;\n  document.getElementById('svgSquare1tone').style.fill = newColor;\n  document.getElementById('svgRound1tone').style.fill = newColor;\n\tAVISupdater('Color 1',newColor);\n}\nfunction watchTwo(event) {\t\/\/Change Tone-2\n  var newColor = event.target.value;\n  document.getElementById('svgSquare2tone').style.fill = newColor;\n  document.getElementById('svgSquare3toneB').style.fill = newColor;\n  document.getElementById('svgRound2tone').style.fill = newColor;\n  document.getElementById('svgRound3toneB').style.fill = newColor;\n\tjesterColor(newColor,'smokeA'); \/\/Use function to adjust image color\n\tAVISupdater('Color 2',newColor);\n}\nfunction watchThree(event) {\t\/\/Change Tone-3\n  var newColor = event.target.value;\n  document.getElementById('svgSquare3toneC').style.fill = newColor;\n  document.getElementById('svgRound3toneC').style.fill = newColor;\n\tjesterColor(newColor,'smokeB'); \/\/Use function to adjust image color\n\tAVISupdater('Color 3',newColor);\n}\nfunction watchInlay(event) {\t\/\/Change Pip Inlay\n  var newColor = event.target.value;\n\tconsole.log(event);\/\/debug\n  document.getElementById('svgPips').style.fill = newColor; \/\/Set pips\n  document.getElementById('interiorSvgPips').style.fill = newColor; \/\/Set reverse pips\n\tdocument.getElementById('svgPipsNo').style.fill = newColor; \/\/Set pips\n  document.getElementById('interiorSvgPipsNo').style.fill = newColor; \/\/Set reverse pips\n\tif(event.type=='faux'){\n\t\tAVISupdater('Color Inlay',event.metal); \/\/Set metal name if Hot Button\n\t\tjesterColor(newColor,'userImage',event.metal); \/\/Use function to adjust image color\n\t}else{\n\t\tAVISupdater('Color Inlay',newColor);\n\t\tjesterColor(newColor,'userImage','None'); \/\/Use function to adjust image color\n\t}\n}\n\/\/??\nfunction padToTwo(numberString) {\n\tif (numberString.length \u003c 2) {\n\t\tnumberString = '0' + numberString;\n\t}\n\treturn numberString;\n}\n\/\/??\nfunction hexAverage() {\n    var args = Array.prototype.slice.call(arguments);\n    return args.reduce(function (previousValue, currentValue) {\n        return currentValue\n            .replace(\/^#\/, '')\n            .match(\/.{2}\/g)\n            .map(function (value, index) {\n                return previousValue[index] + parseInt(value, 16);\n            });\n    }, [0, 0, 0])\n    .reduce(function (previousValue, currentValue) {\n        return previousValue + padToTwo(Math.floor(currentValue \/ args.length).toString(16));\n    }, '#');\n}\n\/\/JH Note to Console Viewers\nconsole.log(\n  \"The tale of the Jester at the jest of the Baron. He took a chance, a roll of the dice. All sixes? Twas very nice! But the Baron was angry, for he thought him a crook. With his large lordly arm, the Baron's hand shook. The Jester was merry, ecstatic with glee. For he won his land, his women, and mead!\"\n);\n\/\/??\nclass Color {\n  constructor(r, g, b) {\n    this.set(r, g, b);\n  }\n  toString() {\n    return `rgb(${Math.round(this.r)}, ${Math.round(this.g)}, ${Math.round(this.b)})`;\n  }\n  set(r, g, b) {\n    this.r = this.clamp(r);\n    this.g = this.clamp(g);\n    this.b = this.clamp(b);\n  }\n  hueRotate(angle = 0) {\n    angle = angle \/ 180 * Math.PI;\n    const sin = Math.sin(angle);\n    const cos = Math.cos(angle);\n\n    this.multiply([\n      0.213 + cos * 0.787 - sin * 0.213,\n      0.715 - cos * 0.715 - sin * 0.715,\n      0.072 - cos * 0.072 + sin * 0.928,\n      0.213 - cos * 0.213 + sin * 0.143,\n      0.715 + cos * 0.285 + sin * 0.140,\n      0.072 - cos * 0.072 - sin * 0.283,\n      0.213 - cos * 0.213 - sin * 0.787,\n      0.715 - cos * 0.715 + sin * 0.715,\n      0.072 + cos * 0.928 + sin * 0.072,\n    ]);\n  }\n  grayscale(value = 1) {\n    this.multiply([\n      0.2126 + 0.7874 * (1 - value),\n      0.7152 - 0.7152 * (1 - value),\n      0.0722 - 0.0722 * (1 - value),\n      0.2126 - 0.2126 * (1 - value),\n      0.7152 + 0.2848 * (1 - value),\n      0.0722 - 0.0722 * (1 - value),\n      0.2126 - 0.2126 * (1 - value),\n      0.7152 - 0.7152 * (1 - value),\n      0.0722 + 0.9278 * (1 - value),\n    ]);\n  }\n  sepia(value = 1) {\n    this.multiply([\n      0.393 + 0.607 * (1 - value),\n      0.769 - 0.769 * (1 - value),\n      0.189 - 0.189 * (1 - value),\n      0.349 - 0.349 * (1 - value),\n      0.686 + 0.314 * (1 - value),\n      0.168 - 0.168 * (1 - value),\n      0.272 - 0.272 * (1 - value),\n      0.534 - 0.534 * (1 - value),\n      0.131 + 0.869 * (1 - value),\n    ]);\n  }\n  saturate(value = 1) {\n    this.multiply([\n      0.213 + 0.787 * value,\n      0.715 - 0.715 * value,\n      0.072 - 0.072 * value,\n      0.213 - 0.213 * value,\n      0.715 + 0.285 * value,\n      0.072 - 0.072 * value,\n      0.213 - 0.213 * value,\n      0.715 - 0.715 * value,\n      0.072 + 0.928 * value,\n    ]);\n  }\n  multiply(matrix) {\n    const newR = this.clamp(this.r * matrix[0] + this.g * matrix[1] + this.b * matrix[2]);\n    const newG = this.clamp(this.r * matrix[3] + this.g * matrix[4] + this.b * matrix[5]);\n    const newB = this.clamp(this.r * matrix[6] + this.g * matrix[7] + this.b * matrix[8]);\n    this.r = newR;\n    this.g = newG;\n    this.b = newB;\n  }\n  brightness(value = 1) {\n    this.linear(value);\n  }\n  contrast(value = 1) {\n    this.linear(value, -(0.5 * value) + 0.5);\n  }\n  linear(slope = 1, intercept = 0) {\n    this.r = this.clamp(this.r * slope + intercept * 255);\n    this.g = this.clamp(this.g * slope + intercept * 255);\n    this.b = this.clamp(this.b * slope + intercept * 255);\n  }\n  invert(value = 1) {\n    this.r = this.clamp((value + this.r \/ 255 * (1 - 2 * value)) * 255);\n    this.g = this.clamp((value + this.g \/ 255 * (1 - 2 * value)) * 255);\n    this.b = this.clamp((value + this.b \/ 255 * (1 - 2 * value)) * 255);\n  }\n  hsl() {\n    const r = this.r \/ 255;\n    const g = this.g \/ 255;\n    const b = this.b \/ 255;\n    const max = Math.max(r, g, b);\n    const min = Math.min(r, g, b);\n    let h, s, l = (max + min) \/ 2;\n    if (max === min) {\n      h = s = 0;\n    } else {\n      const d = max - min;\n      s = l \u003e 0.5 ? d \/ (2 - max - min) : d \/ (max + min);\n      switch (max) {\n        case r:\n          h = (g - b) \/ d + (g \u003c b ? 6 : 0);\n          break;\n        case g:\n          h = (b - r) \/ d + 2;\n          break;\n        case b:\n          h = (r - g) \/ d + 4;\n          break;\n      }\n      h \/= 6;\n    }\n    return {\n      h: h * 100,\n      s: s * 100,\n      l: l * 100,\n    };\n  }\n  clamp(value) {\n    if (value \u003e 255) {\n      value = 255;\n    } else if (value \u003c 0) {\n      value = 0;\n    }\n    return value;\n  }\n}\n\/\/??\nclass Solver {\n  constructor(target, baseColor) {\n    this.target = target;\n    this.targetHSL = target.hsl();\n    this.reusedColor = new Color(0, 0, 0);\n  }\n  solve() {\n    const result = this.solveNarrow(this.solveWide());\n    return {\n      values: result.values,\n      loss: result.loss,\n      filter: this.css(result.values),\n    };\n  }\n  solveWide() {\n    const A = 5;\n    const c = 15;\n    const a = [60, 180, 18000, 600, 1.2, 1.2];\n\n    let best = { loss: Infinity };\n    for (let i = 0; best.loss \u003e 25 \u0026\u0026 i \u003c 3; i++) {\n      const initial = [50, 20, 3750, 50, 100, 100];\n      const result = this.spsa(A, a, c, initial, 1000);\n      if (result.loss \u003c best.loss) {\n        best = result;\n      }\n    }\n    return best;\n  }\n  solveNarrow(wide) {\n    const A = wide.loss;\n    const c = 2;\n    const A1 = A + 1;\n    const a = [0.25 * A1, 0.25 * A1, A1, 0.25 * A1, 0.2 * A1, 0.2 * A1];\n    return this.spsa(A, a, c, wide.values, 500);\n  }\n  spsa(A, a, c, values, iters) {\n    const alpha = 1;\n    const gamma = 0.16666666666666666;\n\n    let best = null;\n    let bestLoss = Infinity;\n    const deltas = new Array(6);\n    const highArgs = new Array(6);\n    const lowArgs = new Array(6);\n\n    for (let k = 0; k \u003c iters; k++) {\n      const ck = c \/ Math.pow(k + 1, gamma);\n      for (let i = 0; i \u003c 6; i++) {\n        deltas[i] = Math.random() \u003e 0.5 ? 1 : -1;\n        highArgs[i] = values[i] + ck * deltas[i];\n        lowArgs[i] = values[i] - ck * deltas[i];\n      }\n\n      const lossDiff = this.loss(highArgs) - this.loss(lowArgs);\n      for (let i = 0; i \u003c 6; i++) {\n        const g = lossDiff \/ (2 * ck) * deltas[i];\n        const ak = a[i] \/ Math.pow(A + k + 1, alpha);\n        values[i] = fix(values[i] - ak * g, i);\n      }\n\n      const loss = this.loss(values);\n      if (loss \u003c bestLoss) {\n        best = values.slice(0);\n        bestLoss = loss;\n      }\n    }\n    return { values: best, loss: bestLoss };\n\n    function fix(value, idx) {\n      let max = 100;\n      if (idx === 2 \/* saturate *\/) {\n        max = 7500;\n      } else if (idx === 4 \/* brightness *\/ || idx === 5 \/* contrast *\/) {\n        max = 200;\n      }\n\n      if (idx === 3 \/* hue-rotate *\/) {\n        if (value \u003e max) {\n          value %= max;\n        } else if (value \u003c 0) {\n          value = max + value % max;\n        }\n      } else if (value \u003c 0) {\n        value = 0;\n      } else if (value \u003e max) {\n        value = max;\n      }\n      return value;\n    }\n  }\n\n  loss(filters) {\n    \/\/ Argument is array of percentages.\n    const color = this.reusedColor;\n    color.set(0, 0, 0);\n\n    color.invert(filters[0] \/ 100);\n    color.sepia(filters[1] \/ 100);\n    color.saturate(filters[2] \/ 100);\n    color.hueRotate(filters[3] * 3.6);\n    color.brightness(filters[4] \/ 100);\n    color.contrast(filters[5] \/ 100);\n\n    const colorHSL = color.hsl();\n    return (\n      Math.abs(color.r - this.target.r) +\n      Math.abs(color.g - this.target.g) +\n      Math.abs(color.b - this.target.b) +\n      Math.abs(colorHSL.h - this.targetHSL.h) +\n      Math.abs(colorHSL.s - this.targetHSL.s) +\n      Math.abs(colorHSL.l - this.targetHSL.l)\n    );\n  }\n\n  css(filters) {\n    function fmt(idx, multiplier = 1) {\n      return Math.round(filters[idx] * multiplier);\n    }\n    return `filter: invert(${fmt(0)}%) sepia(${fmt(1)}%) saturate(${fmt(2)}%) hue-rotate(${fmt(3, 3.6)}deg) brightness(${fmt(4)}%) contrast(${fmt(5)}%);`;\n  }\n}\n\nfunction hexToRgb(hex) {\n  \/\/ Expand shorthand form (e.g. \"03F\") to full form (e.g. \"0033FF\")\n  const shorthandRegex = \/^#?([a-f\\d])([a-f\\d])([a-f\\d])$\/i;\n  hex = hex.replace(shorthandRegex, (m, r, g, b) =\u003e {\n    return r + r + g + g + b + b;\n  });\n\n  const result = \/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$\/i.exec(hex);\n  return result\n    ? [\n      parseInt(result[1], 16),\n      parseInt(result[2], 16),\n      parseInt(result[3], 16),\n    ]\n    : null;\n}\n\nfunction jesterColor(hex,target,gradient){\n    const rgb = hexToRgb(hex);\n    if (rgb.length !== 3) {\n      alert('Invalid format!');\n      return;\n    }\n    const color = new Color(rgb[0], rgb[1], rgb[2]);\n    const solver = new Solver(color);\n    const result = solver.solve();\n\t\n\t\tvar filterString = result.filter;\n\t\tfilterString = filterString.substring(7,filterString.length-1);\n\n\t\t\/\/Apply filter to the image \u0026 preview\n\t\tif(target=='userImage'){\n\t\t\/\/JH Add Inset Shadow\n\t\tvar thisAttr = document.getElementById(\"dropColor\").attributes;\n\t\tfor(i=0;i\u003cthisAttr.length;i++){\n\t\t\tif(thisAttr[i].name=='flood-color'){\n\t\t\t\tthisAttr[i].value = ColorLuminance(hex, -0.4)\n\t\t\t}\n\t\t\tif(thisAttr[i].name=='dropColor'){\n\t\t\t\tthisAttr[i].value = ColorLuminance(hex, -0.4)\n\t\t\t}\n\t\t}\n\t\tsafariRecolor(hex,'safariTest','None');\n\t\tsafariRecolor(hex,'userImgFilter',gradient);\n\t} else {\n\t\tsafariRecolor(hex,target+\"Filter\",'None');\n\t}\n}\n\/\/Function to convert SVG Filter for Mobile Safari\nfunction safariRecolor(hex,target,gradient){\n\tconsole.log(gradient + \" is grad\");\n\tvar x = document.getElementById(target);\n\tif(gradient != 'None'){\n\t\tif(gradient=='Gold'){\n\t\t\tvar rgb1 = [251,226,59];\n\t\t\tvar rgb2 = [224,169,27];\n\t\t}else if(gradient=='Copper'){\n\t\t\tvar rgb1 = [184,115,51];\n\t\t\tvar rgb2 = [0,0,0];\n\t\t}\n\tfor(i=0;i\u003cx.children.length;i++){\n\t\t\tif(x.children[i].nodeName == 'feComponentTransfer' \u0026\u0026 x.children[i].children.length \u003e 1){\n\t\t\t\tx.children[i].children[0].attributes[1].value=rgb1[0]\/255 + \" \" +rgb2[0]\/255 ;\t\/\/R\n\t\t\t\tx.children[i].children[1].attributes[1].value=rgb1[1]\/255 + \" \" +rgb2[1]\/255 ;\t\/\/G\n\t\t\t\tx.children[i].children[2].attributes[1].value=rgb1[2]\/255 + \" \" +rgb2[2]\/255 ;\t\/\/B\n\t\t\t}\n\t\t}\n\t}else{\n\t\tvar rgb1 = hex2rgb(hex);\n\t\tvar rgb2 = hex2rgb(ColorLuminance(hex, -0.4));\n\t\tfor(i=0;i\u003cx.children.length;i++){\n\t\t\tif(x.children[i].nodeName == 'feComponentTransfer' \u0026\u0026 x.children[i].children.length \u003e 1){\n\t\t\t\tx.children[i].children[0].attributes[1].value=rgb1[0]\/255 + \" \" +rgb2[0]\/255 ;\t\/\/R\n\t\t\t\tx.children[i].children[1].attributes[1].value=rgb1[1]\/255 + \" \" +rgb2[1]\/255 ;\t\/\/G\n\t\t\t\tx.children[i].children[2].attributes[1].value=rgb1[2]\/255 + \" \" +rgb2[2]\/255 ;\t\/\/B\n\t\t\t}\n\t\t}\n\t}\n}\n\/\/Function to convert RGB to HEX\nfunction componentToHex(c) {\n  var hex = c.toString(16);\n  return hex.length == 1 ? \"0\" + hex : hex;\n}\nfunction rgbToHex(r, g, b) {\n  return \"#\" + componentToHex(r) + componentToHex(g) + componentToHex(b);\n}\n\/\/Function to convert HEX to RGB\nfunction hex2rgb(x){\n\t\tif(x.length == 7){\n\t\t\tx = x.substring(1,7);\n\t\t}\n    if(x.length != 6){\n        throw \"Only six-digit hex colors are allowed.\";\n    }\n\n    var aRgbHex = x.match(\/.{1,2}\/g);\n    var aRgb = [\n        parseInt(aRgbHex[0], 16),\n        parseInt(aRgbHex[1], 16),\n        parseInt(aRgbHex[2], 16)\n    ];\n    return aRgb;\n}\n\/\/Debug to Show Hidden Elements\nfunction jesterDebug(src){\n\tvar avis = document.getElementById('avpoptions-container__v2');\n\tswitch(src){\n\t\tcase \"avis\":\n\t\t\tavis.style.display='block';\t\t\t\t\t\n\t\t\tavis.querySelector('textarea').innerText = 'hello';\t\t\/\/Enter text\n\t\t\tbreak;\n\t\tcase \"variant\":\n\t\t\tdocument.querySelectorAll('.variant-wrapper') .forEach(element =\u003e element.style.display='block');\n\t\t\tbreak;\n\t\tcase \"show\":\n\t\t\tavis.style.display='block';\t\t\t\t\n\t\t\tdocument.querySelectorAll('.variant-wrapper') .forEach(element =\u003e element.style.display='block');\n\t\t\tbreak;\n\t\tcase \"hide\":\n\t\t\tavis.style.display='none';\t\t\t\t\t\/\/Hide AVIS\n\t\t\tdocument.querySelectorAll('.variant-wrapper') .forEach(element =\u003e element.style.display='none');\n\t\t\tbreak;\n        case \"avis2\":\n            avis.style.display = 'block';\n            var avistwo = avis.querySelectorAll('.avp-option');\n            for(i=0;i\u003cavistwo.length;i++){\n              avistwo[i].style.display=\"block\";\n            }\n\t}\n}\n\tvar radios = document.getElementById(\"myInput2\");\n\tvar slider = document.getElementById(\"myRange\");\n\tvar output = document.getElementById(\"qtyLabel\");\n\tvar myQty = ['500','600','700','800','900','1000','1250','1500','1750','2000','3000'];\n\toutput.innerHTML = myQty[slider.value-1];\n\n\tslider.oninput = function() {\n\t\tvar myQty = ['500','600','700','800','900','1000','1250','1500','1750','2000','3000'];\n      console.log('slider.oninput 3380',myQty[this.value-1])\n\t\toutput.innerHTML = myQty[this.value-1];\n\t\t\t\t\tjesterVariantSelector('option-quantity-'+myQty[this.value-1])\n\t}\nwindow.onload = (event) =\u003e {\n    console.log('The page has fully loaded');\n\t\t\/\/Event Listener for AVIS Upload\n\t\tdocument.querySelector('.apo-file').addEventListener(\"change\", thisIs);\n\t\t\/\/Set AVIS options\n\t\tvar fieldSet = document.querySelectorAll('input');\n\t\t\u003c!-- for (i=0;i\u003cfieldSet.length;i++){ --\u003e\n\t\t\t\u003c!-- if(fieldSet[i].name=='properties[Sides]' \u0026\u0026 fieldSet[i].value=='Pips'){ --\u003e\n\t\t\t\t\t\u003c!-- fieldSet[i].checked = 'checked'; --\u003e\n\t\t\t\u003c!-- }; --\u003e\n\t\t\t\u003c!-- if(fieldSet[i].name=='properties[Finish]' \u0026\u0026 fieldSet[i].value=='Matte'){ --\u003e\n\t\t\t\t\t\u003c!-- fieldSet[i].checked = 'checked'; --\u003e\n\t\t\t\u003c!-- }; --\u003e\n\t\t\u003c!-- } --\u003e\n\t\t\n\t\tfor (i=0;i\u003cfieldSet.length;i++){\n\t\t\tif(fieldSet[i].name=='properties[Sides]'){\n\t\t\t\tfieldSet[i].value = 'Pips';\n\t\t\t};\n\t\t\tif(fieldSet[i].value=='Pips'){\n\t\t\t\tfieldSet[i].checked = 'checked';\n\t\t\t};\n\t\t\tif(fieldSet[i].name=='properties[Finish]'){\n\t\t\t\t\/\/fieldSet[i].value = 'Matte [ $50.00 ]';\n                fieldSet[i].value = 'Matte';\n\t\t\t};\n\t\t\t\/\/if(fieldSet[i].value=='Matte [ $50.00 ]'){\n            if(fieldSet[i].value=='Matte'){\n\t\t\t\t\tfieldSet[i].checked = 'checked';\n\t\t\t};\n\t\t}\n\t\t\/\/Move the AVIS Upload to here\n\t\t\/\/document.getElementById('file').appendChild(  document.querySelector('.ap-options__file') );\n\/\/try{\n\/* Check for Theme element *\/\n\/\/ Current Expanse Theme\nif (document.querySelector('.product-block--price')) {\n  console.log('1st check true');\ndocument.getElementById('priceHolder').appendChild(document.querySelector('.product-block--price'));\n\/\/Move the AVIS Add-On Here\ndocument.getElementById('priceHolder').appendChild(document.getElementById('avp-productoption-total-add'));\n\tdocument.getElementById('avp-productoption-total-add').style.display='block';\n\t\/\/Move the Add to Cart\n\tdocument.getElementById('priceHolder').appendChild(  document.querySelector('.product-single__form') );\n\t}\n\t\/\/ New Enterprise Theme\n\telse if (document.querySelector('.product-price')) {\n      console.log('2nd check true');\n\t\tdocument.getElementById('priceHolder').appendChild(document.querySelector('.product-price'))\n\n      document.getElementById('priceHolder').appendChild(  document.querySelector('.avpoptions-container__v2') );\n\ndocument.getElementById('priceHolder').appendChild(  document.querySelector('.product-info__add-button') );\n\n\n\n\t}\n\t\t\n\n\/\/}catch(e){\n\/\/\tconsole.log(e,'Avis may not be connected')\n\/\/}\n\t\t\/\/Default Load BARON logo\n\t\tloadPreview('02');\n\t\t\n\t\t\/\/Hide Loader\n\t\tdocument.getElementById('loader').style.display = 'none';\n\t\t\n\t\t\/\/Select Defaults\n\t\tjesterRedefault();\n\t\t\n\t\t\/*\n\t\t* JH\n\t\t*\n\t\t* version 1.0.0 04-24-23\n\t\t*\n\t\t* version 1.0.1 04-24-23\n\t\t*\n\t\t* version 1.0.2 07-28-23\n\t\t*  - Fix issues with new AVIS\n\t\t*\n\t\t* version 1.0.3 01-20-24\n\t\t*  - Fix issues with new AVIS SVG name change\n        *   line 2806\n        *   line 2830\n        *  BEFORE: document.querySelector('.apo-items__file').querySelector('a').href;\n        * Replace: ''.apo-items__file' w\/ '.ap-options__file'\n\n        *   line 2818\n        * Add new check for file type:\n        * split.substring(split.length-3) != 'svg'\n\t\t* version 1.1.0 04-05-24\n          *\/\n\t\tvar avisBox = document.getElementById('avpoptions-container__v2');\n\t\tavisBox.style.display='block';\n\t\tfor(i=1;i\u003cavisBox.children.length;i++){\n\t\t\tavisBox.children[i].style.display='none';\n\t\t}\n\t\tconsole.log('v1.0.3');\n\n\n};\n\u003c\/script\u003e\n\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BaronOfDice","offers":[{"title":"One Tone \/ 16mm \/ Squared Edge \/ 500","offer_id":54149590450494,"sku":"1638653245","price":525.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Squared Edge \/ 600","offer_id":54149590483262,"sku":"1638686013","price":615.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Squared Edge \/ 700","offer_id":54149590516030,"sku":"1638718781","price":700.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Squared Edge \/ 800","offer_id":54149590548798,"sku":"1638751549","price":785.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Squared Edge \/ 900","offer_id":54149590581566,"sku":"1638784317","price":865.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Squared Edge \/ 1000","offer_id":54149590614334,"sku":"1638817085","price":945.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Squared Edge \/ 1250","offer_id":54149590647102,"sku":"1638849853","price":1185.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Squared Edge \/ 1500","offer_id":54149590679870,"sku":"1638882621","price":1420.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Squared Edge \/ 1750","offer_id":54149590712638,"sku":"1638915389","price":1655.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Squared Edge \/ 2000","offer_id":54149590745406,"sku":"1638948157","price":1800.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Squared Edge \/ 3000","offer_id":54149590778174,"sku":"1638980925","price":2500.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 12mm \/ Squared Edge \/ 500","offer_id":54149590810942,"sku":"1639013693","price":525.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 12mm \/ Squared Edge \/ 600","offer_id":54149590843710,"sku":"1639046461","price":615.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 12mm \/ Squared Edge \/ 700","offer_id":54149590876478,"sku":"1639079229","price":700.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 12mm \/ Squared Edge \/ 800","offer_id":54149590909246,"sku":"1639111997","price":785.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 12mm \/ Squared Edge \/ 900","offer_id":54149590942014,"sku":"1639144765","price":865.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 12mm \/ Squared Edge \/ 1000","offer_id":54149590974782,"sku":"1639177533","price":945.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 12mm \/ Squared Edge \/ 1250","offer_id":54149591007550,"sku":"1639210301","price":1185.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 12mm \/ Squared Edge \/ 1500","offer_id":54149591040318,"sku":"1639243069","price":1420.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 12mm \/ Squared Edge \/ 1750","offer_id":54149591073086,"sku":"1639275837","price":1655.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 12mm \/ Squared Edge \/ 2000","offer_id":54149591105854,"sku":"1639308605","price":1800.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 12mm \/ Squared Edge \/ 3000","offer_id":54149591138622,"sku":"1639341373","price":2500.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Rounded Edge \/ 500","offer_id":54149591171390,"sku":"1639374141","price":525.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Rounded Edge \/ 600","offer_id":54149591204158,"sku":"1639406909","price":615.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Rounded Edge \/ 700","offer_id":54149591236926,"sku":"1639439677","price":700.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Rounded Edge \/ 800","offer_id":54149591269694,"sku":"1639472445","price":785.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Rounded Edge \/ 900","offer_id":54149591302462,"sku":"1639505213","price":865.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Rounded Edge \/ 1000","offer_id":54149591335230,"sku":"1639537981","price":945.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Rounded Edge \/ 1250","offer_id":54149591367998,"sku":"1639570749","price":1185.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Rounded Edge \/ 1500","offer_id":54149591400766,"sku":"1639603517","price":1420.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Rounded Edge \/ 1750","offer_id":54149591433534,"sku":"1639636285","price":1655.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Rounded Edge \/ 2000","offer_id":54149591466302,"sku":"1639669053","price":1800.0,"currency_code":"USD","in_stock":false},{"title":"One Tone \/ 16mm \/ Rounded Edge \/ 3000","offer_id":54149591499070,"sku":"1639701821","price":2500.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Squared Edge \/ 500","offer_id":54149591531838,"sku":"1639734589","price":525.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Squared Edge \/ 600","offer_id":54149591564606,"sku":"1639767357","price":615.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Squared Edge \/ 700","offer_id":54149591597374,"sku":"1639800125","price":700.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Squared Edge \/ 800","offer_id":54149591630142,"sku":"1639832893","price":785.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Squared Edge \/ 900","offer_id":54149591662910,"sku":"1639865661","price":865.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Squared Edge \/ 1000","offer_id":54149591695678,"sku":"1639898429","price":945.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Squared Edge \/ 1250","offer_id":54149591728446,"sku":"1639931197","price":1185.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Squared Edge \/ 1500","offer_id":54149591761214,"sku":"1639963965","price":1420.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Squared Edge \/ 1750","offer_id":54149591793982,"sku":"1639996733","price":1655.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Squared Edge \/ 2000","offer_id":54149591826750,"sku":"1640029501","price":1800.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Squared Edge \/ 3000","offer_id":54149591859518,"sku":"1640062269","price":2500.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 12mm \/ Squared Edge \/ 500","offer_id":54149591892286,"sku":"1640095037","price":525.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 12mm \/ Squared Edge \/ 600","offer_id":54149591925054,"sku":"1640127805","price":615.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 12mm \/ Squared Edge \/ 700","offer_id":54149591957822,"sku":"1640160573","price":700.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 12mm \/ Squared Edge \/ 800","offer_id":54149591990590,"sku":"1640193341","price":785.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 12mm \/ Squared Edge \/ 900","offer_id":54149592023358,"sku":"1640226109","price":865.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 12mm \/ Squared Edge \/ 1000","offer_id":54149592056126,"sku":"1640258877","price":945.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 12mm \/ Squared Edge \/ 1250","offer_id":54149592088894,"sku":"1640291645","price":1185.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 12mm \/ Squared Edge \/ 1500","offer_id":54149592121662,"sku":"1640324413","price":1420.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 12mm \/ Squared Edge \/ 1750","offer_id":54149592154430,"sku":"1640357181","price":1655.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 12mm \/ Squared Edge \/ 2000","offer_id":54149592187198,"sku":"1640389949","price":1800.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 12mm \/ Squared Edge \/ 3000","offer_id":54149592219966,"sku":"1640422717","price":2500.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Rounded Edge \/ 500","offer_id":54149592252734,"sku":"1640455485","price":525.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Rounded Edge \/ 600","offer_id":54149592285502,"sku":"1640488253","price":615.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Rounded Edge \/ 700","offer_id":54149592318270,"sku":"1640521021","price":700.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Rounded Edge \/ 800","offer_id":54149592351038,"sku":"1640553789","price":785.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Rounded Edge \/ 900","offer_id":54149592383806,"sku":"1640586557","price":865.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Rounded Edge \/ 1000","offer_id":54149592416574,"sku":"1640619325","price":945.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Rounded Edge \/ 1250","offer_id":54149592449342,"sku":"1640652093","price":1185.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Rounded Edge \/ 1500","offer_id":54149592482110,"sku":"1640684861","price":1420.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Rounded Edge \/ 1750","offer_id":54149592514878,"sku":"1640717629","price":1655.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Rounded Edge \/ 2000","offer_id":54149592547646,"sku":"1640750397","price":1800.0,"currency_code":"USD","in_stock":false},{"title":"Two Tone \/ 16mm \/ Rounded Edge \/ 3000","offer_id":54149592580414,"sku":"1640783165","price":2500.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Squared Edge \/ 500","offer_id":54149592613182,"sku":"1640815933","price":545.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Squared Edge \/ 600","offer_id":54149592645950,"sku":"1640848701","price":635.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Squared Edge \/ 700","offer_id":54149592678718,"sku":"1640881469","price":720.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Squared Edge \/ 800","offer_id":54149592711486,"sku":"1640914237","price":815.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Squared Edge \/ 900","offer_id":54149592744254,"sku":"1640947005","price":885.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Squared Edge \/ 1000","offer_id":54149592777022,"sku":"1640979773","price":965.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Squared Edge \/ 1250","offer_id":54149592809790,"sku":"1641012541","price":1205.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Squared Edge \/ 1500","offer_id":54149592842558,"sku":"1641045309","price":1450.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Squared Edge \/ 1750","offer_id":54149592875326,"sku":"1641078077","price":1685.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Squared Edge \/ 2000","offer_id":54149592908094,"sku":"1641110845","price":1850.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Squared Edge \/ 3000","offer_id":54149592940862,"sku":"1641143613","price":2575.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 12mm \/ Squared Edge \/ 500","offer_id":54149592973630,"sku":"1641176381","price":545.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 12mm \/ Squared Edge \/ 600","offer_id":54149593006398,"sku":"1641209149","price":635.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 12mm \/ Squared Edge \/ 700","offer_id":54149593039166,"sku":"1641241917","price":720.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 12mm \/ Squared Edge \/ 800","offer_id":54149593071934,"sku":"1641274685","price":815.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 12mm \/ Squared Edge \/ 900","offer_id":54149593104702,"sku":"1641307453","price":885.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 12mm \/ Squared Edge \/ 1000","offer_id":54149593137470,"sku":"1641340221","price":965.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 12mm \/ Squared Edge \/ 1250","offer_id":54149593170238,"sku":"1641372989","price":1205.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 12mm \/ Squared Edge \/ 1500","offer_id":54149593203006,"sku":"1641405757","price":1450.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 12mm \/ Squared Edge \/ 1750","offer_id":54149593235774,"sku":"1641438525","price":1685.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 12mm \/ Squared Edge \/ 2000","offer_id":54149593268542,"sku":"1641471293","price":1850.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 12mm \/ Squared Edge \/ 3000","offer_id":54149593301310,"sku":"1641504061","price":2575.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Rounded Edge \/ 500","offer_id":54149593334078,"sku":"1641536829","price":545.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Rounded Edge \/ 600","offer_id":54149593366846,"sku":"1641569597","price":635.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Rounded Edge \/ 700","offer_id":54149593399614,"sku":"1641602365","price":720.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Rounded Edge \/ 800","offer_id":54149593432382,"sku":"1641635133","price":815.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Rounded Edge \/ 900","offer_id":54149593465150,"sku":"1641667901","price":885.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Rounded Edge \/ 1000","offer_id":54149593497918,"sku":"1641700669","price":965.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Rounded Edge \/ 1250","offer_id":54149593530686,"sku":"1641733437","price":1205.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Rounded Edge \/ 1500","offer_id":54149593563454,"sku":"1641766205","price":1450.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Rounded Edge \/ 1750","offer_id":54149593596222,"sku":"1641798973","price":1685.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Rounded Edge \/ 2000","offer_id":54149593628990,"sku":"1641831741","price":1850.0,"currency_code":"USD","in_stock":false},{"title":"Three Tone \/ 16mm \/ Rounded Edge \/ 3000","offer_id":54149593661758,"sku":"1641864509","price":2575.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1935\/5029\/files\/CustomSnip3_e95586be-908f-41b8-95d1-de3fc0cfcc11.jpg?v=1787158980","url":"https:\/\/themagesemporium.com\/products\/custom-dice","provider":"The Mage's Emporium","version":"1.0","type":"link"}