Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishandutta2007/67c1698b34e58634b9a855051b67fdfd to your computer and use it in GitHub Desktop.
Save ishandutta2007/67c1698b34e58634b9a855051b67fdfd to your computer and use it in GitHub Desktop.
thiframecontent.html
<html lang="en" class="js logged-in client-root"><script type="text/javascript">Object.defineProperty(window.navigator, "userAgent", { get: function(){ return "Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5376e Safari/8536.25"; } });Object.defineProperty(window.navigator, "vendor", { get: function(){ return "Apple, Inc."; } });Object.defineProperty(window.navigator, "platform", { get: function(){ return "iPhone"; } });Object.defineProperty(window.screen.orientation, 'type', {value: 'portrait-primary'});</script><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Instagram</title>
<meta name="robots" content="noimageindex, noarchive">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#000000">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover">
<link rel="manifest" href="/data/manifest.json">
<link rel="preload" href="/static/bundles/es6/Vendor.js/1254883211b5.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="/static/bundles/es6/en_US.js/d9393674206f.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="/static/bundles/es6/ConsumerLibCommons.js/006b2e55f996.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="/static/bundles/es6/ConsumerUICommons.js/cdc35605a39a.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="/static/bundles/es6/ConsumerAsyncCommons.js/7e112004fddd.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="/static/bundles/es6/Consumer.js/78dade1d5064.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="/static/bundles/es6/FeedPageContainer.js/fe4e358d7c81.js" as="script" type="text/javascript" crossorigin="anonymous">
<link rel="preload" href="/graphql/query/?query_hash=e9fc24c740b7874e7f6a8f8e25241d9b&amp;variables=%7B%22only_stories%22%3Atrue%2C%22stories_prefetch%22%3Atrue%2C%22stories_video_dash_manifest%22%3Afalse%7D" as="fetch" type="application/json" crossorigin="">
<script type="text/javascript">
(function() {
var docElement = document.documentElement;
var classRE = new RegExp('(^|\\s)no-js(\\s|$)');
var className = docElement.className;
docElement.className = className.replace(classRE, '$1js$2');
})();
</script>
<script type="text/javascript">
(function() {
if ('PerformanceObserver' in window && 'PerformancePaintTiming' in window) {
window.__bufferedPerformance = [];
var ob = new PerformanceObserver(function(e) {
window.__bufferedPerformance.push.apply(window.__bufferedPerformance,e.getEntries());
});
ob.observe({entryTypes:['paint']});
}
window.__bufferedErrors = [];
window.onerror = function(message, url, line, column, error) {
window.__bufferedErrors.push({
message: message,
url: url,
line: line,
column: column,
error: error
});
return false;
};
window.__initialData = {
pending: true,
waiting: []
};
function asyncFetchSharedData(extra) {
var sharedDataReq = new XMLHttpRequest();
sharedDataReq.onreadystatechange = function() {
if (sharedDataReq.readyState === 4) {
if(sharedDataReq.status === 200){
var sharedData = JSON.parse(sharedDataReq.responseText);
window.__initialDataLoaded(sharedData, extra);
}
}
}
sharedDataReq.open('GET', '/data/shared_data/', true);
sharedDataReq.send(null);
}
window.__initialDataLoadFromCache = function(sharedData) {
var extra = { entry_data: sharedData.entry_data };
try {
var cachedSharedData = localStorage.getItem("ig_sdc");
if (!cachedSharedData) {
throw new Error();
}
cachedSharedData = JSON.parse(cachedSharedData);
if (cachedSharedData.expiry < Date.now() || cachedSharedData.schemaVersion != sharedData.cache_schema_version) {
throw new Error();
}
} catch (ex) {
return asyncFetchSharedData(extra);
}
window.__initialDataLoaded(sharedData, cachedSharedData.data);
};
function notifyLoaded(item, data) {
item.pending = false;
item.data = data;
for (var i = 0;i < item.waiting.length; ++i) {
item.waiting[i].resolve(item.data);
}
item.waiting = [];
}
function notifyError(item, msg) {
item.pending = false;
item.error = new Error(msg);
for (var i = 0;i < item.waiting.length; ++i) {
item.waiting[i].reject(item.error);
}
item.waiting = [];
}
window.__initialDataLoaded = function(initialData, extraData) {
if (extraData) {
for (var key in extraData) {
initialData[key] = extraData[key];
}
}
notifyLoaded(window.__initialData, initialData);
};
window.__initialDataError = function(msg) {
notifyError(window.__initialData, msg);
};
window.__additionalData = {};
window.__pendingAdditionalData = function(paths) {
for (var i = 0;i < paths.length; ++i) {
window.__additionalData[paths[i]] = {
pending: true,
waiting: []
};
}
};
window.__additionalDataLoaded = function(path, data) {
if (path in window.__additionalData) {
notifyLoaded(window.__additionalData[path], data);
} else {
console.error('Unexpected additional data loaded "' + path + '"');
}
};
window.__additionalDataError = function(path, msg) {
if (path in window.__additionalData) {
notifyError(window.__additionalData[path], msg);
} else {
console.error('Unexpected additional data encountered an error "' + path + '": ' + msg);
}
};
})();
</script><script type="text/javascript">
/*
Copyright 2018 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
(function(){function g(a,c){b||(b=a,f=c,h.forEach(function(a){removeEventListener(a,l,e)}),m())}function m(){b&&f&&0<d.length&&(d.forEach(function(a){a(b,f)}),d=[])}function n(a,c){function k(){g(a,c);d()}function b(){d()}function d(){removeEventListener("pointerup",k,e);removeEventListener("pointercancel",b,e)}addEventListener("pointerup",k,e);addEventListener("pointercancel",b,e)}function l(a){if(a.cancelable){var c=performance.now(),b=a.timeStamp;b>c&&(c=+new Date);c-=b;"pointerdown"==a.type?n(c,
a):g(c,a)}}var e={passive:!0,capture:!0},h=["click","mousedown","keydown","touchstart","pointerdown"],b,f,d=[];h.forEach(function(a){addEventListener(a,l,e)});window.perfMetrics=window.perfMetrics||{};window.perfMetrics.onFirstInputDelay=function(a){d.push(a);m()}})();
</script>
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/static/images/ico/apple-touch-icon-76x76-precomposed.png/4272e394f5ad.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/static/images/ico/apple-touch-icon-120x120-precomposed.png/02ba5abf9861.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/static/images/ico/apple-touch-icon-152x152-precomposed.png/419a6f9c7454.png">
<link rel="apple-touch-icon-precomposed" sizes="167x167" href="/static/images/ico/apple-touch-icon-167x167-precomposed.png/a24e58112f06.png">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="/static/images/ico/apple-touch-icon-180x180-precomposed.png/85a358fb3b7d.png">
<link rel="icon" sizes="192x192" href="/static/images/ico/favicon-192.png/68d99ba29cc8.png">
<link rel="mask-icon" href="/static/images/ico/favicon.svg/fc72dd4bfde8.svg" color="#262626">
<link rel="shortcut icon" type="image/x-icon" href="/static/images/ico/favicon.ico/36b3ee2d91ed.ico">
<link rel="alternate" href="https://www.instagram.com/" hreflang="x-default">
<link rel="alternate" href="https://www.instagram.com/?hl=en" hreflang="en">
<link rel="alternate" href="https://www.instagram.com/?hl=fr" hreflang="fr">
<link rel="alternate" href="https://www.instagram.com/?hl=it" hreflang="it">
<link rel="alternate" href="https://www.instagram.com/?hl=de" hreflang="de">
<link rel="alternate" href="https://www.instagram.com/?hl=es" hreflang="es">
<link rel="alternate" href="https://www.instagram.com/?hl=zh-cn" hreflang="zh-cn">
<link rel="alternate" href="https://www.instagram.com/?hl=zh-tw" hreflang="zh-tw">
<link rel="alternate" href="https://www.instagram.com/?hl=ja" hreflang="ja">
<link rel="alternate" href="https://www.instagram.com/?hl=ko" hreflang="ko">
<link rel="alternate" href="https://www.instagram.com/?hl=pt" hreflang="pt">
<link rel="alternate" href="https://www.instagram.com/?hl=pt-br" hreflang="pt-br">
<link rel="alternate" href="https://www.instagram.com/?hl=af" hreflang="af">
<link rel="alternate" href="https://www.instagram.com/?hl=cs" hreflang="cs">
<link rel="alternate" href="https://www.instagram.com/?hl=da" hreflang="da">
<link rel="alternate" href="https://www.instagram.com/?hl=el" hreflang="el">
<link rel="alternate" href="https://www.instagram.com/?hl=fi" hreflang="fi">
<link rel="alternate" href="https://www.instagram.com/?hl=hr" hreflang="hr">
<link rel="alternate" href="https://www.instagram.com/?hl=hu" hreflang="hu">
<link rel="alternate" href="https://www.instagram.com/?hl=id" hreflang="id">
<link rel="alternate" href="https://www.instagram.com/?hl=ms" hreflang="ms">
<link rel="alternate" href="https://www.instagram.com/?hl=nb" hreflang="nb">
<link rel="alternate" href="https://www.instagram.com/?hl=nl" hreflang="nl">
<link rel="alternate" href="https://www.instagram.com/?hl=pl" hreflang="pl">
<link rel="alternate" href="https://www.instagram.com/?hl=ru" hreflang="ru">
<link rel="alternate" href="https://www.instagram.com/?hl=sk" hreflang="sk">
<link rel="alternate" href="https://www.instagram.com/?hl=sv" hreflang="sv">
<link rel="alternate" href="https://www.instagram.com/?hl=th" hreflang="th">
<link rel="alternate" href="https://www.instagram.com/?hl=tl" hreflang="tl">
<link rel="alternate" href="https://www.instagram.com/?hl=tr" hreflang="tr">
<link rel="alternate" href="https://www.instagram.com/?hl=hi" hreflang="hi">
<link rel="alternate" href="https://www.instagram.com/?hl=bn" hreflang="bn">
<link rel="alternate" href="https://www.instagram.com/?hl=gu" hreflang="gu">
<link rel="alternate" href="https://www.instagram.com/?hl=kn" hreflang="kn">
<link rel="alternate" href="https://www.instagram.com/?hl=ml" hreflang="ml">
<link rel="alternate" href="https://www.instagram.com/?hl=mr" hreflang="mr">
<link rel="alternate" href="https://www.instagram.com/?hl=pa" hreflang="pa">
<link rel="alternate" href="https://www.instagram.com/?hl=ta" hreflang="ta">
<link rel="alternate" href="https://www.instagram.com/?hl=te" hreflang="te">
<link rel="alternate" href="https://www.instagram.com/?hl=ne" hreflang="ne">
<link rel="alternate" href="https://www.instagram.com/?hl=si" hreflang="si">
<link rel="alternate" href="https://www.instagram.com/?hl=ur" hreflang="ur">
<link rel="alternate" href="https://www.instagram.com/?hl=vi" hreflang="vi">
<link rel="alternate" href="https://www.instagram.com/?hl=bg" hreflang="bg">
<link rel="alternate" href="https://www.instagram.com/?hl=fr-ca" hreflang="fr-ca">
<link rel="alternate" href="https://www.instagram.com/?hl=ro" hreflang="ro">
<link rel="alternate" href="https://www.instagram.com/?hl=sr" hreflang="sr">
<link rel="alternate" href="https://www.instagram.com/?hl=uk" hreflang="uk">
<link rel="alternate" href="https://www.instagram.com/?hl=zh-hk" hreflang="zh-hk">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-co">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-hn">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-cr">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-ar">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-cu">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-pr">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-cl">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-uy">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-ve">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-bo">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-ni">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-pa">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-do">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-sv">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-py">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-ec">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-pe">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-gt">
<link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-mx">
<style type="text/css" data-isostyle-id="9568257">.Szr5J{display:block;overflow:hidden;text-indent:110%;white-space:nowrap}.kIKUG:active{opacity:1}.hUQXy,.hUQXy:visited{color:#3897f0}</style><style type="text/css" data-isostyle-id="9568258">.coreSpriteActivityHeart,.coreSpriteAddText,.coreSpriteAppIcon,.coreSpriteAppStoreButton,.coreSpriteApproveLarge,.coreSpriteBoomerang,.coreSpriteCall,.coreSpriteCheck,.coreSpriteChevronDark,.coreSpriteChevronDownGrey,.coreSpriteChevronRight,.coreSpriteCi,.coreSpriteClose,.coreSpriteCloseLight,.coreSpriteDesktopNavDirect,.coreSpriteDesktopPhotoGrid,.coreSpriteDesktopPhotoGridActive,.coreSpriteDesktopProfileIGTV,.coreSpriteDesktopProfileIGTVActive,.coreSpriteDesktopProfileSave,.coreSpriteDesktopProfileSaveActive,.coreSpriteDesktopProfileTagged,.coreSpriteDesktopProfileTaggedActive,.coreSpriteDirectHeart,.coreSpriteDismissLarge,.coreSpriteDismissSmall,.coreSpriteDownload,.coreSpriteDropdownArrowBlue5,.coreSpriteDropdownArrowBlue6,.coreSpriteDropdownArrowGrey9,.coreSpriteDropdownArrowWhite,.coreSpriteFacebookIcon,.coreSpriteFacebookIconInverted,.coreSpriteGallery,.coreSpriteGlyphGradient,.coreSpriteGlyphWhite,.coreSpriteGooglePlayButton,.coreSpriteHashtag,.coreSpriteHeartSmall,.coreSpriteHyperlapse,.coreSpriteIgLiteHalfsheetInstagramLogo,.coreSpriteInfo,.coreSpriteInputAccepted,.coreSpriteInputError,.coreSpriteInputRefresh,.coreSpriteKeyhole,.coreSpriteLeftChevron,.coreSpriteLeftPaginationArrow,.coreSpriteLikeAnimationHeart,.coreSpriteLocation,.coreSpriteLocationActive,.coreSpriteLock,.coreSpriteLockLarge,.coreSpriteLockSmall,.coreSpriteLoggedOutGenericUpsell,.coreSpriteLoggedOutWordmark,.coreSpriteMobileNavDirect,.coreSpriteMobileNavTypeLogo,.coreSpriteNavBack,.coreSpriteNotificationLeftChevron,.coreSpriteNotificationRightChevron,.coreSpriteOptionsEllipsis,.coreSpriteOptionsEllipsisLight,.coreSpritePagingChevron,.coreSpritePlayIconSmall,.coreSpritePrivateLock,.coreSpriteProfileCamera,.coreSpriteReload,.coreSpriteRightChevron,.coreSpriteRightPaginationArrow,.coreSpriteSaveNull,.coreSpriteSaveStory,.coreSpriteSearchClear,.coreSpriteSearchIcon,.coreSpriteSensitivityIcon,.coreSpriteSensitivityIconSmall,.coreSpriteSpeechBubbleSmall,.coreSpriteSpinsta,.coreSpriteSpinstaNux,.coreSpriteSpinstaStory,.coreSpriteStar,.coreSpriteStoryCreation,.coreSpriteStoryCreationAlt,.coreSpriteStoryRing,.coreSpriteStoryViewCount,.coreSpriteTaggedNull,.coreSpriteUnreadComments,.coreSpriteUnreadLikes,.coreSpriteUnreadRelationships,.coreSpriteUnreadUsertags,.coreSpriteVerifiedBadge,.coreSpriteVerifiedBadgeSmall,.coreSpriteVideoNux,.coreSpriteViewCount,.coreSpriteWindowsStoreButton{background-image:url(/static/bundles/es6/sprite_core_f01fcb405c10.png/f01fcb405c10.png)}.coreSpriteActivityHeart{background-repeat:no-repeat;background-position:-394px -64px;height:62px;width:62px}.coreSpriteAddText,.coreSpriteAppIcon{background-repeat:no-repeat;background-position:0 -399px;height:24px;width:24px}.coreSpriteAppIcon{background-position:0 -357px;height:40px;width:40px}.coreSpriteAppStoreButton,.coreSpriteApproveLarge{background-repeat:no-repeat;background-position:0 0;height:148px;width:148px}.coreSpriteAppStoreButton{background-position:0 -248px;height:41px;width:128px}.coreSpriteBoomerang,.coreSpriteCall{background-repeat:no-repeat;background-position:-308px -399px;height:17px;width:17px}.coreSpriteCall{background-position:-275px -174px;height:22px;width:22px}.coreSpriteCheck,.coreSpriteChevronDark{background-repeat:no-repeat;background-position:-132px -291px;height:62px;width:62px}.coreSpriteChevronDark{background-position:-449px -344px;height:10px;width:6px}.coreSpriteChevronDownGrey,.coreSpriteChevronRight{background-repeat:no-repeat;background-position:-378px -175px;height:12px;width:12px}.coreSpriteChevronRight{background-position:-449px -357px;height:11px;width:6px}.coreSpriteCi,.coreSpriteClose{background-repeat:no-repeat;background-position:-272px -203px;height:32px;width:25px}.coreSpriteClose{background-position:-436px -302px;height:20px;width:20px}.coreSpriteCloseLight,.coreSpriteDesktopNavDirect{background-repeat:no-repeat;background-position:-104px -399px;height:24px;width:24px}.coreSpriteDesktopNavDirect{background-position:-26px -399px}.coreSpriteDesktopPhotoGrid,.coreSpriteDesktopPhotoGridActive{background-repeat:no-repeat;background-position:-36px -425px;height:12px;width:12px}.coreSpriteDesktopPhotoGridActive{background-position:-50px -425px}.coreSpriteDesktopProfileIGTV,.coreSpriteDesktopProfileIGTVActive{background-repeat:no-repeat;background-position:-64px -425px;height:12px;width:12px}.coreSpriteDesktopProfileIGTVActive{background-position:-378px -217px}.coreSpriteDesktopProfileSave,.coreSpriteDesktopProfileSaveActive{background-repeat:no-repeat;background-position:-78px -425px;height:12px;width:10px}.coreSpriteDesktopProfileSaveActive{background-position:-90px -425px}.coreSpriteDesktopProfileTagged,.coreSpriteDesktopProfileTaggedActive{background-repeat:no-repeat;background-position:-436px -399px;height:12px;width:12px}.coreSpriteDesktopProfileTaggedActive{background-position:-378px -189px}.coreSpriteDirectHeart,.coreSpriteDismissLarge{background-repeat:no-repeat;background-position:-345px -357px;height:24px;width:24px}.coreSpriteDismissLarge{background-position:-252px -279px;height:10px;width:10px}.coreSpriteDismissSmall,.coreSpriteDownload{background-repeat:no-repeat;background-position:-378px -150px;height:8px;width:8px}.coreSpriteDownload{background-position:-394px -128px;height:62px;width:62px}.coreSpriteDropdownArrowBlue5{background-repeat:no-repeat;background-position:-378px -231px;height:6px;width:9px}.coreSpriteDropdownArrowBlue6,.coreSpriteDropdownArrowGrey9{background-repeat:no-repeat;background-position:-311px -239px;height:6px;width:9px}.coreSpriteDropdownArrowGrey9{background-position:-322px -239px;width:8px}.coreSpriteDropdownArrowWhite,.coreSpriteFacebookIcon{background-repeat:no-repeat;background-position:-300px -239px;height:6px;width:9px}.coreSpriteFacebookIcon{background-position:-382px -399px;height:16px;width:16px}.coreSpriteFacebookIconInverted,.coreSpriteGallery{background-repeat:no-repeat;background-position:-400px -399px;height:16px;width:16px}.coreSpriteGallery{background-position:-423px -357px;height:24px;width:24px}.coreSpriteGlyphGradient,.coreSpriteGlyphWhite{background-repeat:no-repeat;background-position:-42px -357px;height:40px;width:40px}.coreSpriteGlyphWhite{background-position:-357px -248px;height:29px;width:29px}.coreSpriteGooglePlayButton,.coreSpriteHashtag{background-repeat:no-repeat;background-position:-98px -203px;height:41px;width:130px}.coreSpriteHashtag{background-position:-378px -83px;height:17px;width:13px}.coreSpriteHeartSmall,.coreSpriteHyperlapse{background-repeat:no-repeat;background-position:-225px -399px;height:19px;width:19px}.coreSpriteHyperlapse{background-position:-327px -399px;height:17px;width:17px}.coreSpriteIgLiteHalfsheetInstagramLogo,.coreSpriteInfo{background-repeat:no-repeat;background-position:-66px -291px;height:64px;width:64px}.coreSpriteInfo{background-position:-122px -357px;height:34px;width:34px}.coreSpriteInputAccepted,.coreSpriteInputError,.coreSpriteInputRefresh{background-repeat:no-repeat;background-position:-275px -150px;height:22px;width:22px}.coreSpriteInputError,.coreSpriteInputRefresh{background-position:-156px -399px}.coreSpriteInputRefresh{background-position:-180px -399px;width:21px}.coreSpriteKeyhole,.coreSpriteLeftChevron{background-repeat:no-repeat;background-position:-324px -291px;height:62px;width:62px}.coreSpriteLeftChevron{background-position:-256px -357px;height:30px;width:30px}.coreSpriteLeftPaginationArrow{background-repeat:no-repeat;background-position:-394px -302px;height:40px;width:40px}.coreSpriteLikeAnimationHeart,.coreSpriteLocation{background-repeat:no-repeat;background-position:-300px 0;height:81px;width:92px}.coreSpriteLocation{background-position:-18px -425px;height:19px;width:16px}.coreSpriteLocationActive,.coreSpriteLock{background-repeat:no-repeat;background-position:0 -425px;height:20px;width:16px}.coreSpriteLock{background-position:-300px -83px;height:76px;width:76px}.coreSpriteLockLarge,.coreSpriteLockSmall{background-repeat:no-repeat;background-position:-150px 0;height:148px;width:148px}.coreSpriteLockSmall{background-position:0 -150px;height:96px;width:96px}.coreSpriteLoggedOutGenericUpsell{background-repeat:no-repeat;background-position:-394px -192px;height:58px;width:58px}.coreSpriteLoggedOutWordmark,.coreSpriteMobileNavDirect{background-repeat:no-repeat;background-position:-98px -150px;height:51px;width:175px}.coreSpriteMobileNavDirect{background-position:-78px -399px;height:24px;width:24px}.coreSpriteMobileNavTypeLogo,.coreSpriteNavBack{background-repeat:no-repeat;background-position:-252px -248px;height:29px;width:103px}.coreSpriteNavBack{background-position:-444px -252px;height:20px;width:12px}.coreSpriteNotificationLeftChevron{background-repeat:no-repeat;background-position:-444px -274px;height:21px;width:11px}.coreSpriteNotificationRightChevron,.coreSpriteOptionsEllipsis{background-repeat:no-repeat;background-position:-378px -133px;height:15px;width:12px}.coreSpriteOptionsEllipsis{background-position:-346px -399px;height:16px;width:16px}.coreSpriteOptionsEllipsisLight,.coreSpritePagingChevron,.coreSpritePlayIconSmall{background-repeat:no-repeat;background-position:-397px -357px;height:24px;width:24px}.coreSpritePagingChevron,.coreSpritePlayIconSmall{background-position:-371px -357px}.coreSpritePlayIconSmall{background-position:-267px -399px;height:19px;width:19px}.coreSpritePrivateLock,.coreSpriteProfileCamera{background-repeat:no-repeat;background-position:-84px -357px;height:36px;width:36px}.coreSpriteProfileCamera{background-position:-260px -291px;height:62px;width:62px}.coreSpriteReload,.coreSpriteRightChevron{background-repeat:no-repeat;background-position:-288px -357px;height:29px;width:29px}.coreSpriteRightChevron{background-position:-224px -357px;height:30px;width:30px}.coreSpriteRightPaginationArrow,.coreSpriteSaveNull{background-repeat:no-repeat;background-position:-230px -203px;height:40px;width:40px}.coreSpriteSaveNull{background-position:-196px -291px;height:62px;width:62px}.coreSpriteSaveStory,.coreSpriteSearchClear{background-repeat:no-repeat;background-position:-130px -399px;height:24px;width:24px}.coreSpriteSearchClear{background-position:-203px -399px;height:20px;width:20px}.coreSpriteSearchIcon,.coreSpriteSensitivityIcon{background-repeat:no-repeat;background-position:-437px -344px;height:10px;width:10px}.coreSpriteSensitivityIcon{background-position:-394px -252px;height:48px;width:48px}.coreSpriteSensitivityIconSmall{background-repeat:no-repeat;background-position:-158px -357px;height:32px;width:32px}.coreSpriteSpeechBubbleSmall,.coreSpriteSpinsta{background-repeat:no-repeat;background-position:-246px -399px;height:19px;width:19px}.coreSpriteSpinsta{background-position:-408px -344px;height:11px;width:12px}.coreSpriteSpinstaNux,.coreSpriteSpinstaStory{background-repeat:no-repeat;background-position:-192px -357px;height:30px;width:30px}.coreSpriteSpinstaStory{background-position:-394px -344px;height:11px;width:12px}.coreSpriteStar,.coreSpriteStoryCreation{background-repeat:no-repeat;background-position:-319px -357px;height:24px;width:24px}.coreSpriteStoryCreation{background-position:-52px -399px}.coreSpriteStoryCreationAlt{background-repeat:no-repeat;background-position:-288px -399px;height:18px;width:18px}.coreSpriteStoryRing,.coreSpriteStoryViewCount{background-repeat:no-repeat;background-position:0 -291px;height:64px;width:64px}.coreSpriteStoryViewCount{background-position:-422px -344px;height:10px;width:13px}.coreSpriteTaggedNull,.coreSpriteUnreadComments{background-repeat:no-repeat;background-position:-394px 0;height:62px;width:62px}.coreSpriteUnreadComments{background-position:-378px -102px;height:14px;width:14px}.coreSpriteUnreadLikes,.coreSpriteUnreadRelationships{background-repeat:no-repeat;background-position:-378px -161px;height:12px;width:14px}.coreSpriteUnreadRelationships{background-position:-378px -118px;height:13px}.coreSpriteUnreadUsertags,.coreSpriteVerifiedBadge{background-repeat:no-repeat;background-position:-364px -399px;height:16px;width:16px}.coreSpriteVerifiedBadge{background-position:-436px -324px;height:18px;width:18px}.coreSpriteVerifiedBadgeSmall{background-repeat:no-repeat;background-position:-378px -203px;height:12px;width:12px}.coreSpriteVideoNux,.coreSpriteViewCount{background-repeat:no-repeat;background-position:-300px -161px;height:76px;width:76px}.coreSpriteViewCount{background-position:-418px -399px;height:16px;width:16px}.coreSpriteWindowsStoreButton{background-repeat:no-repeat;background-position:-130px -248px;height:41px;width:120px}@media (min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.coreSpriteActivityHeart,.coreSpriteAddText,.coreSpriteAppIcon,.coreSpriteAppStoreButton,.coreSpriteBoomerang,.coreSpriteCall,.coreSpriteCheck,.coreSpriteChevronDark,.coreSpriteChevronDownGrey,.coreSpriteChevronRight,.coreSpriteCi,.coreSpriteClose,.coreSpriteCloseLight,.coreSpriteDesktopNavDirect,.coreSpriteDesktopPhotoGrid,.coreSpriteDesktopPhotoGridActive,.coreSpriteDesktopProfileIGTV,.coreSpriteDesktopProfileIGTVActive,.coreSpriteDesktopProfileSave,.coreSpriteDesktopProfileSaveActive,.coreSpriteDesktopProfileTagged,.coreSpriteDesktopProfileTaggedActive,.coreSpriteDirectHeart,.coreSpriteDismissLarge,.coreSpriteDismissSmall,.coreSpriteDownload,.coreSpriteDropdownArrowBlue5,.coreSpriteDropdownArrowBlue6,.coreSpriteDropdownArrowGrey9,.coreSpriteDropdownArrowWhite,.coreSpriteFacebookIcon,.coreSpriteFacebookIconInverted,.coreSpriteGallery,.coreSpriteGlyphGradient,.coreSpriteGlyphWhite,.coreSpriteGooglePlayButton,.coreSpriteHashtag,.coreSpriteHeartSmall,.coreSpriteHyperlapse,.coreSpriteIgLiteHalfsheetInstagramLogo,.coreSpriteInfo,.coreSpriteInputAccepted,.coreSpriteInputError,.coreSpriteInputRefresh,.coreSpriteKeyhole,.coreSpriteLeftChevron,.coreSpriteLeftPaginationArrow,.coreSpriteLikeAnimationHeart,.coreSpriteLocation,.coreSpriteLocationActive,.coreSpriteLock,.coreSpriteLockSmall,.coreSpriteLoggedOutGenericUpsell,.coreSpriteLoggedOutWordmark,.coreSpriteMobileNavDirect,.coreSpriteMobileNavTypeLogo,.coreSpriteNavBack,.coreSpriteNotificationLeftChevron,.coreSpriteNotificationRightChevron,.coreSpriteNullProfile,.coreSpriteOptionsEllipsis,.coreSpriteOptionsEllipsisLight,.coreSpritePagingChevron,.coreSpritePlayIconSmall,.coreSpritePrivateLock,.coreSpriteProfileCamera,.coreSpriteReload,.coreSpriteRightChevron,.coreSpriteRightPaginationArrow,.coreSpriteSaveNull,.coreSpriteSaveStory,.coreSpriteSearchClear,.coreSpriteSearchIcon,.coreSpriteSensitivityIcon,.coreSpriteSensitivityIconSmall,.coreSpriteSpeechBubbleSmall,.coreSpriteSpinsta,.coreSpriteSpinstaNux,.coreSpriteSpinstaStory,.coreSpriteStar,.coreSpriteStoryCreation,.coreSpriteStoryCreationAlt,.coreSpriteStoryRing,.coreSpriteStoryViewCount,.coreSpriteTaggedNull,.coreSpriteUnreadComments,.coreSpriteUnreadLikes,.coreSpriteUnreadRelationships,.coreSpriteUnreadUsertags,.coreSpriteVerifiedBadge,.coreSpriteVerifiedBadgeSmall,.coreSpriteVideoNux,.coreSpriteViewCount,.coreSpriteWindowsStoreButton,.coreSpriteWordmark{background-image:url(/static/bundles/es6/sprite_core_2x_6ba81dcece9b.png/6ba81dcece9b.png)}.coreSpriteActivityHeart{background-size:410px 396px;background-position:-63px -273px}.coreSpriteAddText,.coreSpriteAppIcon{background-size:410px 396px;background-position:-289px -336px}.coreSpriteAppIcon{background-position:-338px -171px}.coreSpriteAppStoreButton,.coreSpriteBoomerang{background-size:410px 396px;background-position:0 -231px}.coreSpriteBoomerang{background-position:-379px -194px}.coreSpriteCall,.coreSpriteCheck{background-size:410px 396px;background-position:-315px -273px}.coreSpriteCheck{background-position:-126px -273px}.coreSpriteChevronDark,.coreSpriteChevronDownGrey{background-size:410px 396px;background-position:-401px -26px}.coreSpriteChevronDownGrey{background-position:-125px -366px}.coreSpriteChevronRight,.coreSpriteCi{background-size:410px 396px;background-position:-401px -37px}.coreSpriteCi{background-position:-243px -97px}.coreSpriteClose,.coreSpriteCloseLight{background-size:410px 396px;background-position:-379px -253px}.coreSpriteCloseLight{background-position:-164px -336px}.coreSpriteDesktopNavDirect{background-size:410px 396px;background-position:-239px -336px}.coreSpriteDesktopPhotoGrid{background-size:410px 396px;background-position:-177px -366px}.coreSpriteDesktopPhotoGridActive{background-size:410px 396px;background-position:-189px -366px}.coreSpriteDesktopProfileIGTV{background-size:410px 396px;background-position:-164px -366px}.coreSpriteDesktopProfileIGTVActive{background-size:410px 396px;background-position:-151px -366px}.coreSpriteDesktopProfileSave{background-size:410px 396px;background-position:-401px -13px}.coreSpriteDesktopProfileSaveActive{background-size:410px 396px;background-position:-401px 0}.coreSpriteDesktopProfileTagged{background-size:410px 396px;background-position:-315px -319px}.coreSpriteDesktopProfileTaggedActive{background-size:410px 396px;background-position:-255px -131px}.coreSpriteDirectHeart,.coreSpriteDismissLarge{background-size:410px 396px;background-position:-247px -174px}.coreSpriteDismissLarge{background-position:-229px -366px}.coreSpriteDismissSmall,.coreSpriteDownload{background-size:410px 396px;background-position:-401px -49px}.coreSpriteDownload{background-position:-252px -273px}.coreSpriteDropdownArrowBlue5{background-size:410px 396px;background-position:-401px -65px}.coreSpriteDropdownArrowBlue6{background-size:410px 396px;background-position:-401px -58px}.coreSpriteDropdownArrowGrey9{background-size:410px 396px;background-position:-401px -79px}.coreSpriteDropdownArrowWhite,.coreSpriteFacebookIcon{background-size:410px 396px;background-position:-401px -72px}.coreSpriteFacebookIcon{background-position:-193px -131px}.coreSpriteFacebookIconInverted,.coreSpriteGallery{background-size:410px 396px;background-position:-273px -256px}.coreSpriteGallery{background-position:-189px -336px}.coreSpriteGlyphGradient,.coreSpriteGlyphWhite{background-size:410px 396px;background-position:-338px -294px}.coreSpriteGlyphWhite{background-position:-134px -336px}.coreSpriteGooglePlayButton,.coreSpriteHashtag{background-size:410px 396px;background-position:-97px -52px}.coreSpriteHashtag{background-position:-111px -366px}.coreSpriteHeartSmall,.coreSpriteHyperlapse{background-size:410px 396px;background-position:-379px -274px}.coreSpriteHyperlapse{background-position:-93px -366px}.coreSpriteIgLiteHalfsheetInstagramLogo{background-size:410px 396px;background-position:-273px 0}.coreSpriteInfo,.coreSpriteInputAccepted{background-size:410px 396px;background-position:-176px -97px}.coreSpriteInputAccepted{background-position:-250px -231px}.coreSpriteInputError,.coreSpriteInputRefresh{background-size:410px 396px;background-position:-315px -296px}.coreSpriteInputRefresh{background-position:-379px -171px}.coreSpriteKeyhole,.coreSpriteLeftChevron{background-size:410px 396px;background-position:-273px -193px}.coreSpriteLeftChevron{background-position:0 -366px}.coreSpriteLeftPaginationArrow{background-size:410px 396px;background-position:-338px -212px}.coreSpriteLikeAnimationHeart{background-size:410px 396px;background-position:0 -149px}.coreSpriteLocation,.coreSpriteLocationActive{background-size:410px 396px;background-position:-381px -336px}.coreSpriteLocationActive{background-position:-364px -336px}.coreSpriteLock,.coreSpriteLockSmall{background-size:410px 396px;background-position:-170px -149px}.coreSpriteLockSmall{background-position:0 0}.coreSpriteLoggedOutGenericUpsell{background-size:410px 396px;background-position:-338px -63px}.coreSpriteLoggedOutWordmark,.coreSpriteMobileNavDirect{background-size:410px 396px;background-position:0 -97px}.coreSpriteMobileNavDirect{background-position:-247px -199px}.coreSpriteMobileNavTypeLogo,.coreSpriteNavBack{background-size:410px 396px;background-position:0 -336px}.coreSpriteNavBack{background-position:-387px -122px}.coreSpriteNotificationLeftChevron{background-size:410px 396px;background-position:-387px -143px}.coreSpriteNotificationRightChevron{background-size:410px 396px;background-position:-324px -256px}.coreSpriteNullProfile,.coreSpriteOptionsEllipsis{background-size:410px 396px;background-position:-338px 0}.coreSpriteOptionsEllipsis{background-position:-176px -131px}.coreSpriteOptionsEllipsisLight{background-size:410px 396px;background-position:-314px -336px}.coreSpritePagingChevron,.coreSpritePlayIconSmall{background-size:410px 396px;background-position:-264px -336px}.coreSpritePlayIconSmall{background-position:-379px -294px}.coreSpritePrivateLock,.coreSpriteProfileCamera{background-size:410px 396px;background-position:-228px -52px}.coreSpriteProfileCamera{background-position:-273px -130px}.coreSpriteReload,.coreSpriteRightChevron{background-size:410px 396px;background-position:-104px -336px}.coreSpriteRightChevron{background-position:-62px -366px}.coreSpriteRightPaginationArrow,.coreSpriteSaveNull{background-size:410px 396px;background-position:-338px -253px}.coreSpriteSaveNull{background-position:-189px -273px}.coreSpriteSaveStory,.coreSpriteSearchClear{background-size:410px 396px;background-position:-339px -336px}.coreSpriteSearchClear{background-position:-379px -212px}.coreSpriteSearchIcon,.coreSpriteSensitivityIcon{background-size:410px 396px;background-position:-240px -366px}.coreSpriteSensitivityIcon{background-position:-338px -122px}.coreSpriteSensitivityIconSmall{background-size:410px 396px;background-position:-210px -97px}.coreSpriteSpeechBubbleSmall,.coreSpriteSpinsta{background-size:410px 396px;background-position:-379px -233px}.coreSpriteSpinsta{background-position:-202px -366px}.coreSpriteSpinstaNux,.coreSpriteSpinstaStory{background-size:410px 396px;background-position:-31px -366px}.coreSpriteSpinstaStory{background-position:-93px -384px}.coreSpriteStar,.coreSpriteStoryCreation{background-size:410px 396px;background-position:-214px -336px}.coreSpriteStoryCreation{background-position:-247px -149px}.coreSpriteStoryCreationAlt,.coreSpriteStoryRing{background-size:410px 396px;background-position:-250px -254px}.coreSpriteStoryRing{background-position:-273px -65px}.coreSpriteStoryViewCount,.coreSpriteTaggedNull{background-size:410px 396px;background-position:-215px -366px}.coreSpriteTaggedNull{background-position:0 -273px}.coreSpriteUnreadComments,.coreSpriteUnreadLikes{background-size:410px 396px;background-position:-210px -131px}.coreSpriteUnreadLikes{background-position:-240px -131px}.coreSpriteUnreadRelationships{background-size:410px 396px;background-position:-225px -131px}.coreSpriteUnreadUsertags,.coreSpriteVerifiedBadge{background-size:410px 396px;background-position:-290px -256px}.coreSpriteVerifiedBadge{background-position:-379px -314px}.coreSpriteVerifiedBadgeSmall{background-size:410px 396px;background-position:-138px -366px}.coreSpriteVideoNux,.coreSpriteViewCount{background-size:410px 396px;background-position:-93px -149px}.coreSpriteViewCount{background-position:-307px -256px}.coreSpriteWindowsStoreButton,.coreSpriteWordmark{background-size:410px 396px;background-position:-129px -231px}.coreSpriteWordmark{background-position:-97px 0}}</style><style type="text/css" data-isostyle-id="9568391">.Nd6FG{background-color:#fff}._8F2QW,.vau5H{-webkit-box-flex:1}._8F2QW{background-color:#fff;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:initial;max-height:calc(100vh - 80px)}.vau5H{-webkit-flex:1;-ms-flex:1;flex:1}.FkhkD>span:first-child{font-weight:600}.vau5H span{font-size:14px;margin:0 30px;text-align:center}@media (min-width:736px){.Nd6FG{background-color:initial}._8F2QW{margin:auto;max-width:512px;max-height:420px}.uj53w li{min-width:448px}.hf0Z9{max-height:262px}}.XnQ-0{font-weight:700;font-size:16px;margin-bottom:8px;text-align:center}.Vz9zI{margin-right:4px}._16jrd,.qMFi1{color:#999}._16jrd,.hBVGV,.qMFi1{font-size:12px;margin:0 auto 8px}._16jrd{list-style-type:disc;margin-left:16px}.hBVGV,.hBVGV a,.hBVGV a:visited,a.JUhMz,a:visited.JUhMz{color:#3897f0;text-align:center}.rZzGH{border:0;border-top:1px solid #efefef;margin-bottom:24px;margin-top:12px;width:100%}.eS6pE{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:24px 16px}.hf0Z9{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;overflow:auto;padding:24px 16px}._0GT5G{border-top:1px solid #efefef;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%}.PR5jL{color:#999;font-size:10px;margin-bottom:8px;text-align:center}._0voMS{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:32px;font-size:14px;font-weight:600;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.zNpf4{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #dbdbdb;border-radius:50%;height:24px;-webkit-transition:.2s all linear;transition:.2s all linear;width:24px}.zNpf4:focus{outline:0}.zNpf4:checked{background-color:#fff;border:8px solid #3897f0}.CIjBL{margin:40px auto}.OXZut,a.OXZut,a:visited.OXZut{color:#262626;font-weight:600;cursor:pointer}._7qqQU{color:#999;display:inline;font-size:12px;text-align:center}</style><style type="text/css" data-isostyle-id="9896009">.videoSpritePlayButton,.videoSpriteSoundOff,.videoSpriteSoundOn{background-image:url(/static/bundles/es6/sprite_video_a9df6b08a8a2.png/a9df6b08a8a2.png)}.videoSpritePlayButton{background-repeat:no-repeat;background-position:0 0;height:135px;width:135px}.videoSpriteSoundOff,.videoSpriteSoundOn{background-repeat:no-repeat;background-position:-137px 0;height:13px;width:16px}.videoSpriteSoundOn{background-position:-137px -15px}@media (min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.videoSpritePlayButton,.videoSpriteSoundOff,.videoSpriteSoundOn{background-image:url(/static/bundles/es6/sprite_video_2x_193449797d0d.png/193449797d0d.png)}.videoSpritePlayButton{background-size:152px 135px;background-position:0 0}.videoSpriteSoundOff,.videoSpriteSoundOn{background-size:152px 135px;background-position:-136px 0}.videoSpriteSoundOn{background-position:-136px -14px}}</style><style type="text/css" data-isostyle-id="9896048">@media (min-width:736px){.Nzb55{font-size:15px;line-height:18px}}@media (max-width:735px){.Nzb55{font-size:14px;line-height:17px}}</style><style type="text/css" data-isostyle-id="9896079">.vgS-T{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;visibility:hidden}</style><style type="text/css" data-isostyle-id="9896084">.ZIm78{height:0;visibility:hidden;width:100%}</style><style type="text/css" data-isostyle-id="9896127">.KcRNL{border-radius:50%;border-style:solid;border-width:2px;-webkit-box-sizing:content-box;box-sizing:content-box}.mOBkM{border-color:#fff}.-G2e8{border-color:#000}.ucU8P{border-color:transparent}.eti5t{margin-left:-9px}.I3hth{margin-right:-9px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.KcRNL{border:0}.KcRNL::before{border-radius:50%;border-style:solid;border-width:5px;content:'';height:200%;left:-2.5px;position:absolute;top:-2.5px;-webkit-transform-origin:top left;transform-origin:top left;-webkit-transform:scale(.5);transform:scale(.5);width:200%}.mOBkM::before{border-color:#fff}.-G2e8::before{border-color:#000}.ucU8P::before{border-color:transparent}.Cwehh{margin-left:-4px}.eti5t{margin-left:-5px}.I3hth{margin-right:-5px}}</style><style type="text/css" data-isostyle-id="9896137">.PID-B{left:0;position:fixed;right:0;top:0;z-index:12}</style><style type="text/css" data-isostyle-id="10027051">.eLAPa{background-color:#efefef;display:block;width:100%}.KL4Bh{display:block;overflow:hidden;padding-bottom:100%}.FFVAD,._9AhH0{left:0;position:absolute;top:0}.FFVAD{height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}._9AhH0{bottom:0;right:0}</style><style type="text/css" data-isostyle-id="10027127">.y9v3U{display:block}.cqXBL,.cqXBL:visited,.y9v3U{color:#262626}.zV_Nj,.zV_Nj:visited{font-weight:600;color:#262626}.Nm9Fw{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start;white-space:pre}</style><style type="text/css" data-isostyle-id="11927645">.kHt39{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-tap-highlight-color:transparent;cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xUdfV{opacity:0;position:absolute;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.16,1.275,.725,1.255);transition-timing-function:cubic-bezier(.16,1.275,.725,1.255)}.xUdfV:hover{z-index:100}.fTh_a .xUdfV{opacity:1;-webkit-transform:scale(1);transform:scale(1)}</style><style type="text/css" data-isostyle-id="11927649">.JYWcJ{background-color:rgba(0,0,0,.85);border:0;border-radius:4px;cursor:pointer;display:block;font-size:14px;line-height:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.JYWcJ:focus{outline:0}.JYWcJ,.JYWcJ:link,.JYWcJ:visited{color:#fff;font-weight:600}.JYWcJ:hover{text-decoration:none}.wCuNw{line-height:36px;position:relative;display:inline-block}</style><style type="text/css" data-isostyle-id="11927651">.eg3Fv{margin:0 12px}.Mu0TI{border-style:solid;height:0;left:50%;margin-left:-6px;position:absolute;width:0}.Vj5NV{border-color:transparent transparent rgba(0,0,0,.85);border-width:0 6px 6px;top:-5px}._6XC01{border-color:rgba(0,0,0,.85) transparent transparent;border-width:6px 6px 0;top:100%}</style><style type="text/css" data-isostyle-id="11927652">.G_hoz{background:rgba(0,0,0,.8);border-radius:50%;border:0;height:28px;margin:12px;opacity:0;padding:0;position:relative;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:opacity;transition-property:opacity;width:28px}._6JfJs{opacity:1}.HBUJV,.LcKDX{bottom:0;left:0;position:absolute}.HBUJV{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;right:0;top:0;-webkit-transform:scale(.5);transform:scale(.5)}</style><style type="text/css" data-isostyle-id="11927656">.ZyFrc{-ms-touch-action:manipulation;touch-action:manipulation}</style><style type="text/css" data-isostyle-id="11993104">.storiesSpriteChisel__filled__44,.storiesSpriteChisel__outline__44,.storiesSpriteDownload__filled__44,.storiesSpriteDrawing_tools__filled__44,.storiesSpriteEraser__filled__44,.storiesSpriteEraser__outline__44,.storiesSpriteMagic__filled__44,.storiesSpriteMagic__outline__44,.storiesSpriteMarker__filled__44,.storiesSpriteMarker__outline__44,.storiesSpriteNew_story__outline__24__grey_0,.storiesSpriteSticker__outline__44,.storiesSpriteText__filled__44,.storiesSpriteX__outline__44{background-image:url(/static/bundles/es6/sprite_stories_995e9bcf0ba7.png/995e9bcf0ba7.png)}.storiesSpriteChisel__filled__44,.storiesSpriteChisel__outline__44{background-repeat:no-repeat;background-position:-46px 0;height:44px;width:44px}.storiesSpriteChisel__outline__44{background-position:-46px -92px}.storiesSpriteDownload__filled__44,.storiesSpriteDrawing_tools__filled__44{background-repeat:no-repeat;background-position:0 -46px;height:44px;width:44px}.storiesSpriteDrawing_tools__filled__44{background-position:-46px -46px}.storiesSpriteEraser__filled__44,.storiesSpriteEraser__outline__44{background-repeat:no-repeat;background-position:-92px 0;height:44px;width:44px}.storiesSpriteEraser__outline__44{background-position:-92px -46px}.storiesSpriteMagic__filled__44,.storiesSpriteMagic__outline__44{background-repeat:no-repeat;background-position:0 -92px;height:44px;width:44px}.storiesSpriteMagic__outline__44{background-position:0 0}.storiesSpriteMarker__filled__44,.storiesSpriteMarker__outline__44{background-repeat:no-repeat;background-position:-92px -92px;height:44px;width:44px}.storiesSpriteMarker__outline__44{background-position:-138px 0}.storiesSpriteNew_story__outline__24__grey_0{background-repeat:no-repeat;background-position:-46px -138px;height:24px;width:24px}.storiesSpriteSticker__outline__44{background-repeat:no-repeat;background-position:-138px -92px;height:44px;width:44px}.storiesSpriteText__filled__44,.storiesSpriteX__outline__44{background-repeat:no-repeat;background-position:-138px -46px;height:44px;width:44px}.storiesSpriteX__outline__44{background-position:0 -138px}@media (min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.storiesSpriteChisel__filled__44,.storiesSpriteChisel__outline__44,.storiesSpriteDownload__filled__44,.storiesSpriteDrawing_tools__filled__44,.storiesSpriteEraser__filled__44,.storiesSpriteEraser__outline__44,.storiesSpriteMagic__filled__44,.storiesSpriteMagic__outline__44,.storiesSpriteMarker__filled__44,.storiesSpriteMarker__outline__44,.storiesSpriteNew_story__outline__24__grey_0,.storiesSpriteSticker__outline__44,.storiesSpriteText__filled__44,.storiesSpriteX__outline__44{background-image:url(/static/bundles/es6/sprite_stories_2x_4bbb2e7b5b0d.png/4bbb2e7b5b0d.png)}.storiesSpriteChisel__filled__44{background-size:179px 179px;background-position:-45px 0}.storiesSpriteChisel__outline__44{background-size:179px 179px;background-position:-45px -90px}.storiesSpriteDownload__filled__44{background-size:179px 179px;background-position:0 -45px}.storiesSpriteDrawing_tools__filled__44{background-size:179px 179px;background-position:-45px -45px}.storiesSpriteEraser__filled__44{background-size:179px 179px;background-position:-90px 0}.storiesSpriteEraser__outline__44{background-size:179px 179px;background-position:-90px -45px}.storiesSpriteMagic__filled__44{background-size:179px 179px;background-position:0 -90px}.storiesSpriteMagic__outline__44{background-size:179px 179px;background-position:0 0}.storiesSpriteMarker__filled__44{background-size:179px 179px;background-position:-90px -90px}.storiesSpriteMarker__outline__44{background-size:179px 179px;background-position:-135px 0}.storiesSpriteNew_story__outline__24__grey_0{background-size:179px 179px;background-position:-45px -135px}.storiesSpriteSticker__outline__44{background-size:179px 179px;background-position:-135px -90px}.storiesSpriteText__filled__44{background-size:179px 179px;background-position:-135px -45px}.storiesSpriteX__outline__44{background-size:179px 179px;background-position:0 -135px}}</style><style type="text/css" data-isostyle-id="11993115">.Nnq7C{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.Nnq7C>*{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}</style><style type="text/css" data-isostyle-id="12058669">.Id0Rh{margin-top:40px;height:48px}</style><style type="text/css" data-isostyle-id="12255277">.M9sTE{padding:0}.UE9AK{border-bottom:1px solid #efefef}.UE9AK.wzpSR{height:76px;padding:0 16px 16px}.MEAGs{height:60px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute}.eo2As{padding:0 16px}.eo2As>:first-child{margin-top:16px}.Slqrh,.eo2As>.Slqrh:first-child{margin-top:4px}.ygqzn{margin-bottom:8px}.EtaWk{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;min-height:0;overflow:auto}.EtaWk,.NnvRN{margin-bottom:4px}._JgwE{margin-top:4px}.eJg28{display:none}.h0YNM ._JgwE{min-height:48px}.L_LMM ._JgwE{padding-right:26px}.h0YNM .UE9AK{padding-right:40px}.h0YNM .MEAGs{right:4px;top:0}.L_LMM .MEAGs{bottom:0;height:52px;right:4px;top:auto}.SgTZ1.Tgarh .Slqrh{margin-top:-34px}.JyscU{width:100%}.JyscU ._97aPb{background-color:#000;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:335px;min-height:450px}.JyscU ._97aPb.wKWK0{background-color:#fafafa}.JyscU .UE9AK{border-bottom:1px solid #efefef;height:78px;margin-right:0;padding:20px 0;position:absolute;right:24px;top:0;width:287px}.JyscU .UE9AK.wzpSR{height:98px;padding:0 0 20px}.JyscU .eo2As{bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;padding-right:24px;position:absolute;right:0;top:78px;width:335px}.JyscU .eo2As.O9c_u{top:98px}.JyscU .Slqrh{border-top:1px solid #efefef;margin:0;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;padding-top:2px}.JyscU .ygqzn{margin-bottom:4px;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.JyscU .EtaWk{margin:0 -24px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;overflow-x:hidden}.JyscU .NnvRN{margin-bottom:0;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.JyscU ._JgwE{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.JyscU.L_LMM .MEAGs{right:14px}.L_LMM.ePUX4 .eo2As{padding:0}.L_LMM.ePUX4 .Slqrh,.L_LMM.ePUX4 .ygqzn{padding-left:16px;padding-right:16px}.L_LMM.ePUX4 .NnvRN{padding-left:16px}.L_LMM.ePUX4 ._JgwE{padding-left:16px;padding-right:16px}.L_LMM.ePUX4 .MEAGs{height:60px;top:0}.L_LMM.ePUX4 .EtaWk{margin:0 0 auto;padding:0 16px}.JyscU.ePUX4 .UE9AK{border-left:1px solid #efefef;height:72px;padding:16px;right:0;width:335px}.JyscU.ePUX4 .eo2As{border-left:1px solid #efefef;top:72px}.JyscU.ePUX4 .EtaWk{padding:0}.JyscU.ePUX4 .Slqrh{padding-top:4px}.JyscU.ePUX4 ._JgwE{margin-top:8px}.JyscU.ePUX4.L_LMM .MEAGs{height:72px;right:4px;top:0}@media (-webkit-min-device-pixel-ratio:2){.SgTZ1 .UE9AK{border-bottom-width:.5px}}.ZwCGT{margin-bottom:12px}</style><style type="text/css" data-isostyle-id="12255311">.B1JlO{display:inline-block;width:100%;-webkit-tap-highlight-color:transparent}.OAXCp{display:block;overflow:hidden;padding-bottom:100%}.oJub8{height:calc(100% + 1px);position:absolute;width:100%}.QvAa1,.oujXn{bottom:0;left:0;position:absolute;right:0;top:0}.video-js{position:static}.QvAa1{display:block}.B2xwy{opacity:0;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;-webkit-transition-delay:.1s;transition-delay:.1s}.PTIMp{opacity:1}._3G0Ji,.y4vpg{position:absolute}._3G0Ji{display:block;height:135px;left:50%;margin-left:-67px;margin-top:-67px;top:50%;width:135px}.y4vpg{opacity:1;right:0;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;-webkit-transition-delay:.1s;transition-delay:.1s}.B1JlO:hover .y4vpg,.VXgpI{opacity:0}.P6lRB,.wymO0{position:absolute}.P6lRB{display:block;border-radius:100px;background:rgba(0,0,0,.85);padding:5px 10px;color:#fff;left:10px;bottom:10px}.B1JlO .text-track-display,.B1JlO .vjs-big-play-button,.B1JlO .vjs-control,.B1JlO .vjs-control-bar,.B1JlO .vjs-loading-spinner{display:none!important}.wymO0{top:0;left:0;right:0;bottom:0}.Q8nQz img,.Q8nQz video{height:50vh}.Q8nQz img{margin:0 auto;width:auto;position:initial}.OAXCp.VLtd4{padding-bottom:50vh}.oujXn .y3x6d{color:#fff;display:block;text-decoration:none;line-height:18px;margin-left:20px;font-size:14px;font-weight:600;z-index:3}.hq6SN{z-index:3}.QvAa1.Pcar0{background-color:rgba(0,0,0,.5)}._3G0Ji.hq6SN{background-size:20px 20px;display:block;width:16px;height:16px;left:0;margin:0;overflow:hidden;top:0}span.jNBsH{display:none}.oujXn ._7mVm3{margin:auto}</style><style type="text/css" data-isostyle-id="12255322">._5wCQW{left:0;min-width:100%;position:absolute;top:0;height:100%;background-color:#000}.tWeCl{width:100%;height:100%}.tWeCl::-webkit-media-controls-start-playback-button{display:none}._8jZFn{top:0;left:0;height:100%;margin:0 auto;position:absolute;width:100%}</style><style type="text/css" data-isostyle-id="12255323">@-webkit-keyframes like-heart-animation{0%,to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}15%{opacity:.9;-webkit-transform:scale(1.2);transform:scale(1.2)}30%{-webkit-transform:scale(.95);transform:scale(.95)}45%,80%{opacity:.9;-webkit-transform:scale(1);transform:scale(1)}}@keyframes like-heart-animation{0%,to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}15%{opacity:.9;-webkit-transform:scale(1.2);transform:scale(1.2)}30%{-webkit-transform:scale(.95);transform:scale(.95)}45%,80%{opacity:.9;-webkit-transform:scale(1);transform:scale(1)}}.Y9j-N,._6jUvg{pointer-events:none}._6jUvg{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;bottom:0;left:0;position:absolute;right:0;top:0}.Y9j-N{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-name:like-heart-animation;animation-name:like-heart-animation;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;margin:0 auto;opacity:0;-webkit-transform:scale(0);transform:scale(0)}</style><style type="text/css" data-isostyle-id="12255324">.Ppjfr,.bY2yH{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.Ppjfr{height:60px;padding:16px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.oW_lN button{line-height:16px;padding:0 4px 0 0}.bY2yH{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.O4GlU{max-width:100%;color:#999;line-height:15px;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}a.O4GlU,a.O4GlU:visited{color:#262626}._8XEIW{display:inline}.PQo_0{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;max-width:240px}.RqtMr{max-width:220px}.o-MQd{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;margin-left:12px;overflow:hidden}._9k0Fk{padding-top:20px}.z8cbW{margin-left:16px}.M30cS,.e1e1d{max-width:100%;overflow:hidden}.M30cS{display:block;text-overflow:ellipsis;white-space:nowrap}.e1e1d{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}.BrX75{display:inline}.nJAzx,.nJAzx:visited{color:#262626;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}.mewfM{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:5px}.fQL_D{color:#999;display:inline-block;max-width:100%}.pKCwU{color:#262626;font-size:13px;font-weight:400}.RucPH,.RucPH:visited{color:#262626;font-weight:600}._-v0-{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-image:-webkit-gradient(linear,right top,left bottom,from(#bf00ff),color-stop(#ed4956),to(#ff8000));background-image:-webkit-linear-gradient(top right,#bf00ff,#ed4956,#ff8000);background-image:linear-gradient(to bottom left,#bf00ff,#ed4956,#ff8000);border:1px solid #fff;border-radius:50%;color:#fff;font-size:13px;height:17px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:17px;margin-top:-15px;position:absolute;width:17px}</style><style type="text/css" data-isostyle-id="12255333">.sH9wk{border-top:1px solid #efefef;color:#999;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:14px;line-height:18px;min-height:56px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.n1LTb{border:0;padding:0;top:-2px;width:100%}.X7cDz,.n1LTb .RxpZH{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal}.n1LTb .RxpZH{background-color:#efefef;border-bottom:1px solid #dbdbdb;border-top:1px solid #dbdbdb;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:8px 0}.X7cDz,.Ypffh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.X7cDz{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;position:relative}.n1LTb .X7cDz{background-color:#fff;border:1px solid #dbdbdb;border-radius:30px;margin-right:16px;padding:12px 16px}.Ypffh{background:0 0;border:0;color:#262626;font-size:inherit;height:18px;max-height:80px;outline:0;padding:0;resize:none}.Ypffh:disabled{opacity:.3;pointer-events:none}.Ypffh::-webkit-input-placeholder,.Ypffh:focus::-webkit-input-placeholder{color:#999}.Ypffh:-ms-input-placeholder,.Ypffh::-ms-input-placeholder,.Ypffh:focus:-ms-input-placeholder,.Ypffh:focus::-ms-input-placeholder{color:#999}.Ypffh::placeholder,.Ypffh:focus::placeholder{color:#999}._8tZ3C{display:inline-block;margin:0 16px}.LCjcc{background:0 0;border:0;color:#3897f0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:16px;font-weight:500;padding:0 8px;margin-right:-8px}.LCjcc:disabled{color:#b4daff}.n1LTb .q6Mjn{border:0;-webkit-box-shadow:0 0 1px 0 #dbdbdb;box-shadow:0 0 1px 0 #dbdbdb;margin:0}.q6Mjn{margin:20px -20px 0;border-top:1px solid #dbdbdb}.Mfkwx{position:absolute;background-color:#fff;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.15);box-shadow:0 0 4px 0 rgba(0,0,0,.15);min-width:270px;top:100%}.wUsz1{bottom:100%;top:auto}.up_hg{background-color:#efefef;border-bottom:1px solid #dbdbdb;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:12px 16px}</style><style type="text/css" data-isostyle-id="12255336">.ltpMr{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.fr66n{display:inline-block;margin-left:-8px}.CxFbA,._15y0l,._5e4p,.wmtNn{display:inline-block}.wmtNn{margin-left:auto;margin-right:-10px}.CxFbA{position:absolute;right:30px}</style><style type="text/css" data-isostyle-id="12255342">@-webkit-keyframes like-button-animation{0%,to{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.2);transform:scale(1.2)}50%{-webkit-transform:scale(.95);transform:scale(.95)}}@keyframes like-button-animation{0%,to{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.2);transform:scale(1.2)}50%{-webkit-transform:scale(.95);transform:scale(.95)}}.FY9nT{-webkit-animation-duration:.45s;animation-duration:.45s;-webkit-animation-name:like-button-animation;animation-name:like-button-animation;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:scale(1);transform:scale(1)}._2ic5v{background-color:transparent;border:0;cursor:pointer;line-height:inherit;outline:0;overflow:hidden;padding:0}</style><style type="text/css" data-isostyle-id="12255351">.EDfFK{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.HbPOm{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}</style><style type="text/css" data-isostyle-id="12255353">._9Ytll{color:#262626;display:block;font-weight:600}.vcOH2{cursor:pointer}.QhbhU{bottom:0;left:0;opacity:.5;position:fixed;right:0;top:0;z-index:10}.t3fjj{border-color:#fff transparent transparent;border-style:solid;border-width:10px 10px 0;bottom:21px;content:' ';height:0;left:3px;position:absolute;width:0;z-index:12}._690y5,.vJRqr{background:#fff;position:absolute}._690y5{content:' ';height:14px;left:6px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:14px;border:1px solid #e6e6e6;bottom:23px;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.0975);box-shadow:0 0 5px 1px rgba(0,0,0,.0975);z-index:1}.vJRqr{border:solid 1px #e6e6e6;border-radius:3px;bottom:28px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.0975);box-shadow:0 0 5px rgba(0,0,0,.0975);color:#999;display:block;font-weight:600;margin-left:-10px;min-width:50px;padding:14px 16px;z-index:11}</style><style type="text/css" data-isostyle-id="12255364">.gElp9{overflow:hidden;padding-bottom:6px;position:relative;width:100%;word-wrap:break-word;margin-top:-5px;padding-top:5px;margin-right:-2px;padding-right:2px}.gElp9:last-child{padding-bottom:0}.rUo9f{margin-left:-12px;margin-right:0;padding:12px 16px;width:auto}._4l6NB{background-image:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.8)),to(#fff));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.8),#fff);background-image:linear-gradient(to right,rgba(255,255,255,.8),#fff);display:none;position:absolute;right:12px;top:-4px}.rUo9f:hover ._4l6NB{display:block}._6lAjh{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.TlrDj{margin-right:4px}.TlrDj,.TlrDj:visited{color:#262626}.L_pDe a,.L_pDe a:visited{color:#003569}.C7I1f,.P9YgZ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.P9YgZ{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.rUo9f .P9YgZ{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.C7I1f{width:calc(100% - 28px)}.X7jCj{width:100%}.C4VMK{display:inline-block;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;min-width:0}.LgnK9{display:block;margin-top:12px}.FH9sR{background:0 0;border:0;cursor:pointer;display:inline;font-size:12px;font-weight:600;line-height:14px;margin-right:16px;padding:0}.FH9sR,.FH9sR:visited{color:#999}time.FH9sR{cursor:default;font-weight:400}.TKzGu{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin:0 18px 0 0}._6qK3y{background:0 0;border:0;color:#c7c7c7;cursor:pointer;font-size:inherit;height:1em;overflow:hidden;padding:0;width:1em}._6qK3y::before{content:'\2715';display:block}.rUo9f .jdtwu{margin-top:7px}.rUo9f ._6qK3y{margin-top:9px}@media (max-width:735px){.rUo9f .C4VMK{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rUo9f{padding-right:28px}}</style><style type="text/css" data-isostyle-id="12255369">._2UvmX{white-space:nowrap}.sXUSN{background:0 0;border:0;color:#999;line-height:inherit;margin:0;padding:0}</style><style type="text/css" data-isostyle-id="12255391">.KlCQn{margin-top:-5px;padding-top:5px;margin-left:-5px;padding-left:5px;margin-right:-2px;padding-right:2px;overflow-anchor:none;-webkit-overflow-scrolling:touch}.G14m-{padding:12px 24px}.k59kT{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.lnrre{margin-bottom:8px}.Z4IfV{color:#999!important;font-weight:500!important}.hH5xZ{display:inline-block;margin:0 0 0 2px}.Z4IfV,.hH5xZ{vertical-align:middle}</style><style type="text/css" data-isostyle-id="12255393">.k_Q0X{display:block}.c-Yi7,.c-Yi7:visited{color:#999;margin-bottom:5px;text-transform:uppercase}.c-Yi7 ._1o9PC{font-size:10px;letter-spacing:.2px}</style><style type="text/css" data-isostyle-id="12713988">._1SP8R{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0 auto;max-width:600px;position:relative;width:100%}.j9XKR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;max-width:935px}.M_qbh{display:block}.rDZ30{display:inline-block;margin-top:2px;vertical-align:middle}.CZW53{margin-bottom:30px}.cGcGK{float:left;margin-right:28px;max-width:614px;width:100%}._8Rm4L:last-child{margin-bottom:0}.Poa9l{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}._4pe27{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-top:8px}.vJNXS{position:fixed;bottom:0;left:0}.mTGkH{background:0 0;border:0;margin:0;padding:0}._2eEhX{margin-left:-16px}@media (min-width:640px){._1SP8R{padding-top:60px}.AcVnq,.KQA-S,._1MzIy,._3MPWk,._8Rm4L,.zMhqu{background-color:#fff;margin-left:-1px;margin-right:-1px}.KQA-S,._1MzIy,._3MPWk,._8Rm4L,.zMhqu{border-radius:3px;border:1px solid #e6e6e6}.AcVnq,._8Rm4L{margin-bottom:60px}._1MzIy,._3MPWk,.zMhqu{margin-bottom:20px}}@media (max-width:640px){._1SP8R{margin-bottom:10px}.yWxDb{margin-bottom:0}._1MzIy,._3MPWk,.zMhqu{border-bottom:1px solid #e6e6e6}._1MzIy,.zMhqu{background-color:#fff}}@media (max-width:735px){._8Rm4L{margin-bottom:15px}.AcVnq{margin-bottom:30px}._2eEhX{border-bottom:1px solid #e6e6e6;margin-left:0}}</style><style type="text/css" data-isostyle-id="12714008">.yHOl4{background:#ed4956;border-radius:2px;content:"";height:4px;margin:0 auto;position:absolute;right:0;top:0;width:4px}</style><style type="text/css" data-isostyle-id="12714011">._tcb0,.pOb2E{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}._tcb0{overflow:hidden;position:relative;width:100%;-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.pOb2E{-webkit-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:60px;padding:16px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.OzqB_{background-color:#efefef;border-radius:50%;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;height:30px;margin-right:12px;width:30px}.L3tlg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}._8VIOK{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;height:10px;margin-bottom:4px;width:140px}.WidCF,._8VIOK,.u9F97{background-color:#efefef}.u9F97{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;height:10px;width:100px}.WidCF{background-image:url(data:image/gif;base64,R0lGODlhIAAgALMPAPj4+Pf39/X19fT09Pb29vPz8/39/fLy8vn5+fr6+vHx8fv7+/Dw8Pz8/O/v7+/v7yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBAAPACwAAAAAIAAgAAAEItDJSau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru+8HAEAIfkEBQIADwAsAAAAAAEAAgAABAOQsQgAIfkEBQIADwAsAAAAAAMABwAABAuwKHYYmw+z93bnEQAh+QQFAgAPACwAAAAABQANAAAEHFCMo5goh7FR6psexjxPNz7UmZGPR7rPScox+0QAIfkEBQIADwAsAAAAAAcAEgAABC0QBDKOYoCIchimxfUEQiWSHPM8oPiUlvqG8mPW9/rQ+hP3P51LWFsVjT1kMgIAIfkEBQIADwAsAAAAAAgAFQAABDswoUDGUQwBIsphGTUUmDMJVrl1n+OIJOMG6CU7Vezi6e2wJVcn6OrtHB4iUumwHZu+HdMxje6sLqwjAgAh+QQFAgAPACwAAAAACgAbAAAEV7CthAIZRzGJABHFwTBTdRXaMwGBgKVL94XM81DWgNY362Y8mS5lq/yID18I6RnybK3X89FaTk9I23H6AIls4IczbJOSH7QzOgsGqr9qNlhu44btYLwtAgAh+QQFAgAPACwAAAAADAAgAAAEdtCYthIKZBzFJkUAIRQH01EWNhTcM1VAIGgtCook8zy2yuo8mIwGbFhCq9aucpltgI8FSEZSRi+Z326XiDmtjy7uuX1gk9Bdk1h+hEaltjsL3lHJ7WxcnsG34XU7I4E7bHIPhnJahw9+cnuMhFuSO2mHlnKYbREAIfkEBQIADwAsAAAAAA4AIAAABIqwNWPaSiiQcRSTlYUAhFAczEdZmDYUnjNJFxAIXLxeY3kyDseutYEBhbSEDdc5VnikVyz4bDGnyMXodsKyMkWsrHbLHYMikqkZDPJcxrZbWWbLteqfPEiUntt0a2JBPS8oe4QudntLXX9tUXGIDnWDbVyLe2GPclecbWufbX6To5mIeqVBkqqniBEAIfkEBQIADwAsAAAAABAAIAAABKAQrdaMaSuhQMZRTDJV1IIAhFAcTDhZmMYNBeiMVwwEgmfjsVNqxXA4KLDMplMrHkk6ns+JDKJoNiNUKf04HTDMibfKgi9cphlcSux6XqMxZ0Kp4nK0TP2dR+FrTxp2RHJyQTNNhloZb2V9WoNMLItGaVOVN2N3gZZLWJBybl2dRm5DeJWfipkOG4ChcoSUrQ5XrK2ksXKou7yYtQ6cvkYRACH5BAUCAA8ALAAAAAASACAAAAS0kIC0WjOmrYQCGYfCBFP1ZBoCEEJxMAyAUFe2dV8hPrKJboCAALSb+TScVev1eBhrSNxAx2jSThagkFh9XG3J3K65WGCj21D3cUwFl2M29OaZxh+Ns3aobjbzPyosLndzHHVUfn4/CW9ciicoYUtri2BSiZCMb4SVTZcrU0yQWHQffaQ2KkKdpHimdp5+SI6opG6DtpANh2KyfnuPrmyClMNWmHekjWnKkMUuv4pSuq6c1aQRACH5BAUCAA8ALAAAAAAUACAAAATKcAgC0mrNmLYSCsRwKIwUVFeGLQhACMXBlESAWNnWfWFBOhMAIrXhJAABgehXQ2F0HhdM5nBQbheNkTfwMaqn4XN1TC6/DhtOtXN1f1Uhrrgzj9AOp4rTSsbgDlg5WyBveIFEZEhKd1VVa3QtL3+Hc1BcXo5ViUaLZ5oOnFGTVKBPl4WZpnsdi5SgDmNtPaWmWnUhjbBafK66oLceqYDAinbEmpFSr7AOqD3IyZ3Hh6ssy7XNhNDVpq3UzY4No1PdoLif4Zt9U9GgEQAh+QQFAgAPACwAAAAAFgAgAAAE5VCdIghIqzVj2kpIQAyHwkiDEFzZpi0IQAjFwZzFQAQItnWf0KhgckwqAESr40kAAgJSMadiaYAgGc3mcOQsvQynKRwQGd0UePlyQqVoR4rncwVl5mIXGXaR3yVxDlV1TDBPW3oOO31jQSJ5gg4rSldtiHBdXSuFLzEzNYoOST6OIJBnml1JbE2YgaoOfX5ZoFyxjVhlqbGdrlChkl2dd0O3sQtiupCwsQ6th8DNyD9/Q6Kqlr9R07Hah7bYmtWP18LZhm7c4ppjHp9b56qmu+ztl4D2XbpaNfLz1jI5Axgt0T9NEQAAIfkEBQIADwAsAAAAABcAIAAABPOQqVMEAWm99kxbCRIQw6Ew0jEIAaY1xrYgACEUx4MqxUAEiAzHAxKRCqfHpHJBvGKfBCAgKCUnq1ZmQwzVbgfG40HxAYKLYdQ4QIrJzPNTJqVa3z0WmruutZNjcWgwdCJVJm8PWS5cMjRUOICKP4MdayN/iQ8Wco1RU4eSm1pzHzQ2kZqUQpZFmG5jsS1OniCgd7FjpJ5eqGG5Y2esXWywwJ2En5CIwA97MH1Hv82VxJjMzVvJM6CpzQ/Dl0eiuaW2dtjN5qdg5LFprSGv7rnbdaGawA3b7Dj5+vGK0csF5Ry+bwSjgfn3TRwuhPW4LRsYKwIAIfkEBQIADwAsAAAAABkAIAAABP/QSXWKICCt1oxpS4IExHAojMRQgxBkW8ctCEAIxcGkzloMhABC0/mERqUCSkWxYBCxDygBCAhMyx7LBeMYRTacTqL9PYmeKXKg5K0qFwDUO6Nase6tkCg72thZPXBnG1JHdyc8Dk1cfIY1VjmBCmZ7hV9rbWQOg3JRdVVXiZsHLS+OMzU3kooOlUOXaiSAra5xczJToXibDqZduWCrY70XlkWySYFkt5+6kaO9QbB0fknE0nJomLPRvafONKGsvRLasYfKtWTadM+iy5vUueLD8WTUaem05WSo77z6OfhXT8y6TQvQiZilSaCDcHbgHSTzyZpBhxLc7fMmUCMkMfcDekUAACH5BAUCAA8ALAAAAAAbACAAAAT/0EmpThEEpNWaMc2SIAExHAozOUw1CIHGed2CAIRQHIw6tYUBIYDYeEAikqmQWrUsGABiBgolAAHBqflzwWQd5Ain461YimCmyPlYlQOmT/K8rKm1a3Y7Rx9eREY0SThxXD9Qa0ZVSXsofXVfgow3WTuHaGqBbWJwck4MiVJ4Vlhaj05eMZM1NzmXkGlCm0dvJYZ9DhV2o2F5pnxnqmA0DWOvZmcWs2y1jUuYEqJTvqWWqGdBMM2Dx3HJ2UJSi5232GeAxJSmsGcSzOS20LkTUUXVIsDnZ5KkNmTt3DkY0szNM1wCJcSgViyfo2grVvlzVYbeinGc5CFM6KBXQz2nFiCu4NYJILiEBfPA2SeQVYhKZUSuiAAAIfkEBQIADwAsAAAAAB0AIAAABP/QyenUKYKAtFozRrMkSEAMh8JQEmMNQrB1n7cgACEUB7OyrsKAEEBwPqFR6VRQsRyuSwaAoIVECUBAgHICX7GZJ0nK7XpPqEKoMXZA2OWg+aNEMW2rLbvt1idRMEVHNUo5c15AUm1HV0p9KX8tFhgyhI44WzyJgGtDg29kcnRpDItUelhaXJFPgWGXNjg6m5JqbKBIcSaItndTVWN7q36uYJapZbRoxrhuuo9MnJOnwTWqmq1fB4LPhcpzzIpsVI2ivNoslLCpN6u1aZ5Ez3DRvWkO1QnC2KzTE9zY8XO37J8EZ+Z2SbM1AQ+qgXz8MZQgSMw1gmcmSsiQqx4JXqQe8DkA1i5iMZHzYhlaplECozd75KTDh2xgpjMGKUQAACH5BAUCAA8ALAAAAAAfACAAAAT/0Mk51SmCgLRaM0azJEhADIfCUBRjDUKwdZ+3IAAhFAezshJXYUAIIDif0Kh0KqiAQQtGg6CFRAlAQIB6Ql0HmAxZW+Z2PWh0SEWCsMyB8wcETwFVz3Wk5aboLGBiR1ZwOXJeXxcZeG42JFtdgC1SMTN6NjhbPImBCmxGbkqQTZ2Bi1SFWH2SaoKWZHs4OpyTE0JEoR1vSyaItlGoeKp8kX+uL7CqJGc8wGu5hElwvnPIwnk1q5vHX8m6mGZNaa4XRI27o3HddZVjxJpopref0aLUpc8+2AmY237zgom5pO1GM3aeQEnjReqXGgeVUvkrBvAZxDDKJs5CYxGiwnu9I/I9dICNWBZjAScMiSGtDDNa5B6yQVewIUIoA2Nl6lNrpIMIACH5BAUCAA8ALAAAAAAgACAAAAT/0MlJ1SmCgLRaM0azJEhADIfCUCxjDUKwdZ+3IAAhFAezshNXYUAIIDif0Kh0KqiAQQtGg6CFRAlAQIB6Qh2uA0yGrC1zu95XIiQCjh0Qljlw/qDh6dtqy267d0BhY3AeSiQ5dV5fDBcZb0hXS38pgS1SMTOGNjhbPIuCCkNFhXKTTaCCjlR8WFpclWuDmWWSODqflhRtpJGHdHaymKybrpSpuy+0rYi4asKjRr5zJoq6Uat7xSOvucJiMYVmzXXPjBdupb/VsYyYZK033e14okTSceuo10HZR9t+YCHDNkZTDRG30gxkY69XPmr7ZDXSUwXgK0DfCtbihIYHP4bRJtRBtLbGwTBtB7kd+2gSHL5NZ5yxdICOSqQ+dOh9cQRvWyeFMyMAACH5BAUCAA8ALAAAAAAgACAAAAT/0MlJpTpFEJBWa4bRLAkSEENRrcw1CAHngd+CAIRQHGvVFgNCANEBiUgmVEHRm7QwGgBiJholAAHB4MBsOp6vWJGGxOkODO9XAdwQPSFrMqVIN58ZN7V2zW7rXmAwbx9HJTh0dndQbkVVSH5ciiwXGWJ7IzdZO4B3bEFDjoZzS5MsjFKYJFhakoEuMDKFNTc5nKYUP6CEcZBKnT14UVOzVqx/uE6wl8WHtmhqukK8oyeJr6jENMabrp4HYYRkzinQgRhBUqJy1t7BlbFjj5pnwJRtoXDVv8lO2QnFVkWy52OZrG02zNx6hY8aO37Rsqnq04pgLoPyaCk056nhOl/XH77lSRWQIjJs4TKWedZPgjR1cPjMcUcJCjOE9BY2iQAAIfkEBQIADwAsAAAAACAAIAAABP/QyUmpOkUQkFZrhtEsCRIIVSox1yAEnAd+CwIQqFqxxUAEiA5IRDIRBjoKC6MBIGSiUQJwQiZXrVfsQyzdBIUrtrcJekJS4yB8XWbKUNq0ehAvXUDhrHhb19tMZUJRRXQKbRcZMHqENicFB4dJPD55Z11qBQoMgG9OcVJUAgORnDp3Wow0NjiQm5MKZJZDaQFHmqYqbk1PXHKipK+nWYugXq0HubqxlWa0hbfCy4GfvqGPpbAHeM57x37KKQwYPk6DmLbB4UqJqaA1oq7rE5Q/zmjQa9K61EHWJMCyDdvm7h8rMAKXybqHLto8ev3ezRmVUByxLTNGHIT0cEyzc7UgHGrz1CsjQEMdUc3ytjEZIjLmzshRU3FHu2IG49WUEAEAIfkEBQIADwAsAgAAAB4AIAAABP/QyUmpOkUQkFZrhtEsCVCdEnMNQsB54LcgJlqpxUAESAeKJJqNosJoAAiYaFQKDCdFlssXCwKcTwdOh/SFmIgAIVvMbJKfJekqIK9aPSUYQGg/GcazV5YICwZ3FxlTciM0AX+BOTtxP2BiAwV3eUiFa4gDB0NRLS9pMjR1BZo2W4xeQH2QBQqlgkdoMUxsma0onISfDX10AqMMros8qI8EkQrAJ2Wwlk2+B8i3b8NyVsa/pRhcjV9BkNDJN6+5sjNso9HKCsLcqWHX6cqUPbqXf+DSB1Ke5aHP8UTW6aDmyBu8cDfmNaOFT52+TlTU+MMmjR0xg8cQQnl1ZiGmhuIaHhKswkvUAY0bF3XxoEaVMZABjZCTeA6mgwgAIfkEBQIADwAsBAAAABwAIAAABP/QyUmpOkUQkFZrhtEsVSkx1yAEnAd+pFmhxUAESAeKSyJTKIwGgHCJRr7fKbVqfXgJhHJZ2+Q8IaRUGcxYjbAEYBpU4XSvHmLMFVp1R3WAe8mw0PH1/EeznbFQCAEEbV5EYEgAg3xMd4gLawQCjFV/O1qDAzJdQ0VPYYoCmiZlTXgfUQCSBZsKlVeXcgQDrCWcX5+JAQIFB6SNsGmps72kGDZEcIGZBwq2daaPerzNz6/KmMQKDLZuybk9oQPN3ECNTi8jkdTbM65+sFmytO0z3p7p4bvj9ROljuDW9Spn7hqgbPQILrn3SMw+cu4OmAkWSBU1hVSQxQsjaBZEc0IHAOab1qtfBAAh+QQFAgAPACwGAAAAGgAgAAAE+tDJSak6RRCQVmuGUY0Scw1CwHlgQ45mMRAB0oGG+04mpgEIVk63c/RQqluLuIvNgLdQY1E0XjKb4GdILR5TNuG02/Rlo59FwntNrbbpdVMho4Vx0wTCawaK83svX0l/CwgAc3U1UTlqh4JtWYUJAAGQB0hvS3qVkIp3Uo4BBCQ9WH5weZUCpSdgSo2cBKwwGE+gsQijAzBthKmGq7wVTnaMgLsFtac2wJQBAgMHxK6/S8GzBdMUxYseoXrJCsR9WtfP0QfjPNWaXIfZ6tx0M954ogQDBQoM7OWTwtT1K1HtTgtHAOINJFgHyrc4uvIJ9JfB2rtV2vg5iAAAIfkEBQIADwAsCAAAABgAIAAABPDQyUmnOkUQkFZrRiU6zDUIAeeBY1UWAxEgHRi2UolpALIaN5zulKqBGricAraheYBI4SXT/H2SQ5TzY7gKd81at7GQ7opWspQ5E3cX5RYD3EsvEnITSsX93PNsW1B3CCM6VHV9ZAmFIlloiowAhksxbU9vko5TPD6KdwABmwdEW0eEAASOGDE9bosIAaoUh3tGYwsIoQIulTKCmbEEvLR0NJ8JuwO0epBHZLrDyxMvlsCwsgMFxYiez6ABAgMH1M1839ECBeRKga+E2QUKSsZ2yeHj8yTNpsGp6gcYtGslyA+jbAcUCKzlDJeucOsURgAAIfkEBQIADwAsCQAAABcAIAAABNfQyUmpOkUQkFaroMRcgxBwXgiOxUAESPep04hpAOLNtGOXJ5mhJ1K0NjHPsGfLIHdL2s+UbDSiKsYNKcSuLpkg1FthuWBdXkjrzEGtUpIJZTXAs8Zz1WBf4LdudVZ+a3Jigg2EX0doSn0JhYA6iAuQXwdAVVeJCQhrGC45aZWeZWBzMpuJCACLeqOdrWWSCZQJAAGmmKhvq7imjHuPCAEEs22TqpW4AhRTh8qsBM01eS/CnMQEA9WSvcsBAtxFu42CpADTBdVHokqDncUD6z6n0Ha+4QUHEQAh+QQFAgAPACwLAAAAFQAgAAAEwdDJSak6RRCAqpfMNQgBkHxeWAxEgJzoFGIat8SySJo37qgsTqLhm2U2iAURNxu5EsoiDQldooy7qoGpWLVeym2MMbU1GuJPM6tEj7usZzhdwSLbBjplXaqirXVwX1oGgDllSWeFhiA6copnahhBYGiFPXsXGX14Z5g5Xo95DQufIIhDf6Qwh048kKuBoZWjCwkde4idq7iNB65+iwsIAJmzhLzFvkdmqrYAAa0klX+2xASglFqetwHYP5pssMPQAhEAIfkEBQIADwAsDQAAABMAIAAABKnQyUmpOkWQyiW7gxB03FcMBEBSH6apqweKSCyfaR23WZrYrVAA8du5covdJRMAJJIrE2r4NPYAiEUjOms+tyQpgaoNL1/ZhsF8EDq1646YrJafkY16qUvU6isMGChYXwZxLGdefoZ7OHSGYCxHhHkGeYBdb5WXiI59apaRHpNpanlQMm0imqYNqA5zn5ALRbB3WIuntUE0X6a0OrY4hHC6OjyrvqELCAARACH5BAUCAA8ALA8AAAARACAAAASS0MlJqTqjaslu3lVXfCB3FUI5dRihmqOrsmjwsoNgzwdKALOTDlgSDQgBBM8HUIJww0RREUtKNzTBD7F4eqJdLPVobYh72ubCrIFa19jesZmAh4QBQL1haI+RCHt9IWhbCQ18dxhgiIMrf298jhyFao2TbnprfGwwZIFrBgadWVubo6RfkZypMXShiGFZeXusCxEAIfkEBQIADwAsEQAAAA8AIAAABIDQyUmpqliym+vu1HaA01aQmnKS4oC271EIrCLToDkQ7B3ktoHg19ERAEXb7Jg8CAOIZGEHzYiWgIQ1OERoMQzZDoBYgJXDrNmjonrXodvR22A704lFPdQmQPN7JXJkeoEOLXh6BnxTfm8NiymDZQ2QJVx/hZGHfWSABpFXiZWgEQAh+QQFAgAPACwTAAAADQAgAAAEc9DJSSWr2N1MN9fKZ4Uic5TK+TFKUR4uxx7D2tYyLMjpsGeswoAATBUEgSINWRQSAJjZ8RntIRFR2BCA7RiRgEQlOAwgxB3dE7HwLgPh9oRMMCfkFjV30Zhb4Xd9I052fCN6bA0Ghz6FioNbZ3yLUmCBihEAIfkEBQIADwAsFAAAAAwAIAAABFvQyUmrvTjrzSvbnxZijCKaGXOkykoqxXvEV3kMbyHUrc7fhNpsEPT0BAFLqUAEKGcCgpNiGyARRiYhgKVCpQlqyxoAhCdLIneBPkoRbEn1mog70u9EQ34s1xsRACH5BAUCAA8ALBYABgAKABoAAAQ/0MlJq704a8pyx5/FKCB5MceppKJSnMdbjcfQFvYcC/M68BzXgKArCALB2jGIIwAmNKMT6jsiqE3A1RE9AhIRACH5BAUCAA8ALBgACwAIABUAAAQp0MlJq704a3a59RSjfGPFHKaChkphHu4kHgNbCLJ65zSRFwOfY3YLRAAAIfkEBQIADwAsGgARAAYADwAABBjQyUmrvZdVTflUHTgxokMeo1Kkq6kcQwQAIfkEBQIADwAsHAAWAAQACgAABArQyUmrtWxmuZmKACH5BAVPAA8ALB4AHAACAAQAAAQE0MkpIwA7);background-size:cover;display:block}.WidCF::before{display:block;content:"";padding-bottom:100%;width:100%}</style><style type="text/css" data-isostyle-id="12714031">@-webkit-keyframes story-tray-item-appear{0%{opacity:0}to{opacity:1}}@keyframes story-tray-item-appear{0%{opacity:0}to{opacity:1}}.YaGYu{color:#262626;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:14px;font-weight:600;height:14px;line-height:18px;margin:0 16px 10px}.g6-PT{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.T030x{background:0 0;border:0;color:#262626;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;font-size:inherit;font-weight:inherit;margin:0;padding:0}.qf6s4:active{outline:0}.qf6s4{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;padding-left:8px;padding-right:8px;height:120px}.Fd_fQ{height:122px;padding:0 4px;width:80px;-webkit-tap-highlight-color:transparent}.lGuO0 .Fd_fQ{-webkit-animation:story-tray-item-appear .3s ease-out;animation:story-tray-item-appear .3s ease-out;left:0;position:absolute;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.u6s6p{height:44px;-webkit-transition:height .3s ease-out;transition:height .3s ease-out}.UZmR1{height:0}.ku8Bn{height:82px;overflow-y:hidden;outline:0}.p2GVa .qf6s4::after{background:-webkit-gradient(linear,left top,right top,from(rgba(250,250,250,.3)),to(rgba(250,250,250,.9)));background:-webkit-linear-gradient(left,rgba(250,250,250,.3),rgba(250,250,250,.9));background:linear-gradient(to right,rgba(250,250,250,.3),rgba(250,250,250,.9));bottom:0;content:'';left:0;position:absolute;right:0;top:0}.IOW_q .qf6s4::after{background:rgba(250,250,250,.3)}.ihjN2{overflow-x:hidden!important;-ms-touch-action:none;touch-action:none}</style><style type="text/css" data-isostyle-id="12714036">.JdY43{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:0 0;border:0;cursor:pointer;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0;overflow:hidden;padding:0;position:relative;text-align:center;width:64px}.JdY43:active{opacity:.5}.ctM9u{margin:4px auto 8px}.TiuNS{position:absolute;right:4px;top:44px}.XdXBI{color:#262626;display:block;font-size:12px;line-height:14px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}</style><style type="text/css" data-isostyle-id="12714037">.-wt5I{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;background:0 0;border:0;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-top:0;padding-bottom:0;text-align:center;width:64px}.AChYo{opacity:.5}.XAMfi{margin-bottom:8px;margin-top:4px}._0G-TY{color:#262626;display:block;font-size:12px;line-height:14px;max-width:64px;overflow:hidden;position:absolute;text-align:center;text-overflow:ellipsis;top:68px;white-space:nowrap}.DvgU8{color:#999}</style><style type="text/css" data-isostyle-id="12714038">.zGtbP{background:#fafafa;border-bottom:1px solid #e6e6e6;display:block;padding:10px 0;overflow-y:hidden}.IPQK5{border:1px solid #e6e6e6;border-radius:3px;margin-bottom:24px;margin-top:-36px}</style><style type="text/css" data-isostyle-id="12714041">.CfWOi:active{outline:0}.CfWOi{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:82px;overflow:hidden;padding-left:8px;padding-right:8px;pointer-events:none}.vyqnV{padding:0 4px;width:80px}</style><style type="text/css" data-isostyle-id="12714043">.y0gra{margin-top:4px}</style><style type="text/css" data-isostyle-id="12714044">.hHOPZ{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}._4CvhT{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}._7JZQt{background:#efefef;border-radius:50%}.LO-7C{border:1px solid rgba(0,0,0,.0975)}</style><style type="text/css" data-isostyle-id="14680072">a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}</style><style type="text/css" data-isostyle-id="14680073">#react-root,article,div,footer,header,main,nav,section{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;border:0 solid #000;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin:0;padding:0;position:relative}</style><style type="text/css" data-isostyle-id="14680074">body{overflow-y:scroll}body:-webkit-full-screen{height:100%;width:100%}body:-moz-full-screen{height:100%;width:100%}body:-ms-fullscreen{height:100%;width:100%}body:fullscreen{height:100%;width:100%}html{-webkit-text-size-adjust:100%}#react-root,body,html{height:100%}#react-root{z-index:0}</style><style type="text/css" data-isostyle-id="14680075">body,button,input,textarea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:18px}a,a:visited{color:#003569;text-decoration:none}a:active{opacity:.5}</style><style type="text/css" data-isostyle-id="14680214">.DT7qQ{height:100%}.JWJgX{padding-top:45px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}</style><script type="text/javascript" as="script" crossorigin="anonymous" charset="utf-8" async="" src="/static/bundles/es6/FeedPageContainer.js/fe4e358d7c81.js"></script><style type="text/css" data-isostyle-id="14680216">._9eogI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}</style><style type="text/css" data-isostyle-id="14680219">.Z2m7o{bottom:0;left:0;overflow:hidden;position:fixed;right:0;z-index:10}.CgFia{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.CgFia.rUsiS{-webkit-transform:translateY(100%);transform:translateY(100%)}@media (min-width:736px){.CgFia{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.HGN2m{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:2px;border-top-right-radius:2px;min-width:500px;width:auto}}</style><style type="text/css" data-isostyle-id="14745696">.wellbeingSpriteTwo_fac_code,.wellbeingSpriteTwo_fac_lock,.wellbeingSpriteTwo_fac_on,.wellbeingSpriteTwo_fac_password,.wellbeingSpriteTwo_fac_sync{background-image:url(/static/bundles/es6/sprite_wellbeing_6af9c5060ebc.png/6af9c5060ebc.png)}.wellbeingSpriteTwo_fac_code{background-repeat:no-repeat;background-position:-92px 0;height:48px;width:48px}.wellbeingSpriteTwo_fac_lock,.wellbeingSpriteTwo_fac_on{background-repeat:no-repeat;background-position:0 0;height:48px;width:90px}.wellbeingSpriteTwo_fac_on{background-position:-92px -50px;width:48px}.wellbeingSpriteTwo_fac_password,.wellbeingSpriteTwo_fac_sync{background-repeat:no-repeat;background-position:0 -50px;height:66px;width:48px}.wellbeingSpriteTwo_fac_sync{background-position:-142px 0;height:48px}@media (min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.wellbeingSpriteTwo_fac_code,.wellbeingSpriteTwo_fac_lock,.wellbeingSpriteTwo_fac_on,.wellbeingSpriteTwo_fac_password,.wellbeingSpriteTwo_fac_sync{background-image:url(/static/bundles/es6/sprite_wellbeing_2x_c0241d394c59.png/c0241d394c59.png)}.wellbeingSpriteTwo_fac_code{background-size:188px 115px;background-position:-91px 0}.wellbeingSpriteTwo_fac_lock,.wellbeingSpriteTwo_fac_on{background-size:188px 115px;background-position:0 0}.wellbeingSpriteTwo_fac_on{background-position:-91px -49px}.wellbeingSpriteTwo_fac_password{background-size:188px 115px;background-position:0 -49px}.wellbeingSpriteTwo_fac_sync{background-size:188px 115px;background-position:-140px 0}}</style><style type="text/css" data-isostyle-id="14876867">._0mzm-,._0mzm- *{outline:0!important}</style><style type="text/css" data-isostyle-id="14876868">.nametagSpriteNT_Contrast,.nametagSpriteNT_Corners,.nametagSpriteNT_Pixels{background-image:url(/static/bundles/es6/sprite_nametag_ff60b6c57870.png/ff60b6c57870.png);background-repeat:no-repeat;background-position:0 0;height:120px;width:120px}.nametagSpriteNT_Corners,.nametagSpriteNT_Pixels{background-position:-122px 0}.nametagSpriteNT_Pixels{background-position:0 -122px}@media (min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.nametagSpriteNT_Contrast,.nametagSpriteNT_Corners,.nametagSpriteNT_Pixels{background-image:url(/static/bundles/es6/sprite_nametag_2x_69c195e9ff3c.png/69c195e9ff3c.png)}.nametagSpriteNT_Contrast{background-size:241px 241px;background-position:0 0}.nametagSpriteNT_Corners,.nametagSpriteNT_Pixels{background-size:241px 241px;background-position:-121px 0}.nametagSpriteNT_Pixels{background-position:0 -121px}}</style><style type="text/css" data-isostyle-id="14876869">.mediatypesSpriteCarousel__filled__32,.mediatypesSpriteIgtv__filled__32,.mediatypesSpriteVideo__filled__32{background-image:url(/static/bundles/es6/sprite_mediatypes_65c15d7731ea.png/65c15d7731ea.png)}.mediatypesSpriteCarousel__filled__32{background-repeat:no-repeat;background-position:0 0;height:32px;width:32px}.mediatypesSpriteIgtv__filled__32,.mediatypesSpriteVideo__filled__32{background-repeat:no-repeat;background-position:-34px 0;height:32px;width:32px}.mediatypesSpriteVideo__filled__32{background-position:0 -34px}@media (min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.mediatypesSpriteCarousel__filled__32,.mediatypesSpriteIgtv__filled__32,.mediatypesSpriteVideo__filled__32{background-image:url(/static/bundles/es6/sprite_mediatypes_2x_3be21f338c88.png/3be21f338c88.png)}.mediatypesSpriteCarousel__filled__32{background-size:65px 65px;background-position:0 0}.mediatypesSpriteIgtv__filled__32{background-size:65px 65px;background-position:-33px 0}.mediatypesSpriteVideo__filled__32{background-size:65px 65px;background-position:0 -33px}}</style><style type="text/css" data-isostyle-id="14876870">.loggedoutSpriteComment_Contextual_Login,.loggedoutSpriteFollow_Contextual_Login,.loggedoutSpriteGlyph_Contextual_Login,.loggedoutSpriteLike_Contextual_Login,.loggedoutSpriteSave_Contextual_Login{background-image:url(/static/bundles/es6/sprite_loggedout_995ea10178c7.png/995ea10178c7.png)}.loggedoutSpriteComment_Contextual_Login,.loggedoutSpriteFollow_Contextual_Login{background-repeat:no-repeat;background-position:-46px 0;height:36px;width:36px}.loggedoutSpriteFollow_Contextual_Login{background-position:0 -46px}.loggedoutSpriteGlyph_Contextual_Login{background-repeat:no-repeat;background-position:0 0;height:44px;width:44px}.loggedoutSpriteLike_Contextual_Login,.loggedoutSpriteSave_Contextual_Login{background-repeat:no-repeat;background-position:-38px -46px;height:36px;width:36px}.loggedoutSpriteSave_Contextual_Login{background-position:-84px 0}@media (min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.loggedoutSpriteComment_Contextual_Login,.loggedoutSpriteFollow_Contextual_Login,.loggedoutSpriteGlyph_Contextual_Login,.loggedoutSpriteLike_Contextual_Login,.loggedoutSpriteSave_Contextual_Login{background-image:url(/static/bundles/es6/sprite_loggedout_2x_839e62b1415f.png/839e62b1415f.png)}.loggedoutSpriteComment_Contextual_Login{background-size:118px 81px;background-position:-45px 0}.loggedoutSpriteFollow_Contextual_Login{background-size:118px 81px;background-position:0 -45px}.loggedoutSpriteGlyph_Contextual_Login{background-size:118px 81px;background-position:0 0}.loggedoutSpriteLike_Contextual_Login{background-size:118px 81px;background-position:-37px -45px}.loggedoutSpriteSave_Contextual_Login{background-size:118px 81px;background-position:-82px 0}}</style><style type="text/css" data-isostyle-id="14876871">.glyphsSpriteAdd__outline__24__blue_5,.glyphsSpriteAdd__outline__24__grey_9,.glyphsSpriteApp_Icon,.glyphsSpriteApp_Icon_Mobile,.glyphsSpriteApp_instagram__outline__24__grey_9,.glyphsSpriteApp_messenger__outline__24__grey_9,.glyphsSpriteApp_twitter__outline__24__grey_9,.glyphsSpriteApp_whatsapp__outline__24__grey_9,.glyphsSpriteCall__outline__24__grey_9,.glyphsSpriteCamera__outline__24__grey_9,.glyphsSpriteChevron_left__outline__24__grey_9,.glyphsSpriteChevron_right__outline__24__grey_5,.glyphsSpriteCircle__outline__24__grey_2,.glyphsSpriteCircle_add__outline__24__grey_5,.glyphsSpriteCircle_add__outline__24__grey_9,.glyphsSpriteCircle_check__filled__24__blue_5,.glyphsSpriteComment__outline__24__grey_9,.glyphsSpriteComment_like,.glyphsSpriteComment_like_active,.glyphsSpriteContact_import,.glyphsSpriteContact_import_sm,.glyphsSpriteDelete__outline__24__grey_0,.glyphsSpriteDirect__outline__24__grey_0,.glyphsSpriteDirect__outline__24__grey_9,.glyphsSpriteDirect_glyph_heart,.glyphsSpriteFB_Logo,.glyphsSpriteFacebook__filled__24__fb_connect_blue,.glyphsSpriteFacebook__outline__24__grey_9,.glyphsSpriteForward__outline__24__grey_9,.glyphsSpriteFriend_Follow,.glyphsSpriteGlyph_circle_star,.glyphsSpriteGlyph_heart_media,.glyphsSpriteGlyph_heart_media_outline,.glyphsSpriteGlyph_volume_off,.glyphsSpriteGrey_Close,.glyphsSpriteHashtag__outline__24__grey_9,.glyphsSpriteHeart__filled__24__grey_9,.glyphsSpriteHeart__filled__24__red_5,.glyphsSpriteHeart__outline__24__grey_9,.glyphsSpriteHome__filled__24__grey_9,.glyphsSpriteHome__outline__24__grey_9,.glyphsSpriteIG_Lite_Direct_Variant_01,.glyphsSpriteIgtv__outline__24__blue_5,.glyphsSpriteIgtv__outline__24__grey_5,.glyphsSpriteInfo__outline__24__grey_9,.glyphsSpriteInput_clear,.glyphsSpriteLink__outline__24__grey_9,.glyphsSpriteLite_app_icon,.glyphsSpriteLocation__outline__24__grey_9,.glyphsSpriteLock__outline__24__grey_9,.glyphsSpriteLogged_Out_QP_Glyph,.glyphsSpriteMail__outline__24__grey_9,.glyphsSpriteMobile_nav_type_logo,.glyphsSpriteMore_horizontal__filled__24__grey_0,.glyphsSpriteMore_horizontal__outline__24__grey_5,.glyphsSpriteMore_horizontal__outline__24__grey_9,.glyphsSpriteNew_post__outline__24__grey_9,.glyphsSpritePaging_chevron,.glyphsSpritePhoto__outline__24__grey_9,.glyphsSpritePhoto_grid__outline__24__blue_5,.glyphsSpritePhoto_grid__outline__24__grey_5,.glyphsSpritePhoto_list__outline__24__blue_5,.glyphsSpritePhoto_list__outline__24__grey_5,.glyphsSpriteSafari__outline__24__grey_9,.glyphsSpriteSave__filled__24__grey_9,.glyphsSpriteSave__outline__24__blue_5,.glyphsSpriteSave__outline__24__grey_5,.glyphsSpriteSave__outline__24__grey_9,.glyphsSpriteSearch,.glyphsSpriteSearch__filled__24__grey_9,.glyphsSpriteSearch__outline__24__grey_9,.glyphsSpriteSettings__outline__24__grey_9,.glyphsSpriteShare__outline__24__grey_9,.glyphsSpriteTag_up__outline__24__blue_5,.glyphsSpriteTag_up__outline__24__grey_5,.glyphsSpriteUser__filled__24__grey_0,.glyphsSpriteUser__filled__24__grey_9,.glyphsSpriteUser__outline__24__grey_9,.glyphsSpriteUser_follow__outline__24__grey_9,.glyphsSpriteUsers__outline__24__grey_9,.glyphsSpriteVerified_small,.glyphsSpriteVideo_chat__outline__24__grey_9,.glyphsSpriteVolume__outline__44,.glyphsSpriteVolume_off__filled__44,.glyphsSpriteWhatsapp__outline__24__grey_9,.glyphsSpriteWhite_Close,.glyphsSpriteX__outline__24__grey_9{background-image:url(/static/bundles/es6/sprite_glyphs_4d61c80848f3.png/4d61c80848f3.png)}.glyphsSpriteAdd__outline__24__blue_5,.glyphsSpriteAdd__outline__24__grey_9{background-repeat:no-repeat;background-position:-79px -177px;height:24px;width:24px}.glyphsSpriteAdd__outline__24__grey_9{background-position:-261px -26px}.glyphsSpriteApp_Icon,.glyphsSpriteApp_Icon_Mobile{background-repeat:no-repeat;background-position:-127px 0;height:60px;width:60px}.glyphsSpriteApp_Icon{background-position:-189px -132px;height:30px;width:30px}.glyphsSpriteApp_instagram__outline__24__grey_9{background-repeat:no-repeat;background-position:-105px -177px;height:24px;width:24px}.glyphsSpriteApp_messenger__outline__24__grey_9,.glyphsSpriteApp_twitter__outline__24__grey_9{background-repeat:no-repeat;background-position:-131px -177px;height:24px;width:24px}.glyphsSpriteApp_twitter__outline__24__grey_9{background-position:-235px 0}.glyphsSpriteApp_whatsapp__outline__24__grey_9,.glyphsSpriteCall__outline__24__grey_9{background-repeat:no-repeat;background-position:-235px -78px;height:24px;width:24px}.glyphsSpriteCall__outline__24__grey_9{background-position:-235px -156px}.glyphsSpriteCamera__outline__24__grey_9,.glyphsSpriteChevron_left__outline__24__grey_9{background-repeat:no-repeat;background-position:-234px -211px;height:24px;width:24px}.glyphsSpriteChevron_left__outline__24__grey_9{background-position:-261px -130px}.glyphsSpriteChevron_right__outline__24__grey_5,.glyphsSpriteCircle__outline__24__grey_2{background-repeat:no-repeat;background-position:-261px -208px;height:24px;width:24px}.glyphsSpriteCircle__outline__24__grey_2{background-position:-26px -237px}.glyphsSpriteCircle_add__outline__24__grey_5,.glyphsSpriteCircle_add__outline__24__grey_9{background-repeat:no-repeat;background-position:-153px -120px;height:24px;width:24px}.glyphsSpriteCircle_add__outline__24__grey_9{background-position:-130px -146px}.glyphsSpriteCircle_check__filled__24__blue_5,.glyphsSpriteComment__outline__24__grey_9{background-repeat:no-repeat;background-position:-156px -146px;height:24px;width:24px}.glyphsSpriteComment__outline__24__grey_9{background-position:-27px -177px}.glyphsSpriteComment_like,.glyphsSpriteComment_like_active{background-repeat:no-repeat;background-position:-203px -164px;height:11px;width:12px}.glyphsSpriteComment_like{background-position:-189px -164px}.glyphsSpriteContact_import_sm{background-repeat:no-repeat;background-position:-105px -146px;height:28px;width:23px}.glyphsSpriteContact_import{background-repeat:no-repeat;background-position:0 -177px;height:32px;width:25px}.glyphsSpriteDelete__outline__24__grey_0{background-repeat:no-repeat;background-position:-157px -177px;height:24px;width:24px}.glyphsSpriteDirect__outline__24__grey_0,.glyphsSpriteDirect__outline__24__grey_9{background-repeat:no-repeat;background-position:-183px -177px;height:24px;width:24px}.glyphsSpriteDirect__outline__24__grey_9{background-position:-209px -177px}.glyphsSpriteDirect_glyph_heart{background-repeat:no-repeat;background-position:-189px -92px;height:38px;width:40px}.glyphsSpriteFacebook__filled__24__fb_connect_blue{background-repeat:no-repeat;background-position:-235px -26px;height:24px;width:24px}.glyphsSpriteFB_Logo,.glyphsSpriteFacebook__outline__24__grey_9{background-repeat:no-repeat;background-position:-235px -52px;height:24px;width:24px}.glyphsSpriteFB_Logo{background-position:-118px -263px;height:16px;width:16px}.glyphsSpriteForward__outline__24__grey_9,.glyphsSpriteFriend_Follow{background-repeat:no-repeat;background-position:-235px -104px;height:24px;width:24px}.glyphsSpriteFriend_Follow{background-position:-96px -122px;height:12px}.glyphsSpriteGlyph_circle_star{background-repeat:no-repeat;background-position:-74px -72px;height:48px;width:48px}.glyphsSpriteGlyph_heart_media,.glyphsSpriteGlyph_heart_media_outline{background-repeat:no-repeat;background-position:-98px -263px;height:16px;width:18px}.glyphsSpriteGlyph_heart_media{background-position:-78px -263px}.glyphsSpriteGlyph_volume_off,.glyphsSpriteGrey_Close{background-repeat:no-repeat;background-position:-221px -146px;height:12px;width:12px}.glyphsSpriteGrey_Close{background-position:-136px -263px;height:9px;width:9px}.glyphsSpriteHashtag__outline__24__grey_9,.glyphsSpriteHeart__filled__24__grey_9{background-repeat:no-repeat;background-position:-78px -211px;height:24px;width:24px}.glyphsSpriteHeart__filled__24__grey_9{background-position:-104px -211px}.glyphsSpriteHeart__filled__24__red_5,.glyphsSpriteHeart__outline__24__grey_9{background-repeat:no-repeat;background-position:-130px -211px;height:24px;width:24px}.glyphsSpriteHeart__outline__24__grey_9{background-position:-156px -211px}.glyphsSpriteHome__filled__24__grey_9,.glyphsSpriteHome__outline__24__grey_9{background-repeat:no-repeat;background-position:-182px -211px;height:24px;width:24px}.glyphsSpriteHome__outline__24__grey_9{background-position:-208px -211px}.glyphsSpriteIG_Lite_Direct_Variant_01{background-repeat:no-repeat;background-position:0 0;height:70px;width:125px}.glyphsSpriteIgtv__outline__24__blue_5,.glyphsSpriteIgtv__outline__24__grey_5{background-repeat:no-repeat;background-position:-261px 0;height:24px;width:24px}.glyphsSpriteIgtv__outline__24__grey_5{background-position:-127px -120px}.glyphsSpriteInfo__outline__24__grey_9,.glyphsSpriteInput_clear{background-repeat:no-repeat;background-position:-261px -52px;height:24px;width:24px}.glyphsSpriteInput_clear{background-position:-74px -122px;height:20px;width:20px}.glyphsSpriteLink__outline__24__grey_9,.glyphsSpriteLite_app_icon{background-repeat:no-repeat;background-position:-261px -104px;height:24px;width:24px}.glyphsSpriteLite_app_icon{background-position:0 -72px;height:72px;width:72px}.glyphsSpriteLocation__outline__24__grey_9,.glyphsSpriteLock__outline__24__grey_9{background-repeat:no-repeat;background-position:-261px -156px;height:24px;width:24px}.glyphsSpriteLock__outline__24__grey_9{background-position:-261px -182px}.glyphsSpriteLogged_Out_QP_Glyph{background-repeat:no-repeat;background-position:-127px -62px;height:56px;width:56px}.glyphsSpriteMail__outline__24__grey_9{background-repeat:no-repeat;background-position:0 -237px;height:24px;width:24px}.glyphsSpriteMobile_nav_type_logo{background-repeat:no-repeat;background-position:0 -146px;height:29px;width:103px}.glyphsSpriteMore_horizontal__filled__24__grey_0,.glyphsSpriteMore_horizontal__outline__24__grey_5{background-repeat:no-repeat;background-position:-52px -237px;height:24px;width:24px}.glyphsSpriteMore_horizontal__outline__24__grey_5{background-position:-78px -237px}.glyphsSpriteMore_horizontal__outline__24__grey_9,.glyphsSpriteNew_post__outline__24__grey_9{background-repeat:no-repeat;background-position:-104px -237px;height:24px;width:24px}.glyphsSpriteNew_post__outline__24__grey_9{background-position:-130px -237px}.glyphsSpritePaging_chevron,.glyphsSpritePhoto__outline__24__grey_9{background-repeat:no-repeat;background-position:-156px -237px;height:24px;width:24px}.glyphsSpritePhoto__outline__24__grey_9{background-position:-182px -237px}.glyphsSpritePhoto_grid__outline__24__blue_5,.glyphsSpritePhoto_grid__outline__24__grey_5{background-repeat:no-repeat;background-position:-208px -237px;height:24px;width:24px}.glyphsSpritePhoto_grid__outline__24__grey_5{background-position:-234px -237px}.glyphsSpritePhoto_list__outline__24__blue_5,.glyphsSpritePhoto_list__outline__24__grey_5{background-repeat:no-repeat;background-position:-260px -237px;height:24px;width:24px}.glyphsSpritePhoto_list__outline__24__grey_5{background-position:-287px 0}.glyphsSpriteSafari__outline__24__grey_9,.glyphsSpriteSave__filled__24__grey_9{background-repeat:no-repeat;background-position:-287px -26px;height:24px;width:24px}.glyphsSpriteSave__filled__24__grey_9{background-position:-287px -52px}.glyphsSpriteSave__outline__24__blue_5,.glyphsSpriteSave__outline__24__grey_5{background-repeat:no-repeat;background-position:-287px -78px;height:24px;width:24px}.glyphsSpriteSave__outline__24__grey_5{background-position:-287px -104px}.glyphsSpriteSave__outline__24__grey_9,.glyphsSpriteSearch__filled__24__grey_9{background-repeat:no-repeat;background-position:-287px -130px;height:24px;width:24px}.glyphsSpriteSearch__filled__24__grey_9{background-position:-287px -156px}.glyphsSpriteSearch,.glyphsSpriteSearch__outline__24__grey_9{background-repeat:no-repeat;background-position:-287px -182px;height:24px;width:24px}.glyphsSpriteSearch{background-position:-217px -164px;height:10px;width:10px}.glyphsSpriteSettings__outline__24__grey_9{background-repeat:no-repeat;background-position:-287px -234px;height:24px;width:24px}.glyphsSpriteShare__outline__24__grey_9,.glyphsSpriteTag_up__outline__24__blue_5{background-repeat:no-repeat;background-position:0 -263px;height:24px;width:24px}.glyphsSpriteTag_up__outline__24__blue_5{background-position:-26px -263px}.glyphsSpriteTag_up__outline__24__grey_5,.glyphsSpriteUser__filled__24__grey_0{background-repeat:no-repeat;background-position:-287px -208px;height:24px;width:24px}.glyphsSpriteUser__filled__24__grey_0{background-position:-261px -78px}.glyphsSpriteUser__filled__24__grey_9,.glyphsSpriteUser__outline__24__grey_9{background-repeat:no-repeat;background-position:-52px -211px;height:24px;width:24px}.glyphsSpriteUser__outline__24__grey_9{background-position:-26px -211px}.glyphsSpriteUser_follow__outline__24__grey_9,.glyphsSpriteUsers__outline__24__grey_9{background-repeat:no-repeat;background-position:0 -211px;height:24px;width:24px}.glyphsSpriteUsers__outline__24__grey_9{background-position:-235px -182px}.glyphsSpriteVerified_small{background-repeat:no-repeat;background-position:-221px -132px;height:12px;width:12px}.glyphsSpriteVideo_chat__outline__24__grey_9{background-repeat:no-repeat;background-position:-235px -130px;height:24px;width:24px}.glyphsSpriteVolume__outline__44,.glyphsSpriteVolume_off__filled__44{background-repeat:no-repeat;background-position:-189px -46px;height:44px;width:44px}.glyphsSpriteVolume_off__filled__44{background-position:-189px 0}.glyphsSpriteWhatsapp__outline__24__grey_9,.glyphsSpriteWhite_Close{background-repeat:no-repeat;background-position:-53px -177px;height:24px;width:24px}.glyphsSpriteWhite_Close{background-position:-147px -263px;height:9px;width:9px}.glyphsSpriteX__outline__24__grey_9{background-repeat:no-repeat;background-position:-52px -263px;height:24px;width:24px}@media (min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.glyphsSpriteAdd__outline__24__blue_5,.glyphsSpriteAdd__outline__24__grey_9,.glyphsSpriteApp_Icon,.glyphsSpriteApp_instagram__outline__24__grey_9,.glyphsSpriteApp_messenger__outline__24__grey_9,.glyphsSpriteApp_twitter__outline__24__grey_9,.glyphsSpriteApp_whatsapp__outline__24__grey_9,.glyphsSpriteCall__outline__24__grey_9,.glyphsSpriteCamera__outline__24__grey_9,.glyphsSpriteChevron_left__outline__24__grey_9,.glyphsSpriteChevron_right__outline__24__grey_5,.glyphsSpriteCircle__outline__24__grey_2,.glyphsSpriteCircle_add__outline__24__grey_5,.glyphsSpriteCircle_add__outline__24__grey_9,.glyphsSpriteCircle_check__filled__24__blue_5,.glyphsSpriteComment__outline__24__grey_9,.glyphsSpriteComment_like,.glyphsSpriteComment_like_active,.glyphsSpriteContact_import,.glyphsSpriteContact_import_sm,.glyphsSpriteDelete__outline__24__grey_0,.glyphsSpriteDirect__outline__24__grey_0,.glyphsSpriteDirect__outline__24__grey_9,.glyphsSpriteDirect_glyph_heart,.glyphsSpriteFB_Logo,.glyphsSpriteFacebook__filled__24__fb_connect_blue,.glyphsSpriteFacebook__outline__24__grey_9,.glyphsSpriteForward__outline__24__grey_9,.glyphsSpriteFriend_Follow,.glyphsSpriteGlyph_circle_star,.glyphsSpriteGlyph_heart_media,.glyphsSpriteGlyph_heart_media_outline,.glyphsSpriteGlyph_volume_off,.glyphsSpriteGrey_Close,.glyphsSpriteHashtag__outline__24__grey_9,.glyphsSpriteHeart__filled__24__grey_9,.glyphsSpriteHeart__filled__24__red_5,.glyphsSpriteHeart__outline__24__grey_9,.glyphsSpriteHome__filled__24__grey_9,.glyphsSpriteHome__outline__24__grey_9,.glyphsSpriteIG_Lite_Direct_Variant_01,.glyphsSpriteIgtv__outline__24__blue_5,.glyphsSpriteIgtv__outline__24__grey_5,.glyphsSpriteInfo__outline__24__grey_9,.glyphsSpriteInput_clear,.glyphsSpriteLink__outline__24__grey_9,.glyphsSpriteLite_app_icon,.glyphsSpriteLocation__outline__24__grey_9,.glyphsSpriteLock__outline__24__grey_9,.glyphsSpriteLogged_Out_QP_Glyph,.glyphsSpriteMail__outline__24__grey_9,.glyphsSpriteMobile_nav_type_logo,.glyphsSpriteMore_horizontal__filled__24__grey_0,.glyphsSpriteMore_horizontal__outline__24__grey_5,.glyphsSpriteMore_horizontal__outline__24__grey_9,.glyphsSpriteNew_post__outline__24__grey_9,.glyphsSpritePaging_chevron,.glyphsSpritePhoto__outline__24__grey_9,.glyphsSpritePhoto_grid__outline__24__blue_5,.glyphsSpritePhoto_grid__outline__24__grey_5,.glyphsSpritePhoto_list__outline__24__blue_5,.glyphsSpritePhoto_list__outline__24__grey_5,.glyphsSpriteSafari__outline__24__grey_9,.glyphsSpriteSave__filled__24__grey_9,.glyphsSpriteSave__outline__24__blue_5,.glyphsSpriteSave__outline__24__grey_5,.glyphsSpriteSave__outline__24__grey_9,.glyphsSpriteSearch,.glyphsSpriteSearch__filled__24__grey_9,.glyphsSpriteSearch__outline__24__grey_9,.glyphsSpriteSettings__outline__24__grey_9,.glyphsSpriteShare__outline__24__grey_9,.glyphsSpriteTag_up__outline__24__blue_5,.glyphsSpriteTag_up__outline__24__grey_5,.glyphsSpriteUser__filled__24__grey_0,.glyphsSpriteUser__filled__24__grey_9,.glyphsSpriteUser__outline__24__grey_9,.glyphsSpriteUser_follow__outline__24__grey_9,.glyphsSpriteUsers__outline__24__grey_9,.glyphsSpriteVerified_small,.glyphsSpriteVideo_chat__outline__24__grey_9,.glyphsSpriteVolume__outline__44,.glyphsSpriteVolume_off__filled__44,.glyphsSpriteWhatsapp__outline__24__grey_9,.glyphsSpriteWhite_Close,.glyphsSpriteX__outline__24__grey_9{background-image:url(/static/bundles/es6/sprite_glyphs_2x_9425a7d31418.png/9425a7d31418.png)}.glyphsSpriteAdd__outline__24__blue_5{background-size:301px 273px;background-position:-154px -144px}.glyphsSpriteAdd__outline__24__grey_9,.glyphsSpriteApp_Icon{background-size:301px 273px;background-position:-228px -175px}.glyphsSpriteApp_Icon{background-position:-183px -84px}.glyphsSpriteApp_instagram__outline__24__grey_9{background-size:301px 273px;background-position:0 -174px}.glyphsSpriteApp_messenger__outline__24__grey_9{background-size:301px 273px;background-position:-25px -174px}.glyphsSpriteApp_twitter__outline__24__grey_9{background-size:301px 273px;background-position:-125px -174px}.glyphsSpriteApp_whatsapp__outline__24__grey_9{background-size:301px 273px;background-position:-200px -174px}.glyphsSpriteCall__outline__24__grey_9{background-size:301px 273px;background-position:-50px -199px}.glyphsSpriteCamera__outline__24__grey_9{background-size:301px 273px;background-position:-228px -100px}.glyphsSpriteChevron_left__outline__24__grey_9{background-size:301px 273px;background-position:-50px -224px}.glyphsSpriteChevron_right__outline__24__grey_5{background-size:301px 273px;background-position:-125px -224px}.glyphsSpriteCircle__outline__24__grey_2{background-size:301px 273px;background-position:-175px -224px}.glyphsSpriteCircle_add__outline__24__grey_5{background-size:301px 273px;background-position:-150px -106px}.glyphsSpriteCircle_add__outline__24__grey_9{background-size:301px 273px;background-position:-73px -116px}.glyphsSpriteCircle_check__filled__24__blue_5{background-size:301px 273px;background-position:-98px -116px}.glyphsSpriteComment__outline__24__grey_9{background-size:301px 273px;background-position:-104px -144px}.glyphsSpriteComment_like,.glyphsSpriteComment_like_active{background-size:301px 273px;background-position:-278px -68px}.glyphsSpriteComment_like{background-position:-278px -56px}.glyphsSpriteContact_import_sm{background-size:301px 273px;background-position:-126px -106px}.glyphsSpriteContact_import{background-size:301px 273px;background-position:-183px -115px}.glyphsSpriteDelete__outline__24__grey_0{background-size:301px 273px;background-position:-50px -174px}.glyphsSpriteDirect__outline__24__grey_0{background-size:301px 273px;background-position:-75px -174px}.glyphsSpriteDirect__outline__24__grey_9{background-size:301px 273px;background-position:-100px -174px}.glyphsSpriteDirect_glyph_heart{background-size:301px 273px;background-position:-183px -45px}.glyphsSpriteFacebook__filled__24__fb_connect_blue{background-size:301px 273px;background-position:-150px -174px}.glyphsSpriteFB_Logo,.glyphsSpriteFacebook__outline__24__grey_9{background-size:301px 273px;background-position:-175px -174px}.glyphsSpriteFB_Logo{background-position:-278px -13px}.glyphsSpriteForward__outline__24__grey_9,.glyphsSpriteFriend_Follow{background-size:301px 273px;background-position:0 -199px}.glyphsSpriteFriend_Follow{background-position:-278px 0}.glyphsSpriteGlyph_circle_star{background-size:301px 273px;background-position:-126px -57px}.glyphsSpriteGlyph_heart_media_outline{background-size:301px 273px;background-position:-209px -115px}.glyphsSpriteGlyph_heart_media{background-size:301px 273px;background-position:-228px -200px}.glyphsSpriteGlyph_volume_off,.glyphsSpriteGrey_Close{background-size:301px 273px;background-position:-278px -43px}.glyphsSpriteGrey_Close{background-position:-291px -43px}.glyphsSpriteHashtag__outline__24__grey_9{background-size:301px 273px;background-position:-175px -199px}.glyphsSpriteHeart__filled__24__grey_9{background-size:301px 273px;background-position:-200px -199px}.glyphsSpriteHeart__filled__24__red_5{background-size:301px 273px;background-position:-228px 0}.glyphsSpriteHeart__outline__24__grey_9{background-size:301px 273px;background-position:-228px -25px}.glyphsSpriteHome__filled__24__grey_9{background-size:301px 273px;background-position:-228px -50px}.glyphsSpriteHome__outline__24__grey_9{background-size:301px 273px;background-position:-228px -75px}.glyphsSpriteIG_Lite_Direct_Variant_01{background-size:301px 273px;background-position:0 0}.glyphsSpriteIgtv__outline__24__blue_5{background-size:301px 273px;background-position:-228px -125px}.glyphsSpriteIgtv__outline__24__grey_5{background-size:301px 273px;background-position:-228px -150px}.glyphsSpriteInfo__outline__24__grey_9,.glyphsSpriteInput_clear{background-size:301px 273px;background-position:-183px -147px}.glyphsSpriteInput_clear{background-position:-253px -225px}.glyphsSpriteLink__outline__24__grey_9,.glyphsSpriteLite_app_icon{background-size:301px 273px;background-position:-25px -224px}.glyphsSpriteLite_app_icon{background-position:0 -71px}.glyphsSpriteLocation__outline__24__grey_9{background-size:301px 273px;background-position:-75px -224px}.glyphsSpriteLock__outline__24__grey_9{background-size:301px 273px;background-position:-100px -224px}.glyphsSpriteLogged_Out_QP_Glyph{background-size:301px 273px;background-position:-126px 0}.glyphsSpriteMail__outline__24__grey_9{background-size:301px 273px;background-position:-150px -224px}.glyphsSpriteMobile_nav_type_logo{background-size:301px 273px;background-position:0 -144px}.glyphsSpriteMore_horizontal__filled__24__grey_0{background-size:301px 273px;background-position:-200px -224px}.glyphsSpriteMore_horizontal__outline__24__grey_5{background-size:301px 273px;background-position:-225px -224px}.glyphsSpriteMore_horizontal__outline__24__grey_9{background-size:301px 273px;background-position:-253px 0}.glyphsSpriteNew_post__outline__24__grey_9{background-size:301px 273px;background-position:-253px -25px}.glyphsSpritePaging_chevron{background-size:301px 273px;background-position:-253px -50px}.glyphsSpritePhoto__outline__24__grey_9{background-size:301px 273px;background-position:-253px -75px}.glyphsSpritePhoto_grid__outline__24__blue_5{background-size:301px 273px;background-position:-253px -100px}.glyphsSpritePhoto_grid__outline__24__grey_5{background-size:301px 273px;background-position:-253px -125px}.glyphsSpritePhoto_list__outline__24__blue_5{background-size:301px 273px;background-position:-253px -150px}.glyphsSpritePhoto_list__outline__24__grey_5{background-size:301px 273px;background-position:-253px -175px}.glyphsSpriteSafari__outline__24__grey_9{background-size:301px 273px;background-position:-253px -200px}.glyphsSpriteSave__filled__24__grey_9{background-size:301px 273px;background-position:0 -249px}.glyphsSpriteSave__outline__24__blue_5{background-size:301px 273px;background-position:-25px -249px}.glyphsSpriteSave__outline__24__grey_5{background-size:301px 273px;background-position:-50px -249px}.glyphsSpriteSave__outline__24__grey_9{background-size:301px 273px;background-position:-75px -249px}.glyphsSpriteSearch__filled__24__grey_9{background-size:301px 273px;background-position:-100px -249px}.glyphsSpriteSearch,.glyphsSpriteSearch__outline__24__grey_9{background-size:301px 273px;background-position:-125px -249px}.glyphsSpriteSearch{background-position:-291px -30px}.glyphsSpriteSettings__outline__24__grey_9{background-size:301px 273px;background-position:-175px -249px}.glyphsSpriteShare__outline__24__grey_9{background-size:301px 273px;background-position:-200px -249px}.glyphsSpriteTag_up__outline__24__blue_5{background-size:301px 273px;background-position:-225px -249px}.glyphsSpriteTag_up__outline__24__grey_5{background-size:301px 273px;background-position:-150px -249px}.glyphsSpriteUser__filled__24__grey_0{background-size:301px 273px;background-position:0 -224px}.glyphsSpriteUser__filled__24__grey_9{background-size:301px 273px;background-position:-150px -199px}.glyphsSpriteUser__outline__24__grey_9{background-size:301px 273px;background-position:-125px -199px}.glyphsSpriteUser_follow__outline__24__grey_9{background-size:301px 273px;background-position:-100px -199px}.glyphsSpriteUsers__outline__24__grey_9{background-size:301px 273px;background-position:-75px -199px}.glyphsSpriteVerified_small{background-size:301px 273px;background-position:-278px -30px}.glyphsSpriteVideo_chat__outline__24__grey_9{background-size:301px 273px;background-position:-25px -199px}.glyphsSpriteVolume__outline__44{background-size:301px 273px;background-position:-73px -71px}.glyphsSpriteVolume_off__filled__44{background-size:301px 273px;background-position:-183px 0}.glyphsSpriteWhatsapp__outline__24__grey_9,.glyphsSpriteWhite_Close{background-size:301px 273px;background-position:-129px -144px}.glyphsSpriteWhite_Close{background-position:-291px -56px}.glyphsSpriteX__outline__24__grey_9{background-size:301px 273px;background-position:-250px -249px}}</style><style type="text/css" data-isostyle-id="14876872">.debuginfoSpriteBugnub,.debuginfoSpriteDevtools{background-image:url(/static/bundles/es6/sprite_debuginfo_04482f505972.png/04482f505972.png);background-repeat:no-repeat;background-position:0 0;height:22px;width:22px}.debuginfoSpriteDevtools{background-position:-24px 0}@media (min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.debuginfoSpriteBugnub,.debuginfoSpriteDevtools{background-image:url(/static/bundles/es6/sprite_debuginfo_2x_24b85a13663c.png/24b85a13663c.png);background-size:45px 22px;background-position:0 0}.debuginfoSpriteDevtools{background-position:-23px 0}}</style><style type="text/css" data-isostyle-id="14942226">.FPmhX{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:5px;margin-left:-5px}</style><style type="text/css" data-isostyle-id="14942265">.ZUqME{-webkit-box-sizing:border-box;box-sizing:border-box}.pV7Qt{border:1px solid #e6e6e6}._41V_T{border-radius:50%}._6Rvw2{border-radius:4px}.Sapc9{background-color:#3897f0}._6YLdr{background-color:#dfefff}.tHaIX{background-color:#fafafa}.QOqBd{background-color:#efefef}.uKI5P{background-color:#ed4956}.DPiy6{background-color:#fff}.QzzMF{display:block}.AC7dP{display:inline-block}.L84MX{display:none}.Zixx0{display:block;overflow:hidden;text-indent:110%;white-space:nowrap}.lKHVe{-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.vvR1w{-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.fXpnZ{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.yhAVL{-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between}.a65--{-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around}.Igw0E{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}._56XdI{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.Xf6Yq{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.rBNOH{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.g-fE_{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.IwRSH{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.c4MQN{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.KB4CO{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.pmxbr{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.b8MSm{-webkit-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline}.G71rz{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.j6NZI,.q0n74,.ybXk5{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.j6NZI,.q0n74{-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.j6NZI{-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.eGOV_{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.hLiUi{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.YBx95{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.CcYR1{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.J0Xm8{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.vwCYk{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;min-width:0}._4EzTm,.ui_ht{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.ui_ht{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.YlhBV{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.pjcA_{margin-bottom:4px}.bkEs3{margin-bottom:8px}._22l1{margin-bottom:12px}.MGdpg{margin-bottom:16px}.oxOrt{margin-bottom:20px}.FBi-h{margin-bottom:24px}.a39_R{margin-bottom:28px}.qD5Mv{margin-bottom:32px}.aftyv{margin-bottom:36px}.f9hD0{margin-bottom:40px}.MGky5{margin-bottom:44px}._7J5l7{margin-bottom:48px}.KokQV{margin-bottom:52px}.bm-qU{margin-bottom:56px}.oaeHW{margin-bottom:60px}.U2erN{margin-bottom:64px}._7eH1b{margin-bottom:68px}.gL6fO{margin-bottom:auto}.WKY0a{margin-left:4px}.soMvl{margin-left:8px}.n4cjz{margin-left:12px}._5VUwz{margin-left:16px}.bPdm3{margin-left:20px}.XlcGs{margin-left:24px}.dE4iQ{margin-left:28px}.gT2s8{margin-left:32px}._6Nb0I{margin-left:36px}.CovQj{margin-left:40px}.K7QFQ{margin-left:44px}.Qjx67{margin-left:48px}.GsRgD{margin-left:52px}.auMjJ{margin-left:56px}.eYEtZ{margin-left:60px}.mTDe1{margin-left:64px}.M2CRh{margin-left:68px}.CIRqI{margin-left:auto}.ItkAi{margin-right:4px}.JI_ht{margin-right:8px}.yC0tu{margin-right:12px}.y2rAt{margin-right:16px}.BGYmY{margin-right:20px}.ZEe2i{margin-right:24px}.cb9w7{margin-right:28px}.ApndJ{margin-right:32px}._748V-{margin-right:36px}.jKUp7{margin-right:40px}._6wM3Z{margin-right:44px}.Z5VSw{margin-right:48px}.LHwVS{margin-right:52px}.TpD3c{margin-right:56px}.NNlRo{margin-right:60px}.YJVmG{margin-right:64px}.h_CCK{margin-right:68px}.IY_1_{margin-right:auto}.iHqQ7{margin-top:4px}.DhRcB{margin-top:8px}._49XvD{margin-top:12px}.aGBdT{margin-top:16px}.gKUEf{margin-top:20px}.kEKum{margin-top:24px}._55Ud{margin-top:28px}.dQ9Hi{margin-top:32px}.UU_bp{margin-top:36px}.yMvbc{margin-top:40px}.lKyay{margin-top:44px}.IM32b{margin-top:48px}.G00MQ{margin-top:52px}.KwoG5{margin-top:56px}.sn5rQ{margin-top:60px}.rVxZD{margin-top:64px}.aAhnZ{margin-top:68px}.AxUK4{margin-top:auto}.O1flK{bottom:0}.D8xaz{left:0}.fm1AK{position:absolute}._7JkPY{position:fixed}.NUiEW{position:relative}.TxciK{right:0}.yiMZG{top:0}.lDRO1{overflow:auto;-webkit-overflow-scrolling:touch}.i0EQd{overflow:hidden}.HNKpc,._3g6ee,._3wFWr{-webkit-overflow-scrolling:touch}.HNKpc{overflow:scroll}._3g6ee,._3wFWr{overflow-x:scroll;overflow-y:hidden}._3wFWr{overflow-x:hidden;overflow-y:scroll}.zQLcH{padding-left:4px;padding-right:4px}.lC6p0{padding-left:8px;padding-right:8px}.BI4qX{padding-left:12px;padding-right:12px}.XfCBB{padding-left:16px;padding-right:16px}.L-sTb{padding-left:20px;padding-right:20px}.T9mq-{padding-left:24px;padding-right:24px}.yV-Ex{padding-left:28px;padding-right:28px}.c420d{padding-left:32px;padding-right:32px}._69oMM{padding-left:36px;padding-right:36px}.pwoi_{padding-left:40px;padding-right:40px}._9Gu4M{padding-left:44px;padding-right:44px}.iNp2o{padding-left:48px;padding-right:48px}.XTCZH{padding-bottom:4px;padding-top:4px}.HVWg4{padding-bottom:8px;padding-top:8px}.qJPeX{padding-bottom:12px;padding-top:12px}.g6RW6{padding-bottom:16px;padding-top:16px}.HcJZg{padding-bottom:20px;padding-top:20px}.nGS-Y{padding-bottom:24px;padding-top:24px}.zPcO_{padding-bottom:28px;padding-top:28px}.D8UUo{padding-bottom:32px;padding-top:32px}.qJdj7{padding-bottom:36px;padding-top:36px}.xUzvG{padding-bottom:40px;padding-top:40px}.sKZwS{padding-bottom:44px;padding-top:44px}.PUBS-{padding-bottom:48px;padding-top:48px}</style><style type="text/css" data-isostyle-id="14942266">.sqdOP{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;font-weight:600;padding:5px 9px;text-align:center;text-transform:inherit;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.sqdOP:active{opacity:.7}.sqdOP[disabled]{pointer-events:none}.sqdOP[disabled]:not(.A086a){opacity:.3}.L3NKy,a.L3NKy,a.L3NKy:visited{background-color:#3897f0;border:1px solid #3897f0;border-radius:4px;color:#fff;position:relative}._4pI4F{width:100%}.sH_mn,a.sH_mn,a.sH_mn:visited{background-color:transparent;border:1px solid #ed4956;color:#ed4956}._8A5w5,a._8A5w5,a._8A5w5:visited{background-color:transparent;border:1px solid #dbdbdb;color:#262626}.y1rQx,a.y1rQx,a.y1rQx:visited{background-color:transparent;border:1px solid #fff;color:#fff}.cB_4K{padding:12px 18px}.yWX7d.cB_4K,a.yWX7d.cB_4K{font-size:16px}.yWX7d,.yWX7d:visited,a.yWX7d,a.yWX7d:visited{border:0;color:#3897f0;display:inline;padding:0}.yWX7d.sH_mn,a.yWX7d.sH_mn,a.yWX7d.sH_mn:visited{color:#ed4956}.yWX7d._8A5w5,a.yWX7d._8A5w5,a.yWX7d._8A5w5:visited{color:#262626}.yWX7d.y1rQx,a.yWX7d.y1rQx,a.yWX7d.y1rQx:visited{color:#fff}.ZIAjV{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.A086a,.yWX7d.A086a{color:transparent}</style><style type="text/css" data-isostyle-id="14942267">@-webkit-keyframes IGCoreSpinnerSpin8{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(540deg);transform:rotate(540deg)}}@keyframes IGCoreSpinnerSpin8{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(540deg);transform:rotate(540deg)}}@-webkit-keyframes IGCoreSpinnerSpin12{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes IGCoreSpinnerSpin12{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.FSiF6{-webkit-animation:IGCoreSpinnerSpin8 .8s steps(8) infinite;animation:IGCoreSpinnerSpin8 .8s steps(8) infinite}.By4nA{-webkit-animation:IGCoreSpinnerSpin12 1.2s steps(12) infinite;animation:IGCoreSpinnerSpin12 1.2s steps(12) infinite}.By4nA.ZyL7E,.FSiF6.ZyL7E{-webkit-animation:none;animation:none}._9qQ0O{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}</style><style type="text/css" data-isostyle-id="14942268">.FuWoR{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:0 0;border-radius:50%;border-style:solid;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}.-wdIA{border-color:#262626}.j44N4{border-color:#efefef}.zUbsF{border-color:#4f67b0}.Bww6x{border-color:#fff}.x7xX2,.zlwcS{border-width:1px}.A2kdl{border-width:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.x7xX2{border:0}.x7xX2::after{border-radius:50%;border:3px solid;-webkit-box-sizing:border-box;box-sizing:border-box;content:'';height:200%;left:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;-webkit-transform:scale(.5);transform:scale(.5);width:200%}.j44N4.x7xX2::after{border-color:#efefef}.-wdIA.x7xX2::after{border-color:#262626}.zUbsF.x7xX2::after{border-color:#4f67b0}.Bww6x.x7xX2::after{border-color:#fff}}</style><style type="text/css" data-isostyle-id="14942269">.u-__7{display:block}</style><style type="text/css" data-isostyle-id="14942270">.BARfH,.PIoXz{font-size:10px;line-height:12px;margin:-2px 0 -3px}.PIoXz{font-size:12px;line-height:14px}.xLCgt{font-size:14px;line-height:18px;margin:-3px 0 -4px}.LjQVu,.vy6Bb{font-size:16px;line-height:24px;margin:-6px 0}.LjQVu{font-size:18px;margin:-4px 0 -6px}.x-6xq{font-size:22px;line-height:26px;margin:-4px 0 -5px}.fKFbl{font-size:28px;line-height:32px;margin:-5px 0 -6px}.T0kll{margin:0}.yUEEX{font-weight:300}.MMzan{font-weight:400}.qyrsm{font-weight:600}.KV-D4{color:#262626}._0PwGv{color:#999}.tx0Md{color:#003569}.fDdiY{color:#ed4956}.OgsCw{color:#70c050}.gtFbE{color:#3897f0}.mDXrS{color:#c7c7c7}.h_zdq{color:#fafafa}.uL8Hv{display:block}._7UhW9 ._7UhW9,.se6yk{display:inline!important;margin:0!important}.fDxYl{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zuV7c{white-space:pre}.p1tLr{white-space:pre-wrap}.l4b0S{text-align:center}.M8ipN{text-align:left}.lV_gY{text-align:right}.hjZTB{overflow-wrap:break-word;white-space:normal}</style><style type="text/css" data-isostyle-id="14942271">.f_Y_g{border-radius:50%}.RaTbc{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0;cursor:pointer;padding:0}</style><style type="text/css" data-isostyle-id="14942272">.tlZCJ{left:-9999px;position:absolute}.mwD2G{border-radius:3px;border:1px solid #dbdbdb;display:inline-block;height:16px;position:relative;width:16px;margin:0 8px 0 3px}.tlZCJ:active~.mwD2G{-webkit-box-shadow:inset 0 0 1px 1px #dbdbdb;box-shadow:inset 0 0 1px 1px #dbdbdb}.tlZCJ:focus~.mwD2G{border-color:#3897f0}.tlZCJ:checked~.mwD2G::before{content:" ";border-bottom:2px solid #262626;border-left:2px solid #262626;display:block;height:3px;left:2px;position:absolute;top:3px;-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg);width:8px}.U17kh{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;font-weight:400;line-height:14px}.yVvXQ{color:#262626;font-weight:600}</style><style type="text/css" data-isostyle-id="14942273">._0T_XJ::after,._0T_XJ::before{content:'';height:100%;pointer-events:none;position:absolute;width:16px}._0T_XJ::before{left:0;background-image:-webkit-gradient(linear,right top,left top,from(rgba(250,250,250,0)),to(#fafafa));background-image:-webkit-linear-gradient(right,rgba(250,250,250,0),#fafafa 100%);background-image:linear-gradient(to left,rgba(250,250,250,0),#fafafa 100%);z-index:10}._0T_XJ::after{background-image:-webkit-gradient(linear,left top,right top,from(rgba(250,250,250,0)),to(#fafafa));background-image:-webkit-linear-gradient(left,rgba(250,250,250,0),#fafafa 100%);background-image:linear-gradient(to right,rgba(250,250,250,0),#fafafa 100%);right:0;z-index:1}.UJBD-{margin:12px 0;overflow:visible!important}.UJBD-:first-of-type{margin-left:calc(50vw - 134px)}.UJBD-:last-of-type{margin-right:calc(50vw - 134px)}</style><style type="text/css" data-isostyle-id="14942274">._-9ffn{height:351px}.Mp8by{border:0;border-radius:22px;-webkit-box-shadow:0 2px 24px rgba(0,0,0,.1);box-shadow:0 2px 24px rgba(0,0,0,.1);height:344px}.DVgrl{background-size:cover;background-repeat:no-repeat;background-position:center center}</style><style type="text/css" data-isostyle-id="14942275">._2dbep{background-color:#fafafa;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;overflow:hidden;position:relative}._2dbep::after{border:1px solid rgba(0,0,0,.0975);border-radius:50%;bottom:0;content:'';left:0;pointer-events:none;position:absolute;right:0;top:0}._2dbep:focus{outline:0}.qNELH{cursor:pointer}._6q-tv{height:100%;width:100%}</style><style type="text/css" data-isostyle-id="14942276">.dCJp8{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:0 0;border:0;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0}.afkep{min-height:40px;min-width:40px}</style><style type="text/css" data-isostyle-id="14942277">._4RAzv,._4RAzv:visited{color:#262626}</style><style type="text/css" data-isostyle-id="14942285">.dsJ8D,.piCib{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.dsJ8D{margin:16px;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}._08v79{margin:16px 32px;text-align:center}._08v79>:nth-child(n+2){padding-top:16px}._08v79:first-child,.dsJ8D:first-child{margin-top:32px}.mt3GC{margin-top:16px}.mt3GC:only-child{margin-top:0}.mt3GC:only-child .aOOlW:first-child{border-top:none;border-top-left-radius:12px;border-top-right-radius:12px}.aOOlW{background-color:transparent;border-bottom:0;border-left:0;border-right:0;border-top:1px solid #efefef;cursor:pointer;line-height:1.5;margin:0;min-height:48px;padding:4px 8px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.aOOlW:last-of-type{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.aOOlW:not(.SRPMb):active{-webkit-tap-highlight-color:transparent;background-color:rgba(0,0,0,.1);opacity:1}.HoLwm{color:inherit}.-Cab_,.bIiDR{color:#3897f0;font-weight:700}.-Cab_{color:#ed4956}.-Cab_._9gx9x,.HoLwm._9gx9x,._9gx9x,.bIiDR._9gx9x{cursor:default;color:#999}.SRPMb{cursor:default}</style><style type="text/css" data-isostyle-id="14942286">@-webkit-keyframes IGCoreModalShow{0%{opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes IGCoreModalShow{0%{opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.pbNvD{-webkit-animation:IGCoreModalShow .1s ease-out;animation:IGCoreModalShow .1s ease-out;background-color:#fff;border-radius:12px;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;margin:20px;max-height:calc(100% - 40px)}.fPMEg{width:260px}.FrS-d{width:548px}@media (max-width:735px){.FrS-d{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-animation:none;animation:none;border-radius:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0;max-height:100%;width:100%}}@media (min-width:736px){.fPMEg{width:400px}}</style><style type="text/css" data-isostyle-id="14942289">.xlTJg{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.G3yoz{border-radius:50%;overflow:hidden}.OYmo1{margin-left:34%;margin-top:34%;position:absolute}</style><style type="text/css" data-isostyle-id="14942290">.W4P49{background-color:#efefef;border:0;height:1px;margin:0;width:100%}</style><style type="text/css" data-isostyle-id="14942291">.eiUFA{border-bottom:1px solid #efefef;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:43px}.WaOAr,.m82CD{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.WaOAr{-webkit-flex:0 0 48px;-ms-flex:0 0 48px;flex:0 0 48px;-webkit-box-flex:0}.m82CD{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:16px;font-weight:600;line-height:24px;text-align:center}</style><style type="text/css" data-isostyle-id="14942292">.rZ_Tm{padding:12px}.BHY8D{margin:0 auto;height:4px;background-color:#dbdbdb;width:48px;border-radius:2px}.xkuux{-webkit-overflow-scrolling:touch;background-color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2);height:150%;overflow:hidden;width:100%}.xkuux.dcGQ0{background-color:rgba(178,178,178,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.YkJYY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:visible}</style><style type="text/css" data-isostyle-id="14942293">@-webkit-keyframes IGCoreNotificationSlideIn{0%{top:-50px}to{top:6px}}@keyframes IGCoreNotificationSlideIn{0%{top:-50px}to{top:6px}}.-um-G{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-animation:IGCoreNotificationSlideIn .5s 1;animation:IGCoreNotificationSlideIn .5s 1;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.2);box-shadow:0 0 6px rgba(0,0,0,.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;left:50%;min-width:240px;padding:16px;position:fixed;top:6px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.IX_0X{min-width:320px}@media (max-width:735px){.-um-G{width:100%}}</style><style type="text/css" data-isostyle-id="14942294">.z79H6{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:2px solid #dbdbdb;border-radius:50%;height:18px;margin-right:8px;-webkit-transition:.15s all linear;transition:.15s all linear;width:18px}.z79H6:checked{border:5px solid #3897f0}.XAiP-{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:4px}</style><style type="text/css" data-isostyle-id="14942295">.QxuJw{border-bottom:solid 1px #262626;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;opacity:.3;padding:12px 0;text-transform:uppercase;-webkit-transition:opacity 250ms ease-in-out;transition:opacity 250ms ease-in-out}._07c0L .QxuJw{border:0}.jkw7z{opacity:1}.iXT5c{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%}</style><style type="text/css" data-isostyle-id="14942296">.j_2Hd{border-radius:6px;border:1px solid #efefef;color:#262626;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:14px;line-height:30px;margin:0;overflow:visible;padding:4px 12px}.uMkC7{background:0 0}.RO68f{background:#fafafa}.cb9Ul,.j_2Hd:focus{outline:auto 2px #3b99fc;outline:auto 5px -webkit-focus-ring-color;outline-offset:-2px}.-wiOT.KowqB,.j_2Hd:disabled{background-color:#efefef;border-color:#dbdbdb;color:#999;cursor:not-allowed}.j_2Hd::-webkit-input-placeholder{color:#c7c7c7;opacity:1}.j_2Hd:-ms-input-placeholder,.j_2Hd::-ms-input-placeholder{color:#c7c7c7;opacity:1}.j_2Hd::placeholder{color:#c7c7c7;opacity:1}.j_2Hd::-ms-clear{display:none;height:0;width:0}.j_2Hd[type=number]::-webkit-inner-spin-button,.j_2Hd[type=number]::-webkit-outer-spin-button{height:auto}.j_2Hd[type=search],.j_2Hd[type=search]::-webkit-search-cancel-button,.j_2Hd[type=search]::-webkit-search-decoration{-webkit-appearance:none}.-wiOT{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:6px;border:1px solid #efefef;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-right:8px;position:relative}._4eaDf{border:0;padding:4px 9px;width:100%}._4eaDf:focus{outline:0}.FhkBu,._HwM1{border:1px solid #ed4956}.cb9Ul,.t-XOq{border:1px solid #b2b2b2}._4eaDf.t-XOq{border:0}.lC7Ye,.uIHys{border-color:#dbdbdb;border-radius:1000px}.uIHys{padding-left:20px}.lC7Ye{padding-left:11px}.QqGAo,.nqo7i{border:0}.nqo7i{padding-left:20px}</style><style type="text/css" data-isostyle-id="14942299">.B4Y_s{background-size:cover;background-repeat:no-repeat;background-position:center center}</style><style type="text/css" data-isostyle-id="14942301">._8KKY4{border:0;padding:4px 9px;width:100%}._8KKY4:focus{outline:0}._8KKY4::-webkit-input-placeholder{opacity:0}._8KKY4:-ms-input-placeholder,._8KKY4::-ms-input-placeholder{opacity:0}._8KKY4::placeholder{opacity:0}._1jEAS{padding:8px 8px 0}.Oouko{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;bottom:0;color:#c7c7c7;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;left:0;margin:3px 9px;pointer-events:none;position:absolute;top:0;-webkit-transform-origin:left;transform-origin:left;-webkit-transition:-webkit-transform ease-out .1s;transition:transform ease-out .1s;transition:transform ease-out .1s,-webkit-transform ease-out .1s}.LX_qM{-webkit-transform:scale(.714) translateY(-16px);transform:scale(.714) translateY(-16px)}.OI1cO{background-color:#efefef;border-color:#dbdbdb;color:#999;cursor:not-allowed}</style><style type="text/css" data-isostyle-id="14942302">.NcCcD{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.iwQA6{background-color:#fff;line-height:20px;padding-left:22px}.iwQA6::-webkit-input-placeholder{color:transparent}.iwQA6:-ms-input-placeholder,.iwQA6::-ms-input-placeholder{color:transparent}.iwQA6::placeholder{color:transparent}.DWAFP{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;bottom:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:50%;max-width:100%;padding:0 8px;pointer-events:none;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:left .15s ease-out,-webkit-transform .15s ease-out;transition:left .15s ease-out,transform .15s ease-out;transition:left .15s ease-out,transform .15s ease-out,-webkit-transform .15s ease-out}.DWAFP.RrSJm{left:0;-webkit-transform:translateX(0);transform:translateX(0)}.rwQu7{color:#999;font-size:14px;font-weight:400;line-height:28px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rKLaY{border:0;background:0 0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}</style><style type="text/css" data-isostyle-id="14942303">.-qQT3{cursor:pointer}.-qQT3:active{opacity:1}</style><style type="text/css" data-isostyle-id="14942304">.xqRnw{border:0;padding:0;position:absolute;right:4px;top:4px;z-index:1}.N9d2H{background-color:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}</style><style type="text/css" data-isostyle-id="14942305">.oM3-t{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:12px;margin-top:0}@media (min-width:736px){._RI9A{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}}@media (max-width:735px){._RI9A{-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0}}</style><style type="text/css" data-isostyle-id="14942306">@-webkit-keyframes IGCorePill_slideIn{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0%);transform:translateY(0%)}}@keyframes IGCorePill_slideIn{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0%);transform:translateY(0%)}}.tCibT{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:0;border-radius:22px;-webkit-box-shadow:0 10px 45px rgba(0,0,0,.2);box-shadow:0 10px 45px rgba(0,0,0,.2);color:#262626;cursor:pointer;display:block;font-weight:600;outline:inherit;overflow:hidden;text-transform:inherit;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto;z-index:1000}.tCibT:active{opacity:.7}.dGjo4{-webkit-animation:IGCorePill_slideIn 300ms ease-in-out;animation:IGCorePill_slideIn 300ms ease-in-out}.qq7_A{background:#3897f0;color:#fff}</style><style type="text/css" data-isostyle-id="14942307">@-webkit-keyframes IGCoreToastShow{0%{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5)}to{opacity:.9;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}@keyframes IGCoreToastShow{0%{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5)}to{opacity:.9;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}@-webkit-keyframes IGCoreToastHide{0%{opacity:.9}to{opacity:0}}@keyframes IGCoreToastHide{0%{opacity:.9}to{opacity:0}}.R8iOs{background-color:#262626;border-radius:8px;left:50%;opacity:0;padding:16px 20px;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out;z-index:1}._7Yp1e{-webkit-animation:IGCoreToastShow 250ms ease-out forwards;animation:IGCoreToastShow 250ms ease-out forwards}.fR6RW{-webkit-animation:IGCoreToastHide 250ms ease-out forwards;animation:IGCoreToastHide 250ms ease-out forwards}</style><style type="text/css" data-isostyle-id="14942308">.J_0ip{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:100px;color:#fff;font-size:11px;font-weight:semibold;height:18px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:18px}.bqXJH{padding:0 3px}.J_0ip.Rlz2P{height:14px;min-width:14px}.TKi86{background-color:#ed4956}.dJnHt{background-image:-webkit-gradient(linear,right top,left bottom,from(#a307ba),color-stop(#ed4956),to(#fd8d32));background-image:-webkit-linear-gradient(top right,#a307ba,#ed4956,#fd8d32);background-image:linear-gradient(to bottom left,#a307ba,#ed4956,#fd8d32)}</style><style type="text/css" data-isostyle-id="14942309">.BkYbe{border:0}.Y_mhb{border-right:1px solid #efefef;padding-left:12px;padding-right:12px}.OZ443{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;font-size:16px;font-weight:600;height:100%;padding:0;text-align:center;text-transform:inherit;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}@media (max-width:735px){.uY-0l{max-height:calc(100vh - 92px)}}@media (min-width:736px){.uY-0l{max-height:288px}.a7-4X{max-height:380px;max-width:360px}}.hF-el{border-top:1px solid #efefef}</style><style type="text/css" data-isostyle-id="15007751">.RR-M-{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;display:block;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.h5uC0{cursor:pointer}.CfWVH{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}</style><style type="text/css" data-isostyle-id="15007755">.E3X2T{min-height:100%;overflow:hidden}.W5aj_{left:0;position:fixed;right:0;top:0;z-index:12}.ABLKx{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.VhasA{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.SCxLW{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}._3Laht,.o64aR{background-color:#fafafa}._09ncq,.uzKWK{background-color:#fff}._8Rna9{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5;padding:0 20px}.GhZ_W{margin-top:85px}.NXc7H,.XajnB{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.gW4DF,.jLuN9{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.jLuN9{background-color:#fafafa;padding:0}.f11OC{padding:0 20px;-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}@supports (margin-bottom:env(safe-area-inset-bottom)){.f11OC:not(.X6gVd){margin-bottom:env(safe-area-inset-bottom)}}.X6gVd{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.XajnB{-webkit-flex-basis:75px;-ms-flex-preferred-size:75px;flex-basis:75px}.oBPxI{margin-bottom:44px}</style><style type="text/css" data-isostyle-id="15007771">.Y1CWm{border-radius:50%}.vCZ2N{z-index:4}</style><style type="text/css" data-isostyle-id="15007776">.iseBh{font-size:12px;font-weight:600;margin:0 auto;text-transform:uppercase;width:100%}.DINPA{color:#999}.K5OFK{display:inline-block;margin-bottom:7px;margin-right:16px}.K5OFK:last-child{margin-right:0}.ixdEe{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:3px}@media (min-width:876px){.SkY6J,.VWk7Y{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:38px 0}.SkY6J .uxKLF,.VWk7Y .uxKLF{max-width:100%}.SkY6J .ixdEe,.VWk7Y .ixdEe{margin-right:16px}}@media (max-width:875px){.SkY6J,.VWk7Y{padding:10px 0;text-align:center}.SkY6J .ixdEe,.VWk7Y .ixdEe{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;max-width:360px}}.S2wby{padding:10px 0;text-align:center}.S2wby .ixdEe{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;max-width:360px}.SkY6J{padding-top:0}.SkY6J .uxKLF{margin-bottom:16px}.SkY6J .K5OFK{margin:0}.SkY6J .K5OFK:not(:last-of-type)::after{content:"\00B7";margin:0 .25em}.SkY6J .DINPA,.SkY6J .K5OFK,.SkY6J .l93RR{color:#c7c7c7;font-size:11px;font-weight:400;line-height:13px;text-transform:capitalize}.SkY6J .DINPA{text-transform:uppercase}</style><style type="text/css" data-isostyle-id="15007781">.-ZQoH{height:45px;z-index:11}</style><style type="text/css" data-isostyle-id="15007791">._9ezyW,.b5itu,.mXkkY{-webkit-box-direction:normal}._9ezyW{background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:16px;font-weight:600;left:0;position:fixed;right:0;top:0;z-index:1;-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}._9ezyW::before{background-color:rgba(0,0,0,.0975);bottom:-1px;content:'';height:1px;left:0;position:absolute;right:0}.b5itu,.mXkkY{-webkit-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.b5itu{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:44px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px}.mXkkY{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%}.HOQT4>:not(:first-child){padding-left:8px}.KDuQp{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.KDuQp>:not(:last-child){padding-right:8px}.K3Sf1{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#262626;display:block;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.eerSz .K3Sf1,.eerSz .K3Sf1 a{text-align:left}.eerSz .HOQT4{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}</style><style type="text/css" data-isostyle-id="15007794">.ZoygQ{height:45px}</style><style type="text/css" data-isostyle-id="15007797">.KGiwt{background-color:#fff;border:0;bottom:0;height:44px;left:0;position:fixed;right:0;top:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:10}.KGiwt::before{background:rgba(0,0,0,.0975);content:'';height:1px;left:0;position:absolute;right:0;top:-1px}@supports (bottom:env(safe-area-inset-bottom)) and (height:env(safe-area-inset-bottom)){.KGiwt{bottom:env(safe-area-inset-bottom)}.KGiwt::after{background-color:#fff;content:'';height:env(safe-area-inset-bottom);left:0;position:absolute;top:44px;right:0}}.rBWT5{height:45px}.-HOXV{left:50%;position:fixed;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:3}.A8wCM,._Cwuq{height:100%}.-HOXV{bottom:55px}.Xwp_P .KGiwt{top:0;position:fixed;bottom:auto}.Xwp_P .KGiwt::before{top:auto;bottom:-1px}.Xwp_P .KGiwt::after{height:0}</style><style type="text/css" data-isostyle-id="15007800">.BvyAW{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:100%}._0TPg,.q02Nz{height:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.q02Nz{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}._0TPg{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.rz12o::after{background:#ed4956;border-radius:2px;bottom:5px;content:"";height:4px;left:0;margin:0 auto;position:absolute;right:0;-webkit-transform:translateX(-.5px);transform:translateX(-.5px);width:4px}.IL4q1{position:absolute;bottom:60px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}</style><style type="text/css" data-isostyle-id="15007802">.tb_sK{display:none!important}</style><style type="text/css" data-isostyle-id="15007806">.j-7GX{background-color:#ed4956;color:#fff;padding:10px 5px;border-radius:8px;-webkit-box-shadow:rgba(0,0,0,.2) 0 4px 22px;box-shadow:rgba(0,0,0,.2) 0 4px 22px;-webkit-transition:opacity .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:opacity .3s cubic-bezier(.175,.885,.32,1.275),transform .3s cubic-bezier(.175,.885,.32,1.275);transition:opacity .3s cubic-bezier(.175,.885,.32,1.275),transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275)}.Xlsnu{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}.eTOL7{width:100%;position:absolute;left:0}.dmACy{top:-6px}.dr2YY{bottom:-6px}.kaij-{background-color:#ed4956;width:15px;height:15px;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:auto;border-radius:2px}._0KY_R,.cQqOm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.cQqOm{font-size:14px;line-height:19px}._0KY_R{margin:0 5px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;line-height:12px}.Zd1j7{margin-right:3px}.Zd1j7.lTu_q{margin-right:4px}</style></head>
<body class="">
<span id="react-root"><form enctype="multipart/form-data" method="POST" role="presentation"><input accept="image/*" class="tb_sK" type="file"></form><section class="_9eogI E3X2T"><main class="SCxLW uzKWK " role="main"><section class="_1SP8R M_qbh "><div class="zGtbP "><div class="ku8Bn " role="button" tabindex="-1"><div class="qf6s4 lGuO0 " style="width: auto; overflow: auto hidden;"><div style="flex-direction: row; padding-left: 0px; padding-right: 11360px;"><div class="Fd_fQ" style="transform: translateX(0px);"><button class="JdY43"><span class="ctM9u _2dbep " role="link" tabindex="0" style="width: 56px; height: 56px;"><img class="_6q-tv" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/47f9ebcf7f9bb93b44037b8e5f09f32f/5D5FF9CD/t51.2885-19/s150x150/54238030_1282898248526768_4815664946006196224_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" alt=""></span><div class="XdXBI">Your Story</div><div class="coreSpriteStoryCreationAlt TiuNS"></div><form enctype="multipart/form-data" method="POST" role="presentation"><input accept="image/*" class="tb_sK" type="file"></form></button></div><div class="Fd_fQ" style="transform: translateX(80px);"><button class="-wt5I " role="menuitem" tabindex="0"><div class="RR-M- XAMfi" role="button" tabindex="0"><canvas class="CfWVH" height="66" width="66" style="position: absolute; top: -5px; left: -5px; width: 66px; height: 66px;"></canvas><span class="_2dbep " role="link" tabindex="0" style="width: 56px; height: 56px;"><img class="_6q-tv" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/b70a341489ab0ca01bfd9419c0218a05/5D59BF32/t51.2885-19/s150x150/60576080_358282165038820_4672364324247830528_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" alt="she_cl_me_bd_boy's profile picture"></span></div><div class="_0G-TY ">she_cl_me_bd_boy</div></button></div><div class="Fd_fQ" style="transform: translateX(160px);"><button class="-wt5I " role="menuitem" tabindex="0"><div class="RR-M- XAMfi" role="button" tabindex="0"><canvas class="CfWVH" height="66" width="66" style="position: absolute; top: -5px; left: -5px; width: 66px; height: 66px;"></canvas><span class="_2dbep " role="link" tabindex="0" style="width: 56px; height: 56px;"><img class="_6q-tv" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/cd1b66a7f9a4f6d47bc471065b2e53f2/5D9B322E/t51.2885-19/s150x150/59433216_2012914389014249_7939845631953076224_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" alt="shiv.s.kumar.102977's profile picture"></span></div><div class="_0G-TY ">shiv.s.kumar.102977</div></button></div><div class="Fd_fQ" style="transform: translateX(240px);"><button class="-wt5I " role="menuitem" tabindex="0"><div class="RR-M- XAMfi" role="button" tabindex="0"><canvas class="CfWVH" height="66" width="66" style="position: absolute; top: -5px; left: -5px; width: 66px; height: 66px;"></canvas><span class="_2dbep " role="link" tabindex="0" style="width: 56px; height: 56px;"><img class="_6q-tv" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/cdbe1f1210757c7a579b7cfaae2dac9e/5D6739B6/t51.2885-19/s150x150/52757111_2276670289320970_7057799927929241600_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" alt="_patidar_2702's profile picture"></span></div><div class="_0G-TY ">_patidar_2702</div></button></div><div class="Fd_fQ" style="transform: translateX(320px);"><button class="-wt5I " role="menuitem" tabindex="0"><div class="RR-M- XAMfi" role="button" tabindex="0"><canvas class="CfWVH" height="66" width="66" style="position: absolute; top: -5px; left: -5px; width: 66px; height: 66px;"></canvas><span class="_2dbep " role="link" tabindex="0" style="width: 56px; height: 56px;"><img class="_6q-tv" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/abfff46f2388a595bfa6c279ea65d3b6/5D687773/t51.2885-19/s150x150/60368529_689781698118989_6540362570417569792_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" alt="ev_geniia7659's profile picture"></span></div><div class="_0G-TY ">ev_geniia7659</div></button></div><div class="Fd_fQ" style="transform: translateX(400px);"><button class="-wt5I " role="menuitem" tabindex="0"><div class="RR-M- XAMfi" role="button" tabindex="0"><canvas class="CfWVH" height="66" width="66" style="position: absolute; top: -5px; left: -5px; width: 66px; height: 66px;"></canvas><span class="_2dbep " role="link" tabindex="0" style="width: 56px; height: 56px;"><img class="_6q-tv" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/811121138ad39219ce2ed04ec59dbfd6/5D5926F2/t51.2885-19/s150x150/59106387_284270755784767_5225903948489031680_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" alt="__kaushal_07_'s profile picture"></span></div><div class="_0G-TY ">__kaushal_07_</div></button></div><div class="Fd_fQ" style="transform: translateX(480px);"><button class="-wt5I " role="menuitem" tabindex="0"><div class="RR-M- XAMfi" role="button" tabindex="0"><canvas class="CfWVH" height="66" width="66" style="position: absolute; top: -5px; left: -5px; width: 66px; height: 66px;"></canvas><span class="_2dbep " role="link" tabindex="0" style="width: 56px; height: 56px;"><img class="_6q-tv" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/1c566e65383ac972ceceecd52c5b7f76/5D690A79/t51.2885-19/s150x150/43015370_683936435339619_5582391985018241024_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" alt="shubham.shelar623's profile picture"></span></div><div class="_0G-TY ">shubham.shelar623</div></button></div><div class="Fd_fQ" style="transform: translateX(560px);"><button class="-wt5I " role="menuitem" tabindex="0"><div class="RR-M- XAMfi" role="button" tabindex="0"><canvas class="CfWVH" height="66" width="66" style="position: absolute; top: -5px; left: -5px; width: 66px; height: 66px;"></canvas><span class="_2dbep " role="link" tabindex="0" style="width: 56px; height: 56px;"><img class="_6q-tv" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/9b13f26d11bb338f2c2bdc37273ec38e/5D6D49AE/t51.2885-19/s150x150/58409789_661511044294788_969864509483122688_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" alt="1234toliyasar's profile picture"></span></div><div class="_0G-TY ">1234toliyasar</div></button></div><div class="Fd_fQ" style="transform: translateX(640px);"><button class="-wt5I " role="menuitem" tabindex="0"><div class="RR-M- XAMfi" role="button" tabindex="0"><canvas class="CfWVH" height="66" width="66" style="position: absolute; top: -5px; left: -5px; width: 66px; height: 66px;"></canvas><span class="_2dbep " role="link" tabindex="0" style="width: 56px; height: 56px;"><img class="_6q-tv" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/98efc3f9f0f4b1874b3ad30d1d99bd0b/5D7A4FB3/t51.2885-19/s150x150/59785449_1513804968760937_2500038929005150208_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" alt="ashinjacob's profile picture"></span></div><div class="_0G-TY ">ashinjacob</div></button></div></div></div></div></div><div class=""><div><div style="flex-direction: column; padding-bottom: 6400px; padding-top: 0px;"><article class="_8Rm4L M9sTE h0YNM SgTZ1 "><header class="Ppjfr UE9AK wdOqh"><div class="RR-M- h5uC0 mrq0Z" role="button" tabindex="0"><canvas class="CfWVH" height="42" width="42" style="position: absolute; top: -5px; left: -5px; width: 42px; height: 42px;"></canvas><span class="_2dbep " role="link" tabindex="0" style="width: 32px; height: 32px;"><img class="_6q-tv" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/811121138ad39219ce2ed04ec59dbfd6/5D5926F2/t51.2885-19/s150x150/59106387_284270755784767_5225903948489031680_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" alt="__kaushal_07_'s profile picture"></span></div><div class="o-MQd "><div class=" "><div class="e1e1d"><h2 class="BrX75"><a class="FPmhX notranslate nJAzx" title="__kaushal_07_" href="/__kaushal_07_/">__kaushal_07_</a></h2></div></div><div class="M30cS"><div></div><div class="JF9hh"><a class="O4GlU" href="/explore/locations/274334438/aurangabad-maharashtra/">Aurangabad, Maharashtra</a></div></div></div></header><div class="_97aPb "><div role="button" tabindex="0" class="ZyFrc" data-ext-skip="1"><div class="kPFhm kHt39 "><div class="eLAPa _23QFA" role="button" tabindex="0"><div class="KL4Bh" style="padding-bottom: 125%;"><img alt="Image may contain: 1 person, stripes, sunglasses, outdoor and closeup" class="FFVAD" decoding="auto" sizes="332px" srcset="https://instagram.fccu1-1.fna.fbcdn.net/vp/a7fe427d306eca770c7fc9206fa8bf64/5D9B60CA/t51.2885-15/sh0.08/e35/p640x640/60413334_137596290685573_5182041028955666987_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net 640w,https://instagram.fccu1-1.fna.fbcdn.net/vp/7d010d404da4ae66eb20d14d0862e4ca/5D791DCA/t51.2885-15/sh0.08/e35/p750x750/60413334_137596290685573_5182041028955666987_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net 750w,https://instagram.fccu1-1.fna.fbcdn.net/vp/6147e28e7b9b62676c7f6bb2062a535c/5D7C063C/t51.2885-15/e35/60413334_137596290685573_5182041028955666987_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net 1080w" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/6147e28e7b9b62676c7f6bb2062a535c/5D7C063C/t51.2885-15/e35/60413334_137596290685573_5182041028955666987_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" style="object-fit: cover;"></div><div class="_9AhH0"></div></div><div class="xUdfV" style="left: 87.6157%; margin-top: 6px; top: 35.5556%; transform: translate(-53.375%, 0%);"><a class="JYWcJ" href="/riyaz.14/"><span class="wCuNw"><div class="Mu0TI Vj5NV " style="left: 53.375%;"></div><span class="eg3Fv">riyaz.14</span></span></a></div><div class="xUdfV" style="left: 86.2268%; margin-top: 6px; top: 53.7963%; transform: translate(-62.932%, 0%);"><a class="JYWcJ" href="/sonurajputsr/"><span class="wCuNw"><div class="Mu0TI Vj5NV " style="left: 62.932%;"></div><span class="eg3Fv">sonurajputsr</span></span></a></div><div class="xUdfV" style="left: 82.5232%; margin-top: 6px; top: 76.5741%; transform: translate(-50%, 0%);"><a class="JYWcJ" href="/mr_faisu_07/"><span class="wCuNw"><div class="Mu0TI Vj5NV " style="left: 50%;"></div><span class="eg3Fv">mr_faisu_07</span></span></a></div><div class="xUdfV" style="left: 89.3518%; margin-top: 6px; top: 15.7407%; transform: translate(-84.6181%, 0%);"><a class="JYWcJ" href="/pappya_gaikwad_official/"><span class="wCuNw"><div class="Mu0TI Vj5NV " style="left: 84.6181%;"></div><span class="eg3Fv">pappya_gaikwad_official</span></span></a></div><button class="G_hoz LcKDX "><div class="HBUJV"><span class="glyphsSpriteUser__filled__24__grey_0 u-__7" aria-label="Tags"></span></div></button></div><a type="button" data-page_type="1" class="ext_mobile_dl_btn profile_mobile_dl_btn"><span class="ext_icon"></span></a></div></div><div class="eo2As "><section class="ltpMr Slqrh"><span class="fr66n"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteHeart__outline__24__grey_9 u-__7" aria-label="Like"></span></button></span><span class="_15y0l"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteComment__outline__24__grey_9 u-__7" aria-label="Comment"></span></button></span><span class="_5e4p"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteShare__outline__24__grey_9 u-__7" aria-label="Share Post"></span></button></span><span class="wmtNn"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteSave__outline__24__grey_9 u-__7" aria-label="Save"></span></button></span></section><section class="EDfFK ygqzn"><div class=" Igw0E IwRSH eGOV_ ybXk5 vwCYk "><div class="Nm9Fw"><a class="zV_Nj" href="/p/Bxm47BantOA/liked_by/" data-ext-skip="1"><span>2</span> likes</a><a type="button" data-page_type="2" class="ext_mobile_dl_btn profile_mobile_dl_btn"><span class="ext_icon"></span></a></div></div></section><div class="KlCQn EtaWk"><ul class="k59kT"><li class="gElp9 " role="menuitem"><div class="P9YgZ"><div class="C7I1f X7jCj"><div class="C4VMK"><h2 class="_6lAjh"><a class="FPmhX notranslate TlrDj" title="__kaushal_07_" href="/__kaushal_07_/">__kaushal_07_</a></h2><span><span>😎</span><span class="_2UvmX">...&nbsp;<button class="sXUSN">more</button></span></span></div></div></div></li></ul></div><div class="k_Q0X NnvRN"><a class="c-Yi7" href="/p/Bxm47BantOA/" data-ext-skip="1"><time class="_1o9PC Nzb55" datetime="2019-05-18T14:43:05.000Z" title="May 18, 2019">43 seconds ago</time></a><a type="button" data-page_type="2" class="ext_mobile_dl_btn profile_mobile_dl_btn"><span class="ext_icon"></span></a></div></div><div class="MEAGs"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteMore_horizontal__outline__24__grey_9 u-__7" aria-label="More options"></span></button></div></article><article class="_8Rm4L M9sTE h0YNM SgTZ1 "><header class="Ppjfr UE9AK wdOqh"><div class="RR-M- mrq0Z" role="button" tabindex="0"><canvas class="CfWVH" height="42" width="42" style="position: absolute; top: -5px; left: -5px; width: 42px; height: 42px;"></canvas><a class="_2dbep qNELH kIKUG" href="/shivamshukla585/" style="width: 32px; height: 32px;"><img class="_6q-tv" src="https://instagram.famd1-2.fna.fbcdn.net/vp/21b83e11c544501eb88299df3d946541/5D7C0DF1/t51.2885-19/44884218_345707102882519_2446069589734326272_n.jpg?_nc_ht=instagram.famd1-2.fna.fbcdn.net" alt="shivamshukla585's profile picture"></a></div><div class="o-MQd "><div class=" "><div class="e1e1d"><h2 class="BrX75"><a class="FPmhX notranslate nJAzx" title="shivamshukla585" href="/shivamshukla585/">shivamshukla585</a></h2></div></div><div class="M30cS"><div></div><div class="JF9hh"><a class="O4GlU" href="/explore/locations/1023975245/reliance-industries-ltd-naroda/">Reliance Industries Ltd., Naroda</a></div></div></div></header><div class="_97aPb "><div role="button" tabindex="0" class="ZyFrc" data-ext-skip="1"><div class="eLAPa kPFhm"><div class="KL4Bh" style="padding-bottom: 100%;"><img alt="Image may contain: 1 person, text" class="FFVAD" decoding="auto" style="object-fit: cover;" sizes="332px" srcset="https://instagram.fccu1-1.fna.fbcdn.net/vp/cb3e447275a0db615b03dbb92ed8ff18/5D6351BB/t51.2885-15/e35/58845609_285058579069099_6117562017310857077_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net 640w,https://instagram.fccu1-1.fna.fbcdn.net/vp/cb3e447275a0db615b03dbb92ed8ff18/5D6351BB/t51.2885-15/e35/58845609_285058579069099_6117562017310857077_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net 750w,https://instagram.fccu1-1.fna.fbcdn.net/vp/cb3e447275a0db615b03dbb92ed8ff18/5D6351BB/t51.2885-15/e35/58845609_285058579069099_6117562017310857077_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net 1080w" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/cb3e447275a0db615b03dbb92ed8ff18/5D6351BB/t51.2885-15/e35/58845609_285058579069099_6117562017310857077_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net"></div><div class="_9AhH0"></div></div><a type="button" data-page_type="1" class="ext_mobile_dl_btn profile_mobile_dl_btn"><span class="ext_icon"></span></a></div></div><div class="eo2As "><section class="ltpMr Slqrh"><span class="fr66n"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteHeart__outline__24__grey_9 u-__7" aria-label="Like"></span></button></span><span class="_15y0l"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteComment__outline__24__grey_9 u-__7" aria-label="Comment"></span></button></span><span class="_5e4p"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteShare__outline__24__grey_9 u-__7" aria-label="Share Post"></span></button></span><span class="wmtNn"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteSave__outline__24__grey_9 u-__7" aria-label="Save"></span></button></span></section><div class="k_Q0X NnvRN"><a class="c-Yi7" href="/p/Bxmzha7jN0i/" data-ext-skip="1"><time class="_1o9PC Nzb55" datetime="2019-05-18T13:55:54.000Z" title="May 18, 2019">47 minutes ago</time></a><a type="button" data-page_type="2" class="ext_mobile_dl_btn profile_mobile_dl_btn"><span class="ext_icon"></span></a></div></div><div class="MEAGs"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteMore_horizontal__outline__24__grey_9 u-__7" aria-label="More options"></span></button></div></article><article class="_8Rm4L M9sTE h0YNM SgTZ1 "><header class="Ppjfr UE9AK wdOqh"><div class="RR-M- mrq0Z" role="button" tabindex="0"><canvas class="CfWVH" height="42" width="42" style="position: absolute; top: -5px; left: -5px; width: 42px; height: 42px;"></canvas><a class="_2dbep qNELH kIKUG" href="/brianwidyadhanarostanto/" style="width: 32px; height: 32px;"><img class="_6q-tv" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/2b4e7ba5152874c6e312389a6865e992/5D6E9ED5/t51.2885-19/s150x150/59315597_436932433770098_5483548668525019136_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" alt="brianwidyadhanarostanto's profile picture"></a></div><div class="o-MQd "><div class=" "><div class="e1e1d"><h2 class="BrX75"><a class="FPmhX notranslate nJAzx" title="brianwidyadhanarostanto" href="/brianwidyadhanarostanto/">brianwidyadhanarostanto</a></h2></div></div><div class="M30cS"><div></div><div class="JF9hh"></div></div></div></header><div class="_97aPb "><div role="button" tabindex="0" class="ZyFrc" data-ext-skip="1"><div class="eLAPa kPFhm"><div class="KL4Bh" style="padding-bottom: 52.4074%;"><img alt="Image may contain: 2 people, text" class="FFVAD" decoding="auto" style="object-fit: cover;" sizes="332px" srcset="https://instagram.fccu1-1.fna.fbcdn.net/vp/6615088d75037e19ac570568ef367558/5D9EE08E/t51.2885-15/sh0.08/e35/s640x640/59720341_488385468368264_404076985231417446_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net 640w,https://instagram.fccu1-1.fna.fbcdn.net/vp/ad726cc8950935f4276e1d1925de0800/5D63FA71/t51.2885-15/sh0.08/e35/s750x750/59720341_488385468368264_404076985231417446_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net 750w,https://instagram.fccu1-1.fna.fbcdn.net/vp/809176acd8e4d34f7ebed4474602a3e5/5D58B4FD/t51.2885-15/e35/59720341_488385468368264_404076985231417446_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net 1080w" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/809176acd8e4d34f7ebed4474602a3e5/5D58B4FD/t51.2885-15/e35/59720341_488385468368264_404076985231417446_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net"></div><div class="_9AhH0"></div></div><a type="button" data-page_type="1" class="ext_mobile_dl_btn profile_mobile_dl_btn"><span class="ext_icon"></span></a></div></div><div class="eo2As "><section class="ltpMr Slqrh"><span class="fr66n"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteHeart__outline__24__grey_9 u-__7" aria-label="Like"></span></button></span><span class="_15y0l"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteComment__outline__24__grey_9 u-__7" aria-label="Comment"></span></button></span><span class="_5e4p"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteShare__outline__24__grey_9 u-__7" aria-label="Share Post"></span></button></span><span class="wmtNn"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteSave__outline__24__grey_9 u-__7" aria-label="Save"></span></button></span></section><section class="EDfFK ygqzn"><div class=" Igw0E IwRSH eGOV_ ybXk5 vwCYk "><div class="Nm9Fw"><a class="zV_Nj" href="/p/BxmuuS0HSZn/liked_by/" data-ext-skip="1">1 like</a><a type="button" data-page_type="2" class="ext_mobile_dl_btn profile_mobile_dl_btn"><span class="ext_icon"></span></a></div></div></section><div class="k_Q0X NnvRN"><a class="c-Yi7" href="/p/BxmuuS0HSZn/" data-ext-skip="1"><time class="_1o9PC Nzb55" datetime="2019-05-18T13:13:58.000Z" title="May 18, 2019">1 hour ago</time></a><a type="button" data-page_type="2" class="ext_mobile_dl_btn profile_mobile_dl_btn"><span class="ext_icon"></span></a></div></div><div class="MEAGs"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteMore_horizontal__outline__24__grey_9 u-__7" aria-label="More options"></span></button></div></article><article class="_8Rm4L M9sTE h0YNM SgTZ1 "><header class="Ppjfr UE9AK wdOqh"><div class="RR-M- mrq0Z" role="button" tabindex="0"><canvas class="CfWVH" height="42" width="42" style="position: absolute; top: -5px; left: -5px; width: 42px; height: 42px;"></canvas><a class="_2dbep qNELH kIKUG" href="/mdmurtjamurtja/" style="width: 32px; height: 32px;"><img class="_6q-tv" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/4b98705a9e190990f894bfd5853a9272/5D622DFB/t51.2885-19/s150x150/60307149_426188974864500_795136899055353856_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" alt="mdmurtjamurtja's profile picture"></a></div><div class="o-MQd "><div class=" "><div class="e1e1d"><h2 class="BrX75"><a class="FPmhX notranslate nJAzx" title="mdmurtjamurtja" href="/mdmurtjamurtja/">mdmurtjamurtja</a></h2></div></div><div class="M30cS"><div></div><div class="JF9hh"></div></div></div></header><div class="_97aPb "><div role="button" tabindex="0" class="ZyFrc" data-ext-skip="1"><div class="ZyFrc" role="dialog"><div class="OAXCp " style="padding-bottom: calc(125% - 1px);"><div class="oJub8"><div class="GRtmf wymO0 "><div class="_5wCQW"><video class="tWeCl" playsinline="" poster="https://instagram.fccu1-1.fna.fbcdn.net/vp/77eb90f46f4a06dc7509049868f4ea92/5CE2A09C/t51.2885-15/e35/60326935_163676494652054_5508769243118238820_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" preload="none" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/71b0dcd0c9adb010b2449b6673788a47/5CE25834/t50.2886-16/60900933_327417984613767_2391639559386431488_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net" type="video/mp4"></video><img alt="" class="_8jZFn" src="https://instagram.fccu1-1.fna.fbcdn.net/vp/77eb90f46f4a06dc7509049868f4ea92/5CE2A09C/t51.2885-15/e35/60326935_163676494652054_5508769243118238820_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net"></div></div></div><div class="oujXn"><div class="B2xwy P6lRB ">Tap video for sound</div><div class="y4vpg VXgpI"><span class="mediatypesSpriteVideo__filled__32 u-__7" aria-label="Video"></span></div><span class="B2xwy _3G0Ji PTIMp videoSpritePlayButton" role="button"><span class="jNBsH">Play</span></span></div><a class="QvAa1 " href="javascript:;" role="button" target=""><span class="jNBsH">Control</span></a></div></div><a type="button" data-page_type="1" class="ext_mobile_dl_btn profile_mobile_dl_btn"><span class="ext_icon"></span></a></div></div><div class="eo2As "><section class="ltpMr Slqrh"><span class="fr66n"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteHeart__outline__24__grey_9 u-__7" aria-label="Like"></span></button></span><span class="_15y0l"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteComment__outline__24__grey_9 u-__7" aria-label="Comment"></span></button></span><span class="_5e4p"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteShare__outline__24__grey_9 u-__7" aria-label="Share Post"></span></button></span><span class="wmtNn"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteSave__outline__24__grey_9 u-__7" aria-label="Save"></span></button></span></section><section class="EDfFK ygqzn"><div class="HbPOm _9Ytll"><span class="vcOH2" role="button" tabindex="0">1 view</span></div></section><div class="k_Q0X NnvRN"><a class="c-Yi7" href="/p/BxmmoOZlcwK/" data-ext-skip="1"><time class="_1o9PC Nzb55" datetime="2019-05-18T12:03:28.000Z" title="May 18, 2019">2 hours ago</time></a><a type="button" data-page_type="2" class="ext_mobile_dl_btn profile_mobile_dl_btn"><span class="ext_icon"></span></a></div></div><div class="MEAGs"><button class="dCJp8 afkep _0mzm-"><span class="glyphsSpriteMore_horizontal__outline__24__grey_9 u-__7" aria-label="More options"></span></button></div></article></div></div><div class="Id0Rh"><div class=" Igw0E IwRSH YBx95 _4EzTm _9qQ0O ZUqME" style="height: 32px; width: 32px;"><svg class=" By4nA" viewBox="0 0 100 100"><rect fill="#555555" height="6" opacity="0" rx="3" ry="3" transform="rotate(-90 50 50)" width="25" x="72" y="47"></rect><rect fill="#555555" height="6" opacity="0.08333333333333333" rx="3" ry="3" transform="rotate(-60 50 50)" width="25" x="72" y="47"></rect><rect fill="#555555" height="6" opacity="0.16666666666666666" rx="3" ry="3" transform="rotate(-30 50 50)" width="25" x="72" y="47"></rect><rect fill="#555555" height="6" opacity="0.25" rx="3" ry="3" transform="rotate(0 50 50)" width="25" x="72" y="47"></rect><rect fill="#555555" height="6" opacity="0.3333333333333333" rx="3" ry="3" transform="rotate(30 50 50)" width="25" x="72" y="47"></rect><rect fill="#555555" height="6" opacity="0.4166666666666667" rx="3" ry="3" transform="rotate(60 50 50)" width="25" x="72" y="47"></rect><rect fill="#555555" height="6" opacity="0.5" rx="3" ry="3" transform="rotate(90 50 50)" width="25" x="72" y="47"></rect><rect fill="#555555" height="6" opacity="0.5833333333333334" rx="3" ry="3" transform="rotate(120 50 50)" width="25" x="72" y="47"></rect><rect fill="#555555" height="6" opacity="0.6666666666666666" rx="3" ry="3" transform="rotate(150 50 50)" width="25" x="72" y="47"></rect><rect fill="#555555" height="6" opacity="0.75" rx="3" ry="3" transform="rotate(180 50 50)" width="25" x="72" y="47"></rect><rect fill="#555555" height="6" opacity="0.8333333333333334" rx="3" ry="3" transform="rotate(210 50 50)" width="25" x="72" y="47"></rect><rect fill="#555555" height="6" opacity="0.9166666666666666" rx="3" ry="3" transform="rotate(240 50 50)" width="25" x="72" y="47"></rect></svg></div></div></div></section><div><form enctype="multipart/form-data" method="POST" role="presentation"><input accept="image/jpeg,image/png" class="tb_sK" type="file"></form></div><div class="vgS-T"></div></main><nav class="gW4DF"><div class="-ZQoH"><div><header class="_9ezyW"><div class="b5itu "><div class="mXkkY HOQT4"><button class="mTGkH"><span class="glyphsSpriteCamera__outline__24__grey_9 u-__7" aria-label="New Story"></span></button></div><h1 class="K3Sf1"><a class="rDZ30" href="/"><span class="glyphsSpriteMobile_nav_type_logo u-__7" aria-label="Instagram"></span></a></h1><div class="mXkkY KDuQp"><button class="mTGkH"><span class="glyphsSpriteUser_follow__outline__24__grey_9 u-__7" aria-label="Discover People"></span></button></div></div></header><form enctype="multipart/form-data" method="POST" role="presentation"><input accept="image/*" class="tb_sK" type="file"></form></div></div></nav><nav class="NXc7H f11OC "><div class="_8MQSO ZoygQ "><div class=""><div class="rBWT5"></div><div class="KGiwt"><div class="A8wCM"><div class="BvyAW"><div class="q02Nz"><a class="_0TPg" href="/"><span class="glyphsSpriteHome__filled__24__grey_9 u-__7" aria-label="Home"></span></a></div><div class="q02Nz"><a class="_0TPg" href="/explore/"><span class="glyphsSpriteSearch__outline__24__grey_9 u-__7" aria-label="Search &amp; Explore"></span></a></div><div class="q02Nz _0TPg" role="menuitem" tabindex="0"><span class="glyphsSpriteNew_post__outline__24__grey_9 u-__7" aria-label="New Post"></span></div><div class="q02Nz"><a class="_0TPg rz12o" href="/accounts/activity/"><div class="IL4q1"><div class="j-7GX Xlsnu"><div class="eTOL7 dr2YY "><div class="kaij-"></div></div><div class="cQqOm"><div class="_0KY_R"><span class="Zd1j7 coreSpriteUnreadLikes "></span><span>40</span></div></div></div></div><span class="glyphsSpriteHeart__outline__24__grey_9 u-__7" aria-label="Activity"></span></a></div><div class="q02Nz"><a class="_0TPg" href="/picklively_official/"><span class="glyphsSpriteUser__outline__24__grey_9 u-__7" aria-label="Profile"></span></a></div></div></div></div><form class="Q9en_" enctype="multipart/form-data" method="POST" role="presentation"><input accept="image/*" class="tb_sK" type="file"></form></div></div></nav></section></span>
<script type="text/javascript">window.__pendingAdditionalData(["feed"]);</script><script type="text/javascript">var __BUNDLE_START_TIME__=this.nativePerformanceNow?nativePerformanceNow():Date.now(),__DEV__=false,process=this.process||{};process.env=process.env||{};process.env.NODE_ENV=process.env.NODE_ENV||"production";!(function(t){"use strict";function e(){return s=Object.create(null)}function r(t){const e=t,r=s[e];return r&&r.isInitialized?r.publicModule.exports:i(e,r)}function n(t){const e=t;if(s[e]&&s[e].importedDefault!==f)return s[e].importedDefault;const n=r(e),o=n&&n.__esModule?n.default:n;return s[e].importedDefault=o}function o(t){const e=t;if(s[e]&&s[e].importedAll!==f)return s[e].importedAll;const n=r(e);let o;if(n&&n.__esModule)o=n;else{if(o={},n)for(const t in n)a.call(n,t)&&(o[t]=n[t]);o.default=n}return s[e].importedAll=o}function i(e,r){if(!p&&t.ErrorUtils){p=!0;let n;try{n=c(e,r)}catch(e){t.ErrorUtils.reportFatalError(e)}return p=!1,n}return c(e,r)}function l(t){return{segmentId:t>>>h,localId:t&m}}function c(e,i){if(!i&&I.length>0){const t=l(e),r=t.segmentId,n=t.localId,o=I[r];null!=o&&(o(n),i=s[e])}const c=t.nativeRequire;if(!i&&c){const t=l(e),r=t.segmentId;c(t.localId,r),i=s[e]}if(!i)throw u(e);if(i.hasError)throw d(e,i.error);i.isInitialized=!0;const f=i,a=f.factory,p=f.dependencyMap;try{const l=i.publicModule;if(l.id=e,g.length>0)for(let t=0;t<g.length;++t)g[t].cb(e,l);return a(t,r,n,o,l,l.exports,p),i.factory=void 0,i.dependencyMap=void 0,l.exports}catch(t){throw i.hasError=!0,i.error=t,i.isInitialized=!1,i.publicModule.exports=void 0,t}}function u(t){let e='Requiring unknown module "'+t+'".';return Error(e)}function d(t,e){const r=t;return Error('Requiring module "'+r+'", which threw an exception: '+e)}t.__r=r,t.__d=function(t,e,r){null==s[e]&&(s[e]={dependencyMap:r,factory:t,hasError:!1,importedAll:f,importedDefault:f,isInitialized:!1,publicModule:{exports:{}}})},t.__c=e,t.__registerSegment=function(t,e){I[t]=e};var s=e();const f={},a={}.hasOwnProperty;r.importDefault=n,r.importAll=o;let p=!1;const h=16,m=65535;r.unpackModuleId=l,r.packModuleId=function(t){return(t.segmentId<<h)+t.localId};const g=[];r.registerHook=function(t){const e={cb:t};return g.push(e),{release:()=>{for(let t=0;t<g.length;++t)if(g[t]===e){g.splice(t,1);break}}}};const I=[]})('undefined'!=typeof global?global:'undefined'!=typeof window?window:this);
__s={"js":{"50":"/static/bundles/es6/AllTranslationMappings_af_ZA.js/a3146a7f6658.js","52":"/static/bundles/es6/AllTranslationMappings_cs_CZ.js/397be66b337a.js","54":"/static/bundles/es6/AllTranslationMappings_da_DK.js/70df963a989c.js","56":"/static/bundles/es6/AllTranslationMappings_de_DE.js/7cda0cc7f41a.js","58":"/static/bundles/es6/AllTranslationMappings_el_GR.js/1416e47464d0.js","60":"/static/bundles/es6/AllTranslationMappings_en_US.js/07f1d5c6dbb2.js","62":"/static/bundles/es6/AllTranslationMappings_es_ES.js/28f7f8cc83d7.js","64":"/static/bundles/es6/AllTranslationMappings_es_LA.js/bb804c382337.js","66":"/static/bundles/es6/AllTranslationMappings_fi_FI.js/11944be10b46.js","68":"/static/bundles/es6/AllTranslationMappings_fr_FR.js/143a234c316e.js","70":"/static/bundles/es6/AllTranslationMappings_id_ID.js/4f8aca1282e5.js","72":"/static/bundles/es6/AllTranslationMappings_it_IT.js/1a58c68b2445.js","74":"/static/bundles/es6/AllTranslationMappings_ja_JP.js/6bc81db379d8.js","76":"/static/bundles/es6/AllTranslationMappings_ko_KR.js/ddf3bb1b3e4c.js","78":"/static/bundles/es6/AllTranslationMappings_ms_MY.js/b9e63d615d5c.js","80":"/static/bundles/es6/AllTranslationMappings_nb_NO.js/4a4d651b2eeb.js","82":"/static/bundles/es6/AllTranslationMappings_nl_NL.js/74bb97c265f4.js","84":"/static/bundles/es6/AllTranslationMappings_pl_PL.js/5cd7fdea1515.js","86":"/static/bundles/es6/AllTranslationMappings_pt_BR.js/3e8ad815be29.js","88":"/static/bundles/es6/AllTranslationMappings_pt_PT.js/3e6ac9b6d55a.js","90":"/static/bundles/es6/AllTranslationMappings_ru_RU.js/5600148df10b.js","92":"/static/bundles/es6/AllTranslationMappings_sv_SE.js/e2cc4b11aeb6.js","94":"/static/bundles/es6/AllTranslationMappings_th_TH.js/7ce174c7cead.js","96":"/static/bundles/es6/AllTranslationMappings_tl_PH.js/eb00a35f6e27.js","98":"/static/bundles/es6/AllTranslationMappings_tr_TR.js/3aafe1accdd3.js","100":"/static/bundles/es6/AllTranslationMappings_zh_CN.js/d25b065b8508.js","102":"/static/bundles/es6/AllTranslationMappings_zh_TW.js/68d8be23cddb.js","104":"/static/bundles/es6/AllTranslationMappings_bn_IN.js/483f140b0490.js","106":"/static/bundles/es6/AllTranslationMappings_gu_IN.js/6a38801fdd44.js","108":"/static/bundles/es6/AllTranslationMappings_hi_IN.js/8cc82105601c.js","110":"/static/bundles/es6/AllTranslationMappings_hr_HR.js/c689c5cb66e9.js","112":"/static/bundles/es6/AllTranslationMappings_hu_HU.js/8c16d111d0d7.js","114":"/static/bundles/es6/AllTranslationMappings_kn_IN.js/671a26e11b9c.js","116":"/static/bundles/es6/AllTranslationMappings_ml_IN.js/03d50684e358.js","118":"/static/bundles/es6/AllTranslationMappings_mr_IN.js/1236599f5c13.js","120":"/static/bundles/es6/AllTranslationMappings_ne_NP.js/07b2725a1668.js","122":"/static/bundles/es6/AllTranslationMappings_pa_IN.js/d0757d743d8b.js","124":"/static/bundles/es6/AllTranslationMappings_si_LK.js/7f6426395b6a.js","126":"/static/bundles/es6/AllTranslationMappings_sk_SK.js/6de71b71ee08.js","128":"/static/bundles/es6/AllTranslationMappings_ta_IN.js/089a219bbaa0.js","130":"/static/bundles/es6/AllTranslationMappings_te_IN.js/64ab26236fa5.js","132":"/static/bundles/es6/AllTranslationMappings_vi_VN.js/6e686f0fc3b9.js","134":"/static/bundles/es6/AllTranslationMappings_zh_HK.js/b047b5d0e75b.js","136":"/static/bundles/es6/AllTranslationMappings_bg_BG.js/4b552a850ae6.js","138":"/static/bundles/es6/AllTranslationMappings_fr_CA.js/634072bd912a.js","140":"/static/bundles/es6/AllTranslationMappings_ro_RO.js/a159105502f4.js","142":"/static/bundles/es6/AllTranslationMappings_sr_RS.js/fdfcfeca26fc.js","144":"/static/bundles/es6/AllTranslationMappings_uk_UA.js/f51f5623e66c.js","146":"/static/bundles/es6/MobileStoriesLoginPage.js/6c4a3867b16a.js","147":"/static/bundles/es6/DesktopStoriesLoginPage.js/a75486025a20.js","148":"/static/bundles/es6/shaka-player.ui.js/92ff0a4cd850.js","149":"/static/bundles/es6/DirectNewThread.js/42dda30e77bb.js","150":"/static/bundles/es6/DirectMQTT.js/bb9cabfc29e9.js","151":"/static/bundles/es6/MobileStoriesPage.js/93a6a424a23e.js","152":"/static/bundles/es6/DesktopStoriesPage.js/46521f8ba40c.js","153":"/static/bundles/es6/ActivityFeedBox.js/3105e73a77df.js","154":"/static/bundles/es6/ActivityFeedPage.js/cab5af6b3c7a.js","155":"/static/bundles/es6/AdsSettingsPage.js/75bf77d047dd.js","156":"/static/bundles/es6/DonateCheckoutPage.js/9e0698900c85.js","157":"/static/bundles/es6/CameraPage.js/083795ce4543.js","158":"/static/bundles/es6/SettingsModules.js/cc06a377b52a.js","159":"/static/bundles/es6/ContactHistoryPage.js/b3380e55a3ce.js","160":"/static/bundles/es6/AccessToolPage.js/e0117f09c833.js","161":"/static/bundles/es6/AccessToolViewAllPage.js/71f7044f866b.js","162":"/static/bundles/es6/AccountPrivacyBugPage.js/42757aab3b63.js","163":"/static/bundles/es6/FirstPartyPlaintextPasswordLandingPage.js/64d670248840.js","164":"/static/bundles/es6/ThirdPartyPlaintextPasswordLandingPage.js/b42190fcdb2f.js","165":"/static/bundles/es6/PlaintextPasswordBugPage.js/4845c2afecea.js","166":"/static/bundles/es6/PrivateAccountMadePublicBugPage.js/5c47b69bb872.js","167":"/static/bundles/es6/PublicAccountNotMadePrivateBugPage.js/3129fbc293e2.js","168":"/static/bundles/es6/BlockedAccountsBugPage.js/5132fb80b1e0.js","169":"/static/bundles/es6/AndroidBetaPrivacyBugPage.js/6593712c16f7.js","170":"/static/bundles/es6/DataControlsSupportPage.js/89a375a82b8e.js","171":"/static/bundles/es6/DataDownloadRequestPage.js/aed71717cf56.js","172":"/static/bundles/es6/DataDownloadRequestConfirmPage.js/5d98fa9ee6bb.js","173":"/static/bundles/es6/CheckpointUnderageAppealPage.js/69e1e6e9dc1b.js","174":"/static/bundles/es6/AccountRecoveryLandingPage.js/0ca97a3d659e.js","175":"/static/bundles/es6/ContactInvitesOptOutPage.js/90671f814dbf.js","176":"/static/bundles/es6/ParentalConsentPage.js/671221344242.js","177":"/static/bundles/es6/ParentalConsentNotParentPage.js/6418796a1a29.js","178":"/static/bundles/es6/TermsAcceptPage.js/d759551ae2f7.js","179":"/static/bundles/es6/TermsUnblockPage.js/8711b1038468.js","180":"/static/bundles/es6/NewTermsConfirmPage.js/b1c36f902435.js","181":"/static/bundles/es6/ContactInvitesOptOutStatusPage.js/3bb037fd9e34.js","182":"/static/bundles/es6/CreationModules.js/a37f06868154.js","183":"/static/bundles/es6/StoryCreationPage.js/3638235da9a3.js","184":"/static/bundles/es6/ExploreMediaPageContainer.js/1d6fb441f9e9.js","185":"/static/bundles/es6/LikedByListContainer.js/fd5043aaa332.js","186":"/static/bundles/es6/CommentLikedByListContainer.js/c3ab48a5bd98.js","187":"/static/bundles/es6/DiscoverMediaPageContainer.js/b7cc1b1d0be3.js","188":"/static/bundles/es6/DiscoverPeoplePageContainer.js/a0663b0b1295.js","189":"/static/bundles/es6/EmailConfirmationPage.js/73a6271e0948.js","190":"/static/bundles/es6/FBSignupPage.js/0e816d6f47cf.js","191":"/static/bundles/es6/NewUserInterstitial.js/0346ff4d0d56.js","192":"/static/bundles/es6/MultiStepSignupPage.js/1194dabf2cf0.js","193":"/static/bundles/es6/FeedSidebarContainer.js/641eec199f8d.js","194":"/static/bundles/es6/FeedPageContainer.js/fe4e358d7c81.js","195":"/static/bundles/es6/FollowListModal.js/21854a0fb5fb.js","196":"/static/bundles/es6/FollowListPage.js/f410978b3dc0.js","197":"/static/bundles/es6/SimilarAccountsModal.js/a20b93c1d545.js","198":"/static/bundles/es6/SimilarAccountsPage.js/acfd60f2d989.js","199":"/static/bundles/es6/LandingPage.js/dc4d2d2f0a17.js","200":"/static/bundles/es6/LocationsDirectoryCountryPage.js/4057a9a929b2.js","201":"/static/bundles/es6/LocationsDirectoryCityPage.js/f8a0a5b72f1a.js","202":"/static/bundles/es6/LocationPageContainer.js/edefd8c5b170.js","203":"/static/bundles/es6/LocationsDirectoryLandingPage.js/c710f5f1776e.js","204":"/static/bundles/es6/LoginAndSignupPage.js/98f7a6db62f7.js","205":"/static/bundles/es6/ResetPasswordPageContainer.js/8bd0d2969c48.js","206":"/static/bundles/es6/MobileAllCommentsPage.js/827efc1af2bb.js","207":"/static/bundles/es6/MediaChainingPageContainer.js/3a0d59d8e82f.js","208":"/static/bundles/es6/PostPageContainer.js/0446e413c34b.js","209":"/static/bundles/es6/ProfilesDirectoryLandingPage.js/0b4ffca7579a.js","210":"/static/bundles/es6/HashtagsDirectoryLandingPage.js/6992134f2c52.js","211":"/static/bundles/es6/SuggestedDirectoryLandingPage.js/91316211ede6.js","212":"/static/bundles/es6/TagPageContainer.js/9e66affd37fc.js","213":"/static/bundles/es6/PhoneConfirmPage.js/a6056d75edd3.js","214":"/static/bundles/es6/ProfilePageContainer.js/99ed8d4fa0b8.js","215":"/static/bundles/es6/HttpErrorPage.js/cda7e1dfe1b8.js","216":"/static/bundles/es6/IGTVVideoDraftsPageContainer.js/6ee1c1484dd0.js","217":"/static/bundles/es6/IGTVVideoUploadPageContainer.js/e6a1a5963677.js","218":"/static/bundles/es6/OAuthPermissionsPage.js/389faac109ea.js","219":"/static/bundles/es6/MobileDirectPage.js/22980006e06d.js","220":"/static/bundles/es6/OneTapUpsell.js/86c7ab416f0a.js","221":"/static/bundles/es6/NametagLandingPage.js/7dbbf1c86d62.js","222":"/static/bundles/es6/DebugInfoNub.js/c69bd54c6503.js","224":"/static/bundles/es6/Consumer.js/78dade1d5064.js","225":"/static/bundles/es6/Challenge.js/860f7c25f2d1.js","226":"/static/bundles/es6/NotificationLandingPage.js/17d681102b1f.js","240":"/static/bundles/es6/EmbedAsyncLogger.js/3d29ea9a0aee.js","242":"/static/bundles/es6/EmbedRich.js/1179b33d4f1d.js"},"css":{"242":"/static/bundles/es6/EmbedRich.css/af1fc732940c.css"}}</script>
<script type="text/javascript" src="/static/bundles/es6/Vendor.js/1254883211b5.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="/static/bundles/es6/en_US.js/d9393674206f.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="/static/bundles/es6/ConsumerLibCommons.js/006b2e55f996.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="/static/bundles/es6/ConsumerUICommons.js/cdc35605a39a.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="/static/bundles/es6/ConsumerAsyncCommons.js/7e112004fddd.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="/static/bundles/es6/Consumer.js/78dade1d5064.js" crossorigin="anonymous" charset="utf-8" async=""></script>
<script type="text/javascript" src="/static/bundles/es6/FeedPageContainer.js/fe4e358d7c81.js" crossorigin="anonymous" charset="utf-8" async=""></script><script type="text/javascript">window._sharedData = {"config":{"csrf_token":"zJpV1zLk1Isz0LMx5NsIfz1uTECqDgzJ","viewer":{"biography":"Fantasy Cricket App | India | RealTime Play | Open Play | Best Winning Chance | Instant Withdrawl | No PAN | Giveaways | MPL | Cashback | FREE entries","external_url":"https://www.facebook.com/picklively2019","full_name":"Fantasy Cricket | Dream11 MPL","has_phone_number":false,"has_profile_pic":true,"id":"12264580479","is_joined_recently":false,"is_private":false,"profile_pic_url":"https://instagram.fccu1-1.fna.fbcdn.net/vp/47f9ebcf7f9bb93b44037b8e5f09f32f/5D5FF9CD/t51.2885-19/s150x150/54238030_1282898248526768_4815664946006196224_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","profile_pic_url_hd":"https://instagram.fccu1-1.fna.fbcdn.net/vp/e9a1c1b61ab9f877de80577cd30d3214/5D6D64B5/t51.2885-19/s320x320/54238030_1282898248526768_4815664946006196224_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"picklively_official","badge_count":"{\"seq_id\": 706, \"badge_count\": 1, \"badge_count_at_ms\": 1558190627336}"},"viewerId":"12264580479"},"country_code":"IN","language_code":"en","locale":"en_US","entry_data":{"FeedPage":[{}]},"hostname":"www.instagram.com","deployment_stage":"c2","platform":"web","nonce":"nAQIrn8EajIHers94aVPWw==","mid_pct":46.83628,"zero_data":{},"cache_schema_version":3,"server_checks":{"hfe":true},"knobs":{"acct:ntb":0,"cb":0,"captcha":0,"fr":0},"to_cache":{"gatekeepers":{"3":false,"4":true,"5":false,"6":false,"7":false,"8":false,"9":false,"10":false,"11":true,"12":false,"13":true,"14":true,"15":true,"16":true,"18":true,"19":false,"20":false,"21":false,"23":false,"24":false,"25":true,"26":true,"27":false,"28":false,"29":true,"30":true,"31":false,"32":false},"qe":{"sdc":{"g":"","p":{}},"app_upsell":{"g":"","p":{}},"igl_app_upsell":{"g":"content_and_link","p":{"has_only_iglite_link":"false","has_no_upsell":"false","has_iglite_content_and_link":"true"}},"notif":{"g":"","p":{}},"p_edit":{"g":"","p":{}},"comment_ta":{"g":"","p":{}},"log_cont":{"g":"","p":{}},"onetaplogin":{"g":"default_opt_in","p":{"during_reg":"true","default_value":"true","storage_version":"one_tap_storage_version"}},"onetap":{"g":"test_checkbox_one_tap","p":{"has_checkbox":"true"}},"multireg_iter":{"g":"test_11_29","p":{"has_prioritized_phone":"true"}},"felix":{"g":"test","p":{"is_enabled":"true"}},"felix_clear_fb_cookie":{"g":"control","p":{"is_enabled":"true","blacklist":"a"}},"felix_creation_duration_limits":{"g":"dogfooding","p":{"maximum_length_seconds":"600","minimum_length_seconds":"15"}},"felix_creation_fb_crossposting":{"g":"control","p":{"is_enabled":"false"}},"felix_creation_fb_crossposting_v2":{"g":"control","p":{"is_enabled":"true","display_version":"2"}},"felix_creation_validation":{"g":"control","p":{"edit_video_controls":"true","description_maximum_length":"2200","max_video_size_in_bytes":"3600000000","minimum_length_for_feed_preview_seconds":"60","title_maximum_length":"75","valid_cover_mime_types":"image/jpeg,image/png","valid_video_extensions":"mp4,mov","valid_video_mime_types":"video/mp4,video/quicktime"}},"mweb_topical_explore":{"g":"test","p":{"should_show_quilt":"true"}},"post_options":{"g":"control","p":{"use_refactor":"true","enable_igtv_embed":"true"}},"igtv_public_viewing":{"g":"control","p":{"is_enabled":"true"}},"nux":{"g":"control","p":{"has_fb_friction_dialog":"false"}},"igwsvl":{"g":"show_story_viewer_list","p":{"show_story_viewer_list":"true"}},"iglscioi":{"g":"","p":{}},"wpn":{"g":"control_01_29","p":{"has_new_phone_form":"false"}},"wss2":{"g":"","p":{}},"sticker_tray":{"g":"","p":{}},"web_sentry":{"g":"","p":{}},"0":{"p":{"3":true,"4":false,"5":false},"qex":true},"2":{"p":{"0":true},"qex":true},"4":{"p":{"0":false},"qex":true},"5":{"p":{"0":false},"qex":true},"6":{"p":{"1":true,"2":true,"3":true,"4":true,"5":false,"6":false,"7":false,"8":false},"qex":true},"7":{"p":{"0":false},"qex":true},"8":{"p":{"0":false,"1":false,"2":false,"3":false,"4":true},"qex":true},"9":{"p":{"0":true,"1":true,"2":2000,"3":100,"4":25,"5":false},"qex":true},"10":{"p":{"0":false,"2":false,"3":true,"4":false},"qex":true},"11":{"p":{"0":false},"qex":true},"12":{"p":{"0":5},"qex":true},"13":{"p":{"0":false},"qex":true},"14":{"p":{"0":true},"qex":true},"16":{"p":{"0":false},"qex":true},"17":{"p":{"0":false,"1":true},"qex":true},"18":{"p":{"0":true,"1":true},"qex":true},"19":{"p":{"0":true},"qex":true},"21":{"p":{"0":true,"1":true},"qex":true},"22":{"p":{"0":false,"1":false,"2":8.0,"3":0.85,"4":0.95,"5":10.0,"6":false,"7":false,"8":false,"9":false},"qex":true},"23":{"p":{"0":false,"1":false},"qex":true},"24":{"p":{"0":false},"qex":true},"25":{"p":{},"qex":true},"26":{"p":{"0":""},"qex":true},"27":{"p":{"0":false},"qex":true}},"probably_has_app":true,"cb":false},"rollout_hash":"3f6273ad3fe9","bundle_variant":"es6","is_canary":false};</script>
<script type="text/javascript">window.__initialDataLoaded(window._sharedData);</script><div class="oBPxI Z2m7o"><div class="CgFia "></div></div><div style="position: fixed; top: env(safe-area-inset-top); right: env(safe-area-inset-right); bottom: env(safe-area-inset-bottom); left: env(safe-area-inset-left); pointer-events: none; contain: strict; z-index: -9999;"></div><script type="text/javascript">window.__additionalDataLoaded('feed',{"user":{"id":"12264580479","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/47f9ebcf7f9bb93b44037b8e5f09f32f\/5D5FF9CD\/t51.2885-19\/s150x150\/54238030_1282898248526768_4815664946006196224_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"picklively_official","edge_web_feed_timeline":{"page_info":{"has_next_page":true,"end_cursor":"KGEAgNOeWrDjZhxAtB4WaapmHArMlZmDmmYckS8CJrr6YRzUKw2iEItmHNaXlYKXmWYcWKkdrFfAZhxYYR0t059mHCLdjLsWzmYcJS8Wn22WZhxnJh205LpmHGqjjsJpkWYcFqTwsLbZWgA="},"edges":[{"node":{"__typename":"GraphImage","id":"2046573427260576640","dimensions":{"height":1350,"width":1080},"display_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/6147e28e7b9b62676c7f6bb2062a535c\/5D7C063C\/t51.2885-15\/e35\/60413334_137596290685573_5182041028955666987_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","display_resources":[{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/a7fe427d306eca770c7fc9206fa8bf64\/5D9B60CA\/t51.2885-15\/sh0.08\/e35\/p640x640\/60413334_137596290685573_5182041028955666987_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":640,"config_height":800},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/7d010d404da4ae66eb20d14d0862e4ca\/5D791DCA\/t51.2885-15\/sh0.08\/e35\/p750x750\/60413334_137596290685573_5182041028955666987_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":750,"config_height":937},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/6147e28e7b9b62676c7f6bb2062a535c\/5D7C063C\/t51.2885-15\/e35\/60413334_137596290685573_5182041028955666987_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":1080,"config_height":1350}],"follow_hashtag_info":null,"is_video":false,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjp0cnVlLCJ1dWlkIjoiNzlhODMzOGMxODA1NDRjNGE2ZTU3MmY5YjFhOTQyMmUyMDQ2NTczNDI3MjYwNTc2NjQwIiwic2VydmVyX3Rva2VuIjoiMTU1ODE5MDYyNzk3MnwyMDQ2NTczNDI3MjYwNTc2NjQwfDEyMjY0NTgwNDc5fDEyMDE3N2ZlOGVhMmRiODIwNjgxODllOTcyOTZjMWZiMTgxMTcxZmIyYjQ5OWIzNTA5M2FlNTY5ZDViMzFhY2IifSwic2lnbmF0dXJlIjoiIn0=","edge_media_to_tagged_user":{"edges":[{"node":{"user":{"full_name":"RIYAZ ALY \ud83d\udd25","id":"2243939572","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/5b5ad640556bc6002420bc9b0efbc611\/5D62FC10\/t51.2885-19\/s150x150\/57076378_810542822679035_8124987807929204736_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"riyaz.14"},"x":0.8761574,"y":0.35555556}},{"node":{"user":{"full_name":"Shailendra kumar singh","id":"2268062372","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/65a9fe4d13bdac19ab077f2f01e92261\/5D61F335\/t51.2885-19\/s150x150\/54226387_2069822806644180_3823163742670028800_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"sonurajputsr"},"x":0.8622685,"y":0.537963}},{"node":{"user":{"full_name":"FAISAL SHAIKH","id":"2302078745","is_verified":true,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/c2b3ccea1d3c85979fe3fda1089c5701\/5D9FB6E7\/t51.2885-19\/s150x150\/46816271_221739348755171_8935967273676439552_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"mr_faisu_07"},"x":0.8252315,"y":0.76574075}},{"node":{"user":{"full_name":"\ud83d\udc51The PapPya Gaikwad\ud83d\udc51","id":"3126508640","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/14c892fbd06aedc7cf50131e01e9289d\/5D6CA2C7\/t51.2885-19\/s150x150\/58409871_447170032712980_3871208823096082432_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"pappya_gaikwad_official"},"x":0.8935185,"y":0.1574074}}]},"accessibility_caption":"Image may contain: 1 person, stripes, sunglasses, outdoor and closeup","attribution":null,"shortcode":"Bxm47BantOA","edge_media_to_caption":{"edges":[{"node":{"text":"\ud83d\ude0e\n#awsome #love #photography #amazing #nature #cool #beautiful #photooftheday #beauty #art #fun #meme #lgbt #instagram #cute #wtf #follow #usa #luxury #photographer #lovely #smart #instagood #style #sweet #california #life #like #black #bhfyp"}}]},"edge_media_preview_comment":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"gating_info":null,"media_preview":"ACEq6FzzVS4vY7YgP1IyP8+9WHb58egz+uKzb+LcyvgYHBJGeCegHr6H61N9bDSuWbS+W7DbQRtx19\/p9KuKMGsqxRlyxwQwwSOOh+Xj6E5rUXrSvqNqxNRRRVklOT\/W\/wDAB\/6FVK4ul5jXBOcHP4Z59QO\/4VdmIEmO+3+tc0+Z5CCu3Mg3DtwfmOffaOKnRt3H6F62vNjFcZXPJJxgjqeeyjA9WZgB0rajYMQR\/n\/A+1ch5nTJALbc45IGdxJ9Ms24deFFbGik85PUK35gjP1yDn1oaSs\/QL3OgoooqhFCc\/vgP9nP69KwHfbK2eSS2W7DBx+QyBXTSqC2cDIHXvXFwHIUnnJ59\/3iVNrtlXa2JzGrkuoZtwAGACcDBJKZBx0UYx0PXvq6RxIwwVBHy7hjIyTwPYsR+IrHKglcgfeh\/k3+FdVawxxu+xVXkdAB29qpkl6iiigD\/9k=","comments_disabled":false,"taken_at_timestamp":1558190585,"edge_media_preview_like":{"count":2,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":{"id":"274334438","has_public_page":true,"name":"Aurangabad, Maharashtra","slug":"aurangabad-maharashtra"},"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"13552069551","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/811121138ad39219ce2ed04ec59dbfd6\/5D5926F2\/t51.2885-19\/s150x150\/59106387_284270755784767_5225903948489031680_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"__kaushal_07_","followed_by_viewer":true,"full_name":"\ud83d\ude0eKAUSHAL RATHOD\ud83d\ude0e","is_private":false,"requested_by_viewer":false,"blocked_by_viewer":false,"has_blocked_viewer":false}}},{"node":{"__typename":"GraphImage","id":"2046549677717642530","dimensions":{"height":480,"width":480},"display_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/cb3e447275a0db615b03dbb92ed8ff18\/5D6351BB\/t51.2885-15\/e35\/58845609_285058579069099_6117562017310857077_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","display_resources":[{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/cb3e447275a0db615b03dbb92ed8ff18\/5D6351BB\/t51.2885-15\/e35\/58845609_285058579069099_6117562017310857077_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":640,"config_height":640},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/cb3e447275a0db615b03dbb92ed8ff18\/5D6351BB\/t51.2885-15\/e35\/58845609_285058579069099_6117562017310857077_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":750,"config_height":750},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/cb3e447275a0db615b03dbb92ed8ff18\/5D6351BB\/t51.2885-15\/e35\/58845609_285058579069099_6117562017310857077_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":1080,"config_height":1080}],"follow_hashtag_info":null,"is_video":false,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjpmYWxzZSwidXVpZCI6Ijc5YTgzMzhjMTgwNTQ0YzRhNmU1NzJmOWIxYTk0MjJlMjA0NjU0OTY3NzcxNzY0MjUzMCIsInNlcnZlcl90b2tlbiI6IjE1NTgxOTA2Mjc5NzJ8MjA0NjU0OTY3NzcxNzY0MjUzMHwxMjI2NDU4MDQ3OXwzYTU3YWI4ZmU4YWU1MzU1NmEzMTg0ZWVhOWU5YzBhZTMyOTViYWM2NjU4MDExZDIxMDNmYmUyOTMzZTFkZWVjIn0sInNpZ25hdHVyZSI6IiJ9","edge_media_to_tagged_user":{"edges":[]},"accessibility_caption":"Image may contain: 1 person, text","attribution":null,"shortcode":"Bxmzha7jN0i","edge_media_to_caption":{"edges":[]},"edge_media_preview_comment":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"gating_info":null,"media_preview":"ACoqi8tfQflS+WPQflSg06kQLHAHYKAMn2Faf2O2i5fbwMncR09celZK3QiYOoLkdOwPb3P6CrzOJWxIhLkemBjnv+ePWjYa1JprK3VC\/CADO7t7dfX2rK8oegP0Aq7PKJVEM0bFMjGOCvHHftVVwNxweMnHHai42rBtfsBjp0\/+v+v1pCxZQTjb1OBjPT\/P40wp1Yk8e575Pr+H1NGAMDJ6Zxnp06\/57UADQhhjJUenatGGZJB15GN2c546Ef0qsgLflViyXDHHpgj65\/qMUmtLjjoxryFnATv3NReS3pThKm9sHjOBn\/ParGG9P1ppaDk7spsvT5d2Oeo\/r\/OlDPxhfw4qcdKkTpSJEUY+8OPaq0s+cw2y\/vD949MDucnv6VO54plv\/rW\/4DTsNOwkN0sQ2zKF9WxnPu2M4+tTedbHnK\/99f8A16fcgbjWPtHoKhK5V7H\/2Q==","comments_disabled":false,"taken_at_timestamp":1558187754,"edge_media_preview_like":{"count":0,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":{"id":"1023975245","has_public_page":true,"name":"Reliance Industries Ltd., Naroda","slug":"reliance-industries-ltd-naroda"},"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"13547150985","profile_pic_url":"https:\/\/instagram.famd1-2.fna.fbcdn.net\/vp\/21b83e11c544501eb88299df3d946541\/5D7C0DF1\/t51.2885-19\/44884218_345707102882519_2446069589734326272_n.jpg?_nc_ht=instagram.famd1-2.fna.fbcdn.net","username":"shivamshukla585","followed_by_viewer":true,"full_name":"Shivam Shukla","is_private":false,"requested_by_viewer":false,"blocked_by_viewer":false,"has_blocked_viewer":false}}},{"node":{"__typename":"GraphImage","id":"2046528572123588199","dimensions":{"height":566,"width":1080},"display_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/809176acd8e4d34f7ebed4474602a3e5\/5D58B4FD\/t51.2885-15\/e35\/59720341_488385468368264_404076985231417446_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","display_resources":[{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/6615088d75037e19ac570568ef367558\/5D9EE08E\/t51.2885-15\/sh0.08\/e35\/s640x640\/59720341_488385468368264_404076985231417446_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":640,"config_height":335},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/ad726cc8950935f4276e1d1925de0800\/5D63FA71\/t51.2885-15\/sh0.08\/e35\/s750x750\/59720341_488385468368264_404076985231417446_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":750,"config_height":393},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/809176acd8e4d34f7ebed4474602a3e5\/5D58B4FD\/t51.2885-15\/e35\/59720341_488385468368264_404076985231417446_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":1080,"config_height":566}],"follow_hashtag_info":null,"is_video":false,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjpmYWxzZSwidXVpZCI6Ijc5YTgzMzhjMTgwNTQ0YzRhNmU1NzJmOWIxYTk0MjJlMjA0NjUyODU3MjEyMzU4ODE5OSIsInNlcnZlcl90b2tlbiI6IjE1NTgxOTA2Mjc5NzN8MjA0NjUyODU3MjEyMzU4ODE5OXwxMjI2NDU4MDQ3OXw0NzgyYmZkNThkMWY3Nzk3MGZmOTdiM2FhMDU4ZTM0MWRmNWEwNmY0OTQ1YjY5ZDlkNDUyY2VjMDczMGYwNjdjIn0sInNpZ25hdHVyZSI6IiJ9","edge_media_to_tagged_user":{"edges":[]},"accessibility_caption":"Image may contain: 2 people, text","attribution":null,"shortcode":"BxmuuS0HSZn","edge_media_to_caption":{"edges":[]},"edge_media_preview_comment":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"gating_info":null,"media_preview":"ACoWalruC8D5gBz29+KrpBiUoQCPp6VdimGA2RhcDmq0kqIxYkNz91f6kdKLl2GpEEcgY2nIOewqizLnjp61KbjqR1OQB2Hv+Hb86rhMdelHUTJXiC+5qHFaGB1zkfrVY7M1YmhxkAGSOcD\/ADim+YG6jj9aKKkYu5MYA\/T\/AOvUe9fT\/P50UUxliCVRnIqiWyaKKYmf\/9k=","comments_disabled":false,"taken_at_timestamp":1558185238,"edge_media_preview_like":{"count":1,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":null,"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"9522191249","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/2b4e7ba5152874c6e312389a6865e992\/5D6E9ED5\/t51.2885-19\/s150x150\/59315597_436932433770098_5483548668525019136_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"brianwidyadhanarostanto","followed_by_viewer":true,"full_name":"brian widyadhana rostanto","is_private":false,"requested_by_viewer":false,"blocked_by_viewer":false,"has_blocked_viewer":false}}},{"node":{"__typename":"GraphVideo","id":"2046492970694593546","dimensions":{"height":800,"width":640},"display_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/77eb90f46f4a06dc7509049868f4ea92\/5CE2A09C\/t51.2885-15\/e35\/60326935_163676494652054_5508769243118238820_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","display_resources":[{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/77eb90f46f4a06dc7509049868f4ea92\/5CE2A09C\/t51.2885-15\/e35\/60326935_163676494652054_5508769243118238820_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":640,"config_height":800},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/77eb90f46f4a06dc7509049868f4ea92\/5CE2A09C\/t51.2885-15\/e35\/60326935_163676494652054_5508769243118238820_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":750,"config_height":937},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/77eb90f46f4a06dc7509049868f4ea92\/5CE2A09C\/t51.2885-15\/e35\/60326935_163676494652054_5508769243118238820_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":1080,"config_height":1350}],"follow_hashtag_info":null,"is_video":true,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjpmYWxzZSwidXVpZCI6Ijc5YTgzMzhjMTgwNTQ0YzRhNmU1NzJmOWIxYTk0MjJlMjA0NjQ5Mjk3MDY5NDU5MzU0NiIsInNlcnZlcl90b2tlbiI6IjE1NTgxOTA2Mjc5NzN8MjA0NjQ5Mjk3MDY5NDU5MzU0NnwxMjI2NDU4MDQ3OXw3ZDRlNTcxNDk2NTgwNTNlYTk3MGIyZDhlYjI4MGU4MGY1YjZlNjRkMzFiZTIzMTZkY2I1NjE3ODc5YmZjZTI3In0sInNpZ25hdHVyZSI6IiJ9","edge_media_to_tagged_user":{"edges":[]},"dash_info":{"is_dash_eligible":true,"video_dash_manifest":"<MPD xmlns=\"urn:mpeg:dash:schema:mpd:2011\" minBufferTime=\"PT1.500S\" type=\"static\" mediaPresentationDuration=\"PT0H0M14.327S\" maxSegmentDuration=\"PT0H0M2.200S\" profiles=\"urn:mpeg:dash:profile:isoff-on-demand:2011,http:\/\/dashif.org\/guidelines\/dash264\">\n <Period duration=\"PT0H0M14.327S\">\n <AdaptationSet segmentAlignment=\"true\" maxWidth=\"576\" maxHeight=\"720\" maxFrameRate=\"30\" par=\"576:720\" lang=\"und\" subsegmentAlignment=\"true\" subsegmentStartsWithSAP=\"1\">\n <Representation id=\"18038048470131458vd\" mimeType=\"video\/mp4\" codecs=\"avc1.4D401F\" width=\"576\" height=\"720\" frameRate=\"30\" sar=\"1:1\" startWithSAP=\"1\" bandwidth=\"312090\" FBQualityClass=\"sd\" FBQualityLabel=\"576w\" FBQualityScore=\"99.20\">\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/fb338e71e4fd5c50214ab54d7fc39936\/5CE2A50F\/t50.2886-16\/61139243_209124770068315_8936793160639310697_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"906-1021\" FBFirstSegmentRange=\"1022-65240\" FBSecondSegmentRange=\"65241-152996\">\n <Initialization range=\"0-905\"\/>\n <\/SegmentBase>\n <\/Representation>\n <\/AdaptationSet>\n <AdaptationSet segmentAlignment=\"true\" lang=\"und\" subsegmentAlignment=\"true\" subsegmentStartsWithSAP=\"1\">\n <Representation id=\"18038048452131458ad\" mimeType=\"audio\/mp4\" codecs=\"mp4a.40.2\" audioSamplingRate=\"44100\" startWithSAP=\"1\" bandwidth=\"66887\">\n <AudioChannelConfiguration schemeIdUri=\"urn:mpeg:dash:23003:3:audio_channel_configuration:2011\" value=\"2\"\/>\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/49edadadf47f43a5f375cadcb4f7a0a6\/5CE261A4\/t50.2886-16\/60834990_2301102586799524_7143330391771241817_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"866-993\" FBFirstSegmentRange=\"994-18136\" FBSecondSegmentRange=\"18137-34521\">\n <Initialization range=\"0-865\"\/>\n <\/SegmentBase>\n <\/Representation>\n <\/AdaptationSet>\n <\/Period>\n<\/MPD>","number_of_qualities":1},"video_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/71b0dcd0c9adb010b2449b6673788a47\/5CE25834\/t50.2886-16\/60900933_327417984613767_2391639559386431488_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","video_view_count":1,"attribution":null,"shortcode":"BxmmoOZlcwK","edge_media_to_caption":{"edges":[]},"edge_media_preview_comment":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"gating_info":null,"media_preview":"ACEq6WkrB1JJpZgqEhOBwcYJyefy\/pWnZo0alWYuP4SeuPQ\/Sqt5kluiiikAUUUUAUrq3LkOpAIIznpgf\/rNWYhgU4fMKGcL170Dv0HUUUUCCiiigCI\/LzULb5ApUDHX5v8ADFTen1pR0oGKuQOadmmiloEOzRTaKAP\/2Q==","comments_disabled":false,"taken_at_timestamp":1558181008,"edge_media_preview_like":{"count":2,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":null,"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"13471127277","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/4b98705a9e190990f894bfd5853a9272\/5D622DFB\/t51.2885-19\/s150x150\/60307149_426188974864500_795136899055353856_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"mdmurtjamurtja","followed_by_viewer":true,"full_name":"MdMurtja Murtja","is_private":false,"requested_by_viewer":false,"blocked_by_viewer":false,"has_blocked_viewer":false}}},{"node":{"__typename":"GraphVideo","id":"2046488478251101989","dimensions":{"height":937,"width":750},"display_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/c1022a3ea87208a2e2ce45be9fa37a74\/5CE2B8C0\/t51.2885-15\/e35\/59736804_2270063413211194_4483661811033160621_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","display_resources":[{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/a8e19b01a2ca93361313b089be5120cd\/5CE2AEAA\/t51.2885-15\/sh0.08\/e35\/p640x640\/59736804_2270063413211194_4483661811033160621_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":640,"config_height":800},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/c1022a3ea87208a2e2ce45be9fa37a74\/5CE2B8C0\/t51.2885-15\/e35\/59736804_2270063413211194_4483661811033160621_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":750,"config_height":937},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/c1022a3ea87208a2e2ce45be9fa37a74\/5CE2B8C0\/t51.2885-15\/e35\/59736804_2270063413211194_4483661811033160621_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":1080,"config_height":1350}],"follow_hashtag_info":null,"is_video":true,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjpmYWxzZSwidXVpZCI6Ijc5YTgzMzhjMTgwNTQ0YzRhNmU1NzJmOWIxYTk0MjJlMjA0NjQ4ODQ3ODI1MTEwMTk4OSIsInNlcnZlcl90b2tlbiI6IjE1NTgxOTA2Mjc5NzR8MjA0NjQ4ODQ3ODI1MTEwMTk4OXwxMjI2NDU4MDQ3OXxiMjcyYTEyYWUxNGZkMzI5YmJmYWExNTQzOTk2NDhkOWExM2I1ODMyNmY1NzgyMTBlMTY2NTgzZWY4MTUwN2EyIn0sInNpZ25hdHVyZSI6IiJ9","edge_media_to_tagged_user":{"edges":[]},"dash_info":{"is_dash_eligible":true,"video_dash_manifest":"<MPD xmlns=\"urn:mpeg:dash:schema:mpd:2011\" minBufferTime=\"PT1.500S\" type=\"static\" mediaPresentationDuration=\"PT0H0M14.800S\" maxSegmentDuration=\"PT0H0M2.800S\" profiles=\"urn:mpeg:dash:profile:isoff-on-demand:2011,http:\/\/dashif.org\/guidelines\/dash264\">\n <Period duration=\"PT0H0M14.800S\">\n <AdaptationSet segmentAlignment=\"true\" maxWidth=\"720\" maxHeight=\"900\" maxFrameRate=\"30\" par=\"720:900\" lang=\"und\" subsegmentAlignment=\"true\" subsegmentStartsWithSAP=\"1\">\n <Representation id=\"18062893807071075vd\" mimeType=\"video\/mp4\" codecs=\"avc1.4D401F\" width=\"720\" height=\"900\" frameRate=\"30\" sar=\"1:1\" startWithSAP=\"1\" bandwidth=\"953514\" FBQualityClass=\"hd\" FBQualityLabel=\"720w\" FBQualityScore=\"98.33\">\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/95d757705db90062a5eeb8e82dcdabee\/5CE2A370\/t50.2886-16\/60964570_1019360041786464_8141156034310060974_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"906-1021\" FBFirstSegmentRange=\"1022-138902\" FBSecondSegmentRange=\"138903-290778\">\n <Initialization range=\"0-905\"\/>\n <\/SegmentBase>\n <\/Representation>\n <Representation id=\"18062893840071075v\" mimeType=\"video\/mp4\" codecs=\"avc1.4D401F\" width=\"314\" height=\"392\" frameRate=\"30\" sar=\"1:1\" startWithSAP=\"1\" bandwidth=\"291364\" FBQualityClass=\"sd\" FBQualityLabel=\"314w\" FBQualityScore=\"94.51\">\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/70d3f670653d00a7d10a8b868f65a83a\/5CE21546\/t50.2886-16\/60961694_2470432833232624_8787460279871578629_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"906-1021\" FBFirstSegmentRange=\"1022-40306\" FBSecondSegmentRange=\"40307-85331\">\n <Initialization range=\"0-905\"\/>\n <\/SegmentBase>\n <\/Representation>\n <\/AdaptationSet>\n <AdaptationSet segmentAlignment=\"true\" lang=\"und\" subsegmentAlignment=\"true\" subsegmentStartsWithSAP=\"1\">\n <Representation id=\"18062893786071075ad\" mimeType=\"audio\/mp4\" codecs=\"mp4a.40.2\" audioSamplingRate=\"44100\" startWithSAP=\"1\" bandwidth=\"66985\">\n <AudioChannelConfiguration schemeIdUri=\"urn:mpeg:dash:23003:3:audio_channel_configuration:2011\" value=\"2\"\/>\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/e8a7b7a41604cc412289ced7be94dc77\/5CE2A166\/t50.2886-16\/61173141_598832980526833_7722242965558385174_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"866-993\" FBFirstSegmentRange=\"994-18435\" FBSecondSegmentRange=\"18436-34888\">\n <Initialization range=\"0-865\"\/>\n <\/SegmentBase>\n <\/Representation>\n <\/AdaptationSet>\n <\/Period>\n<\/MPD>","number_of_qualities":2},"video_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/dd29a5ea82250ebb9d44f3cb686f67da\/5CE25CC9\/t50.2886-16\/60764181_1202083939973526_3808006304866238464_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","video_view_count":2,"attribution":null,"shortcode":"Bxmlm2fFi8l","edge_media_to_caption":{"edges":[]},"edge_media_preview_comment":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"gating_info":null,"media_preview":"ACEq2sj1pA6561U2ynuo+gz\/ADP9KqQ26kgqcyKwLMSc+49gemOmDRcdjbVgRkfrSAg9Oee1c5qwIdCM4IIx2yD\/APXrV0mPbbg\/3ix\/XH9KBF+in4opgZryjp1GcGqVpxI4b\/lmdifQ5P48Y\/SrJhSJNqjAJz68\/jTI0GTg85GfrgY\/TFZM2WpK8EV2wVznZzgHB5\/pxV+FFiUIvCrwBWZdv5CNMgAfgE45wTj8cZ4zUqXLD39ySaozNPcKKz\/tL+35UUwIrhtqFjyFGcD2rAgv2ilZ8blc8rn8sH1H6it+b\/Vt\/ut\/I1zKD9y3+8n8mp2C9joZW+0WrMB95M4\/XH6VSgd2A7fgf1p1ux8lRnt\/WrAqH2H5iYk9R+X\/ANeijJopDP\/Z","comments_disabled":false,"taken_at_timestamp":1558180473,"edge_media_preview_like":{"count":0,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":null,"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"13471127277","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/4b98705a9e190990f894bfd5853a9272\/5D622DFB\/t51.2885-19\/s150x150\/60307149_426188974864500_795136899055353856_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"mdmurtjamurtja","followed_by_viewer":true,"full_name":"MdMurtja Murtja","is_private":false,"requested_by_viewer":false,"blocked_by_viewer":false,"has_blocked_viewer":false}}},{"node":{"__typename":"GraphVideo","id":"2046498810030285144","dimensions":{"height":750,"width":750},"display_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/66482b5237ef42f082abe5f2cd399751\/5CE26427\/t51.2885-15\/e35\/60495890_2296579417265457_6755698509124625898_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","display_resources":[{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/7238d821ea3f2d471d5d53d504ab8363\/5CE2585D\/t51.2885-15\/sh0.08\/e35\/s640x640\/60495890_2296579417265457_6755698509124625898_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":640,"config_height":640},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/66482b5237ef42f082abe5f2cd399751\/5CE26427\/t51.2885-15\/e35\/60495890_2296579417265457_6755698509124625898_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":750,"config_height":750},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/66482b5237ef42f082abe5f2cd399751\/5CE26427\/t51.2885-15\/e35\/60495890_2296579417265457_6755698509124625898_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":1080,"config_height":1080}],"follow_hashtag_info":null,"is_video":true,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjp0cnVlLCJ1dWlkIjoiNzlhODMzOGMxODA1NDRjNGE2ZTU3MmY5YjFhOTQyMmUyMDQ2NDk4ODEwMDMwMjg1MTQ0Iiwic2VydmVyX3Rva2VuIjoiMTU1ODE5MDYyNzk3NHwyMDQ2NDk4ODEwMDMwMjg1MTQ0fDEyMjY0NTgwNDc5fGYxY2ZjM2NhNjk5MzI5MTg0M2Y1MjM5NDRkMGQ5MGJmYTViZDM3M2E4ZTEyNmEyMDU5MmUxYzgxOTRjMDNjZDcifSwic2lnbmF0dXJlIjoiIn0=","edge_media_to_tagged_user":{"edges":[]},"dash_info":{"is_dash_eligible":true,"video_dash_manifest":"<MPD xmlns=\"urn:mpeg:dash:schema:mpd:2011\" minBufferTime=\"PT1.500S\" type=\"static\" mediaPresentationDuration=\"PT0H0M25.147S\" maxSegmentDuration=\"PT0H0M2.020S\" profiles=\"urn:mpeg:dash:profile:isoff-on-demand:2011,http:\/\/dashif.org\/guidelines\/dash264\">\n <Period duration=\"PT0H0M25.147S\">\n <AdaptationSet segmentAlignment=\"true\" maxWidth=\"720\" maxHeight=\"720\" maxFrameRate=\"30\" par=\"1:1\" lang=\"und\" subsegmentAlignment=\"true\" subsegmentStartsWithSAP=\"1\">\n <Representation id=\"18067313434056835vd\" mimeType=\"video\/mp4\" codecs=\"avc1.4D401F\" width=\"720\" height=\"720\" frameRate=\"30\" sar=\"1:1\" startWithSAP=\"1\" bandwidth=\"418292\" FBQualityClass=\"hd\" FBQualityLabel=\"720w\" FBQualityScore=\"98.36\">\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/5049d2d313f489816a2836baa989e93b\/5CE21603\/t50.2886-16\/61183350_319937795366717_5335474969973014538_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"905-1092\" FBFirstSegmentRange=\"1093-94970\" FBSecondSegmentRange=\"94971-171951\">\n <Initialization range=\"0-904\"\/>\n <\/SegmentBase>\n <\/Representation>\n <Representation id=\"18067313458056835v\" mimeType=\"video\/mp4\" codecs=\"avc1.4D401F\" width=\"312\" height=\"312\" frameRate=\"30\" sar=\"1:1\" startWithSAP=\"1\" bandwidth=\"124832\" FBQualityClass=\"sd\" FBQualityLabel=\"312w\" FBQualityScore=\"90.82\">\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/55aea8664b4b8223c34535fe4f82ce4c\/5CE2A482\/t50.2886-16\/60477411_603874626775879_1831745047717803853_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"906-1093\" FBFirstSegmentRange=\"1094-27678\" FBSecondSegmentRange=\"27679-50898\">\n <Initialization range=\"0-905\"\/>\n <\/SegmentBase>\n <\/Representation>\n <\/AdaptationSet>\n <AdaptationSet segmentAlignment=\"true\" lang=\"und\" subsegmentAlignment=\"true\" subsegmentStartsWithSAP=\"1\">\n <Representation id=\"18067313422056835ad\" mimeType=\"audio\/mp4\" codecs=\"mp4a.40.2\" audioSamplingRate=\"44100\" startWithSAP=\"1\" bandwidth=\"66496\">\n <AudioChannelConfiguration schemeIdUri=\"urn:mpeg:dash:23003:3:audio_channel_configuration:2011\" value=\"2\"\/>\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/e021f5d7345393b1d632c90bf8414f22\/5CE24F7E\/t50.2886-16\/60803041_440501343426128_3060698855841165502_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"866-1053\" FBFirstSegmentRange=\"1054-18133\" FBSecondSegmentRange=\"18134-34717\">\n <Initialization range=\"0-865\"\/>\n <\/SegmentBase>\n <\/Representation>\n <\/AdaptationSet>\n <\/Period>\n<\/MPD>","number_of_qualities":2},"video_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/715c05cb2218e679ffe71ef78f0ef071\/5CE2273B\/t50.2886-16\/60984510_2458576701042201_2381727354687848448_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","video_view_count":40,"attribution":null,"shortcode":"Bxmn9MtHWFY","edge_media_to_caption":{"edges":[{"node":{"text":"Prati aithara madyana 1 ganteg colors Kannada cinema channel d. Nikulla tule betegelegla panle.\n#nammatulunad #nammaudupi #nammakudla #tulucinema #colorskannadacinema #colorskannadaoffical"}}]},"edge_media_preview_comment":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"gating_info":null,"media_preview":"ACoq6CadYcbs89MDNRi8jOcZ4GTweOg\/PmmzXIwPLeP3yw\/xpY7lCPnaMH2Yf40AKbyJeCcdMcHnIzx\/nrSfbYj3P5Hv+FSGeE9XT\/vof41RvrrYg8l1BzzgqeMH+tNLmdgLyXCSHC5Pvjp9anrC0+8dn\/eyArg9dq85H0961\/tMX99f++h\/jTa5dGBx0dsHbAiz+J6ep6cVFcQKqiQAgsWyOgGDj9ew7Vs2k6ySbFz0ycjHT\/8AXTLtxLBJx9xh+PJ\/Xjn61hzO9hmZYWgnkw6naFJ7jkDjmmCGWBgF6uOnB+o5z0NdE8ixshAA3K3yjtwOf1xms67dPNQLyVypx7jj9etCm76BbTUri3mlZVkA2Fhu6D69KvNpMOThTjPHzGqy3HlOFUHAI3BueeOhHar5vm\/uj8zSlKT1uCS6FK3mlhJbyJDxjof\/AImoi85Vk8qUB+o2nn\/x2uxorTlQjkDJOcfuZBj2Pt7e1QusrHIgkDZBzhv8O9drRTsgOKAnwAYpOP8AZb\/CnZn\/AOeMn\/fJ\/wAK7OiiyA\/\/2Q==","comments_disabled":false,"taken_at_timestamp":1558181728,"edge_media_preview_like":{"count":23,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":null,"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"13520395693","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/f56addaa081bc907b04e02c656eeaf18\/5D5B439E\/t51.2885-19\/s150x150\/59578770_392594544663201_5524484998255607808_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"troll_tuluve","followed_by_viewer":true,"full_name":"Troll_Tuluve","is_private":false,"requested_by_viewer":false,"blocked_by_viewer":false,"has_blocked_viewer":false}}},{"node":{"__typename":"GraphImage","id":"2046510449005868096","dimensions":{"height":991,"width":1080},"display_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/46d34ce53fbc1b74c873ab4cee4bced1\/5D57AAEA\/t51.2885-15\/e35\/59441636_325596311426454_3312084960937921574_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","display_resources":[{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/b01fb6d8f787bb433866ea91eaf3cfb2\/5D61980F\/t51.2885-15\/sh0.08\/e35\/s640x640\/59441636_325596311426454_3312084960937921574_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":640,"config_height":587},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/9ab5eca3241107c5485b37dab1ad63b7\/5D9AA80F\/t51.2885-15\/sh0.08\/e35\/s750x750\/59441636_325596311426454_3312084960937921574_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":750,"config_height":688},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/46d34ce53fbc1b74c873ab4cee4bced1\/5D57AAEA\/t51.2885-15\/e35\/59441636_325596311426454_3312084960937921574_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":1080,"config_height":991}],"follow_hashtag_info":null,"is_video":false,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjpmYWxzZSwidXVpZCI6Ijc5YTgzMzhjMTgwNTQ0YzRhNmU1NzJmOWIxYTk0MjJlMjA0NjUxMDQ0OTAwNTg2ODA5NiIsInNlcnZlcl90b2tlbiI6IjE1NTgxOTA2Mjc5NzV8MjA0NjUxMDQ0OTAwNTg2ODA5NnwxMjI2NDU4MDQ3OXxkMjkyOTQxYTgzMDQ2MTFmYmFlZDFhYjU5Yjc0OGJhYjNjZTk0MDM5YTkwNmI5Y2E2MzExMDYwYjExNDM0ODgwIn0sInNpZ25hdHVyZSI6IiJ9","edge_media_to_tagged_user":{"edges":[{"node":{"user":{"full_name":"harrymadhan","id":"4896146305","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/2985967e836b1048784da6bfc1ddfcad\/5D5E7809\/t51.2885-19\/s150x150\/36160011_480290925769470_7747970905761906688_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"_cool_boy_harry_"},"x":0.9138889,"y":0.5772727}},{"node":{"user":{"full_name":"$uj@l MUNJ@\/","id":"9031556624","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/2c1c1360924ca79281c58d4b705355da\/5D7982CD\/t51.2885-19\/s150x150\/60612040_1844786028956637_8036225935025897472_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"sujalmunjal0417"},"x":0.4722222,"y":0.7371212}},{"node":{"user":{"full_name":"yashnasa","id":"9167344044","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/91d58760df6ebcb97649cff931f3b49a\/5D6B0880\/t51.2885-19\/s150x150\/59802677_452093075557457_2328109416756281344_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"yashnasa1234"},"x":0.18888889,"y":0.6469697}}]},"accessibility_caption":"Image may contain: 3 people, selfie, eyeglasses and closeup","attribution":null,"shortcode":"BxmqmkWHrRA","edge_media_to_caption":{"edges":[]},"edge_media_preview_comment":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"gating_info":null,"media_preview":"AComcajIqXio9ytypzUjIyKqvIc7VHP61Z2SyMRGOAOp6Z\/xqS1YQb2kXLrgcdcevpigZDHFcE5wcenFXghIyU578VMzysFaMfK3J6Zx+PSrgpgUPLXbuJBH8\/8AGs7ZsnAUbQc5Ht61buZzgxKMOGJO0ZHt+OOvvVOOdlboG7cdR+Pv9KLBoaDqgVScjuMep461JEPLYBzuLDG49fYGowUlC\/NgjqM469sHrj1FI0oiJxgknr1x\/kUh77Fp5trY7H8OakDHHSsuG481SrMQ6kkH1H\/1qtCcUARTsIcKOS+Vz9Tgn9c+9RbFDFAMMBvz64PQ+3v1zRRVmZEUJlCnHDA\/gealuOpHQ4\/DH86KKTNoENuQGPfPr61Z+2D+7RRUF2R\/\/9k=","comments_disabled":false,"taken_at_timestamp":1558183078,"edge_media_preview_like":{"count":11,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":null,"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"9167344044","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/91d58760df6ebcb97649cff931f3b49a\/5D6B0880\/t51.2885-19\/s150x150\/59802677_452093075557457_2328109416756281344_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"yashnasa1234","followed_by_viewer":true,"full_name":"yashnasa","is_private":false,"requested_by_viewer":false,"blocked_by_viewer":false,"has_blocked_viewer":false}}},{"node":{"__typename":"GraphImage","id":"2045191383211454353","dimensions":{"height":320,"width":320},"display_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/88a34930f6bade5844f616f4733c7979\/5D6981B3\/t51.2885-15\/e35\/58917179_322876871695736_2284308460904459005_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","display_resources":[{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/88a34930f6bade5844f616f4733c7979\/5D6981B3\/t51.2885-15\/e35\/58917179_322876871695736_2284308460904459005_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":640,"config_height":640},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/88a34930f6bade5844f616f4733c7979\/5D6981B3\/t51.2885-15\/e35\/58917179_322876871695736_2284308460904459005_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":750,"config_height":750},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/88a34930f6bade5844f616f4733c7979\/5D6981B3\/t51.2885-15\/e35\/58917179_322876871695736_2284308460904459005_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":1080,"config_height":1080}],"follow_hashtag_info":null,"is_video":false,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjpmYWxzZSwidXVpZCI6Ijc5YTgzMzhjMTgwNTQ0YzRhNmU1NzJmOWIxYTk0MjJlMjA0NTE5MTM4MzIxMTQ1NDM1MyIsInNlcnZlcl90b2tlbiI6IjE1NTgxOTA2Mjc5NzV8MjA0NTE5MTM4MzIxMTQ1NDM1M3wxMjI2NDU4MDQ3OXxiNDBmZWJhODI0MGVkNDI2NjU3NzI0ODg0YjNlNDk0NWJhOWIxNTcyMGEyYzg5ODFlYmY0YjgyN2NlOTE1YzgwIn0sInNpZ25hdHVyZSI6IiJ9","edge_media_to_tagged_user":{"edges":[]},"accessibility_caption":"No photo description available.","attribution":null,"shortcode":"Bxh-romAi-Rxkz5SMth_785WSK_2d7x6ss02B00","edge_media_to_caption":{"edges":[]},"edge_media_preview_comment":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"gating_info":null,"media_preview":"ACoqiWbYjuP7wA+pAJ\/KoF1BgCs2G\/PP44qG4uDtCKAueQB2HqT\/AHm7n0+tVlHmFVHy+46fjTQOxrLcQODjO7sGJpn20KhDKCO2CR+feq\/2PcSQ3I4Oefz9KqTIR1zx2+vf\/wCv6U2rE6M2lmQkKBlSAcH3\/Hr+lXty9m\/nWPZL5g3f3CB+Bqu05UkE9DipXYqS2aKYfPJA6fy6VpJdI6bSApAGABxn3rJzQCaYF0IZZQi9+vbgc064RYPkJJJ9T2xxVYTMOnFNdt3Xt\/WgRo2U6Qxtuz8zDAHsKgcRuxbPUk9PWq2\/CgCmbjRYq\/QZSUUUALmjrSU4UCCnb6aKWgZ\/\/9k=","comments_disabled":false,"taken_at_timestamp":1558025833,"edge_media_preview_like":{"count":1,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":null,"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"13566717061","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/bf777aa1666394030e729d74a6bc3282\/5D6A09F9\/t51.2885-19\/s150x150\/60202940_667315953727091_2632472806763266048_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"sunilrawat675","followed_by_viewer":true,"full_name":"sunilrawat","is_private":true,"requested_by_viewer":false,"blocked_by_viewer":false,"has_blocked_viewer":false}}},{"node":{"__typename":"GraphVideo","id":"2046534563468781912","dimensions":{"height":750,"width":750},"display_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/a05298b0eadd3c77acad77076ffd9107\/5CE32B47\/t51.2885-15\/e35\/59710831_826016344424170_6341716518044681759_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","display_resources":[{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/0d08758a0aa5202e0e3f1c196de864d6\/5CE32B22\/t51.2885-15\/sh0.08\/e35\/s640x640\/59710831_826016344424170_6341716518044681759_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":640,"config_height":640},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/a05298b0eadd3c77acad77076ffd9107\/5CE32B47\/t51.2885-15\/e35\/59710831_826016344424170_6341716518044681759_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":750,"config_height":750},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/a05298b0eadd3c77acad77076ffd9107\/5CE32B47\/t51.2885-15\/e35\/59710831_826016344424170_6341716518044681759_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":1080,"config_height":1080}],"follow_hashtag_info":null,"is_video":true,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjpmYWxzZSwidXVpZCI6Ijc5YTgzMzhjMTgwNTQ0YzRhNmU1NzJmOWIxYTk0MjJlMjA0NjUzNDU2MzQ2ODc4MTkxMiIsInNlcnZlcl90b2tlbiI6IjE1NTgxOTA2Mjc5NzV8MjA0NjUzNDU2MzQ2ODc4MTkxMnwxMjI2NDU4MDQ3OXw2MjQ0YzY3YzZjYzg4M2M5YWZkMjcwMTM4MWJkNTc5ZWU3NTdiZDYzMDEzNzUwZTA2ODdiNjQ4OWJkN2UwZDQ5In0sInNpZ25hdHVyZSI6IiJ9","edge_media_to_tagged_user":{"edges":[{"node":{"user":{"full_name":"\u274c 4Kshay \u274c","id":"3970157272","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/9000c399058288cda359cdbd891b775f\/5D7DD74F\/t51.2885-19\/s150x150\/60139363_2281522292167322_7539147714634711040_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"___moon_child____"},"x":0.0,"y":0.0}},{"node":{"user":{"full_name":"Anandan Anu","id":"5934173994","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/23523d65586ab2d11b17db769d0c8d19\/5D5C0B5B\/t51.2885-19\/s150x150\/47693955_2378008275819059_1796978054237519872_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"anandan.anu.925"},"x":0.0,"y":0.0}},{"node":{"user":{"full_name":"DeVil\ud83d\udda4QuEEn(\ud83d\udc6dTeRs)","id":"6062932339","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/af45a82fcdabef11901cc825442413a9\/5D6D4FCA\/t51.2885-19\/s150x150\/57360416_280080226267253_1946595301577981952_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"_._devil_doll_._"},"x":0.0,"y":0.0}},{"node":{"user":{"full_name":"\u00c3kHiL J\u00f6y","id":"7128449207","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/9e73659a12f28427239c252e8d9d4494\/5D721568\/t51.2885-19\/s150x150\/50746301_2073856576033260_829018899621085184_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"akhill_joy"},"x":0.0,"y":0.0}},{"node":{"user":{"full_name":"fukru123","id":"7751746490","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/211c9d8fde6f2bfe106b888f7986a94f\/5D67B9F1\/t51.2885-19\/s150x150\/60307542_298457151048671_4384295172578476032_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"fukru_motopsycho123"},"x":0.0,"y":0.0}},{"node":{"user":{"full_name":"Prasad","id":"7828840729","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/89e8b4fbfc496976158fd0aae1e3be35\/5D9E4E7C\/t51.2885-19\/s150x150\/59572667_453449675468766_4150043421416882176_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"prasad__shivaa10"},"x":0.0,"y":0.0}},{"node":{"user":{"full_name":"smile\ud83d\ude01killer\ud83d\ude0d","id":"8947117039","is_verified":false,"profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/96de427c3f130b368c6d5ac4dad9997d\/5D7A2D2D\/t51.2885-19\/s150x150\/60615289_492693761468898_7789418199161765888_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"smile_killerrrrr"},"x":0.0,"y":0.0}}]},"dash_info":{"is_dash_eligible":true,"video_dash_manifest":"<MPD xmlns=\"urn:mpeg:dash:schema:mpd:2011\" minBufferTime=\"PT1.500S\" type=\"static\" mediaPresentationDuration=\"PT0H0M15.134S\" maxSegmentDuration=\"PT0H0M2.000S\" profiles=\"urn:mpeg:dash:profile:isoff-on-demand:2011,http:\/\/dashif.org\/guidelines\/dash264\">\n <Period duration=\"PT0H0M15.134S\">\n <AdaptationSet segmentAlignment=\"true\" maxWidth=\"720\" maxHeight=\"720\" maxFrameRate=\"30\" par=\"1:1\" lang=\"und\" subsegmentAlignment=\"true\" subsegmentStartsWithSAP=\"1\">\n <Representation id=\"18066685900014082vd\" mimeType=\"video\/mp4\" codecs=\"avc1.4D401F\" width=\"720\" height=\"720\" frameRate=\"30\" sar=\"1:1\" startWithSAP=\"1\" bandwidth=\"546751\" FBQualityClass=\"hd\" FBQualityLabel=\"720w\" FBQualityScore=\"98.18\">\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/393f32cd67d7e8bfe0524dd3a5758d33\/5CE2AC84\/t50.2886-16\/60935032_318800429041581_2056725857071054393_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"905-1032\" FBFirstSegmentRange=\"1033-154605\" FBSecondSegmentRange=\"154606-298757\">\n <Initialization range=\"0-904\"\/>\n <\/SegmentBase>\n <\/Representation>\n <Representation id=\"18066685906014082v\" mimeType=\"video\/mp4\" codecs=\"avc1.4D401F\" width=\"312\" height=\"312\" frameRate=\"30\" sar=\"1:1\" startWithSAP=\"1\" bandwidth=\"133212\" FBQualityClass=\"sd\" FBQualityLabel=\"312w\" FBQualityScore=\"91.03\">\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/11171f485ac1287679241c72bcb50d87\/5CE239BC\/t50.2886-16\/60466314_792913357748544_8742407533955897106_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"906-1033\" FBFirstSegmentRange=\"1034-37067\" FBSecondSegmentRange=\"37068-71297\">\n <Initialization range=\"0-905\"\/>\n <\/SegmentBase>\n <\/Representation>\n <\/AdaptationSet>\n <AdaptationSet segmentAlignment=\"true\" lang=\"und\" subsegmentAlignment=\"true\" subsegmentStartsWithSAP=\"1\">\n <Representation id=\"18066685876014082ad\" mimeType=\"audio\/mp4\" codecs=\"mp4a.40.2\" audioSamplingRate=\"44100\" startWithSAP=\"1\" bandwidth=\"66456\">\n <AudioChannelConfiguration schemeIdUri=\"urn:mpeg:dash:23003:3:audio_channel_configuration:2011\" value=\"2\"\/>\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/c3dda414d909f1c9026d1e9e8130655d\/5CE22908\/t50.2886-16\/61226233_387617508511467_4097304388486213279_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"866-993\" FBFirstSegmentRange=\"994-18215\" FBSecondSegmentRange=\"18216-34770\">\n <Initialization range=\"0-865\"\/>\n <\/SegmentBase>\n <\/Representation>\n <\/AdaptationSet>\n <\/Period>\n<\/MPD>","number_of_qualities":2},"video_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/e7255232ee16c8092ae198f193d709ec\/5CE320B0\/t50.2886-16\/60767587_857341574620988_3327951350561505280_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","video_view_count":11,"attribution":null,"shortcode":"BxmwFesHalY","edge_media_to_caption":{"edges":[{"node":{"text":"#tiktokmedias #thenunda #malluguys #kerivaadamakkale"}}]},"edge_media_preview_comment":{"count":3,"page_info":{"has_next_page":true,"end_cursor":"QVFEY1loaHJaUkhuVHJJdW90eGlfdkVaQTRGbUVwbmttUG1TdEo1dlR4Q0JIcmtRRmdHaHpFeFZEa3pmRHVuc3RheWJ4Zld5WEhlN2U2aGNjVHV6NXhJNA=="},"edges":[{"node":{"id":"18036596293135124","text":"@ajmal_____aju_ \u2764\ufe0f\u2764\ufe0f","created_at":1558186176,"did_report_as_spam":false,"owner":{"id":"13519495599","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/4719857f37194edbcb25197d7117a3c1\/5D6C7485\/t51.2885-19\/s150x150\/59914275_434283983798672_1867885456033579008_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"its_me_chikku7"},"viewer_has_liked":false}},{"node":{"id":"17964951442264976","text":"Podaa","created_at":1558186489,"did_report_as_spam":false,"owner":{"id":"7886470847","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/3b8ac3ec43eb696f976d36969f58fb6a\/5D589EC3\/t51.2885-19\/s150x150\/59452351_1399800876827380_1708491042061287424_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"a_p_p_u__4_6"},"viewer_has_liked":false}}]},"gating_info":null,"media_preview":"ACoq5mupsuY0GP4R\/KuWrr7GEmOM\/wCyD+lAmVLpnRsqfwHarVvIZFBYVX1AsrYwcHv249KQXEsS8Iqr0DHP+c00y3HZrqc\/PxI\/+838zUVPkbcxJ6kk\/rTKRIV2liwWGNc8lQce2K4uut08bgjf3UA\/SpZcVe\/kizMBJw3QEH\/PtUbSAkRnkNxUshrIvyVCup6ccGsVe5aRhSDDEehP86ZTnOWJ9SabXQZMK62wbEKj0UfrXJV1Nt\/qU\/3R\/KpkVHqTytVG4AdMf59qklJqrN9z8R\/OsluWYjdTSUrdT9aStzJn\/9k=","comments_disabled":false,"taken_at_timestamp":1558186136,"edge_media_preview_like":{"count":7,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":null,"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"13519495599","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/4719857f37194edbcb25197d7117a3c1\/5D6C7485\/t51.2885-19\/s150x150\/59914275_434283983798672_1867885456033579008_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"its_me_chikku7","followed_by_viewer":true,"full_name":"rakeshchikku","is_private":false,"requested_by_viewer":false,"blocked_by_viewer":false,"has_blocked_viewer":false}}},{"node":{"__typename":"GraphImage","id":"2046482964108190570","dimensions":{"height":640,"width":640},"display_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/1239de10bae965bf1e0873c86f45dc9f\/5D66EDF9\/t51.2885-15\/e35\/58950155_607901969693173_2666297580211240045_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","display_resources":[{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/1239de10bae965bf1e0873c86f45dc9f\/5D66EDF9\/t51.2885-15\/e35\/58950155_607901969693173_2666297580211240045_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":640,"config_height":640},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/1239de10bae965bf1e0873c86f45dc9f\/5D66EDF9\/t51.2885-15\/e35\/58950155_607901969693173_2666297580211240045_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":750,"config_height":750},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/1239de10bae965bf1e0873c86f45dc9f\/5D66EDF9\/t51.2885-15\/e35\/58950155_607901969693173_2666297580211240045_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":1080,"config_height":1080}],"follow_hashtag_info":null,"is_video":false,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjp0cnVlLCJ1dWlkIjoiNzlhODMzOGMxODA1NDRjNGE2ZTU3MmY5YjFhOTQyMmUyMDQ2NDgyOTY0MTA4MTkwNTcwIiwic2VydmVyX3Rva2VuIjoiMTU1ODE5MDYyNzk3NnwyMDQ2NDgyOTY0MTA4MTkwNTcwfDEyMjY0NTgwNDc5fDE4ZGRmYzMzMjM5YWNiZDk5YTRlMDExYzg5NTk3YmFkOGQ0MThkYTQyZWIzZmZhMzg5M2QwMTZjNmFjMTUwNzYifSwic2lnbmF0dXJlIjoiIn0=","edge_media_to_tagged_user":{"edges":[]},"accessibility_caption":"Image may contain: 1 person, text","attribution":null,"shortcode":"BxmkWnCjqNq","edge_media_to_caption":{"edges":[{"node":{"text":"Choice is yours \ud83d\ude0d\n#lifestyle"}}]},"edge_media_preview_comment":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"gating_info":null,"media_preview":"ACoqn1Nd04H+yP5mq7oFHJHH4Cn6vLsmA77Af1NUGBmXaeSDx9eo\/MZFJr7iUnd6j2uU7At744p8comHBx7VLA6EYBGB6VSkZUmVlIw3BI9KLX0Rdra3L9uNsyc5O4V01c5b481eD94V0dCEcxrIH2hemdg\/maydxRwfTBH4V0OpW6yygnIO0cjtyawrpPKbA5xxk+9aLsIuKVLFQv3gMEHjDHNU7go5\/d9F\/XnFWY0VFzn5lDBRjse\/4ZOPXIquIuVReS38uKlWuU77GlauDIn3idwHJ49jXTVzMAPnpvG07h+P9K6apEc\/qk\/lTD12f1OKyDcBjkkZq1r3\/Hwv+4P5tWTitUroVzQg2O\/Ukt1+g5x+JqVlEU\/HAUDH49apWn+sH1FWH6r7qKlqxa1v6flY2l2tImezAitmsCL\/AFy\/71b9SSf\/2Q==","comments_disabled":false,"taken_at_timestamp":1558179801,"edge_media_preview_like":{"count":6,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":null,"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"13497076968","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/a3b09fd5ca1a4679bcd7a2f9ea289586\/5D6C0959\/t51.2885-19\/s150x150\/58410291_824546827901745_6333766813754589184_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"alcoder_","followed_by_viewer":true,"full_name":"Alcoder","is_private":false,"requested_by_viewer":false,"blocked_by_viewer":false,"has_blocked_viewer":false}}},{"node":{"__typename":"GraphImage","id":"2046475984240978900","dimensions":{"height":1080,"width":1080},"display_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/12005d41f234a6ef671fd2b9063b6b03\/5D99E2B2\/t51.2885-15\/e35\/60112762_183277022581970_240598270593905297_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","display_resources":[{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/5d5351d45d47b97597efbf39f7a55b96\/5D6CFFC1\/t51.2885-15\/sh0.08\/e35\/s640x640\/60112762_183277022581970_240598270593905297_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":640,"config_height":640},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/21e9b996c67782db4c05b53512bc442c\/5D7A2E3E\/t51.2885-15\/sh0.08\/e35\/s750x750\/60112762_183277022581970_240598270593905297_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":750,"config_height":750},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/12005d41f234a6ef671fd2b9063b6b03\/5D99E2B2\/t51.2885-15\/e35\/60112762_183277022581970_240598270593905297_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":1080,"config_height":1080}],"follow_hashtag_info":null,"is_video":false,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjpmYWxzZSwidXVpZCI6Ijc5YTgzMzhjMTgwNTQ0YzRhNmU1NzJmOWIxYTk0MjJlMjA0NjQ3NTk4NDI0MDk3ODkwMCIsInNlcnZlcl90b2tlbiI6IjE1NTgxOTA2Mjc5NzZ8MjA0NjQ3NTk4NDI0MDk3ODkwMHwxMjI2NDU4MDQ3OXxlYThmYWY2NGIwNzhlYTIzYzczYjJiOTljOTVlNThkOGI1NjNhNTY0NDkxMzdkYTBlMzk2YmM0M2EwYzNkY2ZkIn0sInNpZ25hdHVyZSI6IiJ9","edge_media_to_tagged_user":{"edges":[]},"accessibility_caption":"Image may contain: outdoor and nature","attribution":null,"shortcode":"BxmixCiDSvU","edge_media_to_caption":{"edges":[{"node":{"text":"Wow machapuchra"}}]},"edge_media_preview_comment":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"gating_info":null,"media_preview":"ACoqjgO08dK0kkA9B61Wt7cRoM8v35yM\/wCf8KfHjIPBHOcdMjt\/j6URXcmTeli0EVs5HXrUTWo5OcemM\/y7\/wCc1I7AjnqD1phyBxzTtcL2MuaM7sHk+3Qf05qQP7H\/AL5qQKzfMy4B7d\/1\/wD11Nub\/aqLItt9DOkneOMZ5A6E\/wAj04\/WrcAaRfvY3fTPp\/nvWeztMu1W4XHyn19eafBK0DbtuScDJzgdvpRfW4WsrGnPN5JCtjnAx7Dv6mkkYqQAcZOP8KybwySTkEEcjgenQc1Zv0JVHHUcEe+K0TIaNASFTtI3cZ\/z\/hUnme1UIo98ok7BAPqcDP5Zq0ZVBwSPzFVcmxzXmY4qZZxjBGfxx7c1VNHasrGhdNzllYDaVAHB6getSSXIlHJce3H\/ANaqHb8aOtMCdnzwCwXnnJ\/\/AFfpUJA9T+X\/ANekJzTaQH\/\/2Q==","comments_disabled":false,"taken_at_timestamp":1558178969,"edge_media_preview_like":{"count":0,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":null,"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"8983270832","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/25b1cea3282398195bb8f6e871532ab9\/5D9C9036\/t51.2885-19\/s150x150\/44619726_2145045842478804_6410227775768100864_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"jatil_santosh","followed_by_viewer":true,"full_name":"Jatil Santosh","is_private":false,"requested_by_viewer":false,"blocked_by_viewer":false,"has_blocked_viewer":false}}},{"node":{"__typename":"GraphVideo","id":"2046491956696422358","dimensions":{"height":800,"width":640},"display_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/2ba2c84a6e40cb107ecee44493795ba9\/5CE22960\/t51.2885-15\/e35\/58758481_2405490026399455_3492988512744229366_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","display_resources":[{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/2ba2c84a6e40cb107ecee44493795ba9\/5CE22960\/t51.2885-15\/e35\/58758481_2405490026399455_3492988512744229366_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":640,"config_height":800},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/2ba2c84a6e40cb107ecee44493795ba9\/5CE22960\/t51.2885-15\/e35\/58758481_2405490026399455_3492988512744229366_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":750,"config_height":937},{"src":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/2ba2c84a6e40cb107ecee44493795ba9\/5CE22960\/t51.2885-15\/e35\/58758481_2405490026399455_3492988512744229366_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","config_width":1080,"config_height":1350}],"follow_hashtag_info":null,"is_video":true,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjpmYWxzZSwidXVpZCI6Ijc5YTgzMzhjMTgwNTQ0YzRhNmU1NzJmOWIxYTk0MjJlMjA0NjQ5MTk1NjY5NjQyMjM1OCIsInNlcnZlcl90b2tlbiI6IjE1NTgxOTA2Mjc5NzZ8MjA0NjQ5MTk1NjY5NjQyMjM1OHwxMjI2NDU4MDQ3OXxkMTZiYmU3MjE1ZTYyOGU0MmE2NWRmMmYyY2RmODczMzQzZDY4NWM2ZmVjN2Q2MGU2NDM2OWE5MjU1MjIzZmFiIn0sInNpZ25hdHVyZSI6IiJ9","edge_media_to_tagged_user":{"edges":[]},"dash_info":{"is_dash_eligible":true,"video_dash_manifest":"<MPD xmlns=\"urn:mpeg:dash:schema:mpd:2011\" minBufferTime=\"PT1.500S\" type=\"static\" mediaPresentationDuration=\"PT0H0M14.118S\" maxSegmentDuration=\"PT0H0M2.033S\" profiles=\"urn:mpeg:dash:profile:isoff-on-demand:2011,http:\/\/dashif.org\/guidelines\/dash264\">\n <Period duration=\"PT0H0M14.118S\">\n <AdaptationSet segmentAlignment=\"true\" maxWidth=\"576\" maxHeight=\"720\" maxFrameRate=\"30\" par=\"576:720\" lang=\"und\" subsegmentAlignment=\"true\" subsegmentStartsWithSAP=\"1\">\n <Representation id=\"17943401530285116vd\" mimeType=\"video\/mp4\" codecs=\"avc1.4D401F\" width=\"576\" height=\"720\" frameRate=\"30\" sar=\"1:1\" startWithSAP=\"1\" bandwidth=\"676520\" FBQualityClass=\"sd\" FBQualityLabel=\"576w\" FBQualityScore=\"98.44\">\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/e33d6fcd947eb49f016a064d6b7297c6\/5CE23FFC\/t50.2886-16\/60315609_193474991621178_3257462022171625144_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"905-1020\" FBFirstSegmentRange=\"1021-129376\" FBSecondSegmentRange=\"129377-316711\">\n <Initialization range=\"0-904\"\/>\n <\/SegmentBase>\n <\/Representation>\n <Representation id=\"17943401542285116v\" mimeType=\"video\/mp4\" codecs=\"avc1.4D401F\" width=\"248\" height=\"310\" frameRate=\"30\" sar=\"1:1\" startWithSAP=\"1\" bandwidth=\"213804\" FBQualityClass=\"sd\" FBQualityLabel=\"248w\" FBQualityScore=\"94.08\">\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/197c20b2be1041f9c675610aa1dbf281\/5CE219CB\/t50.2886-16\/60580962_611924705975568_5951355509668861136_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"906-1021\" FBFirstSegmentRange=\"1022-43084\" FBSecondSegmentRange=\"43085-106738\">\n <Initialization range=\"0-905\"\/>\n <\/SegmentBase>\n <\/Representation>\n <\/AdaptationSet>\n <AdaptationSet segmentAlignment=\"true\" lang=\"und\" subsegmentAlignment=\"true\" subsegmentStartsWithSAP=\"1\">\n <Representation id=\"17943401494285116ad\" mimeType=\"audio\/mp4\" codecs=\"mp4a.40.2\" audioSamplingRate=\"44100\" startWithSAP=\"1\" bandwidth=\"66916\">\n <AudioChannelConfiguration schemeIdUri=\"urn:mpeg:dash:23003:3:audio_channel_configuration:2011\" value=\"2\"\/>\n <BaseURL>https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/6fe6f4d19a8869a2c9fcdda295b713b6\/5CE245C4\/t50.2886-16\/60812484_2197299590347312_7629120353960823443_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net<\/BaseURL>\n <SegmentBase indexRangeExact=\"true\" indexRange=\"866-993\" FBFirstSegmentRange=\"994-18078\" FBSecondSegmentRange=\"18079-34545\">\n <Initialization range=\"0-865\"\/>\n <\/SegmentBase>\n <\/Representation>\n <\/AdaptationSet>\n <\/Period>\n<\/MPD>","number_of_qualities":2},"video_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/e358333df9476a87769c8e6a06e9eb86\/5CE2A7CC\/t50.2886-16\/60694982_363759544245595_3439656749781483520_n.mp4?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","video_view_count":1,"attribution":null,"shortcode":"BxmmZeClZfW","edge_media_to_caption":{"edges":[]},"edge_media_preview_comment":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"gating_info":null,"media_preview":"ACEq6GMcU+m5CLk9AMmspnuJvmVvLz91cdu249eaANZmCjLEAepoVgwypyPasRy8+1pRjZ8pVum71989BWjaqBkr0OOPegdupbooooEZX2xpOGACnsKWOQuSBncDjHf2P09+lURWvBIoG1uo4z7VpUila2hjQnKSlfW1vxuOYRwphznd1z1JFUopjGdi5yeeetTXTDeuD2\/r69qjDASb85wNufxznj14rNFzlZXvYuea1FJ5oopmXN\/eMiIAsN3TPNacMSTIWI6knPQ+vX\/GshPv49x\/OrTk5Na1t16Bh1o\/X9CO4uBbvtB3j36\/\/XoW9SQbTw3pjp+PSq8yjyQ2Od+M9+nrV6CJPJztGSOuB6Vgu5tP3rxe25X80+1FMyaKs5ObyP\/Z","comments_disabled":false,"taken_at_timestamp":1558180890,"edge_media_preview_like":{"count":1,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":null,"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"13471127277","profile_pic_url":"https:\/\/instagram.fccu1-1.fna.fbcdn.net\/vp\/4b98705a9e190990f894bfd5853a9272\/5D622DFB\/t51.2885-19\/s150x150\/60307149_426188974864500_795136899055353856_n.jpg?_nc_ht=instagram.fccu1-1.fna.fbcdn.net","username":"mdmurtjamurtja","followed_by_viewer":true,"full_name":"MdMurtja Murtja","is_private":false,"requested_by_viewer":false,"blocked_by_viewer":false,"has_blocked_viewer":false}}}]}}});</script><script type="text/javascript">
(function(){
function normalizeError(err) {
var errorInfo = err.error || {};
var getConfigProp = function(propName, defaultValueIfNotTruthy) {
var propValue = window._sharedData && window._sharedData[propName];
return propValue ? propValue : defaultValueIfNotTruthy;
};
return {
line: err.line || errorInfo.message || 0,
column: err.column || 0,
name: 'InitError',
message: err.message || errorInfo.message || '',
script: errorInfo.script || '',
stack: errorInfo.stackTrace || errorInfo.stack || '',
timestamp: Date.now(),
ref: window.location.href,
deployment_stage: getConfigProp('deployment_stage', ''),
is_canary: getConfigProp('is_canary', false),
rollout_hash: getConfigProp('rollout_hash', ''),
is_prerelease: window.__PRERELEASE__ || false,
bundle_variant: getConfigProp('bundle_variant', null),
request_url: err.url || window.location.href,
response_status_code: errorInfo.statusCode || 0
}
}
window.addEventListener('load', function(){
if (window.__bufferedErrors && window.__bufferedErrors.length) {
if (window.caches && window.caches.keys && window.caches.delete) {
window.caches.keys().then(function(keys) {
keys.forEach(function(key) {
window.caches.delete(key)
})
})
}
window.__bufferedErrors.map(function(error) {
return normalizeError(error)
}).forEach(function(normalizedError) {
var request = new XMLHttpRequest();
request.open('POST', '/client_error/', true);
request.setRequestHeader('Content-Type', 'application/json; charset=utf-8');
request.send(JSON.stringify(normalizedError));
})
}
})
}());
</script><style media="screen">::-webkit-scrollbar {width: 8px;height: 6px;background-color: #e1e1e1;}::-webkit-scrollbar-thumb {background-color: #000000;}::-webkit-scrollbar-track {background: transparent;}</style><textarea style="min-height: 0px !important; max-height: none !important; height: 0px !important; visibility: hidden !important; overflow: hidden !important; position: absolute !important; z-index: -1000 !important; top: 0px !important; right: 0px !important; letter-spacing: normal; line-height: 18px; font-family: -apple-system, system-ui, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif; font-weight: 400; font-size: 14px; font-style: normal; tab-size: 8; text-rendering: auto; text-transform: none; width: 269.859px; text-indent: 0px; padding: 0px; border-width: 0px; box-sizing: content-box;"></textarea></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment