.profile-root{--corner-card:min(calc(var(--radius) * 1.5), 1.5rem);--corner-row:min(calc(var(--radius) * 1.25), 1.25rem);--corner-tile:min(var(--radius), 1rem);font-family:Inter Variable,ui-sans-serif,system-ui,sans-serif}.profile-root .profile-font{font-family:var(--profile-font)}.profile-root .profile-surface{border-radius:var(--corner-card);border:1px solid var(--card-border);background:var(--card-bg);box-shadow:var(--card-shadow);-webkit-backdrop-filter:var(--card-blur);backdrop-filter:var(--card-blur);color:var(--card-foreground)}@keyframes profile-sweep{to{offset-distance:100%}}.profile-root .profile-sweep{padding:var(--sweep-weight,2px);pointer-events:none;border-radius:var(--corner-card);display:none;position:absolute;inset:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor,source-over;mask:linear-gradient(#000 0 0) content-box exclude,linear-gradient(#000 0 0)}@supports (offset-path:border-box){.profile-root .profile-sweep{display:var(--sweep-display,none)}}.profile-root .profile-sweep-light{width:var(--sweep-length,220px);background:radial-gradient(closest-side, var(--sweep-color), color-mix(in oklab, var(--sweep-color) 40%, transparent) 45%, transparent);offset-path:border-box;offset-rotate:auto;height:40px;animation:profile-sweep var(--sweep-duration,6s) linear infinite;position:absolute;top:0;left:0}@media (width>=768px){.profile-root .profile-scale{zoom:var(--card-scale)}.profile-root .profile-scale .profile-tooltip{--tip-scale:calc(1 / var(--card-scale,1))}.profile-root .profile-scale .profile-arrange-body .profile-tooltip{--tip-scale:calc(1 / (var(--card-scale,1) * var(--arr-size,1)))}}.profile-root .profile-surface,.profile-root [data-arrange-card]{container-type:inline-size}.profile-root .profile-arrange{left:calc(var(--arr-x,0) * 1cqi);top:calc(var(--arr-y,0) * 1cqi);position:relative}.profile-root .profile-arrange-body{zoom:var(--arr-size,1)}.profile-root .profile-arrange:hover,.profile-root .profile-arrange:focus-within{z-index:40}.profile-root [data-arrange=music]>.profile-arrange-body{width:calc(100% * min(1, var(--arr-size,1)));margin-inline:auto}.profile-root .profile-arrange-body .profile-tooltip{--tip-scale:calc(1 / var(--arr-size,1))}.profile-root [data-arrange=avatar]{--arr-size:var(--arr-avatar-size);--arr-x:var(--arr-avatar-x);--arr-y:var(--arr-avatar-y)}.profile-root [data-arrange=name]{--arr-size:var(--arr-name-size);--arr-x:var(--arr-name-x);--arr-y:var(--arr-name-y)}.profile-root [data-arrange=badges]{--arr-size:var(--arr-badges-size);--arr-x:var(--arr-badges-x);--arr-y:var(--arr-badges-y)}.profile-root [data-arrange=bio]{--arr-size:var(--arr-bio-size);--arr-x:var(--arr-bio-x);--arr-y:var(--arr-bio-y)}.profile-root [data-arrange=integrations]{--arr-size:var(--arr-integrations-size);--arr-x:var(--arr-integrations-x);--arr-y:var(--arr-integrations-y)}.profile-root [data-arrange=links]{--arr-size:var(--arr-links-size);--arr-x:var(--arr-links-x);--arr-y:var(--arr-links-y)}.profile-root [data-arrange=music]{--arr-size:var(--arr-music-size);--arr-x:var(--arr-music-x);--arr-y:var(--arr-music-y)}.profile-root [data-arrange=details]{--arr-size:var(--arr-details-size);--arr-x:var(--arr-details-x);--arr-y:var(--arr-details-y)}.profile-root .profile-row{border-radius:var(--corner-row);background:color-mix(in oklab, var(--muted) 55%, transparent);color:var(--card-foreground);transition:background-color var(--motion-fast)}.profile-root .profile-row:hover{background:color-mix(in oklab, var(--primary) 16%, color-mix(in oklab, var(--muted) 55%, transparent))}.profile-root .profile-row:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.profile-root .profile-button{background:var(--card-foreground);color:var(--card);transition:opacity var(--motion-fast);border-radius:9999px}.profile-root .profile-button:hover{opacity:.85}.profile-root .profile-button:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.profile-root .profile-padding{padding:calc(1.5rem * var(--card-padding,1))}@media (width>=640px){.profile-root .profile-padding{padding:calc(2rem * var(--card-padding,1))}}.profile-root .profile-glass{border-radius:var(--corner-card);border:1px solid color-mix(in oklab, var(--card-foreground) 14%, transparent);background:color-mix(in oklab, var(--card) 28%, transparent);-webkit-backdrop-filter:blur(18px)saturate(1.2);backdrop-filter:blur(18px)saturate(1.2);color:var(--card-foreground)}.profile-root .profile-bare{color:var(--card-foreground);text-shadow:0 1px 14px #00000073}.profile-root .profile-muted{color:color-mix(in oklab, var(--card-foreground) 65%, transparent)}.profile-root .profile-panel{border-radius:var(--corner-card);border:1px solid color-mix(in oklab, var(--card-foreground) 12%, transparent);background:radial-gradient(120% 50% at 50% 0%, color-mix(in oklab, var(--primary) 16%, transparent), transparent 70%), var(--card);color:var(--card-foreground)}.profile-root .profile-panel-bar{background:color-mix(in oklab, var(--card) 88%, transparent);border-bottom:1px solid color-mix(in oklab, var(--card-foreground) 10%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.profile-root .profile-tile{border-radius:var(--corner-tile);border:1px solid color-mix(in oklab, var(--card-foreground) 8%, transparent);background:color-mix(in oklab, var(--card-foreground) 5%, transparent)}.profile-root .profile-name{letter-spacing:-.01em;overflow-wrap:anywhere;font-size:34px;font-weight:600;line-height:1.1}.profile-root .no-scrollbar{scrollbar-width:none}.profile-root .no-scrollbar::-webkit-scrollbar{display:none}@media (pointer:fine){.profile-root.has-custom-cursor,.profile-root.has-custom-cursor *{cursor:none!important}}.profile-root .typewriter-caret{animation:1s steps(2,jump-none) infinite profile-caret}@keyframes profile-caret{50%{opacity:0}}.profile-root .icon-anim-beat{animation:1s ease-in-out infinite profile-beat}.profile-root .icon-anim-beat-fade{animation:1s cubic-bezier(.4,0,.6,1) infinite profile-beat-fade}.profile-root .icon-anim-bounce{animation:1s cubic-bezier(.28,.84,.42,1) infinite profile-bounce}.profile-root .icon-anim-fade{animation:1s cubic-bezier(.4,0,.6,1) infinite profile-fade}.profile-root .icon-anim-flip{animation:1s ease-in-out infinite profile-flip}.profile-root .icon-anim-shake{animation:1s linear infinite profile-shake}.profile-root .icon-anim-spin{animation:2s linear infinite profile-spin}.profile-root .icon-anim-spin-reverse{animation:2s linear infinite reverse profile-spin}.profile-root .icon-anim-spin-pulse{animation:1s steps(8,end) infinite profile-spin}@keyframes profile-beat{0%,90%{transform:scale(1)}45%{transform:scale(1.25)}}@keyframes profile-beat-fade{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.125)}}@keyframes profile-bounce{0%{transform:scale(1)translateY(0)}10%{transform:scale(1.1,.9)translateY(0)}30%{transform:scale(.9,1.1)translateY(-.5em)}50%{transform:scale(1.05,.95)translateY(0)}57%{transform:scale(1)translateY(-.125em)}64%,to{transform:scale(1)translateY(0)}}@keyframes profile-fade{50%{opacity:.4}}@keyframes profile-flip{50%{transform:rotateY(-180deg)}}@keyframes profile-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes profile-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.profile-root [class*=icon-anim-],.profile-root .typewriter-caret,.profile-root .profile-sweep-light{animation:none!important}}.profile-root .profile-embed{border-radius:var(--corner-row);overflow:hidden;transform:translateZ(0)}.profile-root .profile-embed iframe{border:0;width:100%;display:block}.profile-root [data-drag-scroll]{--more-left:#000;--more-right:#000;-webkit-mask-image:linear-gradient(to right, var(--more-left), #000 36px, #000 calc(100% - 36px), var(--more-right));mask-image:linear-gradient(to right, var(--more-left), #000 36px, #000 calc(100% - 36px), var(--more-right))}.profile-root [data-drag-scroll][data-more-left]{--more-left:transparent}.profile-root [data-drag-scroll][data-more-right]{--more-right:transparent}.avatar-mask{-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.avatar-mask-squircle{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-heart{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='200' height='185' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 184.606a15.384 15.384 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.384 15.384 0 0 1-8.653 2.673Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='200' height='185' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 184.606a15.384 15.384 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.384 15.384 0 0 1-8.653 2.673Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-hexagon{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='182' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0L14.51 161.62C6.151 157.44.3 145.737.3 136.54V65.486Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='182' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0L14.51 161.62C6.151 157.44.3 145.737.3 136.54V65.486Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-hexagon-2{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='200' height='182' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='200' height='182' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-decagon{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='192' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 58.779 19.098 36.327 50v61.804l-36.327 50L96 200l-58.779-19.098-36.327-50V69.098l36.327-50z' fill-rule='evenodd'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='192' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 58.779 19.098 36.327 50v61.804l-36.327 50L96 200l-58.779-19.098-36.327-50V69.098l36.327-50z' fill-rule='evenodd'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-pentagon{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-diamond{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m100 0 100 100-100 100L0 100z' fill-rule='evenodd'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m100 0 100 100-100 100L0 100z' fill-rule='evenodd'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-circle{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-star{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-star-2{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-triangle{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='174' height='149' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 148.476-86.603.185L43.86 74.423 87 0l43.14 74.423 43.463 74.238z' fill-rule='evenodd'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='174' height='149' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 148.476-86.603.185L43.86 74.423 87 0l43.14 74.423 43.463 74.238z' fill-rule='evenodd'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-triangle-2{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='174' height='150' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 .738 86.603-.184-43.463 74.238L87 149.214 43.86 74.792.397.554z' fill-rule='evenodd'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='174' height='150' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 .738 86.603-.184-43.463 74.238L87 149.214 43.86 74.792.397.554z' fill-rule='evenodd'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-triangle-3{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m149.369 87.107.185 86.603-74.239-43.463L.893 87.107l74.422-43.14L149.554.505z' fill-rule='evenodd'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m149.369 87.107.185 86.603-74.239-43.463L.893 87.107l74.422-43.14L149.554.505z' fill-rule='evenodd'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-triangle-4{-webkit-mask-image:url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.631 87.107.446.505l74.239 43.462 74.422 43.14-74.422 43.14L.446 173.71z' fill-rule='evenodd'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.631 87.107.446.505l74.239 43.462 74.422 43.14-74.422 43.14L.446 173.71z' fill-rule='evenodd'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.avatar-mask-naymur-1{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.116539 0.187984L0.782476 0.0130417C0.855312 -0.00976168 0.940747 -0.00595721 0.970812 0.0510676C0.993884 0.0948284 1.00203 0.135712 0.970812 0.188931L0.771031 0.487477L0.909421 0.564491C0.978095 0.601593 1.00609 0.643428 0.998905 0.703327C0.991033 0.768954 0.961446 0.793652 0.871961 0.820274L0.220591 0.987611C0.111335 1.01233 0.047614 0.998323 0.0249724 0.960967C-0.00540408 0.91085 -0.0133159 0.889933 0.0312152 0.81552L0.0978094 0.72137L0.240362 0.512197L0.116539 0.440889C0.0509847 0.405713 0.0352626 0.383845 0.0156077 0.339155C-0.00104165 0.301299 0.0228905 0.214605 0.116539 0.187984Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.116539 0.187984L0.782476 0.0130417C0.855312 -0.00976168 0.940747 -0.00595721 0.970812 0.0510676C0.993884 0.0948284 1.00203 0.135712 0.970812 0.188931L0.771031 0.487477L0.909421 0.564491C0.978095 0.601593 1.00609 0.643428 0.998905 0.703327C0.991033 0.768954 0.961446 0.793652 0.871961 0.820274L0.220591 0.987611C0.111335 1.01233 0.047614 0.998323 0.0249724 0.960967C-0.00540408 0.91085 -0.0133159 0.889933 0.0312152 0.81552L0.0978094 0.72137L0.240362 0.512197L0.116539 0.440889C0.0509847 0.405713 0.0352626 0.383845 0.0156077 0.339155C-0.00104165 0.301299 0.0228905 0.214605 0.116539 0.187984Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-clip-squiggle{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.434125 0.00538712C0.56323 -0.00218488 0.714575 -0.000607013 0.814404 0.00302954L0.802642 0.163537C0.813884 0.167475 0.824927 0.172002 0.835358 0.177236C0.869331 0.194281 0.909224 0.225945 0.90824 0.27348C0.907177 0.324883 0.858912 0.354946 0.822651 0.36933C0.857426 0.376783 0.894591 0.387558 0.925837 0.404287C0.968002 0.426862 1.00569 0.464702 0.999287 0.515878C0.993163 0.564818 0.950731 0.597642 0.904098 0.615682C0.88204 0.624216 0.858239 0.62992 0.834803 0.633808C0.858076 0.639299 0.881603 0.646639 0.90267 0.656757C0.946271 0.677698 0.986875 0.715485 0.978905 0.768037C0.972241 0.811979 0.93615 0.843109 0.895204 0.862035C0.858032 0.879217 0.815169 0.887544 0.778534 0.892219C0.704792 0.901628 0.614366 0.901003 0.535183 0.899176C0.508115 0.898551 0.482286 0.89779 0.45773 0.897065C0.404798 0.895504 0.357781 0.894117 0.317008 0.894657C0.301552 0.894862 0.289265 0.895348 0.279749 0.895976C0.251913 0.937168 0.226467 0.980907 0.216015 1L0 0.941216C0.0140558 0.915539 0.051354 0.851547 0.0902557 0.797766C0.118421 0.758828 0.1722 0.745373 0.200402 0.740217C0.168437 0.733484 0.134299 0.723597 0.105102 0.708076C0.0614715 0.684884 0.0263696 0.64687 0.0325498 0.596965C0.0385804 0.548267 0.0803829 0.515256 0.12709 0.496909C0.146901 0.489127 0.168128 0.483643 0.189242 0.479724C0.163739 0.476035 0.137977 0.471053 0.115188 0.463936C0.0874831 0.455285 0.00855855 0.424854 0.016569 0.357817C0.0231721 0.302559 0.0838593 0.276249 0.116031 0.266164C0.149646 0.255625 0.188201 0.2505 0.221821 0.247468C0.208809 0.243824 0.195905 0.239492 0.183801 0.234287C0.152543 0.220846 0.101565 0.189547 0.105449 0.136312C0.108467 0.0949629 0.144168 0.0682612 0.171101 0.0543099C0.197578 0.0405945 0.227933 0.032236 0.25348 0.0267029C0.305656 0.0154021 0.370636 0.00911076 0.434125 0.00538712Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.434125 0.00538712C0.56323 -0.00218488 0.714575 -0.000607013 0.814404 0.00302954L0.802642 0.163537C0.813884 0.167475 0.824927 0.172002 0.835358 0.177236C0.869331 0.194281 0.909224 0.225945 0.90824 0.27348C0.907177 0.324883 0.858912 0.354946 0.822651 0.36933C0.857426 0.376783 0.894591 0.387558 0.925837 0.404287C0.968002 0.426862 1.00569 0.464702 0.999287 0.515878C0.993163 0.564818 0.950731 0.597642 0.904098 0.615682C0.88204 0.624216 0.858239 0.62992 0.834803 0.633808C0.858076 0.639299 0.881603 0.646639 0.90267 0.656757C0.946271 0.677698 0.986875 0.715485 0.978905 0.768037C0.972241 0.811979 0.93615 0.843109 0.895204 0.862035C0.858032 0.879217 0.815169 0.887544 0.778534 0.892219C0.704792 0.901628 0.614366 0.901003 0.535183 0.899176C0.508115 0.898551 0.482286 0.89779 0.45773 0.897065C0.404798 0.895504 0.357781 0.894117 0.317008 0.894657C0.301552 0.894862 0.289265 0.895348 0.279749 0.895976C0.251913 0.937168 0.226467 0.980907 0.216015 1L0 0.941216C0.0140558 0.915539 0.051354 0.851547 0.0902557 0.797766C0.118421 0.758828 0.1722 0.745373 0.200402 0.740217C0.168437 0.733484 0.134299 0.723597 0.105102 0.708076C0.0614715 0.684884 0.0263696 0.64687 0.0325498 0.596965C0.0385804 0.548267 0.0803829 0.515256 0.12709 0.496909C0.146901 0.489127 0.168128 0.483643 0.189242 0.479724C0.163739 0.476035 0.137977 0.471053 0.115188 0.463936C0.0874831 0.455285 0.00855855 0.424854 0.016569 0.357817C0.0231721 0.302559 0.0838593 0.276249 0.116031 0.266164C0.149646 0.255625 0.188201 0.2505 0.221821 0.247468C0.208809 0.243824 0.195905 0.239492 0.183801 0.234287C0.152543 0.220846 0.101565 0.189547 0.105449 0.136312C0.108467 0.0949629 0.144168 0.0682612 0.171101 0.0543099C0.197578 0.0405945 0.227933 0.032236 0.25348 0.0267029C0.305656 0.0154021 0.370636 0.00911076 0.434125 0.00538712Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-clip-goey-2{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.524367 0.0169408C0.516013 -0.00564697 0.483987 -0.00564692 0.475633 0.0169409L0.355942 0.340559C0.353318 0.347653 0.347718 0.35325 0.340612 0.355881L0.0169359 0.47571C-0.00564523 0.48407 -0.00564523 0.51593 0.0169359 0.52429L0.340612 0.644119C0.347718 0.64675 0.353318 0.652347 0.355942 0.659441L0.475633 0.983059C0.483987 1.00565 0.516013 1.00565 0.524367 0.983059L0.644058 0.659441C0.646682 0.652347 0.652282 0.64675 0.659388 0.644119L0.983064 0.52429C1.00565 0.51593 1.00565 0.48407 0.983064 0.47571L0.659389 0.355881C0.652282 0.35325 0.646682 0.347653 0.644058 0.340559L0.524367 0.0169408Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.524367 0.0169408C0.516013 -0.00564697 0.483987 -0.00564692 0.475633 0.0169409L0.355942 0.340559C0.353318 0.347653 0.347718 0.35325 0.340612 0.355881L0.0169359 0.47571C-0.00564523 0.48407 -0.00564523 0.51593 0.0169359 0.52429L0.340612 0.644119C0.347718 0.64675 0.353318 0.652347 0.355942 0.659441L0.475633 0.983059C0.483987 1.00565 0.516013 1.00565 0.524367 0.983059L0.644058 0.659441C0.646682 0.652347 0.652282 0.64675 0.659388 0.644119L0.983064 0.52429C1.00565 0.51593 1.00565 0.48407 0.983064 0.47571L0.659389 0.355881C0.652282 0.35325 0.646682 0.347653 0.644058 0.340559L0.524367 0.0169408Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-clip-mask-1{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.00124689 0H1V0.665217V0.88913V0.890217C1 0.950849 0.943617 1 0.874065 1C0.804513 1 0.74813 0.950849 0.74813 0.890217V0.890761C0.74813 0.951092 0.692026 1 0.622818 1C0.559929 1 0.50786 0.959615 0.498877 0.906971C0.490714 0.959506 0.439061 1 0.376559 1C0.311952 1 0.258938 0.956733 0.253565 0.901625C0.246444 0.956975 0.192577 1 0.127182 1C0.0569414 1 0 0.950362 0 0.88913V0.666304C0 0.661014 0.00042501 0.655811 0.00124689 0.650718V0Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.00124689 0H1V0.665217V0.88913V0.890217C1 0.950849 0.943617 1 0.874065 1C0.804513 1 0.74813 0.950849 0.74813 0.890217V0.890761C0.74813 0.951092 0.692026 1 0.622818 1C0.559929 1 0.50786 0.959615 0.498877 0.906971C0.490714 0.959506 0.439061 1 0.376559 1C0.311952 1 0.258938 0.956733 0.253565 0.901625C0.246444 0.956975 0.192577 1 0.127182 1C0.0569414 1 0 0.950362 0 0.88913V0.666304C0 0.661014 0.00042501 0.655811 0.00124689 0.650718V0Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-clip-mask-2{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.827825 0.233206C0.928457 0.262983 1 0.338976 1 0.428023V0.964491C1 0.984102 0.979649 1 0.954545 1H0.0454546C0.0203507 1 0 0.984102 0 0.964491V0.428023C0 0.338976 0.0715426 0.262983 0.172175 0.233206C0.187663 0.102409 0.328522 0 0.5 0C0.671478 0 0.812337 0.102409 0.827825 0.233206Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.827825 0.233206C0.928457 0.262983 1 0.338976 1 0.428023V0.964491C1 0.984102 0.979649 1 0.954545 1H0.0454546C0.0203507 1 0 0.984102 0 0.964491V0.428023C0 0.338976 0.0715426 0.262983 0.172175 0.233206C0.187663 0.102409 0.328522 0 0.5 0C0.671478 0 0.812337 0.102409 0.827825 0.233206Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-clip-mask-3{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 1H0.293592V0.868235H0V0.412941C0.0268256 0.241176 0.256754 0.0822454 0.500745 0C0.788326 0.098025 0.962742 0.26 0.99851 0.409412L1 1Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 1H0.293592V0.868235H0V0.412941C0.0268256 0.241176 0.256754 0.0822454 0.500745 0C0.788326 0.098025 0.962742 0.26 0.99851 0.409412L1 1Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-clip-mask-4{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.997417 0.541807C1.02854 0.316235 0.773628 -0.00919936 0.492039 0.000199072C0.249199 0.00830422 0 0.217547 0 0.539457C0.0251948 0.836695 0.248984 1 0.492039 1C0.745469 1 0.982596 0.83787 0.997417 0.541807Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.997417 0.541807C1.02854 0.316235 0.773628 -0.00919936 0.492039 0.000199072C0.249199 0.00830422 0 0.217547 0 0.539457C0.0251948 0.836695 0.248984 1 0.492039 1C0.745469 1 0.982596 0.83787 0.997417 0.541807Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-clip-mask-5{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.00886287 0.313679C0.0269396 0.216981 0.172073 0 0.502947 0C0.798211 0 0.962906 0.196934 0.992581 0.318396C1.02374 0.511792 0.937683 0.525943 0.921363 0.625C0.921363 0.716981 1 0.746462 1 0.833726C0.988294 0.89801 0.974952 0.93728 0.949553 1H0.0504066C0.0237622 0.936348 0.00886178 0.908019 0.00292682 0.834906C-0.0104279 0.748821 0.0726626 0.735849 0.0771149 0.625C0.0696933 0.525943 -0.0297155 0.520047 0.00886287 0.313679Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.00886287 0.313679C0.0269396 0.216981 0.172073 0 0.502947 0C0.798211 0 0.962906 0.196934 0.992581 0.318396C1.02374 0.511792 0.937683 0.525943 0.921363 0.625C0.921363 0.716981 1 0.746462 1 0.833726C0.988294 0.89801 0.974952 0.93728 0.949553 1H0.0504066C0.0237622 0.936348 0.00886178 0.908019 0.00292682 0.834906C-0.0104279 0.748821 0.0726626 0.735849 0.0771149 0.625C0.0696933 0.525943 -0.0297155 0.520047 0.00886287 0.313679Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-clip-mask-6{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0 1H0.152466C0.185351 0.960002 0.327354 0.884713 0.505232 0.884713C0.683109 0.884713 0.818635 0.968237 0.849028 1H1V0.347104C0.985052 0.222406 0.838565 0.00477544 0.497758 6.98837e-05C0.156951 -0.00463567 0.0239163 0.229466 0 0.347104V1Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0 1H0.152466C0.185351 0.960002 0.327354 0.884713 0.505232 0.884713C0.683109 0.884713 0.818635 0.968237 0.849028 1H1V0.347104C0.985052 0.222406 0.838565 0.00477544 0.497758 6.98837e-05C0.156951 -0.00463567 0.0239163 0.229466 0 0.347104V1Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-clip-mask-7{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0 0.578143V0H0.298507C0.725373 0.027027 0.958209 0.27027 1 0.518214V1H0.147761V0.694477H0.061194V0.578143H0Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0 0.578143V0H0.298507C0.725373 0.027027 0.958209 0.27027 1 0.518214V1H0.147761V0.694477H0.061194V0.578143H0Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-clip-mask-8{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 1H0V0.365648C0.0111437 0.322987 0.0446555 0.306894 0.110945 0.298564C0 0.231481 0.0794603 0.107906 0.22039 0.166751C0.157421 0.0690679 0.296852 -0.0156706 0.398801 0.0855445C0.407796 -0.0215584 0.578711 -0.0356796 0.604198 0.0867166C0.673163 -0.00154936 0.836582 0.0502345 0.782609 0.163217C0.890555 0.113787 1.01499 0.220886 0.887556 0.302092C0.957241 0.303259 0.983419 0.319478 1 0.365648V1Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 1H0V0.365648C0.0111437 0.322987 0.0446555 0.306894 0.110945 0.298564C0 0.231481 0.0794603 0.107906 0.22039 0.166751C0.157421 0.0690679 0.296852 -0.0156706 0.398801 0.0855445C0.407796 -0.0215584 0.578711 -0.0356796 0.604198 0.0867166C0.673163 -0.00154936 0.836582 0.0502345 0.782609 0.163217C0.890555 0.113787 1.01499 0.220886 0.887556 0.302092C0.957241 0.303259 0.983419 0.319478 1 0.365648V1Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-1{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 0.5H0C0 0.367392 0.0526784 0.240215 0.146447 0.146447C0.240215 0.0526784 0.367392 0 0.5 0C0.632608 0 0.759785 0.0526784 0.853553 0.146447C0.947322 0.240215 1 0.367392 1 0.5ZM1 1H0C0 0.867392 0.0526784 0.740215 0.146447 0.646447C0.240215 0.552678 0.367392 0.5 0.5 0.5C0.632608 0.5 0.759785 0.552678 0.853553 0.646447C0.947322 0.740215 1 0.867392 1 1Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 0.5H0C0 0.367392 0.0526784 0.240215 0.146447 0.146447C0.240215 0.0526784 0.367392 0 0.5 0C0.632608 0 0.759785 0.0526784 0.853553 0.146447C0.947322 0.240215 1 0.367392 1 0.5ZM1 1H0C0 0.867392 0.0526784 0.740215 0.146447 0.646447C0.240215 0.552678 0.367392 0.5 0.5 0.5C0.632608 0.5 0.759785 0.552678 0.853553 0.646447C0.947322 0.740215 1 0.867392 1 1Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-2{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0 0.75L0.25 0.5L0.5 0.75L0.25 1L0 0.75L0.25 0.5L0 0.25L0.25 0L0.5 0.25L0.25 0.5L0 0.25H0.5L0.75 0L1 0.25L0.75 0.5L0.5 0.25L0.25 0.5L0.5 0.75L0.75 0.5L1 0.75L0.75 1L0.5 0.75H0Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0 0.75L0.25 0.5L0.5 0.75L0.25 1L0 0.75L0.25 0.5L0 0.25L0.25 0L0.5 0.25L0.25 0.5L0 0.25H0.5L0.75 0L1 0.25L0.75 0.5L0.5 0.25L0.25 0.5L0.5 0.75L0.75 0.5L1 0.75L0.75 1L0.5 0.75H0Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-4{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.75 0.5C0.799445 0.5 0.84778 0.485338 0.888892 0.457867C0.930005 0.430397 0.962048 0.391352 0.98097 0.345671C0.999892 0.299989 1.00484 0.249723 0.995196 0.201227C0.98555 0.152732 0.96174 0.108187 0.926777 0.0732234C0.891813 0.0382603 0.847268 0.0144501 0.798772 0.00480379C0.750277 -0.00484251 0.700011 0.000108321 0.654329 0.0190302C0.608648 0.0379521 0.569603 0.0699952 0.542133 0.111108C0.514662 0.15222 0.5 0.200555 0.5 0.25C0.5 0.200555 0.485338 0.15222 0.457867 0.111108C0.430397 0.0699952 0.391352 0.0379521 0.345671 0.0190302C0.299989 0.000108321 0.249723 -0.00484251 0.201227 0.00480379C0.152732 0.0144501 0.108187 0.0382603 0.0732234 0.0732234C0.0382603 0.108187 0.0144501 0.152732 0.00480379 0.201227C-0.00484251 0.249723 0.000108321 0.299989 0.0190302 0.345671C0.0379521 0.391352 0.0699952 0.430397 0.111108 0.457867C0.15222 0.485338 0.200555 0.5 0.25 0.5C0.200555 0.5 0.15222 0.514662 0.111108 0.542133C0.0699952 0.569603 0.0379521 0.608648 0.0190302 0.654329C0.000108321 0.700011 -0.00484251 0.750277 0.00480379 0.798772C0.0144501 0.847268 0.0382603 0.891813 0.0732234 0.926777C0.108187 0.96174 0.152732 0.98555 0.201227 0.995196C0.249723 1.00484 0.299989 0.999892 0.345671 0.98097C0.391352 0.962048 0.430397 0.930005 0.457867 0.888892C0.485338 0.84778 0.5 0.799445 0.5 0.75C0.5 0.799445 0.514662 0.84778 0.542133 0.888892C0.569603 0.930005 0.608648 0.962048 0.654329 0.98097C0.700011 0.999892 0.750277 1.00484 0.798772 0.995196C0.847268 0.98555 0.891813 0.96174 0.926777 0.926777C0.96174 0.891813 0.98555 0.847268 0.995196 0.798772C1.00484 0.750277 0.999892 0.700011 0.98097 0.654329C0.962048 0.608648 0.930005 0.569603 0.888892 0.542133C0.84778 0.514662 0.799445 0.5 0.75 0.5ZM0.5 0.625C0.466848 0.625 0.435054 0.61183 0.411612 0.588388C0.38817 0.564946 0.375 0.533152 0.375 0.5C0.375 0.466848 0.38817 0.435054 0.411612 0.411612C0.435054 0.38817 0.466848 0.375 0.5 0.375C0.533152 0.375 0.564946 0.38817 0.588388 0.411612C0.61183 0.435054 0.625 0.466848 0.625 0.5C0.625 0.533152 0.61183 0.564946 0.588388 0.588388C0.564946 0.61183 0.533152 0.625 0.5 0.625Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.75 0.5C0.799445 0.5 0.84778 0.485338 0.888892 0.457867C0.930005 0.430397 0.962048 0.391352 0.98097 0.345671C0.999892 0.299989 1.00484 0.249723 0.995196 0.201227C0.98555 0.152732 0.96174 0.108187 0.926777 0.0732234C0.891813 0.0382603 0.847268 0.0144501 0.798772 0.00480379C0.750277 -0.00484251 0.700011 0.000108321 0.654329 0.0190302C0.608648 0.0379521 0.569603 0.0699952 0.542133 0.111108C0.514662 0.15222 0.5 0.200555 0.5 0.25C0.5 0.200555 0.485338 0.15222 0.457867 0.111108C0.430397 0.0699952 0.391352 0.0379521 0.345671 0.0190302C0.299989 0.000108321 0.249723 -0.00484251 0.201227 0.00480379C0.152732 0.0144501 0.108187 0.0382603 0.0732234 0.0732234C0.0382603 0.108187 0.0144501 0.152732 0.00480379 0.201227C-0.00484251 0.249723 0.000108321 0.299989 0.0190302 0.345671C0.0379521 0.391352 0.0699952 0.430397 0.111108 0.457867C0.15222 0.485338 0.200555 0.5 0.25 0.5C0.200555 0.5 0.15222 0.514662 0.111108 0.542133C0.0699952 0.569603 0.0379521 0.608648 0.0190302 0.654329C0.000108321 0.700011 -0.00484251 0.750277 0.00480379 0.798772C0.0144501 0.847268 0.0382603 0.891813 0.0732234 0.926777C0.108187 0.96174 0.152732 0.98555 0.201227 0.995196C0.249723 1.00484 0.299989 0.999892 0.345671 0.98097C0.391352 0.962048 0.430397 0.930005 0.457867 0.888892C0.485338 0.84778 0.5 0.799445 0.5 0.75C0.5 0.799445 0.514662 0.84778 0.542133 0.888892C0.569603 0.930005 0.608648 0.962048 0.654329 0.98097C0.700011 0.999892 0.750277 1.00484 0.798772 0.995196C0.847268 0.98555 0.891813 0.96174 0.926777 0.926777C0.96174 0.891813 0.98555 0.847268 0.995196 0.798772C1.00484 0.750277 0.999892 0.700011 0.98097 0.654329C0.962048 0.608648 0.930005 0.569603 0.888892 0.542133C0.84778 0.514662 0.799445 0.5 0.75 0.5ZM0.5 0.625C0.466848 0.625 0.435054 0.61183 0.411612 0.588388C0.38817 0.564946 0.375 0.533152 0.375 0.5C0.375 0.466848 0.38817 0.435054 0.411612 0.411612C0.435054 0.38817 0.466848 0.375 0.5 0.375C0.533152 0.375 0.564946 0.38817 0.588388 0.411612C0.61183 0.435054 0.625 0.466848 0.625 0.5C0.625 0.533152 0.61183 0.564946 0.588388 0.588388C0.564946 0.61183 0.533152 0.625 0.5 0.625Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-5{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 0.5C0.867392 0.5 0.740215 0.447322 0.646447 0.353553C0.552678 0.259785 0.5 0.132608 0.5 0C0.5 0.132608 0.447322 0.259785 0.353553 0.353553C0.259785 0.447322 0.132608 0.5 0 0.5C0.132608 0.5 0.259785 0.552678 0.353553 0.646447C0.447322 0.740215 0.5 0.867392 0.5 1C0.5 0.867392 0.552678 0.740215 0.646447 0.646447C0.740215 0.552678 0.867392 0.5 1 0.5Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 0.5C0.867392 0.5 0.740215 0.447322 0.646447 0.353553C0.552678 0.259785 0.5 0.132608 0.5 0C0.5 0.132608 0.447322 0.259785 0.353553 0.353553C0.259785 0.447322 0.132608 0.5 0 0.5C0.132608 0.5 0.259785 0.552678 0.353553 0.646447C0.447322 0.740215 0.5 0.867392 0.5 1C0.5 0.867392 0.552678 0.740215 0.646447 0.646447C0.740215 0.552678 0.867392 0.5 1 0.5Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-6{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.401463 0.0407795L0.0407795 0.401463C0.0146671 0.427608 0 0.463048 0 0.5C0 0.536952 0.0146671 0.572392 0.0407795 0.598537L0.401463 0.95922C0.427608 0.985333 0.463048 1 0.5 1C0.536952 1 0.572392 0.985333 0.598537 0.95922L0.95922 0.598537C0.985333 0.572392 1 0.536952 1 0.5C1 0.463048 0.985333 0.427608 0.95922 0.401463L0.598537 0.0407795C0.572392 0.0146671 0.536952 0 0.5 0C0.463048 0 0.427608 0.0146671 0.401463 0.0407795Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.401463 0.0407795L0.0407795 0.401463C0.0146671 0.427608 0 0.463048 0 0.5C0 0.536952 0.0146671 0.572392 0.0407795 0.598537L0.401463 0.95922C0.427608 0.985333 0.463048 1 0.5 1C0.536952 1 0.572392 0.985333 0.598537 0.95922L0.95922 0.598537C0.985333 0.572392 1 0.536952 1 0.5C1 0.463048 0.985333 0.427608 0.95922 0.401463L0.598537 0.0407795C0.572392 0.0146671 0.536952 0 0.5 0C0.463048 0 0.427608 0.0146671 0.401463 0.0407795Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-8{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.830625 0.5C0.883908 0.453139 0.926579 0.395449 0.955787 0.330781C0.984995 0.266114 1.00007 0.195958 1 0.125C1 0.0918481 0.98683 0.0600539 0.963388 0.0366119C0.939946 0.0131698 0.908152 2.32816e-07 0.875 2.32816e-07C0.725625 2.32816e-07 0.591667 0.0654169 0.5 0.169375C0.453139 0.116092 0.395449 0.0734212 0.330781 0.0442131C0.266114 0.0150049 0.195958 -6.83243e-05 0.125 2.32816e-07C0.0918481 2.32816e-07 0.0600539 0.0131698 0.0366119 0.0366119C0.0131698 0.0600539 2.32816e-07 0.0918481 2.32816e-07 0.125C2.32816e-07 0.274375 0.0654169 0.408333 0.169375 0.5C0.116092 0.546861 0.0734212 0.604551 0.0442131 0.669219C0.0150049 0.733887 -6.83243e-05 0.804042 2.32816e-07 0.875C2.32816e-07 0.908152 0.0131698 0.939946 0.0366119 0.963388C0.0600539 0.98683 0.0918481 1 0.125 1C0.274375 1 0.408333 0.934583 0.5 0.830625C0.546861 0.883908 0.604551 0.926579 0.669219 0.955787C0.733887 0.984995 0.804042 1.00007 0.875 1C0.908152 1 0.939946 0.98683 0.963388 0.963388C0.98683 0.939946 1 0.908152 1 0.875C1 0.725625 0.934583 0.591667 0.830625 0.5Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.830625 0.5C0.883908 0.453139 0.926579 0.395449 0.955787 0.330781C0.984995 0.266114 1.00007 0.195958 1 0.125C1 0.0918481 0.98683 0.0600539 0.963388 0.0366119C0.939946 0.0131698 0.908152 2.32816e-07 0.875 2.32816e-07C0.725625 2.32816e-07 0.591667 0.0654169 0.5 0.169375C0.453139 0.116092 0.395449 0.0734212 0.330781 0.0442131C0.266114 0.0150049 0.195958 -6.83243e-05 0.125 2.32816e-07C0.0918481 2.32816e-07 0.0600539 0.0131698 0.0366119 0.0366119C0.0131698 0.0600539 2.32816e-07 0.0918481 2.32816e-07 0.125C2.32816e-07 0.274375 0.0654169 0.408333 0.169375 0.5C0.116092 0.546861 0.0734212 0.604551 0.0442131 0.669219C0.0150049 0.733887 -6.83243e-05 0.804042 2.32816e-07 0.875C2.32816e-07 0.908152 0.0131698 0.939946 0.0366119 0.963388C0.0600539 0.98683 0.0918481 1 0.125 1C0.274375 1 0.408333 0.934583 0.5 0.830625C0.546861 0.883908 0.604551 0.926579 0.669219 0.955787C0.733887 0.984995 0.804042 1.00007 0.875 1C0.908152 1 0.939946 0.98683 0.963388 0.963388C0.98683 0.939946 1 0.908152 1 0.875C1 0.725625 0.934583 0.591667 0.830625 0.5Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-9{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.751042 0.5V0.251042H0.5V0H0V0.5H0.251042V0.751042H0.5V1H1V0.5H0.751042Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.751042 0.5V0.251042H0.5V0H0V0.5H0.251042V0.751042H0.5V1H1V0.5H0.751042Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-10{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.0669973 0.0638959L0.0639233 0.0672249C0.0359803 0.0951588 0.0161483 0.130152 0.00654426 0.168471C-0.00306075 0.20679 -0.00207675 0.246996 0.00939026 0.284799C0.0208573 0.322602 0.0423773 0.356585 0.0716533 0.38312C0.100929 0.409655 0.136863 0.427748 0.175621 0.435467L0.500214 0.499999L0.435142 0.175547C0.42736 0.136907 0.409251 0.101096 0.382741 0.0719188C0.35623 0.0427409 0.322307 0.0212869 0.284575 0.00983595C0.246844 -0.00161503 0.206714 -0.00263503 0.168449 0.00688295C0.130185 0.0164019 0.0949583 0.0361039 0.0669973 0.0638959L0.500214 0.499999L0.0639233 0.933029L0.0669973 0.936102C0.0949433 0.964034 0.129952 0.983857 0.168287 0.993457C0.206622 1.00306 0.246845 1.00208 0.284666 0.990612C0.322485 0.97915 0.356482 0.957639 0.383029 0.928376C0.409576 0.899112 0.427676 0.863193 0.435398 0.824452L0.500214 0.499999L0.175621 0.564787C0.136863 0.572506 0.100929 0.590599 0.0716533 0.617134C0.0423773 0.643669 0.0208573 0.677652 0.00939026 0.715455C-0.00207675 0.753259 -0.00306075 0.793465 0.00654426 0.831784C0.0161483 0.870102 0.0359803 0.905095 0.0639233 0.933029L0.936504 0.0669689L0.93343 0.0638959C0.905484 0.0359639 0.870475 0.0161409 0.83214 0.00654095C0.793805 -0.00305903 0.753582 -0.00207603 0.715762 0.00938595C0.677942 0.0208479 0.643945 0.0423589 0.617399 0.0716218C0.590852 0.100886 0.572752 0.136805 0.56503 0.175547L0.500214 0.499999L0.824806 0.434955C0.863462 0.427176 0.899288 0.409075 0.928478 0.382576C0.957667 0.356076 0.97913 0.322167 0.990586 0.284453C1.00204 0.246739 1.00306 0.206626 0.993541 0.168378C0.984018 0.130129 0.964308 0.0949178 0.936504 0.0669689L0.500214 0.499999L0.565286 0.824452C0.573068 0.863091 0.591177 0.898902 0.617687 0.928079C0.644198 0.957257 0.678121 0.97871 0.715852 0.990162C0.753583 1.00161 0.793713 1.00264 0.831977 0.993115C0.870242 0.983596 0.905213 0.963894 0.933173 0.936102L0.936248 0.933029C0.964121 0.905088 0.983892 0.870114 0.993455 0.831831C1.00302 0.793547 1.00202 0.753388 0.990555 0.715628C0.979093 0.677869 0.957602 0.643924 0.928369 0.617406C0.899136 0.590889 0.863513 0.572792 0.824806 0.565043L0.500214 0.499999L0.0669973 0.0638959Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.0669973 0.0638959L0.0639233 0.0672249C0.0359803 0.0951588 0.0161483 0.130152 0.00654426 0.168471C-0.00306075 0.20679 -0.00207675 0.246996 0.00939026 0.284799C0.0208573 0.322602 0.0423773 0.356585 0.0716533 0.38312C0.100929 0.409655 0.136863 0.427748 0.175621 0.435467L0.500214 0.499999L0.435142 0.175547C0.42736 0.136907 0.409251 0.101096 0.382741 0.0719188C0.35623 0.0427409 0.322307 0.0212869 0.284575 0.00983595C0.246844 -0.00161503 0.206714 -0.00263503 0.168449 0.00688295C0.130185 0.0164019 0.0949583 0.0361039 0.0669973 0.0638959L0.500214 0.499999L0.0639233 0.933029L0.0669973 0.936102C0.0949433 0.964034 0.129952 0.983857 0.168287 0.993457C0.206622 1.00306 0.246845 1.00208 0.284666 0.990612C0.322485 0.97915 0.356482 0.957639 0.383029 0.928376C0.409576 0.899112 0.427676 0.863193 0.435398 0.824452L0.500214 0.499999L0.175621 0.564787C0.136863 0.572506 0.100929 0.590599 0.0716533 0.617134C0.0423773 0.643669 0.0208573 0.677652 0.00939026 0.715455C-0.00207675 0.753259 -0.00306075 0.793465 0.00654426 0.831784C0.0161483 0.870102 0.0359803 0.905095 0.0639233 0.933029L0.936504 0.0669689L0.93343 0.0638959C0.905484 0.0359639 0.870475 0.0161409 0.83214 0.00654095C0.793805 -0.00305903 0.753582 -0.00207603 0.715762 0.00938595C0.677942 0.0208479 0.643945 0.0423589 0.617399 0.0716218C0.590852 0.100886 0.572752 0.136805 0.56503 0.175547L0.500214 0.499999L0.824806 0.434955C0.863462 0.427176 0.899288 0.409075 0.928478 0.382576C0.957667 0.356076 0.97913 0.322167 0.990586 0.284453C1.00204 0.246739 1.00306 0.206626 0.993541 0.168378C0.984018 0.130129 0.964308 0.0949178 0.936504 0.0669689L0.500214 0.499999L0.565286 0.824452C0.573068 0.863091 0.591177 0.898902 0.617687 0.928079C0.644198 0.957257 0.678121 0.97871 0.715852 0.990162C0.753583 1.00161 0.793713 1.00264 0.831977 0.993115C0.870242 0.983596 0.905213 0.963894 0.933173 0.936102L0.936248 0.933029C0.964121 0.905088 0.983892 0.870114 0.993455 0.831831C1.00302 0.793547 1.00202 0.753388 0.990555 0.715628C0.979093 0.677869 0.957602 0.643924 0.928369 0.617406C0.899136 0.590889 0.863513 0.572792 0.824806 0.565043L0.500214 0.499999L0.0669973 0.0638959Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-11{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.939334 0.353525 C0.920103 0.334285 0.897270 0.319022 0.872140 0.308609 C0.847010 0.298196 0.820075 0.292837 0.792873 0.292837 C0.765671 0.292837 0.738736 0.298196 0.713606 0.308609 C0.688476 0.319022 0.665643 0.334285 0.646412 0.353525 C0.675366 0.324557 0.695081 0.287654 0.703065 0.247482 C0.711049 0.207309 0.706943 0.165671 0.691267 0.127832 C0.675591 0.089993 0.649048 0.057652 0.614995 0.034898 C0.580941 0.012145 0.540906 0.000000 0.499952 0.000000 C0.458997 0.000000 0.418962 0.012145 0.384909 0.034898 C0.350855 0.057652 0.324312 0.089993 0.308636 0.127832 C0.292960 0.165671 0.288854 0.207309 0.296838 0.247482 C0.304822 0.287654 0.324537 0.324557 0.353491 0.353525 C0.324526 0.324569 0.287627 0.304852 0.247458 0.296867 C0.207289 0.288882 0.165655 0.292988 0.127820 0.308666 C0.089984 0.324344 0.057646 0.350889 0.034895 0.384946 C0.012143 0.419003 0.000000 0.459042 0.000000 0.500000 C0.000000 0.540958 0.012143 0.580997 0.034895 0.615054 C0.057646 0.649111 0.089984 0.675656 0.127820 0.691334 C0.165655 0.707012 0.207289 0.711118 0.247458 0.703133 C0.287627 0.695148 0.324526 0.675431 0.353491 0.646475 C0.324537 0.675442 0.304822 0.712345 0.296838 0.752518 C0.288854 0.792691 0.292960 0.834329 0.308636 0.872168 C0.324312 0.910007 0.350855 0.942348 0.384909 0.965102 C0.418962 0.987855 0.458997 1.000000 0.499952 1.000000 C0.540906 1.000000 0.580941 0.987855 0.614995 0.965102 C0.649048 0.942348 0.675591 0.910007 0.691267 0.872168 C0.706943 0.834329 0.711049 0.792691 0.703065 0.752518 C0.695081 0.712345 0.675366 0.675442 0.646412 0.646475 C0.685256 0.685322 0.737940 0.707147 0.792873 0.707147 C0.847807 0.707147 0.900490 0.685322 0.939334 0.646475 C0.978178 0.607627 1.000000 0.554939 1.000000 0.500000 C1.000000 0.445061 0.978178 0.392373 0.939334 0.353525 L0.830056 0.329705 L0.646412 0.353525 Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.939334 0.353525 C0.920103 0.334285 0.897270 0.319022 0.872140 0.308609 C0.847010 0.298196 0.820075 0.292837 0.792873 0.292837 C0.765671 0.292837 0.738736 0.298196 0.713606 0.308609 C0.688476 0.319022 0.665643 0.334285 0.646412 0.353525 C0.675366 0.324557 0.695081 0.287654 0.703065 0.247482 C0.711049 0.207309 0.706943 0.165671 0.691267 0.127832 C0.675591 0.089993 0.649048 0.057652 0.614995 0.034898 C0.580941 0.012145 0.540906 0.000000 0.499952 0.000000 C0.458997 0.000000 0.418962 0.012145 0.384909 0.034898 C0.350855 0.057652 0.324312 0.089993 0.308636 0.127832 C0.292960 0.165671 0.288854 0.207309 0.296838 0.247482 C0.304822 0.287654 0.324537 0.324557 0.353491 0.353525 C0.324526 0.324569 0.287627 0.304852 0.247458 0.296867 C0.207289 0.288882 0.165655 0.292988 0.127820 0.308666 C0.089984 0.324344 0.057646 0.350889 0.034895 0.384946 C0.012143 0.419003 0.000000 0.459042 0.000000 0.500000 C0.000000 0.540958 0.012143 0.580997 0.034895 0.615054 C0.057646 0.649111 0.089984 0.675656 0.127820 0.691334 C0.165655 0.707012 0.207289 0.711118 0.247458 0.703133 C0.287627 0.695148 0.324526 0.675431 0.353491 0.646475 C0.324537 0.675442 0.304822 0.712345 0.296838 0.752518 C0.288854 0.792691 0.292960 0.834329 0.308636 0.872168 C0.324312 0.910007 0.350855 0.942348 0.384909 0.965102 C0.418962 0.987855 0.458997 1.000000 0.499952 1.000000 C0.540906 1.000000 0.580941 0.987855 0.614995 0.965102 C0.649048 0.942348 0.675591 0.910007 0.691267 0.872168 C0.706943 0.834329 0.711049 0.792691 0.703065 0.752518 C0.695081 0.712345 0.675366 0.675442 0.646412 0.646475 C0.685256 0.685322 0.737940 0.707147 0.792873 0.707147 C0.847807 0.707147 0.900490 0.685322 0.939334 0.646475 C0.978178 0.607627 1.000000 0.554939 1.000000 0.500000 C1.000000 0.445061 0.978178 0.392373 0.939334 0.353525 L0.830056 0.329705 L0.646412 0.353525 Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-12{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.5 0.5L0.887785 0.306108C0.887785 0.249152 0.875667 0.195104 0.853611 0.146389C0.804896 0.124576 0.750848 0.112215 0.693892 0.112215L0.5 0.5ZM0.5 0.5L0.306108 0.112215C0.249152 0.112215 0.195104 0.124333 0.146389 0.146389C0.124576 0.195104 0.112215 0.249152 0.112215 0.306108L0.5 0.5ZM0.5 0.5L0.693892 0.887785C0.750848 0.887785 0.804896 0.875667 0.853611 0.853611C0.875424 0.804896 0.887785 0.750848 0.887785 0.693892L0.5 0.5ZM0.5 0.5L0.112215 0.693892C0.112215 0.750848 0.124333 0.804896 0.146389 0.853611C0.195104 0.875424 0.249152 0.887785 0.306108 0.887785L0.5 0.5ZM0.5 0.5L0.911294 0.637179C0.951527 0.596946 0.981095 0.549927 1 0.5C0.981095 0.450073 0.951527 0.403054 0.911294 0.362821L0.5 0.5ZM0.5 0.5L0.637179 0.0887058C0.598298 0.049697 0.551527 0.0194523 0.5 0C0.450073 0.0189045 0.403054 0.0484731 0.362821 0.0887058L0.5 0.5ZM0.5 0.5L0.362821 0.911294C0.403054 0.951527 0.450073 0.981095 0.5 1C0.549927 0.981095 0.596946 0.951527 0.637179 0.911294L0.5 0.5ZM0.5 0.5L0.0887058 0.362821C0.049697 0.401702 0.0194523 0.448473 0 0.5C0.0189045 0.549927 0.0484731 0.596946 0.0887058 0.637179L0.5 0.5Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.5 0.5L0.887785 0.306108C0.887785 0.249152 0.875667 0.195104 0.853611 0.146389C0.804896 0.124576 0.750848 0.112215 0.693892 0.112215L0.5 0.5ZM0.5 0.5L0.306108 0.112215C0.249152 0.112215 0.195104 0.124333 0.146389 0.146389C0.124576 0.195104 0.112215 0.249152 0.112215 0.306108L0.5 0.5ZM0.5 0.5L0.693892 0.887785C0.750848 0.887785 0.804896 0.875667 0.853611 0.853611C0.875424 0.804896 0.887785 0.750848 0.887785 0.693892L0.5 0.5ZM0.5 0.5L0.112215 0.693892C0.112215 0.750848 0.124333 0.804896 0.146389 0.853611C0.195104 0.875424 0.249152 0.887785 0.306108 0.887785L0.5 0.5ZM0.5 0.5L0.911294 0.637179C0.951527 0.596946 0.981095 0.549927 1 0.5C0.981095 0.450073 0.951527 0.403054 0.911294 0.362821L0.5 0.5ZM0.5 0.5L0.637179 0.0887058C0.598298 0.049697 0.551527 0.0194523 0.5 0C0.450073 0.0189045 0.403054 0.0484731 0.362821 0.0887058L0.5 0.5ZM0.5 0.5L0.362821 0.911294C0.403054 0.951527 0.450073 0.981095 0.5 1C0.549927 0.981095 0.596946 0.951527 0.637179 0.911294L0.5 0.5ZM0.5 0.5L0.0887058 0.362821C0.049697 0.401702 0.0194523 0.448473 0 0.5C0.0189045 0.549927 0.0484731 0.596946 0.0887058 0.637179L0.5 0.5Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-13{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.708357 0.395691L0.80691 0.346549L0.913999 0.29301V0.291976C0.914 0.237641 0.892521 0.185509 0.854242 0.146944C0.815963 0.108378 0.763989 0.0865068 0.709651 0.0860972H0.707064L0.656365 0.187485L0.604373 0.291717C0.59707 0.306274 0.594533 0.32276 0.597121 0.338839C0.59971 0.354918 0.607293 0.369775 0.618795 0.381306C0.630298 0.392836 0.645138 0.400455 0.661212 0.403083C0.677287 0.405711 0.693781 0.403216 0.708357 0.395949V0.395691ZM0.291901 0.395691C0.306452 0.402899 0.322897 0.405362 0.338922 0.402732C0.354946 0.400101 0.369741 0.392511 0.381224 0.38103C0.392706 0.369549 0.400297 0.354755 0.402927 0.338733C0.405558 0.32271 0.403095 0.306266 0.395886 0.291717L0.353723 0.2074L0.293195 0.0860972H0.290608C0.23629 0.0865742 0.184356 0.108467 0.146092 0.147018C0.107828 0.185569 0.0863259 0.237662 0.0862598 0.291976V0.29301L0.192314 0.346032L0.291901 0.395691ZM0.708357 0.604156C0.693807 0.596947 0.677361 0.594485 0.661337 0.597115C0.645313 0.599745 0.630517 0.607335 0.619035 0.618816C0.607553 0.630298 0.599962 0.645091 0.597331 0.661114C0.594701 0.677136 0.597164 0.69358 0.604373 0.708129L0.646536 0.792446L0.707064 0.913749H0.709909C0.763764 0.913015 0.81521 0.891314 0.853319 0.853258C0.891428 0.815201 0.913196 0.763788 0.913999 0.70994V0.706836L0.802771 0.651228L0.708357 0.604156ZM0.291901 0.604156L0.207575 0.646314L0.0862598 0.706836V0.70994C0.0870642 0.763832 0.108868 0.815283 0.147032 0.853347C0.185196 0.89141 0.236708 0.913081 0.290608 0.913749H0.293453L0.346222 0.808224L0.396145 0.708129C0.403354 0.69358 0.405816 0.677136 0.403186 0.661114C0.400556 0.645091 0.392965 0.630298 0.381482 0.618816C0.37 0.607335 0.355205 0.599745 0.33918 0.597115C0.323156 0.594485 0.306711 0.596947 0.29216 0.604156H0.291901ZM0.940383 0.355084L0.93909 0.353532L0.817257 0.394398L0.721032 0.42621C0.705507 0.431313 0.691989 0.441186 0.682405 0.454422C0.672822 0.467659 0.667662 0.483582 0.667662 0.499923C0.667662 0.516264 0.672822 0.532188 0.682405 0.545424C0.691989 0.55866 0.705507 0.568534 0.721032 0.573636L0.83407 0.611139L0.93909 0.646314L0.940383 0.645021C0.978579 0.606385 1 0.554249 1 0.499923C1 0.445597 0.978579 0.393461 0.940383 0.354825V0.355084ZM0.57385 0.279044L0.615495 0.153861L0.646536 0.0610091L0.645242 0.0597158C0.60641 0.0212388 0.553884 -0.000240484 0.499215 2.03152e-06C0.444546 0.000244547 0.392212 0.022189 0.353723 0.0610091L0.397438 0.191623L0.426409 0.279044C0.431512 0.294567 0.441386 0.308084 0.454624 0.317666C0.467861 0.327249 0.483787 0.332408 0.500129 0.332408C0.516472 0.332408 0.532397 0.327249 0.545635 0.317666C0.558873 0.308084 0.568747 0.294567 0.57385 0.279044ZM0.426409 0.720803L0.393299 0.820638L0.353723 0.939096L0.355016 0.940389C0.393656 0.978581 0.445797 1 0.500129 1C0.554461 1 0.606602 0.978581 0.645242 0.940389L0.646536 0.939096L0.602821 0.808741L0.57385 0.721061C0.568747 0.705538 0.558873 0.692021 0.545635 0.682439C0.532397 0.672856 0.516472 0.667697 0.500129 0.667697C0.483787 0.667697 0.467861 0.672856 0.454624 0.682439C0.441386 0.692021 0.431512 0.705538 0.426409 0.721061V0.720803ZM0.279226 0.42621L0.176794 0.392328L0.0609103 0.353532L0.059617 0.354825C0.0214212 0.393461 0 0.445597 0 0.499923C0 0.554249 0.0214212 0.606385 0.059617 0.645021L0.0609103 0.646314L0.176276 0.607777L0.278968 0.573636C0.294493 0.568534 0.308011 0.55866 0.317595 0.545424C0.327178 0.532188 0.332338 0.516264 0.332338 0.499923C0.332338 0.483582 0.327178 0.467659 0.317595 0.454422C0.308011 0.441186 0.294493 0.431313 0.278968 0.42621H0.279226Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.708357 0.395691L0.80691 0.346549L0.913999 0.29301V0.291976C0.914 0.237641 0.892521 0.185509 0.854242 0.146944C0.815963 0.108378 0.763989 0.0865068 0.709651 0.0860972H0.707064L0.656365 0.187485L0.604373 0.291717C0.59707 0.306274 0.594533 0.32276 0.597121 0.338839C0.59971 0.354918 0.607293 0.369775 0.618795 0.381306C0.630298 0.392836 0.645138 0.400455 0.661212 0.403083C0.677287 0.405711 0.693781 0.403216 0.708357 0.395949V0.395691ZM0.291901 0.395691C0.306452 0.402899 0.322897 0.405362 0.338922 0.402732C0.354946 0.400101 0.369741 0.392511 0.381224 0.38103C0.392706 0.369549 0.400297 0.354755 0.402927 0.338733C0.405558 0.32271 0.403095 0.306266 0.395886 0.291717L0.353723 0.2074L0.293195 0.0860972H0.290608C0.23629 0.0865742 0.184356 0.108467 0.146092 0.147018C0.107828 0.185569 0.0863259 0.237662 0.0862598 0.291976V0.29301L0.192314 0.346032L0.291901 0.395691ZM0.708357 0.604156C0.693807 0.596947 0.677361 0.594485 0.661337 0.597115C0.645313 0.599745 0.630517 0.607335 0.619035 0.618816C0.607553 0.630298 0.599962 0.645091 0.597331 0.661114C0.594701 0.677136 0.597164 0.69358 0.604373 0.708129L0.646536 0.792446L0.707064 0.913749H0.709909C0.763764 0.913015 0.81521 0.891314 0.853319 0.853258C0.891428 0.815201 0.913196 0.763788 0.913999 0.70994V0.706836L0.802771 0.651228L0.708357 0.604156ZM0.291901 0.604156L0.207575 0.646314L0.0862598 0.706836V0.70994C0.0870642 0.763832 0.108868 0.815283 0.147032 0.853347C0.185196 0.89141 0.236708 0.913081 0.290608 0.913749H0.293453L0.346222 0.808224L0.396145 0.708129C0.403354 0.69358 0.405816 0.677136 0.403186 0.661114C0.400556 0.645091 0.392965 0.630298 0.381482 0.618816C0.37 0.607335 0.355205 0.599745 0.33918 0.597115C0.323156 0.594485 0.306711 0.596947 0.29216 0.604156H0.291901ZM0.940383 0.355084L0.93909 0.353532L0.817257 0.394398L0.721032 0.42621C0.705507 0.431313 0.691989 0.441186 0.682405 0.454422C0.672822 0.467659 0.667662 0.483582 0.667662 0.499923C0.667662 0.516264 0.672822 0.532188 0.682405 0.545424C0.691989 0.55866 0.705507 0.568534 0.721032 0.573636L0.83407 0.611139L0.93909 0.646314L0.940383 0.645021C0.978579 0.606385 1 0.554249 1 0.499923C1 0.445597 0.978579 0.393461 0.940383 0.354825V0.355084ZM0.57385 0.279044L0.615495 0.153861L0.646536 0.0610091L0.645242 0.0597158C0.60641 0.0212388 0.553884 -0.000240484 0.499215 2.03152e-06C0.444546 0.000244547 0.392212 0.022189 0.353723 0.0610091L0.397438 0.191623L0.426409 0.279044C0.431512 0.294567 0.441386 0.308084 0.454624 0.317666C0.467861 0.327249 0.483787 0.332408 0.500129 0.332408C0.516472 0.332408 0.532397 0.327249 0.545635 0.317666C0.558873 0.308084 0.568747 0.294567 0.57385 0.279044ZM0.426409 0.720803L0.393299 0.820638L0.353723 0.939096L0.355016 0.940389C0.393656 0.978581 0.445797 1 0.500129 1C0.554461 1 0.606602 0.978581 0.645242 0.940389L0.646536 0.939096L0.602821 0.808741L0.57385 0.721061C0.568747 0.705538 0.558873 0.692021 0.545635 0.682439C0.532397 0.672856 0.516472 0.667697 0.500129 0.667697C0.483787 0.667697 0.467861 0.672856 0.454624 0.682439C0.441386 0.692021 0.431512 0.705538 0.426409 0.721061V0.720803ZM0.279226 0.42621L0.176794 0.392328L0.0609103 0.353532L0.059617 0.354825C0.0214212 0.393461 0 0.445597 0 0.499923C0 0.554249 0.0214212 0.606385 0.059617 0.645021L0.0609103 0.646314L0.176276 0.607777L0.278968 0.573636C0.294493 0.568534 0.308011 0.55866 0.317595 0.545424C0.327178 0.532188 0.332338 0.516264 0.332338 0.499923C0.332338 0.483582 0.327178 0.467659 0.317595 0.454422C0.308011 0.441186 0.294493 0.431313 0.278968 0.42621H0.279226Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-14{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 0.4375H0.733333L0.964375 0.304167L0.901875 0.195833L0.670833 0.329167L0.804167 0.0983333L0.695833 0.0358333L0.5625 0.266667V0H0.4375V0.266667L0.304167 0.0358333L0.195833 0.0983333L0.329167 0.329167L0.0983333 0.195833L0.0358333 0.304167L0.266667 0.4375H0V0.5625H0.266667L0.0358333 0.695833L0.0983333 0.804167L0.329167 0.670833L0.195833 0.901875L0.304167 0.964375L0.4375 0.733333V1H0.5625V0.733333L0.695833 0.964375L0.804167 0.901875L0.670833 0.670833L0.901875 0.804167L0.964375 0.695833L0.733333 0.5625H1V0.4375Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 0.4375H0.733333L0.964375 0.304167L0.901875 0.195833L0.670833 0.329167L0.804167 0.0983333L0.695833 0.0358333L0.5625 0.266667V0H0.4375V0.266667L0.304167 0.0358333L0.195833 0.0983333L0.329167 0.329167L0.0983333 0.195833L0.0358333 0.304167L0.266667 0.4375H0V0.5625H0.266667L0.0358333 0.695833L0.0983333 0.804167L0.329167 0.670833L0.195833 0.901875L0.304167 0.964375L0.4375 0.733333V1H0.5625V0.733333L0.695833 0.964375L0.804167 0.901875L0.670833 0.670833L0.901875 0.804167L0.964375 0.695833L0.733333 0.5625H1V0.4375Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-15{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.947092 0.947095C1.03456 0.859637 1.00979 0.683139 0.899936 0.500056C1.00979 0.31671 1.03456 0.140476 0.947355 0.053018C0.859365 -0.0347038 0.682859 -0.00967809 0.500029 0.100172C0.316673 -0.00967809 0.14043 -0.0347038 0.0529666 0.0527545C-0.0347599 0.14074 -0.00973284 0.316973 0.100123 0.500056C-0.00973284 0.683139 -0.0344965 0.859637 0.0527031 0.947095C0.14043 1.03455 0.316673 1.00979 0.500029 0.899941C0.683122 1.00979 0.859629 1.03455 0.947092 0.947358V0.947095Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.947092 0.947095C1.03456 0.859637 1.00979 0.683139 0.899936 0.500056C1.00979 0.31671 1.03456 0.140476 0.947355 0.053018C0.859365 -0.0347038 0.682859 -0.00967809 0.500029 0.100172C0.316673 -0.00967809 0.14043 -0.0347038 0.0529666 0.0527545C-0.0347599 0.14074 -0.00973284 0.316973 0.100123 0.500056C-0.00973284 0.683139 -0.0344965 0.859637 0.0527031 0.947095C0.14043 1.03455 0.316673 1.00979 0.500029 0.899941C0.683122 1.00979 0.859629 1.03455 0.947092 0.947358V0.947095Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-16{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.911218 0.329658C0.917139 0.29671 0.914994 0.262818 0.904967 0.23088C0.894939 0.198941 0.877327 0.169906 0.853635 0.146256C0.829944 0.122605 0.800878 0.105043 0.768923 0.0950708C0.736967 0.0850983 0.703072 0.083012 0.670134 0.0889901C0.651042 0.0615242 0.625587 0.0390856 0.595943 0.0235895C0.566299 0.00809344 0.533346 0 0.499896 0C0.466446 0 0.433493 0.00809344 0.403849 0.0235895C0.374204 0.0390856 0.34875 0.0615242 0.329658 0.0889901C0.29675 0.0830893 0.262904 0.0852337 0.231005 0.0952406C0.199106 0.105248 0.1701 0.12282 0.14646 0.14646C0.12282 0.1701 0.105248 0.199106 0.0952406 0.231005C0.0852337 0.262904 0.0830893 0.29675 0.0889901 0.329658C0.0615242 0.34875 0.0390856 0.374204 0.0235895 0.403849C0.00809344 0.433493 0 0.466446 0 0.499896C0 0.533346 0.00809344 0.566299 0.0235895 0.595943C0.0390856 0.625587 0.0615242 0.651042 0.0889901 0.670134C0.0830405 0.703077 0.0851562 0.73697 0.0951563 0.768917C0.105156 0.800864 0.122744 0.829915 0.146414 0.853586C0.170085 0.877256 0.199136 0.894844 0.231083 0.904844C0.26303 0.914844 0.296923 0.916959 0.329866 0.91101C0.348958 0.938476 0.374413 0.960914 0.404057 0.97641C0.433701 0.991907 0.466654 1 0.500104 1C0.533554 1 0.566507 0.991907 0.596151 0.97641C0.625796 0.960914 0.65125 0.938476 0.670343 0.91101C0.70327 0.916921 0.737139 0.914776 0.769057 0.904759C0.800976 0.894741 0.829997 0.877149 0.853642 0.853483C0.877287 0.829818 0.894854 0.800782 0.904844 0.768854C0.914834 0.736927 0.916949 0.703056 0.91101 0.670134C0.938476 0.651042 0.960914 0.625587 0.97641 0.595943C0.991907 0.566299 1 0.533346 1 0.499896C1 0.466446 0.991907 0.433493 0.97641 0.403849C0.960914 0.374204 0.938476 0.34875 0.91101 0.329658H0.911218Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.911218 0.329658C0.917139 0.29671 0.914994 0.262818 0.904967 0.23088C0.894939 0.198941 0.877327 0.169906 0.853635 0.146256C0.829944 0.122605 0.800878 0.105043 0.768923 0.0950708C0.736967 0.0850983 0.703072 0.083012 0.670134 0.0889901C0.651042 0.0615242 0.625587 0.0390856 0.595943 0.0235895C0.566299 0.00809344 0.533346 0 0.499896 0C0.466446 0 0.433493 0.00809344 0.403849 0.0235895C0.374204 0.0390856 0.34875 0.0615242 0.329658 0.0889901C0.29675 0.0830893 0.262904 0.0852337 0.231005 0.0952406C0.199106 0.105248 0.1701 0.12282 0.14646 0.14646C0.12282 0.1701 0.105248 0.199106 0.0952406 0.231005C0.0852337 0.262904 0.0830893 0.29675 0.0889901 0.329658C0.0615242 0.34875 0.0390856 0.374204 0.0235895 0.403849C0.00809344 0.433493 0 0.466446 0 0.499896C0 0.533346 0.00809344 0.566299 0.0235895 0.595943C0.0390856 0.625587 0.0615242 0.651042 0.0889901 0.670134C0.0830405 0.703077 0.0851562 0.73697 0.0951563 0.768917C0.105156 0.800864 0.122744 0.829915 0.146414 0.853586C0.170085 0.877256 0.199136 0.894844 0.231083 0.904844C0.26303 0.914844 0.296923 0.916959 0.329866 0.91101C0.348958 0.938476 0.374413 0.960914 0.404057 0.97641C0.433701 0.991907 0.466654 1 0.500104 1C0.533554 1 0.566507 0.991907 0.596151 0.97641C0.625796 0.960914 0.65125 0.938476 0.670343 0.91101C0.70327 0.916921 0.737139 0.914776 0.769057 0.904759C0.800976 0.894741 0.829997 0.877149 0.853642 0.853483C0.877287 0.829818 0.894854 0.800782 0.904844 0.768854C0.914834 0.736927 0.916949 0.703056 0.91101 0.670134C0.938476 0.651042 0.960914 0.625587 0.97641 0.595943C0.991907 0.566299 1 0.533346 1 0.499896C1 0.466446 0.991907 0.433493 0.97641 0.403849C0.960914 0.374204 0.938476 0.34875 0.91101 0.329658H0.911218Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-17{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.841643 0.386119L0.727762 0.42401C0.709627 0.430173 0.690277 0.431886 0.671342 0.429007C0.68196 0.414433 0.696325 0.401942 0.714854 0.392573L0.822073 0.338859C0.839106 0.330353 0.853874 0.31792 0.865158 0.302585C0.876442 0.28725 0.88392 0.269452 0.886974 0.25066C0.890029 0.231867 0.888572 0.212617 0.882725 0.194498C0.876879 0.176379 0.866809 0.159909 0.853346 0.146446C0.839883 0.132983 0.823413 0.122913 0.805294 0.117066C0.787174 0.11122 0.767925 0.109763 0.749132 0.112818C0.730339 0.115872 0.712542 0.12335 0.697207 0.134634C0.681872 0.145918 0.669439 0.160685 0.660932 0.177719L0.607427 0.285146C0.598981 0.302441 0.586482 0.31744 0.570993 0.328866C0.56808 0.309863 0.569794 0.290437 0.57599 0.272238L0.613881 0.158357C0.619946 0.140292 0.621625 0.121043 0.618782 0.102201C0.615938 0.0833579 0.608652 0.0654622 0.597527 0.0499913C0.586401 0.0345205 0.571754 0.0219184 0.554796 0.0132259C0.537839 0.00453345 0.519056 0 0.5 0C0.480944 0 0.462162 0.00453345 0.445204 0.0132259C0.428246 0.0219184 0.413599 0.0345205 0.402473 0.0499913C0.391348 0.0654622 0.384062 0.0833579 0.381218 0.102201C0.378375 0.121043 0.380055 0.140292 0.386119 0.158357L0.42401 0.272238C0.430173 0.290373 0.431886 0.309723 0.429007 0.328658C0.413564 0.317355 0.401068 0.302502 0.392573 0.285354L0.338859 0.177927C0.330353 0.160894 0.31792 0.146126 0.302585 0.134842C0.28725 0.123558 0.269452 0.11608 0.25066 0.113026C0.231867 0.109971 0.212617 0.111428 0.194498 0.117275C0.176379 0.123121 0.159909 0.133191 0.146446 0.146654C0.132983 0.160117 0.122913 0.176587 0.117066 0.194706C0.11122 0.212826 0.109763 0.232075 0.112818 0.250868C0.115872 0.269661 0.12335 0.287458 0.134634 0.302793C0.145918 0.318128 0.160685 0.330561 0.177719 0.339068L0.285146 0.392573C0.302441 0.401019 0.31744 0.413518 0.328866 0.429007C0.310754 0.431921 0.291392 0.430464 0.272238 0.42401L0.158357 0.386119C0.140292 0.380055 0.121043 0.378375 0.102201 0.381218C0.0833579 0.384062 0.0654622 0.391348 0.0499913 0.402473C0.0345205 0.413599 0.0219184 0.428246 0.0132259 0.445204C0.00453345 0.462162 0 0.480944 0 0.5C0 0.519056 0.00453345 0.537839 0.0132259 0.554796C0.0219184 0.571754 0.0345205 0.586401 0.0499913 0.597527C0.0654622 0.608652 0.0833579 0.615938 0.102201 0.618782C0.121043 0.621625 0.140292 0.619946 0.158357 0.613881L0.272238 0.57599C0.290373 0.569827 0.309723 0.568114 0.328658 0.570993C0.317355 0.586436 0.302502 0.598932 0.285354 0.607427L0.177927 0.661141C0.160894 0.669647 0.146126 0.68208 0.134842 0.697415C0.123558 0.71275 0.11608 0.730548 0.113026 0.74934C0.109971 0.768133 0.111428 0.787383 0.117275 0.805502C0.123121 0.823621 0.133191 0.840091 0.146654 0.853554C0.160117 0.867017 0.176587 0.877087 0.194706 0.882934C0.212826 0.888781 0.232075 0.890237 0.250868 0.887182C0.269661 0.884128 0.287458 0.876651 0.302793 0.865366C0.318128 0.854082 0.330561 0.839315 0.339068 0.822281L0.392573 0.714854C0.401019 0.697559 0.413518 0.682561 0.429007 0.671134C0.431921 0.689247 0.430464 0.708608 0.42401 0.727762L0.386119 0.841643C0.380055 0.859708 0.378375 0.878957 0.381218 0.8978C0.384062 0.916642 0.391348 0.934538 0.402473 0.950009C0.413599 0.96548 0.428246 0.978082 0.445204 0.986774C0.462162 0.995467 0.480944 1 0.5 1C0.519056 1 0.537839 0.995467 0.554796 0.986774C0.571754 0.978082 0.586401 0.96548 0.597527 0.950009C0.608652 0.934538 0.615938 0.916642 0.618782 0.8978C0.621625 0.878957 0.619946 0.859708 0.613881 0.841643L0.57599 0.727762C0.569827 0.709627 0.568114 0.690277 0.570993 0.671342C0.585567 0.68196 0.598058 0.696325 0.607427 0.714854L0.661141 0.822073C0.669647 0.839106 0.68208 0.853874 0.697415 0.865158C0.71275 0.876442 0.730548 0.88392 0.74934 0.886974C0.768133 0.890029 0.787383 0.888572 0.805502 0.882725C0.823621 0.876879 0.840091 0.866809 0.853554 0.853346C0.867017 0.839883 0.877087 0.823413 0.882934 0.805294C0.888781 0.787174 0.890237 0.767925 0.887182 0.749132C0.884128 0.730339 0.876651 0.712542 0.865366 0.697207C0.854082 0.681872 0.839315 0.669439 0.822281 0.660932L0.714854 0.607427C0.697559 0.598981 0.682561 0.586482 0.671134 0.570993C0.689247 0.568079 0.708608 0.569536 0.727762 0.57599L0.841643 0.613881C0.859708 0.619946 0.878957 0.621625 0.8978 0.618782C0.916642 0.615938 0.934538 0.608652 0.950009 0.597527C0.96548 0.586401 0.978082 0.571754 0.986774 0.554796C0.995467 0.537839 1 0.519056 1 0.5C1 0.480944 0.995467 0.462162 0.986774 0.445204C0.978082 0.428246 0.96548 0.413599 0.950009 0.402473C0.934538 0.391348 0.916642 0.384062 0.8978 0.381218C0.878957 0.378375 0.859708 0.380055 0.841643 0.386119Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.841643 0.386119L0.727762 0.42401C0.709627 0.430173 0.690277 0.431886 0.671342 0.429007C0.68196 0.414433 0.696325 0.401942 0.714854 0.392573L0.822073 0.338859C0.839106 0.330353 0.853874 0.31792 0.865158 0.302585C0.876442 0.28725 0.88392 0.269452 0.886974 0.25066C0.890029 0.231867 0.888572 0.212617 0.882725 0.194498C0.876879 0.176379 0.866809 0.159909 0.853346 0.146446C0.839883 0.132983 0.823413 0.122913 0.805294 0.117066C0.787174 0.11122 0.767925 0.109763 0.749132 0.112818C0.730339 0.115872 0.712542 0.12335 0.697207 0.134634C0.681872 0.145918 0.669439 0.160685 0.660932 0.177719L0.607427 0.285146C0.598981 0.302441 0.586482 0.31744 0.570993 0.328866C0.56808 0.309863 0.569794 0.290437 0.57599 0.272238L0.613881 0.158357C0.619946 0.140292 0.621625 0.121043 0.618782 0.102201C0.615938 0.0833579 0.608652 0.0654622 0.597527 0.0499913C0.586401 0.0345205 0.571754 0.0219184 0.554796 0.0132259C0.537839 0.00453345 0.519056 0 0.5 0C0.480944 0 0.462162 0.00453345 0.445204 0.0132259C0.428246 0.0219184 0.413599 0.0345205 0.402473 0.0499913C0.391348 0.0654622 0.384062 0.0833579 0.381218 0.102201C0.378375 0.121043 0.380055 0.140292 0.386119 0.158357L0.42401 0.272238C0.430173 0.290373 0.431886 0.309723 0.429007 0.328658C0.413564 0.317355 0.401068 0.302502 0.392573 0.285354L0.338859 0.177927C0.330353 0.160894 0.31792 0.146126 0.302585 0.134842C0.28725 0.123558 0.269452 0.11608 0.25066 0.113026C0.231867 0.109971 0.212617 0.111428 0.194498 0.117275C0.176379 0.123121 0.159909 0.133191 0.146446 0.146654C0.132983 0.160117 0.122913 0.176587 0.117066 0.194706C0.11122 0.212826 0.109763 0.232075 0.112818 0.250868C0.115872 0.269661 0.12335 0.287458 0.134634 0.302793C0.145918 0.318128 0.160685 0.330561 0.177719 0.339068L0.285146 0.392573C0.302441 0.401019 0.31744 0.413518 0.328866 0.429007C0.310754 0.431921 0.291392 0.430464 0.272238 0.42401L0.158357 0.386119C0.140292 0.380055 0.121043 0.378375 0.102201 0.381218C0.0833579 0.384062 0.0654622 0.391348 0.0499913 0.402473C0.0345205 0.413599 0.0219184 0.428246 0.0132259 0.445204C0.00453345 0.462162 0 0.480944 0 0.5C0 0.519056 0.00453345 0.537839 0.0132259 0.554796C0.0219184 0.571754 0.0345205 0.586401 0.0499913 0.597527C0.0654622 0.608652 0.0833579 0.615938 0.102201 0.618782C0.121043 0.621625 0.140292 0.619946 0.158357 0.613881L0.272238 0.57599C0.290373 0.569827 0.309723 0.568114 0.328658 0.570993C0.317355 0.586436 0.302502 0.598932 0.285354 0.607427L0.177927 0.661141C0.160894 0.669647 0.146126 0.68208 0.134842 0.697415C0.123558 0.71275 0.11608 0.730548 0.113026 0.74934C0.109971 0.768133 0.111428 0.787383 0.117275 0.805502C0.123121 0.823621 0.133191 0.840091 0.146654 0.853554C0.160117 0.867017 0.176587 0.877087 0.194706 0.882934C0.212826 0.888781 0.232075 0.890237 0.250868 0.887182C0.269661 0.884128 0.287458 0.876651 0.302793 0.865366C0.318128 0.854082 0.330561 0.839315 0.339068 0.822281L0.392573 0.714854C0.401019 0.697559 0.413518 0.682561 0.429007 0.671134C0.431921 0.689247 0.430464 0.708608 0.42401 0.727762L0.386119 0.841643C0.380055 0.859708 0.378375 0.878957 0.381218 0.8978C0.384062 0.916642 0.391348 0.934538 0.402473 0.950009C0.413599 0.96548 0.428246 0.978082 0.445204 0.986774C0.462162 0.995467 0.480944 1 0.5 1C0.519056 1 0.537839 0.995467 0.554796 0.986774C0.571754 0.978082 0.586401 0.96548 0.597527 0.950009C0.608652 0.934538 0.615938 0.916642 0.618782 0.8978C0.621625 0.878957 0.619946 0.859708 0.613881 0.841643L0.57599 0.727762C0.569827 0.709627 0.568114 0.690277 0.570993 0.671342C0.585567 0.68196 0.598058 0.696325 0.607427 0.714854L0.661141 0.822073C0.669647 0.839106 0.68208 0.853874 0.697415 0.865158C0.71275 0.876442 0.730548 0.88392 0.74934 0.886974C0.768133 0.890029 0.787383 0.888572 0.805502 0.882725C0.823621 0.876879 0.840091 0.866809 0.853554 0.853346C0.867017 0.839883 0.877087 0.823413 0.882934 0.805294C0.888781 0.787174 0.890237 0.767925 0.887182 0.749132C0.884128 0.730339 0.876651 0.712542 0.865366 0.697207C0.854082 0.681872 0.839315 0.669439 0.822281 0.660932L0.714854 0.607427C0.697559 0.598981 0.682561 0.586482 0.671134 0.570993C0.689247 0.568079 0.708608 0.569536 0.727762 0.57599L0.841643 0.613881C0.859708 0.619946 0.878957 0.621625 0.8978 0.618782C0.916642 0.615938 0.934538 0.608652 0.950009 0.597527C0.96548 0.586401 0.978082 0.571754 0.986774 0.554796C0.995467 0.537839 1 0.519056 1 0.5C1 0.480944 0.995467 0.462162 0.986774 0.445204C0.978082 0.428246 0.96548 0.413599 0.950009 0.402473C0.934538 0.391348 0.916642 0.384062 0.8978 0.381218C0.878957 0.378375 0.859708 0.380055 0.841643 0.386119Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-18{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.5 0C0.367392 0 0.240215 0.0526784 0.146447 0.146447C0.0526784 0.240215 0 0.367392 0 0.5L0 1H0.5C0.632608 1 0.759785 0.947322 0.853553 0.853553C0.947322 0.759785 1 0.632608 1 0.5V0H0.5ZM0.5 0.75C0.433696 0.75 0.370107 0.723661 0.323223 0.676777C0.276339 0.629893 0.25 0.566304 0.25 0.5C0.25 0.433696 0.276339 0.370107 0.323223 0.323223C0.370107 0.276339 0.433696 0.25 0.5 0.25C0.566304 0.25 0.629893 0.276339 0.676777 0.323223C0.723661 0.370107 0.75 0.433696 0.75 0.5C0.75 0.566304 0.723661 0.629893 0.676777 0.676777C0.629893 0.723661 0.566304 0.75 0.5 0.75Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.5 0C0.367392 0 0.240215 0.0526784 0.146447 0.146447C0.0526784 0.240215 0 0.367392 0 0.5L0 1H0.5C0.632608 1 0.759785 0.947322 0.853553 0.853553C0.947322 0.759785 1 0.632608 1 0.5V0H0.5ZM0.5 0.75C0.433696 0.75 0.370107 0.723661 0.323223 0.676777C0.276339 0.629893 0.25 0.566304 0.25 0.5C0.25 0.433696 0.276339 0.370107 0.323223 0.323223C0.370107 0.276339 0.433696 0.25 0.5 0.25C0.566304 0.25 0.629893 0.276339 0.676777 0.323223C0.723661 0.370107 0.75 0.433696 0.75 0.5C0.75 0.566304 0.723661 0.629893 0.676777 0.676777C0.629893 0.723661 0.566304 0.75 0.5 0.75Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-19{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 0.5C0.867392 0.5 0.740215 0.552678 0.646447 0.646447C0.552678 0.740215 0.5 0.867392 0.5 1C0.632608 1 0.759785 0.947322 0.853553 0.853553C0.947322 0.759785 1 0.632608 1 0.5ZM0.5 0C0.367392 0 0.240215 0.0526784 0.146447 0.146447C0.0526784 0.240215 0 0.367392 0 0.5C0.132608 0.5 0.259785 0.447322 0.353553 0.353553C0.447322 0.259785 0.5 0.132608 0.5 0ZM1 0.5C1 0.367392 0.947322 0.240215 0.853553 0.146447C0.759785 0.0526784 0.632608 0 0.5 0C0.5 0.132608 0.552678 0.259785 0.646447 0.353553C0.740215 0.447322 0.867392 0.5 1 0.5ZM0.5 1C0.5 0.867392 0.447322 0.740215 0.353553 0.646447C0.259785 0.552678 0.132608 0.5 0 0.5C0 0.632608 0.0526784 0.759785 0.146447 0.853553C0.240215 0.947322 0.367392 1 0.5 1Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 0.5C0.867392 0.5 0.740215 0.552678 0.646447 0.646447C0.552678 0.740215 0.5 0.867392 0.5 1C0.632608 1 0.759785 0.947322 0.853553 0.853553C0.947322 0.759785 1 0.632608 1 0.5ZM0.5 0C0.367392 0 0.240215 0.0526784 0.146447 0.146447C0.0526784 0.240215 0 0.367392 0 0.5C0.132608 0.5 0.259785 0.447322 0.353553 0.353553C0.447322 0.259785 0.5 0.132608 0.5 0ZM1 0.5C1 0.367392 0.947322 0.240215 0.853553 0.146447C0.759785 0.0526784 0.632608 0 0.5 0C0.5 0.132608 0.552678 0.259785 0.646447 0.353553C0.740215 0.447322 0.867392 0.5 1 0.5ZM0.5 1C0.5 0.867392 0.447322 0.740215 0.353553 0.646447C0.259785 0.552678 0.132608 0.5 0 0.5C0 0.632608 0.0526784 0.759785 0.146447 0.853553C0.240215 0.947322 0.367392 1 0.5 1Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-20{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.884762 0.615238L1 0.5L0.884762 0.384762L0.904048 0.365238C0.938261 0.329226 0.957053 0.281274 0.956417 0.231605C0.955781 0.181936 0.935768 0.134481 0.900644 0.0993565C0.865519 0.0642324 0.818064 0.0442189 0.768395 0.0435829C0.718726 0.042947 0.670774 0.0617391 0.634762 0.0959524L0.615238 0.115238L0.5 0L0.384762 0.115238L0.365238 0.0959524C0.329226 0.0617391 0.281274 0.042947 0.231605 0.0435829C0.181936 0.0442189 0.134481 0.0642324 0.0993565 0.0993565C0.0642324 0.134481 0.0442189 0.181936 0.0435829 0.231605C0.042947 0.281274 0.0617391 0.329226 0.0959524 0.365238L0.115238 0.384762L0 0.5L0.115238 0.615238L0.0959524 0.634762C0.0617391 0.670774 0.042947 0.718726 0.0435829 0.768395C0.0442189 0.818064 0.0642324 0.865519 0.0993565 0.900644C0.134481 0.935768 0.181936 0.955781 0.231605 0.956417C0.281274 0.957053 0.329226 0.938261 0.365238 0.904048L0.384762 0.884762L0.5 1L0.615238 0.884762L0.634762 0.904048C0.670774 0.938261 0.718726 0.957053 0.768395 0.956417C0.818064 0.955781 0.865519 0.935768 0.900644 0.900644C0.935768 0.865519 0.955781 0.818064 0.956417 0.768395C0.957053 0.718726 0.938261 0.670774 0.904048 0.634762L0.884762 0.615238ZM0.5 0.642857C0.462112 0.642857 0.425776 0.627806 0.398985 0.601015C0.372194 0.574224 0.357143 0.537888 0.357143 0.5C0.357143 0.462112 0.372194 0.425776 0.398985 0.398985C0.425776 0.372194 0.462112 0.357143 0.5 0.357143C0.537888 0.357143 0.574224 0.372194 0.601015 0.398985C0.627806 0.425776 0.642857 0.462112 0.642857 0.5C0.642857 0.537888 0.627806 0.574224 0.601015 0.601015C0.574224 0.627806 0.537888 0.642857 0.5 0.642857Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.884762 0.615238L1 0.5L0.884762 0.384762L0.904048 0.365238C0.938261 0.329226 0.957053 0.281274 0.956417 0.231605C0.955781 0.181936 0.935768 0.134481 0.900644 0.0993565C0.865519 0.0642324 0.818064 0.0442189 0.768395 0.0435829C0.718726 0.042947 0.670774 0.0617391 0.634762 0.0959524L0.615238 0.115238L0.5 0L0.384762 0.115238L0.365238 0.0959524C0.329226 0.0617391 0.281274 0.042947 0.231605 0.0435829C0.181936 0.0442189 0.134481 0.0642324 0.0993565 0.0993565C0.0642324 0.134481 0.0442189 0.181936 0.0435829 0.231605C0.042947 0.281274 0.0617391 0.329226 0.0959524 0.365238L0.115238 0.384762L0 0.5L0.115238 0.615238L0.0959524 0.634762C0.0617391 0.670774 0.042947 0.718726 0.0435829 0.768395C0.0442189 0.818064 0.0642324 0.865519 0.0993565 0.900644C0.134481 0.935768 0.181936 0.955781 0.231605 0.956417C0.281274 0.957053 0.329226 0.938261 0.365238 0.904048L0.384762 0.884762L0.5 1L0.615238 0.884762L0.634762 0.904048C0.670774 0.938261 0.718726 0.957053 0.768395 0.956417C0.818064 0.955781 0.865519 0.935768 0.900644 0.900644C0.935768 0.865519 0.955781 0.818064 0.956417 0.768395C0.957053 0.718726 0.938261 0.670774 0.904048 0.634762L0.884762 0.615238ZM0.5 0.642857C0.462112 0.642857 0.425776 0.627806 0.398985 0.601015C0.372194 0.574224 0.357143 0.537888 0.357143 0.5C0.357143 0.462112 0.372194 0.425776 0.398985 0.398985C0.425776 0.372194 0.462112 0.357143 0.5 0.357143C0.537888 0.357143 0.574224 0.372194 0.601015 0.398985C0.627806 0.425776 0.642857 0.462112 0.642857 0.5C0.642857 0.537888 0.627806 0.574224 0.601015 0.601015C0.574224 0.627806 0.537888 0.642857 0.5 0.642857Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-21{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 0.4375H0.814167L0.985833 0.366458L0.937917 0.250833L0.766458 0.322083L0.897708 0.190833L0.809375 0.102083L0.678125 0.233333L0.748958 0.0616667L0.633542 0.01375L0.5625 0.186042V0H0.4375V0.185833L0.366458 0.0141667L0.250833 0.0620833L0.322083 0.233542L0.190833 0.102292L0.102083 0.190625L0.233333 0.321875L0.061875 0.251042L0.0139583 0.366458L0.185833 0.4375H0V0.5625H0.185833L0.0141667 0.633542L0.0620833 0.749167L0.233542 0.677917L0.102292 0.809167L0.190625 0.897917L0.321875 0.766667L0.251042 0.938333L0.366458 0.98625L0.4375 0.814375V1H0.5625V0.814167L0.633542 0.985833L0.749167 0.937917L0.677917 0.766458L0.809167 0.897708L0.897708 0.809375L0.766458 0.678125L0.938125 0.748958L0.986042 0.633542L0.814167 0.5625H1V0.4375ZM0.5 0.625C0.466848 0.625 0.435054 0.61183 0.411612 0.588388C0.38817 0.564946 0.375 0.533152 0.375 0.5C0.375 0.466848 0.38817 0.435054 0.411612 0.411612C0.435054 0.38817 0.466848 0.375 0.5 0.375C0.533152 0.375 0.564946 0.38817 0.588388 0.411612C0.61183 0.435054 0.625 0.466848 0.625 0.5C0.625 0.533152 0.61183 0.564946 0.588388 0.588388C0.564946 0.61183 0.533152 0.625 0.5 0.625Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 0.4375H0.814167L0.985833 0.366458L0.937917 0.250833L0.766458 0.322083L0.897708 0.190833L0.809375 0.102083L0.678125 0.233333L0.748958 0.0616667L0.633542 0.01375L0.5625 0.186042V0H0.4375V0.185833L0.366458 0.0141667L0.250833 0.0620833L0.322083 0.233542L0.190833 0.102292L0.102083 0.190625L0.233333 0.321875L0.061875 0.251042L0.0139583 0.366458L0.185833 0.4375H0V0.5625H0.185833L0.0141667 0.633542L0.0620833 0.749167L0.233542 0.677917L0.102292 0.809167L0.190625 0.897917L0.321875 0.766667L0.251042 0.938333L0.366458 0.98625L0.4375 0.814375V1H0.5625V0.814167L0.633542 0.985833L0.749167 0.937917L0.677917 0.766458L0.809167 0.897708L0.897708 0.809375L0.766458 0.678125L0.938125 0.748958L0.986042 0.633542L0.814167 0.5625H1V0.4375ZM0.5 0.625C0.466848 0.625 0.435054 0.61183 0.411612 0.588388C0.38817 0.564946 0.375 0.533152 0.375 0.5C0.375 0.466848 0.38817 0.435054 0.411612 0.411612C0.435054 0.38817 0.466848 0.375 0.5 0.375C0.533152 0.375 0.564946 0.38817 0.588388 0.411612C0.61183 0.435054 0.625 0.466848 0.625 0.5C0.625 0.533152 0.61183 0.564946 0.588388 0.588388C0.564946 0.61183 0.533152 0.625 0.5 0.625Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-22{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 0.4375C1 0.372348 0.980915 0.308622 0.945092 0.254202C0.90927 0.199781 0.858284 0.157052 0.798438 0.131296C0.738593 0.10554 0.672511 0.0978875 0.608363 0.109283C0.544215 0.120679 0.484813 0.150624 0.4375 0.195417V7.18083e-10C0.372348 -4.27489e-06 0.308622 0.0190849 0.254202 0.0549077C0.199781 0.0907305 0.157052 0.141716 0.131296 0.201562C0.10554 0.261407 0.0978875 0.327489 0.109283 0.391637C0.120679 0.455785 0.150624 0.515187 0.195417 0.5625H7.18083e-10C-4.27489e-06 0.627653 0.0190849 0.691378 0.0549077 0.745798C0.0907305 0.800219 0.141716 0.842948 0.201562 0.868704C0.261407 0.89446 0.327489 0.902113 0.391637 0.890717C0.455785 0.879321 0.515187 0.849376 0.5625 0.804583V1C0.627653 1 0.691378 0.980915 0.745798 0.945092C0.800219 0.90927 0.842948 0.858284 0.868704 0.798438C0.89446 0.738593 0.902113 0.672511 0.890717 0.608363C0.879321 0.544215 0.849376 0.484813 0.804583 0.4375H1ZM0.5625 0.5625H0.4375V0.4375H0.5625V0.5625Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1 0.4375C1 0.372348 0.980915 0.308622 0.945092 0.254202C0.90927 0.199781 0.858284 0.157052 0.798438 0.131296C0.738593 0.10554 0.672511 0.0978875 0.608363 0.109283C0.544215 0.120679 0.484813 0.150624 0.4375 0.195417V7.18083e-10C0.372348 -4.27489e-06 0.308622 0.0190849 0.254202 0.0549077C0.199781 0.0907305 0.157052 0.141716 0.131296 0.201562C0.10554 0.261407 0.0978875 0.327489 0.109283 0.391637C0.120679 0.455785 0.150624 0.515187 0.195417 0.5625H7.18083e-10C-4.27489e-06 0.627653 0.0190849 0.691378 0.0549077 0.745798C0.0907305 0.800219 0.141716 0.842948 0.201562 0.868704C0.261407 0.89446 0.327489 0.902113 0.391637 0.890717C0.455785 0.879321 0.515187 0.849376 0.5625 0.804583V1C0.627653 1 0.691378 0.980915 0.745798 0.945092C0.800219 0.90927 0.842948 0.858284 0.868704 0.798438C0.89446 0.738593 0.902113 0.672511 0.890717 0.608363C0.879321 0.544215 0.849376 0.484813 0.804583 0.4375H1ZM0.5625 0.5625H0.4375V0.4375H0.5625V0.5625Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-23{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0 0H0.479167C0.766667 0 1 0.233333 1 0.520833V1H0.520833C0.233333 1 0 0.766667 0 0.479167V0Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0 0H0.479167C0.766667 0 1 0.233333 1 0.520833V1H0.520833C0.233333 1 0 0.766667 0 0.479167V0Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-24{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.773542 0.613333L1 0.5L0.773542 0.386667L0.853542 0.146458L0.613333 0.226458L0.5 0L0.386667 0.226458L0.146458 0.146458L0.226458 0.386667L0 0.5L0.226458 0.613333L0.146458 0.853542L0.386667 0.773542L0.5 1L0.613333 0.773542L0.853542 0.853542L0.773542 0.613333Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M0.773542 0.613333L1 0.5L0.773542 0.386667L0.853542 0.146458L0.613333 0.226458L0.5 0L0.386667 0.226458L0.146458 0.146458L0.226458 0.386667L0 0.5L0.226458 0.613333L0.146458 0.853542L0.386667 0.773542L0.5 1L0.613333 0.773542L0.853542 0.853542L0.773542 0.613333Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}.avatar-mask-different-one-25{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1.000000 0.000000 L0.000000 0.000000 L0.000000 1.000000 L1.000000 1.000000 L1.000000 0.000000 L1.000000 0.000000 L0.707227 0.698872 L0.000000 1.000000 L0.268552 0.260197 L1.000000 0.000000 Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><path d='M1.000000 0.000000 L0.000000 0.000000 L0.000000 1.000000 L1.000000 1.000000 L1.000000 0.000000 L1.000000 0.000000 L0.707227 0.698872 L0.000000 1.000000 L0.268552 0.260197 L1.000000 0.000000 Z' fill='black'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%}@keyframes ue-rainbow{0%{filter:blur();background-position:0%}50%{filter:blur(1px);background-position:100%}to{filter:blur();background-position:0%}}.ue-rainbow{background:linear-gradient(90deg,#f0f,#0ff,#ff0,#f0f) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite ue-rainbow}@keyframes ue-glitch-screen{0%,to{text-shadow:1px 0 #f0f,-1px 0 #0ff;opacity:1;transform:translate(0)}10%{text-shadow:2px 2px #f0f,-2px -2px #0ff;opacity:.8;transform:translate(1px,1px)}20%{text-shadow:1px 0 #f0f,-1px 0 #0ff;opacity:1;transform:translate(0)}30%{text-shadow:0 3px #f0f,0 -3px #0ff;opacity:.9;transform:translateY(-1px)}40%{text-shadow:1px 0 #f0f,-1px 0 #0ff;opacity:1;transform:translate(0)}}.ue-glitch{color:#e0e0e0;animation:.4s steps(2,end) infinite ue-glitch-screen}@keyframes ue-light-runner{0%{background-position:-200% 0}to{background-position:200% 0}}.ue-light-runner{background:linear-gradient(90deg,#000 0%,#fff 5% 10%,#000 30%) 0 0/300% 100%;-webkit-text-fill-color:transparent;text-shadow:0 0 8px #ffffff4d;-webkit-background-clip:text;background-clip:text;animation:2s linear infinite ue-light-runner}@keyframes ue-neon-glow{0%{text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #e74c3c,0 0 20px #e74c3c,0 0 25px #e74c3c,0 0 30px #e74c3c,0 0 35px #e74c3c}to{text-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #e74c3c,0 0 40px #e74c3c,0 0 50px #e74c3c,0 0 60px #e74c3c,0 0 70px #e74c3c}}.ue-neon-glow{color:#fff;animation:1.5s ease-in-out infinite alternate ue-neon-glow}@keyframes ue-blurinout{0%,to{filter:blur();opacity:1}50%{filter:blur(5px);opacity:.5}}.ue-blurinout{animation:3s infinite alternate ue-blurinout}@keyframes ue-skew{0%{transform:skew(0)}50%{transform:skew(10deg)}to{transform:skew(0)}}.ue-skew{animation:2s infinite alternate ue-skew}@keyframes ue-cyberpunkglitch{0%{filter:hue-rotate();transform:translate(0)}10%{filter:hue-rotate(90deg);transform:translate(-2px,-2px)}20%{filter:hue-rotate(180deg);transform:translate(2px,2px)}30%{filter:hue-rotate(270deg);transform:translate(-2px)}40%{filter:hue-rotate();transform:translateY(2px)}50%{filter:hue-rotate(90deg);transform:translate(2px,-2px)}60%{filter:hue-rotate(180deg);transform:translate(-2px,2px)}70%{filter:hue-rotate(270deg);transform:translateY(-2px)}80%{filter:hue-rotate();transform:translate(2px)}90%{filter:hue-rotate(90deg);transform:translate(-2px)}to{filter:hue-rotate();transform:translate(0)}}.ue-cyberpunkglitch{color:#0ff;animation:.5s infinite ue-cyberpunkglitch}@keyframes ue-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.ue-shimmer{background:linear-gradient(90deg,#1a1a2e 0%,#4a00e0 20%,#1a1a2e 40% 100%) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite ue-shimmer}@keyframes ue-electricsurge{0%,to{color:#0ff;text-shadow:0 0 5px #0ff;transform:translate(0)}25%{color:#80ffff;text-shadow:0 0 8px #0ff,0 0 15px #0af;transform:translate(1px)}50%{color:#0ff;text-shadow:0 0 5px #0ff;transform:translate(0)}75%{color:#80ffff;text-shadow:0 0 8px #0ff,0 0 15px #0af;transform:translate(-1px)}}.ue-electricsurge{animation:1.5s steps(4,end) infinite ue-electricsurge}@keyframes ue-retrogamehit{0%,to{color:red;text-shadow:none;opacity:1;transform:translate(0)}10%{color:#ff0;text-shadow:0 0 10px #ff0;opacity:.8;transform:translate(2px)}20%{color:red;text-shadow:none;opacity:1;transform:translate(-2px)}30%{color:#ff0;text-shadow:0 0 10px #ff0;opacity:.8;transform:translateY(2px)}}.ue-retrogamehit{animation:.8s steps(4,end) infinite ue-retrogamehit}@keyframes ue-meteorshower{0%{background-position:0 0}to{background-position:100% 100%}}.ue-meteorshower{background:linear-gradient(-45deg,#1a1a2e 20%,#8a2be2 40%,#f0f 60%,#1a1a2e 80%) 0 0/300% 300%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:6s linear infinite ue-meteorshower}@keyframes ue-quantumleap{0%,to{filter:blur();color:#fff;transform:scale(1)}25%{filter:blur(1px);color:#90f;transform:scale(1.1)}50%{filter:blur(.5px);color:#0f9;transform:scale(.9)}75%{filter:blur(1px);color:#90f;transform:scale(1.1)}}.ue-quantumleap{animation:2.5s infinite alternate ue-quantumleap}@keyframes ue-cybertextscroll{0%{background-position:-200% 0}to{background-position:200% 0}}.ue-cybertextscroll{background:linear-gradient(90deg,#1c0330 0%,#0fc 10%,#09f 20%,#1c0330 30%) 0 0/300% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:2.5s linear infinite ue-cybertextscroll}@keyframes ue-neonscan{0%{background-position:-100% 0}to{background-position:100% 0}}.ue-neonscan{background:linear-gradient(90deg,#100224 0%,#f0f 5%,#0ff 10%,#f0f 15%,#100224 20%) 0 0/200% 100%;-webkit-text-fill-color:transparent;text-shadow:0 0 10px #ff00ff80;-webkit-background-clip:text;background-clip:text;animation:2s linear infinite ue-neonscan}@keyframes ue-retrowavescan{0%{background-position:-200% 0}to{background-position:200% 0}}.ue-retrowavescan{background:linear-gradient(90deg,#100224 0%,#f0f 10%,#0ff 20%,#100224 30%) 0 0/300% 100%;-webkit-text-fill-color:transparent;text-shadow:0 0 5px #ff00ff4d;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite ue-retrowavescan}@keyframes ue-electricsparks{0%,to{text-shadow:0 0 #0000}10%{text-shadow:0 0 5px #ff0}20%{text-shadow:0 0 #0000}30%{text-shadow:0 0 5px #0ff}40%{text-shadow:0 0 #0000}}.ue-electricsparks{color:#eee;animation:.8s steps(2,end) infinite ue-electricsparks}@keyframes ue-vhsglitch{0%,to{text-shadow:-1px 0 #f0f,1px 0 #0ff;filter:blur()brightness()}10%{text-shadow:2px 0 #f0f,-2px 0 #0ff;filter:blur(.5px)brightness(1.2)}20%{text-shadow:-1px 0 #f0f,1px 0 #0ff;filter:blur()brightness()}30%{text-shadow:0 3px #f0f,0 -3px #0ff;filter:blur(.8px)brightness(.9)}}.ue-vhsglitch{color:silver;animation:.7s steps(2,end) infinite ue-vhsglitch}.ue-vhsglitch:after{content:"";pointer-events:none;background:repeating-linear-gradient(#0000 0 1px,#0000001a 1px 2px);width:100%;height:100%;animation:1s linear infinite ue-scanlines-vhs;position:absolute;top:0;left:0}@keyframes ue-scanlines-vhs{0%{background-position:0 0}to{background-position:0 20px}}@keyframes ue-pulsatingcenter{0%,to{text-shadow:0 0 #fff}50%{text-shadow:0 0 10px #fff,0 0 20px #fff}}.ue-pulsatingcenter{color:#eee;animation:2s infinite alternate ue-pulsatingcenter}@keyframes ue-hologramshimmer{0%{opacity:.7;background-position:-200% 0}50%{opacity:1}to{opacity:.7;background-position:200% 0}}.ue-hologramshimmer{background:linear-gradient(90deg,#0000 0%,#0ff 25%,#fff 50%,#0ff 75%,#0000 100%) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite ue-hologramshimmer;position:relative}@keyframes ue-electriccircuit{0%,to{text-shadow:0 0 5px #0f0;color:#0f0}25%{text-shadow:2px 0 5px #0f0,-2px 0 5px #0f0;color:#fff}50%{text-shadow:0 2px 5px #0f0,0 -2px 5px #0f0;color:#0f0}75%{text-shadow:2px 2px 5px #0f0,-2px -2px 5px #0f0;color:#fff}}.ue-electriccircuit{font-family:Orbitron,monospace;animation:1s linear infinite ue-electriccircuit}@keyframes ue-constellationmap{0%{text-shadow:0 0 5px #fff,2px 2px #fff,-2px -2px #fff}25%{text-shadow:0 0 10px #ff0,3px 0 #ff0,-3px 3px #ff0}50%{text-shadow:0 0 15px #0ff,0 3px #0ff,3px -3px #0ff}75%{text-shadow:0 0 10px #f0f,-3px 0 #f0f,3px 3px #f0f}to{text-shadow:0 0 5px #fff,2px 2px #fff,-2px -2px #fff}}.ue-constellationmap{color:#2c3e50;animation:4s ease-in-out infinite ue-constellationmap}@keyframes ue-parallaxdepth{0%{text-shadow:0 0 #ffffff80;transform:perspective(500px)translateZ(0)}50%{text-shadow:-5px -5px 10px #ffffff4d;transform:perspective(500px)translateZ(50px)}to{text-shadow:0 0 #ffffff80;transform:perspective(500px)translateZ(0)}}.ue-parallaxdepth{color:#00bcd4;transform-style:preserve-3d;animation:2.5s ease-in-out infinite ue-parallaxdepth}@keyframes ue-radarsweep{0%{opacity:.7;background-position:0%}50%{opacity:1;background-position:100%}to{opacity:.7;background-position:0%}}.ue-radarsweep{background:linear-gradient(90deg,#0000 0%,#4caf50 45%,#fff 50%,#4caf50 55%,#0000 100%) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:2s linear infinite ue-radarsweep}@keyframes ue-blackhole{0%{filter:blur()brightness();text-shadow:0 0 20px #9c27b0;transform:scale(1)}50%{filter:blur(5px)brightness(0);text-shadow:0 0 50px #9c27b0,0 0 100px #673ab7;transform:scale(.1)}to{filter:blur()brightness();text-shadow:0 0 20px #9c27b0;transform:scale(1)}}.ue-blackhole{color:#fff;animation:3s ease-in-out infinite ue-blackhole}@keyframes ue-thunderstorm{0%,90%,to{color:#4a4a4a;text-shadow:none;filter:brightness(.3)}5%,15%{color:#fff;text-shadow:0 0 50px #fff,0 0 100px #87ceeb;filter:brightness(3)}10%{color:#4a4a4a;text-shadow:none;filter:brightness(.3)}}.ue-thunderstorm{animation:4s ease-in-out infinite ue-thunderstorm}@keyframes ue-spiderweb{0%{opacity:.3;filter:blur(1px);transform:scale(.8)}50%{opacity:1;filter:blur();transform:scale(1.1)}to{opacity:.3;filter:blur(1px);transform:scale(.8)}}.ue-spiderweb{color:#9e9e9e;text-shadow:0 0 10px #9e9e9e;animation:3s ease-in-out infinite ue-spiderweb;position:relative}.ue-spiderweb:before{content:"";opacity:.3;z-index:-1;background:linear-gradient(45deg,#0000 49%,#9e9e9e 50%,#0000 51%),linear-gradient(-45deg,#0000 49%,#9e9e9e 50%,#0000 51%);position:absolute;inset:0}@keyframes ue-dnasequencing{0%{letter-spacing:0;background-position:0 0}50%{letter-spacing:3px;background-position:100% 100%}to{letter-spacing:0;background-position:0 0}}.ue-dnasequencing{background:repeating-linear-gradient(45deg,#e91e63 0 4px,#9c27b0 4px 8px,#3f51b5 8px 12px,#009688 12px 16px) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Courier New,monospace;animation:3s linear infinite ue-dnasequencing}@keyframes ue-electromagneticfield{0%{filter:brightness();background-position:0 0,0 0}50%{filter:brightness(1.5);background-position:100% 100%,50%}to{filter:brightness();background-position:0 0,0 0}}.ue-electromagneticfield{background:repeating-conic-gradient(#2196f3 0deg 10deg,#0000 10deg 20deg) 0 0/50px 50px,radial-gradient(circle,#03a9f4 0%,#0000 50%) 0 0/100px 100px;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite ue-electromagneticfield}@keyframes ue-molecularvibration{0%{transform:translate(0)rotate(0)}10%{transform:translate(-1px,-1px)rotate(1deg)}20%{transform:translate(1px,1px)rotate(-1deg)}30%{transform:translate(-1px,1px)rotate(1deg)}40%{transform:translate(1px,-1px)rotate(-1deg)}50%{transform:translate(-1px,-1px)rotate(1deg)}60%{transform:translate(1px,1px)rotate(-1deg)}70%{transform:translate(-1px,1px)rotate(1deg)}80%{transform:translate(1px,-1px)rotate(-1deg)}90%{transform:translate(-1px,-1px)rotate(1deg)}to{transform:translate(0)rotate(0)}}.ue-molecularvibration{color:#4caf50;text-shadow:0 0 15px #4caf50;animation:.5s ease-in-out infinite ue-molecularvibration}@keyframes ue-crystallinematrix{0%{filter:brightness()contrast();background-position:0 0}50%{filter:brightness(1.3)contrast(1.5);background-position:100% 100%}to{filter:brightness()contrast();background-position:0 0}}.ue-crystallinematrix{background:repeating-conic-gradient(from 30deg,#e1bee7 0deg 60deg,#ce93d8 60deg 120deg) 0 0/60px 60px,repeating-conic-gradient(#0000 0deg 30deg,#ba68c8 30deg 90deg) 0 0/40px 40px;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite ue-crystallinematrix}@keyframes ue-plasmawakefield{0%{filter:brightness()contrast();background-position:0%;transform:scaleX(.5)skew(0)}25%{filter:brightness(1.3)contrast(1.2);background-position:25%;transform:scaleX(.8)skew(5deg)}50%{filter:brightness(1.8)contrast(1.5);background-position:50%;transform:scaleX(1.2)skew(0)}75%{filter:brightness(1.3)contrast(1.2);background-position:75%;transform:scaleX(.8)skew(-5deg)}to{filter:brightness()contrast();background-position:100%;transform:scaleX(.5)skew(0)}}.ue-plasmawakefield{background:linear-gradient(90deg,#0000 0%,#ff6b35 10%,#f7931e 20%,#fff 30%,#06ffa5 40%,#fff 50%,#8338ec 60%,#fff 70%,#ff006e 80%,#ffbe0b 90%,#0000 100%) 0 0/300% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:2.5s ease-in-out infinite ue-plasmawakefield}@keyframes ue-acousticlevitation{0%{filter:blur()brightness();text-shadow:0 5px 10px #0096ff4d;transform:translateY(0)}50%{filter:blur(1px)brightness(1.3);text-shadow:0 25px 40px #0096ff99;transform:translateY(-15px)}to{filter:blur()brightness();text-shadow:0 5px 10px #0096ff4d;transform:translateY(0)}}.ue-acousticlevitation{color:#0096ff;animation:2.5s ease-in-out infinite ue-acousticlevitation}.ue-freespark-black{background-image:url(../../../profile/sparkle_black.gif)}.ue-freespark-white{background-image:url(../../../profile/sparkle_white.gif)}.ue-freespark-red{background-image:url(../../../profile/sparkle_red.gif)}.ue-freespark-green{background-image:url(../../../profile/sparkle_green.gif)}.ue-freespark-blue{background-image:url(../../../profile/sparkle_blue.gif)}.ue-freespark-pink{background-image:url(../../../profile/sparkle_pink.gif)}.ue-freespark-yellow{background-image:url(../../../profile/sparkle_yellow.gif)}@keyframes ue-come-in-out{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(0)}}@keyframes ue-sparkle-spin{0%{transform:rotate(0)}to{transform:rotate(180deg)}}.ue-sparkles{display:inline-block;position:relative}.ue-sparkles-text{z-index:10;font-weight:700;position:relative}.ue-sparkle-wrapper{pointer-events:none;animation:1s forwards ue-come-in-out;display:block;position:absolute}.ue-sparkle-svg{animation:1s linear ue-sparkle-spin;display:block}@media (prefers-reduced-motion:reduce){[class^=ue-],[class^=ue-]:before,[class^=ue-]:after{animation:none!important}.ue-light-runner{-webkit-text-fill-color:#fff}.ue-shimmer{-webkit-text-fill-color:#4a00e0}.ue-meteorshower{-webkit-text-fill-color:#8a2be2}.ue-cybertextscroll{-webkit-text-fill-color:#0fc}.ue-neonscan,.ue-retrowavescan{-webkit-text-fill-color:#f0f}.ue-hologramshimmer{-webkit-text-fill-color:#0ff}.ue-radarsweep{-webkit-text-fill-color:#4caf50}.ue-plasmawakefield{background-position:50%}.ue-constellationmap{text-shadow:0 0 5px #fff,2px 2px #fff,-2px -2px #fff}}
