@charset "UTF-8";
    html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0;
    border: none;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: inherit;
}
.container {
    max-width: 1232px;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%}
@media screen and (min-width:576px) {
    .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%}
}@media screen and (min-width:768px) {
    .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%}
}@media screen and (min-width:992px) {
    .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%}
}@media screen and (min-width:1232px) {
    .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%}
}.offset-1 {
    margin-left: 8.3333333333%}
.offset-2 {
    margin-left: 16.6666666667%}
.offset-3 {
    margin-left: 25%}
.offset-4 {
    margin-left: 33.3333333333%}
.offset-5 {
    margin-left: 41.6666666667%}
.offset-6 {
    margin-left: 50%}
.offset-7 {
    margin-left: 58.3333333333%}
.offset-8 {
    margin-left: 66.6666666667%}
.offset-9 {
    margin-left: 75%}
.offset-10 {
    margin-left: 83.3333333333%}
.offset-11 {
    margin-left: 91.6666666667%}
@media screen and (min-width:576px) {
    .offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.3333333333%}
.offset-sm-2 {
    margin-left: 16.6666666667%}
.offset-sm-3 {
    margin-left: 25%}
.offset-sm-4 {
    margin-left: 33.3333333333%}
.offset-sm-5 {
    margin-left: 41.6666666667%}
.offset-sm-6 {
    margin-left: 50%}
.offset-sm-7 {
    margin-left: 58.3333333333%}
.offset-sm-8 {
    margin-left: 66.6666666667%}
.offset-sm-9 {
    margin-left: 75%}
.offset-sm-10 {
    margin-left: 83.3333333333%}
.offset-sm-11 {
    margin-left: 91.6666666667%}
}@media screen and (min-width:768px) {
    .offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.3333333333%}
.offset-md-2 {
    margin-left: 16.6666666667%}
.offset-md-3 {
    margin-left: 25%}
.offset-md-4 {
    margin-left: 33.3333333333%}
.offset-md-5 {
    margin-left: 41.6666666667%}
.offset-md-6 {
    margin-left: 50%}
.offset-md-7 {
    margin-left: 58.3333333333%}
.offset-md-8 {
    margin-left: 66.6666666667%}
.offset-md-9 {
    margin-left: 75%}
.offset-md-10 {
    margin-left: 83.3333333333%}
.offset-md-11 {
    margin-left: 91.6666666667%}
}@media screen and (min-width:992px) {
    .offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.3333333333%}
.offset-lg-2 {
    margin-left: 16.6666666667%}
.offset-lg-3 {
    margin-left: 25%}
.offset-lg-4 {
    margin-left: 33.3333333333%}
.offset-lg-5 {
    margin-left: 41.6666666667%}
.offset-lg-6 {
    margin-left: 50%}
.offset-lg-7 {
    margin-left: 58.3333333333%}
.offset-lg-8 {
    margin-left: 66.6666666667%}
.offset-lg-9 {
    margin-left: 75%}
.offset-lg-10 {
    margin-left: 83.3333333333%}
.offset-lg-11 {
    margin-left: 91.6666666667%}
}@media screen and (min-width:1232px) {
    .offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.3333333333%}
.offset-xl-2 {
    margin-left: 16.6666666667%}
.offset-xl-3 {
    margin-left: 25%}
.offset-xl-4 {
    margin-left: 33.3333333333%}
.offset-xl-5 {
    margin-left: 41.6666666667%}
.offset-xl-6 {
    margin-left: 50%}
.offset-xl-7 {
    margin-left: 58.3333333333%}
.offset-xl-8 {
    margin-left: 66.6666666667%}
.offset-xl-9 {
    margin-left: 75%}
.offset-xl-10 {
    margin-left: 83.3333333333%}
.offset-xl-11 {
    margin-left: 91.6666666667%}
}:root {
    --body-bg: #ffffff;
    --theme-color: var(--ghost-accent-color);
    --theme-color-lighten-10: #548ff3;
    --light-bg-color: #F5F8FC;
    --text-color-normal: black;
    --text-color-dark: #333840;
    --text-color-light: black;
    --border-color: #E8E9EB;
    --shadow: 0px 5px 25px 0px rgba(0,  0,  0,  0.1);
    --code-bg: #1d2635;
    --code-header: #060d18;
    --success: #0ca910;
    --error: #f0134d;
}
html {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: inherit;
}
body {
    font-family: Lato, sans-serif;
    color: var(--text-color-normal);
    line-height: 1.5;
    position: relative;
    left: 0;
    transition: left .3s ease-in-out;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Lato, sans-serif;
    color: var(--text-color-dark);
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.h1, h1 {
    font-size: 2.75rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.5rem;
}
.h4, h4 {
    font-size: 1.25rem;
}
.h5, h5 {
    font-size: 1.125rem;
}
.h6, h6 {
    font-size: 1rem;
}
h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
    position: relative;
}
h1[id] .js-anchor, h2[id] .js-anchor, h3[id] .js-anchor, h4[id] .js-anchor, h5[id] .js-anchor, h6[id] .js-anchor {
    position: absolute;
    left: -20px;
    top: 0;
    opacity: .4;
}
h1[id] .js-anchor:hover, h2[id] .js-anchor:hover, h3[id] .js-anchor:hover, h4[id] .js-anchor:hover, h5[id] .js-anchor:hover, h6[id] .js-anchor:hover {
    opacity: 1;
    text-decoration: none;
}
h1[id] .js-anchor svg, h2[id] .js-anchor svg, h3[id] .js-anchor svg, h4[id] .js-anchor svg, h5[id] .js-anchor svg, h6[id] .js-anchor svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -4px;
}
a, a:focus, a:hover {
    text-decoration: none;
    color: var(--theme-color);
    outline: 0;
    transition: all .25s;
}
svg {
    fill: currentColor;
}
.btn, input[type=submit] {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 2.125rem;
    border-radius: 7px;
    height: 48px;
    line-height: 46px;
    border: 1px solid;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
}
.btn:not(:disabled):not(.diabled), input[type=submit]:not(:disabled):not(.diabled) {
    cursor: pointer;
}
.btn:focus, input[type=submit]:focus {
    box-shadow: none;
}
.btn svg, input[type=submit] svg {
    width: 18px;
    height: 18px;
}
.btn-sm {
    line-height: 30px;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled, input[type=submit] {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}
.btn-primary.disabled:hover, .btn-primary.disabled:not(:disabled):not(.disabled):active, .btn-primary:disabled:hover, .btn-primary:disabled:not(:disabled):not(.disabled):active, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, input[type=submit]:hover, input[type=submit]:not(:disabled):not(.disabled):active {
    opacity: .9;
    color: #fff;
}
.btn-primary.disabled:focus, .btn-primary.disabled:not(:disabled):not(.disabled):active:focus, .btn-primary:disabled:focus, .btn-primary:disabled:not(:disabled):not(.disabled):active:focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, input[type=submit]:focus, input[type=submit]:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    color: #fff;
}
.btn-secondary {
    background-color: var(--text-color-dark);
    border-color: var(--text-color-dark);
    color: #fff;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}
.btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    color: #fff;
}
.btn-outline-primary {
    color: var(--theme-color);
    border-color: var(--theme-color);
}
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(var(--theme-color), .4);
}
.btn-outline-secondary {
    color: var(--text-color-light);
    border-color: var(--text-color-light);
}
.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px rgba(var(--theme-color), .4);
}
@-webkit-keyframes loading {
    to {
    transform: rotate(360deg);
}
}@keyframes loading {
    to {
    transform: rotate(360deg);
}
}.btn.loading, .loading .btn, .loading button, .loading input[type=submit], button.loading, input[type=submit].loading {
    position: relative;
    padding-right: 3.5rem;
}
.btn.loading:before, .loading .btn:before, .loading button:before, .loading input[type=submit]:before, button.loading:before, input[type=submit].loading:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 28px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    border: 2px solid var(--text-color-normal);
    border-top-color: transparent;
    -webkit-animation: loading .6s linear infinite;
    animation: loading .6s linear infinite;
}
.loading .btn.btn-primary:before, .loading .btn.btn-secondary:before, .loading button.btn-primary:before, .loading button.btn-secondary:before, .loading input[type=submit].btn-primary:before, .loading input[type=submit].btn-secondary:before {
    border-color: #fff;
    border-top-color: transparent;
}
.btn.loading:before, button.loading:before, input[type=submit].loading:before {
    border-color: #fff;
    border-top-color: transparent;
}
input[type=email], input[type=text], input[type=url], textarea {
    background: var(--body-bg);
    border: 1px solid var(--border-color);
    box-shadow: none;
    border-radius: 5px;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    padding: 0 16px;
    color: var(--text-color-normal);
}
input[type=email]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
    background: 0 0;
    border: 1px solid var(--theme-color);
    color: var(--text-color-normal);
    outline: 0;
    box-shadow: none;
}
input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--text-color-light);
}
input[type=email]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: var(--text-color-light);
}
input[type=email]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, textarea::placeholder {
    color: var(--text-color-light);
}
input[type=email].small, input[type=text].small, input[type=url].small {
    height: 2.5rem;
    font-size: .875rem;
}
textarea {
    height: auto;
    padding: 16px;
}
blockquote {
    font-family: Lato, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 1.5rem;
    margin: 2.5rem 0;
    color: var(--text-color-dark);
    border-left: 4px solid var(--theme-color);
    background-color: var(--light-bg-color);
}
blockquote p {
    margin-bottom: 0!important;
}
blockquote cite {
    font-style: normal;
}
[data-theme=light] blockquote {
    background-color: rgba(0, 0, 0, .03);
}
img {
    display: block;
    max-width: 100%}
figure {
    margin: 2rem 0 2rem 0;
}
figcaption {
    font-size: 1rem;
    text-align: center;
    padding: 8px;
}
.table-responsive {
    width: 100%;
    display: block;
    overflow-x: auto;
    margin-bottom: 2rem;
}
.table-responsive table {
    margin-bottom: 0;
}
table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    margin-bottom: 2rem;
}
table, td, th {
    border: 1px solid var(--border-color);
}
th {
    color: var(--text-color-dark);
}
td, th {
    padding: 8px 16px;
}
dd, dt {
    line-height: 24px;
}
dl, ol, ul {
    padding-left: 1.3rem;
}
pre {
    overflow: auto;
}
hr {
    text-align: center;
    border: none;
    border-bottom: 1px solid var(--border-color);
    margin-top: 2rem;
    margin-bottom: 3rem;
}
hr.small {
    margin-top: 0;
    margin-bottom: 2.5rem;
}
@media (min-width:767px) {
    .site-content-wrap, .site-footer {
    margin-left: 15px;
    margin-right: 15px;
}
}.flex {
    display: flex;
    flex-wrap: wrap;
}
.text-center {
    text-align: center;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.main {
    margin-top: 2rem;
}
.notification {
    position: fixed;
    right: -20px;
    top: 20px;
    max-width: 260px;
    z-index: 9999;
    box-shadow: var(--shadow);
    padding: 1rem 1.5rem;
    background: var(--success);
    color: #fff;
    font-size: 1.125rem;
    border-radius: 7px;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    transition: all .3s;
}
.notification.error {
    background: var(--error);
}
.notification.visible {
    right: 20px;
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.medium-zoom-overlay {
    z-index: 8;
}
.medium-zoom-image {
    z-index: 9;
}
.site-header {
    background-color: var(--theme-color);
}
.header-inner {
    padding: 1rem 0;
    justify-content: space-between;
    align-items: center;
}
.header-right {
    display: none;
}
.logo {
    margin-left: 1rem;
}
.logo-text {
    font-size: 1.5rem;
    line-height: 40px;
    margin-top: -4px;
    font-weight: 700;
    color: #fff;
}
.logo-text:focus, .logo-text:hover {
    color: #fff;
}
.logo-image {
    max-height: 40px;
}
.nav-list {
    padding: 0;
    margin: 0;
    margin-right: 1rem;
}
.nav-list .nav-item {
    display: inline-block;
    margin: 0 1rem;
}
.nav-list .nav-item:last-child {
    margin-right: 0;
}
.nav-list .nav-item a {
    color: #fff;
    position: relative;
    line-height: 40px;
    text-transform: capitalize;
}
.nav-list .nav-item a:hover {
    color: #e6e6e6;
}
.nav-list .nav-item a.nav-btn {
    background-color: #fff;
    color: var(--text-color-dark);
    height: 40px;
    display: block;
    padding: 0 16px;
    border-radius: 5px;
}
.nav-list .nav-item a.nav-btn svg {
    width: 24px;
    height: 24px;
    margin-right: .25rem;
    margin-bottom: -6px;
}
.nav-list .nav-item a.nav-btn:hover {
    color: var(--text-color-normal);
}
.nav-list .nav-item.nav-item-current a {
    color: #e6e6e6;
}
.menu-icon {
    z-index: 50;
    position: relative;
    display: inline-flex;
    height: 20px;
    width: 28px;
    margin-right: 1rem;
    cursor: pointer;
    transition: .25s;
    left: auto;
}
.menu-icon .line {
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 0;
    transition: all .3s;
}
.menu-icon .line:first-child {
    top: 0;
}
.menu-icon .line:nth-child(2) {
    top: 10px;
}
.menu-icon .line:last-child {
    top: 20px;
}
.menu-icon:hover .line {
    background-color: #e6e6e6;
}
.menu-icon.menu-icon-close .line {
    background-color: #fff;
}
.menu-icon.menu-icon-close .line:first-child {
    width: 100%;
    transform: rotate(45deg);
    top: 10px;
}
.menu-icon.menu-icon-close .line:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}
.menu-icon.menu-icon-close .line:last-child {
    width: 100%;
    top: 10px;
    transform: rotate(-45deg);
}
.menu-icon.menu-icon-close:hover .line {
    background-color: #e6e6e6;
}
.mobile-nav-wrap {
    background: var(--theme-color);
    position: fixed;
    top: 0;
    right: -260px;
    visibility: hidden;
    opacity: 0;
    width: 260px;
    height: 100%;
    padding: 24px 32px;
    overflow-y: auto;
    z-index: 1060;
    transition: right .3s ease-in-out, visibility 0s .3s, opacity 0s .3s;
}
.mobile-nav-wrap .nav-wrap {
    display: block;
}
.mobile-nav-wrap .nav-list .nav-item {
    display: block!important;
    margin: 0 0 1rem 0;
}
.mobile-nav-wrap .nav-list .nav-item a {
    display: block;
}
.mobile-nav-wrap .nav-list .nav-item .nav-btn {
    text-align: center;
}
.backdrop {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 49;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all .3s;
}
.js-mobile-menu-opened {
    left: -260px;
    position: relative;
}
.js-mobile-menu-opened .mobile-nav-wrap {
    right: 0;
    visibility: visible;
    opacity: 1;
    transition: right .3s ease-in-out, visibility 0s 0s, opacity 0s 0s;
}
.js-mobile-menu-opened .backdrop {
    visibility: visible;
    opacity: 1;
}
.js-mobile-menu-opened .menu-icon {
    position: absolute;
    right: 0;
}
.secondary-header-bar {
    background-color: var(--light-bg-color);
    padding: 1rem 0;
}
.breadcrumb {
    color: var(--text-color-light);
}
.breadcrumb :not(.post-title) {
    text-transform: capitalize;
}
.breadcrumb a {
    color: var(--text-color-normal);
    margin: 0 12px;
    position: relative;
}
.breadcrumb a:hover {
    color: var(--theme-color);
}
.breadcrumb a:first-child {
    margin-left: 0;
}
.breadcrumb a:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: var(--text-color-light);
    position: absolute;
    top: 4px;
    right: -14px;
    transform: rotate(15deg);
}
.breadcrumb .current {
    margin-left: 12px;
}
.hero-home {
    padding-top: 3rem;
    padding-bottom: 10rem;
}
.hero-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 3rem;
}
.form-wrap {
    position: relative;
}
.hero-search input[type=text] {
    background: #fff;
    height: 4rem;
    font-size: 1.125rem;
    border: none;
    padding: 0 48px 0 28px;
    box-shadow: var(--shadow);
    margin-bottom: .125rem;
}
.hero-search .input-wrap {
    position: relative;
}
.hero-search .input-wrap svg {
    position: absolute;
    top: 18px;
    right: 20px;
    height: 28px;
    width: 28px;
    color: var(--text-color-light);
}
.no-result-message, .search-result {
    background-color: var(--body-bg);
    position: absolute;
    z-index: 999;
    width: 100%;
    box-shadow: var(--shadow);
    border-radius: 7px;
    border: 1px solid var(--border-color);
    overflow: hidden;
/*     opacity: 0;
    visibility: hidden; */
    max-height: 400px;
    overflow-y: auto;
	color :black;
	padding:14px;
}
.no-result-message.visible, .search-result.visible {
    opacity: 1;
    visibility: visible;
}
.no-result-message {
    padding: .5rem 2rem;
    color: var(--text-color-dark);
    font-weight: 700;
}
.search-result .result-item a {
    display: block;
    color: var(--text-color-normal);
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
}
.search-result .result-item a .header {
    margin-bottom: .25rem;
}
.search-result .result-item a .title {
    color: var(--text-color-dark);
    font-weight: 700;
    display: inline;
}
.search-result .result-item a .tag {
    font-size: .875rem;
    color: var(--text-color-light);
    margin-left: 8px;
    margin-top: 2px;
}
.search-result .result-item a .excerpt {
    font-size: .875rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-result .result-item a:hover {
    background-color: var(--light-bg-color);
    border-color: var(--light-bg-color);
}
.search-result .result-item:last-child a {
    border: none;
}
.section-topic {
    margin-top: -9.5rem;
    margin-bottom: 3rem;
}
.section-topic .see-all {
    margin-top: 1rem;
}
.section-topic .js-cards {
    opacity: 1;
    height: auto;
    visibility: visible;
    transition: all .4s;
}
.section-topic .js-cards.hidden {
    opacity: 0;
    min-height: 0;
    height: 0;
    visibility: hidden;
}
.topic-card {
    background-color: var(--body-bg);
    border-radius: 7px;
    box-shadow: var(--shadow);
    padding: 2.5rem;
    margin-bottom: 32px;
    height: calc(100% - 32px);
}
.topic-card .featured-image-wrap {
    width: 56px;
    height: 56px;
    margin-top: 8px;
}
.topic-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.topic-card .card-content {
    margin-top: 1rem;
}
.topic-card .topic-name {
    margin-top: 0;
}
.topic-card .topic-name a {
    color: var(--text-color-dark);
}
.topic-card .topic-name a:hover {
    color: var(--theme-color);
}
.topic-card .topic-description {
    color: var(--text-color-light);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topic-card .topic-post-list {
    padding: 0;
    margin: 0 0 1rem 0;
}
.topic-card .topic-post-list li {
    list-style: none;
    margin-bottom: 4px;
    margin-left: 20px;
}
.topic-card .topic-post-list li svg {
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
    margin-left: -22px;
    color: var(--text-color-light);
}
.topic-card .topic-post-list li a {
    margin-left: 8px;
    display: inline-flex;
    color: var(--text-color-normal);
}
.topic-card .topic-post-list li a:hover {
    color: var(--theme-color);
}
.topic-card .topic-archive-link a svg {
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    margin-left: 4px;
}
.section-faq {
    margin-top: 4rem;
    margin-bottom: 3rem;
}
.section-faq .section-title {
    margin-top: 0;
    margin-bottom: 2rem;
}
.faq-wrap {
    box-shadow: var(--shadow);
    border-radius: 7px;
}
.faq-item:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}
.faq-item a {
    padding: 28px 56px 28px 28px;
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
    color: var(--text-color-normal);
    position: relative;
}
.faq-item a:hover {
    color: var(--theme-color);
}
.faq-item svg {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -10px;
}
.see-all {
    margin-top: 3rem;
}
.contact-cta {
    margin-bottom: 3rem;
    margin-top: 6rem;
}
.contact-cta-wrap {
    padding: 2.5rem;
    box-shadow: var(--shadow);
    border-radius: 7px;
    align-items: center;
}
.contact-cta-wrap .content {
    flex-grow: 1;
    margin-bottom: 1.5rem;
}
.contact-cta-wrap .title {
    margin-top: 0;
}
.contact-cta-wrap .description {
    margin-top: .5rem;
    margin-bottom: 0;
}
.footer {
    padding: 3rem 0;
}
.secondary-nav {
    margin-bottom: 2.25rem;
}
.secondary-nav ul {
    padding: 0;
    margin: 0;
}
.secondary-nav .nav-item {
    display: inline-block;
    margin: 0 16px 8px;
}
.secondary-nav .nav-item a {
    color: var(--text-color-normal);
    position: relative;
}
.secondary-nav .nav-item a:hover {
    color: var(--theme-color);
}
.social-links {
    margin-bottom: 2rem;
}
.social-links a {
    margin: 0 8px;
    color: var(--text-color-light);
}
.social-links a:hover {
    color: var(--theme-color);
}
.social-links svg {
    width: 24px;
    height: 24px;
}
.copyright {
    color: var(--text-color-light);
}
.copyright a {
    color: var(--text-color-light);
}
.copyright a:hover {
    color: var(--theme-color);
}
.back-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--theme-color);
    opacity: 0;
    line-height: 1;
    height: 40px;
    width: 40px;
    align-items: center;
    border-radius: 7px;
    justify-content: center;
}
.back-top-btn:hover {
    opacity: .9;
}
.back-top-btn svg {
    width: 24px;
    height: 24px;
    color: #fff;
}
.topic-archive .topic-name {
    margin-top: 0;
    margin-bottom: 1rem;
}
.topic-archive .topic-description {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: var(--text-color-light);
}
.post-list-wrap {
    box-shadow: var(--shadow);
    border-radius: 7px;
}
.post-list-wrap .post-card {
    border-bottom: 1px solid var(--border-color);
    padding: 2rem 1.5rem;
}
.post-list-wrap .post-card a {
    display: block;
}
.post-list-wrap .post-card a .post-title {
    margin-top: 0;
    transition: all .25s;
}
.post-list-wrap .post-card a .post-title svg {
    visibility: hidden;
    opacity: 0;
    margin-left: 0;
    width: 20px;
    height: 20px;
    margin-bottom: -2px;
    transition: all .25s;
}
.post-list-wrap .post-card a .excerpt {
    color: var(--text-color-normal);
    font-size: 1rem;
    line-height: 1.8;
}
.post-list-wrap .post-card a:hover .post-title {
    color: var(--theme-color);
}
.post-list-wrap .post-card a:hover .post-title svg {
    visibility: visible;
    opacity: 1;
    margin-left: 8px;
}
.js-sidebar {
    will-change: min-height;
    display: none;
}
.js-sidebar-inner {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    z-index: 1;
}
.sidebar-form-wrap {
    margin-bottom: 1.25rem;
}
.sidebar-search-form .search-input {
    padding-right: 32px;
    margin-bottom: .5rem;
}
.sidebar-search-form .input-wrap {
    position: relative;
}
.sidebar-search-form .input-wrap svg {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 16px;
    width: 16px;
    color: var(--text-color-light);
}
.sidebar-form-wrap .search-result {
    max-height: calc(100vh - 100px);
    overflow: auto;
}
.sidebar-form-wrap .search-result .result-item a .excerpt {
    -webkit-line-clamp: 3;
}
.sidebar-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-navigation ul a {
    color: var(--text-color-light);
}
.sidebar-navigation ul a:hover {
    color: var(--theme-color);
}
.sidebar-navigation ul li {
    margin-bottom: .75rem;
    line-height: 1.2;
}
.sidebar-navigation ul li.current>a {
    color: var(--theme-color);
}
.sidebar-navigation ul li ul {
    padding-left: 1rem;
    margin-top: .75rem;
    margin-left: 3px;
    border-left: 1px solid var(--border-color);
    display: none;
}
.sidebar-navigation ul li ul li.current {
    position: relative;
}
.sidebar-navigation ul li ul li.current:before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    border-radius: 3px;
    background-color: var(--theme-color);
    position: absolute;
    left: -19px;
    top: 0;
}
.sidebar-navigation ul li.open>ul {
    display: block;
}
.single-post-wrap {
    padding: 2rem 1.5rem;
    box-shadow: var(--shadow);
    border-radius: 7px;
}
.single-post-wrap .post-title {
    margin-top: -.5rem;
    margin-bottom: 1.5rem;
}
.single-post-wrap .post-content {
    font-size: 1rem;
    line-height: 1.8;
}
.single-post-wrap .post-content>* {
    margin-bottom: 2rem;
}
.single-post-wrap .post-content p {
    margin: 1rem 0 1.25rem;
}
.single-post-wrap .post-content a:hover {
    text-decoration: underline;
}
.single-post-wrap .post-content img {
    max-width: 100%;
    height: auto;
}
.single-post-wrap .post-content [class*=btn]:hover, .single-post-wrap .post-content [class*=button]:hover {
    text-decoration: none;
}
.single-post-wrap .post-content .kg-header-card {
    min-height: auto;
    padding: 10vh 4rem;
}
.single-post-wrap .post-content .kg-header-card h2.kg-header-card-header {
    font-size: 2.75rem;
    margin-bottom: 1rem;
}
.single-post-wrap .post-content .kg-header-card.kg-size-small h2.kg-header-card-header {
    font-size: 2.5rem;
}
.single-post-wrap .post-content .kg-header-card.kg-size-large {
    min-height: auto;
    padding: 10vh 4rem;
}
.single-post-wrap .post-content .kg-header-card.kg-size-large h2.kg-header-card-header {
    font-size: 3.25rem;
}
.single-post-wrap .post-content .kg-header-card .kg-header-card-subheader {
    font-size: 1.25rem;
}
.single-post-wrap .post-content .kg-blockquote-alt {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 1.5rem;
    margin: 2.5rem 0;
    border-left: 0;
    border-bottom: 4px solid var(--theme-color);
}
.single-post-wrap .post-content .kg-image-card {
    text-align: center;
}
.single-post-wrap .post-content .kg-width-full img, .single-post-wrap .post-content .kg-width-wide img {
    max-width: 100%}
.single-post-wrap .post-content .kg-embed-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}
.single-post-wrap .post-content .kg-gallery-container {
    display: flex;
    flex-direction: column;
}
.single-post-wrap .post-content .kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.single-post-wrap .post-content .kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%}
.single-post-wrap .post-content .kg-gallery-row:not(:first-of-type) {
    margin: .25rem 0 0 0;
}
.single-post-wrap .post-content .kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 .25rem;
}
.single-post-wrap .post-content .kg-bookmark-card {
    margin: 2rem 0 3rem 0;
}
.single-post-wrap .post-content .kg-bookmark-container {
    display: flex;
    flex-wrap: wrap;
    color: var(--text-color-normal);
    text-decoration: none;
    background: 0 0;
    border: 1px solid var(--border-color);
    padding: 8px;
    flex-direction: column-reverse;
}
.single-post-wrap .post-content .kg-bookmark-container:hover {
    border-color: var(--border-color);
    color: var(--text-color-normal);
    text-decoration: none;
}
.single-post-wrap .post-content .kg-bookmark-container:hover .kg-bookmark-title {
    color: --theme-color;
}
.single-post-wrap .post-content .kg-bookmark-content {
    flex-basis: 0;
    flex-grow: 999;
    min-width: 50%;
    padding: 8px;
}
.single-post-wrap .post-content .kg-bookmark-title {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    color: var(--text-color-dark);
    transition: all .3s;
}
.single-post-wrap .post-content .kg-bookmark-description {
    font-size: 1rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single-post-wrap .post-content .kg-bookmark-description, .single-post-wrap .post-content .kg-bookmark-metadata {
    margin-top: 16px;
}
.single-post-wrap .post-content .kg-bookmark-metadata {
    display: flex;
    align-items: center;
    font-size: .75rem;
}
.single-post-wrap .post-content .kg-bookmark-thumbnail {
    flex-basis: 216px;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}
.single-post-wrap .post-content .kg-bookmark-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: bottom;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 216px;
}
.single-post-wrap .post-content .kg-bookmark-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: bottom;
}
.single-post-wrap .post-content .kg-bookmark-author, .single-post-wrap .post-content .kg-bookmark-publisher {
    font-size: .875rem;
}
.single-post-wrap .post-content .kg-bookmark-author:after {
    content: "•";
    margin: 0 6px;
}
.single-post-wrap .post-content .excerpt {
    position: relative;
}
.single-post-wrap .post-content .excerpt:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6) 30%, #fff 100%);
}
.single-post-wrap .post-content .post-upgrade-cta-box {
    background-color: var(--light-bg-color);
    padding: 1rem 1.5rem;
}
.single-post-wrap .post-content .post-upgrade-cta-box .no-access-message {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.single-post-wrap .post-content .post-upgrade-cta-box a:hover {
    text-decoration: none;
}
.single-post-wrap .post-footer {
    border-top: 1px solid var(--border-color);
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    align-items: center;
}
.single-post-wrap .post-footer .dates {
    flex-grow: 1;
    font-size: .875rem;
    color: var(--text-color-light);
}
.single-post-wrap .post-footer .dates .date-publish, .single-post-wrap .post-footer .dates .date-update {
    display: block;
}
.single-post-wrap .post-footer .dates .date-update {
    margin-top: .25rem;
}
.single-post-wrap .post-footer .icons {
    margin-top: 1rem;
}
.single-post-wrap .post-footer .icons a {
    color: var(--text-color-light);
    margin-right: .75rem;
}
.single-post-wrap .post-footer .icons a:hover {
    color: var(--theme-color);
}
.single-post-wrap .post-footer .icons a:last-child {
    margin-right: 0;
}
.single-post-wrap .post-footer .icons svg {
    height: 24px;
    width: 24px;
}
.toc-wrap {
    background-color: var(--light-bg-color);
    border-radius: 7px;
    padding: 0;
    margin: 0;
    opacity: 0;
    display: none;
    transition: opacity .2s;
}
.toc-wrap.visible {
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    opacity: 1;
    display: block;
}
.toc-wrap .toc-title {
    margin-top: 0;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--border-color);
}
.toc-wrap .toc {
    margin: 0;
    line-height: 1.8;
    list-style: none;
    padding: 0;
}
.toc-wrap .toc a {
    color: var(--text-color-normal);
    text-decoration: none;
}
.toc-wrap .toc a:hover {
    color: var(--theme-color);
    text-decoration: underline;
}
.toc-wrap .toc li:before {
    content: "•";
    margin-right: 8px;
}
.toc-wrap .toc .toc-h3 {
    margin-left: 1.2rem;
}
.faq-template .page-title {
    margin-bottom: 2rem;
}
.changelog-sidebar .list-title {
    color: var(--text-color-light);
    margin-bottom: .75rem;
}
.sidebar-navigation .version-list a {
    padding: 0 4px 2px;
    border-radius: 4px;
}
.sidebar-navigation .version-list .current a {
    background: var(--theme-color);
    color: #fff;
}
.comment-container, .prev-next-wrap {
    padding: 2rem 1.5rem;
    box-shadow: var(--shadow);
    border-radius: 7px;
    margin-top: 2rem;
}
.prev-next-wrap .next, .prev-next-wrap .prev {
    flex: 1 0 50%;
    display: none;
}
.prev-next-wrap .next.visible, .prev-next-wrap .prev.visible {
    display: block;
}
.prev-next-wrap .prev a .label svg {
    margin-right: .5rem;
}
.prev-next-wrap .next a .label svg {
    margin-left: .5rem;
}
.prev-next-wrap .next {
    text-align: right;
}
.prev-next-wrap a .label {
    color: var(--text-color-light);
}
.prev-next-wrap a .label svg {
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
}
.prev-next-wrap a .title {
    font-size: 1.125rem;
    margin-top: .5rem;
    margin-bottom: 0;
}
.prev-next-wrap a:hover .label {
    color: var(--theme-color);
}
code[class*=language-], pre[class*=language-] {
    color: #ebebeb;
    background: 0 0;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    border-radius: 5px;
}
pre[class*=language-] {
    padding: 4rem 1.5rem 1.5rem;
    margin: 2rem 0;
    overflow: auto;
    line-height: auto;
}
.kg-code-card {
    margin-bottom: 1.5rem;
}
.kg-code-card pre[class*=language-] {
    margin-bottom: 0;
}
:not(pre)>code, :not(pre)>code[class*=language-], pre[class*=language-] {
    background: var(--code-bg);
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
}
:not(pre)>code, pre:not([class*=language-]) {
    background-color: var(--light-bg-color);
    color: var(--text-color-normal);
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    padding: 0 4px 2px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    font-size: 16px;
}
:not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal;
}
.token.cdata, .token.comment, .token.prolog {
    color: #999;
}
.token.atrule, .token.delimiter, .token.important, .token.keyword, .token.selector {
    color: #ff9d00;
}
.token.attr-name, .token.operator {
    color: #ffb454;
}
.token.punctuation {
    color: #fff;
}
.token.boolean {
    color: #ff628c;
}
.token.cdata, .token.comment, .token.doctype, .token.prolog {
    color: #7c7c7c;
}
.token.punctuation {
    color: #c5c8c6;
}
.namespace {
    opacity: .7;
}
.token.keyword, .token.property, .token.tag {
    color: #96cbfe;
}
.token.class-name {
    color: #ffffb6;
    text-decoration: underline;
}
.token.boolean, .token.constant {
    color: #9c9;
}
.token.deleted, .token.symbol {
    color: #f92672;
}
.token.number {
    color: #ff73fd;
}
.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
    color: #a8ff60;
}
.token.variable {
    color: #c6c5fe;
}
.token.operator {
    color: #ededed;
}
.token.entity {
    color: #ffffb6;
    cursor: help;
}
.token.url {
    color: #96cbfe;
}
.language-css .token.string, .style .token.string {
    color: #87c38a;
}
.token.atrule, .token.attr-value {
    color: #f9ee98;
}
.token.function {
    color: #dad085;
}
.token.regex {
    color: #e9c062;
}
.token.important {
    color: #fd971f;
}
.token.bold, .token.important {
    font-weight: 700;
}
.token.italic {
    font-style: italic;
}
div.code-toolbar {
    position: relative;
}
div.code-toolbar>.toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--code-header);
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: .5rem 1.5rem;
    border-radius: 5px 5px 0 0;
    line-height: 1.5;
}
div.code-toolbar:focus-within>.toolbar {
    opacity: 1;
}
div.code-toolbar>.toolbar a {
    cursor: pointer;
}
div.code-toolbar>.toolbar button {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    height: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
div.code-toolbar>.toolbar a, div.code-toolbar>.toolbar button {
    text-transform: uppercase;
    letter-spacing: .5px;
    background: var(--theme-color);
    color: #fff;
    font-size: .875rem;
    padding: 4px 8px;
    border-radius: 3px;
    transition: all .25s;
}
div.code-toolbar>.toolbar a:hover, div.code-toolbar>.toolbar button:hover {
    opacity: .9;
}
div.code-toolbar>.toolbar span {
    letter-spacing: .5px;
    color: #bfbfbf;
    font-size: .875rem;
    border-radius: 4px;
    transition: all .25s;
}
div.code-toolbar>.toolbar button {
    cursor: pointer;
}
.subscription-description {
    font-size: 1.125rem;
}
.subscriber-info {
    margin: 2rem 0;
    background-color: var(--light-bg-color);
    padding: 1rem;
    border-radius: 7px;
}
.subscription-expiration-warning {
    color: var(--error);
}
.subscriber-detail {
    font-size: 1.125rem;
    margin-bottom: .5rem;
}
.subscriber-detail .label {
    font-weight: 700;
    color: var(--text-color-dark);
    margin-right: .5rem;
}
.subscribe-form {
    margin-top: 32px;
}
.subscribe-form .message-error, .subscribe-form .message-success {
    margin-top: 16px;
    border-radius: 5px;
    padding: 8px 16px;
    display: none;
    color: #fff;
}
.subscribe-form .message-success {
    background-color: var(--success);
}
.subscribe-form .message-error {
    background-color: var(--error);
}
.subscribe-form.success .message-success {
    display: inline-block;
}
.subscribe-form.error .message-error {
    display: inline-block;
}
.form-field-wrap .btn-submit {
    width: 100%}
.error-wrap {
    margin: 0 auto;
    max-width: 760px;
}
.error-wrap .error-code {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--theme-color);
    border-radius: 8px;
    display: inline-flex;
}
.error-wrap .error-message {
    margin-bottom: 16px;
}
.error-wrap .message-manual {
    margin-bottom: 32px;
    font-size: 1.25rem;
}
.tlite {
    background: #111;
    color: #fff;
    font-family: sans-serif;
    font-size: .8rem;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    padding: .6em .75rem;
    border-radius: 4px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    white-space: nowrap;
    box-shadow: 0 .5rem 1rem -.5rem #000;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
}
.tlite-table td, .tlite-table th {
    position: relative;
}
.tlite-visible {
    visibility: visible;
    opacity: .9;
}
.tlite::before {
    content: " ";
    display: block;
    background: inherit;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
}
.tlite-n::before {
    top: -3px;
    left: 50%;
    margin-left: -5px;
}
.tlite-nw::before {
    top: -3px;
    left: 10px;
}
.tlite-ne::before {
    top: -3px;
    right: 10px;
}
.tlite-s::before {
    bottom: -3px;
    left: 50%;
    margin-left: -5px;
}
.tlite-se::before {
    bottom: -3px;
    right: 10px;
}
.tlite-sw::before {
    bottom: -3px;
    left: 10px;
}
.tlite-w::before {
    left: -3px;
    top: 50%;
    margin-top: -5px;
}
.tlite-e::before {
    right: -3px;
    top: 50%;
    margin-top: -5px;
}
.membership-switch {
    max-width: 300px;
    padding: 8px;
    margin: 3rem auto 3rem;
    position: relative;
    box-shadow: var(--shadow);
    border-radius: 9px;
}
.membership-switch .btn {
    height: 48px;
    line-height: 32px;
    font-size: 1rem;
    border: none;
}
.membership-switch::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(50% - 8px);
    top: 8px;
    bottom: 8px;
    right: 8px;
    background: var(--theme-color);
    transition: all .15s ease-in-out;
    border-radius: 9px;
}
.membership-switch[data-active-duration=monthly]::before {
    transform: translateX(-100%);
}
.membership-switch[data-active-duration=monthly] button[data-duration=monthly] {
    color: #fff;
}
.membership-switch[data-active-duration=yearly] button[data-duration=yearly] {
    color: #fff;
}
.membership-switch button {
    flex: 1 1 50%;
    background: 0 0;
    border-radius: 999px;
    color: var(--c-text-main);
    z-index: 1;
}
.membership-switch button:focus, .membership-switch button:hover {
    color: var(--c-text-main);
    opacity: 1;
    background-color: transparent;
}
.pricing-table-wrap {
    align-items: stretch;
    justify-content: center;
}
.pricing-table {
    flex: 1 1 100%;
    flex-direction: column;
    margin: 1rem;
    box-shadow: var(--shadow);
    background-color: var(--body-bg);
    padding: 2rem;
    border-radius: 9px;
    transition: border .2s;
}
@media (min-width:768px) {
    .pricing-table-wrap {
    margin-left: -1rem;
    margin-right: -1rem;
}
.pricing-table {
    flex: 0 1 calc(50% - 3rem);
}
}.pricing-table-title {
    margin-top: 0;
    margin-bottom: .5rem;
}
.price {
    margin-bottom: 1rem;
}
.price .currency, .price .value {
    font-size: 4.5rem;
    font-weight: 700;
    color: var(--text-color-dark);
}
.price .duration {
    text-transform: uppercase;
}
.table-description {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.table-details {
    flex-grow: 1;
    padding: 0;
    margin: 0;
    list-style: none;
}
.table-details li {
    margin-bottom: 1.25rem;
}
.table-footer {
    margin: 1rem 0;
}
.pricing-table[data-active-duration=monthly] [data-price=yearly] {
    display: none;
}
.pricing-table[data-active-duration=yearly] [data-price=monthly] {
    display: none;
}
@media (min-width:480px) {
    .topic-card .featured-image-wrap {
    float: left;
}
.topic-card .card-content {
    margin-top: 0;
}
.topic-card.has-image .card-content {
    margin-left: 84px;
}
.form-field-wrap {
    flex-wrap: nowrap;
}
.form-field-wrap .email {
    border-radius: 5px 0 0 5px;
}
.form-field-wrap .btn-submit {
    border-radius: 0 5px 5px 0;
    width: auto;
}
.single-post-wrap .post-footer {
    display: flex;
}
.single-post-wrap .post-footer .icons {
    margin-top: 0;
}
}@media (min-width:768px) {
    h1[id] .js-anchor, h2[id] .js-anchor, h3[id] .js-anchor, h4[id] .js-anchor, h5[id] .js-anchor, h6[id] .js-anchor {
    left: -26px;
}
h1[id] .js-anchor svg, h2[id] .js-anchor svg, h3[id] .js-anchor svg, h4[id] .js-anchor svg, h5[id] .js-anchor svg, h6[id] .js-anchor svg {
    width: 22px;
    height: 22px;
}
.hero-home {
    padding-top: 6rem;
    padding-bottom: 15rem;
}
.site-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main {
    margin-top: 4.5rem;
    flex-grow: 1;
}
.header-inner {
    padding: 1.25rem 0;
}
.logo-image {
    max-height: 50px;
}
.section-topic {
    margin-top: -11.5rem;
}
.topic-archive .topic-description {
    font-size: 1.125rem;
}
.post-list-wrap .post-card {
    padding: 2rem 2.5rem;
}
a .excerpt {
    font-size: 1.125rem;
}
.single-post-wrap {
    padding: 3rem 4.5rem;
}
.single-post-wrap .post-title {
    margin-bottom: 2rem;
}
.single-post-wrap .post-content .kg-bookmark-container {
    flex-direction: row;
}
.single-post-wrap .post-content .kg-bookmark-thumbnail {
    flex-basis: 13em;
    min-height: 144px;
}
.comment-container, .prev-next-wrap {
    padding: 2rem 4.5rem;
}
.contact-cta-wrap {
    flex-wrap: nowrap;
}
.contact-cta-wrap .content {
    margin-bottom: 0;
    margin-right: 1rem;
}
}@media (min-width:992px) {
    .js-sidebar {
    display: block;
    z-index: 1;
    position: relative;
}
.header-right {
    display: block;
}
.menu-icon {
    display: none;
}
}