@charset "UTF-8";
/*=====================================================
    Please do not re order any import,
    It can break some style
=====================================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* Some changes made on this file by theme developer GBJ solution */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0;
  border: none;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/*=====================================================
	The following code has been written using
	reference and concept from
	https://github.com/trufa/example-css-grid
	here we generate simple and common grid
	system classes similar to bootstrap. Now
	we don't use bootstrap css large file.
	Common .col, .row and .container classes
	are available just for the grid system
	in our template
=====================================================*/
/*=====================================================
	Media query mixin
=====================================================*/
/*=====================================================
	mixin col class
=====================================================*/
/*=====================================================
	generating grid classes
=====================================================*/
.container {
  max-width: 1232px;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col {
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  position: relative;
}

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1232px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media screen and (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 1232px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/*=====================================================
    Font
=====================================================*/
/*=====================================================
    Colors
=====================================================*/
/*** PLEASE DO NOT EDIT BELOW THIS LINE ***/
:root {
  --body-bg: #ffffff;
  --theme-color: #4183F2;
  --theme-color-lighten-10: #548ff3;
  --theme-color-lighten-50: #a0c1f9;
  --light-bg-color: #F5F8FC;
  --text-color-normal: #505763;
  --text-color-dark: #333840;
  --text-color-light: #939DAD;
  --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;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-family: "Lato", sans-serif;
  color: #505763;
  color: var(--text-color-normal);
  line-height: 1.5;
  position: relative;
  left: 0;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

h1 {
  font-family: "Lato", sans-serif;
  color: #333840;
  color: var(--text-color-dark);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h2 {
  font-family: "Lato", sans-serif;
  color: #333840;
  color: var(--text-color-dark);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h3 {
  font-family: "Lato", sans-serif;
  color: #333840;
  color: var(--text-color-dark);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h4 {
  font-family: "Lato", sans-serif;
  color: #333840;
  color: var(--text-color-dark);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h5 {
  font-family: "Lato", sans-serif;
  color: #333840;
  color: var(--text-color-dark);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h6 {
  font-family: "Lato", sans-serif;
  color: #333840;
  color: var(--text-color-dark);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h1 {
  font-family: "Lato", sans-serif;
  color: #333840;
  color: var(--text-color-dark);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h2 {
  font-family: "Lato", sans-serif;
  color: #333840;
  color: var(--text-color-dark);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h3 {
  font-family: "Lato", sans-serif;
  color: #333840;
  color: var(--text-color-dark);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h4 {
  font-family: "Lato", sans-serif;
  color: #333840;
  color: var(--text-color-dark);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h5 {
  font-family: "Lato", sans-serif;
  color: #333840;
  color: var(--text-color-dark);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h6 {
  font-family: "Lato", sans-serif;
  color: #333840;
  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: 0.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 {
  text-decoration: none;
  color: #4183F2;
  color: var(--theme-color);
  outline: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

a:hover {
  text-decoration: none;
  color: #4183F2;
  color: var(--theme-color);
  outline: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

a:focus {
  text-decoration: none;
  color: #4183F2;
  color: var(--theme-color);
  outline: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

svg {
  fill: currentColor;
}

.btn, input[type='submit'], .gh-subscription-cancel {
  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: 0px 2.125rem;
  border-radius: 7px;
  height: 48px;
  line-height: 46px;
  border: 1px solid;
  -webkit-transition: color 0.25s ease-in-out,background-color 0.25s ease-in-out,border-color 0.25s ease-in-out,box-shadow 0.25s ease-in-out;
  transition: color 0.25s ease-in-out,background-color 0.25s ease-in-out,border-color 0.25s ease-in-out,box-shadow 0.25s ease-in-out;
}

.btn:not(:disabled):not(.diabled), input[type='submit']:not(:disabled):not(.diabled), .gh-subscription-cancel:not(:disabled):not(.diabled) {
  cursor: pointer;
}

.btn:focus, input[type='submit']:focus, .gh-subscription-cancel:focus {
  box-shadow: none;
}

.btn svg, input[type='submit'] svg, .gh-subscription-cancel svg {
  width: 18px;
  height: 18px;
}

.btn-sm {
  line-height: 30px;
}

.btn-primary {
  background-color: #4183F2;
  background-color: var(--theme-color);
  border-color: #4183F2;
  border-color: var(--theme-color);
  color: #fff;
}

.btn-primary.disabled {
  background-color: #4183F2;
  background-color: var(--theme-color);
  border-color: #4183F2;
  border-color: var(--theme-color);
  color: #fff;
}

.btn-primary:disabled {
  background-color: #4183F2;
  background-color: var(--theme-color);
  border-color: #4183F2;
  border-color: var(--theme-color);
  color: #fff;
}

input[type='submit'] {
  background-color: #4183F2;
  background-color: var(--theme-color);
  border-color: #4183F2;
  border-color: var(--theme-color);
  color: #fff;
}

.gh-subscription-cancel {
  background-color: #4183F2;
  background-color: var(--theme-color);
  border-color: #4183F2;
  border-color: var(--theme-color);
  color: #fff;
}

.btn-primary:hover {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
  border-color: #548ff3;
  border-color: var(--theme-color-lighten-10);
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
  border-color: #548ff3;
  border-color: var(--theme-color-lighten-10);
  color: #fff;
}

.btn-primary.disabled:hover {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
  border-color: #548ff3;
  border-color: var(--theme-color-lighten-10);
  color: #fff;
}

.btn-primary.disabled:not(:disabled):not(.disabled):active {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
  border-color: #548ff3;
  border-color: var(--theme-color-lighten-10);
  color: #fff;
}

.btn-primary:disabled:hover {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
  border-color: #548ff3;
  border-color: var(--theme-color-lighten-10);
  color: #fff;
}

.btn-primary:disabled:not(:disabled):not(.disabled):active {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
  border-color: #548ff3;
  border-color: var(--theme-color-lighten-10);
  color: #fff;
}

input[type='submit']:hover {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
  border-color: #548ff3;
  border-color: var(--theme-color-lighten-10);
  color: #fff;
}

input[type='submit']:not(:disabled):not(.disabled):active {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
  border-color: #548ff3;
  border-color: var(--theme-color-lighten-10);
  color: #fff;
}

.gh-subscription-cancel:hover {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
  border-color: #548ff3;
  border-color: var(--theme-color-lighten-10);
  color: #fff;
}

.gh-subscription-cancel:not(:disabled):not(.disabled):active {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
  border-color: #548ff3;
  border-color: var(--theme-color-lighten-10);
  color: #fff;
}

.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .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, input[type='submit']:focus, input[type='submit']:not(:disabled):not(.disabled):active:focus, .gh-subscription-cancel:focus, .gh-subscription-cancel:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  color: #fff;
}

.btn-secondary {
  background-color: #333840;
  background-color: var(--text-color-dark);
  border-color: #333840;
  border-color: var(--text-color-dark);
  color: #fff;
}

.btn-secondary:hover {
  background-color: #4183F2;
  background-color: var(--theme-color);
  border-color: #4183F2;
  border-color: var(--theme-color);
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #4183F2;
  background-color: var(--theme-color);
  border-color: #4183F2;
  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: #4183F2;
  color: var(--theme-color);
  border-color: #4183F2;
  border-color: var(--theme-color);
}

.btn-outline-primary:hover {
  color: #000;
  background-color: #4183F2;
  background-color: var(--theme-color);
  border-color: #4183F2;
  border-color: var(--theme-color);
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #000;
  background-color: #4183F2;
  background-color: var(--theme-color);
  border-color: #4183F2;
  border-color: var(--theme-color);
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 2px rgba(#4183F2, 0.4);
  box-shadow: 0 0 0 2px rgba(var(--theme-color), 0.4);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 2px rgba(#4183F2, 0.4);
  box-shadow: 0 0 0 2px rgba(var(--theme-color), 0.4);
}

.btn-outline-secondary {
  color: #939DAD;
  color: var(--text-color-light);
  border-color: #939DAD;
  border-color: var(--text-color-light);
}

.btn-outline-secondary:hover {
  color: #000;
  background-color: #4183F2;
  background-color: var(--theme-color);
  border-color: #4183F2;
  border-color: var(--theme-color);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #000;
  background-color: #4183F2;
  background-color: var(--theme-color);
  border-color: #4183F2;
  border-color: var(--theme-color);
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 2px rgba(#4183F2, 0.4);
  box-shadow: 0 0 0 2px rgba(var(--theme-color), 0.4);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 2px rgba(#4183F2, 0.4);
  box-shadow: 0 0 0 2px rgba(var(--theme-color), 0.4);
}

@-webkit-keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loading .btn, .loading button, .loading input[type='submit'] {
  position: relative;
  padding-right: 3.5rem;
}

.loading .btn: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 #505763;
  border: 2px solid var(--text-color-normal);
  border-top-color: transparent;
  -webkit-animation: loading 0.6s linear infinite;
          animation: loading 0.6s linear infinite;
}

.loading button: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 #505763;
  border: 2px solid var(--text-color-normal);
  border-top-color: transparent;
  -webkit-animation: loading 0.6s linear infinite;
          animation: loading 0.6s linear infinite;
}

.loading input[type='submit']: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 #505763;
  border: 2px solid var(--text-color-normal);
  border-top-color: transparent;
  -webkit-animation: loading 0.6s linear infinite;
          animation: loading 0.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;
}

input[type='text'] {
  background: #ffffff;
  background: var(--body-bg);
  border: 1px solid #E8E9EB;
  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: 0px 16px;
  color: #505763;
  color: var(--text-color-normal);
}

input[type='email'] {
  background: #ffffff;
  background: var(--body-bg);
  border: 1px solid #E8E9EB;
  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: 0px 16px;
  color: #505763;
  color: var(--text-color-normal);
}

input[type='url'] {
  background: #ffffff;
  background: var(--body-bg);
  border: 1px solid #E8E9EB;
  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: 0px 16px;
  color: #505763;
  color: var(--text-color-normal);
}

textarea {
  background: #ffffff;
  background: var(--body-bg);
  border: 1px solid #E8E9EB;
  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: 0px 16px;
  color: #505763;
  color: var(--text-color-normal);
}

input[type='text']:focus {
  background: transparent;
  border: 1px solid #4183F2;
  border: 1px solid var(--theme-color);
  color: #505763;
  color: var(--text-color-normal);
  outline: none;
  box-shadow: none;
}

input[type='email']:focus {
  background: transparent;
  border: 1px solid #4183F2;
  border: 1px solid var(--theme-color);
  color: #505763;
  color: var(--text-color-normal);
  outline: none;
  box-shadow: none;
}

input[type='url']:focus {
  background: transparent;
  border: 1px solid #4183F2;
  border: 1px solid var(--theme-color);
  color: #505763;
  color: var(--text-color-normal);
  outline: none;
  box-shadow: none;
}

textarea:focus {
  background: transparent;
  border: 1px solid #4183F2;
  border: 1px solid var(--theme-color);
  color: #505763;
  color: var(--text-color-normal);
  outline: none;
  box-shadow: none;
}

input[type='text']::-webkit-input-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='email']::-webkit-input-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='url']::-webkit-input-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

textarea::-webkit-input-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='text']::-moz-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='email']::-moz-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='url']::-moz-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

textarea::-moz-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='text']:-ms-input-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='email']:-ms-input-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='url']:-ms-input-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

textarea:-ms-input-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='text']::-ms-input-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='email']::-ms-input-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='url']::-ms-input-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

textarea::-ms-input-placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='text']::placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='email']::placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='url']::placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

textarea::placeholder {
  color: #939DAD;
  color: var(--text-color-light);
}

input[type='text'].small, input[type='email'].small, input[type='url'].small {
  height: 2.5rem;
  font-size: 0.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: #333840;
  color: var(--text-color-dark);
  border-left: 4px solid #4183F2;
  border-left: 4px solid var(--theme-color);
  background-color: #F5F8FC;
  background-color: var(--light-bg-color);
}

blockquote p {
  margin-bottom: 0px !important;
}

blockquote cite {
  font-style: normal;
}

[data-theme="light"] blockquote {
  background-color: rgba(0, 0, 0, 0.03);
}

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

figure {
  margin: 2rem 0px 2rem 0px;
}

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 {
  border: 1px solid #E8E9EB;
  border: 1px solid var(--border-color);
}

th {
  border: 1px solid #E8E9EB;
  border: 1px solid var(--border-color);
}

td {
  border: 1px solid #E8E9EB;
  border: 1px solid var(--border-color);
}

th {
  color: #333840;
  color: var(--text-color-dark);
}

th, td {
  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 #E8E9EB;
  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: -webkit-box;
  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: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow);
  padding: 1rem 1.5rem;
  background: #0ca910;
  background: var(--success);
  color: #fff;
  font-size: 1.125rem;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.notification.visible {
  right: 20px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.medium-zoom-overlay {
  z-index: 8;
}

.medium-zoom-image {
  z-index: 9;
}

.site-header {
  background-color: #4183F2;
  background-color: var(--theme-color);
}

.header-inner {
  padding: 1rem 0;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          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:hover, .logo-text:focus {
  color: #fff;
}

.logo-image {
  max-height: 40px;
}

.nav-list {
  padding: 0;
  margin: 0;
  margin-right: 1rem;
}

.nav-list .nav-item {
  display: inline-block;
  margin: 0px 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: #333840;
  color: var(--text-color-dark);
  height: 40px;
  display: block;
  padding: 0px 16px;
  border-radius: 5px;
}

.nav-list .nav-item a.nav-btn svg {
  width: 24px;
  height: 24px;
  margin-right: 0.25rem;
  margin-bottom: -6px;
}

.nav-list .nav-item a.nav-btn:hover {
  color: #505763;
  color: var(--text-color-normal);
}

.nav-list .nav-item.nav-item-current a {
  color: #e6e6e6;
}

.menu-icon {
  z-index: 50;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 20px;
  width: 28px;
  margin-right: 1rem;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  left: auto;
}

.menu-icon .line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-icon .line:first-child {
  top: 0px;
}

.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%;
  -webkit-transform: rotate(45deg);
          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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-icon.menu-icon-close:hover .line {
  background-color: #e6e6e6;
}

.mobile-nav-wrap {
  background: #4183F2;
  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;
  -webkit-transition: right .3s ease-in-out, visibility 0s .3s, opacity 0s .3s;
  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, 0.5);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.js-mobile-menu-opened {
  left: -260px;
  position: relative;
}

.js-mobile-menu-opened .mobile-nav-wrap {
  right: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: right .3s ease-in-out, visibility 0s 0s, opacity 0s 0s;
  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: 0px;
}

.secondary-header-bar {
  background-color: #F5F8FC;
  background-color: var(--light-bg-color);
  padding: 1rem 0;
}

.breadcrumb {
  color: #939DAD;
  color: var(--text-color-light);
}

.breadcrumb :not(.post-title) {
  text-transform: capitalize;
}

.breadcrumb a {
  color: #505763;
  color: var(--text-color-normal);
  margin: 0px 12px;
  position: relative;
}

.breadcrumb a:hover {
  color: #4183F2;
  color: var(--theme-color);
}

.breadcrumb a:first-child {
  margin-left: 0;
}

.breadcrumb a:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #939DAD;
  background-color: var(--text-color-light);
  position: absolute;
  top: 4px;
  right: -14px;
  -webkit-transform: rotate(15deg);
          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: 0px 48px 0px 28px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow);
  margin-bottom: 0.125rem;
}

.hero-search .input-wrap {
  position: relative;
}

.hero-search .input-wrap svg {
  position: absolute;
  top: 18px;
  right: 20px;
  height: 28px;
  width: 28px;
  color: #939DAD;
  color: var(--text-color-light);
}

.search-result {
  background-color: #ffffff;
  background-color: var(--body-bg);
  position: absolute;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow);
  border-radius: 7px;
  border: 1px solid #E8E9EB;
  border: 1px solid var(--border-color);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 400px;
  overflow-y: auto;
}

.no-result-message {
  background-color: #ffffff;
  background-color: var(--body-bg);
  position: absolute;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow);
  border-radius: 7px;
  border: 1px solid #E8E9EB;
  border: 1px solid var(--border-color);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 400px;
  overflow-y: auto;
}

.search-result.visible, .no-result-message.visible {
  opacity: 1;
  visibility: visible;
}

.no-result-message {
  padding: 0.5rem 2rem;
  color: #333840;
  color: var(--text-color-dark);
  font-weight: bold;
}

.search-result .result-item a {
  display: block;
  color: #505763;
  color: var(--text-color-normal);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #E8E9EB;
  border-bottom: 1px solid var(--border-color);
}

.search-result .result-item a .header {
  margin-bottom: 0.25rem;
}

.search-result .result-item a .title {
  color: #333840;
  color: var(--text-color-dark);
  font-weight: bold;
  display: inline;
}

.search-result .result-item a .tag {
  font-size: 0.875rem;
  color: #939DAD;
  color: var(--text-color-light);
  margin-left: 8px;
  margin-top: 2px;
}

.search-result .result-item a .excerpt {
  font-size: 0.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: #F5F8FC;
  background-color: var(--light-bg-color);
  border-color: #F5F8FC;
  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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.section-topic .js-cards.hidden {
  opacity: 0;
  min-height: 0;
  height: 0;
  visibility: hidden;
}

.topic-card {
  background-color: #ffffff;
  background-color: var(--body-bg);
  border-radius: 7px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  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: 0px;
}

.topic-card .topic-name a {
  color: #333840;
  color: var(--text-color-dark);
}

.topic-card .topic-name a:hover {
  color: #4183F2;
  color: var(--theme-color);
}

.topic-card .topic-description {
  color: #939DAD;
  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: #939DAD;
  color: var(--text-color-light);
}

.topic-card .topic-post-list li a {
  margin-left: 8px;
  display: -webkit-inline-box;
  display: inline-flex;
  color: #505763;
  color: var(--text-color-normal);
}

.topic-card .topic-post-list li a:hover {
  color: #4183F2;
  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: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow);
  border-radius: 7px;
}

.faq-item:not(:last-child) {
  border-bottom: 1px solid #E8E9EB;
  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: #505763;
  color: var(--text-color-normal);
  position: relative;
}

.faq-item a:hover {
  color: #4183F2;
  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: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow);
  border-radius: 7px;
  -webkit-box-align: center;
          align-items: center;
}

.contact-cta-wrap .content {
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-bottom: 1.5rem;
}

.contact-cta-wrap .title {
  margin-top: 0;
}

.contact-cta-wrap .description {
  margin-top: 0.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: 0px 16px 8px;
}

.secondary-nav .nav-item a {
  color: #505763;
  color: var(--text-color-normal);
  position: relative;
}

.secondary-nav .nav-item a:hover {
  color: #4183F2;
  color: var(--theme-color);
}

.social-links {
  margin-bottom: 2rem;
}

.social-links a {
  margin: 0px 8px;
  color: #939DAD;
  color: var(--text-color-light);
}

.social-links a:hover {
  color: #4183F2;
  color: var(--theme-color);
}

.social-links svg {
  width: 24px;
  height: 24px;
}

.copyright {
  color: #939DAD;
  color: var(--text-color-light);
}

.copyright a {
  color: #939DAD;
  color: var(--text-color-light);
}

.copyright a:hover {
  color: #4183F2;
  color: var(--theme-color);
}

.back-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4183F2;
  background-color: var(--theme-color);
  opacity: 0;
  line-height: 1;
  height: 40px;
  width: 40px;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 7px;
  -webkit-box-pack: center;
          justify-content: center;
}

.back-top-btn:hover {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
}

.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: #939DAD;
  color: var(--text-color-light);
}

.post-list-wrap {
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow);
  border-radius: 7px;
}

.post-list-wrap .post-card {
  border-bottom: 1px solid #E8E9EB;
  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;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.post-list-wrap .post-card a .post-title svg {
  visibility: hidden;
  opacity: 0;
  margin-left: 0;
  width: 20px;
  height: 20px;
  margin-bottom: -2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.post-list-wrap .post-card a .excerpt {
  color: #505763;
  color: var(--text-color-normal);
  font-size: 1rem;
  line-height: 1.8;
}

.post-list-wrap .post-card a:hover .post-title {
  color: #4183F2;
  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 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  -webkit-transform: translate3d(0, 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: 0.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: #939DAD;
  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: #939DAD;
  color: var(--text-color-light);
}

.sidebar-navigation ul a:hover {
  color: #4183F2;
  color: var(--theme-color);
}

.sidebar-navigation ul li {
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.sidebar-navigation ul li.current > a {
  color: #4183F2;
  color: var(--theme-color);
}

.sidebar-navigation ul li ul {
  padding-left: 1rem;
  margin-top: 0.75rem;
  margin-left: 3px;
  border-left: 1px solid #E8E9EB;
  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: #4183F2;
  background-color: var(--theme-color);
  position: absolute;
  left: -19px;
  top: 0px;
}

.sidebar-navigation ul li.open > ul {
  display: block;
}

.single-post-wrap {
  padding: 2rem 1.5rem;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow);
  border-radius: 7px;
}

.single-post-wrap .post-title {
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}

.single-post-wrap .post-content {
  font-size: 1rem;
  line-height: 1.8;
}

.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%;
}

.single-post-wrap .post-content .kg-image-card {
  text-align: center;
}

.single-post-wrap .post-content .kg-width-wide img, .single-post-wrap .post-content .kg-width-full img {
  max-width: 100%;
}

.single-post-wrap .post-content .kg-embed-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.single-post-wrap .post-content .kg-gallery-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.single-post-wrap .post-content .kg-gallery-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          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: 0.25rem 0 0 0;
}

.single-post-wrap .post-content .kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.25rem;
}

.single-post-wrap .post-content .kg-bookmark-card {
  margin: 2rem 0px 3rem 0px;
}

.single-post-wrap .post-content .kg-bookmark-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  color: #505763;
  color: var(--text-color-normal);
  text-decoration: none;
  background: transparent;
  border: 1px solid #E8E9EB;
  border: 1px solid var(--border-color);
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.single-post-wrap .post-content .kg-bookmark-container:hover {
  border-color: #E8E9EB;
  border-color: var(--border-color);
  color: #505763;
  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;
  -webkit-box-flex: 999;
          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: #333840;
  color: var(--text-color-dark);
  -webkit-transition: all 0.3s;
  transition: all 0.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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 0.75rem;
}

.single-post-wrap .post-content .kg-bookmark-thumbnail {
  flex-basis: 216px;
  -webkit-box-flex: 1;
          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: 0.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: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.6)), to(#ffffff));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 30%, #ffffff 100%);
}

.single-post-wrap .post-content .post-upgrade-cta-box {
  background-color: #F5F8FC;
  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 #E8E9EB;
  border-top: 1px solid var(--border-color);
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  -webkit-box-align: center;
          align-items: center;
}

.single-post-wrap .post-footer .dates {
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-size: 0.875rem;
  color: #939DAD;
  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: 0.25rem;
}

.single-post-wrap .post-footer .icons {
  margin-top: 1rem;
}

.single-post-wrap .post-footer .icons a {
  color: #939DAD;
  color: var(--text-color-light);
  margin-right: 0.75rem;
}

.single-post-wrap .post-footer .icons a:hover {
  color: #4183F2;
  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: #F5F8FC;
  background-color: var(--light-bg-color);
  border-radius: 7px;
  padding: 0;
  margin: 0;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.toc-wrap.visible {
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  opacity: 1;
  display: block;
}

.toc-wrap .toc-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E8E9EB;
  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: #505763;
  color: var(--text-color-normal);
  text-decoration: none;
}

.toc-wrap .toc a:hover {
  color: #4183F2;
  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: #939DAD;
  color: var(--text-color-light);
  margin-bottom: 0.75rem;
}

.sidebar-navigation .version-list a {
  padding: 0px 4px 2px;
  border-radius: 4px;
}

.sidebar-navigation .version-list .current a {
  background: #4183F2;
  background: var(--theme-color);
  color: #fff;
}

.prev-next-wrap {
  padding: 2rem 1.5rem;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow);
  border-radius: 7px;
  margin-top: 2rem;
}

.comment-container {
  padding: 2rem 1.5rem;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow);
  border-radius: 7px;
  margin-top: 2rem;
}

.prev-next-wrap .prev, .prev-next-wrap .next {
  -webkit-box-flex: 1;
          flex: 1 0 50%;
  display: none;
}

.prev-next-wrap .prev.visible, .prev-next-wrap .next.visible {
  display: block;
}

.prev-next-wrap .prev a .label svg {
  margin-right: 0.5rem;
}

.prev-next-wrap .next a .label svg {
  margin-left: 0.5rem;
}

.prev-next-wrap .next {
  text-align: right;
}

.prev-next-wrap a .label {
  color: #939DAD;
  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: 0.5rem;
  margin-bottom: 0;
}

.prev-next-wrap a:hover .label {
  color: #4183F2;
  color: var(--theme-color);
}

/* PrismJS 1.17.1
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript */
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */
code[class*="language-"],
pre[class*="language-"] {
  color: #ebebeb;
  background: none;
  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;
}

/* Code blocks */
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[class*="language-"] {
  background: #1d2635;
  background: var(--code-bg);
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}

:not(pre) > code {
  background: #1d2635;
  background: var(--code-bg);
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}

pre[class*="language-"] {
  background: #1d2635;
  background: var(--code-bg);
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}

:not(pre) > code {
  background-color: #F5F8FC;
  background-color: var(--light-bg-color);
  color: #505763;
  color: var(--text-color-normal);
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  padding: 0px 4px 2px;
  border: 1px solid #E8E9EB;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  font-size: 16px;
}

pre:not([class*=language-]) {
  background-color: #F5F8FC;
  background-color: var(--light-bg-color);
  color: #505763;
  color: var(--text-color-normal);
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  padding: 0px 4px 2px;
  border: 1px solid #E8E9EB;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  font-size: 16px;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.cdata {
  color: #999;
}

.token.delimiter,
.token.keyword,
.token.selector,
.token.important,
.token.atrule {
  color: #ff9d00;
}

.token.operator,
.token.attr-name {
  color: #ffb454;
}

.token.punctuation {
  color: #ffffff;
}

.token.boolean {
  color: #ff628c;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #7C7C7C;
}

.token.punctuation {
  color: #c5c8c6;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.keyword,
.token.tag {
  color: #96CBFE;
}

.token.class-name {
  color: #FFFFB6;
  text-decoration: underline;
}

.token.boolean,
.token.constant {
  color: #99CC99;
}

.token.symbol,
.token.deleted {
  color: #f92672;
}

.token.number {
  color: #FF73FD;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  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.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

div.code-toolbar {
  position: relative;
}

div.code-toolbar > .toolbar {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background-color: #060d18;
  background-color: var(--code-header);
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1.5rem;
  border-radius: 5px 5px 0px 0px;
  line-height: 1.5;
}

/* Separate line b/c rules are thrown out if selector is invalid.
   IE11 and old Edge versions don't support :focus-within. */
div.code-toolbar:focus-within > .toolbar {
  opacity: 1;
}

div.code-toolbar > .toolbar a {
  cursor: pointer;
}

div.code-toolbar > .toolbar button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  height: 28px;
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

div.code-toolbar > .toolbar a {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #4183F2;
  background: var(--theme-color);
  color: #fff;
  font-size: 0.875rem;
  padding: 4px 8px;
  border-radius: 3px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

div.code-toolbar > .toolbar button {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #4183F2;
  background: var(--theme-color);
  color: #fff;
  font-size: 0.875rem;
  padding: 4px 8px;
  border-radius: 3px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

div.code-toolbar > .toolbar a:hover {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
}

div.code-toolbar > .toolbar button:hover {
  background-color: #548ff3;
  background-color: var(--theme-color-lighten-10);
}

div.code-toolbar > .toolbar span {
  letter-spacing: 0.5px;
  color: #bfbfbf;
  font-size: 0.875rem;
  border-radius: 4px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

div.code-toolbar > .toolbar button {
  cursor: pointer;
}

.subscription-description {
  font-size: 1.125rem;
}

.subscriber-info {
  margin: 2rem 0;
  background-color: #F5F8FC;
  background-color: var(--light-bg-color);
  padding: 1rem;
  border-radius: 7px;
}

.subscription-expiration-warning {
  color: #f0134d;
  color: var(--error);
}

.subscriber-detail {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.subscriber-detail .label {
  font-weight: 700;
  color: #333840;
  color: var(--text-color-dark);
  margin-right: 0.5rem;
}

.subscribe-form {
  margin-top: 32px;
}

.subscribe-form .message-success, .subscribe-form .message-error {
  margin-top: 16px;
  border-radius: 5px;
  padding: 8px 16px;
  display: none;
  color: #fff;
}

.subscribe-form .message-success {
  background-color: #0ca910;
  background-color: var(--success);
}

.subscribe-form .message-error {
  background-color: #f0134d;
  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: #4183F2;
  color: var(--theme-color);
  border-radius: 8px;
  display: -webkit-inline-box;
  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: white;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  padding: 0.6em 0.75rem;
  border-radius: 4px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  white-space: nowrap;
  box-shadow: 0 0.5rem 1rem -0.5rem black;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
}

.tlite-table td,
.tlite-table th {
  position: relative;
}

.tlite-visible {
  visibility: visible;
  opacity: 0.9;
}

.tlite::before {
  content: ' ';
  display: block;
  background: inherit;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          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;
}

.pricing-table-wrap {
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
          justify-content: center;
}

.pricing-table {
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 1rem;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow);
  background-color: #ffffff;
  background-color: var(--body-bg);
  padding: 2rem;
  border-radius: 9px;
  -webkit-transition: border .2s;
  transition: border .2s;
}

@media (min-width: 768px) {
  .pricing-table-wrap {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .pricing-table {
    -webkit-box-flex: 0;
            flex: 0 1 calc(50% - 3rem);
  }
}

.pricing-table-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.price {
  margin-bottom: 1rem;
}

.price .currency {
  font-size: 4.5rem;
  font-weight: 700;
  color: #333840;
  color: var(--text-color-dark);
}

.price .value {
  font-size: 4.5rem;
  font-weight: 700;
  color: #333840;
  color: var(--text-color-dark);
}

.price .duration {
  text-transform: uppercase;
}

.table-details {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}

.table-details li {
  margin-bottom: 1.25rem;
}

.table-footer {
  margin: 1rem 0;
}

/*=====================================================
    480px and up
=====================================================*/
@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 0px 0px 5px;
  }
  .form-field-wrap .btn-submit {
    border-radius: 0px 5px 5px 0px;
    width: auto;
  }
  .single-post-wrap .post-footer {
    display: -webkit-box;
    display: flex;
  }
  .single-post-wrap .post-footer .icons {
    margin-top: 0;
  }
}

/*=====================================================
    768px and up
=====================================================*/
@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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    min-height: 100vh;
  }
  .main {
    margin-top: 4.5rem;
    -webkit-box-flex: 1;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .single-post-wrap .post-content .kg-bookmark-thumbnail {
    flex-basis: 13em;
    min-height: 144px;
  }
  .prev-next-wrap, .comment-container {
    padding: 2rem 4.5rem;
  }
  .contact-cta-wrap {
    flex-wrap: nowrap;
  }
  .contact-cta-wrap .content {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

/*=====================================================
    992px and up
=====================================================*/
@media (min-width: 992px) {
  .js-sidebar {
    display: block;
    z-index: 1;
    position: relative;
  }
  .header-right {
    display: block;
  }
  .menu-icon {
    display: none;
  }
}
