Webscraping is extracting data from a website. This could be text, numbers, images, urls, etc. It is mainly used as a tool for data collection and research purposes.
import requests # used for making requests to website and getting the information
from bs4 import BeautifulSoup # used for parsing the data
response = requests.get('https://google.com')
# status code
print(response.status_code)
200
You can find a full list of HTTP response codes here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
# page source
print(response.text)
# url sent
print(response.url)
<!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="en"><head><meta content="Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for." name="description"><meta content="noodp" name="robots"><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"><meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itemprop="image"><title>Google</title><script nonce="F1hYOrRCPeGwMArqgAtSdA">(function(){window.google={kEI:'f-J5Yq7nDcK0tQbvw5GICg',kEXPI:'0,1302536,56872,6059,207,4804,2316,383,246,5,1354,4013,1238,1122515,1197718,683,380089,16115,19397,9287,17572,4858,1362,9290,3030,17579,4020,978,13228,3847,4192,6430,7432,15309,5081,1593,1279,2742,149,1103,841,1982,4,4310,3514,606,2023,1777,520,14670,3227,2845,7,17450,8101,8219,1851,2614,3784,8926,432,3,346,1244,1,5444,149,11323,991,1661,4,1528,2304,6463,576,13271,8752,3050,2658,7357,11443,2215,2980,1457,15351,1435,5827,2530,4097,14,4035,3,1167,2374,1,11943,2768,27443,2,14022,1931,442,342,255,2993,2300,5853,11623,5679,1020,2379,2721,18278,1,8,7736,4568,6255,6726,1,16694,1252,5835,14968,1554,2778,2204,2083,1802,1395,445,2,2,1,24626,153,1416,1,436,8155,2566,4016,98,218,252,171,60,2,3,2443,594,11638,431,1731,5179,2621,29,148,420,1229,11937,773,261,844,3736,1009,916,1140,493,18,589,24,880,1391,2829,1763,789,469,1684,889,163,1202,1009,2422,3,207,490,4,391,2,2664,1829,675,155,414,1372,805,1744,2871,619,1869,490,963,241,49,239,1239,287,61,71,2,3,7,94,92,18,153,5,552,55,1223,8,201,667,245,2,1030,2575,16,5427715,2,97,61,5996098,2800486,1326,3,1877,1,2562,1,889,795,2,6162,6751,155,17,13,72,139,4,2,20,2,169,13,19,46,5,39,644,29,2,2,1,2,1,2,2,7,4,1,2,2,2,2,2,2,1052,1,1,158,3,2,2,2,2,2,4,2,3,3,2011,1002,312,155,460,3,3,3,1,1,1,1,62,22,4,9,21,33,5,18,40,38,3,13,2,5,5,2,75,23650873,16,299792,4042143,1964,2935,159,1358,6902,5318,3406,835,929815',kBL:'09-o'};google.sn='webhp';google.kHL='en';})();(function(){ var f=this||self;var h,k=[];function l(a){for(var b;a&&(!a.getAttribute||!(b=a.getAttribute("eid")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a&&(!a.getAttribute||!(b=a.getAttribute("leid")));)a=a.parentNode;return b} function n(a,b,c,d,g){var e="";c||-1!==b.search("&ei=")||(e="&ei="+l(d),-1===b.search("&lei=")&&(d=m(d))&&(e+="&lei="+d));d="";!c&&f._cshid&&-1===b.search("&cshid=")&&"slh"!==a&&(d="&cshid="+f._cshid);c=c||"/"+(g||"gen_204")+"?atyp=i&ct="+a+"&cad="+b+e+"&zx="+Date.now()+d;/^http:/i.test(c)&&"https:"===window.location.protocol&&(google.ml&&google.ml(Error("a"),!1,{src:c,glmm:1}),c="");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){ google.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){ document.documentElement.addEventListener("submit",function(b){var a;if(a=b.target){var c=a.getAttribute("data-submitfalse");a="1"===c||"q"===c&&!a.elements.q.value?!0:!1}else a=!1;a&&(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener("click",function(b){var a;a:{for(a=b.target;a&&a!==document.documentElement;a=a.parentElement)if("A"===a.tagName){a="1"===a.getAttribute("data-nohref");break a}a=!1}a&&b.preventDefault()},!0);}).call(this);</script><style>#gbar,#guser{font-size:13px;padding-top:1px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important} </style><style>body,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}</style><script nonce="F1hYOrRCPeGwMArqgAtSdA">(function(){window.google.erd={jsr:1,bv:1580,de:true}; var f=this||self;var g,h=null!=(g=f.mei)?g:1,m,n=null!=(m=f.sdo)?m:!0,p=0,q,r=google.erd,u=r.jsr;google.ml=function(a,b,d,k,c){c=void 0===c?2:c;b&&(q=a&&a.message);if(google.dl)return google.dl(a,c,d),null;if(0>u){window.console&&console.error(a,d);if(-2===u)throw a;b=!1}else b=!a||!a.message||"Error loading script"===a.message||p>=h&&!k?!1:!0;if(!b)return null;p++;d=d||{};var e=c;c=encodeURIComponent;b="/gen_204?atyp=i&ei="+c(google.kEI);google.kEXPI&&(b+="&jexpid="+c(google.kEXPI));b+="&srcpg="+c(google.sn)+"&jsr="+c(r.jsr)+"&bver="+c(r.bv)+("&jsel="+e);e=a.lineNumber;void 0!==e&&(b+="&line="+ e);var l=a.fileName;l&&(b+="&script="+c(l),e&&l===window.location.href&&(e=document.documentElement.outerHTML.split("\n")[e],b+="&cad="+c(e?e.substring(0,300):"No script found.")));for(var t in d)b+="&",b+=c(t),b+="=",b+=c(d[t]);b=b+"&emsg="+c(a.name+": "+a.message);b=b+"&jsst="+c(a.stack||"N/A");12288<=b.length&&(b=b.substr(0,12288));a=b;k||google.log(0,"",a);return a};window.onerror=function(a,b,d,k,c){q!==a&&(a=c instanceof Error?c:Error(a),void 0===d||"lineNumber"in a||(a.lineNumber=d),void 0===b||"fileName"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,"SyntaxError"===a.name||"SyntaxError"===a.message.substring(0,11)?2:0));q=null;n&&p>=h&&(window.onerror=null)};})();</script></head><body bgcolor="#fff"><script nonce="F1hYOrRCPeGwMArqgAtSdA">(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n && window.n();if (document.images){new Image().src=src;} if (!iesg){document.f&&document.f.q.focus();document.gbqf&&document.gbqf.q.focus();} } })();</script><div id="mngb"><div id=gbar><nobr><b class=gb1>Search</b> <a class=gb1 href="https://www.google.com/imghp?hl=en&tab=wi">Images</a> <a class=gb1 href="https://maps.google.com/maps?hl=en&tab=wl">Maps</a> <a class=gb1 href="https://play.google.com/?hl=en&tab=w8">Play</a> <a class=gb1 href="https://www.youtube.com/?gl=US&tab=w1">YouTube</a> <a class=gb1 href="https://news.google.com/?tab=wn">News</a> <a class=gb1 href="https://mail.google.com/mail/?tab=wm">Gmail</a> <a class=gb1 href="https://drive.google.com/?tab=wo">Drive</a> <a class=gb1 style="text-decoration:none" href="https://www.google.com/intl/en/about/products?tab=wh"><u>More</u> »</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><span id=gbe></span><a href="http://www.google.com/history/optout?hl=en" class=gb4>Web History</a> | <a href="/preferences?hl=en" class=gb4>Settings</a> | <a target=_top id=gb_70 href="https://accounts.google.com/ServiceLogin?hl=en&passive=true&continue=https://www.google.com/&ec=GAZAAQ" class=gb4>Sign in</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div></div><center><br clear="all" id="lgpd"><div id="lga"><img alt="Google" height="92" src="/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png" style="padding:28px 0 14px" width="272" id="hplogo"><br><br></div><form action="/search" name="f"><table cellpadding="0" cellspacing="0"><tr valign="top"><td width="25%"> </td><td align="center" nowrap=""><input name="ie" value="ISO-8859-1" type="hidden"><input value="en" name="hl" type="hidden"><input name="source" type="hidden" value="hp"><input name="biw" type="hidden"><input name="bih" type="hidden"><div class="ds" style="height:32px;margin:4px 0"><input class="lst" style="margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000" autocomplete="off" value="" title="Google Search" maxlength="2048" name="q" size="57"></div><br style="line-height:0"><span class="ds"><span class="lsbb"><input class="lsb" value="Google Search" name="btnG" type="submit"></span></span><span class="ds"><span class="lsbb"><input class="lsb" id="tsuid1" value="I'm Feeling Lucky" name="btnI" type="submit"><script nonce="F1hYOrRCPeGwMArqgAtSdA">(function(){var id='tsuid1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;} else top.location='/doodles/';};})();</script><input value="AJiK0e8AAAAAYnnwj9WEvzHhuDitRenzBb88WLyyDpmC" name="iflsig" type="hidden"></span></span></td><td class="fl sblc" align="left" nowrap="" width="25%"><a href="/advanced_search?hl=en&authuser=0">Advanced search</a></td></tr></table><input id="gbv" name="gbv" type="hidden" value="1"><script nonce="F1hYOrRCPeGwMArqgAtSdA">(function(){ var a,b="1";if(document&&document.getElementById)if("undefined"!=typeof XMLHttpRequest)b="2";else if("undefined"!=typeof ActiveXObject){var c,d,e=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b="2"}catch(h){}}a=b;if("2"==a&&-1==location.search.indexOf("&gbv=2")){var f=google.gbvu,g=document.getElementById("gbv");g&&(g.value=a);f&&window.setTimeout(function(){location.href=f},0)};}).call(this);</script></form><div id="gac_scont"></div><div style="font-size:83%;min-height:3.5em"><br></div><span id="footer"><div style="font-size:10pt"><div style="margin:19px auto;text-align:center" id="WqQANb"><a href="/intl/en/ads/">Advertising Programs</a><a href="/services/">Business Solutions</a><a href="/intl/en/about.html">About Google</a></div></div><p style="font-size:8pt;color:#70757a">© 2022 - <a href="/intl/en/policies/privacy/">Privacy</a> - <a href="/intl/en/policies/terms/">Terms</a></p></span></center><script nonce="F1hYOrRCPeGwMArqgAtSdA">(function(){window.google.cdo={height:757,width:1440};(function(){ var a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d="CSS1Compat"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a&&b&&(a!=google.cdo.width||b!=google.cdo.height)&&google.log("","","/client_204?&atyp=i&biw="+a+"&bih="+b+"&ei="+google.kEI);}).call(this);})();</script> <script nonce="F1hYOrRCPeGwMArqgAtSdA">(function(){google.xjs={ck:'',cs:'',excm:[]};})();</script> <script nonce="F1hYOrRCPeGwMArqgAtSdA">(function(){var u='/xjs/_/js/k\x3dxjs.hp.en_US.GGGO1k1RqeM.O/am\x3dAOAJAEACkA/d\x3d1/ed\x3d1/esmo\x3d1/rs\x3dACT90oE5xAqCUQwnemy1CiRuvJXnPHyRVg/m\x3dsb_he,d'; var d=this||self,e=function(a){return a};var g;var l=function(a,b){this.g=b===h?a:""};l.prototype.toString=function(){return this.g+""};var h={}; function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()} function p(a){google.timers&&google.timers.load&&google.tick&&google.tick("load","xjsls");var b=document;var c="SCRIPT";"application/xhtml+xml"===b.contentType&&(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k&&k.createPolicy){try{b=k.createPolicy("goog#html",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console&&d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l&&a.constructor===l?a.g:"type_error:TrustedResourceUrl";var f,m;(f=(a=null==(m=(f=(c.ownerDocument&&c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,"script[nonce]"))?a.nonce||a.getAttribute("nonce")||"":"")&&c.setAttribute("nonce",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;} function _F_installCss(c){} (function(){google.jl={attn:false,blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\x22d\x22:{},\x22sb_he\x22:{\x22agen\x22:true,\x22cgen\x22:true,\x22client\x22:\x22heirloom-hp\x22,\x22dh\x22:true,\x22dhqt\x22:true,\x22ds\x22:\x22\x22,\x22ffql\x22:\x22en\x22,\x22fl\x22:true,\x22host\x22:\x22google.com\x22,\x22isbh\x22:28,\x22jsonp\x22:true,\x22msgs\x22:{\x22cibl\x22:\x22Clear Search\x22,\x22dym\x22:\x22Did you mean:\x22,\x22lcky\x22:\x22I\\u0026#39;m Feeling Lucky\x22,\x22lml\x22:\x22Learn more\x22,\x22oskt\x22:\x22Input tools\x22,\x22psrc\x22:\x22This search was removed from your \\u003Ca href\x3d\\\x22/history\\\x22\\u003EWeb History\\u003C/a\\u003E\x22,\x22psrl\x22:\x22Remove\x22,\x22sbit\x22:\x22Search by image\x22,\x22srch\x22:\x22Google Search\x22},\x22ovr\x22:{},\x22pq\x22:\x22\x22,\x22refpd\x22:true,\x22rfs\x22:[],\x22sbas\x22:\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\x22,\x22sbpl\x22:16,\x22sbpr\x22:16,\x22scd\x22:10,\x22stok\x22:\x22_aMPgLDzyraK_1322nj8J9HNd0M\x22,\x22uhde\x22:false}}';google.pmc=JSON.parse(pmc);})();</script> </body></html> https://www.google.com/
Unfortuantely, there's not much just to scrape from Google's main page so let's try Nike
response = requests.get('https://www.nike.com/w/new-mens-shoes-3n82yznik1zy7ok')
response.status_code
200
To parse the webpage we will want to use BeautifulSoup to extract information from the page source that we just got
soup = BeautifulSoup(response.text, 'html.parser') # first argument is the text, second is the type of parser we want to use
data = soup.select('div[class="product-card__body"]')
len(data)
24
for x in data:
print(x.text)
Nike Go FlyEaseJust InNike Go FlyEaseShoes3 Colors$120 Nike Air Max DawnJust InNike Air Max DawnMen's Shoes4 Colors$110 Nike Air Max 90Just InNike Air Max 90Men's Shoes1 Color$140 Nike Air Max Pre-DayJust InNike Air Max Pre-DayMen's Shoes3 Colors$140 Nike Blazer Low JumboJust InNike Blazer Low JumboMen's Shoes1 Color$100 Nike Blazer Mid '77 PremiumNike Blazer Mid '77 PremiumMen's Shoes1 Color$100 Nike Air Max 270Best SellerNike Air Max 270Men's Shoes1 Color$170 Nike Air Max PlusJust InNike Air Max PlusShoes2 Colors$175 LeBron 19 LowJust InLeBron 19 LowBasketball Shoes1 Color$160 LeBron 19Best SellerLeBron 19Basketball Shoes2 Colors$200 Jordan .5 'Why Not?'Just InJordan .5 'Why Not?'Men's Basketball Shoes1 Color$130 Air Jordan XXXVIJust InAir Jordan XXXVIBasketball Shoes2 Colors$185 Jordan ADG 4Just InJordan ADG 4Men's Golf Shoes3 Colors$185 Jordan Series MidJust InJordan Series MidMen's Shoes1 Color$90 Nike OneontaNike OneontaMen's Sandals3 Colors$65 Nike Asuna 2Nike Asuna 2Men's Slides1 Color$45 Nike GTS 97Just InNike GTS 97Men's Shoes1 Color$80 Nike Air Force 1 '07 LV8Just InNike Air Force 1 '07 LV8Men's Shoes1 Color$120 Nike Air PrestoNike Air PrestoMen's Shoes1 Color$130 Nike Air Zoom SuperRep 3Nike Air Zoom SuperRep 3Men's Training Shoes6 Colors$120 Nike Air VaporMax 2021 FK SEJust InNike Air VaporMax 2021 FK SEMen's Shoes1 Color$210 Nike Air Griffey Max 1Just InNike Air Griffey Max 1Men's Shoes1 Color$170 Kyrie Low 5Just InKyrie Low 5Basketball Shoes2 Colors$110 Kyrie InfinityJust InKyrie InfinityBasketball Shoes4 Colors$130
headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'}
response = requests.get('https://www.tiktok.com/')
response.text
''
response = requests.get('https://www.tiktok.com/', headers=headers)
response.text
'<!DOCTYPE html><html lang="en"><head><meta charSet="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><style data-emotion="tiktok "></style><title data-rh="true">TikTok - Make Your Day</title><meta data-rh="true" name="google" content="notranslate"/><meta data-rh="true" name="format-detection" content="telephone=no"/><meta data-rh="true" name="keywords" content="TikTok, TikTok, musically, mobile video, short-form video,tik tok, tick tock, tic tok, tic toc, tictok, тик ток, ticktock"/><meta data-rh="true" name="description" content="TikTok - trends start here. On a device or on the web, viewers can watch and discover millions of personalized short videos. Download the app to get started."/><meta data-rh="true" name="robots" content="index, follow"/><meta data-rh="true" name="applicable-device" content="pc, mobile"/><meta data-rh="true" property="og:url" content="https://www.tiktok.com/"/><script type="text/javascript" src="https://s20.tiktokcdn.com/tiktok/common/init.js?cache" nonce="QtxcxJgvVm-cOB4ex8FNl"></script><script data-rh="true">!function(e,n,r,t,d){if(window[n]&&window[n].config)return;var i=document.createElement(r),s=document.getElementsByTagName(r)[0];i.async=1,i.src=e;var a=s.parentNode;a&&a.insertBefore(i,s);var o=[];function c(){o.push(arguments[0])}window[n]={error:o,config:t,listener:c,sf:d},window.addEventListener("error",c,!0),window.addEventListener("unhandledrejection",c)}("https://sf16-short-va.bytedapm.com/slardar/fe/sdk_lite/browser-nocookie.lite.0.7.7.maliva.js","SlardarLite","script",{"bid":"tiktok_webapp","plugins":{"ajax":{"ignoreUrls":[".byteoversea.com","tiktokv.com/v1/list","mcs-sg.tiktok.com","mcs-va.tiktok.com","mcs.us.tiktok.com"]},"jsError":{"ignoreErrors":["Blocked a frame with origin","__msg_type","vid_mate_check is not defined","ResizeObserver loop limit exceeded"]},"resource":true},"sample":{"sample_rate":1,"sample_granularity":"event","include_users":[],"rules":{"resource":{"enable":true,"sample_rate":0.01,"conditional_sample_rules":[]},"resource_error":{"enable":true,"sample_rate":0.05,"conditional_sample_rules":[]},"performance_longtask":{"enable":true,"sample_rate":0.001,"conditional_sample_rules":[]}}},"env":"production","release":"2.0.0.401","userId":"7095951756567709226","pid":"homepage_hot","context":{"region":"US","botType":"others","isMobile":"false","isDowngrade":"false","isLogin":"false","increase_detail_page_cover_quantity_test":"v3","web_push_test":"v2","xgplayer_preload_test":"v2","google_one_tap_test":"v1","share_button_part1_test":"v1","em_follow_p2_test":"v1","video_feed_redesign":"v1","desktop_faas_render":"v1","seekbar_persistent_and_tooltip_test":"v1","user_page_video_desc_test":"v1","dm_video_share_test":"v2","enhance_video_consumption_test":"v3","mobile_video_detail_refactor":"v1","share_button_embed_test":"v2","video_topic":"V2","delete_webid_v2_test":"v2","seekbar_theme_test":"v1","creator_center_test":"v2","feedback_upload_image":"v2","live_api_events_test":"v1","live_dynamic_bg":"v1","login_refactor_test":"v2","non_login_comment_video_detail_page":"v9","search_video_lab":"v3","uid":""},"domain":"mon.us.tiktokv.com"},0);</script><link data-rh="true" rel="shortcut icon" href="https://lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/images/logo_144c91a.png" type="image/x-icon"/><link data-rh="true" rel="dns-prefetch" href="//v16.tiktokcdn.com"/><link data-rh="true" rel="dns-prefetch" href="//p16-va.tiktokcdn.com"/><link data-rh="true" rel="dns-prefetch" href="//s20.tiktokcdn.com"/><link data-rh="true" rel="canonical" href="https://www.tiktok.com/en/"/><link data-rh="true" rel="alternate" hrefLang="x-default" href="https://www.tiktok.com"/><link data-rh="true" rel="alternate" hrefLang="ar" href="https://www.tiktok.com/ar/"/><link data-rh="true" rel="alternate" hrefLang="bn-IN" href="https://www.tiktok.com/bn-IN/"/><link data-rh="true" rel="alternate" hrefLang="ceb-PH" href="https://www.tiktok.com/ceb-PH/"/><link data-rh="true" rel="alternate" hrefLang="cs-CZ" href="https://www.tiktok.com/cs-CZ/"/><link data-rh="true" rel="alternate" hrefLang="de-DE" href="https://www.tiktok.com/de-DE/"/><link data-rh="true" rel="alternate" hrefLang="el-GR" href="https://www.tiktok.com/el-GR/"/><link data-rh="true" rel="alternate" hrefLang="en" href="https://www.tiktok.com/en/"/><link data-rh="true" rel="alternate" hrefLang="es" href="https://www.tiktok.com/es/"/><link data-rh="true" rel="alternate" hrefLang="fi-FI" href="https://www.tiktok.com/fi-FI/"/><link data-rh="true" rel="alternate" hrefLang="fil-PH" href="https://www.tiktok.com/fil-PH/"/><link data-rh="true" rel="alternate" hrefLang="fr" href="https://www.tiktok.com/fr/"/><link data-rh="true" rel="alternate" hrefLang="he-IL" href="https://www.tiktok.com/he-IL/"/><link data-rh="true" rel="alternate" hrefLang="hi-IN" href="https://www.tiktok.com/hi-IN/"/><link data-rh="true" rel="alternate" hrefLang="hu-HU" href="https://www.tiktok.com/hu-HU/"/><link data-rh="true" rel="alternate" hrefLang="id-ID" href="https://www.tiktok.com/id-ID/"/><link data-rh="true" rel="alternate" hrefLang="it-IT" href="https://www.tiktok.com/it-IT/"/><link data-rh="true" rel="alternate" hrefLang="ja-JP" href="https://www.tiktok.com/ja-JP/"/><link data-rh="true" rel="alternate" hrefLang="jv-ID" href="https://www.tiktok.com/jv-ID/"/><link data-rh="true" rel="alternate" hrefLang="km-KH" href="https://www.tiktok.com/km-KH/"/><link data-rh="true" rel="alternate" hrefLang="ko-KR" href="https://www.tiktok.com/ko-KR/"/><link data-rh="true" rel="alternate" hrefLang="ms-MY" href="https://www.tiktok.com/ms-MY/"/><link data-rh="true" rel="alternate" hrefLang="my-MM" href="https://www.tiktok.com/my-MM/"/><link data-rh="true" rel="alternate" hrefLang="nl-NL" href="https://www.tiktok.com/nl-NL/"/><link data-rh="true" rel="alternate" hrefLang="pl-PL" href="https://www.tiktok.com/pl-PL/"/><link data-rh="true" rel="alternate" hrefLang="pt-BR" href="https://www.tiktok.com/pt-BR/"/><link data-rh="true" rel="alternate" hrefLang="ro-RO" href="https://www.tiktok.com/ro-RO/"/><link data-rh="true" rel="alternate" hrefLang="ru-RU" href="https://www.tiktok.com/ru-RU/"/><link data-rh="true" rel="alternate" hrefLang="sv-SE" href="https://www.tiktok.com/sv-SE/"/><link data-rh="true" rel="alternate" hrefLang="th-TH" href="https://www.tiktok.com/th-TH/"/><link data-rh="true" rel="alternate" hrefLang="tr-TR" href="https://www.tiktok.com/tr-TR/"/><link data-rh="true" rel="alternate" hrefLang="uk-UA" href="https://www.tiktok.com/uk-UA/"/><link data-rh="true" rel="alternate" hrefLang="ur" href="https://www.tiktok.com/ur/"/><link data-rh="true" rel="alternate" hrefLang="vi-VN" href="https://www.tiktok.com/vi-VN/"/><link data-rh="true" rel="alternate" hrefLang="zh-Hant" href="https://www.tiktok.com/zh-Hant/"/><link data-rh="true" rel="alternate" hrefLang="zh-Hant" href="https://www.tiktok.com/zh-Hant/"/><link rel="preconnect" href="https://lf16-tiktok-web.tiktokcdn-us.com"/><link rel="manifest" href="/manifest.json"/><link data-chunk="webapp-desktop" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/runtime.744f341d6c5816c9f290.js"/><link data-chunk="webapp-desktop" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-596046b7.7e39f34bd5bf2a77308f.js"/><link data-chunk="webapp-desktop" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-d801507b.4fed182a105918e23a4a.js"/><link data-chunk="webapp-desktop" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-ea8a6886.1a2641d2e646971cae5b.js"/><link data-chunk="webapp-desktop" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-7842561a.ba3b6bce1ff5e76a02ef.js"/><link data-chunk="webapp-desktop" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-b3a903c8.2ed0daafb2d1060cc95e.js"/><link data-chunk="webapp-desktop" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-74d9c565.67bdf5bb8c32957cc0dd.js"/><link data-chunk="webapp-desktop" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/vendor.6c876e7361cafcbaccb4.js"/><link data-chunk="webapp-desktop" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/webapp-desktop.d170103dc9f0429ccbb5.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-eb873fff.ce40edb77129b7ea5cc0.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-876a5629.b06c134df09760e5be85.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-87e0bff3.8ed23d04d147801fc049.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-897bfa5e.ac0978f763558f44d4af.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-7418728f.cdb434627fbff4e55cc7.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-3dc52e2f.059010e641ad38e394d0.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-596046b7.335cd9010016bcb0373d.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-04a93705.12cad0909798d0cb21cd.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-6801073e.0cb6d53d2b2cdc7a5cde.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-ca20f4a9.c8f0a00c65702919b5af.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-754771ea.12203aacc5d83b4b77e4.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/8708.caffc00332658b02dc74.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/8229.b6b320db382629c77340.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/5616.9ac05b5fb333414dbada.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/9894.0daa22a35a9807b2d9be.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/215.ba2cf15440367031ccbe.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/2702.2cebb0e5c12837a89e74.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/4992.15dea2db11f1095dadf0.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/5530.ee324f4dc09cea4e6b85.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/8686.f52a519a5c5f9baf189c.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/4881.2a08ef7fa5519518868f.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/9563.4569eb1ea5d017281e03.js"/><link data-chunk="foryou" rel="preload" as="script" href="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/foryou.4cbb9b8d67578eeab6ba.js"/><script type="systemjs-importmap" id="script-manager">{"imports":{"acrawler":"https://sf16-secsdk.ttwstatic.com/obj/rc-web-sdk-gcs/webmssdk/1.0.0.229/webmssdk.js","secsdk_sg":"https://sf16-sg.tiktokcdn.com/obj/eden-sg/fapybjlz_lm_zlp/ljhwZthlaukjlkulzlp/security/secsdk.umd.js","secsdk_va":"https://sf16-va.tiktokcdn.com/obj/eden-va2/fapybjlz_lm_zlp/ljhwZthlaukjlkulzlp/security/secsdk.umd.js"}}</script></head><body><div style="display:none"><svg style="display: none;"><symbol id="svg-ellipsis-right-fill"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.0393 14.7137C17.75 13 18.75 11.215 18.75 9.13662C18.75 4.91897 14.8887 1.49997 10.125 1.49997C5.36129 1.49997 1.5 4.91897 1.5 9.13675C1.5 13.3545 5.48622 16.25 10.25 16.25V17.6487C10.25 18.0919 10.7095 18.3771 11.0992 18.1659C12.3166 17.5062 14.5725 16.183 16.0393 14.7137ZM5.93527 8.10679C6.61608 8.10679 7.16797 8.65471 7.16797 9.32962C7.16797 10.0059 6.61608 10.5538 5.93527 10.5538C5.2556 10.5538 4.70368 10.0059 4.70368 9.32962C4.70368 8.65471 5.2556 8.10679 5.93527 8.10679ZM11.3572 9.32962C11.3572 8.65471 10.8055 8.10679 10.125 8.10679C9.44459 8.10679 8.89289 8.65471 8.89289 9.32962C8.89292 10.0059 9.44462 10.5538 10.125 10.5538C10.8055 10.5538 11.3572 10.0059 11.3572 9.32962ZM14.3146 8.10679C14.9953 8.10679 15.5464 8.65471 15.5464 9.32962C15.5464 10.0059 14.9953 10.5538 14.3146 10.5538C13.6339 10.5538 13.082 10.0059 13.0821 9.32962C13.0821 8.65471 13.6339 8.10679 14.3146 8.10679Z"/><path opacity="0.1" fill-rule="evenodd" clip-rule="evenodd" d="M10.25 16.2499C10.25 16.2499 15.0278 15.8807 17.025 13.3234C15.0278 16.1364 13.0307 17.6708 11.2831 18.1822C9.53561 18.6937 10.25 16.2499 10.25 16.2499Z" fill="url(#BubbleEllipsisRightFill_paint0_linear)"/><defs><linearGradient id="BubbleEllipsisRightFill_paint0_linear" x1="8.50426" y1="15.6957" x2="9.29499" y2="18.1805" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity="0.01"/></linearGradient></defs></symbol></svg> <svg style="width: 0;height: 0;position: absolute;"><symbol id="svg-heart-fill"><g clip-path="url(#clip1)"><g><path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 2.25C10.5 2.25 12 4.25 12 4.25C12 4.25 13.5 2.25 16.5 2.25C20 2.25 22.5 4.99999 22.5 8.5C22.5 12.5 19.2311 16.0657 16.25 18.75C14.4095 20.4072 13 21.5 12 21.5C11 21.5 9.55051 20.3989 7.75 18.75C4.81949 16.0662 1.5 12.5 1.5 8.5C1.5 4.99999 4 2.25 7.5 2.25Z" fill="#161823"/></g><path fill-rule="evenodd" clip-rule="evenodd" d="M2.40179 12.1998C3.58902 14.6966 5.7592 16.9269 7.74989 18.75C9.5504 20.3989 10.9999 21.5 11.9999 21.5C12.9999 21.5 14.4094 20.4072 16.2499 18.75C19.231 16.0657 22.4999 12.5 22.4999 8.49997C22.4999 8.41258 22.4983 8.32566 22.4952 8.23923C20.5671 13.6619 13.6787 18.5 11.75 18.5C10.3127 18.5 5.61087 15.8131 2.40179 12.1998Z" fill="black" fill-opacity="0.03"/></g><defs><filter id="filter0_d" x="-0.9" y="1.05" width="25.8" height="24.05" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.2"/><feGaussianBlur stdDeviation="1.2"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/></filter><clipPath id="clip1"><rect width="24" height="24" fill="white"/></clipPath></defs></symbol></svg> <svg style="display: none;"><symbol id="svg-pc-share"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.9376 3.17495C10.9376 2.58272 11.6469 2.27873 12.0758 2.68715L18.6021 8.90241C19.1764 9.44937 19.1564 10.3717 18.5588 10.8931L12.0541 16.5689C11.6184 16.9491 10.9376 16.6397 10.9376 16.0614V13.4894C10.9376 13.4894 3.95344 12.2312 1.7131 16.3434C1.50423 16.7268 0.690072 16.8609 0.855563 14.948C1.54761 11.4273 2.96196 5.93084 10.9376 5.93084V3.17495Z" fill="#161823"/><path opacity="0.03" fill-rule="evenodd" clip-rule="evenodd" d="M15.7538 6.21161L17.0486 8.80136C17.2777 9.25947 17.1677 9.81453 16.7812 10.1506L10.9824 15.193C10.9824 15.193 10.7017 16.5964 11.5437 16.5964C12.3857 16.5964 19.1218 10.4217 19.1218 10.4217C19.1218 10.4217 19.4025 9.57964 18.5605 8.73763C17.7185 7.89563 15.7538 6.21161 15.7538 6.21161Z" fill="#161823"/><path opacity="0.09" fill-rule="evenodd" clip-rule="evenodd" d="M10.9374 6.22983V13.5272C10.9374 13.5272 4.25359 12.5854 2.16026 15.7726C0.146021 18.8394 0.331011 12.3091 3.36331 9.05711C6.39561 5.8051 10.9374 6.22983 10.9374 6.22983Z" fill="url(#paint0_radial)"/><defs><radialGradient id="paint0_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(11.1827 18.2553) rotate(-113.046) scale(8.93256 8.78076)"><stop/><stop offset="0.995496" stop-opacity="0.01"/><stop offset="1" stop-opacity="0.01"/></radialGradient></defs></symbol></svg> <svg style="display: none;"><symbol id="svg-header-logo"><g clip-path="url(#clip0)"><path d="M9.87537 16.842V15.7233C9.49211 15.6721 9.10246 15.6401 8.70003 15.6401C3.90288 15.6338 0 19.5399 0 24.3475C0 27.2947 1.46917 29.9031 3.71764 31.4822C2.26763 29.9287 1.37974 27.8381 1.37974 25.5494C1.37974 20.8121 5.17403 16.9507 9.87537 16.842Z" fill="#25F4EE"/><path d="M10.0862 29.5259C12.2261 29.5259 13.9763 27.819 14.053 25.6965L14.0594 6.72822H17.5215C17.4512 6.33824 17.4129 5.93548 17.4129 5.52632H12.686L12.6796 24.4946C12.603 26.6171 10.8527 28.324 8.71286 28.324C8.04854 28.324 7.42255 28.1578 6.86682 27.8637C7.58224 28.8674 8.75758 29.5259 10.0862 29.5259Z" fill="#25F4EE"/><path d="M23.9923 13.166V12.1112C22.6701 12.1112 21.4436 11.7212 20.4088 11.0435C21.3286 12.0984 22.5742 12.8656 23.9923 13.166Z" fill="#25F4EE"/><path d="M20.4088 11.0435C19.3995 9.88639 18.7927 8.37762 18.7927 6.72821H17.528C17.8537 8.53106 18.9269 10.0782 20.4088 11.0435Z" fill="#FE2C55"/><path d="M8.70642 20.3646C6.51544 20.3646 4.73328 22.1483 4.73328 24.3411C4.73328 25.8691 5.602 27.1988 6.86676 27.8637C6.39408 27.2116 6.11302 26.4125 6.11302 25.543C6.11302 23.3502 7.89518 21.5665 10.0862 21.5665C10.495 21.5665 10.891 21.6368 11.2615 21.7519V16.9188C10.8782 16.8676 10.4886 16.8356 10.0862 16.8356C10.0159 16.8356 9.95202 16.842 9.88175 16.842V20.55C9.50488 20.4349 9.11523 20.3646 8.70642 20.3646Z" fill="#FE2C55"/><path d="M23.9921 13.166V16.842C21.5392 16.842 19.2652 16.0557 17.4127 14.7259V24.3475C17.4127 29.1487 13.5099 33.0613 8.70631 33.0613C6.85388 33.0613 5.12921 32.4731 3.71753 31.4822C5.30806 33.1891 7.57569 34.2632 10.0861 34.2632C14.8832 34.2632 18.7925 30.357 18.7925 25.5494V15.9278C20.6449 17.2576 22.9189 18.0439 25.3718 18.0439V13.3131C24.8927 13.3131 24.4328 13.2619 23.9921 13.166Z" fill="#FE2C55"/><path d="M17.4127 24.3475V14.7259C19.2652 16.0557 21.5392 16.842 23.9921 16.842V13.166C22.574 12.8656 21.3284 12.0984 20.4086 11.0435C18.9266 10.0782 17.8599 8.53106 17.5213 6.72821H14.0592L14.0528 25.6964C13.9762 27.8189 12.2259 29.5259 10.0861 29.5259C8.75742 29.5259 7.58847 28.8674 6.86028 27.8701C5.59551 27.1988 4.72679 25.8755 4.72679 24.3475C4.72679 22.1547 6.50895 20.371 8.69993 20.371C9.10874 20.371 9.50478 20.4413 9.87527 20.5564V16.8484C5.17393 16.9507 1.37964 20.8121 1.37964 25.5494C1.37964 27.8381 2.26753 29.9223 3.71753 31.4822C5.12921 32.4731 6.85389 33.0613 8.70632 33.0613C13.5035 33.0613 17.4127 29.1487 17.4127 24.3475Z" fill="black"/><path d="M30.0477 13.1787H44.8225L43.4683 17.411H39.6357V33.0548H34.8577V17.411L30.0541 17.4173L30.0477 13.1787Z" fill="black"/><path d="M69.0317 13.1787H84.1514L82.7972 17.411H78.6261V33.0548H73.8417V17.411L69.0381 17.4173L69.0317 13.1787Z" fill="black"/><path d="M45.7295 19.5015H50.4628V33.0548H45.755L45.7295 19.5015Z" fill="black"/><path d="M52.347 13.1277H57.0802V22.3848L61.7688 17.7754H67.4155L61.4814 23.5356L68.1246 33.0548H62.9122L58.4791 26.4572L57.0739 27.8189V33.0548H52.3406V13.1277H52.347Z" fill="black"/><path d="M102.49 13.1277H107.224V22.3848L111.912 17.7754H117.559L111.625 23.5356L118.268 33.0548H113.062L108.629 26.4572L107.224 27.8189V33.0548H102.49V13.1277Z" fill="black"/><path d="M48.0929 17.9544C49.4088 17.9544 50.4755 16.8867 50.4755 15.5697C50.4755 14.2528 49.4088 13.1851 48.0929 13.1851C46.7771 13.1851 45.7103 14.2528 45.7103 15.5697C45.7103 16.8867 46.7771 17.9544 48.0929 17.9544Z" fill="black"/><path d="M83.5445 24.942C83.5445 20.6779 86.8342 17.1808 91.0181 16.8548C90.8073 16.8356 90.5199 16.8292 90.3091 16.8292C85.8313 16.8292 82.2031 20.4605 82.2031 24.942C82.2031 29.4236 85.8313 33.0548 90.3091 33.0548C90.5199 33.0548 90.8073 33.042 91.0181 33.0293C86.8406 32.7032 83.5445 29.2062 83.5445 24.942Z" fill="#25F4EE"/><path d="M92.8579 16.8292C92.6407 16.8292 92.3532 16.842 92.1425 16.8548C96.32 17.1808 99.6097 20.6779 99.6097 24.942C99.6097 29.2062 96.32 32.7032 92.1425 33.0293C92.3532 33.0484 92.6407 33.0548 92.8579 33.0548C97.3356 33.0548 100.964 29.4236 100.964 24.942C100.964 20.4605 97.3356 16.8292 92.8579 16.8292Z" fill="#FE2C55"/><path d="M91.5803 28.8866C89.4021 28.8866 87.6391 27.1221 87.6391 24.942C87.6391 22.762 89.4021 20.9975 91.5803 20.9975C93.7585 20.9975 95.5215 22.762 95.5215 24.942C95.5215 27.1221 93.7522 28.8866 91.5803 28.8866ZM91.5803 16.8292C87.1026 16.8292 83.4744 20.4605 83.4744 24.942C83.4744 29.4236 87.1026 33.0548 91.5803 33.0548C96.0581 33.0548 99.6863 29.4236 99.6863 24.942C99.6863 20.4605 96.0581 16.8292 91.5803 16.8292Z" fill="black"/></g><defs><clipPath id="clip0"><rect width="118" height="42" fill="white"/></clipPath></defs></symbol></svg> <svg style="display: none;"><symbol id="svg-flag"><path fill-rule="evenodd" clip-rule="evenodd" d="M9 9.31286V27.0626C9.98685 26.7378 11.184 26.4042 12.5108 26.1585C16.1115 25.4917 21.0181 25.4123 25.1625 28.3726C28.0181 30.4123 31.6115 30.4917 34.7608 29.9085C36.306 29.6223 37.6602 29.1908 38.6289 28.8293C38.7603 28.7803 38.8841 28.7328 39 28.6872V10.9374C38.0131 11.2623 36.816 11.5959 35.4892 11.8416C31.8885 12.5084 26.9819 12.5878 22.8375 9.62751C19.9819 7.58781 16.3885 7.5084 13.2392 8.09161C11.694 8.37776 10.3398 8.80927 9.37105 9.17072C9.23971 9.21973 9.11586 9.2673 9 9.31286ZM40.1067 6.21064C40.7264 5.90123 41.4622 5.93453 42.0515 6.29874C42.6411 6.66315 43 7.30688 43 8.00004V30C43 30.7576 42.572 31.4501 41.8944 31.7889L41 30C41.8944 31.7889 41.8931 31.7895 41.8931 31.7895L41.8916 31.7903L41.8878 31.7922L41.8775 31.7973L41.846 31.8127C41.831 31.82 41.8128 31.8288 41.7915 31.839C41.7761 31.8464 41.7589 31.8545 41.7401 31.8634C41.651 31.9055 41.525 31.9637 41.3654 32.0343C41.0466 32.1753 40.5919 32.3663 40.0273 32.577C38.9023 32.9967 37.319 33.5027 35.4892 33.8416C31.8885 34.5084 26.9819 34.5878 22.8375 31.6275C19.9819 29.5878 16.3885 29.5084 13.2392 30.0916C11.694 30.3778 10.3398 30.8093 9.37105 31.1707C9.23971 31.2197 9.11586 31.2673 9 31.3129V44.0001C9 44.5524 8.55228 45.0001 8 45.0001H6C5.44772 45.0001 5 44.5524 5 44.0001V8.00004C5 7.24249 5.42801 6.54996 6.10558 6.21118L7 8.00004C6.10558 6.21118 6.10688 6.21053 6.10688 6.21053L6.10842 6.20976L6.11219 6.20789L6.12249 6.20279L6.15404 6.18734C6.17988 6.17477 6.21529 6.15773 6.25987 6.13667C6.34902 6.09457 6.47498 6.03636 6.63455 5.9658C6.95342 5.8248 7.4081 5.63378 7.9727 5.42311C9.09774 5.00332 10.681 4.49734 12.5108 4.15849C16.1115 3.49171 21.0181 3.4123 25.1625 6.37257C28.0181 8.41227 31.6115 8.49167 34.7608 7.90846C36.306 7.62231 37.6602 7.1908 38.6289 6.82935C39.1112 6.6494 39.4925 6.48886 39.7478 6.37595C39.8754 6.31956 39.9711 6.27523 40.0318 6.24653C40.0622 6.23219 40.0838 6.22177 40.0962 6.21572L40.1056 6.21118L40.1067 6.21064Z"/></symbol></svg> <svg style="display: none;"><symbol id="svg-play-fill"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 8.77702C12 6.43812 14.5577 4.99881 16.5569 6.21266L41.6301 21.4356C43.5542 22.6038 43.5542 25.3962 41.6301 26.5644L16.5569 41.7873C14.5577 43.0012 12 41.5619 12 39.223V8.77702Z"/></symbol></svg> <svg style="display: none;"><symbol id="svg-music-note"><path fill-rule="evenodd" clip-rule="evenodd" d="M35.0001 10.7587C35.0001 10.1169 34.4041 9.64129 33.7784 9.78359L17.7902 13.4192C17.335 13.5227 17.0119 13.9275 17.0119 14.3943V37.9972H17.0109C17.0374 40.1644 14.8022 42.4189 11.612 43.2737C8.05093 44.2279 4.64847 43.0769 4.01236 40.7028C3.37624 38.3288 5.74735 35.6308 9.30838 34.6766C10.606 34.3289 11.8826 34.2608 13.0119 34.4294V14.3943C13.0119 12.0601 14.6271 10.0364 16.9033 9.5188L32.8914 5.88317C36.0204 5.17165 39.0001 7.54986 39.0001 10.7587V33.1191C39.084 35.3108 36.8331 37.6109 33.6032 38.4763C30.0421 39.4305 26.6397 38.2795 26.0036 35.9055C25.3675 33.5315 27.7386 30.8334 31.2996 29.8792C32.5961 29.5319 33.8715 29.4635 35.0001 29.6316V10.7587Z"/></symbol></svg> <svg style="display: none;"><symbol id="svg-question-fill"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.74967 0.666992C0.967272 0.666992 0.333008 1.30125 0.333008 2.08366V13.3337C0.333008 13.6033 0.495436 13.8464 0.744552 13.9496C0.993668 14.0528 1.28041 13.9957 1.47108 13.8051L3.90082 11.3753H12.2497C13.0321 11.3753 13.6663 10.7411 13.6663 9.95866V2.08366C13.6663 1.30126 13.0321 0.666992 12.2497 0.666992H1.74967ZM7.03836 4.35482C6.75676 4.35482 6.49279 4.52578 6.31022 4.89816C6.24943 5.02213 6.11013 5.0943 5.97914 5.05064L5.18857 4.78712C5.05759 4.74346 4.98585 4.60139 5.04001 4.47438C5.35368 3.7389 5.99995 3.02148 7.03836 3.02148C8.14805 3.02148 9.04764 3.92107 9.04764 5.03076C9.04764 5.67737 8.65329 6.21121 8.24533 6.54935C7.89209 6.84214 7.42953 7.07353 6.95199 7.13552C6.81507 7.1533 6.7027 7.04 6.7027 6.90193V6.0686C6.7027 5.93053 6.81642 5.81693 6.9476 5.77384C7.08979 5.72713 7.24861 5.6437 7.39447 5.5228C7.64027 5.31907 7.7143 5.12567 7.7143 5.03076C7.7143 4.65745 7.41167 4.35482 7.03836 4.35482ZM7.83268 8.43848C7.83268 8.85269 7.4969 9.18848 7.08268 9.18848C6.66847 9.18848 6.33268 8.85269 6.33268 8.43848C6.33268 8.02426 6.66847 7.68848 7.08268 7.68848C7.4969 7.68848 7.83268 8.02426 7.83268 8.43848Z"/></symbol></svg></div><div id="app" style="min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start"><style data-emotion="tiktok-global 12mut8r">*,*::before,*::after{box-sizing:border-box;}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0;}ul[role="list"],ol[role="list"]{list-style:none;}html:focus-within{scroll-behavior:smooth;}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;}a:not([class]){text-decoration-skip-ink:auto;}img,picture{max-width:100%;display:block;}input,button,textarea,select{font:inherit;}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto;}*,*::before,*::after{-webkit-animation-duration:0.01ms!important;animation-duration:0.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important;}}@supports (-webkit-touch-callout: none){body{min-height:-webkit-fill-available;}}body{font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-size:14px;color:rgba(22, 24, 35, 1.0);background-color:rgba(255, 255, 255, 1.0);overscroll-behavior:contain;direction:ltr;-webkit-font-smoothing:antialiased;}body a{color:rgba(22, 24, 35, 1.0);-webkit-transition:color 250ms;transition:color 250ms;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;}body a:visited{color:rgba(22, 24, 35, 1.0);}body a:hover{color:rgba(22, 24, 35, 1.0);-webkit-text-decoration:underline;text-decoration:underline;}body a:active{color:rgba(22, 24, 35, 1.0);}body a:focus{color:rgba(22, 24, 35, 1.0);}body input::-ms-clear{display:none;width:0;height:0;}body input::-ms-reveal{display:none;width:0;height:0;}body input::-webkit-search-decoration,body input::-webkit-search-cancel-button,body input::-webkit-search-results-button,body input::-webkit-search-results-decoration{display:none;}body.hidden{overflow:hidden;}@font-face{font-family:ProximaNovaSemibold;src:url(//lf16-tiktok-common.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/fonts/ProximaNova-Semibold.woff2) format("woff2"),url(//lf16-tiktok-common.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/fonts/ProximaNova-Semibold.woff) format("woff"),url(//lf16-tiktok-common.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/fonts/ProximaNova-Semibold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:ProximaNova;src:local("ProximaNova-Regular"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/Proxima-Nova-Regular.woff2) format("woff2"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/Proxima-Nova-Regular.woff) format("woff"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/Proxima-Nova-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:ProximaNova;src:local("ProximaNova-Semibold"),url(//lf16-tiktok-common.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/fonts/ProximaNova-Semibold.woff2) format("woff2"),url(//lf16-tiktok-common.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/fonts/ProximaNova-Semibold.woff) format("woff"),url(//lf16-tiktok-common.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/fonts/ProximaNova-Semibold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:ProximaNova;src:local("ProximaNova-Bold"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/Proxima-Nova-Bold.woff) format("woff"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/Proxima-Nova-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:SofiaPro;src:local("SofiaPro-Regular"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/sofiapro-regular.woff) format("woff"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/sofiapro-regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:SofiaPro;src:local("SofiaPro-Semiold"),url(https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-ftc/a1a44f86d5ec7500dbfb.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:SofiaPro;src:local("SofiaPro-Bold"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/sofiapro-bold.woff) format("woff"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/sofiapro-bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap;}html body{overflow-y:overlay;}html *::-webkit-scrollbar{border-radius:0;width:8px;}html *::-webkit-scrollbar-track{border-radius:0;background-color:rgba(0, 0, 0, 0);}html *::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0, 0, 0, .15);}</style><style data-emotion="tiktok-global 12mut8r">*,*::before,*::after{box-sizing:border-box;}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0;}ul[role="list"],ol[role="list"]{list-style:none;}html:focus-within{scroll-behavior:smooth;}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;}a:not([class]){text-decoration-skip-ink:auto;}img,picture{max-width:100%;display:block;}input,button,textarea,select{font:inherit;}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto;}*,*::before,*::after{-webkit-animation-duration:0.01ms!important;animation-duration:0.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important;}}@supports (-webkit-touch-callout: none){body{min-height:-webkit-fill-available;}}body{font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-size:14px;color:rgba(22, 24, 35, 1.0);background-color:rgba(255, 255, 255, 1.0);overscroll-behavior:contain;direction:ltr;-webkit-font-smoothing:antialiased;}body a{color:rgba(22, 24, 35, 1.0);-webkit-transition:color 250ms;transition:color 250ms;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;}body a:visited{color:rgba(22, 24, 35, 1.0);}body a:hover{color:rgba(22, 24, 35, 1.0);-webkit-text-decoration:underline;text-decoration:underline;}body a:active{color:rgba(22, 24, 35, 1.0);}body a:focus{color:rgba(22, 24, 35, 1.0);}body input::-ms-clear{display:none;width:0;height:0;}body input::-ms-reveal{display:none;width:0;height:0;}body input::-webkit-search-decoration,body input::-webkit-search-cancel-button,body input::-webkit-search-results-button,body input::-webkit-search-results-decoration{display:none;}body.hidden{overflow:hidden;}@font-face{font-family:ProximaNovaSemibold;src:url(//lf16-tiktok-common.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/fonts/ProximaNova-Semibold.woff2) format("woff2"),url(//lf16-tiktok-common.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/fonts/ProximaNova-Semibold.woff) format("woff"),url(//lf16-tiktok-common.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/fonts/ProximaNova-Semibold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:ProximaNova;src:local("ProximaNova-Regular"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/Proxima-Nova-Regular.woff2) format("woff2"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/Proxima-Nova-Regular.woff) format("woff"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/Proxima-Nova-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:ProximaNova;src:local("ProximaNova-Semibold"),url(//lf16-tiktok-common.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/fonts/ProximaNova-Semibold.woff2) format("woff2"),url(//lf16-tiktok-common.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/fonts/ProximaNova-Semibold.woff) format("woff"),url(//lf16-tiktok-common.ttwstatic.com/obj/tiktok-web-common-sg/mtact/static/fonts/ProximaNova-Semibold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:ProximaNova;src:local("ProximaNova-Bold"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/Proxima-Nova-Bold.woff) format("woff"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/Proxima-Nova-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:SofiaPro;src:local("SofiaPro-Regular"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/sofiapro-regular.woff) format("woff"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/sofiapro-regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:SofiaPro;src:local("SofiaPro-Semiold"),url(https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-ftc/a1a44f86d5ec7500dbfb.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:SofiaPro;src:local("SofiaPro-Bold"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/sofiapro-bold.woff) format("woff"),url(//lf16-tiktok-web.ttwstatic.com/obj/tiktok-web-common-sg/falcon/tiktok_fonts/sofiapro-bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap;}html body{overflow-y:overlay;}html *::-webkit-scrollbar{border-radius:0;width:8px;}html *::-webkit-scrollbar-track{border-radius:0;background-color:rgba(0, 0, 0, 0);}html *::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0, 0, 0, .15);}</style><script type="application/ld+json" id="WebSite">{"@context":"https://schema.org/","@type":"WebSite","@id":"https://www.tiktok.com/#website","url":"https://www.tiktok.com/en/","name":"TikTok - Make Your Day","description":"TikTok - trends start here. On a device or on the web, viewers can watch and discover millions of personalized short videos. Download the app to get started.","publisher":{"@type":"Organization","@id":"https://www.tiktok.com/#organization","name":"TikTok","url":"https://www.tiktok.com/en/","sameAs":["https://www.instagram.com/tiktok/","https://www.facebook.com/tiktok","https://www.twitter.com/tiktok_us","https://www.youtube.com/channel/UChPd_WHrv3O-XAXXHLixs7g"],"logo":{"@type":"ImageObject","url":"https://sf-tb-sg.ibytedtos.com/obj/eden-sg/uhtyvueh7nulogpoguhm/tiktok-icon2.png"}},"potentialAction":[{"@type":"SearchAction","target":"https://www.tiktok.com/search?q={search_term_string}","query-input":"required name=search_term_string"},{"@type":"SearchAction","target":"tiktok://search?keyword={search_term_string}","query-input":"required name=search_term_string"}]}</script><style data-emotion="tiktok 12azhi0-DivHeaderContainer">.tiktok-12azhi0-DivHeaderContainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-ms-flex-pack:space-around;-webkit-justify-content:space-around;justify-content:space-around;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.12);height:60px;width:100%;top:0;position:fixed;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(255, 255, 255, 1.0);z-index:1000;}</style><div style="right:0px" class="tiktok-12azhi0-DivHeaderContainer e10win0d0"><style data-emotion="tiktok notu47-DivHeaderWrapperMain">.tiktok-notu47-DivHeaderWrapperMain{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1150px;padding-right:24px;padding-left:20px;}</style><div class="tiktok-notu47-DivHeaderWrapperMain e10win0d1"><style data-emotion="tiktok 1431rw4-StyledLinkLogo">.tiktok-1431rw4-StyledLinkLogo{font-size:0;}</style><a data-e2e="tiktok-logo" class="tiktok-1431rw4-StyledLinkLogo e1an6zpe0" href="/"><svg height="42" width="118" alt="TikTok"><use xlink:href="#svg-header-logo"></use></svg><strong>TikTok</strong></a><style data-emotion="tiktok 1x100u9-DivHeaderCenterContainer">.tiktok-1x100u9-DivHeaderCenterContainer{position:relative;}@media screen and (max-width: 767px){.tiktok-1x100u9-DivHeaderCenterContainer{display:none;}}</style><div class="tiktok-1x100u9-DivHeaderCenterContainer e1lv5j0x0"><style data-emotion="tiktok thiumz-DivSearchFormContainer">.tiktok-thiumz-DivSearchFormContainer{position:relative;}</style><div class="tiktok-thiumz-DivSearchFormContainer eagc08l0"><style data-emotion="tiktok ru68kq-FormElement">.tiktok-ru68kq-FormElement{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 16px;background:rgba(22, 24, 35, 0.06);border-radius:92px;position:relative;overflow:hidden;z-index:1;margin:0;}</style><form class="search-input tiktok-ru68kq-FormElement ev30f210" action="/search"><style data-emotion="tiktok vzysje-InputElement">.tiktok-vzysje-InputElement{font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-weight:400;font-size:16px;line-height:22px;border:none;background:transparent;outline:none;padding:0;width:292px;caret-color:rgba(254, 44, 85, 1.0);-webkit-appearance:textfield;-moz-appearance:textfield;-ms-appearance:textfield;appearance:textfield;}.tiktok-vzysje-InputElement:focus~.ev30f211{display:block;}</style><input type="search" value="" placeholder="Search accounts" name="q" autoComplete="off" data-e2e="search-user-input" class="tiktok-vzysje-InputElement ev30f212"/><style data-emotion="tiktok 1l3fo4q-SpanSpliter">.tiktok-1l3fo4q-SpanSpliter{width:1px;height:28px;margin:-3px 0;background:rgba(22, 24, 35, 0.12);}</style><span class="tiktok-1l3fo4q-SpanSpliter ev30f215"></span><style data-emotion="tiktok 3n0ac4-ButtonSearch">.tiktok-3n0ac4-ButtonSearch{padding:11px 16px 11px 12px;margin:-12px -16px;font-size:0;cursor:pointer;outline:none;border:none;background:transparent;margin-left:0;}.tiktok-3n0ac4-ButtonSearch:hover{background:rgba(22, 24, 35, 0.03);}.tiktok-3n0ac4-ButtonSearch:active{background:rgba(22, 24, 35, 0.06);}</style><button type="submit" data-e2e="search-button" class="tiktok-3n0ac4-ButtonSearch ev30f216"><svg width="24" height="24" viewBox="0 0 48 48" fill="rgba(22, 24, 35, 0.34)" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22 10C15.3726 10 10 15.3726 10 22C10 28.6274 15.3726 34 22 34C28.6274 34 34 28.6274 34 22C34 15.3726 28.6274 10 22 10ZM6 22C6 13.1634 13.1634 6 22 6C30.8366 6 38 13.1634 38 22C38 25.6974 36.7458 29.1019 34.6397 31.8113L43.3809 40.5565C43.7712 40.947 43.7712 41.5801 43.3807 41.9705L41.9665 43.3847C41.5759 43.7753 40.9426 43.7752 40.5521 43.3846L31.8113 34.6397C29.1019 36.7458 25.6974 38 22 38C13.1634 38 6 30.8366 6 22Z"></path></svg></button><style data-emotion="tiktok 1dckc0v-DivInputBorder">.tiktok-1dckc0v-DivInputBorder{display:none;position:absolute;left:0;top:0;right:0;bottom:0;border:1.5px solid rgba(22, 24, 35, 0.2);border-radius:92px;z-index:-1;}</style><div class="tiktok-1dckc0v-DivInputBorder ev30f211"></div></form></div></div><style data-emotion="tiktok ba55d9-DivHeaderRightContainer">.tiktok-ba55d9-DivHeaderRightContainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;}</style><div class="tiktok-ba55d9-DivHeaderRightContainer e13wiwn60"><div><style data-emotion="tiktok 1w1wxiy-StyledLinkText">.tiktok-1w1wxiy-StyledLinkText{font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-weight:700;font-size:16px;line-height:22px;display:block;}</style><a href="/upload" data-e2e="upload-icon" class="tiktok-1w1wxiy-StyledLinkText e18d3d941">Upload </a></div><style data-emotion="tiktok 12ttq4c-StyledLoginButton">.tiktok-12ttq4c-StyledLoginButton{font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-weight:700;font-size:16px;line-height:22px;margin-left:16px;min-width:100px;}</style><style data-emotion="tiktok 1mm63h3-Button-StyledLoginButton">.tiktok-1mm63h3-Button-StyledLoginButton{border-radius:4px;border:none;color:rgba(255, 255, 255, 1.0);background-color:rgba(254, 44, 85, 1.0);min-width:164px;min-height:36px;font-size:18px;line-height:25px;font-weight:600;font-family:SofiaPro,PingFangSC,sans-serif;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:6px 8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box;font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-weight:700;font-size:16px;line-height:22px;margin-left:16px;min-width:100px;}.tiktok-1mm63h3-Button-StyledLoginButton:hover{background:linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),#FE2C55;}.tiktok-1mm63h3-Button-StyledLoginButton:active{background:linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),#FE2C55;}.tiktok-1mm63h3-Button-StyledLoginButton:disabled{border:none;color:rgba(22, 24, 35, 0.34);background-color:rgba(22, 24, 35, 0.06);pointer-events:none;}.tiktok-1mm63h3-Button-StyledLoginButton:focus{outline:none;}</style><button type="button" data-e2e="top-login-button" class="e13wiwn62 tiktok-1mm63h3-Button-StyledLoginButton ehk74z00">Log in</button><style data-emotion="tiktok 74g1sb-IMoreIconWrapper">.tiktok-74g1sb-IMoreIconWrapper{margin-left:16px;position:relative;cursor:pointer;font-style:normal;padding:0 4px;}</style><i data-e2e="see-more-icon" class="tiktok-74g1sb-IMoreIconWrapper e13wiwn63"><style data-emotion="tiktok lgo5n0-StyledEllipsisVertical">.tiktok-lgo5n0-StyledEllipsisVertical{width:20px;height:20px;display:block;}</style><svg class="tiktok-lgo5n0-StyledEllipsisVertical e13wiwn64" width="1em" height="1em" viewBox="0 0 48 48" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 4C26.2091 4 28 5.79086 28 8C28 10.2091 26.2091 12 24 12C21.7909 12 20 10.2091 20 8C20 5.79086 21.7909 4 24 4ZM24 20C26.2091 20 28 21.7909 28 24C28 26.2091 26.2091 28 24 28C21.7909 28 20 26.2091 20 24C20 21.7909 21.7909 20 24 20ZM24 36C26.2091 36 28 37.7909 28 40C28 42.2091 26.2091 44 24 44C21.7909 44 20 42.2091 20 40C20 37.7909 21.7909 36 24 36Z"></path></svg></i></div></div></div><style data-emotion="tiktok 19fglm-DivBodyContainer">.tiktok-19fglm-DivBodyContainer{margin-top:60px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100vw;max-width:1150px;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}</style><div class="tiktok-19fglm-DivBodyContainer eg65pf90"><div class="tiktok-r0hg2a-DivSideNavContainer eg65pf91"><div><style data-emotion="tiktok ixclwa-DivSideNavMask">@media screen and (max-width: 767px){.tiktok-ixclwa-DivSideNavMask{position:fixed;inset:59px 0 0;z-index:99;background-color:rgba(0, 0, 0, 0.6);opacity:0;pointer-events:none;}}</style><div class="tiktok-ixclwa-DivSideNavMask eg65pf92"></div><style data-emotion="tiktok 1ebkqxa-DivSideNavContainer">.tiktok-1ebkqxa-DivSideNavContainer{position:relative;width:356px;-webkit-flex:0 0 356px;-ms-flex:0 0 356px;flex:0 0 356px;}@media screen and (max-width: 767px){.tiktok-1ebkqxa-DivSideNavContainer{z-index:99;}}@media screen and (max-width: 1071px){.tiktok-1ebkqxa-DivSideNavContainer{width:72px;-webkit-flex:0 0 72px;-ms-flex:0 0 72px;flex:0 0 72px;}}</style><div class="tiktok-1ebkqxa-DivSideNavContainer e14l9ebt1"><style data-emotion="tiktok qstmns-StyledScroll">.tiktok-qstmns-StyledScroll{top:60px;bottom:0;width:356px;background:rgba(255, 255, 255, 1.0);position:fixed;z-index:99;padding-right:8px;}@media screen and (max-width: 1071px){.tiktok-qstmns-StyledScroll{padding:0 8px;width:72px;-webkit-flex:0 0 72px;-ms-flex:0 0 72px;flex:0 0 72px;border-right:1px solid rgba(22, 24, 35, 0.12);box-shadow:0px 2px 8px rgba(0, 0, 0, 0.06);}}</style><style data-emotion="tiktok 1cx1pch-DivScrollContainer-StyledScroll">.tiktok-1cx1pch-DivScrollContainer-StyledScroll{overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;perspective:1px;transform-style:preserve-3d;padding-right:12px;perspective-origin:right top;top:60px;bottom:0;width:356px;background:rgba(255, 255, 255, 1.0);position:fixed;z-index:99;padding-right:8px;}.tiktok-1cx1pch-DivScrollContainer-StyledScroll::-webkit-scrollbar{width:0;height:0;}.tiktok-1cx1pch-DivScrollContainer-StyledScroll:hover .e1b4u1n0{opacity:1;}@media screen and (max-width: 1071px){.tiktok-1cx1pch-DivScrollContainer-StyledScroll{padding:0 8px;width:72px;-webkit-flex:0 0 72px;-ms-flex:0 0 72px;flex:0 0 72px;border-right:1px solid rgba(22, 24, 35, 0.12);box-shadow:0px 2px 8px rgba(0, 0, 0, 0.06);}}</style><div class="e14l9ebt0 tiktok-1cx1pch-DivScrollContainer-StyledScroll e1b4u1n1"><style data-emotion="tiktok 1a4urrd-DivWrapper">.tiktok-1a4urrd-DivWrapper{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:20px 0 26px;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:100%;padding-left:8px;}@media screen and (max-width: 1071px){.tiktok-1a4urrd-DivWrapper{padding:12px 0 26px;}}</style><div class="tiktok-1a4urrd-DivWrapper e14l9ebt2"><style data-emotion="tiktok 1inll25-DivMainNavContainer">.tiktok-1inll25-DivMainNavContainer{margin-bottom:8px;padding:0;}@media screen and (max-width: 1071px){.tiktok-1inll25-DivMainNavContainer{padding:0;}}</style><div class="tiktok-1inll25-DivMainNavContainer e14l9ebt8"><div><style data-emotion="tiktok chxswy-StyledTmpLink">.tiktok-chxswy-StyledTmpLink{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px;box-sizing:border-box;border-radius:4px;-webkit-transition:background ease-in-out 200ms;transition:background ease-in-out 200ms;}.tiktok-chxswy-StyledTmpLink:hover{-webkit-text-decoration:none;text-decoration:none;}.tiktok-chxswy-StyledTmpLink:active{-webkit-text-decoration:none;text-decoration:none;}.tiktok-chxswy-StyledTmpLink:hover{background:rgba(22, 24, 35, 0.03);}.tiktok-chxswy-StyledTmpLink:active{background:rgba(22, 24, 35, 0.06);}@media screen and (max-width: 1071px){.tiktok-chxswy-StyledTmpLink{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}}</style><a data-e2e="nav-foryou" class="tiktok-chxswy-StyledTmpLink e14l9ebt5" href="/en"><svg width="32" height="32" viewBox="0 0 48 48" fill="rgba(254, 44, 85, 1.0)" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M24.9505 7.84001C24.3975 7.38666 23.6014 7.38666 23.0485 7.84003L6.94846 21.04C6.45839 21.4418 6.2737 22.1083 6.48706 22.705C6.70041 23.3017 7.26576 23.7 7.89949 23.7H10.2311L11.4232 36.7278C11.5409 38.0149 12.6203 39 13.9128 39H21.5C22.0523 39 22.5 38.5523 22.5 38V28.3153C22.5 27.763 22.9477 27.3153 23.5 27.3153H24.5C25.0523 27.3153 25.5 27.763 25.5 28.3153V38C25.5 38.5523 25.9477 39 26.5 39H34.0874C35.3798 39 36.4592 38.0149 36.577 36.7278L37.7691 23.7H40.1001C40.7338 23.7 41.2992 23.3017 41.5125 22.705C41.7259 22.1082 41.5412 21.4418 41.0511 21.04L24.9505 7.84001Z"></path></svg><style data-emotion="tiktok 1g27b7n-H2MainNavText">.tiktok-1g27b7n-H2MainNavText{color:rgba(254, 44, 85, 1.0);font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-weight:700;font-size:18px;line-height:25px;margin-left:8px;}@media screen and (max-width: 1071px){.tiktok-1g27b7n-H2MainNavText{display:none;}}</style><h2 class="tiktok-1g27b7n-H2MainNavText e14l9ebt7">For You</h2></a></div><div><a data-e2e="nav-following" class="tiktok-chxswy-StyledTmpLink e14l9ebt5" href="/following"><svg width="32" height="32" viewBox="0 0 48 48" fill="rgba(22, 24, 35, 1.0)" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 12.5C15.5897 12.5 13.5849 14.5018 13.5849 17.0345C13.5849 19.5672 15.5897 21.569 18 21.569C20.4103 21.569 22.4151 19.5672 22.4151 17.0345C22.4151 14.5018 20.4103 12.5 18 12.5ZM10.5849 17.0345C10.5849 12.9017 13.8766 9.5 18 9.5C22.1234 9.5 25.4151 12.9017 25.4151 17.0345C25.4151 21.1673 22.1234 24.569 18 24.569C13.8766 24.569 10.5849 21.1673 10.5849 17.0345ZM18 29.8793C14.0801 29.8793 10.7403 32.5616 9.69697 36.2673C9.5473 36.7989 9.03833 37.1708 8.49337 37.0811L7.50662 36.9189C6.96166 36.8292 6.58837 36.3131 6.72325 35.7776C8.00732 30.6788 12.5509 26.8793 18 26.8793C23.449 26.8793 27.9927 30.6788 29.2767 35.7776C29.4116 36.3131 29.0383 36.8292 28.4934 36.9189L27.5066 37.0811C26.9617 37.1708 26.4527 36.7989 26.303 36.2673C25.2597 32.5616 21.9199 29.8793 18 29.8793Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M33 31.5371C32.2445 31.5371 31.5198 31.668 30.8447 31.9093C30.3246 32.0951 29.7189 31.9243 29.4549 31.4392L28.9769 30.5608C28.713 30.0757 28.8907 29.463 29.4009 29.2516C30.513 28.791 31.7285 28.5371 33 28.5371C37.4554 28.5371 41.1594 31.6303 42.2706 35.7812C42.4135 36.3147 42.0386 36.8308 41.4935 36.9196L40.5065 37.0804C39.9614 37.1692 39.4546 36.7956 39.2894 36.2686C38.4217 33.5 35.91 31.5371 33 31.5371Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M33 18.5C31.6193 18.5 30.5 19.6193 30.5 21C30.5 22.3807 31.6193 23.5 33 23.5C34.3807 23.5 35.5 22.3807 35.5 21C35.5 19.6193 34.3807 18.5 33 18.5ZM27.5 21C27.5 17.9624 29.9624 15.5 33 15.5C36.0376 15.5 38.5 17.9624 38.5 21C38.5 24.0376 36.0376 26.5 33 26.5C29.9624 26.5 27.5 24.0376 27.5 21Z"></path></svg><style data-emotion="tiktok 1tfqc6a-H2MainNavText">.tiktok-1tfqc6a-H2MainNavText{color:rgba(22, 24, 35, 1.0);font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-weight:700;font-size:18px;line-height:25px;margin-left:8px;}@media screen and (max-width: 1071px){.tiktok-1tfqc6a-H2MainNavText{display:none;}}</style><h2 class="tiktok-1tfqc6a-H2MainNavText e14l9ebt7">Following</h2></a></div><div><a href="/live" data-e2e="nav-live" class="tiktok-chxswy-StyledTmpLink e14l9ebt5"><svg width="32" height="32" viewBox="0 0 32 32" fill="rgba(22, 24, 35, 1.0)" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.78511 10.3334C6.95518 10.3334 6.33301 10.9792 6.33301 11.7143V20.2858C6.33301 21.0209 6.95518 21.6667 7.78511 21.6667H18.5744C19.4043 21.6667 20.0265 21.0209 20.0265 20.2858V17.5602C20.0265 17.1826 20.2392 16.8372 20.5763 16.6672C20.9135 16.4973 21.3177 16.5317 21.6212 16.7563L25.6663 19.7488V12.2513L21.6212 15.2439C21.3177 15.4684 20.9135 15.5029 20.5763 15.3329C20.2392 15.1629 20.0265 14.8175 20.0265 14.4399V11.7143C20.0265 10.9792 19.4043 10.3334 18.5744 10.3334H7.78511ZM25.6855 12.2371C25.6831 12.2388 25.6839 12.2383 25.6839 12.2383L25.6855 12.2371ZM25.6716 12.2177C25.673 12.2212 25.6746 12.2243 25.6763 12.2269C25.6798 12.2324 25.6834 12.2355 25.6855 12.2371L25.6874 12.2383C25.6874 12.2383 25.6865 12.238 25.6839 12.2383M4.33301 11.7143C4.33301 9.81952 5.90653 8.33337 7.78511 8.33337H18.5744C20.453 8.33337 22.0265 9.81953 22.0265 11.7143V12.4562L24.4963 10.629C25.0929 10.1877 25.8879 10.1155 26.5542 10.4359C27.224 10.758 27.6663 11.4325 27.6663 12.1905V19.8096C27.6663 20.5676 27.224 21.2421 26.5542 21.5642C25.888 21.8846 25.0929 21.8124 24.4963 21.371L22.0265 19.5439V20.2858C22.0265 22.1806 20.453 23.6667 18.5744 23.6667H7.78511C5.90653 23.6667 4.33301 22.1806 4.33301 20.2858V11.7143Z"></path><path d="M15 15.134C15.6667 15.5189 15.6667 16.4811 15 16.866L12 18.5981C11.3333 18.983 10.5 18.5019 10.5 17.7321L10.5 14.2679C10.5 13.4981 11.3333 13.017 12 13.4019L15 15.134Z"></path></svg><h2 class="tiktok-1tfqc6a-H2MainNavText e14l9ebt7">LIVE</h2></a></div></div><style data-emotion="tiktok ms3iqs-DivFrameContainer">.tiktok-ms3iqs-DivFrameContainer{position:relative;padding:20px 8px 24px 8px;margin:0;}.tiktok-ms3iqs-DivFrameContainer::before{content:"";position:absolute;height:1px;left:8px;right:8px;background:rgba(22, 24, 35, .12);-webkit-transform:scaleY(.5);-moz-transform:scaleY(.5);-ms-transform:scaleY(.5);transform:scaleY(.5);top:0;}@media screen and (max-width: 1071px){.tiktok-ms3iqs-DivFrameContainer{display:none;}}</style><div class="tiktok-ms3iqs-DivFrameContainer efna91q0"><style data-emotion="tiktok 105v97b-PLoginHint">.tiktok-105v97b-PLoginHint{color:rgba(22, 24, 35, 0.5);font-size:16px;line-height:22px;}</style><p data-e2e="nav-login-tip" class="tiktok-105v97b-PLoginHint efna91q1">Log in to follow creators, like videos, and view comments.</p><style data-emotion="tiktok mxkhb9-StyledLogin">.tiktok-mxkhb9-StyledLogin{margin-top:20px;width:100%;}</style><style data-emotion="tiktok 7i6i4k-Button-StyledLogin">.tiktok-7i6i4k-Button-StyledLogin{border-width:1px;border-style:solid;border-radius:4px;color:rgba(254, 44, 85, 1.0);border-color:rgba(254, 44, 85, 1.0);background-color:rgba(255, 255, 255, 1.0);min-width:168px;min-height:48px;font-size:18px;line-height:25px;font-weight:600;font-family:SofiaPro,PingFangSC,sans-serif;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:6px 8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box;margin-top:20px;width:100%;}.tiktok-7i6i4k-Button-StyledLogin:hover{background-color:rgba(254, 44, 85, 0.06);}.tiktok-7i6i4k-Button-StyledLogin:active{background-color:rgba(254, 44, 85, 0.16);}.tiktok-7i6i4k-Button-StyledLogin:disabled{border-color:rgba(22, 24, 35, 0.12);background-color:rgba(255, 255, 255, 1.0);color:rgba(22, 24, 35, 0.34);pointer-events:none;}.tiktok-7i6i4k-Button-StyledLogin:focus{outline:none;}</style><button type="button" data-e2e="nav-login-button" class="efna91q2 tiktok-7i6i4k-Button-StyledLogin ehk74z00">Log in</button></div><style data-emotion="tiktok veslno-DivTopicContainer">.tiktok-veslno-DivTopicContainer{padding:16px 0;color:rgba(22, 24, 35, 0.75);font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-weight:600;font-size:14px;line-height:20px;position:relative;}.tiktok-veslno-DivTopicContainer::before{content:"";position:absolute;left:8px;right:8px;top:0;height:1px;background:rgba(22, 24, 35, 0.12);-webkit-transform:scaleY(0.5);-moz-transform:scaleY(0.5);-ms-transform:scaleY(0.5);transform:scaleY(0.5);}@media screen and (max-width: 1071px){.tiktok-veslno-DivTopicContainer{padding:8px 0;}}</style><div class="tiktok-veslno-DivTopicContainer ehbc6qq0"><style data-emotion="tiktok kkg08c-PTitle">.tiktok-kkg08c-PTitle{padding:0 8px;margin-bottom:8px;font-size:14px;line-height:20px;}@media screen and (max-width: 1071px){.tiktok-kkg08c-PTitle{display:none;}}</style><p class="tiktok-kkg08c-PTitle ehbc6qq1">Popular topics</p><style data-emotion="tiktok 7ze60i-StyledTopicItemLink">.tiktok-7ze60i-StyledTopicItemLink{padding:4px 8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border-radius:4px;margin-top:4px;-webkit-transition:background ease-in-out 200ms;transition:background ease-in-out 200ms;}.tiktok-7ze60i-StyledTopicItemLink:hover{-webkit-text-decoration:none;text-decoration:none;}.tiktok-7ze60i-StyledTopicItemLink:active{-webkit-text-decoration:none;text-decoration:none;}.tiktok-7ze60i-StyledTopicItemLink:hover{background:rgba(22, 24, 35, 0.03);}.tiktok-7ze60i-StyledTopicItemLink:active{background:rgba(22, 24, 35, 0.06);}</style><a data-topic="comedy" class="tiktok-7ze60i-StyledTopicItemLink ehbc6qq2" href="/topics/comedy"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="32" height="32" fill="rgba(22, 24, 35, 1.0)"><path fill-rule="evenodd" d="M24 38c6.29 0 11.45-4.84 11.959-11 .045-.55-.407-1-.959-1H13c-.552 0-1.004.45-.959 1 .508 6.16 5.668 11 11.959 11zm0-4a8 8 0 01-6.93-4h13.86A8 8 0 0124 34z" clip-rule="evenodd"></path><path d="M18.376 20.059c.312.455.738.941 1.29.941H21c.552 0 1.01-.452.901-.994a5.002 5.002 0 00-9.802 0c-.11.542.349.994.901.994h1.333c.553 0 .979-.486 1.291-.941a1.665 1.665 0 012.752 0zM33.667 21c-.553 0-.979-.486-1.291-.941a1.665 1.665 0 00-2.752 0c-.312.455-.738.941-1.29.941H27c-.552 0-1.01-.452-.901-.994a5.002 5.002 0 019.802 0c.11.542-.349.994-.901.994h-1.333z"></path><path fill-rule="evenodd" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24 12.954 4 24 4s20 8.954 20 20zm-4 0c0 8.837-7.163 16-16 16S8 32.837 8 24 15.163 8 24 8s16 7.163 16 16z" clip-rule="evenodd"></path></svg><style data-emotion="tiktok ln8kfo-H2TopicNavText">.tiktok-ln8kfo-H2TopicNavText{color:rgba(22, 24, 35, 1.0);font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-size:16px;line-height:22px;height:22px;line-height:24px;margin-left:10px;}@media screen and (max-width: 1071px){.tiktok-ln8kfo-H2TopicNavText{display:none;}}</style><h2 class="tiktok-ln8kfo-H2TopicNavText ehbc6qq3">Comedy</h2></a><a data-topic="gaming" class="tiktok-7ze60i-StyledTopicItemLink ehbc6qq2" href="/topics/gaming"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="32" height="32" fill="rgba(22, 24, 35, 1.0)"><path d="M17 14.5a1 1 0 011 1v2h2a1 1 0 011 1v2a1 1 0 01-1 1h-2v2a1 1 0 01-1 1h-2a1 1 0 01-1-1v-2h-2a1 1 0 01-1-1v-2a1 1 0 011-1h2v-2a1 1 0 011-1h2zM33 17.5a2 2 0 114 0 2 2 0 01-4 0zM31 19.5a2 2 0 100 4 2 2 0 000-4z"></path><path fill-rule="evenodd" d="M14 5.5c-5.523 0-10 4.477-10 10v19.369a7.631 7.631 0 0014.496 3.333l2.631-5.417a.2.2 0 01.18-.113h5.386a.2.2 0 01.18.113l2.63 5.417A7.631 7.631 0 0044 34.87V15.5c0-5.523-4.477-10-10-10H14zm-6 10a6 6 0 016-6h20a6 6 0 016 6v19.369a3.631 3.631 0 01-6.898 1.586l-2.631-5.418a4.2 4.2 0 00-3.778-2.365h-5.386a4.2 4.2 0 00-3.778 2.365l-2.631 5.418A3.632 3.632 0 018 34.869V15.5z" clip-rule="evenodd"></path></svg><h2 class="tiktok-ln8kfo-H2TopicNavText ehbc6qq3">Gaming</h2></a><a data-topic="food" class="tiktok-7ze60i-StyledTopicItemLink ehbc6qq2" href="/topics/food"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="32" height="32" fill="rgba(22, 24, 35, 1.0)"><path fill-rule="evenodd" d="M32.573 31.34c-.029-.197-.06-.397-.092-.597-.35-2.196-.869-4.52-1.175-5.489a11.393 11.393 0 00-2.836-4.657 11.31 11.31 0 00-4.668-2.793c-.987-.301-3.444-.95-5.729-1.4a46.377 46.377 0 00-.49-.094L11.06 37.91l21.514-6.569zm11.167.414c-.058.388-.339.703-.713.817L5.672 43.977a.522.522 0 01-.649-.653L16.291 6.023c.112-.372.42-.652.8-.715 3.497-.578 7.081-.34 10.477.695a23.13 23.13 0 019.547 5.712 23.3 23.3 0 015.801 9.525 23.397 23.397 0 01.825 10.514zM26.016 10.47c-2.265-.691-4.117-1.07-5.955-1.06l-.827 2.91.459.096c2.157.456 4.322 1.03 5.332 1.338 2.412.736 4.61 2.05 6.403 3.831a15.628 15.628 0 013.892 6.39c.363 1.152.855 3.368 1.21 5.44l.026.158 2.82-.81c.102-1.968-.152-3.766-.802-5.826a19.063 19.063 0 00-4.747-7.794 18.926 18.926 0 00-7.811-4.673zm-9.223 15.98a2.097 2.097 0 012.977 0 2.124 2.124 0 010 2.993 2.097 2.097 0 01-2.977 0 2.124 2.124 0 010-2.992zm10.42 0a2.097 2.097 0 00-2.977 0 2.124 2.124 0 000 2.993 2.097 2.097 0 002.977 0 2.124 2.124 0 000-2.992z" clip-rule="evenodd"></path></svg><h2 class="tiktok-ln8kfo-H2TopicNavText ehbc6qq3">Food</h2></a><a data-topic="dance" class="tiktok-7ze60i-StyledTopicItemLink ehbc6qq2" href="/topics/dance"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="32" height="32" fill="rgba(22, 24, 35, 1.0)"><path d="M38.61 4.402c.032-.114.048-.171.06-.196a.368.368 0 01.66 0c.012.025.028.082.06.195l.032.114c.065.23.098.344.133.45.55 1.67 1.897 2.986 3.622 3.54.11.035.228.068.465.133.076.022.114.032.132.039a.344.344 0 010 .646 2.093 2.093 0 01-.132.039c-.236.065-.355.098-.465.134-1.725.553-3.072 1.869-3.622 3.538-.035.107-.068.221-.133.45l-.032.114v.001c-.032.113-.048.17-.06.195a.368.368 0 01-.66 0c-.012-.025-.028-.082-.06-.195l-.032-.114c-.065-.23-.098-.344-.133-.45-.55-1.67-1.897-2.986-3.622-3.54a12.93 12.93 0 00-.465-.133c-.076-.022-.114-.032-.132-.039a.344.344 0 010-.646c.018-.007.056-.017.132-.039.236-.065.355-.098.465-.134 1.725-.553 3.072-1.869 3.622-3.538.035-.107.068-.221.133-.45l.032-.114z"></path><path fill-rule="evenodd" d="M24 44c-9.389 0-17-7.611-17-17 0-7.649 5.051-14.118 12-16.253V10a2 2 0 012-2h1V5a1 1 0 011-1h2a1 1 0 011 1v3h1a2 2 0 012 2v.747C35.949 12.882 41 19.351 41 27c0 9.389-7.611 17-17 17zm13.91-17c0 1.062-.12 2.097-.346 3.09H31.6a37.224 37.224 0 000-6.18h5.964c.226.993.345 2.028.345 3.09zm-9.413-3.09c.09.99.14 2.023.14 3.09 0 1.067-.05 2.1-.14 3.09h-8.994c-.09-.99-.14-2.023-.14-3.09 0-1.067.05-2.1.14-3.09h8.994zm2.704-3.092h5.262a13.958 13.958 0 00-7.478-6.807c.975 1.813 1.743 4.147 2.216 6.807zM24 13.091c.176 0 1.346.298 2.65 3.167.573 1.26 1.058 2.804 1.406 4.56h-8.112c.348-1.756.833-3.3 1.406-4.56 1.304-2.869 2.474-3.167 2.65-3.167zm-4.985.92c-.975 1.813-1.743 4.147-2.216 6.807h-5.262a13.958 13.958 0 017.478-6.807zm-2.216 19.17h-5.262a13.958 13.958 0 007.478 6.808c-.975-1.813-1.743-4.147-2.216-6.807zm12.186 6.808l.018-.032-.002.026-.016.006zm-.93-6.807c-.347 1.756-.832 3.3-1.405 4.56-1.304 2.869-2.474 3.167-2.65 3.167-.176 0-1.346-.298-2.65-3.167-.573-1.26-1.058-2.804-1.406-4.56h8.112z" clip-rule="evenodd"></path><path d="M7.688 36.322c.026-.092.039-.137.048-.157a.294.294 0 01.528 0c.01.02.022.065.048.157l.026.09c.052.184.078.276.106.36.44 1.336 1.517 2.389 2.897 2.831.088.029.183.055.372.107h.001c.06.018.091.026.105.032a.275.275 0 010 .517l-.105.03h-.002c-.188.053-.283.08-.37.108-1.38.442-2.458 1.495-2.898 2.83a9.43 9.43 0 00-.106.36l-.026.091a1.601 1.601 0 01-.048.157.294.294 0 01-.528 0 1.601 1.601 0 01-.048-.157l-.026-.09a9.431 9.431 0 00-.106-.36c-.44-1.336-1.517-2.389-2.898-2.831a10.268 10.268 0 00-.372-.108l-.105-.03a.275.275 0 010-.517c.014-.006.044-.014.105-.031h.001c.189-.053.284-.08.371-.108 1.38-.442 2.458-1.495 2.898-2.83.028-.086.054-.177.106-.36l.026-.091z"></path></svg><h2 class="tiktok-ln8kfo-H2TopicNavText ehbc6qq3">Dance</h2></a><a data-topic="beauty" class="tiktok-7ze60i-StyledTopicItemLink ehbc6qq2" href="/topics/beauty"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="32" height="32" fill="rgba(22, 24, 35, 1.0)"><path fill-rule="evenodd" d="M24.928 4.25a5.99 5.99 0 011.903.705l13.257 7.654a3.692 3.692 0 011.351 5.043.308.308 0 01-.42.113L30.027 11.42l-10.5 18.186 10.601 6.677a.5.5 0 01.167.673l-1.02 1.765a.5.5 0 01-.665.192l-11.083-5.843-1.25 2.166L27.27 41.58a.308.308 0 01.113.42 3.692 3.692 0 01-5.044 1.352L9.08 35.699a5.99 5.99 0 01-2.9-6.294 5.99 5.99 0 01.704-1.902L18.635 7.15a5.99 5.99 0 016.293-2.9zM12.813 33.236l13.75-23.816-.866-.5a3 3 0 00-4.098 1.098l-10.75 18.62a3 3 0 001.098 4.098l.866.5z" clip-rule="evenodd"></path><path d="M28.527 14.017l10.601 6.677a.5.5 0 01.167.673l-1.02 1.765a.5.5 0 01-.665.192l-11.083-5.843 2-3.464zM36.128 25.89l-10.601-6.676-2 3.464L34.61 28.52a.5.5 0 00.666-.192l1.019-1.765a.5.5 0 00-.167-.673zM22.527 24.41l10.601 6.677a.5.5 0 01.167.673l-1.02 1.764a.5.5 0 01-.665.193l-11.083-5.843 2-3.464z"></path></svg><h2 class="tiktok-ln8kfo-H2TopicNavText ehbc6qq3">Beauty</h2></a><a data-topic="animals" class="tiktok-7ze60i-StyledTopicItemLink ehbc6qq2" href="/topics/animals"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="32" height="32" fill="rgba(22, 24, 35, 1.0)"><path fill-rule="evenodd" d="M18 18c3.038 0 5.5-3.134 5.5-7S21.038 4 18 4s-5.5 3.134-5.5 7 2.462 7 5.5 7zm.744-4.521c.4-.51.756-1.373.756-2.479s-.356-1.97-.756-2.478C18.349 8.019 18.056 8 18 8c-.056 0-.349.019-.744.522-.4.509-.756 1.372-.756 2.478s.356 1.97.756 2.479c.395.502.688.521.744.521.056 0 .349-.019.744-.521zM9.5 28c3.038 0 5.5-2.91 5.5-6.5S12.538 15 9.5 15 4 17.91 4 21.5 6.462 28 9.5 28zm.835-4.488c.358-.422.665-1.12.665-2.012 0-.892-.307-1.59-.665-2.012-.35-.414-.66-.488-.835-.488-.176 0-.486.074-.836.488C8.307 19.91 8 20.608 8 21.5c0 .892.307 1.59.664 2.012.35.414.66.488.836.488.176 0 .486-.074.835-.488zM35.5 11c0 3.866-2.462 7-5.5 7s-5.5-3.134-5.5-7 2.462-7 5.5-7 5.5 3.134 5.5 7zm-4 0c0 1.106-.356 1.97-.756 2.479-.395.502-.688.521-.744.521-.056 0-.349-.019-.744-.521-.4-.51-.756-1.373-.756-2.479s.356-1.97.756-2.478C29.651 8.019 29.944 8 30 8c.056 0 .349.019.744.522.4.509.756 1.372.756 2.478zM38.5 28c3.038 0 5.5-2.91 5.5-6.5S41.538 15 38.5 15 33 17.91 33 21.5s2.462 6.5 5.5 6.5zm.836-4.488c.357-.422.664-1.12.664-2.012 0-.892-.307-1.59-.664-2.012-.35-.414-.66-.488-.836-.488-.175 0-.486.074-.836.488-.357.422-.664 1.12-.664 2.012 0 .892.307 1.59.664 2.012.35.414.66.488.836.488.175 0 .486-.074.836-.488zM16.508 25.027c2.978-6.721 12.04-6.697 14.985.04l1.193 2.73a7.78 7.78 0 001.81 2.57C39.586 35.123 36.398 44 29.6 44H18.42c-6.802 0-10.005-8.87-4.93-13.65a7.799 7.799 0 001.777-2.521l1.241-2.802zM29.601 40H18.42c-1.44 0-2.613-.884-3.157-2.391-.548-1.518-.259-3.19.97-4.348a11.8 11.8 0 002.69-3.812l1.242-2.802c1.567-3.537 6.11-3.53 7.662.022l1.193 2.73a11.782 11.782 0 002.744 3.89c1.228 1.147 1.52 2.812.977 4.326-.54 1.504-1.707 2.385-3.14 2.385z" clip-rule="evenodd"></path></svg><h2 class="tiktok-ln8kfo-H2TopicNavText ehbc6qq3">Animals</h2></a><a data-topic="sports" class="tiktok-7ze60i-StyledTopicItemLink ehbc6qq2" href="/topics/sports"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 28" width="32" height="32" fill="rgba(22, 24, 35, 1.0)"><mask id="sports_svg__a"><path d="M17.122 8.493c.81.385 1.57.859 2.266 1.408l4.465-7.734a1 1 0 00-.866-1.5h-7.02a1 1 0 00-.868.505L11.586 7.34a12.046 12.046 0 012.92.262l2.43-4.267h3.165l-2.979 5.159zM4.608 9.856a12 12 0 012.275-1.394L3.922 3.333h3.164l2.146 3.77 1.535-2.695-1.843-3.236a1 1 0 00-.87-.505h-7.02a1 1 0 00-.865 1.5l4.44 7.689zM13.092 16.122l-.805-2.48a.333.333 0 00-.634 0l-.806 2.48a.333.333 0 01-.317.23H7.923a.333.333 0 00-.196.603l2.11 1.532a.333.333 0 01.12.373l-.805 2.48c-.1.306.252.562.513.372l2.109-1.532a.333.333 0 01.392 0l2.108 1.532a.333.333 0 00.514-.373l-.806-2.48a.333.333 0 01.121-.372l2.109-1.532a.333.333 0 00-.196-.603H13.41a.333.333 0 01-.317-.23z"></path><path fill-rule="evenodd" d="M11.97 27.333a9.333 9.333 0 100-18.666 9.333 9.333 0 000 18.666zm0-2.666a6.667 6.667 0 100-13.334 6.667 6.667 0 000 13.334z" clip-rule="evenodd"></path></mask><path d="M17.122 8.493c.81.385 1.57.859 2.266 1.408l4.465-7.734a1 1 0 00-.866-1.5h-7.02a1 1 0 00-.868.505L11.586 7.34a12.046 12.046 0 012.92.262l2.43-4.267h3.165l-2.979 5.159zM4.608 9.856a12 12 0 012.275-1.394L3.922 3.333h3.164l2.146 3.77 1.535-2.695-1.843-3.236a1 1 0 00-.87-.505h-7.02a1 1 0 00-.865 1.5l4.44 7.689zM13.092 16.122l-.805-2.48a.333.333 0 00-.634 0l-.806 2.48a.333.333 0 01-.317.23H7.923a.333.333 0 00-.196.603l2.11 1.532a.333.333 0 01.12.373l-.805 2.48c-.1.306.252.562.513.372l2.109-1.532a.333.333 0 01.392 0l2.108 1.532a.333.333 0 00.514-.373l-.806-2.48a.333.333 0 01.121-.372l2.109-1.532a.333.333 0 00-.196-.603H13.41a.333.333 0 01-.317-.23z"></path><path fill-rule="evenodd" d="M11.97 27.333a9.333 9.333 0 100-18.666 9.333 9.333 0 000 18.666zm0-2.666a6.667 6.667 0 100-13.334 6.667 6.667 0 000 13.334z" clip-rule="evenodd"></path><path d="M19.388 9.9l-2.475 3.143 3.63 2.858 2.31-4-3.465-2zm-2.266-1.407l-3.464-2-2.165 3.75 3.91 1.861 1.719-3.611zm6.732-6.326l3.464 2-3.465-2zm-.867-1.5v-4 4zm-7.02 0v4-4zm-.868.505l3.476 1.98-3.476-1.98zM11.586 7.34L8.11 5.36 4.58 11.562l7.133-.224-.126-3.998zm2.92.263l-.842 3.91 2.867.617 1.45-2.548-3.475-1.98zm2.43-4.268v-4h-2.325l-1.15 2.02 3.475 1.98zm3.165 0l3.464 2 3.464-6h-6.928v4zM6.883 8.461l1.697 3.622 3.945-1.85-2.178-3.772-3.464 2zM4.608 9.856l-3.464 2 2.296 3.976 3.624-2.819-2.456-3.157zm-.686-6.523v-4h-6.929l3.465 6 3.464-2zm3.164 0l3.476-1.98-1.15-2.02H7.085v4zm2.146 3.77L5.757 9.081l3.475 6.103 3.476-6.103-3.476-1.98zm1.535-2.695l3.476 1.98 1.127-1.98-1.127-1.98-3.476 1.98zM8.924 1.172L12.4-.808l-3.476 1.98zm-8.755.995l-3.464 2 3.464-2zm12.118 11.475l3.804-1.236-3.804 1.236zm.805 2.48l3.804-1.236-3.804 1.236zm-1.44-2.48l3.805 1.236-3.804-1.236zm-.805 2.48l-3.804-1.236 3.804 1.236zm-3.12.833l2.351-3.236-2.35 3.236zm2.11 1.532l-2.352 3.236 2.351-3.236zm.12.373l3.805 1.236-3.805-1.236zm-.805 2.48l3.804 1.235-3.804-1.236zm.513.372l-2.351-3.236 2.35 3.236zm2.109-1.532l-2.351-3.236 2.35 3.236zm.392 0l2.35-3.236-2.35 3.236zm2.108 1.532l-2.35 3.236 2.35-3.236zm.514-.373l3.804-1.236-3.804 1.236zm-.806-2.48l-3.804 1.237 3.804-1.236zm.121-.372l2.351 3.236-2.351-3.236zm2.109-1.532l-2.351-3.236 2.351 3.236zm5.651-10.197a16.005 16.005 0 00-3.021-1.877l-3.44 7.223a8 8 0 011.511.94l4.95-6.286zM20.39.167L15.924 7.9l6.928 4 4.466-7.734-6.929-4zm2.599 4.5c-2.31 0-3.753-2.5-2.599-4.5l6.929 4c1.924-3.334-.482-7.5-4.33-7.5v8zm-7.02 0h7.02v-8h-7.02v8zm2.607-1.515a3 3 0 01-2.607 1.515v-8a5 5 0 00-4.345 2.526l6.952 3.959zm-3.513 6.167l3.513-6.167-6.952-3.96L8.11 5.36l6.952 3.959zM11.97 3.333c-.17 0-.34.003-.51.008l.252 7.996c.085-.002.171-.004.258-.004v-8zm3.377.358a16.048 16.048 0 00-3.377-.358v8c.585 0 1.152.063 1.694.18l1.683-7.822zm-1.886-2.337L11.03 5.622l6.952 3.96 2.43-4.269-6.951-3.959zm6.64-2.02h-3.165v8h3.165v-8zm.485 11.159l2.979-5.16-6.928-4-2.98 5.16 6.93 4zM5.185 4.84a16 16 0 00-3.033 1.859l4.912 6.314a8.001 8.001 0 011.516-.93L5.185 4.84zm-4.727.493l2.96 5.129 6.929-4-2.961-5.129-6.928 4zm6.628-6H3.922v8h3.164v-8zm5.622 5.79l-2.146-3.77-6.952 3.96 2.147 3.769 6.951-3.96zM7.291 2.428L5.757 5.123l6.951 3.959 1.535-2.694-6.952-3.96zm-1.843.723l1.843 3.236 6.952-3.958L12.4-.808l-6.952 3.96zm2.607 1.516A3 3 0 015.448 3.15L12.4-.808a5 5 0 00-4.345-2.525v8zm-7.02 0h7.02v-8h-7.02v8zm2.598-4.5c1.155 2-.289 4.5-2.598 4.5v-8c-3.85 0-6.255 4.166-4.33 7.5l6.928-4zm4.44 7.689L3.632.166l-6.928 4 4.44 7.69 6.927-4zM14.635 18a2.667 2.667 0 01-2.666 2.667v8c5.89 0 10.666-4.776 10.666-10.667h-8zm-2.666-2.667A2.667 2.667 0 0114.636 18h8c0-5.891-4.775-10.667-10.666-10.667v8zM9.303 18a2.667 2.667 0 012.667-2.667v-8C6.079 7.333 1.303 12.11 1.303 18h8zm2.667 2.667A2.667 2.667 0 019.303 18h-8c0 5.891 4.776 10.667 10.667 10.667v-8zM17.303 18a5.333 5.333 0 01-5.333 5.333v8c7.363 0 13.333-5.97 13.333-13.333h-8zm-5.333-5.333A5.333 5.333 0 0117.303 18h8c0-7.364-5.97-13.333-13.333-13.333v8zM6.636 18a5.333 5.333 0 015.334-5.333v-8C4.606 4.667-1.364 10.637-1.364 18h8zm5.334 5.333A5.333 5.333 0 016.636 18h-8c0 7.364 5.97 13.333 13.334 13.333v-8zm-3.488-8.455l.806 2.48 7.608-2.473-.805-2.479-7.609 2.472zm6.975 0c-1.098 3.379-5.877 3.378-6.975 0l7.609-2.472c-1.297-3.992-6.945-3.992-8.243 0l7.609 2.472zm-.806 2.48l.806-2.48-7.609-2.472-.805 2.48 7.608 2.472zm-4.12 2.994a4.333 4.333 0 004.12-2.994l-7.608-2.473a3.667 3.667 0 013.487-2.533v8zm-2.608 0h2.607v-8H7.923v8zm2.155-6.633c2.874 2.088 1.397 6.633-2.155 6.633v-8c-4.198 0-5.943 5.372-2.547 7.839l4.702-6.472zm2.11 1.532l-2.11-1.532-4.702 6.472 2.11 1.532 4.701-6.472zm1.574 4.845a4.333 4.333 0 00-1.575-4.845l-4.702 6.472a3.667 3.667 0 01-1.332-4.1l7.609 2.473zm-.806 2.48l.806-2.48-7.609-2.472-.805 2.479 7.608 2.472zm-5.642-4.1c2.873-2.088 6.74.721 5.642 4.1l-7.608-2.473c-1.298 3.992 3.272 7.312 6.668 4.845l-4.702-6.472zm2.109-1.532l-2.11 1.532 4.703 6.472 2.109-1.532-4.702-6.473zm5.094 0a4.333 4.333 0 00-5.094 0l4.702 6.472a3.667 3.667 0 01-4.31 0l4.702-6.473zm2.109 1.532l-2.11-1.532-4.702 6.472 2.11 1.532 4.702-6.472zm-5.643 4.1c-1.097-3.379 2.769-6.188 5.643-4.1l-4.703 6.472c3.396 2.467 7.966-.853 6.669-4.845l-7.609 2.472zm-.805-2.48l.805 2.48 7.609-2.473-.806-2.48-7.608 2.473zm1.574-4.845a4.333 4.333 0 00-1.574 4.845l7.608-2.472a3.667 3.667 0 01-1.332 4.1l-4.702-6.473zm2.109-1.532l-2.11 1.532 4.703 6.472 2.11-1.532-4.703-6.472zm2.155 6.633c-3.552 0-5.029-4.545-2.155-6.633l4.702 6.472c3.396-2.467 1.65-7.84-2.547-7.84v8zm-2.607 0h2.607v-8H13.41v8zm-4.121-2.994a4.333 4.333 0 004.121 2.994v-8a3.667 3.667 0 013.487 2.534l-7.608 2.472z" mask="url(#sports_svg__a)"></path></svg><h2 class="tiktok-ln8kfo-H2TopicNavText ehbc6qq3">Sports</h2></a></div><style data-emotion="tiktok 1liq5tk-DivUserContainer">.tiktok-1liq5tk-DivUserContainer{padding:16px 0;color:rgba(22, 24, 35, 0.75);font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-weight:600;font-size:14px;line-height:20px;position:relative;}.tiktok-1liq5tk-DivUserContainer::before{content:"";position:absolute;left:8px;right:8px;top:0;height:1px;background:rgba(22, 24, 35, 0.12);-webkit-transform:scaleY(0.5);-moz-transform:scaleY(0.5);-ms-transform:scaleY(0.5);transform:scaleY(0.5);}@media screen and (max-width: 1071px){.tiktok-1liq5tk-DivUserContainer{padding:8px 0;}}</style><div class="tiktok-1liq5tk-DivUserContainer e4a681b0"><p data-e2e="suggest-accounts" class="tiktok-kkg08c-PTitle e4a681b1">Suggested accounts</p><style data-emotion="tiktok zxrg48-DivUserSkeletonContainerV2">.tiktok-zxrg48-DivUserSkeletonContainerV2{padding:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;}@media screen and (max-width: 1071px){.tiktok-zxrg48-DivUserSkeletonContainerV2{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:48px;height:48px;margin-bottom:0;padding:0 8px;border-radius:4px;margin-left:2px;}}</style><div class="tiktok-zxrg48-DivUserSkeletonContainerV2 e797se213"><style data-emotion="tiktok 1jfrc7x-DivBaseComponent-StyledAvatar animation-91vjld">.tiktok-1jfrc7x-DivBaseComponent-StyledAvatar{background-color:#f1f1f1;border-radius:4px;background-image:linear-gradient(90deg, rgba(22, 24, 35, 0) 0%, rgba(22, 24, 35, .04) 50%, rgba(22, 24, 35, 0) 100%);-webkit-background-size:200% 100%;background-size:200% 100%;background-repeat:no-repeat;width:100%;height:100%;border-radius:100%;-webkit-animation:animation-91vjld cubic-bezier(0, 0, 1, 1) 1.5s infinite;animation:animation-91vjld cubic-bezier(0, 0, 1, 1) 1.5s infinite;}@-webkit-keyframes animation-91vjld{0%{background-position-x:200%;}100%{background-position-x:-150%;}}@keyframes animation-91vjld{0%{background-position-x:200%;}100%{background-position-x:-150%;}}</style><div style="width:32px;height:32px" class="tiktok-1jfrc7x-DivBaseComponent-StyledAvatar e12rwi322"></div><style data-emotion="tiktok ed9j42-DivSkeletonTitleGroup">.tiktok-ed9j42-DivSkeletonTitleGroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-around;-ms-flex-pack:space-around;-webkit-justify-content:space-around;justify-content:space-around;height:48px;margin-left:12px;}@media screen and (max-width: 1071px){.tiktok-ed9j42-DivSkeletonTitleGroup{display:none;}}</style><div class="tiktok-ed9j42-DivSkeletonTitleGroup e797se214"><style data-emotion="tiktok 1xxodjj-DivBaseComponent-StyledTitle animation-91vjld">.tiktok-1xxodjj-DivBaseComponent-StyledTitle{background-color:#f1f1f1;border-radius:4px;background-image:linear-gradient(90deg, rgba(22, 24, 35, 0) 0%, rgba(22, 24, 35, .04) 50%, rgba(22, 24, 35, 0) 100%);-webkit-background-size:200% 100%;background-size:200% 100%;background-repeat:no-repeat;width:100%;height:100%;height:16px;width:40%;-webkit-animation:animation-91vjld cubic-bezier(0, 0, 1, 1) 1.5s infinite;animation:animation-91vjld cubic-bezier(0, 0, 1, 1) 1.5s infinite;}@-webkit-keyframes animation-91vjld{0%{background-position-x:200%;}100%{background-position-x:-150%;}}@keyframes animation-91vjld{0%{background-position-x:200%;}100%{background-position-x:-150%;}}</style><div style="width:107px;height:12px" class="tiktok-1xxodjj-DivBaseComponent-StyledTitle e12rwi323"></div><div style="width:66px;height:12px" class="tiktok-1xxodjj-DivBaseComponent-StyledTitle e12rwi323"></div></div></div></div><style data-emotion="tiktok 1clhv1s-DivPlaceholder">.tiktok-1clhv1s-DivPlaceholder{-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;}</style><div class="tiktok-1clhv1s-DivPlaceholder e14l9ebt6"></div><style data-emotion="tiktok 1oisxeb-DivFooterContainer">.tiktok-1oisxeb-DivFooterContainer{position:relative;padding-top:16px;padding-left:8px;}.tiktok-1oisxeb-DivFooterContainer::before{content:"";position:absolute;left:8px;right:8px;top:0;height:1px;background:rgba(22, 24, 35, 0.12);-webkit-transform:scaleY(0.5);-moz-transform:scaleY(0.5);-ms-transform:scaleY(0.5);transform:scaleY(0.5);}@media screen and (max-width: 1071px){.tiktok-1oisxeb-DivFooterContainer{display:none;}}</style><div class="tiktok-1oisxeb-DivFooterContainer el3hfgg0"><style data-emotion="tiktok 1lepjzi-DivLinkContainer">.tiktok-1lepjzi-DivLinkContainer{margin-bottom:8px;}</style><div class="tiktok-1lepjzi-DivLinkContainer el3hfgg1"><style data-emotion="tiktok 4fb5qk-StyledNavLink">.tiktok-4fb5qk-StyledNavLink{color:rgba(22, 24, 35, 0.5);font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-weight:600;font-size:12px;line-height:17px;display:inline-block;margin-right:6px;margin-top:5px;}.tiktok-4fb5qk-StyledNavLink:hover,.tiktok-4fb5qk-StyledNavLink:active,.tiktok-4fb5qk-StyledNavLink:link{color:rgba(22, 24, 35, 0.5);}</style><a href="https://www.tiktok.com/about?lang=en" data-e2e="page-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">About</a><a href="https://newsroom.tiktok.com/" data-e2e="page-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Newsroom</a><a href="https://www.tiktok.com/store?lang=en" data-e2e="page-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Store</a><a href="https://www.tiktok.com/about/contact?lang=en" data-e2e="page-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Contact</a><a href="https://careers.tiktok.com" data-e2e="page-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Careers</a><a href="https://www.bytedance.com/" data-e2e="page-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">ByteDance</a><a href="https://www.tiktok.com/directory?lang=en" data-e2e="page-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Creator Directory</a></div><div class="tiktok-1lepjzi-DivLinkContainer el3hfgg1"><a href="https://www.tiktok.com/forgood" data-e2e="program-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">TikTok for Good</a><a href="https://www.tiktok.com/business/?attr_medium=tt_official_site_guidance&attr_source=tt_official_site&refer=tiktok_web" data-e2e="program-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Advertise</a><a href="https://developers.tiktok.com/?refer=tiktok_web" data-e2e="program-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Developers</a><a href="https://www.tiktok.com/transparency?lang=en" data-e2e="program-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Transparency</a><a href="https://www.tiktok.com/tiktok-rewards/en" data-e2e="program-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">TikTok Rewards</a></div><div class="tiktok-1lepjzi-DivLinkContainer el3hfgg1"><a href="https://support.tiktok.com/en" data-e2e="legal-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Help</a><a href="https://www.tiktok.com/safety?lang=en" data-e2e="legal-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Safety</a><a href="https://www.tiktok.com/legal/terms-of-service?lang=en" data-e2e="legal-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Terms</a><a href="https://www.tiktok.com/legal/privacy-policy-row?lang=en" data-e2e="legal-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Privacy</a><a href="https://www.tiktok.com/creators/creator-portal/en-us/" data-e2e="legal-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Creator Portal</a><a href="https://www.tiktok.com/community-guidelines?lang=en" data-e2e="legal-link" target="_blank" class="tiktok-4fb5qk-StyledNavLink el3hfgg3">Community Guidelines</a></div><style data-emotion="tiktok ztf279-SpanCopyright">.tiktok-ztf279-SpanCopyright{color:rgba(22, 24, 35, 0.5);font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-weight:600;font-size:12px;line-height:17px;display:inline-block;margin-right:6px;margin-top:5px;}.tiktok-ztf279-SpanCopyright:hover,.tiktok-ztf279-SpanCopyright:active,.tiktok-ztf279-SpanCopyright:link{color:rgba(22, 24, 35, 0.5);}</style><span data-e2e="copyright" class="tiktok-ztf279-SpanCopyright el3hfgg2">© <!-- -->2022 TikTok</span></div></div><style data-emotion="tiktok l5ex3n-DivScrollBar">.tiktok-l5ex3n-DivScrollBar{position:absolute;padding:0 4px;top:0;transform-origin:right top;-webkit-transition:opacity .5s;transition:opacity .5s;opacity:0;right:0;transform-origin:right top;}</style><div style="height:0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,-1) scale(NaN) translateZ(NaNpx) translateZ(-2px)" class="tiktok-l5ex3n-DivScrollBar e1b4u1n0"><style data-emotion="tiktok 4jy5wt-DivScrollBarThumb">.tiktok-4jy5wt-DivScrollBarThumb{width:6px;height:100%;border-radius:3px;background:rgba(22, 24, 35, .06);}</style><div class="tiktok-4jy5wt-DivScrollBarThumb e1b4u1n3"></div></div></div></div></div></div><style data-emotion="tiktok 1id9666-DivMainContainer">.tiktok-1id9666-DivMainContainer{margin-right:16px;margin-left:16px;width:692px;max-width:692px;padding:24px 0;position:relative;}</style><div class="tiktok-1id9666-DivMainContainer evzvjqg0"><div><style data-emotion="tiktok 1p48f7x-DivItemContainer">.tiktok-1p48f7x-DivItemContainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;padding:20px 0;position:relative;max-width:692px;}.tiktok-1p48f7x-DivItemContainer::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;-webkit-transform:scaleY(0.5);-moz-transform:scaleY(0.5);-ms-transform:scaleY(0.5);transform:scaleY(0.5);background:rgba(22, 24, 35, 0.2);}@media screen and (max-width: 1079px){.tiktok-1p48f7x-DivItemContainer{width:calc(100vw - 388px);}}@media screen and (max-width: 1071px){.tiktok-1p48f7x-DivItemContainer{width:592px;max-width:592px;}}@media screen and (max-width: 767px){.tiktok-1p48f7x-DivItemContainer{width:calc(100vw - 32px - 68px);}}</style><div data-e2e="recommend-list-item-container" class="tiktok-1p48f7x-DivItemContainer ecck2zc0"><style data-emotion="tiktok 8wecda">.tiktok-8wecda{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;}.tiktok-8wecda:hover~.ecck2zc1 .e1aily490,.tiktok-8wecda:hover~.e1aily491 .e1aily490{-webkit-text-decoration:underline;text-decoration:underline;}@media screen and (max-width: 479px){.tiktok-8wecda{display:none;}}</style><a class="avatar-anchor tiktok-8wecda ecck2zc4" data-e2e="video-author-avatar" href="/@itsparkerjack"><style data-emotion="tiktok uha12h-DivContainer">.tiktok-uha12h-DivContainer{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}</style><div class="tiktok-uha12h-DivContainer e1vl87hj1" style="width:56px;height:56px"><style data-emotion="tiktok 1hmwtp5-StyledAvatar">.tiktok-1hmwtp5-StyledAvatar{border-color:rgba(22, 24, 35, 0.12);border-width:0.5px;cursor:pointer;}</style><style data-emotion="tiktok gigx3u-SpanAvatarContainer-StyledAvatar">.tiktok-gigx3u-SpanAvatarContainer-StyledAvatar{display:inline-block;box-sizing:border-box;margin:0;padding:0;font-feature-settings:"tnum";position:relative;overflow:hidden;color:#fff;white-space:nowrap;text-align:center;vertical-align:middle;line-height:32px;border-radius:50%;background-color:rgba(136, 136, 136, 0.5);border-color:rgba(22, 24, 35, 0.12);border-width:0.5px;cursor:pointer;}</style><span shape="circle" style="width:56px;height:56px" class="e1vl87hj2 tiktok-gigx3u-SpanAvatarContainer-StyledAvatar e1e9er4e0"><style data-emotion="tiktok 1zpj2q-ImgAvatar">.tiktok-1zpj2q-ImgAvatar{width:100%;height:100%;object-fit:cover;}</style><img loading="lazy" src="https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/351cc93a4d89a02796783897e6f41a53~c5_100x100.jpeg?x-expires=1652324400&x-signature=TZ7bRNJxo6NH8MwyEdwZTRoKXes%3D" class="tiktok-1zpj2q-ImgAvatar e1e9er4e1"/></span></div></a><style data-emotion="tiktok 10gdph9-DivContentContainer">.tiktok-10gdph9-DivContentContainer{margin-left:12px;width:624px;-webkit-flex:1 1 624px;-ms-flex:1 1 624px;flex:1 1 624px;}@media screen and (max-width: 479px){.tiktok-10gdph9-DivContentContainer{margin-left:0;width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;}}</style><div class="tiktok-10gdph9-DivContentContainer ecck2zc1"><style data-emotion="tiktok 1hhj6ie-DivTextInfoContainer">.tiktok-1hhj6ie-DivTextInfoContainer{margin-right:114px;}</style><div class="tiktok-1hhj6ie-DivTextInfoContainer ecck2zc7"><style data-emotion="tiktok 1mnwhn0-DivAuthorContainer">.tiktok-1mnwhn0-DivAuthorContainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.tiktok-1mnwhn0-DivAuthorContainer .avatar-anchor{display:none;margin-right:12px;}@media screen and (max-width: 479px){.tiktok-1mnwhn0-DivAuthorContainer{margin-bottom:12px;}.tiktok-1mnwhn0-DivAuthorContainer .avatar-anchor{display:block;}}</style><div class="tiktok-1mnwhn0-DivAuthorContainer ecck2zc6"><a class="avatar-anchor tiktok-8wecda ecck2zc4" href="/@itsparkerjack"><div class="tiktok-uha12h-DivContainer e1vl87hj1" style="width:40px;height:40px"><span shape="circle" style="width:40px;height:40px" class="e1vl87hj2 tiktok-gigx3u-SpanAvatarContainer-StyledAvatar e1e9er4e0"><img loading="lazy" src="https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/351cc93a4d89a02796783897e6f41a53~c5_100x100.jpeg?x-expires=1652324400&x-signature=TZ7bRNJxo6NH8MwyEdwZTRoKXes%3D" class="tiktok-1zpj2q-ImgAvatar e1e9er4e1"/></span></div></a><style data-emotion="tiktok 1wozk2e-StyledAuthorAnchor">.tiktok-1wozk2e-StyledAuthorAnchor{display:block;}.tiktok-1wozk2e-StyledAuthorAnchor:hover{-webkit-text-decoration:none;text-decoration:none;}.tiktok-1wozk2e-StyledAuthorAnchor:hover .e1aily490{-webkit-text-decoration:underline;text-decoration:underline;}@media screen and (max-width: 479px){.tiktok-1wozk2e-StyledAuthorAnchor{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}}</style><a class="tiktok-1wozk2e-StyledAuthorAnchor e1aily491" href="/@itsparkerjack"><style data-emotion="tiktok debnpy-H3AuthorTitle">.tiktok-debnpy-H3AuthorTitle{font-family:SofiaPro,Arial,Tahoma,PingFangSC,sans-serif;font-weight:700;font-size:18px;line-height:25px;display:inline-block;margin-right:4px;}@media screen and (max-width: 767px){.tiktok-debnpy-H3AuthorTitle{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}}</style><h3 data-e2e="video-author-uniqueid" class="tiktok-debnpy-H3AuthorTitle e1aily490">itsparkerjack</h3><style data-emotion="tiktok 7uj1aq-H4AuthorName">.tiktok-7uj1aq-H4AuthorName{font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-weight:400;font-size:14px;line-height:20px;display:inline-block;line-height:28px;}@media screen and (max-width: 767px){.tiktok-7uj1aq-H4AuthorName{display:block;line-height:20px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}}</style><h4 data-e2e="video-author-nickname" class="tiktok-7uj1aq-H4AuthorName e1aily492">Parker</h4></a></div><style data-emotion="tiktok msc624-StyledFollowButton">.tiktok-msc624-StyledFollowButton{right:0;position:absolute;top:28px;min-width:88px;padding:0 10px;}.tiktok-msc624-StyledFollowButton>svg{margin-right:6px;}</style><style data-emotion="tiktok jcprrh-Button-StyledFollowButton">.tiktok-jcprrh-Button-StyledFollowButton{border-width:1px;border-style:solid;border-radius:4px;color:rgba(254, 44, 85, 1.0);border-color:rgba(254, 44, 85, 1.0);background-color:rgba(255, 255, 255, 1.0);min-width:106px;min-height:28px;font-size:16px;line-height:22px;font-weight:600;font-family:ProximaNova,PingFangSC,sans-serif;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:6px 8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box;right:0;position:absolute;top:28px;min-width:88px;padding:0 10px;}.tiktok-jcprrh-Button-StyledFollowButton:hover{background-color:rgba(254, 44, 85, 0.06);}.tiktok-jcprrh-Button-StyledFollowButton:active{background-color:rgba(254, 44, 85, 0.16);}.tiktok-jcprrh-Button-StyledFollowButton:disabled{border-color:rgba(22, 24, 35, 0.12);background-color:rgba(255, 255, 255, 1.0);color:rgba(22, 24, 35, 0.34);pointer-events:none;}.tiktok-jcprrh-Button-StyledFollowButton:focus{outline:none;}.tiktok-jcprrh-Button-StyledFollowButton>svg{margin-right:6px;}</style><button type="button" data-e2e="feed-follow" class="eqy70r40 tiktok-jcprrh-Button-StyledFollowButton ehk74z00">Follow</button><style data-emotion="tiktok 1ejylhp-DivContainer">.tiktok-1ejylhp-DivContainer{font-size:16px;line-height:22px;}@media screen and (max-width: 479px){.tiktok-1ejylhp-DivContainer{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}}</style><div data-e2e="video-desc" class="tiktok-1ejylhp-DivContainer e18aywvs0"><style data-emotion="tiktok j2a19r-SpanText">.tiktok-j2a19r-SpanText{font-weight:400;}</style><span class="tiktok-j2a19r-SpanText e7nizj40">Should I be a rapper?🖤 </span><style data-emotion="tiktok q3q1i1-StyledCommonLink">.tiktok-q3q1i1-StyledCommonLink{display:inline-block;}</style><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/song"><style data-emotion="tiktok f9vo34-StrongText">.tiktok-f9vo34-StrongText{font-weight:600;}</style><strong class="tiktok-f9vo34-StrongText e18aywvs1">#song<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/sadstory"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#sadstory<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/sad"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#sad<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/fyp"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#fyp<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/viral"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#viral<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/sadsong"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#sadsong<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/sadvibes"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#sadvibes<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/upset"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#upset<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/hurt"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#hurt<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/pain"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#pain<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/alone"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#alone<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/adhd"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#adhd<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"></span></div><style data-emotion="tiktok 9y3z7x-H4Link">.tiktok-9y3z7x-H4Link{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;display:block;font-weight:600;font-size:16px;line-height:22px;margin-top:4px;margin-bottom:12px;}@media screen and (max-width: 767px){.tiktok-9y3z7x-H4Link{max-width:250px;}}</style><h4 data-e2e="video-music" class="tiktok-9y3z7x-H4Link eofn35l0"><a href="/music/Everybody-Dies-In-Their-Nightmares-6757244841404401666"><style data-emotion="tiktok 812w79-SvgIcon">.tiktok-812w79-SvgIcon{-webkit-transform:translateY(4px);-moz-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px);margin-right:5px;}</style><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" class="tiktok-812w79-SvgIcon eofn35l1"><use xlink:href="#svg-music-note"></use></svg>Everybody Dies In Their Nightmares - XXXTENTACION</a></h4></div><style data-emotion="tiktok kd7foj-DivVideoWrapper">.tiktok-kd7foj-DivVideoWrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}</style><div class="tiktok-kd7foj-DivVideoWrapper e71rlrn16"><style data-emotion="tiktok 1lh5noh-DivVideoCardContainer">.tiktok-1lh5noh-DivVideoCardContainer{position:relative;box-sizing:border-box;background:#eee center no-repeat;-webkit-background-size:cover;background-size:cover;cursor:pointer;border-radius:8px;overflow:hidden;margin-right:20px;height:600px;}@media screen and (max-width: 1919px){.tiktok-1lh5noh-DivVideoCardContainer{height:calc(450px + (100vw - 768px) / 1152 * 100);}}@media screen and (max-width: 767px){.tiktok-1lh5noh-DivVideoCardContainer{height:calc(380px + (100vw - 480px) / 288 * 20);}}@media screen and (max-width: 479px){.tiktok-1lh5noh-DivVideoCardContainer{width:calc(100vw - 32px - 60px);height:auto;}}</style><div data-e2e="feed-video" class="tiktok-1lh5noh-DivVideoCardContainer e71rlrn7"><style data-emotion="tiktok 196h150-CanvasVideoCardPlaceholder">.tiktok-196h150-CanvasVideoCardPlaceholder{display:block;visibility:hidden;height:100%;}@media screen and (max-width: 479px){.tiktok-196h150-CanvasVideoCardPlaceholder{width:100%;height:auto;}}</style><canvas width="56.14035087719298" height="100" class="tiktok-196h150-CanvasVideoCardPlaceholder e71rlrn0"></canvas><style data-emotion="tiktok 1rgp3yx-DivVideoPlayerContainer">.tiktok-1rgp3yx-DivVideoPlayerContainer{position:absolute;left:0;top:0;width:100%;height:100%;}.tiktok-1rgp3yx-DivVideoPlayerContainer:hover .e71rlrn8,.tiktok-1rgp3yx-DivVideoPlayerContainer:hover .e71rlrn9,.tiktok-1rgp3yx-DivVideoPlayerContainer:hover .e71rlrn10,.tiktok-1rgp3yx-DivVideoPlayerContainer:hover .e71rlrn11,.tiktok-1rgp3yx-DivVideoPlayerContainer:hover .e71rlrn13,.tiktok-1rgp3yx-DivVideoPlayerContainer:hover .ek83qou6{opacity:1;}</style><div class="tiktok-1rgp3yx-DivVideoPlayerContainer e71rlrn15"><style data-emotion="tiktok yf3ohr-DivContainer">.tiktok-yf3ohr-DivContainer{width:100%;height:100%;overflow:hidden;position:relative;background-color:rgba(22, 24, 35, .06);-webkit-background-size:cover;background-size:cover;background-repeat:no-repeat;-webkit-background-position:center;background-position:center;}</style><div mode="0" class="tiktok-yf3ohr-DivContainer e1yey0rl0"><style data-emotion="tiktok 1itcwxg-ImgPoster">.tiktok-1itcwxg-ImgPoster{width:100%;height:100%;object-fit:cover;}</style><img mode="0" src="https://p16-sign-va.tiktokcdn.com/obj/tos-maliva-p-0068/8921dd079ebe47e7a83afd64ff4d0bfa?x-expires=1652173200&x-signature=IgCM25gAdM5%2Fbvw2xoc6tL9cQXU%3D" alt="Should I be a rapper?🖤 #song #sadstory #sad #fyp #viral #sadsong #sadvibes #upset #hurt #pain #alone #adhd" loading="lazy" class="tiktok-1itcwxg-ImgPoster e1yey0rl1"/></div><style data-emotion="tiktok mlcjt3-DivPlayIconContainer-StyledDivPlayIconContainer">.tiktok-mlcjt3-DivPlayIconContainer-StyledDivPlayIconContainer{left:12px;position:absolute;bottom:12px;padding:10px;width:40px;height:40px;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:0;bottom:26px;}</style><div data-e2e="video-play" class="tiktok-mlcjt3-DivPlayIconContainer-StyledDivPlayIconContainer e71rlrn9"><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#fff"><use xlink:href="#svg-play-fill"></use></svg></div><style data-emotion="tiktok q09c19-DivVoiceControlContainer">.tiktok-q09c19-DivVoiceControlContainer{position:absolute;bottom:26px;left:unset;right:12px;}</style><div class="tiktok-q09c19-DivVoiceControlContainer e71rlrn12"><style data-emotion="tiktok 1vkl2c4-DivMuteIconContainer">.tiktok-1vkl2c4-DivMuteIconContainer{padding:8px;opacity:1;width:40px;height:40px;-webkit-transition:opacity .3s;transition:opacity .3s;}</style><div data-e2e="video-sound" class="tiktok-1vkl2c4-DivMuteIconContainer e71rlrn11"><svg width="24" height="24" viewBox="0 0 48 48" fill="#fff" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M25 10.8685C25 8.47242 22.3296 7.04325 20.3359 8.37236L10.3944 15H6C4.34315 15 3 16.3431 3 18V30C3 31.6568 4.34314 33 6 33H10.3944L20.3359 39.6276C22.3296 40.9567 25 39.5276 25 37.1315V10.8685ZM29.2929 18.1213L35.1716 24L29.2929 29.8787C28.9024 30.2692 28.9024 30.9024 29.2929 31.2929L30.7071 32.7071C31.0976 33.0976 31.7308 33.0976 32.1213 32.7071L38 26.8284L43.8787 32.7071C44.2692 33.0976 44.9024 33.0976 45.2929 32.7071L46.7071 31.2929C47.0976 30.9024 47.0976 30.2692 46.7071 29.8787L40.8284 24L46.7071 18.1213C47.0976 17.7308 47.0976 17.0976 46.7071 16.7071L45.2929 15.2929C44.9024 14.9024 44.2692 14.9024 43.8787 15.2929L38 21.1716L32.1213 15.2929C31.7308 14.9024 31.0976 14.9024 30.7071 15.2929L29.2929 16.7071C28.9024 17.0976 28.9024 17.7308 29.2929 18.1213Z"></path></svg></div></div><style data-emotion="tiktok fxqf0v-DivVideoControlBottom">.tiktok-fxqf0v-DivVideoControlBottom{width:100%;height:12px;position:absolute;bottom:0;cursor:initial;}</style><div class="tiktok-fxqf0v-DivVideoControlBottom ek83qou0"></div><style data-emotion="tiktok czl35e-PReportText">.tiktok-czl35e-PReportText{color:rgba(255, 255, 255, 1.0);font-weight:600;font-size:16px;line-height:22px;right:16px;position:absolute;top:24px;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:0;}</style><p data-e2e="video-report" class="tiktok-czl35e-PReportText e71rlrn13"><style data-emotion="tiktok plwc8a-SvgIconFlag">.tiktok-plwc8a-SvgIconFlag{margin-right:4px;vertical-align:middle;}</style><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" width="16" height="14" fill="currentColor" class="tiktok-plwc8a-SvgIconFlag e71rlrn14"><use xlink:href="#svg-flag"></use></svg>Report</p></div></div><style data-emotion="tiktok wc6k4c-DivActionItemContainer">.tiktok-wc6k4c-DivActionItemContainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}</style><div class="tiktok-wc6k4c-DivActionItemContainer ear7a600"><style data-emotion="tiktok 1xiuanb-ButtonActionItem">.tiktok-1xiuanb-ButtonActionItem{border:none;background:none;outline:none;padding:0;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.tiktok-1xiuanb-ButtonActionItem:disabled{cursor:default;color:rgba(22, 24, 35, 1.0);}</style><button type="button" class="tiktok-1xiuanb-ButtonActionItem ee8s79f0"><style data-emotion="tiktok i3zdyr-SpanIconWrapper">.tiktok-i3zdyr-SpanIconWrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:48px;height:48px;font-size:0px;border-radius:50%;-webkit-transition:all ease-in-out 200ms;transition:all ease-in-out 200ms;background-color:rgba(22, 24, 35, 0.06);margin-top:8px;margin-bottom:6px;}.ee8s79f0:not(:disabled) .tiktok-i3zdyr-SpanIconWrapper:hover{background-color:rgba(22, 24, 35, .1);}.ee8s79f0:not(:disabled) .tiktok-i3zdyr-SpanIconWrapper:active{background-color:rgba(22, 24, 35, .14);}@media screen and (max-width: 767px){.tiktok-i3zdyr-SpanIconWrapper{width:32px;height:32px;padding:6px;}.tiktok-i3zdyr-SpanIconWrapper svg{width:20px;height:20px;}}</style><span data-e2e="like-icon" class="tiktok-i3zdyr-SpanIconWrapper ee8s79f1"><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="24" height="24"><use xlink:href="#svg-heart-fill"></use></svg></span><style data-emotion="tiktok 1y2yo26-StrongText">.tiktok-1y2yo26-StrongText{color:rgba(22, 24, 35, 0.75);font-size:12px;line-height:17px;text-align:center;}</style><strong data-e2e="like-count" class="tiktok-1y2yo26-StrongText ee8s79f2">63.9K</strong></button><button type="button" class="tiktok-1xiuanb-ButtonActionItem ee8s79f0"><span data-e2e="comment-icon" class="tiktok-i3zdyr-SpanIconWrapper ee8s79f1"><svg width="24" height="24" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#svg-ellipsis-right-fill"></use></svg></span><strong data-e2e="comment-count" class="tiktok-1y2yo26-StrongText ee8s79f2">2381</strong></button><button type="button" class="tiktok-1xiuanb-ButtonActionItem ee8s79f0"><span data-e2e="share-icon" class="tiktok-i3zdyr-SpanIconWrapper ee8s79f1"><svg width="24" height="24" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#svg-pc-share"></use></svg></span><strong data-e2e="share-count" class="tiktok-1y2yo26-StrongText ee8s79f2">6307</strong></button></div></div></div></div><div data-e2e="recommend-list-item-container" class="tiktok-1p48f7x-DivItemContainer ecck2zc0"><a class="avatar-anchor tiktok-8wecda ecck2zc4" data-e2e="video-author-avatar" href="/@our.12.acre.life"><div class="tiktok-uha12h-DivContainer e1vl87hj1" style="width:56px;height:56px"><span shape="circle" style="width:56px;height:56px" class="e1vl87hj2 tiktok-gigx3u-SpanAvatarContainer-StyledAvatar e1e9er4e0"><img loading="lazy" src="https://p16-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/23bc67fb04560d64b2e29df252c4b646~c5_100x100.jpeg?x-expires=1652324400&x-signature=Uf4U07ZhpkQFMOSRei4baj8pt5Q%3D" class="tiktok-1zpj2q-ImgAvatar e1e9er4e1"/></span></div></a><div class="tiktok-10gdph9-DivContentContainer ecck2zc1"><div class="tiktok-1hhj6ie-DivTextInfoContainer ecck2zc7"><div class="tiktok-1mnwhn0-DivAuthorContainer ecck2zc6"><a class="avatar-anchor tiktok-8wecda ecck2zc4" href="/@our.12.acre.life"><div class="tiktok-uha12h-DivContainer e1vl87hj1" style="width:40px;height:40px"><span shape="circle" style="width:40px;height:40px" class="e1vl87hj2 tiktok-gigx3u-SpanAvatarContainer-StyledAvatar e1e9er4e0"><img loading="lazy" src="https://p16-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/23bc67fb04560d64b2e29df252c4b646~c5_100x100.jpeg?x-expires=1652324400&x-signature=Uf4U07ZhpkQFMOSRei4baj8pt5Q%3D" class="tiktok-1zpj2q-ImgAvatar e1e9er4e1"/></span></div></a><a class="tiktok-1wozk2e-StyledAuthorAnchor e1aily491" href="/@our.12.acre.life"><h3 data-e2e="video-author-uniqueid" class="tiktok-debnpy-H3AuthorTitle e1aily490">our.12.acre.life</h3><h4 data-e2e="video-author-nickname" class="tiktok-7uj1aq-H4AuthorName e1aily492">Our 12 Acre Life</h4></a></div><button type="button" data-e2e="feed-follow" class="eqy70r40 tiktok-jcprrh-Button-StyledFollowButton ehk74z00">Follow</button><div data-e2e="video-desc" class="tiktok-1ejylhp-DivContainer e18aywvs0"><span class="tiktok-j2a19r-SpanText e7nizj40">Part 5!! A little peak inside the window! Not gonna lie it was scary 😬😅</span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/buriedcar"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#buriedcar<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/12acres"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#12acres<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"> </span><a class="tiktok-q3q1i1-StyledCommonLink e18aywvs4" href="/tag/scaredycat"><strong class="tiktok-f9vo34-StrongText e18aywvs1">#scaredycat<!-- --> </strong></a><span class="tiktok-j2a19r-SpanText e7nizj40"></span></div><h4 data-e2e="video-music" class="tiktok-9y3z7x-H4Link eofn35l0"><a href="/music/Spooky-quiet-scary-atmosphere-piano-songs-6817208513685620738"><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" class="tiktok-812w79-SvgIcon eofn35l1"><use xlink:href="#svg-music-note"></use></svg>Spooky, quiet, scary atmosphere piano songs - Skittlegirl Sound</a></h4></div><div class="tiktok-kd7foj-DivVideoWrapper e71rlrn16"><div data-e2e="feed-video" class="tiktok-1lh5noh-DivVideoCardContainer e71rlrn7"><canvas width="56.25" height="100" class="tiktok-196h150-CanvasVideoCardPlaceholder e71rlrn0"></canvas><div class="tiktok-1rgp3yx-DivVideoPlayerContainer e71rlrn15"><div mode="0" class="tiktok-yf3ohr-DivContainer e1yey0rl0"><img mode="0" src="https://p16-sign.tiktokcdn-us.com/obj/tos-useast5-p-0068-tx/d6ebf07386fd4585bfaedc3de323fc6a?x-expires=1652173200&x-signature=9%2F84GyyDGDI5Cp%2BWghEbZAGmweg%3D" alt="Part 5!! A little peak inside the window! Not gonna lie it was scary 😬😅#buriedcar #12acres #scaredycat" loading="lazy" class="tiktok-1itcwxg-ImgPoster e1yey0rl1"/></div><div data-e2e="video-play" class="tiktok-mlcjt3-DivPlayIconContainer-StyledDivPlayIconContainer e71rlrn9"><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#fff"><use xlink:href="#svg-play-fill"></use></svg></div><div class="tiktok-q09c19-DivVoiceControlContainer e71rlrn12"><div data-e2e="video-sound" class="tiktok-1vkl2c4-DivMuteIconContainer e71rlrn11"><svg width="24" height="24" viewBox="0 0 48 48" fill="#fff" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M25 10.8685C25 8.47242 22.3296 7.04325 20.3359 8.37236L10.3944 15H6C4.34315 15 3 16.3431 3 18V30C3 31.6568 4.34314 33 6 33H10.3944L20.3359 39.6276C22.3296 40.9567 25 39.5276 25 37.1315V10.8685ZM29.2929 18.1213L35.1716 24L29.2929 29.8787C28.9024 30.2692 28.9024 30.9024 29.2929 31.2929L30.7071 32.7071C31.0976 33.0976 31.7308 33.0976 32.1213 32.7071L38 26.8284L43.8787 32.7071C44.2692 33.0976 44.9024 33.0976 45.2929 32.7071L46.7071 31.2929C47.0976 30.9024 47.0976 30.2692 46.7071 29.8787L40.8284 24L46.7071 18.1213C47.0976 17.7308 47.0976 17.0976 46.7071 16.7071L45.2929 15.2929C44.9024 14.9024 44.2692 14.9024 43.8787 15.2929L38 21.1716L32.1213 15.2929C31.7308 14.9024 31.0976 14.9024 30.7071 15.2929L29.2929 16.7071C28.9024 17.0976 28.9024 17.7308 29.2929 18.1213Z"></path></svg></div></div><div class="tiktok-fxqf0v-DivVideoControlBottom ek83qou0"></div><p data-e2e="video-report" class="tiktok-czl35e-PReportText e71rlrn13"><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" width="16" height="14" fill="currentColor" class="tiktok-plwc8a-SvgIconFlag e71rlrn14"><use xlink:href="#svg-flag"></use></svg>Report</p></div></div><div class="tiktok-wc6k4c-DivActionItemContainer ear7a600"><button type="button" class="tiktok-1xiuanb-ButtonActionItem ee8s79f0"><span data-e2e="like-icon" class="tiktok-i3zdyr-SpanIconWrapper ee8s79f1"><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="24" height="24"><use xlink:href="#svg-heart-fill"></use></svg></span><strong data-e2e="like-count" class="tiktok-1y2yo26-StrongText ee8s79f2">38.8K</strong></button><button type="button" class="tiktok-1xiuanb-ButtonActionItem ee8s79f0"><span data-e2e="comment-icon" class="tiktok-i3zdyr-SpanIconWrapper ee8s79f1"><svg width="24" height="24" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#svg-ellipsis-right-fill"></use></svg></span><strong data-e2e="comment-count" class="tiktok-1y2yo26-StrongText ee8s79f2">2431</strong></button><button type="button" class="tiktok-1xiuanb-ButtonActionItem ee8s79f0"><span data-e2e="share-icon" class="tiktok-i3zdyr-SpanIconWrapper ee8s79f1"><svg width="24" height="24" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#svg-pc-share"></use></svg></span><strong data-e2e="share-count" class="tiktok-1y2yo26-StrongText ee8s79f2">357</strong></button></div></div></div></div></div><div><style data-emotion="tiktok qmnyxf-SvgContainer">.tiktok-qmnyxf-SvgContainer{display:block;margin:6px auto;}</style><svg preserveAspectRatio="none" viewBox="0 0 200 200" width="48" height="48" class="tiktok-qmnyxf-SvgContainer e1ugmybf1"><defs><mask id="redhole-self-detector"><rect width="100%" height="100%" fill="white"></rect><style data-emotion="tiktok dt84ji-Circle animation-1gjz153">.tiktok-dt84ji-Circle{stroke-width:0;r:36px;cy:99px;fill:#fe2c55;cx:128px;-webkit-animation:animation-1gjz153 1s cubic-bezier(.05, 0, 1, 1) infinite;animation:animation-1gjz153 1s cubic-bezier(.05, 0, 1, 1) infinite;fill:#000;}@-webkit-keyframes animation-1gjz153{25%{cx:100px;r:24px;}50%{cx:60px;r:36px;}75%{cx:100px;r:43.199999999999996px;}100%{cx:140px;r:36px;}}@keyframes animation-1gjz153{25%{cx:100px;r:24px;}50%{cx:60px;r:36px;}75%{cx:100px;r:43.199999999999996px;}100%{cx:140px;r:36px;}}</style><circle class="tiktok-dt84ji-Circle e1ugmybf0"></circle></mask><mask id="greenhole-self-detector"><rect width="100%" height="100%" fill="white"></rect><style data-emotion="tiktok nuz7yg-Circle animation-1u0u36m">.tiktok-nuz7yg-Circle{stroke-width:0;r:36px;cy:99px;fill:#3af2ff;cx:60px;-webkit-animation:animation-1u0u36m 1s cubic-bezier(.05, 0, 1, 1) infinite;animation:animation-1u0u36m 1s cubic-bezier(.05, 0, 1, 1) infinite;fill:#000;}@-webkit-keyframes animation-1u0u36m{25%{cx:100px;r:43.199999999999996px;}50%{cx:140px;r:36px;}75%{cx:100px;r:21.599999999999998px;}100%{cx:60px;r:36px;}}@keyframes animation-1u0u36m{25%{cx:100px;r:43.199999999999996px;}50%{cx:140px;r:36px;}75%{cx:100px;r:21.599999999999998px;}100%{cx:60px;r:36px;}}</style><circle class="tiktok-nuz7yg-Circle e1ugmybf0"></circle></mask></defs><style data-emotion="tiktok 1ibclz-Circle animation-1u0u36m">.tiktok-1ibclz-Circle{stroke-width:0;r:36px;cy:99px;fill:#0f0f0f;cx:60px;-webkit-animation:animation-1u0u36m 1s cubic-bezier(.05, 0, 1, 1) infinite;animation:animation-1u0u36m 1s cubic-bezier(.05, 0, 1, 1) infinite;}@-webkit-keyframes animation-1u0u36m{25%{cx:100px;r:43.199999999999996px;}50%{cx:140px;r:36px;}75%{cx:100px;r:21.599999999999998px;}100%{cx:60px;r:36px;}}@keyframes animation-1u0u36m{25%{cx:100px;r:43.199999999999996px;}50%{cx:140px;r:36px;}75%{cx:100px;r:21.599999999999998px;}100%{cx:60px;r:36px;}}</style><circle stroke-width="2" stroke="#3AF2FF" class="tiktok-1ibclz-Circle e1ugmybf0"></circle><style data-emotion="tiktok 1ie96h1-Circle animation-1u0u36m">.tiktok-1ie96h1-Circle{stroke-width:0;r:36px;cy:99px;fill:#3af2ff;cx:60px;-webkit-animation:animation-1u0u36m 1s cubic-bezier(.05, 0, 1, 1) infinite;animation:animation-1u0u36m 1s cubic-bezier(.05, 0, 1, 1) infinite;}@-webkit-keyframes animation-1u0u36m{25%{cx:100px;r:43.199999999999996px;}50%{cx:140px;r:36px;}75%{cx:100px;r:21.599999999999998px;}100%{cx:60px;r:36px;}}@keyframes animation-1u0u36m{25%{cx:100px;r:43.199999999999996px;}50%{cx:140px;r:36px;}75%{cx:100px;r:21.599999999999998px;}100%{cx:60px;r:36px;}}</style><circle mask="url(#redhole-self-detector)" class="tiktok-1ie96h1-Circle e1ugmybf0"></circle><style data-emotion="tiktok 162i5jd-Circle animation-1gjz153">.tiktok-162i5jd-Circle{stroke-width:0;r:36px;cy:99px;fill:#fe2c55;cx:128px;-webkit-animation:animation-1gjz153 1s cubic-bezier(.05, 0, 1, 1) infinite;animation:animation-1gjz153 1s cubic-bezier(.05, 0, 1, 1) infinite;}@-webkit-keyframes animation-1gjz153{25%{cx:100px;r:24px;}50%{cx:60px;r:36px;}75%{cx:100px;r:43.199999999999996px;}100%{cx:140px;r:36px;}}@keyframes animation-1gjz153{25%{cx:100px;r:24px;}50%{cx:60px;r:36px;}75%{cx:100px;r:43.199999999999996px;}100%{cx:140px;r:36px;}}</style><circle mask="url(#greenhole-self-detector)" class="tiktok-162i5jd-Circle e1ugmybf0"></circle></svg></div><style data-emotion="tiktok hpmci4-DivBottomContainer">.tiktok-hpmci4-DivBottomContainer{right:24px;position:fixed;bottom:0px;z-index:7;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;margin-bottom:8px;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:all 400ms cubic-bezier(0.65, 0, 0.35, 1);transition:all 400ms cubic-bezier(0.65, 0, 0.35, 1);}</style><div class="tiktok-hpmci4-DivBottomContainer ew8lpw50"><style data-emotion="tiktok 1vrbodl-DivPromotionContainer">.tiktok-1vrbodl-DivPromotionContainer{margin-bottom:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;}</style><div class="tiktok-1vrbodl-DivPromotionContainer ejkrawn0"><style data-emotion="tiktok zxo5ey-ButtonGetAppText">.tiktok-zxo5ey-ButtonGetAppText{border:none;background:none;outline:none;padding:0;color:rgba(22, 24, 35, 0.75);font-family:ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;font-weight:700;font-size:14px;line-height:20px;position:relative;right:0;bottom:0;padding:0 8px;min-width:90px;height:32px;box-shadow:0 2px 8px rgba(0, 0, 0, 0.06);border-radius:52px;cursor:pointer;line-height:30px;text-align:center;white-space:nowrap;border-width:1px;border-style:solid;border-color:rgba(22, 24, 35, 0.12);background-color:rgba(255, 255, 255, 1.0);-webkit-transition:-webkit-transform 0.3s cubic-bezier(.4,.14,.3,1);transition:transform 0.3s cubic-bezier(.4,.14,.3,1);transform-origin:right bottom;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;}.tiktok-zxo5ey-ButtonGetAppText:hover{border-color:rgba(22, 24, 35, 0.2);background-color:rgba(22, 24, 35, 0.03);}.tiktok-zxo5ey-ButtonGetAppText:active{border-color:rgba(22, 24, 35, 0.2);background-color:rgba(22, 24, 35, 0.06);}</style><button class="tiktok-zxo5ey-ButtonGetAppText ejkrawn1">Get app</button><style data-emotion="tiktok 1soztfq-DivExpandContainer">.tiktok-1soztfq-DivExpandContainer{font-weight:700;font-size:16px;line-height:22px;position:absolute;bottom:-1px;background:rgba(255, 255, 255, 1.0);box-shadow:0 2px 8px rgba(0, 0, 0, 0.06);border:1px solid rgba(22, 24, 35, 0.03);border-radius:8px;-webkit-transition:all 0.3s cubic-bezier(.4,.14,.3,1);transition:all 0.3s cubic-bezier(.4,.14,.3,1);transform-origin:right bottom;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);right:-1px;}</style><div class="tiktok-1soztfq-DivExpandContainer ejkrawn3"><style data-emotion="tiktok 1387278-DivXMarkWrapper">.tiktok-1387278-DivXMarkWrapper{right:16px;position:absolute;top:16px;cursor:pointer;}</style><div class="tiktok-1387278-DivXMarkWrapper ejkrawn4"><svg width="20" height="20" viewBox="0 0 48 48" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.1718 23.9999L10.2931 13.1212C9.90261 12.7307 9.90261 12.0975 10.2931 11.707L11.7074 10.2928C12.0979 9.90228 12.731 9.90228 13.1216 10.2928L24.0002 21.1715L34.8789 10.2928C35.2694 9.90228 35.9026 9.90228 36.2931 10.2928L37.7073 11.707C38.0979 12.0975 38.0979 12.7307 37.7073 13.1212L26.8287 23.9999L37.7073 34.8786C38.0979 35.2691 38.0979 35.9023 37.7073 36.2928L36.2931 37.707C35.9026 38.0975 35.2694 38.0975 34.8789 37.707L24.0002 26.8283L13.1216 37.707C12.731 38.0975 12.0979 38.0975 11.7074 37.707L10.2931 36.2928C9.90261 35.9023 9.90261 35.2691 10.2931 34.8786L21.1718 23.9999Z"></path></svg></div><style data-emotion="tiktok 17cqlq7-DivExpandWrapper">.tiktok-17cqlq7-DivExpandWrapper{margin-right:48px;margin-left:16px;}</style><div class="tiktok-17cqlq7-DivExpandWrapper ejkrawn5"><style data-emotion="tiktok kdocy-DivItemContainer">.tiktok-kdocy-DivItemContainer{margin:6px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:8px;border-radius:8px;cursor:pointer;}.tiktok-kdocy-DivItemContainer:hover{background:rgba(22, 24, 35, 0.03);}</style><div data-e2e="pwa-mobile" class="tiktok-kdocy-DivItemContainer ejkrawn6"><svg width="21" height="21" viewBox="0 0 48 48" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 7C8 4.23858 10.2386 2 13 2H35C37.7614 2 40 4.23858 40 7V41C40 43.7614 37.7614 46 35 46H13C10.2386 46 8 43.7614 8 41V7ZM13 6C12.4477 6 12 6.44772 12 7V41C12 41.5523 12.4477 42 13 42H35C35.5523 42 36 41.5523 36 41V7C36 6.44772 35.5523 6 35 6H13ZM18 10C18 9.44772 18.4477 9 19 9H29C29.5523 9 30 9.44772 30 10V12C30 12.5523 29.5523 13 29 13H19C18.4477 13 18 12.5523 18 12V10ZM24 39C25.6569 39 27 37.6569 27 36C27 34.3431 25.6569 33 24 33C22.3431 33 21 34.3431 21 36C21 37.6569 22.3431 39 24 39Z"></path></svg><style data-emotion="tiktok bqnc43-SpanText">.tiktok-bqnc43-SpanText{margin-left:8px;white-space:nowrap;}</style><span class="tiktok-bqnc43-SpanText ejkrawn7">Get TikTok App</span></div></div></div></div><style data-emotion="tiktok d0ezxi-ButtonIconContainer">.tiktok-d0ezxi-ButtonIconContainer{border:none;background:none;outline:none;padding:0;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:32px;height:32px;border-radius:52px;background:rgba(254, 44, 85, 1.0);box-shadow:0 2px 8px rgba(0, 0, 0, 0.06);}.tiktok-d0ezxi-ButtonIconContainer:hover{background:linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),#FE2C55;}.tiktok-d0ezxi-ButtonIconContainer:active{background:linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),#FE2C55;}</style><button class="tiktok-d0ezxi-ButtonIconContainer ejylfo50"><svg width="16" height="16" viewBox="0 0 48 48" fill="#FFF" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22.1086 20.3412C23.1028 19.2196 24.8972 19.2196 25.8914 20.3412L42.8955 39.5236C44.2806 41.0861 43.1324 43.5 41.004 43.5L6.99596 43.5C4.86764 43.5 3.71945 41.0861 5.10454 39.5235L22.1086 20.3412Z"></path><path d="M4.5 7.5C4.5 5.84315 5.84315 4.5 7.5 4.5L40.5 4.5C42.1569 4.5 43.5 5.84315 43.5 7.5C43.5 9.15685 42.1569 10.5 40.5 10.5L7.5 10.5C5.84315 10.5 4.5 9.15685 4.5 7.5Z"></path></svg></button></div></div></div></div><script type="text/javascript" src="https://s20.tiktokcdn.com/tiktok/common/init.js?async" nonce="QtxcxJgvVm-cOB4ex8FNl"></script><div style="display:none"><script id="SIGI_STATE" type="application/json">{"AppContext":{"appContext":{"$baseUrl":"","$fullUrl":"","$isAndroid":false,"$isIMessage":false,"$isIOS":false,"$pageUrl":"","$host":"www.tiktok.com","$language":"en","$region":"US","$appId":1233,"$appType":"m","$navList":[{"title":"Company","children":[{"title":"About","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fabout?lang=en"},{"title":"Newsroom","href":"https:\\u002F\\u002Fnewsroom.tiktok.com\\u002F"},{"title":"Store","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fstore?lang=en"},{"title":"Contact","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fabout\\u002Fcontact?lang=en"},{"title":"Careers","href":"https:\\u002F\\u002Fcareers.tiktok.com"},{"title":"ByteDance","href":"https:\\u002F\\u002Fwww.bytedance.com\\u002F"},{"title":"Creator Directory","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fdirectory","placements":["footer"]}]},{"title":"Programs","children":[{"title":"TikTok for Good","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fforgood"},{"title":"Advertise","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fbusiness\\u002F?attr_source=tt_official_site&attr_medium=tt_official_site_guidance&refer=tiktok_web"},{"title":"Developers","href":"https:\\u002F\\u002Fdevelopers.tiktok.com\\u002F?refer=tiktok_web"},{"title":"TikTok Rewards","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Ftiktok-rewards\\u002Fen"}]},{"title":"Support","children":[{"title":"Help Center","href":"https:\\u002F\\u002Fsupport.tiktok.com\\u002Fen"},{"title":"Safety Center","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fsafety?lang=en"},{"title":"Creator Portal","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fcreators\\u002Fcreator-portal\\u002Fen-us\\u002F"},{"title":"Community Guidelines","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fcommunity-guidelines?lang=en"},{"title":"Transparency","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Ftransparency?lang=en"},{"title":"Accessibility","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Faccessibility"}]},{"title":"Legal","children":[{"title":"Terms of Use","key":"terms-of-service","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Flegal\\u002Fterms-of-service?lang=en"},{"title":"Privacy Policy","key":"privacy-policy-row","href":"https:\\u002F\\u002Fwww.tiktok.com\\u002Flegal\\u002Fprivacy-policy-row?lang=en"}]}],"$studioDownloadEntrance":{"regions":[]},"$downloadLink":{"microsoft":{"visible":true,"normal":"https:\\u002F\\u002Fwww.microsoft.com\\u002Fstore\\u002Fapps\\u002F9NH2GPH4JZS4"},"apple":{"visible":true,"normal":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fdownload-link\\u002Faf\\u002Fid835599320"},"amazon":{"visible":true,"normal":"https:\\u002F\\u002Fwww.amazon.com\\u002Fdp\\u002FB0117U0G3M\\u002F"},"google":{"visible":true,"normal":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fdownload-link\\u002Faf\\u002Fcom.zhiliaoapp.musically"}},"$wid":"7095951756567709226","$deviceLimitRegisterExpired":true,"$abTestVersion":{"versionName":"70419880,70425239,70474391,70492736,70502399,70405643,70455309,70485236","parameters":{"increase_detail_page_cover_quantity_test":{"vid":"v3"},"web_push_test":{"vid":"v2"},"xgplayer_preload_test":{"vid":"v2"},"google_one_tap_test":{"vid":"v1"},"share_button_part1_test":{"vid":"v1"},"em_follow_p2_test":{"vid":"v1"},"video_feed_redesign":{"vid":"v1"},"desktop_faas_render":{"vid":"v1","botVid":"v2"},"seekbar_persistent_and_tooltip_test":{"vid":"v1"},"user_page_video_desc_test":{"vid":"v1","botVid":"v1"},"dm_video_share_test":{"vid":"v2"},"enhance_video_consumption_test":{"vid":"v3"},"mobile_video_detail_refactor":{"vid":"v1","botVid":"v2"},"share_button_embed_test":{"vid":"v2"},"video_topic":{"vid":"V2"},"delete_webid_v2_test":{"vid":"v2","generateWebidV2":false},"seekbar_theme_test":{"vid":"v1"},"creator_center_test":{"vid":"v2"},"feedback_upload_image":{"vid":"v2","private":true},"live_api_events_test":{"vid":"v1"},"live_dynamic_bg":{"vid":"v1"},"login_refactor_test":{"vid":"v2"},"non_login_comment_video_detail_page":{"vid":"v9"},"search_video_lab":{"vid":"v3"}}},"$os":"mac","$config":{"sgOpen":{"SG_OPEN":false,"BOT_THRESHOLD":70,"EXCLUDE_REGIONS":["DE","PT","DK","LT","LU","HR","LV","UA","HU","MC","MD","ME","IE","MK","EE","AD","IM","MT","IS","AL","IT","VA","ES","EU","AT","JE","RO","NL","BA","NO","RS","BE","FI","BG","FO","FR","SE","SI","BY","SJ","SK","SM","GB","GE","GG","GI","CH","GR","CY","CZ","PL","LI","TR","UY","FK","CL","PY","CO","GS","BO","VE","BR","AR","GY","PE","EC","GF","SR","BB","TT","PR","JM","HN","DM","BL","BM","DO","HT","BQ","BS","BZ","MF","GD","CA","US","KN","SV","MQ","GL","SX","AG","MS","AI","GP","MX","GT","VC","KY","CR","TC","PA","VG","CU","VI","CW","AW","LC","NI","PM"]},"signUpOpen":true,"shouldBlock":false,"liveCoinRecharge":{"paymentSuccessLandingUrl":{"va":"https:\\u002F\\u002Ff-p-va.isnssdk.com\\u002Fpipo_fe\\u002Fcheckout\\u002Fcommon\\u002Fland","sg":"https:\\u002F\\u002Ff-p.sgsnssdk.com\\u002Fpipo_fe\\u002Fcheckout\\u002Fcommon\\u002Fland","gcp":"https:\\u002F\\u002Ff-p-useast2a.isnssdk.com\\u002Fpipo_fe\\u002Fcheckout\\u002Fcommon\\u002Fland","ttp":"https:\\u002F\\u002Ffp.us.tiktokv.com\\u002Fpipo_fe\\u002Fcheckout\\u002Fcommon\\u002Fland","boe":"https:\\u002F\\u002Ff-p-sandbox.snssdk.com\\u002Fpipo_fe\\u002Fcheckout\\u002Fcommon\\u002Fland"},"paymentOriginKeys":{"11202105SnPWZG":"c3e814c2fe9ccacb6d2943e9194d1089b9c5a71a","11202105EyZ8PB":"f037903682c460db404ba374ba489b1f3e51b389","11202105DAs4Xe":"d82598ff6c90220049216e2280f7b229a66051f1","11202109Dkugw2":"7171766e6d89cf315548a1806800b9c3073db24f"},"idcRegions":{"RU":"sg","SA":"sg","BR":"va","GB":"va","US":"va","MX":"va","DE":"va","JP":"sg","KR":"sg","ID":"sg","TH":"sg","AE":"sg","KW":"sg","QA":"sg","LB":"sg","VN":"sg","TR":"sg","EG":"sg","MY":"sg","PH":"sg","SG":"sg","FR":"va","JO":"sg","BH":"sg","OM":"sg","CA":"va","TW":"sg","AU":"sg","SE":"va","IL":"sg","NL":"va","CH":"va","UA":"sg","IT":"va","AT":"va","AZ":"sg","BOE":"boe"},"pipoLocaleMap":{"bn-IN":"bn","ceb-PH":"ceb","cs-CZ":"cs","de-DE":"de","el-GR":"el","es":"es-ES","fil-PH":"fil","hi-IN":"hi","hu-HU":"hu","id-ID":"id","it-IT":"it","ja-JP":"ja","jv-ID":"jv","ko-KR":"ko","ms-MY":"ms","my-MM":"my","nl-NL":"nl","pl-PL":"pl","ro-RO":"ro","ru-RU":"ru","th-TH":"th","tr-TR":"tr","uk-UA":"uk","vi-VN":"vi","zh-Hans":"zh","zh-Hant-TW":"zh-Hant"}},"samsungEnableRegion":{"isFull":false,"region":[]},"isInWebappV1":false,"cookieBanner":{"load_dynamically":true,"decline_btn_staged_rollout_area":["ALL"],"resource":{"esm":"\\u002Fpns\\u002Ftiktok-cookie-banner\\u002F1.0.0.46\\u002Fweb\\u002Fweb.esm.js","nomodule":"\\u002Fpns\\u002Ftiktok-cookie-banner\\u002F1.0.0.46\\u002Fweb\\u002Fweb.js"},"i18n":{"cookieBannerTitle":"cookie_title","cookieBannerTitleNew":"cookie_title_new","cookieBannerSubTitle":"cookie_subtitle","cookieBannerSubTitleNew":"cookie_subtitle_new","cookieBannerBtnManage":"cookie_btn_manage","cookieBannerBtnAccept":"cookie_btn_accpet","cookieBannerBtnDecline":"cookie_btn_decline","cookiesBannerDetails":"cookies_banner_details","cookiesBannerCookiesPolicy":"cookies_banner_cookies_policy","cookiesBannerAccept":"cookies_banner_accept","webDoNotSellSettingsSavedToast":"web_do_not_sell_settings_saved_toast"}},"paidAdSetting":{"region":["US","KR"],"exclude_subdivisions":["California"],"US":{"pixels":["facebook","google"],"excludeCity":"[California]"},"JP":{"pixels":["google","pangle"]},"KR":{"pixels":["facebook","google"]},"AU":{"pixels":["google"]},"RU":{"pixels":["google"]},"BR":{"pixels":["google"]},"VN":{"pixels":["google"]},"ZA":{"pixels":["google"]},"ID":{"pixels":["google"]},"TH":{"pixels":["google"]},"AE":{"pixels":["google"]}}},"$cookieConsent":{"ga":true,"af":true,"fbp":true,"lip":true,"bing":true},"$subdivisions":["Utah"],"$nonce":"QtxcxJgvVm-cOB4ex8FNl","$csrfToken":"NSSqMhGr-rusqXnwVp4rXEZ0xgvwBWICOFcU","$botType":"others","$liveSuggestConfig":{"isBlockedArea":false,"isRiskArea":true},"$liveCenterConfig":{"entrance":true},"$isMobile":false,"$sgOpen":false,"$encryptedWebid":"1|NMNk4tmVz14FMAqMQRiHQfMx_6pi_NzDf50AWGiw5CE|1652155027|1758066c71b8b9da96e79780cd19d73772e815aa356eaf5db4a558108a223e5d","$geo":[5549030],"$geoCity":{"City":"Summit County","Subdivisions":"Utah","SubdivisionsArr":["Utah"]},"$requestId":"97794892652155027095","$searchVideoForLoggedin":true,"$domains":{"kind":"us","captcha":"\\u002F\\u002Fverification.us.tiktok.com","imApi":"https:\\u002F\\u002Fim-api.us.tiktok.com","imFrontier":"wss:\\u002F\\u002Fim-ws.us.tiktok.com\\u002Fws\\u002Fv2","mTApi":"https:\\u002F\\u002Fus.tiktok.com","rootApi":"https:\\u002F\\u002Fus.tiktok.com","secSDK":"","slardar":"mon.us.tiktokv.com","starling":"https:\\u002F\\u002Fstarling.us.tiktokv.com\\u002F","tea":"https:\\u002F\\u002Fmcs.us.tiktok.com","webcastApi":"https:\\u002F\\u002Fwebcast.us.tiktok.com","webcastRootApi":"https:\\u002F\\u002Fwebcast.us.tiktok.com","tcc":"https:\\u002F\\u002Ftosv-tx.byted.org\\u002Fobj\\u002Ftcc-config-web-texas\\u002F","search":"https:\\u002F\\u002Ftx-search.tiktokd.net"},"$renderType":"mobile","$isTTP":true,"$isGoogleBot":false,"$isBot":false,"$liveStudioEnable":false,"$launchType":0,"$brandOfSmartPlayer":"","$needInjectPlayer":false,"$shouldLoop":true},"initialized":true,"lang":"en","sideNavActive":false},"SEO":{"metaParams":{"title":"TikTok - Make Your Day","keywords":"TikTok, TikTok, musically, mobile video, short-form video,tik tok, tick tock, tic tok, tic toc, tictok, тик ток, ticktock","description":"TikTok - trends start here. On a device or on the web, viewers can watch and discover millions of personalized short videos. Download the app to get started.","robotsContent":"index, follow","canonicalHref":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fen\\u002F","applicableDevice":"pc, mobile"},"jsonldList":[["WebSite",{"@id":"https:\\u002F\\u002Fwww.tiktok.com\\u002F#website","url":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fen\\u002F","name":"TikTok - Make Your Day","description":"TikTok - trends start here. On a device or on the web, viewers can watch and discover millions of personalized short videos. Download the app to get started.","publisher":{"@type":"Organization","@id":"https:\\u002F\\u002Fwww.tiktok.com\\u002F#organization","name":"TikTok","url":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fen\\u002F","sameAs":["https:\\u002F\\u002Fwww.instagram.com\\u002Ftiktok\\u002F","https:\\u002F\\u002Fwww.facebook.com\\u002Ftiktok","https:\\u002F\\u002Fwww.twitter.com\\u002Ftiktok_us","https:\\u002F\\u002Fwww.youtube.com\\u002Fchannel\\u002FUChPd_WHrv3O-XAXXHLixs7g"],"logo":{"@type":"ImageObject","url":"https:\\u002F\\u002Fsf-tb-sg.ibytedtos.com\\u002Fobj\\u002Feden-sg\\u002Fuhtyvueh7nulogpoguhm\\u002Ftiktok-icon2.png"}},"potentialAction":[{"@type":"SearchAction","target":"https:\\u002F\\u002Fwww.tiktok.com\\u002Fsearch?q={search_term_string}","query-input":"required name=search_term_string"},{"@type":"SearchAction","target":"tiktok:\\u002F\\u002Fsearch?keyword={search_term_string}","query-input":"required name=search_term_string"}]}]],"pageType":999},"ItemList":{"foryou":{"list":["7076329255961038086","7093314069389643051","7095468773943184686","7095884234983820587","7077659850292890922","7070977914304515333","7095438486727134510","7091753195940154666","7087236090729368837"],"browserList":["7076329255961038086","7093314069389643051","7095468773943184686","7095884234983820587","7077659850292890922","7070977914304515333","7095438486727134510","7091753195940154666","7087236090729368837"],"loading":false,"statusCode":0,"hasMore":true,"cursor":"0","preloadList":[{"url":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F423bce57db2597ee5028bc26b6eadf78\\u002F627a373c\\u002Fvideo\\u002Ftos\\u002Fuseast2a\\u002Ftos-useast2a-pve-0068\\u002F9e54e6b92e9442fd988b76ce083dd336\\u002F?a=1988&br=1624&bt=812&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=MzkzNmg6Zmg1OzMzNzczM0ApNTtlZzxpZGRpN2ZmOTg2O2dsanJwcjRvam5gLS1kMTZzc2BjMjI1MWFfNi0zNTZfXjU6Yw%3D%3D&vl=&vr=","id":"7076329255961038086"},{"url":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002Fb3331a8af82350e091719840a6b41b86\\u002F627a3743\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c001-tx\\u002F1192bfa205fc48f08a6f69c395eb1a50\\u002F?a=1988&br=5910&bt=2955&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=anRweDk6Zjc7PDMzZzczNEApNTwzNWY4Ojs7NzY1N2k1ZWduXi5kcjRfMGxgLS1kMS9zczUyLzFjXzY1LV5iYS1jYC86Yw%3D%3D&vl=&vr=","id":"7093314069389643051"},{"url":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002Fc1efb5e398242e91b5520bd13991e6ee\\u002F627a37ad\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c003-tx\\u002Fa39bff41a625496dba0469b7ea803c48\\u002F?a=1988&br=3830&bt=1915&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=amtvOGY6Zm41PDMzZzczNEApZGRkZmVkNDw3N2c0Njo0ZmdyZC4xcjRfZXBgLS1kMS9zc2AvMWEtLWEwLy80NWBiNjI6Yw%3D%3D&vl=&vr=","id":"7095468773943184686"},{"url":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002Ffc55d0c345dd708c02c7938cf7e3ec71\\u002F627a3765\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c003-tx\\u002F22076e3ccb9648548c170c89b10a9e6f\\u002F?a=1988&br=3080&bt=1540&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=M2o2NTM6ZjZ0PDMzZzczNEApODtkZTU1NWU0Nzg0aDdlM2dubGQxcjRvNnBgLS1kMS9zczBhYS81MDAuLjY1LS1eXzE6Yw%3D%3D&vl=&vr=","id":"7095884234983820587"},{"url":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F13b3e160da5656fedc16b87760232a90\\u002F627a375e\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c001-tx\\u002F2f5cd28cb6214cf0bbe9a670d5070a66\\u002F?a=1988&br=2442&bt=1221&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=M3A1bzk6ZjdoOzMzZzczNEApNjc0NzQzNTxkNzVmaTM8NGc2NS5ycjRnMnBgLS1kMS9zc2EwXzEwNWMtMDMuXjRfYWM6Yw%3D%3D&vl=&vr=","id":"7077659850292890922"},{"url":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F576fee0fe69ef97be6794cb7791aa5cb\\u002F627a378c\\u002Fvideo\\u002Ftos\\u002Fuseast2a\\u002Ftos-useast2a-ve-0068c004\\u002Fb8fabb4ab4824f1cb653995c0bce31b4\\u002F?a=1988&br=2480&bt=1240&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=M2xvNGc6ZnhsOzMzNzczM0ApNDhnOGg0OzszN2c1ZDo5Z2cwZi4vcjRvYmRgLS1kMTZzczEuXjU0Nl80XzZhX2IzMC06Yw%3D%3D&vl=&vr=","id":"7070977914304515333"},{"url":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F3f1f0e4cd88cb78d12eadd4c9e765c36\\u002F627a3703\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c002-tx\\u002F38eb1f3244a0429f86c85268ad30de11\\u002F?a=1988&br=6836&bt=3418&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=ajo5eDM6ZmozPDMzZzczNEApOjY1NGZpNTs8NztnNWhnaWdsZXNscjQwcHBgLS1kMS9zc15jMF9hNDQtXjY2YDQzMTM6Yw%3D%3D&vl=&vr=","id":"7095438486727134510"},{"url":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F36967946fce166b2714e7fb25474c14d\\u002F627a373f\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-pve-0068-tx\\u002F3825c01d1b3e4e9a8183fe1229c9ac07\\u002F?a=1988&br=1746&bt=873&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=anFkcDQ6ZnFpPDMzZzczNEApOzY2ZWhoZTtmNzo3ZWhlZGcxMGsucjQwYGlgLS1kMS9zc2NgNTNhLTQyMTYuYDNeMi46Yw%3D%3D&vl=&vr=","id":"7091753195940154666"},{"url":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002Fb6352fa8a5a44333bbfbaf54b2a8761e\\u002F627a36fc\\u002Fvideo\\u002Ftos\\u002Fuseast2a\\u002Ftos-useast2a-ve-0068c003\\u002F00ba6f48dc9c4459829bed9ba30299e3\\u002F?a=1988&br=3888&bt=1944&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=ajNtZzM6ZjpoPDMzNzczM0ApZzY4ZDc5OTw8N2c3ZjtnaGdnYm0zcjRvaGFgLS1kMTZzczAxMGFeMi9iYDBfNTY0XmM6Yw%3D%3D&vl=&vr=","id":"7087236090729368837"}]}},"ItemModule":{"7076329255961038086":{"id":"7076329255961038086","desc":"Should I be a rapper?🖤 #song #sadstory #sad #fyp #viral #sadsong #sadvibes #upset #hurt #pain #alone #adhd","createTime":"1647586297","scheduleTime":0,"video":{"id":"7076329255961038086","height":1026,"width":576,"duration":72,"ratio":"720p","cover":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fobj\\u002Ftos-maliva-p-0068\\u002F8921dd079ebe47e7a83afd64ff4d0bfa?x-expires=1652173200&x-signature=IgCM25gAdM5%2Fbvw2xoc6tL9cQXU%3D","originCover":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fobj\\u002Ftos-maliva-p-0068\\u002F9acb625724744290af3727c2346e5405_1647586298?x-expires=1652173200&x-signature=WU03Bx%2BzP%2BYEuEmYyrD1kqxJisw%3D","dynamicCover":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fobj\\u002Ftos-maliva-p-0068\\u002Fe089e5ba6140475998cd9e8e3274a089_1647586299?x-expires=1652173200&x-signature=HARsWXf35SeMLy6TLhqKGnfUFOw%3D","playAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F423bce57db2597ee5028bc26b6eadf78\\u002F627a373c\\u002Fvideo\\u002Ftos\\u002Fuseast2a\\u002Ftos-useast2a-pve-0068\\u002F9e54e6b92e9442fd988b76ce083dd336\\u002F?a=1988&br=1624&bt=812&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=MzkzNmg6Zmg1OzMzNzczM0ApNTtlZzxpZGRpN2ZmOTg2O2dsanJwcjRvam5gLS1kMTZzc2BjMjI1MWFfNi0zNTZfXjU6Yw%3D%3D&vl=&vr=","downloadAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F423bce57db2597ee5028bc26b6eadf78\\u002F627a373c\\u002Fvideo\\u002Ftos\\u002Fuseast2a\\u002Ftos-useast2a-pve-0068\\u002F9e54e6b92e9442fd988b76ce083dd336\\u002F?a=1988&br=1624&bt=812&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=MzkzNmg6Zmg1OzMzNzczM0ApNTtlZzxpZGRpN2ZmOTg2O2dsanJwcjRvam5gLS1kMTZzc2BjMjI1MWFfNi0zNTZfXjU6Yw%3D%3D&vl=&vr=","shareCover":["","https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-p-0068\\u002F9acb625724744290af3727c2346e5405_1647586298~tplv-tiktok-play.jpeg?x-expires=1652756400&x-signature=LOUUaHJyZFKaxAl%2FQAC9jsRAsIE%3D","https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-p-0068\\u002F9acb625724744290af3727c2346e5405_1647586298~tplv-tiktokx-share-play.jpeg?x-expires=1652756400&x-signature=GHzHxqzSgSCQjSwwBazrBx3GAss%3D"],"reflowCover":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fobj\\u002Ftos-maliva-p-0068\\u002Fb51f84ee843fdbb0caecbeb0c40c2a2d?x-expires=1652173200&x-signature=4xwDogKTrpOLyyVHQwXh9tpdq%2F4%3D","bitrate":832350,"encodedType":"normal","format":"mp4","videoQuality":"normal","encodeUserTag":"","codecType":"h264","definition":"720p"},"author":"itsparkerjack","music":{"id":"6757244841404401666","title":"Everybody Dies In Their Nightmares","playUrl":"https:\\u002F\\u002Fsf16-ies-music-sg.tiktokcdn.com\\u002Fobj\\u002Ftos-alisg-ve-2774\\u002F2a338a79ffe74d3886c808614a8d7733","coverLarge":"https:\\u002F\\u002Fp16-sg.tiktokcdn.com\\u002Faweme\\u002F720x720\\u002Ftos-alisg-v-2774\\u002Fa704c4ec404242cea1db1b947ffb3e98.jpeg","coverMedium":"https:\\u002F\\u002Fp16-sg.tiktokcdn.com\\u002Faweme\\u002F200x200\\u002Ftos-alisg-v-2774\\u002Fa704c4ec404242cea1db1b947ffb3e98.jpeg","coverThumb":"https:\\u002F\\u002Fp16-sg.tiktokcdn.com\\u002Faweme\\u002F100x100\\u002Ftos-alisg-v-2774\\u002Fa704c4ec404242cea1db1b947ffb3e98.jpeg","authorName":"XXXTENTACION","original":false,"duration":30,"album":"17","scheduleSearchTime":0},"challenges":[{"id":"5994","title":"song","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"170540","title":"sadstory","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"5927","title":"sad","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"229207","title":"fyp","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"20884","title":"viral","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"22225","title":"sadsong","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"410236","title":"sadvibes","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"31567","title":"upset","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"13132","title":"hurt","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"8004","title":"pain","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"5377","title":"alone","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"62390","title":"adhd","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}}],"stats":{"diggCount":63900,"shareCount":6307,"commentCount":2381,"playCount":470900},"duetInfo":{"duetFromId":"0"},"warnInfo":[],"originalItem":false,"officalItem":false,"textExtra":[{"awemeId":"","start":24,"end":29,"hashtagId":"5994","hashtagName":"song","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":30,"end":39,"hashtagId":"170540","hashtagName":"sadstory","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":40,"end":44,"hashtagId":"5927","hashtagName":"sad","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":45,"end":49,"hashtagId":"229207","hashtagName":"fyp","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":50,"end":56,"hashtagId":"20884","hashtagName":"viral","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":57,"end":65,"hashtagId":"22225","hashtagName":"sadsong","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":66,"end":75,"hashtagId":"410236","hashtagName":"sadvibes","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":76,"end":82,"hashtagId":"31567","hashtagName":"upset","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":83,"end":88,"hashtagId":"13132","hashtagName":"hurt","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":89,"end":94,"hashtagId":"8004","hashtagName":"pain","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":95,"end":101,"hashtagId":"5377","hashtagName":"alone","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":102,"end":107,"hashtagId":"62390","hashtagName":"adhd","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""}],"secret":false,"forFriend":false,"digged":false,"itemCommentStatus":0,"showNotPass":false,"vl1":false,"takeDown":0,"itemMute":false,"effectStickers":[],"authorStats":{"followerCount":454200,"followingCount":2496,"heart":6200000,"heartCount":6200000,"videoCount":613,"diggCount":6393},"privateItem":false,"duetEnabled":false,"stitchEnabled":false,"stickersOnItem":[],"isAd":false,"shareEnabled":true,"comments":[],"duetDisplay":0,"stitchDisplay":0,"indexEnabled":true,"diversificationLabels":["Singing & Instruments","Singing & Dancing","Talents"],"nickname":"Parker","authorId":"6784987606712747014","authorSecId":"MS4wLjABAAAAJvoZ6yBG773UMKpY5B2M-KodmpZkw0eux5FHnFNGIilPhU7n-mP8LTb-aC1W4raa","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F351cc93a4d89a02796783897e6f41a53~c5_100x100.jpeg?x-expires=1652324400&x-signature=TZ7bRNJxo6NH8MwyEdwZTRoKXes%3D"},"7093314069389643051":{"id":"7093314069389643051","desc":"Part 5!! A little peak inside the window! Not gonna lie it was scary 😬😅#buriedcar #12acres #scaredycat","createTime":"1651540881","scheduleTime":0,"video":{"id":"7093314069389643051","height":1024,"width":576,"duration":79,"ratio":"720p","cover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002Fd6ebf07386fd4585bfaedc3de323fc6a?x-expires=1652173200&x-signature=9%2F84GyyDGDI5Cp%2BWghEbZAGmweg%3D","originCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F16f99a8fea854a32874ef9d7ed3b7fdc_1651540882?x-expires=1652173200&x-signature=QpN796CB%2FaA7S7%2Fdde%2FdZFA9pvM%3D","dynamicCover":"https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F5b57f0eeffe44f67869e3af08030bc64_1651540886?x-expires=1652173200&x-signature=urphCxAvv07k2KWiKDG%2BvTYkq%2BA%3D","playAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002Fb3331a8af82350e091719840a6b41b86\\u002F627a3743\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c001-tx\\u002F1192bfa205fc48f08a6f69c395eb1a50\\u002F?a=1988&br=5910&bt=2955&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=anRweDk6Zjc7PDMzZzczNEApNTwzNWY4Ojs7NzY1N2k1ZWduXi5kcjRfMGxgLS1kMS9zczUyLzFjXzY1LV5iYS1jYC86Yw%3D%3D&vl=&vr=","downloadAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002Fb3331a8af82350e091719840a6b41b86\\u002F627a3743\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c001-tx\\u002F1192bfa205fc48f08a6f69c395eb1a50\\u002F?a=1988&br=5910&bt=2955&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=anRweDk6Zjc7PDMzZzczNEApNTwzNWY4Ojs7NzY1N2k1ZWduXi5kcjRfMGxgLS1kMS9zczUyLzFjXzY1LV5iYS1jYC86Yw%3D%3D&vl=&vr=","shareCover":["","https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002F16f99a8fea854a32874ef9d7ed3b7fdc_1651540882~tplv-tiktok-play.jpeg?x-expires=1652756400&x-signature=jdsdyFEQ5nPD7afqom%2BlX5RuaUw%3D","https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002F16f99a8fea854a32874ef9d7ed3b7fdc_1651540882~tplv-tiktokx-share-play.jpeg?x-expires=1652756400&x-signature=kdhmSYMxKWwVvF9G59A2BUFgRis%3D"],"reflowCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002Fd6ebf07386fd4585bfaedc3de323fc6a?x-expires=1652173200&x-signature=9%2F84GyyDGDI5Cp%2BWghEbZAGmweg%3D","bitrate":3026381,"encodedType":"normal","format":"mp4","videoQuality":"normal","encodeUserTag":"new_logo_format","codecType":"h264","definition":"720p"},"author":"our.12.acre.life","music":{"id":"6817208513685620738","title":"Spooky, quiet, scary atmosphere piano songs","playUrl":"https:\\u002F\\u002Fsf16-ies-music-sg.tiktokcdn.com\\u002Fobj\\u002Ftos-alisg-ve-2774\\u002Fe1f873ceb95b433c807dbdd2c0c14602","coverLarge":"https:\\u002F\\u002Fp16-sg.tiktokcdn.com\\u002Faweme\\u002F720x720\\u002Ftos-alisg-v-2774\\u002Fec596cc975ab4ff0a6c2591f2eab6df9.jpeg","coverMedium":"https:\\u002F\\u002Fp16-sg.tiktokcdn.com\\u002Faweme\\u002F200x200\\u002Ftos-alisg-v-2774\\u002Fec596cc975ab4ff0a6c2591f2eab6df9.jpeg","coverThumb":"https:\\u002F\\u002Fp16-sg.tiktokcdn.com\\u002Faweme\\u002F100x100\\u002Ftos-alisg-v-2774\\u002Fec596cc975ab4ff0a6c2591f2eab6df9.jpeg","authorName":"Skittlegirl Sound","original":false,"duration":89,"album":"","scheduleSearchTime":0},"challenges":[{"id":"1619400279588885","title":"buriedcar","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1643217002255365","title":"12acres","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"182767","title":"scaredycat","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}}],"stats":{"diggCount":38800,"shareCount":357,"commentCount":2431,"playCount":835700},"duetInfo":{"duetFromId":"0"},"warnInfo":[],"originalItem":false,"officalItem":false,"textExtra":[{"awemeId":"","start":73,"end":83,"hashtagId":"1619400279588885","hashtagName":"buriedcar","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":84,"end":92,"hashtagId":"1643217002255365","hashtagName":"12acres","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":93,"end":104,"hashtagId":"182767","hashtagName":"scaredycat","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""}],"secret":false,"forFriend":false,"digged":false,"itemCommentStatus":0,"showNotPass":false,"vl1":false,"takeDown":0,"itemMute":false,"effectStickers":[],"authorStats":{"followerCount":178700,"followingCount":434,"heart":380800,"heartCount":380800,"videoCount":54,"diggCount":1048},"privateItem":false,"duetEnabled":false,"stitchEnabled":false,"stickersOnItem":[{"stickerText":["Part 5! A peak inside "],"stickerType":4}],"isAd":false,"shareEnabled":true,"comments":[],"duetDisplay":0,"stitchDisplay":0,"indexEnabled":true,"nickname":"Our 12 Acre Life","authorId":"7020846181127341062","authorSecId":"MS4wLjABAAAACscfmhzm6XYcqdeiSkzb__vjOX4Jw9AkGHF3iaYg4wTEm5PL8XEMeko68ML1YMYh","avatarThumb":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Ftos-useast5-avt-0068-tx\\u002F23bc67fb04560d64b2e29df252c4b646~c5_100x100.jpeg?x-expires=1652324400&x-signature=Uf4U07ZhpkQFMOSRei4baj8pt5Q%3D"},"7095468773943184686":{"id":"7095468773943184686","desc":"💯Occidental leather #👍🏼#fypシ #fypシ #SearchForWonderMom","createTime":"1652042562","scheduleTime":0,"video":{"id":"7095468773943184686","height":1024,"width":576,"duration":186,"ratio":"720p","cover":"https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F5d707941a6aa4196b66d96e1d9e13ce8?x-expires=1652173200&x-signature=k0P5jGZMc%2BGWW8Noy9KSWL78cBw%3D","originCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F335d8634ba2147fe829ef78c762bc789_1652042571?x-expires=1652173200&x-signature=iHR7Sn2C2%2FZvwno7zxPmSnT6tQE%3D","dynamicCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002Fc6372c76427549f3b6eecfca32613a4e_1652042571?x-expires=1652173200&x-signature=QiBwJQFrQq3EGebT%2FxN%2Fw9b9YR4%3D","playAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002Fc1efb5e398242e91b5520bd13991e6ee\\u002F627a37ad\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c003-tx\\u002Fa39bff41a625496dba0469b7ea803c48\\u002F?a=1988&br=3830&bt=1915&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=amtvOGY6Zm41PDMzZzczNEApZGRkZmVkNDw3N2c0Njo0ZmdyZC4xcjRfZXBgLS1kMS9zc2AvMWEtLWEwLy80NWBiNjI6Yw%3D%3D&vl=&vr=","downloadAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002Fc1efb5e398242e91b5520bd13991e6ee\\u002F627a37ad\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c003-tx\\u002Fa39bff41a625496dba0469b7ea803c48\\u002F?a=1988&br=3830&bt=1915&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=amtvOGY6Zm41PDMzZzczNEApZGRkZmVkNDw3N2c0Njo0ZmdyZC4xcjRfZXBgLS1kMS9zc2AvMWEtLWEwLy80NWBiNjI6Yw%3D%3D&vl=&vr=","shareCover":["","https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002F335d8634ba2147fe829ef78c762bc789_1652042571~tplv-tiktok-play.jpeg?x-expires=1652756400&x-signature=hwDFRdIDVZQURmPc9IstWLphpjE%3D","https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002F335d8634ba2147fe829ef78c762bc789_1652042571~tplv-tiktokx-share-play.jpeg?x-expires=1652756400&x-signature=8V6JIP90QEYFj5gOFiQh6MzP62I%3D"],"reflowCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F5d707941a6aa4196b66d96e1d9e13ce8?x-expires=1652173200&x-signature=GdqR1p2MUa3RtLk54u61ikxqqz0%3D","bitrate":1961964,"encodedType":"normal","format":"mp4","videoQuality":"normal","encodeUserTag":"new_logo_format","codecType":"h264","definition":"720p"},"author":"eberardoss","music":{"id":"7095468784680504110","title":"original sound","playUrl":"https:\\u002F\\u002Fsf16.tiktokcdn-us.com\\u002Fobj\\u002Fies-music-tx\\u002F7095468799612291882.mp3","coverLarge":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F10a5ddcf8b4ca78064cc4d7caf9da3cf~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=LYJT72skGg5cgsHciAQ9G2ukxCw%3D","coverMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F10a5ddcf8b4ca78064cc4d7caf9da3cf~c5_720x720.jpeg?x-expires=1652324400&x-signature=FoMiQzlFYmEKzTPFyhoix2P5gNw%3D","coverThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F10a5ddcf8b4ca78064cc4d7caf9da3cf~c5_100x100.jpeg?x-expires=1652324400&x-signature=VYllooHYP%2BOxGXdtf73T06EdRL4%3D","authorName":"Eberardo","original":true,"duration":185,"album":"","scheduleSearchTime":0},"challenges":[{"id":"1592306359621638","title":"👍🏼","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1637342470396934","title":"fypシ","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1637342470396934","title":"fypシ","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}}],"stats":{"diggCount":10700,"shareCount":58,"commentCount":212,"playCount":227500},"duetInfo":{"duetFromId":"0"},"warnInfo":[],"originalItem":false,"officalItem":false,"textExtra":[{"awemeId":"","start":21,"end":26,"hashtagId":"1592306359621638","hashtagName":"👍🏼","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":26,"end":31,"hashtagId":"1637342470396934","hashtagName":"fypシ","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":32,"end":37,"hashtagId":"1637342470396934","hashtagName":"fypシ","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":38,"end":57,"hashtagId":"","hashtagName":"searchforwondermom","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""}],"secret":false,"forFriend":false,"digged":false,"itemCommentStatus":0,"showNotPass":false,"vl1":false,"takeDown":0,"itemMute":false,"effectStickers":[],"authorStats":{"followerCount":292500,"followingCount":11,"heart":2300000,"heartCount":2300000,"videoCount":361,"diggCount":731},"privateItem":false,"duetEnabled":false,"stitchEnabled":false,"stickersOnItem":[],"isAd":false,"shareEnabled":true,"comments":[],"duetDisplay":0,"stitchDisplay":0,"indexEnabled":true,"nickname":"Eberardo","authorId":"6949298053024564229","authorSecId":"MS4wLjABAAAAQ8hszK4Rp-V1px_OYWwnH6hsAsd3jcT4KCZhRVg5t2kskPN9l2uHXbgjmmy_f7nH","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F10a5ddcf8b4ca78064cc4d7caf9da3cf~c5_100x100.jpeg?x-expires=1652324400&x-signature=VYllooHYP%2BOxGXdtf73T06EdRL4%3D"},"7095884234983820587":{"id":"7095884234983820587","desc":"Laundry room organization pt 1! 🤍🖤 #laundryroomorganization #laundryroomrestock #laundryorganization #laundrycloset #laundryroomdecor #restockasmr #restockwithme #restockday","createTime":"1652139295","scheduleTime":0,"video":{"id":"7095884234983820587","height":1024,"width":576,"duration":113,"ratio":"720p","cover":"https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002F710f256b65ac4a3aa35c15adc6d41f94_1652139300~tplv-dmt-logom:tos-useast5-p-0000-tx\\u002F4ad0d53262b94f2496e9fc577d7ebd2d.image?x-expires=1652173200&x-signature=2zEkWUViQkC71mPYD6NaXUKL2lg%3D","originCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F44b32a394c7e4eb18a0b9d0ff8450549_1652139297?x-expires=1652173200&x-signature=4vdQEgMfKzFoEfYN3kSRL10NB%2BM%3D","dynamicCover":"https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002Fa635cc7c2a3c4f56b9fce642f4dba2ae_1652139297?x-expires=1652173200&x-signature=UKnbd9bFubFaNGb%2FflGUWHqkQug%3D","playAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002Ffc55d0c345dd708c02c7938cf7e3ec71\\u002F627a3765\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c003-tx\\u002F22076e3ccb9648548c170c89b10a9e6f\\u002F?a=1988&br=3080&bt=1540&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=M2o2NTM6ZjZ0PDMzZzczNEApODtkZTU1NWU0Nzg0aDdlM2dubGQxcjRvNnBgLS1kMS9zczBhYS81MDAuLjY1LS1eXzE6Yw%3D%3D&vl=&vr=","downloadAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002Ffc55d0c345dd708c02c7938cf7e3ec71\\u002F627a3765\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c003-tx\\u002F22076e3ccb9648548c170c89b10a9e6f\\u002F?a=1988&br=3080&bt=1540&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=M2o2NTM6ZjZ0PDMzZzczNEApODtkZTU1NWU0Nzg0aDdlM2dubGQxcjRvNnBgLS1kMS9zczBhYS81MDAuLjY1LS1eXzE6Yw%3D%3D&vl=&vr=","shareCover":["","https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002F44b32a394c7e4eb18a0b9d0ff8450549_1652139297~tplv-tiktok-play.jpeg?x-expires=1652756400&x-signature=XQHQvcBxyG9mDKLS0kDzVtDDlmo%3D","https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002F44b32a394c7e4eb18a0b9d0ff8450549_1652139297~tplv-tiktokx-share-play.jpeg?x-expires=1652756400&x-signature=oKEJzWXQNOvTNeq6KHrxmHEbthQ%3D"],"reflowCover":"https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F710f256b65ac4a3aa35c15adc6d41f94_1652139300?x-expires=1652173200&x-signature=7d9wCXZp922SkiXadFg4%2FG1WCio%3D","bitrate":1577242,"encodedType":"normal","format":"mp4","videoQuality":"normal","encodeUserTag":"new_logo_format","codecType":"h264","definition":"720p"},"author":"briannaancheta","music":{"id":"7095884216004660010","title":"original sound","playUrl":"https:\\u002F\\u002Fsf16.tiktokcdn-us.com\\u002Fobj\\u002Fies-music-tx\\u002F7095884246711323438.mp3","coverLarge":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F4f19248e53d6fbdba95e2a3b424ef00a~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=igKJoXnuSuLNLP7FH9WPGNZ8Ils%3D","coverMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F4f19248e53d6fbdba95e2a3b424ef00a~c5_720x720.jpeg?x-expires=1652324400&x-signature=QrBsGFUdTgSZQQzbKWi7TjNzPzk%3D","coverThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F4f19248e53d6fbdba95e2a3b424ef00a~c5_100x100.jpeg?x-expires=1652324400&x-signature=Gh01ATDbY9ppBFs0cycWlE4dCn0%3D","authorName":"Brianna Ancheta","original":true,"duration":113,"album":"","scheduleSearchTime":0},"challenges":[{"id":"1669969619941382","title":"laundryroomorganization","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1693533228359685","title":"laundryroomrestock","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1682742935110662","title":"laundryorganization","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1672867500531717","title":"laundrycloset","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1647128042244101","title":"laundryroomdecor","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1675201247435781","title":"restockasmr","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1671141448147973","title":"restockwithme","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1645319667172357","title":"restockday","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}}],"stats":{"diggCount":76300,"shareCount":238,"commentCount":384,"playCount":508700},"duetInfo":{"duetFromId":"0"},"warnInfo":[],"originalItem":false,"officalItem":false,"textExtra":[{"awemeId":"","start":37,"end":61,"hashtagId":"1669969619941382","hashtagName":"laundryroomorganization","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":62,"end":81,"hashtagId":"1693533228359685","hashtagName":"laundryroomrestock","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":82,"end":102,"hashtagId":"1682742935110662","hashtagName":"laundryorganization","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":103,"end":117,"hashtagId":"1672867500531717","hashtagName":"laundrycloset","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":118,"end":135,"hashtagId":"1647128042244101","hashtagName":"laundryroomdecor","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":136,"end":148,"hashtagId":"1675201247435781","hashtagName":"restockasmr","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":149,"end":163,"hashtagId":"1671141448147973","hashtagName":"restockwithme","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":164,"end":175,"hashtagId":"1645319667172357","hashtagName":"restockday","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""}],"secret":false,"forFriend":false,"digged":false,"itemCommentStatus":0,"showNotPass":false,"vl1":false,"takeDown":0,"itemMute":false,"effectStickers":[],"authorStats":{"followerCount":3600000,"followingCount":384,"heart":80100000,"heartCount":80100000,"videoCount":311,"diggCount":3502},"privateItem":false,"duetEnabled":false,"stitchEnabled":false,"stickersOnItem":[{"stickerText":["LAUNDRY\\nROOM\\nORGANIZATION"],"stickerType":9}],"isAd":false,"shareEnabled":true,"comments":[],"duetDisplay":0,"stitchDisplay":0,"indexEnabled":true,"nickname":"Brianna Ancheta","authorId":"6790118107793933317","authorSecId":"MS4wLjABAAAA5EOVFi8OMEeXpgPbcc2cWdOLps4npQJS1jJxlihGf8sogQ5cd-T9UeMOfZgdo2Tl","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F4f19248e53d6fbdba95e2a3b424ef00a~c5_100x100.jpeg?x-expires=1652324400&x-signature=Gh01ATDbY9ppBFs0cycWlE4dCn0%3D"},"7077659850292890922":{"id":"7077659850292890922","desc":"Don’t try this at home lol 😂 😂 #DeserveADrPepperDuet #OscarsAtHome #WomenOwnedBusiness #606 #SeeHerGreatness #VenmoSpringBreak #macysownyourstyle #fyp #fypシ #SmoothLikeNitroPepsi #LinkBudsNeverOff #OREOBdayStack #OutlanderChallenge","createTime":"1647896099","scheduleTime":0,"video":{"id":"7077659850292890922","height":1024,"width":576,"duration":106,"ratio":"720p","cover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F9d69799a45384f9fa1b600b504868540?x-expires=1652173200&x-signature=D9YgjN2SAwnGh0aSiZbo6A4ztpM%3D","originCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002Fc30596894a1e4856b58ae667501d7e78_1647896100?x-expires=1652173200&x-signature=6dDCb7xJPaewD931REfjeQvIFsw%3D","dynamicCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F2ba3c09aa6f543719ab2bba0f7d7d8cc_1647896100?x-expires=1652173200&x-signature=P5xYBBDWoTEbD59sxVuNUckhqMQ%3D","playAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F13b3e160da5656fedc16b87760232a90\\u002F627a375e\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c001-tx\\u002F2f5cd28cb6214cf0bbe9a670d5070a66\\u002F?a=1988&br=2442&bt=1221&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=M3A1bzk6ZjdoOzMzZzczNEApNjc0NzQzNTxkNzVmaTM8NGc2NS5ycjRnMnBgLS1kMS9zc2EwXzEwNWMtMDMuXjRfYWM6Yw%3D%3D&vl=&vr=","downloadAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F13b3e160da5656fedc16b87760232a90\\u002F627a375e\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c001-tx\\u002F2f5cd28cb6214cf0bbe9a670d5070a66\\u002F?a=1988&br=2442&bt=1221&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=M3A1bzk6ZjdoOzMzZzczNEApNjc0NzQzNTxkNzVmaTM8NGc2NS5ycjRnMnBgLS1kMS9zc2EwXzEwNWMtMDMuXjRfYWM6Yw%3D%3D&vl=&vr=","shareCover":["","https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002Fc30596894a1e4856b58ae667501d7e78_1647896100~tplv-tiktok-play.jpeg?x-expires=1652756400&x-signature=YUyXhrhJvFON3fdr%2BowvULHo7as%3D","https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002Fc30596894a1e4856b58ae667501d7e78_1647896100~tplv-tiktokx-share-play.jpeg?x-expires=1652756400&x-signature=UBT4pVKquNhb8tb0krBTqAijYMY%3D"],"reflowCover":"https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F9d69799a45384f9fa1b600b504868540?x-expires=1652173200&x-signature=UxadQ5r5Aw7CdlXTgAjA0NeaR0U%3D","bitrate":1250731,"encodedType":"normal","format":"mp4","videoQuality":"normal","encodeUserTag":"","codecType":"h264","definition":"720p"},"author":"travislawson37","music":{"id":"7077659868307426090","title":"original sound","playUrl":"https:\\u002F\\u002Fsf16.tiktokcdn-us.com\\u002Fobj\\u002Fies-music-tx\\u002F7077659889685793582.mp3","coverLarge":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002F1671263581753350~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=YMt1DG8EzP2LJdnMSGmUJsDEZq4%3D","coverMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002F1671263581753350~c5_720x720.jpeg?x-expires=1652324400&x-signature=b7wFAQv7oBqnxnOmTf3wfYbrpHw%3D","coverThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002F1671263581753350~c5_100x100.jpeg?x-expires=1652324400&x-signature=rW%2FgSTgkWbtgidqDoDTPXyri4FE%3D","authorName":"Travis Lawson","original":true,"duration":106,"album":"","scheduleSearchTime":0},"challenges":[{"id":"1697956593168389","title":"oscarsathome","desc":"The Oscars are just around the corner! Whether you’re recreating a scene, making a short film, reviewing your favorite movie, or putting the spotlight on actors and actresses you love, show us how you’re celebrating the #OscarsAtHome!","profileLarger":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002Fbba34662e3fe45313998d7bfc9c527db.png","profileMedium":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002Fbba34662e3fe45313998d7bfc9c527db.png","profileThumb":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002Fbba34662e3fe45313998d7bfc9c527db.png","coverLarger":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002Fbed6cc77f1e9e5c6234718f50ac76639.png","coverMedium":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002Fbed6cc77f1e9e5c6234718f50ac76639.png","coverThumb":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002Fbed6cc77f1e9e5c6234718f50ac76639.png","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1641584566670341","title":"womenownedbusiness","desc":"From self-starters to industry icons, here\'s to each and every #WomenOwnedBusiness.","profileLarger":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002Ffaa65b21058c8ca8fc5bccd82e4df773.jpeg","profileMedium":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002Ffaa65b21058c8ca8fc5bccd82e4df773.jpeg","profileThumb":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002Ffaa65b21058c8ca8fc5bccd82e4df773.jpeg","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1595029992898565","title":"606","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"7072399815417528322","title":"macysownyourstyle","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":true,"stats":{"videoCount":0,"viewCount":0}},{"id":"229207","title":"fyp","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1637342470396934","title":"fypシ","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}}],"stats":{"diggCount":83800,"shareCount":1821,"commentCount":5483,"playCount":1200000},"duetInfo":{"duetFromId":"0"},"warnInfo":[],"originalItem":false,"officalItem":false,"textExtra":[{"awemeId":"","start":33,"end":54,"hashtagId":"","hashtagName":"deserveadrpepperduet","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":55,"end":68,"hashtagId":"1697956593168389","hashtagName":"oscarsathome","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":69,"end":88,"hashtagId":"1641584566670341","hashtagName":"womenownedbusiness","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":89,"end":93,"hashtagId":"1595029992898565","hashtagName":"606","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":94,"end":110,"hashtagId":"","hashtagName":"seehergreatness","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":111,"end":128,"hashtagId":"","hashtagName":"venmospringbreak","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":129,"end":147,"hashtagId":"7072399815417528322","hashtagName":"macysownyourstyle","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":148,"end":152,"hashtagId":"229207","hashtagName":"fyp","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":153,"end":158,"hashtagId":"1637342470396934","hashtagName":"fypシ","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":159,"end":180,"hashtagId":"","hashtagName":"smoothlikenitropepsi","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":181,"end":198,"hashtagId":"","hashtagName":"linkbudsneveroff","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":199,"end":213,"hashtagId":"","hashtagName":"oreobdaystack","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":214,"end":233,"hashtagId":"","hashtagName":"outlanderchallenge","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""}],"secret":false,"forFriend":false,"digged":false,"itemCommentStatus":0,"showNotPass":false,"vl1":false,"takeDown":0,"itemMute":false,"effectStickers":[],"authorStats":{"followerCount":38900,"followingCount":2586,"heart":160100,"heartCount":160100,"videoCount":177,"diggCount":12600},"privateItem":false,"duetEnabled":false,"stitchEnabled":false,"stickersOnItem":[],"isAd":false,"shareEnabled":true,"comments":[],"duetDisplay":0,"stitchDisplay":0,"indexEnabled":true,"diversificationLabels":["Comedy","Performance"],"nickname":"Travis Lawson","authorId":"6836785299311805446","authorSecId":"MS4wLjABAAAAyalbFYzr1WyX4yYz2xFTPd58seQiKxGElVF_aRzvBvL5UQe9_8tErliCRaD7XK5E","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002F1671263581753350~c5_100x100.jpeg?x-expires=1652324400&x-signature=rW%2FgSTgkWbtgidqDoDTPXyri4FE%3D"},"7070977914304515333":{"id":"7070977914304515333","desc":"Cuando mis alumn@s se dieron cuenta de mi orientación sexual#gay #lgbt #lgbt🌈 #lgbtmexico #maestro","createTime":"1646340340","scheduleTime":0,"video":{"id":"7070977914304515333","height":960,"width":540,"duration":152,"ratio":"720p","cover":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fobj\\u002Ftos-maliva-p-0068\\u002F5c0124d23af04ce48f0b77e8ed6d7c1f?x-expires=1652173200&x-signature=fFEfEwLCdBqMZcKMJvMZ0xgO98A%3D","originCover":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fobj\\u002Ftos-maliva-p-0068\\u002F923c79970af04c44979c17cb677d154c_1646340342?x-expires=1652173200&x-signature=NJtqbAyiSN8UY6f3cR5KtbADtJE%3D","dynamicCover":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fobj\\u002Ftos-maliva-p-0068\\u002F607ba729979c48dc80d937756473f9d4_1646340346?x-expires=1652173200&x-signature=V9qidYQSWEEB0QUVyK9LNnGdw5o%3D","playAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F576fee0fe69ef97be6794cb7791aa5cb\\u002F627a378c\\u002Fvideo\\u002Ftos\\u002Fuseast2a\\u002Ftos-useast2a-ve-0068c004\\u002Fb8fabb4ab4824f1cb653995c0bce31b4\\u002F?a=1988&br=2480&bt=1240&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=M2xvNGc6ZnhsOzMzNzczM0ApNDhnOGg0OzszN2c1ZDo5Z2cwZi4vcjRvYmRgLS1kMTZzczEuXjU0Nl80XzZhX2IzMC06Yw%3D%3D&vl=&vr=","downloadAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F576fee0fe69ef97be6794cb7791aa5cb\\u002F627a378c\\u002Fvideo\\u002Ftos\\u002Fuseast2a\\u002Ftos-useast2a-ve-0068c004\\u002Fb8fabb4ab4824f1cb653995c0bce31b4\\u002F?a=1988&br=2480&bt=1240&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=M2xvNGc6ZnhsOzMzNzczM0ApNDhnOGg0OzszN2c1ZDo5Z2cwZi4vcjRvYmRgLS1kMTZzczEuXjU0Nl80XzZhX2IzMC06Yw%3D%3D&vl=&vr=","shareCover":["","https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-p-0068\\u002F923c79970af04c44979c17cb677d154c_1646340342~tplv-tiktok-play.jpeg?x-expires=1652756400&x-signature=IdeCsxAU41LmDIxr29E9jaZUAGI%3D","https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-p-0068\\u002F923c79970af04c44979c17cb677d154c_1646340342~tplv-tiktokx-share-play.jpeg?x-expires=1652756400&x-signature=rNkZZ04daqYQMJ%2BsIjF6Sx2irP0%3D"],"reflowCover":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fobj\\u002Ftos-maliva-p-0068\\u002F5c0124d23af04ce48f0b77e8ed6d7c1f?x-expires=1652173200&x-signature=fFEfEwLCdBqMZcKMJvMZ0xgO98A%3D","bitrate":1270433,"encodedType":"normal","format":"mp4","videoQuality":"normal","encodeUserTag":"","codecType":"h264","definition":"720p"},"author":"erickgascon_","music":{"id":"6752822830724811524","title":"Fade灵魂电音绝美吟唱 (69 Remix)","playUrl":"https:\\u002F\\u002Fsf16-ies-music-sg.tiktokcdn.com\\u002Fobj\\u002Ftos-alisg-ve-2774\\u002F7852b9e4f22f4cb4b5fddb9255164f42","coverLarge":"https:\\u002F\\u002Fp16-sg.tiktokcdn.com\\u002Faweme\\u002F720x720\\u002Ftos-alisg-v-2774\\u002F1137a5e7d3bc47758d1324a9064233e0.jpeg","coverMedium":"https:\\u002F\\u002Fp16-sg.tiktokcdn.com\\u002Faweme\\u002F200x200\\u002Ftos-alisg-v-2774\\u002F1137a5e7d3bc47758d1324a9064233e0.jpeg","coverThumb":"https:\\u002F\\u002Fp16-sg.tiktokcdn.com\\u002Faweme\\u002F100x100\\u002Ftos-alisg-v-2774\\u002F1137a5e7d3bc47758d1324a9064233e0.jpeg","authorName":"Alan Walker","original":false,"duration":181,"album":"","scheduleSearchTime":0},"challenges":[{"id":"6285","title":"gay","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"12155","title":"lgbt","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1592200883914758","title":"lgbt🌈","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1619136103386118","title":"lgbtmexico","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"28440","title":"maestro","desc":"Vous jouez un instrument? Montrez vos capacités ou montrez le nous en musique!🎸🎻🎷🎺🎹🎼","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}}],"stats":{"diggCount":427500,"shareCount":1502,"commentCount":2992,"playCount":2600000},"duetInfo":{"duetFromId":"0"},"warnInfo":[],"originalItem":false,"officalItem":false,"textExtra":[{"awemeId":"","start":60,"end":64,"hashtagId":"6285","hashtagName":"gay","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":65,"end":70,"hashtagId":"12155","hashtagName":"lgbt","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":71,"end":78,"hashtagId":"1592200883914758","hashtagName":"lgbt🌈","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":79,"end":90,"hashtagId":"1619136103386118","hashtagName":"lgbtmexico","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":91,"end":99,"hashtagId":"28440","hashtagName":"maestro","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""}],"secret":false,"forFriend":false,"digged":false,"itemCommentStatus":0,"showNotPass":false,"vl1":false,"takeDown":0,"itemMute":false,"effectStickers":[],"authorStats":{"followerCount":128300,"followingCount":977,"heart":733500,"heartCount":733500,"videoCount":41,"diggCount":6730},"privateItem":false,"duetEnabled":false,"stitchEnabled":false,"stickersOnItem":[{"stickerText":["Story time de como mis alumnos se dieron cuenta de mi orientación sexual 🏳️\u200d🌈","Síganme\\n para \\nparte 2"],"stickerType":4}],"isAd":false,"shareEnabled":true,"comments":[],"duetDisplay":0,"stitchDisplay":0,"indexEnabled":true,"diversificationLabels":["Diary & VLOG","Daily Life","Lifestyle"],"nickname":"Erick Gascón","authorId":"6628048432144416774","authorSecId":"MS4wLjABAAAAzU62SRoEovwEaxBBecnOpscOfThxMn-4gkCQMh2ktEsXNtqBVp1SFvfmE8hBaUZB","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Ffe1c07db39ca82b84ead137db23e8149~c5_100x100.jpeg?x-expires=1652324400&x-signature=Vs29ox4w1eWMmDxl5eSUuMJk1TA%3D"},"7095438486727134510":{"id":"7095438486727134510","desc":"Myrtle 🌱 ❤️ #gravetok","createTime":"1652035510","scheduleTime":0,"video":{"id":"7095438486727134510","height":1024,"width":576,"duration":15,"ratio":"720p","cover":"https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002Fe4804e22ec8b482d9596758a6a1c10a5?x-expires=1652173200&x-signature=EOs5oZsu7ZponoRPYgZ6nHBXPVI%3D","originCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F18038325cf1448d1830f5ed359890a5f_1652035511?x-expires=1652173200&x-signature=a2H4C59kMp5a0%2BGIQ22ZDu%2BGrQ8%3D","dynamicCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002Fac4f8bca57fb4843aad4697740e18c49_1652035512?x-expires=1652173200&x-signature=s8MHyBKGNQYKp22wM0WSv%2BDABXs%3D","playAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F3f1f0e4cd88cb78d12eadd4c9e765c36\\u002F627a3703\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c002-tx\\u002F38eb1f3244a0429f86c85268ad30de11\\u002F?a=1988&br=6836&bt=3418&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=ajo5eDM6ZmozPDMzZzczNEApOjY1NGZpNTs8NztnNWhnaWdsZXNscjQwcHBgLS1kMS9zc15jMF9hNDQtXjY2YDQzMTM6Yw%3D%3D&vl=&vr=","downloadAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F3f1f0e4cd88cb78d12eadd4c9e765c36\\u002F627a3703\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-ve-0068c002-tx\\u002F38eb1f3244a0429f86c85268ad30de11\\u002F?a=1988&br=6836&bt=3418&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=ajo5eDM6ZmozPDMzZzczNEApOjY1NGZpNTs8NztnNWhnaWdsZXNscjQwcHBgLS1kMS9zc15jMF9hNDQtXjY2YDQzMTM6Yw%3D%3D&vl=&vr=","shareCover":["","https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002F18038325cf1448d1830f5ed359890a5f_1652035511~tplv-tiktok-play.jpeg?x-expires=1652756400&x-signature=SePQ7uJQc9Ii8vxmBMisz92lVrY%3D","https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002F18038325cf1448d1830f5ed359890a5f_1652035511~tplv-tiktokx-share-play.jpeg?x-expires=1652756400&x-signature=eF9CdM08MVCmziXQfHmS1%2BmUB%2Fc%3D"],"reflowCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002Fe4804e22ec8b482d9596758a6a1c10a5?x-expires=1652173200&x-signature=1kNNSuaQRNc4wrvKEstIjmLgksE%3D","bitrate":3500742,"encodedType":"normal","format":"mp4","videoQuality":"normal","encodeUserTag":"new_logo_format","codecType":"h264","definition":"720p"},"author":"megbarnes22","music":{"id":"7095438460416314158","title":"original sound","playUrl":"https:\\u002F\\u002Fsf16.tiktokcdn-us.com\\u002Fobj\\u002Fies-music-tx\\u002F7095438483828869930.mp3","coverLarge":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002Feb690e93209b719c69f7acaea11d6c0a~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=8rCYLzD5h1lZ4%2BZTCZp3IkJM8ro%3D","coverMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002Feb690e93209b719c69f7acaea11d6c0a~c5_720x720.jpeg?x-expires=1652324400&x-signature=ckmgahhpY%2B7%2BI%2B2O2eRNG4tOFJ0%3D","coverThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002Feb690e93209b719c69f7acaea11d6c0a~c5_100x100.jpeg?x-expires=1652324400&x-signature=JZ9xSyiu5MXCD0GnnXHvsqhrGCw%3D","authorName":"mbarnes5322","original":true,"duration":15,"album":"","scheduleSearchTime":0},"challenges":[{"id":"1677291165961222","title":"gravetok","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}}],"stats":{"diggCount":12200,"shareCount":57,"commentCount":78,"playCount":126400},"duetInfo":{"duetFromId":"0"},"warnInfo":[],"originalItem":false,"officalItem":false,"textExtra":[{"awemeId":"","start":13,"end":22,"hashtagId":"1677291165961222","hashtagName":"gravetok","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""}],"secret":false,"forFriend":false,"digged":false,"itemCommentStatus":0,"showNotPass":false,"vl1":false,"takeDown":0,"itemMute":false,"effectStickers":[],"authorStats":{"followerCount":239700,"followingCount":89,"heart":2100000,"heartCount":2100000,"videoCount":27,"diggCount":572},"privateItem":false,"duetEnabled":false,"stitchEnabled":false,"stickersOnItem":[],"isAd":false,"shareEnabled":true,"comments":[],"duetDisplay":0,"stitchDisplay":0,"indexEnabled":true,"diversificationLabels":["Diary & VLOG","Daily Life","Lifestyle"],"autoCaptionsURLs":["https:\\u002F\\u002Fsf16.tiktokcdn-us.com\\u002Fobj\\u002Ftiktok-auido-caption-bucket-ttp-tx\\u002F7095438486727134510"],"nickname":"mbarnes5322","authorId":"6823860045411976198","authorSecId":"MS4wLjABAAAAjCI1I9J7mBtJHSwsaVPhzLEsqXE04g3UOW5Vry0tJwsfMr-U6KSqDTV5gESqdPxL","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002Feb690e93209b719c69f7acaea11d6c0a~c5_100x100.jpeg?x-expires=1652324400&x-signature=JZ9xSyiu5MXCD0GnnXHvsqhrGCw%3D"},"7091753195940154666":{"id":"7091753195940154666","desc":"Part 288 should I start making these longer?? 😳🚪 #fyp #doorsarecomplicated #marvin #foru #mindblowing #foryoupage","createTime":"1651177462","scheduleTime":0,"video":{"id":"7091753195940154666","height":1024,"width":576,"duration":75,"ratio":"720p","cover":"https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F23c14671f03b41f8a1b2496a6c2993f9?x-expires=1652173200&x-signature=3WysbOaUL4wdzZtobHSgEbWD5VI%3D","originCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F9f1aa59819dc4452acf4a64e5ee3944e_1651177463?x-expires=1652173200&x-signature=vLkN%2Bv8VcmKgWJXVDI3tnnRjhtA%3D","dynamicCover":"https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002Fdc607121315445aaacf4ff4f9c4bc3df_1651177463?x-expires=1652173200&x-signature=y9QO0Z4Nsj1M6h4hHHf%2B5cP9FGQ%3D","playAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F36967946fce166b2714e7fb25474c14d\\u002F627a373f\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-pve-0068-tx\\u002F3825c01d1b3e4e9a8183fe1229c9ac07\\u002F?a=1988&br=1746&bt=873&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=anFkcDQ6ZnFpPDMzZzczNEApOzY2ZWhoZTtmNzo3ZWhlZGcxMGsucjQwYGlgLS1kMS9zc2NgNTNhLTQyMTYuYDNeMi46Yw%3D%3D&vl=&vr=","downloadAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002F36967946fce166b2714e7fb25474c14d\\u002F627a373f\\u002Fvideo\\u002Ftos\\u002Fuseast5\\u002Ftos-useast5-pve-0068-tx\\u002F3825c01d1b3e4e9a8183fe1229c9ac07\\u002F?a=1988&br=1746&bt=873&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=anFkcDQ6ZnFpPDMzZzczNEApOzY2ZWhoZTtmNzo3ZWhlZGcxMGsucjQwYGlgLS1kMS9zc2NgNTNhLTQyMTYuYDNeMi46Yw%3D%3D&vl=&vr=","shareCover":["","https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002F9f1aa59819dc4452acf4a64e5ee3944e_1651177463~tplv-tiktok-play.jpeg?x-expires=1652756400&x-signature=DcsLwUqp%2BBGIbBF305jQUfkcMIQ%3D","https:\\u002F\\u002Fp19-sign.tiktokcdn-us.com\\u002Ftos-useast5-p-0068-tx\\u002F9f1aa59819dc4452acf4a64e5ee3944e_1651177463~tplv-tiktokx-share-play.jpeg?x-expires=1652756400&x-signature=QIb851jI9O3uiita%2B2Q8ytDT7ec%3D"],"reflowCover":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Fobj\\u002Ftos-useast5-p-0068-tx\\u002F23c14671f03b41f8a1b2496a6c2993f9?x-expires=1652173200&x-signature=1ULtrnXP2loyCrm4B8Iun%2BuyI8E%3D","bitrate":894210,"encodedType":"normal","format":"mp4","videoQuality":"normal","encodeUserTag":"new_logo_format","codecType":"h264","definition":"720p"},"author":"marvin4eva33","music":{"id":"7091753173924203306","title":"original sound","playUrl":"https:\\u002F\\u002Fsf16.tiktokcdn-us.com\\u002Fobj\\u002Fies-music-tx\\u002F7091753204119063338.mp3","coverLarge":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Fbaaa765c409a1d126f891eb652ccf4fa~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=Y2%2BBtuPONnA5LcdLj54EU9jDYf8%3D","coverMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Fbaaa765c409a1d126f891eb652ccf4fa~c5_720x720.jpeg?x-expires=1652324400&x-signature=dop2JiClnf2SWVA5vkBS0kIxNEQ%3D","coverThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Fbaaa765c409a1d126f891eb652ccf4fa~c5_100x100.jpeg?x-expires=1652324400&x-signature=v0ouWurqZiQYLcPwrcIOnU9TBhM%3D","authorName":"Luke","original":true,"duration":75,"album":"","scheduleSearchTime":0},"challenges":[{"id":"229207","title":"fyp","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1663074889831430","title":"doorsarecomplicated","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"67047","title":"marvin","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"108264","title":"foru","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"320294","title":"mindblowing","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"88764338","title":"foryoupage","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}}],"stats":{"diggCount":365600,"shareCount":1500,"commentCount":1661,"playCount":1800000},"duetInfo":{"duetFromId":"0"},"warnInfo":[],"originalItem":false,"officalItem":false,"textExtra":[{"awemeId":"","start":51,"end":55,"hashtagId":"229207","hashtagName":"fyp","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":56,"end":76,"hashtagId":"1663074889831430","hashtagName":"doorsarecomplicated","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":77,"end":84,"hashtagId":"67047","hashtagName":"marvin","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":85,"end":90,"hashtagId":"108264","hashtagName":"foru","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":91,"end":103,"hashtagId":"320294","hashtagName":"mindblowing","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":104,"end":115,"hashtagId":"88764338","hashtagName":"foryoupage","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""}],"secret":false,"forFriend":false,"digged":false,"itemCommentStatus":0,"showNotPass":false,"vl1":false,"takeDown":0,"itemMute":false,"effectStickers":[],"authorStats":{"followerCount":6900000,"followingCount":1044,"heart":177000000,"heartCount":177000000,"videoCount":795,"diggCount":98700},"privateItem":false,"duetEnabled":false,"stitchEnabled":false,"stickersOnItem":[{"stickerText":["Before cameras were invented no one ever saw themselves with their eyes closed ","Everyone is born with 100% chance of dying","U ever wonder who’s living in your childhood house right now not knowing about all the things u did and all the memories u made in it ","U could’ve walked past a missing person ","The only reason that woman’s clothing has fake pockets is to keep purses relevant ","Lights and lamps in video games use real electricity ","It’s risky to buy soda (it’s called pop) right after an earthquake"],"stickerType":4}],"isAd":false,"shareEnabled":true,"comments":[],"duetDisplay":0,"stitchDisplay":0,"indexEnabled":true,"diversificationLabels":["Scripted Comedy","Comedy","Performance"],"nickname":"Luke","authorId":"6729943416279139333","authorSecId":"MS4wLjABAAAAdqM4fn7meLUWovm0rLY_wylbkNHUu71izRb_62IB-mae-tB-BqiKYaSrI3Dou9Pg","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Fbaaa765c409a1d126f891eb652ccf4fa~c5_100x100.jpeg?x-expires=1652324400&x-signature=v0ouWurqZiQYLcPwrcIOnU9TBhM%3D"},"7087236090729368837":{"id":"7087236090729368837","desc":"😈😈#trending #streamer #trrnding #cutegirl #UwU #curlyhair #foryou #girlcute #viraltiktok #popular #parati #fypシ #trend #fyp #araara","createTime":"1650125742","scheduleTime":0,"video":{"id":"7087236090729368837","height":1024,"width":576,"duration":8,"ratio":"720p","cover":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fobj\\u002Ftos-maliva-p-0068\\u002F161aa6a3d0754c35a508b02b50a108d7?x-expires=1652173200&x-signature=cEP9SREHtnx3zIleQEXNvc%2BwxTk%3D","originCover":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fobj\\u002Ftos-maliva-p-0068\\u002Fb9f1a84bb7264721b77b0d66e05ff20b_1650125743?x-expires=1652173200&x-signature=2oKsBZIwsD%2BDUBgPIrNd4UbwRoo%3D","dynamicCover":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fobj\\u002Ftos-maliva-p-0068\\u002Ff2f757aeb4774420bf38e92ed5cbe905_1650125744?x-expires=1652173200&x-signature=Nkwfx5boqALe7tgHg%2BQTCSnzgBQ%3D","playAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002Fb6352fa8a5a44333bbfbaf54b2a8761e\\u002F627a36fc\\u002Fvideo\\u002Ftos\\u002Fuseast2a\\u002Ftos-useast2a-ve-0068c003\\u002F00ba6f48dc9c4459829bed9ba30299e3\\u002F?a=1988&br=3888&bt=1944&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=ajNtZzM6ZjpoPDMzNzczM0ApZzY4ZDc5OTw8N2c3ZjtnaGdnYm0zcjRvaGFgLS1kMTZzczAxMGFeMi9iYDBfNTY0XmM6Yw%3D%3D&vl=&vr=","downloadAddr":"https:\\u002F\\u002Fv16m-webapp.tiktokcdn-us.com\\u002Fb6352fa8a5a44333bbfbaf54b2a8761e\\u002F627a36fc\\u002Fvideo\\u002Ftos\\u002Fuseast2a\\u002Ftos-useast2a-ve-0068c003\\u002F00ba6f48dc9c4459829bed9ba30299e3\\u002F?a=1988&br=3888&bt=1944&cd=0%7C0%7C1%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=ebtHKH-qMyq8ZWf.Cwe2NPrGfl7Gb&l=2022051003570701000200600500500600300000D2DF9A&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=ajNtZzM6ZjpoPDMzNzczM0ApZzY4ZDc5OTw8N2c3ZjtnaGdnYm0zcjRvaGFgLS1kMTZzczAxMGFeMi9iYDBfNTY0XmM6Yw%3D%3D&vl=&vr=","shareCover":["","https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-p-0068\\u002Fb9f1a84bb7264721b77b0d66e05ff20b_1650125743~tplv-tiktok-play.jpeg?x-expires=1652756400&x-signature=Z%2FQ23si9AJ1BY5uxLJFboVa4THI%3D","https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-p-0068\\u002Fb9f1a84bb7264721b77b0d66e05ff20b_1650125743~tplv-tiktokx-share-play.jpeg?x-expires=1652756400&x-signature=1QLi0UhfE83LGGITkFO4uXFyd3w%3D"],"reflowCover":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fobj\\u002Ftos-maliva-p-0068\\u002F161aa6a3d0754c35a508b02b50a108d7?x-expires=1652173200&x-signature=cEP9SREHtnx3zIleQEXNvc%2BwxTk%3D","bitrate":1990893,"encodedType":"normal","format":"mp4","videoQuality":"normal","encodeUserTag":"","codecType":"h264","definition":"720p"},"author":"porita.xd","music":{"id":"6903637076743375618","title":"EL Q USE ESTE AUDIO SE LA COME XD","playUrl":"https:\\u002F\\u002Fsf16-ies-music-sg.tiktokcdn.com\\u002Fobj\\u002Ftiktok-obj\\u002F6903637056426167041.mp3","coverLarge":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Fbbbc3ef2817779853959edd5010c7411~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=CAcPCVSPzXhvdLLrCqmpXcra2No%3D","coverMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Fbbbc3ef2817779853959edd5010c7411~c5_720x720.jpeg?x-expires=1652324400&x-signature=vf6u0WF7rzyV2S1SXlX6Dwz%2B9oM%3D","coverThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Fbbbc3ef2817779853959edd5010c7411~c5_100x100.jpeg?x-expires=1652324400&x-signature=vCoci4AAna5mJ1d6UUBxYY95FJ8%3D","authorName":"ImO🇧🇴","original":true,"duration":8,"album":"","scheduleSearchTime":0},"challenges":[{"id":"20105","title":"trending","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"300425","title":"streamer","desc":"Keep calm and be a #Streamer","profileLarger":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002F4596ad29728c48363099fc3bc0eb9148.png","profileMedium":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002F4596ad29728c48363099fc3bc0eb9148.png","profileThumb":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002F4596ad29728c48363099fc3bc0eb9148.png","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"5102159","title":"trrnding","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"30971","title":"cutegirl","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"2693109","title":"uwu","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"14691","title":"curlyhair","desc":"From bouncy blow-drys to natural curls, show us your #CurlyHair routines.","profileLarger":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002F8625ae66385d638c73f6c17dc1bedb48","profileMedium":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002F8625ae66385d638c73f6c17dc1bedb48","profileThumb":"https:\\u002F\\u002Fp16-amd-va.tiktokcdn.com\\u002Fobj\\u002Fmusically-maliva-obj\\u002F8625ae66385d638c73f6c17dc1bedb48","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"42164","title":"foryou","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"5505895","title":"girlcute","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1592528792523778","title":"viraltiktok","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"5637","title":"popular","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"65243","title":"parati","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1637342470396934","title":"fypシ","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"44895","title":"trend","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"229207","title":"fyp","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}},{"id":"1468728","title":"araara","desc":"","profileLarger":"","profileMedium":"","profileThumb":"","coverLarger":"","coverMedium":"","coverThumb":"","isCommerce":false,"stats":{"videoCount":0,"viewCount":0}}],"stats":{"diggCount":53400,"shareCount":412,"commentCount":593,"playCount":1100000},"duetInfo":{"duetFromId":"0"},"warnInfo":[],"originalItem":false,"officalItem":false,"textExtra":[{"awemeId":"","start":4,"end":13,"hashtagId":"20105","hashtagName":"trending","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":14,"end":23,"hashtagId":"300425","hashtagName":"streamer","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":24,"end":33,"hashtagId":"5102159","hashtagName":"trrnding","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":34,"end":43,"hashtagId":"30971","hashtagName":"cutegirl","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":44,"end":48,"hashtagId":"2693109","hashtagName":"uwu","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":49,"end":59,"hashtagId":"14691","hashtagName":"curlyhair","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":60,"end":67,"hashtagId":"42164","hashtagName":"foryou","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":68,"end":77,"hashtagId":"5505895","hashtagName":"girlcute","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":78,"end":90,"hashtagId":"1592528792523778","hashtagName":"viraltiktok","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":91,"end":99,"hashtagId":"5637","hashtagName":"popular","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":100,"end":107,"hashtagId":"65243","hashtagName":"parati","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":108,"end":113,"hashtagId":"1637342470396934","hashtagName":"fypシ","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":114,"end":120,"hashtagId":"44895","hashtagName":"trend","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":121,"end":125,"hashtagId":"229207","hashtagName":"fyp","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""},{"awemeId":"","start":126,"end":133,"hashtagId":"1468728","hashtagName":"araara","type":1,"subType":0,"userId":"","isCommerce":false,"userUniqueId":"","secUid":""}],"secret":false,"forFriend":false,"digged":false,"itemCommentStatus":0,"showNotPass":false,"vl1":false,"takeDown":0,"itemMute":false,"effectStickers":[{"name":"Pecas","ID":"1089287"}],"authorStats":{"followerCount":98600,"followingCount":78,"heart":357200,"heartCount":357200,"videoCount":110,"diggCount":4704},"privateItem":false,"duetEnabled":true,"stitchEnabled":true,"stickersOnItem":[],"isAd":false,"shareEnabled":true,"comments":[],"duetDisplay":0,"stitchDisplay":0,"indexEnabled":true,"diversificationLabels":["Random Shoot","Others"],"nickname":"Porita","authorId":"6900168238736049158","authorSecId":"MS4wLjABAAAAZtmH5eJRQG1n2boRo4wuyrbwX9R_CjUv2C6b3uMJAXGc73rL07ccizvjpt5IjWYu","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F8523e3fde1cf98fb52f47f283413496d~c5_100x100.jpeg?x-expires=1652324400&x-signature=nNt9Bym051FEAv6nud3WvayGZJc%3D"}},"UserModule":{"users":{"itsparkerjack":{"id":"6784987606712747014","shortId":"","uniqueId":"itsparkerjack","nickname":"Parker","avatarLarger":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F351cc93a4d89a02796783897e6f41a53~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=RAXCz1DvBQK6lUqhMLX4ANbmtd0%3D","avatarMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F351cc93a4d89a02796783897e6f41a53~c5_720x720.jpeg?x-expires=1652324400&x-signature=ZHRdKuosPk%2FNBhI1pFyGFRS1itc%3D","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F351cc93a4d89a02796783897e6f41a53~c5_100x100.jpeg?x-expires=1652324400&x-signature=TZ7bRNJxo6NH8MwyEdwZTRoKXes%3D","signature":"🇨🇦21 | HBG \\n💔 SPOTIFY BELOW 💔\\n⬇️ STREAM CRY NOW ⬇️\\nON ALL PLATFORMS","createTime":1603691352,"verified":false,"secUid":"MS4wLjABAAAAJvoZ6yBG773UMKpY5B2M-KodmpZkw0eux5FHnFNGIilPhU7n-mP8LTb-aC1W4raa","ftc":false,"relation":0,"openFavorite":false,"commentSetting":0,"duetSetting":0,"stitchSetting":0,"privateAccount":false,"secret":false,"isADVirtual":false,"roomId":"7095924700747991814","uniqueIdModifyTime":0},"our.12.acre.life":{"id":"7020846181127341062","shortId":"","uniqueId":"our.12.acre.life","nickname":"Our 12 Acre Life","avatarLarger":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Ftos-useast5-avt-0068-tx\\u002F23bc67fb04560d64b2e29df252c4b646~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=nKsbfyPyFxwzPgF5KtlGdsNgfG4%3D","avatarMedium":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Ftos-useast5-avt-0068-tx\\u002F23bc67fb04560d64b2e29df252c4b646~c5_720x720.jpeg?x-expires=1652324400&x-signature=z0sSd6tODSnBn2rttOJWAvfZszo%3D","avatarThumb":"https:\\u002F\\u002Fp16-sign.tiktokcdn-us.com\\u002Ftos-useast5-avt-0068-tx\\u002F23bc67fb04560d64b2e29df252c4b646~c5_100x100.jpeg?x-expires=1652324400&x-signature=Uf4U07ZhpkQFMOSRei4baj8pt5Q%3D","signature":"Follow our Insta (linked above) for when this account is banned.","createTime":1647026577,"verified":false,"secUid":"MS4wLjABAAAACscfmhzm6XYcqdeiSkzb__vjOX4Jw9AkGHF3iaYg4wTEm5PL8XEMeko68ML1YMYh","ftc":false,"relation":0,"openFavorite":false,"commentSetting":0,"duetSetting":0,"stitchSetting":0,"privateAccount":false,"secret":false,"isADVirtual":false,"roomId":"","uniqueIdModifyTime":0},"eberardoss":{"id":"6949298053024564229","shortId":"","uniqueId":"eberardoss","nickname":"Eberardo","avatarLarger":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F10a5ddcf8b4ca78064cc4d7caf9da3cf~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=LYJT72skGg5cgsHciAQ9G2ukxCw%3D","avatarMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F10a5ddcf8b4ca78064cc4d7caf9da3cf~c5_720x720.jpeg?x-expires=1652324400&x-signature=FoMiQzlFYmEKzTPFyhoix2P5gNw%3D","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F10a5ddcf8b4ca78064cc4d7caf9da3cf~c5_100x100.jpeg?x-expires=1652324400&x-signature=VYllooHYP%2BOxGXdtf73T06EdRL4%3D","signature":"🍀Todo sobre Framing❤️\u200d🔥Subscribe to my YT:Wild Aztec Framing💪🏽","createTime":1618009756,"verified":false,"secUid":"MS4wLjABAAAAQ8hszK4Rp-V1px_OYWwnH6hsAsd3jcT4KCZhRVg5t2kskPN9l2uHXbgjmmy_f7nH","ftc":false,"relation":0,"openFavorite":false,"commentSetting":0,"duetSetting":0,"stitchSetting":0,"privateAccount":false,"secret":false,"isADVirtual":false,"roomId":"","uniqueIdModifyTime":0},"briannaancheta":{"id":"6790118107793933317","shortId":"","uniqueId":"briannaancheta","nickname":"Brianna Ancheta","avatarLarger":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F4f19248e53d6fbdba95e2a3b424ef00a~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=igKJoXnuSuLNLP7FH9WPGNZ8Ils%3D","avatarMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F4f19248e53d6fbdba95e2a3b424ef00a~c5_720x720.jpeg?x-expires=1652324400&x-signature=QrBsGFUdTgSZQQzbKWi7TjNzPzk%3D","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F4f19248e53d6fbdba95e2a3b424ef00a~c5_100x100.jpeg?x-expires=1652324400&x-signature=Gh01ATDbY9ppBFs0cycWlE4dCn0%3D","signature":"“okay guys🖐😊” \\nHome + Beauty \\nbrianna@palettemgmt.com \\n🤍 my amazon finds ⬇️","createTime":1580947799,"verified":false,"secUid":"MS4wLjABAAAA5EOVFi8OMEeXpgPbcc2cWdOLps4npQJS1jJxlihGf8sogQ5cd-T9UeMOfZgdo2Tl","ftc":false,"relation":0,"openFavorite":false,"commentSetting":0,"duetSetting":0,"stitchSetting":0,"privateAccount":false,"secret":false,"isADVirtual":false,"roomId":"","uniqueIdModifyTime":0},"travislawson37":{"id":"6836785299311805446","shortId":"","uniqueId":"travislawson37","nickname":"Travis Lawson","avatarLarger":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002F1671263581753350~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=YMt1DG8EzP2LJdnMSGmUJsDEZq4%3D","avatarMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002F1671263581753350~c5_720x720.jpeg?x-expires=1652324400&x-signature=b7wFAQv7oBqnxnOmTf3wfYbrpHw%3D","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002F1671263581753350~c5_100x100.jpeg?x-expires=1652324400&x-signature=rW%2FgSTgkWbtgidqDoDTPXyri4FE%3D","signature":"Married❤️ PO Box 143 Girdler Ky 40943 \\nCash app: $PreshusLawson","createTime":1593841154,"verified":false,"secUid":"MS4wLjABAAAAyalbFYzr1WyX4yYz2xFTPd58seQiKxGElVF_aRzvBvL5UQe9_8tErliCRaD7XK5E","ftc":false,"relation":0,"openFavorite":false,"commentSetting":0,"duetSetting":0,"stitchSetting":0,"privateAccount":false,"secret":false,"isADVirtual":false,"roomId":"","uniqueIdModifyTime":0},"erickgascon_":{"id":"6628048432144416774","shortId":"","uniqueId":"erickgascon_","nickname":"Erick Gascón","avatarLarger":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Ffe1c07db39ca82b84ead137db23e8149~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=DQOJf0TSD%2FUeydiehE0ZrtnJSPE%3D","avatarMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Ffe1c07db39ca82b84ead137db23e8149~c5_720x720.jpeg?x-expires=1652324400&x-signature=6GZ4Mj9o7XWTGF9MeT9QhZLH6Vc%3D","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Ffe1c07db39ca82b84ead137db23e8149~c5_100x100.jpeg?x-expires=1652324400&x-signature=Vs29ox4w1eWMmDxl5eSUuMJk1TA%3D","signature":"El Profe 🍯","createTime":1543213988,"verified":false,"secUid":"MS4wLjABAAAAzU62SRoEovwEaxBBecnOpscOfThxMn-4gkCQMh2ktEsXNtqBVp1SFvfmE8hBaUZB","ftc":false,"relation":0,"openFavorite":false,"commentSetting":0,"duetSetting":3,"stitchSetting":3,"privateAccount":false,"secret":false,"isADVirtual":false,"roomId":"","uniqueIdModifyTime":0},"megbarnes22":{"id":"6823860045411976198","shortId":"","uniqueId":"megbarnes22","nickname":"mbarnes5322","avatarLarger":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002Feb690e93209b719c69f7acaea11d6c0a~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=8rCYLzD5h1lZ4%2BZTCZp3IkJM8ro%3D","avatarMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002Feb690e93209b719c69f7acaea11d6c0a~c5_720x720.jpeg?x-expires=1652324400&x-signature=ckmgahhpY%2B7%2BI%2B2O2eRNG4tOFJ0%3D","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Fmusically-maliva-obj\\u002Feb690e93209b719c69f7acaea11d6c0a~c5_100x100.jpeg?x-expires=1652324400&x-signature=JZ9xSyiu5MXCD0GnnXHvsqhrGCw%3D","signature":"A teacher who cleans historic headstones & tells stories 😁","createTime":1588813695,"verified":false,"secUid":"MS4wLjABAAAAjCI1I9J7mBtJHSwsaVPhzLEsqXE04g3UOW5Vry0tJwsfMr-U6KSqDTV5gESqdPxL","ftc":false,"relation":0,"openFavorite":false,"commentSetting":0,"duetSetting":0,"stitchSetting":0,"privateAccount":false,"secret":false,"isADVirtual":false,"roomId":"","uniqueIdModifyTime":0},"marvin4eva33":{"id":"6729943416279139333","shortId":"","uniqueId":"marvin4eva33","nickname":"Luke","avatarLarger":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Fbaaa765c409a1d126f891eb652ccf4fa~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=Y2%2BBtuPONnA5LcdLj54EU9jDYf8%3D","avatarMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Fbaaa765c409a1d126f891eb652ccf4fa~c5_720x720.jpeg?x-expires=1652324400&x-signature=dop2JiClnf2SWVA5vkBS0kIxNEQ%3D","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002Fbaaa765c409a1d126f891eb652ccf4fa~c5_100x100.jpeg?x-expires=1652324400&x-signature=v0ouWurqZiQYLcPwrcIOnU9TBhM%3D","signature":"Clean comedy\\nDoors are complicated 🚪🚪\\nMommas boy\\nTeam Marvin vs Team Door 😳🤯","createTime":1579635968,"verified":false,"secUid":"MS4wLjABAAAAdqM4fn7meLUWovm0rLY_wylbkNHUu71izRb_62IB-mae-tB-BqiKYaSrI3Dou9Pg","ftc":false,"relation":0,"openFavorite":false,"commentSetting":0,"duetSetting":0,"stitchSetting":0,"privateAccount":false,"secret":false,"isADVirtual":false,"roomId":"","uniqueIdModifyTime":0},"porita.xd":{"id":"6900168238736049158","shortId":"","uniqueId":"porita.xd","nickname":"Porita","avatarLarger":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F8523e3fde1cf98fb52f47f283413496d~c5_1080x1080.jpeg?x-expires=1652324400&x-signature=qjvkv3auLCKmNGhqZMQcmSu4HgM%3D","avatarMedium":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F8523e3fde1cf98fb52f47f283413496d~c5_720x720.jpeg?x-expires=1652324400&x-signature=YdTzJT4Y4fwQ8n4sccthOaIDE94%3D","avatarThumb":"https:\\u002F\\u002Fp16-sign-va.tiktokcdn.com\\u002Ftos-maliva-avt-0068\\u002F8523e3fde1cf98fb52f47f283413496d~c5_100x100.jpeg?x-expires=1652324400&x-signature=nNt9Bym051FEAv6nud3WvayGZJc%3D","signature":"Holisss!!! \\n👇Todos mis enlaces aqui👇","createTime":1606571136,"verified":false,"secUid":"MS4wLjABAAAAZtmH5eJRQG1n2boRo4wuyrbwX9R_CjUv2C6b3uMJAXGc73rL07ccizvjpt5IjWYu","ftc":false,"relation":0,"openFavorite":false,"commentSetting":0,"duetSetting":0,"stitchSetting":0,"privateAccount":false,"secret":false,"isADVirtual":false,"roomId":"7095947458273970950","uniqueIdModifyTime":0}},"stats":{}},"I18n":{"lang":"en","translations":{"en":{"Webapp":{"1323_th_call":"8:30 AM - 4:30 PM","24_7":"24\\u002F7","6793_th_call":"12:00 PM - 10:00 PM","720x1280 resolution or higher":"720x1280 resolution or higher","\\u003Ca href={onelink}\\u003EGet the app\\u003C\\u002Fa\\u003E to see comments and join the conversation!":"\\u003Ca href={onelink}\\u003EGet the app\\u003C\\u002Fa\\u003E to see comments and join the conversation!","A11y_landing_cta":"Read more","A11y_nav_resources":"Accessibility","About":"About TikTok","About tiktok text":"TikTok is the world\'s leading destination for short-form mobile videos. Our mission is to capture and present the world\'s creativity, knowledge, and moments that matter in everyday life. TikTok empowers everyone to be a creator directly from their smartphones, and is committed to building a community by encouraging users to share their passion and creative expression through their videos. TikTok has offices in Beijing, Berlin, Jakarta, London, Los Angeles, Moscow, Mumbai, Sao Paulo, Seoul, Shanghai, Singapore, and Tokyo. In 2018, TikTok was one of the most downloaded apps in the world. TikTok is available worldwide for iOS and Android.","Add TikTok to your home screen":"Add TikTok to your home screen","Add TikTok to your home screen?":"Add TikTok to your home screen?","Add to Favorites":"Add to Favorites","Advertise":"Advertise","Advertise on TikTok":"Advertise on TikTok","All News":"All News","All activity":"All activity","All users":"All users","Allow users to:":"Allow users to:","Analytics":"Analytics","Are you sure?":"Are you sure?","At TikTok we strive to create a positive environment for each of our community members. Learn about security settings that will help keep your TikTok experience safe.":"At TikTok we strive to create a positive environment for each of our community members. Learn about security settings that will help keep your TikTok experience safe.","Avia_law_report_penalty_reminder":"Please be aware that reporting content or an activity as illegal in order to achieve its removal or to stop its distribution, while knowing that it is not illegal, is punishable by 1 year\'s imprisonment and a € 15,000 fine under French law.","Back":"Back","Business partnership advice":"Partnership Inquiry","By embedding this video, you confirm that you agree to our \\u003Ca href={TermsHref}\\u003ETerms of Use\\u003C\\u002Fa\\u003E and acknowledge you have read and understood our \\u003Ca href={PolicyHref}\\u003E Privacy Policy.\\u003C\\u002Fa\\u003E":"By embedding this video, you confirm that you agree to our \\u003Ca href={TermsHref}\\u003ETerms of Service\\u003C\\u002Fa\\u003E and acknowledge you have read and understood our \\u003Ca href={PolicyHref}\\u003E Privacy Policy.\\u003C\\u002Fa\\u003E","ByteDance":"ByteDance","COPY":"COPY","Cancel":"Cancel","Caption":"Caption","Caption is required.":"Caption is required.","Careers":"Careers","Check out trending videos":"Check out trending videos","Close":"Close","Collaboration with Renowned Artists":"Collaboration with Renowned Artists","Collaboration with Renowned Artists text":"Collaborate with well known artists and\\u002For music mentors to produce your own songs","Collapse":"Collapse","Comment":"Comment","Community":"Community","Community Guidelines":"Community Guidelines","Community_guidelines_link":"Community Guidelines","Company":"Company","Confirm":"Confirm","Contact":"Contact","Contact Us":"Contact us","Continue editing":"Continue editing","Copied":"Copied","Copy Embed Code":"Copy Embed Code","Copy Link":"Copy Link","Copy code":"Copy code","Copyright Policy":"Copyright Policy","Couldn\'t find this account":"Couldn\'t find this account","Couldn\'t find this hashtag":"Couldn\'t find this hashtag","Couldn\'t find this page":"Couldn\'t find this page","Couldn\'t find this sound":"Couldn\'t find this sound","Couldn\'t upload image. Please try again":"Couldn\'t upload image. Please try again","Cover":"Cover","Create a profile, follow other accounts, make your own videos, and more. ":"Create a profile, follow other accounts, make your own videos, and more. ","Create your own videos!":"Create your own videos!","Definition_buffering_Loading":"Loading...","Definition_buffering_Switch":"Switch","Definition_buffering_reminder":"Switch video quality for faster loading. ","Definition_select_reminder":"Now viewing in {definition}","Delete video":"Delete video","Description":"Description","Description must be at least 2 characters":"Description must be at least 2 characters","Discover":"Discover","Download":"Download","Download TikTok":"Download TikTok","Download it for free on Galaxy Store":"Download it for free on Galaxy Store","Download it for free on Google Play":"Download it for free on Google Play","Download it for free on the App Store":"Download it for free on the App Store","Download the App":"Download TikTok","Duet and React aren\'t available on videos from private account.":"Duet isn\'t available on videos from private account.","Duet\\u002F React":"Duet","ED_title":"Eating disorder support","Effect Assistant":"Effect Assistant","Email or phone number":"Email or phone number","Embed video":"Embed video","Expand":"Expand","Explore":"Explore","FAQ":"FAQ","Fans":"Followers","Feedback":"Feedback","Feedback and help":"Feedback and help","Find more videos on TikTok":"Find more videos on TikTok","Find regional contact information for customer support, business, advertising or PR inquiries.":"Find regional contact information for customer support, business, advertising or PR inquiries.","Follow":"Follow","Follow this account to see their videos":"Follow this account to see their videos","Followers":"Followers","Following":"Following","For safety reasons, please do not attach any picture contains your ID information.":"For safety reasons, please do not attach any picture contains your ID information.","Friends":"Friends","Friends only":"Friends only","From breaking records, to the new home for memes and trends, here is how TikTok is making waves.":"From breaking records, to the new home for memes and trends, here is how TikTok is making waves.","GENERAL":"GENERAL","Get":"Get","Get The App":"Get the App","Get app":"Get app","Get the TikTok app to create an account":"Get the TikTok app to create an account","Get the TikTok app to see your notifications":"Get the TikTok app to see your notifications","Global Influence":"Global Influence","Global Influence text":"YOUR music inspires new creations from all over the world","Got it":"Got it","Hashtags":"Hashtags","Hearts":"Likes","Help Center":"Help Center","Home":"Home","Home page":"Home page","If you know someone that is in immediate physical danger, contact local law enforcement right away.":"If you know someone that is in immediate physical danger, contact local law enforcement right away.","Inbox":"Inbox","Inbox_%s_%s_and_%d_others":"%s, %s and %d others","Inbox_%s_and_%s":"%s and %s","Inbox_All":"All","Inbox_Comments":"Comments","Inbox_Comments_on_your_videos":"Comments on your videos","Inbox_Follow":"Follow","Inbox_Follow_back":"Follow back","Inbox_Follow_requests":"Follow requests","Inbox_Followers":"Followers","Inbox_Just_Now":"Just Now","Inbox_Likes":"Likes","Inbox_Likes_on_your_videos":"Likes on your videos","Inbox_Mentions":"Mentions","Inbox_Mentions_of_You":"Mentions of You","Inbox_Message":"Message","Inbox_New":"New","Inbox_New_followers":"New followers","Inbox_Notifications":"Notifications","Inbox_Previous":"Previous","Inbox_Requested":"Requested","Inbox_This_Month":"This Month","Inbox_This_Week":"This Week","Inbox_Today":"Today","Inbox_When_someone_comments_on__one_of_your_videos_you_ll_see_it_here":"When someone comments on one of your videos, you\'ll see it here","Inbox_When_someone_likes_one_of_your_videos_you_ll_see_it_here":"When someone likes one of your videos, you\'ll see it here","Inbox_When_someone_mentions_you_you_ll_see_it_here":"When someone mentions you, you\'ll see it here","Inbox_When_someone_new_follows_you_you_ll_see_it_here":"When someone new follows you, you\'ll see it here","Inbox_Yesterday":"Yesterday","Inbox_and":"and","Inbox_approved_your_follow_request":"%s approved your follow request","Inbox_commented":"%s commented: %@","Inbox_created_a_duet_with_you":"%# created a duet with you","Inbox_followers":"followers","Inbox_is_following_you":"%s is following you","Inbox_liked_your_comment":"%s liked your comment","Inbox_liked_your_video":"%s liked your video","Inbox_mentioned_you_in_a_comment":"%# mentioned you in a comment:%@","Inbox_mentioned_you_in_a_video":"%# mentioned you in a video","Inbox_others":"%d others","Inbox_replied_to_your_comment":"%s replied to your comment","Inbox_sb_sb_and_sb":"%s, %s and %s","Inbox_started_following_you":"%s started following you","Inbox_videos":"videos","Intellectual Property":"Intellectual Property","International Performance Opportunities":"International Performance Opportunities","International Performance Opportunities text":"Showcase your musicality live in performance stages and renowned music festivals around the world.","Is your problem resolved?":"Is your problem resolved?","Join the Musians":"Join the Musians","LIVE":"LIVE","Language":"Language","Law Enforcement Guidelines":"Law Enforcement Guidelines","Learn more":"Learn more","Legal":"Legal","Legal Inquiries":"Legal Inquiries","Like":"Like","Likes":"Likes","Live ended":"Live ended","Live on TikTok":"Live on TikTok","Log In":"Log in","Log out":"Log out","Looking for videos? Try browsing our trending creators, hashtags, and sounds.":"Looking for videos? Try browsing our trending creators, hashtags, and sounds.","MP4 or WebM":"MP4 or WebM","Make Your Day":"Make Your Day","Mentors":"Mentors","More about project":"More about project","More about project slogan":"More about project slogan","More videos":"More videos","My Feedback":"My Feedback","Network error. Please try again.":"Network error. Please try again.","Network issue, please try again":"Network issue. Please try again","News":"News","Newsroom":"Newsroom","Next":"Next","No bio yet.":"No bio yet.","No earning_uxwaudit":"Your earnings history will appear here","No videos from {handle} yet":"No videos from {handle} yet","No videos with this hashtag":"No videos with this hashtag","No videos with this hashtag yet":"No videos with this hashtag yet","No videos with this sound yet":"No videos with this sound yet","No videos yet":"No videos yet","No withdrawals_uxwaudit":"Your withdrawal history will appear here","Not now":"Not now","Not_enough_data_yet":"Not enough data yet.","Notes":"Notes","OK":"OK","Open":"Open","Open App":"Open app","Open TikTok":"Open TikTok","Open video in TikTok app?":"Open video in TikTok app?","OpenApp_Trans":"Open app","Opportunity to be signed":"Opportunity to be signed","Opportunity to be signed text":"You might just be the next big thing our record label & talent agency partners are looking for!","Or drag and drop a file":"Or drag and drop a file","Our Mission":"Our Mission","Our mission is to empower and share the world\'s imagination, knowledge, and moments that matter. The platform is a home for creative expression through videos that create a genuine, inspiring, and joyful experience.":"TikTok is the leading destination for short-form mobile video. Our mission is to inspire creativity and bring joy.","Page not available":"Page not available","Partners":"Partners","Please join us via visiting {url} on your PC":"Please join us via visiting {url} on your PC","Please provide as much detail as possible":"Please provide as much detail as possible","Please provide related screentshot to help us solve this problem":"Please provide related screentshot to help us solve this problem","Please select a scenario":"Please select a scenario","Popular Creator":"Popular Creator","Post":"Post","Post a video to your account":"Post a video to your account","Press Inquiries":"Media Inquiries","Privacy":"Privacy","Privacy Policy":"Privacy Policy","Privacy and setting and setting":"Settings and privacy","Privacy and settings":"Privacy and settings","Private":"Private","Products":"Products","Profile":"Profile","Profile and setting":"Profile and setting","Programs":"Programs","Public":"Public","QR CODE Text":"Point your camera at the QR code to download TikTok","Real People. Real Videos.":"Real People. Real Videos.","Recent":"Recent","Report":"Report","Report Description (Optional)":"Report Description (Optional)","Report a problem":"Report a problem","Report category":"Report category","Report reason":"Report reason","Report this account":"Report this account","Report this hashtag":"Report this hashtag","Report this music":"Report this music","Report this video":"Report this video","Report_confirmation":"I confirm that the information in this report is true and accurate.","Report_reason":"Report reason","Required":"Required ","Resources":"Resources","Resume upload":"Resume upload","Review_comments_time_day":"{{time}}d","Review_comments_time_hour":" {{time}}h","Review_comments_time_minute":"{{time}}m","Review_comments_time_week":"{{time}}w","Rules":"Rules","SEO About Description":"TikTok is the world\'s leading destination for short-form mobile videos. Our mission is to capture and present the world\'s creativity, knowledge, and moments that matter in everyday life. TikTok empowers everyone to be a creator directly from their smartphones, and is committed to building a community by encouraging users to share their passion and creative expression through their videos.","SEO About Keyword":"TikTok,mobile video,TikTok creator,About TikTok","SEO Inbox Description":"SEO Inbox Description","SEO Inbox Keyword":"SEO Inbox Keyword","SEO Privacy and setting Description":"SEO Privacy and setting Description","SEO Privacy and setting Keyword":"SEO Privacy and setting Keyword","SEO Profile Description":"SEO Profile Description","SEO Profile Keyword":"SEO Profile Keyword","SEO Report Description":"SEO Report Description","SEO TikTok Description":"TikTok is the destination for short-form mobile videos. Our mission is to capture and present the world\'s creativity, knowledge, and precious life moments, directly from the mobile phone. TikTok enables everyone to be a creator, and encourages users to share their passion and creative expression through their videos.","SEO TikTok Keyword":"TikTok, TikTok, musically, mobile video, short-form video","SEO_CD_name":"Creator Directory","SEO_Card_title":"Card Manager | TikTok Recharge","SEO_Cashier_title":"Cashier | TikTok Recharge","SEO_Recharge_desc":"Get coins to send gifts to TikTok LIVE hosts here! Buy or recharge TikTok coins at a lower price, with more payment options and a customizable recharge amount.","SEO_Recharge_title":"TikTok coins: Buy and recharge coins to send gifts | TikTok","SEO_Transaction_title":"Transaction History | TikTok Recharge","SEO_discover_desc":"On your device or on the web, join millions of viewers on the fastest growing video app. Download TikTok to discover new creators, search popular hashtags, and watch trending videos.","SEO_discover_title":"Discover popular videos | TikTok","SEO_dm_title":"Messages | TikTok","SEO_following_desc":"It starts on TikTok. On your device or on the web, find and follow popular TikTok creators. Join millions of viewers on the fastest growing video app. Download TikTok to get started. ","SEO_following_title":"Following - Watch videos from creators you follow | TikTok ","SEO_foryou_animals_desc":"All about #animals on TikTok. #animalcare. Best animal TikTok videos. Pet TikToks. TikTok dogs. Cats on TikTok.","SEO_foryou_animals_title":"Animals | TikTok","SEO_foryou_beauty_desc":"Define your own #beauty on TikTok. Makeup routines. Beauty hacks. Beauty TikTokers.","SEO_foryou_beauty_title":"Beauty | TikTok","SEO_foryou_comedy_desc":"Watch and post original #comedyvideos on TikTok. Comedy challenges. Funny TikToks. Comedy TikTokers.","SEO_foryou_comedy_title":"Comedy | TikTok","SEO_foryou_dance_desc":"#dance with the TikTok community. Best TikTok dance. Popular TikTok dances. Dancing TikToks. TikTok dancers.","SEO_foryou_dance_title":"Dance | TikTok","SEO_foryou_fashion_desc":"Watch and post #fashion tips on TikTok. Fashion TikTokers. Style tips. Fashion brands. Fashion hacks. Fashion videos.","SEO_foryou_fashion_title":"Fashion | TikTok","SEO_foryou_food_desc":"Need #food inspo? Best food videos on TikTok. Viral foods. TikTok recipes. Food accounts. ","SEO_foryou_food_title":"Food | TikTok","SEO_foryou_gaming_desc":"Watch #gaming videos on TikTok. Gamers on TikTok. TikTok gaming. TikTok gamers. Game TikTok accounts.","SEO_foryou_gaming_title":"Gaming | TikTok","SEO_foryou_sports_desc":"Who\'s up for some #sports today? Fitness on TikTok. Best gym videos. Funny gym TikToks. ","SEO_foryou_sports_title":"Sports | TikTok","SEO_help_eating_title":"Eating disorders | TikTok Tips and Support","SEO_help_suicide_title":"Suicide and self-harm prevention | TikTok Tips and Support","SEO_homepage_desc":"TikTok - trends start here. On a device or on the web, viewers can watch and discover millions of personalized short videos. Download the app to get started.","SEO_homepage_title":"TikTok - Make Your Day","SEO_live_desc":"Check out {username} LIVE videos on TikTok! Watch, follow, and discover the latest content from {username}.","SEO_live_desc2":"Upcoming Live: {event_name}. Check out {username} LIVE videos on TikTok! Watch, follow, and discover the latest content from {username}. ","SEO_live_discover_desc":"Go LIVE, watch LIVE videos, discover livestreams from trending TikTok creators, and more.","SEO_live_discover_title":"TikTok LIVE | TikTok","SEO_live_title":"{username} is LIVE | TikTok","SEO_qa_desc":"There are {answer_nu} answers to the question \\"{qa_question}\\". Find out what people are saying.","SEO_qa_desc_1":"There are {number} answers to the question \\"{question}\\". Find out what people are saying.","SEO_qa_title":"{qa_question} | TikTok Q&A","SEO_qa_title_1":"{question} | TikTok Q&A","SEO_search_desc":"Watch {searchkeywords} videos on TikTok customized just for you. There\'s something for everyone. Download the app to discover new creators and popular trends.","SEO_search_title":"Find {searchkeywords} on TikTok | TikTok Search","SEO_setting_title":"Privacy and Settings | TikTok","SEO_trending_desc":"It starts on TikTok. Join the millions of viewers discovering content and creators on TikTok - available on the web or on your mobile device.","SEO_trending_title":"Watch trending videos for you | TikTok","SERP Home description":"TikTok is the leading destination for short-form mobile video. From your morning coffee to your afternoon errands, TikTok has the videos that are guaranteed to make your day.","SERP about description":"TikTok is the leading destination for short-form mobile video. Our mission is to inspire creativity and bring joy.","SERP contact description":"Find regional contact information for customer support, business, advertising or PR inquiries.","SERP discover description":"Discover new videos from top creators, explore popular hashtags and find music to fit your mood. The best of TikTok is here for you to enjoy.","SERP discover title":"Discover New Videos on TikTok","SERP help center description":"Your support for troubleshooting commonly asked questions, understanding privacy settings and general TikTok info.","SERP newsroom description":"From breaking records, to the new home for memes and trends, here is how TikTok is making waves.","SERP safety description":"At TikTok we strive to create a positive environment for each of our community members. Learn about security settings that will help keep your TikTok experience safe.","SERP trending description":"Watch and share the latest trending videos with your friends on TikTok. All of the hilarious, exciting, and highly relatable moments start here.","SERP trending title":"Trending Videos on TikTok - Watch and Share","SSH_title":"Suicide prevention support","Safety":"Safety","See All":"See All","See more details":"See more details","Select the problem you\'ve encountered":"Select the problem you\'ve encountered","Select video to upload":"Select video to upload","Send feedback":"Send feedback","Share":"Share","Share this post":"Share this post","Share to":"Share to","Share to Facebook":"Share to Facebook","Share to Twitter":"Share to Twitter","Share video":"Share video","Sign_here":"Sign here","Signature":"Signature (Required):","Sorry!":"Sorry!","Sorry, something wrong with the server, please try again.":"Sorry, something wrong with the server, please try again.","Sounds":"Sounds","Sub_My_badge":"Badges","Sub_My_chat_switch":"Subscriber-only discussion","Sub_My_emotes":"Emotes","Sub_My_emotes_add":"Custom emotes %1$s\\u002F%2$s","Sub_My_emotes_system":"Public emotes","Sub_My_review_doing":"Under review","Sub_My_review_done":"Approved","Sub_My_review_fail":"Not approved","Sub_My_subscriber_numSub_My_subscriber_num":"Your subscriber: %s","Sub_My_subscriber_nums":"Your subscribers: %s","Sub_My_subscription":"Subscription details","Sub_addition_01":"Subscription setting","Sub_addition_02":"Submitted","Sub_addition_03":"View subscription details","Sub_addition_04":"Only subscribers can comment if you set the LIVE as a subscriber-only discussion","Sub_addition_05":"Subscribe since %s","Sub_addition_06":"View more","Sub_back_to_entry":"It takes approximately 24 hours to review your badges and emotes. Once approved, your viewers can subscribe to your LIVE.","Sub_back_to_review_badge":"Back to reviewing badge","Sub_back_to_review_emote":"Back to reviewing emote","Sub_badge_abbreviation":"Add an abbreviation","Sub_badge_describe":"Name your subscription","Sub_badge_describe_limitone":"Enter up to 25 characters","Sub_badge_describe_limittwo":"Can\'t enter more than 25 characters","Sub_badge_month":"Month %s","Sub_badge_preview":"Preview","Sub_badge_preview_in_live":"In LIVE comments","Sub_badge_preview_levels":"Badge levels","Sub_badge_preview_next":"Next","Sub_badge_preview_on_profile":"On subscriber\'s profile","Sub_badge_title":"Manage badges","Sub_chat_switch":"Subscriber-only discussion","Sub_emoji_error_toast":"Couldn\'t upload emotes. Try again later.","Sub_emoji_size_toast_05":"Couldn\'t edit emotes since they are under review","Sub_emote_add_system":"Public emotes","Sub_emote_add_system_text":"Subscribers of any host can access all public emotes","Sub_emote_add_text":"Only your subscribers can use your custom emotes. Upload images that are at least 256 x 256 pixels and up to 1 MB.","Sub_emote_add_title":"Custom emotes %1$s\\u002F%2$s","Sub_emote_cancel":"Cancel","Sub_emote_confirm":"Submit","Sub_emote_goback":"Go back","Sub_emote_notice":"Read TikTok\'s Subscription Emotes Guidelines before submitting your emotes for review.","Sub_emote_submit":"Submit for review?","Sub_emote_submit_notice":"You will not be able to make changes while your badges and emotes are under review.","Sub_emote_title":"Manage emotes","Sub_entry":"Subscription","Sub_need_changes":"Changes needed","Sub_personal_01":"Name","Sub_personal_02":"username","Sub_personal_03":"This is a comment","Sub_re_submit_notice":"While your new badges and emotes are under review, subscribers can still access badges and emotes that are approved.","Sub_review_status_doing":"Your badges and emotes are under review","Sub_review_status_failure":"Your %s are not approved. Edit and submit again.","Sub_submit":"Submit","Sub_subscriber_num":"Subscriber: %s","Sub_subscriber_nums":"Subscribers: %s","Sub_summit_1":"Submit for review?","Sub_summit_2":"You will not be able to make changes while your badges and emotes are under review. Once approved, your new badges and emotes will be available to subscribers.","Sub_summit_3":"Cancel","Sub_summit_4":"Comfirm","Sub_summit_quit_confirm":"Quit","Sub_summit_quit_later":"Cancel","Sub_summit_quit_text":"Your edits will not be saved","Sub_summit_quit_title":"Quit editing?","Sub_tab_badge":"Badge","Sub_tab_emote":"Emote","Sub_tab_subscriber":"Subscriber","Sub_upload_fail_toast":"Couldn\'t upload. Try again later.","Sub_welcome_Title":"Create LIVE subscriptions","Sub_welcome_Title_text":"A new way to increase engagement and make money from your LIVE videos","Sub_welcome_agree":"Agree","Sub_welcome_one":"Badges","Sub_welcome_one_text":"Customize badges for your subscribers to create a sense of community","Sub_welcome_term":"Terms and Conditions","Sub_welcome_three":"Subscriber-only discussions","Sub_welcome_three_text":"Only subscribers can comment on subscriber-only LIVE discussions","Sub_welcome_two":"Emotes","Sub_welcome_two_text":"Create your own emotes for your subscribers","Submit":"Submit","Suicidephénix_fr_call":"1:00 PM - 11:00 PM","Support":"Support","TRENDING":"TRENDING","TTEP_emailCollection_email_error1":"Please enter a valid email address","TTEP_emailCollection_email_error2":"This email address is already registered. Please use another email.","TTEP_emailCollection_email_error3":"An issue occurred while signing you up. Please try again later.","TTEP_emailCollection_email_mobile_body":"Sign up to get a download link and other updates sent to your email, or to get notified once it\'s available on PC.","TTEP_emailCollection_email_mobile_title":"Send a download link to your email?","TTEP_emailCollection_footer":"This is an optional subscription and doesn\'t affect regular emails on your Effect House account","TTEP_emailCollection_header":"Stay in the loop with all things Effect House","TTEP_emailCollection_input_email":"Email","TTEP_emailCollection_on_email_submit_success":"Thanks for signing up! You\'ll receive a welcome email soon","TTEP_emailCollection_signUp_btn":"Sign up","TTEP_emailCollection_subheader":"Get onboarding support, Effect House updates, and more!","Take me back home":"Take me back home","Telefonoamico_it_call":"10:00 AM - 12:00 AM","Tell us your feedback":"Tell us your feedback","Terms of Use":"Terms of Use","Thank you for your feedback":"Thank you for your feedback","Thanks for reporting":"Thanks for reporting","The best experience is on the app":"The best experience is on the app","The challenge does not exist":"The challenge doesn\'t exist","The copyright owner hasn\'t made this sound available in your country":"The copyright owner hasn\'t made this sound available in your country","The music does not exist":"The music doesn\'t exist","The user does not exist":"The user doesn\'t exist","The video does not exist":"The video doesn\'t exist","This account is private":"This account is private","This hashtag does not exist":"This hashtag does not exist","This music does not exist":"This music does not exist","This song\\u002Fsound is temporarily unavailable in your region due to some platform regulations":"This song\\u002Fsound is temporarily unavailable in your region due to some platform regulations","This sticker does not exist":"This sticker does not exist","This user does not exist":"This user does not exist","This video does not exist":"This video does not exist","This video has been deleted but other videos are exciting too~":"This video has been deleted but other videos are exciting too~","This video is private":"This video is private","TikTok":"TikTok","TikTok Ads Inquiry":"TikTok Ads Inquiry","TikTok Global Promotions":"TikTok Global Promotions","TikTok Global Promotions text":"Opportunities to grow your fan base and connect with wider audiences via TikTok’s global platforms","TikTok Spotlight":"TikTok Spotlight","TikTok Spotlight slogan":"Your talent inspires the world","TikTok Trending":"TikTok Trending","TikTok Trends":"TikTok Trends","TikTok has global offices including Los Angeles, New York, London, Paris, Berlin, Dubai, Mumbai, Singapore, Jakarta, Seoul, and Tokyo.":"TikTok has global offices including Los Angeles, New York, London, Paris, Berlin, Dubai, Mumbai, Singapore, Jakarta, Seoul, and Tokyo.","TikTok i18n keywords":"TikTok, ティックトック, tik tok, tick tock, tic tok, tic toc, tictok, тик ток, ticktock","TikTok i18n keywords for home":"tik tok, tick tock, tic tok, tic toc, tictok, тик ток, ticktock","TikTok i18n title":"TikTok","TikTok is the leading destination for short-form mobile video.":"TikTok is the leading destination for short-form mobile video.","TikTok is the leading destination for short-form mobile video. Our mission is to inspire creativity and bring joy.":"TikTok is the leading destination for short-form mobile video. Our mission is to inspire creativity and bring joy.","TikTok | Make Your Day":"TikTok | Make Your Day","To try this feature, get the app":"To try this feature, get the app","Today\'s Top Videos":"Today\'s Top Videos","Top-notch MV Production":"Top-notch MV Production","Top-notch MV Production text":"Providing you with another platform to showcase your unique style","Top-notch Music Production":"Top-notch Music Production","Top-notch Music Production text":"Work with the finest music producers in the industry and have your song distributed on various global music platforms","Transparency":"Transparency","Trending":"Trending","Trending Hashtags":"Trending Hashtags","Trending Sounds":"Trending Sounds","Trending Videos":"Trending Videos","Trends for you":"Trends for you","Up to 60 seconds":"Up to {duration} seconds","Upload":"Upload ","Upload another video":"Upload another video","Upload video":"Upload video","Use a shortcut to easily access TikTok from your phone.":"Use a shortcut to easily access TikTok from your phone.","Users":"Users","VIDEOS":"VIDEOS","Video":"Video","Videos":"Videos","View profile":"View profile","Visit the Help Center":"Visit the Help Center","Watch again":"Watch again","Watch more on TikTok":"Watch more on TikTok","Watch the latest videos from our community":"Watch the latest videos from our community","We will remove this content if it violates our Community Guidelines":"We will remove this content if it violates our \\u003Ca href={CommunityHref}\\u003ECommunity Guidelines\\u003C\\u002Fa\\u003E","WebApp_coin_recharge_1":"Get coins","WebApp_coin_recharge_10":"Recharge feature is currently unavailable","WebApp_coin_recharge_11":"The recharge feature on the web isn\'t currently available in your country or region. Stay tuned for future updates.","WebApp_coin_recharge_12":"It appears that you are under the minimum age requirement to recharge coins.","WebApp_coin_recharge_13":"Daily recharge limit reached. Try again tomorrow.","WebApp_coin_recharge_14":"Back","WebApp_coin_recharge_15":"Order summary","WebApp_coin_recharge_16":"Discount","WebApp_coin_recharge_17":"Total","WebApp_coin_recharge_18":"Add new payment method","WebApp_coin_recharge_19":"Card number","WebApp_coin_recharge_2":"Coin balance:","WebApp_coin_recharge_20":"Expiration date","WebApp_coin_recharge_21":"Security code","WebApp_coin_recharge_22":"Cardholder name","WebApp_coin_recharge_23":"Save this card for next time","WebApp_coin_recharge_24":"Pay now","WebApp_coin_recharge_25":"Cancel","WebApp_coin_recharge_26":"Manage","WebApp_coin_recharge_27":"Manage your payment method","WebApp_coin_recharge_28":"Payment completed","WebApp_coin_recharge_29":"You recharged $ coins to your account. You can use coins to buy virtual gifts and send these gifts to hosts during their LIVE sessions.","WebApp_coin_recharge_3":"Recharge coins to send gifts to LIVE hosts.","WebApp_coin_recharge_30":"Go back","WebApp_coin_recharge_31":"Transaction history","WebApp_coin_recharge_32":"This page only shows the recharge transaction history of coin purchases you made on the web.","WebApp_coin_recharge_33":"Amount","WebApp_coin_recharge_34":"Card","WebApp_coin_recharge_35":"Payment","WebApp_coin_recharge_36":"Date","WebApp_coin_recharge_37":"Download invoice","WebApp_coin_recharge_38":"Payment couldn\'t be processed","WebApp_coin_recharge_39":"Transaction couldn\'t be processed. Try again later.","WebApp_coin_recharge_4":"View transaction history","WebApp_coin_recharge_40":"Go back","WebApp_coin_recharge_5":"Total","WebApp_coin_recharge_6":"Buy now","WebApp_coin_recharge_7":"Custom","WebApp_coin_recharge_8":"Minimum $ coins","WebApp_coin_recharge_9":"Sign up to get coins","WebApp_comment_copyurl_id":"Comment URL copied","Web_report_account_impersonated":"Impersonated user","Web_report_account_impersonated_description":"Include the user name of the person being impersonated","Web_report_account_impersonated_search":"Search for user name","Web_report_block_detail":"You and {username} won’t see each other’s content on TikTok.","Web_report_block_who":"Block {username}?","Web_report_blocked":"Blocked","Web_report_description":"Report description (Optional):","Web_report_description_NetzDG":"I believe this content also violates the NetzDG.","Web_report_description_details":"Please provide as much detail as possible","Web_report_description_tips":"If you know that someone is in immediate physical danger, please contact your local law enforcement right away.","Web_report_hide_video":"To improve your experience, this video has been hidden. We’ll show you fewer videos like this.","Web_report_reason_select":"Report reason:","Web_report_reason_submit":"Submit","Web_report_report_detail":"We’ll review your report and if there is a violation of our Community Guidelines, we’ll take appropriate action.","Web_report_report_for_error":"Network Error","Web_report_show_video":"Show Video","Web_report_thanks_for_report":"Thanks for reporting","Web_report_you_can_also":"You can also:","Webapp_Theatermode":"Theater mode","Webapp_coin_recharge_disclaimer":"By clicking \\"Pay now\\", you agree to our {Terms of Purchase for Coins}. By using any amount of Coins within {} days after clicking \\"Pay Now,\\" you acknowledge and confirm that you will no longer be eligible for a refund of this order. Payment transactions are processed by PIPO. {PIPO Privacy Policy}","Webapp_coin_recharge_download_cn":"Credit note","Webapp_coin_recharge_view_terms":"View Terms of Purchase for Coins","Webapp_comment_sent":"sent","Webapp_custom_maximum":"Maximum {} coins","Webapp_gifting_coin":"Coins","Webapp_gifting_coin_balance":"Coin Balance","Webapp_gifting_get_coins":"Get Coins","Webapp_gifting_host_error":"This host isn\'t eligible to receive gifts yet","Webapp_gifting_host_turnoff":"Gifting is turned off","Webapp_gifting_onecoin":"Coin","Webapp_gifting_recharge_error":"Not eligible to recharge","Webapp_gifting_redirect":"Insufficient balance. Redirecting to recharge page.","Webapp_gifting_send_button":"Send","Webapp_hover_emoji":"emoji","Webapp_login_mobile_fyp":"Log in to keep watching","Webapp_login_mobile_fyp_limit":"You’ve reached the maximum amount of videos you can watch as a guest. Log in to watch more recommended videos.","Webapp_tooltips_Fullscreen":"Full screen","Webapp_tooltips_Orientation":"Orientation","Webapp_tooltips_Pause":"Pause","Webapp_tooltips_Pictureinpicture":"Picture-in-picture","Webapp_tooltips_Theatermode":"Theater mode","Webapp_tooltips_play":"play","What You Get":"What You Get","When the account is private, no one will be able to duet with or react to you.":"When the account is private, no one will be able to duet with you. ","Who can view this video:":"Who can view this video","Withdraw_uxwaudit":"Withdrawal","Yes, cancel upload":"Yes, cancel upload","Yes, start over":"Yes, start over","You\'ll find your username on the profile tab beneath your profile picture. It\'ll start with an \\"@\\" symbol (for example, @tiktok).":"You\'ll find your username on the profile tab beneath your profile picture. It\'ll start with an \\"@\\" symbol (for example, @tiktok).","Your app version is out of date. Tap Back to go to previous page.":"Your app version is out of date. Tap Back to go to previous page.","Your contact information will help us get in touch with you and won\'t be shared with anyone":"Your contact information will help us get in touch with you and won\'t be shared with anyone","Your video is now on TikTok!":"Your video is now on TikTok!","about":"About","about_title":"Our Mission","acc_control":"Account control ","accept_music_usage_confirmation":"I accept the ","account":"Account","account_delete_regular_app_desc":"Use the regular TikTok app to access details","account_status_banned":"Your account is permanently banned","adaner_time":"Monday-Friday 10am-1pm and 5pm-8pm","add_windows_store_badge_download_app_stores":"Download from app stores","add_windows_store_badge_get_tiktok_app":"Get TikTok app","add_windows_store_badge_scan_qr":"Scan QR code to download TikTok","add_windows_store_badge_send_link_to_device":"Send a download link to your device","age_verify_doc_country_intro":"Select country or region","agegate_exactage_error":"{num, plural, one {You entered an age of %d year old. Enter your real date of birth.} other {You entered an age of %d years old. Enter your real date of birth.}}","agreement_news_partner_agree_web":"Agree","agreement_news_partner_cancel_web":"Cancel","agreement_news_partner_confirm_web":"Confirm","agreement_news_partner_existing_subtitle_web":"To remain a news partner on TikTok, confirm that you have read and agree to our updated {0}. If you cancel, your account will change to a general account and you\'ll need to contact us off the TikTok app to become our news partner again.","agreement_news_partner_existing_title_web":"Agree to our News Policy","agreement_news_partner_new_subtitle_web":"We reviewed your request to become a news partner. By continuing, you confirm that you have read and agree to our {0}. If you cancel, you can continue to use TikTok with a general account and you\'ll need to contact us off the TikTok app to continue your news partner process.","agreement_news_partner_new_title_web":"Become a news partner on TikTok?","ailevecalisma_gov_tr":"Weekday 8:00 AM - 6:00 PM","alert_user_update_profile_limited_toast":"Due to multiple Community Guideline violations, you\'re temporarily prevented from updating your profile. See details in your app notifications.","all_our_best":"All our best,","allow_comment":"Allow comment ","allow_duet":"Allow Duet","allow_in_browser":"Allow in browser","allow_stitch":"Allow Stitch ","alsuicida_ar_call":"8:00 AM - 2:00 AM","amp_trending_tap_text":"Want more trending videos? They\'re only a tap away","analytics_content":"Content","analytics_followers":"Followers","analytics_overview":"Overview","ask_have_sound_permission_no":"No, I don\'t","ask_have_sound_permission_text":"If you included a sound in your video that you don\'t have copyright permission for, your video may be reviewed for any applicable copyright claims.","ask_have_sound_permission_title":"Do you have permission to use the sound in your video?","ask_have_sound_permission_yes":"Yes, I do","ask_remove_sound_keep":"Don\'t remove","ask_remove_sound_remove":"Remove","ask_remove_sound_text":"If you don\'t have copyright permission to use the included music, the music will be removed when the video is posted.","ask_remove_sound_title":"Remove sound from posted video?","asr_transcript_onpc_kebab_menu_ab_report_button":"Report","asr_transcript_onpc_kebab_menu_ab_transcript_button":"Transcript","at_mentions_on_posting_page":"@mention","attachment_upload_limit":"Every single file must be less than 20MB","aubutterfly":"8am-midnight (Sydney time), 7 days","author":"author","auto_play":"Auto-play","avg_view_time":"Average view time","avia_law_comment_blocked":"Comment blocked","avia_law_comment_remain_blocked":"Comment can\'t be un-blocked","avia_law_comment_unblocked":"Comment un-blocked","avia_law_false_report_warning":"Please be aware that reporting content or an activity as illegal in order to achieve its removal or to stop its distribution, while knowing that it is not illegal, is punishable by 1 year\'s imprisonment and a € 15,000 fine under French law.","avia_law_report_confirm_comment":"You anonymously reported %s\'s comment for violating French law on online hate speech (LCEN).","avia_law_report_confirm_video":"You anonymously reported %s\'s video for violating French law on online hate speech (LCEN).","avia_law_report_entry":"Signaler un contenu haineux en France","avia_law_report_reason1":"Provocation ou apologie des atteintes à la vie ou intégrité des personnes et des agressions sexuelles","avia_law_report_reason10":"Traite d\'êtres humains","avia_law_report_reason11":"Proxénétisme et infractions assimilées","avia_law_report_reason12":"Contenu à caractère pédopornographique","avia_law_report_reason13":"Message nocif pour les mineurs (incitation au terrorisme, violence, pornographie, jeux dangereux)","avia_law_report_reason14":"Harcèlement scolaire","avia_law_report_reason15":"Propos ou actes visant à modifier ou réprimer une orientation sexuelle ou identité de genre","avia_law_report_reason2":"Apologie de crimes de guerre, crimes contre l\'humanité, esclavage ou collaboration avec l\'ennemi","avia_law_report_reason3":"Provocation à la discrimination, la haine ou la violence (origine, ethnie, nation, race ou religion)","avia_law_report_reason4":"Provocation à la discrimination, la haine ou la violence (sexe, orientation sexuelle, identité de genre ou handicap)","avia_law_report_reason5":"Contestation, négation, minoration ou banalisation outrancière de crimes contre l\'humanité, génocides, esclavage ou crimes de guerre","avia_law_report_reason6":"Provocation ou apologie du terrorisme","avia_law_report_reason7":"Injure (origine, ethnie, race, nation ou religion)","avia_law_report_reason8":"Injure (sexe, orientation sexuelle, identité de genre ou handicap)","avia_law_report_reason9":"Harcèlement sexuel","avia_law_report_reason_top":"Contenu haineux sous la loi française (LCEN)","avia_law_report_received":"Thank you for your report. We have received your message and appreciate your help in fostering a safe and enjoyable environment for everyone on TikTok. We will take action if the content violates French law on online hate speech (LCEN) or TikTok\'s Community Guidelines.","avia_law_report_received_confirm":"We\'ll review your report and take action if there is a violation of French law on online hate speech (LCEN) or our Community Guidelines.","avia_law_reporter_appeal_appeal_desc":"If you disagree with this decision, you can submit an appeal under LCEN within 2 weeks of receiving the report notification.","avia_law_reporter_appeal_novio_com":"Thank you for requesting a review. We reviewed the content again and confirmed that we found the comment you reported does not violate French law on online hate speech (LCEN). Thank you for helping us keep TikTok safe.","avia_law_reporter_appeal_novio_vid":"Thank you for requesting a review. We reviewed the content again and confirmed that we found the video you reported does not violate French law on online hate speech (LCEN). Thank you for helping us keep TikTok safe.","avia_law_reporter_appeal_vio_com":"Thank you for requesting a review. We reviewed the content again and removed the comment for violating French law on online hate speech (LCEN). The comment is no longer accessible in France. Thank you for helping us keep TikTok safe.","avia_law_reporter_appeal_vio_vid":"Thank you for requesting a review. We reviewed the content again and removed the video for violating French law on online hate speech (LCEN). The video is no longer accessible in France. Thank you for helping us keep TikTok safe.","avia_law_reporter_no_violation_comment":"We reviewed the comment you reported and found that the comment doesn\'t violate French law on online hate speech (LCEN). Thank you for helping us keep TikTok safe.","avia_law_reporter_no_violation_video":"We reviewed the video you reported and found that the video doesn\'t violate French law on online hate speech (LCEN). Thank you for helping us keep TikTok safe.","avia_law_reporter_violation_CG_comment":"We found that the comment you reported doesn\'t violate French law on online hate speech (LCEN) but violated our Community Guidelines. The comment was removed globally. Thank you for helping us keep TikTok safe.","avia_law_reporter_violation_CG_video":"We found that the video you reported doesn\'t violate French law on online hate speech (LCEN) but violated our Community Guidelines. The video was removed globally. Thank you for helping us keep TikTok safe.","avia_law_reporter_violation_both_comment":"We removed the comment you reported for violating French law on online hate speech (LCEN) and also violating our Community Guidelines. The comment was removed globally. Thank you for helping us keep TikTok safe.","avia_law_reporter_violation_both_video":"We removed the video you reported for violating French law on online hate speech (LCEN) and also violating our Community Guidelines. The video was removed globally. Thank you for helping us keep TikTok safe.","avia_law_reporter_violation_comment":"We removed the comment you reported for violating French law on online hate speech (LCEN). The comment is no longer accessible in France. Thank you for helping us keep TikTok safe.","avia_law_reporter_violation_video":"We removed the video you reported for violating French law on online hate speech (LCEN). The video is no longer accessible in France. Thank you for helping us keep TikTok safe.","avia_law_submit_appeal":"Submit appeal within 80 days","avia_law_uploader_appeal_desc":"If you believe your content was restricted by mistake, let us know within 80 days by submitting an appeal. You can also challenge this decision before the competent courts.","avia_law_uploader_appeal_failure":"We reviewed your appeal and determined that your content should remain blocked in France due to violations of French law on online hate speech (LCEN).","avia_law_uploader_appeal_success":"Thank you for submitting your appeal. We have reviewed and un-blocked your content. We apologize for any inconvenience this may have caused. Thank you for being part of the TikTok community!","avia_law_uploader_violation":"Your content was reported to us. We have manually blocked the content in France due to violations of French law on online hate speech (LCEN).","avia_law_uploader_warning":"Be aware that civil and criminal penalties may be incurred for the publication of content deemed illegal under French law.","avia_law_video_blocked":"Video blocked","avia_law_video_remain_blocked":"Video can\'t be un-blocked","avia_law_video_unblocked":"Video un-blocked","ba":"Business Accounts","backend_settings_close":"Close","backend_settings_faqtitle":"FREQUENTLY ASKED QUESTIONS","backend_settings_feedbacksent":"Thanks for sharing! Your feedback helps us improve TikTok.","backend_settings_needmorehelp":"Need more help?","backend_settings_no":"No","backend_settings_reportwriting":"Enter your question here. You can also attach a screenshot of the screen where the problem occurred.","backend_settings_samefeedback":"Your feedback was sent. Thanks for sharing it with our team!","backend_settings_shortfeedback":"Describe your problem in more detail","backend_settings_stillhaveproblem":"Need more help?","backend_settings_topictitle":"SELECT A TOPIC","backend_settings_usernamebutton":"OK","backend_settings_yes":"Yes","bc_account_private_enable_notice_button":"OK","bc_account_private_enable_notice_content":"You\'ve shared access permission with a TikTok Business Center account. To change to a private account, first go to %s and remove this permission.","bc_account_private_enable_notice_contenturl":"Settings and privacy","bc_account_private_enable_notice_title":"Can\'t change to private account","birthdayscreen_modal_button":"Let\'s go","birthdayscreen_modal_desc1":"You\'re about to access a TikTok experience designed just for you.","birthdayscreen_modal_desc2":"Choose a username and password to get started.","button_confirm":"Confirm and proceed","button_edit":"Edit","button_signup_private_on":"OK","ca":"Creator Accounts","caba_no_private":"{account_type} can\'t be set to private","caba_no_private_desc":"To set your account to private, switch to a Personal Account on the app in \\u003Cstrong\\u003ESettings and privacy \\u003E Manage account\\u003C\\u002Fstrong\\u003E.","call_general":"Call {phone}","cancel":"Cancel","cancel_settings":"Cancel","canedic_call":"Monday-Thursday 11am-7pm ET, Friday 11am-5pm ET","canedic_toronto_call":"Toronto, Monday-Thursday 11am-7pm ET, Friday 11am-5pm ET","cap_copy_link":"COPY LINK","change_video":"Change video","character_limit_toast":"Maximum 150 characters","check_in_shape_weight_impact":"Check in on the impact of shape and weight thoughts","check_in_shape_weight_impact_1":"How often do you think about your weight and shape, and how much of an impact does it have on your life? It’s common to occasionally think about your weight and shape; however, if these thoughts are taking up a lot of your time and leave you feeling obsessed, upset, worried, or stressed, you may need some support. The best thing to do is to reach out to someone you trust and get the help you deserve. You are not alone and help is out there.","choosepassword_button":"Next","choosepassword_desc1":"Passwords must have:","choosepassword_desc2":"8-20 characters","choosepassword_desc3":"Letters and numbers","choosepassword_desc4":"Special characters (such as #, &, %)","choosepassword_textfield":"Password","choosepassword_title":"Choose password","chooseusername_bottombanner":"Suggestions","chooseusername_button":"Next","chooseusername_desc":"Choose a username for your account. For your safety, don\'t use your real name or other personal information as your username.","chooseusername_errorstate1":"This username is already taken. Try one of the suggestions, or enter a new username","chooseusername_errorstate2":"Your username can\'t end with a period","chooseusername_errorstate3":"Your username can\'t contain only numbers","chooseusername_errorstate4":"Your username can have up to 24 characters","chooseusername_errorstate5":"Include at least 2 characters in your username","chooseusername_textfield":"Username","chooseusername_title":"Choose username","chooseusername_toast1":"Can\'t include spaces","chooseusername_toast2":"Can\'t include special characters","com_mig_your_support_tickets":"Your feedback","comenzardenuevo_call":"Monday-Friday 10am-7pm, Saturday 10am-1pm","comment_at_load":"Couldn\'t load","comment_at_loadingfailed":"Couldn\'t load. Tap to try again","comment_at_search":"Searching users\\t","comment_at_tryagain":"Type to retry","comment_banned_toast":"Due to multiple Community Guideline violations, you\'re temporarily blocked from commenting. See details in your app notifications.","comment_delete_btn":"Delete","comment_delete_cancel":"Cancel","comment_delete_confirm":"Delete","comment_delete_des":"Are you sure you want to delete this comment?","comment_delete_failed":"Couldn\'t delete comment. Try again.","comment_delete_success":"Deleted","comment_dialogue_sub":"View and add comments with a TikTok account","comment_dialogue_title":"Join the conversation","comment_disable_followed":"Follow this user to comment","comment_disable_notfollow":"Comments aren\'t available because you\'re not mutual friends with %@","comment_disable_turnedoff":"This user has turned off comments","comment_input_limit":"Maximum 150 characters\\t","comment_later":"Please try again later","comment_nointernet_toast":"There was a problem with the internet connection. Try again later.","comment_off":"Comments are turned off","comment_panel_zero":"Be the first to comment!","comment_post_failed":"Couldn\'t post comment. Try again","comment_post_success":"Comment posted","comment_reply_btn":"Reply","comment_reply_success":"Reply sent","comment_tray_at":"\\"@\\" a user to tag them in your comments","comment_tray_btn":"Post","comment_tray_default":"Add comment...","comment_tray_emoji":"Click to add emojis","comment_tray_exit_des":"You haven\'t finished your comment yet. Do you want to leave without finishing?","comment_tray_exit_leave":"Leave","comment_tray_exit_stay":"Keep editing","comment_tray_exit_title":"Leave page?","comment_tray_reply_default":"Reply to @{username}","comment_turnoff_delete":"Can\'t delete comment due to user\'s privacy settings","comment_turnoff_like":"Can\'t like comments due to user\'s privacy settings","comment_turnoff_unlike":"Can\'t undo like due to user\'s privacy settings ","comments":"comments","common_login_banner_body":"Like and comment on videos, follow creators, and more.","common_login_banner_title":"Log in to watch personalized videos","common_notification_unlogged_button":"Sign up","common_notification_unlogged_text":"Messages and notifications will appear here","common_notification_unlogged_title":"All activity","common_registration_username_suggested":"Suggested","connect_with_the_world":"Connect with the world around you","connect_with_the_world_1":"Find out more about a local or online interest or volunteer group that you could join to meet new people.","connect_with_the_world_2":"Take a class or start a hobby that you\'ve always wanted to try, like a new sport or a creative activity.","connect_with_the_world_3":"Call someone that you haven’t spoken to in a while.","continue_SMS":"To continue, you need to complete SMS verification first. You will receive an SMS code after tapping \\"Send code\\".","continue_account":"To continue, you need to log in your associated {app_name} account first.","continue_password":"To continue, you need to enter your password first.","cookie_appsflyer":"AppsFlyer","cookie_btn_accpet":"Accept all","cookie_btn_decline":"Decline all","cookie_btn_manage":"Manage settings","cookie_facebook_pixel":"Facebook Pixel","cookie_google_analytics":"Google Analytics\\u002FAds","cookie_linkedin_insight_tag":"LinkedIn Insight Tag","cookie_list":"Third party analytics and advertising","cookie_list_accept_all":"Accept all","cookie_list_ad":"Advertisement","cookie_list_measurement":"Measurement","cookie_policy_link":"Cookies Policy","cookie_setting_page_aam_subtitle":"With your consent, we use the third-party cookies described below for analytics purposes, to promote our services on other platforms and websites, and to measure the effectiveness of our own marketing campaigns. The service providers we use may collect your personal data for their own purposes. To learn more about the practices of these third parties, you can access their privacy policies by clicking on their names below.","cookie_setting_page_aam_title":"Analytics and marketing","cookie_setting_page_nc_subtitle":"Some of the cookies we use are necessary to make our site work better. For example, we use cookies to improve and optimize the display of our website for your device.","cookie_setting_page_nc_title":"Necessary cookies","cookie_settings_link":"manage your cookies","cookie_subtitle":"We use cookies and other technologies to improve your experience on our websites. By clicking \\"Accept all\\", you agree to let us use third-party cookies for analytics and marketing purposes. You can learn more about how we use cookies in our {0}. To manage your cookies, click \\"Manage settings\\".","cookie_subtitle_new":"We use cookies and other technologies to improve your experience on our websites. By clicking \\"Accept all\\", you agree to let us use third-party cookies for analytics and marketing purposes. By clicking \\"Decline all\\", you decline to let us use third-party cookies for analytics and marketing purposes. Learn about how we use cookies in our {0}. You can {1} any time.","cookie_title":"Select your cookies preferences","cookie_title_new":"Accept cookies from TikTok on this browser?","cookies_banner_accept":"Accept","cookies_banner_cookies_policy":"Cookies Policy","cookies_banner_details":"We and our partners use cookies and other technologies to analyze traffic and optimize your experience. View more info and control your cookies settings at any time in our Cookies Policy.","cookies_settings":"Cookies settings","cookies_settings_cookies_policy":"Review our \\u003Ca href={CookiePolicyHref}\\u003ECookies Policy\\u003C\\u002Fa\\u003E for more information on the types of cookies we use.","copy_link":"Copy link ","copy_paste_to":"Copy and paste the server URL and stream key to your streaming software","copyright":"Copyright","copyright_check_OK":"OK","copyright_check_checking":"Checking in progress. This will take about 1 minute.","copyright_check_default_text":"We\'ll check your video for potential copyright infringements on used sounds. If infringements are found, you can edit the video before posting. ","copyright_check_detected_see_detail":"View detail","copyright_check_detected_text":"You can still post this video, but your video will be muted. ","copyright_check_detected_title":"Copyright issues detected. ","copyright_check_learn_more":"Learn more","copyright_check_learn_more_detail_text_1":"Run a copyright check on sounds you used before posting your video to identify potential copyright infringements. If issues are found, you can edit your video before posting. ","copyright_check_learn_more_detail_text_2":"You can still post a video that has been flagged for copyright infringement. However, the video will be muted to protect the rights of unauthorized sounds.","copyright_check_learn_more_detail_text_3":"Note: Results of copyright checks aren\'t final. For instance, future changes of the copyright holder\'s authorization to the sound may impact your video.","copyright_check_learn_more_detail_title":"How copyright checks work","copyright_check_no_video_uploaded":"Copyright check will not begin until your video is uploaded.","copyright_check_non_detected_detail":"Note: Results of copyright checks aren\'t final. For instance, future changes of the copyright holder\'s authorization to the sound may impact your video may impact your video. ","copyright_check_non_detected_title":"No issues detected.","copyright_check_post_popup_cancel":"Cancel","copyright_check_post_popup_post":"Post","copyright_check_post_popup_text":"The copyright check is incomplete. Posting your video now will stop the check.","copyright_check_post_popup_title":"Post anyway?","copyright_check_setting_name":"Run a copyright check","copyright_check_stop_popup_cancel":"Cancel","copyright_check_stop_popup_stop":"Stop","copyright_check_stop_popup_text":"Your current progress won\'t be saved.","copyright_check_stop_popup_title":"Stop copyright checking?","countdown_alert_cta":"Save changes","countdown_alert_h1":"The video will post in {num} minutes","covid19_banner":"How TikTok is supporting our community through COVID-19","create_room_error":"Unable to go LIVE. Try again later.","creator":"Creator","current_view_count":"Current viewer count","customize_updates_and_more":"Customized updates and more","data_setting":"Data setting","datadownload_activity":"Your activity","datadownload_activity_desc":"Includes your video history, comment history, chat history, virtual items purchase history, like history, Favorites history, and shopping activity.","datadownload_appsettings":"Your app settings","datadownload_appsettings_desc":"Includes your privacy settings, notification settings, and language settings.","datadownload_btn":"Request data ","datadownload_complete_desc":"If your download doesn\'t work, you can try to download your data again. ","datadownload_complete_link":"tap here","datadownload_complete_title":"Download complete","datadownload_dataexpired_desc":"The link we sent to you only works for 4 days. You can request another copy of your data in your TikTok settings.","datadownload_dataexpired_title":"Your TikTok data expired","datadownload_dataforusername":"Data for {username}","datadownload_dlpw_desc":"To download your TikTok data, enter the download code that we just sent to %s.","datadownload_dlpw_error":"Incorrect code","datadownload_dlpw_title":"Enter download code","datadownload_download_btn":"Download","datadownload_download_intro_desc":"Once your file is ready, it will be available to download in a zipped format for up to 4 days. It will expire if you request data again. After downloading, select the file to unzip it and view your data. ","datadownload_download_json":"JSON format","datadownload_download_txt":"TXT format","datadownload_email_status":"Check your email to download data","datadownload_empty_desc":"You have not requested a data file yet. ","datadownload_empty_title":"No data file requests yet","datadownload_enteremail_desc":"To continue, verify your email by entering the code sent to %s.","datadownload_enteremail_linkexpire_desc":"We only ask for your email to send you a download link when your data file is ready. Once we send you the link, your email will be deleted from our system.","datadownload_enteremail_title":"Enter email address","datadownload_errorscreen_btn":"Download again","datadownload_errorscreen_desc":"You can try to download your data again","datadownload_errorscreen_title":"Couldn\'t download","datadownload_expired_btn":"Expired","datadownload_expired_status":"Your data expired","datadownload_information_Subeader":"Data may include","datadownload_next_btn":"Next","datadownload_pending_btn":"Pending","datadownload_process_download_your_data":"Download your data","datadownload_process_error_toast":"Something went wrong. Please try again.","datadownload_process_file_format":"Select file format","datadownload_process_file_format_json":"JSON","datadownload_process_file_format_json_desc":"Machine-readable file","datadownload_process_file_format_txt":"TXT","datadownload_process_file_format_txt_desc":"Easy-to-read text file","datadownload_process_intro_desc":"Your request may take a few days to process. After your file is ready it will be available to download for up to 4 days. It will expire if you request data again.","datadownload_processingrequest_btn":"Processing request","datadownload_profile_desc":"Includes your username, profile photo, bio, and contact info (such as your email address and phone number).","datadownload_requested_date":"Requested on {date}","datadownload_resendcode":"Resend code: %s","datadownload_screentitle":"Download TikTok data","datadownload_sixdigitcode_title":"Enter 6-digit code","datadownload_starting_title":"Downloading...","datadownload_tab_download":"Download data","datadownload_tab_request":"Request data","datadownload_toast":"Your data request is being processed","datadownload_tryagain_btn":"Download again","datadownload_yourprofile_":"Your profile","default_caption":"Describe your video","delete":"Delete","delete_acc":"Delete account","delete_acc_user":"Delete account {account_name}?","delete_btn":"Delete ","delete_confirm":"Are you sure you want to delete this video?","delete_continue":"You are about to delete account {account_name}. Continue?","delete_failed":"Couldn\'t delete","delete_final_prompt":"Are you sure you want to delete account {username}? ","delete_h1":"If you delete your account:","delete_h1_confirm":"Delete account {username}?","delete_h2":"If you delete your account:","delete_h3":"You will no longer be able to log in to TikTok with that account.","delete_h4":"You will lose access to videos you posted. ","delete_h5":"You will not be able to get a refund on any items you purchased.","delete_h6":"Information that is not stored in your account, such as chat messages, may still be visible to others.","delete_h7":"Your account will be deactivated for 30 days. During deactivation, your account won’t be visible to the public. After 30 days, your account will be deleted permanently.","delete_h8":"Do you want to continue?","delete_s1":"You will no longer be able to log in to TikTok with that account.","delete_s2":"You will lose access to videos you posted.","delete_s3":"You will not be able to get a refund on any items you purchased.","delete_s4":"Information that is not stored in your account, such as chat messages, may still be visible to others.","delete_s5":"Your account will be deactivated for 30 days. During deactivation, your account won’t be visible to the public. After 30 days, your account will be deleted permanently.","delete_tap_confirm":"Tapping \\"Delete account\\" will delete TikTok account {username}","deleteaccount_duetstitch_desc":"{num, plural, one {%d Duet and Stitch video was created using your original video.} other {%d Duet and Stitch videos were created using your original videos.}}","deleteaccount_duetstitch_remove_desc":"{num, plural, one {You can choose to remove these videos after %d day.} other {You can choose to remove these videos after %d days. }}","deleteaccount_duetstitch_remove_desc_2":"{num, plural, one { If you recover your account within the next %d day, these videos will be restored.} other { If you recover your account within the next %d days, these videos will be restored.}}","deleteacct_activityrewards_title":"Withdraw Activity Rewards balance","deleteacct_affiliateorders_desc":"You have affiliate orders that are not settled. If you delete your account, you will lose commission.","deleteacct_affiliateorders_title":"Settle all affiliate orders","deleteacct_coins_btn":"Spend coins","deleteacct_coins_desc":"Use all your coins before you lose them.","deleteacct_coins_title":"Spend any remaining coins","deleteacct_confirmdelete_continue_desc":"Do you want to continue?","deleteacct_confirmdelete_desc":"Your account will be deactivated for %s and won’t be visible to the public. During deactivation, you can reactive your TikTok account anytime.","deleteacct_confirmdelete_desc_2":"If you delete your account:","deleteacct_confirmdelete_desc_bold":"%d days","deleteacct_confirmdelete_drafts_bullet":"Information that is not stored in TikTok servers, such as drafts, will be removed and you won’t be able to download it.","deleteacct_confirmdelete_login_bullet":"You won’t be able to log in and use any TikTok services with that account.","deleteacct_confirmdelete_permanently_desc":"After %s, your account and data will be deleted permanently.","deleteacct_confirmdelete_refunds_bullet":"You won’t be able to get a refund on any items you purchased or received.","deleteacct_confirmdelete_title":"%s: delete this account?","deleteacct_confirmdelete_videoaccess_bullet":"You will lose access to all your videos.","deleteacct_confirmdelete_visibility_bullet":"Information that isn\'t stored in your account, such as direct messages, may still be visible to others.","deleteacct_confirmdelete_with_balance_cancel_btn":"Cancel","deleteacct_confirmdelete_with_balance_delete_btn":"Delete","deleteacct_confirmdelete_with_balance_title":"Delete %s?","deleteacct_continue_btn":"Continue","deleteacct_creatorfund_desc":"Some funds from Creator Fund balance haven’t transferred to your Income+ balance. If you delete your account, you will lose these funds.","deleteacct_creatorfund_title":"View Creator Fund balance","deleteacct_creatorshoutouts_desc":"You have Shoutout requests that aren\'t completed or credited into Income+ balance. If you delete your account, you won\'t be able to continue creating and being paid for Shoutouts that you’ve completed.","deleteacct_creatorshoutouts_title":"Complete all Shoutouts","deleteacct_datadl_btn":"Request download","deleteacct_datadl_desc":"We recommend downloading your TikTok data (like your video posts) because you can no longer download it once you delete your account. You won’t be able to download content that is not stored in TikTok servers, such as your drafts.","deleteacct_datadl_desc_1":"If you already requested a copy of your data, wait until you download it before deleting your account.","deleteacct_datadl_disclaimer":"By continuing, you reviewed your data request and wish to continue deleting your account","deleteacct_datadl_title":"Download your TikTok data","deleteacct_datarev_btn":"Review request","deleteacct_duetsstitch_keep":"Keep Duet and Stitch videos","deleteacct_duetsstitch_remove":"Remove Duet and Stitch videos","deleteacct_duetsstitch_title":"Remove Duet and Stitch videos using your videos?","deleteacct_income_title":"Withdraw Income+ balance","deleteacct_liteapp_toast":"Use the TikTok Lite app to access details","deleteacct_livegifts_title":"Withdraw LIVE gifts balance","deleteacct_loseservices_disclaimer":"If you delete your account, you will lose the services above permanently.","deleteacct_myearnings_title":"Withdraw My Earnings balance","deleteacct_promote_desc":"Withdraw your remaining balance before deleting your account. It may take some time to process your withdrawal.","deleteacct_promote_title":"Withdraw Promote balance","deleteacct_promotion_desc":"If you delete your account, your promotion will stop and you won\'t be able to track the status of your promotion anymore.","deleteacct_promotion_title":"Complete all promotion orders ","deleteacct_referral_desc":"Withdraw your \\u003Cb\\u003ETikTok\\u003C\\u002Fb\\u003E and \\u003Cb\\u003ETikTok Lite\\u003C\\u002Fb\\u003E balances \\u003Cb\\u003Eseparately\\u003C\\u002Fb\\u003E before deleting your account. You and your friends will lose bonuses that are still pending.","deleteacct_referral_title":"Withdraw referral balance","deleteacct_regularapp_toast":"Use the regular TikTok app to access details","deleteacct_reviewbalance_btn":"Review balance","deleteacct_reviewcomm_btn":"Review commission","deleteacct_revieworders_btn":"Review orders","deleteacct_shopping_desc":"If you delete your account, you won\'t be able to track the status of your orders anymore.","deleteacct_shopping_title":"Complete all shopping orders ","deleteacct_shoppingorders_desc":"If you delete your account, you won\'t be able to track the status of your orders anymore.","deleteacct_shoppingorders_title":"Complete all shopping orders ","deleteacct_shoutouts_desc":"You requested Shoutouts that aren’t completed. If you delete your account, you won\'t be able to track the status of your orders, or receive refunds if your order is canceled.","deleteacct_shoutouts_title":"Receive Shoutouts","deleteacct_tiktokshop_title":"Withdraw TikTok Shop affiliate commission ","deleteacct_title":"{num, plural, one {Review this %d task before deleting your account } other {Review these %d tasks before deleting your account }}","deleteacct_withdraw_desc":"Withdraw your balance before deleting your account.","deleteacct_withdraw_sometime_desc":"Withdraw your balance before deleting your account. It may take some time to process your withdrawal.","deleted":"Deleted","descrip_private_on_popup":"Since you\'re under 16 years old, we\'ve made your account private. This means only users you approve can follow you and watch your videos. We\'ve also made some other changes to your settings to protect your privacy. You can review these changes in your TikTok app settings. ","descrip_private_on_signup":"Your privacy matters at TikTok, so your account is private. With a private account, only users you approve can follow you and view your videos. You can review and manage your account in your TikTok app settings.","desktop_error_video_geofencing":"Video isn\'t available","desktop_kb_shortcuts_menu":"Keyboard shortcuts","desktop_kb_shortcuts_modal":"Keyboard shortcuts","desktop_kb_shortcuts_tooltip_like_vid":"Like video ","desktop_kb_shortcuts_tooltip_mute_unmute_vid":"Mute \\u002F unmute video ","desktop_kb_shortcuts_tooltip_next":"Go to next video","desktop_kb_shortcuts_tooltip_previous":"Go to previous video","desktop_kb_shortcuts_tooltip_title":"Introducing keyboard shortcuts!","desktop_logged_in_profile":"Following accounts","desktop_logged_out_profile":"Log in to follow creators, like, comment, or upload videos.","desktop_notifications":"Desktop notifications","desktop_profile_autoplay_off":"Autoplay off","desktop_profile_autoplay_on":"Autoplay on","desktop_profile_empty_state":"Accounts you follow will appear here","desktop_profile_volume_off":"Volume off","desktop_profile_volume_on":"Volume on","desktop_push_tips":"Stay on top of notifications for likes, comments, the latest videos, and more on desktop. You can turn them off anytime.","desktop_push_turn_on_tips_text1":"Click on {0} in your browser’s address bar","desktop_push_turn_on_tips_text2":"Find {0} Notifications and select “Allow”","desktop_push_turn_on_tips_title":"How to turn on push notifications ","device_block_US_clockerror_toast":"Update your device\'s date and time settings and try again","device_block_US_login":"Log into existing account","device_block_US_signup":"Create account","device_block_US_signup_login":"Sign up or log in","diamonds_earned":"Diamonds earned","direct_meaasge_risk_notice":"If you receive an inappropriate message (such as fraud, spam, threats, or predatory behavior), tap {1} so we can review it.","direct_meaasge_risk_notice_report":"Report","direct_meaasge_sending_ban_feedback":"Feedback","direct_meaasge_sending_ban_feedback_again":"Feedback submitted","direct_meaasge_sending_ban_notice":"This message violated our Community Guidelines. We restrict certain content and actions to protect our community. If you believe this was a mistake, tap {1} to let us know.","direct_messages":"Direct messages","discard":"Discard","discard_hint_h1":"Discard this post?","discard_hint_h2":"The video and all edits will be discarded.","discover_desc":"Be the first to watch the latest videos","discover_search_aid_impr_head":"Help is available","discover_search_aid_text_body":"Text to %s","discoverability":"Discoverability ","display_comments_videodetailspage_back_arrow_foryoufeed":"Back to For You","display_comments_videodetailspage_recommendedvideos_panel_header":"Recommended videos","dm_accept":"Accept","dm_delete":"Delete","dm_left_swipe_mute":"Mute","dm_left_swipe_unmute":"Unmute","dm_message_request":"If you accept, you can chat with this user immediately. If you delete, this chat will be removed from your Message requests. Note that this user may send up to 3 messages total. {report_this_user} if you receive a suspicious message.","dm_message_request_report":"Report this user","dm_message_request_title":"{username} wants to send you a message","dm_multiple_messages":"sent {number} messages","dm_notification_cannot_reply_due_to_privacy_setting":"This person cannot reply to your messages due to your privacy settings. To change your settings, go to %s","dm_notification_need_to_follow_to_send_message":"You need to follow this user to send message.","dm_stranger_delete_this_message_body":"You will no longer receive messages from this account in the future.","dm_stranger_delete_this_message_header":"Delete this message?","dm_stranger_error_message_body":"You are not logged into the correct TikTok account. To message this creator, log out and log in using the correct TikTok account.","dm_stranger_error_message_header":"Unable to open direct message","dm_tcm_banner_can_send_up_to_3":"You can send up to 3 messages until your message request is accepted.","dm_tcm_banner_from_tcm":"From TikTok Creator Marketplace","dm_tcm_banner_reached_3_msg_limit":"Maximum message limit reached. Continue to send messages after your request is accepted.","dm_tcm_card_title_business_invitation":"Business invitation","dm_tcm_label_business":"Business","dm_tcm_request_cta_accept":"Accept","dm_tcm_request_cta_delete":"Delete","dm_tcm_request_desc_business_wants_send_msg":"If you accept, you can chat with this business immediately. If you delete, this chat will be removed from your message requests. This business can send you up to 3 messages before you accept. {report_this_user} if you receive a suspicious message.","dm_tcm_request_link_report":"Report this business","dm_tcm_request_title_business_wants_send_msg":"{username} wants to send you business messages","dm_tcm_section_name_msg_preferences":"Message preferences","dm_tcm_toggle_desc_tcm":"Allow business messages from TikTok Creator Marketplace with promotional content or business invitation. Businesses can send you up to 3 messages before you accept their message requests. ","dm_tcm_toggle_title_always_allow":"Always allow business messages","dm_tcm_web_msg_view_on_app":"View this message on the TikTok app","dm_who_can_send_you_direct_messages":"Who can send you direct messages","download_cta_mobileweb_banner":"Watch videos in the app","download_data_entry_point":"Data","dpowebform_account_placeholder_uxwaudit":"example123","dpowebform_category_placeholder_uxwaudit":"Select a category","dpowebform_category_title_uxwaudit":"What is your question or concern about?","dpowebform_desc_uxwaudit":"This form can be used to contact TikTok\'s Data Protection Officer for matters related to your personal data and\\u002For to raise any privacy concerns.","dpowebform_i_dont_have_a_tiktok_account_uxwaudit":"I don\'t have a TikTok account","dpowebform_reason_title_uxwaudit":"Why are you contacting the Data Protection Officer?","dpowebform_referencenumber_desc_uxwaudit":"Fill out our \\u003Ca href=\\"https:\\u002F\\u002Fwww.tiktok.com\\u002Flegal\\u002Freport\\u002Fprivacy?lang=en\\"\\u003EPrivacy form\\u003C\\u002Fa\\u003E first for a faster response. If you have a reference number from that webform, enter it here.","dpowebform_referencenumber_placeholder_uxwaudit":"Enter a reference number","dpowebform_referencenumber_title_uxwaudit":"Privacy form reference number","dpowebform_subcategory_title_uxwaudit":"Select a subcategory","dpowebform_title_uxwaudit":"Contact the Data Protection Officer","duet_FTC_video":"This duet video is removed since the original one is unavailable","duet_stitch_minor":"Duet and Stitch aren\'t available because access to part of this video is limited","dyd_desc":"Get a copy of your TikTok data","edit_title":"Edit title","editing_unavailable_toast":"Editing is currently unavailable. Try again later","editprofile_cancel":"Cancel","editprofile_close":"Close","editprofile_editimage_zoom":"Zoom","editprofile_editpage_bio":"Bio","editprofile_editpage_error_cantmodify_others":"Your profile cannot be edited while your account is being authenticated.","editprofile_editpage_error_cantmodify_review":"Your profile cannot be edited while your account is being reviewed.","editprofile_editpage_error_deleted":"Couldn\'t save profile because this account has been deleted.","editprofile_editpage_error_image_cantuse":"Couldn\'t use photo. Select another and try again.","editprofile_editpage_error_max":"Maximum 30 characters","editprofile_editpage_error_min2char":"Include at least 2 characters in your username","editprofile_editpage_error_namenotavail":"This name isn’t available. Please enter a new one.","editprofile_editpage_error_notavailable":"This username isn’t available. Please enter a new one.","editprofile_editpage_error_photofail_max":"The image size is over 10 MB. Please select another image.","editprofile_editpage_error_photofail_others":"Couldn\'t upload photo. Please try again.","editprofile_editpage_error_row":"Row limit exceeded","editprofile_editpage_error_suspended":"Couldn\'t save profile because this account is currently suspended.","editprofile_editpage_error_tryagain":"Something went wrong. Please try again.","editprofile_editpage_error_username_cantchange":"Username cannot be changed more than once within 30 days.","editprofile_editpage_error_username_max":"Maximum 24 characters","editprofile_editpage_name":"Name","editprofile_editpage_photo":"Profile photo","editprofile_editpage_photo_apply":"Apply","editprofile_editpage_photo_editphoto":"Edit photo","editprofile_editpage_username":"Username","editprofile_editpage_username_confirmset":"Set username","editprofile_editpage_username_confirmtext":"You can change your username once every 30 days.","editprofile_editpage_username_confirmtitle":"Set your username?","editprofile_editpage_username_subtext1":"Usernames can only contain letters, numbers, underscores, and periods. Changing your username will also change your profile link.","editprofile_editpage_username_subtext2":"Your username can be changed once every 30 days. You can change it again after %s.","editprofile_editprofile":"Edit profile","editprofile_feedtooltip_subtitle":"You can now update your photo, username, and bio","editprofile_feedtooltip_title":"Edit your profile","editprofile_save":"Save","editprofile_toast":"Profile has been updated","editprofile_tooltip_subtitle":"Any changes you make will be reflected on the TikTok app. For more edit options, visit the app.","editprofile_tooltip_title":"You can now edit your profile","email_desc1":"We aim to make TikTok a fun, safe experience for the entire community. Per our Terms of Service, the standard TikTok experience is intended for ages 13 and older. ","email_desc2":"TikTok for Younger Users offers users under 13 an alternative, kid-safe experience. Given the requirement that users be at least 13 years of age to use a standard TikTok account, the upload of videos created in the TikTok for Younger Users experience is not permitted.","email_desc3":"To learn more about how to get a great, age-appropriate experience on TikTok, visit our Safety Center. ","email_enter_password_h1":"Enter password","email_general":"Email {email}","embed":"Embed","embed_banner_button_1":"View comments","embed_banner_button_2":"Watch now","embed_banner_content_1":"View all {number} comments","embed_banner_content_2":"%d millions users are also watching this video","embed_banner_content_3":"Discover more videos like this","embed_banner_content_4":"%d millions users watch TikTok videos","embed_banner_content_5":"%d millions users are now watching TikTok videos","embed_banner_content_6":"%d billion videos and counting - only on TikTok","embed_banner_content_7":"%d billions videos and counting - only on TikTok","embed_err_subtitle":"Find more trending videos on TikTok","embed_err_unavailable":"Video currently unavailable","embed_hover_button":"View profile","embed_profile_card_btn":"Open TikTok","embed_profile_card_cant_load_btn":"View profile on TikTok","embed_profile_card_cant_load_desc":"Something went wrong. Please try again.","embed_profile_card_cant_load_desc_retry":"Retry","embed_profile_card_cant_load_title":"Couldn\'t load profile","embed_profile_card_caret":"View profile","embed_profile_card_desc_privacy_policy":"Privacy Policy","embed_profile_card_desc_view_privacy_policy":"View %s","embed_profile_card_na_btn":"Discover more on TikTok","embed_profile_card_na_desc":"This profile is unavailable.","embed_profile_card_na_title":"Profile not available","embed_profile_card_see_more":"See more","embed_profile_popup_bottom_desc":"By embedding profile, you confirm that you agree to our %1$s and acknowledge that you have read and understood our %2$s.","embed_profile_popup_bottom_desc_pp":"Privacy Policy","embed_profile_popup_bottom_desc_tos":"Terms of Service","embed_profile_popup_btn":"Copy code","embed_profile_popup_desc":"Latest videos from this account will be displayed on the profile card.","embed_profile_popup_title":"Embed profile","embed_profile_tooltip":"Embed is unavailable for this profile due to creator\'s age or privacy settings","embed_profile_tooltip_under18":"Embed not available for this account","embed_success":"Embed code copied!","end_live":"End LIVE","end_live_with_stream":"End LIVE video if stream stops","enter_4_digit_code":"Enter 4-digit code","enter_real_birthday":"Make sure you enter your real birthday","eoy_hub_ask_button_bottom":"Ask question","eoy_hub_ask_button_top":"Ask","eoy_hub_ask_button_top_2021":"In 2021,","eoy_hub_ask_button_top_placeholder":"I\'d like to ask...","eoy_hub_ask_button_topask_2021":"In 2021, {cursor}what was the...","eoy_hub_contacts_error_toast":"Your contacts haven\'t joined TikTok","eoy_hub_discover_section_title":"Browse more questions","eoy_hub_ended_desc":"Don\'t let the fun end here! Explore more Q&A videos now on TikTok.","eoy_hub_ended_page_title":"Ask on TikTok: 2021","eoy_hub_ended_title":"The event has ended","eoy_hub_friends_section_Contacts_desc":"From your contacts","eoy_hub_friends_section_Contacts_title":"Find friends","eoy_hub_friends_section_ask_btn":"Ask","eoy_hub_friends_section_find_btn":"Find","eoy_hub_friends_section_invitemore_btn":"Ask more people","eoy_hub_friends_section_popup_cta_btn":"Follow","eoy_hub_friends_section_popup_title":"Follow and ask friends from your contacts","eoy_hub_friends_section_title":"Ask friends and people you follow","eoy_hub_jump_middle_page_open":"Open in TikTok","eoy_hub_not_started_desc":"The event hasn\'t started yet. Come back later!","eoy_hub_not_started_title":"Stay tuned","eoy_hub_off_app_desc":"Revisit 2021 with Q&A to help us wrap up the year","eoy_hub_off_app_post_caption":"Check out this year\'s highlights on Ask on TikTok: 2021!","eoy_hub_off_app_title":"Ask on TikTok: 2021","eoy_hub_profile_frame_notice":"Add a frame to your profile by asking or answering a question that includes 2021 or 2022.","eoy_hub_reflow_bottom_btn":"Join the fun","eoy_hub_reflow_top_btn":"Join","eoy_hub_reflow_top_desc":"is participating in “Ask on TikTok: 2021”. Join them!","eoy_hub_swipe_ask_more":"Swipe for more","eoy_hub_update_page_button":"Update","eoy_hub_update_page_header":"Update required","eoy_hub_update_page_subtitle":"To use this feature, update TikTok to version {version} or above. You can still use the current version if you choose not to update.","eoy_hub_update_page_title":"This feature requires an update","eoy_hub_user_action_answer":"answered","eoy_hub_user_action_ask":"asked","eoy_hub_user_action_invite":"invited you to answer","eoy_hub_user_action_invite_2user":"{username1} and {username2}","eoy_hub_user_action_invite_3user":"{username} and {number} others","eoy_hub_user_action_invite_multiple":"{username} and {number} {others}","eoy_hub_user_action_invite_others":"others","eoy_hub_video_action_answer":"Answer","eoy_hub_video_action_invite":"Invite","eoy_hub_video_cnt":"{num, plural, one {%s video} other {%s videos}}","eoy_hub_video_count":"{num, plural, one {{number} video} other {{number} videos}}","eoy_hub_video_swipe_for_more":"Swipe for more videos","eoy_network_error_fail_load":"Couldn\'t load page","eoy_network_error_no_connection":"No internet connection","eoy_network_error_retry":"Retry","eoy_network_error_try_again":"Connect to the internet and try again.","eoy_network_error_try_later":"Please try again later.","eoy_webapp_landing_desc":"You can now ask questions to and get answers from TikTok\'s global community. ","eoy_webapp_landing_scan_qr_code":"Scan the QR code to download TikTok","eoy_webapp_landing_title":"Ask on TikTok: 2021","err_access":"Permissions needed to view this page","err_fail":"The task couldn\'t be completed. Please try again later.","err_feature_unavailable":"Feature unavailable","err_file":"Unsupported file. Use MP4 or WebM instead.","err_frequent":"Too many uploads in one session","err_hashtag":"This hashtag is unavailable. Visit TikTok to discover more trending hashtags.","err_im_stranger_msg_count_limit":"Chat messages limit reached. You will not be able to send messages to this user.","err_im_stranger_msg_rate_limit":"You are sending messages too fast. Take a rest.","err_im_stranger_no_follow_only_three_msg":"You can send up to 3 messages since this user hasn\'t followed you yet.","err_im_to_friend_from_not_follow":"You need to follow this user to send message","err_im_to_friend_from_not_followed":"Messages cannot be sent since this user isn\'t following you","err_im_to_friend_not_mutual_follow":"Only friends can send messages to each other","err_im_to_off_from_cant_send":"Cannot send messages due to this user\'s privacy settings","err_internet":"Connection error. Check internet connection and try again.","err_kep":"This page is unavailable. Visit TikTok to discover more trending videos.","err_length":"Video is over the 60-second limit","err_length_min":"Video is over the {duration}-minute limit","err_live":"This LIVE video is unavailable. Visit TikTok to discover more LIVE videos.","err_live_event":"This LIVE Event is unavailable. Visit TikTok to discover more LIVE Events.","err_live_invite":"This LIVE video is unavailable. Visit TikTok to discover more LIVE videos.","err_music":"This music is unavailable. Visit TikTok to discover more music.","err_param":"Parameter error","err_profile":"This profile is unavailable. Visit TikTok to discover more profiles.","err_resolution":"Resolution must be 1280x720 or higher","err_service":"Internal server error. Please try again later.","err_size":"File is over the {size}GB limit","err_sound":"Couldn\'t find this sound. Visit TikTok to discover more trending creators, hashtags, and sounds.","err_sound_copy":"This sound has no copyright in your region. Visit TikTok to discover more trending creators, hashtags, and sounds.","err_tag":"Couldn\'t find this hashtag. Visit TikTok to discover more trending creators, hashtags, and sounds.","err_unknown":"Unknown network error. Please try again later.","err_upload":"Couldn\'t upload video. Try again later.","err_user":"Couldn\'t find this account. Visit TikTok to discover more trending creators, hashtags, and sounds.","err_user_private":"This account is private. Follow this account to see their videos or visit TikTok to discover new creators. ","err_vid":"This video is unavailable. Visit TikTok to discover more trending videos.","err_vid_geo":"This video is unavailable in your region. Visit TikTok to discover more trending videos.","err_vid_private":"This video is from a private account. Follow this account to see their videos or visit TikTok to discover more trending videos.","error_reason_browser":"browser","error_reason_camera":"camera","error_reason_network":"network","error_toast":"Something went wrong. Please try again.","event_detail_consumer_event_start_wait_host":"The host is on the way. Waiting for the host to start the event.","event_dm_share_message_card":"LIVE Event","eventpage_about_title":"About this event","eventpage_date_title":"Date and time","eventpage_dl_popup_desc":"Scan the QR code to register to an event on the TikTok App","eventpage_dl_popup_title":"Open TikTok to Register","eventpage_dl_popup_title2":"Get the TikTok app","eventpage_open_btn":"Open TikTok","eventpage_register_btn":"Register","eventpage_register_btntxt":"The host will be notified when you register to attend","eventpage_register_popup_desc":"Easily register to events with a TikTok account","eventpage_register_popup_title":"Register to LIVE Events","eventpage_shareto6":"Related videos","events_detail_consumer_event_canceled_headline":"Event canceled","events_detail_consumer_event_canceled_headline_text":"This event is no longer available","events_detail_creator_control_menu_organize_2_title":"Description","expansion_SEO_Sav":"See all videos","expansion_SEO_Vp":"View profile","expansion_SEO_desc":"Discover short videos related to {expansion_keywords} on TikTok. Watch {username}, {username}, and {username}\'s popular content. Explore {hashtag}, {hashtag}, and {hashtag}\'s latest videos.","expansion_SEO_desc_num1":"Discover short videos related to {expansion_keywords} on TikTok. ","expansion_SEO_desc_num2":"Watch popular content from the following creators: {creatorsText} .","expansion_SEO_desc_num3":"Explore the latest videos from hashtags: {hashtagText} .","expansion_SEO_discover":"Discover more topics","expansion_SEO_hashtags":"Hashtags","expansion_SEO_hot":"Hot","expansion_SEO_title":"Discover {expansion_keywords} \'s popular videos | TikTok","expansion_SEO_topics":"Topics","expansion_SEO_users":"Users","expansion_SEO_videos":"Videos","explore_activities":"Explore activities that make you happy","explore_activities_1":"Take a walk outside, explore nature, and enjoy some fresh air. You could also just stay inside and dance to a song you love.","explore_activities_2":"Watch your favorite movie, hang out with a friend, read a book, treat yourself to a snack, or put together a music playlist.","explore_activities_3":"Try to make sure you’re getting enough sleep, exercising regularly, and eating well.","family_pairing_toast_parent_settings":"Can\'t be edited due to Family Pairing settings","feed":"Feed","feed_caption_see_more":"See more","feedback_pc_back":"Go back","feedback_pc_history":"Feedback History","feedback_pc_upload":"Upload supporting media","feedback_webform_dropdown_effecthouse_title_1":"Effect House","feedback_webform_dropdown_effecthouse_title_1_opt_1":"Unable to install","feedback_webform_dropdown_effecthouse_title_1_opt_2":"Unable to log in","feedback_webform_dropdown_effecthouse_title_1_opt_3":"Unable to access feature","feedback_webform_dropdown_effecthouse_title_1_opt_4":"Unable to submit effect","feedback_webform_dropdown_effecthouse_title_1_opt_6":"Feature suggestion","feedback_webform_dropdown_effecthouse_title_2":"Operating system","feedback_webform_dropdown_effecthouse_title_2_opt_1":"PC","feedback_webform_dropdown_effecthouse_title_2_opt_2":"Mac","feedback_webform_dropdown_tt4b_opt_1":"Age issues","feedback_webform_dropdown_tt4b_opt_2":"Private account","feedback_webform_dropdown_tt4b_opt_3":"Region issues","feedback_webform_dropdown_tt4b_title":"TikTok For Business","file_format_error":"Files must be JPG or PNG","find_your_inner_strengths":"Find your inner strengths and positive attributes","find_your_inner_strengths_1":"It’s easy to get sucked into the belief that how you look is who you are. In reality, we are more than our bodies and how you think, behave, and impact the world is more important than your physical appearance. Also, keep in mind that beauty comes in all shapes and sizes because beauty means different things to different people and there is no one standard. Think about all your attributes and strengths as well as the values you hold. Focusing on these traits can help you see the bigger picture and feel good about yourself and your accomplishments.","fixed_comments":"Comment{num, plural, one {} other {s}}","fixed_likes":"Like{num, plural, one {} other {s}}","fixed_shares":"Share{num, plural, one {} other {s}}","fixed_views":"View{num, plural, one {} other {s}}","follow":"Follow","follow_login_panel_h1":"Follow your favorite creators","follow_login_panel_h2":"Create an account or log in to follow creators","followed_viewers":"Followed viewers","followers":"followers","followers_desc":"Followers that you follow back","followers_desc_for_private":"People who follow you","followers_from_views":"Followers who watched your LIVE videos","followers_my_empty_desc":"When people follow you, you\'ll see them here","following":"Following","following_acc":"Following","following_empty":"Follow creators to see their videos","following_empty_unlogged":"Log in to see videos from creators you follow","following_my_empty_desc":"When you follow people, you\'ll see them here","following_people_you_follow":"People you follow","following_sub_title":"Watch the latest videos from accounts you follow","follows":"followers","font_cookies":"Cookies","for_you":"For You","foryou_tooltip1":"See what’s trending for you","foryou_tooltip2":"Trending videos picked for you","frequency_control":"Too many attempts. Please try again later.","friends":"Friends","friends_acc":"Friend","general_error_page_title":"Something went wrong","generic_justnow_timestamp":"Just now","get embed":"Get embed code","get_app":"Get app","get_support":"Get support","get_tt_app":"Get TikTok App","get_tt_desktop":"Get TikTok for desktop","gifters":"Gifters","go_live":"Go LIVE","grid":"Grid","harmful_tips_content":"This title contains words that may violate our Community Guidelines. If you\'re going through a difficult time, support resources are available.","harmful_tips_title":"Would you like to edit your title?","has created a short video on TikTok with music":"has created a short video on TikTok with music","hashtag_SEO_desc1":"{tagText} | {views} people have watched this. Watch short videos about {hashtag} on TikTok.","hashtag_SEO_desc2":"{tagText} | {views} Views. The most popular video with {hashtag} on TikTok: {text} from {username}.","hashtag_SEO_title1":"{hashtag} videos on TikTok","hashtag_SEO_title2":"{hashtag} Hashtag Videos on TikTok","hate_speech":"This phrase may be associated with behavior or content that violates our \\u003Ca href={link}\\u003ECommunity Guidelines\\u003C\\u002Fa\\u003E. TikTok is committed to keeping our community safe and working to prevent the spread of hate. ","hearts":"hearts","heavy_user_title":"Discover even more on the app!","help":"Help","help_center_creator_portal":"Creator Portal","help_center_featured":"Featured","help_center_feedback_thanks":"Thanks for your feedback!","help_center_helpful_no_reply":"No","help_center_helpful_title":"Was this helpful?","help_center_helpful_yes_reply":"Yes","help_center_no_results_desc":"Try using common keywords like “safety” or “privacy” to find what you’re looking for.","help_center_no_results_found":"No results found","help_center_read":"Read","hide":"Hide","hint1":"Duet\\u002FReact and Stitch aren\'t available on videos from private accounts","hint2":"Duet and Stitch not available for videos over 60s","hint_dm_settings":"With any option, you can receive messages from users that you\'ve sent messages to.","home_error_sound_geofencing":"This sound isn\'t available in your country or region","home_error_video_geofencing":"This video isn\'t available in your country or region","home_header_btn":"Watch now","home_locations_selected":"%s +%d","home_locations_selected_1":"{location} +{count}","home_locations_selected_badge":"Locations: %s +%d","home_locations_selected_badge_single":"Location: %s","host_mentorship_1":"You can\'t be your own mentor. Check out the event and get mentees!","host_mentorship_11":"You can\'t be your own mentor. Check out the event and get mentees!","host_mentorship_12":"Check out event","host_mentorship_13":"You can\'t be a mentor to another mentor. Check out the event and get mentees!","host_mentorship_14":"Check out event","host_mentorship_15":"You became {username}\'s mentee.","host_mentorship_16":"You couldn\'t become {username}\'s mentee.","host_mentorship_2":"Check out event","host_mentorship_3":"You can\'t be a mentor to another mentor. Check out the event and get mentees!","host_mentorship_4":"Check out event","host_mentorship_5":"You became {username}\'s mentee.","host_mentorship_6":"You couldn\'t become {username}\'s mentee.","host_referral1_42":"Use my link to go LIVE on TikTok and you can get up to","host_referral1_43":"Sign up for TikTok","host_referral1_44":"Accept to become a mentee","host_referral1_45":"Go LIVE","host_referral1_46":"Sign up","host_referral1_47":"{username} encourages you to go LIVE! \\nYou can get up to","host_referral1_48":"By tapping “Accept\\", you agree to the Terms and Conditions.","host_referral1_49":"Accept","host_referral1_50":"You’re not eligible for LIVE host mentorship.","host_referral1_51":"Use my link to go LIVE on TikTok and you can get up to","host_referral_1":"Use my invite code to Go LIVE on TikTok and we\'ll both get more than %s!","host_referral_10":"Accept","host_referral_12":"Bind successfully","host_referral_14":"OK","host_referral_17":"Your account isn\'t eligible to accept this invite","host_referral_2":"Sign up for TikTok","host_referral_20":"This program is currently unavailable in your region.","host_referral_210":"How does the LIVE Host Mentorship Program work?","host_referral_211":"Who can participate? ","host_referral_212":"How can I collect rewards through the Host Mentorship Program?","host_referral_213":"How many invite codes are available?","host_referral_214":"What happens if Inviters or Invitees violate the Community Guidelines?","host_referral_215":"The Host Mentorship Program is yet another feature through which you can collect Diamonds and other rewards from TikTok, in addition to other Diamonds you may collect from time to time through other features. You can get US$1 from TikTok for every 100 Diamonds you collect through the Host Mentorship Program. \\nMentors may also receive 1 avatar frame (valid for 3 days).\\nThe Host Mentorship Program is subject to the Virtual Items Policy and our Community Guidelines.","host_referral_216":"To participate as a mentor, you must \\n- be a creator with access to the Go LIVE feature on TikTok; \\n- have collected at least 20\'000 Diamonds in the past 30 days; and\\n- and\\u002For have received an invite to participate from TikTok (which will be sent only to selected creators).","host_referral_217":"Mentors can collect rewards by inviting mentees to Go LIVE. \\nOnly users that meet the following criteria can be mentees:\\n- have registered an account on TikTok;\\n- have collected less than 250 Diamonds in the past 30 days.\\nMentors will receive invite codes. Each code can be used to form a 30 days\' mentorship, a mentee can only have 1 mentor. During the 30-days period, both you and mentees will collect rewards if the mentees complete the missions available to them. \\nIf a mentor invites users without access to the Go LIVE feature, these will get temporary access for 7 days once the mentorship is formed. These mentees may get granted permanent access to the Go LIVE feature after completing the Go LIVE mission within 7 days.","host_referral_218":"Mentors can bind up to 5 New Hosts at the same time. ","host_referral_219":"Inviters or Invitees who violated the TikTok Community Guidelines may not be eligible to get any rewards.\\nIn addition, we may, at any time, suspend your eligibility or your rewards due to suspected invalid or fraudulent activity or your faliure to otherwise comply with the Terms and Conditions. ","host_referral_23":"You have to been registered for more than 5 days to accept this invite","host_referral_26":"You have to go LIVE for less than 5 times to accept this invite","host_referral_29":"You have to post at least one video to accept this invite","host_referral_3":"Accept my invite","host_referral_31":"Unable to bind","host_referral_32":"The number of invitees invited by your friend reaches the limit","host_referral_35":"You already accepted other inviter\'s invite","host_referral_37":"By continuing, you agree to our [terms and conditions].","host_referral_39":"Event unavailable","host_referral_4":"Copy","host_referral_40":"You currently don\'t have access to this event.","host_referral_41":"The event is ended.","host_referral_5":"Go LIVE!","host_referral_6":"Sign up","host_referral_8":"%s invites you to Go LIVE! Both of you can get more than %s!","host_referral_9":"Only new LIVE hosts are eligible","if you are a label or publisher, please {email}":"If you are a label or publisher, please contact {email}","im_hint_send_msg":"Send a message...","im_message_list_empty":"No messages yet","inbox":"Inbox","inbox_all_activity":"All activity","inbox_comment_deleted":"Comment isn\'t available","inbox_default_text":"Notifications about your account will appear here.","inbox_follow_failed_banned":"This account was banned due to multiple Community Guideline violations","inbox_follow_failed_noconnection":"Couldn\'t follow, try checking your internet connection","inbox_follow_failed_other":"Couldn\'t follow account","inbox_request_accept":"Accept","inbox_videoreply":"replied to your comment with a video.","incorrect_code":"Incorrect code. Please try again.","incorrect_password":"Incorrect password. Please try again.","infringement_details":"Infringement details","infringement_details_song_detail":"“{song_name1}”: from {start_time1} to {end_time1}, {start_time2} to {end_time2}","infringement_details_text_ending":"You can still post a video that has been flagged for copyright infringement. However, the video will be muted to protect the rights of unauthorized sounds. You can also edit your video to fix this issue.","infringement_details_text_intro":"{num, plural, one {The following copyrighted sound is used in your video} other {The following copyrighted sounds are used in your video}}","infringement_from":"from","infringement_to":"to","inochinodenwa_jp_call":"10:00 AM - 10:00 PM","interactions":"Interactions","keywords_expand_button_open_app":"Open TikTok","keywords_expand_caret_see_more":"See more","keywords_expand_caret_view_more_hashtags":"View more hashtags","keywords_expand_caret_view_more_sounds":"View more sounds","keywords_expand_caret_view_more_topics":"View more topics","keywords_expand_caret_view_more_users":"View more users","keywords_expand_caret_view_more_videos":"View more videos","keywords_expand_title_hashtags":"Hashtags","keywords_expand_title_sounds":"Sounds","keywords_expand_title_topics":"Topics","keywords_expand_title_users":"Users","keywords_expand_title_videos":"Videos","kids_toast":"Sorry, this feature is currently unavailable.","km_pick_reason":"Pick a reason to report","km_report_question":"Why do you want to report this video?","less_than_num_GB":"Less than {num} GB","less_than_xx_GB":"Less than %d GB","lifeline_au_crisxis_chat":"7:00 PM - Midnight","like_dialogue_h1":"Like all your favorite videos","like_dialogue_h2":"Easily like videos with a TikTok account","like_message":"liked your message","like_toast_toofast":"Slow down, you are acting too fast","liked":"Liked","likes_s":"likes","link_close_popup":"Close","link_learn_more_existing_users_yupsap":"Learn more about these changes","link_learn_more_private_accounts":"Learn more","link_learn_more_private_accounts_signup":"Learn more about private accounts","live_OK":"OK","live_add_title":"Add a title","live_again_1":"You\'re LIVE on another device","live_again_2":"Continue hosting LIVE from that device or end the video before going LIVE again","live_alert_suus":"You LIVE video violated our Community Guidelines or Virtual Items Policy and your account is suspended from going LIVE until {time} on {date}. If you believe this is a mistake, let us know by submitting an appeal.","live_beginning_title":"LIVE will begin shortly","live_cancel":"Cancel","live_caption":"Caption","live_center_title":"LIVE Center","live_chat":"LIVE chat","live_close":"Close","live_copy":"Copy","live_cover_image":"Cover image","live_discover_error_no_content_body":"Recommended LIVE videos in your area will be shown here. In the meantime, check out For You and enjoy short videos.","live_discover_error_no_content_button":"Go to For You","live_discover_error_no_content_title":"No LIVE videos yet","live_discover_familiar_tag_continue":"Continue watching","live_discover_familiar_tag_follow":"Following","live_discover_familiar_title":"Familiar hosts","live_discover_hot_live_hover":"Watch LIVE","live_discover_recommend_title":"Recommended LIVE videos","live_discover_see_more_button":"See more","live_done":"Done","live_earnings":"Diamonds","live_end_confirm":"End now","live_end_metrics_diamonds":"Diamonds","live_end_metrics_gifters":"Gifters","live_end_metrics_name_comment_viewers":"Viewers who commented","live_end_metrics_name_duration":"Total watch time","live_end_metrics_name_gifters":"Gifters","live_end_metrics_name_likes":"Likes","live_end_metrics_name_new_followers":"New followers","live_end_metrics_name_shares":"Shares","live_end_metrics_name_viewers":"Total views","live_end_metrics_new_followers":"New followers","live_end_metrics_viewers":"Viewers","live_end_page_title":"Your LIVE summary","live_end_title":"End this LIVE video?","live_ending_number":"{number} viewers","live_ending_number_1":"{number} viewer","live_ending_number_2":"{num, plural, one {{number} viewer} other {{number} viewers}}","live_ending_number_3":"{number} viewer","live_ending_subtitle":"Recommended videos","live_ending_title":"LIVE has ended","live_error_block":"You\'ve blocked the host","live_error_blocked":"You\'re blocked by the host","live_error_exclusion":"LIVE is being viewed on another device","live_error_minor":"Feature unavailable for users under 13","live_error_minor_1":"Feature unavailable for your age","live_error_minor_2":"Feature unavailable for your account","live_error_muted":"You have been muted","live_error_muted_host":"{Username} was muted by the host","live_error_muted_moderator":"{Username1} was muted by moderator {Username2}","live_error_network_body":"Something is wrong on our end. We apologize for any inconvenience and should be back soon.","live_error_network_button":"Retry","live_error_network_title":"Server error","live_error_private":"This account is private","live_error_private_2":"This LIVE is private","live_error_region":"This LIVE isn\'t available in your country or region","live_error_region_1":"This LIVE video isn\'t available in your country or region","live_error_region_body":"This content isn’t available in your region","live_error_region_title":"Content unavailable","live_error_report":"You have already reported it","live_error_toomany":"LIVE viewing limit reached. Leave another LIVE video to rejoin this one.","live_error_unavailable":"LIVE currently unavailable","live_error_unavailable_1":"LIVE not available at this link","live_error_unavailable_2":"LIVE video not available at this link","live_error_unmuted":"Unmuted","live_error_unmuted_1":"You have been unmuted","live_error_unmuted_host":"{Username} was unmuted by the host","live_error_unmuted_moderator":"{Username1} was unmuted by moderator {Username2}","live_nav_follow":"Following","live_nav_follow_1":"Following hosts","live_nav_suggest":"Suggested hosts","live_notification_1":"You can now host LIVE videos from the web at {url}.","live_notification_2":"You can now host LIVE videos from the web.","live_obs_string_get_tips":"Click LIVE now for access to your server URL and stream key","live_obs_string_get_title":"Get your server URL and stream key","live_on_status":"LIVE now","live_prompts":"LIVE videos can also be hosted from the web at {url}. Follow the instructions online to set up your LIVE video.","live_risk_sport":"The actions in this video are performed by trained professionals.","live_save":"Save","live_server_url_default":"When you finish the LIVE settings, the server URL will appear here","live_settings_skip":"Skip","live_share_landing_log_out_mobile_btn":"Open app","live_share_landing_log_out_mobile_desc":"This LIVE may be inappropriate for some audiences. Log in to the app and confirm your age.","live_share_landing_log_out_mobile_title":"Use the TikTok app","live_share_landing_log_out_pc_btn":"Log in","live_share_landing_log_out_pc_desc":"This LIVE may be inappropriate for some audiences.","live_share_landing_log_out_pc_title":"Log in to confirm your age","live_status_1":"Good connection","live_status_2":"Offline","live_status_3":"Poor connection","live_status_4":"Connecting","live_stream_key_default":"When you finish the LIVE settings, the stream key will appear here","live_streamed":"Streamed","live_submit_appeal":"Submit appeal","live_sus_access":"Suspended LIVE access ","live_sus_appeal":"Appeal","live_sus_feedback":"Was this a mistake?","live_sus_notification":"Your LIVE video contains a {reason} violation and your LIVE access is suspended until {time} on {date}. ","live_suspended":"Your LIVE video violated our Community Guidelines or Virtual Items Policy.","live_suspended_title":"LIVE access suspended","live_title":"Title","live_unfollow_button_1":"Go back","live_unfollow_button_2":"Unfollow","live_unfollow_title":"Unfollow {username}?","live_unit":"livestream(s)","live_video":"{0} LIVE video","live_video_s":"{0} LIVE videos","live_video_setttings":"LIVE video settings","live_videos":"LIVE videos","live_warning_content":"Your LIVE video is flagged for {violation}. Adjust your content to avoid losing access to LIVE.\\t","live_warning_title":"Violation warning","live_watching_chat_follow":"followed the host","live_watching_chat_friends":"Friends","live_watching_chat_join":"joined","live_watching_chat_like":"sent likes to the host","live_watching_chat_moderator":"Moderator","live_watching_chat_new_message":"{number} new messages","live_watching_chat_off":"Host has turned off comments for this LIVE","live_watching_chat_off_1":"Comments off","live_watching_chat_share":"shared the LIVE video","live_watching_chat_title":"LIVE chat","live_watching_hover_unmute":"Click to unmute","live_watching_title_default":"{Username} is LIVE now","live_watching_title_default_1":"{Username} is LIVE","live_watching_toast_host_away":"The host is away and will be back soon.","live_watching_toast_host_back":"The host is back. Make some noisy.","liveevent_hostby":"Hosted by","livestreams_from_accounts_you_follow":"Livestreams from accounts you follow","load_error":"Couldn’t load this page. Please try again later.","load_see_more":"Load more","login_comment_h1":"Log in to see comments","login_comment_h2":"Log in to see comments and like the video.","login_comment_h3":"Don’t have an account?","login_expired_acc_deleted":"Login expired. Your account was deleted.","login_to_search":"Log in to search for popular content","login_to_see_comments":"\\u003Ca href={onelink}\\u003ELogin\\u003C\\u002Fa\\u003E to see comments and like the video.","loginreminder_tooltip_close":"Close","loginreminder_tooltip_subtitle":"Log in to get better video recommendations, follow creators, view comments, and more!","loginreminder_tooltip_subtitle_a":"Log in to get better video recommendations, follow creators, view comments, and more!","loginreminder_tooltip_subtitle_bc":"Get better video recommendations, follow creators, view comments, and more!","loginreminder_tooltip_title":"You\'re logged out of TikTok","loginreminder_tooltip_title_a":"Get the most out of TikTok","loginreminder_tooltip_title_b":"Log in or create an account","loginreminder_tooltip_title_c":"Enhance your TikTok experience","longervideo_notif_webapp_text":"Upload videos up to %d minutes long on desktop! Try it now by uploading from tiktok.com.","longervideo_notif_webapp_title":"Upload longer videos on desktop","ls_access_requirement":"To go LIVE, your account needs to have at least 1,000 followers.","ls_access_suspended":"LIVE access suspended","ls_advantage_content_1":"Start streaming and sharing after logging in to TikTok.","ls_advantage_content_2":"Communicate with your viewers in real time through the chat feature.","ls_advantage_content_3":"Share video and gaming console streams from your desktop computer.","ls_advantage_title_1":"Set up smoothly","ls_advantage_title_2":"Connect with your audience","ls_advantage_title_3":"Stream from other devices","ls_available_inapp_message":"Try TikTok LIVE Studio today to go LIVE from your desktop (available now on Windows).","ls_cover_user_agreement_4":"Privacy Policy","ls_download_botton":"Free download for Windows","ls_download_underage_reminder":"It looks like you aren\'t eligible to use this software at this time. For help, contact the support team.","ls_get_access":"Get access to go LIVE","ls_golive_livecontent":"LIVE content","ls_golive_livecontent_confirm":"Confirm","ls_golive_livecontent_country_game":"Gaming LIVE","ls_golive_livecontent_country_nogame":"Not gaming-related","ls_golive_livecontent_hostgame":"Console games","ls_golive_livecontent_mobilegame":"Mobile games","ls_golive_livecontent_other":"Others","ls_golive_livecontent_othergame":"Other games","ls_golive_livecontent_pcgame":"PC games","ls_golive_livecontent_shop":"LIVE shopping","ls_golive_livecontent_tips":"Select your content to attract more relevant viewers","ls_golive_livecontent_video":"LIVE from device camera","ls_golive_livetitle":"Start LIVE","ls_help":"Help center","ls_learn_more":"Learn more","ls_live_studio":"LIVE Studio","ls_livecontent_change":"Change","ls_livecontent_choose":"Add content","ls_livecontent_choose_other":"If you couldn\'t find the game you want, choose the following:","ls_livecontent_country_game":"Gaming LIVE","ls_livecontent_country_nogame":"Not gaming-related","ls_livecontent_search":"Search content","ls_livecontent_search_fail":"We didn\'t find the content you are looking for","ls_livecontent_tips":"Topics are set to games to match your selected LIVE content and reach more viewers","ls_ok":"OK","ls_stream_with_obs":"Stream with OBS","ls_suspended_data":"Your LIVE access is suspended for violating our Community Guidelines until {bandate1} on {bandate2}.","ls_title_stream":"Stream and share experiences directly to TikTok.","ls_view_details":"View details","ls_welcom_to_ls":"Welcome to LIVE Studio","ls_welcome_title2":"Easily create content and share magical moments with the streaming software designed specifically for the TikTok LIVE experience.","manage_account":"Manage account ","masklayer_general_body":"Some people may find this video to be disturbing.","masklayer_general_notification":"A video you posted on {date} at {time} was flagged for sensitive content and will include a warning layer.","masklayer_general_skip":"Skip video","masklayer_general_title":"Sensitive content","masklayer_general_watch":"Watch anyway","masklayer_photosensitive_skip":"Skip video","maximum_file_size":"Less than 2 GB","maximum_video_length_limitation":"{num, plural, one {Up to %d minute} other {Up to %d minutes}}","maximum_video_length_limitation_1":"{num, plural, one {Up to {num_minute} minute} other {Up to {num_minute} minutes}}","maximum_video_length_limitation_test":"{num, plural, one {Up to {num_minute} minute} other {Up to {num_minute} minutes}}","mention_privacy_category_mention_desc":"Choose who can mention you in their descriptions, stickers, comments, and stories","mention_privacy_category_mention_title":"Who can mention you","mention_privacy_category_tag_desc":"Choose who can tag you in their videos","mention_privacy_category_tag_title":"Who can tag you","mention_privacy_inbox_msg_control_title":"Inbox message preferences","mention_privacy_inbox_msg_toggle_mentioned":"When you’re mentioned","mention_privacy_inbox_msg_toggle_mentioned_desc":"Receive inbox messages when people you follow like or comment on videos you\'re mentioned in","mention_privacy_inbox_msg_toggle_tagged":"When you’re tagged","mention_privacy_inbox_msg_toggle_tagged_desc":"Receive inbox messages when people you follow like or comment on videos you\'re tagged in","mention_privacy_modal_remove_my_mention_btn_cancel":"Cancel","mention_privacy_modal_remove_my_mention_btn_remove":"Remove ","mention_privacy_modal_remove_my_mention_desc":"Others will no longer see your account mentioned in the description of this video.","mention_privacy_modal_remove_my_mention_title":"Remove yourself from this description?","mention_privacy_page_title":"Mentions","mention_privacy_page_title_mention_and_tag":"Mentions and tags","mention_privacy_panel_remove_mention":"Remove mention","mention_privacy_panel_view_profile":"View profile","mention_privacy_removed_my_mention":"mention","mention_privacy_removed_my_mention_at":"@tiktokuser","mention_privacy_toast_cant_mention":"Can’t mention this person due to their privacy settings","mention_privacy_toast_cant_mention_your_settings":"Can’t mention this person due to your privacy settings","mention_privacy_toast_cant_tag":"Can’t tag this person due to their privacy settings","mention_privacy_toast_limiting_video_visibility":"Limiting video visibility may result in removal of mentions in your description","mention_privacy_toast_no_internet":"No internet connection. Connect to the internet and try again.","mention_privacy_toast_others_removed_their_mention":"This person removed themselves from your mention","message_request_inbox":"Message requests","messages":"Messages","more":"More","music_SEO_desc1":"{musicText} | {posts} Posts. Watch short videos with music {musicName} on TikTok.","music_SEO_desc2":"{musicName} by {authorName} | {posts} Posts. The most popular video with {musicName} on TikTok: {text} from {username}.","music_SEO_desc3":"{musicName} is a popular song by {authorName} | Create your own TikTok videos with the {musicName} song and explore {posts} videos made by new and popular creators.","music_SEO_title1":"{musicName} created by {authorName} | Popular songs on TikTok","music_detail_unavailable_1":"This sound isn\'t available.","music_detail_unavailable_2":"This sound isn\'t available in your country or region","music_usage_confirmation_ba":"By checking this box, you confirm that either (A) there is no copyrighted music in this video, or (B) you have secured all necessary rights (including publishing rights and master recording rights) to use any music in this video on the TikTok platform and you\'re legally responsible when using copyrighted material. If you cannot confirm either (A) or (B), please uncheck this box. Any audio included in the video will be removed.\\r\\nYou agree to defend, indemnify, and hold harmless TikTok and its affiliates from any claims or losses sustained by TikTok arising out of an alleged breach of the foregoing obligations, representation and warranties by you or any user of your account.","music_usage_confirmation_ba_1":"By checking this box, you confirm that either (A) there is no copyrighted music in this video, or (B) you have secured all necessary rights (including publishing rights and master recording rights) to use any music in this video on the TikTok platform and you\'re legally responsible when using copyrighted material. If you cannot confirm either (A) or (B), please uncheck this box. Any audio included in the video will be removed.","music_usage_confirmation_ba_2":"You agree to defend, indemnify, and hold harmless TikTok and its affiliates from any claims or losses sustained by TikTok arising out of an alleged breach of the foregoing obligations, representation and warranties by you or any user of your account.","music_usage_confirmation_ok":"OK","music_usage_confirmation_pa":"By checking this box, you confirm that either (A) there is no copyrighted music in this video, or (B) you have secured all necessary rights (including publishing rights and master recording rights) to use any music in this video on the TikTok platform. \\r\\nIf you cannot confirm either (A) or (B), please uncheck this box and your content will be reviewed for applicable copyright claims. If there is a copyright claim on your video, any audio included in the video will be removed. You\'re legally responsible when using copyrighted material. \\r\\nYou agree to defend, indemnify, and hold harmless TikTok and its affiliates from any claims or losses sustained by TikTok arising out of an alleged breach of the foregoing obligations, representation and warranties by you or any user of your account.","music_usage_confirmation_pa_1":"By checking this box, you confirm that either (A) there is no copyrighted music in this video, or (B) you have secured all necessary rights (including publishing rights and master recording rights) to use any music in this video on the TikTok platform.","music_usage_confirmation_pa_2":"If you cannot confirm either (A) or (B), please uncheck this box and your content will be reviewed for applicable copyright claims. If there is a copyright claim on your video, any audio included in the video will be removed. You\'re legally responsible when using copyrighted material. ","music_usage_confirmation_pa_3":"You agree to defend, indemnify, and hold harmless TikTok and its affiliates from any claims or losses sustained by TikTok arising out of an alleged breach of the foregoing obligations, representation and warranties by you or any user of your account.","music_usage_confirmation_title":"Music Usage Confirmation","musician About TikTok":"About TikTok","musician About TikTok text":"TikTok is the world\'s leading destination for short-form mobile videos. Our mission is to capture and present the world\'s creativity, knowledge and moments that matter in everyday life. TikTok empowers everyone to be a creator directly from their smartphones, and is committed to building a community by encouraging users to share their passion and creative expression through their videos","musician Contact us":"Contact us","musician Partners":"Partners","musician SEO description":"As an app powered by music, TikTok is driven by the strong desire to support original music creation. Join us as we launch the TikTok Spotlight, and let the world witness your talent!","mute_autoplay_unmute_btn":"Unmute","network_error_sub":"Connect to the internet and try again.","network_error_title":"Network error","new_feature_guidance_Upload":"Upload","new_feature_guidance_text":"{num, plural, one {You can now upload video up to %d minute long!} other {You can now upload videos up to %d minutes long!}}","new_feature_guidance_title":"{num, plural, one {Introducing %d minute video} other {Introducing %d minutes video}}","new_followers":"New followers","new_video_status":"Available for ads","news_policy_web":"News Policy","newsroom_contact_pr":"If you are a member of the press, please \\u003Ca href=\\"mailto:pr@tiktok.com\\"\\u003Eclick here\\u003C\\u002Fa\\u003E to contact us.","nify_webapp_landing_failed_to_load_video_body":"View another video or retry","no_at_me":"You can\'t mention yourself.","no_internet_connection":"No internet connection. Connect to the internet and try again.","no_live":"No LIVE video","no_results":"No results found","no_results_desc":"Check your spelling or try a different search.","no_results_for":"No results found for \\"{keyword}\\"","no_top":"Unpin","non_gifter":"Didn\'t send gifts","not_associated_account":"This account is not associated with your TikTok account. Try again.","notification_text":"{num, plural, one {Upload %d minute video! Make sure you\'re using the latest version of TikTok before trying out the feature on your app or tiktok.com.} other {Upload %d minutes video! Make sure you\'re using the latest version of TikTok before trying out the feature on your app or tiktok.com.}}","notification_title":"{num, plural, one {Upload longer video} other {Upload longer videos}}","num_comment":"{num} comments","num_comment_new":"{num, plural, =1 { 1 comment } other { # comments }}","num_views":"%s views","number_Comments":"{number} Comments","number_Followers":"{number} Followers","number_Following":"{number} Following","number_Likes":"{number} Likes","number_Posts":"{number} Posts","number_Views":"{number} Views","official_tag":"Official","ok_btn":"OK","on TikTok":"on TikTok","online_chat":"Chat online","open_cookies_settings":"Open cookies settings","option_everyone":"Everyone","option_friends":"Friends","option_no_one":"No one","optout_news_partner_subtitle_web":"We respect your decision if you\'d like to opt out. After you opt out, your account will change to a general account and you\'ll need to contact us off the TikTok app to become our news partner again.","optout_news_partner_title_cancel_web":"Stay enrolled","optout_news_partner_title_confirm_web":"Opt out","optout_news_partner_title_web":"Opt out of being a TikTok news partner?","or":"or","original_tag":"Original","other_viewers":"Other viewers","part_3_guide_cookie_setting":"You can change your cookie settings on the Websites to accept or refuse certain tracking technologies at any time via our Cookie Settings tools at the top of this page.","pc_reflow_download":"Download now","pc_reflow_download_info1":"Text a link","pc_reflow_download_text":"Text yourself a link to download TikTok","pc_reflow_error_number":"Invalid phone number","pc_reflow_error_service":"Please try again later","pc_reflow_text_btn":"Send","pc_reflow_text_done":"You\'ll receive a text message with a download link.","pc_reflow_text_fillin":"Phone number","pc_reflow_text_sent":"Sent!","pc_reflow_text_t&c":"By sending, you confirm that you agree to our \\u003Ca href={TermsHref}\\u003ETerms of Service\\u003C\\u002Fa\\u003E and acknowledge you have read and understood our \\u003Ca href={PolicyHref}\\u003EPrivacy Policy\\u003C\\u002Fa\\u003E.","pc_upload_btn_icon_text":"Upload","pcu":"Top viewer count","photo_post_unavailable_dec":"You can view photos on the app or browse for trending creators, hashtags, and sounds.","photo_post_unavailable_title":"View photos on the TikTok app","photosensitive_masklayer_body1":"This video contains flashes of light that could trigger seizures for people with visual sensitivities.","photosensitive_masklayer_body2":"If you skip this video, we\'ll also remove other photosensitive videos.","photosensitive_masklayer_removed":"Photosensitive videos removed","photosensitive_masklayer_removed_body1":"You chose to skip videos using effects that may trigger photosensitive seizures.","photosensitive_masklayer_removed_body2":"Update your settings at any time in \\"Settings and privacy\\" \\u003E \\"Accessibility\\".","photosensitive_masklayer_removed_body3":"Update your settings anytime on the TikTok app in \\"Settings and privacy\\" \\u003E \\"Accessibility\\".","photosensitive_masklayer_skipall":"Skip all","photosensitive_masklayer_title":"Photosensitive warning","photosensitive_masklayer_watch":"Watch video","photosensitive_settings_body":"Remove videos using effects that may trigger photosensitive seizures.","photosensitive_settings_category":"Photosensitive videos","photosensitive_settings_title":"Remove photosensitive videos","photosensitive_skepped_toast":"Video skipped","pipo_common_payin_btn_add_card":"Add card","pipo_common_payin_payment_method":"Payment method","pipo_payin_checkout_pay_with_a_new_card":"Pay with a new card","play_videos":"Experience TikTok","playlist_invalid_error_code":"Invalid playlist or no copyright","playlist_reflow_no_video_desc":"This playlist is empty","playlist_reflow_no_video_title":"No videos in playlist “{playlist_name}”","playlist_reflow_title_playlist_created_by":"Created by @{username}","playlist_reflow_title_playlist_name":"Playlist • {playlist_name} ({number})","playlist_share_desc":"Enjoy a curated video list and find more videos on TikTok!","playlist_share_post_caption":"Don\'t miss this playlist I found on TikTok!","playlist_share_title":"Playlist {Playlist_name} created by {username}","playlist_sharing_guide_to_app":"Create videos with these songs!","playlist_sharing_metadescription":"Check out this TikTok music playlist! {playlist_name} #TikTok","playlist_sharing_metatitle":"{playlist_name} | TikTok Music Playlist","playlist_unavailable":"This playlist is unavailable","playlist_webapp_songnumber":"{song_number} Sounds","pm_mt_TikTok_notice_title_1":"You\'ve spent %d coins on gifts today","pm_mt_Video_quality":"Video quality","pm_mt_Video_quality_Auto":"Auto","pm_mt_analytics_diamonds":"Diamonds","pm_mt_apply_apply":"Apply","pm_mt_apply_message1":"{num, plural, one {You\'ve applied for LIVE access and can go LIVE for the next 7 days. Remember to follow [Community Guidelines] and go LIVE for %s+ hour in your first week to get ongoing access.} other {You\'ve applied for LIVE access and can go LIVE for the next 7 days. Remember to follow [Community Guidelines] and go LIVE for %s+ hours in your first week to get ongoing access.}}","pm_mt_apply_message2":"Congrats! You now have ongoing access to LIVE.","pm_mt_apply_message3":"Your LIVE application wasn\'t approved. You can apply again in 7 days.","pm_mt_apply_notnow":"Not now","pm_mt_apply_rule1":"(current: %s)","pm_mt_apply_rule2":"{num, plural, one {Go LIVE for %s+ hour in your first week to get ongoing access.} other {Go LIVE for %s+ hours in your first week to get ongoing access.}}","pm_mt_apply_rule3":"{num, plural, one {Apply again after %s day if ongoing LIVE access isn\'t granted} other {Apply again after %s days if ongoing LIVE access isn\'t granted}}","pm_mt_apply_rule4":"{num, plural, one {Have over %s follower} other {Have over %s followers}}","pm_mt_apply_success":"Submitted. Try going LIVE!","pm_mt_apply_supspended":"{num, plural, one {Your LIVE access is suspended. Please reapply it for %s day later.} other {Your LIVE access is suspended. Please reapply it for %s days later.}}","pm_mt_apply_terms":"By continuing, you agree to [TikTok\'s Community Guidelines] and [Virtual Items Policy]","pm_mt_apply_terms_2":"By continuing, you agree to [TikTok\'s Community Guidelines]","pm_mt_apply_topic":"Apply for LIVE access then try out the feature","pm_mt_bookmark":"Bookmark this page to easily recharge in the future","pm_mt_cashier_europe_copy":"By ticking the box, I agree to the {Terms of Purchase for Coins} and I consent to the immediate credit of Coins to my account. I acknowledge that by giving my consent, I lose my statutory right of withdrawal once the purchased Coins have been added to my account.","pm_mt_cashier_us_copy":"By clicking \\"Pay now\\", you agree to our {Terms of Purchase for Coins}. By using any amount of Coins within {} days after clicking \\"Pay Now,\\" you acknowledge and confirm that you will no longer be eligible for a refund of this order.\xa0","pm_mt_codeused":"This code has already been used","pm_mt_comment_friends_im":"Friends","pm_mt_confirm_button":"Confirm","pm_mt_continue":"Continue","pm_mt_count_down":"Try again in: %s","pm_mt_cover_screenshot_faq_a1":"Auto screenshot uses real-time, automatically generated screenshots from your LIVE session as your cover. It can tell the viewers what your LIVE session is about, and help you attract more viewers.","pm_mt_cover_screenshot_faq_a2":"Yes. It will be updated every few minutes throughout your LIVE session. ","pm_mt_cover_screenshot_faq_q1":"What is Auto screenshot?","pm_mt_cover_screenshot_faq_q2":"Will my cover change during my LIVE session?","pm_mt_cover_screenshot_faq_title":"Frequently asked questions","pm_mt_cover_screenshot_gif":"Use auto generated and updated screenshots for your cover","pm_mt_cover_screenshot_preview_cover":"The image you uploaded will be your cover","pm_mt_cover_screenshot_switch":"Auto screenshot","pm_mt_cover_screenshot_tip":"Only available for mobile gaming and LIVE mode on PC and Mac","pm_mt_cover_title":"Set your cover","pm_mt_definition_OBS_original":"Original","pm_mt_downlaod_receipt":"Download Receipt","pm_mt_ending_Apr":"Apr","pm_mt_ending_Aug":"Aug","pm_mt_ending_Dec":"Dec","pm_mt_ending_Feb":"Feb","pm_mt_ending_Jan":"Jan","pm_mt_ending_Jul":"Jul","pm_mt_ending_Jun":"Jun","pm_mt_ending_Mar":"Mar","pm_mt_ending_May":"May","pm_mt_ending_Nov":"Nov","pm_mt_ending_Oct":"Oct","pm_mt_ending_Sep":"Sep","pm_mt_ending_time_h":"{X}h","pm_mt_ending_time_m":"{X}m","pm_mt_ending_time_s":"{X}s","pm_mt_endlive_highlight_default":"You\'re doing great. Keep up the good work!","pm_mt_endlive_highlight_follower":"You have more new followers than [%d%] of hosts with a similar following","pm_mt_endlive_highlight_subscriber":"{num, plural, one {You have [%d] new subscriber} other {You have [%d] new subscribers}}","pm_mt_entercode":"Enter code","pm_mt_eventdetail":"Event details","pm_mt_exchange_complete_button":"Complete","pm_mt_exchange_entry_title":"Exchange earnings to coins","pm_mt_exchange_faq2":"Can refunds be requested after an exchange?","pm_mt_exchange_faq2_2":"2. Can refunds be requested after an exchange?","pm_mt_exchange_page_btn":"Exchange","pm_mt_exchange_page_disclaim_1":"By continuing, you agree to the [Virtual Items Policy]. This exchange is irreversible and non-refundable.","pm_mt_exchange_page_disclaim_2":"By tapping “Exchange”, you agree to the [Virtual Items Policy]. This exchange is not eligible for a refund.","pm_mt_exchange_page_input_text4":"Maximum amount reached","pm_mt_exchange_page_toast1":"Lower amount needed to complete the exchange","pm_mt_exchange_setting_exc2":"Couldn\'t complete exchange. Try again later.","pm_mt_exchange_setting_popup_btn2":"Cancel","pm_mt_exchange_transaction_method1":"LIVE Gifts","pm_mt_exchange_transaction_method2":"Gift Revenue","pm_mt_exchange_wallet_complete_btn":"Done","pm_mt_exchange_wallet_complete_title1":"Exchange completed","pm_mt_exchange_wallet_complete_toast":"Exchange completed","pm_mt_exchange_wallet_entry_title":"Exchange","pm_mt_exchange_wallet_page_desc":"Available balance to exchange to coins","pm_mt_gift_revenue_to_coins_exchange_from_euro":"From Gift Revenue: %s$1 = %s$2","pm_mt_gift_revenue_to_coins_exchange_modal_desc_euro":"The price for %1$d Coins is %2$s which equals to %3$s. %4$s will be deducted from Gift Revenue.","pm_mt_gift_revenue_to_coins_exchange_short_modal2_desc_euro":"%1$s equals to %2$s. %3$s will be deducted from Gift Revenue.","pm_mt_gift_revenue_to_coins_exchange_short_modal_desc_euro":"You\'re %1$d Coins short. The price is %2$s. You can exchange Gift Revenue balance to %3$d Coins.","pm_mt_gift_revenue_to_coins_exchange_short_modal_title_euro":"Exchange Gift Revenue balance to Coins?","pm_mt_gift_revenue_to_coins_wallet_faq_1_desc":"We show you the corresponding value of your Gift Revenue balance in euro to help you better manage your exchange. When you exchange Gift Revenue for Coins, you will know how much you can use and how much the Coins cost in your local currency.","pm_mt_gifting_limit":"Daily gifting limit reached. Try again tomorrow.","pm_mt_gifts_to_coins_cta_exchange":"Exchange to coins","pm_mt_gifts_to_coins_custom_enter":"Set custom amount","pm_mt_gifts_to_coins_custom_title":"Custom","pm_mt_gifts_to_coins_exchange_equal_euro":"= %s","pm_mt_gifts_to_coins_exchange_from":"From LIVE gifts: %s","pm_mt_gifts_to_coins_exchange_from1":"From Gift Revenue: %s","pm_mt_gifts_to_coins_exchange_from_euro":"From LIVE Gifts: %s$1 = %s$2","pm_mt_gifts_to_coins_exchange_modal_desc":"%s will be deducted from LIVE gifts","pm_mt_gifts_to_coins_exchange_modal_desc1":"%s will be deducted from Gift Revenue","pm_mt_gifts_to_coins_exchange_modal_desc_euro":"The price for %1$d Coins is %2$s which equals to %3$s. %4$s will be deducted from LIVE Gifts.","pm_mt_gifts_to_coins_exchange_modal_title":"{num, plural, one {Complete exchange to %s coin?} other {Complete exchange to %s coins?}}","pm_mt_gifts_to_coins_exchange_modal_title_euro":"{num, plural, one {Complete exchange to %d Coin?} other {Complete exchange to %d Coins?}}","pm_mt_gifts_to_coins_exchange_short_modal2_desc_euro":"%1$s equals to %2$s. %3$s will be deducted from LIVE Gifts.","pm_mt_gifts_to_coins_exchange_short_modal2_title_euro":"Confirm exchange?","pm_mt_gifts_to_coins_exchange_short_modal_desc_euro":"You\'re %1$d Coins short. The price is %2$s. You can exchange LIVE Gifts balance to %3$d Coins.","pm_mt_gifts_to_coins_exchange_short_modal_title_euro":"Exchange LIVE Gifts balance to Coins?","pm_mt_gifts_to_coins_exchange_toast_policy":"Agree to the Virtual Items Policy to proceed","pm_mt_gifts_to_coins_live_recharge_faq1":"No, the exchange from LIVE gifts balance to coins cannot be reversed.","pm_mt_gifts_to_coins_live_recharge_faq2":"No, the exchange from Gift Revenue balance to coins cannot be reversed.","pm_mt_gifts_to_coins_recharge_toast_no_balance":"No LIVE gifts balance","pm_mt_gifts_to_coins_recharge_toast_no_balance1":"No Gift Revenue balance","pm_mt_gifts_to_coins_toast_insufficient":"LIVE gifts balance insufficient","pm_mt_gifts_to_coins_toast_insufficient1":"Gift Revenue balance insufficient","pm_mt_gifts_to_coins_wallet_available":"Available: %s","pm_mt_gifts_to_coins_wallet_available_euro":"Available: %s1 = %s2","pm_mt_gifts_to_coins_wallet_faq_1_desc":"We show you the corresponding value of your LIVE Gifts balance in euro to help you better manage your exchange. When you exchange LIVE Gifts for Coins, you will know how much you can use and how much the Coins cost in your local currency.","pm_mt_gifts_to_coins_wallet_faq_1_title":"1. What does the balance in euro mean?","pm_mt_gifts_to_coins_wallet_maximum":"Maximum number of coins to exchange: %s","pm_mt_gifts_to_coins_wallet_price_euro":"Price: %s","pm_mt_gifts_to_coins_wallet_transaction_history_LIVE":"LIVE gifts balance","pm_mt_go_back":"Go back","pm_mt_golive_tip_LIVE_Studio":"Your access to LIVE Studio may be revoked if your LIVE videos contain non-game related content.","pm_mt_golive_tip_obs":"Your access to PC\\u002FMac connection may be revoked if your LIVE videos contain non-game-related content.","pm_mt_invalid":"Invalid code","pm_mt_japan_cashier_copy":"By clicking \\"Pay now\\", you are giving consent to {Virtual Items Policy}. We do not offer refunds for any purchased Coins. Payment will be processed by PIPO. {PIPO Privacy Policy} \\n{資金決済法に基づく表記} | {特定商取引法に基づく表記}","pm_mt_live_Enter_gamename":"Enter game name","pm_mt_live_Search":"Search","pm_mt_live_apply_failure_risk":"We\'re unable to accept your LIVE application at this time. Please try again later.","pm_mt_live_comment_switch_button":"Comments","pm_mt_live_comment_switch_text":"Send and receive comments during your LIVE.","pm_mt_live_done":"Done","pm_mt_live_events_detail_consumer_action_2":"Watch","pm_mt_live_events_detail_consumer_action_3":"Registered","pm_mt_live_events_detail_consumer_event_no_access_headline":"This event isn’t available for your account","pm_mt_live_gift_switch_text":"Allow viewers to send gifts during your LIVE.","pm_mt_live_page_No_results":"No results found","pm_mt_live_page_Nongame":"Not gaming-related","pm_mt_live_page_Other_game":"Other","pm_mt_live_page_PC":"Cast on PC\\u002FMac\\u002Fconsole","pm_mt_live_page_game":"Game","pm_mt_live_page_mobile":"Mobile gaming","pm_mt_live_page_not_found_your_game":"If not available, you can select:","pm_mt_live_page_pick_a_game":"Select game","pm_mt_live_page_pick_reminder":"Select a game to help viewers find your content","pm_mt_live_page_sth_wrong":"Something went wrong","pm_mt_live_page_try_again":"Please try again","pm_mt_live_settings_gift":"LIVE gifts","pm_mt_live_share_desc_default":"Watch, follow, and discover trending content on TikTok","pm_mt_live_share_log_in_u18_desc":"This content is age-restricted.","pm_mt_live_share_log_in_u18_title":"LIVE video unavailable","pm_mt_live_share_title_default":"Watch LIVE videos on TikTok","pm_mt_modal_revoke_confirm_btn":"OK","pm_mt_moderator_im":"Moderator","pm_mt_multi_share_body":"Join {username}\'s TikTok LIVE as a guest","pm_mt_multi_share_title_default":"Join a TikTok LIVE as a guest","pm_mt_nonlogin_im_1":"Viewer%s","pm_mt_nonlogin_room_1":"Log in for full experience","pm_mt_obs_revoke_countdown":"Access will be restored in %1$sd %2$sh %3$sm.","pm_mt_obs_revoke_desc":"Your OBS access has been revoked for repeatedly violating our Community Guidelines.","pm_mt_page_refresh":"Please refresh the page","pm_mt_payment_code":"Payment Code","pm_mt_payment_method1":"Payment method","pm_mt_placeholder_page_cta":"Explore more videos","pm_mt_popup_body1":"You\'ve spent %d coins today.","pm_mt_popup_body2":"Gift at a slower pace and try again in %d minutes.","pm_mt_push_desc_obs_appeal_result_later":"{num, plural, one {We reviewed your appeal and adjusted your OBS access revocation duration to %s day.} other {We reviewed your appeal and adjusted your OBS access revocation duration to %s days.}}","pm_mt_push_desc_obs_appeal_result_now":"We reviewed your appeal and adjusted your OBS access revocation duration. Your OBS access has been restored.","pm_mt_push_desc_obs_restored":"Your OBS access has been restored.","pm_mt_push_desc_obs_revocation":"{num, plural, one {Your OBS access has been revoked for %s day due to multiple Community Guidelines violations.} other {Your OBS access has been revoked for %s days due to multiple Community Guidelines violations.}}","pm_mt_push_title_appeal_result":"Appeal result","pm_mt_push_title_restored":"Access restored","pm_mt_push_title_revocation":"Access revocation","pm_mt_recharge":"Recharge","pm_mt_recharge_add_method":"Add payment method","pm_mt_recharge_addr_address_information":"Address information","pm_mt_recharge_addr_country":"Country or region","pm_mt_recharge_addr_postalcode":"Postal code","pm_mt_recharge_addr_postalcode_example":"Example: 10001","pm_mt_recharge_addr_postalcode_invalid":"Enter a valid 5-digit postal code","pm_mt_recharge_addr_postalcode_missing":"Enter a postal code","pm_mt_recharge_addr_united_states":"United States","pm_mt_recharge_card_date_invalid":"Enter a valid expiration date","pm_mt_recharge_card_date_missing":"Enter an expiration date","pm_mt_recharge_card_name_invalid":"Enter a valid cardholder name","pm_mt_recharge_card_name_missing":"Enter a cardholder name","pm_mt_recharge_card_number_invalid":"Enter a valid card number","pm_mt_recharge_card_number_missing":"Enter a card number","pm_mt_recharge_card_securitycode_invalid":"Enter a valid security code","pm_mt_recharge_card_securitycode_missing":"Enter a security code","pm_mt_recharge_coins_balance2":"Coin balance","pm_mt_recharge_coins_exchage_title":"Exchange coins","pm_mt_recharge_coins_title":"Buy coins","pm_mt_recharge_coins_title_web":"Buy coins:","pm_mt_recharge_select_method":"Select method","pm_mt_revoke_duration":"{num, plural, one {Access will be restored in %s day.} other {Access will be restored in %s days.}}","pm_mt_settings_mature_theme_community_guidelines":"Community Guidelines","pm_mt_settings_mature_theme_desc":"Only viewers 18 and above can see your LIVE","pm_mt_settings_mature_theme_modal_cancel_btn":"Cancel","pm_mt_settings_mature_theme_modal_desc_1":"Thanks for helping us deliver your content to the right audience.","pm_mt_settings_mature_theme_modal_desc_2":"LIVE videos tagged 18+ will still be removed if they violate our {community_guidelines}, which include policies on {nudity_and_sexual_activity}, and {violence}.","pm_mt_settings_mature_theme_modal_ok_btn":"OK","pm_mt_settings_mature_theme_modal_title":"You tagged this LIVE for viewers aged 18+","pm_mt_settings_mature_theme_nudity_sexual_activity":"nudity and sexual activity","pm_mt_settings_mature_theme_title":"Mature themes","pm_mt_settings_mature_theme_tooltip":"Content that follows our Community Guidelines may still contain mature themes inappropriate for younger viewers","pm_mt_settings_mature_theme_violence":"violence","pm_mt_settings_not_for_younger_audiences":"Not for younger audiences","pm_mt_settings_not_for_younger_audiences_desc":"Only viewers 18 and above can see your LIVE","pm_mt_spending_notice_body":"You\'re just too quick for us! Enjoy watching LIVE videos and gift at a slower pace.","pm_mt_spending_popup_button":"OK","pm_mt_spending_popup_title":"You\'re just too quick for us!","pm_mt_sub_complete_modal_cta1":"Send a custom emote now","pm_mt_sub_complete_modal_cta2":"Got it","pm_mt_sub_complete_modal_desc_badge":"Show your badge in comments and on your profile","pm_mt_sub_complete_modal_desc_chat":"Join subscriber-only discussions","pm_mt_sub_complete_modal_desc_emotes":"Use custom emotes in comments","pm_mt_sub_complete_modal_desc_gifts":"Send exclusive Gifts to the host","pm_mt_sub_complete_modal_desc_subtitle":"You can now enjoy the following benefits:","pm_mt_sub_complete_modal_title":"Welcome to {hostname}’s subscription","pm_mt_sub_confirm_order_title":"Confirm order","pm_mt_sub_cta":"Subscribe ({price}\\u002Fmonth)","pm_mt_sub_disclaimer_Non_EU":"By clicking \\"pay now\\", you agree to {{LIVE Subscription Terms}} and request immediate access to LIVE Community benefits. Payment transactions are processed by PIPO. {{PIPO privacy Policy}}","pm_mt_sub_disclamer_EU":"By clicking \\"pay now\\", you agree to {{LIVE Subscription Terms}} and request immediate access to LIVE Community benefits. You can cancel your subscription within fourteen days.","pm_mt_sub_gift_panel_tab":"Exclusive","pm_mt_sub_host_live_first_sub_terms_agree":"By clicking \\"Proceed\\", you agree to","pm_mt_sub_host_live_first_sub_terms_compliance":"TikTok LIVE Subscription Service Agreement","pm_mt_sub_order_summary":"Order summary","pm_mt_sub_order_summary_detail":"1-month subscription from {start_date} to {end_date}","pm_mt_sub_order_summary_item":"Subscribe to {hostname}","pm_mt_sub_order_summary_total":"Total (including tax)","pm_mt_sub_page_benefits_gift":"Gifts","pm_mt_sub_payment_result_done_desc":"You’re now subscribed to {hostname} from {start_date} to {end_date}. You can view transaction detail and download invoice in TikTok app from [Profile] \\u003E [Settings and privacy] \\u003E [Balance] \\u003E [Transaction history] \\u003E [Transaction detail].","pm_mt_sub_payment_result_done_title":"Payment completed","pm_mt_sub_payment_result_fail_desc":"Transaction couldn\'t be processed. Try again later.","pm_mt_sub_payment_result_fail_title":"Payment couldn\'t be processed","pm_mt_sub_payment_result_title":"Payment result","pm_mt_sub_toast_age":"This feature is only available to users who are 18 or older","pm_mt_sub_toast_region":"This feature is currently not available in your country or region. Stay tuned for future updates.","pm_mt_subapp_cantcomment":"Can\'t comment","pm_mt_subapp_subbadge":"{hostname}\'s subscriber badge","pm_mt_subapp_subscribetojoin":"You need to subscribe to join the discussion","pm_mt_success":"Verified successfully","pm_mt_toast_obs_violation_endpage":"%s\'s LIVE ended due to Community Guidelines violations. You can watch other LIVE videos.","pm_mt_toomanyattempt":"Too many attempts. Try again later","pm_mt_transaction_details":"Transaction Details","pm_mt_video_1080p60":"1080p60","pm_mt_video_360p":"360p","pm_mt_video_480p":"480p","pm_mt_video_720p":"720p","pm_mt_video_720p60":"720p60","pm_mt_video_auto":"Auto","pm_mt_video_auto_toast1":"In Auto mode, your video quality will be automatically adjusted to match your internet speed.","pm_mt_video_auto_toast2":"Your connection is unstable. We have adjusted your video quality for a better viewing experience.","pm_mt_video_auto_toast3":"Your connection is great. We have switched to a higher video quality.","pm_mt_video_manual_switch":"switch","pm_mt_video_manual_switch_done":"Switched to Auto mode","pm_mt_video_manual_switch_failed":"Failed to switch. Try again later.","pm_mt_video_manual_toast":"Unstable internet connection. Switch to Auto mode for a better experience.","pm_mt_video_source":"Source","pm_mt_viewer_comment_toast":"You can comment again","pm_mt_viewer_mute_tapcomment_toast":"You’re muted temporarily. Try again later.","pm_mt_viewer_muteentirevid_comment_toast":"You’re muted for this entire LIVE video","pm_mt_viewer_muteentirevid_toast":"A moderator muted you for this LIVE video","pm_mt_viewer_mutetemp_toast_minute":"A moderator muted you for {0:string} minute","pm_mt_viewer_mutetemp_toast_minutes":"A moderator muted you for {0:string} minutes","pm_mt_viewer_mutetemp_toast_seconds":"A moderator muted you for {0:string} seconds","pm_mt_web_mlbb_openapp":"Open TikTok app","pm_mt_web_mlbb_popup_cancel":"Cancel","pm_mt_web_mlbb_popup_content1":"Open TikTok to enjoy higher video quality and chat with viewers","pm_mt_web_mlbb_popup_content2":"Open TikTok to watch LIVE full screen","pm_mt_web_mlbb_popup_content3":"Open TikTok to chat with viewers","pm_mt_web_mlbb_popup_content4":"Open TikTok to enjoy more functions","pm_mt_web_mlbb_popup_open":"Open","pm_mt_web_mlbb_popup_title":"Open TikTok to enjoy more functions","pm_mt_web_recharge_bind_fail":"Couldn\'t link the payment method. Try again later","pm_mt_web_recharge_bind_success":"Payment method linked. Continue to pay now","pm_mt_web_recharge_creators":"Recharge coins to send gifts to creators.","pm_mt_web_recharge_error_04":"Card expired.","pm_mt_web_recharge_error_05":"Invalid card information. Make sure information is entered correctly and try again.","pm_mt_web_recharge_error_06":"Insufficient funds in your bank account or your payment service account.","pm_mt_web_recharge_error_07":"3ds failed. Please try again later or contact customer support for details.","pm_mt_web_recharge_error_08":"Invalid card expiration date. Please try again later or contact customer support for details.","pm_mt_web_recharge_error_09":"Card organization is not accepted currently.","pm_mt_web_recharge_error_10":"Payment already expired.","pm_mt_web_recharge_error_11":"Invalid PIN. Make sure PIN is entered correctly and try again.","pm_mt_web_recharge_error_12":"Expiration date must not be earlier than current month.","pm_mt_web_recharge_error_13":"Detected possible chargeback. Please contact customer support for details.","pm_mt_web_recharge_error_16":"Invalid ZIP\\u002Fpostal code. Make sure information is entered correctly and try again.","pm_mt_web_recharge_error_17":"Detected possible fraud. Please contact customer support for details.","pm_mt_web_recharge_error_18":"Invalid card cvv. Make sure card cvv is entered correctly and try again.","pm_mt_web_recharge_error_cancelled":"Transaction cancelled.","pm_mt_web_recharge_error_card_expired":"Card expired. Try another card or contact your card issuer for more information.","pm_mt_web_recharge_error_card_invalid":"Invalid card. Try another card or contact your card issuer for more information.","pm_mt_web_recharge_error_card_invalid_number":"Invalid card number. Make sure card number is entered correctly and try again.","pm_mt_web_recharge_error_card_restricted":"Your card is restricted. Contact your card issuer for more information.","pm_mt_web_recharge_error_cvv":"Invalid CVV\\u002FCVC. Make sure information is entered correctly and try again.","pm_mt_web_recharge_error_insufficient":"Insufficient funds in your bank account or your payment service account.","pm_mt_web_recharge_error_invalid_account":"Invalid account information. Try another account or contact your service provider for more details.","pm_mt_web_recharge_error_invalid_bank_account_number":"Your bank account number is invalid. Make sure information is entered correctly.","pm_mt_web_recharge_error_invalid_card_information":"Invalid card information. Make sure information is entered correctly and try again.","pm_mt_web_recharge_error_invalid_name":"Invalid account holder name. Make sure to enter your name exactly as it appears on your account.","pm_mt_web_recharge_error_issuer_rejected":"Transaction has been rejected by card issuer. Contact your card issuer for more information.","pm_mt_web_recharge_error_issuer_rejected2":"This transaction was rejected. Contact your card issuer for more information.","pm_mt_web_recharge_error_many_pin":"Too many PIN entry attempts. Try again in 24 hours.","pm_mt_web_recharge_error_max_number":"You have reached the maximum number of transactions per month.","pm_mt_web_recharge_error_normal":"Transaction couldn\'t be processed. Please try again later or contact customer support for details.","pm_mt_web_recharge_error_over_amount":"The transaction amount exceeds the maximum amount. Try again with less amount.","pm_mt_web_recharge_error_reported_loss":"Card has been reported loss. Try another card or contact your card issuer for more information.","pm_mt_web_recharge_error_reported_loss2":"This card was reported as lost. Contact your card issuer for more information or try another card.","pm_mt_web_recharge_error_risk":"We have detected unusual transactions on your account and recharging is currently unavailable for security reasons. You can contact customer support for details. ","pm_mt_web_recharge_large_amount":"Large amount supported","pm_mt_web_recharge_number_maximum":"%s coins maximum","pm_mt_web_recharge_number_minimum":"%s coins minimum","pm_mt_web_recharge_number_range1":"%s-%s coins","pm_mt_web_recharge_payment_complete_inform":"You recharged $ coins to your account. You can use coins to send virtual gifts to creators.","pm_mt_web_recharge_payment_method":"Payment method","pm_mt_web_recharge_save":"Save up to %s compared to in-app purchase","pm_mt_web_recharge_save_explain":"When you buy coins in TikTok app, a higher channel fee has to be paid. Hence, you can buy coins at a cheaper price here.","pm_mt_web_topic1":"Topic","pm_mt_web_topic2":"Choose a LIVE topic","pm_mt_web_topic3":"Save","pm_mt_web_topic4":"Skip","pm_mt_web_topic5":"Topics can be changed","pm_mt_web_topic6":"joined from %s topic","pm_mt_web_topic7":"This topic is no longer available","pm_mt_webpay_2c2p":"2C2P","pm_mt_webpay_bank_transfer":"Bank Transfer","pm_mt_webpay_dana":"DANA","pm_mt_webpay_linepay":"LINE Pay","pm_mt_webpay_ovo":"OVO","pm_mt_webpay_paypal":"PayPal","pm_mt_webpay_rabbitlinepay":"Rabbit LINE Pay","pm_mt_webpay_toss":"Toss","pm_mt_webpay_truemoney":"TrueMoney","pm_mt_went_wrong1":"Something went wrong","pm_mt_zipcode_error":"Enter a valid postal code","pm_studio_login_button":"Go to LIVE Studio now","pm_studio_login_switch_account":"Switch account","pm_studio_login_welcome":"Welcome, {username}! You are being redirected to LIVE Studio","pm_web_download_32":"Free download for Windows (32-bit)","pm_web_download_64":"Free download for Windows (64-bit)","pm_web_topviewers_a1":"Top viewers are ranked based on Gifts count and watch time. Viewers who send Gifts that are worth more Coins will rank higher. Viewers with no Gift counts will be ranked based on how long they have been watching the LIVE.","pm_web_topviewers_a2":"The top 2 viewers will have their profile photos shown on the top right corner of the LIVE. Ranking list will show the top 99 viewers. ","pm_web_topviewers_a3":"Top viewers can choose not to show their info on the list. You can change your visibility setting in \\"Ranking settings\\".","pm_web_topviewers_coins":"Coins","pm_web_topviewers_empty":"No online viewers yet","pm_web_topviewers_error":"Something went wrong. Please try again.","pm_web_topviewers_faq":"FAQ","pm_web_topviewers_help":"Help","pm_web_topviewers_hide":"Hide","pm_web_topviewers_name":"Name","pm_web_topviewers_non_login":"and %s viewers that didn\'t log in","pm_web_topviewers_non_login1":"%s viewers that didn\'t log in","pm_web_topviewers_q1":"What is a top viewer?","pm_web_topviewers_q2":"What can I get if I am a top viewer?","pm_web_topviewers_q3":"What if I do not wish to be seen as a top viewer on the ranking list?","pm_web_topviewers_reload":"Reload","pm_web_topviewers_rule":"Show your username, gifting, and watching info in Top Viewers list","pm_web_topviewers_send":"Send Gifts","pm_web_topviewers_send_tip":"Send Gifts to support and help %s","pm_web_topviewers_setting":"Ranking settings","pm_web_topviewers_show":"Show","pm_web_topviewers_tip":"\\"Ranking settings\\" on. Showing top %s viewers","pm_web_topviewers_title":"Top viewers","pm_web_topviewers_top3":"Top 3 gifters","post_KR_KCC_notice_webapp":"By submitting your video to TikTok, you acknowledge that you agree to TikTok Community Guidelines. Uploading illegal filmed content is punishable by law (Telecommunications Business Act, Article 22-5) and may be removed.","post_all_locations":"All locations","post_schedule_button":"Schedule","post_targeted_locations":"Targeted locations","posts":"posts","potentially_dangerous_action_tooltip":"Participating in this activity could result in you or others getting hurt","pp_link_placeholder":"Privacy Policy","pp_non_us_km_ban_modal_context":"You\'re using a version of TikTok that isn\'t supported in your region. As a result, your account will be closed starting August 28, 2022.\\n\\nYou may sign up for a new account to access an appropriate version. We apologize for any inconvenience.","pp_non_us_km_ban_modal_dismiss":"OK","pp_non_us_km_ban_modal_support":"Report problem","pp_non_us_km_ban_modal_title":"Your account will be closed","pp_non_us_km_ban_reportaproblemscreen_webapp_textfield_yourfeedback_context":"Provide as much detail as possible","pp_update_description_with_pp_link_placeholder":"We have updated our {0}. By continuing to use our services, you acknowledge these updates.","practice_gratitude":"Reflect on what’s important to you","practice_gratitude_1":"Write down 5 people or things that make you feel happy, thankful or safe.","practice_gratitude_2":"Reach out to someone you\'re thankful for and tell them how much you appreciate them.","practice_gratitude_3":"Write down a few things you’re thankful for every day.","precheck_music_popup_body_if_delete":"If you delete your account, you will lose your access to all TikTok Music premium services. There will be no refund.","precheck_music_popup_body_tiktok_music_bold":"TikTok Music","precheck_music_popup_body_to_delete":"To delete your account, you must first cancel your recurring TikTok Music premium subscription billing. There is guidance on how to do so on \\u003Cb\\u003ETikTok Music\\u003C\\u002Fb\\u003E.","precheck_music_popup_button_review_plan":"Review plan","precheck_music_popup_cant_delete_button_ok":"OK","precheck_music_popup_title_cant_delete":"Your account can\'t be deleted","precheck_music_popup_title_review_plan":"Review TikTok Music premium plan","precheck_music_reminder_body_addition_data_download":"Data on TikTok Music has to be downloaded through the privacy settings on the TikTok Music app.","precheck_music_toast_review_plan":"Use TikTok Music app to review premium plan details","privacy":"Privacy","privacy_and_safety_friends_detail":"Friends are your followers that you follow back.","privacy_and_safety_message_detail":"With any option, you can receive messages from users that you\'ve sent messages to. Friends are your followers that you follow back.","privacy_cookies_banner_button_accept":"Accept all","privacy_cookies_banner_button_decline":"Decline all","privacy_cookies_banner_desc":"We use cookies and other technologies to improve your experience and personalize content. By clicking \\"Accept all\\", you agree to let us use third-party cookies for analytics and marketing purposes. Learn about how we use cookies in our Cookies Policy. You can manage your cookies any time.","privacy_cookies_banner_title":"Accept cookies from TikTok on this browser?","privacy_cookies_settings_link":"manage your cookies","privacy_h1":"Privacy","privacy_policy_agree":"Agree","privacy_set":"Privacy settings","privacy_set_saved":"Privacy settings saved","privacy_settings_done":"Done","private_acc":"Private account ","private_acc_ads":"To switch to a Private Account, turn off ad authorization on the TikTok app in \\u003Cstrong\\u003ESettings and privacy \\u003E Privacy\\u003C\\u002Fstrong\\u003E.","private_acc_desc":"With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.","private_acc_hint":"With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.","private_desc":"Visible to me only","process_video":"Processing video...","profile_empty_geofencing_description":"Videos aren\'t available in your country or region","profile_empty_geofencing_title":"No videos available","profile_network_error_1":"Couldn\'t load video","profile_network_error_2":"Try again","profile_no_content_des":"This user has not published any videos.","profile_no_content_title":"No content","profile_no_network_des":"No internet connection. Connect to the internet and try again.","profile_no_network_title":"Network error","profile_others_block_post_body":"You cannot view the videos due to this user\'s privacy settings.","profile_others_blocked_like_body":"You\'ve blocked this user and can\'t view this user\'s likes.","profile_others_blocked_post_body":"You\'ve blocked this user and unable to view this user\'s videos.","profile_others_like_private_body":"Videos liked by %s are currently hidden","profile_others_like_private_title":"This user\'s liked videos are private","profile_others_private_body":"Follow this account to see their contents and likes","profile_others_public_nolikes":"Videos liked by %s will appear here ","profile_personal_no_content_body":"Your videos will appear here","profile_personal_no_content_title":"Upload your first video","profile_public_nolikes_title":"No liked videos yet","profile_self_likes_settings_portal":"Privacy settings","profile_self_link_unavailable":"Link not available","profile_self_private_nolikes_body":"You can change this in %s","profile_self_private_nolikes_title":"Only you can see which videos you liked","profile_self_private_tips":"You can make liked videos public in %s","profile_self_public_nolikes":"Videos you liked will appear here","profile_suggested_empty_toast":"Suggested accounts will appear here","profile_total_likes_body":"{nickname} received a total of {heartcount} likes across all videos.","profile_total_likes_title":"Total likes","profile_unlogged_button":"Sign up","profile_unlogged_text":"Sign up for an account","profile_unlogged_title":"Profile","promote_suspension_suggestion_uxwaudit":"Creating a safe and supportive environment for our users is our top priority. Review our Community Guidelines to foster a respectful and positive community on TikTok. For questions or feedback, contact us by going to Profile \\u003E Settings and privacy \\u003E Report a problem.","public_desc":"Anyone on TikTok","pull_video_delete_ad_video_error_toast":"Active ad campaign videos can’t be deleted.","pull_video_expl_available_for_ads":"Only you, authorized advertisers, and ad teams can view this video.","push_comments":"Comments","push_likes":"Likes","push_likes_description":"Likes, comments, new followers, mentions","push_live":"LIVE","push_live_description":"Livestreams from accounts you follow, recommended broadcasts","push_mentions":"Mentions","push_new_followers":"New followers","push_new_followers_description":"Videos from accounts you follow, video suggestions","push_notifications":"Push notifications","push_other":"Other","push_popup_btn1":"Cancel","push_popup_btn2":"Turn on","push_popup_content":"Stay on top of push notifications for likes, comments, the latest videos, and more.","push_popup_title":"Turn on push notifications from TikTok?","push_preferences":"Your preferences","push_preferences_tips":"Your preferences will be synced automatically to the TikTok app.","qa_page_reflow_page_blank_title":"Question isn\'t available","qa_reflow_page_empty_subtitle":"Explore more questions and answers from the TikTok community!","qapage_empty_desc":"Explore more questions and answers from the TikTok community!","qapage_empty_title":"No answers yet","qapage_webapp_askby":"Asked by {username}","qapage_webapp_error_subtitle":"Explore more questions and answers from the TikTok community!","qapage_webapp_error_title":"Question isn\'t available","qapage_webapp_original_tag":"Original","qareport_question":"Question","reach_audience":"Reach Audience","reactivate_btn":"Reactivate","reactivate_h1":"Reactivate your TikTok account","reactivate_h2":"Your account is currently under deactivation.","reactivate_h3":"If you want to cancel deactivation and recover the account, please tap \\"Reactivate\\" below.","reactivate_h4":"Please note you will need to log in the account again after cancelling deactivation, and it may take a few moments for an account to be fully activated.","reactivate_toast":"Welcome back. It may take a few moments before your account is fully activated ","recommended_broadcasts":"Recommended broadcasts","refresh":"Refresh","relaunchscreen_modal_button":"Relaunch app","relaunchscreen_modal_desc":"Relaunch TikTok to access an experience designed just for you.","relaunchscreen_modal_title_a":"Welcome to TikTok","relaunchscreen_modal_title_b":"TikTok for Younger Users","reminder_buyer_agreement":"Agreement","reminder_buyer_checkbox_context":"You have orders that are not completed. By deleting your account, you won\'t be able to track the status of your orders anymore. ","reminder_buyer_confirmation":"Confirmation","reminder_checkbox_toast":"To continue, check the box for the \\"Agreement\\" notice","reminder_creator_checkbox_context":"You have affiliate commission that hasn\'t been withdrawn. By deleting your account, you will lose commission from affiliate orders that haven\'t been settled.","reminder_creator_order_checkbox_context":"You have affiliate orders that are not settled. By deleting your account, you will lose commission from affiliate orders that haven\'t been settled.","remove_verified_badge_banner":"You\'ll lose your verified badge if you change your username. Learn more in our %s.","remove_verified_badge_banner_placeholder":"Help Center","remove_verified_badge_error_message":"Update your TikTok to the latest version to change your username","replace_hint_cta1":"Replace","replace_hint_h1":"Replace this video?","replace_hint_h2":"Caption and video settings will still be saved.","report_cta":"Report","report_im_terrorism":"Terrorism","report_inbox_account":"%s\'s account","report_inbox_comment":"%s\'s comment","report_inbox_directmessage":"%s\'s direct message","report_inbox_hashtag":"%s","report_inbox_inreview":"Under review.","report_inbox_live":"%s\'s LIVE video","report_inbox_livecomment":"%s\'s comment in LIVE","report_inbox_noviolation":"No violation.","report_inbox_retry_btn":"Retry","report_inbox_servererror_desc":"Please try again","report_inbox_sound":"%s","report_inbox_status":"Status","report_inbox_title":"Reports","report_inbox_video":"%s\'s video","report_inbox_viewstatus":"View the status of your reports.","report_inbox_violation":"Violations found.","requested":"Requested","resources":"Resources","reupload":"Reupload","risk_body1":"To help protect your account and personal information, please change your password immediately. If you believe you\'ve encountered a phishing website, please report it to {reports@tiktok.com}","risk_body2":"When you visit TikTok\'s official website, make sure the URL is correct: {www.tiktok.com}","risk_h1":"We detected that a website you recently visited is potentially unsafe.","risk_title":"Warning: Suspected phishing site","sadag_chat":"Monday-Friday, 11am-1pm & 2-6pm","safety":"Safety","safety center":"Safety Center","safety center intro":"TikTok’s mission is to capture and present the world\'s creativity, knowledge, and everyday life moments. As a global community that thrives on creativity and expression, it\'s important that users feel safe and comfortable in this community. Our policies and tools are developed to promote a positive and safe environment for our community, and we trust that users will respect and utilize these measures to keep TikTok fun and welcoming for everyone.","safety policies intro":"Our policies and community guidelines exist to foster trust, respect, and a positive environment for the TikTok community.","safety resources intro":"Here you’ll find a collection of resources that may be useful as you, or a friend or family member, navigate an online experience that feels safe and informed.","safety resources text":"We work with safety organizations around the world to help you navigate an online experience that feels safe and informed. Learn more about the resources that may be useful to you, your friends, and family members.","safety tools intro":"Learn more about some of the safety, privacy, and security settings that let you control your TikTok experience.","safety tools text":"Promoting a positive app environment where everyone feels safe and comfortable is our top priority. Learn more about the settings that let you control your TikTok experience.","safety_center_body":"As a global community that thrives on creativity and expression, it\'s important that users feel safe and comfortable in this community. Our policies and tools are developed to promote a positive and safe environment for our community, and we trust that users will respect and utilize these measures to keep TikTok fun and welcoming for everyone.","safety_center_topic":"TikTok\'s mission is to inspire creativity and bring joy.","sam_call":"9am – 1pm, 2pm – 6pm, Mondays to Fridays, except holidays","save_kid":"This phrase may be associated with behavior or content that violates our \\u003Ca href={link}\\u003ECommunity Guidelines\\u003C\\u002Fa\\u003E. Promoting a safe and positive experience is TikTok\'s top priority.","save_settings":"Save","schedule":"Schedule video","scheduled_for":"Scheduled for:","scheduled_for_new":"Scheduled for %s","scheduled_hint_h1":"Video scheduled!","scheduled_hint_h2":"Your video will be posted automatically on the scheduled date. You can manage all scheduled videos from your account.","scheduled_toast_2":"Posts can be scheduled up to {num} days ahead","scheduled_video_comment_unavailable":"Comments available after video is posted","scheduler_calender_april":"April","scheduler_calender_aug":"August","scheduler_calender_dec":"December","scheduler_calender_feb":"February","scheduler_calender_fri":"Fri","scheduler_calender_jan":"January","scheduler_calender_jul":"July","scheduler_calender_jun":"June","scheduler_calender_mar":"March","scheduler_calender_may":"May","scheduler_calender_mon":"Mon","scheduler_calender_nov":"November","scheduler_calender_oct":"October","scheduler_calender_sat":"Sat","scheduler_calender_sep":"September","scheduler_calender_sun":"Sun","scheduler_calender_thur":"Thurs","scheduler_calender_tue":"Tue","scheduler_calender_wed":"Wed","scheduler_confirm_cta1":"Allow","scheduler_confirm_des":"When you schedule a video, the video is saved on our servers before it is posted. All videos posted to TikTok must follow TikTok Community Guidelines.","scheduler_confirm_title":"Allow your video to be saved for scheduled posting?","scheduler_delete_dec":"This will cancel your scheduled post and delete your video.","scheduler_delete_title":"Delete scheduled video?","scheduler_empty_title":"No scheduled videos yet","scheduler_keep_editing":"Keep editing","scheduler_max_video_number":"Up to 30 videos can be scheduled","scheduler_not_allow_private":"Private videos can\'t be scheduled.","scheduler_pass_time":"Schedule at least 15 minutes in advance","scheduler_privacy_notice":"By scheduling your video, you allow your video to be uploaded and stored on our servers before posting.","scheduler_save_edits":"Save","scheduler_watermark":"This video was scheduled","scheduler_welcome_tooltip_des":"You can now schedule a time and date to post your videos.","scheduler_welcome_tooltip_title":"Schedule videos","search_account":"Accounts","search_bar_login":"Search accounts and videos","search_see_more":"See more","search_top":"Top","search_users":"Search accounts","search_video":"Videos","see_all":"See all","see_less":"See less","see_tips":"See tips and support","select_file":"Select file","selected_targeted_locations_toggle":"Selected targeted locations","self_care":"Find out more about self-care and ways to support yourself","self_care_1":"Eating and body issues are unique to a person. If you\'re frequently feeling stressed, anxious, upset, or confused about food, or your weight or shape, or you find that thoughts and feelings about these things are negatively interfering with your life, then you might be struggling with an eating or body image issue.","self_talk":"Notice your \\"self-talk\\"","self_talk_1":"It’s common to have self-talk as running commentary on how we feel and everything around us. Sometimes self-talk can become negative and toxic, which can make us feel worse. How are you talking to yourself? Would you talk to your best friend like that? Practice speaking to yourself in a kind, patient, caring, and positive way!","send_code_fail":"Couldn\'t send code. Please try again.","send_message":"Send message","sent_gifters":"Sent gifts","seo_friendly_redesign_comment_number":"%d Comments","seo_friendly_redesign_comment_number2":"{number} Comments","seo_friendly_redesign_comment_number3":"{num, plural, one {{number} Comment} other {{number} Comments}}","seo_friendly_redesign_creator":"Creator","seo_friendly_redesign_friends":"Friends","seo_friendly_redesign_liked_by_creator":"Liked by creator","seo_friendly_redesign_no_hashtag_videos":"No videos available","seo_friendly_redesign_no_videos":"No videos in playlist \\"%s\\"","seo_friendly_redesign_no_videos2":"No videos in playlist \\"{playlistname}\\"","seo_friendly_redesign_pinned":"Pinned","seo_friendly_redesign_playlist":"Playlist","seo_friendly_redesign_playlist_banner":"Playlist · {playlist_name}","seo_friendly_redesign_playlist_empty":"This playlist is empty","seo_friendly_redesign_playlist_sheet_title":"{playlist_name} ({playlist_count})","seo_friendly_redesign_please_try_again":"Please try again","seo_friendly_redesign_reply":"Reply","seo_friendly_redesign_retry":"Retry","seo_friendly_redesign_see_more":"See more","seo_friendly_redesign_something_went_wrong":"Something went wrong","seo_friendly_redesign_swipe_leftright":"Swipe left or right to see more videos","seo_friendly_redesign_username_videos":"%s\'s videos","seo_friendly_redesign_username_videos2":"{username}\'s videos","seo_friendly_redesign_view_number":"%d views","seo_friendly_redesign_view_number2":"{number} views","seo_friendly_redesign_view_number3":"{num, plural, one {{number} view} other {{number} views}}","seo_friendly_redesign_view_replies":"View replies","serp_following_desc":"Follow your favorite creators and watch their latest videos. Escape into TikTok.","serp_following_title":"Watch videos from creators you follow on TikTok","server err":"server error","server_error_sub":"Sorry about that! Please try again later.","server_error_title":"Something went wrong","server_url":"Server URL","server_url_update_1":"Server URL was updated.","server_url_update_2":"Copy the new URL to your streaming software to resume your LIVE video","set_up_live":"Set up LIVE","setting_disabled_16":"Duet and Stitch settings are restricted by TikTok to protect your privacy","setting_feedback_delete_history":"To protect your privacy, we remove report details after 36 months.","setting_feedback_delete_picture":"To protect your privacy, we only store reported images for 30 days.","setting_feedback_popup_body":"View new message from the support team?","setting_feedback_popup_button_1":"VIEW","setting_feedback_popup_button_2":"CANCEL","settings":"Settings","settings_phone_number":"You can link a phone number to your account in \\"Settings and Privacy\\" \\u003E \\"Manage account\\".","settings_safety_phone":"In order to keep your account safe, we need to verify your phone number.","settings_updated":"Settings updated ","share":"Share","share_R_policy_landingpage":"The following content may not be appropriate for certain audiences.","share_check_video_desc":"Watch it now and discover more trending videos on TikTok!","share_check_video_no_name_title":"{username}\'s video on TikTok","share_check_video_preset":"Check out this video on TikTok!","share_effect_desc":"{num, plural, one {{number} video used this effect! {effect_desc}} other {{number} videos used this effect! {effect_desc}}}","share_effect_preset":"Check out this effect I\'m using on TikTok!","share_effect_title":"{sticker_name} on TikTok","share_filter_desc":"{num, plural, one {{number} video used this filter! {filter_desc}} other {{number} videos used this filter! {filter_desc}}}","share_filter_preset":"Check out this filter I\'m using on TikTok!","share_h1":"Enjoy watching videos on TikTok?","share_h2":"Share with friends","share_hashtag_desc":"{num, plural, one {{number} video were posted with this hashtag. See what\'s going on there!} other {{number} videos were posted with this hashtag. See what\'s going on there!}}","share_hashtag_preset":"Check out this hashtag on TikTok!","share_hashtag_title":"{hashtag} on TikTok","share_invitation_message":"Connect with me on TikTok!","share_keyword_preset":"Check out what\'s trending on TikTok!","share_keyword_title":"Discover trending videos on TikTok","share_live_desc":"Follow them now and never miss when they are LIVE!","share_live_event_desc":"{number} people registered for this event. See what\'s going on there!","share_live_event_preset":"Check out this LIVE Event on TikTok!","share_live_event_title":"{Event Topic} | LIVE Event","share_live_event_title_new":"{Event_Topic} | LIVE Event","share_live_preset":"Check out this LIVE on TikTok!","share_live_title":"{username} is LIVE on TikTok","share_live_video":"Share your LIVE video","share_profile_desc":"Follow them now and never miss any of their new videos!","share_profile_preset":"Check out videos from this account on TikTok!","share_profile_title":"{nickname} ({username}) on TikTok","share_qna_desc":"{number} people already answered this question. Find out what they\'re saying.","share_qna_preset":"Check out this question on TikTok!","share_qna_title":"{question} | TikTok Q&A","share_sound_desc":"{num, plural, one {{number} video used this sound! {sound_desc}} other {{number} videos used this sound! {sound_desc}}}","share_sound_preset":"Check out this sound on TikTok!","share_sound_title":"{sound_name} on TikTok","share_sticker_desc":"{num, plural, one {{number} video used this sticker! {sticker_desc}} other {{number} videos used this sticker! {sticker_desc}}}","share_sticker_preset":"Check out this sticker I\'m using on TikTok!","share_to":"Share to","share_to_3p":"Share to {channel_name}","share_video_no_title":"Trending video on TikTok","sharetotiktokscreen_outsideus_modal_button":"Got it","sharetotiktokscreen_outsideus_modal_desc1":"Videos created by TikTok for Younger Users accounts cannot be shared to TikTok.","sharetotiktokscreen_outsideus_modal_desc2":"TikTok for Younger Users is only available in the US.","sharetotiktokscreen_outsideus_modal_title":"Selected video can\'t be uploaded","sharetotiktokscreen_usregion_modal_button":"Got it","sharetotiktokscreen_usregion_modal_desc":"Videos created by TikTok for Younger Users accounts cannot be shared to TikTok.","sharetotiktokscreen_usregion_modal_title":"Selected video can\'t be uploaded","shoot_download_subtitle":"Open in TikTok to create your own video","shoutouts_detail_comment_report_title":"%s\'s review in Shoutouts","sidenav_follow_hint":"Accounts you follow will appear here ","sidenav_login_cta":"Log in to follow creators, like videos, and view comments.","sms_NGO":"Text \\"%s\\" to %s","start_live_guide":"Start your first LIVE!","start_time":"Start time","stitch":"Stitch","stop_seller_remove_pop_context":"Your account can\'t be deleted since you are a seller on TikTok Shop. To delete your account, close your shop on {0}.","stop_seller_remove_pop_context_hyperlink":"TikTok Shop Seller Center","stop_seller_remove_pop_cta":"Go to Shop Seller Center","stop_seller_remove_pop_title":"Your account can’t be deleted","stream_key":"Stream key","stream_key_update_1":"Your stream key is updated due to unstable connection","stream_key_update_2":"Copy the new key to your streaming software to resume your LIVE video","string_limit":"Character limit reached","studio_download_access_1":"LIVE Studio isn\'t available in this country or region now","studio_download_access_2":"Cancel","studio_download_access_3":"Download anyway","studio_download_access_title":"LIVE Studio not available","sub_review_status_failure_badge":"Your badges are not approved. Edit and submit again.","sub_review_status_failure_emote":"Your emotes are not approved. Edit and submit again.","subweb_1monthsubbadge":"{num, plural, one {{number}-month badge} other {{number}-month badge}}","subweb_exclusive_emotes":"Subscribe to send exclusive emotes","subweb_extend_desc":"Keep subscribing to enjoy exclusive benefits","subweb_extsub_btn":"Extend subscription","subweb_faq":"Frequently asked questions","subweb_faq_check_body1":"You may check the list of the subscriptions that are currently active or expired by entering \\"LIVE Subscription\\" from \\"Settings and Privacy\\".","subweb_faq_options_body1":"We provide two types of subscriptions for you to choose from:","subweb_faq_options_body2":"One-off subscription: The subscription period will last for a calendar month starting on the date of subscription (\\"Subscription Period\\")","subweb_faq_options_body3":"Monthly auto-subscription: The Subscription Period renews automatically on the first day of each Subscription Period for the relevant subscription until you cancel the subscription.","subweb_faq_title1":"What is LIVE subscription?","subweb_faq_title2":"What subscription options do I have?","subweb_faq_title3":"Where can I check my subscriptions?","subweb_faq_what_body1":"LIVE subscription is a feature provided by us to allow you to enjoy certain benefits to better interact with the host. These benefits include:","subweb_faq_what_body2":"Custom emotes provided by us and\\u002For the host;","subweb_faq_what_body3":"Exclusive badge and gifts; and ","subweb_faq_what_body4":"Subcriber-only discussion mode which only allows subscribers to comment in LIVE videos when this mode is turned on by the host","subweb_faq_what_body5":"Once subscribed, you can use such benefits in the host\'s LIVE to which you have subscribed.","subweb_intro_popup_body":"{num, plural, one {You\'ve been subscribed to {hostname} for {number} month} other {You\'ve been subscribed to {hostname} for {number} months}}","subweb_popup_app_desc":"Scan the QR code to subscribe to {hostname} on the app","subweb_popup_app_refresh_btn":"Refresh","subweb_popup_app_refresh_desc":"Subscription not showing after payment?","subweb_popup_app_title":"Subscribe on the TikTok app","subweb_popup_emote_indicator":"{hostname}\'s subscriber emote","subweb_popup_emotes":"Subscriber emotes","subweb_popup_intro_badge_monthcount":"Month {number}","subweb_popup_intro_badges_desc":"Get a badge when you subscribe. Upgrade your badge when you reach subscription milestones.","subweb_popup_intro_badges_title":"Badges","subweb_popup_intro_body1":"You\'ve been subscribed to {host} for {time}","subweb_popup_intro_body2":"Your subscription expires on {date1}. Keep your progress if you extend it by {date2}.","subweb_popup_intro_desc":"Subscribe for exclusive benefits and the {badgename} badge","subweb_popup_intro_dis_desc":"Only subscribers can comment on a LIVE if the host sets the video as a subscriber-only discussion.","subweb_popup_intro_dis_title":"Discussions","subweb_popup_intro_emoties_desc":"Access all of the host\'s custom emotes that you can use anytime during their LIVE.","subweb_popup_intro_emoties_title":"Emotes","subweb_popup_intro_gifts_desc":"Unlock exclusive gifts you can send to the host during their LIVE videos.","subweb_popup_intro_gifts_title":"Gifts","subweb_popup_intro_title":"Subscribe to {hostname}","subweb_selectemote":"Select an emote...","subweb_selectemote_toast":"You can only select one emote","subweb_subed_btn":"Subscribed","subweb_subinofo":"Your subscription info","subweb_subs_btn":"Subscribe","subweb_subs_value_btn":"Subscribe for {dollarvalue}\\u002Fmonth","subwebapp_subtocomment":"Subscribe to comment","sug_accounts":"Suggested accounts","support_a_friend":"Supporting a friend through body image or eating concerns","support_a_friend_ed":"If you have a friend struggling with these concerns, encourage them to contact a local eating disorder support group. When you talk to your friend, focus on the daily, non-eating disorder parts of their life, and avoid focusing on their eating disorder. Ask your friend open-ended questions, such as \\"how are you feeling today?\\", and listen to their answer without judging or interrupting, even if you don\'t agree with some of what they say. Be encouraging when your friend seems tired of the struggle to recover. Remind them of all the positive things about recovery, such as things that they used to like to do and will be able to do again once they are well. Discourage toxic and unhelpful talk by switching to more positive topics and remind them of their progress and wins, no matter how small.","support_webapp_sharing_chat_page_status_1":"Shared a video","support_webapp_sharing_chat_page_status_2":"You shared a video","support_webapp_sharing_chat_page_video_card_1":"Video isn\'t available because the video is private","support_webapp_sharing_chat_page_video_card_2":"Video isn\'t available because you\'re not mutual friends with the creator","support_webapp_sharing_chat_page_video_card_3":"This video isn\'t available","support_webapp_sharing_error_message":"Something went wrong. Please try again.","support_webapp_sharing_following":"Following","support_webapp_sharing_option_button":"Send to friends","support_webapp_sharing_recent":"Recent","support_webapp_sharing_search_results":"No results found","support_webapp_sharing_searchbar_ghosttext":"Search","support_webapp_sharing_send_button":"Send","support_webapp_sharing_sent_toast_1":"Sent to {username}","support_webapp_sharing_sent_toast_2":"Sent to {username} and {username2}","support_webapp_sharing_sent_toast_3":"Sent to {username} and {number} others","support_webapp_sharing_toast_1":"This video is for friends only. Accounts who are friends with {username} can watch it.","support_webapp_sharing_toast_2":"This video is for followers only. Accounts who follow {username} can watch it.","support_webapp_sharing_write_a_message":"Write a message...","swipe_up_guide_third_version":"Swipe up for more videos","switch_public_desc":"If you switch to a public account, anyone can watch your videos. Users may be able to Duet, Stitch, or download your videos depending on what you choose in Settings and privacy. You won\'t need to approve followers and all pending follow requests will be automatically approved. ","switch_public_h1":"Switch to public account? ","tag_toast_cant_tag_yourself":"Can\'t tag yourself","take_a_break_ed":"Take a break when you need it","take_a_break_ed_1":"We live so much of our lives online and sometimes we may find ourselves drawing comparisons to others online. It\'s important to recognize these feelings and give yourself a break when things become overwhelming. Log off for awhile. Try doing something positive that makes you feel better and relieves stress, such as getting out into nature, listening to music, dancing, or practicing meditation.","take_a_break_to_relax":"Take time out","take_a_break_to_relax_1":"Taking slow, deep breaths can help you feel less tension in your mind and body. Try slowly counting to 4 while you breathe in through your nose, hold that breath and count to 7, and then count to 8 as you breathe out through your mouth.","take_a_break_to_relax_2":"Focus on the here and now. An easy way to do this is name 5 things you can see, 4 things you can touch, 3 things you can hear, 2 things you can smell and 1 thing you can taste.","take_a_break_to_relax_3":"Try splashing some ice water on your face, or opening your windows to breathe in some cool fresh air. This could help calm your nervous system.","take_a_break_to_relax_4":"Journal your thoughts. If you don\'t know where to start, try writing it as if you’re telling someone that you trust.","talk_to_a_professional":"Talk to a professional","talk_to_a_professional_body":"If you or someone you know is going through a difficult time, here are some resources that may help.","talk_to_a_professional_contact":"Contact","talk_to_a_professional_ed":"If you are struggling with an eating disorder, considering harming yourself, or if you are concerned about the well-being of a friend or family member, we strongly suggest that you seek help from a health professional or your local helpline. If the situation is an emergency, you should contact your local emergency services.","talk_to_someone_u_trust_ed_1":"If you begin to notice that you are experiencing body image or eating concerns, reach out to a family member, friend, teacher, school counselor, or someone you trust to let them know you are going through a difficult time and would like to talk about it. Remember, you don’t have to be in immediate trouble to seek support. You could share some resources about eating disorders with them ahead of time so they are prepared.","talk_to_someone_you_trust":"Talk to someone you trust","talk_to_someone_you_trust_1":"We understand that asking for help or opening up about how you are feeling can be really difficult. However, just talking to one person you trust can make you feel much better.","talk_to_someone_you_trust_2":"Let a trusted friend or family member know about what you\'re going through. Describe how you feel, what\'s happened, and what support you think might be helpful. Don’t be afraid to ask for help.","targeted_locations_all_locations_all_locations":"Add locations","targeted_locations_all_locations_allow_all":"Allow all","targeted_locations_all_locations_message":"If you don\'t select any countries or regions, your video can be viewed in all locations.","targeted_locations_all_locations_title":"Allow your video to be viewed in all locations?","targeted_locations_change_disabled":"Your video can be viewed in these selected countries or regions. Targeted locations can\'t be changed after the video is posted.","targeted_locations_message":"Select countries or regions where your video can be viewed.","targeted_locations_remove_locations_cancel":"Cancel","targeted_locations_remove_locations_prompt":"Remove %s?","targeted_locations_remove_locations_remove":"Remove","targeted_locations_save_locations":"Save change","targeted_locations_search_empty":"Search countries or regions","targeted_locations_tab_add_locations":"Add targeted locations","targeted_locations_tab_add_locations_selectall":"Select all","targeted_locations_toggle":"Targeted locations","terms":"Terms","test_wyz":"You have {num, plural, =0 {no photos.} =1 {one photo.} other {# photos.}}","text1_CTAon404":"Discover endless videos on TikTok ","text2_CTAon404":"Check out more trending videos on TikTok","text3_CTAon404":"Browse billions of new videos on TikTok\\n\\n","text_general":"Text {phone}","tiktok_cares":"TikTok cares","tiktok_instant_app_lnotab_google_native_more_details":"More details","tiktok_instant_app_loading_status_body":"Preparing videos for you…","tiktok_instant_app_loading_status_header":"It starts on TikTok","tiktok_instant_app_loading_status_notab_swipe":"Swipe up for more videos","tiktok_instant_app_loading_status_without_logo":"It starts on","tiktok_instant_app_notab_google_native_header":"TikTok - Global Video Community","tiktok_instant_app_notab_google_native_install":"Install","tiktok_instant_app_notab_install_popup_btn":"Install","tiktok_instant_app_notab_install_popup_header":"Install TikTok to discover new and personalized content","tiktok_instant_app_notab_install_popup_subheader_1":"Get the full experience","tiktok_instant_app_notab_install_popup_subheader_2":"TikTok","tiktok_instant_app_notab_install_tiktok":"Install TikTok","tiktok_instant_app_tab_all_activity_body":"Messages and notifications will appear here","tiktok_instant_app_tab_all_activity_btn":"Install","tiktok_instant_app_tab_all_activity_header":"All activity","tiktok_instant_app_tab_and_notab_no_internet_body":"Connect to the internet and try again","tiktok_instant_app_tab_and_notab_no_internet_btn":"Try again","tiktok_instant_app_tab_and_notab_no_internet_header":"No internet connection","tiktok_instant_app_tab_and_notab_server_error_body":"Try again or install TikTok to discover more videos","tiktok_instant_app_tab_and_notab_server_error_btn1":"Try again","tiktok_instant_app_tab_and_notab_server_error_btn2":"Install TikTok","tiktok_instant_app_tab_and_notab_server_error_header":"Something went wrong","tiktok_instant_app_tab_and_notab_video_isnt_available":"This video isn’t available","tiktok_instant_app_tab_and_notab_video_isnt_available_body":"Swipe up to see other videos","tiktok_instant_app_tab_install_tiktok":"Install TikTok","tiktok_instant_app_tab_profile_body":"Sign up for an account","tiktok_instant_app_tab_profile_btn":"Install","tiktok_instant_app_tab_profile_header":"Profile","tiktok_instant_app_tab_swipe_up_for_more":"Swipe up for more","tiktok_username_uxwaudit":"Your TikTok username","time_ago":"{num}{unit} ago ","time_just_now":"Just now","tip_cant_edit_title":"Title can\'t be changed after going LIVE","tip_get_strings":"Click LIVE now for access to your server URL and stream key.","tips_and_support":"Tips and support","tips_and_support_ending":"Never forget that you matter and it\'s okay to ask for help! ","tips_avg_duration":"Average watch time of viewers in your LIVE video","tips_chat_group":"Be the first to start the chat!","tips_cover_1":"Drag and drop a cover image or","tips_cover_2":"Select file","tips_diamonds":"Number of diamonds earned during your LIVE video","tips_earnings":"Number of diamonds earned during your LIVE video","tips_live_number":"Number of LIVE videos you hosted","tips_liveduration":"Combined duration of your LIVE videos","tips_new_followers":"Number of viewers who followed during your LIVE videos","tips_pcu":"Highest number of LIVE viewers at one time","tips_title":"Add a title to let viewers know what your LIVE video is about","tips_total_gifters":"Number of unique viewers who sent you LIVE gifts","tips_total_views":"Total number of LIVE video views ","tips_unique_viewers":"Number of viewers who viewed your LIVE videos at least once","title_get_strings":"Get your server URL and stream key","title_private_on":"Private account: On","tns_intro_reporter_title":"%s\'s TikTok Shoutouts video","toast_restricted_fam_pairing":"Setting restricted by Family Pairing","tools":"Tools","topic_foryou_animals":"Animals","topic_foryou_beauty":"Beauty","topic_foryou_comedy":"Comedy","topic_foryou_dance":"Dance","topic_foryou_fashion":"Fashion","topic_foryou_food":"Food","topic_foryou_gaming":"Gaming","topic_foryou_sports":"Sports","topic_foryou_topics_header":"Popular topics","topic_foryou_topics_tab":"Topics","topic_foryou_topics_toast_unavailable":"This feature is not yet supported in your region.","total_time":"Total time","total_view":"Total views","total_view_number":"Number of viewers who viewed your LIVE videos at least once.","total_views":"Total views","translation_loading":"Translating...","trending SEO 5":"Here you\'ll be able to see what\'s happening on TikTok and get a taste of the most popular, exciting, and intriguing content heating up inside TikTok.","trending_creators":"Trending creators","try_again_btn":"Try again","tt_hc_ptopic_acct_privacy_settings":"Account and privacy settings","tt_hc_ptopic_business_creatormonetization":"Monetize on TikTok","tt_hc_ptopic_gettingstarted":"Getting started","tt_hc_ptopic_login_troubleshoot":"Log in and troubleshooting","tt_hc_ptopic_safety":"Safety","tt_hc_ptopic_ttlive_gifts_wallet":"TikTok LIVE, gifts, and wallet","tt_hc_ptopic_usingtt":"Using TikTok","tt_hc_stopic_acct_usersafety":"Account and user safety","tt_hc_stopic_acct_usersafety_law":"Law Enforcement Data Request Guidelines","tt_hc_stopic_acct_usersafety_parents":"For Parents and Guardians","tt_hc_stopic_acct_usersafety_youthportal":"Youth Portal","tt_hc_stopic_acctbanned":"My account was banned by mistake","tt_hc_stopic_accthacked":"My account has been hacked","tt_hc_stopic_acctinfo":"Account information","tt_hc_stopic_acctprivacysettings":"Account privacy settings","tt_hc_stopic_acctsafety":"Account safety","tt_hc_stopic_addeffects":"Adding effects after recording","tt_hc_stopic_addprofilephoto":"Adding a profile photo or video ","tt_hc_stopic_addvidcover":"Adding a video cover","tt_hc_stopic_ads_data":"Ads and data","tt_hc_stopic_blocking":"Blocking users","tt_hc_stopic_buildlist":"Building your creator shortlist","tt_hc_stopic_cameratools":"Camera tools","tt_hc_stopic_cameratools_flash":"Flash","tt_hc_stopic_cameratools_flip":"Flip","tt_hc_stopic_cameratools_speed":"Speed","tt_hc_stopic_cameratools_timer":"Timer","tt_hc_stopic_cameratools_videolength":"Video length","tt_hc_stopic_cameratools_zoom":"Zoom","tt_hc_stopic_campaignreport":"TikTok Creator Marketplace campaign reporting","tt_hc_stopic_changelangpref":"Changing language preferences ","tt_hc_stopic_changelikesettings":"Changing your Like settings","tt_hc_stopic_changeusername":"Changing your username","tt_hc_stopic_changing_personalized_ads":"Ads and data","tt_hc_stopic_cmmtfilters":"Comment filters","tt_hc_stopic_cmmts":"Comments","tt_hc_stopic_community_guidelines":"Community Guidelines","tt_hc_stopic_contactcreators":"Contacting creators","tt_hc_stopic_contentremoved":"My content was removed by mistake","tt_hc_stopic_createcampaign":"Creating a new TikTok Creator Marketplace campaign","tt_hc_stopic_createfirstvideo":"Creating your first video","tt_hc_stopic_createvids":"Creating videos","tt_hc_stopic_creatingacct":"Creating an account","tt_hc_stopic_creationfeatures":"Duet, Stitch, and other creation features","tt_hc_stopic_creator_bizaccts":"TikTok monetization and advertising policies","tt_hc_stopic_creator_bizaccts_adpolicycreatives_aritcle":"TikTok Advertising Policies-Ad Creatives","tt_hc_stopic_creator_bizaccts_adpolicyindustry":"TikTok Advertising Policies-Industry Entry","tt_hc_stopic_creatoranalytics":"Creator analytics","tt_hc_stopic_deletecmmts":"Deleting comments","tt_hc_stopic_deletevid":"Deleting a video","tt_hc_stopic_deletingacct":"Deleting an account","tt_hc_stopic_desc_createfirstvideo":"Create your first video with these handy tricks and tips.","tt_hc_stopic_desc_creatingacct":"Details on how to create your account.","tt_hc_stopic_desc_foryou":"Personalize your account to your interests.","tt_hc_stopic_desc_setupprofile":"Instructions on setting up your profile.","tt_hc_stopic_digi_wellbeing":"Digital Wellbeing","tt_hc_stopic_discoverandsearch":"Discover & search","tt_hc_stopic_dm":"Direct messages","tt_hc_stopic_dmsettings":"Direct message settings","tt_hc_stopic_duet":"Duet","tt_hc_stopic_duet_createaduet":"Creating a Duet","tt_hc_stopic_duet_duetsettings":"Duet settings","tt_hc_stopic_duet_stitch":"Duet and Stitch ","tt_hc_stopic_editing":"Editing, posting, and deleting","tt_hc_stopic_effects":"Effects","tt_hc_stopic_effects_filters":"Filters","tt_hc_stopic_emailphone":"Email and phone number","tt_hc_stopic_emailphone_changeacctemail":"Changing the account email","tt_hc_stopic_explorevid":"Exploring videos","tt_hc_stopic_fampairing":"Family Pairing","tt_hc_stopic_fampairingctrls":"Family Pairing controls","tt_hc_stopic_findblockedlist":"Finding your blocked list","tt_hc_stopic_findcreators":"Finding the right creators for your campaign","tt_hc_stopic_findfriends":"Finding friends from your contacts","tt_hc_stopic_findlikedvids":"Finding your liked videos","tt_hc_stopic_firststeps":"First steps","tt_hc_stopic_followers_following":"Followers and Following","tt_hc_stopic_following_unfollowing":"Following and unfollowing","tt_hc_stopic_forgotemail":"Forgot my email","tt_hc_stopic_forgotpswd":"Forgot my password","tt_hc_stopic_foryou":"For You","tt_hc_stopic_fundscalculated":"How are my funds calculated?","tt_hc_stopic_gifts":"Gifts","tt_hc_stopic_growaudience":"Growing your audience","tt_hc_stopic_hashtags":"Hashtags","tt_hc_stopic_howcreatorsearn":"How can creators earn on TikTok?","tt_hc_stopic_howdoesttknow":"How does TikTok know I\'m 18 or older?","tt_hc_stopic_howtoapply":"How do I apply?","tt_hc_stopic_howtogrowaudience":"How to grow your audience","tt_hc_stopic_howtosearch":"How do I search?","tt_hc_stopic_inboxnotifications":"Inbox notifications","tt_hc_stopic_issues_ttlive":"Issues with TikTok LIVE","tt_hc_stopic_keepacctsecure":"Keeping your account secure","tt_hc_stopic_legal":"Legal","tt_hc_stopic_likes":"Likes","tt_hc_stopic_liking":"Liking","tt_hc_stopic_linkparentteenaccts":"Linking parent and teen accounts","tt_hc_stopic_linksocialacct":"Linking another social media account","tt_hc_stopic_login":"Log in","tt_hc_stopic_login_changephone":"Changing the account phone number","tt_hc_stopic_login_loggedout":"My account logged out automatically","tt_hc_stopic_login_notavailable":"The way I logged in last time is no longer available","tt_hc_stopic_makeacctpublic_private":"Make your account public or private","tt_hc_stopic_messaging":"Messaging and notifications","tt_hc_stopic_notifications":"Notifications","tt_hc_stopic_notinterested":"Like, dislike, and not interested","tt_hc_stopic_participate_tcm_creatorfund":"Can I still participate in the TikTok Creator Marketplace and partner with brands if I\'m accepted to the TikTok Creator Fund?","tt_hc_stopic_phoneanotheracct":"My phone is used on another account","tt_hc_stopic_privacyctrls":"Privacy controls","tt_hc_stopic_profiles":"Profiles","tt_hc_stopic_pushnotifications":"Push notifications","tt_hc_stopic_removefollowers":"Removing followers","tt_hc_stopic_removefriends":"Removing followers","tt_hc_stopic_requesting_data":"Requesting your data","tt_hc_stopic_resetpswd":"Reset password","tt_hc_stopic_rptproblem":"Report a problem","tt_hc_stopic_rptproblem_personalizationdata":"Personalization & data","tt_hc_stopic_rptproblem_rpt_another_issue":"Report another issue","tt_hc_stopic_rptproblem_rpt_cmmt":"Report a comment","tt_hc_stopic_rptproblem_rpt_dm":"Report a direct message","tt_hc_stopic_rptproblem_rpt_hashtag":"Report a hashtag","tt_hc_stopic_rptproblem_rpt_sound":"Report a sound","tt_hc_stopic_rptproblem_rpt_user":"Report a user","tt_hc_stopic_rptproblem_rpt_vid":"Report a video","tt_hc_stopic_rptproblem_share_feedback":"Share feedback","tt_hc_stopic_rptsecurity":"Reporting security vulnerabilities ","tt_hc_stopic_safetyctr":"Safety Center","tt_hc_stopic_savedraft":"Saving a draft","tt_hc_stopic_savesettings":"Save settings","tt_hc_stopic_savingvids":"Saving videos","tt_hc_stopic_setupprofile":"Setting up your profile","tt_hc_stopic_sharing":"Sharing","tt_hc_stopic_sounds":"Sounds","tt_hc_stopic_stillneedhelp":"Still need help?","tt_hc_stopic_stitch":"Stitch","tt_hc_stopic_suicideprevention":"Suicide prevention resources","tt_hc_stopic_switchingaccts":"Switching to a Creator or Business Account","tt_hc_stopic_tcm":"TikTok Creator Marketplace","tt_hc_stopic_tiktokpartner":"How do I find or become a TikTok Partner?","tt_hc_stopic_tippingontiktok":"Tipping on TikTok","tt_hc_stopic_toofasterrormssg":"Why am I seeing a \\"...too fast\\" error message?","tt_hc_stopic_trackcreators":"Tracking creator outreach activity","tt_hc_stopic_transfer_funds_paypal":"How long does it take for my funds to reach my PayPal account or bank account (via Zelle) once I transfer them from TikTok?","tt_hc_stopic_troubleshooting":"Troubleshooting","tt_hc_stopic_ttbiz":"TikTok for Business","tt_hc_stopic_ttbiz_adinquiries":"How can I contact TikTok for advertising related inquiries?","tt_hc_stopic_ttbiz_becomeadvertiser":"I am interested in becoming an advertiser on TikTok.","tt_hc_stopic_ttcreatorfund":"TikTok Creator Fund","tt_hc_stopic_ttcreatorfund_us":"TikTok Creator Fund","tt_hc_stopic_ttcreatornext":"TikTok Creator Next","tt_hc_stopic_ttlive":"TikTok LIVE","tt_hc_stopic_usersafety":"User safety","tt_hc_stopic_usingphototemplate":"Using a photo template","tt_hc_stopic_verifiedaccts":"Verified accounts","tt_hc_stopic_vidcommtsettings":"Video comment settings","tt_hc_stopic_videogiftsontiktok":"Video Gifts on TikTok","tt_hc_stopic_vids":"Videos","tt_hc_stopic_vidsnoviews":"My videos aren\'t getting views","tt_hc_stopic_viewfunds":"Where can I view my funds?","tt_hc_stopic_viewsettings":"View settings","tt_hc_stopic_wallet":"Wallet","tt_hc_stopic_whatifnotaccepted":"What if I\'m not accepted? Can I apply more than once?","tt_hc_stopic_whatisdiscover":"What is Discover?","tt_hc_stopic_whatisfampairing":"What is Family Pairing?","tt_hc_stopic_whatistcm":"What is TikTok Creator Marketplace (TCM)?","tt_hc_stopic_whatisttcreatorfund":"What is the TikTok Creator Fund?","tt_hc_stopic_whatisttlive":"What is TikTok LIVE?","tt_hc_stopic_whengetpaid":"When will I get paid?","tt_hc_stopic_wherereceivepayment":"Where do I receive payment?","tt_hc_stopic_whoiseligible":"Who is eligible? ","tt_pm_sub_eea_virtual_inapp":"This feature is subject to [Virtual Items Policy], click [here] for more information","ttep_add_video":"Please add a video","ttep_analytics_glblMsg_tooltip":"Analytics displayed here are global and are updated once per day.\\nAnalytics displayed in the TikTok app are for your region only.","ttep_analytics_tempError_toast":"Analytics are temporarily unavailable. Please check back later.","ttep_back_icon":"Back Icon","ttep_back_to_qr":"Back to QR Code","ttep_close_modal":"Close Modal","ttep_close_modal_icon":"Close Modal Icon","ttep_copy_link":"Copy link","ttep_desktop_tool_login_confirm_desc":"Go back to Effect House to continue","ttep_desktop_tool_login_confirm_title":"You\'re signed in!","ttep_desktop_tool_login_desc":"Log in to TikTok","ttep_desktop_tool_login_header":"Welcome to Effect House","ttep_desktop_tool_login_redirect_btn":"Continue","ttep_desktop_tool_login_redirect_desc":"Continue to Effect House?","ttep_desktop_tool_login_redirect_title":"You\'re signed in as {username}","ttep_desktop_tool_login_title":"Unleash your creativity","ttep_desktop_tool_same_login_btn":"Switch account","ttep_desktop_tool_same_login_desc":"Switch to your account that’s currently logged in to Effect House","ttep_desktop_tool_same_login_title":"You\'re signed in as {username}","ttep_download_page_apple_chp_btn":"Mac with Apple chip","ttep_download_page_chipMsg":"For the best experience, select the version of Effect House that is right for your Mac: Intel chip (most common) or Apple chip (newer M1 models).","ttep_download_page_consent_checkbox":"I agree to the TikTok Effects Beta Agreement and {link}. I confirm I am at least 18 years of age or have parental consent to download and use Effect House.","ttep_download_page_continue_btn":"Continue","ttep_download_page_cookiesLink":"Cookies Policy","ttep_download_page_desc":"Get started with all the tools you need to seamlessly create, publish, and manage your effects on TikTok","ttep_download_page_discordLink":"Join the Effect House Discord","ttep_download_page_download_mac_btn":"Download for Mac","ttep_download_page_download_pc_btn":"Download for PC","ttep_download_page_effectGuideLink":"Effect guidelines","ttep_download_page_gettingstarted_content":"Check out our quickstart guide and release notes","ttep_download_page_gettingstarted_title":"Getting started","ttep_download_page_hardware_requirements_drivers_desc":"Latest graphics card drivers installed","ttep_download_page_hardware_requirements_graphics_desc":"Intel HD Graphics 4000, Nvidia GeForce 710 or AMD Radeon HD 6450","ttep_download_page_hardware_requirements_processor_desc":"Intel Core i3 2.5Ghz, AMD FX 4300 2.6Ghz or Apple M1 with 4 GB RAM","ttep_download_page_hardware_requirements_resolution_desc":"1280x768 or higher screen resolution","ttep_download_page_hardware_requirements_title":"Hardware minimum","ttep_download_page_intel_chp_btn":"Mac with Intel chip","ttep_download_page_mobile_availability":"Effect House is currently only available for Mac. Visit the site on a Mac to get started.","ttep_download_page_mobile_see_effects":"See effects from creators like you","ttep_download_page_privacy_checkbox":"TikTok Privacy Policy","ttep_download_page_quickstartLink":"Quickstart guide","ttep_download_page_releaseNotesLink":"Release notes","ttep_download_page_releasenotes_content":"To learn more, see {link}","ttep_download_page_releasenotes_content_link":"release notes","ttep_download_page_system_requirements_desc":"Operating system: macOS 10.14+","ttep_download_page_system_requirements_title":"System requirements","ttep_download_page_title":"Download","ttep_download_page_tnc_agreement_checkbox":"I agree to all terms and conditions below","ttep_download_page_tnc_title":"TikTok Effect House Terms and Conditions","ttep_download_page_tosLink":"Terms of Service","ttep_download_page_tos_checkbox":"TikTok Effect House Terms of Service","ttep_download_page_tos_content":"By continuing, you agree to our {termsOfService}. For more information on how we collect, use, and share your data, please see our {privacyPolicy}. For more information on the cookies and similar technologies we use, please see our {cookiesPolicy}.","ttep_download_page_tos_privacyLink":"Privacy Policy","ttep_download_page_version_title":"Latest features","ttep_effect_details_page_add_comments_desc":"Anything else you\'d like us to know about your effect?","ttep_effect_details_page_add_comments_title":"Additional comments","ttep_effect_details_page_category_accessories":"Accessories","ttep_effect_details_page_category_animals":"Animals","ttep_effect_details_page_category_appearance":"Appearance","ttep_effect_details_page_category_atmosphere":"Atmosphere","ttep_effect_details_page_category_beauty":"Beauty","ttep_effect_details_page_category_desc":"Select a category for your effect","ttep_effect_details_page_category_editing":"Editing","ttep_effect_details_page_category_events":"Events","ttep_effect_details_page_category_face":"Face","ttep_effect_details_page_category_funny":"Funny","ttep_effect_details_page_category_green_screen":"Green screen","ttep_effect_details_page_category_interactive":"Interactive","ttep_effect_details_page_category_music":"Music","ttep_effect_details_page_category_title":"Category *","ttep_effect_details_page_category_worldar":"World AR","ttep_effect_details_page_demo_requirements_desc":"\\u003Cul\\u003E\\n\\u003Cli\\u003EAspect ratio: Portrait (9:16)_x000B_\\u003C\\u002Fli\\u003E\\n\\u003Cli\\u003EFile format: MOV or MP4_x000B_\\u003C\\u002Fli\\u003E\\n\\u003Cli\\u003EMax file size: 32 MB\\u003C\\u002Fli\\u003E\\n\\u003Cli\\u003EMax video length: 15 seconds\\u003C\\u002Fli\\u003E\\n\\u003C\\u002Ful\\u003E","ttep_effect_details_page_demo_requirements_desc_aspect_ratio":"Aspect ratio: Portrait (9:16)","ttep_effect_details_page_demo_requirements_desc_file_format":"File format: MOV or MP4","ttep_effect_details_page_demo_requirements_desc_max_file_size":"Max file size: 32 MB","ttep_effect_details_page_demo_requirements_desc_max_video_length":"Max video length: 15 seconds","ttep_effect_details_page_demo_requirements_title":"Demo video requirements","ttep_effect_details_page_demo_text":"Demo videos will be reviewed by TikTok and will not be visible to the public","ttep_effect_details_page_desc":"Tell us about your effect to help TikTok users find it.","ttep_effect_details_page_effect_sample_title":"Face Wrap","ttep_effect_details_page_order_id":"Order ID","ttep_effect_details_page_orderid_desc":"Please make sure you enter the right order ID for your effect. If you don\'t know your order ID, contact \\u003Ca href=\\"https:\\u002F\\u002Fwww.tiktok.com\\u002Fbusiness\\u002Fen-US\\u002Fcontact\\"\\u003ETikTok for Business\\u003C\\u002Fa\\u003E","ttep_effect_details_page_orderid_error_invalidid":"Invalid order ID","ttep_effect_details_page_submit_btn":"Submit","ttep_effect_details_page_tags_desc":"Add up to 5 tags to describe your effect","ttep_effect_details_page_tags_help_text":"Press Enter after each tag","ttep_effect_details_page_tags_title":"Tags (5 max)","ttep_effect_details_page_title":"Effect details","ttep_effect_details_page_upload_btn":"Upload","ttep_effect_details_page_upload_video":"Upload demo video","ttep_effect_details_page_view_guidelines":"View Submission Guidelines","ttep_effect_details_submit_confirm_desc":"Congratulations!","ttep_effect_details_submit_confirm_scan_qr":"To preview your effect, open the TikTok app, and use the QR code scanner in the top right corner of the Discover tab.","ttep_effect_details_submit_confirm_title":"Your effect was submitted. We\'ll let you know once we finish reviewing your effect.","ttep_effect_details_submit_manage_effects_btn":"Manage effects","ttep_effect_details_submit_tooltip":"You can change your effect name and icon in the TikTok Effect House desktop tool.","ttep_effect_studio_nav_download":"Download","ttep_effect_studio_nav_header":"Effect House","ttep_effect_studio_nav_home":"Home","ttep_effect_studio_nav_logout":"Log out","ttep_effect_studio_nav_manage":"Manage ","ttep_error_occur":"An error just occured.","ttep_error_server":"Something went wrong. Please try again later.","ttep_fill_category":"Please fill out the category","ttep_fill_orderid":"Please fill out the order ID","ttep_fill_tags":"Please include at least one tag","ttep_hint_blink_eyes":"Blink eyes","ttep_hint_hold_up_fist":"Hold up fist","ttep_hint_hold_up_four_fingers":"Hold up four fingers","ttep_hint_hold_up_index_finger":"Hold up index finger","ttep_hint_hold_up_index_middle":"Hold up index and middle fingers","ttep_hint_hold_up_index_pinky":"Hold up index and pinky fingers","ttep_hint_hold_up_thumb":"Hold up thumb","ttep_hint_open_mouth":"Open mouth","ttep_hint_palm_forward":"Hold up hand, palm forward","ttep_hint_pout_lips":"Pout lips","ttep_hint_press_and_hold":"Press and hold","ttep_hint_press_and_move":"Press and move","ttep_hint_show_face":"Show face","ttep_hint_show_palm":"Show palm","ttep_hint_smile":"Smile","ttep_hint_tap_screen":"Tap screen","ttep_hint_wiggle_eyebrow":"Wiggle eyebrow","ttep_home_in_beta":"TikTok Effect House is currently in beta. Stay tuned to learn more!","ttep_home_login":"Log in","ttep_home_login_prompt":"We\'re currently in beta. Log in to TikTok to get started.","ttep_home_thank_interest":"Thanks for your interest!","ttep_homepage_amplify_cta":"Start creating","ttep_homepage_amplify_desc":"Define the trends that shape our culture, and share your effects with hundreds of millions of users around the world","ttep_homepage_amplify_title":"Amplify your reach","ttep_homepage_buildwithus_btn":"Join community","ttep_homepage_buildwithus_desc":"We\'re building the next generation of AR creation tools with your input and ideas. The future of creative effects starts now. And it starts on TikTok.","ttep_homepage_buildwithus_title":"Build with us","ttep_homepage_desc":"Build vibrant effects for TikTok","ttep_homepage_download_btn":"Download Effect House","ttep_homepage_download_btn_now":"Download now","ttep_homepage_error_maintenance":"Effect House is currently down for some scheduled maintenance. We expect to be back soon. Thank you for your patience.","ttep_homepage_error_region":"Effect House is currently unavailable in your country or region.","ttep_homepage_getinspired_btn":"Check out Community Effects","ttep_homepage_getinspired_desc":"See what the Effect House community of designers, developers, and creative technologists are dreaming up","ttep_homepage_getinspired_title":"Get inspired","ttep_homepage_header":"Effect House","ttep_homepage_latest_menu_al":"All","ttep_homepage_latest_menu_news":"News","ttep_homepage_learn_btn":"Go to learning resources","ttep_homepage_learn_desc":"Access all the learning resources needed to get started creating your effect, from step-by-step guides to templates to video tutorials","ttep_homepage_learn_menu_scripting":"Scripting","ttep_homepage_learn_menu_support":"Support","ttep_homepage_learn_menu_templates":"Templates","ttep_homepage_learn_title":"Learn","ttep_homepage_menu_log_out":"Log out","ttep_homepage_menu_log_out_single":"Log out","ttep_homepage_nav_header_download":"Download","ttep_homepage_nav_header_latest":"Latest","ttep_homepage_nav_header_learn":"Learn","ttep_homepage_nav_header_manage":"Manage","ttep_homepage_nav_header_search":"Search","ttep_homepage_powerful_desc":"Whether you\'re a seasoned expert or just starting out, Effect House has all the built-in features and capabilities for you to experiment and bring your immersive storytelling to life, from advanced tracking to rich interactions. When you\'re ready, seamlessly preview, publish, and manage your effects on TikTok.","ttep_homepage_powerful_title":"Powerful, intuitive, expressive","ttep_homepage_sharpen_article_subtitle_learn":"Learn more","ttep_homepage_sharpen_article_subtitle_watch":"Watch tutorial","ttep_homepage_sharpen_article_title_getstarted":"Get started","ttep_homepage_sharpen_btn":"View learning resources","ttep_homepage_sharpen_desc":"Whether you\'re a seasoned expert or just starting out, use our step-by-step guides, templates, and video tutorials to develop your effect.","ttep_homepage_sharpen_title":"Sharpen your skills","ttep_homepage_showcase_desc":"Effect House brings your storytelling to life through powerful, intuitive, and expressive features. Our built-in capabilities — from advanced tracking to rich interactions — enable you to experiment, create, preview, publish and manage all your effects on TikTok.","ttep_homepage_showcase_title":"Showcase your creativity","ttep_homepage_title":"Creativity lives here","ttep_kids_mode_subtitle":"TikTok Effect House isn’t available for users under the age of 13. We apologize for the inconvenience.","ttep_kids_mode_thank_you":"Thanks for your interest!","ttep_latest_page_left_nav_category_all":"All","ttep_latest_page_left_nav_category_news":"News","ttep_latest_page_left_nav_category_showcase":"Showcase","ttep_latest_page_left_nav_category_support":"Support","ttep_latest_page_left_nav_category_visualscripting":"Visual Scripting","ttep_latest_page_title":"News","ttep_learn_page_banner_general_guides_desc":"Learn the essentials of Effect House","ttep_learn_page_banner_knowledge_lab_desc":"Watch live demo recordings and creator tutorials","ttep_learn_page_banner_support_desc":"Get help or view our Terms of Service","ttep_learn_page_desc":"Sharpen your skills and explore new ways to use Effect House","ttep_learn_page_left_nav_category_general":"General Guides","ttep_learn_page_left_nav_category_guides":"Technical Guides","ttep_learn_page_left_nav_category_knowledge_lab":"Knowledge Lab","ttep_learn_page_left_nav_category_tutorials":"Tutorials","ttep_learn_page_performance_header":"Performance impact","ttep_learn_page_performance_level1_desc":"Minimal, runs smoothly","ttep_learn_page_performance_level1_label":"Low","ttep_learn_page_performance_level2_desc":"Some impact, slight hiccups","ttep_learn_page_performance_level2_label":"Medium","ttep_learn_page_performance_level3_desc":"Noticeable framerate drop","ttep_learn_page_performance_level3_label":"High","ttep_learn_page_performance_level4_desc":"Heavy resource usage and low framerate","ttep_learn_page_performance_level4_label":"Very high","ttep_learn_page_title":"Technical Guides","ttep_link_copied":"Link Copied!","ttep_link_copy_failed":"Link Copy failed","ttep_manage_effect_detail_page_brandedeffects_note":"Note: Analytics are not available for Branded Effects","ttep_manage_effect_detail_page_category":"Category","ttep_manage_effect_detail_page_effect_id":"Effect ID","ttep_manage_effect_detail_page_emptystate":"Download Effect House to start creating effects. Your submitted effects will appear here.","ttep_manage_effect_detail_page_emptystate_btn":"Download","ttep_manage_effect_detail_page_hamburger_menu_deactivate":"Deactivate","ttep_manage_effect_detail_page_hamburger_menu_delete":"Delete","ttep_manage_effect_detail_page_hamburger_menu_finish":"Finish submission","ttep_manage_effect_detail_page_hamburger_menu_restore":"Restore","ttep_manage_effect_detail_page_hamburger_menu_share":"Share","ttep_manage_effect_detail_page_hamburger_menu_withdraw":"Withdraw","ttep_manage_effect_detail_page_last_modified":"Last modified","ttep_manage_effect_detail_page_likes_tooltip":"Number of likes of videos that use the effect","ttep_manage_effect_detail_page_link":"Link","ttep_manage_effect_detail_page_modal_save_qr_code":"Save QR code","ttep_manage_effect_detail_page_modal_share_btn":"Share options","ttep_manage_effect_detail_page_modal_share_effect_qr_code":"Share effect","ttep_manage_effect_detail_page_more":"More","ttep_manage_effect_detail_page_order_id":"Order ID","ttep_manage_effect_detail_page_preview_effect":"Preview effect","ttep_manage_effect_detail_page_qrcode":"QR code","ttep_manage_effect_detail_page_resubmit":"Please revise and resubmit your effect.","ttep_manage_effect_detail_page_shares_tooltip":"Number of shares of videos that use the effect","ttep_manage_effect_detail_page_status":"Status","ttep_manage_effect_detail_page_tag_branded":"Branded","ttep_manage_effect_detail_page_tags":"Tags","ttep_manage_effect_detail_page_title":"Effect details","ttep_manage_effect_detail_page_video_plays_tooltip":"Number of times the effect has been opened","ttep_manage_effect_detail_page_video_posts_tooltip":"Number of published videos that use the effect","ttep_manage_effect_detail_page_video_views_tooltip":"Number of video views of the effect","ttep_management_analytics_last_updated":"Analytics last updated {date}","ttep_management_region_block_disclaimer":"Effect House is currently unavailable in your country or region.","ttep_management_region_block_unavailable":"Unavailable","ttep_notifications_emptystate":"There are no notifications","ttep_notifications_subtitle_new":"New","ttep_notifications_subtitle_previous":"Previous","ttep_notifications_title":"Notifications","ttep_ok_btn":"OK","ttep_post_table_of_contents_title":"On this page","ttep_search_page_left_nav_category_all":"All","ttep_search_page_left_nav_category_news":"News","ttep_search_page_left_nav_category_release_notes":"Release notes","ttep_search_page_left_nav_category_scripting":"Scripting","ttep_search_page_left_nav_category_showcase":"Showcase","ttep_search_page_left_nav_category_support":"Support","ttep_search_page_left_nav_category_templates":"Templates","ttep_search_page_title":"%d results for \'%s\'","ttep_share":"Share","ttep_share_to_facebook":"Share to Facebook","ttep_share_to_pinterest":"Pin to Pinterest","ttep_share_to_reddit":"Share to Reddit","ttep_share_to_twitter":"Tweet to Twitter","ttep_share_to_whatsapp":"Share to Whatsapp","ttep_submission_page_checkbox_replace":"Replace an inactive effect","ttep_submission_page_checkbox_submit":"Submit a new effect","ttep_submission_page_checkbox_update":"Update an active effect","ttep_submission_page_dropdown_emptystate":"No available effects to replace","ttep_submission_page_dropdown_tag_draft":"Draft","ttep_submission_page_dropdown_tag_needs_revision":"Needs revision","ttep_submission_page_dropdown_title":"Select existing effect","ttep_submission_page_submit_effect_brandedeffect_desc":"This effect will be submitted for review to use in TikTok advertising campaigns. Do not select this option unless you or your advertiser has a Branded Effect contract with TikTok. To learn more, contact %s","ttep_submission_page_submit_effect_brandedeffect_desc_bottom":"Do not select this option unless you or your advertiser has a Branded Effect contract with TikTok. To learn more, contact \\u003Ca href=\\"https:\\u002F\\u002Fwww.tiktok.com\\u002Fbusiness\\u002Fen-US\\u002Fcontact\\"\\u003ETikTok for Business\\u003C\\u002Fa\\u003E","ttep_submission_page_submit_effect_brandedeffect_desc_top":"This effect will be submitted for review to use in TikTok advertising campaigns","ttep_submission_page_submit_effect_brandedeffect_title":"Branded Effect","ttep_submission_page_submit_effect_communityeffect_desc":"This effect will be published to your TikTok profile and will be discoverable by other accounts in the app.","ttep_submission_page_submit_effect_communityeffect_title":"Community Effect","ttep_submission_page_submit_effect_title":"What would you like to do?","ttep_submission_page_submit_tiktokforeffect_placeholder":"TikTok for Business","ttep_unknown":"Unknown","ttep_web_challenge_alt_desc":"Calling all AR effect creators! Show off your skills for a chance to win prizes and be featured on TikTok! See details on all Effect House challenges here.","ttep_web_challenge_alt_title":"Join Effect House Challenges | TikTok Effect House","ttep_web_challenge_btn_assetlib":"Download Asset Library","ttep_web_challenge_btn_effecthouse":"Download Effect House","ttep_web_challenge_desc_articles":"Sharpen your AR creation skills with these tutorials and guides.","ttep_web_challenge_desc_inspirations":"Need some inspiration? Check out these AR effects created by our community of Effect House developers.","ttep_web_challenge_header_about":"About this challenge","ttep_web_challenge_header_articles":"Related articles and tutorials","ttep_web_challenge_header_faq":"Frequently asked questions","ttep_web_challenge_header_getstarted":"Get started","ttep_web_challenge_header_guidelines":"Guidelines","ttep_web_challenge_header_inspirations":"AR effect examples and inspirations","ttep_web_challenge_header_prizes":"Prizes","ttep_web_challenge_header_regions":"Eligible regions","ttep_web_challenge_header_subperiod":"Submission period","ttep_web_challenge_header_winners":"Winners","ttep_web_challenge_leftnav_active":"Active challenges","ttep_web_challenge_leftnav_past":"Past challenges","ttep_your_effects_active_status":"Active","ttep_your_effects_analytics":"Analytics","ttep_your_effects_deactivated_status":"Deactivated","ttep_your_effects_delay_effect_activate_description":"At least 5 minutes is required between deactivating and restoring again.","ttep_your_effects_delay_effect_activate_title":"You can restore in 5 minutes","ttep_your_effects_delay_effect_deactivate_description":"At least 5 minutes is required between restoring and deactivating again.","ttep_your_effects_delay_effect_deactivate_title":"You can deactivate in 5 minutes","ttep_your_effects_draft_status":"Draft","ttep_your_effects_last_modified":"Last modified","ttep_your_effects_launched_status":"Launched","ttep_your_effects_likes":"Likes","ttep_your_effects_main":"Main","ttep_your_effects_modal_cancel_btn":"Cancel","ttep_your_effects_modal_deactivate_btn":"Deactivate","ttep_your_effects_modal_deactivate_desc":"You won’t be able to use this effect on TikTok. You can change this setting at any time. Existing videos created with the effect won’t be removed.","ttep_your_effects_modal_deactivate_title":"Deactivate effect?","ttep_your_effects_modal_delete_btn":"Delete","ttep_your_effects_modal_delete_effects_desc":"You won’t be able to use this effect on TikTok and it will be permanently removed from your account. Existing videos created with the effect won’t be removed.","ttep_your_effects_modal_delete_effects_title":"Delete effect?","ttep_your_effects_modal_restore_btn":"Restore","ttep_your_effects_modal_restore_desc":"Effect will be restored on your account and can be used on TikTok","ttep_your_effects_modal_restore_title":"Restore effect?","ttep_your_effects_modal_withdraw_btn":"Withdraw","ttep_your_effects_modal_withdraw_desc":"This effect will no longer be reviewed. After withdrawing, your effect will be saved as a draft, and you can re-submit the effect.","ttep_your_effects_modal_withdraw_title":"Withdraw from review?","ttep_your_effects_name":"Name","ttep_your_effects_needs_revision_status":"Needs revision","ttep_your_effects_plays":"Plays","ttep_your_effects_removed_status":"Removed","ttep_your_effects_shares":"Shares","ttep_your_effects_status":"Status","ttep_your_effects_title":"Your effects","ttep_your_effects_under_review_status":"Under review","ttep_your_effects_uploaded_status":"Uploaded","ttep_your_effects_video_posts":"Posts","ttep_your_effects_video_views":"Views","uk_avms_webform_button":"Submit","uk_avms_webform_desc1":"This form only applies to residents in the United Kingdom, under the Audiovisual Media Services Directive (AVMSD).","uk_avms_webform_desc2":"You can submit a complaint about the safety measures TikTok has in place to protect users from harmful content, under AVMSD.","uk_avms_webform_desc3":"Don’t use this form to report content on TikTok. For information on how to report content, see the \\"Reporting content to TikTok\\" section on our \\u003Ca target=\\"_blank\\" href=\\"https:\\u002F\\u002Fwww.tiktok.com\\u002Fsafety\\u002Fen-gb\\u002Fuk-avms\\u002F\\"\\u003EUK AVMSD webpage\\u003C\\u002Fa\\u003E.","uk_avms_webform_desc4":"Fill in the following information. Fields marked \\u003Cspan style=\\"color:#f10000\\"\\u003E*\\u003C\\u002Fspan\\u003E are required.","uk_avms_webform_desc5":"Details of your complaint","uk_avms_webform_desc6":"Declaration","uk_avms_webform_desc7":"Confirm the accuracy of these statements before submitting the form.","uk_avms_webform_desc8":"You confirm that the details you provided are true and accurate to the best of your knowledge.","uk_avms_webform_desc9":"You acknowledge that TikTok will use the information provided to review your complaint. Any personal data will be processed in accordance with our \\u003Ca target=\\"_blank\\" href=\\"https:\\u002F\\u002Fwww.tiktok.com\\u002Flegal\\u002Fprivacy-policy-eea?lang=en\\"\\u003EPrivacy Policy\\u003C\\u002Fa\\u003E.","uk_avms_webform_email_bodytitle":"Complaint Form","uk_avms_webform_email_desc1":"Thanks for reaching out to TikTok.","uk_avms_webform_email_desc2":"We received your complaint related to the Audiovisual Media Services Directive (AVMSD) in the United Kingdom.","uk_avms_webform_email_desc3":"Complaint reference number:\\\\n{UKAVMSD#0001}","uk_avms_webform_email_desc4":"Your complaint will now be reviewed by our trained teams. For more information on our complaint handling process, see our \\u003Ca target=\\"_blank\\" href=\\"https:\\u002F\\u002Ftiktok-web-wp-sites-boe.bytedance.net\\u002Fsafety\\u002Fen-gb\\u002Fuk-avms\\u002F\\"\\u003EAVMSD webpage\\u003C\\u002Fa\\u003E.","uk_avms_webform_email_desc5":"Thanks,","uk_avms_webform_email_desc6":"The TikTok Team","uk_avms_webform_email_title":"We received your complaint about TikTok\'s safety measures","uk_avms_webform_modal_button":"OK","uk_avms_webform_modal_title":"Your complaint form was successfully submitted","uk_avms_webform_pagenotfound_desc":"You can only access this complaint form if you\'re a resident in the United Kingdom. Your location is based on IP address, so make sure your VPN is off.","uk_avms_webform_pagenotfound_title":"Page not found","uk_avms_webform_signofftext1":"Have a question?","uk_avms_webform_signofftext2_link":"Check out our \\u003Ca target=\\"_blank\\" href=\\"https:\\u002F\\u002Fsupport.tiktok.com\\u002Fen\\u002F\\"\\u003ETikTok Help Center\\u003C\\u002Fa\\u003E or contact us in the app using Settings \\u003E Send Feedback.","uk_avms_webform_signofftext3":"This is an automatically generated email.","uk_avms_webform_signofftext4":"Replies to this email address aren\'t monitored.","uk_avms_webform_signofftext5":"This email was generated for {username}","uk_avms_webform_signofftext6_link":"Unsubscribe - \\u003Ca target=\\"_blank\\" href=\\"https:\\u002F\\u002Fwww.tiktok.com\\u002Flegal\\u002Fprivacy-policy?lang=en\\u002F\\"\\u003EPrivacy Policy\\u003C\\u002Fa\\u003E","uk_avms_webform_signofftext7":"TikTok 5800 Bristol Pkwy, Culver City, CA 90230","uk_avms_webform_textfield_title1":"Email address","uk_avms_webform_textfield_title2":"Username","uk_avms_webform_textfield_title2_desc1":"If relevant, specify your username or the username that applies to your complaint.","uk_avms_webform_textfield_title3":"Which safety measure relates to your complaint?","uk_avms_webform_textfield_title3_desc1":"Measures for reporting harmful content to TikTok","uk_avms_webform_textfield_title3_desc2":"Measures for providing feedback on the effects of reporting harmful content to TikTok","uk_avms_webform_textfield_title3_desc3":"Age assurance measures","uk_avms_webform_textfield_title3_desc4":"TikTok’s parental controls (for example, the Family Pairing feature)","uk_avms_webform_textfield_title4":"Provide details of your complaint based on the safety measure you selected.","uk_avms_webform_textfield_title5":"Have you previously submitted a report to TikTok that’s relevant to the subject matter of this complaint?","uk_avms_webform_textfield_title5_desc1":"Yes","uk_avms_webform_textfield_title5_desc2":"No","uk_avms_webform_textfield_title5_desc3":"Optional: If yes, provide details of your report (including the date).","uk_avms_webform_title":"Submit a complaint about TikTok\'s safety measures","ukbeats":"Monday-Friday 9am-8pm, Saturday-Sunday 4pm-8pm","unblock":"Unblock","unify_webapp_landing_banner_desc_faster_smaller":"Faster, smaller, simpler","unify_webapp_landing_banner_desc_global_video":"Global video community","unify_webapp_landing_banner_desc_join_me":"Join me on TikTok!","unify_webapp_landing_banner_logo_lite":"Lite","unify_webapp_landing_banner_logo_tiktok":"TikTok","unify_webapp_landing_banner_logo_tiktok_lite":"TikTok Lite","unify_webapp_landing_banner_username":"{nickname} ","unify_webapp_landing_body_connect_internet":"Connect to the internet and try again.","unify_webapp_landing_body_follow_user":"Follow {username} on TikTok to watch their videos and discover more trending videos.","unify_webapp_landing_body_something_went_wrong":"Something went wrong.","unify_webapp_landing_body_try_entering_app":"Use the app to discover more exciting videos","unify_webapp_landing_body_video_isnt_avail":"The video is unavailable in your area. Use the app to discover more exciting videos.","unify_webapp_landing_bottom_sheet_create_your_own_videos":"Create your own videos!","unify_webapp_landing_bottom_sheet_desc_follow_your_fav":"Follow your favorite accounts, explore new trends, and create your own videos","unify_webapp_landing_bottom_sheet_get_full":"Get the full experience on the app","unify_webapp_landing_cta_download_tiktok":"Download TikTok","unify_webapp_landing_cta_follow_in_app":"Follow in app","unify_webapp_landing_cta_join_this_hashtag":"Join this hashtag","unify_webapp_landing_cta_log_in":"Log in","unify_webapp_landing_cta_not_now":"Not now","unify_webapp_landing_cta_open_app":"Open app","unify_webapp_landing_cta_open_tiktok":"Open TikTok","unify_webapp_landing_cta_retry":"Retry","unify_webapp_landing_cta_try_this_effect":"Try this effect","unify_webapp_landing_cta_use_this_sound":"Use this sound","unify_webapp_landing_cta_view_more_videos":"View more videos","unify_webapp_landing_failed_to_load_video_body":"View another video or retry","unify_webapp_landing_header_account_private":"This account is private","unify_webapp_landing_header_failed_to_load_video":"Failed to load video","unify_webapp_landing_header_no_internet":"No internet connection","unify_webapp_landing_header_page_isnt_avail":"This page isn’t available","unify_webapp_landing_header_profile_not_avail":"Profile not available","unify_webapp_landing_header_video_isnt_avail":"This video isn\'t available","unify_webapp_landing_minibanner_get_full":"Get the full experience on the app","unify_webapp_landing_modal_cta_open_tiktok":"Open TikTok","unify_webapp_landing_modal_header_todays_top_videos":"Today\'s top videos ","unify_webapp_landing_popu_desc_folow_your_favourite":"Follow your favorite accounts, explore new trends, and create your own videos","unify_webapp_landing_popu_get_full":"Get the full experience on the app","unify_webapp_minibanner_cta_open_app":"Open","unique_views":"Unique viewers","unit_day":"d","unit_hr":"h","unit_min":"m","unit_sec":"s","unit_week":"w","up_next":"Up next","upload_cancel":"Cancel","upload_done_continue":"Upload another video","upload_done_exit":"Check out trending videos","upload_done_title":"Your video is being uploaded to TikTok!","upload_fail":"Upload failed","upload_page_h2":"This video will be published to @{username}","upload_page_post":"Post","upload_vid":"Upload video","uploading_filename":"Uploading %s...","user_SEO_desc1":"Watch the best short videos of {username}. {heart} people like this. {follower} Fans. {following} Following.","user_SEO_desc2":"{username} on TikTok | {heart} Likes. {follower} Fans.","user_SEO_desc3":"Watch the latest video from {username}.","user_SEO_official_title1":"{username} Official | TikTok","user_SEO_official_title2":"{username} Official TikTok | Watch {nickName}\'s Newest TikTok Videos","user_SEO_title1":"{username} | TikTok","user_SEO_title2":"{username} TikTok | Watch {nickName}\'s Newest TikTok Videos","user_action_unfollow":"Unfollow","user_original_sound_titile":"Original sound","usneda_call":"Monday-Thursday 11am-9pm ET, Friday 11am-5pm ET ","usneda_chat":"Monday-Thursday 9am-9pm ET, Friday 9am-5pm ET","usneda_text":"Monday-Thursday 3pm-6pm ET","verification":"Verification","verification_code":"Verification code","verification_failed":"Couldn\'t verify. Try again.","verified account":"Verified account","verify_continue":"Verify and continue","video_SEO_desc1":"{username} has created a short video on TikTok with music {musicName}.","video_SEO_desc2":"{likes} Likes, {comments} Comments | Watch TikTok video from {username} with music {musicName}.","video_SEO_desc3_1":"{likes} Likes, {comments} Comments.","video_SEO_desc3_2":"TikTok video from {username}: \\"{videoText}\\".","video_SEO_desc3_3":"TikTok video from {username}.","video_SEO_title1":"{userText} on TikTok","video_SEO_title2":"{videoText} | with Music {musicName}","video_detail_explore_button":"See more videos","video_detail_explore_title":"Browse more For You videos","video_details_page_comment_field_cta":"Log in to comment","video_details_page_comment_header":"{num, plural, one {{Count} comment} other {{Count} comments}}","video_details_page_morevideos_btn":"More videos","video_label_friendsonly":"Friends Only","video_label_private":"Private","video_suggestions":"Video suggestions","video_unavailable_deleted":"Video unavailable because it was deleted","video_updates":"Video updates","video_views_within_days":"Video views within {x} days","videonotselected_outsideus_bottombanner":"You can select both photos and videos","videonotselected_usregion_bottombanner":"You can select both photos and videos","videonotselected_usregion_bottombanner_button":"Next","videorejectionmessage_outsideus_modal_button":"Got it","videorejectionmessage_outsideus_modal_desc1":"Videos created by TikTok for Younger Users accounts cannot be shared to TikTok.","videorejectionmessage_outsideus_modal_desc2":"TikTok for Younger Users is only available in the US.","videorejectionmessage_outsideus_modal_title":"Selected video can\'t be uploaded","videorejectionmessage_usregion_modal_button":"Got it","videorejectionmessage_usregion_modal_desc":"Videos created by TikTok for Younger Users accounts cannot be shared to TikTok.","videorejectionmessage_usregion_modal_title":"Selected video can\'t be uploaded","videos":"videos","videos_":"videos","videos_from_accounts_you_follow":"Videos from accounts you follow","view_access":"Who can watch this video","view_all_results":"View all results for \\"{keyword}\\"","view_analytics":"View Analytics","view_more_comm":"View more","view_more_replies":"View more replies ({num})","views":"views","vpa_comment_hint":"Newest comments appear first","watch_now":"Watch now ","web_add_coins_login":"Log in","web_add_coins_logout":"Log out","web_add_coins_order_account":"Account","web_add_coins_order_pay_toast":"Agree to Terms of Purchase for Coins before paying","web_anchor_entry":"Add link","web_anchor_new_related_news":"Related news","web_anchor_news_create_URL_error":"Enter a valid URL","web_anchor_news_create_add":"Add","web_anchor_news_create_ghost_text":"Enter URL","web_anchor_news_create_link_CG_error":"Link not allowed because it violates our Community Guidelines","web_anchor_news_create_link_domain_error":"URL domain not allowed","web_anchor_news_create_link_format_error":"Enter URL in this format: https:\\u002F\\u002Fwww.example.com\\u002Fpage","web_anchor_news_create_link_security_error":"Site connection isn\'t secure","web_anchor_news_create_link_webpage_error":"Webpage doesn’t exist","web_anchor_news_create_preview":"Preview link","web_anchor_news_link":"Link","web_anchor_news_menu_item":"News","web_anchor_no_link_popup":"Please choose the link type before entering a URL","web_anchor_type":"Link type","web_anchor_type_select":"Select the type of link","web_business_suite_entry":"Business Suite","web_do_not_sell_button_1":"Opt out","web_do_not_sell_button_2":"Opt in","web_do_not_sell_button_3":"Save","web_do_not_sell_button_4":"View settings","web_do_not_sell_confirm_yes":"Opt in","web_do_not_sell_confirmation":"Opt in to third-party data sharing?","web_do_not_sell_discription1":"Log in to view third party data sharing settings","web_do_not_sell_discription2":"You may be entitled, in accordance with applicable law, to submit a request or opt-out through an authorized agent.","web_do_not_sell_discription3":"Review our {privacy-policy} for more information.","web_do_not_sell_discription3_no":"Cancel","web_do_not_sell_not_available":"This feature is not available for you.","web_do_not_sell_settings_saved_toast":"Saved!","web_do_not_sell_title2":"Third-party data sharing","web_menu_tiktok_rewards":"TikTok Rewards","web_nonlogin_im_1":"Viewer%s","web_nonlogin_room_1":"Log in for full experience","web_sharing_disable_toast":"This action isn\'t available for this video","web_tab_with_new_dm":"({number}) TikTok","webapp_account_deletion_enter_code":"Enter 4-digit code","webapp_banner_downloadcta_desc":"Explore the full experience!","webapp_block_experience_block_popup_body":"They will not be able to send you messages, see your posts, or find your profile. They will not be notified that you blocked them.","webapp_block_experience_block_popup_header":"Block %s (%s)?","webapp_block_experience_unblock_popup_body":"%s will be able to send you messages, view your posts, and follow you. They will not be notified that you unblocked them.","webapp_block_experience_unblock_popup_header":"Unblock %s (%s)?","webapp_bottomsheet_downloadcta_audio_desc":"Explore our sound library and get the full TikTok creative experience on the app","webapp_bottomsheet_downloadcta_audio_title":"Check out more sounds on TikTok","webapp_bottomsheet_downloadcta_creator_desc":"Watch more and meet your new favorite creators on the app","webapp_bottomsheet_downloadcta_creator_title":"{creator_name} is on TikTok","webapp_bottomsheet_downloadcta_hashtag_desc":"Watch more {hashtag_name} videos and explore the latest trending topics on the app","webapp_bottomsheet_downloadcta_hashtag_title":"More {hashtag_name} videos on TikTok","webapp_bottomsheet_downloadcta_main_desc":"Follow your favorite accounts, explore new trends, and create your own videos","webapp_bottomsheet_downloadcta_main_title":"Get the full experience on the app","webapp_coin_recharge_faq":"Learn more about coins.","webapp_coin_recharge_login":"Log in to get coins","webapp_coin_recharge_no_transaction":"No transactions yet","webapp_coin_recharge_transaction_1":"Status","webapp_coin_recharge_transaction_2":"{} coins","webapp_coin_recharge_transaction_3":"Completed","webapp_coin_recharge_transaction_4":"Refunded","webapp_coin_recharge_transaction_5":"Invoice","webapp_coin_recharge_transaction_6":"Order ID","webapp_descrip_private_on_popup_fr_combined":"Since you\'re under 16 years old, we\'ve made your account private. This means only users you approve can follow you and watch your videos. We\'ve also made some other changes to your settings to protect your privacy. You can review these changes in your TikTok app settings. Use TikTok in a responsible way. Publishing illegal content exposes you to criminal and civil sanctions.","webapp_feed_redesign_allcomments":"All comments ({number})","webapp_feed_redesign_endoffeed":"You\'ve reached the end of your feed","webapp_feed_redesign_login_copy":"Log in to get better video recommendations, follow creators, view comments, and more!","webapp_feed_redesign_login_cta_1":"Log in","webapp_feed_redesign_login_cta_2":"Keep watching","webapp_feed_redesign_overlay_copy":"Or use the down arrow on your keyboard","webapp_feed_redesign_overlay_head":"Scroll down to watch the next video","webapp_feed_redesign_retry":"Retry","webapp_feed_redesign_videoloadfailed":"Couldn’t load video. Try again later or scroll down to see the next video.","webapp_feed_redesign_zerovideo":"Couldn\'t load videos. Try again later.","webapp_live_push1":"LIVE videos from accounts you follow","webapp_live_push2":"Recommended LIVE videos","webapp_mig_blocked":"Blocked","webapp_mig_unblocked":"Unblocked","webapp_privacy":"Can\'t follow account due to their privacy settings","webapp_privacy_and_safety_blocked_accounts":"Blocked accounts","webapp_recharge_benefits_desc":"Recharge securely to avoid in-app fees.","webapp_recharge_benefits_desc_2":"Get:","webapp_recharge_benefits_mobile_point_1":"No in-app service fees","webapp_recharge_benefits_mobile_point_1_new":"No in-app service fees","webapp_recharge_benefits_point_1":"Cheaper coins","webapp_recharge_benefits_point_2":"Custom amounts","webapp_recharge_benefits_point_3":"More payment methods","webapp_recharge_benefits_title":"Enjoy this web-exclusive offer!","webapp_riskcontrol_toast_resetprofile":"We\'ve reset your profile due to unusual activity detected on your account. Try again later.","webapp_riskcontrol_toast_toomanyattempts":"This feature is temporarily locked because of too many attempts made on your account. Try again later.","webapp_riskcontrol_toast_unusualactivity":"This feature is temporarily locked because of unusual activity detected on your account. Try again later.","webapp_seekbar_tooltip":"Drag left to rewind and right to fast forward","webapp_unblocked_button1":"Unblock","webapp_unblocked_button2":"Cancel","webdm_block":"Block","webdm_cancel":"Cancel","webdm_chatlist_head_messages":"Messages","webdm_done":"Done","webdm_inputbox_block_note":"To send messages, {webdm_unblock_this_account}.","webdm_message_button":"Message","webdm_message_not_supported":"This message type isn\'t supported. Download TikTok app to view this message.","webdm_message_settings":"Message settings","webdm_next":"Next","webdm_pin_to_top":"Pin to top","webdm_report":"Report","webdm_report_01_message_selected":"{X} message selected","webdm_report_message_selected":"{num, plural, one {{number} message selected} other {{number} messages selected}}","webdm_report_n_message_selected":"{X} messages selected","webdm_report_popup_detail":"We’ll review your report and if there is a violation of our Community Guidelines, we’ll take appropriate action.","webdm_report_popup_title":"Thanks for reporting","webdm_report_reason":"Report reason: {fullreason}","webdm_report_type":"What type of {reportreason} issue?","webdm_report_why":"Why are you reporting this account?","webdm_unblock_this_account":"unblock this account","webdm_unlike":"Unlike","websearch_creationpage_hashtagsearch":"Add","website":"Visit website","who_can_view_followers":"Followers","who_can_view_friends":"Friends","who_can_view_public":"Public","your_top_accounts":"Your top accounts","youthline_nz":"8:00 AM - 12:00 AM","pm_web_sub_quit_1":"Quit submitting?","pm_web_sub_quit_2":"Your previous edits will not be saved"}}}}}</script><script id="SIGI_RETRY" type="application/json">{"SEO":["setGoLiveSEOProps"],"ItemList":["getTopicList"],"FollowingModule":["getInitFollowingData"],"ChallengePage":["getChallengeInfo"],"UserPage":["getUserInfo"],"MusicModule":["getMusicPageData"],"Search":["getTopSearch","getUserSearch","getVideoSearch"],"VideoPage":["getVideoDetail"],"QuestionModuleDesktop":["getQuestionPageData"],"MusicPlaylistModule":["getMusicListPageData"],"Comment":["fetchComment"],"AccountList":["getRecommendList"],"DiscoverList":["getDiscoverList"]}</script></div><script id="__LOADABLE_REQUIRED_CHUNKS__" type="application/json">[3975,7785,5029,8674,2968,4585,8844,2539,528,5690,8376,8708,8229,5616,9894,215,2702,4992,5530,8686,4881,9563,8782]</script><script id="__LOADABLE_REQUIRED_CHUNKS___ext" type="application/json">{"namedChunks":["foryou"]}</script><script async="" data-chunk="webapp-desktop" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/runtime.744f341d6c5816c9f290.js"></script><script async="" data-chunk="webapp-desktop" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-596046b7.7e39f34bd5bf2a77308f.js"></script><script async="" data-chunk="webapp-desktop" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-d801507b.4fed182a105918e23a4a.js"></script><script async="" data-chunk="webapp-desktop" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-ea8a6886.1a2641d2e646971cae5b.js"></script><script async="" data-chunk="webapp-desktop" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-7842561a.ba3b6bce1ff5e76a02ef.js"></script><script async="" data-chunk="webapp-desktop" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-b3a903c8.2ed0daafb2d1060cc95e.js"></script><script async="" data-chunk="webapp-desktop" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-74d9c565.67bdf5bb8c32957cc0dd.js"></script><script async="" data-chunk="webapp-desktop" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/vendor.6c876e7361cafcbaccb4.js"></script><script async="" data-chunk="webapp-desktop" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/webapp-desktop.d170103dc9f0429ccbb5.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-eb873fff.ce40edb77129b7ea5cc0.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-876a5629.b06c134df09760e5be85.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-87e0bff3.8ed23d04d147801fc049.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-897bfa5e.ac0978f763558f44d4af.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-7418728f.cdb434627fbff4e55cc7.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-3dc52e2f.059010e641ad38e394d0.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-596046b7.335cd9010016bcb0373d.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-04a93705.12cad0909798d0cb21cd.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-6801073e.0cb6d53d2b2cdc7a5cde.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-ca20f4a9.c8f0a00c65702919b5af.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/npm-async-754771ea.12203aacc5d83b4b77e4.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/8708.caffc00332658b02dc74.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/8229.b6b320db382629c77340.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/5616.9ac05b5fb333414dbada.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/9894.0daa22a35a9807b2d9be.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/215.ba2cf15440367031ccbe.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/2702.2cebb0e5c12837a89e74.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/4992.15dea2db11f1095dadf0.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/5530.ee324f4dc09cea4e6b85.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/8686.f52a519a5c5f9baf189c.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/4881.2a08ef7fa5519518868f.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/9563.4569eb1ea5d017281e03.js"></script><script async="" data-chunk="foryou" src="https://lf16-tiktok-web.tiktokcdn-us.com/obj/tiktok-web-tx/tiktok/webapp/main/webapp-desktop/foryou.4cbb9b8d67578eeab6ba.js"></script></body></html>'
Many proxy services are available such as Scraper API provide proxy services which you can use to scrape
This will be another video but it allows you to automate actual Chrome browsers