CINXE.COM

Join the conversation | By Linkedin

<!DOCTYPE html> <html lang="en"> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script> function addHero(jQuery){ var oldH1=document.querySelectorAll('h1')[0]; var oldH1Class=".text-center.event-overview-title"; var siteContentDiv=".sitewidth.event-sitewidth"; var heroSection='<section class="generic_hero qa-generic_hero-container homepage-widget-wrapper homepage-widget-wrapper--no-side-margins homepage-widget-wrapper--no-spacing"><div class="sitewidth"><div class="col"><div class="forum-featured-image" style="background-color: var(--config-main-brand-light-blue);"><div class="forum-featured-image__content brand-hero"><div class="sitewidth"><div class="col col--main has--side"><div class="forum-list-view-spacing forum-list-view-spacing--v qa-subForum-header"><h1 class="thread-list-view-title brand-hero-title qa-page-title">Events</h1></div></div></div></div></div></div></div></section>'; if ($(oldH1).is(oldH1Class)){ $(oldH1).remove();}; $(heroSection).insertBefore(siteContentDiv);}; $(document).ready(addHero); </script> <script> function addGroupHero(jQuery){ var oldGroupH1=document.querySelectorAll('h1')[0]; var oldGroupH1Class=".group-overview-wrapper-title"; var classGroup=".group-overview"; var siteGroupContentDiv=".sitewidth.breadcrumb-container"; var heroGroupSection='<section class="generic_hero qa-generic_hero-container homepage-widget-wrapper homepage-widget-wrapper--no-side-margins homepage-widget-wrapper--no-spacing"><div class="sitewidth"><div class="col"><div class="forum-featured-image" style="background-color: var(--config-card-background-color);"><div class="forum-featured-image__content brand-hero"><div class="sitewidth"><div class="col col--main has--side"><div class="forum-list-view-spacing forum-list-view-spacing--v qa-subForum-header"><h1 class="thread-list-view-title brand-hero-title qa-page-title">Groups</h1></div></div></div></div></div></div></div></section>'; if ($(oldGroupH1).is(oldGroupH1Class)){ $(oldGroupH1).remove();}; if ($(classGroup).is(":visible")){ $(heroGroupSection).insertAfter(siteGroupContentDiv);};}; $(document).ready(addGroupHero); </script> <script> function makeContentSiteWidth(jQuery){ var currentCategory="category-page"; var pageCategory=document.body.classList.contains(currentCategory); var newsColDiv="col col--main has--side qa-div-main widget-wrapper"; var newsColDivRemove="has--side"; var searchForDiv=document.getElementsByClassName(newsColDiv); if (pageCategory){ $(searchForDiv).removeClass(newsColDivRemove); };}; $(document).ready(makeContentSiteWidth); </script> <script>function profileWidth(jQuery){ const onProfilePage="twig_default-member-profile"; const bodyClass=document.body.classList.contains(onProfilePage); const oldDiv="col col--main has--side qa-div-main"; const profileDivRemove="has--side"; const grabProfDiv=document.getElementsByClassName(oldDiv); if (bodyClass){ $(grabProfDiv).removeClass(profileDivRemove);};}; $(document).ready(profileWidth); </script> <script>function makeContentSiteWidth(jQuery) { var currentPageH1 = ["twig_default-inbox-conversation", "twig_default-setting-profile", "twig_default-inbox-overview", "twig_topic-new"]; var pageH1Name = document.body.classList.contains(currentPageH1[0]); var inboxOverview = document.body.classList.contains(currentPageH1[2]); var createPost = document.body.classList.contains(currentPageH1[3]); var settingColDiv = "col col--main has--side qa-div-main"; var settingColDivRemove = "has--side"; var searchForDiv = document.getElementsByClassName(settingColDiv); if (pageH1Name) { $(searchForDiv).removeClass(settingColDivRemove); } else if (inboxOverview) { $(searchForDiv).removeClass(settingColDivRemove); } else if (createPost) { $(searchForDiv).removeClass(settingColDivRemove); }; }; $(document).ready(makeContentSiteWidth); </script> <script type="text/javascript" async src="https://play.vidyard.com/embed/v4.js"></script> <style> @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-Light.ttf") format("truetype"); font-weight: 300; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-LightItalic.ttf") format("truetype"); font-weight: 300; font-style: italic; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-Regular.ttf") format("truetype"); font-weight: normal; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-RegularItalic.ttf") format("truetype"); font-weight: normal; font-style: italic; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-Medium.ttf") format("truetype"); font-weight: 500; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-MediumItalic.ttf") format("truetype"); font-weight: 500; font-style: italic; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-Bold.ttf") format("truetype"); font-weight: bold; } @font-face { font-family: "Community Pro"; src: url("https://public.sj-cdn.net/linkedin/TTF+Community+Pro/CommunityPro-BoldItalic.ttf") format("truetype"); font-weight: bold; font-style: italic; } :root { --config--main-button-base-font-family: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif !important; --config--main-font-secondary: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif !important; --config--main-font-base-stack: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif !important; --config-body-background-color: #fafaf9; --config-hero-color: #0a66c2 !important; --config-card-background-color: #f3f2ef; --config-hero-background-color: #fdfaf5 !important; --config-hero-stats-background-color: #eef3f8 !important; --config-widget-cta-background-color: #fdfaf5 !important; --config-main-brand-dark-blue: #004182; --config-main-brand-linkedin-blue: #0a66c2; --config-main-brand-light-blue: #dce6f1; --config-main-brand-green: #44712e; --config-main-brand-lime-green: #83941f; --config-main-brand-light-sage: #d7ebce; --config-main-brand-dark-amber: #915907; --config-main-brand-amber: #e7a33e; --config-main-brand-light-amber: #fce2ba; --config-main-brand-dark-red: #b24020; --conifg-main-brand-warm-red: #f5987e; --config-main-brand-light-red: #fadfd8; --config-main-brand-dark-gray: #38434f; --config-main-brand-cool-gray: #56687a; --config-main-brand-light-gray: #e9e5df; --main-cursor-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 64 64' xml:space='preserve' width='32' height='32'%3E%3Cpath d='m27 15.95-2.165-5.14a2.924 2.924 0 0 0-3.825-1.56c-.41.175-.765.43-1.045.745A2.927 2.927 0 0 0 16.34 8.82c-.415.175-.775.44-1.055.755A2.92 2.92 0 0 0 11.71 8.48c-.4.17-.745.415-1.02.715L8.455 3.88a2.93 2.93 0 0 0-3.83-1.56 2.928 2.928 0 0 0-1.56 3.83l4.04 9.605-.135-.135A2.905 2.905 0 0 0 3.775 15a2.926 2.926 0 0 0-.93 4.765l7.89 7.845.04.035c2.98 2.605 7.095 3.275 10.74 1.74 5.22-2.195 7.68-8.22 5.485-13.435z' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23fff'/%3E%3Cpath d='M21.015 9.25c-.41.175-.765.43-1.045.745a2.927 2.927 0 0 0-3.625-1.175c-.415.175-.775.44-1.055.755a2.92 2.92 0 0 0-3.575-1.095c-.4.17-.745.415-1.02.715L8.46 3.88a2.93 2.93 0 0 0-3.83-1.56 2.928 2.928 0 0 0-1.56 3.83l4.04 9.605-.135-.135A2.905 2.905 0 0 0 3.78 15a2.926 2.926 0 0 0-.93 4.765l7.89 7.845.04.035c2.98 2.605 7.095 3.275 10.74 1.74 5.22-2.195 7.675-8.22 5.48-13.435l-2.165-5.14a2.916 2.916 0 0 0-3.82-1.56zm4.415 7.365c1.83 4.345-.22 9.37-4.565 11.2a8.5 8.5 0 0 1-8.935-1.435l-7.875-7.825a1.211 1.211 0 0 1-.005-1.72 1.2 1.2 0 0 1 .39-.265c.455-.19.98-.09 1.335.265l6.165 6-7.3-17.35a1.218 1.218 0 0 1 2.245-.945l4.96 11.79a.85.85 0 0 0 1.115.455.85.85 0 0 0 .455-1.115l-1.69-4.02a1.214 1.214 0 1 1 2.24-.94l2.275 5.41c.185.435.68.64 1.115.455a.848.848 0 0 0 .455-1.115l-1.46-3.465a1.214 1.214 0 1 1 2.24-.945l2.04 4.855v.005c.18.435.68.64 1.115.455.435-.18.64-.68.455-1.115l-.005-.005-1.185-2.82c-.26-.62.03-1.335.65-1.59.62-.26 1.33.03 1.59.65l2.18 5.13z' style='fill-rule:evenodd;clip-rule:evenodd'/%3E%3C/svg%3E") 10 6, pointer !important; --main-cursor-hover-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 64 64' xml:space='preserve' width='32' height='32'%3E%3Cpath d='M24.95 12.8c-.45 0-.85.1-1.25.3a2.965 2.965 0 0 0-2.95-2.45c-.45 0-.9.1-1.25.3C19.25 9.6 18 8.6 16.6 8.6c-.45 0-.85.1-1.2.3l-.1-5.75c-.05-1.6-1.35-2.9-3-2.85-1.6.05-2.9 1.35-2.85 3l.2 10.4-.1-.2C9.1 12.4 8 11.7 6.8 11.75c-.4 0-.75.1-1.1.25-1.5.65-2.15 2.35-1.5 3.85l4.4 10.2v.05c1.8 3.5 5.4 5.65 9.35 5.6C23.6 31.6 28.1 26.9 28 21.25l-.1-5.6c0-1.6-1.35-2.85-2.95-2.85z' style='fill:%23fff'/%3E%3Cpath d='M24.95 12.8c-.45 0-.85.1-1.25.3a2.965 2.965 0 0 0-2.95-2.45c-.45 0-.9.1-1.25.3C19.25 9.6 18 8.6 16.6 8.6c-.45 0-.85.1-1.2.3l-.1-5.75c-.05-1.6-1.35-2.9-3-2.85-1.6.05-2.9 1.35-2.85 3l.2 10.4-.1-.2C9.1 12.4 8 11.7 6.8 11.75c-.4 0-.75.1-1.1.25-1.5.65-2.15 2.35-1.5 3.85l4.4 10.2v.05c1.8 3.5 5.4 5.65 9.35 5.6C23.6 31.6 28.1 26.9 28 21.25l-.1-5.6c0-1.6-1.35-2.85-2.95-2.85zm1.4 8.5c.1 4.7-3.7 8.6-8.4 8.7-3.3.05-6.25-1.7-7.75-4.65l-4.4-10.2c-.15-.3-.15-.65 0-.95s.35-.55.65-.65c.15-.05.3-.1.45-.1.5 0 .95.3 1.15.75l3.5 7.85-.4-18.8c0-.65.5-1.25 1.2-1.25s1.2.5 1.25 1.2l.2 12.8c0 .45.4.85.85.85.45 0 .85-.4.85-.85l-.1-4.35c0-.65.5-1.2 1.2-1.25.65 0 1.2.5 1.25 1.2l.15 5.8c0 .45.4.85.85.85.45 0 .85-.4.85-.85l-.05-3.75c0-.65.55-1.25 1.2-1.25.65 0 1.2.5 1.25 1.2l.1 5.25c0 .45.4.85.85.85.45 0 .85-.4.85-.85l-.05-3.05c0-.65.5-1.25 1.2-1.25.65 0 1.2.5 1.25 1.2l.05 5.55z' style='fill-rule:evenodd;clip-rule:evenodd'/%3E%3C/svg%3E") 10 6, pointer !important; --config-hero-background-position: top -45px right -25px !important; --config-brand-border-radius: 24px; --config-card-border-radius: 0.8rem !important; --config-button-cta-border-radius: var(--config-brand-border-radius); --config-card-shadow: 3px 3px 3px -1px rgba(0, 0, 0, 0.2); } @media (min-width: 1025px){ div.forum-featured-image > div > div > div.col--main.has--side { width: calc(100% - 284px) !important; } } @media (max-width: 600px) { section.homepage-widget-wrapper > div > div > div.brand-hero.qa-brand-hero.custom-hero-banner{ background-position:center; } .hero-search{ width: 65%; float:left; margin: 0 0 !important; } } body { cursor: var(--main-cursor-url) !important; } span { cursor: var(--main-cursor-hover-url) !important; } button:hover { cursor: var(--main-cursor-hover-url) !important; } a { cursor: var(--main-cursor-hover-url) !important; } .header-navigation .header-navigation_logo { max-height: 25px !important; } .brand-hero.qa-brand-hero.custom-hero-banner { background-position: var(--config-hero-background-position); background-size: cover !important; /*background-color: var(--config-hero-background-color);*/ } input[type="search"].search-box__input { border-radius: var(--config-brand-border-radius); } .event-list-item-container .event-item-image-container .event-item__image { border-radius: var(--config-card-border-radius) !important; } .btn--new-topic { padding: 0 50px !important; } @media (min-width: 450px) { .widget--cta .btn, .widget--cta .btn--cta { margin: 0 15px 0 auto; } } .card-widget-wrapper { border: 0 !important; transition: 0.2s ease; } .Template-footer .logo-insided { display: none !important; } .homepage-widget-container.widget-container.homepage-widget-container--quick_links.widget-container--quick_links.homepage-widget-container--quick_links.widget-container--quick_links.homepage-widget-container--index-10.widget-container--index-10 { background-color: var(--config-widget-cta-background-color); height: 22rem; margin: 30px 0; } .stats-bar { background-color: var(--config-widget-cta-background-color) !important; } ul.list.list--stats-bar.qa-stats-bar { background-color: var(--config-widget-cta-background-color) !important; } section.full-width.Template-brand-stats.custom-stats-bar { /*display: none;*/ } .brand-hero .brand-hero-title { margin-left: 0 15px !important; } /*.content--centered { text-align: left !important; }*/ @media (min-width 601px){ .brand-hero .hero-search { margin: 0 15px !important; } } .brand-logo img { max-height: 26px !important; } .brand-url-container { display: none !important; } p { font-weight: 500 !important; font-family: var(--config--main-button-base-font-family); } div.full-width.Template-content > div > div > div > div > header > h1{ font-family: var(--config--main-button-base-font-family); font-weight: 300 !important; font-size: 38px !important; } @media (max-width: 830px){ h1.thread-list-view-title.hero-subforum-title.qa-page-title{ font-size: 4vw !important; } } h1:not(div.full-width.Template-content > div > div > div > div > header > h1, div.event-header-wrapper > div.event-header__title > h1) { font-weight: 300 !important; font-size: 42px !important; font-family: var(--config--main-button-base-font-family); } .default-avatar.avatar-variant-1 { background-color: var(--config-main-brand-dark-blue) !important; color: white !important; } .header-navigation .header-navigation-items-wrapper { flex-grow: 0 !important; } .card-widget-wrapper { border-radius: var(--config-brand-border-radius) !important; } .sitewidth.breadcrumb-container { display: none; } .algolia-hit-container { border-radius: 0 0 10px 10px; } button.btn.btn--secondary.search-icon.header-navigation_extendable-search-icon { border-radius: 24px; } .event-overview-title { background-color: var(--config-main-brand-light-blue); margin-bottom: 32px !important; padding: 88px 0 !important; } .group-overview-wrapper-title { background-color: var(--config-card-background-color); margin-top: 0 !important; margin-bottom: 10px !important; padding: 88px 0 !important; } .tooltip--share { display: none; } /*p.forum-list-view-description.brand-hero-subtitle.qa-subforum-description { display: none; }*/ a.menu-create-topic.qa-menu-create-topic.btn.btn--cta { display: none !important; } menu-create-topic.qa-menu-create-topic.btn.btn--cta { display: none !important; } .templatefoot-privacy-links { display: none !important; } footer { display: flex !important; flex-wrap: wrap !important; } ul.footer-legal-items { list-style: none; margin: 0; padding: 0; overflow: hidden; } li.footer-legal-item { display: inline-block; margin-bottom: 0; list-style: none; } .footer-legal-link { float: left; } a.footer-legal-link { text-align: center; text-decoration: none; display: inline-block; padding: 10px; } ul.footer-language-items { list-style: none; margin: 0; padding: 0; overflow: hidden; } li.footer-language-item { display: inline-block; margin-bottom: 0; list-style: none; } .footer-language-link { clear: left; } a.footer-language-link { text-align: center; text-decoration: none; display: inline-block; padding: 10px; } .event-past-header { padding: 20px 0px !important; } .event-upcoming-header { padding: 20px 0px !important; } .header-navigation .main-navigation--nav-buttons-wrapper .btn { border-radius: 5px !important; } .social-sharing .tooltip-container .tooltip-trigger .share-button { border-radius: 2rem; } .private-messages { padding-top: 20px; } </style> <style> /* fix missing group tags */ .group-overview-wrapper .group-overview-wrapper-title { display: none; } </style> <!-- BEGIN LOGIN PAGE STYLING --> <style> body.private-register { background-image:url(https://uploads-eu-west-1.insided.com/linkedin-en/attachment/4f6b1c5a-e8d7-495c-a484-43d1c7a75767.jpg); background-size:cover; background-position:top center; padding: 0 16px; } body.private-register .full-width.Template-content { background-color:#fff; padding-top:44px; margin-top: 100px; border-radius:32px; padding-left: 24px; padding-right: 24px; } body.private-register .full-width.Template-content .qa-div-main > img { padding-left: 20px; padding-right: 20px; margin-bottom:0; } body.private-register #modal_login { margin-top:22px; } /* hide 'Powered by Gainsight */ .logo-gainsight { visibility: hidden !important;} div.full-width.Template-content > div > div > div > div > header > h1 { font-weight: 300 !important; font-size: 34px !important; line-height:normal; } @media (min-width:768px) { body.private-register { padding: 0; } div.full-width.Template-content > div > div > div > div > header > h1 { font-size: 38px !important; } } @media (min-width:1025px) { body.private-register .full-width.Template-content { padding-left: 10px; padding-right: 10px; } } </style> <!-- END LOGIN PAGE STYLING --> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="format-detection" content="telephone=no"> <meta name="HandheldFriendly" content="true" /> <meta http-equiv="X-UA-Compatible" content="ie=edge"><script type="text/javascript">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:["bam.nr-data.net"]},distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:"948138821",accountID:"554661",trustKey:"2935615",xpid:"UQMDV1BSGwoEUlRSBAcCXw==",licenseKey:"5364be9000",applicationID:"946503659"};;/*! For license information please see nr-loader-spa-1.274.0.min.js.LICENSE.txt */ (()=>{var e,t,r={8122:(e,t,r)=>{"use strict";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||"object"!=typeof e)return(0,n.R)(3);if(!t||"object"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),o=0===Object.keys(r).length?e:r;for(let a in o)if(void 0!==e[a])try{if(null===e[a]){r[a]=null;continue}Array.isArray(e[a])&&Array.isArray(t[a])?r[a]=Array.from(new Set([...e[a],...t[a]])):"object"==typeof e[a]&&"object"==typeof t[a]?r[a]=i(e[a],t[a]):r[a]=e[a]}catch(e){(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},2555:(e,t,r)=>{"use strict";r.d(t,{Vp:()=>c,fn:()=>s,x1:()=>u});var n=r(384),i=r(8122);const o={beacon:n.NT.beacon,errorBeacon:n.NT.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},a={};function s(e){try{const t=c(e);return!!t.licenseKey&&!!t.errorBeacon&&!!t.applicationID}catch(e){return!1}}function c(e){if(!e)throw new Error("All info objects require an agent identifier!");if(!a[e])throw new Error("Info for ".concat(e," was never set"));return a[e]}function u(e,t){if(!e)throw new Error("All info objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.info=a[e])}},9417:(e,t,r)=>{"use strict";r.d(t,{D0:()=>h,gD:()=>g,xN:()=>p});var n=r(993);const i=e=>{if(!e||"string"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var o=r(2614),a=r(944),s=r(384),c=r(8122);const u="[data-nr-mask]",d=()=>{const e={mask_selector:"*",block_selector:"[data-nr-block]",mask_input_options:{color:!1,date:!1,"datetime-local":!1,email:!1,month:!1,number:!1,range:!1,search:!1,tel:!1,text:!1,time:!1,url:!1,week:!1,textarea:!1,select:!1,password:!0}};return{ajax:{deny_list:void 0,block_internal:!0,enabled:!0,harvestTimeSeconds:10,autoStart:!0},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},feature_flags:[],generic_events:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},harvest:{tooManyRequestsDelay:60},jserrors:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},logging:{enabled:!0,harvestTimeSeconds:10,autoStart:!0,level:n.p_.INFO},metrics:{enabled:!0,autoStart:!0},obfuscate:void 0,page_action:{enabled:!0},page_view_event:{enabled:!0,autoStart:!0},page_view_timing:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},performance:{capture_marks:!1,capture_measures:!1},privacy:{cookies_enabled:!0},proxy:{assets:void 0,beacon:void 0},session:{expiresMs:o.wk,inactiveMs:o.BB},session_replay:{autoStart:!0,enabled:!1,harvestTimeSeconds:60,preload:!1,sampling_rate:10,error_sampling_rate:100,collect_fonts:!1,inline_images:!1,fix_stylesheets:!0,mask_all_inputs:!0,get mask_text_selector(){return e.mask_selector},set mask_text_selector(t){i(t)?e.mask_selector="".concat(t,",").concat(u):""===t||null===t?e.mask_selector=u:(0,a.R)(5,t)},get block_class(){return"nr-block"},get ignore_class(){return"nr-ignore"},get mask_text_class(){return"nr-mask"},get block_selector(){return e.block_selector},set block_selector(t){i(t)?e.block_selector+=",".concat(t):""!==t&&(0,a.R)(6,t)},get mask_input_options(){return e.mask_input_options},set mask_input_options(t){t&&"object"==typeof t?e.mask_input_options={...t,password:!0}:(0,a.R)(7,t)}},session_trace:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},soft_navigations:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},spa:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},ssl:void 0,user_actions:{enabled:!0}}},l={},f="All configuration objects require an agent identifier!";function h(e){if(!e)throw new Error(f);if(!l[e])throw new Error("Configuration for ".concat(e," was never set"));return l[e]}function p(e,t){if(!e)throw new Error(f);l[e]=(0,c.a)(t,d());const r=(0,s.nY)(e);r&&(r.init=l[e])}function g(e,t){if(!e)throw new Error(f);var r=h(e);if(r){for(var n=t.split("."),i=0;i<n.length-1;i++)if("object"!=typeof(r=r[n[i]]))return;r=r[n[n.length-1]]}return r}},5603:(e,t,r)=>{"use strict";r.d(t,{a:()=>c,o:()=>s});var n=r(384),i=r(8122);const o={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},a={};function s(e){if(!e)throw new Error("All loader-config objects require an agent identifier!");if(!a[e])throw new Error("LoaderConfig for ".concat(e," was never set"));return a[e]}function c(e,t){if(!e)throw new Error("All loader-config objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.loader_config=a[e])}},3371:(e,t,r)=>{"use strict";r.d(t,{V:()=>f,f:()=>l});var n=r(8122),i=r(384),o=r(6154),a=r(9324);let s=0;const c={buildEnv:a.F3,distMethod:a.Xs,version:a.xv,originTime:o.WN},u={customTransaction:void 0,disabled:!1,isolatedBacklog:!1,loaderType:void 0,maxBytes:3e4,onerror:void 0,ptid:void 0,releaseIds:{},appMetadata:{},session:void 0,denyList:void 0,timeKeeper:void 0,obfuscator:void 0},d={};function l(e){if(!e)throw new Error("All runtime objects require an agent identifier!");if(!d[e])throw new Error("Runtime for ".concat(e," was never set"));return d[e]}function f(e,t){if(!e)throw new Error("All runtime objects require an agent identifier!");d[e]={...(0,n.a)(t,u),...c},Object.hasOwnProperty.call(d[e],"harvestCount")||Object.defineProperty(d[e],"harvestCount",{get:()=>++s});const r=(0,i.nY)(e);r&&(r.runtime=d[e])}},9324:(e,t,r)=>{"use strict";r.d(t,{F3:()=>i,Xs:()=>o,Yq:()=>a,xv:()=>n});const n="1.274.0",i="PROD",o="CDN",a="^2.0.0-alpha.17"},6154:(e,t,r)=>{"use strict";r.d(t,{A4:()=>s,OF:()=>d,RI:()=>i,WN:()=>h,bv:()=>o,gm:()=>a,lR:()=>f,m:()=>u,mw:()=>c,sb:()=>l});var n=r(1863);const i="undefined"!=typeof window&&!!window.document,o="undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),a=i?window:"undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),s="complete"===a?.document?.readyState,c=Boolean("hidden"===a?.document?.visibilityState),u=""+a?.location,d=/iPad|iPhone|iPod/.test(a.navigator?.userAgent),l=d&&"undefined"==typeof SharedWorker,f=(()=>{const e=a.navigator?.userAgent?.match(/Firefox[/\s](\d+\.\d+)/);return Array.isArray(e)&&e.length>=2?+e[1]:0})(),h=Date.now()-(0,n.t)()},7295:(e,t,r)=>{"use strict";r.d(t,{Xv:()=>a,gX:()=>i,iW:()=>o});var n=[];function i(e){if(!e||o(e))return!1;if(0===n.length)return!0;for(var t=0;t<n.length;t++){var r=n[t];if("*"===r.hostname)return!1;if(s(r.hostname,e.hostname)&&c(r.pathname,e.pathname))return!1}return!0}function o(e){return void 0===e.hostname}function a(e){if(n=[],e&&e.length)for(var t=0;t<e.length;t++){let r=e[t];if(!r)continue;0===r.indexOf("http://")?r=r.substring(7):0===r.indexOf("https://")&&(r=r.substring(8));const i=r.indexOf("/");let o,a;i>0?(o=r.substring(0,i),a=r.substring(i)):(o=r,a="");let[s]=o.split(":");n.push({hostname:s,pathname:a})}}function s(e,t){return!(e.length>t.length)&&t.indexOf(e)===t.length-e.length}function c(e,t){return 0===e.indexOf("/")&&(e=e.substring(1)),0===t.indexOf("/")&&(t=t.substring(1)),""===e||e===t}},1687:(e,t,r)=>{"use strict";r.d(t,{Ak:()=>c,Ze:()=>l,x3:()=>u});var n=r(7836),i=r(3606),o=r(860),a=r(2646);const s={};function c(e,t){const r={staged:!1,priority:o.P3[t]||0};d(e),s[e].get(t)||s[e].set(t,r)}function u(e,t){e&&s[e]&&(s[e].get(t)&&s[e].delete(t),h(e,t,!1),s[e].size&&f(e))}function d(e){if(!e)throw new Error("agentIdentifier required");s[e]||(s[e]=new Map)}function l(e="",t="feature",r=!1){if(d(e),!e||!s[e].get(t)||r)return h(e,t);s[e].get(t).staged=!0,f(e)}function f(e){const t=Array.from(s[e]);t.every((([e,t])=>t.staged))&&(t.sort(((e,t)=>e[1].priority-t[1].priority)),t.forEach((([t])=>{s[e].delete(t),h(e,t)})))}function h(e,t,r=!0){const o=e?n.ee.get(e):n.ee,s=i.i.handlers;if(!o.aborted&&o.backlog&&s){if(r){const e=o.backlog[t],r=s[t];if(r){for(let t=0;e&&t<e.length;++t)p(e[t],r);Object.entries(r).forEach((([e,t])=>{Object.values(t||{}).forEach((t=>{t[0]?.on&&t[0]?.context()instanceof a.y&&t[0].on(e,t[1])}))}))}}o.isolatedBacklog||delete s[t],o.backlog[t]=null,o.emit("drain-"+t,[])}}function p(e,t){var r=e[1];Object.values(t[r]||{}).forEach((t=>{var r=e[0];if(t[0]===r){var n=t[1],i=e[3],o=e[2];n.apply(i,o)}}))}},7836:(e,t,r)=>{"use strict";r.d(t,{P:()=>c,ee:()=>u});var n=r(384),i=r(8990),o=r(3371),a=r(2646),s=r(5607);const c="nr@context:".concat(s.W),u=function e(t,r){var n={},s={},d={},l=!1;try{l=16===r.length&&(0,o.f)(r).isolatedBacklog}catch(e){}var f={on:p,addEventListener:p,removeEventListener:function(e,t){var r=n[e];if(!r)return;for(var i=0;i<r.length;i++)r[i]===t&&r.splice(i,1)},emit:function(e,r,n,i,o){!1!==o&&(o=!0);if(u.aborted&&!i)return;t&&o&&t.emit(e,r,n);for(var a=h(n),c=g(e),d=c.length,l=0;l<d;l++)c[l].apply(a,r);var p=v()[s[e]];p&&p.push([f,e,r,a]);return a},get:m,listeners:g,context:h,buffer:function(e,t){const r=v();if(t=t||"feature",f.aborted)return;Object.entries(e||{}).forEach((([e,n])=>{s[n]=t,t in r||(r[t]=[])}))},abort:function(){f._aborted=!0,Object.keys(f.backlog).forEach((e=>{delete f.backlog[e]}))},isBuffering:function(e){return!!v()[s[e]]},debugId:r,backlog:l?{}:t&&"object"==typeof t.backlog?t.backlog:{},isolatedBacklog:l};return Object.defineProperty(f,"aborted",{get:()=>{let e=f._aborted||!1;return e||(t&&(e=t.aborted),e)}}),f;function h(e){return e&&e instanceof a.y?e:e?(0,i.I)(e,c,(()=>new a.y(c))):new a.y(c)}function p(e,t){n[e]=g(e).concat(t)}function g(e){return n[e]||[]}function m(t){return d[t]=d[t]||e(f,t)}function v(){return f.backlog}}(void 0,"globalEE"),d=(0,n.Zm)();d.ee||(d.ee=u)},2646:(e,t,r)=>{"use strict";r.d(t,{y:()=>n});class n{constructor(e){this.contextId=e}}},9908:(e,t,r)=>{"use strict";r.d(t,{d:()=>n,p:()=>i});var n=r(7836).ee.get("handle");function i(e,t,r,i,o){o?(o.buffer([e],i),o.emit(e,t,r)):(n.buffer([e],i),n.emit(e,t,r))}},3606:(e,t,r)=>{"use strict";r.d(t,{i:()=>o});var n=r(9908);o.on=a;var i=o.handlers={};function o(e,t,r,o){a(o||n.d,i,e,t,r)}function a(e,t,r,i,o){o||(o="feature"),e||(e=n.d);var a=t[o]=t[o]||{};(a[r]=a[r]||[]).push([e,i])}},3878:(e,t,r)=>{"use strict";function n(e,t){return{capture:e,passive:!1,signal:t}}function i(e,t,r=!1,i){window.addEventListener(e,t,n(r,i))}function o(e,t,r=!1,i){document.addEventListener(e,t,n(r,i))}r.d(t,{DD:()=>o,jT:()=>n,sp:()=>i})},5607:(e,t,r)=>{"use strict";r.d(t,{W:()=>n});const n=(0,r(9566).bz)()},9566:(e,t,r)=>{"use strict";r.d(t,{LA:()=>s,ZF:()=>c,bz:()=>a,el:()=>u});var n=r(6154);const i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";function o(e,t){return e?15&e[t]:16*Math.random()|0}function a(){const e=n.gm?.crypto||n.gm?.msCrypto;let t,r=0;return e&&e.getRandomValues&&(t=e.getRandomValues(new Uint8Array(30))),i.split("").map((e=>"x"===e?o(t,r++).toString(16):"y"===e?(3&o()|8).toString(16):e)).join("")}function s(e){const t=n.gm?.crypto||n.gm?.msCrypto;let r,i=0;t&&t.getRandomValues&&(r=t.getRandomValues(new Uint8Array(e)));const a=[];for(var s=0;s<e;s++)a.push(o(r,i++).toString(16));return a.join("")}function c(){return s(16)}function u(){return s(32)}},2614:(e,t,r)=>{"use strict";r.d(t,{BB:()=>a,H3:()=>n,g:()=>u,iL:()=>c,tS:()=>s,uh:()=>i,wk:()=>o});const n="NRBA",i="SESSION",o=144e5,a=18e5,s={STARTED:"session-started",PAUSE:"session-pause",RESET:"session-reset",RESUME:"session-resume",UPDATE:"session-update"},c={SAME_TAB:"same-tab",CROSS_TAB:"cross-tab"},u={OFF:0,FULL:1,ERROR:2}},1863:(e,t,r)=>{"use strict";function n(){return Math.floor(performance.now())}r.d(t,{t:()=>n})},7485:(e,t,r)=>{"use strict";r.d(t,{D:()=>i});var n=r(6154);function i(e){if(0===(e||"").indexOf("data:"))return{protocol:"data"};try{const t=new URL(e,location.href),r={port:t.port,hostname:t.hostname,pathname:t.pathname,search:t.search,protocol:t.protocol.slice(0,t.protocol.indexOf(":")),sameOrigin:t.protocol===n.gm?.location?.protocol&&t.host===n.gm?.location?.host};return r.port&&""!==r.port||("http:"===t.protocol&&(r.port="80"),"https:"===t.protocol&&(r.port="443")),r.pathname&&""!==r.pathname?r.pathname.startsWith("/")||(r.pathname="/".concat(r.pathname)):r.pathname="/",r}catch(e){return{}}}},944:(e,t,r)=>{"use strict";function n(e,t){"function"==typeof console.debug&&console.debug("New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#".concat(e),t)}r.d(t,{R:()=>n})},5284:(e,t,r)=>{"use strict";r.d(t,{t:()=>c,B:()=>s});var n=r(7836),i=r(6154);const o="newrelic";const a=new Set,s={};function c(e,t){const r=n.ee.get(t);s[t]??={},e&&"object"==typeof e&&(a.has(t)||(r.emit("rumresp",[e]),s[t]=e,a.add(t),function(e={}){try{i.gm.dispatchEvent(new CustomEvent(o,{detail:e}))}catch(e){}}({loaded:!0})))}},8990:(e,t,r)=>{"use strict";r.d(t,{I:()=>i});var n=Object.prototype.hasOwnProperty;function i(e,t,r){if(n.call(e,t))return e[t];var i=r();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:i,writable:!0,enumerable:!1}),i}catch(e){}return e[t]=i,i}},6389:(e,t,r)=>{"use strict";function n(e,t=500,r={}){const n=r?.leading||!1;let i;return(...r)=>{n&&void 0===i&&(e.apply(this,r),i=setTimeout((()=>{i=clearTimeout(i)}),t)),n||(clearTimeout(i),i=setTimeout((()=>{e.apply(this,r)}),t))}}function i(e){let t=!1;return(...r)=>{t||(t=!0,e.apply(this,r))}}r.d(t,{J:()=>i,s:()=>n})},3304:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(7836);const i=()=>{const e=new WeakSet;return(t,r)=>{if("object"==typeof r&&null!==r){if(e.has(r))return;e.add(r)}return r}};function o(e){try{return JSON.stringify(e,i())??""}catch(e){try{n.ee.emit("internal-error",[e])}catch(e){}return""}}},5289:(e,t,r)=>{"use strict";r.d(t,{GG:()=>o,sB:()=>a});var n=r(3878);function i(){return"undefined"==typeof document||"complete"===document.readyState}function o(e,t){if(i())return e();(0,n.sp)("load",e,t)}function a(e){if(i())return e();(0,n.DD)("DOMContentLoaded",e)}},384:(e,t,r)=>{"use strict";r.d(t,{NT:()=>o,US:()=>d,Zm:()=>a,bQ:()=>c,dV:()=>s,nY:()=>u,pV:()=>l});var n=r(6154),i=r(1863);const o={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net"};function a(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function s(){let e=a();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate,CT:n.gm.clearTimeout,XHR:n.gm.XMLHttpRequest,REQ:n.gm.Request,EV:n.gm.Event,PR:n.gm.Promise,MO:n.gm.MutationObserver,FETCH:n.gm.fetch,WS:n.gm.WebSocket}),e}function c(e,t){let r=a();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t}function u(e){let t=a();return t.initializedAgents?.[e]}function d(e,t){a()[e]=t}function l(){return function(){let e=a();const t=e.info||{};e.info={beacon:o.beacon,errorBeacon:o.errorBeacon,...t}}(),function(){let e=a();const t=e.init||{};e.init={...t}}(),s(),function(){let e=a();const t=e.loader_config||{};e.loader_config={...t}}(),a()}},2843:(e,t,r)=>{"use strict";r.d(t,{u:()=>i});var n=r(3878);function i(e,t=!1,r,i){(0,n.DD)("visibilitychange",(function(){if(t)return void("hidden"===document.visibilityState&&e());e(document.visibilityState)}),r,i)}},8139:(e,t,r)=>{"use strict";r.d(t,{u:()=>f});var n=r(7836),i=r(3434),o=r(8990),a=r(6154);const s={},c=a.gm.XMLHttpRequest,u="addEventListener",d="removeEventListener",l="nr@wrapped:".concat(n.P);function f(e){var t=function(e){return(e||n.ee).get("events")}(e);if(s[t.debugId]++)return t;s[t.debugId]=1;var r=(0,i.YM)(t,!0);function f(e){r.inPlace(e,[u,d],"-",p)}function p(e,t){return e[1]}return"getPrototypeOf"in Object&&(a.RI&&h(document,f),h(a.gm,f),h(c.prototype,f)),t.on(u+"-start",(function(e,t){var n=e[1];if(null!==n&&("function"==typeof n||"object"==typeof n)){var i=(0,o.I)(n,l,(function(){var e={object:function(){if("function"!=typeof n.handleEvent)return;return n.handleEvent.apply(n,arguments)},function:n}[typeof n];return e?r(e,"fn-",null,e.name||"anonymous"):n}));this.wrapped=e[1]=i}})),t.on(d+"-start",(function(e){e[1]=this.wrapped||e[1]})),t}function h(e,t,...r){let n=e;for(;"object"==typeof n&&!Object.prototype.hasOwnProperty.call(n,u);)n=Object.getPrototypeOf(n);n&&t(n,...r)}},3434:(e,t,r)=>{"use strict";r.d(t,{Jt:()=>o,YM:()=>c});var n=r(7836),i=r(5607);const o="nr@original:".concat(i.W);var a=Object.prototype.hasOwnProperty,s=!1;function c(e,t){return e||(e=n.ee),r.inPlace=function(e,t,n,i,o){n||(n="");const a="-"===n.charAt(0);for(let s=0;s<t.length;s++){const c=t[s],u=e[c];d(u)||(e[c]=r(u,a?c+n:n,i,c,o))}},r.flag=o,r;function r(t,r,n,s,c){return d(t)?t:(r||(r=""),nrWrapper[o]=t,function(e,t,r){if(Object.defineProperty&&Object.keys)try{return Object.keys(e).forEach((function(r){Object.defineProperty(t,r,{get:function(){return e[r]},set:function(t){return e[r]=t,t}})})),t}catch(e){u([e],r)}for(var n in e)a.call(e,n)&&(t[n]=e[n])}(t,nrWrapper,e),nrWrapper);function nrWrapper(){var o,a,d,l;try{a=this,o=[...arguments],d="function"==typeof n?n(o,a):n||{}}catch(t){u([t,"",[o,a,s],d],e)}i(r+"start",[o,a,s],d,c);try{return l=t.apply(a,o)}catch(e){throw i(r+"err",[o,a,e],d,c),e}finally{i(r+"end",[o,a,l],d,c)}}}function i(r,n,i,o){if(!s||t){var a=s;s=!0;try{e.emit(r,n,i,t,o)}catch(t){u([t,r,n,i],e)}s=a}}}function u(e,t){t||(t=n.ee);try{t.emit("internal-error",e)}catch(e){}}function d(e){return!(e&&"function"==typeof e&&e.apply&&!e[o])}},9300:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.ajax},3333:(e,t,r)=>{"use strict";r.d(t,{TZ:()=>n,Zp:()=>i,mq:()=>s,nf:()=>a,qN:()=>o});const n=r(860).K7.genericEvents,i=["auxclick","click","copy","keydown","paste","scrollend"],o=["focus","blur"],a=4,s=1e3},6774:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.jserrors},993:(e,t,r)=>{"use strict";r.d(t,{ET:()=>o,TZ:()=>a,p_:()=>i});var n=r(860);const i={ERROR:"ERROR",WARN:"WARN",INFO:"INFO",DEBUG:"DEBUG",TRACE:"TRACE"},o="log",a=n.K7.logging},3785:(e,t,r)=>{"use strict";r.d(t,{R:()=>c,b:()=>u});var n=r(9908),i=r(1863),o=r(860),a=r(3969),s=r(993);function c(e,t,r={},c=s.p_.INFO){(0,n.p)(a.xV,["API/logging/".concat(c.toLowerCase(),"/called")],void 0,o.K7.metrics,e),(0,n.p)(s.ET,[(0,i.t)(),t,r,c],void 0,o.K7.logging,e)}function u(e){return"string"==typeof e&&Object.values(s.p_).some((t=>t===e.toUpperCase().trim()))}},3969:(e,t,r)=>{"use strict";r.d(t,{TZ:()=>n,XG:()=>s,rs:()=>i,xV:()=>a,z_:()=>o});const n=r(860).K7.metrics,i="sm",o="cm",a="storeSupportabilityMetrics",s="storeEventMetrics"},6630:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewEvent},782:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewTiming},6344:(e,t,r)=>{"use strict";r.d(t,{BB:()=>d,G4:()=>o,Qb:()=>l,TZ:()=>i,Ug:()=>a,_s:()=>s,bc:()=>u,yP:()=>c});var n=r(2614);const i=r(860).K7.sessionReplay,o={RECORD:"recordReplay",PAUSE:"pauseReplay",REPLAY_RUNNING:"replayRunning",ERROR_DURING_REPLAY:"errorDuringReplay"},a=.12,s={DomContentLoaded:0,Load:1,FullSnapshot:2,IncrementalSnapshot:3,Meta:4,Custom:5},c={[n.g.ERROR]:15e3,[n.g.FULL]:3e5,[n.g.OFF]:0},u={RESET:{message:"Session was reset",sm:"Reset"},IMPORT:{message:"Recorder failed to import",sm:"Import"},TOO_MANY:{message:"429: Too Many Requests",sm:"Too-Many"},TOO_BIG:{message:"Payload was too large",sm:"Too-Big"},CROSS_TAB:{message:"Session Entity was set to OFF on another tab",sm:"Cross-Tab"},ENTITLEMENTS:{message:"Session Replay is not allowed and will not be started",sm:"Entitlement"}},d=5e3,l={API:"api"}},5270:(e,t,r)=>{"use strict";r.d(t,{Aw:()=>c,CT:()=>u,SR:()=>s});var n=r(384),i=r(9417),o=r(7767),a=r(6154);function s(e){return!!(0,n.dV)().o.MO&&(0,o.V)(e)&&!0===(0,i.gD)(e,"session_trace.enabled")}function c(e){return!0===(0,i.gD)(e,"session_replay.preload")&&s(e)}function u(e,t){const r=t.correctAbsoluteTimestamp(e);return{originalTimestamp:e,correctedTimestamp:r,timestampDiff:e-r,originTime:a.WN,correctedOriginTime:t.correctedOriginTime,originTimeDiff:Math.floor(a.WN-t.correctedOriginTime)}}},3738:(e,t,r)=>{"use strict";r.d(t,{He:()=>i,Kp:()=>s,Lc:()=>u,Rz:()=>d,TZ:()=>n,bD:()=>o,d3:()=>a,jx:()=>l,uP:()=>c});const n=r(860).K7.sessionTrace,i="bstResource",o="resource",a="-start",s="-end",c="fn"+a,u="fn"+s,d="pushState",l=1e3},3962:(e,t,r)=>{"use strict";r.d(t,{AM:()=>o,O2:()=>s,Qu:()=>c,TZ:()=>a,ih:()=>u,tC:()=>i});var n=r(860);const i=["click","keydown","submit"],o="api",a=n.K7.softNav,s={INITIAL_PAGE_LOAD:"",ROUTE_CHANGE:1,UNSPECIFIED:2},c={INTERACTION:1,AJAX:2,CUSTOM_END:3,CUSTOM_TRACER:4},u={IP:"in progress",FIN:"finished",CAN:"cancelled"}},7378:(e,t,r)=>{"use strict";r.d(t,{$p:()=>x,BR:()=>b,Kp:()=>R,L3:()=>y,Lc:()=>c,NC:()=>o,SG:()=>d,TZ:()=>i,U6:()=>p,UT:()=>m,d3:()=>w,dT:()=>f,e5:()=>A,gx:()=>v,l9:()=>l,oW:()=>h,op:()=>g,rw:()=>u,tH:()=>E,uP:()=>s,wW:()=>T,xq:()=>a});var n=r(384);const i=r(860).K7.spa,o=["click","submit","keypress","keydown","keyup","change"],a=999,s="fn-start",c="fn-end",u="cb-start",d="api-ixn-",l="remaining",f="interaction",h="spaNode",p="jsonpNode",g="fetch-start",m="fetch-done",v="fetch-body-",b="jsonp-end",y=(0,n.dV)().o.ST,w="-start",R="-end",x="-body",T="cb"+R,A="jsTime",E="fetch"},4234:(e,t,r)=>{"use strict";r.d(t,{W:()=>o});var n=r(7836),i=r(1687);class o{constructor(e,t){this.agentIdentifier=e,this.ee=n.ee.get(e),this.featureName=t,this.blocked=!1}deregisterDrain(){(0,i.x3)(this.agentIdentifier,this.featureName)}}},7767:(e,t,r)=>{"use strict";r.d(t,{V:()=>o});var n=r(9417),i=r(6154);const o=e=>i.RI&&!0===(0,n.gD)(e,"privacy.cookies_enabled")},425:(e,t,r)=>{"use strict";r.d(t,{j:()=>j});var n=r(860),i=r(2555),o=r(3371),a=r(9908),s=r(7836),c=r(1687),u=r(5289),d=r(6154),l=r(944),f=r(3969),h=r(384),p=r(6344);const g=["setErrorHandler","finished","addToTrace","addRelease","addPageAction","setCurrentRouteName","setPageViewName","setCustomAttribute","interaction","noticeError","setUserId","setApplicationVersion","start",p.G4.RECORD,p.G4.PAUSE,"log","wrapLogger"],m=["setErrorHandler","finished","addToTrace","addRelease"];var v=r(1863),b=r(2614),y=r(993),w=r(3785),R=r(2646),x=r(3434);function T(e,t,r,n){if("object"!=typeof t||!t||"string"!=typeof r||!r||"function"!=typeof t[r])return(0,l.R)(29);const i=function(e){return(e||s.ee).get("logger")}(e),o=(0,x.YM)(i),a=new R.y(s.P);return a.level=n.level,a.customAttributes=n.customAttributes,o.inPlace(t,[r],"wrap-logger-",a),i}function A(){const e=(0,h.pV)();g.forEach((t=>{e[t]=(...r)=>function(t,...r){let n=[];return Object.values(e.initializedAgents).forEach((e=>{e&&e.api?e.exposed&&e.api[t]&&n.push(e.api[t](...r)):(0,l.R)(38,t)})),n.length>1?n:n[0]}(t,...r)}))}const E={};var S=r(9417),N=r(5603),O=r(5284);const _=e=>{const t=e.startsWith("http");e+="/",r.p=t?e:"https://"+e};let I=!1;function j(e,t={},g,R){let{init:x,info:j,loader_config:P,runtime:C={},exposed:k=!0}=t;C.loaderType=g;const L=(0,h.pV)();j||(x=L.init,j=L.info,P=L.loader_config),(0,S.xN)(e.agentIdentifier,x||{}),(0,N.a)(e.agentIdentifier,P||{}),j.jsAttributes??={},d.bv&&(j.jsAttributes.isWorker=!0),(0,i.x1)(e.agentIdentifier,j);const H=(0,S.D0)(e.agentIdentifier),D=[j.beacon,j.errorBeacon];I||(H.proxy.assets&&(_(H.proxy.assets),D.push(H.proxy.assets)),H.proxy.beacon&&D.push(H.proxy.beacon),A(),(0,h.US)("activatedFeatures",O.B),e.runSoftNavOverSpa&&=!0===H.soft_navigations.enabled&&H.feature_flags.includes("soft_nav")),C.denyList=[...H.ajax.deny_list||[],...H.ajax.block_internal?D:[]],C.ptid=e.agentIdentifier,(0,o.V)(e.agentIdentifier,C),e.ee=s.ee.get(e.agentIdentifier),void 0===e.api&&(e.api=function(e,t,h=!1){t||(0,c.Ak)(e,"api");const g={};var R=s.ee.get(e),x=R.get("tracer");E[e]=b.g.OFF,R.on(p.G4.REPLAY_RUNNING,(t=>{E[e]=t}));var A="api-",S=A+"ixn-";function N(t,r,n,o){const a=(0,i.Vp)(e);return null===r?delete a.jsAttributes[t]:(0,i.x1)(e,{...a,jsAttributes:{...a.jsAttributes,[t]:r}}),I(A,n,!0,o||null===r?"session":void 0)(t,r)}function O(){}g.log=function(e,{customAttributes:t={},level:r=y.p_.INFO}={}){(0,a.p)(f.xV,["API/log/called"],void 0,n.K7.metrics,R),(0,w.R)(R,e,t,r)},g.wrapLogger=(e,t,{customAttributes:r={},level:i=y.p_.INFO}={})=>{(0,a.p)(f.xV,["API/wrapLogger/called"],void 0,n.K7.metrics,R),T(R,e,t,{customAttributes:r,level:i})},m.forEach((e=>{g[e]=I(A,e,!0,"api")})),g.addPageAction=I(A,"addPageAction",!0,n.K7.genericEvents),g.setPageViewName=function(t,r){if("string"==typeof t)return"/"!==t.charAt(0)&&(t="/"+t),(0,o.f)(e).customTransaction=(r||"http://custom.transaction")+t,I(A,"setPageViewName",!0)()},g.setCustomAttribute=function(e,t,r=!1){if("string"==typeof e){if(["string","number","boolean"].includes(typeof t)||null===t)return N(e,t,"setCustomAttribute",r);(0,l.R)(40,typeof t)}else(0,l.R)(39,typeof e)},g.setUserId=function(e){if("string"==typeof e||null===e)return N("enduser.id",e,"setUserId",!0);(0,l.R)(41,typeof e)},g.setApplicationVersion=function(e){if("string"==typeof e||null===e)return N("application.version",e,"setApplicationVersion",!1);(0,l.R)(42,typeof e)},g.start=()=>{try{(0,a.p)(f.xV,["API/start/called"],void 0,n.K7.metrics,R),R.emit("manual-start-all")}catch(e){(0,l.R)(23,e)}},g[p.G4.RECORD]=function(){(0,a.p)(f.xV,["API/recordReplay/called"],void 0,n.K7.metrics,R),(0,a.p)(p.G4.RECORD,[],void 0,n.K7.sessionReplay,R)},g[p.G4.PAUSE]=function(){(0,a.p)(f.xV,["API/pauseReplay/called"],void 0,n.K7.metrics,R),(0,a.p)(p.G4.PAUSE,[],void 0,n.K7.sessionReplay,R)},g.interaction=function(e){return(new O).get("object"==typeof e?e:{})};const _=O.prototype={createTracer:function(e,t){var r={},i=this,o="function"==typeof t;return(0,a.p)(f.xV,["API/createTracer/called"],void 0,n.K7.metrics,R),h||(0,a.p)(S+"tracer",[(0,v.t)(),e,r],i,n.K7.spa,R),function(){if(x.emit((o?"":"no-")+"fn-start",[(0,v.t)(),i,o],r),o)try{return t.apply(this,arguments)}catch(e){const t="string"==typeof e?new Error(e):e;throw x.emit("fn-err",[arguments,this,t],r),t}finally{x.emit("fn-end",[(0,v.t)()],r)}}}};function I(e,t,r,i){return function(){return(0,a.p)(f.xV,["API/"+t+"/called"],void 0,n.K7.metrics,R),i&&(0,a.p)(e+t,[(0,v.t)(),...arguments],r?null:this,i,R),r?void 0:this}}function j(){r.e(478).then(r.bind(r,8778)).then((({setAPI:t})=>{t(e),(0,c.Ze)(e,"api")})).catch((e=>{(0,l.R)(27,e),R.abort()}))}return["actionText","setName","setAttribute","save","ignore","onEnd","getContext","end","get"].forEach((e=>{_[e]=I(S,e,void 0,h?n.K7.softNav:n.K7.spa)})),g.setCurrentRouteName=h?I(S,"routeName",void 0,n.K7.softNav):I(A,"routeName",!0,n.K7.spa),g.noticeError=function(t,r){"string"==typeof t&&(t=new Error(t)),(0,a.p)(f.xV,["API/noticeError/called"],void 0,n.K7.metrics,R),(0,a.p)("err",[t,(0,v.t)(),!1,r,!!E[e]],void 0,n.K7.jserrors,R)},d.RI?(0,u.GG)((()=>j()),!0):j(),g}(e.agentIdentifier,R,e.runSoftNavOverSpa)),void 0===e.exposed&&(e.exposed=k),I=!0}},8374:(e,t,r)=>{r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return""})()},860:(e,t,r)=>{"use strict";r.d(t,{$J:()=>o,K7:()=>n,P3:()=>i});const n={ajax:"ajax",genericEvents:"generic_events",jserrors:"jserrors",logging:"logging",metrics:"metrics",pageAction:"page_action",pageViewEvent:"page_view_event",pageViewTiming:"page_view_timing",sessionReplay:"session_replay",sessionTrace:"session_trace",softNav:"soft_navigations",spa:"spa"},i={[n.pageViewEvent]:1,[n.pageViewTiming]:2,[n.metrics]:3,[n.jserrors]:4,[n.spa]:5,[n.ajax]:6,[n.sessionTrace]:7,[n.softNav]:8,[n.sessionReplay]:9,[n.logging]:10,[n.genericEvents]:11},o={[n.pageViewTiming]:"events",[n.ajax]:"events",[n.spa]:"events",[n.softNav]:"events",[n.metrics]:"jserrors",[n.jserrors]:"jserrors",[n.sessionTrace]:"browser/blobs",[n.sessionReplay]:"browser/blobs",[n.logging]:"browser/logs",[n.genericEvents]:"ins"}}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.m=r,i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,r)=>(i.f[r](e,t),t)),[])),i.u=e=>({212:"nr-spa-compressor",249:"nr-spa-recorder",478:"nr-spa"}[e]+"-1.274.0.min.js"),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="NRBA-1.274.0.PROD:",i.l=(r,n,o,a)=>{if(e[r])e[r].push(n);else{var s,c;if(void 0!==o)for(var u=document.getElementsByTagName("script"),d=0;d<u.length;d++){var l=u[d];if(l.getAttribute("src")==r||l.getAttribute("data-webpack")==t+o){s=l;break}}if(!s){c=!0;var f={478:"sha512-1vUqEfJPB8Pihje9mv5CfYgkitO1FWcS+UQb84DbXqP8oYctRv4/lzl/MzNLPlRhcY1WVDBGL20I8vm6s2VV7g==",249:"sha512-Y/BeZAh6VSTmUtUNmS5XdyKxL92s30Fyyj8xVW76HSPxcKItL4+x2+kGMZc8pMJnUpZDz1L4eftZQAJh3D8NnA==",212:"sha512-Gn2tQ3qog5Yhrx/gRutkSTYPp+7nkKFt4/mIXg99LxcNpMDAYJZDBYmAACdoHNM86+iq1F3cBcQotFNzjIX8bw=="};(s=document.createElement("script")).charset="utf-8",s.timeout=120,i.nc&&s.setAttribute("nonce",i.nc),s.setAttribute("data-webpack",t+o),s.src=r,0!==s.src.indexOf(window.location.origin+"/")&&(s.crossOrigin="anonymous"),f[a]&&(s.integrity=f[a])}e[r]=[n];var h=(t,n)=>{s.onerror=s.onload=null,clearTimeout(p);var i=e[r];if(delete e[r],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(n))),t)return t(n)},p=setTimeout(h.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=h.bind(null,s.onerror),s.onload=h.bind(null,s.onload),c&&document.head.appendChild(s)}},i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.p="https://js-agent.newrelic.com/",(()=>{var e={38:0,788:0};i.f.j=(t,r)=>{var n=i.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,i)=>n=e[t]=[r,i]));r.push(n[2]=o);var a=i.p+i.u(t),s=new Error;i.l(a,(r=>{if(i.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;s.message="Loading chunk "+t+" failed.\n("+o+": "+a+")",s.name="ChunkLoadError",s.type=o,s.request=a,n[1](s)}}),"chunk-"+t,t)}};var t=(t,r)=>{var n,o,[a,s,c]=r,u=0;if(a.some((t=>0!==e[t]))){for(n in s)i.o(s,n)&&(i.m[n]=s[n]);if(c)c(i)}for(t&&t(r);u<a.length;u++)o=a[u],i.o(e,o)&&e[o]&&e[o][0](),e[o]=0},r=self["webpackChunk:NRBA-1.274.0.PROD"]=self["webpackChunk:NRBA-1.274.0.PROD"]||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),(()=>{"use strict";i(8374);var e=i(944),t=i(6344),r=i(9566);class n{agentIdentifier;constructor(e=(0,r.LA)(16)){this.agentIdentifier=e}#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}addPageAction(e,t){return this.#e("addPageAction",e,t)}setPageViewName(e,t){return this.#e("setPageViewName",e,t)}setCustomAttribute(e,t,r){return this.#e("setCustomAttribute",e,t,r)}noticeError(e,t){return this.#e("noticeError",e,t)}setUserId(e){return this.#e("setUserId",e)}setApplicationVersion(e){return this.#e("setApplicationVersion",e)}setErrorHandler(e){return this.#e("setErrorHandler",e)}addRelease(e,t){return this.#e("addRelease",e,t)}log(e,t){return this.#e("log",e,t)}}class o extends n{#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}start(){return this.#e("start")}finished(e){return this.#e("finished",e)}recordReplay(){return this.#e(t.G4.RECORD)}pauseReplay(){return this.#e(t.G4.PAUSE)}addToTrace(e){return this.#e("addToTrace",e)}setCurrentRouteName(e){return this.#e("setCurrentRouteName",e)}interaction(){return this.#e("interaction")}wrapLogger(e,t,r){return this.#e("wrapLogger",e,t,r)}}var a=i(860),s=i(9417);const c=Object.values(a.K7);function u(e){const t={};return c.forEach((r=>{t[r]=function(e,t){return!0===(0,s.gD)(t,"".concat(e,".enabled"))}(r,e)})),t}var d=i(425);var l=i(1687),f=i(4234),h=i(5289),p=i(6154),g=i(5270),m=i(7767),v=i(6389);class b extends f.W{constructor(e,t,r=!0){super(e.agentIdentifier,t),this.auto=r,this.abortHandler=void 0,this.featAggregate=void 0,this.onAggregateImported=void 0,!1===e.init[this.featureName].autoStart&&(this.auto=!1),this.auto?(0,l.Ak)(e.agentIdentifier,t):this.ee.on("manual-start-all",(0,v.J)((()=>{(0,l.Ak)(e.agentIdentifier,this.featureName),this.auto=!0,this.importAggregator(e)})))}importAggregator(t,r={}){if(this.featAggregate||!this.auto)return;let n;this.onAggregateImported=new Promise((e=>{n=e}));const o=async()=>{let o;try{if((0,m.V)(this.agentIdentifier)){const{setupAgentSession:e}=await i.e(478).then(i.bind(i,6526));o=e(t)}}catch(t){(0,e.R)(20,t),this.ee.emit("internal-error",[t]),this.featureName===a.K7.sessionReplay&&this.abortHandler?.()}try{if(t.sharedAggregator)await t.sharedAggregator;else{t.sharedAggregator=i.e(478).then(i.bind(i,9337));const{EventAggregator:e}=await t.sharedAggregator;t.sharedAggregator=new e}if(!this.#t(this.featureName,o))return(0,l.Ze)(this.agentIdentifier,this.featureName),void n(!1);const{lazyFeatureLoader:e}=await i.e(478).then(i.bind(i,6103)),{Aggregate:a}=await e(this.featureName,"aggregate");this.featAggregate=new a(t,r),n(!0)}catch(t){(0,e.R)(34,t),this.abortHandler?.(),(0,l.Ze)(this.agentIdentifier,this.featureName,!0),n(!1),this.ee&&this.ee.abort()}};p.RI?(0,h.GG)((()=>o()),!0):o()}#t(e,t){switch(e){case a.K7.sessionReplay:return(0,g.SR)(this.agentIdentifier)&&!!t;case a.K7.sessionTrace:return!!t;default:return!0}}}var y=i(6630);class w extends b{static featureName=y.T;constructor(e,t=!0){super(e,y.T,t),this.importAggregator(e)}}var R=i(384);var x=i(9908),T=i(2843),A=i(3878),E=i(782),S=i(1863);class N extends b{static featureName=E.T;constructor(e,t=!0){super(e,E.T,t),p.RI&&((0,T.u)((()=>(0,x.p)("docHidden",[(0,S.t)()],void 0,E.T,this.ee)),!0),(0,A.sp)("pagehide",(()=>(0,x.p)("winPagehide",[(0,S.t)()],void 0,E.T,this.ee))),this.importAggregator(e))}}var O=i(3969);class _ extends b{static featureName=O.TZ;constructor(e,t=!0){super(e,O.TZ,t),this.importAggregator(e)}}var I=i(6774),j=i(3304);class P{constructor(e,t,r,n,i){this.name="UncaughtError",this.message="string"==typeof e?e:(0,j.A)(e),this.sourceURL=t,this.line=r,this.column=n,this.__newrelic=i}}function C(e){return H(e)?e:new P(void 0!==e?.message?e.message:e,e?.filename||e?.sourceURL,e?.lineno||e?.line,e?.colno||e?.col,e?.__newrelic)}function k(e){const t="Unhandled Promise Rejection";if(!e?.reason)return;if(H(e.reason))try{return e.reason.message=t+": "+e.reason.message,C(e.reason)}catch(t){return C(e.reason)}const r=C(e.reason);return r.message=t+": "+r?.message,r}function L(e){if(e.error instanceof SyntaxError&&!/:\d+$/.test(e.error.stack?.trim())){const t=new P(e.message,e.filename,e.lineno,e.colno,e.error.__newrelic);return t.name=SyntaxError.name,t}return H(e.error)?e.error:C(e)}function H(e){return e instanceof Error&&!!e.stack}class D extends b{static featureName=I.T;#r=!1;constructor(e,r=!0){super(e,I.T,r);try{this.removeOnAbort=new AbortController}catch(e){}this.ee.on("internal-error",(e=>{this.abortHandler&&(0,x.p)("ierr",[C(e),(0,S.t)(),!0,{},this.#r],void 0,this.featureName,this.ee)})),this.ee.on(t.G4.REPLAY_RUNNING,(e=>{this.#r=e})),p.gm.addEventListener("unhandledrejection",(e=>{this.abortHandler&&(0,x.p)("err",[k(e),(0,S.t)(),!1,{unhandledPromiseRejection:1},this.#r],void 0,this.featureName,this.ee)}),(0,A.jT)(!1,this.removeOnAbort?.signal)),p.gm.addEventListener("error",(e=>{this.abortHandler&&(0,x.p)("err",[L(e),(0,S.t)(),!1,{},this.#r],void 0,this.featureName,this.ee)}),(0,A.jT)(!1,this.removeOnAbort?.signal)),this.abortHandler=this.#n,this.importAggregator(e)}#n(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var M=i(8990);let K=1;const U="nr@id";function V(e){const t=typeof e;return!e||"object"!==t&&"function"!==t?-1:e===p.gm?0:(0,M.I)(e,U,(function(){return K++}))}function G(e){if("string"==typeof e&&e.length)return e.length;if("object"==typeof e){if("undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer&&e.byteLength)return e.byteLength;if("undefined"!=typeof Blob&&e instanceof Blob&&e.size)return e.size;if(!("undefined"!=typeof FormData&&e instanceof FormData))try{return(0,j.A)(e).length}catch(e){return}}}var F=i(8139),B=i(7836),W=i(3434);const z={},q=["open","send"];function Z(t){var r=t||B.ee;const n=function(e){return(e||B.ee).get("xhr")}(r);if(z[n.debugId]++)return n;z[n.debugId]=1,(0,F.u)(r);var i=(0,W.YM)(n),o=p.gm.XMLHttpRequest,a=p.gm.MutationObserver,s=p.gm.Promise,c=p.gm.setInterval,u="readystatechange",d=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],l=[],f=p.gm.XMLHttpRequest=function(t){const r=new o(t),a=n.context(r);try{n.emit("new-xhr",[r],a),r.addEventListener(u,(s=a,function(){var e=this;e.readyState>3&&!s.resolved&&(s.resolved=!0,n.emit("xhr-resolved",[],e)),i.inPlace(e,d,"fn-",y)}),(0,A.jT)(!1))}catch(t){(0,e.R)(15,t);try{n.emit("internal-error",[t])}catch(e){}}var s;return r};function h(e,t){i.inPlace(t,["onreadystatechange"],"fn-",y)}if(function(e,t){for(var r in e)t[r]=e[r]}(o,f),f.prototype=o.prototype,i.inPlace(f.prototype,q,"-xhr-",y),n.on("send-xhr-start",(function(e,t){h(e,t),function(e){l.push(e),a&&(g?g.then(b):c?c(b):(m=-m,v.data=m))}(t)})),n.on("open-xhr-start",h),a){var g=s&&s.resolve();if(!c&&!s){var m=1,v=document.createTextNode(m);new a(b).observe(v,{characterData:!0})}}else r.on("fn-end",(function(e){e[0]&&e[0].type===u||b()}));function b(){for(var e=0;e<l.length;e++)h(0,l[e]);l.length&&(l=[])}function y(e,t){return t}return n}var Y="fetch-",X=Y+"body-",J=["arrayBuffer","blob","json","text","formData"],Q=p.gm.Request,ee=p.gm.Response,te="prototype";const re={};function ne(e){const t=function(e){return(e||B.ee).get("fetch")}(e);if(!(Q&&ee&&p.gm.fetch))return t;if(re[t.debugId]++)return t;function r(e,r,n){var i=e[r];"function"==typeof i&&(e[r]=function(){var e,r=[...arguments],o={};t.emit(n+"before-start",[r],o),o[B.P]&&o[B.P].dt&&(e=o[B.P].dt);var a=i.apply(this,r);return t.emit(n+"start",[r,e],a),a.then((function(e){return t.emit(n+"end",[null,e],a),e}),(function(e){throw t.emit(n+"end",[e],a),e}))})}return re[t.debugId]=1,J.forEach((e=>{r(Q[te],e,X),r(ee[te],e,X)})),r(p.gm,"fetch",Y),t.on(Y+"end",(function(e,r){var n=this;if(r){var i=r.headers.get("content-length");null!==i&&(n.rxSize=i),t.emit(Y+"done",[null,r],n)}else t.emit(Y+"done",[e],n)})),t}var ie=i(7485),oe=i(5603);class ae{constructor(e){this.agentIdentifier=e}generateTracePayload(e){if(!this.shouldGenerateTrace(e))return null;var t=(0,oe.o)(this.agentIdentifier);if(!t)return null;var n=(t.accountID||"").toString()||null,i=(t.agentID||"").toString()||null,o=(t.trustKey||"").toString()||null;if(!n||!i)return null;var a=(0,r.ZF)(),s=(0,r.el)(),c=Date.now(),u={spanId:a,traceId:s,timestamp:c};return(e.sameOrigin||this.isAllowedOrigin(e)&&this.useTraceContextHeadersForCors())&&(u.traceContextParentHeader=this.generateTraceContextParentHeader(a,s),u.traceContextStateHeader=this.generateTraceContextStateHeader(a,c,n,i,o)),(e.sameOrigin&&!this.excludeNewrelicHeader()||!e.sameOrigin&&this.isAllowedOrigin(e)&&this.useNewrelicHeaderForCors())&&(u.newrelicHeader=this.generateTraceHeader(a,s,c,n,i,o)),u}generateTraceContextParentHeader(e,t){return"00-"+t+"-"+e+"-01"}generateTraceContextStateHeader(e,t,r,n,i){return i+"@nr=0-1-"+r+"-"+n+"-"+e+"----"+t}generateTraceHeader(e,t,r,n,i,o){if(!("function"==typeof p.gm?.btoa))return null;var a={v:[0,1],d:{ty:"Browser",ac:n,ap:i,id:e,tr:t,ti:r}};return o&&n!==o&&(a.d.tk=o),btoa((0,j.A)(a))}shouldGenerateTrace(e){return this.isDtEnabled()&&this.isAllowedOrigin(e)}isAllowedOrigin(e){var t=!1,r={};if((0,s.gD)(this.agentIdentifier,"distributed_tracing")&&(r=(0,s.D0)(this.agentIdentifier).distributed_tracing),e.sameOrigin)t=!0;else if(r.allowed_origins instanceof Array)for(var n=0;n<r.allowed_origins.length;n++){var i=(0,ie.D)(r.allowed_origins[n]);if(e.hostname===i.hostname&&e.protocol===i.protocol&&e.port===i.port){t=!0;break}}return t}isDtEnabled(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!!e.enabled}excludeNewrelicHeader(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!!e.exclude_newrelic_header}useNewrelicHeaderForCors(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!1!==e.cors_use_newrelic_header}useTraceContextHeadersForCors(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!!e.cors_use_tracecontext_headers}}var se=i(9300),ce=i(7295),ue=["load","error","abort","timeout"],de=ue.length,le=(0,R.dV)().o.REQ,fe=(0,R.dV)().o.XHR;class he extends b{static featureName=se.T;constructor(e,t=!0){super(e,se.T,t),this.dt=new ae(e.agentIdentifier),this.handler=(e,t,r,n)=>(0,x.p)(e,t,r,n,this.ee);try{const e={xmlhttprequest:"xhr",fetch:"fetch",beacon:"beacon"};p.gm?.performance?.getEntriesByType("resource").forEach((t=>{if(t.initiatorType in e&&0!==t.responseStatus){const r={status:t.responseStatus},n={rxSize:t.transferSize,duration:Math.floor(t.duration),cbTime:0};pe(r,t.name),this.handler("xhr",[r,n,t.startTime,t.responseEnd,e[t.initiatorType]],void 0,a.K7.ajax)}}))}catch(e){}ne(this.ee),Z(this.ee),function(e,t,r,n){function i(e){var t=this;t.totalCbs=0,t.called=0,t.cbTime=0,t.end=R,t.ended=!1,t.xhrGuids={},t.lastSize=null,t.loadCaptureCalled=!1,t.params=this.params||{},t.metrics=this.metrics||{},e.addEventListener("load",(function(r){T(t,e)}),(0,A.jT)(!1)),p.lR||e.addEventListener("progress",(function(e){t.lastSize=e.loaded}),(0,A.jT)(!1))}function o(e){this.params={method:e[0]},pe(this,e[1]),this.metrics={}}function s(t,r){e.loader_config.xpid&&this.sameOrigin&&r.setRequestHeader("X-NewRelic-ID",e.loader_config.xpid);var i=n.generateTracePayload(this.parsedOrigin);if(i){var o=!1;i.newrelicHeader&&(r.setRequestHeader("newrelic",i.newrelicHeader),o=!0),i.traceContextParentHeader&&(r.setRequestHeader("traceparent",i.traceContextParentHeader),i.traceContextStateHeader&&r.setRequestHeader("tracestate",i.traceContextStateHeader),o=!0),o&&(this.dt=i)}}function c(e,r){var n=this.metrics,i=e[0],o=this;if(n&&i){var a=G(i);a&&(n.txSize=a)}this.startTime=(0,S.t)(),this.body=i,this.listener=function(e){try{"abort"!==e.type||o.loadCaptureCalled||(o.params.aborted=!0),("load"!==e.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof r.onload)&&"function"==typeof o.end)&&o.end(r)}catch(e){try{t.emit("internal-error",[e])}catch(e){}}};for(var s=0;s<de;s++)r.addEventListener(ue[s],this.listener,(0,A.jT)(!1))}function u(e,t,r){this.cbTime+=e,t?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof r.onload||"function"!=typeof this.end||this.end(r)}function d(e,t){var r=""+V(e)+!!t;this.xhrGuids&&!this.xhrGuids[r]&&(this.xhrGuids[r]=!0,this.totalCbs+=1)}function l(e,t){var r=""+V(e)+!!t;this.xhrGuids&&this.xhrGuids[r]&&(delete this.xhrGuids[r],this.totalCbs-=1)}function f(){this.endTime=(0,S.t)()}function h(e,r){r instanceof fe&&"load"===e[0]&&t.emit("xhr-load-added",[e[1],e[2]],r)}function g(e,r){r instanceof fe&&"load"===e[0]&&t.emit("xhr-load-removed",[e[1],e[2]],r)}function m(e,t,r){t instanceof fe&&("onload"===r&&(this.onload=!0),("load"===(e[0]&&e[0].type)||this.onload)&&(this.xhrCbStart=(0,S.t)()))}function v(e,r){this.xhrCbStart&&t.emit("xhr-cb-time",[(0,S.t)()-this.xhrCbStart,this.onload,r],r)}function b(e){var t,r=e[1]||{};if("string"==typeof e[0]?0===(t=e[0]).length&&p.RI&&(t=""+p.gm.location.href):e[0]&&e[0].url?t=e[0].url:p.gm?.URL&&e[0]&&e[0]instanceof URL?t=e[0].href:"function"==typeof e[0].toString&&(t=e[0].toString()),"string"==typeof t&&0!==t.length){t&&(this.parsedOrigin=(0,ie.D)(t),this.sameOrigin=this.parsedOrigin.sameOrigin);var i=n.generateTracePayload(this.parsedOrigin);if(i&&(i.newrelicHeader||i.traceContextParentHeader))if(e[0]&&e[0].headers)s(e[0].headers,i)&&(this.dt=i);else{var o={};for(var a in r)o[a]=r[a];o.headers=new Headers(r.headers||{}),s(o.headers,i)&&(this.dt=i),e.length>1?e[1]=o:e.push(o)}}function s(e,t){var r=!1;return t.newrelicHeader&&(e.set("newrelic",t.newrelicHeader),r=!0),t.traceContextParentHeader&&(e.set("traceparent",t.traceContextParentHeader),t.traceContextStateHeader&&e.set("tracestate",t.traceContextStateHeader),r=!0),r}}function y(e,t){this.params={},this.metrics={},this.startTime=(0,S.t)(),this.dt=t,e.length>=1&&(this.target=e[0]),e.length>=2&&(this.opts=e[1]);var r,n=this.opts||{},i=this.target;"string"==typeof i?r=i:"object"==typeof i&&i instanceof le?r=i.url:p.gm?.URL&&"object"==typeof i&&i instanceof URL&&(r=i.href),pe(this,r);var o=(""+(i&&i instanceof le&&i.method||n.method||"GET")).toUpperCase();this.params.method=o,this.body=n.body,this.txSize=G(n.body)||0}function w(e,t){if(this.endTime=(0,S.t)(),this.params||(this.params={}),(0,ce.iW)(this.params))return;let n;this.params.status=t?t.status:0,"string"==typeof this.rxSize&&this.rxSize.length>0&&(n=+this.rxSize);const i={txSize:this.txSize,rxSize:n,duration:(0,S.t)()-this.startTime};r("xhr",[this.params,i,this.startTime,this.endTime,"fetch"],this,a.K7.ajax)}function R(e){const t=this.params,n=this.metrics;if(!this.ended){this.ended=!0;for(let t=0;t<de;t++)e.removeEventListener(ue[t],this.listener,!1);t.aborted||(0,ce.iW)(t)||(n.duration=(0,S.t)()-this.startTime,this.loadCazptureCalled||4!==e.readyState?null==t.status&&(t.status=0):T(this,e),n.cbTime=this.cbTime,r("xhr",[t,n,this.startTime,this.endTime,"xhr"],this,a.K7.ajax))}}function T(e,r){e.params.status=r.status;var n=function(e,t){var r=e.responseType;return"json"===r&&null!==t?t:"arraybuffer"===r||"blob"===r||"json"===r?G(e.response):"text"===r||""===r||void 0===r?G(e.responseText):void 0}(r,e.lastSize);if(n&&(e.metrics.rxSize=n),e.sameOrigin){var i=r.getResponseHeader("X-NewRelic-App-Data");i&&((0,x.p)(O.rs,["Ajax/CrossApplicationTracing/Header/Seen"],void 0,a.K7.metrics,t),e.params.cat=i.split(", ").pop())}e.loadCaptureCalled=!0}t.on("new-xhr",i),t.on("open-xhr-start",o),t.on("open-xhr-end",s),t.on("send-xhr-start",c),t.on("xhr-cb-time",u),t.on("xhr-load-added",d),t.on("xhr-load-removed",l),t.on("xhr-resolved",f),t.on("addEventListener-end",h),t.on("removeEventListener-end",g),t.on("fn-end",v),t.on("fetch-before-start",b),t.on("fetch-start",y),t.on("fn-start",m),t.on("fetch-done",w)}(e,this.ee,this.handler,this.dt),this.importAggregator(e)}}function pe(e,t){var r=(0,ie.D)(t),n=e.params||e;n.hostname=r.hostname,n.port=r.port,n.protocol=r.protocol,n.host=r.hostname+":"+r.port,n.pathname=r.pathname,e.parsedOrigin=r,e.sameOrigin=r.sameOrigin}const ge={},me=["pushState","replaceState"];function ve(e){const t=function(e){return(e||B.ee).get("history")}(e);return!p.RI||ge[t.debugId]++||(ge[t.debugId]=1,(0,W.YM)(t).inPlace(window.history,me,"-")),t}var be=i(3738);const{He:ye,bD:we,d3:Re,Kp:xe,TZ:Te,Lc:Ae,uP:Ee,Rz:Se}=be;class Ne extends b{static featureName=Te;constructor(e,t=!0){super(e,Te,t);if(!(0,m.V)(this.agentIdentifier))return void this.deregisterDrain();const r=this.ee;let n;ve(r),this.eventsEE=(0,F.u)(r),this.eventsEE.on(Ee,(function(e,t){this.bstStart=(0,S.t)()})),this.eventsEE.on(Ae,(function(e,t){(0,x.p)("bst",[e[0],t,this.bstStart,(0,S.t)()],void 0,a.K7.sessionTrace,r)})),r.on(Se+Re,(function(e){this.time=(0,S.t)(),this.startPath=location.pathname+location.hash})),r.on(Se+xe,(function(e){(0,x.p)("bstHist",[location.pathname+location.hash,this.startPath,this.time],void 0,a.K7.sessionTrace,r)}));try{n=new PerformanceObserver((e=>{const t=e.getEntries();(0,x.p)(ye,[t],void 0,a.K7.sessionTrace,r)})),n.observe({type:we,buffered:!0})}catch(e){}this.importAggregator(e,{resourceObserver:n})}}var Oe=i(2614);class _e extends b{static featureName=t.TZ;#i;#o;constructor(e,r=!0){let n;super(e,t.TZ,r),this.replayRunning=!1,this.#o=e;try{n=JSON.parse(localStorage.getItem("".concat(Oe.H3,"_").concat(Oe.uh)))}catch(e){}(0,g.SR)(e.agentIdentifier)&&this.ee.on(t.G4.RECORD,(()=>this.#a())),this.#s(n)?(this.#i=n?.sessionReplayMode,this.#c()):this.importAggregator(e),this.ee.on("err",(e=>{this.replayRunning&&(this.errorNoticed=!0,(0,x.p)(t.G4.ERROR_DURING_REPLAY,[e],void 0,this.featureName,this.ee))})),this.ee.on(t.G4.REPLAY_RUNNING,(e=>{this.replayRunning=e}))}#s(e){return e&&(e.sessionReplayMode===Oe.g.FULL||e.sessionReplayMode===Oe.g.ERROR)||(0,g.Aw)(this.agentIdentifier)}#u=!1;async#c(e){if(!this.#u){this.#u=!0;try{const{Recorder:t}=await Promise.all([i.e(478),i.e(249)]).then(i.bind(i,8589));this.recorder??=new t({mode:this.#i,agentIdentifier:this.agentIdentifier,trigger:e,ee:this.ee}),this.recorder.startRecording(),this.abortHandler=this.recorder.stopRecording}catch(e){}this.importAggregator(this.#o,{recorder:this.recorder,errorNoticed:this.errorNoticed})}}#a(){this.featAggregate?this.featAggregate.mode!==Oe.g.FULL&&this.featAggregate.initializeRecording(Oe.g.FULL,!0):(this.#i=Oe.g.FULL,this.#c(t.Qb.API),this.recorder&&this.recorder.parent.mode!==Oe.g.FULL&&(this.recorder.parent.mode=Oe.g.FULL,this.recorder.stopRecording(),this.recorder.startRecording(),this.abortHandler=this.recorder.stopRecording))}}var Ie=i(3962);class je extends b{static featureName=Ie.TZ;constructor(e,t=!0){if(super(e,Ie.TZ,t),!p.RI||!(0,R.dV)().o.MO)return;const r=ve(this.ee);Ie.tC.forEach((e=>{(0,A.sp)(e,(e=>{a(e)}),!0)}));const n=()=>(0,x.p)("newURL",[(0,S.t)(),""+window.location],void 0,this.featureName,this.ee);r.on("pushState-end",n),r.on("replaceState-end",n);try{this.removeOnAbort=new AbortController}catch(e){}(0,A.sp)("popstate",(e=>(0,x.p)("newURL",[e.timeStamp,""+window.location],void 0,this.featureName,this.ee)),!0,this.removeOnAbort?.signal);let i=!1;const o=new((0,R.dV)().o.MO)(((e,t)=>{i||(i=!0,requestAnimationFrame((()=>{(0,x.p)("newDom",[(0,S.t)()],void 0,this.featureName,this.ee),i=!1})))})),a=(0,v.s)((e=>{(0,x.p)("newUIEvent",[e],void 0,this.featureName,this.ee),o.observe(document.body,{attributes:!0,childList:!0,subtree:!0,characterData:!0})}),100,{leading:!0});this.abortHandler=function(){this.removeOnAbort?.abort(),o.disconnect(),this.abortHandler=void 0},this.importAggregator(e,{domObserver:o})}}var Pe=i(7378);const Ce={},ke=["appendChild","insertBefore","replaceChild"];function Le(e){const t=function(e){return(e||B.ee).get("jsonp")}(e);if(!p.RI||Ce[t.debugId])return t;Ce[t.debugId]=!0;var r=(0,W.YM)(t),n=/[?&](?:callback|cb)=([^&#]+)/,i=/(.*)\.([^.]+)/,o=/^(\w+)(\.|$)(.*)$/;function a(e,t){if(!e)return t;const r=e.match(o),n=r[1];return a(r[3],t[n])}return r.inPlace(Node.prototype,ke,"dom-"),t.on("dom-start",(function(e){!function(e){if(!e||"string"!=typeof e.nodeName||"script"!==e.nodeName.toLowerCase())return;if("function"!=typeof e.addEventListener)return;var o=(s=e.src,c=s.match(n),c?c[1]:null);var s,c;if(!o)return;var u=function(e){var t=e.match(i);if(t&&t.length>=3)return{key:t[2],parent:a(t[1],window)};return{key:e,parent:window}}(o);if("function"!=typeof u.parent[u.key])return;var d={};function l(){t.emit("jsonp-end",[],d),e.removeEventListener("load",l,(0,A.jT)(!1)),e.removeEventListener("error",f,(0,A.jT)(!1))}function f(){t.emit("jsonp-error",[],d),t.emit("jsonp-end",[],d),e.removeEventListener("load",l,(0,A.jT)(!1)),e.removeEventListener("error",f,(0,A.jT)(!1))}r.inPlace(u.parent,[u.key],"cb-",d),e.addEventListener("load",l,(0,A.jT)(!1)),e.addEventListener("error",f,(0,A.jT)(!1)),t.emit("new-jsonp",[e.src],d)}(e[0])})),t}const He={};function De(e){const t=function(e){return(e||B.ee).get("promise")}(e);if(He[t.debugId])return t;He[t.debugId]=!0;var r=t.context,n=(0,W.YM)(t),i=p.gm.Promise;return i&&function(){function e(r){var o=t.context(),a=n(r,"executor-",o,null,!1);const s=Reflect.construct(i,[a],e);return t.context(s).getCtx=function(){return o},s}p.gm.Promise=e,Object.defineProperty(e,"name",{value:"Promise"}),e.toString=function(){return i.toString()},Object.setPrototypeOf(e,i),["all","race"].forEach((function(r){const n=i[r];e[r]=function(e){let i=!1;[...e||[]].forEach((e=>{this.resolve(e).then(a("all"===r),a(!1))}));const o=n.apply(this,arguments);return o;function a(e){return function(){t.emit("propagate",[null,!i],o,!1,!1),i=i||!e}}}})),["resolve","reject"].forEach((function(r){const n=i[r];e[r]=function(e){const r=n.apply(this,arguments);return e!==r&&t.emit("propagate",[e,!0],r,!1,!1),r}})),e.prototype=i.prototype;const o=i.prototype.then;i.prototype.then=function(...e){var i=this,a=r(i);a.promise=i,e[0]=n(e[0],"cb-",a,null,!1),e[1]=n(e[1],"cb-",a,null,!1);const s=o.apply(this,e);return a.nextPromise=s,t.emit("propagate",[i,!0],s,!1,!1),s},i.prototype.then[W.Jt]=o,t.on("executor-start",(function(e){e[0]=n(e[0],"resolve-",this,null,!1),e[1]=n(e[1],"resolve-",this,null,!1)})),t.on("executor-err",(function(e,t,r){e[1](r)})),t.on("cb-end",(function(e,r,n){t.emit("propagate",[n,!0],this.nextPromise,!1,!1)})),t.on("propagate",(function(e,r,n){this.getCtx&&!r||(this.getCtx=function(){if(e instanceof Promise)var r=t.context(e);return r&&r.getCtx?r.getCtx():this})}))}(),t}const Me={},Ke="setTimeout",Ue="setInterval",Ve="clearTimeout",Ge="-start",Fe=[Ke,"setImmediate",Ue,Ve,"clearImmediate"];function Be(e){const t=function(e){return(e||B.ee).get("timer")}(e);if(Me[t.debugId]++)return t;Me[t.debugId]=1;var r=(0,W.YM)(t);return r.inPlace(p.gm,Fe.slice(0,2),Ke+"-"),r.inPlace(p.gm,Fe.slice(2,3),Ue+"-"),r.inPlace(p.gm,Fe.slice(3),Ve+"-"),t.on(Ue+Ge,(function(e,t,n){e[0]=r(e[0],"fn-",null,n)})),t.on(Ke+Ge,(function(e,t,n){this.method=n,this.timerDuration=isNaN(e[1])?0:+e[1],e[0]=r(e[0],"fn-",this,n)})),t}const We={};function ze(e){const t=function(e){return(e||B.ee).get("mutation")}(e);if(!p.RI||We[t.debugId])return t;We[t.debugId]=!0;var r=(0,W.YM)(t),n=p.gm.MutationObserver;return n&&(window.MutationObserver=function(e){return this instanceof n?new n(r(e,"fn-")):n.apply(this,arguments)},MutationObserver.prototype=n.prototype),t}const{TZ:qe,d3:Ze,Kp:Ye,$p:Xe,wW:Je,e5:Qe,tH:$e,uP:et,rw:tt,Lc:rt}=Pe;class nt extends b{static featureName=qe;constructor(e,t=!0){if(super(e,qe,t),!p.RI)return;try{this.removeOnAbort=new AbortController}catch(e){}let r,n=0;const i=this.ee.get("tracer"),o=Le(this.ee),a=De(this.ee),s=Be(this.ee),c=Z(this.ee),u=this.ee.get("events"),d=ne(this.ee),l=ve(this.ee),f=ze(this.ee);function h(e,t){l.emit("newURL",[""+window.location,t])}function g(){n++,r=window.location.hash,this[et]=(0,S.t)()}function m(){n--,window.location.hash!==r&&h(0,!0);var e=(0,S.t)();this[Qe]=~~this[Qe]+e-this[et],this[rt]=e}function v(e,t){e.on(t,(function(){this[t]=(0,S.t)()}))}this.ee.on(et,g),a.on(tt,g),o.on(tt,g),this.ee.on(rt,m),a.on(Je,m),o.on(Je,m),this.ee.on("fn-err",((...t)=>{t[2]?.__newrelic?.[e.agentIdentifier]||(0,x.p)("function-err",[...t],void 0,this.featureName,this.ee)})),this.ee.buffer([et,rt,"xhr-resolved"],this.featureName),u.buffer([et],this.featureName),s.buffer(["setTimeout"+Ye,"clearTimeout"+Ze,et],this.featureName),c.buffer([et,"new-xhr","send-xhr"+Ze],this.featureName),d.buffer([$e+Ze,$e+"-done",$e+Xe+Ze,$e+Xe+Ye],this.featureName),l.buffer(["newURL"],this.featureName),f.buffer([et],this.featureName),a.buffer(["propagate",tt,Je,"executor-err","resolve"+Ze],this.featureName),i.buffer([et,"no-"+et],this.featureName),o.buffer(["new-jsonp","cb-start","jsonp-error","jsonp-end"],this.featureName),v(d,$e+Ze),v(d,$e+"-done"),v(o,"new-jsonp"),v(o,"jsonp-end"),v(o,"cb-start"),l.on("pushState-end",h),l.on("replaceState-end",h),window.addEventListener("hashchange",h,(0,A.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener("load",h,(0,A.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener("popstate",(function(){h(0,n>1)}),(0,A.jT)(!0,this.removeOnAbort?.signal)),this.abortHandler=this.#n,this.importAggregator(e)}#n(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var it=i(3333);class ot extends b{static featureName=it.TZ;constructor(e,t=!0){super(e,it.TZ,t);const r=[e.init.page_action.enabled,e.init.performance.capture_marks,e.init.performance.capture_measures,e.init.user_actions.enabled];p.RI&&e.init.user_actions.enabled&&(it.Zp.forEach((e=>(0,A.sp)(e,(e=>(0,x.p)("ua",[e],void 0,this.featureName,this.ee)),!0))),it.qN.forEach((e=>(0,A.sp)(e,(e=>(0,x.p)("ua",[e],void 0,this.featureName,this.ee)))))),r.some((e=>e))?this.importAggregator(e):this.deregisterDrain()}}var at=i(993),st=i(3785);class ct extends b{static featureName=at.TZ;constructor(e,t=!0){super(e,at.TZ,t);const r=this.ee;this.ee.on("wrap-logger-end",(function([e]){const{level:t,customAttributes:n}=this;(0,st.R)(r,e,n,t)})),this.importAggregator(e)}}new class extends o{constructor(t,r){super(r),p.gm?(this.features={},(0,R.bQ)(this.agentIdentifier,this),this.desiredFeatures=new Set(t.features||[]),this.desiredFeatures.add(w),this.runSoftNavOverSpa=[...this.desiredFeatures].some((e=>e.featureName===a.K7.softNav)),(0,d.j)(this,t,t.loaderType||"agent"),this.run()):(0,e.R)(21)}get config(){return{info:this.info,init:this.init,loader_config:this.loader_config,runtime:this.runtime}}run(){try{const t=u(this.agentIdentifier),r=[...this.desiredFeatures];r.sort(((e,t)=>a.P3[e.featureName]-a.P3[t.featureName])),r.forEach((r=>{if(!t[r.featureName]&&r.featureName!==a.K7.pageViewEvent)return;if(this.runSoftNavOverSpa&&r.featureName===a.K7.spa)return;if(!this.runSoftNavOverSpa&&r.featureName===a.K7.softNav)return;const n=function(e){switch(e){case a.K7.ajax:return[a.K7.jserrors];case a.K7.sessionTrace:return[a.K7.ajax,a.K7.pageViewEvent];case a.K7.sessionReplay:return[a.K7.sessionTrace];case a.K7.pageViewTiming:return[a.K7.pageViewEvent];default:return[]}}(r.featureName).filter((e=>!(e in this.features)));n.length>0&&(0,e.R)(36,{targetFeature:r.featureName,missingDependencies:n}),this.features[r.featureName]=new r(this)}))}catch(t){(0,e.R)(22,t);for(const e in this.features)this.features[e].abortHandler?.();const r=(0,R.Zm)();delete r.initializedAgents[this.agentIdentifier]?.api,delete r.initializedAgents[this.agentIdentifier]?.features,delete this.sharedAggregator;return r.ee.get(this.agentIdentifier).abort(),!1}}}({features:[he,w,N,Ne,_e,_,D,ot,ct,je,nt],loaderType:"spa"})})()})();</script> <link rel="shortcut icon" type="image/png" href="https://uploads-eu-west-1.insided.com/linkedin-en/attachment/8869ee4f-634d-4479-b86a-3e7d92f4127c_thumb.png" /> <title>Join the conversation | By Linkedin</title> <meta name="description" content="On the Forum you can ask questions or take part in discussions."> <meta property="og:title" content="Join the conversation | By Linkedin"/> <meta property="og:type" content="website" /> <meta property="og:url" content="https://scommunity.linkedin.com/private/login"/> <meta property="og:description" content="On the Forum you can ask questions or take part in discussions." /> <meta property="og:image" content="https://uploads-eu-west-1.insided.com/linkedin-en/attachment/db8ca62f-e643-40e1-8c6e-580a4acefe14_thumb.png"/> <meta property="og:image:secure_url" content="https://uploads-eu-west-1.insided.com/linkedin-en/attachment/db8ca62f-e643-40e1-8c6e-580a4acefe14_thumb.png"/> <link rel="canonical" href="https://scommunity.linkedin.com/private/login" /> <style id="css-variables">@font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:700 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.svg#2dumbregular) format("svg"); font-style:italic; font-weight:700 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.svg#2dumbregular) format("svg"); font-style:italic; font-weight:normal } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:300 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:500 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.svg#2dumbregular) format("svg"); font-style:italic; font-weight:500 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:normal } html {--borderradius-base: 4px;--config--main-border-base-color: #e6e9ecff;--config--main-button-base-font-color: #1a1a1a;--config--main-button-base-font-family: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif;;--config--main-button-base-font-weight: 400;--config--main-button-base-radius: 3px;--config--main-button-base-texttransform: none;--config--main-color-alert: #ec4339ff;--config--main-color-brand: #0a66c2ff;--config--main-color-brand-secondary: #0a66c2ff;--config--main-color-contrast: #2aaae1;--config--main-color-day: #f0f2f6;--config--main-color-day-dark: #ededed;--config--main-color-day-light: #fff;--config--main-color-disabled: #e6e9ecff;--config--main-color-dusk: #a7aeb5;--config--main-color-dusk-dark: #616a73;--config--main-color-dusk-light: #d5d7db;--config--main-color-highlighted: #B0DFF3;--config--main-color-info: #efb920ff;--config--main-color-night: #434649ff;--config--main-color-night-inverted: #f5f5f5;--config--main-color-night-light: #2b2b2b;--config--main-color-success: #7cb82fff;--config--main-font-base-lineheight: 1.5;--config--main-font-base-stack: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif;;--config--main-font-base-style: normal;--config--main-font-base-weight: normal;--config--main-font-secondary: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif;;--config--main-fonts: @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bold/Roboto-Bold-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:700 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/bolditalic/Roboto-BoldItalic-webfont.svg#2dumbregular) format("svg"); font-style:italic; font-weight:700 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/fonts/roboto/italic/Roboto-Italic-webfont.svg#2dumbregular) format("svg"); font-style:italic; font-weight:normal } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/light/Roboto-Light-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:300 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/medium/Roboto-Medium-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:500 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/mediumitalic/Roboto-MediumItalic-webfont.svg#2dumbregular) format("svg"); font-style:italic; font-weight:500 } @font-face{ font-family:Roboto; src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/regular/Roboto-Regular-webfont.svg#2dumbregular) format("svg"); font-style:normal; font-weight:normal };--config--main-header-font-weight: 600;--config-anchor-base-color: #0a66c2ff;--config-anchor-base-hover-color: #0a66c2ff;--config-avatar-notification-background-color: #0a66c2ff;--config-body-background-color: #fcfbf8ff;--config-body-wrapper-background-color: transparent;--config-body-wrapper-box-shadow: 0 0 0 transparent;--config-body-wrapper-max-width: 100%;--config-button-cancel-active-background-color: #DA5C5C;--config-button-cancel-active-border-color: #DA5C5C;--config-button-cancel-active-color: #fff;--config-button-cancel-background-color: #F76767;--config-button-cancel-border-color: #F76767;--config-button-cancel-border-radius: 2px;--config-button-cancel-border-width: 1px;--config-button-cancel-box-shadow: 0 0 0 transparent;--config-button-cancel-color: #fff;--config-button-cancel-hover-background-color: #DA5C5C;--config-button-cancel-hover-border-color: #DA5C5C;--config-button-cancel-hover-color: #fff;--config-button-cta-active-background-color: #065d8a;--config-button-cta-active-border-color: #065d8a;--config-button-cta-active-border-width: 1px;--config-button-cta-active-box-shadow: 0 0 0 transparent;--config-button-cta-active-color: #ffffff;--config-button-cta-background-color: #0073b1;--config-button-cta-border-color: #0073b1;--config-button-cta-border-radius: 2px;--config-button-cta-border-width: 1px;--config-button-cta-box-shadow: 0 0 0 transparent;--config-button-cta-color: #ffffff;--config-button-cta-focus-background-color: #006ca7ff;--config-button-cta-focus-border-color: #0959aaff;--config-button-cta-focus-border-width: 1px;--config-button-cta-focus-color: #ffffff;--config-button-cta-hover-background-color: #036aa1;--config-button-cta-hover-border-color: #036aa1;--config-button-cta-hover-border-width: 1px;--config-button-cta-hover-box-shadow: 0 0 0 transparent;--config-button-cta-hover-color: #ffffff;--config-button-cta-spinner-color: #fff;--config-button-cta-spinner-hover-color: #fff;--config-button-secondary-active-background-color: #cae6f5;--config-button-secondary-active-border-color: #036aa1;--config-button-secondary-active-border-width: 1px;--config-button-secondary-active-box-shadow: 0 0 0 transparent;--config-button-secondary-active-color: #036aa1;--config-button-secondary-background-color: #fff;--config-button-secondary-border-color: #0073b1;--config-button-secondary-border-radius: 2px;--config-button-secondary-border-width: 1px;--config-button-secondary-box-shadow: 0 0 0 transparent;--config-button-secondary-color: #0073b1;--config-button-secondary-focus-background-color: #0959aaff;--config-button-secondary-focus-border-color: #0959aaff;--config-button-secondary-focus-border-width: 1px;--config-button-secondary-focus-color: #0073b1;--config-button-secondary-hover-background-color: #ecf6fc;--config-button-secondary-hover-border-color: #036aa1;--config-button-secondary-hover-border-width: 1px;--config-button-secondary-hover-box-shadow: 0 0 0 transparent;--config-button-secondary-hover-color: #036aa1;--config-button-secondary-spinner-color: #fff;--config-button-secondary-spinner-hover-color: #fff;--config-button-toggle-active-background-color: #cae6f5;--config-button-toggle-active-border-color: #036aa1;--config-button-toggle-active-color: #036aa1;--config-button-toggle-background-color: rgba(0,0,0,0);--config-button-toggle-border-color: #0073b1;--config-button-toggle-border-radius: 2px;--config-button-toggle-border-width: 1px;--config-button-toggle-box-shadow: 0 0 0 transparent;--config-button-toggle-color: #0073b1;--config-button-toggle-filled-background-color: #0a66c2ff;--config-button-toggle-filled-color: #fff;--config-button-toggle-filled-pseudo-color: #fff;--config-button-toggle-filled-spinner-color: #fff;--config-button-toggle-focus-border-color: #0959aaff;--config-button-toggle-hover-background-color: #ecf6fc;--config-button-toggle-hover-border-color: #036aa1;--config-button-toggle-hover-color: #036aa1;--config-button-toggle-on-active-background-color: #065d8a;--config-button-toggle-on-active-border-color: #065d8a;--config-button-toggle-on-active-color: #fff;--config-button-toggle-on-background-color: #0073b1;--config-button-toggle-on-border-color: #0073b1;--config-button-toggle-on-border-radius: 2px;--config-button-toggle-on-border-width: 1px;--config-button-toggle-on-box-shadow: 0 0 0 transparent;--config-button-toggle-on-color: #ffffff;--config-button-toggle-on-hover-background-color: #036aa1;--config-button-toggle-on-hover-border-color: #036aa1;--config-button-toggle-on-hover-color: #ffffff;--config-button-toggle-outline-background-color: #0a66c2ff;--config-button-toggle-outline-color: #0a66c2ff;--config-button-toggle-outline-pseudo-color: #0a66c2ff;--config-button-toggle-outline-spinner-color: #0a66c2ff;--config-content-type-article-color: #fff;--config-cookie-modal-background-color: rgba(60,60,60,.9);--config-cookie-modal-color: #fff;--config-create-topic-type-icon-color: #434649ff;--config-cta-close-button-color: #a7aeb5;--config-cta-icon-background-color: #0a66c2ff;--config-cta-icon-check: #fff;--config-editor-comment-toolbar-background-color: #fff;--config-editor-comment-toolbar-button-color: #434649ff;--config-editor-comment-toolbar-button-hover-color: #0a66c2ff;--config-footer-background-color: #434649ff;--config-footer-color: #fff;--config-header-color: #303336ff;--config-header-color-inverted: #f5f5f5;--config-hero-background-position: top left;--config-hero-color: #303336ff;--config-hero-font-weight: bold;--config-hero-stats-background-color: #fff;--config-hero-stats-counter-font-weight: bold;--config-hero-text-shadow: none;--config-input-focus-color: #0a66c2ff;--config-link-base-color: #434649ff;--config-link-base-hover-color: #0a66c2ff;--config-link-hover-decoration: none;--config-main-navigation-background-color: #ffffff;--config-main-navigation-border-bottom-color: #efefef;--config-main-navigation-border-top-color: transparent;--config-main-navigation-dropdown-background-color: #fff;--config-main-navigation-dropdown-color: #2b3346;--config-main-navigation-dropdown-font-weight: normal;--config-main-navigation-nav-color: #0073b1;--config-main-navigation-nav-font-weight: normal;--config-main-navigation-nav-link-color: #0073b1;--config-main-navigation-search-placeholder-color: #86898c;--config-mention-selector-hover-selected-color: #fff;--config-meta-link-font-weight: normal;--config-meta-link-hover-color: #0a66c2ff;--config-meta-text-color: #656a77;--config-notification-widget-background-color: #dce6f1ff;--config-notification-widget-color: #000000ff;--config-pagination-active-page-color: #0a66c2ff;--config-paging-item-hover-color: #0a66c2ff;--config-pill-color: #fff;--config-powered-by-insided-display: visible;--config-profile-user-statistics-background-color: #fff;--config-sharpen-fonts: true;--config-sidebar-widget-color: #303336ff;--config-sidebar-widget-font-family: Community Pro, Helvetica, Arial, Helvetica Neue, Helvetica, sans-serif;;--config-sidebar-widget-font-weight: 600;--config-ssi-header-height: auto;--config-ssi-header-mobile-height: auto;--config-subcategory-hero-color: #434649ff;--config-tag-modify-link-color: #0a66c2ff;--config-tag-pill-background-color: #f8f8f8;--config-tag-pill-hover-background-color: #96f2ffff;--config-tag-pill-hover-border-color: #0a66c2ff;--config-tag-pill-hover-color: #0a66c2ff;--config-thread-list-best-answer-background-color: #7cb82f0d;--config-thread-list-best-answer-border-color: #7cb82fff;--config-thread-list-mod-break-background: #0a66c20d;--config-thread-list-mod-break-border-color: #0a66c2ff;--config-thread-list-sticky-topic-background: #0a66c2f2;--config-thread-list-sticky-topic-border-color: #0a66c2ff;--config-thread-list-sticky-topic-flag-color: #0a66c2ff;--config-thread-list-topic-button-subscribe-border-width: 1px;--config-thread-list-topic-title-font-weight: bold;--config-thread-pill-answer-background-color: #7cb82fff;--config-thread-pill-author-background-color: #0a66c2ff;--config-thread-pill-author-color: #fff;--config-thread-pill-question-background-color: #f47b16ff;--config-thread-pill-question-color: #fff;--config-thread-pill-sticky-background-color: #0a66c2ff;--config-thread-pill-sticky-color: #fff;--config-topic-page-answered-field-icon-color: #7cb82fff;--config-topic-page-answered-field-link-color: #0a66c2ff;--config-topic-page-header-font-weight: 600;--config-topic-page-post-actions-active: #0a66c2ff;--config-topic-page-post-actions-icon-color: #a7aeb5;--config-topic-page-quote-border-color: #e6e9ecff;--config-topic-question-color: #f47b16ff;--config-widget-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);--config-widget-cta-background-color: #000000ff;--config-widget-cta-color: #434649ff;--config-widget-tabs-font-weight: normal;--config-widget-tabs-forum-list-header-color: #303336ff;--config-widget-tabs-forum-list-header-hover-color: #0a66c2ff;--config-card-border-radius: 5px;--config-card-border-width: 1px;--config-card-background-color: #ffffff;--config-card-border-color: #e6e9ec;--config-card-hover-background-color: #e9e5df;--config-card-hover-title-color: #0a66c2;--config-card-hover-border-color: #e6e9ec;--config-card-hover-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);--config-card-active-background-color: #e9e5df;--config-card-active-border-color: #e6e9ec;--config-sidebar-background-color: transparent;--config-sidebar-border-color: transparent;--config-sidebar-border-radius: 3px;--config-sidebar-border-width: 1px;--config-sidebar-shadow: 0 0 0 transparent;--config-sidebar-widget-username-color: #434649ff;--config-username-hover-color: #0a66c2ff;--config-username-hover-decoration: none;--config-content-type-survey-background-color: #322c75;--config-content-type-survey-color: #fff;--config-checkbox-checked-color: #322c75;--config-content-type-article-background-color: #322c75;--config-main-navigation-dropdown-hover-color: #322c75;--config-meta-icon-color: #a7aeb5;--config-tag-pill-border-color: #e3e4ec;--config-tag-pill-color: #2b3346;--config-username-color: #322c75;--config-widget-tabs-active-border-color: #322c75;--config-widgets-action-link-color: #322c75;--config-button-border-width: 1px;--config-button-border-radius: 2px;--config-button-cta-hover-border-radius: 2px;--config-button-cta-active-border-radius: 2px;--config-button-secondary-hover-border-radius: 2px;--config-button-secondary-active-border-radius: 2px;--config-button-toggle-hover-border-radius: 2px;--config-button-toggle-active-border-radius: 2px;--config-button-toggle-on-hover-border-radius: 2px;--config-button-toggle-on-active-border-radius: 2px;--config-button-cancel-hover-border-radius: 2px;--config-button-cancel-active-border-radius: 2px;--config-button-toggle-hover-border-width: 1px;--config-button-toggle-active-border-width: 1px;--config-button-toggle-on-hover-border-width: 1px;--config-button-toggle-on-active-border-width: 1px;--config-button-cancel-hover-border-width: 1px;--config-button-cancel-active-border-width: 1px;--config--mega-menu-image-url: https://uploads-eu-west-1.insided.com/linkedin-en/attachment/f17ac910-ed83-4326-85bf-16a93ef5a7df_thumb.png;}</style> <div data-preact="shared/modules/Layout/Devtool/index" class="" data-props="{}"><undefined></undefined></div> <link href="https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/css/forum.css" id='main-css' rel="stylesheet" type="text/css" /> <script nonce="">if (!(window.CSS && CSS.supports('color', 'var(--fake-var)'))) { document.head.removeChild(document.getElementById('main-css')) document.write('<link href="/destination.css" rel="stylesheet" type="text/css"><\x2flink>'); }</script> <style> .h3.topic__title{ font-size: 24px !important } ul.main-menu-list { padding-bottom: 10px !important; } body > main > div > section > div.main-navigation-sitewidth > div.header-navigation-items-wrapper{ width: 100%; } ul[role="knowledgebase-categories"] > li.main-menu-list--overflow-scroll > ul.main-menu-list.main-menu-list--quicklinks{ display:none; } li.main-menu-list__item.main-menu-list__item--no-hover > a{ align-items: center !important; } body > main > div.full-width.Template-content > div > div.col.col--main.has--side.qa-div-main > div > div > div.box.qa-topic-first-post > header > ul div.header-navigation-items-wrapper > div > div > nav > ul > li > div > ul{ max-height:85vh; overflow-y:scroll; } /*hide close button on intro bar*/ div.cta-widget.qa-cta-widget > div > span.close.js-close--element{ display:none !important; } /*hide footer languages*/ .footer-language-item{ display:none !important; } /* Custom widgets title setting */ .custom-widget-header * { text-align: center; } .custom-widget-title { font-weight: 500; font-size: 32px; } .qa-brand-hero-title { font-weight: 500; font-size: 36px; } .custom-widget-subtitle { font-weight: 400; margin-top: 16px; margin-bottom: 0; font-size: 16px; max-width: 560px; margin: auto; margin-top: 8px; } @media (max-width: 767px) { .custom-widget-title, .custom-widget-subtitle { padding: 0 16px; } } @media (max-width: 420px) { .custom-widget-title { font-size: 24px; } .custom-widget-subtitle { font-size: 14px; } } /* Search bar */ input[type=search].search-box__input { box-shadow: none; border: 1px solid #d0d3d6; } /* Making header-navigation sticky */ @media (min-width: 500px) { .header-navigation { display: flex; width: 100%; flex-direction: column; height: auto; padding: 12px 0; position: fixed; z-index: 9999; box-shadow:0px 2px 0px #0073b1; margin-bottom:24px; margin-top:-76px!important; } /* solving sticky header-nav related pos issues */ .body-wrapper { max-width: var(--config-body-wrapper-max-width); background-color: var(--config-body-wrapper-background-color); box-shadow: var(--config-body-wrapper-box-shadow); margin: auto; padding-top: 72px; } .main-navigation--wrapper { padding-bottom: 16px; height: 76px; margin-top: -72px; } /* Menu hover underline */ .header-navigation_list-item ul { list-style: none; margin: 0; } /* .header-navigation_list-item ul li { display: inline-block; display: inline; margin: auto; } */ .header-navigation_list-item ul li a { padding-bottom: 0; text-decoration: none; color:#004182; } .header-navigation_list-item ul li a, .header-navigation_list-item ul li a:after, .header-navigation_list-item ul li a:before { transition: all .5s; } .header-navigation_list-item ul li a:hover { color:#915907; } .header-navigation_list-item ul li a { position: relative; } .header-navigation_list-item ul li a:hover:after { width: 100%; } .header-navigation_list-item ul li a { transition: all 1s; } .header-navigation_list-item:hover { text-decoration: underline; z-index: 1; } .header-navigation_list-item a:hover:after { z-index: -10; animation: fill 1s forwards; opacity: 1; } /* END menu hover */ } /* Tags */ .tag--pill { background: transparent; border: 1px solid #d0d3d6; } /* Event share btn .btn--event.event__ended.qa-event-ended { margin: 5px 0px; } */ /* .Sidebarmodule .widget.box { display: none !important; } */ /* Profile Badge widget */ .box.widget.widget--badges.qa-widget-badges { display: none; } /**/ /* Footer styling */ .brand-footer-wrapper { padding: 32px; background: #fff; color: #434649; border-top: 2px solid #0073b1; } .brand-footer-wrapper a:hover { text-decoration: underline; } a.qa-topic-title.thread-list-block__title-link { color: var(--config-header-color) !important; } div.group-overview-item__meta.group-overview-item__meta--members-total.text--meta > div > span{ color: var(--config-meta-text-color) !important; } .algolia-hit-container > div{ display:none; } .qa-topic-block.thread-list-item.topic-view.forum-list-view-spacing.thread-list-item--federated{ display:none; } .instant-search__filter-list-item.instant-search__source-filter-item{ display:none; } .mfp-container { top:30px; } body > div.body-wrapper > div.widget-container.widget-container--container_2_1.widget-container--index-12 > div > div > div > div.col.col--side.Sidebar.qa-div-sidebar.custom-sidebar.Sidebarmodule.Sidebarmodule--no-margin.widget-container--container-2-1-column_2 > div.widget-container.widget-container--product_area_filter.widget-container--container-2-1-column_2-index-1 > div > div > div > div > ul > li:nth-child(-n+6):not(ul.ideation-filters__product-area > li:nth-child(-n+1)){ display:none; } body > div.body-wrapper > div.widget-container.widget-container--container_2_1.widget-container--index-7 > div > div > div > div.col.col--side.Sidebar.qa-div-sidebar.custom-sidebar.Sidebarmodule.Sidebarmodule--no-margin.widget-container--container-2-1-column_2 > div.widget-container.widget-container--product_area_filter.widget-container--container-2-1-column_2-index-0 > div > div > div > div > ul > li:not(ul.ideation-filters__product-area > li:nth-child(-n+6)){ display:none; } .linkedin-modal { display: block; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 5000; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgba(0,0,0,0.4); /* Black background with opacity */ } .modal-content { background-color: #fefefe; margin: 15% auto; /* 15% from the top and centered */ padding: 20px; border: 1px solid #888; width: 40%; /* Could be more or less, depending on screen size */ overflow-y: hidden; position: fixed; margin-left: 30%; } body > div.full-width.Template-content > div > div > div > div > div.box__pad.box--note.box--blend{ display: none !important; } @media (max-width: 1024px) { .header-navigation_logo-wrapper.is-hidden-L { margin-left: 5px; } } div.thread-list-title.qa-subForum-header > h1{ margin-top: 1rem; } .sitewidth.breadcrumb-container{ display:block!important; } </style> </head> <body class="private-register"> <div data-preact="destination/modules/Accessibility/SkipToContent/SkipToContent" class="" data-props="{}"><a href="#main-content-target" class="skip-to-content-btn" aria-label="Skip to main content">Skip to main content</a></div> <script> if(location.pathname === '/s/login' || location.pathname === '/login'){ location.pathname ='/' } </script> <!-- Start Skilljar localization --> <script> function callback(mutationList, observer) { for (const mutation of mutationList) { if (mutation.type === "childList" || mutation.type === "subtree") { //console.log("A child node has been added or removed."); var container = document.getElementsByClassName( "algolia-hit-container" )[0]; if (container) { let role = inSidedData.user.role; document .querySelectorAll("span.algolia-search-results-section__title-label") .forEach((e) => { if (e.innerHTML === "Community") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); if (role.includes("German")) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: German") { console.log("showing German: ", e.innerHTML) e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Dutch")) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: Dutch") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Italian")) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: Italian") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Spanish")) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: Spanish") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Portuguese")) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: Portuguese") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: English") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("French")) { document .querySelectorAll( "span.algolia-search-results-section__title-label" ) .forEach((e) => { if (e.innerHTML === "Learning Center: French") { e.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); } } else if (location.pathname === "/search") { let role = inSidedData.user.role; document.querySelectorAll("input.topic-type-checkbox").forEach((e) => { if (e.nextSibling.textContent === "Community" || e.nextSibling.textContent === "Knowledge base category") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); if (role.includes("German")) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: German") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: German") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Dutch")) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: Dutch") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: Dutch") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Italian")) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: Italian") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: Italian") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Spanish")) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: Spanish") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: Spanish") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("Portuguese")) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: Portuguese") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: Portuguese") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: English") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: English") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } if (role.includes("French")) { document .querySelectorAll("input.topic-type-checkbox") .forEach((e) => { if (e.nextSibling.textContent === "Learning Center: French") { e.parentElement.parentElement.parentElement.parentElement.setAttribute( "style", "display:block !important" ); } }); document .querySelectorAll("span.thread-list-item--index-label") .forEach((e) => { if (e.innerHTML === "Learning Center: French") { e.parentElement.setAttribute( "style", "display:block !important" ); } }); } } } } } const targetNode = document.querySelector("body"); const observerOptions = { childList: true, subtree: true, }; const observer = new MutationObserver(callback); observer.observe(targetNode, observerOptions); </script> <!-- End Skilljar localization --> <div data-preact="cookie-banner/index" class="" data-props="{&quot;level&quot;:2,&quot;termsConditions&quot;:&quot;\/site\/terms&quot;,&quot;cookieConfig&quot;:{&quot;use_external_modal&quot;:false,&quot;mapping&quot;:{&quot;required&quot;:1,&quot;anonymous&quot;:2,&quot;all&quot;:3}},&quot;phrases&quot;:{&quot;Forum&quot;:{&quot;cookiepolicy.title&quot;:&quot;Cookie policy&quot;,&quot;cookiepolicy.content&quot;:&quot;We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. &lt;a href=\&quot;{link}\&quot;&gt;Learn more about our cookies.&lt;\/a&gt;&quot;,&quot;cookiepolicy.button&quot;:&quot;Accept cookies&quot;,&quot;cookiepolicy.button.deny&quot;:&quot;Deny all&quot;,&quot;cookiepolicy.link&quot;:&quot;Cookie settings&quot;,&quot;cookiepolicy.modal.title&quot;:&quot;Cookie settings&quot;,&quot;cookiepolicy.modal.content&quot;:&quot;We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. &lt;a href=\&quot;{link}\&quot;&gt;Learn more about our cookies.&lt;\/a&gt;&quot;,&quot;cookiepolicy.modal.level1&quot;:&quot;Basic&lt;br&gt;Functional&quot;,&quot;cookiepolicy.modal.level2&quot;:&quot;Normal&lt;br&gt;Functional + analytics&quot;,&quot;cookiepolicy.modal.level3&quot;:&quot;Complete&lt;br&gt;Functional + analytics + social media + embedded videos&quot;}}}"></div> <div><script type="text/javascript">window.inSidedData = {"communityId":"linkedin-en","environment":"production","language":"en","device":"desktop","user":{"userid":null,"name":"guest","role":"roles.guest","mainRole":"roles.guest","rank":"","avatar":"","rankIcon":"","rankName":"","isModerator":false,"pmUnreadCount":0,"pmTotalCount":0,"topicsCount":0,"repliesCount":0,"solvedCount":0,"loginSource":null,"registerSource":null},"page":{"pageNumber":1,"name":"Welcome!","path":"linkedin-en::Welcome!","section":null,"site":"linkedin-en","title":"Welcome!","url":"/private/login","firstRender":false},"form":{"name":"","step":""},"content":{"category":{"id":null,"title":null,"type":null},"topic":{"id":null,"title":null,"type":null,"content_type":null,"source_id":null,"created":null,"replies":null,"is_sticky":null,"prefix":null,"tags":null},"post":{"id":null},"path":":"},"search":{"phrase":null,"count":null}}</script></div> <div class="full-width Template-content"> <div class="sitewidth"> <div class="col col--main qa-div-main"> <div class="box pagebox box__pad "> <div class="box__content"> <header class="content-header"> <h1 class="qa-page-title">Welcome!</h1> </header> <p>Please login or register below.</p> <div id="modal_login" > <h4>For LinkedIn employees: </h4> <a class="btn--cta btn--sso qa-sso-saml_v2" href="https://scommunity.linkedin.com/ssoproxy/login?ssoType=saml" title="My environment"> Employee Login </a> <a class="btn btn--icon btn--sso btn--linkedin" href="https://scommunity.linkedin.com/sso/login?ssoType=linkedin" title="LinkedIn"> Customer Login&nbsp;|&nbsp;Register </a> </div> <div class="login-box"> </div> <div class="box__pad box--note box--blend"> <a href="/private/resetPassword">Forgot password?</a> <span class="text--meta"> | </span> <a href="/private/register">Create an account</a> </div> </div> </div> </div> </div> </div> <div class="full-width Template-secondary"> <div class="sitewidth"> <div class="col col--main has--side"> </div> </div> </div> <div class="full-width Template-footer"> <div data-preact="powered-by-insided/index" class="powered-by-insided-footer" data-props="{&quot;rootUrl&quot;:&quot;scommunity.linkedin.com&quot;,&quot;termsConditions&quot;:&quot;\/site\/terms&quot;,&quot;cookieConfig&quot;:{&quot;use_external_modal&quot;:false,&quot;mapping&quot;:{&quot;required&quot;:1,&quot;anonymous&quot;:2,&quot;all&quot;:3}},&quot;communityVisibility&quot;:&quot;private&quot;,&quot;isGuestUser&quot;:true,&quot;phrases&quot;:{&quot;Forum&quot;:{&quot;branded.back_to_top&quot;:&quot;Back to top&quot;,&quot;Terms &amp; Conditions&quot;:&quot;Terms &amp; Conditions&quot;,&quot;cookiepolicy.link&quot;:&quot;Cookie settings&quot;}}}"><div class="Template-footer"><div class="sitewidth box box--blend" data-component="scrollTopStickyButton"><div class="templatefoot"><a href="https://www.gainsight.com/customer-communities/" class="logo-gainsight" title="Visit Gainsight.com" target="_blank" rel="noreferrer" aria-label="Powered by Gainsight"><span class="is-hidden">Powered by Gainsight</span></a></div><div class="templatefoot-privacy-links"></div><span class="scroll-to-top-sticky-button js-scrollto widget--base-shadow is-hidden-S custom-scroll-to-top" title="Back to top" aria-label="Back to top"></span></div></div></div> </div> <script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/600.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/701.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/755.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/434.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/18.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/74.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/911.js'></script><script crossorigin='anonymous' src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/preact-app.js' id='insided-preact-app' data-basepath='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/' data-environment='production' data-region='eu-west-1' data-communityId='linkedin-en' data-modules='["badges","reputation","unreadPostCounter","metadataPostDetails","ideation","subforumSubscription","mentions","privateMessage","TopicSocialShare","fileAttachments","channelConfiguration","pageConfiguration","webmasterManagement","nonModeratorsCanUploadImagesAndVideos","knowledgeBase","event","eventEngagement","publicTagManagement","publicTagAutoSuggestion","publicTagDestination","integrationsApi","integrationsApps","userOverviewStatistics","rank","salesforceCrm","salesforceFederatedSearch","salesforceCaseEscalation","salesforceSyncAccountData","zendeskFederatedSearch","zendeskTicketEscalation","thirdPartyScripts","customCss","pointSystem","ideationV2","disableRegistrationSpamCheck","analyticsV2","engagementDashboard","analyticsV2SelfService","analyticsV2ProductFeedback","contacts","privateGroup","moderationOverviewBetaDefault","emailCampaigns","imageResizingAndAlignment","richTopicCards","productAreas","productUpdates","convertQuestionsToIdeas","skilljarFederatedSearch","loginWithEmail","hiddenGroup","NewUICardGroupOverview","enableGroupTags","CommunityOverview","changeAuthorOfPublishedContent","thoughtIndustries","intercomFederatedSearch","intercomCreateConversations","aiFeaturesForCM","aiFeatures","categoriesV2","categoriesConfig","categoriesV2ConfigCommunity","categoriesV2Community","trackingEnabled","categoriesV2Destination","ccRebranding","widgetSiteIdentity","eventSubscriptions","aiFeedback","customizationSettings","CommunityOverviewOpenForAllUsers","adminSeats","articleScheduling","articleToProductUpdateConversion","controlSideMenu","conversationalWidget","destinationCustomization","emailTemplate","emoji","federatedSearchApi","group","selfBadges","selfServiceSso","teamNotes","userSegments","zapier","dynamicCookiePrefix","multiLanguage","gainsightPlatformSso"]' data-userPermissions='{"readableCategories":[],"permissions":[]}' data-cssLink='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/css/forum.css' data-defaultCdn='' data-fb-app-id='' data-communityUrl='https://scommunity.linkedin.com' data-controlUrl='https://linkedin-en.insided.com' data-eventLogger='https://o9tt6h08li.execute-api.eu-west-1.amazonaws.com/v1/event' data-application='forum' data-cookieConfig='{"use_external_modal":false,"mapping":{"required":1,"anonymous":2,"all":3}}' data-defaultCookieLevel='2' nonce='' data-search='[]' data-selectedCookieLevel='2'></script> <script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/600.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/755.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/729.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/18.js'></script><script src='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/911.js'></script><script src="https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/app.js" id="insided-app" data-basepath="https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/js/" nonce="" data-environment="production" data-region="eu-west-1" data-communityId="linkedin-en" data-modules='["badges","reputation","unreadPostCounter","metadataPostDetails","ideation","subforumSubscription","mentions","privateMessage","TopicSocialShare","fileAttachments","channelConfiguration","pageConfiguration","webmasterManagement","nonModeratorsCanUploadImagesAndVideos","knowledgeBase","event","eventEngagement","publicTagManagement","publicTagAutoSuggestion","publicTagDestination","integrationsApi","integrationsApps","userOverviewStatistics","rank","salesforceCrm","salesforceFederatedSearch","salesforceCaseEscalation","salesforceSyncAccountData","zendeskFederatedSearch","zendeskTicketEscalation","thirdPartyScripts","customCss","pointSystem","ideationV2","disableRegistrationSpamCheck","analyticsV2","engagementDashboard","analyticsV2SelfService","analyticsV2ProductFeedback","contacts","privateGroup","moderationOverviewBetaDefault","emailCampaigns","imageResizingAndAlignment","richTopicCards","productAreas","productUpdates","convertQuestionsToIdeas","skilljarFederatedSearch","loginWithEmail","hiddenGroup","NewUICardGroupOverview","enableGroupTags","CommunityOverview","changeAuthorOfPublishedContent","thoughtIndustries","intercomFederatedSearch","intercomCreateConversations","aiFeaturesForCM","aiFeatures","categoriesV2","categoriesConfig","categoriesV2ConfigCommunity","categoriesV2Community","trackingEnabled","categoriesV2Destination","ccRebranding","widgetSiteIdentity","eventSubscriptions","aiFeedback","customizationSettings","CommunityOverviewOpenForAllUsers","adminSeats","articleScheduling","articleToProductUpdateConversion","controlSideMenu","conversationalWidget","destinationCustomization","emailTemplate","emoji","federatedSearchApi","group","selfBadges","selfServiceSso","teamNotes","userSegments","zapier","dynamicCookiePrefix","multiLanguage","gainsightPlatformSso"]' data-cssLink='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/dist/css/forum.css' data-defaultCdn='https://d3odp2r1osuwn0.cloudfront.net/2024-11-22-07-13-21-fd8fbf89bb/control/assets' data-fb-app-id='' data-language='en'></script><script nonce="">app.init([{"model":"csrf","data":{"name":"yip_csrf_token","token":"HfuvzkDG-P7haylI-C-icQ6HiPk11rDepjZS8Sm_p_I"}},{"data":{"map":null,"breadcrumbData":null},"component":"tracker"}]);</script> <!-- Start remove quicklinks from footer on homepage --> <script> if(location.pathname === '/'){ document.querySelector("#linkedIn-footer-quick-links-wrapper").remove() } </script> <!-- End remove quicklinks from footer on homepage --> <!-- Start remove quicklinks from footer on get help page --> <script> if(location.pathname === '/p/get-community-help'){ document.querySelector("#linkedIn-footer-quick-links-wrapper > div > h3").remove() document.querySelector("#linkedIn-footer-quick-links-wrapper > div > p").innerHTML = " We've got you covered, check out these additional resources!" } </script> <!-- End remove quicklinks from footer on homepage --> <!-- Start Change Email Callout to linkedin blue --> <script> if(location.pathname === '/private/login'){ function insertAfter(referenceNode, newNode) { referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling); } var div = document.createElement("div"); var htmlString = `<div id='seperator' class="seperator--text"><span>or</span></div>` div.innerHTML = htmlString.trim(); var ref = document.querySelector("#modal_login > a.btn--cta.btn--sso.qa-sso-saml_v2") insertAfter(ref, div) var node = document.querySelector("#modal_login > h4") var clone = node.cloneNode(true); // clone.innerHTML = `<h4>For LinkedIn customers: <span style="color:#0a66c2;">Please use the email associated with your Sales Navigator account</span></h4>` clone.innerHTML = `<h4>For customers:</h4>` var ref2 = document.querySelector('#seperator').parentNode insertAfter(ref2, clone) document.querySelector("#modal_login").prepend(document.querySelector("#modal_login > div")) document.querySelector("#modal_login").prepend(document.querySelector("#modal_login > a.btn.btn--icon.btn--sso.btn--linkedin")) document.querySelector("#modal_login").prepend(document.querySelector("#modal_login > h4:nth-child(5)")) //document.querySelector("div.first > label").innerHTML = 'Username or Email - <span style="color:#0a66c2;">Please use the email associated with your Sales Navigator account</span>' //document.querySelector("div.login-box > form > div:nth-child(3) > div.first > label").innerHTML = 'Password - <span style="color:#0a66c2;">Please select “Forgot Password?” below if this is your first time logging into the new Community</span>' } //if(location.pathname === '/private/register'){ //document.querySelector("div.login-box > form > div:nth-child(3) > div.first > label").innerHTML = 'E-mail address - <span style="color:#0a66c2;">Please use the email associated with your Sales Navigator account</span>' //} </script> <!-- End Change Email Callout to linkedin blue --> <!-- Log in page edit --> <script> if(location.pathname === '/private/login' || location.pathname === '/private/register'){ var p = document.querySelector("body > div.full-width.Template-content > div > div") var i = document.createElement('img') i.src="https://uploads-eu-west-1.insided.com/linkedin-en/attachment/90502498-2934-49db-87c3-d0079ec20a76.png" i.alt='Sales Navigator Logo' i.className='sitewidth' p.prepend(i) } </script> <!-- Start Log in page Edit --> <script> if (location.pathname === '/private/register') { if ($("label[for='register_user_username']").length) { $("label[for='register_user_username']").append("<span style='display: block;font-weight: 400;font-size: 13px;'>We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.</span>") } } if (window.location.pathname.includes("/sso/setUsername")) { if ($("#SignupForm_username").length) { $("#SignupForm_username").parent().find("label").append("<span style='display: block;font-weight: 400;font-size: 13px;'>We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.</span>") $("#SignupForm_username").attr("placeholder", "Enter a username") } $(".qa-page-title").css("visibility", "hidden") $(".form > p").hide() } </script> <!-- Log in page Edit --> <!-- Start pop up modal for profile settings --> <script> /* if ( location.pathname != "/settings/profile" && document.referrer != "https://scommunity.linkedin.com/sso/setUsername?referer=linkedin" ) { if (!inSidedData.user.role.includes("Employee")) { if ( inSidedData.user.mainRole === "roles.registered" || inSidedData.user.mainRole === "roles.super-user" ) { var rolesArr = [ "Spanish", "Portuguese", "Dutch", "French", "German", "Italian", "No Secondary Language", "No Additional Community Language", ]; if (!rolesArr.some((v) => inSidedData.user.role.includes(v))) { var div = document.createElement("div"); htmlString = ` <div id="linkedin-modal" class="linkedin-modal"> <div class="modal-content"> <img style=" width: 50%; text-align: center; justify-content: center; margin: auto; margin-bottom: 30px; margin-top: 20px; display: inherit; " class="header-navigation_logo" src="https://uploads-eu-west-1.insided.com/linkedin-en/attachment/4fa0db4e-eb97-479a-9d39-a285f6879bca_thumb.png" title="" alt="linkedin-en Logo" /> <p> <b style="color: var(--config-button-cta-background-color)"> To get started, please complete your Community profile. </b> <br /><br /> Please add optional details, then select your additional community language if it’s available or 'No additional Community language'. <br /><br /> Thank you and welcome again! <br /><br /> </p> <a href="/settings/profile" style=" width: 50%; text-align: center; justify-content: center; margin: auto; " class="btn--cta btn--new-topic qa-topic-new-button" >Profile Settings</a > <br /> </div> </div> `; div.innerHTML = htmlString.trim(); document.querySelector("body").append(div); } } } }*/ </script> <!-- End pop up modal for profile settings --> <!-- Product Area Filter Fix --> <script> if(location.pathname === '/product-updates'){ var fby = document.querySelector("div.widget-container.widget-container--product_area_filter.widget-container--container-2-1-column_2-index-0 > div > div > div > div > h3") var apa = document.querySelector("div.widget-container.widget-container--product_area_filter.widget-container--container-2-1-column_2-index-0 > div > div > div > div > ul > li:nth-child(1)") const callback = (mutationList, observer) => { for (const mutation of mutationList) { if(fby.innerText != 'Filter by Year'){ fby.innerText = 'Filter by Year' } if(apa.innerText != 'All Product Updates'){ apa.innerText = 'All Product Updates' } } }; const targetNode = document.querySelector("div.widget-container.widget-container--product_area_filter.widget-container--container-2-1-column_2-index-0"); const config = { attributes: true, childList: true, subtree: true }; const observer = new MutationObserver(callback); observer.observe(targetNode, observerOptions); fby.innerText = 'Filter by Year' apa.innerText = 'All Product Updates' } </script> <!-- Product Area Filter Fix --> <!-- change button on create idea page --> <script> if(location.pathname === '/ideas'){ $('ul.list + a[href="/topic/new"]')[0].innerHTML= 'Create product idea' //change what button on idea pages says $('ul.list + a[href="/topic/new"]')[0].href += '?type=idea' } </script> <!-- change button on create idea page --> <!-- Add stat bar to categories --> <script> if(inSidedData.page.name == 'Category'){ const lssIdeasCategoryIds = [45, 47, 48, 49, 50, 51] if (!lssIdeasCategoryIds.includes(inSidedData.content.category.id)) { var bar = `<section class="full-width Template-brand-cta is-transition--height custom-intro-bar" data-component="close-element" data-data="{&quot;storageName&quot;:&quot;close--widget-cta&quot;,&quot;parent&quot;:&quot;.Template-brand-cta&quot;}"><div class="cta-widget qa-cta-widget"><div class="sitewidth"><span class="icon icon--cross icon--auto-width close js-close--element" aria-hidden="true"></span><div class="col"><div class="box widget widget--cta"><div class="box__content box__pad"><ul class="list list--float"><li class="list__item"><span class="icon icon--replace icon--round icon--checkmark" aria-hidden="true"></span><div class="list--label"><span>Find answers to your questions</span></div></li><li class="list__item"><span class="icon icon--replace icon--round icon--checkmark" aria-hidden="true"></span><div class="list--label"><span>Share best practices with your peers</span></div></li><li class="list__item"><span class="icon icon--replace icon--round icon--checkmark" aria-hidden="true"></span><div class="list--label"><span>Submit product feedback</span></div></li></ul><a href="/topic/new" data-track="{&quot;trigger&quot;:&quot;widget&quot;,&quot;type&quot;:&quot;Topic Initiated&quot;}" data-ga-track="{&quot;eventCategory&quot;:&quot;Homepage&quot;,&quot;eventAction&quot;:&quot;Create topic clicked&quot;,&quot;eventLabel&quot;:{&quot;Position&quot;:&quot;Introduction widget&quot;}}" class="btn--cta btn--new-topic qa-topic-new-button">Create a new post</a></div></div> </div></div></div></section>` var newDiv = document.createElement('div') newDiv.innerHTML = bar document.body.appendChild(newDiv) if(document.querySelector("div.forum-featured-image") != null){ document.querySelector("div.forum-featured-image").after(newDiv) document.querySelector("div.forum-featured-image").style.marginBottom = 0 }else if(document.querySelector("div.thread-list-title.qa-subForum-header") != null){ document.querySelector("div.thread-list-title.qa-subForum-header").after(newDiv) } } } </script> <!-- Add stat bar to categories --> <!-- Remove Embed Media Option From Editor --> <script> function linkTrack(){ var userid = inSidedData.user.userid var searchTerm = document.querySelector('div.search-box > input').value var url = this.querySelector('a').href var currentUrl = location.href var data = { searchTerm, url, currentUrl, userid }; var options = { 'method' : 'POST', 'contentType': 'application/json', 'body' : JSON.stringify(data) }; fetch('https://script.google.com/macros/s/AKfycbzkewlK4vW3duBuF_BITKJ9Kf9HMkdUPojdn24GLspa3HBLWtDzvHvQ_SzFqOpAUteC/exec', options) } function linkTrack2(){ var userid = inSidedData.user.userid var searchTerm = document.querySelector("div.instant-search-input-wrapper > div > div > div > input").value var currentUrl = location.href var url = this.querySelector('a').href var data = { searchTerm, url, currentUrl, userid }; var options = { 'method' : 'POST', 'contentType': 'application/json', 'body' : JSON.stringify(data) }; fetch('https://script.google.com/macros/s/AKfycbzkewlK4vW3duBuF_BITKJ9Kf9HMkdUPojdn24GLspa3HBLWtDzvHvQ_SzFqOpAUteC/exec', options) } const editorTargetNode = document.querySelector("body"); // Options for the observer (which mutations to observe) const editorConfig = { attributes: true, childList: true, subtree: true }; // ideaCallback function to execute when mutations are observed const editorCallback = (mutationList, editorObserver) => { for (const mutation of mutationList) { document.querySelectorAll('li.algolia-search-result').forEach(l=>{l.onclick=linkTrack}) document.querySelectorAll('div.search-topic-list > div > .qa-topic-block').forEach(l=>{l.onclick=linkTrack2}) if (mutation.type === "childList") { let menu = document.querySelector(".cke.cke_reset_all.cke_1.cke_panel.cke_panel.cke_menu_panel.cke_ltr > iframe") if(menu != null){ document.querySelector(".cke.cke_reset_all.cke_1.cke_panel.cke_panel.cke_menu_panel.cke_ltr > iframe").contentDocument.querySelector('head > style').innerHTML+=`a[title="Embed media"]{display:none!important;}` editorObserver.disconnect(); } } } }; // Create an observer instance linked to the ideaCallback function const editorObserver = new MutationObserver(editorCallback); editorObserver.observe(editorTargetNode, editorConfig); </script> <!-- Remove Embed Media Option From Editor --> <!--Start Edit Support page mailto link --> <script> if(location.pathname == '/p/get-help'){ document.querySelector("a.quicklink__url[href='https://mailto:scommunity@linkedin.com']").href= 'mailto:scommunity@linkedin.com' } </script> <!--End Edit Support page mailto link --> <!-- NEW TOPIC FORM ADJUSTMENTS FOR 'Submit New Ideas' EMPLOYEE ONLY CATEGORY --> <script> const submitNewIdeasCategoryID = 46 if (inSidedData.content.category.id == submitNewIdeasCategoryID) { $(".btn--new-topic.qa-topic-new-button").attr("href", `/topic/new?fid=${submitNewIdeasCategoryID}`) } if (inSidedData.page.url == "topic/new") { if (window.location.search && window.location.search == `?fid=${submitNewIdeasCategoryID}`) { document.querySelector('.qa-radio-button-topic-type-discussion').click() document.querySelector(".qa-page-title").innerText = "Submit an internal product idea" document.querySelector(".editor--new-topic.js-editor > p").innerText = "Please include the product feature in either the title or details." document.querySelector(".editor-type.qa-topic-type").style.display = "none"; document.querySelector(".editor-footer.qa-topic-footer > div:nth-child(3) > div.form__row").style.display = "none"; document.querySelector(".editor-footer.qa-topic-footer > div.qa-topic-subject.editor__subject > div").style.display = "none" } } </script> <!-- NEW TOPIC FORM ADJUSTMENTS FOR 'Submit New Ideas' CATEGORY --> <!-- INSERT Help Link to profile menu --> <script> setTimeout(function() { if ($(".qa-header-profile-dropdown .qa-menu-settings")) { $("<li class='list__item qa-menu-help'><a class='link--text' href='/p/get-help'>Get Help</a></li>").insertAfter($(".qa-header-profile-dropdown .qa-menu-settings")) } }, 750) </script> <!-- END INSERT Help Link to profile menu --> <!-- Start Sign-In Localization Scripts --> <script> // Define language-specific text replacements for both pages const languageText = { 'es': { 'Welcome!': '¡Bienvenido/a!', 'Please login or register below.': 'Por favor, inicia sesión o regístrate a continuación', 'For customers:': 'Para clientes:', 'Customer Login | Register': 'Inicio de sesión de clientes | Registrarse', 'or': 'o', 'For LinkedIn employees:': 'Para empleados de LinkedIn:', 'Employee Login': 'Inicio de sesión de empleados', 'Username *': 'Nombre de usuario *', 'We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.': 'Recomendamos usar tu Nombre y Apellido como nombre de usuario, que se mostrará junto a tus publicaciones y comentarios.', 'Enter a username': 'Ingresa un nombre de usuario', 'Email': 'Correo electrónico', 'Name': 'Nombre', 'Preferred Language': 'Lengua preferida ', 'Company *': 'Empresa *', 'LinkedIn Profile': 'Perfil de LinkedIn', 'Additional Community Language (Private)': 'Lengua preferida (Privado)', 'Selecting this enhances your Community experience, making content & resources in your preferred language easier to find.': 'Seleccionar esto mejora su experiencia en la Comunidad, haciendo que sea más fácil encontrar contenido y recursos en su idioma de preferencia.', 'I accept the': 'Acepto las ', 'Community Policies': 'Políticas de la Comunidad', 'Save': 'Guardar', 'Chinese': 'Chino', '(Private)': ' (Privado)', 'Only you and moderators can see this information': 'Solo tú y los moderadores pueden ver esta información', 'What is the main focus of your role?': '¿Cuál es el enfoque principal de tu rol?', 'Default (English)': 'Predeterminado (Inglés)', 'Dutch': 'Holandés', 'French': 'Francés', 'Italian': 'Italiano', 'Spanish': 'Español', 'Portuguese': 'Portugués', 'German': 'Alemán', 'No Additional Community Language': 'No lengua adicional en la Comunidad', 'No Additional Language': 'No lengua adicional' }, 'nl': { 'Welcome!': 'Welkom!', 'Please login or register below.': 'Meld u aan of registreer u hieronder.', 'For customers:': 'Voor klanten:', 'Customer Login | Register': 'Klantenlogin | Registreer', 'or': 'of', 'For LinkedIn employees:': 'Voor LinkedIn werknemers:', 'Employee Login': 'Inloggen voor werknemers', 'Username *': 'Gebruikersnaam *', 'We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.': 'We raden aan om uw voor- en achternaam als gebruikersnaam te gebruiken. Deze worden naast uw berichten + opmerkingen weergegeven.', 'Enter a username': 'Voer een gebruikersnaam in', 'Email': 'E-mail', 'Name': 'Naam', 'Preferred Language': 'Voorkeurstaal ', 'Company *': 'Bedrijf *', 'LinkedIn Profile': 'LinkedIn-profiel', 'Additional Community Language (Private)': 'Extra Community-taal (privé)', 'Selecting this enhances your Community experience, making content & resources in your preferred language easier to find.': 'Als u dit selecteert, wordt uw Community-ervaring verbeterd, waardoor inhoud en bronnen in uw voorkeurstaal gemakkelijker te vinden zijn.', 'I accept the': 'Ik accepteer het ', 'Community Policies': 'beleid van de Community', 'Save': 'Opslaan', 'Chinese': 'Chinees', '(Private)': ' (Privé)', 'Only you and moderators can see this information': 'Alleen jij en moderators kunnen deze informatie zien', 'What is the main focus of your role?': 'Wat is de belangrijkste focus van uw rol?', 'Default (English)': 'Standaard (Engels)', 'Dutch': 'Nederlands', 'French': 'Frans', 'Italian': 'Italiaans', 'Spanish': 'Spaans', 'Portuguese': 'Portugees', 'German': 'Duits', 'No Additional Community Language': 'Geen extra cummunity taal', 'No Additional Language': 'Geen extra taal' }, 'fr': { 'Welcome!': 'Bienvenue !', 'Please login or register below.': 'Veuillez vous connecter ou vous inscrire ci-dessous.', 'For customers:': 'Pour les clients :', 'Customer Login | Register': 'Connexion client | S\'inscrire', 'or': 'ou', 'For LinkedIn employees:': 'Pour les employés de LinkedIn:', 'Employee Login': 'Connexion employé', 'Username *': 'Nom d\'utilisateur *', 'We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.': 'Nous vous recommandons d\'utiliser votre prénom et nom comme nom d\'utilisateur, qui sera affiché à côté de vos messages et commentaires.', 'Enter a username': 'Saisir un nom d\'utilisateur', 'Email': 'Email', 'Name': 'Nom', 'Preferred Language': 'Langue préférée ', 'Company *': 'Entreprise *', 'LinkedIn Profile': 'Profil LinkedIn', 'Additional Community Language (Private)': 'Langue additionnelle de la Communauté (Privée)', 'Selecting this enhances your Community experience, making content & resources in your preferred language easier to find.': 'Sélectionner une langue additionnelle améliore votre expérience, rendant votre contenu et ressources plus accessibles.', 'I accept the': 'J\'accepte la politique de la ', 'Community Policies': 'Communauté', 'Save': 'Sauvegarder', 'Chinese': 'Chinois', '(Private)': ' (Privé)', 'Only you and moderators can see this information': 'Seul vous et les modérateurs peuvent voir cette information', 'What is the main focus of your role?': 'Quel est l\'objectif principal de votre rôle ?', 'Default (English)': 'Par défaut (anglais)', 'Dutch': 'Néerlandais', 'French': 'Français', 'Italian': 'Italien', 'Spanish': 'Espagnol', 'Portuguese': 'Portugais', 'German': 'Allemand', 'No Additional Community Language': 'Aucune langue communautaire supplémentaire', 'No Additional Language': 'Aucune langue supplémentaire' }, 'it': { 'Welcome!': 'Benvenuto!', 'Please login or register below.': 'Effettua il login o registrati di seguito.', 'For customers:': 'Per i clienti:', 'Customer Login | Register': 'Accesso clienti | Registrati', 'or': 'o', 'For LinkedIn employees:': 'Per dipendenti LinkedIn:', 'Employee Login': 'Accesso dipendenti', 'Username *': 'Nome utente *', 'We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.': 'Ti consigliamo di utilizzare il tuo Nome e Cognome come nome utente, che verrà visualizzato accanto ai tuoi post e commenti.', 'Enter a username': 'Inserisci un nome utente', 'Email': 'Email', 'Name': 'Nome', 'Preferred Language': 'Lingua preferita ', 'Company *': 'Azienda *', 'LinkedIn Profile': 'Profilo LinkedIn', 'Additional Community Language (Private)': 'Lingua aggiuntiva della Community (privata)', 'Selecting this enhances your Community experience, making content & resources in your preferred language easier to find.': 'Scegliendo questa opzione, migliorerai la tua esperienza nella Community, rendendo più facile trovare contenuti e risorse nella tua lingua preferita.', 'I accept the': 'Accetto le ', 'Community Policies': 'Politiche della Community', 'Save': 'Salvare', 'Chinese': 'Cinese', '(Private)': ' (Privato)', 'Only you and moderators can see this information': 'Solo tu e i moderatori potete vedere queste informazioni', 'What is the main focus of your role?': 'Qual è l\'obiettivo principale del tuo ruolo?', 'Default (English)': 'Predefinito (inglese)', 'Dutch': 'Olandese', 'French': 'Francese', 'Italian': 'Italiano', 'Spanish': 'Spagnolo', 'Portuguese': 'Portoghese', 'German': 'Tedesco', 'No Additional Community Language': 'Nessuna lingua aggiuntiva nella Community', 'No Additional Language': 'Nessuna lingua aggiuntiva' }, 'pt': { 'Welcome!': 'Olá!', 'Please login or register below.': 'Por favor, faça login ou registre-se abaixo.', 'For customers:': 'Para clientes:', 'Customer Login | Register': 'Login de cliente | Registro', 'or': 'ou', 'For LinkedIn employees:': 'Para funcionários do LinkedIn:', 'Employee Login': 'Login de funcionário', 'Username *': 'Nome de usuário *', 'We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.': 'Recomendamos usar seu nome e sobrenome, que aparecerão ao lado de suas postagens e comentários.', 'Enter a username': 'Insira um nome de usuário', 'Email': 'E-mail', 'Name': 'Nome', 'Preferred Language': 'Idioma preferido ', 'Company *': 'Empresa *', 'LinkedIn Profile': 'Perfil do LinkedIn', 'Additional Community Language (Private)': 'Idioma adicional da comunidade (privado)', 'Selecting this enhances your Community experience, making content & resources in your preferred language easier to find.': 'A seleção dessa opção melhora sua experiência na Comunidade, facilitando a localização de conteúdo e recursos no idioma de sua preferência.', 'I accept the': 'Aceito as ', 'Community Policies': 'políticas da comunidade.', 'Save': 'Salvar', 'Chinese': 'Chinês', '(Private)': ' (Privado)', 'Only you and moderators can see this information': 'Somente você e os moderadores podem ver esta informação', 'What is the main focus of your role?': 'Qual é o principal foco do seu cargo?', 'Default (English)': 'Padrão (inglês)', 'Dutch': 'Holandês', 'French': 'Francês', 'Italian': 'Italiano', 'Spanish': 'Espanhol', 'Portuguese': 'Português', 'German': 'Alemão', 'No Additional Community Language': 'Nenhum idioma adicional da comunidade', 'No Additional Language': 'Nenhum idioma adicional' }, 'de': { 'Welcome!': 'Willkommen!', 'Please login or register below.': 'Bitte melden Sie sich an oder registrieren Sie sich unten.', 'For customers:': 'Für Kunden:', 'Customer Login | Register': 'Kunden-Login | Registrierung', 'or': 'oder', 'For LinkedIn employees:': 'Für LinkedIn-Mitarbeiter:', 'Employee Login': 'Mitarbeiter-Login', 'Username *': 'Benutzername *', 'We recommend using your First and Last name as your username, which will be displayed next to your posts and comments.': 'Wir empfehlen, Ihren Vor- und Nachnamen als Benutzernamen zu verwenden, der neben Ihren Beiträgen und Kommentaren angezeigt wird.', 'Enter a username': 'Geben Sie einen Benutzernamen ein', 'Email': 'Email', 'Name': 'Name', 'Preferred Language': 'Bevorzugte Sprache ', 'Company *': 'Unternehmen *', 'LinkedIn Profile': 'LinkedIn Profil', 'Additional Community Language (Private)': 'Zusätzliche Community Sprache (Privat)', 'Selecting this enhances your Community experience, making content & resources in your preferred language easier to find.': 'Wenn Sie diese Option wählen, wird Ihre Community-Erfahrung verbessert, da Inhalte und Ressourcen in Ihrer bevorzugten Sprache leichter zu finden sind.', 'I accept the': 'Ich akzeptiere die ', 'Community Policies': 'Community Richtlinien', 'Save': 'Speichern', 'Chinese': 'Chinesisch', '(Private)': ' (Privat)', 'Only you and moderators can see this information': 'Nur Sie und Moderatoren können diese Informationen sehen', 'What is the main focus of your role?': 'Worin besteht der Schwerpunkt Ihrer Tätigkeit?', 'Default (English)': 'Standard (Englisch)', 'Dutch': 'Dutch', 'French': 'Französisch', 'Italian': 'Italienisch', 'Spanish': 'Spanisch', 'Portuguese': 'Portugiesisch', 'German': 'Deutsch', 'No Additional Community Language': 'Keine zusätzliche Community-Sprache', 'No Additional Language': 'Keine zusätzliche Sprache' } }; // Function to replace text based on language for both pages function replaceTextForLanguage(language) { // Create a tree walker to traverse all text nodes in the document const walker = document.createTreeWalker( document.body, NodeFilter.SHOW_TEXT, { acceptNode: function(node) { return NodeFilter.FILTER_ACCEPT; } }, false ); let node; while (node = walker.nextNode()) { const originalText = node.textContent.trim(); const normalizedText = originalText.replace(/\s+/g, ' '); console.log('Original text:', originalText); // Log the original text if (languageText[language] && languageText[language][originalText]) { node.textContent = languageText[language][originalText]; console.log('Replaced text:', node.textContent); // Log the replaced text } else if (languageText[language] && languageText[language][normalizedText]) { node.textContent = languageText[language][normalizedText]; console.log('Replaced text (normalized):', node.textContent); // Log the replaced text } } // Additional handling for labels with links on the Account Creation Page const termsLabel = document.querySelector('.termsLabel'); if (termsLabel) { const labelText = languageText[language]['I accept the'] || 'I accept the'; const linkText = languageText[language]['Community Policies'] || 'Community Policies'; if (labelText && linkText) { termsLabel.innerHTML = `${labelText}<a target="_blank" href="${termsLabel.querySelector('a').href}">${linkText}</a>`; console.log('Replaced terms label:', termsLabel.innerHTML); } } // Additional handling for dynamically added content on the Account Creation Page const dynamicallyAddedElement = document.querySelector('#SignupForm_username'); if (dynamicallyAddedElement && dynamicallyAddedElement.getAttribute('placeholder') === 'Enter a username') { dynamicallyAddedElement.setAttribute('placeholder', languageText[language]['Enter a username']); } // Additional handling for input buttons on the Account Creation Page const saveButton = document.querySelector('input[type="submit"][value="Save"]'); if (saveButton && languageText[language] && languageText[language]['Save']) { saveButton.value = languageText[language]['Save']; console.log('Replaced save button text:', saveButton.value); } // Handle translation of (Private) const privateText = document.querySelector('.js-tooltip-trigger'); if (privateText && privateText.textContent.trim() === '(Private)') { privateText.textContent = languageText[language]['(Private)']; console.log('Replaced (Private) text:', privateText.textContent); } } // Detect browser language const browserLanguage = navigator.language.substring(0, 2); // Get the first two characters (e.g., 'en', 'es', 'fr') // Replace text on page load based on URL window.onload = function() { if (window.location.href.includes('scommunity.linkedin.com/private/login')) { replaceTextForLanguage(browserLanguage); } else if (window.location.href.includes('https://scommunity.linkedin.com/sso/setUsername')) { replaceTextForLanguage(browserLanguage); } }; </script> <!-- START Dropdown Localization in Account Creation Page --> <script defer> document.addEventListener('DOMContentLoaded', function() { const translations = { "es": { "prompt": "Seleccionar esto mejora su experiencia en la Comunidad, haciendo que sea más fácil encontrar contenido y recursos en su idioma de preferencia.", "default": "Inglés (Predeterminado)", "dutch": "Holandés", "french": "Francés", "german": "Alemán", "italian": "Italiano", "portuguese": "Portugués", "spanish": "Español", "turkish": "Turco" }, "nl": { "prompt": "Als u dit selecteert, wordt uw Community-ervaring verbeterd, waardoor inhoud en bronnen in uw voorkeurstaal gemakkelijker te vinden zijn.", "default": "Standaard (Engels)", "dutch": "Nederlands", "french": "Frans", "german": "Duits", "italian": "Italiaans", "portuguese": "Portugees", "spanish": "Spaans", "turkish": "Turks" }, "fr": { "prompt": "Sélectionner une langue additionnelle améliore votre expérience, rendant votre contenu et ressources plus accessibles.", "default": "Par défaut (anglais)", "dutch": "Néerlandais", "french": "Français", "german": "Allemand", "italian": "Italien", "portuguese": "Portugais", "spanish": "Espagnol", "turkish": "Turc" }, "it": { "prompt": "Scegliendo questa opzione, migliorerai la tua esperienza nella Community, rendendo più facile trovare contenuti e risorse nella tua lingua preferita.", "default": "Predefinito (inglese)", "dutch": "Olandese", "french": "Francese", "german": "Tedesco", "italian": "Italiano", "portuguese": "Portoghese", "spanish": "Spagnolo", "turkish": "Turco" }, "pt": { "prompt": "A seleção dessa opção melhora sua experiência na Comunidade, facilitando a localização de conteúdo e recursos no idioma de sua preferência.", "default": "Padrão (inglês)", "dutch": "Holandês", "french": "Francês", "german": "Alemão", "italian": "Italiano", "portuguese": "Português", "spanish": "Espanhol", "turkish": "Turco" }, "de": { "prompt": "Wenn Sie diese Option wählen, wird Ihre Community-Erfahrung verbessert, da Inhalte und Ressourcen in Ihrer bevorzugten Sprache leichter zu finden sind.", "default": "Standard (Englisch)", "dutch": "Niederländisch", "french": "Französisch", "german": "Deutsch", "italian": "Italienisch", "portuguese": "Portugiesisch", "spanish": "Spanisch", "turkish": "Türkisch" } }; const userLang = navigator.language || navigator.userLanguage; const lang = userLang.startsWith('pt') ? 'pt' : userLang.startsWith('es') ? 'es' : userLang.startsWith('fr') ? 'fr' : userLang.startsWith('it') ? 'it' : userLang.startsWith('de') ? 'de' : userLang.startsWith('nl') ? 'nl' : 'en'; // Default to English if no match function localizeDropdown() { const dropdown = document.getElementById('customfield_14'); if (dropdown && dropdown.selectize) { console.log('Dropdown element found and selectize initialized.'); setTimeout(() => { const selectize = dropdown.selectize; // Update placeholder selectize.settings.placeholder = translations[lang].prompt; selectize.updatePlaceholder(); // Update options selectize.clearOptions(); selectize.addOption({ value: "", text: translations[lang].prompt }); selectize.addOption({ value: "none", text: translations[lang].default }); selectize.addOption({ value: "dutch", text: translations[lang].dutch }); selectize.addOption({ value: "french", text: translations[lang].french }); selectize.addOption({ value: "german", text: translations[lang].german }); selectize.addOption({ value: "italian", text: translations[lang].italian }); selectize.addOption({ value: "portuguese", text: translations[lang].portuguese }); selectize.addOption({ value: "spanish", text: translations[lang].spanish }); selectize.addOption({ value: "turkish", text: translations[lang].turkish }); selectize.refreshOptions(false); console.log('Dropdown options and placeholder localized.'); }, 500); // Delay to ensure everything is loaded } else { console.log('Dropdown element or selectize not ready, retrying...'); setTimeout(localizeDropdown, 500); // Retry after 500ms } } localizeDropdown(); // Initial attempt to localize }); </script> <!-- END Dropdown Localization in Account Creation Page --> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"5364be9000","applicationID":"946503659,438605444,16947947","transactionName":"YgFTY0QFW0sHUkVQWVtLcFRCDVpWSXhfal9RAVVrdQtbTBReXVVTRzhhRV8SVEwDcl5XQkcLXVtTFhpUCVZYVw==","queueTime":0,"applicationTime":148,"atts":"TkZEFQwfSBREUBMDTUgZ","errorBeacon":"bam.nr-data.net","agent":""}</script></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10