commit e092c6e1074428673103da549bb3a4fcf2082e70 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Wed, 7 Aug 2024 13:55:02 +0200 feat: initial script-dump Diffstat:
A | .gitignore | | | 1 | + |
A | README.md | | | 19 | +++++++++++++++++++ |
A | build.sh | | | 33 | +++++++++++++++++++++++++++++++++ |
A | template.html | | | 51 | +++++++++++++++++++++++++++++++++++++++++++++++++++ |
4 files changed, 104 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +error_pages/* diff --git a/README.md b/README.md @@ -0,0 +1,19 @@ +# Error Pages + +Error-Pages indended for Proxy webservers. + +Please send patches or remarks to +[jayvii+error_pages[AT]posteo[DOT]de](mailto:jayvii+error_pages[AT]posteo[DOT]de). + +--- + +Simply run: + +```bash +./build.sh +``` + +Upload the resulting HTML files in `./error_pages/` to your webroot and paste +the stdout of the script to your webserver's configuration + + diff --git a/build.sh b/build.sh @@ -0,0 +1,33 @@ +#!/usr/bin/env bash + +echo "Starting..." +echo "----------" +echo "# Exclude error-pages from Proxy" +echo "ProxyPass /error-pages/ !" +echo "# Set Error Documents" + +mkdir -p ./error_pages/ + +## 400 pages +seq_400="$(seq 400 1 417) $(seq 421 1 424) 426 428 429 431 451" +for i in $seq_400; do + cp "./template.html" "./error_pages/${i}.html" + sed -e "s/%ERRORCODE%/${i}/g" \ + -e "s/%ERROREXPLAIN%/The requested content might not be available or you are not allowed to see it./" \ + -i "./error_pages/${i}.html" + echo "ErrorDocument ${i} /error-pages/${i}.html" +done + +## 500 pages +seq_500="$(seq 500 1 508) 510 511" +for i in $seq_500; do + cp "./template.html" "./error_pages/${i}.html" + sed -e "s/%ERRORCODE%/${i}/g" \ + -e "s/%ERROREXPLAIN%/The Service is currently under maintenance./" \ + -i "./error_pages/${i}.html" + echo "ErrorDocument ${i} /error-pages/${i}.html" +done + +echo "----------" +echo "Done!" + diff --git a/template.html b/template.html @@ -0,0 +1,51 @@ +<!DOCTYPE html> +<html lang="en"> + + <!-- Head --> + <head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Error <!--%ERRORCODE%--></title> + <!-- + Icon: + https://feathericons.com/ + Copyright (c) 2013-2023 Cole Bemis + MIT License + v4.29.2 + --> + <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-alert-triangle'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'%3E%3C/path%3E%3Cline x1='12' y1='9' x2='12' y2='13'%3E%3C/line%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'%3E%3C/line%3E%3C/svg%3E" \> + </head> + + <!-- Body --> + <body> + + <!-- Header --> + <header> + <h1>Error <!--%ERRORCODE%--></h1> + </header> + + <!-- Content --> + <h2>Bad news!</h2> + <p><!--%ERROREXPLAIN%--></p> + <p>If you believe this is an error, please let us know.</p> + <!-- + Image: + https://iconscout.com/free-illustration-pack/website-landing-page + IconScout Simple License (https://iconscout.com/licenses#simple_license) + Copyright (c) 2020 WOOBRO LTD + --> + <img alt="<!--%ERRORCODE%-->" loading="lazy" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 800 600' viewBox='0 0 800 600' id='website-loading-speed'%3E%3ClinearGradient id='a' x1='10.864' x2='791.25' y1='315.582' y2='315.582' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2370b'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%2300008b'%3E%3C/stop%3E%3Cstop offset='1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M401.06 39.45c-215.5 0-390.19 174.69-390.19 390.19 0 9.77.36 19.45 1.07 29.04 0 0 43.03 183.25 263.87 119.59 139.12-40.1 215.18 37.19 330.93 3.5 165.81-48.26 183.44-123.09 183.44-123.09.71-9.59 1.07-19.27 1.07-29.04 0-215.49-174.7-390.19-390.19-390.19z'%3E%3C/path%3E%3ClinearGradient id='b' x1='412.248' x2='266.166' y1='468.782' y2='-59.243' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%231567ff'%3E%3C/stop%3E%3Cstop offset='.263' stop-color='%234947db'%3E%3C/stop%3E%3Cstop offset='.612' stop-color='%238821b0'%3E%3C/stop%3E%3Cstop offset='.868' stop-color='%23b00994'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23bf008a'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23b)' d='M399.21 458.68V39.46c-71.72.33-138.87 20.02-196.5 54.1l196.5 365.12z' opacity='.7'%3E%3C/path%3E%3Cg opacity='.7'%3E%3ClinearGradient id='c' x1='772.147' x2='772.147' y1='354.586' y2='-61.439' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300baff'%3E%3C/stop%3E%3Cstop offset='.61' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23c)' d='M778.91 482.39h-14.07c.22-2.97.4-6.59.55-9.58l14.06.69c-.15 3.1-.31 5.8-.54 8.89z'%3E%3C/path%3E%3ClinearGradient id='d' x1='401.057' x2='401.057' y1='349.085' y2='-86.302' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300baff'%3E%3C/stop%3E%3Cstop offset='.61' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23d)' d='M765.59 441.07c-.22-6.09-.6-12.23-1.12-18.26l14.03-1.21c.54 6.26.93 12.65 1.17 18.96l-14.08.51zm-729.07-.29-14.07-.52c.24-6.31.63-12.69 1.18-18.96l14.03 1.22c-.53 6.04-.91 12.18-1.14 18.26zm723.85-49.41c-1.05-5.98-2.26-12.02-3.6-17.94l13.73-3.12c1.4 6.15 2.66 12.42 3.74 18.63l-13.87 2.43zm-718.59-3.26-13.87.53c1.09-6.21 2.36-12.48 3.76-18.63l13.73 3.13c-1.35 5.92-2.57 8.99-3.62 14.97zm706.61-45.25a365.43 365.43 0 0 0-6.05-17.31l13.17-4.98a378.62 378.62 0 0 1 6.29 17.98l-13.41 4.31zm-694.59-.29-13.4-4.32c1.94-6.01 4.05-12.04 6.29-17.94l13.16 4.99c-2.15 5.69-4.19 11.49-6.05 17.27zm676.03-46.17c-2.64-5.47-5.46-10.96-8.37-16.3l12.36-6.75c3.03 5.55 5.95 11.24 8.7 16.93l-12.69 6.12zm-657.45-.2-12.68-6.12c2.74-5.67 5.66-11.34 8.68-16.87l12.36 6.75c-2.92 5.32-5.73 10.78-8.36 16.24zm632.68-43.25a362.97 362.97 0 0 0-10.52-14.99l11.32-8.37c3.75 5.07 7.43 10.31 10.92 15.57l-11.72 7.79zm-607.93-.13-11.72-7.8c3.49-5.25 7.16-10.47 10.91-15.54l11.32 8.38c-3.61 4.88-7.15 9.91-10.51 14.96zM674.6 213.3c-4.02-4.56-8.21-9.07-12.45-13.41l10.08-9.83c4.4 4.51 8.75 9.2 12.93 13.93l-10.56 9.31zm-547.01-.09-10.55-9.32c4.17-4.72 8.52-9.41 12.93-13.92l10.07 9.84c-4.24 4.34-8.43 8.85-12.45 13.4zm511.44-35.04c-4.6-3.96-9.36-7.86-14.15-11.59l8.65-11.11c4.98 3.87 9.92 7.92 14.7 12.04l-9.2 10.66zm-475.87-.08-9.19-10.67c4.78-4.12 9.73-8.17 14.71-12.04l8.64 11.12c-4.79 3.72-9.55 7.62-14.16 11.59zm435.88-29.89c-5.1-3.3-10.34-6.51-15.59-9.55l7.05-12.19c5.45 3.15 10.9 6.49 16.19 9.91l-7.65 11.83zm-395.85-.07-7.65-11.82c5.3-3.43 10.76-6.77 16.23-9.93l7.04 12.19c-5.26 3.04-10.51 6.25-15.62 9.56zm352.15-24.14c-5.5-2.57-11.12-5.03-16.73-7.31l5.31-13.04c5.82 2.37 11.67 4.93 17.38 7.6l-5.96 12.75zm-308.4-.08-5.95-12.76c5.73-2.67 11.6-5.24 17.45-7.61l5.3 13.04c-5.63 2.29-11.28 4.75-16.8 7.33zm261.83-17.89c-5.8-1.79-11.72-3.46-17.61-4.95l3.47-13.65c6.12 1.55 12.27 3.28 18.3 5.14l-4.16 13.46zm-215.15-.09-4.14-13.46c6.03-1.86 12.19-3.58 18.3-5.13l3.46 13.65c-5.88 1.49-11.81 3.15-17.62 4.94zm166.5-11.32c-5.99-.97-12.08-1.81-18.13-2.49l1.56-13.99c6.27.7 12.61 1.57 18.83 2.58l-2.26 13.9zm-117.84-.05-2.25-13.9a381.93 381.93 0 0 1 18.83-2.57l1.55 13.99c-6.04.68-12.14 1.51-18.13 2.48zm68.08-4.59c-6.08-.15-12.26-.15-18.31-.01l-.34-14.08c6.28-.15 12.69-.15 19 .01l-.35 14.08z'%3E%3C/path%3E%3ClinearGradient id='e' x1='29.813' x2='29.813' y1='354.587' y2='-61.437' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300baff'%3E%3C/stop%3E%3Cstop offset='.61' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23e)' d='M22.94 482.39c-.23-3.1-.13-5.8-.29-8.89l14.06-.69c.15 2.98.05 6.6.27 9.58H22.94z'%3E%3C/path%3E%3C/g%3E%3Cpath fill='%23000640' fill-rule='evenodd' d='M221.88 494.44c0 8.31-42.26 15.05-94.39 15.05s-94.39-6.74-94.39-15.05 42.26-15.05 94.39-15.05c52.13.01 94.39 6.74 94.39 15.05zM705.44 505.71c0 8.31-42.26 15.05-94.39 15.05s-94.39-6.74-94.39-15.05 42.26-15.05 94.39-15.05c52.13.01 94.39 6.74 94.39 15.05zM523.73 536.85c0 8.13-28.5 14.72-63.66 14.72s-63.66-6.59-63.66-14.72 28.5-14.72 63.66-14.72c35.16-.01 63.66 6.58 63.66 14.72zM396.41 515.09c0 11.37-38.71 20.58-86.45 20.58-47.75 0-86.45-9.21-86.45-20.58 0-11.36 38.71-20.58 86.45-20.58s86.45 9.21 86.45 20.58z' clip-rule='evenodd' opacity='.5'%3E%3C/path%3E%3ClinearGradient id='f' x1='99.463' x2='99.463' y1='481.924' y2='318.597' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2387ffff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%2356009f'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23f)' d='M92.21 362.67h14.51V482.4H92.21z'%3E%3C/path%3E%3ClinearGradient id='g' x1='634.862' x2='634.862' y1='481.924' y2='320.177' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2387ffff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%2356009f'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23g)' d='M627.61 362.67h14.51V482.4h-14.51z'%3E%3C/path%3E%3ClinearGradient id='h' x1='85.711' x2='651.283' y1='354.968' y2='354.968' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23270036'%3E%3C/stop%3E%3Cstop offset='.594' stop-color='%2322003d'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23272454'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23h)' d='M85.71 346.44h565.57v17.06H85.71z'%3E%3C/path%3E%3ClinearGradient id='i' x1='128.205' x2='197.631' y1='546.976' y2='546.976' gradientTransform='rotate(9.701 329.238 766.112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23100'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23204374'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23i)' d='m167.99 521.72 46.72-17.36s3.27-.91 5.93 1.24c2.66 2.15 16.64 13.94 16.64 13.94s1.36 1.98-1.06 2.98c-2.42 1.01-46.23 17.22-46.23 17.22s-3.13.89-5.81-.9c-2.67-1.79-16.39-13.53-16.39-13.53s-2.32-2 .2-3.59z'%3E%3C/path%3E%3ClinearGradient id='j' x1='116.325' x2='191.06' y1='547.268' y2='547.268' gradientTransform='rotate(9.701 329.238 766.112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2388cfda'%3E%3C/stop%3E%3Cstop offset='.008' stop-color='%2389cfd9'%3E%3C/stop%3E%3Cstop offset='.478' stop-color='%23c8d9bb'%3E%3C/stop%3E%3Cstop offset='.822' stop-color='%23f0dfa7'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23ffe1a0'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23j)' d='m170.46 521.98 42.47-15.84 19.88 16.47-42.25 15.81z'%3E%3C/path%3E%3ClinearGradient id='k' x1='128.235' x2='197.704' y1='554.908' y2='554.908' gradientTransform='rotate(9.701 329.238 766.112)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0'%3E%3C/stop%3E%3Cstop offset='.406' stop-color='%23b5b5b5'%3E%3C/stop%3E%3Cstop offset='.583' stop-color='%23fff'%3E%3C/stop%3E%3Cstop offset='.877' stop-color='%234c4c4c'%3E%3C/stop%3E%3Cstop offset='.879' stop-color='%234e4e4e'%3E%3C/stop%3E%3Cstop offset='.908' stop-color='%23696969'%3E%3C/stop%3E%3Cstop offset='.938' stop-color='%237d7d7d'%3E%3C/stop%3E%3Cstop offset='.968' stop-color='%23888'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238c8c8c'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23k)' d='M237.63 521.04c-.09.52-.45 1.08-1.41 1.49-2.42 1.01-46.23 17.22-46.23 17.22s-3.13.89-5.81-.9c-2.67-1.79-16.39-13.53-16.39-13.53s-.96-.84-.97-1.86l-.46 2.71s.31 1.43 1.85 2.56c1.55 1.14 15.94 13.23 15.94 13.23s2.82 1.22 5.48.39c2.66-.83 46.49-17.36 46.49-17.36s1-.75 1.13-1.5c.13-.76.46-2.44.46-2.44l-.08-.01z'%3E%3C/path%3E%3Cpath d='m221.41 510.11 8.42 7.03s.91.06.71-.43c-.19-.49-8.31-7.1-8.31-7.1s-1.06-.27-.82.5z'%3E%3C/path%3E%3ClinearGradient id='l' x1='829.581' x2='899.01' y1='475.608' y2='475.608' gradientTransform='scale(-1 1) rotate(3.4 -822.1 -20381.297)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23100'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23204374'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23l)' d='m409.61 542.3-44.53-22.39s-3.15-1.26-6.03.58c-2.88 1.85-18.07 12.03-18.07 12.03s-1.57 1.81.73 3.08c2.29 1.27 44.06 22.19 44.06 22.19s3.02 1.22 5.87-.26 17.78-11.65 17.78-11.65 2.52-1.72.19-3.58z'%3E%3C/path%3E%3ClinearGradient id='m' x1='832.955' x2='894.517' y1='475.901' y2='475.901' gradientTransform='scale(-1 1) rotate(3.4 -822.1 -20381.297)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300baff'%3E%3C/stop%3E%3Cstop offset='.61' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23m)' d='m407.12 542.29-40.47-20.41-21.57 14.19 40.26 20.35z'%3E%3C/path%3E%3ClinearGradient id='n' x1='829.61' x2='899.083' y1='483.542' y2='483.542' gradientTransform='scale(-1 1) rotate(3.4 -822.1 -20381.297)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0'%3E%3C/stop%3E%3Cstop offset='.406' stop-color='%23b5b5b5'%3E%3C/stop%3E%3Cstop offset='.583' stop-color='%23fff'%3E%3C/stop%3E%3Cstop offset='.877' stop-color='%234c4c4c'%3E%3C/stop%3E%3Cstop offset='.879' stop-color='%234e4e4e'%3E%3C/stop%3E%3Cstop offset='.908' stop-color='%23696969'%3E%3C/stop%3E%3Cstop offset='.938' stop-color='%237d7d7d'%3E%3C/stop%3E%3Cstop offset='.968' stop-color='%23888'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238c8c8c'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23n)' d='M340.46 533.98c.03.53.32 1.13 1.24 1.63 2.29 1.27 44.06 22.19 44.06 22.19s3.02 1.22 5.87-.26 17.78-11.65 17.78-11.65 1.05-.73 1.17-1.74l.16 2.75s-.46 1.39-2.12 2.34c-1.66.96-17.3 11.4-17.3 11.4s-2.93.9-5.49-.22-44.3-22.36-44.3-22.36-.91-.85-.96-1.62c-.05-.77-.19-2.48-.19-2.48l.08.02z'%3E%3C/path%3E%3Cpath d='m357.78 524.89-9.14 6.06s-.91-.04-.66-.51c.25-.47 9.05-6.15 9.05-6.15s1.08-.14.75.6z'%3E%3C/path%3E%3ClinearGradient id='o' x1='520.01' x2='599.694' y1='540.076' y2='540.076' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23100'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23204374'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23o)' d='M599.69 546.04c0 .68-.71 2.45-1.39 2.45h-76.61c-.68 0-1.68-1.67-1.68-2.35l3.92-13.26c.21-.82.55-1.22 1.23-1.22h68.25c.68 0 .98.46 1.23 1.22l5.05 13.16z'%3E%3C/path%3E%3ClinearGradient id='p' x1='527.708' x2='589.537' y1='538.76' y2='554.268' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0'%3E%3C/stop%3E%3Cstop offset='.016' stop-color='%23030303'%3E%3C/stop%3E%3Cstop offset='.417' stop-color='%234c4c4c'%3E%3C/stop%3E%3Cstop offset='.428' stop-color='%234e4e4e'%3E%3C/stop%3E%3Cstop offset='.566' stop-color='%23696969'%3E%3C/stop%3E%3Cstop offset='.707' stop-color='%237d7d7d'%3E%3C/stop%3E%3Cstop offset='.85' stop-color='%23888'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238c8c8c'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23p)' d='M599.8 546.81c0 .96-.78 1.73-1.73 1.73h-76.52a1.73 1.73 0 0 1 0-3.46h76.52c.95 0 1.73.77 1.73 1.73z'%3E%3C/path%3E%3ClinearGradient id='q' x1='492.156' x2='608.955' y1='538.443' y2='538.443' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23521a63'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23d6a6ff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23q)' d='M525.83 532.73h66.11l3.98 11.43-73.16-.11z'%3E%3C/path%3E%3ClinearGradient id='r' x1='525.316' x2='527.254' y1='546.758' y2='546.758' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23100'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23204374'%3E%3C/stop%3E%3C/linearGradient%3E%3Ccircle cx='526.28' cy='546.76' r='.97' fill='url(%23r)'%3E%3C/circle%3E%3ClinearGradient id='s' x1='532.713' x2='534.651' y1='546.758' y2='546.758' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23100'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23204374'%3E%3C/stop%3E%3C/linearGradient%3E%3Ccircle cx='533.68' cy='546.76' r='.97' fill='url(%23s)'%3E%3C/circle%3E%3ClinearGradient id='t' x1='589.644' x2='591.582' y1='546.758' y2='546.758' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23100'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23204374'%3E%3C/stop%3E%3C/linearGradient%3E%3Ccircle cx='590.61' cy='546.76' r='.97' fill='url(%23t)'%3E%3C/circle%3E%3Cpath d='m593.73 535.1 2.21 5.97.92.15-2.22-5.89z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='M140.82 482.75s-2.8 11.2-2.67 17.46c.13 6.26 4.26 9.33 7.86 10 3.6.67 13.99-.4 15.19-7.6 1.2-7.2 3.73-25.45 4.4-31.59.67-6.13-.27-13.59-.8-15.19l-.53-1.6s-2.71 6.5-7.6 8.8c-6.8 3.2-12.26.93-12.26.93l-3.59 18.79z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='.871' d='M160.54 215.27c-1.23-1.42-3.12-5.11-4.22-9.22l-.18-.1s2.13 7.86 2.53 12.53c.4 4.66.93 22.66.93 22.66L173.87 219v-2.92c-6.7 1.65-12.32.35-13.33-.81z'%3E%3C/path%3E%3ClinearGradient id='u' x1='140.255' x2='182.492' y1='202.659' y2='299.071' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23521a63'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23b000db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23u)' d='M149.48 193.15s-10.97 2.13-16.66 3.91c-5.69 1.78-15.99 4.62-17.59 14.04 1.81-10.67.53 10.69-3.91 37.32-1.07 6.4-1.07 14.39-1.07 14.39s4.26.89 10.31 3.02c6.04 2.13 9.06 5.69 9.06 5.69s-2.67 17.95-5.51 24.34c-2.84 6.4-7.29 11.37-7.29 11.37s6.04-.53 7.82-.36c1.78.18 1.42 1.07 1.95.89.53-.18 7.64-4.26 29.85-3.38 22.21.89 32.34 1.78 38.2 4.98 5.86 3.2 7.82 6.75 7.82 6.75s-4.44-21.68-5.15-27.54c-.71-5.86-1.6-15.81-1.6-15.81l11.91 3.02s4.44-15.28 6.57-23.63 6.22-23.81 4.26-28.96c-1.95-5.15-11.73-13.15-14.93-15.64-3.2-2.49-8.88-5.33-9.77-5.33-.87-.01-44.27-9.07-44.27-9.07z'%3E%3C/path%3E%3Cpath fill='%23fcfef9' d='M174.14 199.28s-3.07-3.17-6.8-5.86c-2.95-2.13-6.62-3.67-7.33-5.2-1.6-3.47-1.6-10.8 1.33-15.99 2.93-5.2 11.86-14.39 18.92-14.26 7.06.13 8.4.93 8.4.93s2.13-6 8.26-5.6c6.13.4 11.86 6.26 11.6 16.13-.27 9.86-1.87 25.85-4.93 29.99-3.07 4.13-8.4 5.2-10.79 6.13-2.4.93-4.13 1.33-4.13 1.33s-5.06-5.6-7.2-6c-2.14-.4-7.33-1.6-7.33-1.6z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='M181.47 200.88c-2.13-.4-7.33-1.6-7.33-1.6s-3.07-3.17-6.8-5.86c-2.95-2.13-6.62-3.67-7.33-5.2-.45-.98-.77-2.27-.94-3.73h-.13s-3.73 10.53-3.46 16.39c.27 5.86 3.33 12.39 5.06 14.39 1.73 2 17.06 4.4 28.12-8.4 0 0-5.06-5.59-7.19-5.99z'%3E%3C/path%3E%3ClinearGradient id='v' x1='183.231' x2='191.227' y1='212.484' y2='288.445' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23v)' d='M173.87 216.09s.18 10.11.89 12.42c.71 2.31 2.13 6.75 2.13 13.86 0 7.11-1.82 32.61-1.02 39.94.8 7.33 6.53 16.66 9.6 17.06 3.07.4 6.26-2.53 9.06-5.6 2.8-3.07 4.93-5.06 6.66-8.8s3.33-10 3.33-10l-8.13-2s-4.93-14.93-6.26-24.26c-1.33-9.33-2.4-20.52-2-23.06.4-2.53 3.86-11.59 3.86-15.06 0-3.46-.93-4.8-.93-4.8l-2.4 1.07c0 .01-8.13 8.71-14.79 9.23z'%3E%3C/path%3E%3ClinearGradient id='w' x1='196.426' x2='204.522' y1='281.099' y2='281.099' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23w)' d='M201.19 284.97c1.73-3.73 3.33-10 3.33-10l-8.1-1.99c.49 1.57 1.44 4.83 1.83 7.46.33 2.22.35 6.11.32 8.77.98-1.23 1.84-2.56 2.62-4.24z'%3E%3C/path%3E%3ClinearGradient id='x' x1='191.195' x2='196.392' y1='255.452' y2='255.452' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23x)' d='m191.19 254.19 5.2-15.33s-.27 17.19-.4 23.06c-.13 5.86.27 10.13.27 10.13s-4.8-13.6-5.07-17.86z'%3E%3C/path%3E%3ClinearGradient id='y' x1='128.557' x2='142.683' y1='254.053' y2='254.053' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23y)' d='M129.62 271.51s.53-8.93.4-23.32-.13-27.72-.13-27.72 2.4 36.25 2.4 39.85c0 3.6.93 17.59 2 19.19 1.07 1.6 8.4 8.13 8.4 8.13l-14.13-9.99 1.06-6.14z'%3E%3C/path%3E%3Cpath fill='%23fcfef9' d='M111.5 262.85s-1.73 20.92 1.73 24.79c3.46 3.86 11.99 9.73 18.13 11.99 6.13 2.27 11.99 4.66 11.99 4.66s11.19.27 14.66.13c3.46-.13 4.53.4 4.53.4s7.46 2 9.46 2c2 0 4.13-.93 4.13-.93s1.33-1.2 1.33-1.87c0-.67-1.47-1.87-1.47-1.87s1.87-1.07 1.87-1.73v-.67l-6.26-2.93-5.46-3.33s4 .67 5.46-.13c1.47-.8 5.33-3.07 3.2-4.26-2.13-1.2-3.46.8-5.73.67-2.27-.13-7.6-.13-10.13.4-2.53.53-5.33 2.4-5.33 2.4s-7.33-1.87-15.73-8-10.53-8-10.53-8l.13-7.06c.01 0-7.32-4.53-15.98-6.66z'%3E%3C/path%3E%3ClinearGradient id='z' x1='161.741' x2='175.427' y1='291.944' y2='291.944' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23z)' d='m161.74 291.24 4.99 2.62-.59-.36s4 .67 5.46-.13c1.14-.62 3.74-2.13 3.82-3.34-3.66 3.16-13.68 1.21-13.68 1.21z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='M117.89 306.69s-1.6 1.95-2.49 4.62c-.89 2.67-1.24 6.04-1.24 6.04s1.6-4.98 6.04-7.11c4.44-2.13 6.4-2.49 6.4-2.49s-.89-1.77-8.71-1.06z'%3E%3C/path%3E%3ClinearGradient id='A' x1='186.709' x2='84.452' y1='311.799' y2='413.098' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23100'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23204374'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23A)' d='M202.48 316.11s.36 14.39-1.95 20.61c-2.31 6.22-7.11 11.02-17.06 12.62-9.95 1.6-23.99-1.78-23.99-1.78s-1.6-12.08-7.46-14.75c-5.86-2.67-13.15.36-14.75 4.09-1.6 3.73-8 39.98-10.66 54.2-2.67 14.21-12.97 41.58-15.64 48.16-2.67 6.57-3.2 15.1-9.42 23.99-6.22 8.89-9.24 9.95-12.79 8-3.55-1.95-10.31-5.51-11.91-5.86-1.6-.36-3.91-.89-3.91-.89s10.84-11.02 15.81-21.86c4.98-10.84 9.6-25.94 11.73-40.34 2.13-14.39 5.69-55.44 8.17-68.41 2.49-12.97 6.93-20.79 10.48-23.28 3.55-2.49 14.22-6.04 25.94-6.4 11.73-.36 16.35.36 16.35.36s7.64 2.58 10.57 2.27c2.93-.31 4.89-1.2 4.89-1.2s16.71-1.25 25.6 10.47z'%3E%3C/path%3E%3ClinearGradient id='B' x1='72.938' x2='111.475' y1='452.941' y2='452.941' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23B)' d='M88.75 442.63c-4.98 10.84-15.81 21.86-15.81 21.86s2.31.53 3.91.89c1.6.35 8.35 3.91 11.91 5.86 3.55 1.95 6.57.89 12.79-8 6.22-8.88 6.75-17.41 9.42-23.99.15-.36.32-.79.51-1.28-6.75-.71-14.79-2.89-19.1-4.17-1.17 3.17-2.39 6.13-3.63 8.83z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='m73.12 463.96-.18.53s.37-.37.99-1.04l-.81.51zM110.56 440.5l-.09.06c-2.26 6.38-3.11 14.38-8.92 22.69-6.22 8.89-9.24 9.95-12.79 8-3.55-1.95-10.31-5.51-11.91-5.86-1.6-.36-3.91-.89-3.91-.89s-5.02 6.26-5.55 8.66c-.53 2.4-.93 6.66-.93 6.66s19.46 8.13 21.99 8c2.53-.13 15.59-25.06 18.13-29.85 2.53-4.8 5.2-8.66 5.2-10.26-.02-1.61-1.22-7.21-1.22-7.21z'%3E%3C/path%3E%3ClinearGradient id='C' x1='140.297' x2='162.141' y1='475.809' y2='475.809' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23C)' d='M144.42 463.96s-5.86 27.45-3.6 28.25c2.27.8 18.26 1.47 19.59-.53 1.33-2 .27-16.79.8-20.52.53-3.73.93-12.53.93-12.53s-7.33 9.46-17.72 5.33z'%3E%3C/path%3E%3ClinearGradient id='D' x1='138.266' x2='160.655' y1='337.146' y2='451.488' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23100'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23204374'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23D)' d='M159.3 408.87c-.18-8.88-1.62-30.16-1.69-34.07-.13-7.73 1.87-27.23 1.87-27.23s-1.6-12.08-7.46-14.75c-5.86-2.67-13.15.36-14.75 4.09-1.32 3.07-5.88 28.17-8.94 44.88.92 4.88 6.88 36.62 9.83 52.67 3.2 17.41 6.26 29.5 6.26 29.5 14.44 4.09 19.86-9.73 19.86-9.73s-1.64-9.86-2.53-14.66c-.9-4.8-2.27-21.81-2.45-30.7z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='M179.47 290.57c-.93-.4-10.4 4.66-10.4 4.66l.14.14 2.4 1.46 6.26 2.93v.67c0 .67-1.87 1.73-1.87 1.73s.25.2.53.48c1.28-.47 11.38-4.2 12.13-5.95.8-1.86-8.26-5.72-9.19-6.12z'%3E%3C/path%3E%3ClinearGradient id='E' x1='136.82' x2='158.932' y1='199.608' y2='199.608' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2388cfda'%3E%3C/stop%3E%3Cstop offset='.008' stop-color='%2389cfd9'%3E%3C/stop%3E%3Cstop offset='.478' stop-color='%23c8d9bb'%3E%3C/stop%3E%3Cstop offset='.822' stop-color='%23f0dfa7'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23ffe1a0'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23E)' d='M158.28 186.62s-3.07.67-8.8 6.53-12.66 13.73-12.66 13.73 4 .67 7.6 0c3.6-.67 6.93-1.73 10 2.27 3.07 4 4.52 3.43 4.52 3.43s-4.65-8.5-3.19-15.56c1.46-7.07 2.53-10.4 2.53-10.4z'%3E%3C/path%3E%3ClinearGradient id='F' x1='188.662' x2='196.126' y1='159.119' y2='159.119' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23F)' d='M188.66 158.9s1.87 1.73 3.86 2.53c2 .8 2.13.93 2.53.8.4-.13 1.07-2 1.07-2s-1.6-1.6-3.2-2.8c-1.6-1.2-2.93-1.47-2.93-1.47s-1.19 2.14-1.33 2.94z'%3E%3C/path%3E%3ClinearGradient id='G' x1='191.793' x2='216.58' y1='163.27' y2='220.042' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300baff'%3E%3C/stop%3E%3Cstop offset='.61' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23G)' d='M196.92 153.3c-3.21-.21-5.32 1.33-6.6 2.85.71.4 2.46 1.39 3.8 2.22 1.73 1.07 2 1.87 2 1.87l-1.07 2s6 3.73 7.73 9.73c1.73 6 1.87 13.33-1.07 18.92-2.93 5.6-7.86 14.26-7.86 14.26s0 .01.01.02c2.67-.88 7.05-2.16 9.72-5.75 3.07-4.13 4.66-20.12 4.93-29.99.28-9.87-5.45-15.73-11.59-16.13z'%3E%3C/path%3E%3ClinearGradient id='H' x1='97.487' x2='108.813' y1='441.482' y2='431.687' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23H)' d='M91.01 437.34c4.11 1.85 11.39 4.74 18.66 5.7.39-1.32.8-2.58 1.29-3.78.15-.36.32-.79.51-1.28-6.75-.71-14.79-2.89-19.1-4.17-.44 1.21-.9 2.38-1.36 3.53z'%3E%3C/path%3E%3ClinearGradient id='I' x1='148.071' x2='163.583' y1='469.301' y2='455.886' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23I)' d='M144.42 463.96s-.4 1.85-.94 4.61c4.1.08 12.21-.11 18.23-2.54.27-3.64.44-7.39.44-7.39s-7.34 9.45-17.73 5.32z'%3E%3C/path%3E%3ClinearGradient id='J' x1='282.865' x2='278.813' y1='317.964' y2='174.122' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%239e1dff'%3E%3C/stop%3E%3Cstop offset='.604' stop-color='%230e90ff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23J)' d='M343.66 239.93c.27-10.4 2.13-14.66-4.26-19.59-6.4-4.93-17.33-10.93-17.33-10.93s-5.73-7.06-7.33-9.2c-1.6-2.13-2.4-2.4-2.4-2.4l-31.45-4.13s-2 1.07-2.4 2.8c-.4 1.73-2 4.26-2 4.26s-24.92 4.26-29.45 7.73c-4.53 3.46-11.46 18.79-13.59 25.85-2.13 7.06-14.93 47.98-15.19 51.44-.27 3.47 3.78 12.04 10.35 17.37 4.65 3.77 12.44 7.11 12.44 7.11l-.13 10.71s11.33-7.86 14.79-9.73l3.46-1.87s9.86-.67 20.39-2.93c10.53-2.27 26.12-.13 31.32 2 5.2 2.13 8.8 8.66 8.8 8.66l7.33.27s6.13.27 9.06 1.2c2.93.93 3.33 3.2 3.33 3.2s-1.07-6.93-2.27-9.73c-.48-1.13-.73-1.56-.85-1.67.11-.55.22-1.73-.35-3.26-.8-2.13-1.2-3.86-1.2-3.86s1.6-1.87 2.4-11.99c.8-10.13 6.26-40.92 6.53-51.31zm-96.62 48.37-9.86-5.73s6.39-1.75 9.73-15.19c1.49-6.02 2.4-33.18 2.4-33.18s-2.4 24.39-2.4 33.18c-.01 8.8.13 20.92.13 20.92z'%3E%3C/path%3E%3Cpath fill='%23fcfef9' d='M279.15 180.49s11.46.67 18.26-1.73c6.8-2.4 13.86-9.73 13.86-9.73s2.27 3.07 3.46 3.86c1.2.8 2.13 1.73 2.13 1.73s.13 10.39.13 9.86c0-.53 5.46-8.66 5.6-11.99.13-3.33-5.86-24.66-10.26-27.59-4.4-2.93-11.73-2.4-11.73-2.4s-13.33-1.6-19.72 8.93c-6.4 10.53-7.6 20.79-7.6 20.79s2.97 1.66 3.6 4.53c.93 4.26 1.87 7.73 1.87 7.73l.4-3.99z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='M316.87 174.62s-.93-.93-2.13-1.73c-1.2-.8-3.46-3.86-3.46-3.86s-7.06 7.33-13.86 9.73c-6.8 2.4-18.26 1.73-18.26 1.73l-.4 4s2.13 13.46 5.2 18.66c3.07 5.2 10.13 11.06 16.13 9.2 6-1.87 10.93-10.8 13.86-17.86 2.57-6.2 2.99-9.83 3.05-10.63-.04-2.2-.13-9.24-.13-9.24zM276.04 174.67c-1.16-1.6-2.93-3.29-3.46-1.95-.53 1.33.71 5.24 2.67 8.88 1.95 3.64 3.91 5.51 3.91 5.51s-1.96-10.84-3.12-12.44z'%3E%3C/path%3E%3ClinearGradient id='K' x1='239.316' x2='341.791' y1='378.665' y2='378.665' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23270036'%3E%3C/stop%3E%3Cstop offset='.594' stop-color='%234f008b'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%234c24b1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23K)' d='M326.15 353.43c-.84-8.1-3.45-27.41-6.45-36.34h-.03s-3.6-6.53-8.8-8.66c-5.2-2.13-20.79-4.26-31.32-2-10.53 2.27-20.39 2.93-20.39 2.93l-3.46 1.87c-3.46 1.87-14.79 9.73-14.79 9.73s-3.42 16.84-.22 24.83c3.2 8 11.37 11.37 15.28 12.62 3.91 1.24 13.5 1.78 13.5 1.78s.89-9.42 3.55-14.39c2.67-4.98 8.71-8.17 12.44-8.17 3.73 0 5.86 2.67 5.86 2.67s7.82 34.65 12.79 53.13c4.98 18.48 18.3 58.46 18.3 58.46s6.75-1.42 12.79-3.91c6.04-2.49 6.57-3.38 6.57-3.38s-8-35.54-9.06-49.93c-1.05-14.41-5.67-32.71-6.56-41.24z'%3E%3C/path%3E%3ClinearGradient id='L' x1='334.979' x2='320.586' y1='314.497' y2='369.938' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23270036'%3E%3C/stop%3E%3Cstop offset='.594' stop-color='%234f008b'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%234c24b1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23L)' d='M326.15 353.43c.17 1.6.47 3.55.85 5.76.07.04.14.08.22.1 0 0 11.37-6.04 13.15-10.31 1.78-4.26 2.13-11.73 1.6-16.17-.53-4.44-3.02-12.08-3.02-12.08s0-2.67-9.42-3.2c-5.54-.31-8.38-.32-9.77-.27 2.98 9 5.56 28.12 6.39 36.17z'%3E%3C/path%3E%3ClinearGradient id='M' x1='288.405' x2='289.897' y1='339.087' y2='531.528' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23270036'%3E%3C/stop%3E%3Cstop offset='.594' stop-color='%234f008b'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%234c24b1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23M)' d='M308.03 407.35c-1.5-5.23-2.87-10.07-3.91-13.94-4.98-18.48-12.79-53.13-12.79-53.13s-2.13-2.67-5.86-2.67c-3.73 0-9.77 3.2-12.44 8.17-2.67 4.98-3.55 14.39-3.55 14.39s2.84 9.77 4.8 23.99c1.95 14.22 6.04 47.45 5.86 62.55-.18 15.1 1.6 38.2 1.6 38.2s5.33 2.31 13.68 1.24 8.35-1.6 8.35-1.6 1.24-27.01 2.84-50.82c1.22-18.17 1.4-24.43 1.42-26.38z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='M281.37 485.46s-6.22 10.84-11.02 16.7c-4.8 5.86-12.62 15.28-12.79 17.41-.18 2.13 1.78 6.4 12.62 5.86 10.84-.53 17.95-3.02 21.68-8 3.73-4.98 4.98-7.29 8.88-12.97 3.91-5.69 6.04-8.53 6.04-8.53s.36-4.09-.71-6.93c-1.07-2.84-2.31-4.44-2.31-4.44s-11.37 3.21-22.39.9z'%3E%3C/path%3E%3ClinearGradient id='N' x1='300.936' x2='272.149' y1='477.538' y2='515.921' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23N)' d='M303.55 484.62c-1.58.41-12.02 2.96-22.18.83 0 0-6.22 10.84-11.02 16.7-1.78 2.17-3.97 4.83-6.04 7.43 3.36 1.93 11.99 6.3 18.3 4.47 8-2.31 10.84-8 15.1-16.35 2.43-4.71 4.5-9.66 5.84-13.08z'%3E%3C/path%3E%3ClinearGradient id='O' x1='350.421' x2='322.7' y1='487.885' y2='442.039' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23O)' d='M322.42 451.87s1.42 6.04 1.24 7.46c-.18 1.42-3.55 8.35-1.6 11.91 1.95 3.55 4.09 5.15 4.98 7.46.89 2.31 2.13 4.62 2.13 4.62h3.2s1.24 6.93 6.4 8.88c5.15 1.95 25.77-1.95 27.72-3.73 1.95-1.78.36-4.44-1.24-6.22-1.6-1.78-10.84-10.48-12.62-14.22-1.78-3.73-10.84-23.46-10.84-23.46s-10.48 5.88-19.37 7.3z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='M360.38 477.31c-2.8 1.71-7.85 2.44-12.73 3.17-7.11 1.07-12.08 1.78-14.93-1.24-2.29-2.43-7.22-15.09-9.06-19.95v.05c-.18 1.42-3.55 8.35-1.6 11.91 1.95 3.55 4.09 5.15 4.98 7.46.89 2.31 2.13 4.62 2.13 4.62h3.2s1.24 6.93 6.4 8.88c5.15 1.95 25.77-1.95 27.72-3.73 1.95-1.78.36-4.44-1.24-6.22-.67-.74-2.65-2.67-4.87-4.95z'%3E%3C/path%3E%3Cpath fill='%23fcfef9' d='M259.7 295.37c7.07 1.41 8.13 2 8.13 2s6.26-4.8 7.6-5.6c1.33-.8 4.13-2 6.26-.67s8.53 4.53 9.86 6.26c1.33 1.73 2 4.13 2 4.13l-41.71-2.93c-.01.01 4.52-3.86 7.86-3.19z'%3E%3C/path%3E%3ClinearGradient id='P' x1='235.307' x2='404.057' y1='307.895' y2='307.895' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23e18300'%3E%3C/stop%3E%3Cstop offset='.12' stop-color='%23cd7822'%3E%3C/stop%3E%3Cstop offset='.444' stop-color='%239b5b79'%3E%3C/stop%3E%3Cstop offset='.709' stop-color='%237645b9'%3E%3C/stop%3E%3Cstop offset='.9' stop-color='%236038e1'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%235733f0'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23P)' d='M235.31 312.43c.4 0 7.6-2.4 9.06-6 1.47-3.6 1.2-8 1.2-8l89.83 6.13s2 4.66.53 6.8c-1.47 2.13-8.93 6-8.93 6l-7.24-.09s-3.29-7.24-9.69-8.97c-6.4-1.73-17.59-4.26-26.79-2.53s-17.99 3.33-20.39 3.46c-2.4.13-3.73.13-3.73.13l-1.47.53-22.38 2.54z'%3E%3C/path%3E%3ClinearGradient id='Q' x1='246.769' x2='258.097' y1='285.305' y2='285.305' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300baff'%3E%3C/stop%3E%3Cstop offset='.61' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23Q)' d='m247.04 288.3 11.06 6.8s-8.26-7.06-9.33-9.33c-1.07-2.27-2-10.26-2-10.26l.27 12.79z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='.871' d='M304.58 256.52c.32.94.01 1.9-.69 2.13-.7.23-1.52-.34-1.84-1.28-.32-.94-.01-1.9.69-2.13.7-.24 1.53.33 1.84 1.28z'%3E%3C/path%3E%3ClinearGradient id='R' x1='346.027' x2='308.048' y1='364.941' y2='253.654' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%239e1dff'%3E%3C/stop%3E%3Cstop offset='.604' stop-color='%230e90ff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23R)' d='M299.86 251.79s7.42-2 11.15-4.26c3.73-2.27 5.02-3.55 5.02-3.55s6.84 19.41 9.64 25.01c2.8 5.6 7.6 15.73 8.53 21.19.93 5.46.4 14.13.4 14.13l-23.86-1.73s-2.89-12.39-5.55-24.12c-2.67-11.75-5.33-26.67-5.33-26.67z'%3E%3C/path%3E%3ClinearGradient id='S' x1='322.067' x2='341.791' y1='244.191' y2='244.191' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23S)' d='m322.07 258.45.53-10s5.86-9.6 9.2-13.19c3.33-3.6 10-9.6 10-9.6s-15.73 18.39-16.93 22.26c-1.2 3.86-1.6 14.79-1.6 14.79l-1.2-4.26z' opacity='.4'%3E%3C/path%3E%3Cpath fill='%23fcfef9' d='M313.98 245.39c.2-.18-4.44-11.11-5.24-13.24-.8-2.13-3.55-20.26-4.18-20.88-.62-.62-10.22-6.31-10.75-6.66-.53-.36-9.39 2.6-10.4 3.02-2.13.89-1.69 4.18 0 4 1.69-.18 5.24-1.95 5.24-1.95s-3.73 7.11-3.46 8.88c.27 1.78 3.36 11.32 4.44 11.28 2.49-.09 2.31-2.75 2.31-2.75s1.33.18 1.78-.27c.44-.44.62-1.24.62-1.24s1.87 9.42 3.11 11.28c1.24 1.87 3.2 1.87 3.64 4 .44 2.13 1.95 10.22 1.95 10.22s6.77-1.96 10.94-5.69z'%3E%3C/path%3E%3ClinearGradient id='T' x1='237.173' x2='247.753' y1='255.73' y2='255.73' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23T)' d='m247.7 228.79-.77 38.26s-1.68 7.35-5.36 11.94c-3.67 4.59-4.4 3.58-4.4 3.58s4.36-7.48 6.85-20.72c2.91-15.44 4.01-30.42 3.68-33.06z' opacity='.4'%3E%3C/path%3E%3ClinearGradient id='U' x1='299.856' x2='317.893' y1='250.284' y2='250.284' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23U)' d='M316.03 243.97s-1.29 1.29-5.02 3.55c-3.73 2.27-11.15 4.26-11.15 4.26s.34 1.88.88 4.81c4.42-1.12 12.89-3.63 17.15-7.42-1.11-3.05-1.86-5.2-1.86-5.2z' opacity='.4'%3E%3C/path%3E%3ClinearGradient id='V' x1='552.183' x2='606.736' y1='209.583' y2='209.583' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2387ffff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%2356009f'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23V)' d='M585.95 235.08c18.66-11.73 20.79-37.85 20.79-37.85l-8.4-6.62-26.65-7.6s-1.2 2.8-3.33 4.53c-2.13 1.73-16.17 5.95-16.17 5.95s9.06 25.23 15.64 34.12c6.57 8.9 14.53 9.73 18.12 7.47z'%3E%3C/path%3E%3Cpath fill='%23fcfef9' d='M575.82 154.63s3.2 3.73 7.6 3.07c4.4-.67 13.99-4.13 19.19-3.46 5.2.67 8.66 2.27 8.66 2.27s1.47-1.6 2.13-6.53c.67-4.93.13-7.6.13-7.6s1.6 5.2.8 8.8c-.8 3.6-1.87 6.4-1.87 6.4s2.53 5.2 2.67 9.73c.13 4.53-1.33 10-1.33 10s10.93-9.86 12.26-16.79-1.47-16.39-3.73-19.72c-2.27-3.33-7.06-6.4-13.19-7.33-6.13-.93-16.79.93-22.39 4.8-5.6 3.83-10.67 11.56-10.93 16.36z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='M615.13 167.29c-.13-4.53-2.67-9.73-2.67-9.73s1.07-2.8 1.87-6.4c.8-3.6-.8-8.8-.8-8.8s.53 2.67-.13 7.6c-.67 4.93-2.13 6.53-2.13 6.53s-3.46-1.6-8.66-2.27c-5.2-.67-14.79 2.8-19.19 3.46-2.51.38-4.62-.67-5.98-1.64-.81 1.56-5.7 11.23-6.68 18.43-1.07 7.86 4.27 17.73 6.13 19.86 1.87 2.13 10.66 3.86 18.92-.13 6.95-3.36 13.33-7.67 18.12-17.44.35-1.45 1.31-5.77 1.2-9.47z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='M575.82 154.63s-3.64 5.82-3.82 8.4c-.18 2.58.89 3.2.89 3.2l1.87-4.62 2.68-5.55-1.62-1.43zM608.6 185.15s1.87.8 3.46-.27c1.6-1.07 5.86-7.64 6.4-9.24.53-1.6.18-3.29.18-3.29s-1.95 2.22-3.29 3.46c-1.33 1.24-1.55 1.47-1.55 1.47s-3.78 6.09-5.2 7.87z'%3E%3C/path%3E%3ClinearGradient id='W' x1='577.19' x2='576.124' y1='203.596' y2='317.144' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23521a63'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23b000db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23W)' d='M519.66 227.62s2.84-20.61 6.22-23.63c3.38-3.02 7.64-4.09 15.46-6.93 7.82-2.84 10.84-3.55 10.84-3.55s9.06 25.23 15.64 34.12c6.57 8.89 14.54 9.72 18.12 7.46 18.66-11.73 20.79-37.85 20.79-37.85s20.97 9.06 23.81 11.91c2.84 2.84 3.73 16.88 3.73 16.88l-13.15 3.91s-8.71 29.5-9.95 41.94c-1.24 12.44 3.38 30.56 3.38 30.56s-28.25-4.09-44.42-4.26c-16.17-.18-26.12.36-26.12.36v-63.97c0-.02-14.39-5.88-24.35-6.95z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M633.66 226.47s-1.47 12.93-1.6 16.53c-.13 3.6.27 25.99-2 31.72s-4.8 9.86-8.66 11.59c-3.86 1.73-11.46-1.87-13.06-5.2-1.6-3.33-6-15.33-6-21.59s-1.47-32.52-2-34.38c-.53-1.87-5.6-8.13-6.13-11.46-.53-3.33-1.78-10.84-2.67-12.26-.89-1.42-3.91-4.8-3.02-5.33.89-.53 2.84-.98 2.84-.98s1.33-1.95 2.93-2.49c1.6-.53 2.31-.62 2.31-.62s3.91-3.11 5.33-3.2l1.42-.09s3.46-1.42 5.33-1.42 2.93.27 2.49 2.49c-.44 2.22-2.4 8.09-2.4 10.93s.18 11.64 1.33 17.06c1.15 5.42 7.46 20.79 7.46 20.79l3.56-8.62s10.84-3.02 12.62-3.82'%3E%3C/path%3E%3ClinearGradient id='X' x1='617.398' x2='629.837' y1='248.5' y2='248.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23X)' d='M617.4 237.75s5.86 13.5 8 21.32c2.13 7.82 2.67 10.48 2.67 10.48s1.24-26.3 1.24-32.34c0-6.04.53-9.77.53-9.77l-8.71 2.49-3.73 7.82z'%3E%3C/path%3E%3ClinearGradient id='Y' x1='588.36' x2='596.4' y1='206.624' y2='206.624' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23Y)' d='M596.21 204.48c-.13-2.53-.4-8.53-.4-8.53h-1.73l-.4 2.13s-1.6.27-2-.67c-.4-.93.13-2.67.13-2.67s-.06-.01-.15-.03c-.19.23-.29.39-.29.39s-1.96.44-2.84.98c-.89.53 2.13 3.91 3.02 5.33.89 1.42 2.13 8.93 2.67 12.26.21 1.31 1.13 3.08 2.19 4.86-.33-4.75-.1-12.01-.2-14.05z'%3E%3C/path%3E%3ClinearGradient id='Z' x1='543.832' x2='624.471' y1='394.697' y2='394.697' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23270036'%3E%3C/stop%3E%3Cstop offset='.594' stop-color='%234f008b'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%234c24b1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23Z)' d='M614.55 302.43s5.33 5.86 7.82 15.64c2.49 9.77 2.49 23.63 1.42 29.32-1.07 5.69-3.55 8.89-3.55 8.89s-14.04 33.23-14.75 42.65c-.71 9.42-7.29 48.87-9.42 58.64-2.13 9.77-2.31 13.68-2.31 17.06 0 3.38-1.78 6.22-1.78 7.82v4.09s-2.67 5.86-6.75 4.98c-4.09-.89-6.58-2.49-7.29-3.02-.71-.53-7.46-4.98-7.46-4.98s3.02-3.2 3.55-4.8c.53-1.6 1.6-6.04 2.49-8.35.89-2.31.18-14.75-.18-24.88-.36-10.13-3.91-56.33-4.44-62.19-.53-5.86-1.78-30.21-1.78-30.21l-26.3-49.58.18-4.97c.01-.02 47.81-3.22 70.55 3.89z'%3E%3C/path%3E%3ClinearGradient id='aa' x1='543.832' x2='624.471' y1='394.697' y2='394.697' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23270036'%3E%3C/stop%3E%3Cstop offset='.594' stop-color='%234f008b'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%234c24b1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23aa)' d='M614.55 302.43s5.33 5.86 7.82 15.64c2.49 9.77 2.49 23.63 1.42 29.32-1.07 5.69-3.55 8.89-3.55 8.89s-14.04 33.23-14.75 42.65c-.71 9.42-7.29 48.87-9.42 58.64-2.13 9.77-2.31 13.68-2.31 17.06 0 3.38-1.78 6.22-1.78 7.82v4.09s-2.67 5.86-6.75 4.98c-4.09-.89-6.58-2.49-7.29-3.02-.71-.53-7.46-4.98-7.46-4.98s3.02-3.2 3.55-4.8c.53-1.6 1.6-6.04 2.49-8.35.89-2.31.18-14.75-.18-24.88-.36-10.13-3.91-56.33-4.44-62.19-.53-5.86-1.78-30.21-1.78-30.21l-26.3-49.58.18-4.97c.01-.02 47.81-3.22 70.55 3.89z' opacity='.5'%3E%3C/path%3E%3ClinearGradient id='ab' x1='610.712' x2='525.419' y1='321.533' y2='223.445' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='.185' stop-color='%23c1d2ff'%3E%3C/stop%3E%3Cstop offset='.382' stop-color='%23dce6ff'%3E%3C/stop%3E%3Cstop offset='.582' stop-color='%23f0f4ff'%3E%3C/stop%3E%3Cstop offset='.787' stop-color='%23fbfcff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23ab)' d='M520.55 227.44s1.24 23.81 3.38 37.14c2.13 13.33 5.86 25.77 9.24 27.37 3.38 1.6 21.5 5.69 39.27 7.11 17.77 1.42 25.77 1.78 25.77 1.78s4.66 3.07 9.2 3.07c4.53 0 10.8-1.47 10.8-1.47s5.2 1.07 6.4.53c1.2-.53 1.47-2.93.8-3.73l-.67-.8s3.46-1.33 3.07-2.67c-.4-1.33-1.87-2.27-1.87-2.27s3.6-.4 3.86-1.47c.27-1.07.27-2.53-.53-2.93-.8-.4-1.47-1.2-1.47-1.2s2.27-.93 2.67-2.4c.4-1.47-1.07-2.67-3.07-3.2-2-.53-15.99-.27-19.19.93-3.2 1.2-7.6 5.33-11.73 5.06-4.13-.27-24.26-4.4-34.12-9.06-9.86-4.66-15.19-7.33-15.33-9.2-.13-1.87-3.02-35.49-3.02-35.49s-14.22-5.19-23.46-7.1z'%3E%3C/path%3E%3ClinearGradient id='ac' x1='570.486' x2='596.637' y1='472.184' y2='472.184' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='.185' stop-color='%23c1d2ff'%3E%3C/stop%3E%3Cstop offset='.382' stop-color='%23dce6ff'%3E%3C/stop%3E%3Cstop offset='.582' stop-color='%23f0f4ff'%3E%3C/stop%3E%3Cstop offset='.787' stop-color='%23fbfcff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23ac)' d='M596.64 454.82c-7.54.52-16.06-1.13-20.01-2.04.32 8.07.58 15.8-.1 17.57-.89 2.31-1.95 6.75-2.49 8.35-.53 1.6-3.55 4.8-3.55 4.8s6.75 4.44 7.46 4.98c.71.53 3.2 2.13 7.29 3.02 4.09.89 6.75-4.98 6.75-4.98v-4.09c0-1.6 1.78-4.44 1.78-7.82s.18-7.29 2.31-17.06c.16-.74.35-1.66.56-2.73z'%3E%3C/path%3E%3ClinearGradient id='ad' x1='523.93' x2='654.714' y1='375.166' y2='375.166' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23270036'%3E%3C/stop%3E%3Cstop offset='.427' stop-color='%234f008b'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%234c24b1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23ad)' d='M523.93 331.22s1.23 12.84 5.69 18.13c4.8 5.69 18.66 9.77 26.3 9.42 7.64-.36 13.15-4.8 16.88-7.29 3.73-2.49 6.93-3.91 8.17-1.95 1.24 1.95 14.22 26.3 21.5 38.38 7.29 12.08 24.7 36.6 26.3 41.23 1.6 4.62 1.78 7.64 2.84 9.6 1.07 1.95 1.78 3.2 3.38 4.62 1.6 1.42 5.51 4.09 8.35 3.38s7.11-7.46 9.24-8.71l2.13-1.24s-5.51-7.82-7.64-10.66-6.22-6.58-9.06-11.37c-2.84-4.8-12.26-44.42-19.01-61.48-6.75-17.06-11.73-32.87-21.86-38.2-10.13-5.33-53.31-11.55-53.31-11.55s.72 2.71-1.78 7.11c-2.76 4.83-9.16 11.8-18.12 20.58z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='M683.68 455.6c-4.09-3.2-11.55-5.69-14.57-8.88-3.02-3.2-11.37-10.66-12.08-10.66-.71 0-2.31.71-2.31.71l-2.13 1.24c-2.13 1.24-6.4 8-9.24 8.71-2.84.71-6.75-1.95-8.35-3.38-1.03-.91-1.69-1.76-2.31-2.76-.02.98-.32 8.04.71 11.64 1.07 3.73 4.8 10.13 4.8 10.13l3.2.71 2.31-1.6s7.46 7.82 12.08 8.35c4.62.53 15.99-1.95 23.1-4.98 7.11-3.02 7.29-4.26 7.29-4.26s1.59-1.77-2.5-4.97z'%3E%3C/path%3E%3Cpath d='M641.39 463.07s-2.13-4.62-1.6-4.26c.53.36 3.91 2.67 3.91 2.67l-2.31 1.59zM667.62 468.39c3.95-.92 8.04-2.18 11.26-3.55 7.11-3.02 7.29-4.26 7.29-4.26s.48-.54.24-1.54c-2.06.72-5.15 1.82-7.53 2.79-2.96 1.2-8.66 4.85-11.26 6.56z'%3E%3C/path%3E%3ClinearGradient id='ae' x1='615.01' x2='654.714' y1='423.489' y2='423.489' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a1baff'%3E%3C/stop%3E%3Cstop offset='.185' stop-color='%23c1d2ff'%3E%3C/stop%3E%3Cstop offset='.382' stop-color='%23dce6ff'%3E%3C/stop%3E%3Cstop offset='.582' stop-color='%23f0f4ff'%3E%3C/stop%3E%3Cstop offset='.787' stop-color='%23fbfcff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23fff'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23ae)' d='M638.01 414.73c-.96-1.62-2.67-7.23-4.78-14.59-7.06 1.7-14.76 5.32-18.22 7.05 6.53 9.8 12.83 19.24 13.76 21.93 1.6 4.62 1.78 7.64 2.84 9.6 1.07 1.95 1.78 3.2 3.38 4.62 1.6 1.42 5.51 4.09 8.35 3.38s7.11-7.46 9.24-8.71l2.13-1.24s-5.51-7.82-7.64-10.66c-2.13-2.85-6.22-6.58-9.06-11.38z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='M585.23 491.5c-4.09-.89-6.58-2.49-7.29-3.02-.71-.53-7.46-4.98-7.46-4.98s-13.5 12.79-18.3 15.99c-4.8 3.2-5.69 3.02-6.75 3.73-1.07.71-1.78 4.26-1.78 4.26s5.51 5.33 12.79 7.11c7.29 1.78 13.68 3.91 18.3.53 4.62-3.38 11.02-10.48 11.02-10.48l3.02 1.07 3.73-4.44s1.07-4.44 1.6-6.22c.53-1.78-2.13-8.53-2.13-8.53s-2.66 5.87-6.75 4.98z'%3E%3C/path%3E%3Cpath d='m588.79 505.71 3.73-4.44s1.07-4.44 1.6-6.22c.07-.22.08-.51.06-.86-3.05 3.48-16.09 18.15-20.32 19.87-4.8 1.95-12.44-.36-17.77-1.95-4.36-1.31-10.14-4.75-12.11-5.97-.21.75-.33 1.34-.33 1.34s5.51 5.33 12.79 7.11c7.29 1.78 13.68 3.91 18.3.53 4.62-3.38 11.02-10.48 11.02-10.48l3.03 1.07z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='.871' d='M588.79 502.16v3.55l-3.02-1.06z'%3E%3C/path%3E%3ClinearGradient id='af' x1='543.565' x2='562.356' y1='248.988' y2='248.988' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23270036'%3E%3C/stop%3E%3Cstop offset='.427' stop-color='%234f008b'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%234c24b1'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23af)' d='m544.01 234.55-.44-15.82s6.4 46.38 9.6 51.98c3.2 5.6 9.2 8.53 9.2 8.53s-13.99-5.86-15.33-9.2c-1.34-3.33-3.03-35.49-3.03-35.49z'%3E%3C/path%3E%3ClinearGradient id='ag' x1='519.665' x2='544.01' y1='228.764' y2='228.764' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23e18300'%3E%3C/stop%3E%3Cstop offset='.12' stop-color='%23cd7822'%3E%3C/stop%3E%3Cstop offset='.444' stop-color='%239b5b79'%3E%3C/stop%3E%3Cstop offset='.709' stop-color='%237645b9'%3E%3C/stop%3E%3Cstop offset='.9' stop-color='%236038e1'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%235733f0'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23ag)' d='m520.21 222.98 23.47 5.92.33 5.65-24.35-6.93z'%3E%3C/path%3E%3ClinearGradient id='ah' x1='638.903' x2='609.52' y1='220.25' y2='234.941' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23e18300'%3E%3C/stop%3E%3Cstop offset='.12' stop-color='%23cd7822'%3E%3C/stop%3E%3Cstop offset='.444' stop-color='%239b5b79'%3E%3C/stop%3E%3Cstop offset='.709' stop-color='%237645b9'%3E%3C/stop%3E%3Cstop offset='.9' stop-color='%236038e1'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%235733f0'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23ah)' d='m621.13 229.93.07-.6.43-3.9 12.45-3.06.2 3.65'%3E%3C/path%3E%3ClinearGradient id='ai' x1='407.919' x2='460.07' y1='203.27' y2='203.27' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2387ffff'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%2356009f'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23ai)' d='M413.23 194.71s-11.94 16.42 0 25.75c11.94 9.33 50.32 16.52 46.59 5.2s-17.73-38.56-17.73-38.56-7.61-9.18-15.2-12.03'%3E%3C/path%3E%3ClinearGradient id='aj' x1='365.788' x2='490.389' y1='247.869' y2='247.869' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23aj)' d='M391.24 203.54s-11.33 5.06-15.99 8.66c-4.66 3.6-10.8 10-9.2 24.52 1.6 14.53 5.46 48.91 5.46 48.91s11.46 11.59 11.73 12.93c.27 1.33-.53 3.07-.53 3.07s-5.86 5.73-5.2 10.39c.67 4.66 3.87 8.93 3.87 8.53 0-.4 4.4-17.72 19.06-20.12 14.66-2.4 30.12-6.66 46.51-5.73 16.39.93 26.39 7.46 26.39 7.46l17.06-5.33s-5.2-7.86-5.2-10.13c0-2.27-4.26-93.56-4.26-93.56s-4.93-.67-13.46-2.4c-8.53-1.73-19.46-3.86-20.92-5.06-1.47-1.2-4.4-9.46-8.26-10-3.86-.53-7.06-.53-7.06-.53s1.73 3.46 5.2 6.4l3.46 2.93s1.2 5.33-4 17.59-7.86 16.93-7.86 16.93-9.33-7.46-12.13-11.99l-2.8-4.53-21.87 1.06z'%3E%3C/path%3E%3ClinearGradient id='ak' x1='400.631' x2='394.72' y1='299.077' y2='290.427' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23ak)' d='M382.71 301.63c1.2.11 13.44 2.36 19.97-2.74 6.53-5.1 8.57-13.06 8.57-13.06l-11.02-2.86-16.94 11.63' opacity='.5'%3E%3C/path%3E%3ClinearGradient id='al' x1='464.719' x2='444.594' y1='264.315' y2='234.865' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23al)' d='M407.47 269.81s55.4.61 59.38-2.75c3.98-3.37 6.43-5.51 6.43-8.57 0-3.06 7.04-60.6 7.04-60.6s-8.26 9.49-12.55 26.94-5.51 35.51-5.51 35.51-16.49 2.84-22.04 3.37c-8 .76-32.14 1.22-32.14 1.22' opacity='.5'%3E%3C/path%3E%3ClinearGradient id='am' x1='431.217' x2='440.031' y1='179.781' y2='179.781' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23am)' d='M431.22 175.16s7.33-.93 8.26 3.6c.93 4.53.4 5.73.4 5.73s-7.06-4.67-8.66-9.33z'%3E%3C/path%3E%3ClinearGradient id='an' x1='479.246' x2='445.781' y1='287.406' y2='238.433' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23an)' d='M407.63 268.18c-.03-.4 30.39-.8 37.18-1.6 6.8-.8 21.72-4.13 21.72-4.13s.8-28.92 4.26-45.05c3.46-16.13 8.26-24.92 12.13-24.39 3.86.53 14.26 5.6 16.26 35.72 2 30.12-8 56.77-11.86 60.11-3.86 3.33-16.39 3.86-24.26 3.86s-31.19-5.06-41.31-5.73c-10.13-.67-16.66-2.13-16.66-2.13s2.94-11.86 2.54-16.66z'%3E%3C/path%3E%3ClinearGradient id='ao' x1='371.472' x2='408.072' y1='255.206' y2='255.206' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23ao)' d='M392.44 212.07s-3.73 15.55-5.42 22.57-7.2 19.63-10.66 27.54-6.66 21.23-3.73 26.39c2.93 5.15 8.97 9.51 14.48 10.39 5.51.89 12.26-1.51 14.93-5.51s6.49-22.12 5.69-34.03c-.8-11.91-2.04-29.94-1.87-32.87.18-2.93 2.22-12.08 2.22-12.08s-7.74-5.15-15.64-2.4z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23ff9300' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.13' d='M433.29 229.3c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65 2.65 1.19 2.65 2.65zM445.32 214.61c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65c1.47 0 2.65 1.19 2.65 2.65zM448.79 191.35c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65c1.47 0 2.65 1.18 2.65 2.65zM461.24 199.31c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65a2.642 2.642 0 0 1 2.65 2.65zM485.12 197.78c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65a2.642 2.642 0 0 1 2.65 2.65zM468.18 215.84c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65a2.642 2.642 0 0 1 2.65 2.65zM461.85 234c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65a2.635 2.635 0 0 1 2.65 2.65zM449.41 251.14c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65a2.642 2.642 0 0 1 2.65 2.65zM434.31 264.81c0 1.47-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65 2.65 1.18 2.65 2.65zM414.72 245.22c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65 2.65 1.19 2.65 2.65zM406.15 222.16c1.47 0 2.65 1.19 2.65 2.65s-1.19 2.65-2.65 2.65M389.21 223.79c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65 2.65 1.19 2.65 2.65zM373.91 234.81c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65 2.65 1.19 2.65 2.65zM461.85 279.71c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65c0-1.47 1.19-2.65 2.65-2.65a2.635 2.635 0 0 1 2.65 2.65zM486.95 276.44c0 1.47-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65c0-1.47 1.19-2.65 2.65-2.65s2.65 1.19 2.65 2.65zM493.07 246.24c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65c1.47 0 2.65 1.19 2.65 2.65zM493.48 218.9c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65a2.642 2.642 0 0 1 2.65 2.65zM472.87 255.63c0 1.47-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65c0-1.47 1.19-2.65 2.65-2.65a2.642 2.642 0 0 1 2.65 2.65zM434.51 280.93c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65c0-1.47 1.19-2.65 2.65-2.65s2.65 1.18 2.65 2.65z'%3E%3C/path%3E%3Ccircle cx='477.67' cy='296.74' r='2.65' fill='none' stroke='%23ff9300' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.13'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23ff9300' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.13' d='M420.23 291.54c0 1.47-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65c0-1.47 1.19-2.65 2.65-2.65s2.65 1.19 2.65 2.65zM378.6 215.33c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65a2.642 2.642 0 0 1 2.65 2.65zM417.37 279.91c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65c0-1.47 1.19-2.65 2.65-2.65s2.65 1.18 2.65 2.65z'%3E%3C/path%3E%3Ccircle cx='381.05' cy='285.01' r='2.65' fill='none' stroke='%23ff9300' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.13'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23ff9300' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.13' d='M386.15 261.75c0 1.47-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65 2.65 1.18 2.65 2.65zM404.31 235.63c0 1.46-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65 2.65 1.18 2.65 2.65zM407.17 266.03c0 1.47-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65 1.19-2.65 2.65-2.65 2.65 1.19 2.65 2.65zM400.02 290.52c0 1.47-1.19 2.65-2.65 2.65s-2.65-1.19-2.65-2.65c0-1.47 1.19-2.65 2.65-2.65 1.47 0 2.65 1.19 2.65 2.65z'%3E%3C/path%3E%3Cpath fill='%23f3faff' d='M379.46 364.98c-3.91-6.04-10.13-22.74-10.13-22.74l2.58 13.64s4.26 8.26 6.66 13.06c2.4 4.8 4.71 12.48 7.82 14.17 0 0 0-3.2-.53-5.51-.53-2.31-2.49-6.58-6.4-12.62z'%3E%3C/path%3E%3Cpath fill='%231a0c4d' d='M392.3 191.42s9.6 7.06 15.86 9.86 12.93 3.73 17.33 2c4.4-1.73 11.33-17.73 5.73-27.45-5.6-9.73-6.26-10.53-6.26-10.53s1.73-3.46-.27-6.93c-2-3.46-5.06-6.53-7.33-6.66-2.27-.13-20.79 3.73-21.46 4.93-.67 1.2-13.33 12.79-13.46 13.73-.13.93-2.53 7.86-2.27 8.26.27.39 12.13 12.79 12.13 12.79z'%3E%3C/path%3E%3Cpath fill='%23fcfef9' d='m392.3 191.42-10.53-11.2s5.86-3.86 12.26-10.93c6.4-7.06 11.06-12.53 11.06-12.53s7.6 6.13 9.46 6.26c1.87.13 7.06 1.6 7.06 1.6s-4.8-8.53-4.4-10.53c.4-2 .53-2.27.53-2.27s-9.73-10.53-15.19-12.79c-5.46-2.27-15.59 2.27-15.59 2.27s-11.86 4.8-14.93 9.6c-3.07 4.8-5.2 16.39-3.46 21.72 1.73 5.33 6.93 10.53 9.46 11.59 2.54 1.07 14.27 7.21 14.27 7.21zM392.44 212.07s3.64-1.42 8.44-.53c4.8.89 7.02 3.38 7.02 3.38l.8-1.51s.71 2.13 2.04 2.13c1.87 0 1.33-5.6 1.33-5.6s1.16-.62 1.16-3.02-.8-6.84-.8-6.84-6.75-5.69-8.17-5.95c-1.42-.27-3.73.09-3.73.09s-1.78-.27-2.75-.18c-.98.09-1.33.27-1.33.27s-1.87-.89-2.75-.27c-.89.62-3.46 3.46-3.46 4.35 0 .89 1.95 9.51 2.04 10.75.07 1.24.16 2.93.16 2.93z'%3E%3C/path%3E%3Cpath fill='none' stroke='%2323779d' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='.871' d='M408.69 213.4s1.07-4.62 1.07-6.66-.62-6.4-.62-6.4'%3E%3C/path%3E%3ClinearGradient id='ap' x1='380.44' x2='473.33' y1='395.065' y2='395.065' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23100'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23204374'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23ap)' d='M381.51 318.96s-1.07 16.79-1.07 20.26c0 3.46 37.05 25.59 37.32 29.32.27 3.73 6.84 126.16 6.84 126.16s5.95 1.78 16.61.71 12.88-3.2 12.88-3.2.38-73.45 1.24-89.29c1.07-19.46 6.4-38.65 6.4-43.71 0-5.06.36-12.35.36-12.35l11.24-44.69s-11.06-8.53-34.25-7.73c-23.19.8-38.92 5.33-45.58 8.26-6.66 2.93-11.46 12.79-11.99 16.26z'%3E%3C/path%3E%3ClinearGradient id='aq' x1='369.335' x2='423.887' y1='356.006' y2='356.006' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23aq)' d='m410.03 328.91-14.57 5.15s-8.35.18-15.46 2.67c-7.11 2.49-10.66 5.51-10.66 5.51s6.22 16.7 10.13 22.74c3.91 6.04 5.86 10.31 6.4 12.62.53 2.31.53 5.51.53 5.51s5.69-.53 8.35-6.4c2.67-5.86 11.37-23.99 14.21-25.41 2.84-1.42 14.93-4.44 14.93-4.44s-5.51-13.87-13.86-17.95z'%3E%3C/path%3E%3Cpath fill='%23b4b3fc' d='M423.89 346.85s-5.51-13.86-13.86-17.95l-13.99 4.95c2.64 1.14 6.43 3.14 7.77 5.71l2.13 4.09 4.45 7.05c4.2-1.52 13.5-3.85 13.5-3.85z'%3E%3C/path%3E%3ClinearGradient id='ar' x1='400.431' x2='474.707' y1='305.226' y2='305.226' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23100'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23204374'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23ar)' d='M439.88 315.94s-8.71-4.44-15.99-7.11c-7.29-2.67-23.46-8.4-23.46-8.4s27.01-6.8 43.36-5.82c20.79 1.24 30.92 7.82 30.92 7.82l-34.83 13.51z'%3E%3C/path%3E%3Cpath fill='%23b4b3fc' d='M429.57 495.23s-.53 6.93-.36 7.64c.18.71 1.78 4.44 5.69 2.31 3.91-2.13 6.93-5.15 12.62-5.86 5.69-.71 7.46-.53 7.46-.53s-.89-2.67-.89-4.26v-2.31s-13.85 3.9-24.52 3.01z'%3E%3C/path%3E%3ClinearGradient id='as' x1='425.435' x2='478.395' y1='523.19' y2='523.19' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23311a36'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%238660db'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23as)' d='M429.08 498.21s-1.73 3.6-2.93 8.13c-1.2 4.53-.53 12.39-.53 12.39s7.6 6.8 8.26 8.4c.67 1.6 1.6 7.2 7.06 11.73 5.46 4.53 9.6 7.2 16.66 8.26 7.06 1.07 10.8 1.6 15.59.27 4.8-1.33 5.2-3.46 5.2-3.46l-1.07-2.67s1.33-3.33-2-8c-3.33-4.66-14.13-20.52-14.79-22.79-.67-2.27-3.46-9.06-3.6-9.99-.13-.93-1.95-1.69-1.95-1.69s-6.97-.31-12.3 1.69c-5.33 2-8.13 5.86-10.4 5.33-2.27-.53-2.93-2.4-2.93-3.6 0-1.2-.27-4-.27-4z'%3E%3C/path%3E%3Cpath d='M456.8 545.12c-10.47-1.83-18.37-10.16-21.54-14.02.96 2.32 2.61 5.21 5.68 7.75 5.46 4.53 9.6 7.2 16.66 8.26 7.06 1.07 10.8 1.6 15.59.27 4.8-1.33 5.2-3.46 5.2-3.46l-1.04-2.59c-3.67 2.96-10.66 5.52-20.55 3.79z'%3E%3C/path%3E%3ClinearGradient id='at' x1='407.891' x2='544.087' y1='322.127' y2='322.127' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23100'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23204374'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23at)' d='M407.89 328.02c-.6-.39 85.83-31.81 95.24-37.67 9.42-5.86 19.9-9.95 30.03-6.75 10.13 3.2 13.5 17.24 8.88 26.48-4.62 9.24-40.34 44.78-49.22 47.8-8.89 3.02-30.74 3.91-30.74 3.91v-14.93l-36.78 7.82c.01-.01.72-14.93-17.41-26.66z'%3E%3C/path%3E%3ClinearGradient id='au' x1='462.091' x2='532.777' y1='341.895' y2='341.895' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23100'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23204374'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23au)' d='M532.78 322.01c-21.2 10.44-70.69 24.84-70.69 24.84v14.93s21.86-.89 30.74-3.91c6.51-2.21 27.41-21.87 39.95-35.86z'%3E%3C/path%3E%3C/svg%3E"> + + </body> + <style> + /* + CSS Style: + https://simplecss.org/ + Copyright (c) 2020 Simple.css (Kev Quirk) + MIT License + v2.3.1 + */ + :root,::backdrop{--sans-font:-apple-system,BlinkMacSystemFont,"Avenir Next",Avenir,"Nimbus Sans L",Roboto,"Noto Sans","Segoe UI",Arial,Helvetica,"Helvetica Neue",sans-serif;--mono-font:Consolas,Menlo,Monaco,"Andale Mono","Ubuntu Mono",monospace;--standard-border-radius:5px;--bg:#fff;--accent-bg:#f5f7ff;--text:#212121;--text-light:#585858;--border:#898ea4;--accent:#0d47a1;--accent-hover:#1266e2;--accent-text:var(--bg);--code:#d81b60;--preformatted:#444;--marked:#fd3;--disabled:#efefef}@media (prefers-color-scheme:dark){:root,::backdrop{color-scheme:dark;--bg:#212121;--accent-bg:#2b2b2b;--text:#dcdcdc;--text-light:#ababab;--accent:#ffb300;--accent-hover:#ffe099;--accent-text:var(--bg);--code:#f06292;--preformatted:#ccc;--disabled:#111}img,video{opacity:.8}}*,:before,:after{box-sizing:border-box}textarea,select,input,progress{-webkit-appearance:none;-moz-appearance:none;appearance:none}html{font-family:var(--sans-font);scroll-behavior:smooth}body{color:var(--text);background-color:var(--bg);grid-template-columns:1fr min(45rem,90%) 1fr;margin:0;font-size:1.15rem;line-height:1.5;display:grid}body>*{grid-column:2}body>header{background-color:var(--accent-bg);border-bottom:1px solid var(--border);text-align:center;grid-column:1/-1;padding:0 .5rem 2rem}body>header>:only-child{margin-block-start:2rem}body>header h1{max-width:1200px;margin:1rem auto}body>header p{max-width:40rem;margin:1rem auto}main{padding-top:1.5rem}body>footer{color:var(--text-light);text-align:center;border-top:1px solid var(--border);margin-top:4rem;padding:2rem 1rem 1.5rem;font-size:.9rem}h1{font-size:3rem}h2{margin-top:3rem;font-size:2.6rem}h3{margin-top:3rem;font-size:2rem}h4{font-size:1.44rem}h5{font-size:1.15rem}h6{font-size:.96rem}p{margin:1.5rem 0}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3{line-height:1.1}@media only screen and (width<=720px){h1{font-size:2.5rem}h2{font-size:2.1rem}h3{font-size:1.75rem}h4{font-size:1.25rem}}a,a:visited{color:var(--accent)}a:hover{text-decoration:none}button,.button,a.button,input[type=submit],input[type=reset],input[type=button],label[type=button]{border:1px solid var(--accent);background-color:var(--accent);color:var(--accent-text);padding:.5rem .9rem;line-height:normal;text-decoration:none}.button[aria-disabled=true],input:disabled,textarea:disabled,select:disabled,button[disabled]{cursor:not-allowed;background-color:var(--disabled);border-color:var(--disabled);color:var(--text-light)}input[type=range]{padding:0}abbr[title]{cursor:help;text-decoration-line:underline;text-decoration-style:dotted}button:enabled:hover,.button:not([aria-disabled=true]):hover,input[type=submit]:enabled:hover,input[type=reset]:enabled:hover,input[type=button]:enabled:hover,label[type=button]:hover{background-color:var(--accent-hover);border-color:var(--accent-hover);cursor:pointer}.button:focus-visible,button:focus-visible:where(:enabled),input:enabled:focus-visible:where([type=submit],[type=reset],[type=button]){outline:2px solid var(--accent);outline-offset:1px}header>nav{padding:1rem 0 0;font-size:1rem;line-height:2}header>nav ul,header>nav ol{flex-flow:wrap;place-content:space-around center;align-items:center;margin:0;padding:0;list-style-type:none;display:flex}header>nav ul li,header>nav ol li{display:inline-block}header>nav a,header>nav a:visited{border:1px solid var(--border);border-radius:var(--standard-border-radius);color:var(--text);margin:0 .5rem 1rem;padding:.1rem 1rem;text-decoration:none;display:inline-block}header>nav a:hover,header>nav a.current,header>nav a[aria-current=page]{border-color:var(--accent);color:var(--accent);cursor:pointer}@media only screen and (width<=720px){header>nav a{border:none;padding:0;line-height:1;text-decoration:underline}}aside,details,pre,progress{background-color:var(--accent-bg);border:1px solid var(--border);border-radius:var(--standard-border-radius);margin-bottom:1rem}aside{float:right;width:30%;margin-inline-start:15px;padding:0 15px;font-size:1rem}[dir=rtl] aside{float:left}@media only screen and (width<=720px){aside{float:none;width:100%;margin-inline-start:0}}article,fieldset,dialog{border:1px solid var(--border);border-radius:var(--standard-border-radius);margin-bottom:1rem;padding:1rem}article h2:first-child,section h2:first-child{margin-top:1rem}section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:3rem 0;padding:2rem 1rem}section+section,section:first-child{border-top:0;padding-top:0}section:last-child{border-bottom:0;padding-bottom:0}details{padding:.7rem 1rem}summary{cursor:pointer;word-break:break-all;margin:-.7rem -1rem;padding:.7rem 1rem;font-weight:700}details[open]>summary+*{margin-top:0}details[open]>summary{margin-bottom:.5rem}details[open]>:last-child{margin-bottom:0}table{border-collapse:collapse;margin:1.5rem 0}figure>table{width:max-content;margin:0}td,th{border:1px solid var(--border);text-align:start;padding:.5rem}th{background-color:var(--accent-bg);font-weight:700}tr:nth-child(2n){background-color:var(--accent-bg)}table caption{margin-bottom:.5rem;font-weight:700}textarea,select,input,button,.button{font-size:inherit;border-radius:var(--standard-border-radius);box-shadow:none;max-width:100%;margin-bottom:.5rem;padding:.5rem;font-family:inherit;display:inline-block}textarea,select,input{color:var(--text);background-color:var(--bg);border:1px solid var(--border)}label{display:block}textarea:not([cols]){width:100%}select:not([multiple]){background-image:linear-gradient(45deg,transparent 49%,var(--text)51%),linear-gradient(135deg,var(--text)51%,transparent 49%);background-position:calc(100% - 15px),calc(100% - 10px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-inline-end:25px}[dir=rtl] select:not([multiple]){background-position:10px,15px}input[type=checkbox],input[type=radio]{vertical-align:middle;width:min-content;position:relative}input[type=checkbox]+label,input[type=radio]+label{display:inline-block}input[type=radio]{border-radius:100%}input[type=checkbox]:checked,input[type=radio]:checked{background-color:var(--accent)}input[type=checkbox]:checked:after{content:" ";border-right:solid var(--bg).08em;border-bottom:solid var(--bg).08em;background-color:#0000;border-radius:0;width:.18em;height:.32em;font-size:1.8em;position:absolute;top:.05em;left:.17em;transform:rotate(45deg)}input[type=radio]:checked:after{content:" ";background-color:var(--bg);border-radius:100%;width:.25em;height:.25em;font-size:32px;position:absolute;top:.125em;left:.125em}@media only screen and (width<=720px){textarea,select,input{width:100%}}input[type=color]{height:2.5rem;padding:.2rem}input[type=file]{border:0}hr{background:var(--border);border:none;height:1px;margin:1rem auto}mark{border-radius:var(--standard-border-radius);background-color:var(--marked);color:#000;padding:2px 5px}mark a{color:#0d47a1}img,video{border-radius:var(--standard-border-radius);max-width:100%;height:auto}figure{margin:0;display:block;overflow-x:auto}figure>img,figure>picture>img{margin-inline:auto;display:block}figcaption{text-align:center;color:var(--text-light);margin-block:1rem;font-size:.9rem}blockquote{border-inline-start:.35rem solid var(--accent);color:var(--text-light);margin-block:2rem;margin-inline:2rem 0;padding:.4rem .8rem;font-style:italic}cite{color:var(--text-light);font-size:.9rem;font-style:normal}dt{color:var(--text-light)}code,pre,pre span,kbd,samp{font-family:var(--mono-font);color:var(--code)}kbd{color:var(--preformatted);border:1px solid var(--preformatted);border-bottom:3px solid var(--preformatted);border-radius:var(--standard-border-radius);padding:.1rem .4rem}pre{color:var(--preformatted);max-width:100%;padding:1rem 1.4rem;overflow:auto}pre code{color:var(--preformatted);background:0 0;margin:0;padding:0}progress{width:100%}progress:indeterminate{background-color:var(--accent-bg)}progress::-webkit-progress-bar{border-radius:var(--standard-border-radius);background-color:var(--accent-bg)}progress::-webkit-progress-value{border-radius:var(--standard-border-radius);background-color:var(--accent)}progress::-moz-progress-bar{border-radius:var(--standard-border-radius);background-color:var(--accent);transition-property:width;transition-duration:.3s}progress:indeterminate::-moz-progress-bar{background-color:var(--accent-bg)}dialog{max-width:40rem;margin:auto}dialog::backdrop{background-color:var(--bg);opacity:.8}@media only screen and (width<=720px){dialog{max-width:100%;margin:auto 1em}}sup,sub{vertical-align:baseline;position:relative}sup{top:-.4em}sub{top:.3em}.notice{background:var(--accent-bg);border:2px solid var(--border);border-radius:var(--standard-border-radius);margin:2rem 0;padding:1.5rem} + </style> +</html>