@charset "UTF-8";
/*=====================================================
    Please do not re order any import,
    It can break some style
=====================================================*/
:root {
  --font-sans: "Euclid Square", "Euclid-fallback", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  /* stylelint-disable-line value-keyword-case */
  --font-serif: Lora, Georgia, Times, serif;
  /* stylelint-disable-line value-keyword-case */
}

.has-serif-body .gh-cover-description {
  font-family: var(--font-serif);
}

.has-serif-body .gh-pagehead-description {
  font-family: var(--font-serif);
}

/*! 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;
  background: var(--ghost-accent-color);
}

/**
 * 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%;
  margin-right: auto;
  margin-left: auto;
}

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

.col, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  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%;
  }
}

/*=====================================================
    Font
=====================================================*/
/*=====================================================
    Colors
=====================================================*/
/*** PLEASE DO NOT EDIT BELOW THIS LINE ***/
:root {
  --body-bg: #101D18;
  --theme-color: var(--ghost-accent-color);
  --theme-color-lighten-10: #548ff3;
  --hover-color: #fff;
  --light-bg-color: #101D18;
  --text-color-normal: #a7c2a2;
  --text-color-dark: #d7ffd2;
  --text-color-light: #e8fae6;
  --border-color: #14221d;
  --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: var(--font-sans);
  color: var(--text-color-normal);
  line-height: 1.5;
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-sans);
  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, a:hover, a:focus {
  text-decoration: none;
  color: var(--hover-color);
  outline: 0;
  transition: all 0.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: 0px 2.125rem;
  border-radius: 7px;
  height: 48px;
  line-height: 46px;
  border: 1px solid;
  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) {
  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: #fff;
  border-color: #fff;
  color: #000;
  font-weight: 500;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.disabled:hover, .btn-primary.disabled:not(:disabled):not(.disabled):active, .btn-primary:disabled:hover, .btn-primary:disabled:not(:disabled):not(.disabled):active, input[type=submit]:hover, input[type=submit]:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.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 {
  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(--text-color-light);
  border-color: var(--text-color-light);
  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(--text-color-dark);
  border-color: var(--text-color-dark);
}

.btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 2px rgba(var(--text-color-dark), 0.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(--text-color-dark), 0.4);
}

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

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

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

.btn.loading:before, button.loading:before, input[type=submit].loading:before, .loading .btn:before, .loading button:before, .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 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;
}

.btn.loading:before, button.loading:before, input[type=submit].loading:before {
  border-color: #fff;
  border-top-color: transparent;
}

input[type=text], input[type=email], 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: 0px 16px;
  color: var(--text-color-normal);
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, textarea:focus {
  background: transparent;
  border: 1px solid var(--theme-color);
  color: var(--text-color-normal);
  outline: none;
  box-shadow: none;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--text-color-light);
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--text-color-light);
}

input[type=text]::placeholder, input[type=email]::placeholder, input[type=url]::placeholder, textarea::placeholder {
  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: var(--font-sans);
  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: 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, th, td {
  border: 1px solid var(--border-color);
}

th {
  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 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;
}

@media all and (max-width: 991px) {
  .site-wrap {
    margin-inline: 1rem;
  }
}

.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 0.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 {
  justify-content: space-between;
  align-items: center;
}

.header-right {
  display: none;
}

.logo {
  margin: 20px .5vw 20px 0;
}

.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: 34px;
}

.nav-list {
  display: flex;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}

.nav-list .nav-item {
  display: inline-block;
}

.nav-list .nav-item:last-child {
  margin-right: 0;
}

.nav-list .nav-item a {
  color: var(--text-color-normal);
  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: 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: 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: 0.25s;
  left: auto;
}

.menu-icon .line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  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%;
  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 0.3s ease-in-out, visibility 0s 0.3s, opacity 0s 0.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;
  transition: all 0.3s;
}

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

.js-mobile-menu-opened .mobile-nav-wrap {
  right: 0;
  visibility: visible;
  opacity: 1;
  transition: right 0.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 {
  padding: 1rem 0;
}

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

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

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

.breadcrumb a:hover {
  color: var(--hover-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;
}

.form-wrap {
  position: relative;
}

.search-result, .no-result-message {
  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;
}

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

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

.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: 0.25rem;
}

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

.search-result .result-item a .tag {
  font-size: 0.875rem;
  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: var(--light-bg-color);
  border-color: var(--light-bg-color);
}

.search-result .result-item:last-child a {
  border: none;
}

.section-topic {
  margin-bottom: 3rem;
}

.section-topic .see-all {
  margin-top: 1rem;
}

.section-topic .js-cards {
  opacity: 1;
  height: auto;
  visibility: visible;
  transition: all 0.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: 0px;
}

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

.topic-card .topic-name a:hover {
  color: var(--hover-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(--hover-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 {
  background-color: var(--body-bg);
  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(--hover-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);
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  background: linear-gradient(97deg, #57105A 0%, #8427C6 100%);
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

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

.contact-cta-wrap .title {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}

.contact-cta-wrap .description {
  color: #f1f1f1;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 40rem;
  word-wrap: break-word;
}

.contact-cta-wrap .banner {
  width: 30rem;
  height: 15rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -2.5rem;
}

.contact-cta-wrap .banner .banner-img {
  width: 100%;
  height: 100%;
  background-image: url("../images/cta-banner.webp");
  background-size: cover;
  background-position: -100%;
}

@media all and (max-width: 991px) {
  .contact-cta-wrap .banner {
    width: 15rem;
    height: 7.5rem;
  }
}

.contact-cta-wrap .btn {
  background: #ffbf5e;
  border-color: #ffae5b;
  color: #572c05;
  z-index: 2;
}

.footer {
  margin-top: 24px;
  padding: 40px 0;
  background: var(--ghost-accent-color);
}

.footer ul {
  all: unset;
  box-sizing: border-box;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer ul li {
  all: unset;
  box-sizing: border-box;
  display: revert;
}

/* Main content */
.footer-content {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-main {
  display: flex;
  gap: 40px;
}

.footer-info {
  width: 400px;
}

.footer-title {
  color: #8d9f97;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.3px;
}

/* Social links */
.footer-social {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.social-link {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #111F18;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.social-link:hover {
  background: #1B2922;
}

.social-icon {
  width: 20px;
  height: 20px;
  background: #8D9F97;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.social-icon-discord {
  -webkit-mask-image: url("../images/discord.svg");
  mask-image: url("../images/discord.svg");
}

.social-icon-telegram {
  -webkit-mask-image: url("../images/telegram.svg");
  mask-image: url("../images/telegram.svg");
}

/* Navigation */
.footer-nav {
  display: flex;
  gap: 40px;
}

.footer-nav-section {
  width: 196px;
}

.footer-nav-title {
  color: #8d9f97;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 14px;
}

.footer-nav-section ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-nav-section a {
  color: #8D9F97;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.footer-nav-section a:hover {
  opacity: 1;
}

/* Media Queries */
@media (max-width: 991px) {
  .footer-main {
    flex-direction: column;
    gap: 24px;
  }

  .footer-info {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 32px 0;
  }

  .footer-nav {
    flex-direction: column;
    gap: 24px;
  }

  .footer-nav-section {
    width: 100%;
  }
}

.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: var(--text-color-normal);
  position: relative;
}

.secondary-nav .nav-item a:hover {
  color: var(--hover-color);
}

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

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

.social-links a:hover {
  color: var(--hover-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(--hover-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: 0.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-content {
  font-family: var(--font-sans);
}

.post-list-wrap {
  box-shadow: var(--shadow);
  border-radius: 7px;
}

.post-list-wrap .post-card {
  display: flex;
  gap: 2rem;
  background: #13231d;
  border-bottom: 1px solid var(--border-color);
  padding: 2rem 1.5rem;
}

.post-list-wrap .post-card.has-image {
  display: flex;
  gap: 2rem;
}

@media all and (max-width: 991px) {
  .post-list-wrap .post-card.has-image {
    flex-direction: column;
  }
}

.post-list-wrap .post-card .image-container {
  flex: 0 0 auto;
  /* Don't allow image to grow or shrink */
  width: 300px;
  /* Or whatever fixed width you prefer */
}

.post-list-wrap .post-card .post-feature-image {
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-list-wrap .post-card .content {
  flex: 1;
  /* Allow content to take remaining space */
  min-width: 0;
  /* Prevent flex item from overflowing */
}

.post-list-wrap .post-card a {
  display: block;
}

.post-list-wrap .post-card a .post-title {
  margin-top: 0;
  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;
  transition: all 0.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(--hover-color);
}

.post-list-wrap .post-card a:hover .post-title svg {
  visibility: visible;
  opacity: 1;
  margin-left: 8px;
}

.pagination-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding: 1.5rem;
  background: #13231d;
  box-shadow: var(--shadow);
  border-radius: 7px;
}

.pagination-wrap .page-number {
  color: var(--text-color-light);
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 auto;
}

.pagination-wrap .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.pagination-wrap .pagination-prev {
  margin-right: auto;
}

.pagination-wrap .pagination-next {
  margin-left: auto;
}

@media (max-width: 575px) {
  .pagination-wrap {
    flex-direction: column;
    gap: 1.5rem;
  }

  .pagination-wrap .pagination-prev,
  .pagination-wrap .pagination-next {
    margin: 0;
    width: 100%;
    justify-content: center;
  }

  .pagination-wrap .page-number {
    order: -1;
  }
}

.js-sidebar {
  will-change: min-height;
  display: none;
}

.js-sidebar-inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  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: 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(--hover-color);
}

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

.sidebar-navigation ul li .tag-desc {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.sidebar-navigation ul li .tag-image {
  width: 1.5rem;
  height: 1.5rem;
}

.sidebar-navigation ul li.current .tag-desc a,
.sidebar-navigation ul li.current > a {
  color: var(--text-color-dark);
}

.sidebar-navigation ul li ul {
  padding-left: 1rem;
  margin-top: 0.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(--text-color-dark);
  position: absolute;
  left: -19px;
  top: 0px;
}

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

.single-post-wrap {
}

.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 > * {
  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*=button]:hover, .single-post-wrap .post-content [class*=btn]: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-wide img, .single-post-wrap .post-content .kg-width-full 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: 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: flex;
  flex-wrap: wrap;
  color: var(--text-color-normal);
  text-decoration: none;
  background: transparent;
  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: var(--hover-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 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: flex;
  align-items: center;
  font-size: 0.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: 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: 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: 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: 0.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: 0.25rem;
}

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

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

.single-post-wrap .post-footer .icons a:hover {
  color: var(--hover-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 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 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(--hover-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: 0.75rem;
}

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

.sidebar-navigation .version-list .current a {
  background: var(--text-color-dark);
  color: #fff;
}

.prev-next-wrap, .comment-container {
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow);
  border-radius: 7px;
  margin-top: 2rem;
}

.prev-next-wrap .prev, .prev-next-wrap .next {
  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: 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: var(--hover-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-], :not(pre) > code,
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: 0px 4px 2px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  font-size: 16px;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.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: 0.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: var(--code-header);
  color: #fff;
  display: flex;
  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,
div.code-toolbar > .toolbar button {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: var(--theme-color);
  color: #fff;
  font-size: 0.875rem;
  padding: 4px 8px;
  border-radius: 3px;
  transition: all 0.25s;
}

div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:hover {
  opacity: 0.9;
}

div.code-toolbar > .toolbar span {
  letter-spacing: 0.5px;
  color: #bfbfbf;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: all 0.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: 0.5rem;
}

.subscriber-detail .label {
  font-weight: 700;
  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: 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: 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;
  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;
  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 0.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: transparent;
  border-radius: 999px;
  color: var(--c-text-main);
  z-index: 1;
}

.membership-switch button:hover, .membership-switch button:focus {
  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 0.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: 0.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;
}

/*=====================================================
    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: 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: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .main {
    flex-grow: 1;
  }

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

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

/* Banners
 ---------------------- */

.header-banners {
  display: flex;
  gap: 0.625rem;
  width: 100%;
}

.header-banner {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: auto;
  padding: 1.25rem;
  gap: 0.75rem;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}

.header-banner__back {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
}

.header-banner__bg {
  width: 11.25rem;
  height: 7.75rem;
  right: 0;
  bottom: 0;
  position: absolute;
}

.header-banner__bg img,
.header-banner__back img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.header-banner__title,
.header-banner__button {
  z-index: 1;
}

.header-banner__title {
  color: #fff;
  max-width: 20ch;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 600;
}

.header-banner__button {
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.5rem 1.125rem;
  width: fit-content;
  height: unset;
  color: #0a120d;
  background-color: #fff;
  transition: background-color .2s, color .2s;

  .btn__content {
    position: relative;
    z-index: 1;
    display: inherit;
    flex-direction: inherit;
    align-items: inherit;
    justify-content: inherit;
    gap: inherit;
    width: inherit;
    height: inherit;
  }
}

.header-banner__button:hover {
  color: #fff;
  background-color: #0a120d;
}

.header-banner.upgrade {
  background: linear-gradient(171deg, #773a28 19%, #ffd941);
}

.header-banner.cases {
  background: linear-gradient(176deg, #2b5714 19%, #d2ff09);
}

@media all and (max-width: 991px) {
  .header-banners {
    flex-direction: column;
  }
}

.hero-wrap {
  margin-top: 2vh;
  margin-bottom: 2vh;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 4.5rem;
  padding-inline: 4.75rem 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #101d1866, #101d18);
  overflow: hidden;
  justify-content: space-between;
}

.hero-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: var(--letter-spacing, normal);
  z-index: 1;
}

.hero-title span,
.hero-title strong,
.hero-title b {
  font-weight: var(--font-weight-one-bold);
}

.hero-title-image {
  position: absolute;
  top: unset;
  left: -2.1875rem;
  width: 32rem;
  height: 11rem;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;

  img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
  }
}

.hero-title-image.on-page {
  left: 0.9375rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}

.hero-title-light {
  position: absolute;
  z-index: 1;
  left: -15.9375rem;
  width: 37.5rem;
  height: 37.5rem;
  opacity: .5;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  mask-size: contain;
  background: green;
  mask-repeat: no-repeat;
}

.hero-search {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  padding-inline: 1rem;
  cursor: pointer;
  border-radius: 100px;
  background-color: var(--color-one);
}

.hero-search span:first-of-type {
  color: #A7C2A2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  overflow: hidden;
  flex: 1 0 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: var(--opacity-two);
}

.hero-search svg {
  width: 14px;
}

/* Flat */
.hero-search.is-flat {
  transition: background-color .16s ease;
}

.hero-search.is-flat:hover {
  background-color: var(--color-two);
}

/* Linear */
.hero-search.is-linear {
  height: 3rem;
  width: 12.5rem;
  border-radius: 0.625rem;
  border: 2px solid rgb(61, 78, 68);
  position: relative;
  font-size: var(--ui-input-font-size, 1rem);
  line-height: 1.25rem;
  transition: border-color .16s ease;
  background-color: transparent;
}

.hero-search.is-linear:hover {
  border-color: var(--color-border-two);
}

/* Shadow & Accent*/
.hero-search.is-shadow {
  transition: all .2s ease;
  background-color: var(--color-seven);
  box-shadow: 0 11px 50px -10px rgba(0, 0, 0, .3);
}

.hero-search.is-shadow:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 50px -10px rgba(0, 0, 0, .4);
}


@media all and (max-width: 991px) {
  .hero-wrap {
    background: transparent;
    border: none;
    padding: 0 1rem;
    flex-direction: column;
    gap: 0;
    height: auto;
  }

  .hero-title {
    font-size: 1.125rem;
  }

  .hero-search,
  .hero-title-image,
  .hero-title-light {
    display: none;
  }
}

.header-additional-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 3.5rem;
  border-top: 0.0625rem solid rgba(167, 194, 162, .1882352941);
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: rgba(167, 194, 162, 0.4) transparent;
}

.header-additional-nav::-webkit-scrollbar {
  height: 4px;
}

.header-additional-nav::-webkit-scrollbar-track {
  background: transparent;
}

.header-additional-nav::-webkit-scrollbar-thumb {
  background: rgba(167, 194, 162, 0.4);
  border-radius: 4px;
}

.header-additional-nav::-webkit-scrollbar-thumb:hover {
  background: rgba(167, 194, 162, 0.6);
}

.header-additional-nav__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #a7c2a2;

  .inline-icon {
    width: 1.375rem;
    height: 1.375rem;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background: #a7c2a2;
  }

  span {
    font-size: 1rem;
    font-weight: 400;
  }

  span:hover {
    color: #fff;
  }
}

@media all and (max-width: 991px) {
  .header-additional-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .header-additional-nav__item {
    flex-shrink: 0;
  }
}

.banner {
  position: fixed;
  width: 200px;
  height: 703px;
  top: 20px;
  z-index: 1;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner_right {
  right: calc((100vw - 1200px) / 2 - 230px);
}

.banner_left {
  left: calc((100vw - 1200px) / 2 - 230px);
}

@media all and (max-width: 991px) {
  .banner {
    display: none !important;
  }
}

:root {
  --card: #121a17;
  --text: #e9f7f1;
  --muted: #9db2a6;
  --accent: #A6FF35;
  --accent-ink: #08130b;
  --chip: #1f2a25;
  --accent-rgb: 166, 255, 53;
  --races: #FFD749;
  --races-rgb: 255, 215, 73;
}

body.scroll-block {
  overflow: hidden;
  touch-action: none;
}

.cta-modal,
.races-modal {
  position: fixed;
  inset: 50% auto auto 50%;
  width: min(92vw, 560px);
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  background: var(--card);
  color: var(--text);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .55);
  transform: translate(-50%, -48%) scale(.98);
  opacity: 0;
  transition: opacity .28s ease, transform .36s cubic-bezier(.2, .8, .2, 1);
  z-index: 9999;
}

.cta-modal::backdrop,
.races-modal::backdrop {
  background: rgba(0, 0, 0, .64);
}

.cta-modal.is-open,
.races-modal.is-open {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.cta-close-x,
.races-close-x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  border: none !important;
  outline: none !important;
  background: #ff4747;
  color: #fff;
  box-shadow: none !important;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform .06s ease, filter .2s ease;
}

.cta-close-x:hover,
.races-close-x:hover {
  filter: brightness(1.06);
}

.cta-close-x:active,
.races-close-x:active {
  transform: translateY(1px);
}

.cta-close-x:disabled,
.races-close-x:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(1);
  transform: none;
}

.cta-close-x svg,
.races-close-x svg {
  width: 18px;
  height: 18px;
  display: block;
}

.cta-wrap,
.races-wrap {
  display: grid;
  gap: 16px;
  padding: 28px 20px 20px;
}

.cta-visual,
.races-visual {
  width: 100%;
  max-width: none;
  margin: 8px auto 6px;
  display: block;
  object-fit: contain;
}

.cta-title,
.races-title {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.cta-text,
.races-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.cta-actions,
.races-actions {
  display: grid;
  grid-template-columns: 1fr 56px;
  gap: 10px;
  align-items: start;
}

.cta-btn-wrap,
.races-btn-wrap {
  display: grid;
  gap: 6px;
  position: relative;
}

.cta-btn,
.races-btn,
.tg-btn {
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.cta-btn,
.races-btn {
  border: 0;
  cursor: pointer;
  transition: transform .06s ease, filter .2s ease;
  position: relative;
  z-index: 1;
}

.cta-btn.glow::before,
.races-btn.glow::before {
  content: "";
  position: absolute;
  inset: -14px -18px;
  z-index: -1;
  border-radius: 24px;
  filter: blur(12px);
  pointer-events: none;
}

.cta-btn:active,
.races-btn:active {
  transform: translateY(1px);
}

.cta-btn {
  background: var(--accent);
  color: var(--accent-ink);
}

.cta-btn.glow::before {
  background: radial-gradient(60% 60% at 50% 50%, rgba(var(--accent-rgb), .45) 0%, rgba(var(--accent-rgb), 0) 70%);
}

.cta-btn:hover {
  filter: brightness(1.03);
}

.races-btn {
  background: var(--races);
  color: #000;
}

.races-btn.glow::before {
  background: radial-gradient(60% 60% at 50% 50%, rgba(var(--races-rgb), .45) 0%, rgba(var(--races-rgb), 0) 70%);
}

.races-btn:hover {
  filter: brightness(1.08);
}

.tg-btn {
  background: var(--chip);
}

.tg-btn:hover {
  filter: brightness(1.07);
}

.tg-btn svg {
  width: 22px;
  height: 22px;
  display: block;
}

.cta-note,
.races-note {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  opacity: .85;
  line-height: 1.3;
  text-align: center;
}

.cta-auto-close-timer {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
  text-align: center;
  min-height: 1.3em;
}

.races-title {
  background: linear-gradient(135deg, var(--races) 0%, #FFE88A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.races-timer {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(var(--races-rgb), .08);
  border: 1px solid rgba(var(--races-rgb), .15);
}

.races-timer__label {
  margin: 0;
  font-weight: 900;
  color: var(--text);
  font-size: 18px;
  letter-spacing: .2px;
}

@media (min-width: 520px) {
  .races-timer__label {
    font-size: 20px;
  }
}

.races-timer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.races-timer__cell {
  display: grid;
  gap: 4px;
  justify-items: center;
  padding: 8px 6px;
  border-radius: 10px;
  background: #101612;
  border: 1px solid rgba(var(--races-rgb), .18);
}

.races-timer__num {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.races-timer__unit {
  font-size: 11px;
  color: var(--muted);
}

@media (max-width: 420px) {
  .cta-wrap,
  .races-wrap {
    padding: 24px 16px 16px;
  }

  .cta-title,
  .races-title {
    font-size: 22px;
  }

  .cta-btn,
  .races-btn,
  .tg-btn {
    height: 52px;
    border-radius: 12px;
  }

  .cta-note,
  .races-note {
    font-size: 12px;
  }

  .races-timer__label {
    font-size: 16px;
  }

  .races-timer__num {
    font-size: 17px;
  }
}