@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: Latoregular;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/kb/helpdesk/Latoregular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Latobold;
  font-style: normal;
  font-weight: 700;
  src: url("/assets/kb/helpdesk/Latobold.woff2") format("woff2");
}
.kb-body {
  --kb-sticky-utility-height: 64px;
  margin: 0;
  background: #f4f6f9;
  color: #202938;
  font-family: Latoregular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}

.kb-body--article {
  scroll-padding-top: calc(var(--kb-sticky-utility-height) + 22px);
}

.kb-body b,
.kb-body strong,
.kb-body h1,
.kb-body h2,
.kb-body h3,
.kb-body h4,
.kb-body button,
.kb-body .kb-nav a,
.kb-body .kb-account__summary {
  font-family: Latobold, Latoregular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.kb-header {
  background: url("/assets/kb/helpdesk/gridinsoft-bc.jpg") center/cover no-repeat;
  color: #ffffff;
}

.kb-header__inner,
.kb-hero__inner,
.kb-utility__inner,
.kb-main,
.kb-footer__inner,
.kb-support-cta__inner {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto;
}

.kb-header__inner {
  position: relative;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.kb-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.kb-brand__mark {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: contain;
}

.kb-brand__text {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.kb-brand__name {
  color: #ffffff;
  font-size: 1.34rem;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.18);
}

.kb-brand__subline {
  color: rgba(255, 255, 255, 0.76);
  font-family: Latobold, Latoregular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.86rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kb-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2.4vw, 30px);
  margin-left: auto;
}

.kb-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
  font-size: 0.98rem;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 140ms ease, opacity 140ms ease, background 140ms ease, border-color 140ms ease;
}

.kb-nav > a:not(.kb-nav__request)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.kb-nav a:hover,
.kb-nav > a:not(.kb-nav__request).is-active,
.kb-account.is-active .kb-account__summary,
.kb-account__summary:hover {
  color: #ffffff;
}

.kb-list-item:hover strong,
.kb-card:hover strong,
.kb-sidebar-list a:hover {
  color: #0b8fff;
}

.kb-nav > a:not(.kb-nav__request).is-active::after {
  opacity: 1;
  transform: translateY(0);
}

.kb-nav__request {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.kb-nav .kb-nav__request:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.18);
}

.kb-nav .kb-nav__request.is-active,
.kb-nav .kb-nav__request.is-active:hover {
  color: #0e3c94;
  border-color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.92);
}

.kb-account {
  position: relative;
  display: inline-block;
}

.kb-account__summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 750;
  font-size: 0.98rem;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
  transition: color 140ms ease, opacity 140ms ease;
}

.kb-account__summary::-webkit-details-marker {
  display: none;
}

.kb-account__summary:focus-visible {
  outline: 2px solid rgba(82, 183, 255, 0.9);
  outline-offset: 6px;
  border-radius: 6px;
}

.kb-account__avatar {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.kb-account__label {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.kb-account__status {
  color: rgba(255, 255, 255, 0.62);
  font-family: Latoregular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.68rem;
  line-height: 1;
}

.kb-account__name {
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kb-account__chevron {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  transition: transform 140ms ease;
}

.kb-account__chevron path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kb-account[open] .kb-account__chevron {
  transform: rotate(180deg);
}

.kb-account__menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 120;
  min-width: 190px;
  padding: 8px;
  border: 1px solid rgba(19, 31, 68, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(4, 12, 36, 0.22);
}

.kb-account__menu::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 22px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-top: 1px solid rgba(19, 31, 68, 0.1);
  border-left: 1px solid rgba(19, 31, 68, 0.1);
  transform: rotate(45deg);
}

.kb-nav .kb-account__menu a {
  position: relative;
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #24324a;
  font-size: 0.93rem;
  line-height: 1.2;
}

.kb-nav .kb-account__menu a:hover,
.kb-nav .kb-account__menu a:focus-visible {
  color: #0d83db;
  background: #eef7ff;
  outline: 0;
}

.kb-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(8, 18, 58, 0.2);
  color: #ffffff;
}

.kb-nav-toggle span {
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.kb-header.is-nav-open .kb-nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.kb-header.is-nav-open .kb-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.kb-header.is-nav-open .kb-nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.kb-back-to-top {
  position: fixed;
  right: max(26px, (100vw - 1180px) / 2 + 18px);
  bottom: 34px;
  z-index: 70;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f05a1a;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(240, 90, 26, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.94);
  pointer-events: none;
  text-decoration: none;
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, background 150ms ease;
}

.kb-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.kb-back-to-top:hover,
.kb-back-to-top:focus-visible {
  color: #ffffff;
  background: #e94f0e;
  outline: 0;
  transform: translateY(-2px) scale(1);
  text-decoration: none;
}

.kb-back-to-top svg {
  width: 30px;
  height: 30px;
}

.kb-back-to-top path {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kb-hero {
  background: transparent;
  color: #ffffff;
}

.kb-hero__inner {
  padding: 56px 0 82px;
  text-align: center;
}

.kb-hero h1 {
  max-width: 760px;
  margin: 0 auto 22px;
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.kb-hero__subtitle {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 0.98rem;
}

.kb-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(640px, 100%);
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e4e8ef;
  border-radius: 3px;
  overflow: hidden;
}

.kb-search input,
.kb-search button {
  min-height: 42px;
  border: 0;
  font-size: 0.95rem;
}

.kb-search input {
  padding: 0 16px;
  color: #202938;
  outline: 0;
}

.kb-search button {
  min-width: 46px;
  padding: 0 14px;
  background: #ff5f14;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 850;
}

.kb-search button svg {
  width: 22px;
  height: 22px;
  display: block;
}

.kb-search button circle,
.kb-search button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kb-utility {
  background: #ffffff;
  border-bottom: 1px solid #e8ebef;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
}

.kb-body--article .kb-utility {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  backdrop-filter: saturate(130%) blur(8px);
}

.kb-body--article.kb-body--utility-pinned .kb-utility {
  position: fixed;
  left: 0;
  right: 0;
}

.kb-body--article.kb-body--utility-pinned .kb-main {
  padding-top: calc(42px + var(--kb-sticky-utility-height));
}

.kb-utility__inner {
  min-height: var(--kb-sticky-utility-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 560px);
  align-items: center;
  gap: 28px;
}

.kb-search--compact {
  justify-self: end;
  width: 100%;
  margin: 0;
  box-shadow: none;
}

.kb-search--compact button {
  background: #ffffff;
  color: #ff5f14;
  font-size: 1.25rem;
}

.kb-reading-progress {
  display: none;
}

.kb-body--article .kb-reading-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  display: block;
  height: 4px;
  background: transparent;
  pointer-events: none;
}

.kb-body--article .kb-reading-progress span {
  display: block;
  width: var(--kb-reading-progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, #f05a1a 0%, #f8bd1a 100%);
  border-radius: 0 999px 999px 0;
  transition: width 80ms linear;
}

.kb-main {
  padding: 42px 0 64px;
}

.kb-body--home {
  background: #ffffff;
}

.kb-body--home .kb-main {
  width: calc(100% - 48px);
  max-width: 900px;
  padding: 56px 0 76px;
}

.kb-home-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 160px;
  align-items: start;
  margin-bottom: 58px;
}

.kb-home-action {
  display: grid;
  justify-items: center;
  gap: 16px;
  color: #111827;
  text-align: center;
  text-decoration: none;
}

.kb-home-action img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.kb-home-action strong {
  color: #111827;
  font-size: 1.08rem;
  font-weight: 700;
}

.kb-home-action span {
  max-width: 360px;
  color: #111827;
  font-size: 0.9rem;
  line-height: 1.65;
}

.kb-home-popular {
  width: min(520px, 100%);
  margin: 0 auto;
}

.kb-home-popular h2 {
  margin: 0 0 20px;
  color: #242a35;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.kb-home-popular h2 img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.kb-home-popular__list {
  display: grid;
  gap: 14px;
}

.kb-home-popular__list a {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #111827;
  font-size: 0.92rem;
  line-height: 1.45;
  text-decoration: none;
}

.kb-home-popular__list a img {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  object-fit: contain;
}

.kb-home-popular__list a:hover {
  color: #0b8fff;
}

.kb-body--index {
  background: #ffffff;
}

.kb-body--index .kb-hero {
  display: none;
}

.kb-body--index .kb-main {
  width: calc(100% - 48px);
  max-width: 1180px;
  padding-top: 34px;
}

.kb-body--index .kb-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kb-body--index .kb-card {
  min-height: 220px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 18px;
  align-content: start;
}

.kb-body--index .kb-card .kb-card__icon {
  grid-row: span 2;
  margin-bottom: 0;
}

.kb-home-popular--kb {
  width: min(680px, 100%);
  margin-top: 34px;
  margin-left: 0;
}

.kb-body--article {
  background: #ffffff;
}

.kb-body--article .kb-hero {
  display: none;
}

.kb-body--article .kb-main {
  width: calc(100% - 48px);
  max-width: 1180px;
  padding-top: 42px;
  overflow: visible;
}

.kb-body--category {
  background: #ffffff;
}

.kb-body--category .kb-hero {
  display: none;
}

.kb-body--category .kb-main {
  width: calc(100% - 48px);
  max-width: 1180px;
  padding-top: 34px;
}

.kb-body--glossary {
  background: #ffffff;
}

.kb-body--glossary .kb-hero {
  display: none;
}

.kb-body--glossary .kb-main {
  width: calc(100% - 48px);
  max-width: 1180px;
  padding-top: 42px;
}

.kb-section,
.kb-columns > div {
  background: #ffffff;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  padding: 32px;
}

.kb-section--catalog {
  border: 0;
  border-radius: 0;
  padding: 28px 0 0;
}

.kb-section + .kb-section,
.kb-columns {
  margin-top: 26px;
}

.kb-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.kb-section h2,
.kb-columns h2,
.kb-related h2 {
  margin: 0 0 18px;
  color: #202938;
  font-size: 1.25rem;
  font-weight: 800;
}

.kb-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.kb-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.kb-category-page {
  display: grid;
  gap: 24px;
}

.kb-category-page--overview {
  gap: 0;
}

.kb-category-layout {
  display: grid;
  gap: 24px;
}

.kb-category-layout--with-sidebar {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
}

.kb-category-main {
  display: grid;
  gap: 24px;
}

.kb-category-sidebar {
  position: sticky;
  top: calc(var(--kb-sticky-utility-height, 70px) + 24px);
  display: grid;
  gap: 26px;
}

.kb-category-header,
.kb-category-section {
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #ffffff;
}

.kb-category-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  padding: 34px;
}

.kb-category-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #ff5f14;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kb-category-header h1 {
  margin: 0;
  color: #111827;
  font-size: 2.35rem;
  line-height: 1.08;
  font-weight: 820;
  letter-spacing: 0;
}

.kb-category-header p {
  max-width: 920px;
  margin: 16px 0 0;
  color: #667085;
  font-size: 1.05rem;
  line-height: 1.65;
}

.kb-category-stats {
  display: flex;
  gap: 12px;
  margin: 0;
}

.kb-category-stats div {
  min-width: 104px;
  padding: 14px 16px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #f8fafc;
}

.kb-category-stats dt {
  margin: 0;
  color: #111827;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 850;
}

.kb-category-stats dd {
  margin: 5px 0 0;
  color: #667085;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.kb-category-section {
  padding: 28px;
}

.kb-category-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.kb-category-section__head h2 {
  margin: 0;
  color: #202938;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 820;
}

.kb-category-section__head span {
  color: #667085;
  font-size: 0.92rem;
}

.kb-section-browser {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 54px;
  row-gap: 46px;
}

.kb-section-block {
  min-width: 0;
}

.kb-section-block__head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  min-height: 128px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eceff3;
}

.kb-section-block__icon {
  display: block;
  color: inherit;
  text-decoration: none;
}

.kb-section-block__icon .kb-card__icon {
  width: 46px;
  height: 46px;
  margin: 0;
}

.kb-section-block__intro h2 {
  margin: 0;
  color: #111827;
  font-size: 1.35rem;
  line-height: 1.18;
  font-weight: 760;
}

.kb-section-block__intro h2 a {
  color: inherit;
  text-decoration: none;
}

.kb-section-block__intro h2 a:hover {
  color: #ff5f14;
}

.kb-section-block__intro p {
  display: -webkit-box;
  margin: 12px 0 0;
  color: #6a6a6a;
  font-size: 0.98rem;
  line-height: 1.55;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.kb-section-block__menu {
  color: #333333;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 2px;
}

.kb-section-block__articles,
.kb-section-article-list {
  display: grid;
}

.kb-section-block__articles {
  gap: 20px;
  padding-top: 24px;
}

.kb-section-link,
.kb-section-article {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  color: #111827;
  text-decoration: none;
}

.kb-section-link {
  font-size: 1.08rem;
  line-height: 1.42;
  font-weight: 720;
}

.kb-section-link:hover,
.kb-section-article:hover {
  color: #ff5f14;
}

.kb-section-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  color: #ff5f14;
  font-size: 1rem;
  font-weight: 720;
  text-decoration: none;
}

.kb-section-more:hover {
  color: #d94908;
}

.kb-section-block__empty {
  margin: 24px 0 0;
}

.kb-section-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 56px;
  align-items: start;
}

.kb-section-main {
  min-width: 0;
}

.kb-section-sidebar {
  position: sticky;
  top: calc(var(--kb-sticky-utility-height, 70px) + 24px);
  display: grid;
  gap: 26px;
}

.kb-section-article-list {
  gap: 0;
}

.kb-section-article {
  min-height: 58px;
  padding: 18px 0;
  border-bottom: 1px solid #edf0f4;
  font-size: 1.04rem;
  line-height: 1.35;
  font-weight: 700;
}

.kb-section-summary .kb-card__icon {
  width: 48px;
  height: 48px;
  margin: 0 0 14px;
}

.kb-section-summary h2 {
  margin-bottom: 10px;
  font-size: 1.22rem;
}

.kb-section-summary .kb-follow {
  margin-top: 18px;
}

.kb-glossary__letters {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.kb-card,
.kb-list-item {
  display: block;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(225, 231, 239, 0.68);
  border-radius: 8px;
  background: #ffffff;
}

.kb-card {
  min-height: 150px;
  padding: 22px;
  transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.kb-body--index .kb-card {
  border: 0;
  background: #fbfcff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.035);
}

.kb-body--index .kb-card:hover {
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.kb-grid--compact .kb-card {
  min-height: 132px;
}

.kb-glossary__letters .kb-card {
  min-height: 72px;
  padding: 18px 14px;
  display: grid;
  place-items: center;
  text-align: center;
}

.kb-glossary__letters .kb-card strong {
  font-size: 1.08rem;
}

.kb-body--glossary .kb-section {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.kb-glossary-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 52px;
  row-gap: 42px;
}

.kb-glossary-letter {
  min-width: 0;
}

.kb-glossary-letter__header {
  display: flex;
  min-height: 42px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #eceff3;
}

.kb-glossary-letter__header h2 {
  margin: 0;
  color: #111827;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 800;
}

.kb-glossary-letter__header span {
  color: #222936;
  font-size: 1.05rem;
  letter-spacing: 1px;
  line-height: 1;
}

.kb-glossary-letter__terms,
.kb-glossary-letter-list {
  display: grid;
  gap: 19px;
}

.kb-glossary-letter__terms {
  margin-top: 24px;
}

.kb-glossary-letter__terms a,
.kb-glossary-letter-list a {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  color: #111827;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

.kb-glossary-letter__terms a:hover,
.kb-glossary-letter-list a:hover {
  color: #ff5f14;
}

.kb-term-icon {
  position: relative;
  width: 12px;
  height: 16px;
  margin-top: 2px;
  border: 1.5px solid #7c828a;
  background: #ffffff;
}

.kb-term-icon::before {
  content: "";
  position: absolute;
  right: -1.5px;
  top: -1.5px;
  width: 5px;
  height: 5px;
  border-left: 1.5px solid #7c828a;
  border-bottom: 1.5px solid #7c828a;
  background: #ffffff;
}

.kb-term-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 6px;
  height: 5px;
  border-top: 1px solid #9aa1aa;
  border-bottom: 1px solid #9aa1aa;
}

.kb-glossary-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  color: #ff5f14;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.kb-glossary-more:hover {
  color: #d94908;
}

.kb-glossary__title {
  margin: 0 0 30px;
  color: #111827;
  font-size: 2.1rem;
  line-height: 1.12;
  font-weight: 800;
}

.kb-glossary-letter-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 56px;
}

.kb-card__icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 14px;
}

.kb-card__icon--fontawesome {
  width: 50px;
  height: 50px;
  opacity: 0.94;
  filter: brightness(0) saturate(100%) invert(8%) sepia(10%) saturate(2041%) hue-rotate(179deg) brightness(95%) contrast(94%);
}

.kb-card strong,
.kb-list-item strong {
  display: block;
  color: #202938;
  font-size: 1rem;
  font-weight: 800;
}

.kb-card span,
.kb-list-item span,
.kb-muted,
.kb-lead {
  display: block;
  margin-top: 8px;
  color: #667085;
  line-height: 1.6;
}

.kb-list {
  display: grid;
  gap: 10px;
}

.kb-list-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.kb-list-item:hover {
  border-color: #b8d7f4;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.kb-list-item__icon {
  position: relative;
  width: 15px;
  height: 19px;
  margin-top: 3px;
  border: 1.5px solid #8c96a5;
  background: #ffffff;
}

.kb-list-item__icon::before {
  content: "";
  position: absolute;
  right: -1.5px;
  top: -1.5px;
  width: 6px;
  height: 6px;
  border-left: 1.5px solid #8c96a5;
  border-bottom: 1.5px solid #8c96a5;
  background: #ffffff;
}

.kb-list-item__icon::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 7px;
  height: 5px;
  border-top: 1px solid #a7afbb;
  border-bottom: 1px solid #a7afbb;
}

.kb-list-item__body {
  min-width: 0;
}

.kb-list-item em {
  display: inline-flex;
  margin-top: 10px;
  color: #ff5f14;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
}

.kb-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: #6b7280;
  font-size: 0.86rem;
  font-weight: 700;
  min-width: 0;
}

.kb-breadcrumb--utility {
  margin: 0;
}

.kb-breadcrumb a {
  color: #2f3848;
  text-decoration: none;
  white-space: nowrap;
}

.kb-breadcrumb a:hover {
  color: #0b8fff;
}

.kb-breadcrumb a::after {
  content: "/";
  margin-left: 9px;
  color: #9ca3af;
}

.kb-breadcrumb span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kb-body--legal {
  background: #ffffff;
}

.kb-body--legal .kb-main {
  width: calc(100% - 48px);
  max-width: 960px;
  padding-top: 42px;
}

.kb-legal {
  color: #2a3444;
}

.kb-legal__eyebrow {
  margin: 0 0 10px;
  color: #0b8fff;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.kb-legal h1 {
  margin: 0;
  color: #202938;
  font-size: 2.3rem;
  line-height: 1.12;
}

.kb-legal__lead {
  max-width: 760px;
  margin: 16px 0 0;
  color: #647185;
  font-size: 1.08rem;
  line-height: 1.7;
}

.kb-legal__notice {
  margin-top: 30px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-radius: 8px;
  background: #f2f7ff;
}

.kb-legal__notice h2,
.kb-legal__grid h2 {
  margin: 0;
  color: #202938;
  font-size: 1.08rem;
  line-height: 1.3;
}

.kb-legal__notice p,
.kb-legal__grid p {
  margin: 8px 0 0;
  color: #647185;
  line-height: 1.65;
}

.kb-legal__actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kb-legal__button {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0b8fff;
  border-radius: 6px;
  background: #0b8fff;
  color: #ffffff;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.kb-legal__button:hover,
.kb-legal__button:focus-visible {
  background: #0577d8;
  color: #ffffff;
  outline: 0;
}

.kb-legal__button--secondary {
  background: #ffffff;
  color: #0b65bd;
}

.kb-legal__button--secondary:hover,
.kb-legal__button--secondary:focus-visible {
  background: #e8f3ff;
  color: #0b65bd;
}

.kb-legal__grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kb-legal__grid article {
  padding: 22px;
  border-radius: 8px;
  background: #fbfcff;
  box-shadow: 0 10px 28px rgba(32, 41, 56, 0.05);
}

.kb-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) 300px;
  align-items: start;
  gap: 64px;
  transition: grid-template-columns 220ms ease, gap 220ms ease;
}

.kb-article-layout.is-sidebar-collapsed {
  grid-template-columns: minmax(0, 920px) 0;
  gap: 0;
}

.kb-article-layout.is-sidebar-collapsed .kb-article-sidebar {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(30px);
}

.kb-article {
  min-width: 0;
}

.kb-article__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  margin-bottom: 36px;
}

.kb-article__header h1 {
  margin: 0;
  color: #0f172a;
  font-size: 2.35rem;
  line-height: 1.08;
  font-weight: 820;
  letter-spacing: 0;
}

.kb-article__tools {
  display: flex;
  gap: 14px;
  padding-top: 16px;
  color: #777f8c;
}

.kb-article-tool {
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #555b64;
  cursor: pointer;
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease;
}

.kb-article-tool:hover,
.kb-article-tool:focus-visible {
  color: #f05a1a;
  background: #fff3ed;
  outline: 0;
}

.kb-article-tool svg {
  width: 30px;
  height: 30px;
  display: block;
  overflow: visible;
}

.kb-article-tool path,
.kb-article-tool line,
.kb-article-tool rect,
.kb-article-tool circle,
.kb-article-tool polyline {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kb-article-tool__zoho-icon path {
  fill: currentColor;
  stroke: none;
}

.kb-article-tool--sidebar svg {
  width: 34px;
  height: 28px;
}

.kb-article-tool__arrow {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 180ms ease;
}

.kb-article-layout.is-sidebar-collapsed .kb-article-tool__arrow {
  transform: rotate(180deg);
}

.kb-article__content {
  color: #1f2937;
  font-size: 1rem;
  line-height: 1.65;
}

.kb-article a {
  color: #f05a1a;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.kb-article a:hover {
  text-decoration: underline;
}

.kb-article .kb-article-tool,
.kb-article .kb-article-tool:hover {
  text-decoration: none;
}

.kb-article .kb-article-tool {
  color: #555b64;
}

.kb-article .kb-article-tool:hover,
.kb-article .kb-article-tool:focus-visible {
  color: #f05a1a;
}

.kb-article h1,
.kb-article h2,
.kb-article h3 {
  color: #111827;
  line-height: 1.25;
  letter-spacing: 0;
}

.kb-article h2 {
  margin: 30px 0 16px;
  font-size: 1.48rem;
  font-weight: 780;
}

.kb-article h3 {
  margin: 22px 0 10px;
  font-size: 1.08rem;
  font-weight: 800;
}

.kb-article h2[id],
.kb-article h3[id] {
  scroll-margin-top: calc(var(--kb-sticky-utility-height) + 24px);
}

.kb-article p {
  margin: 0 0 16px;
}

.kb-article hr {
  height: 1px;
  margin: 26px 0;
  border: 0;
  background: #9ca3af;
}

.kb-article__content p:first-child {
  font-size: 1rem;
  font-weight: 400;
}

.kb-article ul,
.kb-article ol {
  margin: 0 0 22px;
  padding-left: 1.35rem;
}

.kb-article li {
  margin: 7px 0;
  padding-left: 0.15rem;
}

.kb-article li p {
  margin: 0;
}

.kb-article img {
  max-width: 100%;
  height: auto;
  margin: 10px 0 24px;
  border: 0;
  border-radius: 2px;
}

.kb-article .target_moving img,
.kb-article img.docsimage,
.kb-article img[data-zdeskdocid] {
  width: min(100%, var(--kb-doc-image-width, 560px));
  max-width: min(100%, var(--kb-doc-image-width, 560px));
  display: block;
}

.kb-article img.docsimage,
.kb-article img[data-zdeskdocid] {
  cursor: zoom-in;
}

.kb-article img.docsimage:focus-visible,
.kb-article img[data-zdeskdocid]:focus-visible {
  outline: 3px solid #1893ff;
  outline-offset: 4px;
}

.kb-article img.docsimage[data-zdeskdocselectedclass=small],
.kb-article img[data-zdeskdocid][data-zdeskdocselectedclass=small] {
  --kb-doc-image-width: 144px;
}

.kb-article img.docsimage[data-zdeskdocselectedclass=best],
.kb-article img[data-zdeskdocid][data-zdeskdocselectedclass=best] {
  --kb-doc-image-width: 436px;
}

.kb-article img.docsimage[data-zdeskdocselectedclass=original],
.kb-article img[data-zdeskdocid][data-zdeskdocselectedclass=original] {
  --kb-doc-image-width: 100%;
}

.kb-image-lightbox-open {
  overflow: hidden;
}

.kb-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  grid-template-rows: 58px minmax(0, 1fr) 86px;
  background: rgba(20, 25, 35, 0.82);
  color: #ffffff;
}

.kb-image-lightbox[hidden] {
  display: none;
}

.kb-image-lightbox__bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 22px;
  background: #050505;
}

.kb-image-lightbox__name {
  min-width: 0;
  font-size: 0.9rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kb-image-lightbox__count {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  white-space: nowrap;
}

.kb-image-lightbox__count span {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-style: italic;
}

.kb-image-lightbox__tools {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.kb-image-lightbox__tool,
.kb-image-lightbox__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

.kb-image-lightbox__tool {
  width: 28px;
  height: 28px;
}

.kb-image-lightbox__tool svg {
  width: 21px;
  height: 21px;
}

.kb-image-lightbox__tool circle,
.kb-image-lightbox__tool path,
.kb-image-lightbox__nav path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kb-image-lightbox__tool:hover,
.kb-image-lightbox__nav:hover,
.kb-image-lightbox__tool:focus-visible,
.kb-image-lightbox__nav:focus-visible {
  color: #57b3fe;
}

.kb-image-lightbox__stage {
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 92px;
}

.kb-image-lightbox__image {
  max-width: min(92vw, 1100px);
  max-height: calc(100vh - 190px);
  display: block;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
  object-fit: contain;
}

.kb-image-lightbox.is-zoomed .kb-image-lightbox__stage {
  align-items: flex-start;
  justify-content: flex-start;
  overflow: auto;
}

.kb-image-lightbox.is-zoomed .kb-image-lightbox__image {
  max-width: none;
  max-height: none;
}

.kb-image-lightbox__nav {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%);
}

.kb-image-lightbox__nav svg {
  width: 25px;
  height: 25px;
}

.kb-image-lightbox__nav--prev {
  left: 20px;
}

.kb-image-lightbox__nav--next {
  right: 20px;
}

.kb-image-lightbox__thumbs {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 14px 26px;
  overflow-x: auto;
  background: rgba(12, 16, 24, 0.42);
}

.kb-image-lightbox__thumb {
  width: 68px;
  height: 52px;
  flex: 0 0 auto;
  padding: 2px;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.kb-image-lightbox__thumb.is-active {
  border-color: #ffffff;
}

.kb-image-lightbox__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media print {
  .kb-header,
  .kb-utility,
  .kb-article__tools,
  .kb-article-sidebar,
  .kb-feedback,
  .kb-support-cta,
  .kb-footer {
    display: none !important;
  }
  .kb-body,
  .kb-main,
  .kb-body--article .kb-main,
  .kb-article-layout,
  .kb-article {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    background: #fff !important;
  }
  .kb-article__header {
    display: block;
    margin-bottom: 20px;
  }
  .kb-article a {
    color: #111827;
  }
}
.kb-article blockquote {
  position: relative;
  margin: 26px 0 34px 42px;
  padding: 22px 28px 24px 42px;
  border-left: 4px solid #d3dde6;
  background: #eef5f8;
  color: #1f2937;
}

.kb-article blockquote::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 18px;
  width: 16px;
  height: 16px;
  background: url("/assets/kb/helpdesk/quote.png") center/contain no-repeat;
}

.kb-article blockquote h2,
.kb-article blockquote h3 {
  border: 0;
  padding: 0;
  margin-top: 0;
  font-size: 1rem;
}

.kb-article blockquote:has(.kb-info-callout) {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.kb-article blockquote:has(.kb-info-callout)::before {
  content: none;
}

.kb-article .kb-info-callout {
  position: relative;
  margin: 24px 0 30px 42px;
  padding: 14px 20px 14px 46px;
  border-left: 4px solid #8bc8e8;
  background: #c8e8f8;
  color: #111827;
  line-height: 1.65;
}

.kb-article .kb-info-callout::before {
  content: "i";
  position: absolute;
  left: 16px;
  top: 17px;
  width: 16px;
  height: 16px;
  border: 1px solid #1f2937;
  border-radius: 999px;
  color: #1f2937;
  font-size: 11px;
  font-weight: 800;
  line-height: 15px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.kb-article .kb-info-callout img[data-image=contentStyle] {
  display: none;
}

.kb-body--newticket {
  background: #ffffff;
}

.kb-body--newticket .kb-hero {
  display: none;
}

.kb-body--newticket .kb-main {
  padding-top: 48px;
}

.kb-newticket {
  max-width: 1120px;
}

.kb-newticket__intro {
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid #cfd4dc;
}

.kb-newticket__intro h1 {
  margin: 0 0 16px;
  color: #2fa4e7;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
}

.kb-newticket__intro p {
  margin: 0;
  color: #111827;
  font-size: 1.05rem;
}

.kb-newticket__notice {
  margin: 0 0 24px;
  padding: 14px 16px;
  border-radius: 4px;
  font-weight: 700;
}

.kb-newticket__notice--success {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.kb-newticket__notice--error,
.kb-newticket-error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.kb-newticket-error {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 4px;
}

.kb-newticket-form {
  display: grid;
  gap: 28px;
}

.kb-newticket-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0 0 28px;
  border: 0;
  border-bottom: 1px solid #cfd4dc;
}

.kb-newticket-form legend {
  margin: 0 0 22px;
  padding: 0;
  color: #111827;
  font-size: 1.35rem;
  font-weight: 800;
}

.kb-newticket-form__website {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.kb-newticket-grid {
  display: grid;
  gap: 18px 22px;
  margin-bottom: 18px;
}

.kb-newticket-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kb-newticket-grid--phone {
  grid-template-columns: minmax(240px, 360px) 110px;
  align-items: end;
}

.kb-newticket-field {
  display: grid;
  gap: 7px;
  color: #111827;
  font-size: 1rem;
}

.kb-newticket-field span {
  font-size: 1.05rem;
  font-weight: 800;
}

.kb-newticket-field b {
  color: #ff321f;
}

.kb-newticket-field small {
  display: block;
  margin-top: -3px;
  color: #777d88;
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.35;
}

.kb-newticket-field input,
.kb-newticket-field select,
.kb-newticket-field textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #8e949d;
  border-radius: 3px;
  background: #ffffff;
  color: #111827;
  font: inherit;
  line-height: 1.45;
}

.kb-newticket-field input,
.kb-newticket-field select {
  padding: 7px 10px;
}

.kb-newticket-field textarea {
  min-height: 260px;
  padding: 14px 16px;
  resize: vertical;
}

.kb-newticket-field input:focus,
.kb-newticket-field select:focus,
.kb-newticket-field textarea:focus {
  border-color: #2f80ed;
  outline: 2px solid rgba(47, 128, 237, 0.16);
  outline-offset: 0;
}

.kb-newticket-field em {
  color: #b91c1c;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
}

.kb-newticket-field--short {
  max-width: 110px;
}

.kb-newticket-upload {
  display: block;
  margin-top: -2px;
  padding: 16px;
  border: 2px dashed #c4c8cf;
  border-radius: 4px;
  background: #ffffff;
  color: #6b7280;
}

.kb-newticket-upload span {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.kb-newticket-upload input {
  width: 100%;
}

.kb-newticket-help {
  margin: 8px 0 0;
  color: #687487;
  font-size: 0.9rem;
}

.kb-newticket-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.kb-newticket-actions button,
.kb-newticket-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 22px;
  font-weight: 800;
  text-decoration: none;
}

.kb-newticket-actions button {
  border: 1px solid #ff5f14;
  background: #ff5f14;
  color: #ffffff;
}

.kb-newticket-actions a {
  border: 1px solid #c9d2df;
  background: #ffffff;
  color: #334155;
}

@media (max-width: 820px) {
  .kb-newticket-grid--two,
  .kb-newticket-grid--phone {
    grid-template-columns: 1fr;
  }
  .kb-newticket-field--short {
    max-width: none;
  }
}
.kb-article .zd_hc_accordion_container {
  margin: 24px 0 30px;
  border: 1px solid #d8e2ec;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
}

.kb-article .zd_hc_tab_header {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid #d8e2ec;
  background: #f7f9fc;
}

.kb-article .zd_hc_tab_header_item {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-right: 1px solid #d8e2ec;
  color: #4d5969;
  cursor: pointer;
  user-select: none;
}

.kb-article .zd_hc_tab_header_item:hover,
.kb-article .zd_hc_tab_header_item:focus {
  color: #0b8fff;
  outline: 0;
}

.kb-article .zd_hc_tab_header_item.zd_hc_active,
.kb-article .zd_hc_tab_title.zd_hc_active {
  background: #ffffff;
  color: #0f172a;
  font-weight: 800;
}

.kb-article .zd_hc_tab_title {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
}

.kb-article .zd_hc_tab_content {
  padding: 22px 24px 20px;
}

.kb-article .zd_hc_tab_pane:not(.zd_hc_active),
.kb-article .zd_hc_tab_pane[hidden] {
  display: none;
}

.kb-article .zd_hc_tab_inner_title {
  margin-bottom: 14px;
  color: #111827;
  font-family: Latobold, Latoregular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
}

.kb-article .accordion_description {
  display: block;
}

.kb-article .accordion_description ul {
  margin-bottom: 0;
}

.kb-article .zd_hc_accordion_item + .zd_hc_accordion_item {
  border-top: 1px solid #d8e2ec;
}

.kb-article .zd_hc_accordion_header {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 13px 48px 13px 18px;
  background: #f7f9fc;
  color: #202938;
  cursor: pointer;
  user-select: none;
}

.kb-article .zd_hc_accordion_header:hover,
.kb-article .zd_hc_accordion_header:focus {
  background: #eef5ff;
  outline: 0;
}

.kb-article .zd_hc_accordion_header::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff5f14;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.kb-article .zd_hc_accordion_item.zd_hc_accordion_open > .zd_hc_accordion_header {
  background: #ffffff;
}

.kb-article .zd_hc_accordion_item.zd_hc_accordion_open > .zd_hc_accordion_header::after {
  content: "−";
}

.kb-article .zd_hc_accordion_title_inner {
  font-family: Latobold, Latoregular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.kb-article .zd_hc_accordion_content {
  padding: 4px 22px 22px;
  background: #ffffff;
  color: #1f2937;
}

.kb-article .zd_hc_accordion_content[hidden] {
  display: none;
}

.kb-article .zd_hc_accordion_content_inner ul {
  margin-bottom: 0;
}

.kb-feedback {
  min-height: 48px;
  margin-top: 26px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  border: 1px solid #eef1f4;
  border-radius: 6px;
  background: #fafafa;
  color: #242a35;
}

.kb-feedback strong {
  margin-right: 8px;
  font-size: 1rem;
  font-weight: 760;
}

.kb-feedback__button {
  min-width: 42px;
  height: 36px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #596474;
  cursor: pointer;
  transition: color 140ms ease, background 140ms ease, opacity 140ms ease;
}

.kb-feedback__button:hover,
.kb-feedback__button:focus-visible {
  color: #f05a1a;
  background: #fff2ec;
  outline: 0;
}

.kb-feedback__button.is-active {
  color: #f05a1a;
}

.kb-feedback__button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.kb-feedback__button svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}

.kb-feedback__zoho-icon--down {
  transform: rotateX(180deg) rotateY(180deg) translateY(-14%);
}

.kb-feedback__count {
  min-width: 1ch;
  color: currentColor;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.kb-feedback__status {
  min-height: 1em;
  margin-left: 4px;
  color: #6b7280;
  font-size: 0.82rem;
}

.kb-feedback__status:empty {
  display: none;
}

.kb-article-share {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.kb-article-share__link {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 140ms ease, opacity 140ms ease;
}

.kb-article-share__link:hover,
.kb-article-share__link:focus-visible {
  opacity: 0.86;
  outline: 0;
  transform: translateY(-1px);
}

.kb-article-share__link svg {
  width: 30px;
  height: 30px;
  display: block;
}

.kb-article-share__link--x {
  --twitter-color: #fff;
  --twitter-bg: #000;
}

.kb-article-share__link--linkedin {
  --linked-bg: #2867b2;
  --linked-color: #fff;
}

.kb-article-glossary {
  margin-top: 30px;
  color: #2f3744;
}

.kb-article-glossary h2 {
  margin: 0 0 14px;
  color: #2f3744;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 600;
}

.kb-article-glossary__letters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.kb-article-glossary__letters a {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce2ea;
  border-radius: 6px;
  background: #fff;
  color: #4b5563;
  font-size: 0.8rem;
  line-height: 1;
  text-decoration: none;
}

.kb-article-glossary__letters a:hover,
.kb-article-glossary__letters a:focus-visible {
  border-color: #ff8a4d;
  color: #f05a1a;
  outline: 0;
}

.kb-article-sidebar {
  position: sticky;
  top: calc(var(--kb-sticky-utility-height) + 24px);
  max-height: calc(100vh - var(--kb-sticky-utility-height) - 40px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 10px;
  display: grid;
  gap: 26px;
  color: #2b3442;
  scrollbar-color: #c7cbd1 transparent;
  scrollbar-width: thin;
  transition: opacity 200ms ease, transform 220ms ease, visibility 200ms ease;
}

.kb-article-sidebar::-webkit-scrollbar {
  width: 6px;
}

.kb-article-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.kb-article-sidebar::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c7cbd1;
}

.kb-sidebar-block {
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e7eb;
}

.kb-sidebar-block h2 {
  margin: 0 0 16px;
  color: #353d4a;
  font-size: 1.08rem;
  font-weight: 760;
}

.kb-sidebar-block--article-list h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kb-sidebar-block--article-list h2::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: #6b7280;
  -webkit-mask: url("/assets/kb/helpdesk/icon-briefcase.svg") center/contain no-repeat;
  mask: url("/assets/kb/helpdesk/icon-briefcase.svg") center/contain no-repeat;
}

.kb-sidebar-block p {
  margin: 8px 0 0;
  color: #7a8290;
  font-size: 0.82rem;
  line-height: 1.5;
}

.kb-toc,
.kb-sidebar-list {
  display: grid;
  gap: 14px;
}

.kb-toc a,
.kb-sidebar-list a {
  color: #111827;
  font-size: 0.96rem;
  line-height: 1.45;
  font-weight: 650;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.kb-toc a {
  position: relative;
  transition: color 120ms ease;
}

.kb-toc a.is-active {
  color: #1893ff;
}

.kb-toc__item--has-children {
  padding-left: 20px;
}

.kb-toc__item--has-children::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.53em;
  width: 7px;
  height: 7px;
  border-right: 2px solid #4b5563;
  border-bottom: 2px solid #4b5563;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: 50% 50%;
  transition: transform 120ms ease, border-color 120ms ease;
}

.kb-toc__item--has-children.is-expanded::before {
  transform: translateY(-65%) rotate(45deg);
}

.kb-toc__item--has-children.is-active::before {
  border-color: #4b5563;
}

.kb-toc__item--level-3 {
  display: none;
  padding-left: 18px;
  font-size: 0.9rem !important;
  font-weight: 540 !important;
}

.kb-toc__item--level-3.is-visible {
  display: block;
}

.kb-sidebar-list a {
  position: relative;
  padding-left: 20px;
}

.kb-sidebar-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 16px;
  background: #8c96a5;
  -webkit-mask: url("/assets/kb/helpdesk/icon-document.svg") center/contain no-repeat;
  mask: url("/assets/kb/helpdesk/icon-document.svg") center/contain no-repeat;
}

.kb-sidebar-list a.is-active {
  color: #1893ff;
}

.kb-follow {
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #ff6b2c;
  border-radius: 2px;
  background: #ffffff;
  color: #ff6b2c;
  font-weight: 700;
}

.kb-related {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid #e6edf5;
}

.kb-support-cta {
  margin-top: 0;
  background: #f0f0f1;
}

.kb-support-cta__inner {
  min-height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 320px;
}

.kb-support-cta h2 {
  margin: 0 0 8px;
  color: #3b3b3f;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 760;
}

.kb-support-cta p {
  margin: 0;
  color: #565b64;
}

.kb-support-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #6f6f72;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.kb-footer {
  margin-top: 56px;
  border-top: 1px solid #e4eaf2;
  background: #f7f9fc;
}

.kb-footer__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 24px 0;
  color: #667085;
  font-size: 0.94rem;
}

.kb-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #202938;
}

.kb-footer__mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 9px;
}

.kb-footer__brand span {
  display: grid;
  gap: 2px;
}

.kb-footer__brand strong {
  color: #202938;
  font-size: 1.03rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
}

.kb-footer__brand small {
  color: #748196;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.kb-footer__group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-width: 0;
}

.kb-footer__group h2 {
  margin: 0 0 3px;
  color: #202938;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.kb-footer a {
  color: #475569;
  font-weight: 650;
  text-decoration: none;
}

.kb-footer a:hover,
.kb-footer a:focus-visible {
  color: #0b8fff;
  outline: 0;
}

.kb-footer__bottom {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid #e4eaf2;
  color: #7a8698;
  font-size: 0.86rem;
}

.kb-footer__copyright {
  color: #7a8698;
  font-size: 0.86rem;
  text-align: right;
}

@media (max-width: 980px) {
  .kb-body {
    --kb-sticky-utility-height: 104px;
  }
  .kb-header__inner,
  .kb-hero__inner,
  .kb-utility__inner,
  .kb-main,
  .kb-footer__inner,
  .kb-support-cta__inner,
  .kb-body--article .kb-main,
  .kb-body--glossary .kb-main {
    width: calc(100% - 32px);
    max-width: 760px;
  }
  .kb-header__inner {
    min-height: 78px;
    padding: 12px 0;
  }
  .kb-footer__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 0;
  }
  .kb-footer__brand,
  .kb-footer__group,
  .kb-footer__copyright {
    justify-self: start;
    text-align: left;
  }
  .kb-body--legal .kb-main {
    width: calc(100% - 32px);
    max-width: 760px;
  }
  .kb-legal__notice,
  .kb-legal__grid {
    grid-template-columns: 1fr;
  }
  .kb-legal__notice {
    align-items: flex-start;
    flex-direction: column;
  }
  .kb-nav {
    gap: 20px;
    font-size: 0.92rem;
  }
  .kb-utility__inner,
  .kb-article-layout,
  .kb-category-layout--with-sidebar,
  .kb-section-layout,
  .kb-grid,
  .kb-columns,
  .kb-category-header,
  .kb-glossary-groups,
  .kb-glossary-letter-list {
    grid-template-columns: 1fr;
  }
  .kb-section-browser {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
  }
  .kb-body--index .kb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kb-utility__inner {
    min-height: 0;
    padding: 14px 0;
  }
  .kb-category-header {
    align-items: start;
  }
  .kb-category-stats {
    flex-wrap: wrap;
  }
  .kb-article-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .kb-category-sidebar {
    position: static;
  }
  .kb-section-sidebar {
    position: static;
  }
  .kb-article-layout.is-sidebar-collapsed {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .kb-article-layout.is-sidebar-collapsed .kb-article-sidebar {
    display: none;
  }
  .kb-breadcrumb--utility {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .kb-search--compact {
    justify-self: stretch;
  }
  .kb-article__header {
    grid-template-columns: 1fr;
  }
  .kb-article__header h1,
  .kb-category-header h1,
  .kb-hero h1 {
    font-size: 2.2rem;
  }
  .kb-article__tools {
    padding-top: 0;
  }
  .kb-support-cta__inner {
    min-height: 170px;
    justify-content: space-between;
    gap: 24px;
  }
  .kb-back-to-top {
    right: 22px;
    bottom: 22px;
  }
}
@media (max-width: 640px) {
  .kb-header__inner,
  .kb-hero__inner,
  .kb-utility__inner,
  .kb-main,
  .kb-footer__inner,
  .kb-support-cta__inner,
  .kb-body--article .kb-main,
  .kb-body--glossary .kb-main {
    width: calc(100% - 24px);
    max-width: 560px;
  }
  .kb-brand__mark {
    width: 46px;
    height: 46px;
  }
  .kb-brand__name {
    font-size: 1.18rem;
  }
  .kb-brand__subline {
    font-size: 0.78rem;
  }
  .kb-nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }
  .kb-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: none;
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    gap: 2px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(13, 23, 66, 0.94);
    box-shadow: 0 14px 32px rgba(6, 12, 35, 0.24);
    backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    pointer-events: none;
    transition: opacity 150ms ease, visibility 150ms ease, transform 150ms ease;
  }
  .kb-header.is-nav-open .kb-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .kb-nav a,
  .kb-account__summary {
    display: block;
    padding: 12px 14px;
    border-radius: 5px;
    font-size: 1rem;
    text-align: left;
  }
  .kb-nav > a:not(.kb-nav__request)::after {
    display: none;
  }
  .kb-nav__request {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
  }
  .kb-nav .kb-nav__request:hover,
  .kb-nav .kb-nav__request.is-active,
  .kb-nav .kb-nav__request.is-active:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.14);
  }
  .kb-account__summary {
    display: flex;
    width: 100%;
  }
  .kb-account {
    display: block;
    width: 100%;
  }
  .kb-nav a:hover,
  .kb-nav a.is-active,
  .kb-account.is-active .kb-account__summary,
  .kb-account__summary:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .kb-account__avatar {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .kb-account__label {
    flex: 1 1 auto;
  }
  .kb-account__name {
    max-width: none;
  }
  .kb-account__menu {
    position: static;
    min-width: 0;
    margin: 4px 0 0 42px;
    padding: 4px;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: none;
  }
  .kb-account__menu::before {
    display: none;
  }
  .kb-nav .kb-account__menu a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
  }
  .kb-nav .kb-account__menu a:hover,
  .kb-nav .kb-account__menu a:focus-visible {
    color: #52b7ff;
    background: rgba(255, 255, 255, 0.08);
  }
  .kb-article__header h1,
  .kb-category-header h1,
  .kb-hero h1 {
    font-size: 1.9rem;
  }
  .kb-category-header,
  .kb-category-section {
    padding: 22px;
  }
  .kb-category-section__head {
    display: grid;
    gap: 6px;
  }
  .kb-section-browser {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }
  .kb-body--index .kb-grid {
    grid-template-columns: 1fr;
  }
  .kb-section-block__head {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 16px;
    min-height: 0;
  }
  .kb-section-block__intro h2 {
    font-size: 1.2rem;
  }
  .kb-article__content {
    font-size: 1rem;
  }
  .kb-article__content h2 {
    font-size: 1.45rem;
  }
  .kb-article__content blockquote {
    margin-left: 0;
  }
  .kb-article .kb-info-callout {
    margin-left: 0;
    padding: 14px 16px 14px 40px;
  }
  .kb-support-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .kb-back-to-top {
    width: 52px;
    height: 52px;
    right: 16px;
    bottom: 16px;
  }
  .kb-back-to-top svg {
    width: 27px;
    height: 27px;
  }
  .kb-image-lightbox {
    grid-template-rows: auto minmax(0, 1fr) 72px;
  }
  .kb-image-lightbox__bar {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    padding: 10px 12px;
  }
  .kb-image-lightbox__count {
    order: 3;
    grid-column: 1/-1;
    justify-self: center;
  }
  .kb-image-lightbox__stage {
    padding: 22px 18px;
  }
  .kb-image-lightbox__nav {
    width: 38px;
    height: 38px;
  }
  .kb-image-lightbox__nav--prev {
    left: 10px;
  }
  .kb-image-lightbox__nav--next {
    right: 10px;
  }
  .kb-image-lightbox__thumbs {
    padding: 10px 12px;
  }
  .kb-image-lightbox__thumb {
    width: 58px;
    height: 46px;
  }
  .kb-footer__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0;
  }
  .kb-footer__group {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .kb-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .kb-body--legal .kb-main {
    width: calc(100% - 24px);
    padding-top: 32px;
  }
  .kb-legal h1 {
    font-size: 1.9rem;
  }
  .kb-legal__lead {
    font-size: 1rem;
  }
  .kb-legal__notice,
  .kb-legal__grid article {
    padding: 18px;
  }
  .kb-legal__actions,
  .kb-legal__button {
    width: 100%;
  }
}
