<!DOCTYPE html>
<html lang="en-US">


<head>
        
<!--
Note: We recommend inviting a professional web developer to work with custom code. 
Test your code on a staging environment before publishing. 

If you do not have access to a developer, inSided can provide Professional Services - please reach out to insidedProServ@gainsight.com 
-->

<!-- Cookies Banner script start-->

<script async="async" type="text/javascript" crossorigin="" src="//consent.trustarc.com/notice?domain=community.box.com&c=teconsent&text=true&pcookie=true&gtm=true&js=bb&noticeType=bb"></script>

<!-- Cookies Banner script end-->

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>               
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&amp;display=swap" rel="stylesheet">

<!-- 
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet"> 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/inter-ui/4.1.1/inter-display.min.css"> -->

<!--Adobe Analytics Script Starts-->
<script src="https://assets.adobedtm.com/6055abd7bbba/49dddd5e342a/launch-47b9e222c9be.min.js" async></script>
<!--Adobe Analytics Script Ends-->

<link rel="stylesheet" type="text/css" href="https://assets.sitescdn.net/answers-search-bar/v1.6/answers.css" />
<script src="https://assets.sitescdn.net/answers-search-bar/v1.6/answerstemplates.compiled.min.js" defer></script>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    var searchbarInHero = document.querySelector('.searchbar-in-hero') || document.querySelector('.hero-search');

    if (searchbarInHero) {
      // Clear existing content and append the .search-form div
      searchbarInHero.innerHTML = '';
      var searchFormDiv = document.createElement('div');
      searchFormDiv.classList.add('search-form');
      searchbarInHero.appendChild(searchFormDiv);

      // Inject custom styles
      var style = document.createElement('style');
      style.innerHTML = `
        .yxt-SearchBar-AnimatedIcon.js-yxt-AnimatedReverse {
          display: none;
        }
        
        .yxt-SearchBar-container form.yxt-SearchBar-form {
          display: flex !important;
        }

        .yxt-SearchBar-AnimatedIcon.js-yxt-AnimatedForward {
          display: flex;
        }

        .js-yext-submit.yxt-SearchBar-button {
          order: -1;
          padding-left: 18px;
          padding-right: 6px;
        }

        .yxt-SearchBar-AnimatedIcon .Icon--yext_animated_forward svg {
          width: 16px;
          height: 16px;
          transform: rotate(270deg);
        }

        .yxt-SearchBar input[class*=yxt-] {
          border: 0;
        }
      `;
      
      // Append the style element to the <head> of the document
      document.head.appendChild(style);
    }
  });

</script>




<!-- Added 24/11/25  -->


<script>
(function () {
  function insertCustomHeader() {
    const headerWrapper = document.querySelector(".main-navigation--wrapper.header-navigation > .main-navigation-sitewidth");

    if (!headerWrapper) {
      return;
    }

    // Check if header already exists to avoid duplicates
    if (document.querySelector(".custom-navigation-top")) return;

    // Your HTML + CSS
    const customHeaderHTML = `
      <style>
        /*media query Start*/
        
        @media (max-width: 900px) {
            .hero-search.search-v2,.searchbar-in-hero {
                 order: 2;
                 margin-left: auto;
             }
        }
        @media (max-width: 767px) {
            .searchbar-in-hero,.searchbar-in-hero.search-v2 {
                max-width: 430px;
                padding-left: 40px;
            }
        }
        @media (max-width: 490px) {
          .notification-center__panel.is-open { max-width: 300px; }
        }

        @media (max-width: 1385px) and (min-width: 900px) {
          .logo-link { margin-right: 12px; }  
        }

        @media (max-width: 900px) {
          nav.box-custom-navigation-container {
            flex-wrap: wrap;
            gap: 22px 0;
          }
          .hero-search.search-v2,.searchbar-in-hero {
            order: 2;
            margin-left: auto;
          }
        }
		@media (min-width: 901px) and (max-width: 1199px) {
          .searchbar-in-hero{
          	margin-right:10px;
          } 
        }
        @media (max-width: 767px) {
          .hero-search.search-v2.,
		  .searchbar-in-hero { max-width: 430px; }
        }

        @media (max-width: 530px) {
          .logo-link { 
          max-width: 100%;
          width: 140px; 
margin: auto 0;			
}
        }

        @media (max-width: 420px) {
          .logo-link { width: 118px; }
        }
        
		@media (max-width: 530px) {
            .searchbar-in-hero {
                max-width: 300px;
            }
        }
          @media (max-width: 424px) {
              .searchbar-in-hero {
                  max-width: 270px;
              }
          }

        /*media query end*/
        .main-navigation--nav-buttons-wrapper ul { padding: 0 !important; }
        .box-custom-navigation-container .logo-link svg { width: 100%; }
        .hero-search.search-v2 { width: calc(100% - 70px); }
        form.yxt-SearchBar-form { position: relative !important; }

        /* Yext style start */
        .yxt-SearchBar-container{
           z-index: 9999;
        }
        .yxt-SearchBar-container { border-radius: 10px !important; }
        .yxt-SearchBar-AnimatedIcon .Icon--yext_animated_forward svg {
          width: 20px !important;
          height: 20px !important;
        }
        .yxt-SearchBar { height: auto !important; }
        .js-yext-submit.yxt-SearchBar-button { padding: 8px 0 8px 15px; }
        /* Yext style end */

        .searchbar-in-hero { margin-top: 0 !important; }
        .box-custom-navigation-container {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          width: 100%;
          max-width: 1385px;
          position: relative;
          margin-left: auto;
          margin-right: auto;
          padding: 0 27px;
        }

        .logo-link { order: -1; }

        .menu-create-topic.qa-menu-create-topic.btn.btn--cta {
          color: #fff;
          font-size: 14px;
          line-height: 20px;
          font-weight: 500;
          font-family: ui-sans-serif, system-ui, sans-serif;
          background-color: #155dfc;
          border-radius: 3.40282e38px;
          padding: 8px 26px;
        }

        .searchbar-in-hero.search-v2 {
          width: 100%;
          max-width: 672px;
        }
      </style>

      <section class="custom-navigation-top">
        <nav class="box-custom-navigation-container">
          <a href="/" class="logo-link">
            <img src="https://uploads-us-west-2.insided.com/box-en-sandbox/attachment/b0156fa4-b248-465b-8774-bba11e13bf94.png" alt="Community logo">
          </a>
        </nav>
      </section>
    `;

    // Insert before the target header wrapper
    headerWrapper.insertAdjacentHTML("beforebegin", customHeaderHTML);
  }

  // Run when DOM is ready
  document.addEventListener("DOMContentLoaded", insertCustomHeader);

  // Re-run when SPA navigation occurs
  const observer = new MutationObserver(() => {
    if (!document.querySelector(".custom-navigation-top")) {
      insertCustomHeader();
    }
  });
  if (document.body) {
      observer.observe(document.body, { childList: true, subtree: true });
    }
})();
</script>

<script>
document.addEventListener("DOMContentLoaded", function () {

  const searchBanner = document.querySelector(".brand-hero.qa-brand-hero.custom-hero-banner .hero-search.search-v2") 
    || document.querySelector(".qa-subForum-header .searchbar-in-hero");

  const navButtonsWrapper = document.querySelector(".main-navigation--wrapper.header-navigation .main-navigation--nav-buttons-wrapper");
  const navigationContainer = document.querySelector(".box-custom-navigation-container");

  if (!navigationContainer || !navButtonsWrapper) return;
  // --- STEP 1: Create a clone BEFORE moving ---
  const cloneForOldPosition = navButtonsWrapper.cloneNode(true);
  // --- STEP 2: Insert the clone at the original position (after original) ---
  navButtonsWrapper.insertAdjacentElement("afterend", cloneForOldPosition);
  // --- STEP 3: Move the ORIGINAL nav buttons to the top ---
  navigationContainer.insertBefore(navButtonsWrapper, navigationContainer.firstChild);
  // --- STEP 4: Move the search banner ---
  if (searchBanner) {
    navigationContainer.insertBefore(searchBanner, navigationContainer.children[1] || null);
  }
});

 
  
  // ------------------ for open the search bar on the Window + K ---------------------------

document.addEventListener("DOMContentLoaded", function () {
  const isMac = navigator.platform.toUpperCase().includes("MAC");
  const osType = isMac ? "Mac" : "Windows";

  // Create <style> element dynamically
  const style = document.createElement("style");

  if (isMac) {
    // Mac users see ⌘ + K (Command + K)
    style.textContent = `
      .yxt-SearchBar-form {
        position: relative !important;
      }
      .yxt-SearchBar-form:after {
        content: "⌘ K" !important;
        position: absolute !important;
        right: 30px !important;
        top: 52% !important;
        transform: translateY(-50%) !important;
        font-size: 11px !important;
        color: 999999 !important;
        transition: opacity 0.2s ease !important;
      }
      .yxt-SearchBar-form.hide-shortcut:after {
        opacity: 0 !important;
        visibility: hidden !important;
      }
    `;
  } else {
    // Windows users see Ctrl + K
    style.textContent = `
      .yxt-SearchBar-form {
        position: relative !important;
      }
      .yxt-SearchBar-form:after {
        content: "Ctrl K" !important;
        font-size: 11px !important;
        color: #999999 !important;
        position: absolute !important;
        right: 30px !important;
        top: 52% !important;
        transform: translateY(-50%) !important;
        transition: opacity 0.2s ease !important;
      }
      .yxt-SearchBar-form.hide-shortcut:after {
        opacity: 0 !important;
        visibility: hidden !important;
      }
       
      @media (max-width: 767px) {
        .yxt-SearchBar-form:after {
          content: "" !important;
          display: none !important;
        }
    `;
  }

  // Append style to document head
  document.head.appendChild(style);  
});


  document.addEventListener("keydown", e => {
  if ((e.ctrlKey || e.metaKey) && e.key === "k") {
    e.preventDefault();
    document.querySelector("#yxt-SearchBar-input--search-bar")?.focus();
  }
});

</script>
<style>
  .custom-html-widget-wrapper .signup-community-wrapper{
display:none;
}
</style>





<script>
(function () {
    const referrer = document.referrer;
    const nav = performance.getEntriesByType("navigation")[0];

    console.log("Referrer:", referrer);
    console.log("Navigation Type:", nav?.type);

    const JP_REFERRERS = [
        "https://master-sleepily--pleased--moth-pgsdemo-com.preview.pagescdn.com/",
        "https://stage-sleepily--pleased--moth-pgsdemo-com.preview.pagescdn.com/",
		"https://sleepily-pleased-moth.pgsdemo.com/"
    ];

    const ENG_REFERRERS = [
        "https://search.box.com.pagescdn.com/",
        "https://search_box_com.yextpages.net/"
    ];

    const ALLOWED_REFERRERS = [
        ...JP_REFERRERS,
        ...ENG_REFERRERS
    ];

    const STORAGE_KEY = "custom403Access";

    // Check if user came from allowed referrer
    const isJPReferrer = JP_REFERRERS.some(url => referrer.includes(url));
    const isAllowedReferrer = ALLOWED_REFERRERS.some(url => referrer.includes(url));

    // Save access if user came from allowed referrer
    if (isAllowedReferrer) {
        sessionStorage.setItem(STORAGE_KEY, "true");

        // Save locale based on referrer
        if (isJPReferrer) {
            sessionStorage.setItem("custom403Locale", "ja");
        } else {
            sessionStorage.setItem("custom403Locale", "en");
        }
    }

    // Exit unless user has already come from an allowed referrer
    if (sessionStorage.getItem(STORAGE_KEY) !== "true") {
        return;
    }

    // Hide default 403 image before first paint
    document.documentElement.classList.add("custom-403");

    const style = document.createElement("style");
    style.textContent = `
        .custom-403 .destination_error_image {
            opacity: 0 !important;
            visibility: hidden !important;
            pointer-events: none !important;
        }
    `;
    document.head.appendChild(style);


    function update403Page() {

        if (
            !window.inSidedData ||
            inSidedData?.page?.name !== "Error 403"
        ) {
            return false;
        }

        const heading = document.querySelector(".destination_error_message_header span");
        const description = document.querySelector(".destination_error_message_description span");
        const errorImage = document.querySelector(".destination_error_image");

        if (!heading || !description) {
            return false;
        }


        const locale = (
            inSidedData?.page?.language ||
            document.documentElement.lang ||
            ""
        ).toLowerCase();


        // Determine language using referrer OR saved locale
        const isJapanese =
            isJPReferrer ||
            sessionStorage.getItem("custom403Locale") === "ja" ||
            locale.startsWith("ja");


        // Save locale for future reloads/address bar navigation
        if (isJapanese) {
            sessionStorage.setItem("custom403Locale", "ja");
        } else {
            sessionStorage.setItem("custom403Locale", "en");
        }


        if (isJapanese) {

            heading.textContent =
                "アクセスするにはログインしてください";

            description.innerHTML =
                "申し訳ありませんが、ログインしていないため、またはお使いのアカウントにこのページを閲覧する権限がないため、このエリアにアクセスできません。<br>この問題が解決しない場合は、community-manager@box.com までお問い合わせください。";

        } else {

            heading.textContent =
                "Please login for access";

            description.innerHTML =
                "Sorry but it seems you cannot access this area because you are not logged in, or your account does not have the rights to view this page. Please contact community-manager@box.com if this issue persists.";

        }


        if (errorImage) {
            errorImage.remove();
        }

        return true;
    }


    // Run after page load/render
    if (!update403Page()) {

        const observer = new MutationObserver(() => {

            if (update403Page()) {
                observer.disconnect();
            }

        });


        observer.observe(document.documentElement, {
            childList: true,
            subtree: true
        });

    }

})();
</script>
    
        

<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"]},feature_flags:["soft_nav"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:"1103262017",accountID:"554661",trustKey:"2935615",xpid:"UQMDV1BSGwoJU1FTBwYEVw==",licenseKey:"5364be9000",applicationID:"997010731",browserID:"1103262017"};;/*! For license information please see nr-loader-spa-1.319.0.min.js.LICENSE.txt */
(()=>{var e={8122(e,t,r){"use strict";r.d(t,{a:()=>s});var n=r(944);function s(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)),i=0===Object.keys(r).length?e:r;for(let o in i)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArray(t[o])?r[o]=Array.from(new Set([...e[o],...t[o]])):e[o]instanceof Map||e[o]instanceof Set||e[o]instanceof Date||e[o]instanceof RegExp?r[o]=e[o]:"object"==typeof e[o]&&null!==t[o]&&"object"==typeof t[o]?r[o]=s(e[o],t[o]):r[o]=e[o]}catch(e){r[o]||(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},2555(e,t,r){"use strict";r.d(t,{f:()=>o});var n=r(384),s=r(8122);const i={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};function o(e){try{return!!e.licenseKey&&!!e.errorBeacon&&!!e.applicationID}catch(e){return!1}}r.d(t,["D",0,e=>(0,s.a)(e,i)])},7699(e,t,r){"use strict";var n=r(860);const s={[n.K7.logging]:!0,[n.K7.genericEvents]:!0,[n.K7.jserrors]:!0,[n.K7.ajax]:!0};r.d(t,["It",0,1e6,"KC",0,s,"qh",0,"SESSION_ERROR"])},9324(e,t,r){"use strict";r.d(t,["A",0,"@newrelic/rrweb","x",0,"1.319.0"])},981(e,t,r){"use strict";r.d(t,["R",0,{AJAX:"AjaxRequest",PA:"PageAction",UA:"UserAction",BP:"BrowserPerformance",WS:"WebSocket",SPV:"SecurityPolicyViolation",JSE:"JavaScriptError",LOG:"Log",PVE:"PageView",PVT:"PageViewTiming",SR:"SessionReplay",ST:"SessionTrace",BI:"BrowserInteraction"}])},6154(e,t,r){"use strict";var n=r(1863);const s="undefined"!=typeof window&&!!window.document,i="undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),o=s?window:"undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),a=Boolean("hidden"===o?.document?.visibilityState),c=""+o?.location,d=/iPad|iPhone|iPod/.test(o.navigator?.userAgent),u=d&&"undefined"==typeof SharedWorker,l=(()=>{const e=o.navigator?.userAgent?.match(/Firefox[/\s](\d+\.\d+)/);return Array.isArray(e)&&e.length>=2?+e[1]:0})(),f=Date.now()-(0,n.t)();r.d(t,["OF",0,d,"RI",0,s,"WN",0,f,"bv",0,i,"gm",0,o,"lR",0,l,"m",0,c,"mw",0,a,"sb",0,u,"zk",0,()=>{const e=o?.performance?.getEntriesByType?.("navigation")?.[0];if(e&&e.responseStart>0&&e.responseStart<o.performance.now())return e}])},7295(e,t,r){"use strict";r.d(t,{Xv:()=>o,gX:()=>s,iW:()=>i});var n=[];function s(e){if(!e||i(e))return!1;if(0===n.length)return!0;if("*"===n[0].hostname)return!1;for(var t=0;t<n.length;t++){var r=n[t];if(r.hostname.test(e.hostname)&&r.pathname.test(e.pathname))return!1}return!0}function i(e){return void 0===e.hostname}function o(e){if(n=[],e&&e.length)for(var t=0;t<e.length;t++){let r=e[t];if(!r)continue;if("*"===r)return void(n=[{hostname:"*"}]);0===r.indexOf("http://")?r=r.substring(7):0===r.indexOf("https://")&&(r=r.substring(8));const s=r.indexOf("/");let i,o;s>0?(i=r.substring(0,s),o=r.substring(s)):(i=r,o="*");let[c]=i.split(":");n.push({hostname:a(c),pathname:a(o,!0)})}}function a(e,t=!1){const r=e.replace(/[.+?^${}()|[\]\\]/g,e=>"\\"+e).replace(/\*/g,".*?");return new RegExp((t?"^":"")+r+"$")}},3241(e,t,r){"use strict";r.d(t,{W:()=>s});var n=r(6154);function s(e={}){try{n.gm.dispatchEvent(new CustomEvent("newrelic",{detail:e}))}catch(e){}}},1687(e,t,r){"use strict";r.d(t,{Ak:()=>a,Ze:()=>d,x3:()=>c});var n=r(3241),s=r(3606),i=r(860),o=r(2646);function a(e,t){if(!e)return;const r={staged:!1,priority:i.P3[t]||0};e.runtime.drainRegistry.get(t)||e.runtime.drainRegistry.set(t,r)}function c(e,t){if(!e)return;const r=e.runtime.drainRegistry;r&&(r.get(t)&&r.delete(t),l(e,t,!1),r.size&&u(e))}function d(e,t="feature",r=!1){if(e){if(!e.runtime.drainRegistry.get(t)||r)return l(e,t);e.runtime.drainRegistry.get(t).staged=!0,u(e)}}function u(e){if(!e)return;const t=Array.from(e.runtime.drainRegistry);t.every(([e,t])=>t.staged)&&(t.sort((e,t)=>e[1].priority-t[1].priority),t.forEach(([t])=>{e.runtime.drainRegistry.delete(t),l(e,t)}))}function l(e,t,r=!0){if(!e)return;const i=e.ee,a=s.i.handlers;if(i&&!i.aborted&&i.backlog&&a){if((0,n.W)({type:"lifecycle",name:"drain",feature:t}),r){const e=i.backlog[t],r=a[t];if(r){for(let t=0;e&&t<e.length;++t)f(e[t],r);Object.entries(r).forEach(([e,t])=>{Object.values(t||{}).forEach(t=>{t[0]?.on&&t[0].context()instanceof o.y&&!t[0].listeners(e).includes(t[1])&&t[0].on(e,t[1])})})}}i.isolatedBacklog||delete a[t],i.backlog[t]=null,i.emit("drain-"+t,[])}}function f(e,t){var r=e[1];Object.values(t[r]||{}).forEach(t=>{var r=e[0];if(t[0]===r){var n=t[1],s=e[3],i=e[2];n.apply(s,i)}})}},7836(e,t,r){"use strict";var n=r(384),s=r(8990),i=r(2646),o=r(5607);const a="nr@context:".concat(o.W),c=function e(t,r){var n={},o={},u={},l=!1;try{l=16===r.length&&d.initializedAgents?.[r]?.runtime.isolatedBacklog}catch(e){}var f={on:p,addEventListener:p,removeEventListener:function(e,t){var r=n[e];if(!r)return;for(var s=0;s<r.length;s++)r[s]===t&&r.splice(s,1)},emit:function(e,r,n,s,i){!1!==i&&(i=!0);if(c.aborted&&!s)return;t&&i&&t.emit(e,r,n);var a=h(n);g(e).forEach(e=>{e.apply(a,r)});var d=v()[o[e]];d&&d.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])=>{o[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()[o[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 i.y?e:e?(0,s.I)(e,a,()=>new i.y(a)):new i.y(a)}function p(e,t){n[e]=g(e).concat(t)}function g(e){return n[e]||[]}function m(t){return u[t]=u[t]||e(f,t)}function v(){return f.backlog}}(void 0,"globalEE"),d=(0,n.Zm)();d.ee||(d.ee=c),r.d(t,["P",0,a,"ee",0,c])},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:()=>s});var n=r(7836).ee.get("handle");function s(e,t,r,s,i){i?(i.buffer([e],s),i.emit(e,t,r)):(n.buffer([e],s),n.emit(e,t,r))}},3606(e,t,r){"use strict";r.d(t,{i:()=>i});var n=r(9908);i.on=o;var s=i.handlers={};function i(e,t,r,i){o(i||n.d,s,e,t,r)}function o(e,t,r,s,i){i||(i="feature"),e||(e=n.d);var o=t[i]=t[i]||{};(o[r]=o[r]||[]).push([e,s])}},3878(e,t,r){"use strict";function n(e,t){return{capture:e,passive:!1,signal:t}}function s(e,t,r=!1,s){window.addEventListener(e,t,n(r,s))}function i(e,t,r=!1,s){document.addEventListener(e,t,n(r,s))}r.d(t,{DD:()=>i,jT:()=>n,sp:()=>s})},5607(e,t,r){"use strict";const n=(0,r(9566).bz)();r.d(t,["W",0,n])},9566(e,t,r){"use strict";r.d(t,{LA:()=>o,ZF:()=>a,bz:()=>i,el:()=>c});var n=r(6154);function s(e,t){return e?15&e[t]:16*Math.random()|0}function i(){const e=n.gm?.crypto||n.gm?.msCrypto;let t,r=0;return e&&e.getRandomValues&&(t=e.getRandomValues(new Uint8Array(30))),"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".split("").map(e=>"x"===e?s(t,r++).toString(16):"y"===e?(3&s()|8).toString(16):e).join("")}function o(e){const t=n.gm?.crypto||n.gm?.msCrypto;let r,i=0;t&&t.getRandomValues&&(r=t.getRandomValues(new Uint8Array(e)));const o=[];for(var a=0;a<e;a++)o.push(s(r,i++).toString(16));return o.join("")}function a(){return o(16)}function c(){return o(32)}},2614(e,t,r){"use strict";r.d(t,["BB",0,18e5,"Wt",0,"NRBA_SESSION::","g",0,{OFF:0,FULL:1,ERROR:2},"iL",0,{SAME_TAB:"same-tab",CROSS_TAB:"cross-tab"},"tS",0,{STARTED:"session-started",PAUSE:"session-pause",RESET:"session-reset",RESUME:"session-resume",UPDATE:"session-update"},"wk",0,144e5])},733(e,t,r){"use strict";function n(e,t){return function(e){let t=2166136261;for(let r=0;r<e.length;r++)t^=e.charCodeAt(r),t=Math.imul(t,16777619);return(t>>>0).toString(16).padStart(8,"0")}("".concat(String(e),":").concat(String(t)))}r.d(t,{Y:()=>n})},1863(e,t,r){"use strict";function n(){return Math.floor(performance.now())}r.d(t,{t:()=>n})},9119(e,t,r){"use strict";r.d(t,{L:()=>i});var n=/([^?#]*)[^#]*(#[^?]*|$).*/,s=/([^?#]*)().*/;function i(e,t){return e?e.replace(t?n:s,"$1$2"):e}},7485(e,t,r){"use strict";r.d(t,{D:()=>s});var n=r(6154);function s(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{}}}},7866(e,t,r){"use strict";r.d(t,["Nc",0,/^\s*at Function code \(Function code:\d+:\d+\)\s*/i,"cn",0,/^\s*(?:([^@]*)(?:\(.*?\))?@)?((?:file|http|https|chrome|safari-extension).*?):(\d+)(?::(\d+))?\s*$/i,"fL",0,/^\s*at .+ \(eval at \S+ \((?:(?:file|http|https):[^)]+)?\)(?:, [^:]*:\d+:\d+)?\)$/i,"h3",0,/function (.+?)\s*\(/,"hB",0,/^\s*at (?:((?:\[object object\])?(?:[^(]*\([^)]*\))*[^()]*(?: \[as \S+\])?) )?\(?((?:file|http|https|chrome-extension):.*?)?:(\d+)(?::(\d+))?\)?\s*$/i])},944(e,t,r){"use strict";r.d(t,{R:()=>s});var n=r(3241);function s(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),(0,n.W)({drained:null,type:"data",name:"warn",feature:"warn",data:{code:e,secondary:t}}))}},8990(e,t,r){"use strict";r.d(t,{I:()=>s});var n=Object.prototype.hasOwnProperty;function s(e,t,r){if(n.call(e,t))return e[t];var s=r();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:s,writable:!0,enumerable:!1}),s}catch(e){}return e[t]=s,s}},6389(e,t,r){"use strict";function n(e,t=500,r={}){const n=r?.leading||!1;let s;return(...r)=>{n&&void 0===s&&(e.apply(this,r),s=setTimeout(()=>{s=clearTimeout(s)},t)),n||(clearTimeout(s),s=setTimeout(()=>{e.apply(this,r)},t))}}function s(e){let t=!1;return(...r)=>{t||(t=!0,e.apply(this,r))}}r.d(t,{J:()=>s,s:()=>n})},1910(e,t,r){"use strict";r.d(t,{i:()=>i});var n=r(944);const s=new Map;function i(...e){return e.every(e=>{if(s.has(e))return s.get(e);const t="function"==typeof e?e.toString():"",r=t.includes("[native code]"),i=t.includes("nrWrapper");return r||i||(0,n.R)(64,e?.name||t),s.set(e,r),r})}},3304(e,t,r){"use strict";r.d(t,{A:()=>s});var n=r(7836);function s(e){try{return JSON.stringify(e,(()=>{const e=new WeakSet;return(t,r)=>{if("object"==typeof r&&null!==r){if(e.has(r))return;e.add(r)}return r}})())??""}catch(e){try{n.ee.emit("internal-error",[e])}catch(e){}return""}}},7508(e,t,r){"use strict";r.d(t,{AZ:()=>g,Qr:()=>b,QL:()=>m});var n=r(6154),s=r(1863),i=r(9119),o=r(7866);class a{dom=new c;performance=new c;constructor(e){this.url=e}get script(){const e=Math.max(this.dom.start,this.performance.end);return{start:e,end:Math.max(this.dom.end,this.performance.end,e)}}}class c{start=0;end=0;value=void 0}let d;try{d=g(m())[0]}catch(e){d=g(e)[0]}const u=e=>"script"===e.initiatorType||["link","fetch"].includes(e.initiatorType)&&e.name.endsWith(".js"),l=new Map;let f=[];function h(e){return l.get(e)}function p(e){const t=h(e);if(t)return t;const r=new a(e);if(l.set(e,r),l.size>1e3){const e=l.keys().next().value;l.delete(e)}return r}if(n.gm.MutationObserver&&n.gm.document){new MutationObserver(e=>{e.forEach(e=>{e.addedNodes.forEach(e=>{if("SCRIPT"===e.nodeName&&e.src){const t=p((0,i.L)(e.src));t.dom.start=(0,s.t)(),t.dom.value=e;const r=()=>{t.dom.end=(0,s.t)()};["load","error"].forEach(t=>e.addEventListener(t,r,{once:!0}))}})})}).observe(n.gm.document,{childList:!0,subtree:!0})}if(n.gm.PerformanceObserver?.supportedEntryTypes.includes("resource")){new PerformanceObserver(e=>{e.getEntries().filter(u).forEach(e=>{const t=p((0,i.L)(e.name));t.performance.start=Math.floor(e.startTime),t.performance.end=Math.floor(e.responseEnd),t.performance.value=e;const r=[];f.forEach(({test:t,addedAt:n},i)=>{(t(e)||(0,s.t)()-n>1e4)&&r.push(i)}),f=f.filter((e,t)=>!r.includes(t))})}).observe({type:"resource",buffered:!0})}function g(e){if(!e||"string"!=typeof e)return[];const t=new Set,r=e.split("\n");for(const e of r){const r=e.match(o.cn)||e.match(o.hB)||e.match(o.fL);if(r&&r[2])t.add((0,i.L)(r[2]));else{const r=e.match(/\(([^)]+\.js):\d+:\d+\)/)||e.match(/^\s+at\s+([^\s(]+\.js):\d+:\d+/);r&&r[1]&&t.add((0,i.L)(r[1]))}}return[...t]}function m(){let e;try{const t=Error.stackTraceLimit;Error.stackTraceLimit=50,e=(new Error).stack,Error.stackTraceLimit=t}catch(t){e=(new Error).stack}return e}function v(e,t){return(0,i.L)(e.name)===t}function y(e,t){e.fetchStart=Math.floor(t.startTime),e.fetchEnd=Math.floor(t.responseEnd),e.asset=t.name,e.type=t.initiatorType}function b(){const e={registeredAt:(0,s.t)(),reportedAt:void 0,fetchStart:0,fetchEnd:0,scriptStart:0,scriptEnd:0,asset:void 0,type:"unknown"},t=m();if(!t)return e;const r=n.gm.performance?.getEntriesByType("navigation")?.[0]?.name||"";try{const o=g(t),a=(o.length>1?o.filter(e=>d!==e):o)[0];if(!a)return e;if(r.includes(a))return e.asset=(0,i.L)(r),e.type="inline",e;e.correlation=h(a);const c=e.correlation?.performance.value||performance.getEntriesByType("resource").find(e=>v(e,a));c?y(e,c):function(e){if(!e||!n.gm.document)return!1;try{const t=n.gm.document.querySelectorAll('link[rel="preload"][as="script"]');for(const r of t)if((0,i.L)(r.href)===e)return!0}catch(e){}return!1}(a)&&(e.asset=a,e.type="preload",f.push({addedAt:(0,s.t)(),test:t=>!!v(t,a)&&(y(e,t),!0)})),Object.defineProperty(e,"scriptStart",{get:()=>e.correlation?.script.start||e.fetchEnd}),Object.defineProperty(e,"scriptEnd",{get:()=>e.correlation?.script.end||e.registeredAt})}catch(e){}return e}},5732(e,t,r){"use strict";r.d(t,{$5:()=>d,B5:()=>c,Ms:()=>s,Ux:()=>o,YA:()=>a,yx:()=>i});var n=r(7508);function s(e,t){if(!e||!t?.init.api.register.enabled)return[];const r=t.runtime.registeredEntities;return r?.filter(t=>String(t.metadata.target.id)===String(e)).map(e=>e.metadata.target)||[]}function i(e,t){if(!e||!t?.init.api.register.enabled)return[];const r=t.runtime.registeredEntities;return r?.filter(t=>t.metadata.timings?.asset?.endsWith(e)).map(e=>e.metadata.target)||[]}function o(e,t){if(!u(t))return{};const r=t.agentRef.runtime.appMetadata.agents[0].entityGuid;return e?e.attributes:{"entity.guid":r,appId:t.agentRef.info.applicationID}}function a(e,t){return c(e,t)?{"child.id":e.id,"child.type":e.type,...o(void 0,t)}:{}}function c(e,t){return!!e&&!!u(t)&&t.agentRef.init.api.register.duplicate_data_to_container}function d(e){if(!e?.init.api.register.enabled||!e?.runtime?.registeredEntities?.length)return[void 0];const t=[];try{var r=(0,n.AZ)((0,n.QL)());let s=r.length-1;for(;r[s];)t.push(...i(r[s--],e))}catch(e){}return t.length||t.push(void 0),t}function u(e){return 2===e?.harvestEndpointVersion}r.d(t,["fQ",0,{MFE:"MFE",BA:"BA"}])},5289(e,t,r){"use strict";r.d(t,{GG:()=>o,Qr:()=>c,sB:()=>a});var n=r(3878),s=r(6389);function i(){return"undefined"==typeof document||"complete"===document.readyState}function o(e,t){if(i())return e();const r=(0,s.J)(e),o=setInterval(()=>{i()&&(clearInterval(o),r())},500);(0,n.sp)("load",r,t)}function a(e){if(i())return e();(0,n.DD)("DOMContentLoaded",e)}function c(e){if(i())return e();(0,n.sp)("popstate",e)}},384(e,t,r){"use strict";r.d(t,{Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),s=r(1863),i=r(944),o=r(1910);const a={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net"};function c(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function d(){let e=c();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate||n.gm.setInterval,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},(0,o.i)(...Object.values(e.o))),e}function u(e,t){let r=c();r.initializedAgents??={},t.initializedAt={ms:(0,s.t)(),date:new Date},r.initializedAgents[e]=t,2===Object.keys(r.initializedAgents).length&&(0,i.R)(69)}function l(){return function(){let e=c();const t=e.info||{};e.info={beacon:a.beacon,errorBeacon:a.errorBeacon,...t}}(),function(){let e=c();const t=e.init||{};e.init={...t}}(),d(),function(){let e=c();const t=e.loader_config||{};e.loader_config={...t}}(),c()}r.d(t,["NT",0,a])},2843(e,t,r){"use strict";r.d(t,{G:()=>i,u:()=>s});var n=r(3878);function s(e,t=!1,r,s){(0,n.DD)("visibilitychange",function(){if(t)return void("hidden"===document.visibilityState&&e());e(document.visibilityState)},r,s)}function i(e,t,r){(0,n.sp)("pagehide",e,t,r)}},8139(e,t,r){"use strict";r.d(t,{u:()=>f});var n=r(7836),s=r(3434),i=r(8990),o=r(6154);const a={},c=o.gm.XMLHttpRequest,d="addEventListener",u="removeEventListener",l="nr@wrapped:".concat(n.P);function f(e){var t=function(e){return(e||n.ee).get("events")}(e);if(a[t.debugId]++)return t;a[t.debugId]=1;var r=(0,s.YM)(t,!0);function f(e){r.inPlace(e,[d,u],"-",p)}function p(e,t){return e[1]}return"getPrototypeOf"in Object&&(o.RI&&h(document,f),c&&h(c.prototype,f),h(o.gm,f)),t.on(d+"-start",function(e,t){var n=e[1];if(null!==n&&("function"==typeof n||"object"==typeof n)&&"newrelic"!==e[0]){var s=(0,i.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]=s}}),t.on(u+"-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,d);)n=Object.getPrototypeOf(n);n&&t(n,...r)}},3434(e,t,r){"use strict";r.d(t,{YM:()=>d});var n=r(7836),s=r(5607),i=r(5732);const o="nr@original:".concat(s.W);var a=Object.prototype.hasOwnProperty,c=!1;function d(e,t,r){return e||(e=n.ee),s.inPlace=function(e,t,r,n,i,o){r||(r="");const a="-"===r.charAt(0);for(let c=0;c<t.length;c++){const d=t[c],u=e[d];l(u)||(e[d]=s(u,a?d+r:r,n,d,i,o))}},s.flag=o,s;function s(t,n,s,c,f,h){return l(t)?t:(n||(n=""),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,l,p;let g,m;try{a=this,o=[...arguments],m=h?(0,i.$5)(r):[void 0],l="function"==typeof s?s(o,a):s||{}}catch(t){u([t,"",[o,a,c],l],e)}d(n+"start",[o,a,c,m],l,f);const v=performance.now();let y;try{return p=t.apply(a,o),y=performance.now(),p}catch(e){throw y=performance.now(),d(n+"err",[o,a,e,m],l,f),g=e,g}finally{const e=y-v,t={start:v,end:y,duration:e,isLongTask:e>=50,methodName:c,thrownError:g};t.isLongTask&&d("long-task",[t,a,m],l,f),d(n+"end",[o,a,p,m],l,f)}}}function d(r,n,s,i){if(!c||t){var o=c;c=!0;try{e.emit(r,n,s,t,i)}catch(t){u([t,r,n,s],e)}c=o}}}function u(e,t){t||(t=n.ee);try{t.emit("internal-error",e)}catch(e){}}function l(e){return!(e&&"function"==typeof e&&e.apply&&!e[o])}r.d(t,["Jt",0,o])},9300(e,t,r){"use strict";const n=r(860).K7.ajax;r.d(t,["TZ",0,n,"f5",0,"ajaxRequest.id","mo",0,{NONE:"none",FAILURES:"failures",ALL:"all"}])},3333(e,t,r){"use strict";var n=r(981);const s=r(860).K7.genericEvents,i=[n.R.PA,n.R.UA,n.R.BP];r.d(t,["$v",0,{RESOURCES:"experimental.resources",REGISTER:"register"},"TZ",0,s,"Zp",0,["auxclick","click","copy","keydown","paste","scrollend"],"kd",0,i,"qN",0,["focus","blur"]])},6774(e,t,r){"use strict";const n=r(860).K7.jserrors;r.d(t,["T",0,n])},993(e,t,r){"use strict";const n=r(860).K7.logging;r.d(t,["A$",0,{OFF:0,ERROR:1,WARN:2,INFO:3,DEBUG:4,TRACE:5},"TZ",0,n,"p_",0,{ERROR:"ERROR",WARN:"WARN",INFO:"INFO",DEBUG:"DEBUG",TRACE:"TRACE"}])},3785(e,t,r){"use strict";r.d(t,{R:()=>c,b:()=>d});var n=r(9908),s=r(1863),i=r(860),o=r(3969),a=r(993);function c(e,t,r={},c=a.p_.INFO,d=!0,u,l=(0,s.t)()){(0,n.p)(o.xV,["API/logging/".concat(c.toLowerCase(),"/called")],void 0,i.K7.metrics,e),(0,n.p)("log",[l,t,r,c,d,u],void 0,i.K7.logging,e)}function d(e){return"string"==typeof e&&Object.values(a.p_).some(t=>t===e.toUpperCase().trim())}},3969(e,t,r){"use strict";const n=r(860).K7.metrics;r.d(t,["TZ",0,n,"XG",0,"storeEventMetrics","xV",0,"storeSupportabilityMetrics"])},6630(e,t,r){"use strict";const n=r(860).K7.pageViewEvent;r.d(t,["T",0,n])},782(e,t,r){"use strict";const n=r(860).K7.pageViewTiming;r.d(t,["T",0,n])},6344(e,t,r){"use strict";var n=r(2614);const s=r(860).K7.sessionReplay,i={[n.g.ERROR]:15e3,[n.g.FULL]:3e5,[n.g.OFF]:0};r.d(t,["Qb",0,{API:"api",RESUME:"resume",SWITCH_TO_FULL:"switchToFull",INITIALIZE:"initialize",PRELOAD:"preload"},"TZ",0,s,"Vh",0,"errorDuringReplay","_s",0,{DomContentLoaded:0,Load:1,FullSnapshot:2,IncrementalSnapshot:3,Meta:4,Custom:5},"bc",0,{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"}},"yP",0,i])},5270(e,t,r){"use strict";r.d(t,{Aw:()=>o,SR:()=>i,rF:()=>a});var n=r(384),s=r(7767);function i(e){return!!(0,n.dV)().o.MO&&(0,s.V)(e)&&!0===e?.session_trace.enabled}function o(e){return!0===e?.session_replay.preload&&i(e)}function a(e,t){try{if("string"==typeof t?.type){if("password"===t.type.toLowerCase())return"*".repeat(e?.length||0);if(void 0!==t?.dataset?.nrUnmask||t?.classList?.contains("nr-unmask"))return e}}catch(e){}return"string"==typeof e?e.replace(/[\S]/g,"*"):"*".repeat(e?.length||0)}},3738(e,t,r){"use strict";const n=r(860).K7.sessionTrace,s="-start",i="-end",o="fn"+s,a="fn"+i;r.d(t,["He",0,"bstResource","Kp",0,i,"Lc",0,a,"Rz",0,"pushState","TZ",0,n,"bD",0,"resource","bc",0,{CROSS_TAB:{message:"Session Entity was set to OFF on another tab"},ENTITLEMENTS:{message:"Session Trace is not allowed and will not be started"},RESET:{message:"Session was reset"},SESSION_CHANGED:{message:"Session identifier changed unexpectedly"}},"d3",0,s,"uP",0,o])},3962(e,t,r){"use strict";const n=r(860).K7.softNav;r.d(t,["O2",0,{INITIAL_PAGE_LOAD:"",ROUTE_CHANGE:1,UNSPECIFIED:2},"OV",0,"popstate","Qu",0,{INTERACTION:1,AJAX:2,CUSTOM_END:3,CUSTOM_TRACER:4},"TZ",0,n,"ih",0,{IP:"in progress",PF:"pending finish",FIN:"finished",CAN:"cancelled"},"pP",0,"initialPageLoad","tC",0,["click","keydown","submit"]])},4234(e,t,r){"use strict";r.d(t,{W:()=>s});var n=r(1687);class s{constructor(e,t){this.agentRef=e,this.ee=e?.ee,this.featureName=t,this.blocked=!1}deregisterDrain(){(0,n.x3)(this.agentRef,this.featureName)}}},7767(e,t,r){"use strict";var n=r(6154);r.d(t,["V",0,e=>n.RI&&!0===e?.privacy.cookies_enabled])},8362(e,t,r){"use strict";r.d(t,{d:()=>i});var n=r(9566),s=r(1741);class i extends s.W{agentIdentifier=(0,n.LA)(16)}},1741(e,t,r){"use strict";r.d(t,{W:()=>i});var n=r(944),s=r(4261);class i{#e(e,...t){if(this[e]!==i.prototype[e])return this[e](...t);(0,n.R)(35,e)}addPageAction(e,t){return this.#e(s.hG,e,t)}register(e){return this.#e(s.eY,e)}recordCustomEvent(e,t){return this.#e(s.fF,e,t)}setPageViewName(e,t){return this.#e(s.Fw,e,t)}setCustomAttribute(e,t,r){return this.#e(s.cD,e,t,r)}noticeError(e,t){return this.#e(s.o5,e,t)}setUserId(e,t=!1){return this.#e(s.Dl,e,t)}setApplicationVersion(e){return this.#e(s.nb,e)}setErrorHandler(e){return this.#e(s.bt,e)}addRelease(e,t){return this.#e(s.k6,e,t)}log(e,t){return this.#e("log",e,t)}start(){return this.#e("start")}finished(e){return this.#e(s.BL,e)}recordReplay(){return this.#e(s.CH)}pauseReplay(){return this.#e(s.Tb)}addToTrace(e){return this.#e(s.U2,e)}setCurrentRouteName(e){return this.#e(s.PA,e)}interaction(e){return this.#e(s.dT,e)}wrapLogger(e,t,r){return this.#e(s.Wb,e,t,r)}measure(e,t){return this.#e(s.V1,e,t)}consent(e){return this.#e(s.Pv,e)}}},4261(e,t,r){"use strict";r.d(t,["BL",0,"finished","CH",0,"recordReplay","Dl",0,"setUserId","Fw",0,"setPageViewName","PA",0,"setCurrentRouteName","Pv",0,"consent","Tb",0,"pauseReplay","U2",0,"addToTrace","V1",0,"measure","Wb",0,"wrapLogger","bt",0,"setErrorHandler","cD",0,"setCustomAttribute","dT",0,"interaction","eY",0,"register","fF",0,"recordCustomEvent","hG",0,"addPageAction","hw",0,"api-ixn-","k6",0,"addRelease","nb",0,"setApplicationVersion","o5",0,"noticeError"])},1738(e,t,r){"use strict";r.d(t,{U:()=>l,Y:()=>u});var n=r(3241),s=r(9908),i=r(1863),o=r(944),a=r(3969),c=r(8362),d=r(860);function u(e,t,r,i){const u=i||r;!u||u[e]&&u[e]!==c.d.prototype[e]||(u[e]=function(){(0,s.p)(a.xV,["API/"+e+"/called"],void 0,d.K7.metrics,r.ee),(0,n.W)({drained:!!r.runtime?.activatedFeatures,type:"data",name:"api",feature:"api-"+e,data:{}});try{return t.apply(this,arguments)}catch(e){(0,o.R)(23,e)}})}function l(e,t,r,n,o){const a=e.info;null===r?delete a.jsAttributes[t]:a.jsAttributes[t]=r,(o||null===r)&&(0,s.p)("api-"+n,[(0,i.t)(),t,r],void 0,"session",e.ee)}},8374(e,t,r){r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return""})()},860(e,t,r){"use strict";const n="events",s="jserrors",i="browser/blobs",o="browser/logs",a={ajax:"ajax",genericEvents:"generic_events",jserrors:s,logging:"logging",metrics:"metrics",pageAction:"page_action",pageViewEvent:"page_view_event",pageViewTiming:"page_view_timing",sessionReplay:"session_replay",sessionTrace:"session_trace",softNav:"soft_navigations"},c={[a.pageViewEvent]:1,[a.pageViewTiming]:2,[a.metrics]:3,[a.jserrors]:4,[a.softNav]:5,[a.ajax]:6,[a.sessionTrace]:7,[a.sessionReplay]:8,[a.logging]:9,[a.genericEvents]:10},d={[a.pageViewEvent]:"rum",[a.pageViewTiming]:n,[a.ajax]:n,[a.softNav]:n,[a.metrics]:s,[a.jserrors]:s,[a.sessionTrace]:i,[a.sessionReplay]:i,[a.logging]:o,[a.genericEvents]:"ins"};r.d(t,["$J",0,d,"K7",0,a,"P3",0,c,"XX",0,s,"Yy",0,o,"df",0,i])}};const t={};function r(n){const s=t[n];if(void 0!==s)return s.exports;const i=t[n]={exports:{}};return e[n](i,i.exports,r),i.exports}r.m=e,r.d=(e,t)=>{if(Array.isArray(t))for(var n=0;n<t.length;){var s=t[n++],i=t[n++];r.o(e,s)?0===i&&n++:0===i?Object.defineProperty(e,s,{enumerable:!0,value:t[n++]}):Object.defineProperty(e,s,{enumerable:!0,get:i})}else for(var s in t)r.o(t,s)&&!r.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((t,n)=>(r.f[n](e,t),t),[])),r.u=e=>({212:"nr-spa-compressor",249:"nr-spa-recorder",478:"nr-spa"}[e]+"-1.319.0.min.js"),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{const e={},t="NRBA-1.319.0.PROD:";r.l=(n,s,i,o)=>{if(e[n])return void e[n].push(s);let a,c;if(void 0!==i){const e=document.getElementsByTagName("script");for(var d=0;d<e.length;d++){const r=e[d];if(r.getAttribute("src")==n||r.getAttribute("data-webpack")==t+i){a=r;break}}}if(!a){c=!0;var u={478:"sha512-dq8MCH0pxylfoPrUdvWgvfnUaUooTXrYyd67BT880/uJdIonQ6k0/BvrkhnRPc9cPaKh+Hlzi6r4/OYNeCFAEw==",249:"sha512-7wrk3j5JzTYr39CrfsZFRxV3PvNq8HYEAaqxXhor6GI99tX7scYsyWh+TmH1gUywzjeqxZeddmG6fSsCWSL1GA==",212:"sha512-WyFOCOq79iASoGDVkGHlLI2F+4aUnJHxUppxunzIdO9/rJRSwR49QRJbq26sHcY3RIVESwv34MVkSK4giih2lQ=="};a=document.createElement("script"),a.charset="utf-8",r.nc&&a.setAttribute("nonce",r.nc),a.setAttribute("data-webpack",t+i),a.src=n,0!==a.src.indexOf(window.location.origin+"/")&&(a.crossOrigin="anonymous"),u[o]&&(a.integrity=u[o])}e[n]=[s];const l=(t,r)=>{a.onerror=a.onload=null,clearTimeout(f);const s=e[n];if(delete e[n],a.parentNode?.removeChild(a),s?.forEach(e=>e(r)),t)return t(r)},f=setTimeout(l.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=l.bind(null,a.onerror),a.onload=l.bind(null,a.onload),c&&document.head.appendChild(a)}})(),r.r=e=>{Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="https://js-agent.newrelic.com/",(()=>{const e={38:0,788:0};r.f.j=(t,n)=>{let s=r.o(e,t)?e[t]:void 0;if(0!==s)if(s)n.push(s[2]);else{const i=new Promise((r,n)=>s=e[t]=[r,n]);n.push(s[2]=i);const o=r.p+r.u(t),a=new Error,c=n=>{if(r.o(e,t)&&(s=e[t],0!==s&&(e[t]=void 0),s)){const e=n&&("load"===n.type?"missing":n.type),r=n&&n.target&&n.target.src;a.message="Loading chunk "+t+" failed: ("+e+": "+r+")",a.name="ChunkLoadError",a.type=e,a.request=r,s[1](a)}};r.l(o,c,"chunk-"+t,t)}};const t=(t,n)=>{let[s,i,o]=n;var a,c,d=0;if(s.some(t=>0!==e[t])){for(a in i)r.o(i,a)&&(r.m[a]=i[a]);if(o)o(r)}for(t&&t(n);d<s.length;d++)c=s[d],r.o(e,c)&&e[c]&&e[c][0](),e[c]=0},n=self["webpackChunk:NRBA-1.319.0.PROD"]=self["webpackChunk:NRBA-1.319.0.PROD"]||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))})(),(()=>{"use strict";r(8374);var e=r(8362),t=r(860);const n=Object.values(t.K7);var s=r(384),i=r(1741);var o=r(2555),a=r(3333),c=r(9300);const d=e=>{if(!e||"string"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var u=r(2614),l=r(944),f=r(8122);const h="[data-nr-mask]",p=e=>(0,f.a)(e,(()=>{const e={feature_flags:[],experimental:{register:!1,resources:!1},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,autoStart:!0,capture_payloads:c.mo.NONE},api:{register:{get enabled(){return e.feature_flags.includes(a.$v.REGISTER)||e.experimental.register},set enabled(t){e.experimental.register=t},duplicate_data_to_container:!1}},browser_consent_mode:{enabled:!1},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},get feature_flags(){return e.feature_flags},set feature_flags(t){e.feature_flags=t},generic_events:{enabled:!0,autoStart:!0},harvest:{interval:30},jserrors:{enabled:!0,autoStart:!0},logging:{enabled:!0,autoStart:!0},metrics:{enabled:!0,autoStart:!0},obfuscate:void 0,page_action:{enabled:!0},page_view_event:{enabled:!0,autoStart:!0},page_view_timing:{enabled:!0,autoStart:!0},performance:{capture_marks:!1,capture_measures:!1,capture_detail:!0,resources:{get enabled(){return e.feature_flags.includes(a.$v.RESOURCES)||e.experimental.resources},set enabled(t){e.experimental.resources=t},asset_types:[],first_party_domains:[],ignore_newrelic:!0}},privacy:{cookies_enabled:!0},proxy:{assets:void 0,beacon:void 0},session:{expiresMs:u.wk,inactiveMs:u.BB},session_replay:{autoStart:!0,enabled:!1,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){d(t)?e.mask_selector="".concat(t,",").concat(h):""===t||null===t?e.mask_selector=h:(0,l.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){d(t)?e.block_selector+=",".concat(t):""!==t&&(0,l.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,l.R)(7,t)}},session_trace:{enabled:!0,autoStart:!0},soft_navigations:{enabled:!0,autoStart:!0},ssl:void 0,user_actions:{enabled:!0,elementAttributes:["id","className","tagName","type"]},web_sockets:{enabled:!1}}})());var g=r(6154),m=r(9324);let v=0;const y={buildEnv:"PROD",distMethod:"CDN",version:m.x,originTime:g.WN},b={consented:!1},E={activatedFeatures:void 0,appMetadata:{},configured:!1,get consented(){return this.session?.state?.consent||b.consented},set consented(e){b.consented=e},customTransaction:void 0,denyList:[],disabled:!1,drainRegistry:new Map,harvester:void 0,isolatedBacklog:!1,isRecording:!1,loaderType:void 0,maxBytes:3e4,obfuscator:void 0,onerror:void 0,ptid:void 0,releaseIds:{},session:void 0,timeKeeper:void 0,registeredEntities:[],jsAttributesMetadata:{bytes:0},get harvestCount(){return++v}};var w=r(7836),R=r(3241);const A={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0};function T(e,t={},n,a){let{init:c,info:d,loader_config:u,runtime:l={},exposed:h=!0}=t;if(!d){const e=(0,s.pV)();c=e.init,d=e.info,u=e.loader_config}var m;e.init=p(c||{}),e.loader_config=(m=u||{},(0,f.a)(m,A)),d.jsAttributes??={},g.bv&&(d.jsAttributes.isWorker=!0),e.info=(0,o.D)(d);const v=e.init;e.runtime??=(e=>{const t=(0,f.a)(e,E),r=Object.keys(y).reduce((e,t)=>(e[t]={value:y[t],writable:!1,configurable:!0,enumerable:!0},e),{});return Object.defineProperties(t,r)})(l),v.proxy.assets&&(e=>{const t=e.startsWith("http");e+="/",r.p=t?e:"https://"+e})(v.proxy.assets),e.runtime.configured||(Object.defineProperty(e,"beacons",{get:()=>[e.info.beacon,e.info.errorBeacon,e.init.proxy.assets,e.init.proxy.beacon].filter(Boolean)}),Object.defineProperty(e.runtime,"denyList",{get:()=>[...e.init.ajax.deny_list||[],...e.init.ajax.block_internal?e.beacons:[]]}),e.runtime.ptid=e.agentIdentifier,function(e){const t=(0,s.pV)();Object.getOwnPropertyNames(i.W.prototype).forEach(r=>{const n=i.W.prototype[r];if("function"!=typeof n||"constructor"===n)return;let s=t[r];e[r]&&!1!==e.exposed&&"micro-agent"!==e.runtime?.loaderType&&(t[r]=(...t)=>{const n=e[r](...t);return s?s(...t):n})})}(e),e.runtime.loaderType=n,e.ee=w.ee.get(e.agentIdentifier),e.exposed=h,(0,R.W)({drained:!!e.runtime.activatedFeatures,type:"lifecycle",name:"initialize",feature:void 0,data:e.config}),e.runtime.configured=!0)}var x=r(9908),S=r(1863),O=r(4261),_=r(1738);var N=r(1687),P=r(4234),L=r(5289),k=r(5270),C=r(7767),j=r(6389),I=r(7699);const D=new WeakSet;class M extends P.W{constructor(e,t){super(e,t),this.abortHandler=void 0,this.featAggregate=void 0,this.loadedSuccessfully=void 0,this.onAggregateImported=new Promise(e=>{this.loadedSuccessfully=e}),this.deferred=Promise.resolve(),!1===e.init[this.featureName].autoStart?this.deferred=new Promise((t,r)=>{this.ee.on("manual-start-all",(0,j.J)(()=>{(0,N.Ak)(e,this.featureName),t()}))}):(0,N.Ak)(e,t)}importAggregator(e,t,n={}){if(this.featAggregate)return;const s=async()=>{if(await this.deferred,this.#t(e),!(0,o.f)(e.info))return(0,l.R)(43),e.ee.abort(),void this.loadedSuccessfully(!1);let s;try{if((0,C.V)(e.init)){const{setupAgentSession:t}=await r.e(478).then(r.bind(r,8766));s=t(e)}}catch(e){(0,l.R)(20,e),this.ee.emit("internal-error",[e]),(0,x.p)(I.qh,[e],void 0,this.featureName,this.ee)}try{if(!this.#r(this.featureName,s,e.init))return(0,N.Ze)(this.agentRef,this.featureName),void this.loadedSuccessfully(!1);const{Aggregate:r}=await t();this.featAggregate=new r(e,n),e.runtime.harvester.initializedAggregates.push(this.featAggregate),this.loadedSuccessfully(!0)}catch(e){(0,l.R)(34,e),this.abortHandler?.(),(0,N.Ze)(this.agentRef,this.featureName,!0),this.loadedSuccessfully(!1),this.ee&&this.ee.abort()}};g.RI?(0,L.GG)(()=>s(),!0):s()}#r(e,r,n){if(this.blocked)return!1;switch(e){case t.K7.sessionReplay:return(0,k.SR)(n)&&!!r;case t.K7.sessionTrace:return!!r;default:return!0}}#t(e){if(!D.has(e)&&(D.add(e),!(0,o.f)(e.info))){const t=(0,s.pV)();let r={...t.info?.jsAttributes};try{r={...r,...e.info?.jsAttributes}}catch(e){}T(e,{...t,info:{...t.info,jsAttributes:r},runtime:e.runtime},e.runtime.loaderType)}}}var B=r(6630);class H extends M{static featureName=B.T;constructor(e){var t;super(e,B.T),this.setupInspectionEvents(),t=e,(0,_.Y)(O.Fw,function(e,r){"string"==typeof e&&("/"!==e.charAt(0)&&(e="/"+e),t.runtime.customTransaction=(r||"http://custom.transaction")+e,(0,x.p)("api-"+O.Fw,[(0,S.t)()],void 0,void 0,t.ee))},t),this.importAggregator(e,()=>r.e(478).then(r.bind(r,5839)))}setupInspectionEvents(){const e=(e,t)=>{e&&(0,R.W)({timeStamp:e.timeStamp,loaded:"complete"===e.target.readyState,type:"window",name:t,data:e.target.location+""})};(0,L.sB)(t=>{e(t,"DOMContentLoaded")}),(0,L.GG)(t=>{e(t,"load")}),(0,L.Qr)(t=>{e(t,"navigate")}),this.ee.on(u.tS.UPDATE,(e,t)=>{(0,R.W)({type:"lifecycle",name:"session",data:t})})}}class W extends e.d{constructor(e){var t;(super(),g.gm)?(this.features={},(0,s.bQ)(this.agentIdentifier,this),this.desiredFeatures=new Set(e.features||[]),this.desiredFeatures.add(H),T(this,e,e.loaderType||"agent"),t=this,(0,_.Y)(O.cD,function(e,r,n=!1){if("string"==typeof e){if(["string","number","boolean"].includes(typeof r)||null===r)return(0,_.U)(t,e,r,O.cD,n);(0,l.R)(40,typeof r)}else(0,l.R)(39,typeof e)},t),function(e){(0,_.Y)(O.Dl,function(t,r=!1){if("string"!=typeof t&&null!==t)return void(0,l.R)(41,typeof t);const n=e.info.jsAttributes["enduser.id"];r&&null!=n&&n!==t?(0,x.p)("api-setUserIdAndResetSession",[t],void 0,"session",e.ee):(0,_.U)(e,"enduser.id",t,O.Dl,!0)},e)}(this),function(e){(0,_.Y)(O.nb,function(t){if("string"==typeof t||null===t)return(0,_.U)(e,"application.version",t,O.nb,!1);(0,l.R)(42,typeof t)},e)}(this),function(e){(0,_.Y)("start",function(){e.ee.emit("manual-start-all")},e)}(this),function(e){(0,_.Y)(O.Pv,function(t=!0){if("boolean"==typeof t){if((0,x.p)("api-"+O.Pv,[t],void 0,"session",e.ee),e.runtime.consented=t,t){const t=e.features.page_view_event;t.onAggregateImported.then(e=>{const r=t.featAggregate;e&&!r.sentRum&&r.sendRum()})}}else(0,l.R)(65,typeof t)},e)}(this),this.run()):(0,l.R)(21)}get config(){return{info:this.info,init:this.init,loader_config:this.loader_config,runtime:this.runtime}}get api(){return this}run(){try{const e=function(e){const t={};return n.forEach(r=>{t[r]=!!e[r]?.enabled}),t}(this.init),r=[...this.desiredFeatures];r.sort((e,r)=>t.P3[e.featureName]-t.P3[r.featureName]),r.forEach(r=>{if(!e[r.featureName]&&r.featureName!==t.K7.pageViewEvent)return;const n=function(e){switch(e){case t.K7.ajax:return[t.K7.jserrors];case t.K7.sessionTrace:return[t.K7.ajax,t.K7.pageViewEvent];case t.K7.sessionReplay:return[t.K7.sessionTrace];case t.K7.pageViewTiming:return[t.K7.pageViewEvent];default:return[]}}(r.featureName).filter(e=>!(e in this.features));n.length>0&&(0,l.R)(36,{targetFeature:r.featureName,missingDependencies:n}),this.features[r.featureName]=new r(this)})}catch(e){(0,l.R)(22,e);for(const e in this.features)this.features[e].abortHandler?.();const t=(0,s.Zm)();delete t.initializedAgents[this.agentIdentifier]?.features,delete this.sharedAggregator;return t.ee.get(this.agentIdentifier).abort(),!1}}}var K=r(2843),F=r(782);class U extends M{static featureName=F.T;constructor(e){super(e,F.T),g.RI&&((0,K.u)(()=>(0,x.p)("docHidden",[(0,S.t)()],void 0,F.T,this.ee),!0),(0,K.G)(()=>(0,x.p)("winPagehide",[(0,S.t)()],void 0,F.T,this.ee)),this.importAggregator(e,()=>r.e(478).then(r.bind(r,9917))))}}var V=r(3969);class z extends M{static featureName=V.TZ;constructor(e){super(e,V.TZ),this.importAggregator(e,()=>r.e(478).then(r.bind(r,6555)))}}var G=r(6774),q=r(3878),Y=r(3304);class Z{constructor(e,t,r,n,s){this.name="UncaughtError",this.message="string"==typeof e?e:(0,Y.A)(e),this.sourceURL=t,this.line=r,this.column=n,this.__newrelic=s}}function Q(e){return ee(e)?e:new Z(void 0!==e?.message?e.message:e,e?.filename||e?.sourceURL,e?.lineno||e?.line,e?.colno||e?.col,e?.__newrelic,e?.cause)}function X(e){const t="Unhandled Promise Rejection: ";if(!e?.reason)return;if(ee(e.reason)){try{e.reason.message.startsWith(t)||(e.reason.message=t+e.reason.message)}catch(e){}return Q(e.reason)}const r=Q(e.reason);return(r.message||"").startsWith(t)||(r.message=t+r.message),r}function J(e){if(e.error instanceof SyntaxError&&!/:\d+$/.test(e.error.stack?.trim())){const t=new Z(e.message,e.filename,e.lineno,e.colno,e.error.__newrelic,e.cause);return t.name=SyntaxError.name,t}return ee(e.error)?e.error:Q(e)}function ee(e){return e instanceof Error&&!!e.stack}function te(e,r,n,s,i=(0,S.t)()){"string"==typeof e&&(e=new Error(e)),(0,x.p)("err",[e,i,!1,r,n.runtime.isRecording,void 0,s],void 0,t.K7.jserrors,n.ee),(0,x.p)("uaErr",[],void 0,t.K7.genericEvents,n.ee)}var re=r(5732),ne=r(993),se=r(3785);function ie(e,{customAttributes:t={},level:r=ne.p_.INFO}={},n,s,i=(0,S.t)()){(0,se.R)(n.ee,e,t,r,!1,s,i)}function oe(e,r,n,s,i=(0,S.t)()){(0,x.p)("api-"+O.hG,[i,e,r,s],void 0,t.K7.genericEvents,n.ee)}function ae(e,r,n,s,i=(0,S.t)()){const{start:o,end:a,customAttributes:c}=r||{},d={customAttributes:c||{}};if("object"!=typeof d.customAttributes||"string"!=typeof e||0===e.length)return void(0,l.R)(57);const u=(e,t)=>null==e?t:"number"==typeof e?e:e instanceof PerformanceMark?e.startTime:Number.NaN;if(d.start=u(o,0),d.end=u(a,i),Number.isNaN(d.start)||Number.isNaN(d.end))(0,l.R)(57);else{if(d.duration=d.end-d.start,!(d.duration<0))return(0,x.p)("api-"+O.V1,[d,e,s],void 0,t.K7.genericEvents,n.ee),d;(0,l.R)(58)}}function ce(e,r={},n,s,i=(0,S.t)()){(0,x.p)("api-"+O.fF,[i,e,r,s],void 0,t.K7.genericEvents,n.ee)}var de=r(7508);const ue=(e,t)=>e?.nrMfeId===t.id&&(!e?.nrMfeObserved||e?.nrMfeObserved===t.instance),le=e=>{try{return g.gm.CSS.escape(e)}catch(t){return e}},fe=(e,t={})=>{const r=t.id,n=t.instance;if(!e||!r||!n)return!1;try{let r=1===e.nodeType?e:e.parentElement;for(;r?.tagName;){if(ue(r.dataset,t))return r.dataset.nrMfeObserved=n,!0;r=r.parentNode}}catch(e){}return!1},he=(e,t)=>{const r=g.gm.document?.querySelectorAll('[data-nr-mfe-id="'.concat(le(e.id),'"]')),n=(Array.from(r)||[]).find(t=>ue(t.dataset,e));let s=!!n;s&&(n.dataset.nrMfeObserved??=e.instance);const i=new g.gm.MutationObserver(r=>{r.forEach(r=>{r.addedNodes.forEach(r=>{const n=1===r.nodeType?r:null;!s&&ue(n?.dataset,e)&&(i.disconnect(),i.observe(n,{childList:!0,subtree:!0}),s=!0,n.dataset.nrMfeObserved=e.instance),(e=>{try{return e?.textContent?.trim()||["img","video","canvas","svg"].includes(e?.nodeName?.toLowerCase())}catch(e){return!1}})(r)&&(s||fe(r,e))&&t(r,i)})})});return i.observe(n||g.gm.document,{childList:!0,subtree:!0}),i},pe=(e,t,r)=>{try{const n=new g.gm.PerformanceObserver(e=>{e.getEntries().forEach(r)});return n.observe(t),e.push(n),n}catch(e){return null}};function ge(e,t){let r,n;const s=e=>null==e?e:e-(t?.scriptStart||t?.registeredAt||0),i={fcp:{get value(){return s(r)}},lcp:{get value(){return s(n)}},cls:{value:void 0},inp:{value:void 0},disconnect:()=>{}};if(!(e&&g.RI&&g.gm.MutationObserver&&g.gm.PerformanceObserver))return i;const o=[];setTimeout(()=>{r||i.disconnect()},1e4);const a=()=>{r??=(0,S.t)(),n??=(0,S.t)(),i.cls.value??=0},c=g.gm.document?.querySelectorAll('[data-nr-mfe-id="'.concat(le(e.id),'"]'));Array.from(c||[]).some(t=>ue(t.dataset,e))&&a();const d=he(e,(e,t)=>{a(),t.disconnect()});o.push(d);let u=0,l=null;const f=new Set;try{l=new g.gm.ResizeObserver(e=>{e.forEach(e=>{try{const t=e.contentRect.width*e.contentRect.height;t>u&&(u=t,n=(0,S.t)()),l.unobserve(e.target)}catch(e){}})})}catch(e){}const h=he(e,e=>{if(a(),l)try{const t=1===e.nodeType?e:e.parentElement;t&&!f.has(t)&&(f.add(t),"IMG"===t.tagName?t.complete?l.observe(t):t.addEventListener("load",()=>{l.observe(t)},{once:!0}):"VIDEO"===t.tagName?t.readyState>=2?l.observe(t):t.addEventListener("loadeddata",()=>{l.observe(t)},{once:!0}):l.observe(t))}catch(e){}});l&&o.push(l),o.push(h),pe(o,{type:"layout-shift",buffered:!0},t=>{t.hadRecentInput||(t.sources||[]).some(r=>!!fe(r.node,e)&&(a(),i.cls.value+=t.value,!0))}),pe(o,{type:"event",buffered:!0,durationThreshold:40},t=>{t.interactionId&&fe(t.target,e)&&(void 0===i.inp.value||t.duration>i.inp.value)&&(a(),i.inp.value=t.duration)});const p=["pointerdown","keydown"],m=()=>{p.forEach(e=>{g.gm.removeEventListener(e,v,{passive:!0})})};i.disconnect=()=>{o.forEach(e=>{try{e?.disconnect()}catch(e){}}),m(),["visibilitychange","pagehide"].forEach(e=>{g.gm.removeEventListener(e,i.disconnect,{once:!0,passive:!0})})};const v=t=>{fe(t?.target,e)&&((()=>{try{h?.disconnect(),l?.disconnect()}catch(e){}})(),m())};return p.forEach(e=>{g.gm.addEventListener(e,v,{passive:!0})}),["visibilitychange","pagehide"].forEach(e=>{g.gm.addEventListener(e,i.disconnect,{once:!0,passive:!0})}),i}var me=r(9566);const ve=["name","id","type"],ye=new Map([[oe,"addPageAction"],[ie,"log"],[ae,"measure"],[te,"noticeError"],[ce,"recordCustomEvent"]]),be={experimental:(0,j.J)(()=>(0,l.R)(54,"newrelic.register")),disabled:(0,j.J)(()=>(0,l.R)(55)),invalidTarget:(0,j.J)(e=>(0,l.R)(48,e)),deregistered:(0,j.J)(()=>(0,l.R)(68))};function Ee(e){(0,_.Y)(O.eY,function(t){return we(e,t)},e)}function we(e,r){be.experimental(),r||={},r.instance=(0,me.LA)(8),r.type=re.fQ.MFE,r.licenseKey||=e.info.licenseKey,r.blocked=!1,("object"!=typeof r.tags||null===r.tags||Array.isArray(r.tags))&&(r.tags={}),r.parent??={get id(){return e.runtime.appMetadata.agents[0].entityGuid},type:re.fQ.BA};const n=(0,de.Qr)(),s=ge(r,n),i={};Object.prototype.hasOwnProperty.call(r,"attributes")||Object.defineProperty(r,"attributes",{get:()=>({...i,"source.id":r.id,"source.name":r.name,"source.type":r.type,"parent.type":r.parent?.type||re.fQ.BA,"parent.id":r.parent?.id})}),Object.entries(r.tags).forEach(([e,t])=>{ve.includes(e)||(i["source.".concat(e)]=t)});let o=()=>{};const a=e.runtime.registeredEntities,c=e=>{r.blocked=!0,o=e};function d(e){return"string"==typeof e&&!!e.trim()&&e.trim().length<501}e.init.api.register.enabled||c(be.disabled),d(r.id)&&d(r.name)||c(()=>be.invalidTarget(r));const u={addPageAction:(t,n={})=>g(oe,[t,{...i,...n},e],r),deregister:()=>{h(),c(be.deregistered)},log:(t,n={})=>g(ie,[t,{...n,customAttributes:{...i,...n.customAttributes||{}}},e],r),measure:(t,n={})=>g(ae,[t,{...n,customAttributes:{...i,...n.customAttributes||{}}},e],r),noticeError:(t,n={})=>g(te,[t,{...i,...n},e],r),recordCustomEvent:(t,n={})=>g(ce,[t,{...i,...n},e],r),setApplicationVersion:e=>p("application.version",e),setCustomAttribute:(e,t)=>p(e,t),setUserId:e=>p("enduser.id",e),metadata:{get customAttributes(){return i},target:r,timings:n,vitals:s}},f=()=>(r.blocked&&o(),r.blocked);function h(){if(n.reportedAt)return;n.reportedAt=(0,S.t)(),s.disconnect(),n.fcp=s.fcp,n.lcp=s.lcp,n.cls=s.cls,n.inp=s.inp;const e=n.fetchEnd-n.fetchStart,t=n.scriptEnd-n.scriptStart,r={assetUrl:n.asset,assetType:n.type,timeAlive:n.reportedAt-n.registeredAt,timeToBeRequested:n.fetchStart,timeToExecute:t,timeToFetch:e,timeToLoad:e+t,timeToRegister:n.registeredAt,...s.fcp.value>=0&&{"nr.vitals.fcp.value":s.fcp.value},...s.lcp.value>=0&&{"nr.vitals.lcp.value":s.lcp.value},...s.cls.value>=0&&{"nr.vitals.cls.value":s.cls.value},...s.inp.value>=0&&{"nr.vitals.inp.value":s.inp.value}};u.recordCustomEvent("MicroFrontEndTiming",r)}f()||(a.push(u),(0,K.G)(h));const p=(e,t)=>{f()||(i[e]=t)},g=(r,n,s)=>{if(f()&&r!==we)return;const i=(0,S.t)(),o=ye.get(r)||"unknown";(0,x.p)(V.xV,["API/register/".concat(o,"/called")],void 0,t.K7.metrics,e.ee);try{return r(...n,s,i)}catch(e){(0,l.R)(50,e)}};return u}class Re extends M{static featureName=G.T;constructor(e){var t;super(e,G.T),t=e,(0,_.Y)(O.o5,(e,r)=>te(e,r,t),t),function(e){(0,_.Y)(O.bt,function(t){e.runtime.onerror=t},e)}(e),function(e){let t=0;(0,_.Y)(O.k6,function(e,r){++t>10||(this.runtime.releaseIds[e.slice(-200)]=(""+r).slice(-200))},e)}(e),Ee(e);try{this.removeOnAbort=new AbortController}catch(e){}this.ee.on("internal-error",(t,r)=>{this.abortHandler&&(0,x.p)("ierr",[Q(t),(0,S.t)(),!0,{},e.runtime.isRecording,r],void 0,this.featureName,this.ee)}),g.gm.addEventListener("unhandledrejection",t=>{this.abortHandler&&(0,x.p)("err",[X(t),(0,S.t)(),!1,{unhandledPromiseRejection:1},e.runtime.isRecording],void 0,this.featureName,this.ee)},(0,q.jT)(!1,this.removeOnAbort?.signal)),g.gm.addEventListener("error",t=>{this.abortHandler&&(0,x.p)("err",[J(t),(0,S.t)(),!1,{},e.runtime.isRecording],void 0,this.featureName,this.ee)},(0,q.jT)(!1,this.removeOnAbort?.signal)),this.abortHandler=this.#n,this.importAggregator(e,()=>r.e(478).then(r.bind(r,9377)))}#n(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var Ae=r(8990);let Te=1;function xe(e){const t=typeof e;return!e||"object"!==t&&"function"!==t?-1:e===g.gm?0:(0,Ae.I)(e,"nr@id",function(){return Te++})}function Se(e){if("string"==typeof e)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,Y.A)(e).length}catch(e){return}}}var Oe=r(8139),_e=r(3434);const Ne={},Pe=["open","send","setRequestHeader"];function Le(e,t){var r=e||w.ee;const n=function(e){return(e||w.ee).get("xhr")}(r);if(void 0===g.gm.XMLHttpRequest)return n;if(Ne[n.debugId]++)return n;Ne[n.debugId]=1,(0,Oe.u)(r);var s=(0,_e.YM)(n),i=g.gm.XMLHttpRequest,o=g.gm.MutationObserver,a=g.gm.Promise,c=g.gm.setInterval,d="readystatechange",u=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],f=[],h=g.gm.XMLHttpRequest=function(e){const r=new i(e),o=n.context(r);o.targets=(0,re.$5)(t);try{n.emit("new-xhr",[r],o),r.addEventListener(d,(a=o,function(){var e=this;e.readyState>3&&!a.resolved&&(a.resolved=!0,n.emit("xhr-resolved",[],e)),s.inPlace(e,u,"fn-",E)}),(0,q.jT)(!1))}catch(e){(0,l.R)(15,e);try{n.emit("internal-error",[e])}catch(e){}}var a;return r};function p(e,t){s.inPlace(t,["onreadystatechange"],"fn-",E)}if(function(e,t){for(var r in e)t[r]=e[r]}(i,h),h.prototype=i.prototype,s.inPlace(h.prototype,Pe,"-xhr-",E),n.on("send-xhr-start",function(e,t){p(e,t),function(e){f.push(e),o&&(m?m.then(b):c?c(b):(v=-v,y.data=v))}(t)}),n.on("open-xhr-start",p),o){var m=a&&a.resolve();if(!c&&!a){var v=1,y=document.createTextNode(v);new o(b).observe(y,{characterData:!0})}}else r.on("fn-end",function(e){e[0]&&e[0].type===d||b()});function b(){for(var e=0;e<f.length;e++)p(0,f[e]);f.length&&(f=[])}function E(e,t){return t}return n}var ke="fetch-",Ce=ke+"body-",je=["arrayBuffer","blob","json","text","formData"],Ie=g.gm.Request,De=g.gm.Response,Me="prototype";const Be={};function He(e,t){const r=function(e){return(e||w.ee).get("fetch")}(e);if(!(Ie&&De&&g.gm.fetch))return r;if(Be[r.debugId]++)return r;function n(e,n,s){var i=e[n];"function"==typeof i&&(e[n]=function(){var e=[...arguments];const n={},o=(0,re.$5)(t);var a;r.emit(s+"before-start",[e],n),n[w.P]&&n[w.P].dt&&(a=n[w.P].dt);var c=i.apply(this,e);return r.emit(s+"start",[e,a],c),c.then(function(e){return r.emit(s+"end",[null,e,o],c),e},function(e){throw r.emit(s+"end",[e,void 0,o],c),e})})}return Be[r.debugId]=1,je.forEach(e=>{n(Ie[Me],e,Ce),n(De[Me],e,Ce)}),n(g.gm,"fetch",ke),r.on(ke+"end",function(e,t,n){var s=this;if(s.targets=n||[void 0],t){var i=t.headers.get("content-length");null!==i&&(s.rxSize=i),r.emit(ke+"done",[null,t],s)}else r.emit(ke+"done",[e],s)}),r}var We=r(7485);class Ke{constructor(e){this.agentRef=e}generateTracePayload(e){const t=this.agentRef.loader_config;if(!this.shouldGenerateTrace(e)||!t)return null;var r=(t.accountID||"").toString()||null,n=(t.agentID||"").toString()||null,s=(t.trustKey||"").toString()||null;if(!r||!n)return null;var i=(0,me.ZF)(),o=(0,me.el)(),a=Date.now(),c={spanId:i,traceId:o,timestamp:a};return(e.sameOrigin||this.isAllowedOrigin(e)&&this.useTraceContextHeadersForCors())&&(c.traceContextParentHeader=this.generateTraceContextParentHeader(i,o),c.traceContextStateHeader=this.generateTraceContextStateHeader(i,a,r,n,s)),(e.sameOrigin&&!this.excludeNewrelicHeader()||!e.sameOrigin&&this.isAllowedOrigin(e)&&this.useNewrelicHeaderForCors())&&(c.newrelicHeader=this.generateTraceHeader(i,o,a,r,n,s)),c}generateTraceContextParentHeader(e,t){return"00-"+t+"-"+e+"-01"}generateTraceContextStateHeader(e,t,r,n,s){return s+"@nr=0-1-"+r+"-"+n+"-"+e+"----"+t}generateTraceHeader(e,t,r,n,s,i){if(!("function"==typeof g.gm?.btoa))return null;var o={v:[0,1],d:{ty:"Browser",ac:n,ap:s,id:e,tr:t,ti:r}};return i&&n!==i&&(o.d.tk=i),btoa((0,Y.A)(o))}shouldGenerateTrace(e){return this.agentRef.init?.distributed_tracing?.enabled&&this.isAllowedOrigin(e)}isAllowedOrigin(e){var t=!1;const r=this.agentRef.init?.distributed_tracing;if(e.sameOrigin)t=!0;else if(r?.allowed_origins instanceof Array)for(var n=0;n<r.allowed_origins.length;n++){var s=(0,We.D)(r.allowed_origins[n]);if(e.hostname===s.hostname&&e.protocol===s.protocol&&e.port===s.port){t=!0;break}}return t}excludeNewrelicHeader(){var e=this.agentRef.init?.distributed_tracing;return!!e&&!!e.exclude_newrelic_header}useNewrelicHeaderForCors(){var e=this.agentRef.init?.distributed_tracing;return!!e&&!1!==e.cors_use_newrelic_header}useTraceContextHeadersForCors(){var e=this.agentRef.init?.distributed_tracing;return!!e&&!!e.cors_use_tracecontext_headers}}var Fe=r(7295);function Ue(e){return"string"==typeof e?e:e instanceof(0,s.dV)().o.REQ?e.url:g.gm?.URL&&e instanceof URL?e.href:void 0}var Ve=["load","error","abort","timeout"],ze=Ve.length,Ge=(0,s.dV)().o.REQ,qe=(0,s.dV)().o.XHR;const Ye="X-NewRelic-App-Data",Ze="internal-error";class Qe extends M{static featureName=c.TZ;constructor(e){super(e,c.TZ),this.dt=new Ke(e),this.handler=(e,t,r,n)=>(0,x.p)(e,t,r,n,this.ee);try{const e={xmlhttprequest:"xhr",fetch:"fetch",beacon:"beacon"};g.gm?.performance?.getEntriesByType("resource").forEach(r=>{if(r.initiatorType in e&&0!==r.responseStatus){const n={status:r.responseStatus},s={rxSize:r.transferSize,duration:Math.floor(r.duration),cbTime:0};Xe(n,r.name),this.handler("xhr",[n,s,r.startTime,r.responseEnd,e[r.initiatorType]],void 0,t.K7.ajax)}})}catch(e){}He(this.ee,e),Le(this.ee,e),function(e,r,n,s){const i=[c.mo.ALL,c.mo.FAILURES].includes(e.init.ajax?.capture_payloads);function o(e){var t=this;t.totalCbs=0,t.called=0,t.cbTime=0,t.end=T,t.ended=!1,t.xhrGuids={},t.lastSize=null,t.loadCaptureCalled=!1,t.params=this.params||{},t.metrics=this.metrics||{},t.latestLongtaskEnd=0,e.addEventListener("load",function(r){_(t,e)},(0,q.jT)(!1)),g.lR||e.addEventListener("progress",function(e){t.lastSize=e.loaded},(0,q.jT)(!1))}function a(e){this.params={method:e[0]},Xe(this,e[1]),this.metrics={}}function d(t,r){e.loader_config.xpid&&this.sameOrigin&&r.setRequestHeader("X-NewRelic-ID",e.loader_config.xpid);var n=s.generateTracePayload(this.parsedOrigin);if(n){var i=!1;n.newrelicHeader&&(r.setRequestHeader("newrelic",n.newrelicHeader),i=!0),n.traceContextParentHeader&&(r.setRequestHeader("traceparent",n.traceContextParentHeader),n.traceContextStateHeader&&r.setRequestHeader("tracestate",n.traceContextStateHeader),i=!0),i&&(this.dt=n)}}function u(e,t){i&&e.length>=2&&(this.requestHeaders??={},this.requestHeaders[e[0].toLowerCase()]=e[1])}function l(e,t){var n=this.metrics,s=e[0],i=this;if(n&&s){var o=Se(s);o&&(n.txSize=o)}this.startTime=(0,S.t)(),this.requestBody=s,this.listener=function(e){try{"abort"!==e.type||i.loadCaptureCalled||(i.params.aborted=!0),("load"!==e.type||i.called===i.totalCbs&&(i.onloadCalled||"function"!=typeof t.onload)&&"function"==typeof i.end)&&i.end(t)}catch(e){try{r.emit(Ze,[e])}catch(e){}}};for(var a=0;a<ze;a++)t.addEventListener(Ve[a],this.listener,(0,q.jT)(!1))}function f(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 h(e,t){var r=""+xe(e)+!!t;this.xhrGuids&&!this.xhrGuids[r]&&(this.xhrGuids[r]=!0,this.totalCbs+=1)}function p(e,t){var r=""+xe(e)+!!t;this.xhrGuids&&this.xhrGuids[r]&&(delete this.xhrGuids[r],this.totalCbs-=1)}function m(){this.endTime=(0,S.t)()}function v(e,t){t instanceof qe&&"load"===e[0]&&r.emit("xhr-load-added",[e[1],e[2]],t)}function y(e,t){t instanceof qe&&"load"===e[0]&&r.emit("xhr-load-removed",[e[1],e[2]],t)}function b(e,t,r){t instanceof qe&&("onload"===r&&(this.onload=!0),("load"===(e[0]&&e[0].type)||this.onload)&&(this.xhrCbStart=(0,S.t)()))}function E(e,t){this.xhrCbStart&&r.emit("xhr-cb-time",[(0,S.t)()-this.xhrCbStart,this.onload,t],t)}function w(e){var t,r=e[1]||{};if("string"==typeof e[0]?0===(t=e[0]).length&&g.RI&&(t=""+g.gm.location.href):e[0]&&e[0].url?t=e[0].url:g.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,We.D)(t),this.sameOrigin=this.parsedOrigin.sameOrigin);var n=s.generateTracePayload(this.parsedOrigin);if(n&&(n.newrelicHeader||n.traceContextParentHeader))if(e[0]&&e[0].headers)a(e[0].headers,n)&&(this.dt=n);else{var i={};for(var o in r)i[o]=r[o];i.headers=new Headers(r.headers||{}),a(i.headers,n)&&(this.dt=n),e.length>1?e[1]=i:e.push(i)}}function a(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 R(e,t){this.params={},this.metrics={},this.startTime=(0,S.t)(),this.dt=t;let[r,n={}]=e;Xe(this,Ue(r));const s=(""+(r&&r instanceof Ge&&r.method||n.method||"GET")).toUpperCase();this.params.method=s,this.txSize=Se(n.body||r?.body)||0;try{var o=n.headers||r?.headers;if(i&&o)if(this.requestHeaders??={},o instanceof Headers)o.forEach(function(e,t){this.requestHeaders[t.toLowerCase()]=e}.bind(this));else if("object"==typeof o)for(var a in o)this.requestHeaders[a.toLowerCase()]=o[a]}catch(e){}this.requestBody=n.body||r?.body}function A(e,t){if(this.endTime=(0,S.t)(),this.params||(this.params={}),(0,Fe.iW)(this.params))return;this.params.status=t?t.status:0;const n=()=>{const e=+this.rxSize,t=null==this.rxSize||isNaN(e)?void 0:e,r={txSize:this.txSize,rxSize:t,duration:this.endTime-this.startTime},n=[this.params,r,this.startTime,this.endTime,"fetch"];this.targets.forEach(e=>O(n,this,e))};t&&i?t.clone().text().then(e=>{this.responseBody=e,this.rxSize&&"0"!==this.rxSize&&0!==this.rxSize||void 0===e||0===this.params.status||(this.rxSize=Se(e)),t?.headers&&(this.responseHeaders={},t.headers.forEach(function(e,t){this.responseHeaders[t.toLowerCase()]=e}.bind(this)))}).catch(e=>{r.emit(Ze,[e])}).finally(()=>{n()}):n()}function T(e){const t=this.params,n=this.metrics;if(this.ended)return;this.ended=!0;for(let t=0;t<ze;t++)e.removeEventListener(Ve[t],this.listener,!1);if(t.aborted)return;if((0,Fe.iW)(t))return;if(n.duration=this.endTime-this.startTime,this.loadCaptureCalled||4!==e.readyState?null==t.status&&(t.status=0):_(this,e),n.cbTime=this.cbTime,i){try{this.responseBody=e.responseText}catch(t){this.responseBody=e.response}if((!n.rxSize||0===n.rxSize)&&void 0!==this.responseBody&&0!==t.status){const e=Se(this.responseBody);void 0!==e&&(n.rxSize=e)}try{this.responseHeaders=function(e){const t={};return e?(e.split("\r\n").forEach(function(e){const r=e.indexOf(": ");if(r>0){const n=e.substring(0,r),s=e.substring(r+2);t[n.toLowerCase()]=s}}),t):t}(e.getAllResponseHeaders())}catch(e){r.emit(Ze,[e])}}const s=[t,n,this.startTime,this.endTime,"xhr"];this.targets.forEach(e=>O(s,this,e))}function O(e,r,s){n("xhr",[...e,s],r,t.K7.ajax)}function _(e,n){e.params.status=n.status;var s=function(e,t){var r=e.responseType;return"json"===r&&null!==t?t:"arraybuffer"===r||"blob"===r||"json"===r?Se(e.response):"text"===r||""===r||void 0===r?Se(e.responseText):void 0}(n,e.lastSize);if(void 0!==s&&0!==n.status&&(e.metrics.rxSize=s),e.sameOrigin&&n.getAllResponseHeaders().indexOf(Ye)>=0){var i=n.getResponseHeader(Ye);i&&((0,x.p)("sm",["Ajax/CrossApplicationTracing/Header/Seen"],void 0,t.K7.metrics,r),e.params.cat=i.split(", ").pop())}e.loadCaptureCalled=!0}r.on("new-xhr",o),r.on("open-xhr-start",a),r.on("open-xhr-end",d),r.on("send-xhr-start",l),r.on("setRequestHeader-xhr-start",u),r.on("xhr-cb-time",f),r.on("xhr-load-added",h),r.on("xhr-load-removed",p),r.on("xhr-resolved",m),r.on("addEventListener-end",v),r.on("removeEventListener-end",y),r.on("fn-end",E),r.on("fetch-before-start",w),r.on("fetch-start",R),r.on("fn-start",b),r.on("fetch-done",A)}(e,this.ee,this.handler,this.dt),this.importAggregator(e,()=>r.e(478).then(r.bind(r,3845)))}}function Xe(e,t){var r=(0,We.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 $e={},Je=["pushState","replaceState"];function et(e){const t=function(e){return(e||w.ee).get("history")}(e);return!g.RI||$e[t.debugId]++||($e[t.debugId]=1,(0,_e.YM)(t).inPlace(window.history,Je,"-")),t}var tt=r(3738);function rt(e){(0,_.Y)(O.BL,function(r=Date.now()){const n=r-g.WN;n<0&&(0,l.R)(62,r),(0,x.p)(V.XG,[O.BL,{time:n}],void 0,t.K7.metrics,e.ee),e.addToTrace({name:O.BL,start:r,origin:"nr"}),(0,x.p)("api-"+O.hG,[n,O.BL],void 0,t.K7.genericEvents,e.ee)},e)}const{He:nt,bD:st,d3:it,Kp:ot,TZ:at,Lc:ct,uP:dt,Rz:ut}=tt;class lt extends M{static featureName=at;constructor(e){var n;super(e,at),n=e,(0,_.Y)(O.U2,function(e){if(!(e&&"object"==typeof e&&e.name&&e.start))return;const r={n:e.name,s:e.start-g.WN,e:(e.end||e.start)-g.WN,o:e.origin||"",t:"api"};r.s<0||r.e<0||r.e<r.s?(0,l.R)(61,{start:r.s,end:r.e}):(0,x.p)("bstApi",[r],void 0,t.K7.sessionTrace,n.ee)},n),rt(e);if(!(0,C.V)(e.init))return void this.deregisterDrain();const s=this.ee;let i;et(s),this.eventsEE=(0,Oe.u)(s),this.eventsEE.on(dt,function(e,t){this.bstStart=(0,S.t)()}),this.eventsEE.on(ct,function(e,r){(0,x.p)("bst",[e[0],r,this.bstStart,(0,S.t)()],void 0,t.K7.sessionTrace,s)}),s.on(ut+it,function(e){this.time=(0,S.t)(),this.startPath=location.pathname+location.hash}),s.on(ut+ot,function(e){(0,x.p)("bstHist",[location.pathname+location.hash,this.startPath,this.time],void 0,t.K7.sessionTrace,s)});try{i=new PerformanceObserver(e=>{const r=e.getEntries();(0,x.p)(nt,[r],void 0,t.K7.sessionTrace,s)}),i.observe({type:st,buffered:!0})}catch(e){}this.importAggregator(e,()=>r.e(478).then(r.bind(r,6974)),{resourceObserver:i})}}var ft=r(733),ht=r(6344);class pt extends M{static featureName=ht.TZ;#s;recorder;constructor(e){var n;let s;super(e,ht.TZ),n=e,(0,_.Y)(O.CH,function(){(0,x.p)(O.CH,[],void 0,t.K7.sessionReplay,n.ee)},n),function(e){(0,_.Y)(O.Tb,function(){(0,x.p)(O.Tb,[],void 0,t.K7.sessionReplay,e.ee)},e)}(e);const i="".concat(u.Wt).concat((0,ft.Y)(e.info.licenseKey,e.info.applicationID));try{s=JSON.parse(localStorage.getItem(i))}catch(e){}(0,k.SR)(e.init)&&this.ee.on(O.CH,()=>this.#i()),this.#o(s)&&this.importRecorder().then(e=>{e.startRecording(ht.Qb.PRELOAD,s?.sessionReplayMode)}),this.importAggregator(this.agentRef,()=>r.e(478).then(r.bind(r,6167)),this),this.ee.on("err",e=>{this.blocked||this.agentRef.runtime.isRecording&&(this.errorNoticed=!0,(0,x.p)(ht.Vh,[e],void 0,this.featureName,this.ee))})}#o(e){return e&&(e.sessionReplayMode===u.g.FULL||e.sessionReplayMode===u.g.ERROR)||(0,k.Aw)(this.agentRef.init)}importRecorder(){return this.recorder?Promise.resolve(this.recorder):(this.#s??=Promise.all([r.e(478),r.e(249)]).then(r.bind(r,4866)).then(({Recorder:e})=>(this.recorder=new e(this),this.recorder)).catch(e=>{throw this.ee.emit("internal-error",[e]),this.blocked=!0,e}),this.#s)}#i(){this.blocked||(this.featAggregate?this.featAggregate.mode!==u.g.FULL&&this.featAggregate.initializeRecording(u.g.FULL,!0,ht.Qb.API):this.importRecorder().then(()=>{this.recorder.startRecording(ht.Qb.API,u.g.FULL)}))}}var gt=r(3962);class mt extends M{static featureName=gt.TZ;constructor(e){if(super(e,gt.TZ),function(e){const r=e.ee.get("tracer");function n(){}(0,_.Y)(O.dT,function(e){return(new n).get("object"==typeof e?e:{})},e);const s=n.prototype={createTracer:function(n,s){var i={},o=this,a="function"==typeof s;return(0,x.p)(V.xV,["API/createTracer/called"],void 0,t.K7.metrics,e.ee),function(){if(r.emit((a?"":"no-")+"fn-start",[(0,S.t)(),o,a],i),a)try{return s.apply(this,arguments)}catch(e){const t="string"==typeof e?new Error(e):e;throw r.emit("fn-err",[arguments,this,t],i),t}finally{r.emit("fn-end",[(0,S.t)()],i)}}}};["actionText","setName","setAttribute","save","ignore","onEnd","getContext","end","get"].forEach(r=>{_.Y.apply(this,[r,function(){return(0,x.p)(O.hw+r,[performance.now(),...arguments],this,t.K7.softNav,e.ee),this},e,s])}),(0,_.Y)(O.PA,function(){(0,x.p)(O.hw+"routeName",[performance.now(),...arguments],void 0,t.K7.softNav,e.ee)},e)}(e),!g.RI||!(0,s.dV)().o.MO)return;const n=et(this.ee);try{this.removeOnAbort=new AbortController}catch(e){}gt.tC.forEach(e=>{(0,q.sp)(e,e=>{c(e)},!0,this.removeOnAbort?.signal)});const i=()=>(0,x.p)("newURL",[(0,S.t)(),""+window.location],void 0,this.featureName,this.ee);n.on("pushState-end",i),n.on("replaceState-end",i),(0,q.sp)(gt.OV,e=>{c(e),(0,x.p)("newURL",[e.timeStamp,""+window.location],void 0,this.featureName,this.ee)},!0,this.removeOnAbort?.signal);let o=!1;const a=new((0,s.dV)().o.MO)((e,t)=>{o||(o=!0,requestAnimationFrame(()=>{(0,x.p)("newDom",[(0,S.t)()],void 0,this.featureName,this.ee),o=!1}))}),c=(0,j.s)(e=>{"loading"!==document.readyState&&((0,x.p)("newUIEvent",[e],void 0,this.featureName,this.ee),a.observe(document.body,{attributes:!0,childList:!0,subtree:!0,characterData:!0}))},100,{leading:!0});this.abortHandler=function(){this.removeOnAbort?.abort(),a.disconnect(),this.abortHandler=void 0},this.importAggregator(e,()=>r.e(478).then(r.bind(r,4393)),{domObserver:a})}}var vt=r(9119),yt=r(981);const bt={},Et=new Set;function wt(e){return"string"==typeof e?{type:"string",size:(new TextEncoder).encode(e).length}:e instanceof ArrayBuffer?{type:"ArrayBuffer",size:e.byteLength}:e instanceof Blob?{type:"Blob",size:e.size}:e instanceof DataView?{type:"DataView",size:e.byteLength}:ArrayBuffer.isView(e)?{type:"TypedArray",size:e.byteLength}:{type:"unknown",size:0}}class Rt{constructor(e,t){this.timestamp=(0,S.t)(),this.currentUrl=(0,vt.L)(window.location.href),this.socketId=(0,me.LA)(8),this.requestedUrl=(0,vt.L)(e),this.requestedProtocols=Array.isArray(t)?t.join(","):t||"",this.openedAt=void 0,this.protocol=void 0,this.extensions=void 0,this.binaryType=void 0,this.messageOrigin=void 0,this.messageCount=0,this.messageBytes=0,this.messageBytesMin=0,this.messageBytesMax=0,this.messageTypes=void 0,this.sendCount=0,this.sendBytes=0,this.sendBytesMin=0,this.sendBytesMax=0,this.sendTypes=void 0,this.closedAt=void 0,this.closeCode=void 0,this.closeReason="unknown",this.closeWasClean=void 0,this.connectedDuration=0,this.hasErrors=void 0}}class At extends M{static featureName=a.TZ;constructor(e){super(e,a.TZ);const n=e.init.feature_flags.includes("websockets")||e.init.web_sockets?.enabled,i=!e.init.feature_flags.includes("no_spv"),o=[e.init.page_action.enabled,e.init.performance.capture_marks,e.init.performance.capture_measures,e.init.performance.resources.enabled,e.init.user_actions.enabled,n,i];var c;let d;if(c=e,(0,_.Y)(O.hG,(e,t)=>oe(e,t,c),c),function(e){(0,_.Y)(O.fF,(t,r)=>ce(t,r,e),e)}(e),rt(e),Ee(e),function(e){(0,_.Y)(O.V1,(t,r)=>ae(t,r,e),e)}(e),this.removeOnAbort=new AbortController,this.abortHandler=()=>{this.removeOnAbort.abort(),this.abortHandler=void 0},n){const u=function(e,t){if(!(0,s.dV)().o.WS)return e;const r=e.get("websockets");if(bt[r.debugId]++)return r;bt[r.debugId]=1,(0,K.G)(()=>{const e=(0,S.t)();Et.forEach(t=>{t.nrData.closedAt=e,t.nrData.closeCode=1001,t.nrData.closeReason="Page navigating away",t.nrData.closeWasClean=!1,t.nrData.openedAt&&(t.nrData.connectedDuration=e-t.nrData.openedAt),r.emit("ws",[t.nrData,t.targets],t)})});class n extends WebSocket{static name=yt.R.WS;static toString(){return"function WebSocket() { [native code] }"}toString(){return"[object WebSocket]"}get[Symbol.toStringTag](){return n.name}#a(e){(e.__newrelic??={}).socketId=this.nrData.socketId,this.nrData.hasErrors??=!0}constructor(...e){super(...e),this.nrData=new Rt(e[0],e[1]),this.targets=(0,re.$5)(t),this.addEventListener("open",()=>{this.nrData.openedAt=(0,S.t)(),["protocol","extensions","binaryType"].forEach(e=>{this.nrData[e]=this[e]}),Et.add(this)}),this.addEventListener("message",e=>{const{type:t,size:r}=wt(e.data);this.nrData.messageOrigin??=(0,vt.L)(e.origin),this.nrData.messageCount++,this.nrData.messageBytes+=r,this.nrData.messageBytesMin=Math.min(this.nrData.messageBytesMin||1/0,r),this.nrData.messageBytesMax=Math.max(this.nrData.messageBytesMax,r),(this.nrData.messageTypes??"").includes(t)||(this.nrData.messageTypes=this.nrData.messageTypes?"".concat(this.nrData.messageTypes,",").concat(t):t)}),this.addEventListener("close",e=>{this.nrData.closedAt=(0,S.t)(),this.nrData.closeCode=e.code,e.reason&&(this.nrData.closeReason=e.reason),this.nrData.closeWasClean=e.wasClean,this.nrData.connectedDuration=this.nrData.closedAt-this.nrData.openedAt,Et.delete(this),r.emit("ws",[this.nrData,this.targets],this)})}addEventListener(e,t,...r){const n=this,s="function"==typeof t?function(...e){try{return t.apply(this,e)}catch(e){throw n.#a(e),e}}:t?.handleEvent?{handleEvent:function(...e){try{return t.handleEvent.apply(t,e)}catch(e){throw n.#a(e),e}}}:t;return super.addEventListener(e,s,...r)}send(e){if(this.readyState===WebSocket.OPEN){const{type:t,size:r}=wt(e);this.nrData.sendCount++,this.nrData.sendBytes+=r,this.nrData.sendBytesMin=Math.min(this.nrData.sendBytesMin||1/0,r),this.nrData.sendBytesMax=Math.max(this.nrData.sendBytesMax,r),(this.nrData.sendTypes??"").includes(t)||(this.nrData.sendTypes=this.nrData.sendTypes?"".concat(this.nrData.sendTypes,",").concat(t):t)}try{return super.send(e)}catch(e){throw this.#a(e),e}}close(...e){try{super.close(...e)}catch(e){throw this.#a(e),e}}}return g.gm.WebSocket=n,r}(this.ee,e);u.on("ws",(e,t)=>{(0,x.p)("ws-complete",[e,t],void 0,this.featureName,this.ee)})}if(i&&g.gm.addEventListener("securitypolicyviolation",e=>{(0,x.p)("spv",[e],void 0,t.K7.genericEvents,this.ee)},(0,q.jT)(!1,this.removeOnAbort.signal)),g.RI){if(He(this.ee,e),Le(this.ee,e),d=et(this.ee),e.init.user_actions.enabled){function l(t){const r=(0,We.D)(t);return e.beacons.includes(r.hostname+":"+r.port)}function f(){d.emit("navChange")}a.Zp.forEach(e=>(0,q.sp)(e,e=>(0,x.p)("ua",[e],void 0,this.featureName,this.ee),!0)),a.qN.forEach(e=>{const t=(0,j.s)(e=>{(0,x.p)("ua",[e],void 0,this.featureName,this.ee)},500,{leading:!0});(0,q.sp)(e,t)}),g.gm.addEventListener("error",()=>{(0,x.p)("uaErr",[],void 0,t.K7.genericEvents,this.ee)},(0,q.jT)(!1,this.removeOnAbort.signal)),this.ee.on("open-xhr-start",(e,r)=>{l(e[1])||r.addEventListener("readystatechange",()=>{2===r.readyState&&(0,x.p)("uaXhr",[],void 0,t.K7.genericEvents,this.ee)},(0,q.jT)(void 0,this.removeOnAbort.signal))}),this.ee.on("fetch-start",e=>{e.length>=1&&!l(Ue(e[0]))&&(0,x.p)("uaXhr",[],void 0,t.K7.genericEvents,this.ee)}),d.on("pushState-end",f),d.on("replaceState-end",f),window.addEventListener("hashchange",f,(0,q.jT)(!0,this.removeOnAbort.signal)),window.addEventListener("popstate",f,(0,q.jT)(!0,this.removeOnAbort.signal))}if(e.init.performance.resources.enabled&&g.gm.PerformanceObserver?.supportedEntryTypes.includes("resource")){new PerformanceObserver(e=>{e.getEntries().forEach(e=>{(0,x.p)("browserPerformance.resource",[e],void 0,this.featureName,this.ee)})}).observe({type:"resource",buffered:!0})}}o.some(e=>e)?this.importAggregator(e,()=>r.e(478).then(r.bind(r,8019))):this.deregisterDrain()}}var Tt=r(2646);const xt=new Map;function St(e,t,r,n,s=!0,i){if("object"!=typeof t||!t||"string"!=typeof r||!r||"function"!=typeof t[r])return(0,l.R)(29);const o=function(e){return(e||w.ee).get("logger")}(e),a=(0,_e.YM)(o,void 0,i),c=new Tt.y(w.P);c.level=n.level,c.customAttributes=n.customAttributes,c.autoCaptured=s;const d=t[r]?.[_e.Jt]||t[r];return xt.set(d,c),a.inPlace(t,[r],"wrap-logger-",()=>xt.get(d),void 0,!0),o}var Ot=r(1910);class _t extends M{static featureName=ne.TZ;constructor(e){var t;super(e,ne.TZ),t=e,(0,_.Y)("log",(e,r)=>ie(e,r,t),t),function(e){(0,_.Y)(O.Wb,(t,r,{customAttributes:n={},level:s=ne.p_.INFO}={})=>{St(e.ee,t,r,{customAttributes:n,level:s},!1,e)},e)}(e),Ee(e);const n=this.ee;["log","error","warn","info","debug","trace"].forEach(t=>{(0,Ot.i)(g.gm.console[t]),St(n,g.gm.console,t,{level:"log"===t?"info":t},void 0,e)}),this.ee.on("wrap-logger-end",function([e],t,r,s=[]){const{level:i,customAttributes:o,autoCaptured:a}=this;s.forEach(t=>{(0,se.R)(n,e,o,i,a,t)})}),this.importAggregator(e,()=>r.e(478).then(r.bind(r,5288)))}}new W({features:[Qe,H,U,lt,pt,z,Re,At,_t,mt],loaderType:"spa"})})()})();</script>

<link rel="shortcut icon" type="image/png" href="https://uploads-us-west-2.insided.com/box-en/attachment/e8cf8dc0-4ebf-478a-b9ef-866dd083e21b_thumb.png" />
<title>AI Startup Partner Program for B2B Growth | Community</title>
<meta name="description" content="Join the AI startup program to access exclusive resources, expert support, and tools designed for B2B startups. Scale faster with our tailored partner p...">

<meta property="og:title" content="AI Startup Partner Program for B2B Growth | Community"/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://community.box.com/p/aistartups"/>
<meta property="og:description" content="Join the AI startup program to access exclusive resources, expert support, and tools designed for B2B startups. Scale faster with our tailored partner program." />
<meta property="og:image" content="https://uploads-us-west-2.insided.com/box-en/attachment/b70d4334-9695-4929-bf8b-3fdfddb84e15_thumb.png"/>
<meta property="og:image:secure_url" content="https://uploads-us-west-2.insided.com/box-en/attachment/b70d4334-9695-4929-bf8b-3fdfddb84e15_thumb.png"/>


    <script type="application/ld+json" nonce="">
      {"@context":"https:\/\/schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/community.box.com"}]}
    </script>




            <link rel="canonical" href="https://community.box.com/p/aistartups" />

        
<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/roboto/italic/Roboto-Italic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/italic/Roboto-Italic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/italic/Roboto-Italic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/italic/Roboto-Italic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_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: #e6e7ebff;--config--main-button-base-font-color: #1a1a1a;--config--main-button-base-font-family: "inter", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;--config--main-button-base-font-weight: 600;--config--main-button-base-radius: 3px;--config--main-button-base-texttransform: none;--config--main-color-alert: #ed5937ff;--config--main-color-brand: #0061d5ff;--config--main-color-brand-secondary: #ededf4ff;--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: #f6f8faff;--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: #f79321ff;--config--main-color-night: #25282bff;--config--main-color-night-inverted: #f5f5f5;--config--main-color-night-light: #2b2b2b;--config--main-color-success: #3cb54aff;--config--main-font-base-lineheight: 1.5;--config--main-font-base-stack: "inter", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;--config--main-font-base-style: normal;--config--main-font-base-weight: normal;--config--main-font-secondary: "inter", Roboto, "Helvetica Neue", Helvetica, Arial, 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/roboto/italic/Roboto-Italic-webfont.eot); src:url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/italic/Roboto-Italic-webfont.eot#iefix) format("embedded-opentype"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/italic/Roboto-Italic-webfont.woff) format("woff"),url(https://d2cn40jarzxub5.cloudfront.net/_fonts/fonts/roboto/italic/Roboto-Italic-webfont.ttf) format("truetype"),url(https://d2cn40jarzxub5.cloudfront.net/_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: #0061d5ff;--config-anchor-base-hover-color: #0061d5ff;--config-avatar-notification-background-color: #0061d5ff;--config-body-background-color: #ffffffff;--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: rgba(237, 89, 55, 0.15);--config-button-cancel-active-border-color: #C53311;--config-button-cancel-active-color: #ed5937;--config-button-cancel-background-color: transparent;--config-button-cancel-border-color: #ed5937;--config-button-cancel-border-radius: 20px;--config-button-cancel-border-width: 1px;--config-button-cancel-box-shadow: 0 0 0 transparent;--config-button-cancel-color: #ed5937;--config-button-cancel-hover-background-color: rgba(237, 89, 55, 0.1);--config-button-cancel-hover-border-color: #DD3913;--config-button-cancel-hover-color: #ed5937;--config-button-cta-active-background-color: #0061D5;--config-button-cta-active-border-color: #0061D5;--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: #ffffff;--config-button-cta-border-color: #d1d5dc;--config-button-cta-border-radius: 20px;--config-button-cta-border-width: 1px;--config-button-cta-box-shadow: 0 0 0 transparent;--config-button-cta-color: #364153;--config-button-cta-focus-background-color: #fafafaff;--config-button-cta-focus-border-color: #0055bbff;--config-button-cta-focus-border-width: 1px;--config-button-cta-focus-color: #364153;--config-button-cta-hover-background-color: #0061d5;--config-button-cta-hover-border-color: #0061d5;--config-button-cta-hover-border-width: 1px;--config-button-cta-hover-box-shadow: 0 0 0 transparent;--config-button-cta-hover-color: #fff;--config-button-cta-spinner-color: #fff;--config-button-cta-spinner-hover-color: #fff;--config-button-secondary-active-background-color: #0057C2;--config-button-secondary-active-border-color: #0057C2;--config-button-secondary-active-border-width: 1px;--config-button-secondary-active-box-shadow: 0 0 0 transparent;--config-button-secondary-active-color: #fff;--config-button-secondary-background-color: #0061D5;--config-button-secondary-border-color: #0061D5;--config-button-secondary-border-radius: 20px;--config-button-secondary-border-width: 1px;--config-button-secondary-box-shadow: 0 0 0 transparent;--config-button-secondary-color: #fff;--config-button-secondary-focus-background-color: #ddddeaff;--config-button-secondary-focus-border-color: #ddddeaff;--config-button-secondary-focus-border-width: 1px;--config-button-secondary-focus-color: #fff;--config-button-secondary-hover-background-color: #0057C2;--config-button-secondary-hover-border-color: #0057C2;--config-button-secondary-hover-border-width: 1px;--config-button-secondary-hover-box-shadow: 0 0 0 transparent;--config-button-secondary-hover-color: #fff;--config-button-secondary-spinner-color: #fff;--config-button-secondary-spinner-hover-color: #fff;--config-button-toggle-active-background-color: #0061d5;--config-button-toggle-active-border-color: #0061d5;--config-button-toggle-active-color: #fff;--config-button-toggle-background-color: transparent;--config-button-toggle-border-color: #0061d566;--config-button-toggle-border-radius: 20px;--config-button-toggle-border-width: 1px;--config-button-toggle-box-shadow: 0 0 0 transparent;--config-button-toggle-color: #0061d5;--config-button-toggle-filled-background-color: #0061d5ff;--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: #0055bbff;--config-button-toggle-hover-background-color: #0061d5;--config-button-toggle-hover-border-color: #0061d5;--config-button-toggle-hover-color: #fff;--config-button-toggle-on-active-background-color: #0057C2;--config-button-toggle-on-active-border-color: #0057C2;--config-button-toggle-on-active-color: #fff;--config-button-toggle-on-background-color: #0061D5;--config-button-toggle-on-border-color: #0061D5;--config-button-toggle-on-border-radius: 20px;--config-button-toggle-on-border-width: 1px;--config-button-toggle-on-box-shadow: 0 0 0 transparent;--config-button-toggle-on-color: #fff;--config-button-toggle-on-hover-background-color: #0057C2;--config-button-toggle-on-hover-border-color: #0057C2;--config-button-toggle-on-hover-color: #fff;--config-button-toggle-outline-background-color: #0061d5ff;--config-button-toggle-outline-color: #0061d5ff;--config-button-toggle-outline-pseudo-color: #0061d5ff;--config-button-toggle-outline-spinner-color: #0061d5ff;--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: #25282bff;--config-cta-close-button-color: #a7aeb5;--config-cta-icon-background-color: #0061d5ff;--config-cta-icon-check: #fff;--config-editor-comment-toolbar-background-color: #fff;--config-editor-comment-toolbar-button-color: #25282bff;--config-editor-comment-toolbar-button-hover-color: #0061d5ff;--config-footer-background-color: #25282bff;--config-footer-color: #fff;--config-header-color: #25282bff;--config-header-color-inverted: #f5f5f5;--config-hero-background-position: top left;--config-hero-color: #ffffffff;--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: #0061d5ff;--config-link-base-color: #25282bff;--config-link-base-hover-color: #0061d5ff;--config-link-hover-decoration: none;--config-main-navigation-background-color: #fff;--config-main-navigation-border-bottom-color: #d5d7db;--config-main-navigation-border-top-color: #d5d7db;--config-main-navigation-dropdown-background-color: #fff;--config-main-navigation-dropdown-color: #1a1a1a;--config-main-navigation-dropdown-font-weight: normal;--config-main-navigation-nav-color: #1a1a1a;--config-main-navigation-nav-link-color: #2aaae1;--config-main-navigation-search-placeholder-color: #a7aeb5ff;--config-mention-selector-hover-selected-color: #fff;--config-meta-link-font-weight: normal;--config-meta-link-hover-color: #0061d5ff;--config-meta-text-color: #4b5258ff;--config-notification-widget-background-color: #2aaae1ff;--config-notification-widget-color: #ffffffff;--config-pagination-active-page-color: #0061d5ff;--config-paging-item-hover-color: #0061d5ff;--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: #25282bff;--config-sidebar-widget-font-family: "inter", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;--config-sidebar-widget-font-weight: 600;--config-ssi-header-height: auto;--config-ssi-header-mobile-height: auto;--config-subcategory-hero-color: #ffffffff;--config-tag-modify-link-color: #0061d5ff;--config-tag-pill-background-color: #f0f2f6;--config-tag-pill-hover-background-color: #8cedffff;--config-tag-pill-hover-border-color: #0061d5ff;--config-tag-pill-hover-color: #0061d5ff;--config-thread-list-best-answer-background-color: #3cb54a0d;--config-thread-list-best-answer-border-color: #3cb54aff;--config-thread-list-mod-break-background: #0061d50d;--config-thread-list-mod-break-border-color: #0061d5ff;--config-thread-list-sticky-topic-background: #0061d5f2;--config-thread-list-sticky-topic-border-color: #0061d5ff;--config-thread-list-sticky-topic-flag-color: #0061d5ff;--config-thread-list-topic-button-subscribe-border-width: 1px;--config-thread-list-topic-title-font-weight: bold;--config-thread-pill-answer-background-color: #3cb54aff;--config-thread-pill-author-background-color: #0061d5ff;--config-thread-pill-author-color: #fff;--config-thread-pill-question-background-color: #f79321ff;--config-thread-pill-question-color: #fff;--config-thread-pill-sticky-background-color: #0061d5ff;--config-thread-pill-sticky-color: #fff;--config-topic-page-answered-field-icon-color: #3cb54aff;--config-topic-page-answered-field-link-color: #0061d5ff;--config-topic-page-header-font-weight: 600;--config-topic-page-post-actions-active: #0061d5ff;--config-topic-page-post-actions-icon-color: #a7aeb5;--config-topic-page-quote-border-color: #e6e7ebff;--config-topic-question-color: #f79321ff;--config-widget-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);--config-widget-cta-background-color: #f0f2f6ff;--config-widget-cta-color: #000000ff;--config-widget-tabs-font-weight: normal;--config-widget-tabs-forum-list-header-color: #25282bff;--config-widget-tabs-forum-list-header-hover-color: #0061d5ff;--config-card-border-radius: 20px;--config-card-border-width: 1px;--config-card-background-color: #ffffff;--config-card-title-color: #151f26ff;--config-card-text-color: #151f26ff;--config-card-border-color: #e6e7ebff;--config-card-shadow: rgba(0,0,0,0);--config-card-hover-background-color: #ffffff;--config-card-hover-title-color: #151f26ff;--config-card-hover-text-color: #4B5258;--config-card-hover-border-color: #0061d5;--config-card-hover-shadow: rgba(0,0,0,0);--config-card-active-background-color: #ffffff;--config-card-active-title-color: #151f26ff;--config-card-active-text-color: #151f26ff;--config-card-active-border-color: #e6e7ebff;--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-list-views-use-card-theme: 0;--config-list-views-card-border-width: 1px;--config-list-views-card-border-radius: 5px;--config-list-views-card-default-background-color: #ffffff;--config-list-views-card-default-title-color: #25282bff;--config-list-views-card-default-text-color: #25282bff;--config-list-views-card-default-border-color: #e6e7ebff;--config-list-views-card-hover-background-color: #ffffff;--config-list-views-card-hover-title-color: #25282bff;--config-list-views-card-hover-text-color: #25282bff;--config-list-views-card-hover-border-color: #e6e7ebff;--config-list-views-card-click-background-color: #ffffff;--config-list-views-card-click-title-color: #25282bff;--config-list-views-card-click-text-color: #25282bff;--config-list-views-card-click-border-color: #e6e7ebff;--config-main-navigation-nav-font-weight: normal;--config-button-border-width: 1px;--config-button-border-radius: 20px;--config-button-toggle-hover-box-shadow: 0 0 0 transparent;--config-button-toggle-active-box-shadow: 0 0 0 transparent;--config-button-toggle-on-hover-box-shadow: 0 0 0 transparent;--config-button-toggle-on-active-box-shadow: 0 0 0 transparent;--config--favicon-url: https://uploads-us-west-2.insided.com/box-en/attachment/e8cf8dc0-4ebf-478a-b9ef-866dd083e21b_thumb.png;--config-button-cta-hover-border-radius: 20px;--config-button-cta-active-border-radius: 20px;--config-button-secondary-hover-border-radius: 20px;--config-button-secondary-active-border-radius: 20px;--config-button-toggle-hover-border-radius: 20px;--config-button-toggle-active-border-radius: 20px;--config-button-toggle-on-hover-border-radius: 20px;--config-button-toggle-on-active-border-radius: 20px;--config-button-cancel-hover-border-radius: 20px;--config-button-cancel-active-border-radius: 20px;}</style>

<link href="https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/css/preact-app.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>




    <script src="https://cdn-euw1.insided.com/integrations/widget-sdk.js" defer nonce=""></script>
    <style id="style-custom-css" type="text/css">.full-width.Template-footer {
    margin-top: auto;
}
div#teconsent {
    text-align: center;
}

html[lang="ja"] .qa-forum-site-index .Sidebarmodule .widget-container .widget-placeholder section.homepage-widget-wrapper {
    margin-bottom: 20px;
}
  .header-navigation .header-navigation_extendable-search .header-navigation_extended-search .search-box {
    display: none;
}
.qa-forum-site-index .brand-hero.qa-brand-hero.custom-hero-banner .hero-search.search-v2{
  display:none;
}
  .search-v2 .collapsed-search-wrapper .btn {
    display: none !important;
}
  .twig_default-inbox-conversation .qa-badges-container.homepage-widget-wrapper {
    margin: 0 !important;
  }

  .twig_default-inbox-conversation .content-header h1 {
    padding-left: 15px;
    padding-top: 25px !important;
  }
  .twig_site-badges
    .box__content
    .list.list--badges
    .flag--top
    .flag__body
    .flag__image
    img {
    padding: 6px;
    border-radius: 50%;
  }

  .twig_default-inbox-conversation .private-messages--conversation {
    border-radius: 20px;
    border: 1px solid #e6e7eb !important;
  }
  .twig_default-inbox-conversation .pagebox.box--unbox .box.box__pad {
    border-radius: 20px;
    border: 1px solid #e6e7eb !important;
  }

  .twig_default-inbox-conversation
    .private-messages--conversation
    .content-header
    h1 {
    font-size: 24px;
    padding-top: 10px;
    line-height: 26px;
    color: #151f26ff;
  }

  .twig_page-knowledgebase-overview
    .brand-hero-title.content--centered.qa-brand-hero-title {
    padding-top: 25px;
  }

  .twig_default-inbox-overview .content-header .qa-page-title {
    font-size: 28px;
    line-height: 30px;
  }
  .modal--login.mfp-ready {
    z-index: 99999;
  }
  .main-navigation--language-switcher
    .main-navigation--language-switcher_selected
    span {
    border: none !important;
    padding: 0;
    margin: 0;
  }

  .main-navigation--language-switcher_selected span:hover {
    background-color: transparent;
    border: none !important;
  }
  .main-navigation--language-switcher_selected span {
    color: #fff !important;
    line-height: 16px;
    border: none !important;
  }

  /*create topic page start*/
  .twig_default-setting-profile .btn--cancel.avatar-delete.qa-link-avatar-delete {
    border-radius: 20px;
    line-height: 30px;
    padding: 4px 16px;
    margin-left: 10px;
  }
  .twig_topic-new .pagebox.box__pad {
    border-radius: 20px;
    border: 1px solid #e6e7eb;
  }
  /*create topic page end*/
  .twig_page-group-overview
    .group-overview-item__meta.group-overview-item__meta--members-total.text--meta
    span {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    text-align: left !important;
    color: #4f5256 !important;
  }
  .save-public-tag.qa-button-tags-save {
    line-height: 13px !important;
  }

  .twig_page-event .event-header-container .event__image {
    border-radius: 20px;
  }
  .twig_page-topic
    .public-tag-container
    .public-tag-wrapper
    .public-tag_selected-tag {
    border-radius: 20px;
  }

  .custom-navigation-top {
    min-height: 61px;
    opacity: 1;
    transition: opacity 0.4s ease;
    animation: fadeNav 0.4s ease forwards;
  }

  @keyframes fadeNav {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  /*last earned badges page*/
  .twig_site-badges
    .qa-widget-badges.badges.qa-badges-container.homepage-widget-wrapper,
  .twig_site-badges .Sidebarmodule,
  .twig_topic-new .Sidebarmodule,
  .twig_topic-new
    .qa-widget-badges.badges.qa-badges-container.homepage-widget-wrapper {
    margin-top: 0;
  }
  .twig_site-badges .pagebox.box__pad.has-no-more {
    border-radius: 20px;
    border: 1px solid #e5e7eb;
  }
  /*last earned badges page*/

  .twig_page-leaderboard-overview
    .leaderboard-table-container
    .leaderboard-table-body
    .leaderboard-row {
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
  }

  .twig_page-leaderboard-overview
    .leaderboard-table-container
    .leaderboard-table-body
    > :last-child {
    border-bottom-left-radius: 19px !important;
    border-bottom-right-radius: 19px !important;
    border: none !important;
    border-bottom: 1px solid #e6e7eb;
  }
  .twig_page-group .leaderboard-row:last-child {
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
  }
  .twig_page-group .btn--cta.create-group-topic-btn.is-hidden-S {
    padding: 3px 16px;
    box-shadow: unset;
    border-radius: 20px;
    line-height: 30px !important;
    border: 1px solid rgba(0, 97, 213, 0.4);
    color: #0061d5;
  }
  .twig_page-group .btn--secondary.group-details_hero__user-action-dropdown-btn {
    padding: 4px 16px;
    line-height: 30px;
  }

  .btn--cta.create-group-topic-btn:hover {
    background-color: #0061d5;
    color: #fff !important;
  }

  .twig_default-member-profile
    .qa-load-more-activities.btn--full-width.btn--load-more {
    border-radius: 20px;
    line-height: 30px !important;
    padding: 3px 16px;
    color: #0061d5;
    background: #fff;
    border: 1px solid rgba(0, 97, 213, 0.4);
    font-weight: bold;
    box-shadow: none;
    width: 100%;
    max-width: 112px;
  }
  .twig_default-member-profile
    .qa-load-more-activities.btn--full-width.btn--load-more:hover {
    background-color: #0061d5;
    color: #fff;
  }
  .twig_site-forum.forum--search .btn--cta.btn--new-topic.qa-topic-new-button {
    border-radius: 20px;
    line-height: 30px !important;
    padding: 3px 16px;
    color: #0061d5;
    background: #fff;
    border: 1px solid rgba(0, 97, 213, 0.4);
    font-weight: bold;
    box-shadow: none;
  }
  .twig_site-forum.forum--search
    .btn--cta.btn--new-topic.qa-topic-new-button:hover {
    background-color: #0061d5;
    color: #fff;
  }
  .twig_page-group-overview .chip--interactive.chip--variant-rounded:hover {
    border: 1px solid #0061d5;
  }
  .group-overview-wrapper-title span {
    color: #000;
    font-size: 32px;
    line-height: 37.96px;
    font-weight: 600;
  }

  /* Leaderboard page style start*/
  .twig_page-leaderboard-overview .tabs__btn.qa-link-tab:hover {
    color: #0061d5 !important;
  }
  .twig_page-leaderboard-overview .tabs__btn.qa-link-tab {
    color: #767676 !important;
  }
  .twig_page-leaderboard-overview .tabs__btn.qa-link-tab.tabs__btn--active {
    font-weight: 600 !important;
    border-bottom: unset !important;
    color: #151f26 !important;
  }
  .twig_page-leaderboard-overview .leaderboard-page {
    border-radius: 20px;
    border: 1px solid #e6e7eb;
  }
  .twig_page-leaderboard-overview
    .leaderboard-table-container
    .leaderboard-table-body
    .leaderboard-row {
    border: none;
    border-bottom: 1px solid #e6e7eb;
  }
  .twig_page-leaderboard-overview .leaderboard-row.leaderboard-row-current-user {
    border-top: none;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: unset !important;
    border-bottom: 1px solid #e6e7eb;
    margin-bottom: 0 !important;
  }
  .twig_page-leaderboard-overview .pagination-wrapper {
    border: none !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .twig_page-leaderboard-overview .pagination.is-hidden-mobile-only {
    border-top: none !important;
  }
  .twig_page-leaderboard-overview .leaderboard-header-row.is-hidden-S {
    border-bottom: 1px solid #e6e7eb;
  }
  /* Leaderboard page style end*/

  /* User index overview page style start*/

  .twig_default-inbox-overview .pagebox.box__pad {
    border-radius: 20px;
    border: 1px solid #e6e7eb;
  }
  .twig_default-inbox-overview
    .widget--badges.qa-widget-badges.badges.qa-badges-container.homepage-widget-wrapper {
    margin-top: 0;
  }

  /* User index overview page style end*/

  /* User Profile setting page style start*/

  .twig_default-setting-profile .btn--secondary.qa-button-avatar-edit {
    border-radius: 20px;
    line-height: 30px;
    padding: 4px 16px;
  }
  .twig_default-setting-profile .pagebox.box__pad,
  .twig_default-settings-general .pagebox.box__pad {
    border-radius: 20px;
    border: 1px solid #e6e7eb;
  }
  .twig_default-setting-profile .tabs--navigation.qa-tabs-menu {
    padding-bottom: 0 !important;
  }
  .twig_default-setting-profile
    .widget--badges.qa-widget-badges.badges.qa-badges-container.homepage-widget-wrapper {
    margin-top: 0;
  }
  /* User Profile setting page style end*/

  /* Profile page style start*/
  .twig_default-member-profile .box__pad.box--profile-fields {
    border-radius: 0 0 20px 20px;
    border: 1px solid #e6e7eb;
  }
  .twig_default-member-profile .userprofile-personal.qa-user-profile-box {
    border-radius: 20px 20px 0 0;
    border: 1px solid #e6e7eb;
  }
  .twig_default-member-profile .box__pad--t.box--user-activities {
    border-radius: 20px;
    border: 1px solid #e6e7eb;
  }
  .twig_default-member-profile .btn--secondary.qa-edit-user-profile {
    border-radius: 20px;
    line-height: 30px;
    padding: 4px 16px;
  }
  .twig_default-member-profile
    .widget--likedusers.qa-widget-most-liked.most_liked.qa-most_liked-container {
    margin-top: 0;
  }
  .twig_default-member-profile
    .follow-container.qa-following-table
    .box__unmar.js-none-following,
  .twig_default-member-profile .follow-container.qa-followers-table .box__unmar {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  /* Profile page style end*/

  /* Group node level pages style start*/

  .twig_page-group-overview .card-widget-title {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    color: #25282b !important;
    text-align: left !important;
  }
  .btn--cta.btn:hover {
    color: #fff;
  }
  .btn--cta.btn {
    color: #0061d5;
    border-radius: 20px;
    line-height: 30px;
    padding: 4px 16px;
    border: 1px solid rgba(0, 97, 213, 0.4);
    box-shadow: none;
  }
  .twig_page-group .group-content-container {
    border: 1px solid #e6e7eb;
    border-radius: 20px;
    padding: 24px;
  }
  .twig_page-group .widget.group-content-container-members {
    padding: 24px;
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid #e6e7eb;
  }
  .twig_page-group .group-content-container .widget-title span {
    font-size: 20px;
    color: #151f26;
    font-weight: 600;
    line-height: 30px;
  }
  .twig_page-group .group-content-container .group__content.post__content p {
    margin: 0;
    font-weight: 400;
    color: #4b5258;
    line-height: 30px;
    font-family: "Inter";
    font-size: 15px !important;
  }
  .twig_page-group .group-detail-wrapper .group-detail .post__content {
    margin: 0;
  }

  .twig_page-group .group-content-container-members .widget-title span {
    font-size: 20px;
    color: #151f26;
    font-weight: 600;
    line-height: 30px;
  }
  /* Group node level pages style end*/

  /* Knowledge base pages start*/
  .event-header-container
    .event-cta-wrapper
    .social-sharing
    button.tooltip-container
    .tooltip-trigger
    .share-button {
    margin-left: 0;
    padding: 0px;
    line-height: 46px;
  }
  .btn--event.event__ended.qa-event-ended {
    border-radius: 30px !important;
    line-height: 1 !important;
    padding: 16px 24px !important;
  }
  .twig_page-event .share-button.btn--secondary:hover {
    border: 1px solid #0061d5 !important;
  }
  .share-button.btn--secondary:hover {
    border: 1px solid #0061d5 !important;
  }
  button.btn.btn--cta.btn--event.event__sign-up.qa-event-sign-up:hover {
    border: 1px solid #0061d5 !important;
  }

  button.btn.btn--cta.btn--event.event__sign-up.qa-event-sign-up {
    border-radius: 30px !important;
    line-height: 1 !important;
    padding: 16px 24px !important;
    border: 1px solid #e6e7eb !important;
    box-shadow: unset !important;
  }

  .twig_page-event-overview
    .events-overview
    .event-list
    .event-list-item__url:focus {
    border: none;
    outline: none;
  }

  .twig_page-event-overview
    .event-list-item-container.topic-view.card-widget-wrapper:focus-visible {
    outline: none !important;
    border: none !important;
  }
  .twig_page-knowledgebase-overview
    .event-list-item__url.qa-event-list-item-url:focus,
  .twig_page-knowledgebase-overview
    .event-list-item__url.qa-event-list-item-url:active {
    border: none !important;
  }
  .twig_page-knowledgebase-overview
    .knowledge-base-container
    .knowledge-base-category-list
    > .knowledge-base__card:hover {
    box-shadow: none !important;
    transform: unset !important;
  }

  .twig_page-knowledgebase-overview .card::before {
    content: unset;
  }

  .twig_page-knowledgebase-overview
    .knowledge-base-container
    .knowledge-base-category-list
    > .knowledge-base__card {
    border: 1px solid #e6e7eb;
    box-shadow: unset;
    padding: 24px !important;
  }
  .twig_page-knowledgebase-overview .knowledge-base__card .card_url figure {
    border: 1px solid #e6e7eb;
    width: 100%;
    height: 60px;
    padding: 10px;
    max-width: 60px;
    border-radius: 10px;
  }
  .twig_page-knowledgebase-overview
    .knowledge-base-container
    .knowledge-base-category-list
    .card_image {
    margin: 0;
    width: 100%;
    height: 40px;
    max-width: 40px;
    background-size: auto 48px;
  }

  .twig_page-knowledgebase-overview
    .knowledge-base-container
    .knowledge-base-category-list
    .card_info {
    padding: 0;
  }
  .knowledge-base-container
    .knowledge-base-category-list
    .card_info
    .card_info__title
    .card-widget-title,
  .knowledge-base-container
    .knowledge-base-category-list
    .card_info
    .qa-forum-overview-post-counter {
    font-family: "Inter";
  }

  .twig_page-knowledgebase-overview
    .card_info
    .card_info__title.card-widget-title {
    text-align: left;
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #151f26;
  }

  .twig_page-knowledgebase-overview
    .card-info__metadata
    .qa-forum-overview-post-counter {
    width: 100%;
    font-size: 16px;
    color: #767676;
    text-align: left;
    margin-top: 10px;
    font-weight: 400;
    line-height: 24px;
  }

  .twig_page-knowledgebase-overview .homepage-widget-wrapper .widget__heading {
    display: none;
  }
  .twig_page-knowledgebase-overview
    .knowledge-base-container
    .knowledge-base-category-list
    > .knowledge-base__card:hover {
    transform: unset;
    box-shadow: unset;
  }
  .twig_page-knowledgebase-overview
    .brand-hero-subtitle.content--centered.qa-brand-hero-subtitle {
    color: #4b5258;
  }

  .twig_site-forum.category-page .thread-list-title.qa-subForum-header,
  .twig_site-forum.parent-category.category-page
    .thread-list-title.qa-subForum-header {
    border-top: 0;
  }
  .twig_site-forum.category-page .category-topic-list-item:last-child,
  .twig_site-forum.parent-category.category-page
    .category-topic-list-item:last-child {
    border-bottom: 1px solid #e6e7eb;
  }
  .twig_site-forum.category-page
    .category-list__container--view-all-link.link.category-list__container--view-all,
  .twig_site-forum.parent-category.category-page
    .category-list__container--view-all-link.link.category-list__container--view-all {
    border-top: 0;
  }
  /* Search Smooth Effect*/

  /* Search Smooth Effect*/
  .twig_site-forum.category-page
    .topic-curation-destination__container
    .topic-curation__item
    .topic-curation__item-body
    .topic-curation__item-type
    .avatar {
    top: 0;
  }

  .twig_site-forum.category-page
    .ask-question-widget__widget
    .btn--cta.btn--new-topic.qa-topic-new-button.pull-right {
    padding: 6px 16px !important;
    border-radius: 20px;
    color: #0061d5;
  }
  .twig_site-forum.category-page
    .ask-question-widget__widget
    .btn--cta.btn--new-topic.qa-topic-new-button.pull-right:hover {
    color: #fff;
  }
  .twig_site-forum.category-page .category-sidebar-navigation__parent-wrapper,
  .twig_site-forum.parent-category.category-page
    .category-sidebar-navigation__parent-wrapper {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e6e7eb;
  }

  .twig_site-forum.category-page
    .category-sidebar-navigation__parent-wrapper
    .categories-navigation-link--top-level {
    font-size: 20px;
    color: #151f26;
    line-height: 30px;
    font-weight: 600;
  }
  .twig_site-forum.category-page
    .categories-navigation-link--current.categories-navigation-link--content-level {
    font-weight: 700 !important;
    font-family: "Inter" !important;
    font-size: 15px !important;
    color: #0061d5;
  }
  .twig_site-forum.category-page
    .categories-navigation-link.categories-navigation-link--current.categories-navigation-link--top-level {
    color: #0061d5;
  }
  .twig_site-forum.category-page .categories-navigation-link--content-level {
    color: #4b5258;
    font-size: 15px !important;
    font-weight: 400;
    font-family: "Inter";
  }
  .twig_site-forum.parent-category.category-page .category-list__container {
    border-radius: 20px;
    border: 1px solid #e6e7eb;
  }
  .twig_site-forum.category-page .ask-question-widget__widget,
  .twig_site-forum.parent-category.category-page .ask-question-widget__widget {
    border-radius: 20px;
    border: 1px solid #e6e7eb;
  }
  /* Knowledge base pages start*/

  /*style for banner global start*/
  .twig_page-community-overview .forum-list {
    border-radius: 20px;
  }

  .twig_page-community-overview .forum-list > .box:last-child {
    border-radius: 20px;
  }
  .twig_page-community-overview .forum-list > .box:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  @media (min-width: 1024px) {
    .twig_page-event-overview
      .widget-container.widget-container--event-overview_event_types {
      margin-top: 18px;
    }
  }

  .twig_page-event .event-item__location div span {
    color: #767676;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .twig_page-event .share-button.btn--secondary {
    border: 1px solid #e6e7eb !important;
    box-shadow: none;
  }

  .twig_page-event .share-button.btn--secondary:hover {
    background-color: #0061d5 !important;
  }

  .twig_page-event .event-header-container {
    border: 1px solid #e6e7eb;
    border-radius: 20px;
  }
  .twig_page-event .event-content-container {
    border: 1px solid #e6e7eb;
    border-radius: 20px;
  }
  .twig_page-event .event-details-container {
    border: 1px solid #e6e7eb;
    border-radius: 20px;
  }

  .twig_page-event-overview
    .event-types-list-container
    .event-types-list
    li.event-types-list-item.selected:before {
    width: 3px;
  }
  .twig_page-event-overview .event-types-list .event-types-list-item:last-child {
    margin-bottom: 25px;
  }
  .twig_page-event-overview
    .forum-featured-image__content.brand-hero
    .sitewidth
    .col--main.has--side {
    width: 100%;
  }
  .twig_page-event-overview
    .forum-featured-image__content.brand-hero
    .sitewidth
    .col--main.has--side
    .thread-list-view-title.brand-hero-title.qa-page-title {
    text-align: center;
    color: #000;
    font-size: 32px;
    line-height: 37px;
  }
  .twig_page-event-overview
    .event-types-list-item
    button.event-types-list-item__button {
    color: #4b5258;
    font-size: 15px !important;
    font-weight: 400;
    font-family: "Inter";
  }
  .twig_page-event-overview
    .event-types-list-item.selected
    .event-types-list-item__button {
    font-weight: 700 !important;
    font-family: "Inter" !important;
    font-size: 15px !important;
  }
  .twig_page-event-overview .event-upcoming-wrapper {
    padding-bottom: 29px;
  }

  .twig_page-event-overview
    .topic-view.event-list-item-details-full-width.card-widget-wrapper {
    padding-left: 29px !important;
  }
  .twig_page-event-overview .event-item-image-container .event-item__image {
    border: 1px solid #e6e7eb;
    border-radius: 20px !important;
  }

  .twig_page-event-overview .event-item__location div span {
    color: #767676;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  .twig_page-event-overview .event-item-detail-container .event-item__title {
    color: #25282b;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .twig_page-event-overview .event-item__date.event__date_past {
    font-size: 16px;
    line-height: 24px;
    color: #0061d5 !important;
    font-weight: 400;
  }

  .twig_page-event-overview
    .topic-view.event-list-item-details-full-width.card-widget-wrapper {
    border: none;
  }

  .twig_page-event-overview
    .widget-container.widget-container--event-overview_event_types.widget-container--container-2-1-column_2-index-0 {
    border: 1px solid #e6e7eb;
    border-radius: 20px;
  }

  .twig_page-event-overview .event-list {
    border: 1px solid #e6e7eb;
    border-radius: 20px;
  }
  .twig_page-event-overview
    .event-list-item-container.topic-view.card-widget-wrapper {
    border: none;
  }
  .twig_page-event-overview
    .box__content.box__pad.ideation-filters.is-hidden-M.event-types-list-container
    .widget-title
    span {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
  }
  .twig_page-event-overview
    .box__content.box__pad.ideation-filters.is-hidden-M.event-types-list-container
    .widget-title {
    margin-top: 16px;
  }
  .twig_page-event-overview .forum-featured-image__content.brand-hero {
    height: fit-content;
  }
  .twig_page-event-overview .forum-featured-image {
    height: fit-content;
  }

  .leaderboard-link-text a.btn--cta.btn--show-more svg {
    display: none;
  }
  .body-wrapper .btn--toggle,
  .body-wrapper .btn--secondary {
    border-radius: 20px;
    line-height: 30px;
    padding: 4px 16px;
  }
  .twig_page-topic .topic__header {
    padding: 24px 30px 0px 30px;
  }
  .twig_page-topic .box__pad {
    padding: 30px;
  }
  .main-navigation--nav-buttons-wrapper > ul > li,
  .main-navigation--nav-buttons .username,
  .main-navigation--search-input-wrapper input,
  .twig_page-event-overview .btn--toggle.is-active {
    line-height: 40px;
  }
  .twig_page-topic .topic-replies__wrapper .box.box__pad {
    padding: 0;
  }

  .load-more-container .btn--cta {
    line-height: 30px;
    padding: 4px 16px;
  }
  .menu-create-topic.qa-menu-create-topic.btn.btn--cta:hover {
    background-color: #0057c2 !important;
    color: #fff;
  }
  .header-login-button.qa-header-login-button.btn.btn--secondary:hover {
    border: 1px solid #0061d5 !important;
  }
  .main-navigation--language-switcher_selected span:hover {
    background-color: #0061d5;
    color: #fff;
    border: 1px solid #0061d5 !important;
  }
  .header-login-button.qa-header-login-button.btn.btn--secondary:hover {
    background-color: #0061d5 !important;
    color: #fff !important;
  }

  .twig_page-topic .avatar.avatar.avatar--XS {
    width: 26px;
    height: 26px;
  }
  .twig_page-topic .topic-liked-users .topic-liked-users_text {
    margin-left: 13px !important;
  }
  .topic-liked-users,
  .topic-public-tags-list,
  .topic-voted-users {
    display: flex;
    align-items: center;
  }
  .twig_page-topic .topic-voted-users {
    align-items: center !important;
  }
  .btn.btn-primary:hover {
    background-color: #0057c2;
  }

  .twig_page-topic
    .widget--likedusers.qa-widget-most-liked.most_liked.qa-most_liked-container.homepage-widget-wrapper {
    margin-top: 20px;
  }
  .twig_page-topic .tooltip-container .tooltip-trigger span {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #151f26;
  }
  .thread-list-view-title.thread-subforum-title.qa-page-title {
    color: #151f26 !important;
    font-size: 32px !important;
    line-height: 37.96px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    text-align: center;
  }
  .thread-list-view-description.qa-subforum-description {
    text-align: center;
    line-height: 25.31px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #767676 !important;
  }
  /*style for banner global start*/

  /*Detail page style start from here */
  .twig_page-topic .list--dot-seperated > li:before {
    line-height: 30px;
  }
  .twig_page-topic li.list-item--no-dot-S {
    line-height: 30px;
  }
  .twig_page-topic .qa-username.link--user.username {
    font-weight: 600;
    font-family: Inter;
    font-size: 16px;
    color: #0061d5;
    line-height: 30px;
  }

  .post__user__meta .list--dot-seperated.text--meta li.is-hidden-S span {
    color: #4b5258;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
  }
  .twig_page-topic .post__action-link__text {
    color: #a8aeb5;
  }
  .twig_page-topic .post__user__meta time {
    color: #a8aeb5;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Inter";
  }

  .twig_page-topic .box__content.qa-reply.reply-editor-wrapper br {
    display: none;
  }

  .twig_page-topic .qa-username.link--user.username {
    line-height: 30px !important;
  }

  .topic__header .list--dot-seperated > li:first-child:before {
    content: "";
  }
  .twig_page-topic .box.pagebox.box--unbox {
    border: 1px solid #e6e7eb;
    border-radius: 20px;
  }
  .twig_page-topic .box__content > .box {
    border: none;
    margin-bottom: 14px;
  }
  .topic__header .topic__title.qa-thread-title {
    font-size: 24px;
    font-weight: 600;
    color: #16191d;
    line-height: 38px;
  }
  .box__content.qa-reply.reply-editor-wrapper h3 span {
    color: #151f26;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;
  }
  .twig_page-topic .qa-latest-post-time,
  .twig_page-topic .qa-link-to-replies span,
  .twig_page-topic .qa-count-views span {
    color: #767676;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
  .twig_page-topic .box__content.qa-reply.reply-editor-wrapper h3 {
    margin-bottom: 17px;
  }
  .post__content.post__content--new-editor {
    font-size: 16px;
    line-height: 30px;
    color: #3e4145;
  }
  .post.box__pad.qa-topic-post-box {
    padding-top: 18px;
  }
  .btn.btn-primary {
    color: #fff;
    box-shadow: none;
    background-color: #0061d5;
    line-height: inherit;
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter";
    border-radius: 51px;
    padding: 9px 27px;
  }
  /*tags style start*/

  .tag--pill {
    color: #5b5b5b;
    border: 1px solid #e6e7eb;
    border-radius: 56px;
    font-weight: 600;
    font-family: "Inter";
    padding: 7px 14px;
    background-color: #f7f7f7;
  }
  .public-tags li {
    margin-right: 12px;
  }
  .twig_page-topic hr.seperator.m-h.m-b-0 {
    margin: 0;
    border: 0;
  }
  .twig_page-topic .m-v-S {
    margin-top: 5px;
  }
  .twig_page-topic .html-editor {
    border: 1px solid #d8d8d8;
  }

  .twig_page-topic
    .box__content.qa-reply.reply-editor-wrapper
    .html-editor__buttons {
    margin-top: 21px;
  }
  .twig_page-topic .post__content.answer-field.qa-answer-field.best-answer-field {
    border: 1px solid #3cb54a;
    border-radius: 20px;
  }

  .twig_page-topic .post.box__pad.qa-topic-post-box.post--bestanswer {
    border: 1px solid #3cb54a;
    border-radius: 20px;
    margin: 20px;
  }
  .twig_page-topic hr.seperator.m-b-0 {
    border: none;
  }
  /*Detail page style end from here */

  /*Making the smaller the tabs section*/
  @media (min-width: 768px) {
    .topic-view {
      padding: 6px 20px 6px 76px !important;
    }
  }

  .topic-view .topic-view_footer {
    margin-top: 0 !important;
  }

  /*Making the smaller the tabs section*/

  .topic-view_footer .thread-meta-item span > svg,
  .topic-view_footer .thread-meta-item span > i {
    display: none !important;
  }
  .topic-view_footer .thread-meta-item span.topic__likes-count > svg,
  .topic-view_footer .thread-meta-item span.topic__likes-count > i {
    display: inline-block !important;
    font-size: 14px;
    color: #939aab;
    top: -3px;
  }

  .topic-view_footer .thread-meta-item span > span {
    color: #939aab;
  }
  .topic-view_footer .thread-meta-item span.topic__likes-count {
    margin-top: 3px;
    align-items: unset;
  }
  .topic-view_footer .thread-meta-item span > span:before {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #939aab;
    content: "";
    vertical-align: text-bottom;
    margin: 0px 5px 0px 0px;
  }

  .topic-view_footer .thread-meta-item span.topic__views-count > span:before {
    background-image: url("data:image/svg+xml;utf8,<svg fill='none' viewBox='0 0 24 24' stroke='%23939aab' xmlns='http://www.w3.org/2000/svg'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z'/></svg>") !important;
  }
  .topic-view_footer .thread-meta-item span.topic__reply-count > span:before {
    background-image: url("data:image/svg+xml;utf8,<svg fill='none' viewBox='0 0 24 24' stroke='%23939aab' xmlns='http://www.w3.org/2000/svg'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z'/></svg>") !important;
  }
  .topic-view_footer .thread-meta-item span.topic__likes-count > span:before {
    content: unset;
  }

  span.thread-meta-item__text {
    color: #939aab;
  }
  .btn--load-more .loader:after,
  .btn--load-more .loader:before {
    color: #0061d5;
  }

  .btn--cta.is-loading .loader:before,
  .btn--cta.is-loading .loader:after {
    color: #0061d5;
  }

  .btn--cta.btn--full-width.btn--load-more:focus span:first-child,
  .btn--cta.btn--full-width.btn--load-more:active span:first-child {
    color: #364153;
  }
  .btn--cta.btn--full-width.btn--load-more:focus span:first-child {
    color: #364153;
  }

  /*Navigation notification and langs button style*/
  /*Removing the by default extra margin on the naviagtion*/
  @media (max-width: 767px) {
    .dropdown--profile {
      padding-bottom: 1px solid var(--config--main-border-base-color) !important;
    }
  }

  @media (min-width: 1025px) {
    .main-navigation--nav-buttons-wrapper {
      margin-right: 0;
    }
  }
  /*Removing the by default extra margin on the naviagtion*/
  .Icon--close svg {
    width: 16px;
    height: 16px;
  }

  .main-navigation--wrapper.header-navigation {
    padding-top: 22px;
  }

  .main-navigation--nav-buttons-wrapper > ul > li.main-navigation--profile-link {
    margin-left: 12px !important;
  }
  .flag .flag__image {
    padding-right: 12px !important;
  }
  .menu-create-topic.qa-menu-create-topic.btn.btn--cta
    .header-navigation-button-icon
    svg {
    margin-right: 6px;
  }
  .main-navigation--language-switcher_dropdown_item {
    padding: 0px 20px;
    border-bottom: 1px solid #00000014;
    cursor: pointer;
  }
  .main-navigation--language-switcher_dropdown_item:last-child {
    border-bottom: none;
  }

  .header-navigation .header-navigation-items_menu > * {
    border-bottom: 4px solid transparent;
  }
  .main-navigation--nav-buttons-wrapper > ul {
    padding-left: 15px !important;
  }

  .main-navigation--language-switcher_dropdown {
    position: absolute;
    width: 100%;
    border: 1px solid #00000030;
    border-radius: 20px;
  }
  .main-navigation--language-switcher_selected span {
    padding: 10px 14px 9px 14px;
    border: 1px solid #00000030 !important;
    border-radius: 50px !important;
    margin-right: 12px;
    cursor: pointer;
    color: #0061d5;
    font-weight: 600;
  }
  .main-navigation--language-switcher .language-selector {
    height: 38px !important;
    background-color: transparent;
    color: #0061d5 !important;
    margin-right: 12px !important;
  }
  .main-navigation--language-switcher .language-selector:hover {
    color: #fff !important;
  }
  button.btn.btn--secondary.btn--notification-center {
    height: 38px !important;
  }
  button.btn.btn--secondary.btn--notification-center svg {
    width: 25px;
    height: 20px;
  }
  /* custom css for hero banner heading text */

  a.header-login-button.qa-header-login-button.btn.btn--secondary:hover {
    border: none;
    box-shadow: none;
  }
  .header-login-button.qa-header-login-button.btn.btn--secondary
    .header-navigation-button-icon
    svg {
    display: none;
  }
  .yxt-SearchBar-AnimatedIcon .Icon--yext_animated_forward svg {
    display: none !important;
  }

  .yxt-SearchBar-AnimatedIcon.js-yxt-AnimatedForward.js-yxt-SearchBar-Icon.yxt-SearchBar-Icon--inactive {
    display: none !important;
  }

  .js-yext-submit.yxt-SearchBar-button {
    padding: 8px 0 8px 25px !important;
  }
  .header-login-button.qa-header-login-button.btn.btn--secondary {
    display: flex;
    align-items: center;
    background-color: transparent !important;
    color: #0061d5 !important;
    border: 1px solid #00000030 !important;
    border-radius: 50px !important;
    outline: none !important;
    margin-right: 10px !important;
    box-shadow: none;
  }
  .yxt-SearchBar-input {
    padding: 8px 29px 8px 33px !important;
  }

  .js-yext-submit.yxt-SearchBar-button {
    position: absolute !important;
    right: 30px !important;
    top: 0px !important;
    height: 37px !important;
    z-index: 100 !important;
    opacity: 0 !important;
  }

  a.header-login-button.qa-header-login-button.btn.btn--secondary span {
    line-height: 36px !important;
  }
  li.is-hidden-S {
    order: 1 !important;
  }
  span.header-navigation-button-icon {
    display: flex !important;
  }
  a.menu-create-topic.qa-menu-create-topic.btn.btn--cta {
    background-color: #0061d5 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 9px 22px !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: none !important;
    font-family: "Inter";
  }

  .featured-topic .quicklink__title {
    padding: 10px 24px 28px !important;
  }

  .brand-hero-title.content--centered.qa-brand-hero-title {
    color: #000 !important;
    font-size: 36px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
  }
  .brand-hero-subtitle.content--centered.qa-brand-hero-subtitle {
    line-height: 28px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #6f7276 !important;
    margin-bottom: 3px !important;
  }
  .featured-topic .card-widget-title {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: #25282b !important;
    text-align: left !important;
  }

  .featured-topic .text--meta.card-widget-text {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    text-align: left !important;
    color: #4f5256 !important;
  }

  .widget-container.widget-container--html_widget.widget-container--index-4
    .custom-html-widget-wrapper {
    margin-top: 21px;
  }
  .main-navigation--wrapper.header-navigation {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 3px !important;
  }

  .brand-hero.qa-brand-hero.custom-hero-banner {
    height: auto;
    background: #fff !important;
  }
  section.generic_hero.qa-generic_hero-container.homepage-widget-wrapper {
    padding: 0;
  }
  .widget-container.widget-container--generic_hero.widget-container--index-5 {
    padding: 35px 0;
  }
  section.full-width.Template-brand-featured.qa-quicklinks-container.quicklinks-wrapper.custom-quicklink.quick_links.qa-quick_links-container {
    margin: 0;
  }
  .brand-hero-subtitle.content--centered.qa-brand-hero-subtitle {
    margin: 0;
  }
  .brand-hero .brand-hero-title {
    margin: unset;
  }

  .main-navigation-sitewidth {
    padding: 0 27px !important;
    max-width: 1385px !important;
  }

  section.main-navigation--nav-buttons-wrapper {
    order: 2;
  }
  .yxt-SearchBar-container {
    border: 1px solid #bebebe !important;
  }

  /*Common header start*/
  .hero-search.search-v2 {
    width: 100%;
    max-width: 610px;
  }
  .main-navigation--wrapper.header-navigation .header-navigation_logo-wrapper {
    display: none;
  }

  /*Common header end*/

  .content--centered.quicklink__container.horizontally-scrollable
    .featured-topic:hover {
    border-color: #135dfb;
  }

  /* .widget-container--index-4 {
    max-height: 150px;
  }*/

  button.btn.btn--secondary.btn--notification-center {
    padding: 0;
  }

  .follow-row.qa-user-followers-row:last-child {
    border-bottom: none;
  }

  section.main-navigation--wrapper.header-navigation {
    padding-top: 80px;
    position: relative;
    min-height: 100px !important;
  }

  .custom-navigation-top {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 9999;
  }
  .logo-link img {
    width: 100%;
    max-width: 227px;
  }
  .main-navigation-sitewidth .main-navigation--nav-buttons-wrapper {
    display: none;
  }
  @media (max-width: 900px) {
    .header-navigation .header-navigation-items-wrapper {
      z-index: 99999;
    }
    .main-navigation-sitewidth {
      width: 80px;
      margin-left: 0;
    }
  }

  .btn--cta.btn--full-width.btn--load-more:active span:first-child {
    color: #fff !important;
  }
  .language-selector .selected .truncated:focus {
    color: #fff !important;
  }

  @media screen and (min-width: 1025px) {
    [data-entity="HomePage"].twig_site-index
      .Sidebarmodule.Sidebarmodule--no-margin,
    .twig_page-community-overview .Sidebarmodule.Sidebarmodule--no-margin {
      margin-top: 48px;
    }
  }
  /* navigation */

  .header-navigation .header-navigation-items_menu {
    margin: 9px 0px 0px;
  }
  .header-navigation .header-navigation_list-item.custom-active-tab,
  .header-navigation .header-navigation_list-item:hover {
    box-shadow: 0 4px 0 0 #0061d5;
  }
  .header-navigation
    .header-navigation_list-item.custom-active-tab
    .header-navigation_link,
  .header-navigation .header-navigation_link:hover {
    color: #0061d5 !important;
  }
  .header-navigation .header-navigation_link {
    padding-bottom: 12px;
  }
  .header-navigation .header-navigation-items_menu > * {
    margin-right: 32px !important;
  }

  .header-navigation .header-navigation_link {
    font-size: 14px !important;
    color: #25282b !important;
    font-weight: 500 !important;
    line-height: 20px !important;
  }

  .main-menu-trigger,
  .header-navigation .header-navigation_link {
    color: #2b3346;
  }

  /* navigation bars css */
  .Sidebarmodule
    .widget-container
    .widget-placeholder
    section.homepage-widget-wrapper,
  .Sidebarmodule .widget--related-topics,
  .Sidebarmodule .widget--badges,
  .Sidebarmodule .widget--tags,
  .Sidebarmodule .custom-html-widget-wrapper,
  .Sidebarmodule .qa-widget-most-liked {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .Sidebarmodule .custom-html-widget-wrapper {
    margin-top: 24px;
  }
  .Sidebarmodule
    .widget-container
    .widget-placeholder
    section.homepage-widget-wrapper
    .widget-title,
  .Sidebarmodule .widget--related-topics .widget-title,
  .Sidebarmodule section.homepage-widget-wrapper .widget-title {
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter";
    line-height: 1.5;
    display: flex;
    align-items: center;
  }
  .Sidebarmodule
    .widget-container.widget-container--leaderboard_points
    .widget-placeholder
    section.homepage-widget-wrapper
    .widget-title:before,
  .Sidebarmodule
    .widget-container.widget-container--event_calendar
    .widget-placeholder
    section.homepage-widget-wrapper
    .widget-title:before {
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    background-size: contain;
  }
  .Sidebarmodule
    .widget-container.widget-container--leaderboard_points
    .widget-placeholder
    section.homepage-widget-wrapper
    .widget-title:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23155dfc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-trophy h-5 w-5 text-blue-600'%3E%3Cpath d='M6 9H4.5a2.5 2.5 0 0 1 0-5H6'%3E%3C/path%3E%3Cpath d='M18 9h1.5a2.5 2.5 0 0 0 0-5H18'%3E%3C/path%3E%3Cpath d='M4 22h16'%3E%3C/path%3E%3Cpath d='M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22'%3E%3C/path%3E%3Cpath d='M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22'%3E%3C/path%3E%3Cpath d='M18 2H6v7a6 6 0 0 0 12 0V2Z'%3E%3C/path%3E%3C/svg%3E");
  }
  .Sidebarmodule
    .widget-container.widget-container--event_calendar
    .widget-placeholder
    section.homepage-widget-wrapper
    .widget-title:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23155dfc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-calendar h-5 w-5 text-blue-600'%3E%3Cpath d='M8 2v4'%3E%3C/path%3E%3Cpath d='M16 2v4'%3E%3C/path%3E%3Crect width='18' height='18' x='3' y='4' rx='2'%3E%3C/rect%3E%3Cpath d='M3 10h18'%3E%3C/path%3E%3C/svg%3E");
  }

  .Sidebarmodule .widget-container .widget-placeholder .btn--cta.btn--show-more,
  .Sidebarmodule .widget--badges .btn--cta.btn--show-more {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
  }
  .leaderboard-container
    .leaderboard-widget-table
    .leaderboard-row.leaderboard-row-current-user {
    display: none;
  }
  /* leaderboard first 3 icons css starts  */
  /* if current user is included in leaderbaord */
  .leaderboard-container
    .leaderboard-widget-table:has(.leaderboard-row.leaderboard-row-current-user)
    .leaderboard-row:not(.leaderboard-row-current-user):nth-of-type(-n + 4)
    .leaderboard-user-position:before {
    font-size: 20px;
  }
  .leaderboard-container
    .leaderboard-widget-table:has(.leaderboard-row.leaderboard-row-current-user)
    .leaderboard-row:not(.leaderboard-row-current-user):nth-of-type(-n + 4)
    .leaderboard-user-position
    > svg,
  .leaderboard-container
    .leaderboard-widget-table:has(.leaderboard-row.leaderboard-row-current-user)
    .leaderboard-row:not(.leaderboard-row-current-user):nth-of-type(-n + 4)
    .leaderboard-user-position
    .position-number {
    display: none;
  }
  .leaderboard-container
    .leaderboard-widget-table:has(.leaderboard-row.leaderboard-row-current-user)
    .leaderboard-row:nth-child(2)
    .leaderboard-user-position:before {
    content: "🥇";
  }
  .leaderboard-container
    .leaderboard-widget-table:has(.leaderboard-row.leaderboard-row-current-user)
    .leaderboard-row:nth-child(3)
    .leaderboard-user-position:before {
    content: "🥈";
  }
  .leaderboard-container
    .leaderboard-widget-table:has(.leaderboard-row.leaderboard-row-current-user)
    .leaderboard-row:nth-child(4)
    .leaderboard-user-position:before {
    content: "🥉";
  }
  /* if current user is exluded from the leaderboard */
  .leaderboard-container
    .leaderboard-widget-table:not(
      :has(.leaderboard-row.leaderboard-row-current-user)
    )
    .leaderboard-row:nth-of-type(-n + 3)
    .leaderboard-user-position:before {
    font-size: 20px;
  }
  .leaderboard-container
    .leaderboard-widget-table:not(
      :has(.leaderboard-row.leaderboard-row-current-user)
    )
    .leaderboard-row:nth-of-type(-n + 3)
    .leaderboard-user-position
    > svg,
  .leaderboard-container
    .leaderboard-widget-table:not(
      :has(.leaderboard-row.leaderboard-row-current-user)
    )
    .leaderboard-row:nth-of-type(-n + 3)
    .leaderboard-user-position
    .position-number {
    display: none;
  }
  .leaderboard-container
    .leaderboard-widget-table:not(
      :has(.leaderboard-row.leaderboard-row-current-user)
    )
    .leaderboard-row:nth-child(1)
    .leaderboard-user-position:before {
    content: "🥇";
  }
  .leaderboard-container
    .leaderboard-widget-table:not(
      :has(.leaderboard-row.leaderboard-row-current-user)
    )
    .leaderboard-row:nth-child(2)
    .leaderboard-user-position:before {
    content: "🥈";
  }
  .leaderboard-container
    .leaderboard-widget-table:not(
      :has(.leaderboard-row.leaderboard-row-current-user)
    )
    .leaderboard-row:nth-child(3)
    .leaderboard-user-position:before {
    content: "🥉";
  }
  /* leaderboard first 3 icons css ends  */
  .leaderboard-container .leaderboard-widget-table .leaderboard-user-position {
    justify-content: center;
  }
  .leaderboard-container .leaderboard-widget-table .leaderboard-user-medal {
    display: none;
  }
  .leaderboard-container .position-number {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: normal;
  }
  /* sidebar event widget  */
  .Sidebarmodule .qa-widget-event_calendar {
    margin-top: 0;
  }
  .Sidebarmodule .event-calendar-wrapper .event-calendar-row {
    flex-direction: column-reverse;
  }
  .Sidebarmodule
    .event-calendar-wrapper
    .event-calendar-row
    .event-calendar-icon-container {
    flex-direction: row;
  }
  .Sidebarmodule .event-calendar-wrapper .event-calendar-row .event__month,
  .Sidebarmodule .event-calendar-wrapper .event-calendar-row .event__date {
    font-size: 12px;
    font-weight: normal;
    color: #6a7282;
    text-transform: capitalize;
    letter-spacing: unset;
    background: transparent;
    border: none;
  }
  .Sidebarmodule .event-calendar-wrapper .event-calendar-row .event__date {
    margin-left: 4px;
  }
  .Sidebarmodule .event-detail-container .event__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #151f26;
  }

  /* sidebar Community stats */
  .Sidebarmodule .community_statistics .dl--tabular {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .Sidebarmodule .community_statistics .dl--tabular dt {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 50px;
  }
  .Sidebarmodule .community_statistics .dl--tabular dd {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #a1a1a1;
    margin-bottom: 12px;
    margin-left: 50px;
  }
  .dl--tabular dt:before {
    content: "";
    height: 20px;
    width: 20px;
    visibility: visible;
    position: absolute;
    background-size: contain;
    left: 10px;
  }
  .dl--tabular dt:after {
    width: 40px;
    height: 40px;
    background: #eff6ff;
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    border-radius: 10px;
    z-index: -1;
  }
  .dl--tabular dt:nth-of-type(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23155dfc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-message-square h-5 w-5 text-blue-600'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E");
    top: 10px;
  }
  .dl--tabular dt:nth-of-type(2)::before {
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23155dfc%0A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-users h-5 w-5 text-blue-600'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E"); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23155dfc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-message-square h-5 w-5 text-blue-600'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E");
    top: 70px;
  }
  .dl--tabular dt:nth-of-type(3)::before {
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23155dfc%0A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-trending-up h-5 w-5 text-blue-600'%3E%3Cpolyline points='22 7 13.5 15.5 8.5 10.5 2 17'%3E%3C/polyline%3E%3Cpolyline points='16 7 22 7 22 13'%3E%3C/polyline%3E%3C/svg%3E"); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23155dfc%0A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-users h-5 w-5 text-blue-600'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E");
    top: 133px;
  }
  /* tabs component */
  .sections__nav .tabs--nav__container .tabs--nav ul.tabs--navigation,
  .sections__nav ul.tabs--navigation {
    padding-bottom: 24px;
  }
  .sections__nav
    .tabs--nav__container
    .tabs--nav
    .tabs--navigation
    .tabs__item
    > a,
  .sections__nav .tabs--navigation .tabs__item > a {
    font-size: 16px;
    line-height: 24px;
  }

  .sections__nav
    .tabs--nav__container
    .tabs--nav
    .tabs--navigation
    .tabs__item
    > a,
  .sections__nav .tabs--navigation .tabs__item > a {
    font-weight: normal;
    color: #767676;
  }
  .sections__nav
    .tabs--nav__container
    .tabs--nav
    .tabs--navigation
    .tabs__item
    > a.is-active,
  .sections__nav .tabs--navigation .tabs__item > a.is-active {
    font-weight: 600;
    border-bottom: unset !important;
  }
  .sections__nav
    > .tabs--nav__container
    .tabs--nav
    .tabs--navigation
    > .tabs__item
    > a.is-active {
    color: #25282b;
  }
  .topic-view .thread-list-block__title-link {
    font-size: 18px;
    font-weight: 600;
    color: #25282b;
    opacity: 1;
  }
  .thread-list-block__content a,
  .thread-list-block__content span,
  .topic-view .topic-view_body .thread-list-block__content span {
    font-size: 14px;
    font-weight: 400;
    color: #3e4145;
  }
  @media screen and (min-width: 768px) {
    .topic-view
      .topic-view_header
      .topic-view_header-items-gathered
      .custom-last-update-info:before {
      display: flex;
      align-self: center;
      content: "●";
      font-size: 5px;
      margin-right: 6px;
      color: var(--config-meta-text-color);
    }
  }
  .custom-last-update-info {
    display: flex;
  }
  .topic-view .thread-meta-item.thread-meta-item--last-update {
    display: none;
  }
  .list-widget-wrapper .load-more-container {
    max-width: max-content;
    margin: 0 auto;
  }
  .list-widget-wrapper .load-more-container .btn--load-more {
    border-radius: 20px;
  }
  /* global border radius */
  .twig_page-topic .box__content > .box,
  .list-widget-wrapper,
  .html-editor,
  .topic-curation-destination__container {
    border-radius: 20px;
  }
  .twig_page-topic .box__content > .box .list__items--header {
    border-top: none;
  }
  .html-editor {
    overflow: hidden;
  }
  body:not(.twig_topic-new) .html-editor .cke_contents {
    height: 66px !important;
  }
  /* common cards */
  .category-page_container
    .category-page_list
    .category-page_list-item
    .category-page_list-item-link:hover {
    box-shadow: unset;
  }
  /* hide banner */
  .twig_site-forum .forum-featured-image,
  .twig_page-community-overview .widget-container--generic_hero,
  .twig_page-group .forum-featured-image,
  .twig_page-ideas-overview .forum-featured-image,
  .twig_page-group .thread-list-title {
    display: none;
  }
  /* details pages */
  .twig_page-topic .html-editor .cke_contents {
    min-height: 200px;
  }

  .twig_page-topic .topic-replies__wrapper {
    position: relative;
  }
  .twig_page-topic .topic-replies__wrapper .qa-topic-reply-box-header {
    padding-bottom: 20px;
    margin-bottom: 42px;
  }
  .twig_page-topic .topic-replies__wrapper .topic-replies__header--left {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 12px;
    border: 1px solid #e6e7eb;
    border-radius: 20px;
  }
  .twig_page-topic
    .topic-replies__wrapper
    .topic-replies__header--left:has(
      + .topic-replies__header-item-list:not(:empty)
    ) {
    top: 30px;
  }
  .twig_page-topic
    .topic-replies__wrapper
    .topic-replies__header--left
    .qa-total-replies {
    color: #5b5b5b;
  }
  .twig_page-topic .topic-replies__wrapper .list__items--header {
    justify-content: flex-end;
  }
  /* pagination */
  .pages .next,
  .pages .prev {
    left: unset;
    right: unset;
    background-color: #f7f7f7;
  }
  .pages > div,
  .pages li,
  .pages a {
    border-radius: 20px;
  }
  .qa-forum-subscribe-button {
    line-height: 30px;
    padding: 4px 16px;
  }

  /* extra*/
  .main-navigation--language-switcher
    .dropdown-container
    > button[aria-expanded="true"]
    .language-selector {
    color: #fff !important;
  }
  /* event overview page */

  .twig_page-event-overview .event-item__location_icon {
    padding-right: 10px !important;
  }

  /* Knowledge base pages */

  .box-custom-navigation-container .searchbar-in-hero {
    width: 100% !important;
    max-width: 610px;
  }

  /* Search Smooth Effect*/
  .hero-search.search-v2:has(.yxt-SearchBar),
  .searchbar-in-hero:has(.yxt-SearchBar) {
    opacity: 1;
    z-index: 99;
  }
  .searchbar-in-hero,
  .hero-search.search-v2 {
    opacity: 0;
    transition: opacity 0.75s ease;
  }
  .hero-search.search-v2.showSearch {
    opacity: 1;
  }

  .twig_page-event .event-detail-info.event-detail__label span {
    color: #767676 !important;
  }

  /* commmon voting button */
  .topic-view .thread-meta-item.thread-meta-item--vote {
    width: auto;
    max-width: 100%;
    min-width: 62px;
    height: 32px;
    border-radius: 20px;
    flex-direction: row;
    padding: 0 8px;
  }
  .topic-view .thread-meta-item.thread-meta-item--vote svg {
    margin-bottom: 0;
  }
  /* idea page */
  .ideation_pipeline .pipeline-col-list > * {
    border-radius: 20px;
  }
  .twig_default-member-profile
    .box--user-activities
    .follow-row:not(:has(+ .follow-row)) {
    border-bottom: none;
  }

  /*Learn Ai small banner*/

  .widget-container--index-6 .custom-html-widget-wrapper {
    margin-top: 0;
  }

  /*Banner padding*/

  .qa-forum-site-index .brand-hero.qa-brand-hero.custom-hero-banner {
    padding: 34px 0;
  }
  .qa-forum-site-index .widget-title.widget__heading.knowledge-base__heading {
    text-align: center;
    font-size: 22px;
    margin: 0;
  }
  .qa-forum-site-index
    .knowledge-base-container
    .knowledge-base_parent-child-component-wrapper
    .knowledge-base-category-list_parent-title {
    text-align: center;
    margin-bottom: 15px;
  }

  .sections__nav
    > .tabs--nav__container
    .tabs--nav
    ul
    > .tabs__item
    > a.is-active,
  .sections__nav > .tabs--nav__container .tabs--nav ul > li > a.is-active {
    font-size: 16px !important;
  }

  .featured-topics .widget-title.widget__heading.featured-topics__heading {
    text-align: center;
    font-size: 22px;
    color: #000;
  }
  .qa-banner-container .text-center.banner-widget__button .btn--cta {
    line-height: 38px;
  }

  .header-navigation-items_and_search {
    font-family: "Inter";
  }
  .header-navigation-items_and_search .main-menu-trigger span {
    font-family: "Inter";
    font-size: 15px !important;
    color: #676767 !important;
    font-weight: 400 !important;
  }

  a.group-overview-item.card-widget-wrapper {
    border: 1px solid #d5d6da;
  }
  .widget-title.widget__heading.groups__heading,
  h2.widget-title.widget__heading.groups__heading + h3,
  .widget-title.widget__heading.quick_links__heading {
    text-align: center;
    font-size: 22px;
  }
  .twig_page-group-overview .groups--other .group-overview-title {
    display: none;
  }
  .twig_page-group-overview .groups--other .list-group {
    display: none;
  }

  .community-category-container .community-category-list .card_image {
    background-size: 50px auto;
  }

  .twig_page-topic
    .box--unbox
    .qa-topic-post-edit
    .html-editor__buttons
    .btn-secondary {
    line-height: 38px;
    height: unset;
  }
  .twig_page-topic
    .box--unbox
    .qa-topic-post-edit
    .html-editor__buttons
    .btn-primary {
    padding: 8px 24px;
    line-height: 24px;
  }
  .twig_site-badges .Sidebarmodule .badges li:not(:last-child) {
    margin-bottom: 16px;
  }
  .twig_site-badges
    .widget--likedusers.qa-widget-most-liked.most_liked.qa-most_liked-container {
    margin-top: 0;
  }
  .twig_site-badges
    .qa-widget-badges.badges.qa-badges-container.homepage-widget-wrapper {
    margin-top: 24px;
  }

  .qa-forum-site-index .qa-banner-container.banner-container .text-center {
    font-family: "Inter";
    font-size: 16px;
    margin-top: 20px;
  }
  .qa-forum-site-index
    .qa-banner-container
    .text-center.banner-widget__button
    .btn--cta,
  .qa-forum-site-index
    .qa-banner-container
    .text-center.banner-widget__button
    .btn--secondary {
    font-family: "Inter";
  }
  .homepage-widget-wrapper
    .featured-topic
    .event-list-item-container
    .event-item-detail-container {
    padding: 20px 10px 20px 20px;
  }

  .homepage-widget-wrapper
    .featured-topic--full-width
    .event-item-image-container
    .event-item__image {
    border-radius: 20px;
  }

  /* .homepage-widget-wrapper .event-item-image-container {
    padding: 20px 20px 20px;
  } */
  .qa-banner-container.banner-container .text-center.banner-widget__button {
    margin: 0 !important;
  }

  .twig_topic-new
    .qa-widget-most-liked.most_liked.qa-most_liked-container.homepage-widget-wrapper {
    margin: 0 0 20px 0;
  }
  .twig_topic-new .topic-create_submit.form__row .qa-button-topic-create {
    line-height: 28px;
    font-family: "Inter";
  }
  @media (max-width: 767px) {
    .header-navigation
      .main-navigation--nav-buttons-wrapper
      .main-navigation--profile-link
      .avatar {
      width: 40px;
      height: 40px;
    }
  }
  .topic-view .topic-view_header .topic-view_header-items-gathered {
    align-items: center;
  }
  .logo-link {
    width: 100%;
    max-width: 227px;
  }

  .twig_default-setting-profile
    .mfp-content
    .qa-modal-avatar-bottom
    .btn--cta.save-avatar-crop.js-save-crop.qa-button-avatar-upload,
  .twig_default-setting-profile
    .mfp-content
    .qa-modal-avatar-bottom
    .btn--cancel.js-cancel-crop.qa-link-avatar-cancel {
    line-height: 40px;
  }
  .twig_topic-new .topic-create_submit.form__row .qa-button-topic-create {
    line-height: 28px;
    font-family: "Inter";
  }
  .widget--likedusers.qa-widget-most-liked.most_liked.qa-most_liked-container.homepage-widget-wrapper {
    margin: 0;
    margin-bottom: 20px;
  }

  .twig_default-setting-profile .module.Sidebarmodule:first-child {
    margin-top: 0;
  }

  .twig_page-knowledgebase-overview
    .widget-container--event_calendar
    .event-calendar-row {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 20px;
    margin-right: 20px;
  }
  .widget-container--event_calendar
    .event-calendar-row__url:nth-child(3n)
    .event-calendar-row {
    margin-right: 0;
  }
  .twig_page-event-overview .forum-featured-image {
    height: fit-content;
  }

  .twig_page-event-overview .load-more-container .btn--cta {
    line-height: 30px;
    padding: 4px 16px;
    width: 100%;
    max-width: 130px;
  }
  .twig_page-event-overview .load-more-container.card-widget-wrapper {
    text-align: center;
    border: none;
  }
  .wysiwyg-editor .wysiwyg-editor__textarea {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .wysiwyg-editor .wysiwyg-editor__toolbar {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .twig_topic-new
    .public-tag-container
    .public-tag-wrapper
    .public-tag_selected-tag {
    border-radius: 20px !important;
  }

  .twig_topic-new .html-editor .cke_contents.cke_reset {
    min-height: 176px;
  }

  @media (max-width: 767px) {
    .topic-view .topic-view_header .topic-view_header-items-gathered {
      align-items: flex-start !important;
    }
  }

  .list-widget-wrapper
    .list__items--header.qa-list-menu
    > .qa-topic-block.topic-view--sticky::after {
    border-radius: none !important;
  }
  .twig_page-event .event-featured-topics-container {
    border-radius: 20px;
  }

  /* on the sandbox this might be take margin from the top so this is removed  sandbox code*/
  /* on the sandbox added */
  .widget--tags.qa-widget-popular-subjects.tag_cloud.qa-tag_cloud-container.homepage-widget-wrapper {
    margin: 0;
  }

  /* french locale css changes  start from here 2/12/25*/

  .tabs.qa-tabs .forum-list {
    border-radius: 20px
  }
  .tabs.qa-tabs .forum-list .box{
  border-radius: 20px;
  }
  .slider-menu .slider-content {
      z-index: 99999;
  }

  @media (max-width: 600px) {
      .brand-hero-title.content--centered.qa-brand-hero-title {
          font-size: 28px !important;
      }
  }

  .topic-view .topic-view_header .topic-view_header-items-gathered:not(.topic-view_header-items_without-category)>:first-child:after,
  .topic-view .topic-view_header .topic-view_header-items-gathered .custom-last-update-info:before{
    font-size: 3px !important;
  }

  @media (max-width: 530px) {
    html[lang="fr"] .flag .flag__image,
    html[lang="de"] .flag .flag__image,
    html[lang="ja"] .flag .flag__image{
      padding-right: 0 !important;
    }
    nav.box-custom-navigation-container {
      padding: 0 18px;
    }
  }

  section.main-navigation--wrapper.header-navigation {
    height: auto;
  }


  /* need to change this css for boxai page  this class name need to change on the prod widget-container--index-4*/
  /* AI Startup Partner Program!  first section*/

.main-navigation--wrapper.header-navigation .flag .flag__image {
    padding-right: 0px !important;
}
  .custom-page_boxai .widget-container--banner.widget-container--index-4 .banner.qa-banner-container.homepage-widget-wrapper{
    width: 100%;
    padding: 39px 0;
    max-width: 1240px;
    margin: 0 auto 3px auto;
    border-radius: 20px;
  }
  .custom-page_boxai .widget-container--banner.widget-container--index-4 .banner.qa-banner-container.homepage-widget-wrapper .banner-widget__contents .text-left .widget__heading{
      font-size: 32px;
      color: #151F26;
      font-weight: 600;
      line-height: 37px;
      margin-bottom: 10px;
  }
  .custom-page_boxai .widget-container--banner.widget-container--index-4 .banner.qa-banner-container.homepage-widget-wrapper .banner-widget__contents .text-left div p{
      font-size: 16px;
      line-height: 28px;
      font-weight: 400;
      color: #64717C;
      margin-bottom: 20px ;
  }
  .custom-page_boxai .widget-container--banner.widget-container--index-4 .banner.qa-banner-container.homepage-widget-wrapper .banner-widget__contents .banner-widget__button .btn--cta{
      color: #fff !important;
      line-height: 39px !important;
      padding: 0px 29px !important;
      border-radius: 50px !important;
      background-color: #0061D5 !important;
      box-shadow: none;
  }

  .custom-page_boxai .widget-container--banner.widget-container--index-4 .banner.qa-banner-container .banner-widget__layout .banner-widget__image{
      padding-right: 18px !important;
  }

  /* Box AI Playlists section css start from here */
.custom-page_boxai .widget-container--index-7 .qa-quicklinks-container.custom-quicklink .featured-topic.quicklink__box.card-widget-wrapper.quicklink-image{
margin-top: 20px;
}

  .custom-page_boxai .widget-container--index-6 .qa-quicklinks-container.custom-quicklink .widget-title.widget__heading.quick_links__heading{
      font-size: 32px;
      color: #151F26;
      line-height: 37px;
      font-weight: 600;
      margin-bottom: 18px;
      text-align: center  ;
  }
  .custom-page_boxai .widget-container--index-6 .qa-quicklinks-container.custom-quicklink .widget__subheading.quick_links__subheading{
      color: #64717C;
      line-height: 28px;
      font-weight: 400;
      font-size: 18px;
      margin-top: 0px;
      text-align: center;
  }
  .custom-page_boxai .widget-container--index-6 .qa-quicklinks-container.custom-quicklink .featured-topic.quicklink__box.card-widget-wrapper.quicklink-image{
      height: fit-content !important;
  }
  .custom-page_boxai .widget-container--index-6 .qa-quicklinks-container.custom-quicklink .featured-topic.quicklink__box.card-widget-wrapper.quicklink-image .quicklink__url{
      display: flex !important;
  }
  .custom-page_boxai .widget-container--index-6 .qa-quicklinks-container.custom-quicklink .featured-topic.quicklink__box.card-widget-wrapper.quicklink-image .quicklink__url .quicklink__hero{
      background-position: center;
      background-size: cover;
  }
  .custom-page_boxai .widget-container--index-6 .qa-quicklinks-container.custom-quicklink .featured-topic.quicklink__box.card-widget-wrapper.quicklink-image .quicklink__url figure {
      width: 100%;
      height: 100%;
  }
  .custom-page_boxai .widget-container--index-6 .qa-quicklinks-container.custom-quicklink .featured-topic.quicklink__box.card-widget-wrapper.quicklink-image .quicklink__url .quicklink__title{
      width: 100%;
      padding: 10px !important;
      margin: auto 0 !important;
  }

  /* Featured topics section css start from here */

  .custom-page_boxai .widget-container--index-7 .featured-topics.qa-featured-topics-container {
      width: 100%;
      margin: 60px auto 0 auto;
      max-width: 1240px;
      border-radius: 20px;
    
  }
  .custom-page_boxai .widget-container--index-7 .featured-topics.qa-featured-topics-container.homepage-widget-wrapper .col{
      padding: 60px 0 40px 0 !important
  }

  .custom-page_boxai .widget-container--index-7 .featured-topics.qa-featured-topics-container.homepage-widget-wrapper .widget-title.widget__heading.featured-topics__heading{
      color: #151F26 !important; 
      font-weight: 600 important;
      line-height: 37px;
      font-size: 32px !important;
  }

  /* Featured topics  below section css start from here */

  .custom-page_boxai .widget-container--index-10 .qa-quicklinks-container.custom-quicklink .featured-topic.quicklink__box.card-widget-wrapper.quicklink-image{
      height: fit-content !important;
  }
  .custom-page_boxai .widget-container--index-10 .qa-quicklinks-container.custom-quicklink .featured-topic.quicklink__box.card-widget-wrapper.quicklink-image .quicklink__url{
      display: flex !important;
  }
  .custom-page_boxai .widget-container--index-10 .qa-quicklinks-container.custom-quicklink .featured-topic.quicklink__box.card-widget-wrapper.quicklink-image .quicklink__url .quicklink__hero{
      background-position: center;
      background-size: cover;
  }
  .custom-page_boxai .widget-container--index-10 .qa-quicklinks-container.custom-quicklink .featured-topic.quicklink__box.card-widget-wrapper.quicklink-image .quicklink__url figure {
      width: 100%;
      height: 100%;
  }
  .custom-page_boxai .widget-container--index-10 .qa-quicklinks-container.custom-quicklink .featured-topic.quicklink__box.card-widget-wrapper.quicklink-image .quicklink__url .quicklink__title{
      width: 100%;
      padding: 10px !important;
      margin: auto 0 !important;
  }
   .custom-page_boxai .widget-container--index-10 {
    margin: 60px 0 28px 0;
  }


  
  /* Explore the power of artificial intelligence section css start from here */

  .custom-page_boxai .widget-container--index-8 .custom-quicklink.quick_links .widget-title.widget__heading.quick_links__heading{
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    color: #151F26;
    margin-bottom: 18px;
  }
  .custom-page_boxai .widget-container--index-8 .custom-quicklink.quick_links .widget__subheading.quick_links__subheading{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #64717C;
    text-align: center;
  }
  .custom-page_boxai .widget-container--index-8 .quicklinks-wrapper.custom-quicklink.quick_links{
    padding: 60px 20px 28px 20px !important;
  }


/* custom page aistartup program css start from here */


.custom-page_ai-startup-program .widget-container--index-7 .banner.qa-banner-container {
    background-color: #0061D50A;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 60px 0;
}
@media (max-width: 1024px) {
    .custom-page_ai-startup-program .widget-container--index-7,
    .custom-page_ai-startup-program .widget-container--index-4 {
        padding: 0 20px;
    }
}
.custom-page_ai-startup-program .widget-container--index-4 .banner.qa-banner-container {
    width: 100%;
    padding: 40px 0;
    margin: 60px auto 28px auto;
    max-width: 1240px;
    border-radius: 20px;
    background-color: #0061D50A;
}

.custom-page_ai-startup-program .widget-container--index-4 .banner.qa-banner-container .banner-widget__contents .widget__heading{
    font-weight: 600;
    line-height: 38px;
    color: #151F26;
    font-size: 32px !important;
}
.custom-page_ai-startup-program .widget-container--index-4 .banner.qa-banner-container .banner-widget__contents .text-left div p{
    font-size: 16px;
    color: #64717C;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}
.custom-page_ai-startup-program .widget-container--index-4 .banner.qa-banner-container .banner-widget__contents .banner-widget__button .btn--cta{
    color: #fff;
    line-height: 39px;
    padding: 0px 29px;
    background: #0061D5;
    box-shadow: none;
}

.custom-page_ai-startup-program .widget-container--index-7 .banner.qa-banner-container .banner-widget__contents .widget__heading{
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    color: #151F26;
    margin-bottom: 10px;
}
.custom-page_ai-startup-program .widget-container--index-7 .banner.qa-banner-container .banner-widget__contents .text-center div p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #64717C;
    margin-bottom: 20px;
}
.custom-page_ai-startup-program .widget-container--index-7 .banner.qa-banner-container .banner-widget__contents .banner-widget__button .btn--cta{
    color: #fff;
    padding: 0 28px;
    line-height: 39px;
    background-color: #0061D5;
    box-shadow: none;
}
.custom-page_ai-startup-program .widget-container--index-7 .banner.qa-banner-container .banner-widget__contents{
    margin: 0 !important;
}


/* boxai-partner-ecosystem page css start from here */

.custom-page_boxai-partner-ecosystem .widget-container--index-4 .banner.qa-banner-container{
    background: rgba(0, 97, 213, 0.04);
    width: 100%;
    padding: 39px 0;
    max-width: 1240px;
    margin: 60px auto;
    border-radius: 20px;
}
.custom-page_boxai-partner-ecosystem .widget-container--index-7 .banner.qa-banner-container {
    background: rgba(0, 97, 213, 0.04);
    width: 100%;
    padding: 39px 0;
    max-width: 1240px;
    margin: 60px auto 28px auto;
    border-radius: 20px;
}
.custom-page_boxai-partner-ecosystem .widget-container--index-4 .banner.qa-banner-container{
  padding: 60px 0;
      margin: 60px auto 0 auto;
}

.custom-page_boxai-partner-ecosystem .widget-container--index-4 .banner.qa-banner-container .banner-widget__contents .text-center .widget__heading{
  font-size: 32px;
  font-weight: 600;
  color: #151F26;
  line-height: 38px;
  margin-bottom: 10px;
}

.custom-page_boxai-partner-ecosystem .widget-container--index-4 .banner.qa-banner-container .banner-widget__contents .text-center div p{
  font-size: 16px;
  font-weight: 400;
  color: #64717C;
  line-height: 28px;
  margin-bottom: 20px;
}

.custom-page_boxai-partner-ecosystem .widget-container--index-7 .banner.qa-banner-container .banner-widget__contents .widget__heading{
  color: #151F26;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
}

.custom-page_boxai-partner-ecosystem .widget-container--index-5 .featured-topics .widget__heading.featured-topics__heading {
    font-size: 32px;
    line-height: 38px;
    color: #151F26;
    font-weight: 600;
}

.custom-page_boxai-partner-ecosystem .widget-container--index-4 .banner.qa-banner-container .banner-widget__contents {
    margin: 0;
    padding-bottom: 20px;
}
/* 
.custom-page_boxai-partner-ecosystem .widget-container--index-4 .banner.qa-banner-container .banner-widget__image {
    margin-top: 20px;
} */
.twig_default-member-profile .widget--badges.qa-widget-badges {
    margin-bottom: 24px;
}

.custom-page_boxai-partner-ecosystem .widget-container--index-5 .featured-topics.qa-featured-topics-container{
      margin: 0;
}
.custom-page_boxai-partner-ecosystem .widget-container--index-5 .featured-topics.qa-featured-topics-container .featured-topic .card-widget-title{
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    color:#151F26;
}
.twig_default-member-profile .profile-fields .table__row .table__cell {
    padding-right: 10px;
}



/* here the custom partner page styles  for mxhero , akooda , bubodefense , stackai  start from here */
/* style added on the date 28-01-2026 prod start moving */

/* MXHero custom page style Start  */

/* ==== Global partner banner image ==== */
.custom-page_mxhero .widget-container--index-4 .banner-widget__image img,
.custom-page_leenaai .widget-container--index-5 .banner-widget__image img,
.custom-page_dryviq .widget-container--index-5 .banner-widget__image img,
.custom-page_stackai .widget-container--index-4 .banner-widget__image img,
.custom-page_bubodefense .widget-container--index-5 .banner-widget__image img,
.custom-page_akooda .widget-container--index-7 .banner-widget__image img,
.custom-page_sparkgridsoftware .widget-container--index-5 .banner-widget__image img  {
  width: 100% !important;
  max-width: 816px !important;
  border-radius: 20px;
}

  
/* custom partners pages heading and subheading global style end here */

.custom-page_mxhero .widget-container--index-4 .custom-box-h1-seo-mxheropage{
  text-align: center;
}
.custom-page_mxhero .widget-container--index-4 .custom-html-widget-wrapper
{
    margin-top: 35px !important;
}
.custom-page_mxhero .widget-container--index-4 .custom-box-h1-seo-mxheropage,
.custom-page_mxhero .widget-container--index-6 .widget__heading,
.custom-page_mxhero .widget-container--index-7 .featured-topics__heading,
.custom-page_mxhero .widget-container--index-7 .qa-quicklinks-container .quick_links__heading,
.custom-page_mxhero .widget-container--index-8 .featured-topics__heading,
.custom-page_mxhero .widget-container--index-9 .quick_links__heading,
.custom-page_leenaai .widget-container--index-4 .widget__heading,
.custom-page_leenaai .widget-container--index-5 .widget__heading,
.custom-page_leenaai .widget-container--index-7 .featured-topics__heading,
.custom-page_dryviq .widget-container--index-4 h1.custom-seo-h1dryviq,
.custom-page_dryviq .widget-container--index-7 .quick_links__heading,
.custom-page_dryviq .widget-container--index-8 .featured-topics__heading,
.custom-page_stackai .widget-container--index-4 .widget__heading,
.custom-page_stackai .widget-container--index-5 .widget__heading,
.custom-page_stackai .widget-container--index-9 .quick_links__heading,
.custom-page_stackai .widget-container--index-11 .quick_links__heading,
.custom-page_bubodefense .widget-container--index-4 .widget__heading,
.custom-page_bubodefense .widget-container--index-4 .custom-seo-h1-bubodefense,
.custom-page_bubodefense .widget-container--index-6 .widget__heading,
.custom-page_bubodefense .widget-container--index-7 .featured-topics__heading,
.custom-page_akooda .widget-container--index-4 .widget__heading,
.custom-page_akooda .widget-container--index-5 .widget__heading,
.custom-page_akooda .widget-container--index-8 .widget__heading,
.custom-page_akooda .widget-container--index-8 .featured-topics__heading,
.custom-page_sparkgridsoftware .widget-container--index-4 .widget__heading,
.custom-page_sparkgridsoftware .widget-container--index-5 .widget__heading,
.custom-page_sparkgridsoftware .widget-container--index-6 .quick_links__heading,
.custom-page_sparkgridsoftware .widget-container--index-9 .featured-topics .featured-topics__heading{
  font-size: 24px !important;
  font-weight: 600;
  line-height: 38px;
  color: var(--heading-color) !important;
}
.custom-page_mxhero .widget-container--index-7 .qa-quicklinks-container .quick_links__heading {
    margin-bottom: 20px;
}
/* paragraph text */
.custom-page_mxhero .widget-container--index-5 p,
.custom-page_mxhero .widget-container--index-6 p,
.custom-page_leenaai .widget-container--index-5 p,
.custom-page_dryviq .widget-container--index-5 p,
.custom-page_stackai .widget-container--index-4 p,
.custom-page_bubodefense .widget-container--index-5 p,
.custom-page_bubodefense .widget-container--index-6 p,
.custom-page_akooda .widget-container--index-4 p,
.custom-page_akooda .widget-container--index-5 p,
.custom-page_akooda .widget-container--index-8 p,
.custom-page_sparkgridsoftware .widget-container--index-6 p,
.custom-page_sparkgridsoftware .widget-container--index-5 p,
.custom-page_sparkgridsoftware .widget-container--index-9 .featured-topics .featured-topic__url .card-widget-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 10px;
}
.custom-page_dryviq .widget-container--index-5 .banner.qa-banner-container .banner-widget__contents {
    margin-top: 0;
    padding: 0 !important;
    margin-bottom: 20px;
}
/* custom partners pages heading and subheading global style end here */


/* ==== Banner – index 4 ===== */
.custom-page_mxhero .widget-container--index-5 .banner.qa-banner-container {
  margin-top: 0;
  padding: 0;
}
.custom-page_mxhero .widget-container--index-5 .widget__heading,
.custom-page_mxhero .widget-container--index-6 .widget__heading {
    margin-bottom: 0;
}
.custom-page_mxhero .widget-container--index-5 .banner-widget__contents {
  margin-bottom: 20px;
  padding-bottom: 0 !important;
  margin-top:0;
}
.custom-page_mxhero .widget-container--index-5 .bta--cta {
  margin-top: 20px !important;
}

.custom-page_mxhero .widget-container--index-5 .banner-widget__image img {
    border-radius: 20px;
    width: 100% !important;
    max-width: 816px !important;
}

/* ===== Banner – index 5 ===== */
.custom-page_mxhero .widget-container--index-6 .banner.qa-banner-container {
  padding: 19px 0 0;
}
.custom-page_mxhero .widget-container--index-6 .banner-widget__contents {
  margin-bottom: 3px;
}

.custom-page_mxhero .widget-container--index-6 .qa-quicklinks-container .quick_links__heading {
    margin-bottom: 20px;
}

/* ==== Featured topics – index 7 & 8 ==== */
.custom-page_mxhero .widget-container--index-7 .featured-topic__heading,
.custom-page_mxhero .widget-container--index-8 .featured-topic__heading,
.custom-page_leenaai .widget-container--index-8 .featured-topic__heading{
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  color: var(--heading-color) !important;
}

.custom-page_mxhero .widget-container--index-7 .card-widget-text,
.custom-page_mxhero .widget-container--index-8 .card-widget-text,
.custom-page_leenaai .widget-container--index-8 .card-widget-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--text-color);
}

.custom-page_mxhero .widget-container--index-7 .featured-topics__list {
  margin-bottom: 0 !important;
}
.custom-page_mxhero .widget-container--index-7 .featured-topics__heading {
    margin-bottom: 20px;
}
.custom-page_mxhero .widget-container--index-7 .qa-featured-topics-container {
    padding-top: 3px;
}

.custom-page_mxhero .widget-container--index-7 .col,
.custom-page_mxhero .widget-container--index-8 .col {
  padding-top: 0;
}

.custom-page_mxhero .widget-container--index-8 .featured-topics__list {
  flex-direction: column !important;
}

.custom-page_mxhero .widget-container--index-8 .featured-topics {
    margin-top: 0;
    padding: 3px;
}

/* ==== Quick-links – index 6 & 9 ==== */
.custom-page_mxhero .widget-container--index-6 .quicklink__box,
.custom-page_mxhero .widget-container--index-9 .quicklink__box {
  height: fit-content !important;
  border-radius: 20px;
}
.custom-page_mxhero .quicklink__title {
  margin: 0 !important;
  padding: 28px 24px !important;
}
.custom-page_mxhero .custom-quicklink .card-widget-text {
  margin: 0;
}
.custom-page_mxhero .widget-container--index-7 .card-widget-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  color: var(--heading-color) !important;
}
.custom-page_mxhero .widget-container--index-10 .card-widget-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  color: var(--heading-color) !important;
}
.custom-page_mxhero .widget-container--index-10 .featured-topic .card-widget-text {
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: var(--text-color) !important;
}
.custom-page_mxhero .widget-container--index-10 .quicklink__box:last-child {
  height: 110px !important;
}
.custom-page_mxhero .widget-container--index-10 .qa-quicklinks-container.quicklinks-wrapper {
  padding-top: 3px;
}
.custom-page_mxhero .widget-container--index-10 .quick_links__heading {
    margin-bottom: 20px;
    margin-top: 29px;
}
.custom-page_mxhero .widget-container--index-6 .qa-quicklinks-container {
  padding-top: 0;
}

/* ==== Footer spacing ==== */
.custom-page_mxhero .Template-footer .box {
  margin-top: 3px;
}

/* MXHero custom page style End  */


/* leenaAi custom page style start  */
.custom-page_leenaai .widget-container--index-5 .widget__heading{
  margin-bottom: 0;
}
.custom-page_leenaai .widget-container--index-5 .banner.qa-banner-container{
  padding-top: 0;
}
.custom-page_leenaai .widget-container--index-5 .banner-widget__contents {
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 0 !important;
}
.custom-page_leenaai .widget-container--index-6 .banner-widget__contents {
  padding-top: 19px !important
}
.custom-page_leenaai .widget-container--index-6 .widget__heading{
  margin-bottom: 20px;
}
.custom-page_leenaai .widget-container--index-7 .banner.qa-banner-container {
    padding-top: 19px;
    padding-bottom: 19px;
}
.custom-page_leenaai .widget-container--index-7 .banner.qa-banner-container .banner-widget__image {
    padding-bottom: 19px !important;
}
.custom-page_leenaai .widget-container--index-7 .banner.qa-banner-container .banner-widget__image img {
    border-radius: 20px;
    border: 1px solid #E6E7EB;
    width: 100%;
    max-width: 816px;
}
.custom-page_leenaai .widget-container--index-8 .featured-topics{
  margin-top: 0;
    margin-bottom: 3px;
}
.custom-page_leenaai .widget-container--index-8 .featured-topics__heading {
    margin-bottom: 20px;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 38px;
    color: var(--heading-color) !important;
}
/* leenaAi custom page style end  */

/* dryviq custom page style start  */

.custom-page_dryviq .widget-container--index-5{
  order: unset !important;
}
.custom-page_dryviq .widget-container--index-4 .banner.qa-banner-container .banner-widget__contents{
  padding-bottom: 4px !important;
}
.custom-page_dryviq .widget-container--index-4 .widget__heading{
  margin-bottom: 0;
}
.custom-page_dryviq .widget-container--index-4 .banner.qa-banner-container {
  padding-top: 19px;
}
.custom-page_dryviq .widget-container--index-6 .widget-title.widget__heading.quick_links__heading {
  margin-bottom: 20px;
}
.custom-slider-dryviq-heading {
    margin-top: 32px;
}
.custom-page_dryviq .widget-container--index-6 .quicklink__box {
    height: fit-content !important;
    border-radius: 20px;
}
.custom-page_dryviq .widget-container--index-6 .quicklink__box .quicklink__title {
    margin: 0 !important;
    padding: 28px 24px !important;
}
.custom-page_dryviq .widget-container--index-7 .qa-quicklinks-container .card-widget-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  color: #151F26 !important;
}
.custom-page_dryviq .widget-container--index-7 .featured-topics{
  margin-top: 0;
  padding-top: 3px;
}
.custom-page_dryviq .widget-container--index-7 .featured-topics__heading{
    margin-bottom: 20px;
}
.custom-page_dryviq .widget-container--index-8 .featured-topics .featured-topic__url .featured-topic__heading{
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    color: #151F26 !important;
}
.custom-page_dryviq .widget-container--index-8 .featured-topics__heading {
    margin-bottom: 20px;
}
.custom-page_dryviq .widget-container--index-8 .qa-featured-topics-container {
    margin-top: 0;
    padding-top: 3px;
}
.custom-page_dryviq .widget-container--index-4 .custom-html-widget-wrapper {
    margin-top: 35px !important;
}
.custom-page_dryviq .widget-container--index-8 .featured-topics .featured-topic__url .card-widget-text {
    line-height: 28px;
    color: #64717C;
    font-weight: 400;
    font-size: 16px;
}
.custom-page_dryviq .widget-container--index-7 .quick_links__heading {
    margin-bottom: 20px;
}
.custom-page_dryviq .Template-footer .box {
    margin-top: 3px;
}
.custom-slider-dryviq-container{
    padding-top: 3px !important;
}
/* dryviq custom page style end  */

/* stackai custom page style Start */
.custom-page_stackai .widget-container--index-4 .banner.qa-banner-container {
  margin-top: 0;
  padding: 19px 0 0 0;
}
.custom-page_stackai .widget-container--index-4 .qa-banner-container .banner-widget__contents {
  margin-bottom: 20px;
  padding-bottom: 0 !important;
}
.custom-page_stackai .widget-container--index-4 .widget__heading {
  margin-bottom: 0;
}
.custom-page_stackai .widget-container--index-5 .banner.qa-banner-container {
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 19px;
  padding-bottom: 7px;
}
.custom-page_stackai .widget-container--index-7 .banner.qa-banner-container .qa-banner-container .banner-widget__image img {
  width: 100%;
  max-width: 1000px;
  border-radius: 20px;
  border: 1px solid #E6E7EB;
}
.custom-page_stackai .widget-container--index-7 .banner-widget__contents{
    margin: 0;
}
.custom-page_stackai .widget-container--index-8 .custom-html-widget-wrapper{
    margin-top: 11px;
}
.custom-page_stackai .widget-container--index-9 .qa-quicklinks-container{
    padding-top: 14px;
    padding-bottom: 22px;
}
.custom-page_stackai .widget-container--index-9 .quick_links__heading{
  margin-bottom: 20px;
}
.custom-page_stackai .widget-container--index-9 .quicklink__box {
    height: fit-content !important;
    border-radius: 20px;
}
.custom-page_stackai .widget-container--index-9 .quicklink__box .quicklink__title {
    margin: 0;
    padding: 28px 24px !important;
}
.custom-page_stackai .widget-container--index-9 .qa-quicklinks-container .card-widget-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #151F26 !important;
}
.custom-page_stackai .widget-container--index-9 .custom-quicklink.quick_links .featured-topic .text--meta.card-widget-text {
    margin: 0;
}
.custom-page_stackai .widget-container--index-10 .banner.qa-banner-container{
    margin-top: 0px;
}
.custom-page_stackai .widget-container--index-10 .banner-widget__image{
    padding-bottom: 0 !important;
}
.custom-page_stackai .widget-container--index-10 .banner-widget__contents{
    margin: 0;
}
.custom-page_stackai .widget-container--index-11 .quick_links__heading{
  margin-bottom: 20px;
}

.custom-page_stackai .widget-container--index-11 .quicklink__box {
    height: fit-content !important;
    border-radius: 20px;
}
.custom-page_stackai .widget-container--index-11 .quicklink__box .quicklink__title {
    margin: 0;
    padding: 28px 24px !important;
}
.custom-page_stackai .widget-container--index-11 .custom-quicklink.quick_links .featured-topic .text--meta.card-widget-text {
    margin: 0;
}
.custom-page_stackai .widget-container--index-11 .qa-quicklinks-container .card-widget-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #151F26 !important;
}
.custom-page_stackai .widget-container--index-11 .quicklink__box:nth-child(2), .custom-page_stackai .widget-container--index-11 .quicklink__box:nth-child(3) {
    height: 106px !important;
}
.custom-page_stackai .widget-container--index-12 .qa-quicklinks-container{
    padding-top: 3px;
}
.custom-page_stackai .Template-footer .box{
    margin-top: 3px;
}

.custom-page_stackai .widget-container--index-12 .quicklink__box {
    height: fit-content !important;
    border-radius: 20px;
}
.custom-page_stackai .widget-container--index-12 .quicklink__box .quicklink__title {
    margin: 0;
    padding: 28px 24px !important;
}
.custom-page_stackai .widget-container--index-12 .custom-quicklink.quick_links .featured-topic .text--meta.card-widget-text {
    margin: 0;
}
.custom-page_stackai .widget-container--index-12 .qa-quicklinks-container .card-widget-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #151F26 !important;
}
.custom-page_stackai .widget-container--index-5 .widget__heading {
    margin-bottom: 10px;
}
/* stackai custom page style end  */

/* bubodefense custom page style start */
.custom-page_bubodefense .widget-container--index-4 .custom-seo-h1-bubodefense{
  text-align: center;
}
.custom-page_bubodefense .widget-container--index-5 .banner.qa-banner-container {
    margin-top: 0;
    padding: 0;
}
.custom-page_bubodefense .widget-container--index-5 .qa-banner-container .banner-widget__contents {
    margin-bottom: 20px;
    padding-bottom: 0 !important;
    margin-top: 0;
}
.custom-page_bubodefense .widget-container--index-4 .custom-html-widget-wrapper {
    margin-top: 35px;
}
.custom-page_bubodefense .widget-container--index-5 .qa-banner-container .banner-widget__contents .widget__heading {
  margin-bottom: 0;
}
.custom-page_bubodefense .widget-container--index-5 .qa-banner-container .banner-widget__contents .text-center div p {
  margin-bottom: 10px;
}
.custom-page_bubodefense .widget-container--index-6 .banner.qa-banner-container .banner-widget__contents .widget__heading{
  margin-bottom: 0;
}
.custom-page_bubodefense .widget-container--index-6 .qa-banner-container .banner-widget__contents .text-center div p {
  margin-bottom: 10px;
}
.custom-page_bubodefense .widget-container--index-6 .banner.qa-banner-container {
  padding-top: 19px;
}
.custom-page_bubodefense .widget-container--index-7 .banner.qa-banner-container {
  margin-top: 3px;
}
.custom-page_bubodefense .widget-container--index-7 .qa-banner-container.banner-container .widget__heading{
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #151F26;
  margin-bottom: 20px;
}
.custom-page_bubodefense .widget-container--index-8 .featured-topics {
  margin-top: 0;
  padding-top: 19px;
}
.custom-page_bubodefense .widget-container--index-8 .featured-topics .featured-topics__heading{
  margin-bottom: 20px;
}
.custom-page_bubodefense .Template-footer .box {
  margin-top: 3px;
}
.custom-page_bubodefense .widget-container--index-8 .featured-topics .featured-topic__url .featured-topic__heading{
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    color: #151F26 !important;
}
.custom-page_bubodefense .widget-container--index-8 .featured-topics .featured-topic__url .card-widget-text{
  line-height: 28px;
  color: #64717C;
  font-weight: 400;
  font-size: 16px;
}
/* bubodefense custom page style end  */

/* Akooda custom page style start */

.custom-page_akooda .widget-container--index-4 .qa-banner-container .banner-widget__contents .widget__heading {
    margin-bottom: 0;
}
.custom-page_akooda .widget-container--index-4 .qa-banner-container .banner-widget__contents .text-center div section p {
    margin-bottom: 10px !important;
}
.custom-page_akooda .widget-container--index-4 .qa-banner-container .banner-widget__contents {
    margin-bottom: 20px;
    padding-bottom: 0 !important;
}
.custom-page_akooda .widget-container--index-4 .banner.qa-banner-container {
    margin-top: 0px;
    padding: 19px 0 19px 0;
}
.custom-page_akooda .widget-container--index-4 .banner.qa-banner-container .qa-banner-container .banner-widget__image img {
    border: 1px solid #E6E7EB;
}
.custom-page_akooda .widget-container--index-4 .banner.qa-banner-container .qa-banner-container .banner-widget__image img{
    width: 100%;
    max-width: 816px;
    border-radius: 20px;
}
.custom-page_akooda .widget-container--index-5 p{
    margin-bottom: 10px !important;
}
.custom-page_akooda .widget-container--index-6 .qa-quicklinks-container{
    padding-top: 4px;
    padding-bottom: 0;
}
.custom-page_akooda .widget-container--index-6 .quicklink__box {
    height: fit-content !important;
    border-radius: 20px;
}
.custom-page_akooda .widget-container--index-6 .quicklink__box .quicklink__title {
    margin: 0;
    padding: 28px 24px !important;
}
.custom-page_akooda .widget-container--index-6 .custom-quicklink.quick_links .featured-topic .text--meta.card-widget-text {
    margin: 0;
}
.custom-page_akooda .widget-container--index-6 .qa-quicklinks-container .card-widget-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #151F26 !important;
}
.custom-page_akooda .widget-container--index-7 .banner.qa-banner-container {
    padding-top: 0;
    padding-bottom: 19px;
    margin-top: 19px;
}
.custom-page_akooda .widget-container--index-7 .banner-widget__contents .widget__heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    color: #151F26;
}
.custom-page_akooda .widget-container--index-7 .banner-widget__contents {
    margin-bottom: 0;
    padding-bottom: 16px !important;
}
.custom-page_akooda .widget-container--index-8 .banner.qa-banner-container{
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}
.custom-page_akooda .widget-container--index-9 .featured-topics{
  padding-top: 11px;
  margin-top: 0;
}
.custom-page_akooda .widget-container--index-8 .widget__heading{
  margin-bottom: 10px;
}
 .custom-page_akooda .widget-container--index-8 p{
  margin-bottom: 0 !important;
 }
 .custom-page_akooda .widget-container--index-9 .featured-topics .featured-topic__url .featured-topic__heading {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    color: #151F26 !important;
}
.custom-page_akooda .widget-container--index-9 .featured-topics .featured-topic__url .card-widget-text {
    line-height: 28px;
    color: #64717C;
    font-weight: 400;
    font-size: 16px;
}
.custom-page_akooda .Template-footer .box{
  margin-top: 3px;
}
.custom-page_akooda .widget-container--index-9 .featured-topics__heading{
  font-size: 24px !important;
    font-weight: 600;
    line-height: 38px;
    color: var(--heading-color) !important;
    margin-bottom: 20px !important;
}
/* Akooda custom page style end  */

/* sparkgridsoftware custom page style start  */

.custom-page_sparkgridsoftware .widget-container--index-4 .qa-banner-container .banner-widget__contents .widget__heading{
    margin-bottom: 0;
}
h1.custom-seo-h1-sparkgridsoftware {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 38px;
    color: var(--heading-color) !important;
    text-align: center;
}
.custom-page_sparkgridsoftware .widget-container--index-5 p{
    margin-bottom: 10px;
}
.custom-page_sparkgridsoftware .widget-container--index-5 .banner-container .banner-widget__contents {
    padding: 0 !important;
    margin: 0 auto 20px auto !important;
}
.custom-page_sparkgridsoftware .widget-container--index-4 .custom-html-widget-wrapper {
    margin-top: 35px !important;
}
.custom-page_sparkgridsoftware .widget-container--index-6 .banner.qa-banner-container {
    padding: 19px 0 3px 0;
}
.custom-page_sparkgridsoftware .widget-container--index-6 .widget__heading{
        margin-bottom: 0;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 38px;
    color: var(--heading-color) !important;

}
.custom-page_sparkgridsoftware .widget-container--index-6 p{
    margin-bottom: 10px;
}
.custom-page_sparkgridsoftware .widget-container--index-7 .banner.qa-banner-container {
margin-top: 16px;
}
.custom-page_sparkgridsoftware .widget-container--index-7 .banner-widget__contents{
    margin: 11px 0 0 0;
}
.custom-page_sparkgridsoftware .widget-container--index-8 .custom-quicklink.quick_links .quick_links__heading{
margin-bottom:20px;
font-size: 24px !important;
    font-weight: 600;
    line-height: 38px;
    color: var(--heading-color) !important;
}
.custom-page_sparkgridsoftware .widget-container--index-8 .quicklink__box {
    height: fit-content !important;
    border-radius: 20px;
}
.custom-page_sparkgridsoftware .widget-container--index-8 .quicklink__box .quicklink__title {
    margin: 0;
    padding: 28px 24px !important;
}
.custom-page_sparkgridsoftware .widget-container--index-8 .custom-quicklink.quick_links .featured-topic .text--meta.card-widget-text{
    margin: 0;
}
.custom-page_sparkgridsoftware .widget-container--index-8 .custom-quicklink.quick_links .featured-topic.quicklink__box .card-widget-title {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: #151F26 !important;
}
.custom-page_sparkgridsoftware .widget-container--index-9 .featured-topics{
    margin-top: 3px;
}
.custom-page_sparkgridsoftware .widget-container--index-9 .featured-topics .featured-topics__heading {
    margin-bottom: 20px;
}
.custom-page_sparkgridsoftware .widget-container--index-9 .featured-topics .featured-topic__url .featured-topic__heading {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    color: #151F26 !important;
}
.custom-page_sparkgridsoftware .Template-footer .box {
    margin-top: 3px;
}

/* sparkgridsoftware custom page style end  */


/* Crowdin  custom page style start from here */

.custom-page_crowdin .widget-container--index-5 .banner-widget__contents {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
    margin-top: 0;
}
.custom-page_crowdin .widget-container--index-5 .banner-widget__image img {
    width: 100%;
    max-width: 816px;
    border-radius: 20px;
}
.custom-page_crowdin .widget-container--index-5 .banner-widget__contents {
    margin-bottom: 3px;
}
.custom-page_crowdin .widget-container--index-4 .custom-html-widget-wrapper {
    margin-top: 35px;
}
.custom-page_crowdin .widget-container--index-6 .quicklink__box {
    height: fit-content !important;
    border-radius: 20px;
}
.custom-page_crowdin .widget-container--index-6 .quicklink__box .quicklink__title {
    margin: 0;
    padding: 28px 24px !important;
}
.custom-page_crowdin .widget-container--index-6 .qa-quicklinks-container .card-widget-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #151F26 !important;
}
.custom-page_crowdin .widget-container--index-5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #64717c;
    margin-bottom: 10px;
    font-family: 'Inter';
}
.custom-page_crowdin .widget-container--index-6 .custom-quicklink.quick_links .featured-topic .text--meta.card-widget-text {
    margin: 0;
}
.custom-page_crowdin .widget-container--index-6 {
    margin-bottom: 3px;
}
.custom-page_crowdin .widget-container--index-9 .featured-topics .col {
    padding-top: 0px !important;
    padding-bottom: 3px !important;
}
.custom-page_crowdin .widget-container--index-9 .featured-topic__heading {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    color: #151F26 !important;
}
.custom-page_crowdin .widget-container--index-10 .quicklink__box{
    height: fit-content !important;
    border-radius: 20px;
}
.custom-page_crowdin .widget-container--index-10 .quicklink__box .quicklink__title {
    margin: 0 !important;
    padding: 28px 24px !important;
        min-height: 136px;
}
.custom-page_crowdin .widget-container--index-10 .quicklink__box:nth-child(2),
.custom-page_crowdin .widget-container--index-10 .quicklink__box:nth-child(3) {
    min-height: 124px; /* adjust value */
}
.custom-page_crowdin .Template-footer .box {
    margin-top: 3px;
}
.custom-page_crowdin .widget-container--index-10 .quicklink__box:nth-child(2),
.custom-page_crowdin .widget-container--index-10 .quicklink__box:nth-child(3){
    min-height: 124px !important;
    
}
.custom-page_crowdin .widget-container--index-10 .quicklink__box
.custom-page_crowdin .widget-container--index-5 p,
.custom-page_crowdin .widget-container--index-6 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #64717c;
  margin-bottom: 10px;
  font-family: 'Inter';
}
.custom-page_crowdin .widget-container--index-6 p {
    line-height: 12px !important;
    margin-bottom: 4px !important;
    margin-top: 3px !important;
}
.custom-page_crowdin .widget-container--index-8 .card-widget-text,
.custom-page_crowdin .widget-container--index-9 .featured-topic .card-widget-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #64717c;
}
.custom-page_crowdin .widget-container--index-9 .featured-topic .card-widget-text{
  line-height: 22px !important;
  margin-bottom: 0;
}
.custom-page_crowdin .widget-container--index-9  .featured-topics__heading,
.custom-page_crowdin .widget-container--index-5 .widget__heading,
.custom-page_crowdin .widget-container--index-4 .custom-seo-h1-crowdin,
.custom-page_crowdin .widget-container--index-5 .widget__heading,
.custom-page_crowdin .widget-container--index-10 .widget__heading {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 38px;
    color: #151f26 !important;
}
.custom-page_crowdin .widget-container--index-5 .banner.qa-banner-container .widget__heading {
    margin-top: 19px;
    margin-bottom: 0;
}
.custom-page_crowdin .widget-container--index-4 .banner.qa-banner-container .widget__heading {
    margin-top: 19px;
    margin-bottom: 0;
}
.custom-page_crowdin .widget-container--index-9 .widget__heading {
    margin-bottom: 20px;
        font-size: 24px !important;
    font-weight: 600;
    line-height: 38px;
    color: #151f26 !important;
}


.custom-page_crowdin .widget-container--index-6 .qa-quicklinks-container {
    padding-bottom: 0px;
}
.custom-page_crowdin .widget-container--index-9 .featured-topics {
    padding-top: 30px;
    padding-bottom: 0px;
}
.custom-page_crowdin .widget-container--index-9 .featured-topics__heading {
    margin-bottom: 20px;
}
.custom-page_crowdin .widget-container--index-7 .quicklinks-wrapper.custom-quicklink.quick_links.qa-quick_links-container {
    margin: 0;
    padding: 16px 0 3px 0;
}
/* Crowdin  custom page style end from here */


/* airweave  style start from here */
.custom-page_airweave .widget-container--index-4 .banner.qa-banner-container .widget__heading,
.custom-page_airweave .widget-container--index-6 .widget__heading{
    font-size: 24px !important;
    font-weight: 600;
    line-height: 40px;
    color: #151f26 !important;
    margin-top: 19px;
    margin-bottom: 0;
}
.custom-page_airweave .widget-container--index-5 p,
.custom-page_airweave .widget-container--index-6 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 12px;
    color: #64717c;
    margin-bottom: 10px;
    font-family: 'Inter';
}
h1.custom-seo-h1-airweave {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 40px;
    color: #151f26 !important;
    margin-top: 35px !important;
    margin-bottom: 0;
    text-align: center;
}
.custom-page_airweave .widget-container--index-5 .banner-widget__contents {
    margin-bottom: 0px;
    padding-bottom: 20px !important;
    margin-top: 0;
}
.custom-page_airweave .widget-container--index-6 .banner.qa-banner-container .widget__heading{margin-top: 19px;}
.custom-page_airweave .widget-container--index-5 .banner-widget__image img {
  border-radius: 20px;
  width: 100% !important;
  max-width: 816px !important;
  border: 1px solid #e6e7eb;
  padding: 50px;
}
.custom-page_airweave .widget-container--index-6 .banner-widget__contents {
    margin-bottom: 0;
    padding-bottom: 3px !important;
}
 .custom-page_airweave .widget-container--index-6 p{
    margin-bottom: 10px !important;
    line-height: 24px !important; 
 }
.custom-page_airweave .widget-container--index-7 .quicklink__box {
    height: fit-content !important;
    border-radius: 20px;
}
.custom-page_airweave .widget-container--index-7 .quicklink__box .quicklink__title {
    margin: 0;
    padding: 28px 24px !important;
}
.custom-page_airweave .widget-container--index-7 .custom-quicklink.quick_links .featured-topic .text--meta.card-widget-text {
    margin: 0;
}
.custom-page_airweave .widget-container--index-7 .qa-quicklinks-container .card-widget-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #151F26 !important;
}
.custom-page_airweave .widget-container--index-9 .widget__heading {
    font-weight: 600;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px !important;
    color: #151f26 !important;
}
.custom-page_airweave .Template-footer .box {
  margin-top: 35px;
}

.custom-page_airweave .widget-container--index-9 .quicklink__box {
    height: fit-content !important;
    border-radius: 20px;
}
.custom-page_airweave .widget-container--index-9 .quicklink__box .quicklink__title {
    margin: 0;
    padding: 12px 16px !important;
}
.custom-page_airweave .widget-container--index-9 .custom-quicklink.quick_links .featured-topic .text--meta.card-widget-text {
    margin: 0;
}
.custom-page_airweave .widget-container--index-9 .qa-quicklinks-container .card-widget-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #151F26 !important;
    text-align: center !important;
}
.custom-page_airweave .widget-container--index-7 .qa-quick_links-container{
      margin: 0;
    padding-bottom: 0px;
}
.custom-page_airweave .widget-container--index-9 .qa-quicklinks-container .quicklink__hero.padding__icon {
    margin-top: 12px;
}
.custom-page_airweave .widget-container--index-6 .qa-quicklinks-container {
    padding-bottom: 0;
}
.custom-page_airweave .widget-container--index-9 .qa-quicklinks-container{
    padding: 30px 0 0 0 !important;
}
@media (max-width: 767px) {
  .custom-page_airweave .widget-container--index-4 {
    padding-top: 20px !important;
  }
  .custom-page_airweave .widget-container--index-5 p{
    line-height: 24px;
  }
}
.custom-page_boxaipartners .widget-container--index-4 .banner.qa-banner-container {
    margin-top: 0;
    padding-top: 19px;
}
/* airweave  style end from here */

/* H1 SEO related  style start from here */

.twig_page-event-overview .widget-container.widget-container--generic_hero.widget-container--index-5 {
   padding: 0;
}

.custom-page_boxaipartners .widget-container--index-5 .banner-widget__contents div section p {
    font-size: 16px;
    line-height: 24px;
}
.custom-seo-h1dryviq {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 38px;
    color: var(--heading-color) !important;
    text-align: center;
}
h1.custom-seo-h1-crowdin {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 38px;
    color: #151f26 !important;
    text-align: center;
}

h1.custom-seo-h1-leenaai {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 38px;
    color: var(--heading-color) !important;
    text-align: center;
}
.custom-page_leenaai .widget-container--index-4 .custom-html-widget-wrapper {
    margin-top: 35px;
}
/* H1 SEO related  style end from here */


h1.custom-seo-h1-boxai {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 40px;
    color: #151f26 !important;
    text-align: center;
}</style>
    
    

    
        <script type="importmap" id="cc-importmap">
{
    "imports": {
        "@insided/widget-sdk": "https://cdn-euw1.insided.com/sdk/widgets/v1/v1.8/widget-sdk.js",
        "@insided/widget-sdk/v1": "https://cdn-euw1.insided.com/sdk/widgets/v1/v1.8/widget-sdk.js"
    }
}
</script>
<link rel="modulepreload" href="https://cdn-euw1.insided.com/sdk/widgets/v1/v1.8/widget-sdk.js">
<script type="module" id="cc-script-widget-sdk-bootstrap">
  import '@insided/widget-sdk';
</script>
</head>
<body id="customcss" class="twig_page-custom-page-overview custom-page_aistartups"
      data-bounded-context="Pages"
      data-entity="CustomPageOverview">

<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</a></div>
<script>
window.addEventListener("load", function () {

  // Detect Japanese locale
  var isJapaneseLocale =
    window.location.pathname.startsWith("/ja") ||
    document.documentElement.lang === "ja";

  // Only for JA
  if (!isJapaneseLocale) return;

  var footer = document.querySelector(".templatefoot-privacy-links");
  if (!footer) return;

  // Remove all existing anchors
  footer.innerHTML = "";

  // Insert JA-specific links only
  footer.innerHTML = `
    <a href="https://www.box.com/ja-jp/legal/termsofservice"
       aria-label="契約条件"
       target="_blank">契約条件</a>
    <a href="https://www.box.com/ja-jp/legal/privacypolicy"
       aria-label="個人情報保護方針"
       target="_blank">個人情報保護方針</a>
  `;

});
</script>

<script>
  setTimeout(function () {

    const cleanText = (text) => {
      return text
        .normalize("NFKC")          // Normalize Japanese characters
        .replace(/\s+/g, " ")       // Collapse all whitespace (spaces, tabs, newlines)
        .replace(/^\s+|\s+$/g, ""); // Trim leading/trailing spaces
    };

    let breadcrumbList = document.querySelectorAll('.breadcrumb li');
    if (!breadcrumbList || breadcrumbList.length === 0) {
      console.warn('No breadcrumbs found.');
      return;
    }

    const items = [];
    breadcrumbList.forEach((li, index) => {
      const a = li.querySelector('a');

      // Always handle last breadcrumb as current page
      if (index === breadcrumbList.length - 1) {
        items.push({
          "@type": "ListItem",
          "position": index + 1,
          "name": cleanText(a ? a.textContent : li.textContent),
          "item": window.location.href
        });
      } else if (a) {
        // Normal breadcrumb with link
        items.push({
          "@type": "ListItem",
          "position": index + 1,
          "name": cleanText(a.textContent),
          "item": a.href
        });
      } else {
        // Fallback (no <a>, not last breadcrumb)
        items.push({
          "@type": "ListItem",
          "position": index + 1,
          "name": cleanText(li.textContent)
        });
      }
    });

    const breadcrumbSchema = {
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": items
    };

    const script = document.createElement('script');
    script.type = "application/ld+json";
    script.textContent = JSON.stringify(breadcrumbSchema);
    document.body.appendChild(script);
  }, 2000); // Delay in milliseconds (5000ms = 5 seconds)
</script>






<style>
  
  /* ===== Common typography (for custom partner pages only) ===== */
.custom-page_mxhero,
.custom-page_leenaai,
.custom-page_dryviq,
.custom-page_bubodefense,
.custom-page_stackai,
.custom-page_akooda{
  --heading-color: #151F26;
  --text-color: #64717C;
}
   /* ===== Common typography (for custom partner pages only) ===== */
  
  
  .main-menu-trigger path {
    fill: #2B3346 !important;
}
  .twig_page-group-overview .group-overview-wrapper-title {
    color: #000;
}

.topic-view .thread-meta-item.thread-meta-item--vote {
  gap: 4px;
}
.thread-list-block__content a,
.thread-list-block__content span,
.topic-view .topic-view_body .thread-list-block__content span {
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .topic-view
    .topic-view_header
    .topic-view_header-items-gathered
    .custom-last-update-info:before {
    -ms-grid-row-align: center;
  }
}

.twig_page-event-overview .event-item__location_icon svg path {
  fill: #a7aeb5;
}
.twig_page-event-overview
  .event-list-item-container.topic-view.card-widget-wrapper {
  gap: 26px;
  padding-left: 29px !important;
  margin-top: 22px;
}
.twig_site-forum.category-page
  .topic-curation-destination__container
  .topic-curation__item
  .topic-curation__item-body
  .topic-curation__item-type
  .topic-curation__item-type-text {
  gap: 5px;
}
.twig_page-event .share-button.btn--secondary:hover svg path {
    fill: #fff !important;
}
.twig_page-event .event-item__location_icon svg path{
    fill: #a7aeb5;
}
.twig_page-event .event-detail-row .event-detail-icon svg path {
    fill: #a7aeb5 !important;
}

.Sidebarmodule .widget-container .widget-placeholder section.homepage-widget-wrapper .widget-title,
.Sidebarmodule .widget--related-topics .widget-title, 
.Sidebarmodule section.homepage-widget-wrapper .widget-title {
  gap: 12px;
}
</style>




<div id="community-id" data-data=box-en ></div>
<div id="device-type" data-data=desktop ></div>
<div id="list-views-use-card-theme" data-data=0 ></div>
<div id='root' class='body-wrapper'>
    <script type="text/javascript">
  window.appState = {"appName":"forum","activeHubModules":["Community","Event","Group","Ideation","KnowledgeBase","ProductUpdates"],"activeEntities":{"topic":true,"replies":true,"userRoles":true,"privateMessage":true,"transcript":false,"favorite":true,"profile":true,"search":true,"notification":true,"login":true,"builder":true},"productType":null,"language":"en-US","baseUrl":"https:\/\/community.box.com","isEmbedded":false,"subfolderPrefix":"","originalBaseUrl":""}
</script>
    
            
    <a href="/topic/new"
       aria-label="Create a post"
       data-track='{&quot;trigger&quot;:&quot;floating button&quot;,&quot;type&quot;:&quot;Topic Initiated&quot;}'
       role="button"
       class="btn--cta btn--create-topic btn--fixed btn--fixed__bottom is-visible-S qa-menu-create-topic">
        <span class="icon icon--pen icon--auto-width" aria-hidden="true"></span>
    </a>
    <div><script type="text/javascript">window.inSidedData = {"communityId":"box-en","environment":"production","language":"en_us","locale":"en_US","device":"desktop","params":{"skipPageview":false},"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,"joindate":0,"likes":0,"likes_given":0,"profileFields":[],"badges":[]},"page":{"pageNumber":1,"name":null,"path":"Box Community::","section":null,"site":"Box Community","title":null,"url":"/p/aistartups","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 data-preact="cookie-banner/index" class="" data-props="{&quot;level&quot;:1,&quot;termsConditions&quot;:&quot;https:\/\/community.box.com\/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 + marketing&quot;}}}"></div>
                                        <div class="widget-container widget-container--header_navigation widget-container--index-1" data-idx="1">
            <div class="widget-placeholder">
                                    

                                                                
                                
    
                        






    
    
<div data-preact="mega-menu/index" class="" data-props="{&quot;logo&quot;:&quot;https:\/\/uploads-us-west-2.insided.com\/box-en\/attachment\/73364807-6a14-491e-800d-719d49fffe7c.png&quot;,&quot;hasProductSharedVisibility&quot;:false,&quot;newTopicURL&quot;:&quot;\/topic\/new&quot;,&quot;communityCategoriesV2&quot;:[{&quot;id&quot;:14,&quot;title&quot;:&quot;Getting started in the community&quot;,&quot;parentId&quot;:null,&quot;isContainer&quot;:true,&quot;children&quot;:[{&quot;id&quot;:17,&quot;title&quot;:&quot;Introductions&quot;,&quot;parentId&quot;:14,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:71,&quot;url&quot;:&quot;https:\/\/community.box.com\/introductions-17&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:15,&quot;title&quot;:&quot;General&quot;,&quot;parentId&quot;:14,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:636,&quot;url&quot;:&quot;https:\/\/community.box.com\/general-15&quot;,&quot;isKnowledgeBase&quot;:false}],&quot;visibleTopicsCount&quot;:707,&quot;url&quot;:&quot;https:\/\/community.box.com\/getting-started-in-the-community-14&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:11,&quot;title&quot;:&quot;Support Forum&quot;,&quot;parentId&quot;:null,&quot;isContainer&quot;:true,&quot;children&quot;:[{&quot;id&quot;:47,&quot;title&quot;:&quot;Support Forum&quot;,&quot;parentId&quot;:11,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:22184,&quot;url&quot;:&quot;https:\/\/community.box.com\/support-forum-47&quot;,&quot;isKnowledgeBase&quot;:false}],&quot;visibleTopicsCount&quot;:22184,&quot;url&quot;:&quot;https:\/\/community.box.com\/support-forum-11&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:5,&quot;title&quot;:&quot;Box Platform&quot;,&quot;parentId&quot;:null,&quot;isContainer&quot;:true,&quot;children&quot;:[{&quot;id&quot;:6,&quot;title&quot;:&quot;API&quot;,&quot;parentId&quot;:5,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:496,&quot;url&quot;:&quot;https:\/\/community.box.com\/api-6&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:3,&quot;title&quot;:&quot;Blogs&quot;,&quot;parentId&quot;:5,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:94,&quot;url&quot;:&quot;https:\/\/community.box.com\/blogs-3&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:7,&quot;title&quot;:&quot;SDKs and Tools&quot;,&quot;parentId&quot;:5,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:261,&quot;url&quot;:&quot;https:\/\/community.box.com\/sdks-and-tools-7&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:8,&quot;title&quot;:&quot;Box AI API&quot;,&quot;parentId&quot;:5,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:27,&quot;url&quot;:&quot;https:\/\/community.box.com\/box-ai-api-8&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:9,&quot;title&quot;:&quot;Box Sign API&quot;,&quot;parentId&quot;:5,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:57,&quot;url&quot;:&quot;https:\/\/community.box.com\/box-sign-api-9&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:10,&quot;title&quot;:&quot;Box for Salesforce API&quot;,&quot;parentId&quot;:5,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:37,&quot;url&quot;:&quot;https:\/\/community.box.com\/box-for-salesforce-api-10&quot;,&quot;isKnowledgeBase&quot;:false}],&quot;visibleTopicsCount&quot;:972,&quot;url&quot;:&quot;https:\/\/community.box.com\/box-platform-5&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:24,&quot;title&quot;:&quot;Admin and End User forums&quot;,&quot;parentId&quot;:null,&quot;isContainer&quot;:true,&quot;children&quot;:[{&quot;id&quot;:25,&quot;title&quot;:&quot;Admin Forum&quot;,&quot;parentId&quot;:24,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:277,&quot;url&quot;:&quot;https:\/\/community.box.com\/admin-forum-25&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:26,&quot;title&quot;:&quot;End User Forum&quot;,&quot;parentId&quot;:24,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:177,&quot;url&quot;:&quot;https:\/\/community.box.com\/end-user-forum-26&quot;,&quot;isKnowledgeBase&quot;:false}],&quot;visibleTopicsCount&quot;:454,&quot;url&quot;:&quot;https:\/\/community.box.com\/admin-and-end-user-forums-24&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:27,&quot;title&quot;:&quot;Partner Forum&quot;,&quot;parentId&quot;:null,&quot;isContainer&quot;:true,&quot;children&quot;:[{&quot;id&quot;:29,&quot;title&quot;:&quot;Partner Forum&quot;,&quot;parentId&quot;:27,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:50,&quot;url&quot;:&quot;https:\/\/community.box.com\/partner-forum-29&quot;,&quot;isKnowledgeBase&quot;:false}],&quot;visibleTopicsCount&quot;:50,&quot;url&quot;:&quot;https:\/\/community.box.com\/partner-forum-27&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:18,&quot;title&quot;:&quot;Groups&quot;,&quot;parentId&quot;:null,&quot;isContainer&quot;:true,&quot;children&quot;:[{&quot;id&quot;:23,&quot;title&quot;:&quot;AI Developers&quot;,&quot;parentId&quot;:18,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:8,&quot;url&quot;:&quot;https:\/\/community.box.com\/ai-developers-23&quot;,&quot;isKnowledgeBase&quot;:false}],&quot;visibleTopicsCount&quot;:8,&quot;url&quot;:&quot;https:\/\/community.box.com\/groups-18&quot;,&quot;isKnowledgeBase&quot;:false}],&quot;knowledgeBaseCategoriesV2&quot;:[{&quot;id&quot;:31,&quot;title&quot;:&quot;Box Center of Excellence&quot;,&quot;parentId&quot;:null,&quot;isContainer&quot;:true,&quot;children&quot;:[{&quot;id&quot;:32,&quot;title&quot;:&quot;Starter Guides for Admins and End Users&quot;,&quot;parentId&quot;:31,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:2,&quot;url&quot;:&quot;https:\/\/community.box.com\/starter-guides-for-admins-and-end-users-32&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:33,&quot;title&quot;:&quot;Box Platform and API resources&quot;,&quot;parentId&quot;:31,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:1,&quot;url&quot;:&quot;https:\/\/community.box.com\/box-platform-and-api-resources-33&quot;,&quot;isKnowledgeBase&quot;:false},{&quot;id&quot;:43,&quot;title&quot;:&quot;Intelligent Content Management&quot;,&quot;parentId&quot;:31,&quot;isContainer&quot;:false,&quot;children&quot;:[],&quot;visibleTopicsCount&quot;:13,&quot;url&quot;:&quot;https:\/\/community.box.com\/intelligent-content-management-43&quot;,&quot;isKnowledgeBase&quot;:false}],&quot;visibleTopicsCount&quot;:16,&quot;url&quot;:&quot;https:\/\/community.box.com\/box-center-of-excellence-31&quot;,&quot;isKnowledgeBase&quot;:false}],&quot;communityCustomerTitle&quot;:&quot;Box Community&quot;,&quot;ssoLoginUrl&quot;:&quot;&quot;,&quot;embeddedLoginUrl&quot;:&quot;&quot;,&quot;embeddedLogoutUrl&quot;:&quot;&quot;,&quot;showAuthPage&quot;:false,&quot;items&quot;:[{&quot;key&quot;:&quot;community&quot;,&quot;visibility&quot;:false,&quot;name&quot;:&quot;Community Forums&quot;},{&quot;key&quot;:&quot;knowledgeBase&quot;,&quot;visibility&quot;:false,&quot;name&quot;:&quot;Knowledge Base&quot;},{&quot;key&quot;:&quot;ideation&quot;,&quot;visibility&quot;:false,&quot;name&quot;:&quot;Share your Ideas&quot;,&quot;url&quot;:&quot;\/ideas&quot;},{&quot;key&quot;:&quot;productUpdates&quot;,&quot;name&quot;:&quot;Product Updates&quot;,&quot;visibility&quot;:false,&quot;url&quot;:&quot;\/product-updates&quot;},{&quot;key&quot;:&quot;group&quot;,&quot;visibility&quot;:false,&quot;name&quot;:&quot;Groups&quot;,&quot;url&quot;:&quot;\/groups&quot;},{&quot;key&quot;:&quot;custom&quot;,&quot;visibility&quot;:false,&quot;name&quot;:&quot;Product Announcements&quot;,&quot;url&quot;:&quot;https:\/\/support.box.com\/hc\/en-us\/sections\/21358356019347-Announcements&quot;,&quot;external&quot;:false},{&quot;key&quot;:&quot;custom&quot;,&quot;visibility&quot;:true,&quot;name&quot;:&quot;Users&quot;,&quot;url&quot;:&quot;https:\/\/community.box.com\/end-user-forum-26&quot;,&quot;external&quot;:false},{&quot;key&quot;:&quot;custom&quot;,&quot;visibility&quot;:true,&quot;name&quot;:&quot;Admins&quot;,&quot;url&quot;:&quot;https:\/\/community.box.com\/admin-forum-25&quot;,&quot;external&quot;:false},{&quot;key&quot;:&quot;custom&quot;,&quot;visibility&quot;:true,&quot;name&quot;:&quot;Developers&quot;,&quot;url&quot;:&quot;https:\/\/community.box.com\/box-platform-5&quot;,&quot;external&quot;:false},{&quot;key&quot;:&quot;custom&quot;,&quot;visibility&quot;:true,&quot;name&quot;:&quot;Feature requests &quot;,&quot;url&quot;:&quot;https:\/\/pulse.box.com\/forums\/909778-help-shape-the-future-of-box&quot;,&quot;external&quot;:true},{&quot;key&quot;:&quot;custom&quot;,&quot;visibility&quot;:true,&quot;name&quot;:&quot;Support&quot;,&quot;url&quot;:&quot;https:\/\/support.box.com\/hc\/en-us&quot;,&quot;external&quot;:true},{&quot;key&quot;:&quot;custom&quot;,&quot;name&quot;:&quot;User Groups &quot;,&quot;visibility&quot;:true,&quot;url&quot;:&quot;https:\/\/community.box.com\/groups&quot;},{&quot;key&quot;:&quot;event&quot;,&quot;visibility&quot;:false,&quot;name&quot;:&quot;Events&quot;,&quot;url&quot;:&quot;\/events&quot;},{&quot;key&quot;:&quot;custom-dropdown&quot;,&quot;name&quot;:&quot;Custom Dropdown&quot;,&quot;visibility&quot;:false}],&quot;searchInfo&quot;:{&quot;isFederatedSalesforceSearch&quot;:false,&quot;isFederatedSkilljarSearch&quot;:false,&quot;isFederatedFreshdeskSearch&quot;:false,&quot;category&quot;:null,&quot;isParentCategory&quot;:null,&quot;isExtendableSearch&quot;:null},&quot;permissions&quot;:{&quot;ideation&quot;:false,&quot;productUpdates&quot;:true},&quot;enabledLanguages&quot;:[],&quot;publishedLanguages&quot;:[{&quot;id&quot;:&quot;0653137f-b8ec-7346-8000-4c5952edc955&quot;,&quot;code&quot;:&quot;en&quot;,&quot;iso&quot;:&quot;en-us&quot;,&quot;locale&quot;:&quot;en_US&quot;,&quot;name&quot;:&quot;English&quot;,&quot;isEnabled&quot;:true,&quot;isDefault&quot;:true,&quot;isPublished&quot;:true},{&quot;id&quot;:&quot;0653137f-b966-7961-8000-7d404199c59b&quot;,&quot;code&quot;:&quot;de&quot;,&quot;iso&quot;:&quot;de&quot;,&quot;locale&quot;:&quot;de_DE&quot;,&quot;name&quot;:&quot;Deutsch&quot;,&quot;isEnabled&quot;:true,&quot;isDefault&quot;:false,&quot;isPublished&quot;:true},{&quot;id&quot;:&quot;0653137f-b973-7584-8000-b9f8dfacbf62&quot;,&quot;code&quot;:&quot;fr&quot;,&quot;iso&quot;:&quot;fr&quot;,&quot;locale&quot;:&quot;fr_FR&quot;,&quot;name&quot;:&quot;Fran\u00e7ais&quot;,&quot;isEnabled&quot;:true,&quot;isDefault&quot;:false,&quot;isPublished&quot;:true},{&quot;id&quot;:&quot;0653137f-ba28-7248-8000-5a4df8050570&quot;,&quot;code&quot;:&quot;ja&quot;,&quot;iso&quot;:&quot;ja-jp&quot;,&quot;locale&quot;:&quot;ja_JP&quot;,&quot;name&quot;:&quot;\u65e5\u672c\u8a9e&quot;,&quot;isEnabled&quot;:true,&quot;isDefault&quot;:false,&quot;isPublished&quot;:true}],&quot;selectedLanguage&quot;:&quot;en&quot;,&quot;isSpacesOnly&quot;:false,&quot;phrases&quot;:{&quot;Common&quot;:{&quot;main.navigation.login&quot;:&quot;Login&quot;,&quot;advanced.search.filter.clear.all&quot;:&quot;Clear all&quot;,&quot;nav.title.forum.overview&quot;:&quot;Home&quot;,&quot;nav.title.forum.recent.activity&quot;:&quot;Recently active topics&quot;,&quot;nav.title.forum.activity.last.visit&quot;:&quot;Active since last visit&quot;,&quot;nav.title.forum.unanswered.questions&quot;:&quot;Unanswered questions&quot;},&quot;Forum&quot;:{&quot;main.navigation.add_topic&quot;:&quot;Create a post&quot;,&quot;accessibility_label.show_search_bar&quot;:&quot;Show search bar&quot;,&quot;accessibility_label.select_language&quot;:&quot;Select language&quot;,&quot;accessibility_label.notifications&quot;:&quot;Notifications&quot;,&quot;accessibility_label.open_menu&quot;:&quot;Open menu&quot;,&quot;accessibility_label.close_menu&quot;:&quot;Close menu&quot;,&quot;advanced.search.filters&quot;:&quot;Filters&quot;,&quot;show.results&quot;:&quot;Show results&quot;,&quot;autopilot.button.aria.label&quot;:&quot;Autopilot Button&quot;,&quot;nav.title.knowledgebase&quot;:&quot;Knowledge base overview&quot;,&quot;nav.title.community.overview&quot;:&quot;Community&quot;,&quot;My profile&quot;:&quot;My profile&quot;,&quot;Topic|Topics&quot;:&quot;Topic|Topics&quot;,&quot;Reply|Replies&quot;:&quot;Reply|Replies&quot;,&quot;Solved&quot;:&quot;Solved&quot;,&quot;header.profile.dropdown.subscriptions&quot;:&quot;Subscriptions&quot;,&quot;Private messages&quot;:&quot;Private messages&quot;,&quot;hub.user.dropdown.education.transcript&quot;:&quot;Transcript&quot;,&quot;hub.user.dropdown.my.learning&quot;:&quot;My learning&quot;,&quot;Settings&quot;:&quot;Settings&quot;,&quot;Logout&quot;:&quot;Log out&quot;}},&quot;searchRevamp&quot;:true,&quot;aiSearchSummary&quot;:false,&quot;askAISearchSummary&quot;:false,&quot;isGuest&quot;:true,&quot;aiSmartSearchEnableForAllRoles&quot;:false,&quot;selectedTemplate&quot;:0}"><section class="main-navigation--wrapper header-navigation"><div class="main-navigation-sitewidth"><div class="header-navigation_logo-wrapper"><a target="_self" href="/" aria-label="Forum|go.to.homepage" class="header-navigation_logo-anchor" track="[object Object]"><img class="header-navigation_logo" src="https://uploads-us-west-2.insided.com/box-en/attachment/73364807-6a14-491e-800d-719d49fffe7c.png" alt="Box Community Logo" /></a></div><div class="header-navigation-items-wrapper"><div class="header-navigation-items_and_search"><div class="header-navigation-items_and_search-inner"><nav role="navigation"><ul class="header-navigation-items_menu"><li class="header-navigation_list-item"><a track="[object Object]" class="header-navigation_link title-users" href="https://community.box.com/end-user-forum-26" target rel>Users</a></li><li class="header-navigation_list-item"><a track="[object Object]" class="header-navigation_link title-admins" href="https://community.box.com/admin-forum-25" target rel>Admins</a></li><li class="header-navigation_list-item"><a track="[object Object]" class="header-navigation_link title-developers" href="https://community.box.com/box-platform-5" target rel>Developers</a></li><li class="header-navigation_list-item"><a track="[object Object]" class="header-navigation_link title-feature-requests-" href="https://pulse.box.com/forums/909778-help-shape-the-future-of-box" target="_blank" rel="noreferrer noopener">Feature requests </a></li><li class="header-navigation_list-item"><a track="[object Object]" class="header-navigation_link title-support" href="https://support.box.com/hc/en-us" target="_blank" rel="noreferrer noopener">Support</a></li><li class="header-navigation_list-item"><a track="[object Object]" class="header-navigation_link title-user-groups-" href="https://community.box.com/groups" target rel>User Groups </a></li></ul></nav><div class="header-navigation-items_hamburger"><div class="slider-menu"><span class="slider-trigger" role="button" tabIndex="0" aria-label="Open menu"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" role="img" aria-hidden="true" focusable="false"><path d="M3 18H21V16H3V18ZM3 13H21V11H3V13ZM3 6V8H21V6H3Z" fill="currentColor"></path></svg></span></div></div><div class="header-navigation_logo-wrapper is-hidden-L"><a target="_self" href="/" aria-label="Forum|go.to.homepage" class="header-navigation_logo-anchor" track="[object Object]"><img class="header-navigation_logo" src="https://uploads-us-west-2.insided.com/box-en/attachment/73364807-6a14-491e-800d-719d49fffe7c.png" alt="Box Community Logo" /></a></div></div></div></div><section class="main-navigation--nav-buttons-wrapper"><ul><li><div class="community-language-switcher"><div class="community-language-switcher_wrapper"><button class="community-language-switcher_trigger-button" aria-label="Select language"><div class="community-language-switcher_trigger"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 15 15" fill="none" stroke="currentColor" role="img" aria-hidden="true" focusable="false"><path d="M13.8333 7.16667C13.8333 10.8486 10.8486 13.8333 7.16667 13.8333M13.8333 7.16667C13.8333 3.48477 10.8486 0.5 7.16667 0.5M13.8333 7.16667H0.5M7.16667 13.8333C3.48477 13.8333 0.5 10.8486 0.5 7.16667M7.16667 13.8333C5.45482 12.0359 4.5 9.64884 4.5 7.16667C4.5 4.68449 5.45482 2.29744 7.16667 0.5M7.16667 13.8333C8.87851 12.0359 9.83333 9.64884 9.83333 7.16667C9.83333 4.68449 8.87851 2.29744 7.16667 0.5M0.5 7.16667C0.5 3.48477 3.48477 0.5 7.16667 0.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></button></div></div></li><li class="is-hidden-S"><a href="/topic/new" data-track="{&quot;trigger&quot;:&quot;navigation&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;Navigation&quot;}}" class="menu-create-topic qa-menu-create-topic btn btn--cta" role="button" title="Create a post"><span aria-hidden="true" class="header-navigation-button-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" role="img" aria-hidden="true" focusable="false"><path d="M19 13H13V19H11V13H5V11H11V5H13V11H19V13Z"></path></svg></span><span>Create a post</span></a></li><li><a role="button" href="#" class="header-login-button qa-header-login-button btn btn--secondary"><span aria-hidden="true" class="header-navigation-button-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" role="img" aria-hidden="true" focusable="false"><path d="M12 12C14.21 12 16 10.21 16 8C16 5.79 14.21 4 12 4C9.79 4 8 5.79 8 8C8 10.21 9.79 12 12 12ZM12 14C9.33 14 4 15.34 4 18V20H20V18C20 15.34 14.67 14 12 14Z" fill="currentColor"></path></svg></span><span>Login</span></a></li></ul></section></div></section></div>

                                </div>
        </div>
                                <div class="sitewidth flash-message-wrapper">
    <div class="col">
                    <div class="module templatehead">
                



            </div>
            </div>
</div>        
<div data-preact="widget-notification/FeaturedTopicsWrapper" class="" data-props="{&quot;widget&quot;:&quot;featuredBanner&quot;,&quot;topics&quot;:[]}"></div>
                                        <div class="widget-container widget-container--banner widget-container--index-4" data-idx="4">
            <div class="widget-placeholder">
                                    

                                                            <div data-preact="widget-banner/index" class="" data-props="{&quot;content&quot;:{&quot;textAlignment&quot;:&quot;Left&quot;,&quot;title&quot;:&quot;Join Our AI Startup Partner Program!&quot;,&quot;description&quot;:&quot;&lt;section&gt;&lt;p&gt;Are you an innovative B2B startup in the AI space? Integrate your service with Box and join our AI Startup Partner Program to unlock exclusive benefits\u2014including co-marketing opportunities, technical resources, and support to help you grow and scale with Box.&lt;\/p&gt;&lt;\/section&gt;&lt;section&gt;&amp;nbsp;&lt;\/section&gt;&quot;},&quot;buttons&quot;:{&quot;primaryText&quot;:&quot;Apply now&quot;,&quot;primaryUrl&quot;:&quot;https:\/\/cloud.app.box.com\/f\/0961bd2e6f534b77980d1a2eb09c50e2&quot;,&quot;secondaryText&quot;:&quot;&quot;,&quot;secondaryUrl&quot;:&quot;&quot;},&quot;image&quot;:{&quot;position&quot;:&quot;Left&quot;,&quot;description&quot;:&quot;&quot;,&quot;src&quot;:&quot;https:\/\/uploads-us-west-2.insided.com\/box-en\/attachment\/ba3fa38f-77ac-41ac-93e5-d4d50672747a.png&quot;},&quot;enablePicker&quot;:false,&quot;hideSpacingWithUpperWidget&quot;:false,&quot;paddingToTopAndBottom&quot;:true,&quot;activeSection&quot;:&quot;VISIBILITY&quot;,&quot;startDateTimestamp&quot;:null,&quot;finishDateTimestamp&quot;:null,&quot;backgroundColor&quot;:&quot;#0061D50A&quot;,&quot;backgroundColorDisplay&quot;:&quot;solid_color&quot;,&quot;serverSideProps&quot;:{&quot;content&quot;:{&quot;textAlignment&quot;:&quot;Left&quot;,&quot;title&quot;:&quot;Join Our AI Startup Partner Program!&quot;,&quot;description&quot;:&quot;&lt;section&gt;&lt;p&gt;Are you an innovative B2B startup in the AI space? Integrate your service with Box and join our AI Startup Partner Program to unlock exclusive benefits\u2014including co-marketing opportunities, technical resources, and support to help you grow and scale with Box.&lt;\/p&gt;&lt;\/section&gt;&lt;section&gt;&amp;nbsp;&lt;\/section&gt;&quot;},&quot;buttons&quot;:{&quot;primaryText&quot;:&quot;Apply now&quot;,&quot;primaryUrl&quot;:&quot;https:\/\/cloud.app.box.com\/f\/0961bd2e6f534b77980d1a2eb09c50e2&quot;,&quot;secondaryText&quot;:&quot;&quot;,&quot;secondaryUrl&quot;:&quot;&quot;},&quot;image&quot;:{&quot;position&quot;:&quot;Left&quot;,&quot;description&quot;:&quot;&quot;,&quot;src&quot;:&quot;https:\/\/uploads-us-west-2.insided.com\/box-en\/attachment\/ba3fa38f-77ac-41ac-93e5-d4d50672747a.png&quot;},&quot;enablePicker&quot;:false,&quot;hideSpacingWithUpperWidget&quot;:false,&quot;paddingToTopAndBottom&quot;:true,&quot;activeSection&quot;:&quot;VISIBILITY&quot;,&quot;startDateTimestamp&quot;:null,&quot;finishDateTimestamp&quot;:null,&quot;backgroundColor&quot;:&quot;#0061D50A&quot;,&quot;backgroundColorDisplay&quot;:&quot;solid_color&quot;}}"><section role="group" class="banner qa-banner-container homepage-widget-wrapper widget-container-spacing homepage-widget-wrapper--no-side-margins" style="background-color: #0061D50A;"><div class="sitewidth"><div class="col"><div class="qa-banner-container banner-container"><div class="sitewidth banner-widget__layout" style="flex-direction: row;"><div class="banner-widget__image" style="padding-bottom: 0px;"><img src="https://uploads-us-west-2.insided.com/box-en/attachment/ba3fa38f-77ac-41ac-93e5-d4d50672747a.png" alt role="presentation" /></div><div class="banner-widget__contents" style="padding-bottom: 0px;"><div class="text-left"><h2 class="widget__heading">Join Our AI Startup Partner Program!</h2><div><section><p>Are you an innovative B2B startup in the AI space? Integrate your service with Box and join our AI Startup Partner Program to unlock exclusive benefits—including co-marketing opportunities, technical resources, and support to help you grow and scale with Box.</p></section><section>&nbsp;</section></div></div><div class="text-left banner-widget__button"><a href="https://cloud.app.box.com/f/0961bd2e6f534b77980d1a2eb09c50e2" class="btn--cta">Apply now</a></div></div></div></div></div></div></section></div>

                                </div>
        </div>
                            <div class="widget-container widget-container--html_widget widget-container--index-5" data-idx="5">
            <div class="widget-placeholder">
                                    

                                                            <div data-preact="widget-custom-html/index" class="" data-props="{&quot;title&quot;:&quot;&quot;,&quot;html&quot;:&quot;&lt;style&gt;\n.custom-page_aistartups .widget-container.widget-container--html_widget.widget-container--index-5 {\n    order: unset;\n}\n        .why-partner-with-box {\n            max-width: 1240px;\n            margin: 0 auto;\n            width: 100%;\n            padding: 0 15px;\n        }\n\n        .why-partner-with-box__title {\n            margin-bottom: 30px;\n            text-align: center;\n            line-height: 38px;\n            font-weight: 600;\n            color: #151F26;\n            font-size: 32px;\n        }\n\n        .why-partner-with-box__grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 32px;\n        }\n\n        .why-partner-with-box__card {\n            overflow: hidden;\n            background: #fff;\n            border-radius: 20px;\n            border: 1px solid #E6E7EB;\n\n        }\n\n        .why-partner-with-box__card-image {\n            width: 100%;\n            height: 250px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .why-partner-with-box__image-placeholder {\n            width: 100%;\n            height: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 3rem;\n            color: rgba(255, 255, 255, 0.9);\n        }\n        .why-partner-with-box__image-placeholder img{\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .why-partner-with-box__card-content {\n            padding: 32px 28px;\n        }\n\n        .why-partner-with-box__card-title {\n            font-size: 20px;\n            font-weight: 600;\n            margin-bottom: 10px;\n            line-height: 28px;\n            color: #151F26;\n        }\n\n        .why-partner-with-box__card-description {\n            font-size: 16px;\n            line-height: 28px;\n            color: #64717C;\n            font-weight: 400;\n            margin: 0;\n        }\n\n        @media (max-width: 968px) {\n            .why-partner-with-box__grid {\n                grid-template-columns: 1fr;\n            }\n\n            .why-partner-with-box__title {\n                font-size: 2rem;\n            }\n        }\n\n        @media (max-width: 640px) {\n            .why-partner-with-box__title {\n                font-size: 1.75rem;\n                margin-bottom: 30px;\n            }\n\n            .why-partner-with-box__card-content {\n                padding: 24px 20px;\n            }\n\n            .why-partner-with-box__card-title {\n                font-size: 1.25rem;\n            }\n\n            .why-partner-with-box__card-description {\n                font-size: 0.95rem;\n            }\n        }\n&lt;\/style&gt;\n\n&lt;div class=\&quot;why-partner-with-box\&quot;&gt;\n        &lt;h1 class=\&quot;why-partner-with-box__title\&quot;&gt;Why Partner with Box?&lt;\/h1&gt;\n        \n        &lt;div class=\&quot;why-partner-with-box__grid\&quot;&gt;\n            &lt;div class=\&quot;why-partner-with-box__card\&quot;&gt;\n                &lt;div class=\&quot;why-partner-with-box__card-image why-partner-with-box__card-image--ecosystem\&quot;&gt;\n                    &lt;div class=\&quot;why-partner-with-box__image-placeholder\&quot;&gt;\n                        &lt;img src=\&quot;https:\/\/uploads-us-west-2.insided.com\/box-en-sandbox\/attachment\/ac8e76c8-b4cc-422d-a749-50bc477a0029.png\&quot; alt=\&quot;Ecosystem Icon\&quot;&gt;\n                    &lt;\/div&gt;\n                &lt;\/div&gt;\n                &lt;div class=\&quot;why-partner-with-box__card-content\&quot;&gt;\n                    &lt;h3 class=\&quot;why-partner-with-box__card-title\&quot;&gt;Unlock Intelligent Content Management for unstructured data&lt;\/h3&gt;\n                    &lt;p class=\&quot;why-partner-with-box__card-description\&quot;&gt;Enable your customers and users to access enterprise grade intelligence, modern workflow and collaboration experiences, and advanced data protection and compliance for content&lt;\/p&gt;\n                &lt;\/div&gt;\n            &lt;\/div&gt;\n\n            &lt;div class=\&quot;why-partner-with-box__card\&quot;&gt;\n                &lt;div class=\&quot;why-partner-with-box__card-image why-partner-with-box__card-image--platform\&quot;&gt;\n                    &lt;div class=\&quot;why-partner-with-box__image-placeholder\&quot;&gt;\n                        &lt;img src=\&quot;https:\/\/uploads-us-west-2.insided.com\/box-en-sandbox\/attachment\/57ad44c2-112d-45ba-9f31-2c4d26702564.png\&quot;&gt;\n                    &lt;\/div&gt;\n                &lt;\/div&gt;\n                &lt;div class=\&quot;why-partner-with-box__card-content\&quot;&gt;\n                    &lt;h3 class=\&quot;why-partner-with-box__card-title\&quot;&gt;Supercharge your app with the leading intelligent content management platform&lt;\/h3&gt;\n                    &lt;p class=\&quot;why-partner-with-box__card-description\&quot;&gt;Leverage our secure, scalable cloud content platform with built-in compliance, flexible AI powered by leading LLMs, and open APIs&lt;\/p&gt;\n                &lt;\/div&gt;\n            &lt;\/div&gt;\n\n            &lt;div class=\&quot;why-partner-with-box__card\&quot;&gt;\n                &lt;div class=\&quot;why-partner-with-box__card-image why-partner-with-box__card-image--support\&quot;&gt;\n                    &lt;div class=\&quot;why-partner-with-box__image-placeholder\&quot;&gt;\n                        &lt;img src=\&quot;https:\/\/uploads-us-west-2.insided.com\/box-en-sandbox\/attachment\/aa3efbee-c5d7-47c3-9904-9563379f0d7e.png\&quot;&gt;\n                    &lt;\/div&gt;\n                &lt;\/div&gt;\n                &lt;div class=\&quot;why-partner-with-box__card-content\&quot;&gt;\n                    &lt;h3 class=\&quot;why-partner-with-box__card-title\&quot;&gt;Get expert support&lt;\/h3&gt;\n                    &lt;p class=\&quot;why-partner-with-box__card-description\&quot;&gt;Get personalized help from our dedicated team to ensure a smooth and successful Box integration&lt;\/p&gt;\n                &lt;\/div&gt;\n            &lt;\/div&gt;\n\n            &lt;div class=\&quot;why-partner-with-box__card\&quot;&gt;\n                &lt;div class=\&quot;why-partner-with-box__card-image why-partner-with-box__card-image--amplify\&quot;&gt;\n                    &lt;div class=\&quot;why-partner-with-box__image-placeholder\&quot;&gt;\n                        &lt;img src=\&quot;https:\/\/uploads-us-west-2.insided.com\/box-en-sandbox\/attachment\/63b67c4e-edf6-4374-8bd8-8d2891f9ccab.png\&quot;&gt;\n                    &lt;\/div&gt;\n                &lt;\/div&gt;\n                &lt;div class=\&quot;why-partner-with-box__card-content\&quot;&gt;\n                    &lt;h3 class=\&quot;why-partner-with-box__card-title\&quot;&gt;Amplify your reach and brand&lt;\/h3&gt;\n                    &lt;p class=\&quot;why-partner-with-box__card-description\&quot;&gt;Get exclusive resources to boost marketing and sales&lt;\/p&gt;\n                &lt;\/div&gt;\n            &lt;\/div&gt;\n        &lt;\/div&gt;\n&lt;\/div&gt;&quot;}"><div class="custom-html-widget-wrapper"><section class="full-width custom-html"><style>
.custom-page_aistartups .widget-container.widget-container--html_widget.widget-container--index-5 {
    order: unset;
}
        .why-partner-with-box {
            max-width: 1240px;
            margin: 0 auto;
            width: 100%;
            padding: 0 15px;
        }

        .why-partner-with-box__title {
            margin-bottom: 30px;
            text-align: center;
            line-height: 38px;
            font-weight: 600;
            color: #151F26;
            font-size: 32px;
        }

        .why-partner-with-box__grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 32px;
        }

        .why-partner-with-box__card {
            overflow: hidden;
            background: #fff;
            border-radius: 20px;
            border: 1px solid #E6E7EB;

        }

        .why-partner-with-box__card-image {
            width: 100%;
            height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .why-partner-with-box__image-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            color: rgba(255, 255, 255, 0.9);
        }
        .why-partner-with-box__image-placeholder img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .why-partner-with-box__card-content {
            padding: 32px 28px;
        }

        .why-partner-with-box__card-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 28px;
            color: #151F26;
        }

        .why-partner-with-box__card-description {
            font-size: 16px;
            line-height: 28px;
            color: #64717C;
            font-weight: 400;
            margin: 0;
        }

        @media (max-width: 968px) {
            .why-partner-with-box__grid {
                grid-template-columns: 1fr;
            }

            .why-partner-with-box__title {
                font-size: 2rem;
            }
        }

        @media (max-width: 640px) {
            .why-partner-with-box__title {
                font-size: 1.75rem;
                margin-bottom: 30px;
            }

            .why-partner-with-box__card-content {
                padding: 24px 20px;
            }

            .why-partner-with-box__card-title {
                font-size: 1.25rem;
            }

            .why-partner-with-box__card-description {
                font-size: 0.95rem;
            }
        }
</style>

<div class="why-partner-with-box">
        <h1 class="why-partner-with-box__title">Why Partner with Box?</h1>
        
        <div class="why-partner-with-box__grid">
            <div class="why-partner-with-box__card">
                <div class="why-partner-with-box__card-image why-partner-with-box__card-image--ecosystem">
                    <div class="why-partner-with-box__image-placeholder">
                        <img src="https://uploads-us-west-2.insided.com/box-en-sandbox/attachment/ac8e76c8-b4cc-422d-a749-50bc477a0029.png" alt="Ecosystem Icon">
                    </div>
                </div>
                <div class="why-partner-with-box__card-content">
                    <h3 class="why-partner-with-box__card-title">Unlock Intelligent Content Management for unstructured data</h3>
                    <p class="why-partner-with-box__card-description">Enable your customers and users to access enterprise grade intelligence, modern workflow and collaboration experiences, and advanced data protection and compliance for content</p>
                </div>
            </div>

            <div class="why-partner-with-box__card">
                <div class="why-partner-with-box__card-image why-partner-with-box__card-image--platform">
                    <div class="why-partner-with-box__image-placeholder">
                        <img src="https://uploads-us-west-2.insided.com/box-en-sandbox/attachment/57ad44c2-112d-45ba-9f31-2c4d26702564.png">
                    </div>
                </div>
                <div class="why-partner-with-box__card-content">
                    <h3 class="why-partner-with-box__card-title">Supercharge your app with the leading intelligent content management platform</h3>
                    <p class="why-partner-with-box__card-description">Leverage our secure, scalable cloud content platform with built-in compliance, flexible AI powered by leading LLMs, and open APIs</p>
                </div>
            </div>

            <div class="why-partner-with-box__card">
                <div class="why-partner-with-box__card-image why-partner-with-box__card-image--support">
                    <div class="why-partner-with-box__image-placeholder">
                        <img src="https://uploads-us-west-2.insided.com/box-en-sandbox/attachment/aa3efbee-c5d7-47c3-9904-9563379f0d7e.png">
                    </div>
                </div>
                <div class="why-partner-with-box__card-content">
                    <h3 class="why-partner-with-box__card-title">Get expert support</h3>
                    <p class="why-partner-with-box__card-description">Get personalized help from our dedicated team to ensure a smooth and successful Box integration</p>
                </div>
            </div>

            <div class="why-partner-with-box__card">
                <div class="why-partner-with-box__card-image why-partner-with-box__card-image--amplify">
                    <div class="why-partner-with-box__image-placeholder">
                        <img src="https://uploads-us-west-2.insided.com/box-en-sandbox/attachment/63b67c4e-edf6-4374-8bd8-8d2891f9ccab.png">
                    </div>
                </div>
                <div class="why-partner-with-box__card-content">
                    <h3 class="why-partner-with-box__card-title">Amplify your reach and brand</h3>
                    <p class="why-partner-with-box__card-description">Get exclusive resources to boost marketing and sales</p>
                </div>
            </div>
        </div>
</div></section></div></div>

                                </div>
        </div>
                            <div class="widget-container widget-container--html_widget widget-container--index-6" data-idx="6">
            <div class="widget-placeholder">
                                    

                                                            <div data-preact="widget-custom-html/index" class="" data-props="{&quot;title&quot;:&quot;&quot;,&quot;html&quot;:&quot;&lt;style&gt;\n.who-should-apply {\n    width: 100%;\n    padding: 0 15px;\n    max-width: 1240px;\n    margin: 60px auto;\n}\n\n.who-should-apply__header {\n    text-align: center;\n    margin-bottom: 20px;\n}\n\n.who-should-apply__title {\n    font-size: 32px;\n    font-weight: 600;\n    color: #151F26;\n    margin-bottom: 6px;\n    line-height: 38px;\n}\n\n.who-should-apply__subtitle {\n    font-size: 16px;\n    color: #64717C;\n    font-weight: 400;\n    line-height: 28px;\n}\n\n.who-should-apply__grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 32px;\n}\n\n.who-should-apply__card {\n    background: #fff;\n    border: 1px solid #E6E7EB;\n    border-radius: 20px;\n    padding: 30px;\n}\n\n\n.who-should-apply__card-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #151F26;\n    margin-bottom: 10px;\n    line-height: 28px;\n}\n\n.who-should-apply__card-description {\n    font-size: 16px;\n    line-height: 28px;\n    color: #64717C;\n    font-weight: 400;\n    margin: 0;\n}\n\n@media (max-width: 968px) {\n    .who-should-apply__grid {\n        grid-template-columns: 1fr;\n        gap: 20px;\n    }\n\n    .who-should-apply__title {\n        font-size: 2rem;\n    }\n}\n\n@media (max-width: 640px) {\n    .who-should-apply__header {\n        margin-bottom: 35px;\n    }\n\n    .who-should-apply__title {\n        font-size: 1.75rem;\n    }\n\n    .who-should-apply__subtitle {\n        font-size: 0.95rem;\n    }\n\n    .who-should-apply__card {\n        padding: 24px 20px;\n    }\n\n    .who-should-apply__card-title {\n        font-size: 1.15rem;\n    }\n\n    .who-should-apply__card-description {\n        font-size: 0.9rem;\n    }\n}\n&lt;\/style&gt;\n\n&lt;div class=\&quot;who-should-apply\&quot;&gt;\n        &lt;div class=\&quot;who-should-apply__header\&quot;&gt;\n            &lt;h2 class=\&quot;who-should-apply__title\&quot;&gt;Who Should Apply?&lt;\/h2&gt;\n            &lt;p class=\&quot;who-should-apply__subtitle\&quot;&gt;Building smarter, more secure AI solutions for your business&lt;\/p&gt;\n        &lt;\/div&gt;\n        \n        &lt;div class=\&quot;who-should-apply__grid\&quot;&gt;\n            &lt;div class=\&quot;who-should-apply__card\&quot;&gt;\n                &lt;h3 class=\&quot;who-should-apply__card-title\&quot;&gt;Ready to reach Enterprise Audience&lt;\/h3&gt;\n                &lt;p class=\&quot;who-should-apply__card-description\&quot;&gt;This program is for B2B AI startups whose apps interact with unstructured content and want to reach a broader enterprise audience.&lt;\/p&gt;\n            &lt;\/div&gt;\n\n            &lt;div class=\&quot;who-should-apply__card\&quot;&gt;\n                &lt;h3 class=\&quot;who-should-apply__card-title\&quot;&gt;AI Builders Working With Content&lt;\/h3&gt;\n                &lt;p class=\&quot;who-should-apply__card-description\&quot;&gt;Whether you're enabling workflows that consume, generate, or derive insights from content or metadata -or you're an early-stage startup shaping innovative ideas -we want to hear from you.&lt;\/p&gt;\n            &lt;\/div&gt;\n\n            &lt;div class=\&quot;who-should-apply__card\&quot;&gt;\n                &lt;h3 class=\&quot;who-should-apply__card-title\&quot;&gt;Looking to scale with Box&lt;\/h3&gt;\n                &lt;p class=\&quot;who-should-apply__card-description\&quot;&gt;If you're ready to accelerate growth and showcase the value of your Box- integrated app, this is for you.&lt;\/p&gt;\n            &lt;\/div&gt;\n        &lt;\/div&gt;\n    &lt;\/div&gt;&quot;}"><div class="custom-html-widget-wrapper"><section class="full-width custom-html"><style>
.who-should-apply {
    width: 100%;
    padding: 0 15px;
    max-width: 1240px;
    margin: 60px auto;
}

.who-should-apply__header {
    text-align: center;
    margin-bottom: 20px;
}

.who-should-apply__title {
    font-size: 32px;
    font-weight: 600;
    color: #151F26;
    margin-bottom: 6px;
    line-height: 38px;
}

.who-should-apply__subtitle {
    font-size: 16px;
    color: #64717C;
    font-weight: 400;
    line-height: 28px;
}

.who-should-apply__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.who-should-apply__card {
    background: #fff;
    border: 1px solid #E6E7EB;
    border-radius: 20px;
    padding: 30px;
}


.who-should-apply__card-title {
    font-size: 20px;
    font-weight: 600;
    color: #151F26;
    margin-bottom: 10px;
    line-height: 28px;
}

.who-should-apply__card-description {
    font-size: 16px;
    line-height: 28px;
    color: #64717C;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 968px) {
    .who-should-apply__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .who-should-apply__title {
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .who-should-apply__header {
        margin-bottom: 35px;
    }

    .who-should-apply__title {
        font-size: 1.75rem;
    }

    .who-should-apply__subtitle {
        font-size: 0.95rem;
    }

    .who-should-apply__card {
        padding: 24px 20px;
    }

    .who-should-apply__card-title {
        font-size: 1.15rem;
    }

    .who-should-apply__card-description {
        font-size: 0.9rem;
    }
}
</style>

<div class="who-should-apply">
        <div class="who-should-apply__header">
            <h2 class="who-should-apply__title">Who Should Apply?</h2>
            <p class="who-should-apply__subtitle">Building smarter, more secure AI solutions for your business</p>
        </div>
        
        <div class="who-should-apply__grid">
            <div class="who-should-apply__card">
                <h3 class="who-should-apply__card-title">Ready to reach Enterprise Audience</h3>
                <p class="who-should-apply__card-description">This program is for B2B AI startups whose apps interact with unstructured content and want to reach a broader enterprise audience.</p>
            </div>

            <div class="who-should-apply__card">
                <h3 class="who-should-apply__card-title">AI Builders Working With Content</h3>
                <p class="who-should-apply__card-description">Whether you're enabling workflows that consume, generate, or derive insights from content or metadata -or you're an early-stage startup shaping innovative ideas -we want to hear from you.</p>
            </div>

            <div class="who-should-apply__card">
                <h3 class="who-should-apply__card-title">Looking to scale with Box</h3>
                <p class="who-should-apply__card-description">If you're ready to accelerate growth and showcase the value of your Box- integrated app, this is for you.</p>
            </div>
        </div>
    </div></section></div></div>

                                </div>
        </div>
                            <div class="widget-container widget-container--banner widget-container--index-7" data-idx="7">
            <div class="widget-placeholder">
                                    

                                                            <div data-preact="widget-banner/index" class="" data-props="{&quot;content&quot;:{&quot;textAlignment&quot;:&quot;Center&quot;,&quot;title&quot;:&quot;Ready to Get Started?&quot;,&quot;description&quot;:&quot;&lt;section&gt;&lt;p&gt;Don't miss out \u2014 click the apply button below and start benefiting from Box\u2019s AI for Startups Program. Join us today, and let's power how the world works together&lt;\/p&gt;&lt;\/section&gt;&quot;},&quot;buttons&quot;:{&quot;primaryText&quot;:&quot;Apply now&quot;,&quot;primaryUrl&quot;:&quot;https:\/\/cloud.app.box.com\/f\/0961bd2e6f534b77980d1a2eb09c50e2&quot;,&quot;secondaryText&quot;:&quot;&quot;,&quot;secondaryUrl&quot;:&quot;&quot;},&quot;image&quot;:{&quot;position&quot;:&quot;Top&quot;,&quot;description&quot;:&quot;&quot;,&quot;src&quot;:&quot;&quot;},&quot;enablePicker&quot;:false,&quot;hideSpacingWithUpperWidget&quot;:false,&quot;paddingToTopAndBottom&quot;:true,&quot;activeSection&quot;:&quot;VISIBILITY&quot;,&quot;startDateTimestamp&quot;:null,&quot;finishDateTimestamp&quot;:null,&quot;backgroundColor&quot;:&quot;#0061d50a&quot;,&quot;backgroundColorDisplay&quot;:&quot;solid_color&quot;,&quot;serverSideProps&quot;:{&quot;content&quot;:{&quot;textAlignment&quot;:&quot;Center&quot;,&quot;title&quot;:&quot;Ready to Get Started?&quot;,&quot;description&quot;:&quot;&lt;section&gt;&lt;p&gt;Don't miss out \u2014 click the apply button below and start benefiting from Box\u2019s AI for Startups Program. Join us today, and let's power how the world works together&lt;\/p&gt;&lt;\/section&gt;&quot;},&quot;buttons&quot;:{&quot;primaryText&quot;:&quot;Apply now&quot;,&quot;primaryUrl&quot;:&quot;https:\/\/cloud.app.box.com\/f\/0961bd2e6f534b77980d1a2eb09c50e2&quot;,&quot;secondaryText&quot;:&quot;&quot;,&quot;secondaryUrl&quot;:&quot;&quot;},&quot;image&quot;:{&quot;position&quot;:&quot;Top&quot;,&quot;description&quot;:&quot;&quot;,&quot;src&quot;:&quot;&quot;},&quot;enablePicker&quot;:false,&quot;hideSpacingWithUpperWidget&quot;:false,&quot;paddingToTopAndBottom&quot;:true,&quot;activeSection&quot;:&quot;VISIBILITY&quot;,&quot;startDateTimestamp&quot;:null,&quot;finishDateTimestamp&quot;:null,&quot;backgroundColor&quot;:&quot;#0061d50a&quot;,&quot;backgroundColorDisplay&quot;:&quot;solid_color&quot;}}"><section role="group" class="banner qa-banner-container homepage-widget-wrapper widget-container-spacing homepage-widget-wrapper--no-side-margins" style="background-color: #0061d50a;"><div class="sitewidth"><div class="col"><div class="qa-banner-container banner-container"><div class="sitewidth banner-widget__layout" style="flex-direction: column;"><div class="banner-widget__contents" style="padding-bottom: 0px;"><div class="text-center"><h2 class="widget__heading">Ready to Get Started?</h2><div><section><p>Don't miss out — click the apply button below and start benefiting from Box’s AI for Startups Program. Join us today, and let's power how the world works together</p></section></div></div><div class="text-center banner-widget__button"><a href="https://cloud.app.box.com/f/0961bd2e6f534b77980d1a2eb09c50e2" class="btn--cta">Apply now</a></div></div></div></div></div></div></section></div>

                                </div>
        </div>
                        <div data-preact="powered-by-insided/index" class="powered-by-insided-footer" data-props="{&quot;rootUrl&quot;:&quot;community.box.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;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 of Service&quot;,&quot;cookiepolicy.link&quot;:&quot;Cookie settings&quot;}}}"><div class="Template-footer"><div class="sitewidth box box--blend"><div class="templatefoot"><a href="https://www.gainsight.com/customer-communities/" class="logo-gainsight" title="Visit Gainsight.com" target="_blank" rel="noreferrer" aria-label><span class="is-hidden">Powered by Gainsight</span></a></div><div class="templatefoot-privacy-links"><a href="/site/terms" aria-label="Terms of Service">Terms of Service</a><a href="https://www.gainsight.com/policy/accessibility-cc/" target="_blank" rel="noreferrer">Accessibility statement</a></div><button class="scroll-to-top-sticky-button js-scrollto widget--base-shadow is-hidden-S custom-scroll-to-top button-control-new button-control-new--small button-control-new--secondary" type="button" aria-label="Back to top"><div><div><span class="button-control__title-text"></span></div></div></button></div></div></div>
                <div class="widget-container widget-container--footer widget-container--index-8" data-idx="8">
            <div class="widget-placeholder">
                                    

                                                            
    <div class="ssi ssi-footer custom-footer">
                    <div id="consent_blackbar"></div>
<div id="teconsent"></div>
            </div>

                                </div>
        </div>
            <div class="modals box is-hidden js-legacy-modals">
                                        <div data-preact="destination/modules/Modal/index" data-data='{"modal_id": "register", "mainClass": "modal--register", "moveFrom": "#modal_register_source"}'></div>
            <div id="modal_register_source" class="qa-register-modal" hidden>
                

    
    <label for="063673ae-d064-4162-a0cf-6f56b0cc813b" >
      
    </label>



<h2>
            Sign up
    </h2>

    <p>Already have an account? <a class="js-open-modal qa-register-have-account-link"  data-modal="login">Login</a>
    </p>


<div id="modal_login" >
    
            <h4>Login with SSO </h4>
    
    
    
    
    
            <a class="btn--cta btn--sso qa-sso-oauth2" href="https://community.box.com/ssoproxy/login?ssoType=oauth2" target="_top">
            Login with oauth
        </a>
    
    
    
    
    
    
    
    
    </div>


<script type="application/javascript">
  if (document.querySelector('.email_repeat')) {
    document.querySelector('.email_repeat').style.display = 'none'
  }
    //invite tricks
    if(document.querySelector('#register_is_invite') && document.querySelector('#register_is_invite').value) {
        let name = document.querySelector('#register_user_username');
        if (name.value === '--removed--') {
            name.value = ''
        }
        let email = document.querySelector('#register_user_email')
        email.readOnly = 1
        email.classList.add('register_user_email--disabled')
    }
</script>
            </div>
        
                            <div data-preact="destination/modules/Modal/index" data-data='{"modal_id": "login", "mainClass": "modal--login", "moveFrom": "#modal_login_source", "redirectInHubApp": true}'></div>
            <div id="modal_login_source" class="qa-login-modal" hidden>
                
    <label for="063673ae-d064-4162-a0cf-6f56b0cc813b">
        
    </label>

            <h2 class="qa-login-title">Login to the community</h2>
    
            <p class="qa-login-sso-register-description">No account yet? <a href="/member/register">Create an account</a></p>
    
    
            <h4>Login with SSO </h4>
    
    
    
    
    
            <a class="btn--cta btn--sso qa-sso-oauth2" href="https://community.box.com/ssoproxy/login?ssoType=oauth2" target="_top">
            Login with oauth
        </a>
    
    
    
    
    
    
    
    
    
                </div>
        
                <div data-preact="destination/modules/Modal/index" data-data='{"modal_id": "forgot", "mainClass": "modal--forgot", "moveFrom": "#modal_forgot_source"}'></div>
        <div id="modal_forgot_source" class="qa-forgot-modal" hidden>
            <p>Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.</p>

<form name="forgotPassword" method="post" action="https://community.box.com/member/forgotPassword" class="form js-ajax-form--forgot" id="form--forgot__1689881075">

  <div class="js-notification">
      
  </div>

      
    <div class="form__row">
        <div class="first">
                        <label class="label required" for="forgotPassword_username">
                            Enter your e-mail address
            
            
                                </label>
        </div>
        <div class="second">
                        <input type="text" id="forgotPassword_username" name="forgotPassword[username]" required="required" />

        </div>
    </div>

  <div class="form-row first">
      <button type="submit" id="forgotPassword_submit" name="forgotPassword[submit]" class="btn btn--cta qa-submit-button">
        Send
    </button>
                <a href="#" class="group__item end js-open-modal qa-forgot-password-overview-link" data-modal="login">Back to overview</a>
        </div>
            <input type="hidden" id="forgotPassword__token" name="forgotPassword[_token]" value="6wmwm66qcSSwTEeDbw3GUVam5aZXa1T_0BSuiW89ZVw" />
</form>

        </div>
    </div>



    
    <input id="csrftoken" type="hidden" value="9hJDs5QDiqh1DOD_MLHu_TXLFCqJQTIVPiRjR10OAlE"/>

    <div data-preact="site-wide/index" class="" data-props="{}"><div></div></div>
    <div data-preact="multi-language/index" data-props='{&quot;ssoLoginUrl&quot;:&quot;&quot;,&quot;loginPhrase&quot;:&quot;Login&quot;}'></div>
        <script src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/4252.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/2451.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/1210.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/7454.js'></script><script
                crossorigin='anonymous'
                src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/preact-app.js'
                id='insided-preact-app'
                data-basepath='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/'
                data-environment='production'
                data-region='us-west-2'
                data-communityId='box-en'
                data-modules='["CommunityOverview","CommunityOverviewOpenForAllUsers","convertQuestionsToIdeas","customDropdowns","widgetRegistry","showTopicV2","codeSnippetDarkTheme","includeConnectorsSDKScript","event","eventEngagement","eventSubscriptions","group","NewUICardGroupOverview","ideation","ideationV2","productAreas","knowledgeBase","lastEditForArticle","articleToProductUpdateConversion","productUpdates","TopicSocialShare","automationRules","aiFeatures","aiFeaturesForCM","aiFeedback","aiModeratorKit","aiEvolutionModerationWidget","aiEvolutionUserProfileModeration","AIControlNavigationSettings","aiSearchSummary","askAISearchSummaryBeta","askAISearchSummaryForNewUsers","liveSearchBannerSuggestedQuestions","aiSmartSearchBeta","enableMCPServer","enableMCPServerBeta","unifiedIndexEnabled","analyticsExport","analyticsMetadata","exportRevamp","analyticsScheduledExport","hideLegacyExportFromExportRevamp","analyticsV2","analyticsV2ProductFeedback","analyticsV2SelfService","badges","biToolsConnector","ccRebranding","categorySettings","changeAuthorOfPublishedContent","channelConfiguration","contentHelpfulness","contentInPreferredLanguage","conversationalWidget","customCss","enableLegacyCssValidation","customPages","customPagesDuplication","customizationSettings","draftContent","emailCampaigns","emailSuppression","enableGroupTags","engagementDashboard","searchAnalyticsDashboard","experimentalFeatures","federatedSearchApi","fileAttachments","freshdeskFederatedSearch","freshdeskV2","gainsightPlatformSso","horizonAnalytics","biDirectionalSync","haCookielessAuth","haTimeoutSync","imageResizingAndAlignment","integrationsApi","integrationsApps","integrationsConnectorsAndSecrets","integrationsWidgetSources","integrationsPlatformSources","intercomCreateConversations","intercomFederatedSearch","loginWithEmail","mentions","metadataPostDetails","metadataSettings","moderationHome","moderationLabels","moderationNotifications","moderationOverview","moderationOverviewBetaDefault","nonModeratorsCanUploadImagesAndVideos","onDemandTranslations","pageConfiguration","platformVisibility","pointSystem","preModerationRules","privateMessage","productboardIntegration","publicTagAutoSuggestion","publicTagDestination","publicTagManagement","rank","rateLimiting","registrationRules","reputation","richTopicCards","salesforceCaseEscalation","salesforceCrm","salesforceFederatedSearch","salesforceSyncAccountData","searchRevamp","searchRevampForAllRoles","selfServiceSSO","seoManagement","skilljarFederatedSearch","spamContent","spamPrevention","subforumSubscription","systemEmails","thirdPartyScripts","thoughtIndustries","trackingEnabled","topicsCreate","translations","userGroups","userOverview","userOverviewStatistics","userProfileFields","userProfileOverview","userRoles","userSegments","unreadPostCounter","webmasterManagement","widgetPersonalisation","widgetSiteIdentity","widgetsSettings","zendeskFederatedSearch","zendeskTicketEscalation","allowCdnCaching","cookieBasedSsoRegistration","allowSFDCSandboxSyncInCCSandbox"]'
                data-userPermissions='{"readableCategories":[],"permissions":["forum-product-updates-all"]}'
                data-cssLink='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/css/preact-app.css'
                data-defaultCdn=''
                data-fb-app-id=''
                data-communityUrl='https://community.box.com'
                data-controlUrl='https://box-en.insided.com'
                data-eventLogger='https://t3t09eztsd.execute-api.us-west-2.amazonaws.com/v1/event'
                data-application='forum'
                data-cookieConfig='{"use_external_modal":false,"mapping":{"required":1,"anonymous":2,"all":3}}'
                data-defaultCookieLevel='1'
                nonce=''
                data-search='{"client_id":"2BDID0VSM6","token":"NTQxNzhiMzU3MDVjYzg3OTllZDQ3ODg5YzlmNGZlOTU3MGMzZjFlNmVkNDUzYWJmNDFiMjAzNGQ0OTljZjNhNmZpbHRlcnM9Zm9ydW0lM0ErMTArT1IrZm9ydW0lM0ErMTExK09SK2ZvcnVtJTNBKzE1K09SK2ZvcnVtJTNBKzE3K09SK2ZvcnVtJTNBKzIzK09SK2ZvcnVtJTNBKzI0K09SK2ZvcnVtJTNBKzI1K09SK2ZvcnVtJTNBKzI2K09SK2ZvcnVtJTNBKzI3K09SK2ZvcnVtJTNBKzI5K09SK2ZvcnVtJTNBKzMrT1IrZm9ydW0lM0ErMzIrT1IrZm9ydW0lM0ErMzMrT1IrZm9ydW0lM0ErNDMrT1IrZm9ydW0lM0ErNDcrT1IrZm9ydW0lM0ErNitPUitmb3J1bSUzQSs3K09SK2ZvcnVtJTNBKzgrT1IrZm9ydW0lM0ErODMrT1IrZm9ydW0lM0ErODQrT1IrZm9ydW0lM0ErODUrT1IrZm9ydW0lM0ErOStPUitmb3J1bSUzQSs5NCtPUitmb3J1bSUzQSs5NitPUitmb3J1bSUzQSs5NytPUitmb3J1bSUzQSs5OStPUitmb3J1bSUzQSszNytPUitmb3J1bSUzQSszOCtPUitmb3J1bSUzQSs0OCtPUitmb3J1bSUzQSs2MytPUitmb3J1bSUzQSsxMDkrT1IrcHVibGljX3JlY29yZCUzQXRydWUrT1IrY29udGVudF90eXBlJTNBcHJvZHVjdFVwZGF0ZSZyZXN0cmljdEluZGljZXM9Ym94LWVuJTJBJnF1ZXJ5TGFuZ3VhZ2VzPSU1QiUyMmVuJTIyJTVEJnZhbGlkVW50aWw9MTc4NTg4NTEyNA==","basicToken":"YmI1YzY1MWFmMzcyNjA0YjdiM2JlODE0YzFlMzgyNWMzMGNhYWVmMDgxMzFkZWJhNDU3Y2YyZmM1ZWRlM2ZjOWZpbHRlcnM9cHVibGljX3JlY29yZCUzQXRydWUmcmVzdHJpY3RJbmRpY2VzPWJveC1lbiUyQSZxdWVyeUxhbmd1YWdlcz0lNUIlMjJlbiUyMiU1RCZ2YWxpZFVudGlsPTE3ODU4ODUxMjQ=","isZendeskFederatedSearchEnabled":false,"hiddenCategories":["3"],"unifiedIndexEnabled":true,"availableIndexes":["box-en-unified"]}'
                data-selectedCookieLevel='1'
                data-subfolderPrefix=''
                data-experimental-settings='{}'></script>
    <script src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/4252.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/9755.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/2451.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/8292.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/5060.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/3337.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/7454.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/6525.js'></script><script src="https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/app.js" id="insided-app"  data-basepath="https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/js/" nonce="" data-environment="production" data-region="us-west-2" data-communityId="box-en" data-modules='["CommunityOverview","CommunityOverviewOpenForAllUsers","convertQuestionsToIdeas","customDropdowns","widgetRegistry","showTopicV2","codeSnippetDarkTheme","includeConnectorsSDKScript","event","eventEngagement","eventSubscriptions","group","NewUICardGroupOverview","ideation","ideationV2","productAreas","knowledgeBase","lastEditForArticle","articleToProductUpdateConversion","productUpdates","TopicSocialShare","automationRules","aiFeatures","aiFeaturesForCM","aiFeedback","aiModeratorKit","aiEvolutionModerationWidget","aiEvolutionUserProfileModeration","AIControlNavigationSettings","aiSearchSummary","askAISearchSummaryBeta","askAISearchSummaryForNewUsers","liveSearchBannerSuggestedQuestions","aiSmartSearchBeta","enableMCPServer","enableMCPServerBeta","unifiedIndexEnabled","analyticsExport","analyticsMetadata","exportRevamp","analyticsScheduledExport","hideLegacyExportFromExportRevamp","analyticsV2","analyticsV2ProductFeedback","analyticsV2SelfService","badges","biToolsConnector","ccRebranding","categorySettings","changeAuthorOfPublishedContent","channelConfiguration","contentHelpfulness","contentInPreferredLanguage","conversationalWidget","customCss","enableLegacyCssValidation","customPages","customPagesDuplication","customizationSettings","draftContent","emailCampaigns","emailSuppression","enableGroupTags","engagementDashboard","searchAnalyticsDashboard","experimentalFeatures","federatedSearchApi","fileAttachments","freshdeskFederatedSearch","freshdeskV2","gainsightPlatformSso","horizonAnalytics","biDirectionalSync","haCookielessAuth","haTimeoutSync","imageResizingAndAlignment","integrationsApi","integrationsApps","integrationsConnectorsAndSecrets","integrationsWidgetSources","integrationsPlatformSources","intercomCreateConversations","intercomFederatedSearch","loginWithEmail","mentions","metadataPostDetails","metadataSettings","moderationHome","moderationLabels","moderationNotifications","moderationOverview","moderationOverviewBetaDefault","nonModeratorsCanUploadImagesAndVideos","onDemandTranslations","pageConfiguration","platformVisibility","pointSystem","preModerationRules","privateMessage","productboardIntegration","publicTagAutoSuggestion","publicTagDestination","publicTagManagement","rank","rateLimiting","registrationRules","reputation","richTopicCards","salesforceCaseEscalation","salesforceCrm","salesforceFederatedSearch","salesforceSyncAccountData","searchRevamp","searchRevampForAllRoles","selfServiceSSO","seoManagement","skilljarFederatedSearch","spamContent","spamPrevention","subforumSubscription","systemEmails","thirdPartyScripts","thoughtIndustries","trackingEnabled","topicsCreate","translations","userGroups","userOverview","userOverviewStatistics","userProfileFields","userProfileOverview","userRoles","userSegments","unreadPostCounter","webmasterManagement","widgetPersonalisation","widgetSiteIdentity","widgetsSettings","zendeskFederatedSearch","zendeskTicketEscalation","allowCdnCaching","cookieBasedSsoRegistration","allowSFDCSandboxSyncInCCSandbox"]' data-cssLink='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/dist/destination/css/preact-app.css' data-defaultCdn='https://dowpznhhyvkm4.cloudfront.net/2026-08-04-19-17-57-4861f3ef1f/control/assets' data-fb-app-id='' data-language='en'></script><script nonce="">app.init([{"model":"csrf","data":{"name":"yip_csrf_token","token":"9hJDs5QDiqh1DOD_MLHu_TXLFCqJQTIVPiRjR10OAlE"}},{"data":{"map":null,"breadcrumbData":[{"url":"https:\/\/community.box.com","title":"Home"}]},"component":"tracker"},{"el":".js-ajax-form--registration","component":"ajax-form"},{"el":"#form--forgot__1689881075","component":"ajax-form","data":{"stayOnPage":false}},{"model":"global_translations","data":{"ajax-form":{"connection_error":"Unable to submit form. Please refresh the page and try again."},"modal":{"close":"Close","loading":"Loading","gallery_previous":"Previous","gallery_next":"Next","gallery_counter":"%curr% of %total%","image_error":"The image could not be loaded","content_error":"The content could not be loaded"}}}]);</script></div>
<script>
window.addEventListener("load", function () {

    var $container = jQuery(".templatefoot-privacy-links");

    // Update existing Terms link
    $container.find("a").each(function () {
        if (jQuery(this).attr("href") === "/site/terms") {
            jQuery(this)
                .attr("href", "https://www.box.com/legal/termsofservice")
                .attr("target", "_blank")
                .attr("id", "terms-of-service-link");
        }
    });

    // Append Privacy Policy
    if (!jQuery("#privacy-policy-link").length) {
        $container.append(
            '<a id="privacy-policy-link" class="privacy-policy" href="https://www.box.com/legal/privacypolicy" target="_blank"> Privacy Policy </a>'
        );
    }

    // Append Community Code of Conduct (if not already added)
    if (!jQuery("#community-code-link").length) {
        $container.append(
            '<a id="community-code-link" class="community-code" href="https://community.box.com/p/community-code-of-conduct" target="_blank"> Community Code of Conduct </a>'
        );
    }
});
</script>


<style>
.templatefoot-privacy-links a[href="https://www.gainsight.com/policy/accessibility-cc/"] {
    display: none !important;
}
 html[lang="ja"] .templatefoot-privacy-links #privacy-policy-link {
    display: none;
}
</style>


<script src="https://www.twilik.com/assets/retainable/rss-embed/retainable-rss-embed.js"></script>

<script>
  if(inSidedData.page.url === "p/developer" || inSidedData.page.url === "developer-forum-42" || inSidedData.page.url === "box-platform-57" || inSidedData.page.url === "platform-advisory-board-56" || inSidedData.page.url === "announcements-58") { 
    jQuery('.header-navigation_logo').attr('src', 'https://uploads-us-west-2.insided.com/box-en/attachment/c4ebf7f5-1a4d-45d5-99d9-145d55969eb4.png');
  }
</script>

<script>
	if(localStorage.getItem("logout-event")!="null"){
      $("#signup-cta").remove();
      $("#signup-cta2").remove();
	}
</script>

<script>
document.querySelectorAll('.signup-button').forEach(button => {
    button.addEventListener('click', () => {
        document.querySelector('.header-login-button')?.click();
    });
});
</script>

<script>
  function initAnswers() {
    var searchbarInHero = document.querySelector('.searchbar-in-hero') || document.querySelector('.hero-search');

    // Add a delay to ensure the DOM is ready and elements have been appended
    setTimeout(function () {
      var searchForm = searchbarInHero ? searchbarInHero.querySelector('.search-form') : null;
	  let isLoggedIn = false;
      if (window.inSidedData.user) {
          const roles = window.inSidedData.user.role.split(','); // Convert role string to an array
          if (roles.includes('roles.box_engineering') || roles.includes('roles.administrator')) {
              isLoggedIn = true;
          }
      } else {
          isLoggedIn = false;
      }

      const redirectUrl = `https://community.box.com/p/search-results?isLoggedIn=${isLoggedIn}`;

      if (searchForm) {
        console.log("yes");
        ANSWERS.init({
          apiKey: "157720adc2cb53f479314bc5ea7c8869",
          experienceKey: "answers-help-site",
          experienceVersion: "STAGING",
          locale: "en",
          businessId: "3807576",
          templateBundle: TemplateBundle.default,
          onReady: function () {
            ANSWERS.addComponent("SearchBar", {
              container: ".search-form",
              name: "search-bar",
              redirectUrl: redirectUrl,
              placeholderText: "Search related topics, articles, and discussions",
            });
          },
        });

      }
    }, 500);  // 500ms delay to ensure elements are appended
  }

</script>

<script src="https://assets.sitescdn.net/answers-search-bar/v1.6/answers.min.js" onload="initAnswers()" defer></script>

<script>   
// maintenance page code
  // const userRole = window.inSidedData?.user?.mainRole || '';
  //const isMaintenancePage = window.inSidedData?.page?.url || '';
  //console.log("userRole", userRole);
  //console.log("isMaintenancePage", isMaintenancePage);
  //if (userRole != 'roles.administrator' && isMaintenancePage != "private/login") {
    //console.log('Redirecting to logout page due to maintenance mode.');
    //window.location.href = '/member/logout';
  //}
</script>

<script>
  // append last updated info to topic header and hide from footer
  function processTopicViews(container) {
    container.querySelectorAll('.topic-view:not([data-processed])').forEach(topicView => {
      const lastUpdateEl = topicView.querySelector('.topic-view_footer .thread-meta-item--last-update .qa-topic-meta-last-post-date-link');
      if (!lastUpdateEl) return;
      const lastUpdateHTML = lastUpdateEl.innerHTML;
      const headerItems = topicView.querySelector('.topic-view_header .topic-view_header-items-gathered');
      if (headerItems) {
        const newChild = document.createElement('div');
        newChild.className = 'custom-last-update-info';
        newChild.innerHTML = lastUpdateHTML;
        headerItems.appendChild(newChild);
      }
      topicView.setAttribute('data-processed', 'true');
    });
  }
  document.querySelectorAll('.list-widget-wrapper').forEach(wrapper => {
    processTopicViews(wrapper);
    const observer = new MutationObserver(mutations => {
      mutations.forEach(mutation => {
        mutation.addedNodes.forEach(node => {
          if (node.nodeType === 1 && node.matches('.topic-view')) {
            processTopicViews(wrapper);
          }
        });
      });
    });
    observer.observe(wrapper, { childList: true, subtree: true });
  });

  // Highlight active tab in header navigation
  document.querySelectorAll('.header-navigation_list-item').forEach(item => {
    const link = item.querySelector('.header-navigation_link');
    if (!link) return;

    const currentUrl = window.location.href;
    const domainUrl = window.location.origin + '/';
    const linkUrl = link.href;

    if (currentUrl === linkUrl || (domainUrl === linkUrl && currentUrl === domainUrl)) {
      item.classList.add('custom-active-tab');
    }
  });

const currentLanguage = window.inSidedData?.language || ''; // spelling fixed

if (currentLanguage === 'en') {
  const style = document.createElement('style');
  style.innerHTML = `
    .twig_page-event-overview .forum-featured-image {
      height: fit-content;
      background: #fff !important;
    }
    .forum-featured-image {
      background: #fff !important;
    }
  `;
  document.head.appendChild(style);
}

</script>










<script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"5364be9000","applicationID":"997010731,438654967,16947947","transactionName":"YgFTY0QFW0sHUkVQWVtLcFRCDVpWSXhfal9RAVVrdRFGTAlcYVhRUBdtYkUBR3EIRVRLUFQHVGt+EEFIOnJeV0JHC11bUxZpfANCRVBYVBBYWFg4dk0VRV5UZlQDVER1C1tMFF5dVVNHS0deUxM=","queueTime":0,"applicationTime":355,"atts":"TkZEFQwfSBREUBMDTUgZ","errorBeacon":"bam.nr-data.net","agent":""}</script></body>
