/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/







/* 1a. Grid */





/* 1ba. Colors */












/* 1bb. Margins */




/* 1c. Typography */









































/* 1e. Buttons */



/* 1f. Main-Navigation */


/* 1g. Top-Navigation */



/* 1h. Setting Root Variables */
:root {
  --one-color-primary: #29275e;
  --one-color-secondary: #ffffff;
  --one-fontfamily-base: Noto Sans;
  --one-fontsize-base: 16px;
  --one-fontweight-base: 300;
  --one-color-base: #000000;
  --one-bgcolor-body: #ffffff;
  --one-color-primary-light: #F2F2F5;
  --one-color-secondary-light: #EAF6F1;
  --one-color-cta: #F5991A;
  --one-color-cta-hover: #FF8A00;
  --one-color-link: #F5991A;
  --one-color-link-hover: #FF8A00;
  --one-color-transparent: transparent;
}






.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-grid {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  max-width: 1140px;
  margin: 0 auto;
}

@media all and (max-width: 1140px ) {
  .topbar > .container,
  #main-content .span12 > .dnd-section:not([class*='force-full-width-section']) > .row-fluid,
  .container > .row-fluid,
  .container-grid > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.widget-type-cell[class*='-background-color'],
.dnd-row[class*='-background-color'] {
  border-radius: 0.5rem;
}







body {
  background-color: var(--one-bgcolor-body);
}


/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/* 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 */
  text-decoration: underline; /* 2 */
  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;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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;
}
/* @import url('http://example.com/example_style.css'); */





body {
  font-family: var(--one-fontfamily-base);
  font-weight: var(--one-fontweight-base);
  color: var(--one-color-base);
  font-size: var(--one-fontsize-base);
}

p, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  hyphens: auto;
}


h1, .h1 {
  color: #29275e;
  font-family: 'Noto Sans', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.9rem;
}
@media all and (min-width: 768px ) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media all and (min-width: 1080px ) {
  h1, .h1 {
    font-size: 60px;
  }
}

h2, .h2 {
  color: #29275e;
  font-family: 'Noto Sans', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.9rem;
}
@media all and (min-width: 768px ) {
  h2, .h2 {
    font-size: 34px;
  }
}
@media all and (min-width: 1080px ) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  color: #29275e;
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.9rem;
}
@media all and (min-width: 768px ) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media all and (min-width: 1080px ) {
  h3, .h3 {
    font-size: 32px;
  }
}

h4, .h4 {
  color: #29275e;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.9rem;
}
@media all and (min-width: 768px ) {
  h4, .h4 {
    font-size: 18px;
  }
}
@media all and (min-width: 1080px ) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  color: #29275e;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.9rem;
}
@media all and (min-width: 768px ) {
  h5, .h5 {
    font-size: 16px;
  }
}
@media all and (min-width: 1080px ) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  color: #29275e;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.9rem;
}
@media all and (min-width: 768px ) {
  h6, .h6 {
    font-size: 16px;
  }
}
@media all and (min-width: 1080px ) {
  h6, .h6 {
    font-size: 16px;
  }
}

p, .p {
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 1.9rem;
}


.lead {
  font-size: 18px;
  font-weight: 300;
}

strong, b {
  font-weight: 600;
}

/* 4b. Spacing */

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#main-content ul,
#main-content ol {
  margin-bottom: 1.9rem;
}

#main-content ul > li > ul,
#main-content ul > li > ol,
#main-content ol > li > ol,
#main-content ol > li > ul {
  margin-bottom: 0;
}

#main-content li:where(:not(.menu-item, .submenu-item, .menu-brand, .menu-toggle, .hs-form-radio, .hs-form-checkbox, .hs-form-booleancheckbox, .row, .item, .hs-postlisting-item, .st-accordion-wrapper)) {
  line-height: 1.75;
  padding-left: 1rem;
}
#main-content ul li:where(:not(.menu-item, .submenu-item, .menu-brand, .menu-toggle, .hs-form-radio, .hs-form-checkbox, .hs-form-booleancheckbox, .row, .item, .hs-postlisting-item, .st-accordion-wrapper))::before {
  content: '';
  float: left;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  width: 1rem;
  margin-left: -1rem;
}

#main-content ol {
  padding-left: 2em;
}

#main-content ol > li {
  padding-left: .25em;
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
  margin-top: 0;
}

:where(#main-content p, #main-content ul, #main-content ol)  {
  margin-bottom: 1.9rem;
}


/* 4c. Textlinks */

#main-content a:not(.menu-link, .button, .btn, .cc-btn, .menu-brand, .menu-toggle, .dropdown-item, .stretched-link, .list-group-item, .page-link, .noafter) {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000000;
  
}

#main-content a:not(.menu-link, .button, .btn, .cc-btn, .menu-brand, .menu-toggle, .dropdown-item, .stretched-link, .list-group-item, .page-link, .noafter)::after {
  content: '';
  height: 7px;
  background-color: #F7CF59;
  opacity: 0.4;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: .1em;
  z-index: 0;
}

/* 4d. Table */

table {
  --one-table-bg: transparent;
  --one-table-accent-bg: transparent;
  --one-table-striped-color: #000000;
  --one-table-striped-bg: #F2F2F5;
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
  vertical-align: top;
  border-color: #fff;
  caption-side: bottom;
  border-collapse: collapse;
  line-height: 1.75;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

table > :not(caption) > * > * {
  padding: .6em !important;
  background-color: var(--one-table-bg);
  border-width: 2px;
  box-shadow: inset 0 0 0 9999px var(--one-table-accent-bg);
}

table > tbody > tr:nth-of-type(2n+1) > * {
  --one-table-accent-bg: var(--one-table-striped-bg);
  color: var(--one-table-striped-color);
}

table > tbody > tr:first-child > * {
  --one-table-accent-bg: #29275e;
  color: #fff;
  font-weight: bold;
}


/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Light"), url("https://9185404.fs1.hubspotusercontent-na1.net/hubfs/9185404/raw_assets/public/customX_2022/fonts/noto-sans/notosans-light-webfont.woff2") format("woff2"), 
    url("https://9185404.fs1.hubspotusercontent-na1.net/hubfs/9185404/raw_assets/public/customX_2022/fonts/noto-sans/notosans-light-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans Light Italic"), url("https://9185404.fs1.hubspotusercontent-na1.net/hubfs/9185404/raw_assets/public/customX_2022/fonts/noto-sans/notosans-lightitalic-webfont.woff2") format("woff2"), 
    url("https://9185404.fs1.hubspotusercontent-na1.net/hubfs/9185404/raw_assets/public/customX_2022/fonts/noto-sans/notosans-lightitalic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans SemiBold"), url("https://9185404.fs1.hubspotusercontent-na1.net/hubfs/9185404/raw_assets/public/customX_2022/fonts/noto-sans/notosans-semibold-webfont.woff2") format("woff2"), 
    url("https://9185404.fs1.hubspotusercontent-na1.net/hubfs/9185404/raw_assets/public/customX_2022/fonts/noto-sans/notosans-semibold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: local("Noto Sans SemiBold Italic"), url("https://9185404.fs1.hubspotusercontent-na1.net/hubfs/9185404/raw_assets/public/customX_2022/fonts/noto-sans/notosans-semibolditalic-webfont.woff2") format("woff2"), 
    url("https://9185404.fs1.hubspotusercontent-na1.net/hubfs/9185404/raw_assets/public/customX_2022/fonts/noto-sans/notosans-semibolditalic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}

body, h1, h2, h3, h3 a, h4, h4 a, h5, h6, p, .kb__text-link, .kb__text-link-small, .kb-header, .kb-sticky-footer,
.kb-search__suggestions__article-title, .kb-search-results__title, #hs_form_target_kb_support_form input.hs-button,
#hs_form_target_kb_support_form label, input, select, textarea, #hs_form_target_kb_support_form .hs-field-desc, #hs_form_target_kb_support_form .hs-richtext p,
.kb-article, .kb-search__suggestions__article-content, .kb-search-results__description,
.kb-sidebar .kb-category-menu a, .kb-mobile-menu .kb-mobile-menu__current-page, .kb-mobile-menu ul > li > a,
.kb-breadcrumbs > ol > li > span, .kb-breadcrumbs > ol > li > a > span, .kb-breadcrumbs > .kb-breadcrumbs__mobile-back a,
body #ka-feedback-form button.ka-feedback-rating-button span {
  font-family: "Noto Sans" !important;
}

body pre {
  background-color: var(--one-color-primary-light);
  border: 1px solid var(--one-color-primary);
}

body #ka-feedback-form button.ka-feedback-rating-button span {
  font-size: 1rem !important;
}

body #ka-feedback-form button {
  background-color: var(--one-color-cta);
  color: #fff;
}

table td {
  font-weight: var(--one-fontweight-base);
}