/* Critical first-viewport styles for the public home page. */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  color: #6b707f;
  font-family: Roboto, "Noto Sans", Arial, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  min-height: 100%;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button,
input {
  font: inherit;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-12,
.col-md-4,
.col-md-8,
.col-lg-4,
.col-sm-6 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.text-center {
  text-align: center;
}

.align-items-center {
  align-items: center;
}

.navbar {
  align-items: center;
  display: flex;
  padding: 0;
  position: relative;
}

.navbar-expand-lg {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-brand {
  display: inline-block;
  line-height: inherit;
  margin-right: 1rem;
  padding: 0;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.navbar-collapse {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
}

.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  display: none;
  padding: 0;
}

.collapse:not(.show) {
  display: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
}

:root {
  --sk-nav-ink: #17213a;
  --sk-nav-muted: #526071;
  --sk-nav-border: #dbe5ed;
  --sk-nav-accent: #0b7e97;
  --sk-nav-focus: rgba(11, 126, 151, 0.22);
  --sk-nav-shadow: rgba(15, 45, 77, 0.06);
}

.sk-topbar {
  background: #fff;
  border-bottom: 1px solid var(--sk-nav-border);
  min-height: 82px;
  z-index: 1050;
}

.sk-topbar.navbar_fixed {
  background: #fff;
  box-shadow: 0 4px 8px var(--sk-nav-shadow);
  left: 0;
  position: fixed;
  top: 0 !important;
  width: 100%;
}

.sk-topbar__inner {
  align-items: center;
  display: flex;
  min-height: 82px;
}

.sk-topbar__brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  margin-right: clamp(18px, 3vw, 40px);
  transform: translateY(-2px);
}

.sk-topbar__brand img {
  display: block;
  height: 39px;
  max-width: 177px;
  object-fit: contain;
  width: 177px;
}

.sk-topbar__brand picture {
  display: block;
  line-height: 0;
}

.sk-topbar__collapse {
  align-items: center;
  gap: clamp(18px, 2.6vw, 34px);
  justify-content: flex-start;
  min-width: 0;
}

.sk-topbar__nav,
.sk-topbar__actions {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}

.sk-topbar__nav {
  gap: 12px;
  margin-right: auto;
}

.sk-topbar__actions {
  flex: 0 0 auto;
  gap: 10px;
}

.sk-topbar .menu > .nav-item,
.sk-topbar.navbar_fixed.menu_two .menu > .nav-item {
  border: 0;
  padding: 0;
}

.sk-topbar .menu > .nav-item + .nav-item {
  margin-left: 0;
}

.sk-topbar__link,
.sk-ai-cta,
.sk-account-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  min-height: 36px;
  white-space: nowrap;
}

.sk-topbar__link {
  color: var(--sk-nav-muted) !important;
  font-weight: 500;
  padding: 0 11px !important;
}

.sk-topbar__link.is-active,
.sk-topbar .menu > .nav-item:hover > .sk-topbar__link {
  color: var(--sk-nav-accent) !important;
}

.sk-ai-cta,
.sk-account-button {
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
}

.sk-ai-cta {
  background: var(--sk-nav-accent);
  border: 1px solid var(--sk-nav-accent);
  color: #fff;
}

.sk-apps-toggle__ic {
  align-items: center;
  color: var(--sk-nav-accent);
  display: inline-flex;
  margin-right: 8px;
}

.sk-topbar .dropdown-menu {
  display: none;
}

@media (min-width: 992px) {
  .sk-topbar .sk-topbar__dropdown:hover > .dropdown-menu,
  .sk-topbar .sk-topbar__dropdown.show > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    display: inline-flex;
  }

  .sk-topbar {
    min-height: 68px;
    position: fixed;
    top: 0 !important;
    width: 100%;
  }

  .sk-topbar__inner {
    justify-content: space-between;
    min-height: 68px;
  }

  .sk-topbar__brand img {
    height: 34px;
    width: 153px;
  }

  .sk-topbar__collapse {
    background: #fff;
    border: 1px solid var(--sk-nav-border);
    border-radius: 10px;
    box-shadow: 0 8px 8px rgba(23, 33, 58, 0.14), 0 2px 4px rgba(23, 33, 58, 0.08);
    left: 12px;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    right: 12px;
    top: 74px;
  }

  .sk-topbar__nav,
  .sk-topbar__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }

  .sk-topbar__link,
  .sk-ai-cta,
  .sk-account-button {
    justify-content: flex-start;
    min-height: 42px;
    width: 100%;
  }
}

.kbDoc-banner-support {
  background-image: linear-gradient(30deg, #feefec 0%, #f5fdff 100%);
  height: 570px;
  padding: 80px 0;
  position: relative;
}

.kbDoc-banner-support .banner-content {
  min-height: 0;
}

.kbDoc-banner-support .banner-content-wrapper {
  margin: 50px auto;
  max-width: 770px;
  position: relative;
  z-index: 2;
}

.kbDoc-banner-support .banner-title {
  color: #1d2746;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin: -20px 0 12px;
}

.kbDoc-banner-support .banner-description,
.kbDoc-banner-support .banner-content-wrapper p {
  color: #6b707f;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}

.kbDoc-banner-support .banner-search-form {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 10px 0 rgba(49, 12, 2, 0.06);
  display: flex;
  margin: 0 auto;
  max-width: 770px;
}

.kbDoc-banner-support .banner-search-form input {
  background: transparent;
  border: 0;
  height: 60px;
  padding: 15px 30px;
  width: 100%;
}

.kbDoc-banner-support .banner-search-form button {
  background: transparent;
  border: 0;
  color: #0b7e97;
  font-size: 20px;
  min-width: 56px;
  padding-right: 20px;
}

.kbDoc-banner-support .bottom-shape {
  bottom: -1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.kbDoc-banner-support .bottom-shape img {
  display: block;
  width: 100%;
}

.partical-animation {
  pointer-events: none;
}

.related-communities {
  background: #fff;
  padding-top: 0;
}

.communities-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}

.related-communities .communities-boxes > a {
  color: inherit;
  flex: 0 0 205px;
  text-decoration: none;
  width: 20%;
}

.communities-boxes .kbDoc-com-box {
  margin-bottom: 57px;
  text-align: center;
  width: 100%;
}

.communities-boxes .kbDoc-com-box .icon-container {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 40px 70px 0 rgba(2, 47, 57, 0.1);
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto 34px;
  width: 100px;
}

.communities-boxes .kbDoc-com-box .title {
  color: #1d2746;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 5px;
}

.doc_blog_grid_area {
  background: #fff;
}

.blog_grid_post {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
  cursor: pointer;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog_grid_post .grid_post_content {
  padding: 20px 30px 25px;
}

.b_title {
  color: #1d2746;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 18px;
}

.post_author {
  align-items: center;
  display: flex;
  padding-top: 18px;
}

.round_img img {
  border-radius: 50%;
}

@media (max-width: 991px) {
  .kbDoc-banner-support {
    padding: 150px 0;
  }

  .kbDoc-banner-support .banner-content-wrapper {
    max-width: 90%;
  }
}

@media (max-width: 767.98px) {
  .kbDoc-banner-support {
    height: auto;
    min-height: 0;
    overflow: hidden;
    padding: 124px 0 56px;
  }

  .kbDoc-banner-support .banner-content {
    padding: 0 16px;
  }

  .kbDoc-banner-support .banner-title {
    font-size: 34px;
  }

  .kbDoc-banner-support .banner-content-wrapper p br {
    display: none;
  }

  .communities-boxes {
    justify-content: center;
    width: calc(100% + 30px);
  }

  .related-communities .communities-boxes > a {
    flex: 0 0 185px;
  }
}

@media (max-width: 420px) {
  .related-communities .communities-boxes > a {
    flex: 0 0 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
