<!doctype html><html lang="en"><head>
    <meta charset="utf-8">
    
      
        <title>Doodle Labs Knowledge Base</title>
      
    

    
      <link rel="SHORTCUT ICON" href="https://kb.doodlelabs.com/hubfs/Favicon-1.png">
    <meta name="description" content="Doodle Labs Knowledge Base">
    
    
    
    <meta name="viewport" content="width=device-width, initial-scale=1">

    
    <meta property="og:description" content="Doodle Labs Knowledge Base">
    <meta property="og:title" content="Doodle Labs Knowledge Base">
    <meta name="twitter:description" content="Doodle Labs Knowledge Base">
    <meta name="twitter:title" content="Doodle Labs Knowledge Base">

    

    

    <style>
a.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}
</style>

<style>
/* Theme base styles */

/* Generic */

  

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */ /* 2 */
  text-decoration: underline;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Settings */

:root {
  --container-width: 1000px;

  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;

  --primary-color: #2a5f8d;
  --secondary-color: #e2ebf4;
  --accent-color: #2a8d8a;
  --body-bg-color: #ffffff;

  --primary-body-font-family: 'Rubik', sans-serif;
  --primary-body-font-style: normal;
  --primary-body-font-weight: 400;
  --primary-body-font-size: 1rem;
  --primary-body-line-height: 1.4;
  --primary-body-font-color: #33475b;

  --secondary-header-font-family: 'Rubik', sans-serif;
  --secondary-header-font-style: normal;
  --secondary-header-font-weight: 700;
  --secondary-header-font-size: 1rem;
  --secondary-header-line-height: 1.5;
  --secondary-header-font-color: #33475b;

  --header-menu-font-color: #33475b;

  --h1-secondary-header-font-family: var(--secondary-header-font-family);
  --h1-secondary-header-font-style: var(--secondary-header-font-style);
  --h1-secondary-header-font-weight: var(--secondary-header-font-weight);
  --h1-secondary-header-font-size: 32px;
  --h1-secondary-header-line-height: var(--secondary-header-line-height);
  --h1-secondary-header-font-color: var(--secondary-header-font-color);
  --h1-secondary-header-text-decoration: var(
    --secondary-header-text-decoration
  );
  --h1-secondary-header-text-transform: var(--secondary-header-text-transform);

  --h2-secondary-header-font-family: var(--secondary-header-font-family);
  --h2-secondary-header-font-style: var(--secondary-header-font-style);
  --h2-secondary-header-font-weight: var(--secondary-header-font-weight);
  --h2-secondary-header-font-size: 24px;
  --h2-secondary-header-line-height: var(--secondary-header-line-height);
  --h2-secondary-header-font-color: var(--secondary-header-font-color);
  --h2-secondary-header-text-decoration: var(
    --secondary-header-text-decoration
  );
  --h2-secondary-header-text-transform: var(--secondary-header-text-transform);

  --h3-secondary-header-font-family: var(--secondary-header-font-family);
  --h3-secondary-header-font-style: var(--secondary-header-font-style);
  --h3-secondary-header-font-weight: var(--secondary-header-font-weight);
  --h3-secondary-header-font-size: 22px;
  --h3-secondary-header-line-height: var(--secondary-header-line-height);
  --h3-secondary-header-font-color: var(--secondary-header-font-color);
  --h3-secondary-header-text-decoration: var(
    --secondary-header-text-decoration
  );
  --h3-secondary-header-text-transform: var(--secondary-header-text-transform);

  --h4-secondary-header-font-family: var(--secondary-header-font-family);
  --h4-secondary-header-font-style: var(--secondary-header-font-style);
  --h4-secondary-header-font-weight: var(--secondary-header-font-weight);
  --h4-secondary-header-font-size: 18px;
  --h4-secondary-header-line-height: var(--secondary-header-line-height);
  --h4-secondary-header-font-color: var(--secondary-header-font-color);
  --h4-secondary-header-text-decoration: var(
    --secondary-header-text-decoration
  );
  --h4-secondary-header-text-transform: var(--secondary-header-text-transform);

  --h5-secondary-header-font-family: var(--secondary-header-font-family);
  --h5-secondary-header-font-style: var(--secondary-header-font-style);
  --h5-secondary-header-font-weight: var(--secondary-header-font-weight);
  --h5-secondary-header-font-size: 16px;
  --h5-secondary-header-line-height: var(--secondary-header-line-height);
  --h5-secondary-header-font-color: var(--secondary-header-font-color);
  --h5-secondary-header-text-decoration: var(
    --secondary-header-text-decoration
  );
  --h5-secondary-header-text-transform: var(--secondary-header-text-transform);

  --h6-secondary-header-font-family: var(--secondary-header-font-family);
  --h6-secondary-header-font-style: var(--secondary-header-font-style);
  --h6-secondary-header-font-weight: var(--secondary-header-font-weight);
  --h6-secondary-header-font-size: 16px;
  --h6-secondary-header-line-height: var(--secondary-header-line-height);
  --h6-secondary-header-font-color: #7c98b6;
  --h6-secondary-header-text-decoration: var(
    --secondary-header-text-decoration
  );
  --h6-secondary-header-text-transform: var(--secondary-header-text-transform);

  --a-primary-body-font-family: var(--primary-body-font-family);
  --a-primary-body-font-style: var(--primary-body-font-style);
  --a-primary-body-font-weight: var(--primary-body-font-weight);
  --a-primary-body-font-size: 16px;
  --a-primary-body-line-height: var(--primary-body-line-height);
  --a-primary-body-font-color: #1773d1;
  --a-primary-body-text-decoration: var(--primary-body-text-decoration);
  --a-primary-body-text-transform: var(--primary-body-text-transform);

  --header-top-bar-background-color: var(--secondary-color);

  --top-bar-font-family: var(--primary-body-font-family);
  --top-bar-font-style: var(--primary-body-font-style);
  --top-bar-font-weight: var(--primary-body-font-weight);
  --top-bar-font-size: var(--a-primary-body-font-size);
  --top-bar-line-height: ;
  --top-bar-font-color: var(--header-menu-font-color);
  --top-bar-text-decoration: var(--a-primary-body-text-decoration);
  --top-bar-text-transform: var(--a-primary-body-text-transform);

  --language-switcher-dropdown-bg: #ff0000;
  --language-switcher-dropdown-font-family: var(--primary-body-font-family);
  --language-switcher-dropdown-font-style: var(--primary-body-font-style);
  --language-switcher-dropdown-font-weight: var(--primary-body-font-weight);
  --language-switcher-dropdown-font-size: var(--a-primary-body-font-size);
  --language-switcher-dropdown-line-height: ;
  --language-switcher-dropdown-font-color: var(--header-menu-font-color);
  --language-switcher-dropdown-text-decoration: var(
    --a-primary-body-text-decoration
  );
  --language-switcher-dropdown-text-transform: var(
    --a-primary-body-text-transform
  );

  --top-bar-hover-dropdown-bg: #00ff00;
  --top-bar-hover-dropdown-font-family: var(--primary-body-font-family);
  --top-bar-hover-dropdown-font-style: var(--primary-body-font-style);
  --top-bar-hover-dropdown-font-weight: var(--primary-body-font-weight);
  --top-bar-hover-dropdown-font-size: var(--a-primary-body-font-size);
  --top-bar-hover-dropdown-line-height: ;
  --top-bar-hover-dropdown-font-color: var(--header-menu-font-color);
  --top-bar-hover-dropdown-text-decoration: var(
    --a-primary-body-text-decoration
  );
  --top-bar-hover-dropdown-text-transform: var(--a-primary-body-text-transform);

  --header-bottom-bar-background-color: #fff;

  --header-menu-main-font-family: var(--primary-body-font-family);
  --header-menu-main-font-style: var(--primary-body-font-style);
  --header-menu-main-font-weight: var(--primary-body-font-weight);
  --header-menu-main-font-size: var(--a-primary-body-font-size);
  --header-menu-main-line-height: ;
  --header-menu-main-font-color: var(--header-menu-font-color);
  --header-menu-main-text-decoration: var(--a-primary-body-text-decoration);
  --header-menu-main-text-transform: var(--a-primary-body-text-transform);

  --header-menu-mobile-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.125);

  --header-menu-main-hover-font-family: var(--primary-body-font-family);
  --header-menu-main-hover-font-style: var(--primary-body-font-style);
  --header-menu-main-hover-font-weight: var(--primary-body-font-weight);
  --header-menu-main-hover-font-size: var(--a-primary-body-font-size);
  --header-menu-main-hover-line-height: ;
  --header-menu-main-hover-font-color: var(--header-menu-font-color);
  --header-menu-main-hover-text-decoration: var(
    --a-primary-body-text-decoration
  );
  --header-menu-main-hover-text-transform: var(--a-primary-body-text-transform);

  --header-menu-submenu-bg: #fff;
  --header-menu-submenu-font-family: var(--primary-body-font-family);
  --header-menu-submenu-font-style: var(--primary-body-font-style);
  --header-menu-submenu-font-weight: var(--primary-body-font-weight);
  --header-menu-submenu-font-size: var(--a-primary-body-font-size);
  --header-menu-submenu-line-height: ;
  --header-menu-submenu-font-color: var(--header-menu-font-color);
  --header-menu-submenu-text-decoration: var(--a-primary-body-text-decoration);
  --header-menu-submenu-text-transform: var(--a-primary-body-text-transform);

  --header-menu-hover-submenu-bg: #f00;

  --header-menu-hover-submenu-font-family: var(--primary-body-font-family);
  --header-menu-hover-submenu-font-style: var(--primary-body-font-style);
  --header-menu-hover-submenu-font-weight: var(--primary-body-font-weight);
  --header-menu-hover-submenu-font-size: var(--a-primary-body-font-size);
  --header-menu-hover-submenu-line-height: ;
  --header-menu-hover-submenu-font-color: var(--header-menu-font-color);
  --header-menu-hover-submenu-text-decoration: var(
    --a-primary-body-text-decoration
  );
  --header-menu-hover-submenu-text-transform: var(
    --a-primary-body-text-transform
  );

  --header-button-font-family: var(--primary-body-font-family);
  --header-button-font-style: var(--primary-body-font-style);
  --header-button-font-weight: var(--primary-body-font-weight);
  --header-button-font-size: var(--a-primary-body-font-size);
  --header-button-line-height: 16px;
  --header-button-font-color: #fff;
  --header-button-text-decoration: var(--a-primary-body-text-decoration);
  --header-button-text-transform: var(--a-primary-body-text-transform);

  --header-button-padding: 10px 20px;
  --header-button-border-radius: 20px;
  --header-button-border: 3px solid pink;

  --header-button-background-color: var(--accent-color);

  --header-button-hover-text-decoration: var(--a-primary-body-text-decoration);
  --header-button-hover-background-color: var(--accent-color);
  --header-button-hover-font-color: #fff;
  --header-button-hover-border: 3px solid gray;

  --primary-button-font-family: var(--primary-body-font-family);
  --primary-button-font-style: var(--primary-body-font-style);
  --primary-button-font-weight: var(--primary-body-font-weight);
  --primary-button-font-size: var(--a-primary-body-font-size);
  --primary-button-line-height: 16px;
  --primary-button-font-color: #fff;
  --primary-button-text-decoration: var(--a-primary-body-text-decoration);
  --primary-button-text-transform: var(--a-primary-body-text-transform);

  --primary-button-padding: 10px 20px;
  --primary-button-border-radius: 20px;
  --primary-button-border: 3px solid pink;

  --primary-button-background-color: var(--accent-color);

  --primary-button-hover-text-decoration: var(--a-primary-body-text-decoration);
  --primary-button-hover-background-color: var(--accent-color);
  --primary-button-hover-font-color: #fff;
  --primary-button-hover-border: 3px solid gray;

  --secondary-button-font-family: var(--primary-body-font-family);
  --secondary-button-font-style: var(--primary-body-font-style);
  --secondary-button-font-weight: var(--primary-body-font-weight);
  --secondary-button-font-size: var(--a-primary-body-font-size);
  --secondary-button-line-height: 16px;
  --secondary-button-font-color: var(--primary-body-font-color);
  --secondary-button-text-decoration: var(--a-primary-body-text-decoration);
  --secondary-button-text-transform: var(--a-primary-body-text-transform);

  --secondary-button-padding: 10px 20px;
  --secondary-button-border-radius: 2px;
  --secondary-button-border: 3px solid pink;

  --secondary-button-background-color: var(--secondary-color);

  --secondary-button-hover-text-decoration: var(
    --a-primary-body-text-decoration
  );
  --secondary-button-hover-background-color: var(--secondary-color);
  --secondary-button-hover-font-color: var(--primary-body-font-color);
  --secondary-button-hover-border: 3px solid gray;

  --search-field-label-font-family: var(--secondary-header-font-family);
  --search-field-label-font-style: var(--secondary-header-font-style);
  --search-field-label-font-weight: var(--secondary-header-font-weight);
  --search-field-label-font-size: 32px;
  --search-field-label-line-height: var(--secondary-header-line-height);
  --search-field-label-text-decoration: var(--secondary-header-text-decoration);
  --search-field-label-text-transform: var(--secondary-header-text-transform);

  --footer-bg-color: #fff;

  --footer-font-style: var(--primary-body-font-style);
  --footer-font-weight: var(--primary-body-font-weight);
  --footer-font-size: var(--a-primary-body-font-size);
  --footer-line-height: ;
  --footer-font-color: var(--a-primary-body-font-color);
  --footer-text-decoration: var(--a-primary-body-text-decoration);
  --footer-text-transform: var(--a-primary-body-text-transform);

  --footer-menu-font-family: var(--primary-body-font-family);
  --footer-menu-font-style: var(--primary-body-font-style);
  --footer-menu-font-weight: var(--primary-body-font-weight);
  --footer-menu-font-size: var(--a-primary-body-font-size);
  --footer-menu-line-height: 2.2rem;
  --footer-menu-font-color: var(--header-menu-font-color);
  --footer-menu-text-decoration: var(--a-primary-body-text-decoration);
  --footer-menu-text-transform: var(--a-primary-body-text-transform);

  --footer-menu-hover-font-family: var(--primary-body-font-family);
  --footer-menu-hover-font-style: var(--primary-body-font-style);
  --footer-menu-hover-font-weight: var(--primary-body-font-weight);
  --footer-menu-hover-font-size: var(--a-primary-body-font-size);
  --footer-menu-hover-line-height: ;
  --footer-menu-hover-font-color: var(--header-menu-font-color);
  --footer-menu-hover-text-decoration: var(--a-primary-body-text-decoration);
  --footer-menu-hover-text-transform: var(--a-primary-body-text-transform);

  --social-follow-icon-sizes: 32px;
  --social-follow-icon-shape: circle;
  --social-follow-icon-color: #fff;
  --social-follow-icon-background-color: #494a52;
  --social-follow-icon-space-between-icons: 12px;
  --social-follow-icon-alignment: right;

  --hs-kb-card-highlight-border-color: var(--primary-color);

  --hs-kb-home-tiles-background-color: #f2f7fc;

    
  --hs-kb-home-grid-item-padding: 24px 18px;
}

.theme-overrides {
    
  --primary-color:  #000000  ;
  --secondary-color:  #000000  ;
  --accent-color:  #000000  ;
  --body-bg-color:  #FFFFFF  ;

  --footer-bg-color:  #000000  ;

    
   
  
    
      
        --primary-body-font-family: Montserrat, sans-serif;
      
    
      
        --primary-body-font-style: normal;
      
    
      
        --primary-body-font-weight: normal;
      
    
      
        --primary-body-text-decoration: none;
      
    
  
  
    --primary-body-font-color: #000000;
  
  
 
   
  
    
      
        --secondary-header-font-family: Montserrat, sans-serif;
      
    
      
        --secondary-header-font-style: normal;
      
    
      
        --secondary-header-font-weight: normal;
      
    
      
        --secondary-header-text-decoration: none;
      
    
  
  
    --secondary-header-font-color: #222323;
  
  
 

   
  
    
      
        --h1-secondary-header-font-family: Montserrat, sans-serif;
      
    
      
        --h1-secondary-header-font-style: normal;
      
    
      
        --h1-secondary-header-font-weight: 600;
      
    
      
        --h1-secondary-header-text-decoration: none;
      
    
  
  
    --h1-secondary-header-font-color: #222323;
  
  
      
    --h1-secondary-header-font-size: 30px;
  
 
  --h1-secondary-header-text-transform:  none  ;

   
  
    
      
        --h2-secondary-header-font-family: Montserrat, sans-serif;
      
    
      
        --h2-secondary-header-font-style: normal;
      
    
      
        --h2-secondary-header-font-weight: normal;
      
    
      
        --h2-secondary-header-text-decoration: none;
      
    
  
  
    --h2-secondary-header-font-color: #222323;
  
  
      
    --h2-secondary-header-font-size: 24px;
  
 
  --h2-secondary-header-text-transform:  none  ;

   
  
    
      
        --h3-secondary-header-font-family: Montserrat, sans-serif;
      
    
      
        --h3-secondary-header-font-style: normal;
      
    
      
        --h3-secondary-header-font-weight: 600;
      
    
      
        --h3-secondary-header-text-decoration: none;
      
    
  
  
    --h3-secondary-header-font-color: #222323;
  
  
      
    --h3-secondary-header-font-size: 20px;
  
 
  --h3-secondary-header-text-transform:  none  ;

   
  
    
      
        --h4-secondary-header-font-family: Montserrat, sans-serif;
      
    
      
        --h4-secondary-header-font-style: italic;
      
    
      
        --h4-secondary-header-font-weight: normal;
      
    
      
        --h4-secondary-header-text-decoration: none;
      
    
  
  
    --h4-secondary-header-font-color: #000000;
  
  
      
    --h4-secondary-header-font-size: 18px;
  
 
  --h4-secondary-header-text-transform:  none  ;

   
  
    
      
        --h5-secondary-header-font-family: Montserrat, sans-serif;
      
    
      
        --h5-secondary-header-font-style: normal;
      
    
      
        --h5-secondary-header-font-weight: normal;
      
    
      
        --h5-secondary-header-text-decoration: none;
      
    
  
  
    --h5-secondary-header-font-color: #222323;
  
  
      
    --h5-secondary-header-font-size: 16px;
  
 
  --h5-secondary-header-text-transform:  none  ;

   
  
    
      
        --h6-secondary-header-font-family: Montserrat, sans-serif;
      
    
      
        --h6-secondary-header-font-style: normal;
      
    
      
        --h6-secondary-header-font-weight: normal;
      
    
      
        --h6-secondary-header-text-decoration: none;
      
    
  
  
    --h6-secondary-header-font-color: #222323;
  
  
      
    --h6-secondary-header-font-size: 16px;
  
 
  --h6-secondary-header-text-transform:  none  ;

   
  
    
      
        --primary-body-font-family: Montserrat, sans-serif;
      
    
      
        --primary-body-font-style: normal;
      
    
      
        --primary-body-font-weight: normal;
      
    
      
        --primary-body-text-decoration: none;
      
    
  
  
    --primary-body-font-color: #000000;
  
  
      
    --primary-body-font-size: 16px;
  
 

   
  
    
      
        --a-primary-body-font-family: Montserrat, sans-serif;
      
    
      
        --a-primary-body-font-style: normal;
      
    
      
        --a-primary-body-font-weight: normal;
      
    
      
        --a-primary-body-text-decoration: underline;
      
    
  
  
    --a-primary-body-font-color: #000000;
  
  
 

   
  
    
      
        --a-hover-primary-body-font-family: Montserrat, sans-serif;
      
    
      
        --a-hover-primary-body-font-style: normal;
      
    
      
        --a-hover-primary-body-font-weight: normal;
      
    
      
        --a-hover-primary-body-text-decoration: underline;
      
    
  
  
    --a-hover-primary-body-font-color: #000000;
  
  
 

   
  
    
      
        --top-bar-font-family: Montserrat, sans-serif;
      
    
      
        --top-bar-font-style: normal;
      
    
      
        --top-bar-font-weight: normal;
      
    
      
        --top-bar-text-decoration: none;
      
    
  
  
    --top-bar-font-color: #EEEEEE;
  
  
 
   
  
    
      
        --top-bar-hover-font-family: Montserrat, sans-serif;
      
    
      
        --top-bar-hover-font-style: normal;
      
    
      
        --top-bar-hover-font-weight: normal;
      
    
      
        --top-bar-hover-text-decoration: underline;
      
    
  
  
    --top-bar-hover-font-color: #000000;
  
  
 

  --language-switcher-dropdown-bg:  
  
    
    
      
    


    rgba(255, 255, 255, 1.0)
  
  ;
   
  
  
  
 

  --top-bar-hover-dropdown-bg:  
  
    
    
      
    


    rgba(0, 0, 0, 1.0)
  
  ;
   
  
  
  
 

  --header-max-width:  auto  ;
  --footer-max-width:  var(--container-width)  ;

   
  
    
      
        --header-menu-main-font-weight: normal;
      
    
      
        --header-menu-main-text-decoration: none;
      
    
      
        --header-menu-main-font-family: Montserrat, sans-serif;
      
    
      
        --header-menu-main-font-style: normal;
      
    
  
  
    --header-menu-main-font-color: #33475B;
  
  
 

   
  
    
      
        --header-menu-main-hover-font-weight: normal;
      
    
      
        --header-menu-main-hover-text-decoration: underline;
      
    
      
        --header-menu-main-hover-font-family: Montserrat, sans-serif;
      
    
      
        --header-menu-main-hover-font-style: normal;
      
    
  
  
    --header-menu-main-hover-font-color: #33475B;
  
  
 

  --header-menu-submenu-bg:  
  
    
    
      
    


    rgba(255, 255, 255, 1.0)
  
  ;
   
  
    
      
        --header-menu-submenu-font-family: Montserrat, sans-serif;
      
    
      
        --header-menu-submenu-font-style: normal;
      
    
      
        --header-menu-submenu-font-weight: normal;
      
    
      
        --header-menu-submenu-text-decoration: none;
      
    
  
  
    --header-menu-submenu-font-color: #000000;
  
  
 

  --header-menu-hover-submenu-bg:  
  
    
    
      
    


    rgba(0, 0, 0, 1.0)
  
  ;
   
  
    
      
        --header-menu-hover-submenu-font-family: Montserrat, sans-serif;
      
    
      
        --header-menu-hover-submenu-font-style: normal;
      
    
      
        --header-menu-hover-submenu-font-weight: normal;
      
    
      
        --header-menu-hover-submenu-text-decoration: none;
      
    
  
  
    --header-menu-hover-submenu-font-color: #FFFFFF;
  
  
 

   
  
    
      
        --header-button-font-family: Montserrat, sans-serif;
      
    
      
        --header-button-font-style: normal;
      
    
      
        --header-button-font-weight: normal;
      
    
      
        --header-button-text-decoration: none;
      
    
  
  
    --header-button-font-color: #FFFFFF;
  
  
 
  --header-button-text-transform:  none  ;
  --header-button-border:  
  
    
    
  
  ;

   
  
    
      
        --primary-button-font-family: Montserrat, sans-serif;
      
    
      
        --primary-button-font-style: normal;
      
    
      
        --primary-button-font-weight: normal;
      
    
      
        --primary-button-text-decoration: none;
      
    
  
  
    --primary-button-font-color: #FFFFFF;
  
  
 
  --primary-button-text-transform:  none  ;
  --primary-button-border:  
  
    
    
  
  ;

   
  
    
      
        --header-button-hover-font-family: Montserrat, sans-serif;
      
    
      
        --header-button-hover-font-style: normal;
      
    
      
        --header-button-hover-font-weight: normal;
      
    
      
        --header-button-hover-text-decoration: none;
      
    
  
  
  
 

  --header-button-background-color:  
  
    
    
      
    


    rgba(0, 0, 0, 1.0)
  
  ;
  --header-button-border-radius:  20px  ;

  --header-button-hover-border:  
  
    
    
    
    
    
  
  ;
  --header-button-hover-background-color:  
  
    
    
      
    


    rgba(0, 0, 0, 1.0)
  
  ;

  --search-input-wrapper-background-color:  
  
    
    
      
    


    rgba(0, 0, 0, 1.0)
  
  ;
  --search-input-wrapper-background-gradient:  linear-gradient(to bottom right, rgba(244, 204, 204, 1), rgba(159, 197, 232, 1))  ;
   
  
    
      
        --search-field-label-font-family: Montserrat, sans-serif;
      
    
      
        --search-field-label-font-style: normal;
      
    
      
        --search-field-label-font-weight: normal;
      
    
      
        --search-field-label-text-decoration: none;
      
    
  
  
    --search-field-label-font-color: #FFFFFF;
  
  
      
    --search-field-label-font-size: 30px;
  
 

  --search-field-text-font-color:  
  
    
    
      
    


    rgba(0, 0, 0, 1.0)
  
  ;
  --search-field-button-background-color:  
  
    
    
      
    


    rgba(0, 0, 0, 1.0)
  
  ;
  --search-field-button-icon-color:  
  
    
    
      
    


    rgba(0, 0, 0, 1.0)
  
  ;

  --header-top-bar-background-color:  
  
    
    
      
    


    rgba(0, 0, 0, 1.0)
  
  ;

  --header-bottom-bar-background-color:  
  
    
    
      
    


    rgba(255, 255, 255, 1.0)
  
  ;

   
  
    
      
        --footer-font-weight: normal;
      
    
      
        --footer-text-decoration: none;
      
    
      
        --footer-font-family: Montserrat, sans-serif;
      
    
      
        --footer-font-style: normal;
      
    
  
  
    --footer-font-color: #33475B;
  
  
      
    --footer-font-size: 16px;
  
 

   
  
    
      
        --footer-menu-font-weight: normal;
      
    
      
        --footer-menu-text-decoration: none;
      
    
      
        --footer-menu-font-family: Montserrat, sans-serif;
      
    
      
        --footer-menu-font-style: normal;
      
    
  
  
    --footer-menu-font-color: #33475B;
  
  
 

   
  
    
      
        --footer-menu-hover-font-weight: normal;
      
    
      
        --footer-menu-hover-text-decoration: underline;
      
    
      
        --footer-menu-hover-font-family: Montserrat, sans-serif;
      
    
      
        --footer-menu-hover-font-style: normal;
      
    
  
  
    --footer-menu-hover-font-color: #33475B;
  
  
 

  --hs-kb-card-highlight-border-color:  
  
    
    
      
    


    rgba(0, 0, 0, 1.0)
  
  ;

    
  --hs-kb-home-tiles-background-color:  
  
    
    
      
    


    rgba(255, 255, 255, 1.0)
  
  ;
  --hs-kb-home-tiles-border:  
  
    
     1px solid #e2e8f0;

  
  ;
  --hs-kb-home-tiles-corner-radius:  6px  ;

  --social-follow-icon-size:  
  
  
    
  
  32px
  ;
  --social-follow-icon-shape-radius:  
  
  
  50%
  ;
  --social-follow-icon-color:  
  
    
    
      
    


    rgba(250, 250, 250, 1.0)
  
  ;
  --social-follow-icon-background-color:  
  
    
    
      
    


    rgba(238, 238, 238, 0.0)
  
  ;
  --social-follow-icon-space-between-icons: 12px;
  --social-follow-icon-alignment:  
  
  
    
  
  flex-start
  ;
}

/* Objects */

  

html {
  scroll-behavior: smooth;
}

.kb-body-wrapper {
  background-color: #ffffff;
  background-color: var(--body-bg-color);
}

#main-content {
  padding: 0 0 36px 0;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

  

 .row-fluid .span1 

 , 

 .row-fluid .span2 

 , 

 .row-fluid .span3 

 , 

 .row-fluid .span4 

 , 

 .row-fluid .span5 

 , 

 .row-fluid .span6 

 , 

 .row-fluid .span7 

 , 

 .row-fluid .span8 

 , 

 .row-fluid .span9 

 , 

 .row-fluid .span10 

 , 

 .row-fluid .span11 

 , 

 .row-fluid .span12 

 {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

    
   .row-fluid .span1 
   {
    width: calc(
      8.333 * 1% * 1 - 2.13% *
        (11 * 8.333 / 100)
    );
    width: calc(
      var(--column-width-multiplier) * 1% * 1 - var(--column-gap) *
        (
          11 * var(--column-width-multiplier) /
            100
        )
    );
  }
    
   .row-fluid .span2 
   {
    width: calc(
      8.333 * 1% * 2 - 2.13% *
        (10 * 8.333 / 100)
    );
    width: calc(
      var(--column-width-multiplier) * 1% * 2 - var(--column-gap) *
        (
          10 * var(--column-width-multiplier) /
            100
        )
    );
  }
    
   .row-fluid .span3 
   {
    width: calc(
      8.333 * 1% * 3 - 2.13% *
        (9 * 8.333 / 100)
    );
    width: calc(
      var(--column-width-multiplier) * 1% * 3 - var(--column-gap) *
        (
          9 * var(--column-width-multiplier) /
            100
        )
    );
  }
    
   .row-fluid .span4 
   {
    width: calc(
      8.333 * 1% * 4 - 2.13% *
        (8 * 8.333 / 100)
    );
    width: calc(
      var(--column-width-multiplier) * 1% * 4 - var(--column-gap) *
        (
          8 * var(--column-width-multiplier) /
            100
        )
    );
  }
    
   .row-fluid .span5 
   {
    width: calc(
      8.333 * 1% * 5 - 2.13% *
        (7 * 8.333 / 100)
    );
    width: calc(
      var(--column-width-multiplier) * 1% * 5 - var(--column-gap) *
        (
          7 * var(--column-width-multiplier) /
            100
        )
    );
  }
    
   .row-fluid .span6 
   {
    width: calc(
      8.333 * 1% * 6 - 2.13% *
        (6 * 8.333 / 100)
    );
    width: calc(
      var(--column-width-multiplier) * 1% * 6 - var(--column-gap) *
        (
          6 * var(--column-width-multiplier) /
            100
        )
    );
  }
    
   .row-fluid .span7 
   {
    width: calc(
      8.333 * 1% * 7 - 2.13% *
        (5 * 8.333 / 100)
    );
    width: calc(
      var(--column-width-multiplier) * 1% * 7 - var(--column-gap) *
        (
          5 * var(--column-width-multiplier) /
            100
        )
    );
  }
    
   .row-fluid .span8 
   {
    width: calc(
      8.333 * 1% * 8 - 2.13% *
        (4 * 8.333 / 100)
    );
    width: calc(
      var(--column-width-multiplier) * 1% * 8 - var(--column-gap) *
        (
          4 * var(--column-width-multiplier) /
            100
        )
    );
  }
    
   .row-fluid .span9 
   {
    width: calc(
      8.333 * 1% * 9 - 2.13% *
        (3 * 8.333 / 100)
    );
    width: calc(
      var(--column-width-multiplier) * 1% * 9 - var(--column-gap) *
        (
          3 * var(--column-width-multiplier) /
            100
        )
    );
  }
    
   .row-fluid .span10 
   {
    width: calc(
      8.333 * 1% * 10 - 2.13% *
        (2 * 8.333 / 100)
    );
    width: calc(
      var(--column-width-multiplier) * 1% * 10 - var(--column-gap) *
        (
          2 * var(--column-width-multiplier) /
            100
        )
    );
  }
    
   .row-fluid .span11 
   {
    width: calc(
      8.333 * 1% * 11 - 2.13% *
        (1 * 8.333 / 100)
    );
    width: calc(
      var(--column-width-multiplier) * 1% * 11 - var(--column-gap) *
        (
          1 * var(--column-width-multiplier) /
            100
        )
    );
  }
    
}

/* Overall layout */

.hs-kb-content-wrapper--responsive-spacing,
.hs-kb-home-list {
  box-sizing: content-box;
  max-width: 1000px;
  padding: 0 24px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .hs-kb-search-input-wrapper .hs-search-field__bar {
    min-height: auto;
  }

  .hidden-phone {
    display: none;
  }
}

/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements */

body {
  word-wrap: break-word;
  font-family: 'Rubik', sans-serif;
  font-family: var(--primary-body-font-family);
  font-size: 1rem;
  font-size: var(--primary-body-font-size);
  font-weight: 400;
  font-weight: var(--primary-body-font-weight);
  line-height: 1.4;
  line-height: var(--primary-body-line-height);
  font-style: normal;
  font-style: var(--primary-body-font-style);
  color: #33475b;
  color: var(--primary-body-font-color);
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  word-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.4rem 0;
}

.no-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  position: relative;
  margin-bottom: 1.4rem;
}

blockquote:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background-color: #e2ebf4;
  background-color: var(--secondary-color);
  position: absolute;
  left: -13px;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}

h1 {
  font-family: 'Rubik', sans-serif;
  font-family: var(--h1-secondary-header-font-family);
  font-style: normal;
  font-style: var(--h1-secondary-header-font-style);
  font-weight: 700;
  font-weight: var(--h1-secondary-header-font-weight);
  font-size: 32px;
  font-size: var(--h1-secondary-header-font-size);
  line-height: 1.5;
  line-height: var(--h1-secondary-header-line-height);
  color: #33475b;
  color: var(--h1-secondary-header-font-color);
  text-decoration: var(--secondary-header-text-decoration);
  text-decoration: var(--h1-secondary-header-text-decoration);
  text-transform: var(--secondary-header-text-transform);
  text-transform: var(--h1-secondary-header-text-transform);
}

h2 {
  font-family: 'Rubik', sans-serif;
  font-family: var(--h2-secondary-header-font-family);
  font-style: normal;
  font-style: var(--h2-secondary-header-font-style);
  font-weight: 700;
  font-weight: var(--h2-secondary-header-font-weight);
  font-size: 24px;
  font-size: var(--h2-secondary-header-font-size);
  line-height: 1.5;
  line-height: var(--h2-secondary-header-line-height);
  color: #33475b;
  color: var(--h2-secondary-header-font-color);
  text-decoration: var(--secondary-header-text-decoration);
  text-decoration: var(--h2-secondary-header-text-decoration);
  text-transform: var(--secondary-header-text-transform);
  text-transform: var(--h2-secondary-header-text-transform);
}

h3,
h3 a,
h3 a:hover {
  font-family: 'Rubik', sans-serif;
  font-family: var(--h3-secondary-header-font-family);
  font-style: normal;
  font-style: var(--h3-secondary-header-font-style);
  font-weight: 700;
  font-weight: var(--h3-secondary-header-font-weight);
  font-size: 22px;
  font-size: var(--h3-secondary-header-font-size);
  line-height: 1.5;
  line-height: var(--h3-secondary-header-line-height);
  color: #33475b;
  color: var(--h3-secondary-header-font-color);
  text-decoration: var(--secondary-header-text-decoration);
  text-decoration: var(--h3-secondary-header-text-decoration);
  text-transform: var(--secondary-header-text-transform);
  text-transform: var(--h3-secondary-header-text-transform);
}

h3 a:hover {
  text-decoration: underline;
}

h4 {
  font-family: 'Rubik', sans-serif;
  font-family: var(--h4-secondary-header-font-family);
  font-style: normal;
  font-style: var(--h4-secondary-header-font-style);
  font-weight: 700;
  font-weight: var(--h4-secondary-header-font-weight);
  font-size: 18px;
  font-size: var(--h4-secondary-header-font-size);
  line-height: 1.5;
  line-height: var(--h4-secondary-header-line-height);
  color: #33475b;
  color: var(--h4-secondary-header-font-color);
  text-decoration: var(--secondary-header-text-decoration);
  text-decoration: var(--h4-secondary-header-text-decoration);
  text-transform: var(--secondary-header-text-transform);
  text-transform: var(--h4-secondary-header-text-transform);
}

h5 {
  font-family: 'Rubik', sans-serif;
  font-family: var(--h5-secondary-header-font-family);
  font-style: normal;
  font-style: var(--h5-secondary-header-font-style);
  font-weight: 700;
  font-weight: var(--h5-secondary-header-font-weight);
  font-size: 16px;
  font-size: var(--h5-secondary-header-font-size);
  line-height: 1.5;
  line-height: var(--h5-secondary-header-line-height);
  color: #33475b;
  color: var(--h5-secondary-header-font-color);
  text-decoration: var(--secondary-header-text-decoration);
  text-decoration: var(--h5-secondary-header-text-decoration);
  text-transform: var(--secondary-header-text-transform);
  text-transform: var(--h5-secondary-header-text-transform);
}

h6 {
  font-family: 'Rubik', sans-serif;
  font-family: var(--h6-secondary-header-font-family);
  font-style: normal;
  font-style: var(--h6-secondary-header-font-style);
  font-weight: 700;
  font-weight: var(--h6-secondary-header-font-weight);
  font-size: 16px;
  font-size: var(--h6-secondary-header-font-size);
  line-height: 1.5;
  line-height: var(--h6-secondary-header-line-height);
  color: #7c98b6;
  color: var(--h6-secondary-header-font-color);
  text-decoration: var(--secondary-header-text-decoration);
  text-decoration: var(--h6-secondary-header-text-decoration);
  text-transform: var(--secondary-header-text-transform);
  text-transform: var(--h6-secondary-header-text-transform);
}

a {
  font-family: 'Rubik', sans-serif;
  font-family: var(--a-primary-body-font-family);
  font-style: normal;
  font-style: var(--a-primary-body-font-style);
  font-weight: 400;
  font-weight: var(--a-primary-body-font-weight);
  line-height: 1.4;
  line-height: var(--a-primary-body-line-height);
  color: #1773d1;
  color: var(--a-primary-body-font-color);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--a-primary-body-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--a-primary-body-text-transform);
}

a:hover,
a:focus {
  font-family: var(--a-hover-primary-body-font-family);
  font-style: var(--a-hover-primary-body-font-style);
  font-weight: var(--a-hover-primary-body-font-weight);
  color: var(--a-hover-primary-body-font-color);
  text-decoration: var(--a-hover-primary-body-text-decoration);
  text-transform: var(--a-hover-primary-body-text-transform);
}

a:active {
  color: var(--a-hover-primary-body-font-color);
}

a.unstyled {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}

/* Primary button */

.button,
.hs-button {
  display: inline-flex;
  padding: 10px 20px;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

.button.button--primary {
  font-family: 'Rubik', sans-serif;
  font-family: var(--primary-button-font-family);
  font-style: normal;
  font-style: var(--primary-button-font-style);
  font-weight: 400;
  font-weight: var(--primary-button-font-weight);
  font-size: 16px;
  font-size: var(--primary-button-font-size);
  line-height: 16px;
  line-height: var(--primary-button-line-height);
  color: #fff;
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--primary-button-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--primary-button-text-transform);

  background-color: #2a8d8a;

  background-color: var(--primary-button-background-color);
  color: var(--primary-button-font-color);
  padding: 10px 20px;
  padding: var(--primary-button-padding);
  border-radius: 20px;
  border-radius: var(--primary-button-border-radius);
}

.button.button--secondary {
  font-family: 'Rubik', sans-serif;
  font-family: var(--secondary-button-font-family);
  font-style: normal;
  font-style: var(--secondary-button-font-style);
  font-weight: 400;
  font-weight: var(--secondary-button-font-weight);
  font-size: 16px;
  font-size: var(--secondary-button-font-size);
  line-height: 16px;
  line-height: var(--secondary-button-line-height);
  color: #33475b;
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--secondary-button-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--secondary-button-text-transform);

  background-color: #e2ebf4;

  background-color: var(--secondary-button-background-color);
  color: var(--secondary-button-font-color);
  padding: 10px 20px;
  padding: var(--secondary-button-padding);
  border-radius: 2px;
  border-radius: var(--secondary-button-border-radius);
}

/* Disabled button */

.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: #000;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button icons */

.button {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.button.right {
  flex-flow: row-reverse;
}

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}

/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Form fields */

form .hs-form-field {
  margin-bottom: 1.4rem;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form select,
form textarea {
  width: 100% !important;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form select,
form textarea {
  display: inline-block; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important;
}

form fieldset {
  /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type='checkbox'],
form input[type='radio'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

form .hs-dateinput:before {
  position: absolute;
  top: 50%;
  content: '\01F4C5';
  transform: translateY(-50%);
}

form .is-selected .pika-button {
  border-radius: 0 !important;
  box-shadow: none !important;
}

form .is-selected .pika-button {
  /* stylelint-disable-line declaration-no-important */ /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important;
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

form input[type='file'] {
  padding: 0;
  padding: initial;
  border: medium none currentColor;
  border: initial;
  background-color: transparent;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  margin: 0 0 1.4rem;
  font-size: 0.8rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .hs-richtext img {
  height: auto; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important;
}

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  /* stylelint-disable-line declaration-no-important */
}

/* Validation */

form .hs-form-required {
  color: #ef6b51;
}

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  white-space: normal !important;
}

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  word-wrap: break-word;
}

table p {
  margin: 0;
}

table p + p {
  margin: 1.4rem 0 0;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* Navigation skipper */

.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}

.header__wrapper {
  max-width: var(--header-max-width);
}

.header__top {
  background-color: #e2ebf4;
  background-color: var(--header-top-bar-background-color);
}

.header__bottom {
  background-color: #fff;
  background-color: var(--header-bottom-bar-background-color);
   padding-top: 10px;
padding-right: 24px;
padding-bottom: 10px;
padding-left: 10px;
 
}

.header__logo-company-name {
  font-size: 24px;
  font-weight: 700;
  font-weight: var(--h2-secondary-header-font-weight);
  line-height: 42px;
}

a.header__menu-link {
  color: var(--header-menu-font-color);
  text-decoration: none;
}

.header__menu--desktop {
  display: flex;
  align-items: flex-start;
}

.header__menu--mobile {
  background-color: #ffffff;
  background-color: var(--body-bg-color);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.125);
  box-shadow: var(--header-menu-mobile-box-shadow);
}

.header__language-switcher-current-label,
a.header__nav-link {
  color: #33475b;
  color: var(--top-bar-font-color);
  font-family: 'Rubik', sans-serif;
  font-family: var(--top-bar-font-family);
  font-size: 16px;
  font-size: var(--top-bar-font-size);
  font-style: normal;
  font-style: var(--top-bar-font-style);
  font-weight: 400;
  font-weight: var(--top-bar-font-weight);
  line-height: ;
  line-height: var(--top-bar-line-height);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--top-bar-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--top-bar-text-transform);
}

.header__language-switcher-current-label:hover,
.header__language-switcher-current-label:focus,
a.header__nav-link:hover,
a.header__nav-link:focus {
  color: var(--top-bar-hover-font-color);
  font-family: 'Rubik', sans-serif;
  font-family: var(--top-bar-font-family);
  font-style: var(--top-bar-hover-font-style);
  font-weight: var(--top-bar-hover-font-weight);
  line-height: var(--top-bar-hover-line-height);
  text-decoration: var(--top-bar-hover-text-decoration);
  text-transform: var(--top-bar-hover-text-transform);
}

.header__language-switcher-child-toggle {
  color: inherit;
}

.header__language-switcher-current-label:hover
  .header__language-switcher-child-toggle,
.header__language-switcher-current-label:focus
  .header__language-switcher-current-label {
  color: var(--top-bar-hover-font-color);
}

.header__language-switcher .lang_list_class li a {
  background-color: #ff0000;
  background-color: var(--language-switcher-dropdown-bg);
  color: #33475b;
  color: var(--language-switcher-dropdown-font-color);
  font-family: 'Rubik', sans-serif;
  font-family: var(--language-switcher-dropdown-font-family);
  font-size: 16px;
  font-size: var(--language-switcher-dropdown-font-size);
  font-style: normal;
  font-style: var(--language-switcher-dropdown-font-style);
  font-weight: 400;
  font-weight: var(--language-switcher-dropdown-font-weight);
  line-height: ;
  line-height: var(--language-switcher-dropdown-line-height);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--language-switcher-dropdown-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--language-switcher-dropdown-text-transform);
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus,
.header__language-switcher .lang_list_class a:active {
  background-color: #00ff00;
  background-color: var(--top-bar-hover-dropdown-bg);
  color: #33475b;
  color: var(--top-bar-hover-dropdown-font-color);
  font-family: 'Rubik', sans-serif;
  font-family: var(--top-bar-hover-dropdown-font-family);
  font-size: 16px;
  font-size: var(--top-bar-hover-dropdown-font-size);
  font-style: normal;
  font-style: var(--top-bar-hover-dropdown-font-style);
  font-weight: 400;
  font-weight: var(--top-bar-hover-dropdown-font-weight);
  line-height: ;
  line-height: var(--top-bar-hover-dropdown-line-height);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--top-bar-hover-dropdown-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--top-bar-hover-dropdown-text-transform);
}

a.header__menu-link {
  color: #33475b;
  color: var(--header-menu-main-font-color);
  font-family: 'Rubik', sans-serif;
  font-family: var(--header-menu-main-font-family);
  font-size: 16px;
  font-size: var(--header-menu-main-font-size);
  font-style: normal;
  font-style: var(--header-menu-main-font-style);
  font-weight: 400;
  font-weight: var(--header-menu-main-font-weight);
  line-height: ;
  line-height: var(--header-menu-main-line-height);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--header-menu-main-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--header-menu-main-text-transform);
}

a.header__menu-link:hover,
a.header__menu-link:focus,
a.header__menu-link:active {
  color: #33475b;
  color: var(--header-menu-main-hover-font-color);
  font-family: 'Rubik', sans-serif;
  font-family: var(--header-menu-main-hover-font-family);
  font-size: 16px;
  font-size: var(--header-menu-main-hover-font-size);
  font-style: normal;
  font-style: var(--header-menu-main-hover-font-style);
  font-weight: 400;
  font-weight: var(--header-menu-main-hover-font-weight);
  line-height: ;
  line-height: var(--header-menu-main-hover-line-height);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--header-menu-main-hover-text-decoration);
}

.header__menu-submenu {
  background-color: #fff;
  background-color: var(--header-menu-submenu-bg);
}

.header__menu-submenu a.header__menu-link {
  color: #33475b;
  color: var(--header-menu-submenu-font-color);
  font-family: 'Rubik', sans-serif;
  font-family: var(--header-menu-submenu-font-family);
  font-size: 16px;
  font-size: var(--header-menu-submenu-font-size);
  font-style: normal;
  font-style: var(--header-menu-submenu-font-style);
  font-weight: 400;
  font-weight: var(--header-menu-submenu-font-weight);
  line-height: ;
  line-height: var(--header-menu-submenu-line-height);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--header-menu-submenu-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--header-menu-submenu-text-transform);
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus,
.header__menu-submenu .header__menu-item:focus-within {
  background-color: #f00;
  background-color: var(--header-menu-hover-submenu-bg);
}

.header__menu-submenu a.header__menu-link:hover,
.header__menu-submenu a.header__menu-link:focus,
.header__menu-submenu a.header__menu-link:active {
  color: #33475b;
  color: var(--header-menu-hover-submenu-font-color);
  font-family: 'Rubik', sans-serif;
  font-family: var(--header-menu-hover-submenu-font-family);
  font-size: 16px;
  font-size: var(--header-menu-hover-submenu-font-size);
  font-style: normal;
  font-style: var(--header-menu-hover-submenu-font-style);
  font-weight: 400;
  font-weight: var(--header-menu-hover-submenu-font-weight);
  line-height: ;
  line-height: var(--header-menu-hover-submenu-line-height);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--header-menu-hover-submenu-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--header-menu-hover-submenu-text-transform);
}

.header__menu-submenu
  .header__menu-item:hover
  > .header__menu-link-toggle-wrapper
  > a.header__menu-link,
.header__menu-submenu
  .header__menu-item:focus
  > .header__menu-link-toggle-wrapper
  > a.header__menu-link {
  color: #33475b;
  color: var(--header-menu-hover-submenu-font-color);
}

.header__menu-child-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 0.5rem;
}

.header__button.button {
  padding: 10px 20px;
  padding: var(--header-button-padding);
  border: 3px solid pink;
  border: var(--header-button-border);
  border-radius: 20px;
  border-radius: var(--header-button-border-radius);
  background-color: #2a8d8a;
  background-color: var(--header-button-background-color);
  color: #fff;
  color: var(--header-button-font-color);
  font-family: 'Rubik', sans-serif;
  font-family: var(--header-button-font-family);
  font-size: 16px;
  font-size: var(--header-button-font-size);
  font-style: normal;
  font-style: var(--header-button-font-style);
  font-weight: 400;
  font-weight: var(--header-button-font-weight);
  line-height: 16px;
  line-height: var(--header-button-line-height);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--header-button-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--header-button-text-transform);
}

.header__button.button:hover,
.header__button.button:active {
  border: 3px solid gray;
  border: var(--header-button-hover-border);
  background-color: #2a8d8a;
  background-color: var(--header-button-hover-background-color);
  color: #fff;
  color: var(--header-button-hover-font-color);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--header-button-hover-text-decoration);
}

.header__button.button svg {
  fill: currentColor;
}

/* Search input */

.hs-kb-search-input-wrapper {
  box-sizing: border-box;
   padding-top: 60px;
padding-right: 10px;
padding-bottom: 70px;
padding-left: 10px;
 
   
  
    background-color: var(--search-input-wrapper-background-color);
  
 
}

.hs-kb-search-input-wrapper .hs-search-field {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-kb-search-input-wrapper .hs-search-field__form {
  padding: 0;
  flex: 1;
}

.hs-kb-search-input-wrapper .hs-search-field__bar {
  display: flex;
  width: 100%;
  max-width: 1000px;
  flex: 1;
  align-items: center;
  justify-content: center;
}

/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

.header__logo img[src$='.svg'][width='0'],
.hs_cos_wrapper_type_logo img[src$='.svg'][width='0'] {
  width: auto !important;
}

.header__logo img[src$='.svg'][height='0'],
.hs_cos_wrapper_type_logo img[src$='.svg'][height='0'] {
  height: auto !important;
}

.header__logo img[src$='.svg']:not([width]):not([height]),
.hs_cos_wrapper_type_logo img[src$='.svg']:not([width]):not([height]) {
  width: auto !important;
  height: auto !important;
}

.header__logo img[src$='.svg']:not([width]):not([height]),
.hs_cos_wrapper_type_logo img[src$='.svg']:not([width]):not([height]) {
  min-width: 130px;
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Search input */

.hs-search-field__label {
  color: var(--search-field-label-font-color);
  font-family: 'Rubik', sans-serif;
  font-family: var(--search-field-label-font-family);
  font-style: normal;
  font-style: var(--search-field-label-font-style);
  font-weight: 700;
  font-weight: var(--search-field-label-font-weight);
  font-size: 32px;
  font-size: var(--search-field-label-font-size);
  line-height: 1.5;
  line-height: var(--search-field-label-line-height);
  text-decoration: var(--secondary-header-text-decoration);
  text-decoration: var(--search-field-label-text-decoration);
  text-transform: var(--secondary-header-text-transform);
  text-transform: var(--search-field-label-text-transform);
}

.hs-search-field__input {
  padding: 10px;
  border: none;
  color: var(--search-field-text-font-color);
}

.hs-search-field__input::-moz-placeholder {
  color: var(--search-field-text-font-color);
}

.hs-search-field__input::placeholder {
  color: var(--search-field-text-font-color);
}

.hs-search-field__button {
  border-radius: 0px;
  width: 38px;
  border: none;
  background-color: var(--search-field-button-background-color);
}

.hs-kb-search-input-wrapper .hs-search-field__bar .hs-search-field__button {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-kb-search-input-wrapper
  .hs-search-field__bar
  .hs-search-field__button
  span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hs-kb-search-input-wrapper .hs-search-field__bar .hs-search-field__button svg {
  height: 14px;
  fill: var(--search-field-button-icon-color);
}

.hs-search-field:not(.hs-search-field--open) .results-for {
  color: var(--search-field-label-font-color);
}

.hs-kb-home-list__icon {
  color: #2a5f8d;
  color: var(--primary-color);
}

/* Only styled for "tiles" and "cards" layout */

.hs-knowledge-listing-layout--tiles #main-content,
.hs-knowledge-listing-layout--cards #main-content {
  background-color: #f2f7fc;
  background-color: var(--hs-kb-home-tiles-background-color);
}

.hs-kb-home-list--tiles .hs-kb-home-list__category {
  border: var(--hs-kb-home-tiles-border);
  padding: 24px 18px;
  padding: var(--hs-kb-home-grid-item-padding);
}

.hs-kb-home-list--cards .hs-kb-home-list__category {
  padding: 24px 18px;
  padding: var(--hs-kb-home-grid-item-padding);
}

.hs-kb-social_follow__link {
  background-color: var(--social-follow-background-color);
}

/* Prevents a floated image in the end of a rich text from breaking out of the container */

.hs_cos_wrapper_type_inline_richtext_field {
  overflow-y: auto;
}

.hs-kb-content .hs-search-results__link h2 {
  margin: 0;
}

.hs-kb-content .hs-search-results__category {
  font-size: 0.875rem;
}

.footer {
  background-color: #fff;
  background-color: var(--footer-bg-color);
}

.footer__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 48px 0;
  margin: 0 auto;
  list-style: none;
  max-width: var(--footer-max-width);
}

.footer__menu-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__menu-item--depth-1 > .footer__menu-link:first-child {
  line-height: 3.2rem;
}

.footer__menu-link {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  font-family: 'Rubik', sans-serif;
  font-family: var(--footer-menu-font-family);
  font-style: normal;
  font-style: var(--footer-menu-font-style);
  font-weight: 400;
  font-weight: var(--footer-menu-font-weight);
  font-size: 16px;
  font-size: var(--footer-menu-font-size);
  line-height: 2.2rem;
  line-height: var(--footer-menu-line-height);
  color: #33475b;
  color: var(--footer-menu-font-color);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--footer-menu-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--footer-menu-text-transform);
}

.footer__menu-link:hover,
.footer__menu-link:focus,
.footer__menu-link:active {
  font-family: 'Rubik', sans-serif;
  font-family: var(--footer-menu-hover-font-family);
  font-style: normal;
  font-style: var(--footer-menu-hover-font-style);
  font-weight: 400;
  font-weight: var(--footer-menu-hover-font-weight);
  font-size: 16px;
  font-size: var(--footer-menu-hover-font-size);
  color: #33475b;
  color: var(--footer-menu-hover-font-color);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--footer-menu-hover-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--footer-menu-hover-text-transform);
}

.footer p {
  font-family: var(--footer-font-family);
  font-style: normal;
  font-style: var(--footer-font-style);
  font-weight: 400;
  font-weight: var(--footer-font-weight);
  font-size: 16px;
  font-size: var(--footer-font-size);
  line-height: ;
  line-height: var(--footer-line-height);
  color: #1773d1;
  color: var(--footer-font-color);
  text-decoration: var(--primary-body-text-decoration);
  text-decoration: var(--footer-text-decoration);
  text-transform: var(--primary-body-text-transform);
  text-transform: var(--footer-text-transform);
}

@media (max-width: 767px) {
  .footer__menu {
    flex-direction: column;
  }

  .footer__menu-item {
    margin-bottom: 1.4rem;
  }
}

.footer__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 48px 24px;
  margin: 0 auto;
  max-width: var(--footer-max-width);
  box-sizing: content-box;
  border-top: 1px solid #e0e0e0;
}

.footer__bottom--left {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

.footer__bottom--right {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.hs-kb-social_follow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  justify-content: var(--social-follow-icon-alignment);
  gap: 12px;
  margin-bottom: 1.4rem;
}

a.hs-kb-social_follow__link {
  background-color: #494a52;
  background-color: var(--social-follow-icon-background-color);
  color: #fff;
  color: var(--social-follow-icon-color);
  display: inline-block;
  height: var(--social-follow-icon-size);
  width: var(--social-follow-icon-size);
  border-radius: var(--social-follow-icon-shape-radius);
}

.hs-kb-social_follow__icon {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.hs-kb-social_follow__icon svg {
  height: 50%;
  width: 50%;
  fill: currentColor;
}

#hs_cos_wrapper_footer_copyright {
  margin-top: auto;
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */

.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}

/* stylelint-enable declaration-no-important */
</style>

<link rel="stylesheet" href="https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-107255593217/1779983657731/module_website-header.min.css">

  <style>
    #hs_cos_wrapper_knowledgebase_header .header__language-switcher-current-label>span {}

#hs_cos_wrapper_knowledgebase_header .header__language-switcher:hover .header__language-switcher-current-label>span,
#hs_cos_wrapper_knowledgebase_header .header__language-switcher:focus .header__language-switcher-current-label>span {}

#hs_cos_wrapper_knowledgebase_header .header__language-switcher .lang_list_class a:hover,
#hs_cos_wrapper_knowledgebase_header .header__language-switcher .lang_list_class a:focus {}

#hs_cos_wrapper_knowledgebase_header .header__language-switcher .lang_list_class a:active {}

#hs_cos_wrapper_knowledgebase_header .header__menu-link,
#hs_cos_wrapper_knowledgebase_header .header__nav-link {}

#hs_cos_wrapper_knowledgebase_header .header__menu-item--depth-1>.header__menu-link:hover,
#hs_cos_wrapper_knowledgebase_header .header__menu-item--depth-1>.header__menu-link:focus {}

#hs_cos_wrapper_knowledgebase_header .header__menu-item--depth-1>.header__menu-link:active {}

#hs_cos_wrapper_knowledgebase_header .header__menu-item--depth-1>.header__menu-link--active-link {}

#hs_cos_wrapper_knowledgebase_header .header__menu-submenu .header__menu-link:hover,
#hs_cos_wrapper_knowledgebase_header .header__menu-submenu .header__menu-link:focus {}

#hs_cos_wrapper_knowledgebase_header .button {}

#hs_cos_wrapper_knowledgebase_header .button:hover,
#hs_cos_wrapper_knowledgebase_header .button:focus {}

#hs_cos_wrapper_knowledgebase_header .button:active {}

  </style>

<link rel="stylesheet" href="https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-153268142413/1779983658907/module_kb-search-input.min.css">

<style>
  #hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__bar>form { border-radius:px; }

#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__bar>form>label {}

#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__bar>form>.hs-search-field__input { border-radius:px; }

#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__button { border-radius:px; }

#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__button:hover,
#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__button:focus {}

#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__button:active {}

#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field--open .hs-search-field__suggestions { border-radius:px; }

#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field--open .hs-search-field__suggestions a {}

#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field--open .hs-search-field__suggestions a:hover {}

</style>

<link rel="stylesheet" href="https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-112598395241/1779983567307/module_kb_home_category_listing.min.css">

  <style>
    .hs-kb-home-list {
      justify-content: center;
    }

    
      
      .hs-kb-home-list--tiles {
        gap: var(--hs-kb-home-list-gap);
      }

      .hs-kb-home-list--tiles .hs-kb-home-list__category {
        background: white;
        max-width: 30%;
        display: grid;
        grid-template-rows: auto;
        position: relative;
        border-radius: 6px;
        box-shadow: 4px 4px 4px 1px rgba(45, 62, 80, 0);
        transition: box-shadow 0.3s ease;
        padding: 0;
        border: 1px solid #e2e8f0;

      }

      .hs-kb-home-list--tiles .hs-kb-home-list__category:hover {
        box-shadow: 4px 4px 4px 1px rgba(45, 62, 80, 0.12);
      }

      .hs-kb-home-list--tiles .hs-kb-home-list__category-link {
        padding: 1rem;
        width: 100%;
        min-height: calc(310px - 1rem);
      }

      .hs-kb-home-list--tiles .hs-kb-home-list__category-link:hover {
        text-decoration: none;
      }

      .hs-kb-home-list--tiles .hs-kb-home-list__icon {
        align-items: end;
        justify-content: center;
        height: calc(120px - 1rem);
      }

      .hs-kb-home-list--tiles .hs-kb-home-list__image {
        height: 50px;
        width: auto;
      }

      .hs-kb-home-list--tiles .hs-kb-home-list__icon svg {
        width: 50px;
        height: 50px;
      }

      .hs-kb-home-list--tiles .hs-kb-home-list__icon-svg {
        width: 50px;
        height: 50px;
      }

      .hs-kb-home-list--tiles .hs-kb-home-list__text {
        text-align: center;
      }

      .hs-kb-home-list--tiles .hs-kb-home-list__empty-icon {
        height: 120px;
        width: auto;
      }

      .hs-kb-home-list__text p {
        margin: 0;
      }

      .hs-kb-home-list__text h3 {
        margin: 0 0 1rem;
      }

    

    

    

  </style>
<style>
  @font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Montserrat/700.woff2") format("woff2"), url("/_hcms/googlefonts/Montserrat/700.woff") format("woff");
  }
  @font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url("/_hcms/googlefonts/Montserrat/italic.woff2") format("woff2"), url("/_hcms/googlefonts/Montserrat/italic.woff") format("woff");
  }
  @font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Montserrat/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Montserrat/regular.woff") format("woff");
  }
  @font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Montserrat/600.woff2") format("woff2"), url("/_hcms/googlefonts/Montserrat/600.woff") format("woff");
  }
  @font-face {
    font-family: "Rubik";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Rubik/700.woff2") format("woff2"), url("/_hcms/googlefonts/Rubik/700.woff") format("woff");
  }
  @font-face {
    font-family: "Rubik";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Rubik/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Rubik/regular.woff") format("woff");
  }
</style>

    
<script data-search_input-config="config_hs_kb-search-input-module" type="application/json">
{
  "autosuggest_results_message": "Results for \u201C[[search_term]]\u201D",
  "autosuggest_no_results_message": "There are no autosuggest results for \u201C[[search_term]]\u201D",
  "sr_empty_search_field_message": "There are no suggestions because the search field is empty.",
  "sr_autosuggest_results_message": "There are currently [[number_of_results]] auto-suggested results for [[search_term]]. Navigate to the results list by pressing the down arrow key, or press return to search for all results.",
  "sr_search_field_aria_label": "This is a search field with an auto-suggest feature attached.",
  "sr_search_button_aria_label": "Search"
}
</script>



    
<!--  Added by GoogleAnalytics4 integration -->
<script>
var _hsp = window._hsp = window._hsp || [];
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}

var useGoogleConsentModeV2 = true;
var waitForUpdateMillis = 1000;


if (!window._hsGoogleConsentRunOnce) {
  window._hsGoogleConsentRunOnce = true;

  gtag('consent', 'default', {
    'ad_storage': 'denied',
    'analytics_storage': 'denied',
    'ad_user_data': 'denied',
    'ad_personalization': 'denied',
    'wait_for_update': waitForUpdateMillis
  });

  if (useGoogleConsentModeV2) {
    _hsp.push(['useGoogleConsentModeV2'])
  } else {
    _hsp.push(['addPrivacyConsentListener', function(consent){
      var hasAnalyticsConsent = consent && (consent.allowed || (consent.categories && consent.categories.analytics));
      var hasAdsConsent = consent && (consent.allowed || (consent.categories && consent.categories.advertisement));

      gtag('consent', 'update', {
        'ad_storage': hasAdsConsent ? 'granted' : 'denied',
        'analytics_storage': hasAnalyticsConsent ? 'granted' : 'denied',
        'ad_user_data': hasAdsConsent ? 'granted' : 'denied',
        'ad_personalization': hasAdsConsent ? 'granted' : 'denied'
      });
    }]);
  }
}

gtag('js', new Date());
gtag('set', 'developer_id.dZTQ1Zm', true);
gtag('config', 'G-M42D96WPCZ');
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M42D96WPCZ"></script>

<!-- /Added by GoogleAnalytics4 integration -->

    <link rel="canonical" href="https://kb.doodlelabs.com">

<style>
  /* The form needs to be the positioning context */
  .hs-search-field__bar.hs-search-field__bar--button-inline > form {
    position: relative !important;
    display: block !important;
  }

  /* Hide the button visually but keep it functional, overlay it on the input */
  .hs-search-field__bar.hs-search-field__bar--button-inline .hs-search-field__button {
    position: absolute !important;
    left: 10px !important;
    top: auto !important;
    bottom: 10px !important;
    transform: none !important;
    background-color: transparent !important;
    border: none !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    z-index: 2 !important;
    cursor: pointer !important;
    margin: 0 !important;
  }

  /* Style the icon */
  .hs-search-field__bar.hs-search-field__bar--button-inline .hs-search-field__button svg {
    fill: #999 !important;
    width: 14px !important;
    height: 14px !important;
  }

  /* Pad the input to make room for the icon */
  .hs-search-field__bar.hs-search-field__bar--button-inline .hs-search-field__input {
    padding-left: 38px !important;
    width: 100% !important;
    background-color: #fff !important;
    height: 40px !important;
  }

  /* Start: Additional KB style updates */
  .hs-kb-home-list{padding-top: 45px;}
  .hs-knowledge-listing-page.user_not_login .hs-kb-home-list{padding-top: 40px;}
  .hs-knowledge-listing-page .hs-kb-home-list--tiles .hs-kb-home-list__image{height: 100px;}
  #header-banner{text-align: center;font-size: 18px;padding-top: 30px;padding-bottom: 30px;}
  #header-banner a:hover{color: #35bbf2;}
  .hs-knowledge-listing-page #header-banner{padding-top: 35px;padding-bottom: 0;}
  #header-banner span.login-text{background-color: #12d1d4;display: inline-block;color: #fff;font-size: 14px;border-radius: 3px;padding: 2px 5px;position: relative;top: -3px;margin-right: 8px;font-weight: 500;}
  .hs-kb-search-input-wrapper .hs-search-field__bar.hs-search-field__bar--button-inline .hs-search-field__input{padding-left: 53px !important;width: 100% !important;border: 1px solid #e2e8f0 !important;background-color: #fff !important;height: 55px!important;font-size: 16px;border-radius: 5px;box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .02);}
  .hs-kb-search-input-wrapper .hs-search-field__bar.hs-search-field__bar--button-inline .hs-search-field__button svg {fill: #999 !important;width: 23px !important;height: 23px !important;position: relative;top: -7px;left: 9px;opacity: 0.35;}
  #hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__bar>form>label{text-align: center;margin-bottom: 12px;}
  .hs-kb-search-input-wrapper .hs-search-field__bar.hs-search-field__bar--button-inline .hs-search-field__input:focus{outline:none;}
  .hs-search-field__input::placeholder { color: #808080; }
  .hs-search-field__input::-webkit-input-placeholder { color: #808080; }
  .hs-search-field__input:-moz-placeholder { color: #808080; }
  .hs-search-field__input::-moz-placeholder { color: #808080; }
  .hs-search-field__input:-ms-input-placeholder { color: #808080; }
  .hs-kb-search-input-wrapper .hs-search-field__bar{max-width: 820px;}
  .hs-kb-breadcrumb-container{margin-bottom: 15px;}
  .header__bottom .header__button-col a.header__button,
  nav.header__menu--mobile a.header__button{background: linear-gradient(90deg, #EDB84F -29.05%, #FFEBA0 159.2%);color: #000;border-radius: 0;font-weight: 600;padding: 14px 20px;}
  .header__wrapper--top .header__nav-link{font-size: 13px;}
  .header__wrapper--top .header__nav-link:hover{color: #fff;}
  .header__top{padding: .45rem 1.5rem;}
  #main-content{padding-top: 30px;}
  .hs-knowledge-listing-page.user_not_login #main-content{padding-top: 0;}
  .user_not_login #main-content{padding-top: 0;}
  .hs-kb-content-wrapper--sidebar{padding-bottom: 60px;}
  
  @media screen and (max-width: 767px){
    #hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__bar>form>label{font-size: 25px;}
    #header-banner{font-size: 16px;padding: 30px 25px 30px;}
    #header-banner span.login-text{display: block;width: 50px;margin: 0 auto 4px;}
    .hs-kb-search-input-wrapper .hs-search-field__bar.hs-search-field__bar--button-inline .hs-search-field__input{height: 55px !important;}
    .hs-kb-search-input-wrapper .hs-search-field__bar.hs-search-field__bar--button-inline .hs-search-field__button svg{width: 22px !important;height: 22px !important;top: -8px;}
    .hs-kb-search-input-wrapper{padding-right: 16px;padding-left: 16px;}
    .header__bottom{padding: 0.20rem 20px;}
    .hs-kb-breadcrumb_item a{padding: 0;}
    .hs-kb-breadcrumb-container{margin-bottom: 30px;}
  }	
  .knowledgebase-post code, .knowledgebase-post pre {
    border: 0px solid #fff!important; 
  }
  .knowledgebase-post table {
    border-collapse: separate!important; 
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    border-color: #e0e0e0!important; 
  }

  .knowledgebase-post table tr:first-child td {
    background: #f7f7f8!important; 
    border-bottom: 2px solid #e5e5e5;
  }
  .knowledgebase-post table tr:last-child td {
	border-bottom: 0px solid #fff!important; 
  }
  .knowledgebase-post table tr td {
    border-bottom: 1px solid #f0f0f0;
  }
  /* End: Additional KB style updates */

</style>
<meta property="og:url" content="https://kb.doodlelabs.com">
<meta http-equiv="content-language" content="en">






<!-- Open Graph / Link Preview -->
<meta property="og:image" content="https://kb.doodlelabs.com/hubfs/Doodle-Labs-color%20adj-white.png">
<meta property="og:image:alt" content="Doodle Labs Knowledge Base">
<meta property="og:title" content="Doodle Labs Knowledge Base">
<meta property="og:description" content="Technical documentation and support resources for Doodle Labs mesh radios.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://kb.doodlelabs.com/">
<meta property="og:site_name" content="Doodle Labs">
  <meta name="generator" content="HubSpot"></head>
  
  <body class="  hs-content-id-257161866962   hs-knowledge-listing-page hs-knowledge-listing-layout--tiles theme-overrides" data-hs-theme-group_header-group_background-background_image="true">
    <div class="kb-body-wrapper theme-overrides ">
      
      
      

      
        <div data-global-resource-path="@hubspot/cms-knowledge-base-theme/templates/partials/knowledgebase-header.html">

<header class="header">
  

  <a href="#main-content" class="header__skip">Skip to content</a>
  <div id="hs_cos_wrapper_knowledgebase_header" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module">



























































<div class="header__container header__container--left"><div class="header__top">
      <div class="header__wrapper header__wrapper--top"><div class="header__nav-wrapper">
            
  
    
      <a class="header__nav-link" href="https://kb.doodlelabs.com/kb-tickets/new?hsLang=en">Submit Support Ticket</a>
    
    
    
      
        <a class="header__nav-link" href="/_hcms/mem/login?redirect_url=https%3A%2F%2Fkb.doodlelabs.com&amp;hsLang=en">Sign in</a>
      
    
  

          </div></div>
    </div><div class="header__bottom">
    <div class="header__wrapper header__wrapper--bottom">
      
        <div class="header__logo-col">
          

  
    
  

  <div class="header__logo">
    
      <a class="header__logo-link" href="https://kb.doodlelabs.com/?hsLang=en">
      

      

      

        <img class="header__logo-image" src="https://kb.doodlelabs.com/hs-fs/hubfs/WhiteLogo-1.png?width=151&amp;height=85&amp;name=WhiteLogo-1.png" loading="eager" alt="WhiteLogo-1" height="85" width="151" srcset="https://kb.doodlelabs.com/hs-fs/hubfs/WhiteLogo-1.png?width=76&amp;height=43&amp;name=WhiteLogo-1.png 76w, https://kb.doodlelabs.com/hs-fs/hubfs/WhiteLogo-1.png?width=151&amp;height=85&amp;name=WhiteLogo-1.png 151w, https://kb.doodlelabs.com/hs-fs/hubfs/WhiteLogo-1.png?width=227&amp;height=128&amp;name=WhiteLogo-1.png 227w, https://kb.doodlelabs.com/hs-fs/hubfs/WhiteLogo-1.png?width=302&amp;height=170&amp;name=WhiteLogo-1.png 302w, https://kb.doodlelabs.com/hs-fs/hubfs/WhiteLogo-1.png?width=378&amp;height=213&amp;name=WhiteLogo-1.png 378w, https://kb.doodlelabs.com/hs-fs/hubfs/WhiteLogo-1.png?width=453&amp;height=255&amp;name=WhiteLogo-1.png 453w" sizes="(max-width: 151px) 100vw, 151px">

        

      

      
      </a>
    
  </div>


        </div>
      
      <div class="header__menu-col">
        

  <nav class="header__menu header__menu--desktop" aria-label="Desktop navigation">
    <ul class="header__menu-wrapper no-list">
      

  
  

  
  
    <li class="header__menu-item header__menu-item--depth-1  hs-skip-lang-url-rewrite">
      
      <a data-depth="1" class="header__menu-link  " href="https://kb.doodlelabs.com/-product-index">Product Index</a>
      
      
    </li>
  
  
  
    <li class="header__menu-item header__menu-item--depth-1  hs-skip-lang-url-rewrite">
      
      <a data-depth="1" class="header__menu-link  " href="https://learn.doodlelabs.com/doodle-labs-api-reference">API Reference</a>
      
      
    </li>
  
  
  
    <li class="header__menu-item header__menu-item--depth-1  hs-skip-lang-url-rewrite">
      
      <a data-depth="1" class="header__menu-link  " href="https://kb.doodlelabs.com/firmware-download">Latest Firmware</a>
      
      
    </li>
  
  


    </ul>
  </nav>


        
  <div class="header__menu-container header__menu-container--mobile">
    <button class="header__menu-toggle header__menu-toggle--open header__menu-toggle--show no-button">
      <span class="show-for-sr">Open main navigation</span>
      <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" width="24" aria-hidden="true"><g id="bars35_layer"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z" /></g></svg>
    </button>
    <button class="header__menu-toggle header__menu-toggle--close no-button">
      <span class="show-for-sr">Close main navigation</span>
      <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 384 512" width="24" aria-hidden="true"><g id="times36_layer"><path d="M323.1 441l53.9-53.9c9.4-9.4 9.4-24.5 0-33.9L279.8 256l97.2-97.2c9.4-9.4 9.4-24.5 0-33.9L323.1 71c-9.4-9.4-24.5-9.4-33.9 0L192 168.2 94.8 71c-9.4-9.4-24.5-9.4-33.9 0L7 124.9c-9.4 9.4-9.4 24.5 0 33.9l97.2 97.2L7 353.2c-9.4 9.4-9.4 24.5 0 33.9L60.9 441c9.4 9.4 24.5 9.4 33.9 0l97.2-97.2 97.2 97.2c9.3 9.3 24.5 9.3 33.9 0z" /></g></svg>
    </button>
    <nav class="header__menu header__menu--mobile" aria-label="Mobile navigation">
      <ul class="header__menu-wrapper no-list">
        

  
  

  
  
    <li class="header__menu-item header__menu-item--depth-1  hs-skip-lang-url-rewrite">
      
      <a data-depth="1" class="header__menu-link  " href="https://kb.doodlelabs.com/-product-index">Product Index</a>
      
      
    </li>
  
  
  
    <li class="header__menu-item header__menu-item--depth-1  hs-skip-lang-url-rewrite">
      
      <a data-depth="1" class="header__menu-link  " href="https://learn.doodlelabs.com/doodle-labs-api-reference">API Reference</a>
      
      
    </li>
  
  
  
    <li class="header__menu-item header__menu-item--depth-1  hs-skip-lang-url-rewrite">
      
      <a data-depth="1" class="header__menu-link  " href="https://kb.doodlelabs.com/firmware-download">Latest Firmware</a>
      
      
    </li>
  
  


        
        
  
    
      <li class="header__menu-item
          header__menu-item--depth-1
          hs-skip-lang-url-rewrite">
        <a class="header__menu-link" href="https://kb.doodlelabs.com/kb-tickets/new">Submit Support Ticket</a>
      </li>
    
    
    
      <li class="header__menu-item
          header__menu-item--depth-1
          hs-skip-lang-url-rewrite">
      
        <a class="header__menu-link" href="/_hcms/mem/login?redirect_url=https%3A%2F%2Fkb.doodlelabs.com">Sign in</a>
      
      </li>
    
  

        
          <li class="header__menu-item header__menu-item--button header__menu-item--depth-1 hs-skip-lang-url-rewrite">
            

  

  

  

  

  
  
    
  
  
  
  
    
  

  <a href="mailto:SEs@doodlelabs.com" class="header__button button   right" target="_blank" rel="noopener">
    
      <span id="hs_cos_wrapper_knowledgebase_header_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon header__button-icon button__icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" aria-hidden="true"><g id="envelope1_layer"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z" /></g></svg></span>
    
    Request Additional Access
  </a>


          </li>
        
      </ul>
    </nav>
  </div>


      </div>
      
        <div class="header__button-col hidden-phone">
          

  

  

  

  

  
  
    
  
  
  
  
    
  

  <a href="mailto:SEs@doodlelabs.com" class="header__button button   right" target="_blank" rel="noopener">
    
      <span id="hs_cos_wrapper_knowledgebase_header_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon header__button-icon button__icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" aria-hidden="true"><g id="envelope2_layer"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z" /></g></svg></span>
    
    Request Additional Access
  </a>


        </div>
      
    </div>
  </div>
</div></div>

  
  

<section class="hs-kb-search-input-wrapper">
  <div id="hs_cos_wrapper_hs_kb-search-input-module" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module">

























<div class="hs-search-field">
    <div class="hs-search-field__bar hs-search-field__bar--button-inline  ">
      <form data-hs-do-not-collect="true" class="hs-search-field__form" action="https://kb.doodlelabs.com/kb-search-results">

        <label class="hs-search-field__label " for="hs_kb-search-input-module-input">
          Search Knowledge Base
        </label>

        <input role="combobox" aria-expanded="false" aria-controls="autocomplete-results" aria-label="This is a search field with an auto-suggest feature attached." type="search" class="hs-search-field__input" id="hs_kb-search-input-module-input" name="q" autocomplete="off" aria-autocomplete="list" placeholder="Search articles">

        
        
        
        
          <input type="hidden" name="type" value="KNOWLEDGE_ARTICLE">
        
        
          <input type="hidden" name="groupId" value="257161767670">
        

        <button class="hs-search-field__button " aria-label="Search">
          <span id="hs_cos_wrapper_hs_kb-search-input-module_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" aria-hidden="true"><g id="search43_layer"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z" /></g></svg></span>
           </button>
        <div class="hs-search-field__suggestions-container ">
          <ul id="autocomplete-results" role="listbox" aria-label="term" class="hs-search-field__suggestions">
            
              <li role="option" tabindex="-1" aria-posinset="1" aria-setsize="0" class="results-for show-for-sr">There are no suggestions because the search field is empty.</li>
            
          </ul>
        </div>
      </form>
    </div>
    <div id="sr-messenger" class="hs-search-sr-message-container show-for-sr" role="status" aria-live="polite" aria-atomic="true">
    </div>
</div>

</div>
</section>
</header></div>
      

      
      <main id="main-content">
        
  

  <div id="hs_cos_wrapper_knowledgebase_category_listing" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module">




  
  
  
















<div class="hs-kb-home-list hs-kb-home-list--tiles">
  
    
  
  
  
    <div class="hs-kb-home-list__category">
      <a class="hs-kb-home-list__category-link unstyled" href="https://kb.doodlelabs.com/product-index?hsLang=en">
        
          <div class="hs-kb-home-list__icon" style="color: rgba(124, 152, 182, 1);">
            
              <img class="hs-kb-home-list__image" src="https://kb.doodlelabs.com/hubfs/DoodleLabsTile_ProductIndex-1.png" alt="">
            
          </div>
        
        <div class="hs-kb-home-list__text">
          <h3 class="hs-kb-home-list__text__category-title">Product Index</h3>
          
            <p class="hs-kb-home-list__text__category-description">
              Browse all Doodle Labs product datasheets in one place. Quickly compare models, frequencies, and form factors to find the right radio for your system.
            </p>
          
        </div>
      </a>
      
    </div>
  

  
    
  
  
  
    <div class="hs-kb-home-list__category">
      <a class="hs-kb-home-list__category-link unstyled" href="https://kb.doodlelabs.com/software-integration?hsLang=en">
        
          <div class="hs-kb-home-list__icon" style="color: rgba(124, 152, 182, 1);">
            
              <img class="hs-kb-home-list__image" src="https://kb.doodlelabs.com/hubfs/Screenshot%202026-01-15%20at%202.21.28%20PM.png" alt="">
            
          </div>
        
        <div class="hs-kb-home-list__text">
          <h3 class="hs-kb-home-list__text__category-title">Software Integration</h3>
          
            <p class="hs-kb-home-list__text__category-description">
              Software integration guides, including configuration, networking modes, remote management, APIs, and interfaces.
            </p>
          
        </div>
      </a>
      
    </div>
  

  
    
  
  
  
    <div class="hs-kb-home-list__category">
      <a class="hs-kb-home-list__category-link unstyled" href="https://kb.doodlelabs.com/application-notes?hsLang=en">
        
          <div class="hs-kb-home-list__icon" style="color: rgba(124, 152, 182, 1);">
            
              <img class="hs-kb-home-list__image" src="https://kb.doodlelabs.com/hubfs/Screenshot%202026-01-15%20at%202.22.19%20PM.png" alt="">
            
          </div>
        
        <div class="hs-kb-home-list__text">
          <h3 class="hs-kb-home-list__text__category-title">Application Notes</h3>
          
            <p class="hs-kb-home-list__text__category-description">
              Best practices showcasing real-world applications and deployment scenarios.
            </p>
          
        </div>
      </a>
      
    </div>
  

  
    
  
  
  
    <div class="hs-kb-home-list__category">
      <a class="hs-kb-home-list__category-link unstyled" href="https://kb.doodlelabs.com/antennas?hsLang=en">
        
          <div class="hs-kb-home-list__icon" style="color: rgba(124, 152, 182, 1);">
            
              <img class="hs-kb-home-list__image" src="https://kb.doodlelabs.com/hubfs/Screenshot%202026-01-15%20at%202.24.40%20PM.png" alt="">
            
          </div>
        
        <div class="hs-kb-home-list__text">
          <h3 class="hs-kb-home-list__text__category-title">Antennas</h3>
          
            <p class="hs-kb-home-list__text__category-description">
              Recommendations to help users select the right antenna for optimal performance.
            </p>
          
        </div>
      </a>
      
    </div>
  

  
    
  
  
  
    <div class="hs-kb-home-list__category">
      <a class="hs-kb-home-list__category-link unstyled" href="https://kb.doodlelabs.com/rf-fundamentals?hsLang=en">
        
          <div class="hs-kb-home-list__icon" style="color: rgba(124, 152, 182, 1);">
            
              <img class="hs-kb-home-list__image" src="https://kb.doodlelabs.com/hubfs/Screenshot%202026-01-15%20at%202.25.06%20PM.png" alt="">
            
          </div>
        
        <div class="hs-kb-home-list__text">
          <h3 class="hs-kb-home-list__text__category-title">RF Fundamentals</h3>
          
            <p class="hs-kb-home-list__text__category-description">
              Essential concepts and principles to help users understand, design, and deploy reliable wireless links.
            </p>
          
        </div>
      </a>
      
    </div>
  

  
</div></div>

      </main>

      
        <div data-global-resource-path="@hubspot/cms-knowledge-base-theme/templates/partials/knowledgebase-footer.html">

<footer class="footer">
  <div id="hs_cos_wrapper_knowledgebase_footer" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module">

</div>
  <div class="footer__bottom">
    <div class="footer__bottom--left">
      <div id="hs_cos_wrapper_footer_logo" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module">
  






















  
  
  
    
  

</div>
      <div id="hs_cos_wrapper_footer_address" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_footer_address_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><div id="custom-footer-content" style="width: 100%;"><a href="https://doodlelabs.com/" style="display: block; margin-bottom: 40px;"> <img src="https://doodlelabs.com/wp-content/uploads/2025/07/Layer_1.png" alt="Doodle Labs Logo" style="max-width: 200px; height: auto; margin: 0 auto; display: block;"> </a> <!-- Navigation Links -->
<div style="margin-bottom: 40px; text-align: center;"><a href="https://doodlelabs.com/defense/" style="color: #fff; text-decoration: none; font-size: 14px; font-weight: 400; margin: 0 15px; display: inline-block;">Defense</a> <a href="https://doodlelabs.com/commercial/" style="color: #fff; text-decoration: none; font-size: 14px; font-weight: 400; margin: 0 15px; display: inline-block;">Commercial</a> <a href="https://doodlelabs.com/capabilities/long-range/" style="color: #fff; text-decoration: none; font-size: 14px; font-weight: 400; margin: 0 15px; display: inline-block;">Capabilities</a> <a href="https://doodlelabs.com/technology/" style="color: #fff; text-decoration: none; font-size: 14px; font-weight: 400; margin: 0 15px; display: inline-block;">Technology</a> <a href="https://doodlelabs.com/products/" style="color: #fff; text-decoration: none; font-size: 14px; font-weight: 400; margin: 0 15px; display: inline-block;">Products</a> <a href="https://doodlelabs.com/solutions/" style="color: #fff; text-decoration: none; font-size: 14px; font-weight: 400; margin: 0 15px; display: inline-block;">Solutions</a> <a href="https://doodlelabs.com/about-us/" style="color: #fff; text-decoration: none; font-size: 14px; font-weight: 400; margin: 0 15px; display: inline-block;">About</a> <a href="https://doodle-labs-llc.breezy.hr/" style="color: #fff; text-decoration: none; font-size: 14px; font-weight: 400; margin: 0 15px; display: inline-block;">Careers</a> <a href="https://doodlelabs.com/case-studies/" style="color: #fff; text-decoration: none; font-size: 14px; font-weight: 400; margin: 0 15px; display: inline-block;">Case Studies</a></div>
<!-- Buttons -->
<div style="margin-bottom: 40px; text-align: center;"><a href="https://doodlelabs.com/contact/" style="display: inline-block; padding: 14px 24px; text-decoration: none; font-size: 14px; font-weight: 600; border-radius: 0; background-color: #ffd700; color: #000; margin: 5px; font-family: 'Montserrat', sans-serif; background: linear-gradient(90deg, #EDB84F -29.05%, #FFEBA0 159.2%);"> Contact Us </a> <a href="https://kb.doodlelabs.com" style="display: inline-block; padding: 12px 24px; text-decoration: none; font-size: 14px; font-weight: 600; border-radius: 0; background-color: transparent; color: #fff; border: 2px solid #fff; margin: 5px; font-family: 'Montserrat', sans-serif;" rel="noopener"> Tech Library </a></div>
<!-- Copyright -->
<div style="padding-top: 20px; border-top: 1px solid #333; text-align: center;">
<div style="font-size: 13px; color: #999; margin-bottom: 15px;">Copyright © 2025 Doodle Labs LLC</div>
<div><a href="https://doodlelabs.com/terms-of-use/" style="color: #999; text-decoration: none; font-size: 13px; margin: 0 10px;">Terms of Use</a> <a href="https://doodlelabs.com/privacy-policy/" style="color: #999; text-decoration: none; font-size: 13px; margin: 0 10px;">Privacy Policy</a></div>
</div>
</div>
<!--  Header Banner for Non-Logged-In Users -->
<script>
(function() {
  // try center alignment 
  var leftDiv = document.querySelector('.footer__bottom--left');
  if (leftDiv) {
    leftDiv.style.alignItems = 'center';
    leftDiv.style.textAlign = 'center';
    leftDiv.style.width = '100%';
  }
  
  // Check if user is logged in
  function isUserLoggedIn() {
    return document.querySelector('a[href*="logout"]') !== null || 
           document.querySelector('.hs-membership-logged-in') !== null;
  }
  
  // Show header banner
  function showHeaderBanner() {
    if (sessionStorage.getItem('headerBannerDismissed')) return;
    
    var banner = document.createElement('div');
    banner.className = 'header-banner';
    banner.id = 'header-banner';
    banner.innerHTML = '<div class="banner-text-wrap"><span class="login-text">Login</span>Please <a href="https://kb.doodlelabs.com/_hcms/mem/login">login</a> or contact your sales representative for design-in information.</div>';
    
    //document.body.insertBefore(banner, document.body.firstChild);
    var searchWrapper = document.querySelector('.hs-kb-search-input-wrapper');
    
    if (searchWrapper) {
      // insert header-banner AFTER the search wrapper
      searchWrapper.insertAdjacentElement('afterend', banner);
    } 
    
    setTimeout(function() {
      banner.style.display = 'block';
    }, 500);
  }
  
  // Initialize
  if (!isUserLoggedIn()) {
    showHeaderBanner();
    // ADD CLASS TO BODY IF USER IS NOT LOGGED IN
    document.body.classList.add('user_not_login');
  }
})();
</script>
<script type="text/javascript">window.DocsBotAI=window.DocsBotAI||{},DocsBotAI.init=function(e){return new Promise((t,r)=>{var n=document.createElement("script");n.type="text/javascript",n.async=!0,n.src="https://widget.docsbot.ai/chat.js";let o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(n,o),n.addEventListener("load",()=>{let n;Promise.all([new Promise((t,r)=>{window.DocsBotAI.mount(Object.assign({}, e)).then(t).catch(r)}),(n=function e(t){return new Promise(e=>{if(document.querySelector(t))return e(document.querySelector(t));let r=new MutationObserver(n=>{if(document.querySelector(t))return e(document.querySelector(t)),r.disconnect()});r.observe(document.body,{childList:!0,subtree:!0})})})("#docsbotai-root"),]).then(()=>t()).catch(r)}),n.addEventListener("error",e=>{r(e.message)})})};</script>
<script type="text/javascript">
  DocsBotAI.init({id: "iX8jzu8jwUV0e3IElY7V/g2d5nXtIlTErf2pwAbrw"});
</script></span></div>
    </div>
    <div class="footer__bottom--right">
      <div id="hs_cos_wrapper_footer_social_follow" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module">

</div>
      <div id="hs_cos_wrapper_footer_copyright" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_footer_copyright_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"></span></div>
    </div>
  </div>
</footer></div>
      
    </div>
    
    
    
    <script src="/hs/hsstatic/jquery-libs/static-1.1/jquery/jquery-1.7.1.js"></script>
<script>hsjQuery = window['jQuery'];</script>
<!-- HubSpot performance collection script -->
<script defer src="/hs/hsstatic/content-cwv-embed/static-1.1293/embed.js"></script>
<script>
var hsVars = hsVars || {}; hsVars['language'] = 'en';
</script>

<script src="/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js"></script>
<script src="https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-107255593217/1779983657731/module_website-header.min.js"></script>
<script src="https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-153268142413/1779983658907/module_kb-search-input.min.js"></script>
<script src="//7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/template_assets/DEFAULT_ASSET/1779983582845/template_purify.min.js"></script>


<!-- Start of HubSpot Analytics Code -->
<script type="text/javascript">
var _hsq = _hsq || [];
_hsq.push(["setContentType", "listing-page"]);
_hsq.push(["setCanonicalUrl", "https:\/\/kb.doodlelabs.com"]);
_hsq.push(["setPageId", "257161866962"]);
_hsq.push(["setContentMetadata", {
    "contentPageId": 257161866962,
    "legacyPageId": "257161866962",
    "contentFolderId": null,
    "contentGroupId": 257161767670,
    "abTestId": null,
    "languageVariantId": 257161866962,
    "languageCode": "en",
    
    
}]);
</script>

<script type="text/javascript" id="hs-script-loader" async defer src="/hs/scriptloader/23427487.js"></script>
<!-- End of HubSpot Analytics Code -->


<script type="text/javascript">
var hsVars = {
    render_id: "2851f41c-32f2-4094-a567-443aa8f76fef",
    ticks: 1779993516090,
    page_id: 257161866962,
    
    content_group_id: 257161767670,
    portal_id: 23427487,
    app_hs_base_url: "https://app-na2.hubspot.com",
    cp_hs_base_url: "https://cp-na2.hubspot.com",
    language: "en",
    analytics_page_type: "listing-page",
    scp_content_type: "",
    
    analytics_page_id: "257161866962",
    category_id: 12,
    folder_id: 0,
    is_hubspot_user: false
}
</script>


<script defer src="/hs/hsstatic/HubspotToolsMenu/static-1.640/js/index.js"></script>





  
</body></html>