();
+ Uri Uri = new Uri($"https://eph.emer.al/");
+ try {
+ var response = await _client.GetAsync(Uri);
+ var str = await response.Content.ReadAsStringAsync();
+ string pattern = @"(.*?)<\/p>";
+ var matches = Regex.Matches(str, pattern, RegexOptions.IgnoreCase | RegexOptions.Singleline);
+ foreach (Match match in matches) {
+ notes.Add(match.Groups[1].Value);
+ }
+ }
+ catch (Exception ex) {
+ Debug.WriteLine(ex);
+ }
+ return notes;
}
- public async Task Addresses() {
- Uri uri = new Uri($"{BaseUrl}/account/application/addresses");
- AddressResponseList? responseData = await Get(uri);
- return responseData;
- }
-
- public async Task OAuth(string code) {
+ public async Task OAuth(string code, string client_id, string client_secret, string redirect_uri) {
string? token = null;
- Uri uri = new Uri($"{BaseUrl}/oauth/?code={code}&client_id=ea14dafd3e92cbcf93750c35cd81a031&client_secret=ec28b8653f1d98b4eef3f7a20858c43b&redirect_uri=https://neatnik.net/adam/bucket/omgloloauth/&scope=everything");
+ Uri uri = new Uri($"{BaseUrl}/oauth/?code={code}&client_id={client_id}&client_secret={client_secret}&redirect_uri={redirect_uri}&scope=everything");
try {
HttpResponseMessage response = await _client.GetAsync(uri);
if (response.IsSuccessStatusCode) {
diff --git a/wwwroot/css/style.css b/wwwroot/css/style.css
index 56f3530..f90da68 100644
--- a/wwwroot/css/style.css
+++ b/wwwroot/css/style.css
@@ -2,10 +2,14 @@
@import url(../vendor/beer.min.css);
@import url(../vendor/type.css);
@import url(../vendor/fluent-emoji/SegoeUIEmoji.css);
+/*@import url(../vendor/fluent-emoji/3d.css);*/
+@import url(../vendor/fluent-emoji/animated-optional.css);
+
:root {
--emoji-font: SegoeUIEmoji, 'Segoe UI Emoji', 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Symbol';
--font: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif, var(--emoji-font);
+ --prami-svg: url('data:image/svg+xml,');
}
html, body {
font-family: var(--font);
@@ -47,14 +51,13 @@ img {
margin: 0 auto;
}
-.status .emoji {
+.status .emoji, #status-emoji {
margin-bottom: auto;
inline-size: 3.5rem;
block-size: 3.5rem;
- font-size: 3.5rem;
+ font-size: 3.1rem;
line-height: 3.5rem;
- text-indent: -10px;
- /*visibility:hidden;*/
+ text-indent: -6px;
}
.profile.avatar {
@@ -75,7 +78,7 @@ img {
@keyframes skeleton-loading {
0% {
- background-color: hsl(200, 20%, 80%);
+ background-color: hsl(200, 20%, 70%);
}
100% {
@@ -136,4 +139,62 @@ nav.bottom.s:not(.drawer) :is(button,.button) > menu {
i[class*=fa-at] {
vertical-align:unset;
font-size: .75em;
+}
+
+.fab {
+ position:fixed;
+ right: 2rem;
+ bottom: 2rem;
+ z-index: 1;
+}
+
+dialog {
+ overflow:visible;
+ width:80%;
+}
+
+.invisible {
+ max-width:0px;
+ max-height:0px;
+ border: none;
+ margin:0;
+ padding:0;
+}
+
+@media only screen and (max-width: 600px) {
+ .fab {
+ bottom: 7rem;
+ }
+ *:has(> main.responsive) {
+ /*flex-direction: row;*/
+ max-block-size: calc(100vh - 5rem);
+ }
+}
+
+.avatar {
+ position:relative;
+}
+
+.avatar::after {
+ content: '';
+ position:absolute;
+ left:0; right:0;
+ top:0; bottom:0;
+ background-color: var(--gray-8);
+ background-image: var(--prami-svg);
+ background-size: contain;
+ z-index:1;
+}
+
+article.ephemeral {
+ max-width: 50rem;
+ border: 2px dashed var(--gray-7);
+}
+
+#pics article {
+ max-width: 50rem;
+}
+
+.tabs a {
+ text-decoration:none;
}
\ No newline at end of file
diff --git a/wwwroot/vendor/fluent-emoji/SegoeUIEmoji.css b/wwwroot/vendor/fluent-emoji/SegoeUIEmoji.css
index 2c335f2..661031c 100644
--- a/wwwroot/vendor/fluent-emoji/SegoeUIEmoji.css
+++ b/wwwroot/vendor/fluent-emoji/SegoeUIEmoji.css
@@ -1 +1,3 @@
-@font-face{font-family:SegoeUIEmoji;src:url(seguiemj.ttf);}
\ No newline at end of file
+@font-face{font-family:SegoeUIEmoji;src:url(seguiemj.ttf);}
+@font-face {font-family: 'EmojiMart';src:url(seguiemj.ttf) format('truetype');}
+emoji-picker {--emoji-font-family: SegoeUIEmoji;}
\ No newline at end of file
diff --git a/wwwroot/vendor/fluent-emoji/animated-optional.css b/wwwroot/vendor/fluent-emoji/animated-optional.css
new file mode 100644
index 0000000..29fa96a
--- /dev/null
+++ b/wwwroot/vendor/fluent-emoji/animated-optional.css
@@ -0,0 +1,1545 @@
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f601/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f949/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4ca/animated.png); }
+.animated[data-emoji|="๐ฆก"]{ content: url(https://flumoji.pages.dev/emoji/1f9a1/animated.png); }
+.animated[data-emoji|="๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f6bc/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f448/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f449/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3c0/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f519/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2708-fe0f/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/269b-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f3e6/animated.png); }
+.animated[data-emoji|="๐ฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f632/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2697-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3c8/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f41c/animated.png); }
+.animated[data-emoji|="๐ถ"]{ content: url(https://flumoji.pages.dev/emoji/1f476/animated.png); }
+.animated[data-emoji|="๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f3a8/animated.png); }
+.animated[data-emoji|="๐ณ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5f3-fe0f/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa97/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f488/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f447/animated.png); }
+.animated[data-emoji|="๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f47c/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f697/animated.png); }
+.animated[data-emoji|="๐ฉฐ"]{ content: url(https://flumoji.pages.dev/emoji/1fa70/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa93/animated.png); }
+.animated[data-emoji|="๐
ฑ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f171-fe0f/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fac0/animated.png); }
+.animated[data-emoji|="๐ฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f47d/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f392/animated.png); }
+.animated[data-emoji|="โพ"]{ content: url(https://flumoji.pages.dev/emoji/26be/animated.png); }
+.animated[data-emoji|="โฐ"]{ content: url(https://flumoji.pages.dev/emoji/23f0/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6c4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f388/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f3fa/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f18e/animated.png); }
+.animated[data-emoji|="๐ก"]{ content: url(https://flumoji.pages.dev/emoji/1f6a1/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f951/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f424/animated.png); }
+.animated[data-emoji|="๐พ"]{ content: url(https://flumoji.pages.dev/emoji/1f47e/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2696-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f69b/animated.png); }
+.animated[data-emoji|="๐งโ๐"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f680/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2648/animated.png); }
+.animated[data-emoji|="๐ฅฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f96f/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f6fa/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f948/animated.png); }
+.animated[data-emoji|="๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f6ec/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6c1/animated.png); }
+.animated[data-emoji|="๐ข"]{ content: url(https://flumoji.pages.dev/emoji/1f4a2/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2693/animated.png); }
+.animated[data-emoji|="๐งโ๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f3a8/animated.png); }
+.animated[data-emoji|="๐
ฐ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f170-fe0f/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3d6-fe0f/animated.png); }
+.animated[data-emoji|="๐ฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f630/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f987/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f947/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f627/animated.png); }
+.animated[data-emoji|="๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f37c/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f6eb/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f34c/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f3e7/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3f8/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f493/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa95/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f446/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f39f-fe0f/animated.png); }
+.animated[data-emoji|="๐ฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f52f/animated.png); }
+.animated[data-emoji|="๐ฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f47f/animated.png); }
+.animated[data-emoji|="๐ฉน"]{ content: url(https://flumoji.pages.dev/emoji/1fa79/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f956/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f6b4/animated.png); }
+.animated[data-emoji|="๐จ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f328-fe0f/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f4b9/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3c7/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f49b/animated.png); }
+.animated[data-emoji|="๐งฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f9ee/animated.png); }
+.animated[data-emoji|="๐ซค"]{ content: url(https://flumoji.pages.dev/emoji/1fae4/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa83/animated.png); }
+.animated[data-emoji|="๐ก"]{ content: url(https://flumoji.pages.dev/emoji/1f421/animated.png); }
+.animated[data-emoji|="๐ต"]{ content: url(https://flumoji.pages.dev/emoji/1f535/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f7eb/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6b8/animated.png); }
+.animated[data-emoji|="๐ต"]{ content: url(https://flumoji.pages.dev/emoji/1f635/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2652/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f620/animated.png); }
+.animated[data-emoji|="๐ตโ๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f635-200d-1f4ab/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fad1/animated.png); }
+.animated[data-emoji|="๐งฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f9f1/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa91/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f98c/animated.png); }
+.animated[data-emoji|="๐ถ"]{ content: url(https://flumoji.pages.dev/emoji/1f4f6/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f691/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f192/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f50b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f38a/animated.png); }
+.animated[data-emoji|="โฝ"]{ content: url(https://flumoji.pages.dev/emoji/26fd/animated.png); }
+.animated[data-emoji|="๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f36c/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f3f4/animated.png); }
+.animated[data-emoji|="๐ชฒ"]{ content: url(https://flumoji.pages.dev/emoji/1fab2/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f986/animated.png); }
+.animated[data-emoji|="๐ฅฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f963/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f309/animated.png); }
+.animated[data-emoji|="๐ชฃ"]{ content: url(https://flumoji.pages.dev/emoji/1faa3/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6ce-fe0f/animated.png); }
+.animated[data-emoji|="๐ง๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f327-fe0f/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2604-fe0f/animated.png); }
+.animated[data-emoji|="๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f4bc/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4c9/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9c0/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6df/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f604/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6cb-fe0f/animated.png); }
+.animated[data-emoji|="โฌ"]{ content: url(https://flumoji.pages.dev/emoji/23ec/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f480/animated.png); }
+.animated[data-emoji|="๐ชณ"]{ content: url(https://flumoji.pages.dev/emoji/1fab3/animated.png); }
+.animated[data-emoji|="๐ง "]{ content: url(https://flumoji.pages.dev/emoji/1f9e0/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f4e7/animated.png); }
+.animated[data-emoji|="โน๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26f9-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅพ"]{ content: url(https://flumoji.pages.dev/emoji/1f97e/animated.png); }
+.animated[data-emoji|="๐ซฒ"]{ content: url(https://flumoji.pages.dev/emoji/1faf2/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f35b/animated.png); }
+.animated[data-emoji|="๐ฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f53d/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f41b/animated.png); }
+.animated[data-emoji|="9๏ธโฃ"]{ content: url(https://flumoji.pages.dev/emoji/0039-fe0f-20e3/animated.png); }
+.animated[data-emoji|="๐งฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f9ec/animated.png); }
+.animated[data-emoji|="๐งฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f9e5/animated.png); }
+.animated[data-emoji|="๐งโ๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f373/animated.png); }
+.animated[data-emoji|="๐ท"]{ content: url(https://flumoji.pages.dev/emoji/1f637/animated.png); }
+.animated[data-emoji|="โน๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2139-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f191/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f4f8/animated.png); }
+.animated[data-emoji|="๐ฅค"]{ content: url(https://flumoji.pages.dev/emoji/1f964/animated.png); }
+.animated[data-emoji|="๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f333/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fad8/animated.png); }
+.animated[data-emoji|="๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f4b3/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1f4ea/animated.png); }
+.animated[data-emoji|="๐ชฐ"]{ content: url(https://flumoji.pages.dev/emoji/1fab0/animated.png); }
+.animated[data-emoji|="๐ฉโ๐"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f393/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fad0/animated.png); }
+.animated[data-emoji|="๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f373/animated.png); }
+.animated[data-emoji|="๐ข"]{ content: url(https://flumoji.pages.dev/emoji/1f622/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f647/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3cb-fe0f/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26c8-fe0f/animated.png); }
+.animated[data-emoji|="๐ต"]{ content: url(https://flumoji.pages.dev/emoji/1f335/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f634/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/269c-fe0f/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f58b-fe0f/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3d9-fe0f/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/274c/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1f42a/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9c3/animated.png); }
+.animated[data-emoji|="๐โโฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f408-200d-2b1b/animated.png); }
+.animated[data-emoji|="๐ซง"]{ content: url(https://flumoji.pages.dev/emoji/1fae7/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f953/animated.png); }
+.animated[data-emoji|="โฌ"]{ content: url(https://flumoji.pages.dev/emoji/2b1b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f35a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f0cf/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3d7-fe0f/animated.png); }
+.animated[data-emoji|="โฆ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2666-fe0f/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f520/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f6ab/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f7e6/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f417/animated.png); }
+.animated[data-emoji|="๐ฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f3f0/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f456/animated.png); }
+.animated[data-emoji|="๐งท"]{ content: url(https://flumoji.pages.dev/emoji/1f9f7/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fad7/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f639/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f457/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f516/animated.png); }
+.animated[data-emoji|="๐ชท"]{ content: url(https://flumoji.pages.dev/emoji/1fab7/animated.png); }
+.animated[data-emoji|="๐ฆ "]{ content: url(https://flumoji.pages.dev/emoji/1f9a0/animated.png); }
+.animated[data-emoji|="5๏ธโฃ"]{ content: url(https://flumoji.pages.dev/emoji/0035-fe0f-20e3/animated.png); }
+.animated[data-emoji|="โซ"]{ content: url(https://flumoji.pages.dev/emoji/23eb/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f981/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3d2/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f3a6/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/270c-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f952/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f499/animated.png); }
+.animated[data-emoji|="๐ฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f4a3/animated.png); }
+.animated[data-emoji|="๐ฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f32f/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2199-fe0f/animated.png); }
+.animated[data-emoji|="๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f33c/animated.png); }
+.animated[data-emoji|="โ ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26a0-fe0f/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26d3-fe0f/animated.png); }
+.animated[data-emoji|="๐คธ"]{ content: url(https://flumoji.pages.dev/emoji/1f938/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f64f/animated.png); }
+.animated[data-emoji|="๐ซ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f32b-fe0f/animated.png); }
+.animated[data-emoji|="โฐ"]{ content: url(https://flumoji.pages.dev/emoji/27b0/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f626/animated.png); }
+.animated[data-emoji|="๐งน"]{ content: url(https://flumoji.pages.dev/emoji/1f9f9/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/265f-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f91e/animated.png); }
+.animated[data-emoji|="โป๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/267b-fe0f/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f378/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f558/animated.png); }
+.animated[data-emoji|="๐ฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f36e/animated.png); }
+.animated[data-emoji|="โฃ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2663-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f54e/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f992/animated.png); }
+.animated[data-emoji|="โพ"]{ content: url(https://flumoji.pages.dev/emoji/25fe/animated.png); }
+.animated[data-emoji|="๐ก"]{ content: url(https://flumoji.pages.dev/emoji/1f4e1/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f465/animated.png); }
+.animated[data-emoji|="๐ฆข"]{ content: url(https://flumoji.pages.dev/emoji/1f9a2/animated.png); }
+.animated[data-emoji|="๐ถ"]{ content: url(https://flumoji.pages.dev/emoji/1f636/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f344/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6cd-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆนโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9b9-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f91f/animated.png); }
+.animated[data-emoji|="๐ฉโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-2708-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f194/animated.png); }
+.animated[data-emoji|="๐พ"]{ content: url(https://flumoji.pages.dev/emoji/1f63e/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f3a5/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f94c/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9d7/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1f52a/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ฆณ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f9b3/animated.png); }
+.animated[data-emoji|="#๏ธโฃ"]{ content: url(https://flumoji.pages.dev/emoji/0023-fe0f-20e3/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4c8/animated.png); }
+.animated[data-emoji|="๐ชน"]{ content: url(https://flumoji.pages.dev/emoji/1fab9/animated.png); }
+.animated[data-emoji|="๐ชธ"]{ content: url(https://flumoji.pages.dev/emoji/1fab8/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f4e0/animated.png); }
+.animated[data-emoji|="โด๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2734-fe0f/animated.png); }
+.animated[data-emoji|="๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f3b3/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f306/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f997/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9df-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f440/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f4a4/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f5a4/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa9a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f50c/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4da/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f49d/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f487-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f389/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f346/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f687/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/264b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3d1/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f51a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f310/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f596/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f99a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f31b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f490/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6d5/animated.png); }
+.animated[data-emoji|="๐ฅณ"]{ content: url(https://flumoji.pages.dev/emoji/1f973/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4d8/animated.png); }
+.animated[data-emoji|="๐ซฃ"]{ content: url(https://flumoji.pages.dev/emoji/1fae3/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f695/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f418/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f60b/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f527/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f37a/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f95a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f407/animated.png); }
+.animated[data-emoji|="๐งโ๐ฆผ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f9bc/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f39b-fe0f/animated.png); }
+.animated[data-emoji|="๐งข"]{ content: url(https://flumoji.pages.dev/emoji/1f9e2/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f616/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f445/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f452/animated.png); }
+.animated[data-emoji|="โช"]{ content: url(https://flumoji.pages.dev/emoji/23ea/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f39a-fe0f/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2650/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f999/animated.png); }
+.animated[data-emoji|="๐ฅข"]{ content: url(https://flumoji.pages.dev/emoji/1f962/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/23cf-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f950/animated.png); }
+.animated[data-emoji|="ใฐ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/3030-fe0f/animated.png); }
+.animated[data-emoji|="๐ชด"]{ content: url(https://flumoji.pages.dev/emoji/1fab4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f557/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5c3-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f48e/animated.png); }
+.animated[data-emoji|="๐ซฐ"]{ content: url(https://flumoji.pages.dev/emoji/1faf0/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1f36a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f55a/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa9d/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3cf/animated.png); }
+.animated[data-emoji|="๐ฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f423/animated.png); }
+.animated[data-emoji|="๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f63c/animated.png); }
+.animated[data-emoji|="๐ต๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f575-fe0f/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6f8/animated.png); }
+.animated[data-emoji|="๐ถ"]{ content: url(https://flumoji.pages.dev/emoji/1f536/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f955/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4c6/animated.png); }
+.animated[data-emoji|="๐ก"]{ content: url(https://flumoji.pages.dev/emoji/1f521/animated.png); }
+.animated[data-emoji|="โฏ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/262f-fe0f/animated.png); }
+.animated[data-emoji|="๐ฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f63f/animated.png); }
+.animated[data-emoji|="๐ฆธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9b8/animated.png); }
+.animated[data-emoji|="๐งบ"]{ content: url(https://flumoji.pages.dev/emoji/1f9fa/animated.png); }
+.animated[data-emoji|="๐ด๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f574-fe0f/animated.png); }
+.animated[data-emoji|="โผ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/25fc-fe0f/animated.png); }
+.animated[data-emoji|="๐ซฆ"]{ content: url(https://flumoji.pages.dev/emoji/1fae6/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6c2/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/270d-fe0f/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f4eb/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1f4aa/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f454/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9c8/animated.png); }
+.animated[data-emoji|="๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f42c/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f441-fe0f/animated.png); }
+.animated[data-emoji|="๐ฟ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f43f-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f91a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f494/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f38e/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f58a-fe0f/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/274e/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2611-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f504/animated.png); }
+.animated[data-emoji|="๐ฆจ"]{ content: url(https://flumoji.pages.dev/emoji/1f9a8/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f506/animated.png); }
+.animated[data-emoji|="๐ฉฒ"]{ content: url(https://flumoji.pages.dev/emoji/1fa72/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f68f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4d1/animated.png); }
+.animated[data-emoji|="๐คต"]{ content: url(https://flumoji.pages.dev/emoji/1f935/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f517/animated.png); }
+.animated[data-emoji|="๐ฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f33d/animated.png); }
+.animated[data-emoji|="๐ฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f22f/animated.png); }
+.animated[data-emoji|="๐ฅธ"]{ content: url(https://flumoji.pages.dev/emoji/1f978/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f44b/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9d9/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f58d-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f514/animated.png); }
+.animated[data-emoji|="๐ฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f46f/animated.png); }
+.animated[data-emoji|="๐ฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f3e9/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f646/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f69a/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f99b/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-2696-fe0f/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f305/animated.png); }
+.animated[data-emoji|="๐พ"]{ content: url(https://flumoji.pages.dev/emoji/1f43e/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1f62a/animated.png); }
+.animated[data-emoji|="๐ฅฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f97f/animated.png); }
+.animated[data-emoji|="โข๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2622-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f68c/animated.png); }
+.animated[data-emoji|="๐ฅฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f966/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f61a/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f3a4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f314/animated.png); }
+.animated[data-emoji|="ใฝ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/303d-fe0f/animated.png); }
+.animated[data-emoji|="๐จ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5e8-fe0f/animated.png); }
+.animated[data-emoji|="๐ฃโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6a3-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f524/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d6-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f453/animated.png); }
+.animated[data-emoji|="๐งญ"]{ content: url(https://flumoji.pages.dev/emoji/1f9ed/animated.png); }
+.animated[data-emoji|="๐ฉธ"]{ content: url(https://flumoji.pages.dev/emoji/1fa78/animated.png); }
+.animated[data-emoji|="6๏ธโฃ"]{ content: url(https://flumoji.pages.dev/emoji/0036-fe0f-20e3/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f338/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f641/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f6c5/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f300/animated.png); }
+.animated[data-emoji|="๐๏ธโ๐จ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f441-fe0f-200d-1f5e8-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6d7/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f4a5/animated.png); }
+.animated[data-emoji|="๐จโ๐"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f680/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9dd-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ต๏ธโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f575-fe0f-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f969/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f69f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f551/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6dd/animated.png); }
+.animated[data-emoji|="๐ฆค"]{ content: url(https://flumoji.pages.dev/emoji/1f9a4/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2714-fe0f/animated.png); }
+.animated[data-emoji|="๐งช"]{ content: url(https://flumoji.pages.dev/emoji/1f9ea/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fac3/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f341/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f603/animated.png); }
+.animated[data-emoji|="๐ชข"]{ content: url(https://flumoji.pages.dev/emoji/1faa2/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f426/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f7e4/animated.png); }
+.animated[data-emoji|="๐ฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f3a3/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/271d-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f31d/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f99d/animated.png); }
+.animated[data-emoji|="๐คฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f92f/animated.png); }
+.animated[data-emoji|="๐ซฅ"]{ content: url(https://flumoji.pages.dev/emoji/1fae5/animated.png); }
+.animated[data-emoji|="๐คฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f93f/animated.png); }
+.animated[data-emoji|="๐ฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f3af/animated.png); }
+.animated[data-emoji|="๐ฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f4bd/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f458/animated.png); }
+.animated[data-emoji|="7๏ธโฃ"]{ content: url(https://flumoji.pages.dev/emoji/0037-fe0f-20e3/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f94a/animated.png); }
+.animated[data-emoji|="๐ข"]{ content: url(https://flumoji.pages.dev/emoji/1f522/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4d7/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f425/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f21a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f357/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3c3-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f408/animated.png); }
+.animated[data-emoji|="๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f4f3/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f94d/animated.png); }
+.animated[data-emoji|="๐พ"]{ content: url(https://flumoji.pages.dev/emoji/1f37e/animated.png); }
+.animated[data-emoji|="๐จโ๐ฆฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f9b2/animated.png); }
+.animated[data-emoji|="๐ป"]{ content: url(https://flumoji.pages.dev/emoji/1f63b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f614/animated.png); }
+.animated[data-emoji|="๐งค"]{ content: url(https://flumoji.pages.dev/emoji/1f9e4/animated.png); }
+.animated[data-emoji|="๐ชซ"]{ content: url(https://flumoji.pages.dev/emoji/1faab/animated.png); }
+.animated[data-emoji|="๐งโ๐"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f692/animated.png); }
+.animated[data-emoji|="๐ก"]{ content: url(https://flumoji.pages.dev/emoji/1f4a1/animated.png); }
+.animated[data-emoji|="๐คน"]{ content: url(https://flumoji.pages.dev/emoji/1f939/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa82/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3da-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f44f/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f3f9/animated.png); }
+.animated[data-emoji|="๐ฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f3bf/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f55f/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f345/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f379/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9d0/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f415/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f349/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f4a6/animated.png); }
+.animated[data-emoji|="๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f52c/animated.png); }
+.animated[data-emoji|="๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f628/animated.png); }
+.animated[data-emoji|="๐ฆฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f9ac/animated.png); }
+.animated[data-emoji|="๐งด"]{ content: url(https://flumoji.pages.dev/emoji/1f9f4/animated.png); }
+.animated[data-emoji|="๐ฐ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f570-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f91c/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f438/animated.png); }
+.animated[data-emoji|="๐ก"]{ content: url(https://flumoji.pages.dev/emoji/1f361/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f6b9/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f301/animated.png); }
+.animated[data-emoji|="๐คผ"]{ content: url(https://flumoji.pages.dev/emoji/1f93c/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fad3/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f95c/animated.png); }
+.animated[data-emoji|="๐ฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f432/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f497/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f91b/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5de-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f64c/animated.png); }
+.animated[data-emoji|="๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f62c/animated.png); }
+.animated[data-emoji|="๐ฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f372/animated.png); }
+.animated[data-emoji|="0๏ธโฃ"]{ content: url(https://flumoji.pages.dev/emoji/0030-fe0f-20e3/animated.png); }
+.animated[data-emoji|="๐ซต"]{ content: url(https://flumoji.pages.dev/emoji/1faf5/animated.png); }
+.animated[data-emoji|="โพ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/267e-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f515/animated.png); }
+.animated[data-emoji|="๐ต"]{ content: url(https://flumoji.pages.dev/emoji/1f235/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa92/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f609/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1f3aa/animated.png); }
+.animated[data-emoji|="๐ปโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f43b-200d-2744-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f307/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f486-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆ
"]{ content: url(https://flumoji.pages.dev/emoji/1f985/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f30a/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f685/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3c9/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f364/animated.png); }
+.animated[data-emoji|="๐ฅญ"]{ content: url(https://flumoji.pages.dev/emoji/1f96d/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f442/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f434/animated.png); }
+.animated[data-emoji|="ใ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/3297-fe0f/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9ca/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f619/animated.png); }
+.animated[data-emoji|="โน๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2639-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f410/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f414/animated.png); }
+.animated[data-emoji|="๐ฆด"]{ content: url(https://flumoji.pages.dev/emoji/1f9b4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f404/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4c1/animated.png); }
+.animated[data-emoji|="๐ถ"]{ content: url(https://flumoji.pages.dev/emoji/1f436/animated.png); }
+.animated[data-emoji|="๐ก"]{ content: url(https://flumoji.pages.dev/emoji/1f3a1/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1f6aa/animated.png); }
+.animated[data-emoji|="๐คฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f931/animated.png); }
+.animated[data-emoji|="๐จ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5a8-fe0f/animated.png); }
+.animated[data-emoji|="๐ฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f6b2/animated.png); }
+.animated[data-emoji|="๐งฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f9f2/animated.png); }
+.animated[data-emoji|="๐พ"]{ content: url(https://flumoji.pages.dev/emoji/1f6be/animated.png); }
+.animated[data-emoji|="๐ฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f3b1/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f48b/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f942/animated.png); }
+.animated[data-emoji|="๐ท๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3f7-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f484/animated.png); }
+.animated[data-emoji|="๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f3bc/animated.png); }
+.animated[data-emoji|="๐ซข"]{ content: url(https://flumoji.pages.dev/emoji/1fae2/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2694-fe0f/animated.png); }
+.animated[data-emoji|="โซ"]{ content: url(https://flumoji.pages.dev/emoji/26ab/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f31c/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f4a7/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6d6/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f61b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f49c/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2198-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f525/animated.png); }
+.animated[data-emoji|="๐พ"]{ content: url(https://flumoji.pages.dev/emoji/1f4be/animated.png); }
+.animated[data-emoji|="โฉ"]{ content: url(https://flumoji.pages.dev/emoji/23e9/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4cd/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5c4-fe0f/animated.png); }
+.animated[data-emoji|="๐คช"]{ content: url(https://flumoji.pages.dev/emoji/1f92a/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f3e5/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa9e/animated.png); }
+.animated[data-emoji|="โฉ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26e9-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆบ"]{ content: url(https://flumoji.pages.dev/emoji/1f9ba/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f45f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6cc/animated.png); }
+.animated[data-emoji|="ยฉ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/00a9-fe0f/animated.png); }
+.animated[data-emoji|="๐ป"]{ content: url(https://flumoji.pages.dev/emoji/1f4fb/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f98d/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3db-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4d5/animated.png); }
+.animated[data-emoji|="๐คฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f930/animated.png); }
+.animated[data-emoji|="๐ฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f6bd/animated.png); }
+.animated[data-emoji|="๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f4a8/animated.png); }
+.animated[data-emoji|="๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f7e8/animated.png); }
+.animated[data-emoji|="๐คฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f926/animated.png); }
+.animated[data-emoji|="๐ก"]{ content: url(https://flumoji.pages.dev/emoji/1f461/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f373/animated.png); }
+.animated[data-emoji|="โค๏ธโ๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/2764-fe0f-200d-1f525/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9ce/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f503/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f35e/animated.png); }
+.animated[data-emoji|="๐ฎโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f46e-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f618/animated.png); }
+.animated[data-emoji|="๐ฅน"]{ content: url(https://flumoji.pages.dev/emoji/1f979/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f351/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f53a/animated.png); }
+.animated[data-emoji|="๐ถ"]{ content: url(https://flumoji.pages.dev/emoji/1f6f6/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fac1/animated.png); }
+.animated[data-emoji|="๐ท"]{ content: url(https://flumoji.pages.dev/emoji/1f537/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f554/animated.png); }
+.animated[data-emoji|="๐ฅซ"]{ content: url(https://flumoji.pages.dev/emoji/1f96b/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2649/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f6a0/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f339/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f941/animated.png); }
+.animated[data-emoji|="๐ฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f532/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f38c/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f4c5/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f384/animated.png); }
+.animated[data-emoji|="๐งป"]{ content: url(https://flumoji.pages.dev/emoji/1f9fb/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f47a/animated.png); }
+.animated[data-emoji|="๐คญ"]{ content: url(https://flumoji.pages.dev/emoji/1f92d/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f382/animated.png); }
+.animated[data-emoji|="๐จโ๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f3a8/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f45b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f451/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f605/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f6ba/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f566/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5dc-fe0f/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f52b/animated.png); }
+.animated[data-emoji|="๐คฝโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f93d-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f624/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2712-fe0f/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f234/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f919/animated.png); }
+.animated[data-emoji|="โต"]{ content: url(https://flumoji.pages.dev/emoji/26f5/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9dd/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f343/animated.png); }
+.animated[data-emoji|="โบ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/23fa-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f49a/animated.png); }
+.animated[data-emoji|="๐ฆฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f9a9/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-2695-fe0f/animated.png); }
+.animated[data-emoji|="๐ถ"]{ content: url(https://flumoji.pages.dev/emoji/1f4b6/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5d1-fe0f/animated.png); }
+.animated[data-emoji|="๐ ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6e0-fe0f/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa81/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f238/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9c1/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f48c/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f50f/animated.png); }
+.animated[data-emoji|="๐ผ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5bc-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f90e/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f487/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f464/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f638/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4cb/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f553/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9d8/animated.png); }
+.animated[data-emoji|="๐ฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f3bd/animated.png); }
+.animated[data-emoji|="๐ถ"]{ content: url(https://flumoji.pages.dev/emoji/1f6b6/animated.png); }
+.animated[data-emoji|="๐ณ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6f3-fe0f/animated.png); }
+.animated[data-emoji|="๐ฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f4af/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f54a-fe0f/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9da/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f526/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f39e-fe0f/animated.png); }
+.animated[data-emoji|="โท๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26f7-fe0f/animated.png); }
+.animated[data-emoji|="๐ท"]{ content: url(https://flumoji.pages.dev/emoji/1f4b7/animated.png); }
+.animated[data-emoji|="โช๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/25aa-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f40e/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f993/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa94/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2049-fe0f/animated.png); }
+.animated[data-emoji|="๐ฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f42e/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f64b/animated.png); }
+.animated[data-emoji|="๐จโ๐ฆฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f9b1/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f587-fe0f/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f538/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/264a/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f6a7/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2716-fe0f/animated.png); }
+.animated[data-emoji|="๐ฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f3e3/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f30f/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f505/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4dd/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f374/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f41f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f61e/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f319/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/270b/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f95e/animated.png); }
+.animated[data-emoji|="๐ฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f371/animated.png); }
+.animated[data-emoji|="๐งฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f9ef/animated.png); }
+.animated[data-emoji|="โฃ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2763-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f482/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f68b/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9c4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f350/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f334/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f915/animated.png); }
+.animated[data-emoji|="๐ฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f623/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f19a/animated.png); }
+.animated[data-emoji|="๐ฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f631/animated.png); }
+.animated[data-emoji|="๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f428/animated.png); }
+.animated[data-emoji|="๐ฅผ"]{ content: url(https://flumoji.pages.dev/emoji/1f97c/animated.png); }
+.animated[data-emoji|="๐พ"]{ content: url(https://flumoji.pages.dev/emoji/1f5fe/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f466/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4d2/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f606/animated.png); }
+.animated[data-emoji|="๐ป"]{ content: url(https://flumoji.pages.dev/emoji/1f4bb/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa99/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f35f/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3dd-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f40f/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/261d-fe0f/animated.png); }
+.animated[data-emoji|="๐ฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f7e9/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9cf-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f427/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f6a5/animated.png); }
+.animated[data-emoji|="๐ฑ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5b1-fe0f/animated.png); }
+.animated[data-emoji|="๐ฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f330/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2194-fe0f/animated.png); }
+.animated[data-emoji|="๐ฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f3ef/animated.png); }
+.animated[data-emoji|="๐ฅ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5a5-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f64d/animated.png); }
+.animated[data-emoji|="๐ป"]{ content: url(https://flumoji.pages.dev/emoji/1f6fb/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f686/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f318/animated.png); }
+.animated[data-emoji|="๐ท"]{ content: url(https://flumoji.pages.dev/emoji/1f477/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f625/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9cd/animated.png); }
+.animated[data-emoji|="๐ป"]{ content: url(https://flumoji.pages.dev/emoji/1f37b/animated.png); }
+.animated[data-emoji|="๐ค "]{ content: url(https://flumoji.pages.dev/emoji/1f920/animated.png); }
+.animated[data-emoji|="๐ถ"]{ content: url(https://flumoji.pages.dev/emoji/1f376/animated.png); }
+.animated[data-emoji|="๐ฉป"]{ content: url(https://flumoji.pages.dev/emoji/1fa7b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f41d/animated.png); }
+.animated[data-emoji|="๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f4fc/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f486/animated.png); }
+.animated[data-emoji|="๐ฉ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f329-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f54d/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5c2-fe0f/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3b8/animated.png); }
+.animated[data-emoji|="๐ป"]{ content: url(https://flumoji.pages.dev/emoji/1f5fb/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4df/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2692-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f365/animated.png); }
+.animated[data-emoji|="๐ฅฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f971/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f64e-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐งจ"]{ content: url(https://flumoji.pages.dev/emoji/1f9e8/animated.png); }
+.animated[data-emoji|="๐งโ๐ฆฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f9b2/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa98/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f555/animated.png); }
+.animated[data-emoji|="๐ฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f3b2/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f40a/animated.png); }
+.animated[data-emoji|="โธ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/23f8-fe0f/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/24c2-fe0f/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f990/animated.png); }
+.animated[data-emoji|="๐ก๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f321-fe0f/animated.png); }
+.animated[data-emoji|="๐ฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f6ae/animated.png); }
+.animated[data-emoji|="๐คผโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f93c-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9d5/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f613/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f615/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6d1/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f495/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f645/animated.png); }
+.animated[data-emoji|="๐ฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f43d/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f64d-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅด"]{ content: url(https://flumoji.pages.dev/emoji/1f974/animated.png); }
+.animated[data-emoji|="โช"]{ content: url(https://flumoji.pages.dev/emoji/26ea/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f917/animated.png); }
+.animated[data-emoji|="โช"]{ content: url(https://flumoji.pages.dev/emoji/26aa/animated.png); }
+.animated[data-emoji|="๐ฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f363/animated.png); }
+.animated[data-emoji|="๐ถโ๐ซ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f636-200d-1f32b-fe0f/animated.png); }
+.animated[data-emoji|="๐ฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f33f/animated.png); }
+.animated[data-emoji|="โค๏ธโ๐ฉน"]{ content: url(https://flumoji.pages.dev/emoji/2764-fe0f-200d-1fa79/animated.png); }
+.animated[data-emoji|="๐ฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f472/animated.png); }
+.animated[data-emoji|="โด๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26f4-fe0f/animated.png); }
+.animated[data-emoji|="2๏ธโฃ"]{ content: url(https://flumoji.pages.dev/emoji/0032-fe0f-20e3/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4c0/animated.png); }
+.animated[data-emoji|="๐งง"]{ content: url(https://flumoji.pages.dev/emoji/1f9e7/animated.png); }
+.animated[data-emoji|="๐งธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9f8/animated.png); }
+.animated[data-emoji|="๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f6ac/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f90d/animated.png); }
+.animated[data-emoji|="๐ฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f52e/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f317/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f595/animated.png); }
+.animated[data-emoji|="๐ซ "]{ content: url(https://flumoji.pages.dev/emoji/1fae0/animated.png); }
+.animated[data-emoji|="๐ฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f563/animated.png); }
+.animated[data-emoji|="๐ฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f4ee/animated.png); }
+.animated[data-emoji|="๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f62d/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f356/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f98a/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f3a0/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f62b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f403/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f649/animated.png); }
+.animated[data-emoji|="๐ข"]{ content: url(https://flumoji.pages.dev/emoji/1f422/animated.png); }
+.animated[data-emoji|="โฟ"]{ content: url(https://flumoji.pages.dev/emoji/27bf/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f42b/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6cf-fe0f/animated.png); }
+.animated[data-emoji|="๐จโ๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f3ed/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fad5/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f340/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f43a/animated.png); }
+.animated[data-emoji|="๐ชถ"]{ content: url(https://flumoji.pages.dev/emoji/1fab6/animated.png); }
+.animated[data-emoji|="๐ฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f6b0/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f4f9/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f693/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3d5-fe0f/animated.png); }
+.animated[data-emoji|="๐ชต"]{ content: url(https://flumoji.pages.dev/emoji/1fab5/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f988/animated.png); }
+.animated[data-emoji|="๐ฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f4b0/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f646-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f9ae/animated.png); }
+.animated[data-emoji|="๐งโ๐ฆฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f9af/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f23a/animated.png); }
+.animated[data-emoji|="โฟ"]{ content: url(https://flumoji.pages.dev/emoji/267f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f342/animated.png); }
+.animated[data-emoji|="๐คบ"]{ content: url(https://flumoji.pages.dev/emoji/1f93a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f348/animated.png); }
+.animated[data-emoji|="๐จโ๐พ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f33e/animated.png); }
+.animated[data-emoji|="๐งต"]{ content: url(https://flumoji.pages.dev/emoji/1f9f5/animated.png); }
+.animated[data-emoji|="๐งโ๐ฆฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f9bd/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f30b/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-2708-fe0f/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9cb/animated.png); }
+.animated[data-emoji|="๐ท"]{ content: url(https://flumoji.pages.dev/emoji/1f6f7/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f500/animated.png); }
+.animated[data-emoji|="โฌ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2b06-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f99e/animated.png); }
+.animated[data-emoji|="๐ฅป"]{ content: url(https://flumoji.pages.dev/emoji/1f97b/animated.png); }
+.animated[data-emoji|="๐ก"]{ content: url(https://flumoji.pages.dev/emoji/1f561/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f60c/animated.png); }
+.animated[data-emoji|="๐ง
"]{ content: url(https://flumoji.pages.dev/emoji/1f9c5/animated.png); }
+.animated[data-emoji|="โญ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/23ed-fe0f/animated.png); }
+.animated[data-emoji|="๐คฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f92e/animated.png); }
+.animated[data-emoji|="๐ฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f4ae/animated.png); }
+.animated[data-emoji|="๐ฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f523/animated.png); }
+.animated[data-emoji|="๐งโ๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f3a4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f411/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f405/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d4-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/26c4/animated.png); }
+.animated[data-emoji|="๐ฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f42f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f386/animated.png); }
+.animated[data-emoji|="๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f32d/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f692/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f439/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f45a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f400/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f202-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f95b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f44e/animated.png); }
+.animated[data-emoji|="๐ฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f6af/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa9f/animated.png); }
+.animated[data-emoji|="๐จโ๐ฆฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f9af/animated.png); }
+.animated[data-emoji|="๐ฆฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f9af/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f34b/animated.png); }
+.animated[data-emoji|="๐คถ"]{ content: url(https://flumoji.pages.dev/emoji/1f936/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f347/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f696/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fad9/animated.png); }
+.animated[data-emoji|="๐ต"]{ content: url(https://flumoji.pages.dev/emoji/1f4f5/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9d2/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2744-fe0f/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f58c-fe0f/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2651/animated.png); }
+.animated[data-emoji|="๐๏ธโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3cc-fe0f-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f60e/animated.png); }
+.animated[data-emoji|="โป๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/25fb-fe0f/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa96/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9ce-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f640/animated.png); }
+.animated[data-emoji|="โฌ
๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2b05-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f481/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f40b/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f918/animated.png); }
+.animated[data-emoji|="๐๏ธโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3cc-fe0f-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1f3ea/animated.png); }
+.animated[data-emoji|="๐ฅถ"]{ content: url(https://flumoji.pages.dev/emoji/1f976/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9c6/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f983/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f30e/animated.png); }
+.animated[data-emoji|="โณ"]{ content: url(https://flumoji.pages.dev/emoji/26f3/animated.png); }
+.animated[data-emoji|="ใ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/3299-fe0f/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2755/animated.png); }
+.animated[data-emoji|="๐จโ๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f37c/animated.png); }
+.animated[data-emoji|="โผ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/203c-fe0f/animated.png); }
+.animated[data-emoji|="๐ฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f332/animated.png); }
+.animated[data-emoji|="๐ฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f63d/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3dc-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f69d/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9de-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f642/animated.png); }
+.animated[data-emoji|="๐ฆต"]{ content: url(https://flumoji.pages.dev/emoji/1f9b5/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f502/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f315/animated.png); }
+.animated[data-emoji|="๐ท๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f237-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f600/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4cc/animated.png); }
+.animated[data-emoji|="โณ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2733-fe0f/animated.png); }
+.animated[data-emoji|="๐คค"]{ content: url(https://flumoji.pages.dev/emoji/1f924/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f416/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f617/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2754/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f353/animated.png); }
+.animated[data-emoji|="๐คก"]{ content: url(https://flumoji.pages.dev/emoji/1f921/animated.png); }
+.animated[data-emoji|="๐ท"]{ content: url(https://flumoji.pages.dev/emoji/1f377/animated.png); }
+.animated[data-emoji|="๐งฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f9f0/animated.png); }
+.animated[data-emoji|="๐คผโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f93c-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ชฉ"]{ content: url(https://flumoji.pages.dev/emoji/1faa9/animated.png); }
+.animated[data-emoji|="*๏ธโฃ"]{ content: url(https://flumoji.pages.dev/emoji/002a-fe0f-20e3/animated.png); }
+.animated[data-emoji|="๐ฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f6a3/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f251/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f98e/animated.png); }
+.animated[data-emoji|="๐ฅฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f965/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1f7ea/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f501/animated.png); }
+.animated[data-emoji|="๐ฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f369/animated.png); }
+.animated[data-emoji|="โฌ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2b07-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6c0/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f683/animated.png); }
+.animated[data-emoji|="๐คฆโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f926-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f980/animated.png); }
+.animated[data-emoji|="๐น๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f579-fe0f/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2709-fe0f/animated.png); }
+.animated[data-emoji|="โถ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/25b6-fe0f/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f64b-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="โฐ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26b0-fe0f/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f3ab/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f402/animated.png); }
+.animated[data-emoji|="๐ฅจ"]{ content: url(https://flumoji.pages.dev/emoji/1f968/animated.png); }
+.animated[data-emoji|="๐ฎโ๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f62e-200d-1f4a8/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9dc/animated.png); }
+.animated[data-emoji|="๐ฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f4e9/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f409/animated.png); }
+.animated[data-emoji|="๐จโ๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f373/animated.png); }
+.animated[data-emoji|="๐ช
"]{ content: url(https://flumoji.pages.dev/emoji/1fa85/animated.png); }
+.animated[data-emoji|="โคต๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2935-fe0f/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f4ab/animated.png); }
+.animated[data-emoji|="๐ฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f7e3/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f50d/animated.png); }
+.animated[data-emoji|="๐คด"]{ content: url(https://flumoji.pages.dev/emoji/1f934/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6de/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f647-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f51f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f201/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f45d/animated.png); }
+.animated[data-emoji|="๐ฅ
"]{ content: url(https://flumoji.pages.dev/emoji/1f945/animated.png); }
+.animated[data-emoji|="๐ต"]{ content: url(https://flumoji.pages.dev/emoji/1f6b5/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f393/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f910/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9dc-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f64e/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f34f/animated.png); }
+.animated[data-emoji|="๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f3ec/animated.png); }
+.animated[data-emoji|="๐๏ธโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3cb-fe0f-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f469/animated.png); }
+.animated[data-emoji|="๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f3ed/animated.png); }
+.animated[data-emoji|="๐ก"]{ content: url(https://flumoji.pages.dev/emoji/1f7e1/animated.png); }
+.animated[data-emoji|="8๏ธโฃ"]{ content: url(https://flumoji.pages.dev/emoji/0038-fe0f-20e3/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f36b/animated.png); }
+.animated[data-emoji|="๐โ๐ฆบ"]{ content: url(https://flumoji.pages.dev/emoji/1f415-200d-1f9ba/animated.png); }
+.animated[data-emoji|="๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f5fc/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f54b/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f6f4/animated.png); }
+.animated[data-emoji|="๐งโ๐ฆฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f9b1/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/264c/animated.png); }
+.animated[data-emoji|="โฎ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/262e-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f688/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f313/animated.png); }
+.animated[data-emoji|="โก๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/27a1-fe0f/animated.png); }
+.animated[data-emoji|="๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f533/animated.png); }
+.animated[data-emoji|="๐ฅฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f96c/animated.png); }
+.animated[data-emoji|="๐งก"]{ content: url(https://flumoji.pages.dev/emoji/1f9e1/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3c2/animated.png); }
+.animated[data-emoji|="๐ต"]{ content: url(https://flumoji.pages.dev/emoji/1f4b5/animated.png); }
+.animated[data-emoji|="๐ฆป"]{ content: url(https://flumoji.pages.dev/emoji/1f9bb/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3de-fe0f/animated.png); }
+.animated[data-emoji|="๐ฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f4ff/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fad4/animated.png); }
+.animated[data-emoji|="๐คท"]{ content: url(https://flumoji.pages.dev/emoji/1f937/animated.png); }
+.animated[data-emoji|="๐งพ"]{ content: url(https://flumoji.pages.dev/emoji/1f9fe/animated.png); }
+.animated[data-emoji|="๐ฆฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f9a5/animated.png); }
+.animated[data-emoji|="โ
"]{ content: url(https://flumoji.pages.dev/emoji/2705/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9d6/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f487-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="โฒ"]{ content: url(https://flumoji.pages.dev/emoji/26f2/animated.png); }
+.animated[data-emoji|="โฃ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2623-fe0f/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa84/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d6-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f34a/animated.png); }
+.animated[data-emoji|="๐ชค"]{ content: url(https://flumoji.pages.dev/emoji/1faa4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f61c/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f602/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/264d/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f004/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ฆฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f9b0/animated.png); }
+.animated[data-emoji|="๐ฆน"]{ content: url(https://flumoji.pages.dev/emoji/1f9b9/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f49f/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f239/animated.png); }
+.animated[data-emoji|="๐ซก"]{ content: url(https://flumoji.pages.dev/emoji/1fae1/animated.png); }
+.animated[data-emoji|="๐คฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f925/animated.png); }
+.animated[data-emoji|="๐ฏ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f56f-fe0f/animated.png); }
+.animated[data-emoji|="๐ซด"]{ content: url(https://flumoji.pages.dev/emoji/1faf4/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f396-fe0f/animated.png); }
+.animated[data-emoji|="๐ก"]{ content: url(https://flumoji.pages.dev/emoji/1f621/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f64b-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f406/animated.png); }
+.animated[data-emoji|="๐ฅบ"]{ content: url(https://flumoji.pages.dev/emoji/1f97a/animated.png); }
+.animated[data-emoji|="๐คธโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f938-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f3ee/animated.png); }
+.animated[data-emoji|="๐
โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f645-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9c7/animated.png); }
+.animated[data-emoji|="๐ชบ"]{ content: url(https://flumoji.pages.dev/emoji/1faba/animated.png); }
+.animated[data-emoji|="๐งโ๐ฆณ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f9b3/animated.png); }
+.animated[data-emoji|="๐งณ"]{ content: url(https://flumoji.pages.dev/emoji/1f9f3/animated.png); }
+.animated[data-emoji|="๐งซ"]{ content: url(https://flumoji.pages.dev/emoji/1f9eb/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3c1/animated.png); }
+.animated[data-emoji|="๐ถ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f336-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅ "]{ content: url(https://flumoji.pages.dev/emoji/1f960/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f644/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f385/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2699-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f95f/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f560/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f308/animated.png); }
+.animated[data-emoji|="๐ฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f470/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f518/animated.png); }
+.animated[data-emoji|="ยฎ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/00ae-fe0f/animated.png); }
+.animated[data-emoji|="๐ฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f5ff/animated.png); }
+.animated[data-emoji|="๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f473/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/25c0-fe0f/animated.png); }
+.animated[data-emoji|="๐ฏ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5ef-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f608/animated.png); }
+.animated[data-emoji|="๐ฅท"]{ content: url(https://flumoji.pages.dev/emoji/1f977/animated.png); }
+.animated[data-emoji|="๐ท๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f577-fe0f/animated.png); }
+.animated[data-emoji|="๐ทโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f477-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f368/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f3a7/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f590-fe0f/animated.png); }
+.animated[data-emoji|="๐ฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f431/animated.png); }
+.animated[data-emoji|="๐ชฌ"]{ content: url(https://flumoji.pages.dev/emoji/1faac/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9dd-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f52c/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f55b/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2615/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f507/animated.png); }
+.animated[data-emoji|="๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f42d/animated.png); }
+.animated[data-emoji|="๐คณ"]{ content: url(https://flumoji.pages.dev/emoji/1f933/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f534/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f38d/animated.png); }
+.animated[data-emoji|="๐ฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f4f2/animated.png); }
+.animated[data-emoji|="๐ฅฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f972/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa86/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f34d/animated.png); }
+.animated[data-emoji|="๐ฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f7f0/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f98b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f198/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f4b8/animated.png); }
+.animated[data-emoji|="๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f468/animated.png); }
+.animated[data-emoji|="๐ฅก"]{ content: url(https://flumoji.pages.dev/emoji/1f961/animated.png); }
+.animated[data-emoji|="๐พ"]{ content: url(https://flumoji.pages.dev/emoji/1f33e/animated.png); }
+.animated[data-emoji|="๐ฝ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f37d-fe0f/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3d4-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f996/animated.png); }
+.animated[data-emoji|="๐คฝโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f93d-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฌ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f32c-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f610/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f611/animated.png); }
+.animated[data-emoji|="๐ต"]{ content: url(https://flumoji.pages.dev/emoji/1f475/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2797/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f34e/animated.png); }
+.animated[data-emoji|="๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f3ad/animated.png); }
+.animated[data-emoji|="๐งฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f9ff/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3c4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f312/animated.png); }
+.animated[data-emoji|="๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f528/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3c4-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f511/animated.png); }
+.animated[data-emoji|="๐คง"]{ content: url(https://flumoji.pages.dev/emoji/1f927/animated.png); }
+.animated[data-emoji|="โ ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2620-fe0f/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/270a/animated.png); }
+.animated[data-emoji|="๐ป"]{ content: url(https://flumoji.pages.dev/emoji/1f3bb/animated.png); }
+.animated[data-emoji|="๐ฉ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6e9-fe0f/animated.png); }
+.animated[data-emoji|="โค๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2764-fe0f/animated.png); }
+.animated[data-emoji|="๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f3ac/animated.png); }
+.animated[data-emoji|="๐ต"]{ content: url(https://flumoji.pages.dev/emoji/1f6f5/animated.png); }
+.animated[data-emoji|="๐ฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f3b0/animated.png); }
+.animated[data-emoji|="๐ฆพ"]{ content: url(https://flumoji.pages.dev/emoji/1f9be/animated.png); }
+.animated[data-emoji|="๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f36d/animated.png); }
+.animated[data-emoji|="๐ฐโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f470-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3c4-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ต"]{ content: url(https://flumoji.pages.dev/emoji/1f375/animated.png); }
+.animated[data-emoji|="๐ฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f430/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f647-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f4f1/animated.png); }
+.animated[data-emoji|="๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f4e8/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f55c/animated.png); }
+.animated[data-emoji|="๐งถ"]{ content: url(https://flumoji.pages.dev/emoji/1f9f6/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f539/animated.png); }
+.animated[data-emoji|="๐ฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f6a9/animated.png); }
+.animated[data-emoji|="๐งผ"]{ content: url(https://flumoji.pages.dev/emoji/1f9fc/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f30d/animated.png); }
+.animated[data-emoji|="๐ฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f4ef/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f957/animated.png); }
+.animated[data-emoji|="๐ถ"]{ content: url(https://flumoji.pages.dev/emoji/1f236/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9c2/animated.png); }
+.animated[data-emoji|="๐ฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f370/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f3ed/animated.png); }
+.animated[data-emoji|="โฐ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26f0-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f412/animated.png); }
+.animated[data-emoji|="โช๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/21aa-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f31f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f50a/animated.png); }
+.animated[data-emoji|="๐ดโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6b4-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f4e5/animated.png); }
+.animated[data-emoji|="๐ณ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f573-fe0f/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f3b9/animated.png); }
+.animated[data-emoji|="๐ข"]{ content: url(https://flumoji.pages.dev/emoji/1f562/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2642-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f41e/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fad2/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2603-fe0f/animated.png); }
+.animated[data-emoji|="โจ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2328-fe0f/animated.png); }
+.animated[data-emoji|="โฅ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2665-fe0f/animated.png); }
+.animated[data-emoji|="๐ฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f530/animated.png); }
+.animated[data-emoji|="๐ต"]{ content: url(https://flumoji.pages.dev/emoji/1f435/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f38b/animated.png); }
+.animated[data-emoji|="๐ฆฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f9bd/animated.png); }
+.animated[data-emoji|="๐ฉโ๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f3a8/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f612/animated.png); }
+.animated[data-emoji|="๐ฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f4f0/animated.png); }
+.animated[data-emoji|="๐ซณ"]{ content: url(https://flumoji.pages.dev/emoji/1faf3/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa9b/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f367/animated.png); }
+.animated[data-emoji|="๐ฎโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f46e-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9db/animated.png); }
+.animated[data-emoji|="๐ต๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3f5-fe0f/animated.png); }
+.animated[data-emoji|="โก"]{ content: url(https://flumoji.pages.dev/emoji/26a1/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f482-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f471/animated.png); }
+.animated[data-emoji|="๐ฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f62f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f564/animated.png); }
+.animated[data-emoji|="๐ฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f629/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f316/animated.png); }
+.animated[data-emoji|="๐ข"]{ content: url(https://flumoji.pages.dev/emoji/1f6a2/animated.png); }
+.animated[data-emoji|="๐งฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f9fd/animated.png); }
+.animated[data-emoji|="๐ฅฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f97d/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fac2/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f380/animated.png); }
+.animated[data-emoji|="๐ฃ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6e3-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f6a4/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26cf-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f912/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/264e/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2197-fe0f/animated.png); }
+.animated[data-emoji|="๐ข๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6e2-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f443/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f33a/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f95d/animated.png); }
+.animated[data-emoji|="โฎ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/23ee-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f61d/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/270f-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f197/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5d2-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6e5-fe0f/animated.png); }
+.animated[data-emoji|="๐ฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f62e/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f399-fe0f/animated.png); }
+.animated[data-emoji|="โบ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/263a-fe0f/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f486-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f552/animated.png); }
+.animated[data-emoji|="๐ฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f46e/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f954/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f51c/animated.png); }
+.animated[data-emoji|="๐ซ
"]{ content: url(https://flumoji.pages.dev/emoji/1fac5/animated.png); }
+.animated[data-emoji|="๐ชง"]{ content: url(https://flumoji.pages.dev/emoji/1faa7/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f481-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆถ"]{ content: url(https://flumoji.pages.dev/emoji/1f9b6/animated.png); }
+.animated[data-emoji|="๐ฆธโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9b8-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐คนโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f939-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f43c/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f459/animated.png); }
+.animated[data-emoji|="๐งโ๐ฆฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f9b0/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f401/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f6a6/animated.png); }
+.animated[data-emoji|="๐คฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f93d/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f565/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f940/animated.png); }
+.animated[data-emoji|="โธ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2638-fe0f/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3ce-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3ca/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f481-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f60d/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f998/animated.png); }
+.animated[data-emoji|="โธ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26f8-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f50e/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f485/animated.png); }
+.animated[data-emoji|="๐ข"]{ content: url(https://flumoji.pages.dev/emoji/1f7e2/animated.png); }
+.animated[data-emoji|="๐ฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f32e/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f69e/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2618-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆซ"]{ content: url(https://flumoji.pages.dev/emoji/1f9ab/animated.png); }
+.animated[data-emoji|="๐งโ๐"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f384/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f40c/animated.png); }
+.animated[data-emoji|="๐ณ๏ธโโง๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3f3-fe0f-200d-26a7-fe0f/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f3b4/animated.png); }
+.animated[data-emoji|="๐ฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f37f/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3cc-fe0f/animated.png); }
+.animated[data-emoji|="๐ธ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f578-fe0f/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f63a/animated.png); }
+.animated[data-emoji|="๐จโ๐ฆผ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f9bc/animated.png); }
+.animated[data-emoji|="๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f233/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f684/animated.png); }
+.animated[data-emoji|="๐ชช"]{ content: url(https://flumoji.pages.dev/emoji/1faaa/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3d0/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f607/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f90f/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f989/animated.png); }
+.animated[data-emoji|="โข๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2122-fe0f/animated.png); }
+.animated[data-emoji|="๐ฝ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f4fd-fe0f/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fac4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f199/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/26d4/animated.png); }
+.animated[data-emoji|="๐ฉผ"]{ content: url(https://flumoji.pages.dev/emoji/1fa7c/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f508/animated.png); }
+.animated[data-emoji|="๐ป"]{ content: url(https://flumoji.pages.dev/emoji/1f43b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f44c/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/264f/animated.png); }
+.animated[data-emoji|="๐คฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f932/animated.png); }
+.animated[data-emoji|="๐ฆผ"]{ content: url(https://flumoji.pages.dev/emoji/1f9bc/animated.png); }
+.animated[data-emoji|="๐ฉโ๐พ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f33e/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f958/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa9c/animated.png); }
+.animated[data-emoji|="๐คจ"]{ content: url(https://flumoji.pages.dev/emoji/1f928/animated.png); }
+.animated[data-emoji|="๐ฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f4b1/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/260e-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4cf/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d8-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f304/animated.png); }
+.animated[data-emoji|="๐ฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f36f/animated.png); }
+.animated[data-emoji|="โง๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26a7-fe0f/animated.png); }
+.animated[data-emoji|="โญ"]{ content: url(https://flumoji.pages.dev/emoji/2b55/animated.png); }
+.animated[data-emoji|="โฌ"]{ content: url(https://flumoji.pages.dev/emoji/2b1c/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f383/animated.png); }
+.animated[data-emoji|="๐จโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-2695-fe0f/animated.png); }
+.animated[data-emoji|="๐ก๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6e1-fe0f/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1fad6/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d9-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐๏ธโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3cb-fe0f-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4db/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9df/animated.png); }
+.animated[data-emoji|="โคด๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2934-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f68a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f45e/animated.png); }
+.animated[data-emoji|="โก๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2721-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f196/animated.png); }
+.animated[data-emoji|="๐ฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f463/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f40d/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f4b4/animated.png); }
+.animated[data-emoji|="๐ฉโ๐"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f692/animated.png); }
+.animated[data-emoji|="๐ฅช"]{ content: url(https://flumoji.pages.dev/emoji/1f96a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f698/animated.png); }
+.animated[data-emoji|="4๏ธโฃ"]{ content: url(https://flumoji.pages.dev/emoji/0034-fe0f-20e3/animated.png); }
+.animated[data-emoji|="๐ชก"]{ content: url(https://flumoji.pages.dev/emoji/1faa1/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f419/animated.png); }
+.animated[data-emoji|="๐ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f478/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f60f/animated.png); }
+.animated[data-emoji|="๐ถ"]{ content: url(https://flumoji.pages.dev/emoji/1f3b6/animated.png); }
+.animated[data-emoji|="๐ฅง"]{ content: url(https://flumoji.pages.dev/emoji/1f967/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f496/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f556/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f37c/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9cd-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="โช๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/262a-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f489/animated.png); }
+.animated[data-emoji|="๐คฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f92c/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3c3/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f57a/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f64d-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ช "]{ content: url(https://flumoji.pages.dev/emoji/1faa0/animated.png); }
+.animated[data-emoji|="๐ก๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5e1-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f91d/animated.png); }
+.animated[data-emoji|="๐คข"]{ content: url(https://flumoji.pages.dev/emoji/1f922/animated.png); }
+.animated[data-emoji|="โฑ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26b1-fe0f/animated.png); }
+.animated[data-emoji|="๐ฉโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-2695-fe0f/animated.png); }
+.animated[data-emoji|="๐งโ๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f3ed/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f509/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f3e4/animated.png); }
+.animated[data-emoji|="โฑ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/23f1-fe0f/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d9-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f444/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f31a/animated.png); }
+.animated[data-emoji|="๐ณ๏ธโ๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3f3-fe0f-200d-1f308/animated.png); }
+.animated[data-emoji|="๐ฒ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5b2-fe0f/animated.png); }
+.animated[data-emoji|="๐งโ๐พ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f33e/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9cc/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f492/animated.png); }
+.animated[data-emoji|="๐ซฑ"]{ content: url(https://flumoji.pages.dev/emoji/1faf1/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2653/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3c3-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐คพ"]{ content: url(https://flumoji.pages.dev/emoji/1f93e/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9d4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6d0/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2795/animated.png); }
+.animated[data-emoji|="๐ข"]{ content: url(https://flumoji.pages.dev/emoji/1f462/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f94f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f311/animated.png); }
+.animated[data-emoji|="๐คตโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f935-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f429/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f482-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d7-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f49e/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f38f/animated.png); }
+.animated[data-emoji|="๐ท"]{ content: url(https://flumoji.pages.dev/emoji/1f4f7/animated.png); }
+.animated[data-emoji|="๐ต"]{ content: url(https://flumoji.pages.dev/emoji/1f3b5/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2757/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f3a4/animated.png); }
+.animated[data-emoji|="โ ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2660-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f913/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f911/animated.png); }
+.animated[data-emoji|="๐ข"]{ content: url(https://flumoji.pages.dev/emoji/1f4e2/animated.png); }
+.animated[data-emoji|="๐คทโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f937-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/231a/animated.png); }
+.animated[data-emoji|="๐จโ๐"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f692/animated.png); }
+.animated[data-emoji|="๐ฆฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f9a3/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4d4/animated.png); }
+.animated[data-emoji|="๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f433/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4c7/animated.png); }
+.animated[data-emoji|="๐ซถ"]{ content: url(https://flumoji.pages.dev/emoji/1faf6/animated.png); }
+.animated[data-emoji|="๐ฉโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-2696-fe0f/animated.png); }
+.animated[data-emoji|="๐ณ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3f3-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f366/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2601-fe0f/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2753/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f682/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4d6/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6c3/animated.png); }
+.animated[data-emoji|="๐งฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f9e9/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f510/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2796/animated.png); }
+.animated[data-emoji|="๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f6b3/animated.png); }
+.animated[data-emoji|="๐ฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f232/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f4ba/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f646-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f98f/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa80/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f48d/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f467/animated.png); }
+.animated[data-emoji|="3๏ธโฃ"]{ content: url(https://flumoji.pages.dev/emoji/0033-fe0f-20e3/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9de/animated.png); }
+.animated[data-emoji|="๐ท"]{ content: url(https://flumoji.pages.dev/emoji/1f437/animated.png); }
+.animated[data-emoji|="๐ฆฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f9bf/animated.png); }
+.animated[data-emoji|="๐ณ"]{ content: url(https://flumoji.pages.dev/emoji/1f633/animated.png); }
+.animated[data-emoji|="๐งฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f9e6/animated.png); }
+.animated[data-emoji|="๐ฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f6b1/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ฆฏ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f9af/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f943/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f45c/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f30c/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9cf/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f360/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f4a0/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f302/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f916/animated.png); }
+.animated[data-emoji|="๐คนโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f939-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f195/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9c9/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ฆฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f9b1/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f567/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f460/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f420/animated.png); }
+.animated[data-emoji|="๐ท"]{ content: url(https://flumoji.pages.dev/emoji/1f6b7/animated.png); }
+.animated[data-emoji|="๐พ"]{ content: url(https://flumoji.pages.dev/emoji/1f3be/animated.png); }
+.animated[data-emoji|="โฏ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/23ef-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f44d/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f4f4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f455/animated.png); }
+.animated[data-emoji|="โฝ"]{ content: url(https://flumoji.pages.dev/emoji/25fd/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f352/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f7e0/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f99c/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9de-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ดโโ ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3f4-200d-2620-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f358/animated.png); }
+.animated[data-emoji|="1๏ธโฃ"]{ content: url(https://flumoji.pages.dev/emoji/0031-fe0f-20e3/animated.png); }
+.animated[data-emoji|="๐ฉโ๐"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f680/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9da-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f6f9/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f355/animated.png); }
+.animated[data-emoji|="๐ป"]{ content: url(https://flumoji.pages.dev/emoji/1f47b/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/231b/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5d3-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f413/animated.png); }
+.animated[data-emoji|="๐จโ๐ฆฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f9bd/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f512/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/2614/animated.png); }
+.animated[data-emoji|="๐ชฑ"]{ content: url(https://flumoji.pages.dev/emoji/1fab1/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f55d/animated.png); }
+.animated[data-emoji|="๐ฉฑ"]{ content: url(https://flumoji.pages.dev/emoji/1fa71/animated.png); }
+.animated[data-emoji|="๐งโ๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f37c/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f7e5/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3d8-fe0f/animated.png); }
+.animated[data-emoji|="๐ค๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6e4-fe0f/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ฆฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f9b2/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f250/animated.png); }
+.animated[data-emoji|="โฝ"]{ content: url(https://flumoji.pages.dev/emoji/26bd/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5dd-fe0f/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3ca-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐คตโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f935-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f35c/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f3e0/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f690/animated.png); }
+.animated[data-emoji|="๐
โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f645-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f550/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9df-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ถโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6b6-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f4bc/animated.png); }
+.animated[data-emoji|="๐ฒ"]{ content: url(https://flumoji.pages.dev/emoji/1f4b2/animated.png); }
+.animated[data-emoji|="๐ฅฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f970/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f359/animated.png); }
+.animated[data-emoji|="๐
พ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f17e-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f694/animated.png); }
+.animated[data-emoji|="๐คธโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f938-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f4e4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f354/animated.png); }
+.animated[data-emoji|="โฆ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2626-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f51b/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f64a/animated.png); }
+.animated[data-emoji|="๐ก"]{ content: url(https://flumoji.pages.dev/emoji/1f3e1/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f54c/animated.png); }
+.animated[data-emoji|="๐ตโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6b5-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ชฅ"]{ content: url(https://flumoji.pages.dev/emoji/1faa5/animated.png); }
+.animated[data-emoji|="๐ณโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f473-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐จโ๐ฆฐ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f9b0/animated.png); }
+.animated[data-emoji|="๐ป"]{ content: url(https://flumoji.pages.dev/emoji/1f6bb/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f61f/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3cd-fe0f/animated.png); }
+.animated[data-emoji|="๐จโ๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f3a4/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f193/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f44a/animated.png); }
+.animated[data-emoji|="๐จโ๐"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f393/animated.png); }
+.animated[data-emoji|="๐ฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f331/animated.png); }
+.animated[data-emoji|="๐ฆ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f326-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f680/animated.png); }
+.animated[data-emoji|="โจ"]{ content: url(https://flumoji.pages.dev/emoji/2728/animated.png); }
+.animated[data-emoji|="๐ฅฎ"]{ content: url(https://flumoji.pages.dev/emoji/1f96e/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f94e/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f959/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2747-fe0f/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d8-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f498/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f944/animated.png); }
+.animated[data-emoji|="๐งโ๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f52c/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f995/animated.png); }
+.animated[data-emoji|="๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f3e8/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f643/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f69c/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9ce-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f3a9/animated.png); }
+.animated[data-emoji|="๐ฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f529/animated.png); }
+.animated[data-emoji|="๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f3eb/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4dc/animated.png); }
+.animated[data-emoji|="๐จ"]{ content: url(https://flumoji.pages.dev/emoji/1f6a8/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f60a/animated.png); }
+.animated[data-emoji|="๐
"]{ content: url(https://flumoji.pages.dev/emoji/1f3c5/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f6d2/animated.png); }
+.animated[data-emoji|="๐ฏโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f46f-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐คทโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f937-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐คซ"]{ content: url(https://flumoji.pages.dev/emoji/1f92b/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f914/animated.png); }
+.animated[data-emoji|="๐คฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f923/animated.png); }
+.animated[data-emoji|="๐ฃ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5e3-fe0f/animated.png); }
+.animated[data-emoji|="๐ฅ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f325-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆธโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9b8-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ดโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6b4-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐บ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f5fa-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f51e/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f381/animated.png); }
+.animated[data-emoji|="โฑ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26f1-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f681/animated.png); }
+.animated[data-emoji|="๐ฆนโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9b9-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="โจ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2668-fe0f/animated.png); }
+.animated[data-emoji|="โณ"]{ content: url(https://flumoji.pages.dev/emoji/23f3/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9da-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f397-fe0f/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9dc-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ช๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f32a-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4d0/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3ca-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f6fc/animated.png); }
+.animated[data-emoji|="๐ "]{ content: url(https://flumoji.pages.dev/emoji/1f320/animated.png); }
+.animated[data-emoji|="๐งโ๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f527/animated.png); }
+.animated[data-emoji|="โบ"]{ content: url(https://flumoji.pages.dev/emoji/26fa/animated.png); }
+.animated[data-emoji|="๐คพโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f93e-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ข"]{ content: url(https://flumoji.pages.dev/emoji/1f3e2/animated.png); }
+.animated[data-emoji|="๐ฃโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6a3-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆง"]{ content: url(https://flumoji.pages.dev/emoji/1f9a7/animated.png); }
+.animated[data-emoji|="โฉ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/21a9-fe0f/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f3eb/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f68e/animated.png); }
+.animated[data-emoji|="๐ถโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6b6-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f450/animated.png); }
+.animated[data-emoji|="๐งโ๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f3eb/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9db-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f559/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9cd-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f527/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f689/animated.png); }
+.animated[data-emoji|="๐จโ๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f527/animated.png); }
+.animated[data-emoji|="๐คฆโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f926-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ฑโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f471-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ค"]{ content: url(https://flumoji.pages.dev/emoji/1f90c/animated.png); }
+.animated[data-emoji|="๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f52d/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f483/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f303/animated.png); }
+.animated[data-emoji|="๐ฆท"]{ content: url(https://flumoji.pages.dev/emoji/1f9b7/animated.png); }
+.animated[data-emoji|="๐น"]{ content: url(https://flumoji.pages.dev/emoji/1f479/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f4fa/animated.png); }
+.animated[data-emoji|="๐ณโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f473-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f994/animated.png); }
+.animated[data-emoji|="๐ชฆ"]{ content: url(https://flumoji.pages.dev/emoji/1faa6/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2695-fe0f/animated.png); }
+.animated[data-emoji|="๐ด"]{ content: url(https://flumoji.pages.dev/emoji/1f474/animated.png); }
+.animated[data-emoji|="๐จโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-2696-fe0f/animated.png); }
+.animated[data-emoji|="๐คฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f929/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f41a/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f391/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f648/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2600-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4c2/animated.png); }
+.animated[data-emoji|="๐จโ๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f52c/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f9d3/animated.png); }
+.animated[data-emoji|="๐ต๏ธโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f575-fe0f-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ฉ"]{ content: url(https://flumoji.pages.dev/emoji/1f4a9/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4d3/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2196-fe0f/animated.png); }
+.animated[data-emoji|="๐ท"]{ content: url(https://flumoji.pages.dev/emoji/1f3b7/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4d9/animated.png); }
+.animated[data-emoji|="๐ฐ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6f0-fe0f/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9db-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f68d/animated.png); }
+.animated[data-emoji|="๐บ"]{ content: url(https://flumoji.pages.dev/emoji/1f3ba/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26d1-fe0f/animated.png); }
+.animated[data-emoji|="๐จโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-2708-fe0f/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9cf-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ชจ"]{ content: url(https://flumoji.pages.dev/emoji/1faa8/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f513/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3d3/animated.png); }
+.animated[data-emoji|="๐ฅ"]{ content: url(https://flumoji.pages.dev/emoji/1f94b/animated.png); }
+.animated[data-emoji|="๐งโ๐"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f393/animated.png); }
+.animated[data-emoji|="โน๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/23f9-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f3c6/animated.png); }
+.animated[data-emoji|="๐ฐโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f470-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2702-fe0f/animated.png); }
+.animated[data-emoji|="๐ป"]{ content: url(https://flumoji.pages.dev/emoji/1f33b/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f991/animated.png); }
+.animated[data-emoji|="๐ช"]{ content: url(https://flumoji.pages.dev/emoji/1fa90/animated.png); }
+.animated[data-emoji|="๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f4ad/animated.png); }
+.animated[data-emoji|="๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f6ad/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f982/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4c4/animated.png); }
+.animated[data-emoji|="โ"]{ content: url(https://flumoji.pages.dev/emoji/26ce/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f31e/animated.png); }
+.animated[data-emoji|="โน๏ธโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26f9-fe0f-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ตโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f6b5-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f9a6/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f984/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f3df-fe0f/animated.png); }
+.animated[data-emoji|="๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f53c/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d7-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f48a/animated.png); }
+.animated[data-emoji|="๐ฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f6bf/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ฆผ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f9bc/animated.png); }
+.animated[data-emoji|="๐ฆช"]{ content: url(https://flumoji.pages.dev/emoji/1f9aa/animated.png); }
+.animated[data-emoji|="โซ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/25ab-fe0f/animated.png); }
+.animated[data-emoji|="๐ฏโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f46f-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ญ"]{ content: url(https://flumoji.pages.dev/emoji/1f4ed/animated.png); }
+.animated[data-emoji|="๐ฟ"]{ content: url(https://flumoji.pages.dev/emoji/1f4bf/animated.png); }
+.animated[data-emoji|="๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f4ac/animated.png); }
+.animated[data-emoji|="๐๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f549-fe0f/animated.png); }
+.animated[data-emoji|="๐ข"]{ content: url(https://flumoji.pages.dev/emoji/1f362/animated.png); }
+.animated[data-emoji|="๐จโ๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f4bc/animated.png); }
+.animated[data-emoji|="๐ฉด"]{ content: url(https://flumoji.pages.dev/emoji/1fa74/animated.png); }
+.animated[data-emoji|="๐ฌ"]{ content: url(https://flumoji.pages.dev/emoji/1f4ec/animated.png); }
+.animated[data-emoji|="๐ป"]{ content: url(https://flumoji.pages.dev/emoji/1f53b/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f99f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f35d/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f51d/animated.png); }
+.animated[data-emoji|="๐จโ๐ฆณ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f9b3/animated.png); }
+.animated[data-emoji|="๐ท"]{ content: url(https://flumoji.pages.dev/emoji/1f337/animated.png); }
+.animated[data-emoji|="๐ฆญ"]{ content: url(https://flumoji.pages.dev/emoji/1f9ad/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2195-fe0f/animated.png); }
+.animated[data-emoji|="๐ฉบ"]{ content: url(https://flumoji.pages.dev/emoji/1fa7a/animated.png); }
+.animated[data-emoji|="๐ถ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f576-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f390/animated.png); }
+.animated[data-emoji|="๐ฉโ๐ฆฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f469-200d-1f9bd/animated.png); }
+.animated[data-emoji|="๐ข"]{ content: url(https://flumoji.pages.dev/emoji/1f3a2/animated.png); }
+.animated[data-emoji|="๐ฉณ"]{ content: url(https://flumoji.pages.dev/emoji/1fa73/animated.png); }
+.animated[data-emoji|="๐ฅต"]{ content: url(https://flumoji.pages.dev/emoji/1f975/animated.png); }
+.animated[data-emoji|="๐ทโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f477-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ฑโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f471-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐
ฟ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f17f-fe0f/animated.png); }
+.animated[data-emoji|="๐งโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d4-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4de/animated.png); }
+.animated[data-emoji|="๐งโ๐ผ"]{ content: url(https://flumoji.pages.dev/emoji/1f9d1-200d-1f4bc/animated.png); }
+.animated[data-emoji|="โน๏ธโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/26f9-fe0f-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ฑ"]{ content: url(https://flumoji.pages.dev/emoji/1f531/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f387/animated.png); }
+.animated[data-emoji|="๐จโ๐ซ"]{ content: url(https://flumoji.pages.dev/emoji/1f468-200d-1f3eb/animated.png); }
+.animated[data-emoji|="โญ"]{ content: url(https://flumoji.pages.dev/emoji/2b50/animated.png); }
+.animated[data-emoji|="๐โโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f64e-200d-2642-fe0f/animated.png); }
+.animated[data-emoji|="๐ค๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f324-fe0f/animated.png); }
+.animated[data-emoji|="๐ฝ"]{ content: url(https://flumoji.pages.dev/emoji/1f5fd/animated.png); }
+.animated[data-emoji|="๐คพโโ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/1f93e-200d-2640-fe0f/animated.png); }
+.animated[data-emoji|="๐ง"]{ content: url(https://flumoji.pages.dev/emoji/1f7e7/animated.png); }
+.animated[data-emoji|="๐งฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f9e3/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f4c3/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f55e/animated.png); }
+.animated[data-emoji|="๐"]{ content: url(https://flumoji.pages.dev/emoji/1f699/animated.png); }
+.animated[data-emoji|="โฒ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/23f2-fe0f/animated.png); }
+.animated[data-emoji|="๐ฃ"]{ content: url(https://flumoji.pages.dev/emoji/1f4e3/animated.png); }
+.animated[data-emoji|="โ
"]{ content: url(https://flumoji.pages.dev/emoji/26c5/animated.png); }
+.animated[data-emoji|="โ๏ธ"]{ content: url(https://flumoji.pages.dev/emoji/2602-fe0f/animated.png); }
+.animated[data-emoji|="๐ฆ"]{ content: url(https://flumoji.pages.dev/emoji/1f4e6/animated.png); }
\ No newline at end of file