/* Basic styles for general elements */
body {
  font-size: var(--base-font-size);
  font-family: var(--font-family-body);
  font-weight: 400;
  line-height: var(--lh-2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  scroll-margin-top: 105px;
  font-weight: 400;
}

:where(h1, h2, h3, h4, h5, h6) {
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}

h1 {
  font-size: var(--h1-size);
}

h2 {
  font-size: var(--h2-size);
}

h3 {
  font-size: var(--h3-size);
}

h4 {
  font-size: var(--h4-size);
}

h5 {
  font-size: var(--h5-size);
}

h6 {
  font-size: var(--h6-size);
}

p {
  font-size: 1rem;
}

/* Text / paragraphs */
p,
a,
li,
.brxe-text-basic {
  line-height: 1.6;
  font-weight: 400;
}

b {
  font-weight: 700;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid var(--grey-250);
  border-radius: 8px;
  overflow: hidden;
}
table tr th, table tr td {
  padding: 16px 24px;
  border-bottom: 1px solid var(--grey-250);
  text-align: left;
  vertical-align: top;
}
table tr:last-child td {
  border-bottom: none;
}

.kc-body .content-table .brxe-text-basic {
  margin-bottom: 0;
}

.no-events {
  pointer-events: none;
}

.no-events * {
  pointer-events: auto;
}

/* Default colors (light theme) */
.kc-body {
  font-size: 16px;
}
.kc-body .the-kc-content,
.kc-body .the-kc-content .brxe-post-content {
  margin-bottom: 5rem;
}
.kc-body .the-kc-content .brxe-text,
.kc-body .the-kc-content .brxe-post-content .brxe-text {
  width: 100%;
}
.kc-body .the-kc-content .brxe-text :where(a),
.kc-body .the-kc-content .brxe-post-content .brxe-text :where(a) {
  text-decoration: underline;
}
.kc-body .the-kc-content :where(p, .brxe-text-basic, table),
.kc-body .the-kc-content .brxe-post-content :where(p, .brxe-text-basic, table) {
  margin-bottom: 1rem;
}
.kc-body .the-kc-content :where(img),
.kc-body .the-kc-content .brxe-post-content :where(img) {
  border-radius: 8px;
  margin: 2rem 0;
}
.kc-body .the-kc-content,
.kc-body .the-kc-content .brxe-post-content {
  /* LISTS */
  /* --------- */
}
.kc-body .the-kc-content :where(a),
.kc-body .the-kc-content .brxe-post-content :where(a) {
  text-decoration: underline;
}
.kc-body .the-kc-content ol,
.kc-body .the-kc-content ul,
.kc-body .the-kc-content .brxe-post-content ol,
.kc-body .the-kc-content .brxe-post-content ul {
  margin-bottom: 1.4rem;
  margin-top: 0rem;
}
.kc-body .the-kc-content ul,
.kc-body .the-kc-content .brxe-post-content ul {
  padding-left: 20px;
}
.kc-body .the-kc-content ol,
.kc-body .the-kc-content .brxe-post-content ol {
  padding-left: 22px;
}
.kc-body .the-kc-content ul.chevron-list,
.kc-body .the-kc-content .brxe-post-content ul.chevron-list {
  padding-left: 0;
}
.kc-body .the-kc-content ol,
.kc-body .the-kc-content .brxe-post-content ol {
  list-style: none !important;
  counter-reset: item;
}
.kc-body .the-kc-content ul p,
.kc-body .the-kc-content .brxe-post-content ul p {
  margin-bottom: 0;
}
.kc-body .the-kc-content ol li,
.kc-body .the-kc-content ul li,
.kc-body .the-kc-content .brxe-post-content ol li,
.kc-body .the-kc-content .brxe-post-content ul li {
  margin: 0;
  padding: 0.3rem 0;
}
.kc-body .the-kc-content ul li ul,
.kc-body .the-kc-content .brxe-post-content ul li ul {
  padding-top: 0.3rem;
}
.kc-body .the-kc-content ul ul li,
.kc-body .the-kc-content .brxe-post-content ul ul li {
  padding-bottom: 0.3rem;
}
.kc-body .the-kc-content,
.kc-body .the-kc-content .brxe-post-content {
  --counter-spacing: 22px;
}
.kc-body .the-kc-content ol li:before,
.kc-body .the-kc-content .chevron-list li:before,
.kc-body .the-kc-content .brxe-post-content ol li:before,
.kc-body .the-kc-content .brxe-post-content .chevron-list li:before {
  left: calc(-1 * var(--counter-spacing));
}
.kc-body .the-kc-content .chevron-list li,
.kc-body .the-kc-content .brxe-post-content .chevron-list li {
  margin: 0;
  padding-left: var(--counter-spacing);
  list-style: none;
  background-image: url("https://www.plytix.com/hubfs/bullet-point-img.svg");
  background-repeat: no-repeat;
  background-position: left 11px;
  background-size: 1rem;
}
.kc-body .the-kc-content .checkbox-list ul,
.kc-body .the-kc-content ul.checkbox-list,
.kc-body .the-kc-content .brxe-post-content .checkbox-list ul,
.kc-body .the-kc-content .brxe-post-content ul.checkbox-list {
  list-style: none;
  position: relative;
  padding-left: var(--counter-spacing);
}
.kc-body .the-kc-content .checkbox-list li::before,
.kc-body .the-kc-content .brxe-post-content .checkbox-list li::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1.5px solid var(--grey-450);
  background-color: transparent;
  border-radius: 3px;
  transform: translateY(0.28em);
}
.kc-body .the-kc-content ol li,
.kc-body .the-kc-content .brxe-post-content ol li {
  counter-increment: my-counter;
  position: relative;
  margin-bottom: 0px;
}
.kc-body .the-kc-content ol li::before,
.kc-body .the-kc-content .brxe-post-content ol li::before {
  content: counter(my-counter);
  position: absolute;
  top: 10px;
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--grey-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  color: var(--grey-500);
  line-height: 1;
}
.kc-body .the-kc-content,
.kc-body .the-kc-content .brxe-post-content {
  /* --------- */
  /* LISTS END */
}
.kc-body .blockquote {
  padding: 1rem;
  margin-bottom: var(--space-2);
  font-family: figtree, sans-serif;
  border-left: solid 3px var(--purple-main);
  background-color: rgba(239, 235, 255, 0.4666666667);
}
.kc-body .blockquote p {
  color: var(--grey-500);
}
.kc-body .blockquote-purple {
  border-left: solid 3px var(--purple-main);
  background-color: rgba(239, 235, 255, 0.4666666667);
}
.kc-body .blockquote-blue {
  border-left: solid 3px var(--blue-main);
  background-color: rgba(214, 242, 255, 0.8);
}
.kc-body .blockquote-yellow {
  border-left: solid 3px var(--yellow-main);
  background-color: rgba(255, 245, 219, 0.8);
}
.kc-body .blockquote p,
.kc-body .blockquote img {
  margin: 0;
}
.kc-body .blockquote p {
  margin-bottom: 0.5rem;
}
.kc-body .blockquote strong {
  font-weight: 600;
}
.kc-body blockquote cite {
  font-family: var(--font-family-body);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--grey-500);
  opacity: 1;
}

/* BASE LAYOUT */
/* --------------------------- */
/* Sticky Sidebars Strategy */
.kb-sidebar-left,
.kb-sidebar-right {
  position: sticky;
  top: 158px;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  scrollbar-width: thin;
  padding: 20px;
  padding-bottom: 100px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.kb-sidebar-left::-webkit-scrollbar,
.kb-sidebar-right::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}

.kb-sidebar-right {
  padding: 20px 20px 100px;
}

.kb-wrapper {
  grid-template-columns: 320px minmax(0, 1fr) 0;
}

@media (max-width: 990px) {
  .customer-stories-post-main-container .kb-wrapper,
  .term-post-main-container .kb-wrapper {
    grid-template-columns: 1fr;
  }
}

.kb-wrapper:has(#sidebar-right),
.kb-wrapper:has([data-index="2"]) {
  grid-template-columns: 320px minmax(0, 1fr) 240px;
}

@media (max-width: 990px) {
  .kb-wrapper:has(#sidebar-right),
  .kb-wrapper:has([data-index="2"]),
  .kb-wrapper.kb-wrapper-glossary {
    grid-template-columns: 1fr !important;
  }
  #sidebar-right {
    display: none;
  }
  .kb-sidebar-left {
    display: none;
  }
}
/* LEFT SIDEBAR */
/* --------------------------- */
/* Menus */
#kb-sidebar-left {
  --menu-elements-font-size: .9rem;
}
#kb-sidebar-left .bricks-nav-menu {
  display: flex;
  flex-direction: column;
  font-size: var(--menu-elements-font-size);
}
#kb-sidebar-left .bricks-nav-menu ul, #kb-sidebar-left .bricks-nav-menu li, #kb-sidebar-left .bricks-nav-menu a {
  color: var(--grey-500);
}
#kb-sidebar-left .bricks-nav-menu a {
  border-radius: 4px;
  transition: background 0.25s ease-out;
  /* Test */
  text-wrap: wrap;
  line-height: 1.2;
}
#kb-sidebar-left .bricks-nav-menu a:hover {
  background-color: var(--grey-200);
}
#kb-sidebar-left .bricks-nav-menu .level-1 a {
  font-weight: 600;
  padding: 5px 1rem;
}
#kb-sidebar-left .bricks-nav-menu .level-2 a {
  font-weight: 400;
  padding: 5px 2rem;
}
#kb-sidebar-left .bricks-nav-menu .level-3 a {
  font-weight: 400;
  padding: 5px 3rem;
}
#kb-sidebar-left .bricks-nav-menu li.current-menu-item > a,
#kb-sidebar-left .bricks-nav-menu li.current-menu-item > .brx-submenu-toggle > a {
  background-color: var(--grey-200);
}
@media (max-width: 990px) {
  #kb-sidebar-left .bricks-nav-menu li.current-menu-item > a,
  #kb-sidebar-left .bricks-nav-menu li.current-menu-item > .brx-submenu-toggle > a {
    background: transparent;
    color: var(--purple-main) !important;
  }
}
#kb-sidebar-left .bricks-nav-menu ul,
#kb-sidebar-left .bricks-nav-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: static;
  width: 100%;
  height: auto;
  visibility: visible;
  opacity: 1;
  transform: none;
  box-shadow: none;
  background-color: transparent;
}
#kb-sidebar-left .bricks-nav-menu .brx-submenu-toggle {
  display: block !important;
  width: 100% !important;
}
#kb-sidebar-left .bricks-nav-menu a {
  display: block !important;
  width: 100% !important;
}
#kb-sidebar-left .bricks-nav-menu button,
#kb-sidebar-left .bricks-nav-menu svg {
  display: none !important;
}
#kb-sidebar-left .bricks-nav-menu .level-1 {
  margin-top: var(--space-2);
}
#kb-sidebar-left .bricks-nav-menu .level-1:first-child {
  margin-top: 0;
}
#kb-sidebar-left #mobile-menu-close-icon {
  display: none;
}
@media (max-width: 990px) {
  #kb-sidebar-left {
    position: fixed;
    width: 95vw;
    max-width: 450px;
    height: 100vh;
    background-image: none;
    background-color: var(--white-plytix);
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: -100%;
    border-radius: 0;
    transition: left 0.2s ease-out;
  }
  #kb-sidebar-left * {
    color: var(--grey-500);
    font-size: var(--text-m);
  }
  #kb-sidebar-left #mobile-menu-close-icon {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 20px;
  }
  #kb-sidebar-left.open {
    left: 0;
    box-shadow: 40px 0 50px rgba(89, 83, 105, 0.5);
  }
  #kb-sidebar-left .level-1 {
    margin-top: var(--space-4) !important;
  }
  #kb-sidebar-left .level-1 a, #kb-sidebar-left .level-2 a {
    padding-left: 5% !important;
  }
  #kb-sidebar-left .level-3 a {
    position: relative;
    padding-left: 10% !important;
  }
  #kb-sidebar-left .level-3 a:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 5%;
    background-color: var(--purple-medium);
  }
}

body:has(#kb-sidebar-left.open) {
  overflow: hidden !important;
}

/* CONTENT */
/* --------------------------- */
@media (max-width: 990px) {
  .faq-title {
    width: 90%;
    line-height: 1.5;
  }
}

/* RIGHT SIDEBAR */
/* --------------------------- */
/* Table of contents */
.table-of-contents {
  padding: 0;
}
.table-of-contents h4 {
  font-size: 1.1rem;
}
.table-of-contents-list {
  padding: 0;
}
.table-of-contents-list li {
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0.2rem 0.5rem;
  line-height: 1.3;
  display: block;
  border-radius: 6px;
  transition: all 0.25s ease-out;
}
.table-of-contents-list li a {
  text-decoration: none !important;
  color: var(--grey-400);
  font-size: 0.75rem;
  line-height: 1.3;
  display: inline-block;
}
.table-of-contents-list li a:hover {
  text-decoration: none !important;
}
.table-of-contents-list li.active {
  background: var(--grey-200, #EFEBFF);
}
.table-of-contents-list li.active a {
  color: var(--grey-400);
  font-weight: 700;
}
.table-of-contents-list li.list-content-item:hover a {
  color: var(--grey-400);
  padding: 0;
}
.table-of-contents-list .list-content-item.toc-h2, .table-of-contents-list .list-content-item.toc-h3, .table-of-contents-list .list-content-item.toc-h4 {
  position: relative;
}
.table-of-contents-list .list-content-item.toc-h2 {
  padding-left: 0.75rem;
}
.table-of-contents h4 {
  margin-top: 0;
}

li.list-content-item:hover {
  background: var(--grey-200);
}

/* CUSTOMER STORIES */
.customer-stories-post-main-container table:has(blockquote) img {
  mix-blend-mode: multiply;
}

.customer-story-blockquote-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin: var(--space-4) 0;
}

.customer-story-blockquote-container .quote-content {
  flex: 1;
}

.customer-story-blockquote-container blockquote {
  margin: 0;
}

.customer-story-blockquote-container h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.customer-story-blockquote-container p {
  margin: 0;
  color: var(--grey-400);
}

.customer-story-blockquote-container .quote-image {
  flex-basis: 200px;
  flex-shrink: 0;
  text-align: right;
}

.customer-story-blockquote-container .quote-image img {
  display: block;
  margin-left: auto;
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  width: 160px;
}

@media (max-width: 990px) {
  .customer-story-blockquote-container {
    flex-direction: column;
    text-align: center;
  }
  .customer-story-blockquote-container .quote-content {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .customer-story-blockquote-container .quote-image {
    flex-basis: auto;
    text-align: center;
    order: -1;
  }
  .customer-story-blockquote-container .quote-image img {
    margin: 0 auto;
  }
}/*# sourceMappingURL=main.css.map */