.logo img {
  display: block;
}

.logo span {
  font-weight: 500;
  font-size: 14px;
  margin-left: 45px;
}

.mobile-menu {
  display: none;
  position: fixed;
  background: #f2f4f6;
}

.sidebar {
  position: fixed;
  max-width: 320px;
  width: 100%;
  padding: 32px 26px;
  background: #f2f4f6;
  border-right: 1px solid #d9d9d9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: auto;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.navbar {
  margin-top: 36px;
}

.link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 12px;
  border-radius: 8px;
  margin-bottom: 8px;
}

.link-item .left-menu-item {
  font-size: 14px;
}

.link-item:hover {
  background: #d9ebff;
}

.link-item-dropdown {
  position: relative;
}

.link-item-dropdown .arrow-indicator {
  position: absolute;
  font-size: 20px;
  color: #98a9bc;
  top: 11px;
  right: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link-item-dropdown div.link-item {
  cursor: pointer;
}

.link-item-dropdown .sub-link-items {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link-item-dropdown .sub-link-items .link-item {
  padding-left: 42px;
}

.link-item-dropdown.open .arrow-indicator {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link-item-dropdown.open .sub-link-items {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

.menu-icon {
  margin-right: 10px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.navbar-toggler {
  display: none;
}

*,
*::before,
*::after,
*:focus {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  color: #252631;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  color: #252631;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

input,
textarea,
select,
button {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.container {
  margin: 0 auto;
  padding: 0px 25px;
  max-width: 800px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #252631;
  text-decoration: none;
}

p {
  line-height: 150%;
}

p a {
  color: #005bd1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jst-btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jst-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.relative {
  position: relative;
}

.inline {
  display: inline !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-2-5 {
  margin-bottom: 2.5rem;
}

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

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

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

.bold-font {
  font-weight: 600;
}

ul {
  padding-left: 24px;
}

.ancor-block {
  position: absolute;
  top: -30px;
  width: 100%;
  height: 1px;
}

.hidden {
  display: none !important;
}

/* grid */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -16px;
}

.row [class^=col] {
  padding-left: 12px;
  padding-right: 12px;
  margin: 0;
  margin-top: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}

.col-7-5 {
  -ms-flex-preferred-size: 64%;
      flex-basis: 64%;
  max-width: 64%;
}

.col-6-5 {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
}

.col-5-5 {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
}

.col-5 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
}

.col-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.col-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.col-8 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-4 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-4-5 {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  max-width: 36%;
}

.col-3-5 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
}

.col-2-5 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}

.col-2 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  position: relative;
}

.btn {
  display: inline-block;
}

.btn-primary {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-size-m {
  height: 48px;
  border-radius: 50px;
  padding: 14.5px 40px;
}

.btn-size-xl {
  height: 80px;
  font-size: 18px;
  border-radius: 50px;
  padding: 28px 125px;
}

.section {
  padding: 64px 0px;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.card {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 1.5rem;
  display: block;
}

.card .card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.card .card-head .card-icon {
  color: #5fbf41;
  font-size: 24px;
}

.card .card-head h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
}

.card .card-text {
  margin-top: 14px;
}

.card .card-text p {
  margin: 0px;
  color: #98a9bc;
  font-size: 14px;
  margin: 0px;
}

a.card:hover {
  border: 1px solid #5fbf41;
}

.section-main .main-img {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}

.section-main .main-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  -o-object-position: left;
     object-position: left;
  left: 0px;
}

h1 {
  margin: 0px 0px 1rem 0px;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h3 {
  margin: 0px 0px 1rem 0px;
  font-size: 20px;
}

h4 {
  margin: 0px 0px 1rem 0px;
  font-size: 16px;
}

p {
  margin: 0px 0px 1rem 0px;
}

.before-h1 {
  color: #5fbf41;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0.6rem;
}

.section-single {
  padding: 2rem 0rem;
}

.section-single h2 {
  margin: 0px 0px 1.5rem 0px;
}

.section-single h3 {
  margin: 0px 0px 1.5rem 0px;
}

.section-single p {
  margin: 0px 0px 1.5em 0px;
}

.section-single p a, .section-single li a  {
  color: #5fbf41;
  text-decoration: none;
}

.section-single p a:hover, .section-single li a:hover {
  border-bottom: 1px solid;
}

.section-single p a i, .section-single li a i {
  vertical-align: middle;
  margin-left: 3px;
}

.section-single img {
  margin-bottom: 1.5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 3rem;
}

table tr th {
  padding: 11.5px 24px;
  text-align: left;
  background: #f7f7f8;
  font-weight: 500;
  color: #98a9bc;
}

table tr td {
  padding: 18px 24px;
  border-bottom: 1px solid #f3f3f3;
}

pre {
  font-family: monospace;
  background-color: #f7f7f8;
  padding: 1rem;
  border-radius: 10px;
  font-size: 14px;
  margin: 0px 0px 3rem 0px;
}

.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

ul {
  margin: 0px 0px 1.5rem 0px;
}

ul li {
  margin-bottom: 10px;
  line-height: 145%;
  position: relative;
  list-style-type: none;
}

ul li::before {
  list-style-type: none;
  content: "";
  display: inline-block;
  background: #5fbf41;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: -15px;
  top: 10px;
}

ol {
  margin: 0px 0px 1.5rem 0px;
}

ol li {
  margin-bottom: 10px;
  line-height: 145%;
  position: relative;
}

.right-sidebar {
  position: fixed;
  top: 0px;
  right: 0px;
  max-width: 320px;
  background: #f2f4f6;
  padding: 2rem;
  height: 100vh;
  overflow: auto;
  width: 100%;
  z-index: 2;
  display: none;
}

.right-sidebar__title {
  color: #5fbf41;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 1rem;
  display: block;
}

.right-sidebar__item {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 1rem;
  display: block;
}

.right-sidebar__item:hover {
  opacity: 0.7;
}

.subnav {
  position: absolute;
  right: 24px;
  top: 32px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  color: #252631;
  font-size: 20px;
  background: none;
  cursor: pointer;
  display: none;
}

.close-right-sidebar {
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 16px;
  right: 30px;
  cursor: pointer;
  display: none;
}

.overflow-bg {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  display: none;
}

.overflow-bg.active {
  display: block;
}

.wp-block-table {
  overflow: auto;
  padding: 0px;
  margin: 0px;
}

.search-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  color: #5fbf41;
  font-size: 18px;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.mobile-menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.link-item.active {
  background: #d9ebff;
}

.section-search {
  padding-top: 48px;
}

.docs-search-form {
  position: relative;
  margin-bottom: 24px;
}

.docs-search-form__icon {
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #98a9bc;
  pointer-events: none;
}

.docs-search-form input[type=search] {
  width: 100%;
  height: 40px;
  border: 1px solid #d9d9d9;
  padding: 0 48px 0 52px;
  font-size: 16px;
  color: #252631;
  background: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.docs-search-form input[type=search]::-webkit-search-decoration,
.docs-search-form input[type=search]::-webkit-search-cancel-button,
.docs-search-form input[type=search]::-webkit-search-results-button,
.docs-search-form input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.docs-search-form input[type=search]::-webkit-input-placeholder {
  color: #98a9bc;
}

.docs-search-form input[type=search]::-moz-placeholder {
  color: #98a9bc;
}

.docs-search-form input[type=search]:-ms-input-placeholder {
  color: #98a9bc;
}

.docs-search-form input[type=search]::-ms-input-placeholder {
  color: #98a9bc;
}

.docs-search-form input[type=search]::placeholder {
  color: #98a9bc;
}

.docs-search-form input[type=search]:focus {
  border-color: #5fbf41;
}

.docs-search-form__clear {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  color: #98a9bc;
  font-size: 18px;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.docs-search-form.has-value .docs-search-form__clear,
.docs-search-form__clear:not([hidden]) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.docs-search-form__clear[hidden] {
  display: none !important;
}

.docs-search-form__clear:hover {
  color: #252631;
}

.docs-search-meta {
  color: #5fbf41;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
}

.docs-search-meta strong {
  font-weight: 600;
}

.docs-search-empty {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #252631;
  line-height: 1.2;
}

.docs-search-item {
  margin-bottom: 48px;
}

.docs-search-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.docs-search-item__title .ti {
	font-size: 16px;
	vertical-align: middle;
}

.docs-search-item__title a {
  color: #252631;
  text-decoration: none;
}

.docs-search-item__title a:hover {
  color: #5fbf41;
}

.docs-search-item__anchor {
  color: #5fbf41 !important;
  font-size: 20px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.docs-search-item__anchor:hover {
  opacity: 0.7;
}

.docs-search-item__excerpt p {
  margin: 0 0 1rem;
  color: #4a5568;
  line-height: 1.55;
}

.docs-search-item__excerpt p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1460px) {
  .col-desctop-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .wrapper {
    margin-left: 364px;
  }

  .right-sidebar {
    right: -100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: 70px;
    max-width: 100%;
  }

  .right-sidebar.active {
    right: 0px;
  }

  body.has-toc .subnav {
    display: block;
  }

  .close-right-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 992px) {
  .navbar-toggler {
    display: block;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    position: relative;
    z-index: 3;
    background: #f2f4f6;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
  }

  .navbar-toggler span {
    display: block;
    position: absolute;
    top: 19px;
    left: 12px;
    right: 0px;
    height: 2px;
    background: #5fbf41;
    border-radius: 2px;
    width: 16px;
  }

  .navbar-toggler span::after,
  .navbar-toggler span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 16px;
    height: 2px;
    background-color: #5fbf41;
    content: "";
    border-radius: 2px;
  }

  .navbar-toggler span::before {
    top: -6px;
  }

  .navbar-toggler span::after {
    bottom: -6px;
  }

  .navbar-toggler span::after,
  .navbar-toggler span::before {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
  }

  .navbar-toggler.active span {
    background: 0 0;
  }

  .navbar-toggler.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    width: 16px;
  }

  .navbar-toggler.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    width: 100%;
    left: 0px;
  }

  br {
    display: none;
  }

  .col-tablet-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }

  .col-tablet-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }

  .col-tablet-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .tablet-hide {
    display: none;
  }

  .tablet-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .tablet-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .tablet-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .tablet-visible {
    display: block !important;
  }

  .btn-size-xl {
    padding: 28px 50px;
  }
}

@media (max-width: 768px) {
  .logo span {
    font-size: 12px;
    margin-left: 40px;
    margin-top: -2px;
    display: block;
  }

  .logo {
    width: 145px;
  }

  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 14px 24px;
    border-bottom: 1px solid #d9d9d9;
    left: 0px;
    top: 0px;
    z-index: 3;
  }

  .sidebar .logo {
    display: none;
  }

  .sidebar {
    top: -100%;
    width: 100%;
    border: none;
    max-width: 100%;
    padding-top: 30px;
    background: #fff;
    overflow: auto;
    height: calc(100vh - 70px);
  }

  .sidebar.active {
    top: 70px;
  }

  .navbar {
    margin-top: 0;
  }

  .mb-2-5 {
    margin-bottom: 1.5rem !important;
  }

  .ancor-block {
    top: -80px;
  }

  .col-v-tablet-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }

  .col-v-tablet-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }

  .col-v-tablet-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .col-v-tablet-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }

  .col-v-tablet {
    display: none !important;
  }

  .v-tablet-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .v-tablet-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .v-tablet-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .wrapper {
    margin-left: 0px;
    margin-top: 64px;
  }

  .section {
    padding: 40px 0px;
  }

  .section-main .main-img {
    height: 200px;
  }

  h1 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .section-single p {
    font-size: 14px;
  }

  .search-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
    position: relative;
    top: auto;
  }

  .docs-search-item__title {
    font-size: 20px;
  }

  .docs-search-item__excerpt p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .col-mobile-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .mobile-none {
    display: none;
  }

  .btn-size-xl {
    font-size: 14px;
    height: 40px;
    padding: 12px 35px;
  }

  .right-sidebar {
    height: auto;
    background: #fff;
  }
}