:root {
  --color-primary-text: rgb(255 255 255 / 90%);
  --color-secondary-text: rgb(255 255 255 / 65%);
  --color-white: #fff;
  --color-lighter-gray: #f6f6f6;
  --color-light-gray: #e6e6e6;
  --color-mid-gray: #ccc;
  --color-dark-gray: #444;
  --color-darker-gray: #15171a;
  --color-black: #000;

  --font-sans: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif;
  --font-serif: Georgia, serif;
  --font-mono: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console,
    monospace;
  --head-nav-gap: 2.8rem;
  --h1-size: 4.6rem;
  --gap: 3.6rem;
}

@media (max-width: 767px) {
  :root {
    --h1-size: 3.2rem !important;
    --gap: 2rem;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
ol[role="list"],
ul[role="list"] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizespeed;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img,
picture {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}

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

body {
  background-color: var(--color-white);
  color: var(--color-primary-text);
  font-family: var(--font-sans);
  font-size: 1.6rem;
  line-height: 1.6;
}

a {
  color: var(--color-darker-gray);
}
a:hover {
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-darker-gray);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
h1 {
  font-size: var(--h1-size);
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2.2rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.8rem;
}
hr {
  background-color: var(--color-light-gray);
  width: 100%;
}

figcaption {
  color: var(--color-secondary-text);
  margin-top: 1.6rem;
}
.kg-width-full figcaption {
  padding: 0 1.6rem;
}
.gh-content figcaption a {
  color: var(--color-darker-gray);
  text-decoration: none;
}
pre {
  background-color: var(--color-lighter-gray);
  hyphens: none;
  padding: 1.6rem 2.4rem;
  white-space: pre;
}
code {
  font-family: var(--font-mono);
  font-size: 15px;
}
:not(pre) > code {
  background-color: var(--color-lighter-gray);
  border-radius: 3px;
  color: var(--ghost-accent-color);
  padding: 0.4rem;
}
iframe {
  border: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.1rem;
  }
}
.gh-site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.gh-main {
  flex-grow: 1;
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.gh-outer {
  padding-left: var(--gap);
  padding-right: var(--gap);
}
.gh-inner {
  margin: 0 auto;
  max-width: var(--container-width, 1200px);
}
.gh-canvas,
.kg-width-full.kg-content-wide {
  --main: min(var(--content-width, calc(100% - 20vw)), 100% - var(--gap) * 2);
  --wide: minmax(0,calc((var(--container-width, 1200px) - var(--content-width, 720px)) / 2));
  --full: minmax(var(--gap), 1fr);display: grid;
  grid-template-columns: [full-start] var(--full) [wide-start] var(--wide) [main-start] var(
   --main) [main-end] var(--wide) [wide-end] var(--full) [full-end];
}
.gh-canvas > * {
  grid-column: main;
}
.kg-content-wide > div,
.kg-width-wide {
  grid-column: wide;
}
.kg-width-full {
  grid-column: full;
}
@media (max-width: 767px) {
  #gh-main {
    padding-bottom: 4.8rem;
    padding-top: 4.8rem;
  }
}
.gh-head {
  background-color: var(--color-white);
  height: 100px;
}
.gh-head-inner {
  align-items: center;
  -moz-column-gap: var(--head-nav-gap);
  column-gap: var(--head-nav-gap);
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: 1fr auto auto;
  height: 100%;
}
.gh-head-brand {
  line-height: 1;
}
.gh-head-logo {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  position: relative;
  white-space: nowrap;
}
.gh-head-logo img {
  max-height: 40px;
}
.gh-head-logo img:nth-child(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.gh-head-menu {
  display: flex;
}
.gh-head .nav,
.gh-head-menu {
  align-items: center;
  gap: var(--head-nav-gap);
}
.gh-head .nav {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.gh-head .nav-more-toggle {
  font-size: inherit;
  margin: 0 -6px;
  position: relative;
  text-transform: inherit;
}
.gh-head .nav-more-toggle svg {
  height: 24px;
  width: 24px;
}
.gh-head-actions {
  align-items: center;
  display: flex;
  gap: var(--head-nav-gap);
  justify-content: flex-end;
}
.gh-head-members {
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}
.gh-head-btn.gh-btn {
  font-size: inherit;
  font-weight: 600;
}
.gh-head-btn:not(.gh-btn) {
  align-items: center;
  color: var(--ghost-accent-color);
  display: inline-flex;
}
.gh-head-btn svg {
  height: 1.3em;
  width: 1.3em;
}
.gh-search {
  margin-left: -6px;
  margin-right: -6px;
}
.gh-search:hover {
  opacity: 0.9;
}
.gh-head-brand .gh-search {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .gh-head-members {
    flex-direction: column-reverse;
    gap: 16px;
    width: 100%;
  }
  .gh-head-actions .gh-search {
    display: none;
  }
}

@media (min-width: 768px) {
  .gh-head-brand .gh-search {
    display: none;
  }

  body:not(.is-dropdown-loaded) .gh-head-menu .nav > li {
    opacity: 0;
  }
}
.is-head-left-logo .gh-head-inner {
  grid-template-columns: auto 1fr auto;
}

@media (min-width: 992px) {
  .is-head-left-logo .gh-head-menu {
    margin-left: 16px;
    margin-right: 64px;
  }
}
.is-head-middle-logo .gh-head-brand {
  grid-column-start: 2;
}
.is-head-middle-logo .gh-head-actions {
  gap: 28px;
}
@media (min-width: 992px) {
  .is-head-middle-logo .gh-head-menu {
    margin-right: 64px;
  }
}
.is-head-stacked .gh-head {
  height: auto;
  position: relative;
}
.is-head-stacked .gh-head-inner {
  grid-template-columns: 1fr auto 1fr;
}
.is-head-stacked .gh-head-brand {
  display: flex;
  grid-column-start: 2;
  grid-row-start: 1;
  min-height: 80px;
}

@media (max-width: 767px) {
  .is-head-stacked .gh-head-brand {
    min-height: unset;
  }
}
@media (min-width: 992px) {
  .is-head-stacked .gh-head-inner {
    padding: 0;
  }
  .is-head-stacked .gh-head-brand {
    align-items: center;
    display: flex;
    height: 80px;
  }
  .is-head-stacked .gh-head-menu {
    grid-column: 1/4;
    grid-row-start: 2;
    height: 56px;
    justify-content: center;
    margin: 0 48px;
  }
  .is-head-stacked .gh-head-menu:after,
  .is-head-stacked .gh-head-menu:before {
    background-color: var(--color-light-gray);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 80px;
    width: 100%;
  }
  .is-head-stacked .gh-head-menu:after {
    top: 136px;
  }
  .is-head-stacked .gh-head-actions {
    grid-column: 1/4;
    grid-row-start: 1;
    justify-content: space-between;
  }
}
.is-head-transparent .gh-head {
  background-color: transparent;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 90;
}
.is-head-transparent .gh-head .nav > li a,
.is-head-transparent .gh-head-description,
.is-head-transparent .gh-head-link,
.is-head-transparent .gh-head-logo,
.is-head-transparent .gh-head-logo a,
.is-head-transparent .gh-search,
.is-head-transparent .gh-social,
.is-head-transparent .nav-more-toggle {
  color: var(--color-white);
}
.is-head-transparent .gh-burger:after,
.is-head-transparent .gh-burger:before {
  background-color: var(--color-white);
}
.is-head-transparent .gh-head-btn {
  background-color: #fff;
  color: #15171a;
}
.is-head-transparent .gh-head-menu:after,
.is-head-transparent .gh-head-menu:before {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.is-head-transparent #announcement-bar-root {
  left: 0;
  position: absolute;
  right: 0;
}
.is-head-transparent #announcement-bar-root + :is(.site, .gh-site) .gh-head {
  margin-top: 48px;
}
.is-head-dark:not(.is-head-transparent) .gh-head {
  background-color: var(--color-darker-gray);
}
.is-head-dark:not(.is-head-transparent) .gh-head .nav a,
.is-head-dark:not(.is-head-transparent) .gh-head-description,
.is-head-dark:not(.is-head-transparent) .gh-head-link,
.is-head-dark:not(.is-head-transparent) .gh-head-logo,
.is-head-dark:not(.is-head-transparent) .gh-head-logo a,
.is-head-dark:not(.is-head-transparent) .gh-search,
.is-head-dark:not(.is-head-transparent) .gh-social,
.is-head-dark:not(.is-head-transparent) .nav-more-toggle {
  color: var(--color-white);
}
.is-head-dark:not(.is-head-transparent) .gh-burger:after,
.is-head-dark:not(.is-head-transparent) .gh-burger:before {
  background-color: var(--color-white);
}
.is-head-dark:not(.is-head-transparent) .gh-head-btn {
  background-color: #fff;
  color: #15171a;
}
.is-head-dark:not(.is-head-transparent) .gh-head-menu:after,
.is-head-dark:not(.is-head-transparent) .gh-head-menu:before {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.is-head-brand:not(.is-head-transparent) .gh-head {
  background-color: var(--ghost-accent-color);
}
.is-head-brand:not(.is-head-transparent) .gh-head .nav a,
.is-head-brand:not(.is-head-transparent) .gh-head-description,
.is-head-brand:not(.is-head-transparent) .gh-head-link,
.is-head-brand:not(.is-head-transparent) .gh-head-logo,
.is-head-brand:not(.is-head-transparent) .gh-head-logo a,
.is-head-brand:not(.is-head-transparent) .gh-search,
.is-head-brand:not(.is-head-transparent) .gh-social,
.is-head-brand:not(.is-head-transparent) .nav-more-toggle {
  color: var(--color-white);
}
.is-head-brand:not(.is-head-transparent) .gh-burger:after,
.is-head-brand:not(.is-head-transparent) .gh-burger:before {
  background-color: var(--color-white);
}
.is-head-brand:not(.is-head-transparent) .gh-head-btn {
  background-color: #fff;
  color: #15171a;
}
.is-head-brand:not(.is-head-transparent) .gh-head-menu:after,
.is-head-brand:not(.is-head-transparent) .gh-head-menu:before {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.gh-dropdown {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 7px 20px -5px rgba(0, 0, 0, 0.15);
  margin-top: 24px;
  opacity: 0;
  padding: 12px 0;
  position: absolute;
  right: -16px;
  text-align: left;
  top: 100%;
  transform: translate3d(0, 6px, 0);
  transition: opacity 0.3s, transform 0.2s;
  visibility: hidden;
  width: 200px;
  z-index: 90;
}
.is-head-middle-logo .gh-dropdown {
  left: -24px;
  right: auto;
}
.is-dropdown-mega .gh-dropdown {
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  padding: 20px 32px;
  width: auto;
}
.is-dropdown-open .gh-dropdown {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.gh-dropdown li a {
  color: #15171a !important;
  display: block;
  padding: 6px 20px;
}
.is-dropdown-mega .gh-dropdown li a {
  padding: 8px 0;
}
.gh-burger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 33px;
  margin-right: -3px;
  padding: 0;
  position: relative;
  width: 30px;
  height:20px;
}

.t-line, .m-line, .b-line {
  width: 100%;
  height: 3px; /* Thickness of each line */
  background-color: var(--secondary-text-color); /* Color of the lines */
  border-radius: 2px;
}
.t-line, .b-line{transition: all 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;}

.gh-burger{height:20px;}
  
.is-head-open .t-line{position:absolute; bottom: 12px; transform: rotate(45deg);}
.is-head-open .b-line{position:absolute; bottom: 12px; transform: rotate(-45deg);}
.is-head-open .m-line{display:none; transition-delay: 0.2s;}

@media (max-width: 767px) {
  #gh-head {
    height: 64px;
  }
  #gh-head .gh-head-inner {
    gap: 48px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
  }
  #gh-head .gh-head-brand {
    align-items: center;
    display: grid;
    grid-column-start: 1;
    grid-template-columns: 1fr auto auto;
    height: 64px;
    padding: 0 3vw;
  }
  #gh-head .gh-head-logo {
    font-size: 2.2rem;
  }
  .gh-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Distributes lines evenly */
  }
  #gh-head .gh-head-actions,
  #gh-head .gh-head-menu {
    justify-content: center;
    opacity: 0;
    position: fixed;
    visibility: hidden;
  }
  #gh-head .gh-head-menu {
    transform: translateY(0);
    transition: none;
  }
  #gh-head .nav {
    align-items: center;
    gap: 20px;
    line-height: 1.4;
  }
  #gh-head .nav a {
    font-size: 2.6rem;
    font-weight: 600;
    text-transform: none;
  }
  #gh-head .nav li {
    opacity: 0;
    transform: translateY(-4px);
  }
  #gh-head .gh-head-actions {
    text-align: center;
  }
  #gh-head :is(.gh-head-btn, .gh-head-link) {
    opacity: 0;
    transform: translateY(8px);
  }
  #gh-head .gh-head-btn {
    font-size: 1.8rem;
    text-transform: none;
    width: 100%;
  }
  #gh-head .gh-head-btn:not(.gh-btn) {
    font-size: 2rem;
  }
  #gh-main {
    transition: opacity 0.4s;
  }
  .is-head-open #gh-head {
    height: 100%;
    inset: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    z-index: 3999999;
    -webkit-overflow-scrolling: touch;
  }
  .is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent)
    #gh-head {
    background-color: var(--color-white);
  }
  .is-head-open.is-head-transparent #gh-head,
  .is-head-open:is(.is-head-transparent, .is-head-brand)
    #gh-head
    .gh-head-actions {
    background-color: var(--ghost-accent-color);
  }
  .is-head-open.is-head-dark #gh-head,
  .is-head-open.is-head-dark #gh-head .gh-head-actions {
    background-color: var(--color-darker-gray);
  }
  .is-head-open #gh-head .gh-head-actions,
  .is-head-open #gh-head .gh-head-menu {
    opacity: 1;
    position: static;
    visibility: visible;
  }
  .is-head-open #gh-head .nav {
    display: flex;
    flex-direction: column;
  }
  .is-head-open #gh-head .nav li {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.2s, opacity 0.2s;
  }
  .is-head-open #gh-head .gh-head-actions {
    align-items: center;
    background-color: var(--color-white);
    bottom: 0;
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
    left: 0;
    padding: var(--gap) 0 calc(var(--gap) + 8px);
    position: sticky;
    right: 0;
  }
  .is-head-open #gh-head :is(.gh-head-btn, .gh-head-link) {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.4s, opacity 0.4s;
    transition-delay: 0.2s;
  }
  .is-head-open #gh-head .gh-head-link {
    transition-delay: 0.4s;
  }
  .is-head-open #gh-main {
    opacity: 0;
  }
}
.gh-cover {
  min-height: var(--cover-height, 50vh);
  padding-bottom: 6.4rem;
  padding-top: 6.4rem;
  position: relative;
}
.gh-cover-image {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.has-serif-body .gh-cover-description,
.has-serif-title .gh-cover-title {
  font-family: var(--font-serif);
}
.has-serif-title .gh-card-title {
  font-family: var(--font-serif);
  letter-spacing: -0.01em;
}
.has-serif-body .gh-card-excerpt {
  font-family: var(--font-serif);
}
.gh-card {
  word-break: break-word;
}
.gh-article-tag {
  color: var(--ghost-accent-color);
}
.gh-article-title {
  word-break: break-word;
}
.has-serif-title .gh-article-title {
  font-family: var(--font-serif);
  letter-spacing: -0.01em;
}
.gh-article-excerpt {
  color: var(--color-secondary-text);
  font-size: 2.1rem;
  line-height: 1.5;
  margin-top: 2rem;
}
.has-serif-body .gh-article-excerpt {
  font-family: var(--font-serif);
}
.gh-article-image {
  grid-column: wide-start/wide-end;
  margin-top: 4rem;
}
.gh-article-image img {
  width: 100%;
}

@media (max-width: 767px) {
  .gh-article-excerpt {
    font-size: 1.9rem;
  }
  .gh-article-image {
    margin-top: 2.4rem;
  }
}

.gh-content {
  font-size: var(--content-font-size, 1.8rem);
  letter-spacing: var(--content-letter-spacing, 0);
  margin-top: 4rem;
  word-break: break-word;
}
.gh-content > * + * {
  margin-top: calc(1.6em * var(--content-spacing-multiplier, 1));
}
.gh-content > .kg-card + [id] {
  margin-top: calc(2em * var(--content-spacing-multiplier, 1)) !important;
}
.has-serif-title .gh-content > [id] {
  letter-spacing: -0.01em;
}
.gh-content > [id]:not(:first-child) {
  margin-top: calc(1.6em * var(--content-spacing-multiplier, 1));
}
.gh-content > [id] + * {
  margin-top: calc(0.8em * var(--content-spacing-multiplier, 1));
}
.gh-content > blockquote,
.gh-content > blockquote + *,
.gh-content > hr,
.gh-content > hr + * {
  margin-top: calc(2.4em * var(--content-spacing-multiplier, 1));
}
.gh-content h2 {
  font-size: 1.6em;
}
.gh-content h3 {
  font-size: 1.4em;
}
.gh-content a {
  color: var(--ghost-accent-color);
}
.gh-content .kg-callout-card .kg-callout-text,
.gh-content .kg-toggle-card .kg-toggle-content > ol,
.gh-content .kg-toggle-card .kg-toggle-content > p,
.gh-content .kg-toggle-card .kg-toggle-content > ul {
  font-size: 0.95em;
}
.has-serif-body .gh-content .kg-callout-text,
.has-serif-body .gh-content .kg-toggle-content > ol,
.has-serif-body .gh-content .kg-toggle-content > p,
.has-serif-body .gh-content .kg-toggle-content > ul,
.has-serif-body .gh-content > blockquote,
.has-serif-body .gh-content > dl,
.has-serif-body .gh-content > ol,
.has-serif-body .gh-content > p,
.has-serif-body .gh-content > ul {
  font-family: var(--font-serif);
}
.gh-content dl,
.gh-content ol,
.gh-content ul {
  padding-left: 2.8rem;
}
.gh-content :is(li + li, li :is(ul, ol)) {
  margin-top: 0.8rem;
}
.gh-content ol ol li {
  list-style-type: lower-alpha;
}
.gh-content ol ol ol li {
  list-style-type: lower-roman;
}
.gh-content table:not(.gist table) {
  border-spacing: 0;
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 1.6rem;
  max-width: 100%;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(
        ellipse at left,
        rgba(0, 0, 0, 0.2) 0,
        transparent 75%
      )
      0,
    radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0, transparent 75%)
      100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
  background-size: 10px 100%, 10px 100%;
}
.gh-content table:not(.gist table) td:first-child {
  background-image: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0));
  background-repeat: no-repeat;
  background-size: 20px 100%;
}
.gh-content table:not(.gist table) td:last-child {
  background-image: linear-gradient(270deg, #fff 50%, hsla(0, 0%, 100%, 0));
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}
.gh-content table:not(.gist table) th {
  background-color: var(--color-white);
  color: var(--color-darkgrey);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
}
.gh-content table:not(.gist table) td,
.gh-content table:not(.gist table) th {
  border: 1px solid var(--color-light-gray);
  padding: 6px 12px;
}

@media (max-width: 767px) {
  .gh-content {
    font-size: 1.7rem;
    margin-top: 3.2rem;
  }
}

.gh-comments {
  margin-bottom: -24px;
  margin-top: 2rem;
}
.gh-comments-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.gh-comments .gh-comments-title {
  margin-bottom: 28px;
}
.gh-comments-header .gh-comments-title {
  margin-bottom: 0;
}
.gh-comments-count {
  color: var(--color-secondary-text);
}
.gh-cta-gradient {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), var(--color-white));
  content: "";
  grid-column: full-start/full-end;
  height: 160px;
  margin-bottom: 4rem;
  margin-top: -16rem;
  position: relative;
}
.gh-cta-gradient:first-child {
  display: none;
}
.gh-cta {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  text-align: center;
}
.gh-cta-title {
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  margin-bottom: 3.2rem;
}
.gh-cta-actions {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.gh-cta-link {
  color: var(--color-secondary-text);
  cursor: pointer;
  font-size: 1.4rem;
  margin-top: 0.8rem;
  text-decoration: none;
}
.gh-cta-link:hover {
  color: var(--color-darker-gray);
}

@media (max-width: 767px) {
  .gh-cta-actions {
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
}

.gh-content :not(.kg-card):not(table):not([id]) + :is(.kg-card, table) {
  margin-top: calc(2em * var(--content-spacing-multiplier, 1));
}
.gh-content :is(.kg-card, table) + :not(.kg-card):not(table):not([id]) {
  margin-top: calc(2em * var(--content-spacing-multiplier, 1));
}
.kg-gallery-image,
.kg-image[width][height] {
  cursor: pointer;
}
.kg-gallery-image a:hover,
.kg-image-card a:hover {
  opacity: 1 !important;
}
.kg-card.kg-toggle-card .kg-toggle-heading-text {
  font-size: 2rem;
  font-weight: 700;
}
.has-serif-title .kg-toggle-card .kg-toggle-heading-text {
  font-family: var(--font-serif);
}
.kg-callout-card.kg-card {
  border-radius: 0.25em;
}
blockquote.kg-blockquote-alt {
  color: var(--color-secondary-text);
  font-weight: 400;
}
.kg-card.kg-button-card .kg-btn {
  font-size: 1em;
}
.kg-bookmark-card .kg-bookmark-container {
  border-radius: 0.25em !important;
}
.kg-bookmark-card .kg-bookmark-content {
  padding: 1.15em;
}
.kg-bookmark-card .kg-bookmark-title {
  font-size: 0.9em;
}
.kg-bookmark-card .kg-bookmark-description {
  font-size: 0.8em;
  margin-top: 0.3em;
  max-height: none;
}
.kg-bookmark-card .kg-bookmark-metadata {
  font-size: 0.8em;
}
.kg-bookmark-card .kg-bookmark-thumbnail img {
  border-radius: 0 0.2em 0.2em 0;
}
.pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 6.4rem;
}
.page-number {
  grid-column-start: 2;
}
.older-posts {
  text-align: right;
}
.gh-navigation {
  align-items: center;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.gh-navigation > div {
  align-items: center;
  display: flex;
}
.gh-navigation-next {
  justify-content: flex-end;
}
.gh-navigation-link {
  align-items: center;
  display: inline-flex;
}
.gh-navigation-link svg {
  height: 16px;
  width: 16px;
}
.gh-navigation-previous svg {
  margin-right: 0.4rem;
}
.gh-navigation-next svg {
  margin-left: 0.4rem;
}

@media (max-width: 767px) {
  .gh-navigation-hide {
    display: none;
  }
}

.gh-btn {
  align-items: center;
  background-color: var(--color-darker-gray);
  border: 0;
  border-radius: 100px;
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 0.4em;
  justify-content: center;
  letter-spacing: inherit;
  line-height: 1;
  padding: calc(0.75em * var(--multiplier, 1))
    calc(1.15em * var(--multiplier, 1));
}
.gh-btn:hover {
  opacity: 0.95;
}
.gh-post-upgrade-cta .gh-btn {
  line-height: inherit;
}
.gh-primary-btn {
  background-color: var(--ghost-accent-color);
}
.gh-outline-btn {
  background-color: transparent;
  border: 1px solid var(--color-light-gray);
  color: var(--color-darker-gray);
  text-decoration: none;
}
.gh-outline-btn:hover {
  border-color: var(--color-mid-gray);
  opacity: 1;
}
.gh-icon-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--darker-gray-color);
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 30px;
}
.gh-icon-btn svg {
  height: 20px;
  width: 20px;
}
.gh-text-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--darker-gray-color);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  letter-spacing: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  will-change: opacity;
}
.gh-text-btn:hover {
  opacity: 0.8;
}
.gh-foot {
  color: var(--color-secondary-text);
  padding-bottom: 8rem;
  padding-top: 8rem;
  white-space: nowrap;
}
.gh-foot-inner {
  display: grid;
  font-size: 1.3rem;
  gap: 40px;
  grid-template-columns: 1fr auto 1fr;
}
.no-menu .gh-foot-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gh-foot-menu .nav {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 4px;
}
.gh-foot-menu .nav li {
  align-items: center;
  display: flex;
}
.gh-foot-menu .nav li + li:before {
  content: "•";
  font-size: 0.9rem;
  line-height: 0;
  padding: 0 1.2rem;
}
.gh-powered-by {
  text-align: right;
}
.gh-foot a {
  color: var(--color-secondary-text);
}
.gh-foot a:hover {
  color: var(--color-darker-gray);
  opacity: 1;
}
@media (max-width: 767px) {
  .gh-foot {
    padding-bottom: 12rem;
    padding-top: 6.4rem;
  }
  .gh-foot-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .gh-foot-menu .nav {
    flex-direction: column;
  }
  .gh-foot-menu .nav li + li {
    margin-top: 0.4rem;
  }
  .gh-foot-menu .nav li + li:before {
    display: none;
  }
  .gh-powered-by {
    text-align: center;
  }
}
.pswp {
  z-index: 3999999;
}
.pswp__bg {
  background-color: rgba(0, 0, 0, 0.85);
}
.pswp__img--placeholder--blank {
  background: var(--color-black);
}
.pswp__error-msg,
.pswp__error-msg a {
  color: var(--color-secondary-text);
}
@media (min-resolution: 1.1dppx), (min-resolution: 105dpi) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__caption__center,
.pswp__counter {
  color: var(--color-white);
}
.pswp--css_animation .pswp__preloader__donut {
  border-right: 2px solid var(--color-white);
  border-top: 2px solid var(--color-white);
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    float: right;
    left: auto;
    margin: 0;
    position: relative;
    top: auto;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  color: var(--secondary-text-color);
  font-family: monospace;
  font-size: 1em;
}
:not(pre) > code {
  background-color: var(--input-background-color);
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
:root {
    --brand-color: var(--ghost-accent-color, #6c49b6);
    --primary-text-color: rgb(255 255 255 / 90%);
    --secondary-text-color: rgb(255 255 255 / 65%);
    --tertiary-text-color: rgb(255 255 255 / 45%);
    --diabled-background-color: var(--tertiary-text-color);
    --divider-color: rgb(255 255 255 / 12%);
    --input-background-color: rgb(255 255 255 / 8%);
    --hero-background-color: rgb(255 255 255 / 6%);
    --overlay-bg: rgb(0 0 0 / 80%);
     --base-contrast: hsla(214,70%,4%,0.92);
  --background-color: #171A1D;
  --background-base: #171A1D;
--background-translucent: rgba(33, 33, 33, 0.2);
  --white-color: #fff;
  --black-color: #000;
  --green-color: #28a745;
  --orange-color: #ffc107;
  --red-color: #dc3545;
  --facebook-color: #3b5998;
  --twitter-color: #1da1f2;
  --rss-color: #f26522;
  --primary-text-color-invert: hsla(0, 0%, 98%, 0.95);
  --secondary-text-color-invert: hsla(0, 0%, 98%, 0.75);
  --tertiary-text-color-invert: hsla(0, 0%, 98%, 0.55);
  --primary-text-color-overlay: rgba(3, 9, 17, 0.92);
  --secondary-text-color-overlay: rgba(3, 9, 17, 0.7);
  --tertiary-text-color-overlay: rgba(3, 9, 17, 0.55);
  --divider-color-verlay: rgba(0, 0, 0, 0.1);
  --color-lighter-gray: rgba(31, 31, 31, 0.06);
  --color-light-gray: rgba(5, 5, 5, 0.1);
  --color-mid-gray: rgba(0, 0, 0, 0.35);
  --color-dark-gray: rgba(3, 3, 3, 0.74);
  --color-darker-gray: rgba(1, 3, 4, 0.92);


  --animation-base: ease-in-out;
  --font-base: -apple-system, BlinkMacSystemFont, "Inter", Segoe UI, Helvetica,
    Arial, sans-serif;
  --font-serif: "Cardo", serif;
  --font-weight-regular: 400;
  --font-weight-bold: 600;
  --navbar-height: 8rem;
  --form-input-height: 4.8rem;
  --base-text-size: 1.8rem;
  --spacepsection: 5rem;
  --sidebar-width: clamp(25rem, 15vw, 30rem);
  --radii-small: 0.8rem;
  --radii-medium: 10px;
  --radii-large: 2rem;
  --radii-pill: 16rem;
}
:root.dark-page,
:root.has-light-text,
:root[data-theme="dark"] {
  --primary-text-color: hsla(0, 0%, 100%, 0.9);
  --secondary-text-color: hsla(0, 0%, 100%, 0.65);
  --tertiary-text-color: hsla(0, 0%, 100%, 0.45);
  --darker-gray-color: var(--primary-text-color);
  --divider-color: hsla(0, 0%, 100%, 0.12);
  --input-background-color: hsla(0, 0%, 100%, 0.08);
  --hero-background-color: hsla(0, 0%, 100%, 0.06);
  --base-contrast: rgba(3, 9, 17, 0.92);
  --overlay-bg: rgba(0, 0, 0, 0.8);
  --background-translucent: rgba(33, 33, 33, 0.2);
  --color-lighter-gray: hsla(0, 0%, 100%, 0.06);
  --color-light-gray: hsla(0, 0%, 100%, 0.12);
  --color-mid-gray: hsla(0, 0%, 100%, 0.35);
  --color-dark-gray: hsla(0, 0%, 100%, 0.74);
  --color-darker-gray: hsla(0, 0%, 100%, 0.92);
}
:root.dark-page,
:root[data-theme="dark"] {
  --background-color: #171A1D;
  --background-base: #171A1D;
}
:root.is-color-onyx {
  --background-color: #fff;
  --background-base: #f7f7f7;
}
:root[data-theme="dark"].is-color-onyx {
  --background-color: #1a1a1a;
  --background-base: #141414;
}
:root.is-color-rust {
  --background-color: #f2f1e7;
  --background-base: #e9e4d8;
}
:root[data-theme="dark"].is-color-rust {
  --background-color: #2b2b28;
  --background-base: #22221e;
}
:root.is-color-fossil {
  --background-color: #e1dedb;
  --background-base: #d6d3d0;
}
:root[data-theme="dark"].is-color-fossil {
  --background-color: #1c1a19;
  --background-base: #161514;
}
:root.is-color-mint {
  --background-color: #f1fefb;
  --background-base: #e5efeb;
}
:root[data-theme="dark"].is-color-mint {
  --background-color: #1a1f1d;
  --background-base: #151918;
}
:root.is-color-ember {
  --background-color: #f4f0e6;
  --background-base: #f6decd;
}
:root[data-theme="dark"].is-color-ember {
  --background-color: #1f1c18;
  --background-base: #1f1916;
}
:root.is-color-ice {
  --background-color: #ebebef;
  --background-base: #dce0e7;
}
:root[data-theme="dark"].is-color-ice {
  --background-color: #1c1c1e;
  --background-base: #171819;
}
:root.is-color-maelstrom {
  --background-color: #e5eef9;
  --background-base: #d1e0f4;
}
:root[data-theme="dark"].is-color-maelstrom {
  --background-color: #234e8a;
  --background-base: #3962a0;
}
@media (max-width: 767px) {
  :root {
    --navbar-height: 8rem;
  }
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  color: var(--primary-text-color);
  font-family: var(--gh-font-body, var(--font-base));
  font-size: var(--base-text-size);
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-wrap: pretty;
}
body,
body.with-custom-background {
  background-color: var(--background-base);
}
::-moz-selection {
  background: var(--ghost-accent-color);
  color: var(--white-color);
}
::selection {
  background: var(--ghost-accent-color);
  color: var(--white-color);
}
a {
  color: var(--primary-text-color);
  text-decoration: none;
  transition: color 0.1s var(--animation-base);
}
a:hover {
  opacity: 0.9;
}
.gh-root-frame iframe {
  backdrop-filter: blur(60px);
  border-radius: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-text-color);
  font-family: var(--gh-font-heading, var(--font-base));
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
  margin: 0;
}
p {
  margin: 0;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
blockquote:not([class]) {
  border-left: 2px solid var(--ghost-accent-color);
  color: var(--primary-text-color);
  font-size: calc(var(--base-text-size) + 0.3rem);
  font-weight: var(--font-weight-regular);
  letter-spacing: -0.03rem;
  line-height: 1.7;
  margin-left: 0;
  margin-right: 0;
  padding: 0 2.2rem;
  font-family: "Old Standard TT", serif;
  border-radius:10px;
}



blockquote:not([class]) strong {
  color: var(--primary-text-color);
  font-weight: var(--font-weight-bold);
}
ol,
ul {
  padding-left: 2rem;
}
embed,
iframe {
  border: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
figure {
  margin-left: 0;
  margin-right: 0;
}
figcaption {
  color: var(--secondary-text-color);
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1.5rem;
  text-align: center;
}
figcaption a {
  color: var(--secondary-text-color) !important;
  font-weight: 400 !important;
}
pre {
  background-color: var(--lighter-gray-color);
  border-radius: 8px !important;
  font-size: 1.6rem !important;
  line-height: 1.5;
  overflow-x: scroll;
  padding: 1.6rem 2.2rem;
  -webkit-overflow-scrolling: touch;
}
hr {
  border: 0;
  border-top: 1px solid;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
table:not(.highlight) {
  border-collapse: collapse;
  font-size: 1.5rem;
  width: 100%;
  word-break: normal;
}
table:not(.highlight) thead {
  background-color: var(--lighter-gray-color);
}
table:not(.highlight) tr + table:not(.highlight) tr {
  border-top: 1px solid var(--light-gray-color);
}
table:not(.highlight) tr:hover td {
  background-color: var(--lighter-gray-color);
}
table:not(.highlight) td,
table:not(.highlight) th {
  line-height: 1.5;
  padding: 1rem 1.5rem;
}
table:not(.highlight) th {
  text-align: left;
}
table:not(.highlight) tfoot {
  border-top: 1px solid var(--mid-gray-color);
}
table:not(.highlight) tfoot td {
  font-weight: 700;
}
@media (max-width: 767px) {
  .table thead {
    display: none;
  }
  .table tr {
    display: block;
    padding: 1.2rem 0;
  }
  .table td {
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 0;
    text-align: right;
    width: 100%;
  }
  .table td:before {
    color: var(--secondary-text-color);
    content: attr(data-label);
    margin-right: 1rem;
    white-space: nowrap;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1130px + 10vw);
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
}
.container.medium {
  max-width: calc(1056px + 10vw);
}
.container.small {
  max-width: calc(640px + 10vw);
}
.button {
  align-items: center;
  border: 0;
  border-radius: var(--radii-medium);
  color: var(--brand-color);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--gh-font-body, var(--font-base));
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  height: var(--form-input-height);
  justify-content: center;
  outline: none;
  padding: 0 2.4rem;
  transition: all 0.1s ease-in-out;
}
.button:focus-visible {
  box-shadow: 0 0 0 4px hsl(from var(--brand-color) h s l/.4);
}
.button:hover {
  opacity: 0.75;
}
.button:active {
  transform: scale(0.95);
}
.button.button-primary {
  background-color: var(--brand-color);
  color: var(--primary-text-color-invert);
  text-decoration: none;
}
.button.button-secondary {
  background-color: transparent;
  border: 1px solid var(--divider-color);
  color: var(--primary-text-color);
}
.button.button-disabled {
  background-color: var(--color-lighter-gray);
  border-color: transparent;
  border-radius: 4rem;
  color: var(--color-dark-gray);
  pointer-events: none;
}
.button .icon {
  margin-left: 0.8rem;
}
.button.round {
  border-radius: 32px;
}
.button-icon {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--primary-text-color);
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 30px;
}
.button-icon:hover .icon {
  opacity: 0.8;
}
.button-text {
  background-color: transparent;
  border: 0;
  color: var(--primary-text-color);
  cursor: pointer;
  line-height: inherit;
  outline: none;
  padding: 0;
}
.gh-btn {
  border-radius: 5px;
}
.button-center {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}
.link-view-all {
  color: var(--brand-color);
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  height: auto;
  line-height: 1;
}
.has-serif-body .button-text,
.has-serif-title .button {
  font-family: var(--font-serif);
}
label {
  color: var(--primary-text-color);
  display: block;
  font-family: var(--font-base);
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.8rem;
  margin-top: 3.2rem;
}
label + label {
  margin-top: 2rem;
}
label input,
label textarea {
  margin-top: 0.7rem;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--input-background-color);
  border: 0;
  border-radius: var(--radii-small);
  color: var(--primary-text-color);
  flex: 1 0 0;
  font-family: var(--gh-font-body, var(--font-base));
  font-size: 1.6rem;
  height: var(--form-input-height);
  outline: none;
  padding: 0 1.5rem;
  transition: box-shadow 0.15s var(--animation-base);
  width: 100%;
}
input:focus,
textarea:focus {
  box-shadow: 0 0 0 2px hsl(from var(--brand-color) h s l/.8),
    0 0 0 6px hsl(from var(--brand-color) h s l/.3);
}
::-webkit-input-placeholder {
  color: var(--tertiary-text-color);
}
textarea {
  height: 100%;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  resize: vertical;
}
fieldset {
  border: 0;
  margin-bottom: 2.4rem;
  padding: 0;
}
.has-serif-body input,
.has-serif-body textarea {
  font-family: var(--font-serif);
}
.form-wrapper {
  max-width: 480px;
  position: relative;
}
.form-button {
  align-items: center;
  background-color: var(--brand-color);
  border: 0;
  border-radius: 4px;
  color: var(--white-color);
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  outline: none;
  padding: 0 15px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.form-button.with-icon {
  border-radius: 0 4px 4px 0;
  padding: 0;
  width: 40px;
}
.form-wrapper .loader,
.form-wrapper .success {
  display: none;
}
.form-wrapper .loader .icon {
  height: 28px;
  width: 28px;
}
.form-wrapper.loading .default,
.form-wrapper.success .default,
.form-wrapper.success .loader {
  display: none;
}
.form-wrapper.loading .loader {
  display: block;
}
.form-wrapper.success .success {
  align-items: center;
  display: flex;
}
.inline-form {
  display: flex;
  gap: 1.6rem;
}
.contact-form {
  margin-top: 3rem;
}
.contact-form .button {
  margin-top: 1.5rem;
}
.subscription-wrapper {
  margin-top: 3.2rem;
}
.subscribe-title {
  color: var(--secondary-text-color);
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .inline-form {
    flex-direction: column;
    max-width: 100%;
  }
  .inline-form input {
    flex: unset;
  }
}
.icon {
  height: 20px;
  width: 20px;
  fill: currentColor;
}
.icon-loading {
  height: 26px;
  width: 26px;
}
.hero-header {
  font-family: "Old Standard TT", serif;
  font-size: clamp(3.2rem, 3.5vw, 4rem);
  line-height: 1.5;
  margin-bottom: 0;
}
.h1 {
  font-size: 2.8rem;
  line-height: 4rem;
}
.h1,
.h2 {
  font-weight: var(--font-weight-bold);
}
.h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.h3 {
  font-size: 2rem;
  line-height: 2.8rem;
}
.h3,
.h4 {
  font-weight: var(--font-weight-bold);
}
.h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.h5,
.h6 {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.h5,
.h6,
.section-title {
  font-weight: var(--font-weight-bold);
}
.section-title {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.body-1 {
  font-size: 1.8rem;
}
.body-1,
.body-2 {
  font-weight: var(--font-weight-regular);
  line-height: 2.4rem;
}
.body-2 {
  font-size: 1.6rem;
}
.sub-heading-large {
  font-size: 2rem;
  line-height: 3.2rem;
}
.sub-heading,
.sub-heading-large {
  font-weight: var(--font-weight-regular);
}
.sub-heading {
  font-size: 1.4rem;
  line-height: 2rem;
}
.has-serif-body .body-1,
.has-serif-body .body-2,
.has-serif-body .section-title,
.has-serif-body .sub-heading,
.has-serif-body .sub-heading-large,
.has-serif-title .h1,
.has-serif-title .h2,
.has-serif-title .h3,
.has-serif-title .h4,
.has-serif-title .h5,
.has-serif-title .h6,
.has-serif-title .hero-header {
  font-family: var(--font-serif);
  font-weight: var(--font-weight-regular);
}
.has-serif-title.h5,
.has-serif-title.h6 {
  font-weight: var(--font-weight-bold);
}
.has-serif-title .h3 {
  font-size: 2.2rem;
}
.site {
  min-height: 100vh;
  position: relative;
}
.site-content {
  background-color: var(--background-color);
  border-radius: var(--radii-small);
  border-left:solid 1px #000;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.035);
  flex-grow: 1;
  margin: 1.2rem 1.2rem 1.2rem var(--sidebar-width);
  overflow: auto;
  padding: 8rem 0 0;
  z-index: 2;
}
.no-title-and-feature-image .site-content {
  padding-top: 0;
}
.section-container {
  padding-bottom: calc(var(--spacepsection) / 2);
  padding-top: calc(var(--spacepsection) / 2);
}
.section-container.reset-spacing {
  margin-top: calc(var(--spacepsection) - 6rem);
}
.custom-page .site-main .section-container:first-child {
  margin-top: 0;
}
.section-container.post-expanded {
  margin-bottom: 0;
  margin-top: 0;
}
.is-head-brand .site-content {
  padding-top: max(8vmin, 5rem);
}
.gh-content.reset-space {
  margin-top: 0;
}
.custom-works .link-view-all {
  display: none;
}
.error-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-title {
  text-transform: capitalize;
}
.error-body {
  color: var(--tertiary-text-color);
}
.error-icon {
  color: var(---tertiary-text-color);
  height: 18rem;
  width: 18rem;
}
.error-icon svg {
  height: 100%;
  width: 100%;
}
.error-body,
.error-title {
  text-align: center;
}
@media (max-width: 1023px) {
  :root {
    --sidebar-width: 20rem;
  }
}
@media (max-width: 767px) {
  .site {
    display: flex;
    flex-direction: row;
  }
  .site-content {
    border-radius: calc(var(--radii-small) + 1.2rem);
    margin-left: 1.2rem;
    margin-top: calc(var(--navbar-height) + 1.6rem);
    padding-top: 4.8rem;
    border-left:none;
  }
}
#gh-head {
  background-color: transparent;
  height: var(--navbar-height);
}
body:has(#announcement-bar-root .gh-announcement-bar) .gh-outer {
  top: 5.6rem;
}
body:has(#announcement-bar-root .gh-announcement-bar) .head-member-actions {
  bottom: 5.6rem;
}
.gh-announcement-bar.light {
  background-color: #fff !important;
}
.gh-announcement-bar {
  border-radius: var(--radii-small);
  margin: 0.8rem 1.2rem;
}
.gh-outer {
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
}
.head-inner {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  height: 100svh;
  justify-content: space-between;
  overflow-y: scroll;
  padding: 2.4rem 1.2rem 0;
  scrollbar-width: none;
  width: var(--sidebar-width);
}
.gh-head-nav {
  width: 100%;
}
.no-profile.gh-head-inner {
  grid-template-columns: 1fr;
}
.is-head-middle-logo .gh-head-inner {
  grid-template-columns: 1fr auto 1fr;
}
.gh-head-logo-text {
  font-weight: var(--font-weight-bold);
  height: 4rem;
  position: relative;
}
.gh-head-logo-wrapper {
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: 4rem;
}
.gh-head-logo-wrapper img {
  height: 100%;
  margin: auto;
}
.head-logo-wrap:hover {
  opacity: 1;
}
.head-logo-wrap:hover .head-logo {
  scale: 1.06;
}
.head-logo {
  aspect-ratio: 1/1;
  height: 10.8rem;
  position: relative;
  transition: scale 0.15s var(--animation-base);
}
.gh-head-brand {
  margin-bottom: 2rem;
}
.gh-head-brand-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  text-align:center;
}
.head-menu {
  height: -webkit-fill-available;
  position: relative;
}
.head-menu,
.head-menu .nav {
  display: flex;
  flex-direction: column;
}
.head-menu .nav {
  gap: 0.4rem;
  list-style: none;
  padding-left: 0;
}
.head-menu .nav li {
  padding:0; 
  border-radius:10px; 
  width:100%; 
  font-weight:bold; 
  margin-bottom:1em;
  display: flex;
  font-size: 1.8rem;
  height: 100%;
  line-height: 1.33;
  position: relative;
  transition: all 0.1s ease-in-out;
}
.head-menu .nav li:hover {
  background-color: #2E2E2E;
}
.head-menu .nav li:active {
  transform: scaleX(0.985) scaleY(0.985) translateY(0.5px);
}
.head-menu .nav li.nav-current {
  color: var(--brand-color);
}

.nav-current a{
  color: var(--brand-color);
}

.nav-current a:before{
  color: var(--brand-color);
}

.head-menu .nav li a {
  align-items: center;
  align-self: stretch;
  border-radius: var(--radii-medium);
  display: flex;
  gap: 1.2rem;
  padding: 12px;
  width: 100%;
  background:#27292A;
}

.head-menu .nav li a:hover{
background:#2E2E2E;
}

.head-menu .nav li a:before{
color:ffffff;
font: var(--fa-font-solid);
margin-right:-5px;
}
.gh-head-menu {
  width: 100%;
}
.gh-head-actions,
.gh-head-menu {
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
}
.head-group {
  margin-top: 3.2rem;
}
.head-group .nav {
  margin-top: 1.2rem;
}
.head-group-header {
  color: var(--tertiary-text-color);
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 1.2rem;
}
.header-search-bar {
  align-items: center;
  align-self: center;
  background-color: var(--input-background-color);
  border: 1px solid var(--input-background-color);
  border-radius: var(--radii-medium);
  display: grid;
  grid-template-columns: 1fr auto;
  height: 40px;
  padding: 0 1.6rem 0 1.2rem;
  width: 100%;
}
.search-help-text {
  color: var(--tertiary-text-color);
  font-size: 1.4rem;
}
.is-head-open #gh-head .gh-head-actions,
.is-head-open .gh-head-menu .gh-search {
  display: none;
}
.gh-head-brand .gh-search,
.gh-head-brand .gh-theme-toggle {
  margin-right: 0.8rem;
}
.head-action-social {
  gap: 0.8rem;
}
.head-action-social,
.social {
  align-items: center;
  display: flex;
}
.social-item {
  color: var(--secondary-text-color);
  line-height: 0;
}
.social-item + .social-item {
  margin-left: 15px;
}
.social-item + .social-item-rss {
  margin-left: 24px;
}
.social-item .icon {
  fill: currentColor;
}
.gh-icon-btn .svg,
.social-item .icon,
.social-item-rss .icon {
  height: 2rem;
  width: 2rem;
}
.gh-icon-btn svg {
  stroke: var(--secondary-text-color);
}
.gh-dropdown {
  border-radius: 0.6rem 0 0.6rem 0.6rem;
  margin-top: 0.8rem;
  padding: 1.2rem 2rem;
  right: 16px;
}
.gh-dropdown li a {
  padding-left: 0;
  padding-right: 0;
}
.gh-head .nav .gh-dropdown li.nav-current:after,
.gh-head .nav .gh-dropdown li:after {
  left: 0;
}


.nav .feather {
  height: 18px;
  width: 18px;
}
.head-member-actions {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  padding: 4.8rem 0 1.6rem;
  position: sticky;
  z-index: 10;
}
.head-member-actions:before {
  background-color: var(--background-base);
  background: linear-gradient(
    to bottom,
    hsl(from var(--background-base) h s l/0) 0,
    hsl(from var(--background-base) h s l/.5) 20%,
    hsl(from var(--background-base) h s l/1) 35%,
    hsl(from var(--background-base) h s l/1) 100%
  );
  content: "";
  height: 100%;
  left: -1.6rem;
  position: absolute;
  right: -1.6rem;
  top: 0;
  z-index: -1;
}
.gh-head-members {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.button-head {
  width: 100%;
}
.menu-item {
  flex-grow: 1;
}
#gh-head .gh-head-btn {
  width: 100%;
}
.blog-navbar {
  box-shadow: inset 0 -1px 0 var(--divider-color);
  display: flex;
  gap: 2.4rem;
  overflow-x: scroll;
  scrollbar-width: none;
}
.blog-navbar-item {
  font-weight: var(--font-weight-bold);
  padding: 1.2rem 0;
  text-wrap: nowrap;
  transition: color 0.15s var(--animation-base);
}
.blog-navbar-item:hover {
  color: var(--brand-color);
}
.blog-navbar-item.is-active {
  border-bottom: 2px solid var(--brand-color);
  color: var(--brand-color);
}
.nav-icon:empty:before {
  background-color: currentColor;
  border-radius: 3px;
  content: "";
  display: block;
  height: 18px;
  opacity: 0.2;
  width: 18px;
}
.has-serif-body .gh-head-btn,
.has-serif-body .gh-head-link,
.has-serif-body .gh-head-menu .nav li,
.has-serif-body .head-menu .nav li a,
.has-serif-title .gh-head-link {
  font-family: var(--font-serif);
}
.has-serif-title .gh-head-title {
  font-weight: var(--font-weight-bold);
}
.gh-head-title {
  font-family: "Old Standard TT", serif;
  font-size:3rem;
  line-height: 1em;;

}
.no-icons .nav-icon {
  display: none;
}
.gh-theme-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  opacity: 0.9;
  padding: 0;
  position: relative;
  scale: 0.75;
  width: 32px;
}
.moon-or-sun,
.theme-toggle-icon {
  height: 24px;
  position: relative;
  width: 24px;
}
.moon-or-sun {
  background: var(--secondary-text-color);
  border-radius: 50%;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.45s ease;
}
[data-theme="dark"] .moon-or-sun {
  border-width: 4px;
  overflow: visible;
  transform: scale(0.55);
}
.moon-or-sun:before {
  border: 2px solid var(--secondary-text-color);
  border-radius: 50%;
  content: "";
  height: 24px;
  opacity: 1;
  position: absolute;
  right: -9px;
  top: -9px;
  transform: translate(0);
  transition: transform 0.45s ease;
  width: 24px;
}
[data-theme="dark"] .moon-or-sun:before {
  opacity: 0;
  transform: translate(14px, -14px);
}
.moon-or-sun:after {
  border-radius: 50%;
  box-shadow: 0 -23px 0 var(--secondary-text-color),
    0 23px 0 var(--secondary-text-color), 23px 0 0 var(--secondary-text-color),
    -23px 0 0 var(--secondary-text-color),
    15px 15px 0 var(--secondary-text-color),
    -15px 15px 0 var(--secondary-text-color),
    15px -15px 0 var(--secondary-text-color),
    -15px -15px 0 var(--secondary-text-color);
  content: "";
  height: 8px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 50%;
  transform: scale(0);
  transition: all 0.35s ease;
  width: 8px;
}
[data-theme="dark"] .moon-or-sun:after {
  transform: scale(1);
}
.moon-mask {
  background: var(--background-base);
  border: 0;
  border-radius: 50%;
  height: 24px;
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -8px;
  transform: translate(0);
  transition: background 0.25s ease, transform 0.45s ease;
  width: 24px;
}
[data-theme="dark"] .moon-mask {
  opacity: 0;
  transform: translate(14px, -14px);
}
.sidebar-burger,
.sidebar-overlay-nav {
  display: none;
}
@media (max-width: 735px) {
  [data-theme="dark"] .moon-or-sun:after {
    transform: scale(0.92);
  }
}
@media (min-width: 992px) {
  .is-head-left-logo .gh-head-menu {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .gh-head-brand .gh-search,
  .gh-head-brand .gh-theme-toggle {
    display: none;
  }
  .sidebar-overlay-nav {
    align-items: center;
    border-radius: 4rem;
    display: none;
    gap: 0.816rem;
    justify-content: flex-start;
    left: 2rem;
    padding: 0.8rem 2.4rem;
    position: sticky;
    top: 0.8rem;
    z-index: 1100;
  }
  .sidebar-overlay-nav .gh-head-brand-wrapper {
    justify-self: center;
  }
  .gh-head-text-wrapper{margin: 0 auto;}
  .sidebar-overlay-nav .gh-head-text-wrapper .gh-head-title {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    gap: 0.8rem;
    height: 100%;
  }
  .sidebar-overlay-nav .head-member-actions {
    justify-self: end;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sidebar-overlay-nav .head-member-actions:before {
    background: none;
  }
  .sidebar-overlay .site-content {
    margin-left: 1.2rem;
  }
  .sidebar-overlay .sidebar-burger {
    border-radius: 100%;
    display: block !important;
    height: 4rem;
    padding: 0.8rem;
    position: relative;
    width: 4rem;
  }
  .sidebar-overlay-nav .gh-head-text-wrapper {
    border-radius: 4rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0 1.6rem;
  }
  .sidebar-overlay .sidebar-burger,
  .sidebar-overlay-nav .gh-head-text-wrapper {
    backdrop-filter: blur(16px) contrast(1.5);
    background-color: var(--background-translucent);
    box-shadow: inset 0 0 0 1px var(--divider-color),
      0 2px 3px rgba(0, 0, 0, 0.05);
  }
  .sidebar-overlay .sidebar-overlay-nav {
    display: flex;
  }
  .sidebar-burger {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    height: 20px;
    width: 20px;
  }
  .sidebar-burger:after,
  .sidebar-burger:before {
    background: var(--secondary-text-color);
    border-radius: 2px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin: 6px auto;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    width: 20px;
  }
  .sidebar-burger:before {
    top: 8px;
  }
  .sidebar-burger:after {
    bottom: 8px;
  }
  .sidebar-overlay.sidebar-open .sidebar-burger:before {
    top: 13px;
    transform: translateX(-50%) rotate(45deg);
  }
  .sidebar-overlay.sidebar-open .sidebar-burger:after {
    bottom: 13px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .sidebar-overlay #gh-head {
    background: var(--background-base);
    border-radius: 1.2rem;
    bottom: 0.8rem;
    box-shadow: inset 0 0 0 1px var(--divider-color),
      2px 0 16px rgba(0, 0, 0, 0.12);
    height: calc(100svh - 1.6rem);
    left: 0.8rem;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0.8rem;
    transform: translateX(-110%);
    transition: transform 0.2s var(--animation-base);
    width: var(--sidebar-width);
    z-index: 1200;
  }
  .sidebar-overlay.sidebar-open #gh-head {
    pointer-events: auto;
    transform: translateX(0);
  }
  .sidebar-overlay.sidebar-open #gh-head .head-inner {
    height: 100%;
  }
  .sidebar-overlay .sidebar-overlay-bg {
    display: none;
  }
  .sidebar-overlay.sidebar-open .sidebar-overlay-bg {
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: background 0.2s var(--animation-base);
    width: 100vw;
    z-index: 1100;
  }
}
.nav-icon {
  align-items: center;
  display: inline-flex;
}
.nav-icon svg {
  height: 18px;
  width: 18px;
  stroke: currentColor;
}
@media (max-width: 767px) {
  #gh-head {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #gh-head .head-menu {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  #gh-head .gh-head-brand {
    grid-template-columns: 1fr auto auto auto;
  }
  .is-head-open #gh-head .gh-head-brand {
    margin-bottom: 0;
    position: sticky;
    top: 0;
    z-index: 1;
    width:98%;
  }
  #gh-head .gh-head-brand:after {
    background-color: var(--background-base);
    background: linear-gradient(
      to top,
      hsl(from var(--background-base) h s l/0) 0,
      hsl(from var(--background-base) h s l/.6) 10%,
      hsl(from var(--background-base) h s l/1) 30%,
      hsl(from var(--background-base) h s l/1) 100%
    );
    content: "";
    height: calc(100% + 6.4rem);
    left: -1.6rem;
    position: absolute;
    right: -1.6rem;
    top: -2.4rem;
    z-index: -1;
  }
  #gh-head .head-inner {
    padding-top: 1.6rem;
    width: 100%;
  }
  #gh-head .gh-head-actions,
  #gh-head .gh-head-menu {
    justify-content: start;
  }
  #gh-head .head-group-header {
    opacity: 0;
    transform: translateY(-4px);
  }
  .is-head-open #gh-head .head-group-header {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.2s, opacity 0.2s;
  }
  .is-head-open #gh-head .head-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding:0.5rem;
  }
  body.is-head-open {
    overflow: hidden;
  }
  #gh-head .header-search-bar {
    display: none;
  }
  #gh-head .nav {
    align-items: stretch;
    gap: 0.4rem;
  }
  #gh-head .nav a {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  #gh-head .head-inner {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr;
  }
  .is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent)
    #gh-head {
    background-color: var(--background-base);
  }
  .is-head-open #gh-head :is(.gh-head-btn, .gh-head-link) {
    transition-delay: 0.15s !important;
  }
  .visible-desktop {
    display: none;
  }
  body:has(#announcement-bar-root .gh-announcement-bar) .gh-outer {
    top: 0;
  }
  body:has(#announcement-bar-root .gh-announcement-bar) .head-member-actions {
    bottom: 0;
  }
}
.hero-wrapper {
  margin-bottom: 2vmin;
}
.hero-grid {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr;
  max-width: 720px;
}
.hero-grid.with-bg-color {
  border-radius: var(--radii-medium);
  max-width: 100%;
}
.is-hero-image-circle-top.hero-grid.with-bg-color,
.is-hero-image-top.hero-grid.with-bg-color {
  padding: 4.8rem;
}
.hero-title {
  font-size: clamp(3.2rem, 3.5vw, 4rem);
  line-height: 1.125;
  margin-top: 4.8rem;
}
.tag-hash-no-image .hero-title {
  display: none;
}
.hero-image {
  align-self: stretch;
  border-radius: var(--radii-medium);
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  width: 24rem;
}
.hero-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.tag-hash-full-image .hero-image img {
  -o-object-fit: contain;
  object-fit: contain;
}
.hero-content {
  max-width: 60ch;
  text-wrap: pretty;
}
.hero-subscription {
  margin-top: 4rem;
}
.is-hero-image-left.hero-grid,
.is-hero-image-right.hero-grid {
  align-items: center;
  max-width: 100%;
}
.is-hero-image-right.hero-grid {
  flex-direction: row-reverse;
}
.is-hero-image-left.hero-grid {
  flex-direction: row;
}
.is-hero-image-right .hero-content {
  padding: 0 4.8rem 0 0;
}
.is-hero-image-left .hero-content {
  padding: 0 0 0 4.8rem;
}
.is-hero-image-left.with-bg-color .hero-content,
.is-hero-image-right.with-bg-color .hero-content {
  padding: 4.8rem;
}
.is-hero-image-left .hero-title,
.is-hero-image-right .hero-title {
  margin-top: 0;
}
.is-hero-image-left .hero-content,
.is-hero-image-left .hero-image,
.is-hero-image-right .hero-content,
.is-hero-image-right .hero-image {
  width: 50%;
}
.is-hero-image-circle-top .hero-image {
  border-radius: 50%;
  height: 24rem;
  overflow: hidden;
  width: 24rem;
}
.is-hero-image-circle-top .hero-content {
  padding: 0;
}
.is-hero-image-wide-image-top.hero-grid {
  max-width: 100%;
}
.is-hero-image-wide-image-top .gh-content {
  -moz-columns: 3;
  column-count: 3;
}
.is-hero-image-wide-image-top .hero-content {
  max-width: 100%;
}
.is-hero-image-wide-image-top.with-bg-color .hero-content {
  padding: 0 4.8rem 4.8rem;
}
.is-hero-image-wide-image-top .gh-content > * {
  margin-bottom: 2rem;
  margin-top: 0;
  overflow-wrap: break-word;
}
.is-hero-image-wide-image-top .hero-image {
  aspect-ratio: 2/1;
  width: 100%;
}
.has-serif-body .hero-content {
  font-family: var(--font-serif);
}
.hero-content .gh-content > p {
  font-size: var(--base-text-size);
}
.hero-wrapper .kg-button-card {
  align-items: flex-start;
  display: inline-flex;
  width: auto;
}
.hero-wrapper .kg-button-card + .kg-button-card {
  margin-left: 1.6rem;
}
.hero-wrapper .kg-button-card + .kg-button-card a.kg-btn {
  background-color: transparent;
  border: 1px solid var(--divider-color);
  color: var(--primary-text-color);
  transition: opacity 0.2s var(--animation-base),
    background-color 0.2s var(--animation-base);
}
.hero-wrapper .kg-button-card a.kg-btn {
  font-family: var(--font-base);
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  height: 4rem !important;
}
.feed-cover-video {
  position: relative;
}
.video-cover {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1025px) {
  .is-hero-image-wide-image-top .gh-content {
    -moz-columns: 2;
    column-count: 2;
  }
  .is-hero-image-left.hero-grid,
  .is-hero-image-right.hero-grid {
    flex-direction: column;
  }
  .is-hero-image-left.hero-grid .hero-content,
  .is-hero-image-left.hero-grid .hero-image,
  .is-hero-image-right.hero-grid .hero-content,
  .is-hero-image-right.hero-grid .hero-image {
    width: 100%;
  }
  .is-hero-image-left.with-bg-color .hero-content,
  .is-hero-image-right.with-bg-color .hero-content {
    padding: 4rem 2.4rem 2.4rem;
  }
  .is-hero-image-left .hero-content,
  .is-hero-image-right .hero-content {
    padding: 4rem 0 0;
  }
}
@media (max-width: 767px) {
  .hero-grid {
    grid-gap: 8px;
  }
  .is-hero-image-wide-image-top .gh-content {
    -moz-columns: 1;
    column-count: 1;
  }
  .is-hero-image-circle-top.hero-grid.with-bg-color,
  .is-hero-image-top.hero-grid.with-bg-color {
    padding: 2.4rem;
  }
  .is-hero-image-wide-image-top.with-bg-color .hero-content {
    padding: 0 2.4rem 2.4rem;
  }
}
.site-footer {
  padding-bottom: 4rem;
  padding-top: 8rem;
}
.footer-container {
  align-items: center;
  display: flex;
  padding-top: 4rem;
  width: 100%;
}
.fade-to-left,
.fade-to-right {
  flex: 1 1 0%;
  height: 1px;
}
.fade-to-right {
  background: linear-gradient(
    90deg,
    rgba(3, 9, 17, 0) 10%,
    rgba(3, 9, 17, 0.1) 50%,
    rgba(3, 9, 17, 0.1) 80%,
    rgba(3, 9, 17, 0)
  );
}
:root[data-theme="dark"] .fade-to-right {
  background: linear-gradient(
    90deg,
    hsla(210, 1%, 69%, 0) 10%,
    hsla(210, 1%, 69%, 0.1) 50%,
    hsla(210, 1%, 69%, 0.1) 80%,
    hsla(210, 1%, 69%, 0)
  );
}
.fade-to-left {
  background: linear-gradient(
    270deg,
    rgba(3, 9, 17, 0) 10%,
    rgba(3, 9, 17, 0.1) 50%,
    rgba(3, 9, 17, 0.1) 80%,
    rgba(3, 9, 17, 0)
  );
}
:root[data-theme="dark"] .fade-to-left {
  background: linear-gradient(
    270deg,
    hsla(210, 1%, 69%, 0) 10%,
    hsla(210, 1%, 69%, 0.1) 50%,
    hsla(210, 1%, 69%, 0.1) 80%,
    hsla(210, 1%, 69%, 0)
  );
}
.footer-inner-main {
  align-items: start;
  padding: 6.4rem 0;
}
.footer-copyright {
  color: var(--tertiary-text-color);
  position: relative;
  text-align: center;
}
.nav-footer {
  align-items: center;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.2rem;
  padding-left: 0;
  row-gap: 0;
}
.nav-footer .nav-footer-item {
  list-style-type: none;
}
.nav-footer .nav-footer-item a {
  color: var(--secondary-text-color);
  padding: 1.6rem;
}
.footer-group-header {
  color: var(--tertiary-text-color);
}
.has-serif-body .footer-copyright,
.has-serif-body .footer-desc,
.has-serif-body .nav-footer .nav-footer-item {
  font-family: var(--font-serif);
}
@media (max-width: 767px) {
  .footer-inner-main {
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }
  .footer-left {
    margin-bottom: 3rem;
  }
  .footer-right {
    align-items: start;
  }
}
.burger {
  cursor: pointer;
  display: none;
  height: 30px;
  margin-left: 5px;
  margin-right: -7px;
  position: relative;
  width: 30px;
}
.burger-bar {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  width: 100%;
}
.burger-bar:before {
  background-color: var(--primary-text-color);
  content: "";
  height: 2px;
  left: 7px;
  position: absolute;
  transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s;
  width: 16px;
}
.with-alt-header .burger-bar:before,
.with-full-cover .burger-bar:before {
  background-color: #fff;
}
.burger-bar:first-child:before {
  top: 14px;
  transform: translateY(-3px);
}
.burger-bar:last-child:before {
  bottom: 14px;
  transform: translateY(3px);
}
.menu-opened .burger .burger-bar {
  transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu-opened .burger .burger-bar:first-child {
  transform: rotate(45deg);
}
.menu-opened .burger .burger-bar:last-child {
  transform: rotate(-45deg);
}
.menu-opened .burger .burger-bar:before {
  transform: none;
  transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}
@media (max-width: 991px) {
  .burger {
    display: block;
  }
}
.card,
.cards {
  position: relative;
}
.card:hover {
  opacity: 0.85;
}
.card.card-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.card-text-only {
  background-color: var(--hero-background-color);
  border-radius: var(--radii-medium);
  padding: 1.6rem;
}
.card-text-only .card-wrapper {
  margin-bottom: 0;
}
.card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
.card-title {
  align-items: flex-start;
  color: var(--primary-text-color);
  display: flex;
  flex-grow: 1;
  gap: 0.8rem;
  margin-bottom: 0;
  overflow: hidden;
  padding-right: 1rem;
  text-overflow: ellipsis;
}
.card-title .icon {
  flex-shrink: 0;
  height: 1.8rem;
  margin: 0.4rem 0;
  width: 1.8rem;
}
.featured-feed .card-title .icon {
  display: none;
}
.card-title.h2 .icon {
  margin: 0.7rem 0;
}
.card-overlay .card-title {
  color: var(--primary-text-color-overlay);
}
.card-excerpt {
  color: var(--tertiary-text-color);
}
.full-row .card-excerpt {
  font-size: 1.6rem;
}
.card-overlay .card-excerpt {
  color: var(--tertiary-text-color-overlay);
}
.card-image,
.placeholder {
  aspect-ratio: 4/3;
  background-color: var(--input-background-color);
  border-radius: var(--radii-small);
  margin-bottom: 1.6rem;
  overflow: hidden;
  position: relative;
}
.book-wrapper {
  background-color: var(--hero-background-color);
  border-radius: calc(var(--radii-medium) + 0.6rem);
  margin-bottom: 1.6rem;
  padding: 4rem;
}
.card-book .card-image {
  aspect-ratio: 2/3;
  border-radius: var(--radii-medium);
  box-shadow: 0 0 0 1px var(--input-background-color);
  margin-bottom: 2.4rem;
}
.card-book .icon {
  display: none;
}
.card-image-small,
.card-image-small .placeholder {
  aspect-ratio: 1/1;
  border-radius: var(--radii-small);
  width: 4.4rem;
}
.full-row .card-image,
.full-row .placeholder {
  border-radius: var(--radii-medium);
}
.card-overlay.tag-hash-u-on-dark .card-image,
.card-overlay.tag-hash-u-on-dark .placeholder {
  background-color: var(--primary-text-color);
}
.full-row .card-image {
  aspect-ratio: 16/9;
}
.card-image img,
.header-media-wrapper img,
.testimonial-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.card-overlay .card-wrapper {
  gap: 4px;
  left: 24px;
  padding-right: 4rem;
  position: absolute;
  top: 24px;
  width: 100%;
}
.card-overlay .card-image,
.card-overlay .placeholder {
  margin-bottom: 0;
}
.card-overlay.tag-hash-u-on-dark .card-title {
  color: var(--primary-text-color-invert);
}
.card-overlay.tag-hash-u-on-dark .card-excerpt {
  color: var(--secondary-text-color-invert);
}
.card-overlay.tag-hash-u-on-dark .tag-item {
  border-color: var(--secondary-text-color-invert);
  color: var(--secondary-text-color-invert);
}
.card-overlay .icon {
  display: none;
}
.featured-posts {
  overflow-x: hidden;
  padding-top: 1.6rem;
}
.tags-list {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.4rem;
}
.tag-item {
  border: 1px solid var(--divider-color);
  border-radius: 4rem;
  color: var(--secondary-text-color);
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.card-overlay .tag-item {
  border-color: var(--divider-color-verlay);
  color: var(--secondary-text-color-overlay);
}
@media (max-width: 767px) {
  .full-row .card-image {
    aspect-ratio: 1/1;
  }
}
.masonry-container {
  margin: 0 auto;
  overflow: hidden;
  padding: 24px;
  width: 100%;
}
.masonry-wrapper {
  display: flex;
  gap: 0.2rem;
  width: 100%;
}
.masonry-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 200px;
}
.masonry-brick {
  -moz-column-break-inside: avoid;
  background: var(--background-color);
  break-inside: avoid;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}
.masonry-brick.initial-load {
  animation: masonry-fade-in 0.1s ease-out forwards;
  opacity: 0;
}
.masonry-content {
  border-radius: var(--radii-medium);
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.masonry-title {
  align-items: center;
  backdrop-filter: blur(16px);
  background-color: hsl(from var(--background-color) h s l/.7);
  border-radius: var(--radii-large);
  bottom: 0.8rem;
  color: var(--secondary-text-color);
  font-size: 1.4rem;
  gap: 0.4rem;
  left: 0.8rem;
  line-height: 2.8rem;
  max-width: calc(100% - 4.8rem);
  padding: 0 0.8rem;
  position: absolute;
}
.masonry-title-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.masonry-title:hover {
  background-color: hsl(from var(--background-color) h s l/.8);
}
.masonry-title .icon {
  height: 1.6rem;
  width: 1.6rem;
}
.masonry-content img {
  backface-visibility: hidden;
  cursor: zoom-in;
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  will-change: transform;
}
.masonry-brick:hover .masonry-content img {
  transform: scale(1.02);
}
.masonry-brick:after {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.masonry-brick:hover:after {
  opacity: 1;
}
@media (min-width: 2000px) {
  .masonry-wrapper {
    --columns: 4;
  }
}
@media (min-width: 1600px) and (max-width: 1999px) {
  .masonry-wrapper {
    --columns: 3;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .masonry-wrapper {
    --columns: 3;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .masonry-wrapper {
    --columns: 2;
  }
}
@media (max-width: 767px) {
  .masonry-container {
    padding: 16px;
  }
  .masonry-wrapper {
    --columns: 1;
    gap: 16px;
  }
  .masonry-column {
    min-width: unset;
  }
}
@keyframes masonry-fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.feed-header {
  margin-bottom: 2.4rem;
}
.feed-header.featured-header {
  margin-bottom: 0.4rem;
}
.feed-header-wrapper {
  align-self: stretch;
  justify-content: space-between;
  padding-bottom: 1rem;
  position: relative;
}
.feed-header-wrapper,
.header-group {
  align-items: center;
  display: flex;
  gap: 16px;
}
.header-media-wrapper {
  aspect-ratio: 1/1;
  border-radius: var(--radii-small);
  overflow: hidden;
  position: relative;
  width: 3.2rem;
}
.feed-header-title {
  color: var(--primary-text-color);
  font-weight: var(--font-weight-bold);
  margin-bottom: 0;
}
.books .feed-header-title span {
  color: var(--tertiary-text-color);
}
.post-feed {
  margin-top: -1.5rem;
}
.post-feed.expanded {
  margin-top: -2.5rem;
}
.post-feed.text-only {
  margin-top: -3rem;
}
.post-feed.expanded .feed-wrapper,
.post-feed.right-thumbnail .feed-wrapper,
.post-feed.text-only .feed-wrapper {
  align-items: start;
}
.feed {
  align-items: flex-start;
  display: flex;
  line-height: 1;
  overflow: hidden;
  padding: 8px 0;
  position: relative;
}
.feed:not(.no-link):hover .feed-title {
  opacity: 1;
  background:#2E2E2E;
}
.feed:not(.no-link):hover .feed-right {
  margin-right: 2.2rem;
}
.post-feed.expanded .feed:hover .feed-right {
  margin-right: 0;
}
.feed:not(.no-link):hover .feed-icon {
  transform: translateX(0.1rem);
}
.post-feed > .feed + .feed.feed-paged {
  border-top: 0;
  margin-top: 3rem;
}
.post-feed.expanded .feed {
  align-items: flex-start;
  padding: 3rem 0;
}
.post-feed.expanded.feed-card .feed {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.post-feed.expanded.feed-card .feed-image {
  margin-right: 0;
  width: 100%;
}
.section-blog .post-feed.expanded.feed-card .feed:nth-child(7) {
  display: none;
}
.post-feed.expanded:not(.text-only) .feed {
  border-top: 0;
  padding: 2.5rem 0;
}
.post-feed.right-thumbnail .feed {
  flex-direction: row-reverse;
}
.feed-calendar {
  white-space: nowrap;
}
.post-feed.expanded .feed-calendar {
  margin-top: 8px;
}
.post-feed.expanded .feed-right {
  margin-top: 0.8rem;
}
.post-feed.expanded .feed-calendar {
  font-size: 1.6rem;
  margin-top: 0;
}
.feed-calendar-month {
  margin-right: 1rem;
}
.feed-image {
  flex-shrink: 0;
  margin-right: 2.5rem;
  width: 20rem;
}
.post-feed.right-thumbnail .feed-image {
  margin-left: 2.5rem;
  margin-right: 0;
}
.post-feed:not(.expanded) .feed-image {
  display: none;
}
.feed-wrapper {
  align-items: self-end;
  align-self: stretch;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}
.post-feed.expanded .feed-wrapper {
  flex-direction: column;
}
.post-feed.expanded:not(.text-only) .feed-wrapper {
  margin-top: -2px;
}
.feed-tag {
  display: none;
  margin-bottom: 0.4rem;
}
.feed-tag-item {
  color: var(--secondary-text-color);
}
.expanded .feed-tag {
  display: block;
}
.feed-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background:#27292A; 
  color:ffffff; 
  padding:12px; 
  border-radius:10px; 
  width:100%; 
  font-weight:bold; 
  font-size:2rem;
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 1.2rem;
  width: 100%;
}

.feed-sub-title {
  color: var(--tertiary-text-color);
}
.post-feed.expanded .feed-title {
  font-weight: var(--font-weight-bold);
  line-height: 2.4rem;
  white-space: normal;
}
.dot-spacer {
  align-self: end;
  border: 0;
  border-bottom: 1px dotted var(--divider-color);
  display: flex;
  flex: 1 0 0;
  height: 1px;
  margin: 0 8px 6px;
  min-width: 1rem;
}
.post-feed.expanded .dot-spacer {
  display: none;
}
.feed-excerpt {
  color: var(--secondary-text-color);
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.2rem;
}
.has-serif-body .feed-excerpt,
.has-serif-title .feed-title {
  font-family: var(--font-serif);
}
.post-feed:not(.expanded) .feed-excerpt {
  display: none;
}
.feed-right {
  align-items: center;
  color: var(--secondary-text-color);
  display: flex;
  font-size: 1.2rem;
  transition: margin-right 0.2s var(--animation-base);
}
.feed-visibility {
  color: var(--orange-color);
  font-size: 1.2em;
  line-height: 0;
  margin-right: 0.5rem;
}
.visibility-paid .icon,
.visibility-tiers .icon {
  height: 2rem;
  margin-right: 8px;
  width: 2rem;
}
.visibility-tiers,
.visibility-tiers .icon,
.visibility-tiers.icon {
  color: var(--brand-color);
}
.visibility-paid,
.visibility-paid .icon {
  color: var(--orange-color);
}
.post-feed.expanded .feed-visibility {
  margin-left: 1rem;
  order: 1;
}
.feed-visibility-public {
  display: none;
}
.feed-visibility .icon {
  height: 20px;
  width: 20px;
}
.feed-length {
  white-space: nowrap;
}
.post-feed.expanded .feed-length {
  align-items: center;
  display: flex;
}
.post-feed.expanded .feed-length:before {
  content: "\02022";
  font-size: 1rem;
  line-height: 1;
  padding: 0 0.7rem;
}
.feed-icon {
  color: var(--secondary-text-color);
  line-height: 0;
  position: absolute;
  right: 0;
  transform: translateX(2rem);
  transition: transform 0.2s var(--animation-base);
}
.post-feed.expanded .feed-icon {
  display: none;
}
.feed-icon .icon {
  height: 16px;
  width: 16px;
}
.feed-group:after {
  content: "";
  display: block;
  height: 4.5vmin;
}
.feed-month {
  backdrop-filter: blur(3px);
  background-color: hsla(0, 0%, 100%, 0.8);
  color: var(--primary-text-color);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.05rem;
  margin: 0 -1.5rem;
  padding: 1rem 1.5rem;
  position: sticky;
  text-transform: uppercase;
  top: 0;
  width: inherit;
  z-index: 30;
}
.feed-group:first-child .feed-month {
  display: none;
}
@media (max-width: 767px) {
  .feed-header-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .hero-wrapper {
    margin-top: -2.4rem;
  }
}
@media (max-width: 575px) {
  .feed-image {
    width: 120px;
  }
  .feed-length {
    display: none;
  }
  .post-feed.expanded .feed-title {
    font-size: 1.8rem;
  }
}
.featured-container {
  overflow-x: hidden;
}
.featured-wrapper {
  margin-top: 3rem;
  padding-bottom: 3vmin;
  padding-top: 6vmin;
}
.featured-wrapper .post {
  position: relative;
}
.featured-wrapper .u-placeholder {
  margin-bottom: 2rem;
}
.featured-wrapper .post-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
}
.has-serif-title .featured-wrapper .post-title {
  font-family: var(--font-serif);
}
.featured-title {
  border-bottom: 1px solid var(--light-gray-color);
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  margin-bottom: 4.5rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.has-serif-title .featured-title {
  font-family: var(--font-serif);
}
.featured-feed {
  opacity: 0;
  padding-top: 3rem;
}
.featured-feed.tns-slider {
  opacity: 1;
}
.pagination,
body:not(.paged-next) .infinite-scroll-button {
  display: none;
}
.infinite-scroll-action {
  display: flex;
  justify-content: center;
}
.infinite-scroll-button {
  margin-top: 3rem;
  min-width: 110px;
}
.infinite-scroll-button .loader {
  display: none;
  line-height: 0;
}
.infinite-scroll-button.loading .label {
  display: none;
}
.infinite-scroll-button.loading .loader {
  display: inline;
}
.load-more {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  margin-top: 3.2rem;
}
.load-more button {
  flex-basis: content;
}
.single-header {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.single-header-narrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 48px;
  align-items: center;
  border-bottom: var(--border-separator);
  margin-bottom: 4rem;
  padding-bottom: 8rem;
}
.single-meta {
  align-items: center;
  color: var(--tertiary-text-color);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  justify-content: flex-start;
  margin-bottom: 1.2rem;
  text-align: center;
}
.single-visibility {
  text-transform: capitalize;
}
.single-meta-item,
.single-visibility {
  align-items: center;
  display: flex;
}
.single-meta-item + .single-meta-item:before {
  content: "✦";
  font-size: 0.8em;
  padding: 0 1.6rem;
}
.gradient-mask {
  background: linear-gradient(
    0deg,
    var(--background-color) 0,
    var(--background-color) 20%,
    hsla(0, 0%, 97%, 0) 100%
  );
  height: 400px;
  margin-left: -3rem;
  margin-top: -380px;
  position: relative;
  width: calc(100% + 6rem);
}
.single-cta,
.single-cta-base {
  background-color: var(--background-color);
  border: 0.4rem solid var(--brand-color);
  border-radius: var(--radii-medium);
  margin-bottom: 4rem !important;
  padding: 4rem 6rem;
  text-align: center;
}
.single-cta .single-cta-title {
  margin: 0 0 2.4rem;
}
.button-post-paid {
  margin: 1.6rem 0;
}
.single-title {
  font-size: clamp(3.2rem, 3vw, 4rem);
  letter-spacing: -0.1rem;
  margin-bottom: 0;
  text-align: left;
  color:#B488F7;
  font-weight: bold;
}
.has-serif-title .single-title {
  font-family: var(--font-serif);
}
.single-excerpt {
  color: var(--primary-text-color);
  margin-top: 2rem;
  text-align: left;
}
.has-serif-body .single-excerpt {
  font-family: var(--font-serif);
}
.single-media {
  margin-bottom: 0;
  margin-top: 4.5rem;
}
.single-media img {
  width: 100%;
}
.single-media:not(.kg-width-full) img {
  border-radius: var(--radii-medium);
}
.single-cta-title {
  margin: 0 0 1.6rem;
}
.has-serif-title .single-cta-title {
  font-family: var(--font-serif);
}
.single-cta-desc {
  color: var(--tertiary-text-color);
  margin-top: 1.2rem;
}
.single-cta-button {
  font-size: 1.4rem;
  font-weight: 800 !important;
  margin-bottom: 1rem;
}
.single-cta-footer {
  font-size: 1.6rem;
  font-weight: 400 !important;
  letter-spacing: -0.02rem;
  margin-top: 16px;
}
.has-serif-body .single-cta-desc,
.has-serif-body .single-cta-footer {
  font-family: var(--font-serif);
}
.single-footer {
  align-items: center;
  display: flex;
  margin-top: 4.5rem;
}
.single-footer-left,
.single-footer-right {
  display: flex;
  flex: 2;
}
.single-footer-right {
  justify-content: flex-end;
}
.single-footer-middle {
  display: flex;
  flex-direction: column;
}
.single-footer-top {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  justify-content: space-between;
  margin-top: 2.4rem;
}
.single-footer-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.single-footer-top + .single-footer-bottom {
  margin-top: 2rem;
}
.single-content-subscription {
  align-items: center;
  background-color: var(--background-base);
  display: flex;
  flex-direction: column;
  margin: 40px auto auto;
  padding: 32px;
  position: relative;
  text-align: center;
}
.single-content-subscription-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.with-feature-image {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.media-wrapper {
  position: relative;
}
.with-feature-image .media-wrapper {
  aspect-ratio: 1/1;
  border-radius: var(--radii-medium);
  overflow: hidden;
  width: 200px;
}
.tiny-image-wrap {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem;
  margin-bottom: 4rem;
}
.single-heading-wrap {
  flex: 1 1 0;
}
.tiny-image-wrap .single-media {
  margin-top: 0;
  width: 33%;
}
.book-meta {
  margin-top: 1.2rem;
}
.has-serif-title .single-content-subscription-title {
  font-family: var(--font-serif);
}
@media (max-width: 767px) {
  .single-header {
    margin-bottom: 3rem;
  }
  .single-cta {
    padding: 3rem 2rem 4rem;
  }
  .single-media {
    margin-top: 3rem;
  }
  .single-header-narrow {
    grid-template-columns: 1fr;
  }
  .single-footer-top {
    flex-direction: row;
  }
  .media-wrapper {
    width: 80%;
  }
  .with-feature-image .hero-wrapper {
    width: 100%;
  }
  .tiny-image-wrap {
    flex-direction: column-reverse;
  }
  .tiny-image-wrap .single-media {
    width: 50%;
  }
}
.gh-content,
.side-timeline {
  position: relative;
}
.gh-content > * + * {
  margin-bottom: 0;
  margin-top: 2.8rem;
}
.gh-content > [id] {
  margin: 0;
}
.has-serif-title .gh-content > [id] {
  font-family: var(--font-serif);
  font-weight: var(--font-weight-regular);
}
.gh-content > [id]:not(:first-child) {
  margin-top: 6.4rem;
}
.gh-content > [id] + * {
  margin-top: 2rem;
}
.gh-content > [id] + p {
  margin-top: 1.6rem;
}
.gh-content > [id] + .kg-card {
  margin-top: 2.8rem;
}
.gh-content > blockquote,
.gh-content > hr {
  margin-top: 4.8rem;
  position: relative;
}
.gh-content > blockquote + *,
.gh-content > hr + * {
  margin-top: 4.8rem;
}
.gh-content > hr {
  border-color: var(--primary-text-color);
  display: block;
  opacity: 0.1;
  width: 100%;
}
.gh-content > hr:after {
  background-color: var(--background-primary);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none' stroke='%23ffffff90' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' class='logo-wireframe' viewBox='0 0 100 100'%3E%3Cpath d='m30.91 17.52 3.52 18.18m27.01-21.29L62.61 0M34.43 35.7l3.14 54.77M81 26.39 61.44 14.41 34.43 35.7 65.35 100M62.61 0l-31.7 17.52L18 45.45l19.57 45.02L65.35 100l5.09-10.2L81 26.39z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  margin: 0 46%;
  position: absolute;
  right: 0;
  top: 0;
}
.gh-content .kg-card + :not(.kg-card):not([id]),
.gh-content :not(.kg-card):not([id]) + .kg-card {
  margin-top: 4.8rem;
}
.gh-content
  .kg-card:not(.kg-width-wide):not(.kg-width-full)
  + :not(.kg-card):not([id]),
.gh-content
  :not(.kg-card):not([id])
  + .kg-card:not(.kg-width-wide):not(.kg-width-full) {
  margin-top: 3.6rem;
}
.gh-content h1 {
  font-size: 4.8rem;
  letter-spacing: 0.012em;
}
.gh-content h2 {
  font-size: 4rem;
  letter-spacing: 0.004em;
}
.gh-content h3 {
  font-size: 3.2rem;
  letter-spacing: 0.004em;
}
.gh-content h4 {
  font-size: 2.6rem;
}
.gh-content h5 {
  font-size: 2.2rem;
}
.gh-content h6 {
  color: var(--secondary-text-color);
  font-size: 1.2rem;
  line-height: 2.5;
  margin-bottom: -6.4rem !important;
  margin-top: 12rem !important;
  text-transform: uppercase;
}
.serie-page .gh-content h2 {
  font-size: 2.2rem;
}
.serie-page .gh-content .single-title a {
  text-decoration: none;
}
.serie-page .gh-content h3,
.serie-page .gh-content h4,
.serie-page .gh-content h5 {
  font-size: 1.8rem;
}
.gh-content a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--tertiary-text-color);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;
  transition: all 0.15s var(--animation-base);
  word-break: break-word;
}
.gh-content a:not([class]):hover {
  color: var(--brand-color);
  text-decoration-color: var(--brand-color);
}
.gh-content a[class]:hover {
  opacity: 1;
}
.gh-content .kg-callout-card .kg-callout-text,
.gh-content .kg-product-card .kg-product-card-description > ol,
.gh-content .kg-product-card .kg-product-card-description > p,
.gh-content .kg-product-card .kg-product-card-description > ul,
.gh-content .kg-toggle-card .kg-toggle-content > ol,
.gh-content .kg-toggle-card .kg-toggle-content > p,
.gh-content .kg-toggle-card .kg-toggle-content > ul,
.gh-content > dl,
.gh-content > ol,
.gh-content > p,
.gh-content > ul {
  font-size: var(--base-text-size);
  letter-spacing: 0;
}
.has-serif-body .gh-content .kg-callout-text,
.has-serif-body .gh-content .kg-toggle-content > ol,
.has-serif-body .gh-content .kg-toggle-content > p,
.has-serif-body .gh-content .kg-toggle-content > ul,
.has-serif-body .gh-content > dl,
.has-serif-body .gh-content > ol,
.has-serif-body .gh-content > p,
.has-serif-body .gh-content > ul,
.has-serif-title .gh-content > blockquote {
  font-family: var(--font-serif);
}
.has-serif-title .gh-content > blockquote {
  color: var(--primary-text-color);
  font-style: italic;
}
.gh-content > dl,
.gh-content > ol,
.gh-content > ul {
  padding-left: 2.4rem;
}
.gh-content li + li {
  margin-top: 1.2rem;
}
.gh-content-line {
  border-color: var(--primary-text-color);
  border-top-width: 2px;
  display: block;
  height: 1px;
  margin: 4vmin 0 3vmin;
  width: 100%;
}
.meta-sticky-top {
  justify-content: end;
  margin-right: 3.2rem;
  margin-top: -2rem;
  position: sticky;
  top: 1.2rem;
}
.time-line {
  border-right: 1px solid var(--divider-color);
  margin-right: 2.8rem;
}
.time-line:before {
  background: var(--brand-color);
  border-radius: 50%;
  box-shadow: 0 0 0 4px hsl(from var(--brand-color) h s l/.2);
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: -4px;
  top: -12px;
  width: 7px;
}
.anchor-indent {
  padding-top: 3.2rem;
}
.tag-hash-u-hide-overview .serie-overview {
  display: none;
}
.timeline-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: -2rem;
  padding-left: 3.2rem;
  position: relative;
}
.timeline-content .single-media {
  margin-top: 2.4rem;
}
.timeline-content .toc-container {
  display: none;
}
.timeline-content .gh-content {
  margin-top: 0;
}
.view-arrow {
  align-items: center;
  background-color: var(--input-background-color);
  border-radius: 50%;
  display: flex;
  height: 3.2rem;
  justify-content: center;
  padding: 0.8rem;
  position: absolute;
  right: 0;
  top: -0.4rem;
  transition: background-color 0.2s var(--animation-base);
  width: 3.2rem;
}
.view-arrow .icon {
  height: 2.8rem;
  width: 2.8rem;
}
.timeline-content:hover .view-arrow {
  background-color: var(--brand-color);
}
.timeline-content:hover .view-arrow .icon {
  fill: var(--white-color);
}
.footnote {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}
.footnote a {
  color: var(--brand-color);
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
}
.footnote-list {
  border-bottom: 1px solid var(--divider-color);
  border-top: 1px solid var(--divider-color);
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  gap: 0;
  margin-bottom: 4rem;
  margin-top: 4rem;
  padding: 0.8rem 0 2.4rem 2.4rem;
}
.footnote-list li {
  line-height: 1.5;
  padding-top: 1.6rem;
}
@media (max-width: 1199px) {
  .meta-sticky-top {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .gh-content h1 {
    font-size: 3.6rem;
  }
  .gh-content h2 {
    font-size: 3.2rem;
  }
  .gh-content h3 {
    font-size: 2.8rem;
  }
  .gh-content .kg-callout-card .kg-callout-text,
  .gh-content .kg-product-card .kg-product-card-description > ol,
  .gh-content .kg-product-card .kg-product-card-description > p,
  .gh-content .kg-product-card .kg-product-card-description > ul,
  .gh-content .kg-toggle-card .kg-toggle-content > ol,
  .gh-content .kg-toggle-card .kg-toggle-content > p,
  .gh-content .kg-toggle-card .kg-toggle-content > ul,
  .gh-content > dl,
  .gh-content > ol,
  .gh-content > p,
  .gh-content > ul {
    font-size: 2rem;
    line-height: 1.66;
  }
  .time-line {
    border: 0;
    margin-right: 0;
  }
  .time-line:before {
    display: none;
  }
  .timeline-content {
    padding-left: 0;
  }
}
.author-meta {
  margin-left: 0.8rem;
  text-align: left;
  width: 100%;
}
.author-social {
  justify-content: start;
  margin-top: 2.5rem;
}
.author-list {
  align-items: center;
  display: flex;
  margin-left: 0.8rem;
}
.author-list .author-name {
  color: var(--secondary-text-color);
  text-align: left;
}
.author-list .author-name a {
  color: var(--primary-text-color);
}
.author-images {
  display: flex;
}
.author-list .author-image-placeholder {
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: -8px;
  overflow: hidden;
  width: 3.2rem;
}
.author-card {
  margin-bottom: 4rem;
  position: relative;
}
.author-card-title {
  font-size: 2.8rem;
  margin-top: 2rem;
  text-align: center;
}
.author-post-number {
  font-size: 2rem;
  text-align: center;
}
.has-serif-body .author-meta,
.has-serif-body .author-post-number,
.has-serif-title .author-card-title {
  font-family: var(--font-serif);
}
@media (max-width: 767px) {
  .author-list {
    flex-direction: row;
  }
  .author-list,
  .author-meta {
    margin-left: 0;
  }
  .author-images {
    display: none;
  }
}
.share {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.share-label {
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.share-label,
.share-link {
  color: var(--secondary-text-color);
}
.share-link {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  height: 4rem;
  justify-content: center;
  letter-spacing: 0.04rem;
  line-height: 0;
  transition: all 0.15s var(--ease-in-out-quad);
  width: 4rem;
}
.share-link:hover {
  border-color: var(--brand-color);
  color: var(--white-color);
}
.share-link:hover .icon {
  fill: var(--brand-color);
}
.has-serif-body .share-link {
  font-family: var(--font-serif);
}
.share-link .icon {
  height: 24px;
  width: 24px;
  fill: var(--secondary-text-color);
  transition: fill 0.2s var(--ease-in-out-quad);
}
.share-link-label {
  border-radius: 5px;
  padding: 4px 16px;
  width: auto;
}
.share-link-label .icon {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .share {
    flex-direction: row;
    gap: 0;
    justify-content: center;
    width: auto;
  }
  .share-link {
    height: 4.4rem;
    width: 4.4rem;
  }
  .share-label {
    margin: 0 0.8rem;
    writing-mode: horizontal-tb;
  }
  .gh-content .right-sidebar-container-post {
    display: none;
  }
}
.navigation-icon,
.navigation-link {
  align-items: center;
  display: flex;
}
.navigation-icon {
  height: 30px;
  margin: 0 -2px;
  width: 30px;
}
.navigation-next .navigation-icon {
  justify-content: flex-end;
}
.navigation-icon .icon {
  height: 30px;
  width: 30px;
}
.related-content {
  border-top: 2px solid var(--primary-text-color);
  padding: 4.5rem 0 3rem;
}
.related-title {
  margin-bottom: 2rem;
}
.comment-title,
.related-title {
  color: var(--brand-color);
}
.has-serif-title .related-title {
  font-family: var(--font-serif);
}
.comments {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 60px 0 44px;
}
.comments-head {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  max-width: 720px;
  width: 100%;
}
.comments h2 {
  font-weight: 700;
  max-width: 720px;
  width: 100%;
}
.comments .comment-count {
  color: var(--color-midgrey);
  font-weight: 600;
  white-space: nowrap;
}
.comments #ghost-comments-root {
  max-width: 720px;
  width: 100%;
}
.comments-wrapper {
  margin-top: 6rem;
}
#ghost-comments-root .border-gray-100 {
  border-color: var(--divider-color) !important;
}
.comment-content {
  border-top: 2px solid var(--primary-text-color);
  padding: 4.5rem 0 0;
}
.taxonomy {
  margin-bottom: calc(var(--spacepsection) - 6rem);
}
.taxonomy-media {
  margin: 0 0 3rem;
  overflow: hidden;
  width: 200px;
}
.taxonomy-media-small {
  margin-left: -10px;
  margin-right: 12px;
  width: 4rem;
}
.tag-list-container {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 6rem;
  padding-top: var(--spacepsection);
}
.tag-list {
  align-items: stretch;
  -moz-column-gap: 0.2rem;
  column-gap: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.2rem;
}
.tag-list-label {
  color: var(--secondary-text-color);
  margin-bottom: 2rem;
}
.tag-list-item-wrapper {
  align-items: center;
  background-color: var(--input-background-color);
  display: flex;
  flex-direction: row;
  height: 5.6rem;
  padding: 0.8rem 2rem;
}
.tag-list-item-wrapper:hover {
  background-color: var(--light-gray-color);
}
.tag-list-item {
  display: block;
}
.has-serif-body .tag-list-item {
  font-family: var(--font-serif);
}
.tag-list-item-count {
  display: contents;
}
.tag-list-item + .tag-list-item {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .tag-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.kg-canvas .toc-container {
  font-size: 1.4rem;
  grid-column: main-start/main-end;
  margin: 2.4rem 0;
  padding: 0;
  position: static;
  width: 100%;
}
.toc-sidebar {
  background-color: var(--hero-background-color);
  border-radius: var(--radii-small);
  padding: 2.4rem 2.4rem 1rem;
  width: 100%;
}
.has-serif-title .toc-sidebar {
  font-family: var(--font-serif);
}
.toc-sidebar h4 {
  font-size: 2rem;
  font-variant: all-petite-caps;
  font-weight: 600;
}
.has-serif-title .toc-sidebar h4 {
  font-family: var(--font-serif);
}
.toc {
  align-self: stretch;
  padding: 1px 0 0;
}
.toc > .toc-list {
  margin: 0.8rem 0;
}
.gh-content ol.toc-list li,
.toc-list {
  list-style-type: circle;
}
.gh-content ol.toc-list li li {
  list-style-type: square;
}
.toc-list-item {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0.4rem 0;
}
.gh-content li + li {
  margin-top: 0;
}
.toc-list-item a {
  color: var(--primary-text-color);
  text-decoration: none;
}
.feed-card-inside {
  align-items: flex-start;
  display: flex;
  line-height: 1;
  position: relative;
}
.post-feed.right-thumbnail .feed-card-inside {
  flex-direction: row-reverse;
}
.archive-wrapper {
  display: block;
}
.date-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.month-post-label,
.year-post-label {
  color: var(--tertiary-text-color);
  margin-bottom: 2rem;
  padding-top: 6rem;
}
.month-post-label {
  margin-left: auto;
}
.has-serif-title .month-post-label,
.has-serif-title .year-post-label {
  font-family: var(--font-serif);
}
.post-date-1 + .post-date-1 .month-post-label,
.post-date-10 + .post-date-10 .month-post-label,
.post-date-11 + .post-date-11 .month-post-label,
.post-date-12 + .post-date-12 .month-post-label,
.post-date-2 + .post-date-2 .month-post-label,
.post-date-2014 + .post-date-2014 .year-post-label,
.post-date-3 + .post-date-3 .month-post-label,
.post-date-4 + .post-date-4 .month-post-label,
.post-date-5 + .post-date-5 .month-post-label,
.post-date-6 + .post-date-6 .month-post-label,
.post-date-7 + .post-date-7 .month-post-label,
.post-date-8 + .post-date-8 .month-post-label,
.post-date-9 + .post-date-9 .month-post-label,
.post-year-2015 + .post-year-2015 .year-post-label,
.post-year-2016 + .post-year-2016 .year-post-label,
.post-year-2017 + .post-year-2017 .year-post-label,
.post-year-2018 + .post-year-2018 .year-post-label,
.post-year-2019 + .post-year-2019 .year-post-label,
.post-year-2020 + .post-year-2020 .year-post-label,
.post-year-2021 + .post-year-2021 .year-post-label,
.post-year-2022 + .post-year-2022 .year-post-label,
.post-year-2023 + .post-year-2023 .year-post-label,
.post-year-2024 + .post-year-2024 .year-post-label,
.post-year-2025 + .post-year-2025 .year-post-label,
.post-year-2026 + .post-year-2026 .year-post-label,
.post-year-2027 + .post-year-2027 .year-post-label,
.post-year-2028 + .post-year-2028 .year-post-label,
.post-year-2029 + .post-year-2029 .year-post-label,
.post-year-2030 + .post-year-2030 .year-post-label {
  display: none;
}
@media (max-width: 575px) {
  .archive-wrapper .feed-excerpt {
    display: none;
  }
  .archive-wrapper .feed-image {
    margin-right: 1.6rem;
    width: 128px;
  }
  .archive-wrapper .feed-title {
    font-size: 2rem !important;
  }
}
code[class*="language-"],
pre[class*="language-"] {
  background: 0 0;
  color: #f8f8f2;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  font-size: 1em;
  text-align: left;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  hyphens: none;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
pre[class*="language-"] {
  border-radius: 0.3em;
  overflow: auto;
  padding: 1em;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #272822;
}
:not(pre) > code[class*="language-"] {
  border-radius: 0.3em;
  padding: 0.1em;
  white-space: normal;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #8292a2;
}
.token.punctuation {
  color: #f8f8f2;
}
.token.namespace {
  opacity: 0.7;
}
.token.constant,
.token.deleted,
.token.property,
.token.symbol,
.token.tag {
  color: #f92672;
}
.token.boolean,
.token.number {
  color: #ae81ff;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #a6e22e;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.variable {
  color: #f8f8f2;
}
.token.atrule,
.token.attr-value,
.token.class-name,
.token.function {
  color: #e6db74;
}
.token.keyword {
  color: #66d9ef;
}
.token.important,
.token.regex {
  color: #fd971f;
}
.token.bold,
.token.important {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.kg-gallery-image {
  cursor: pointer;
}
.kg-image {
  margin-left: auto;
  margin-right: auto;
}
.kg-embed-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.kg-callout-card-accent a {
  text-decoration: underline;
}
blockquote.kg-blockquote-alt {
  color: var(--primary-text-color);
  font-size: clamp(2.8rem, 3vw, 4rem);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  grid-column: wide-start/wide-end;
  line-height: 1.6;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  text-align: center;
}
.kg-canvas > blockquote.kg-blockquote-alt {
  margin-left: 0;
  margin-right: 0;
  padding: 2.4rem 0;
}
.has-serif-title .kg-canvas > blockquote.kg-blockquote-alt {
  font-family: var(--font-serif);
  font-weight: var(--font-weight-regular);
}
.kg-card.kg-header-card h2.kg-header-card-header {
  letter-spacing: -0.02em;
}
.kg-header-card h2.kg-header-card-header strong {
  letter-spacing: -0.015em;
}
.has-serif-title .kg-card.kg-header-card h2.kg-header-card-header {
  font-family: var(--font-serif);
  letter-spacing: -0.01em;
}
.has-serif-body .kg-header-card h3.kg-header-card-subheader {
  font-family: var(--font-serif);
}
.kg-product-card-description {
  font-family: var(--gh-font-body, var(--font-base));
}
.kg-layout-split .kg-header-card-content {
  grid-template-columns: 38% 62% !important;
}
.kg-header-card.kg-width-full.kg-layout-split h2.kg-header-card-heading,
.kg-signup-card.kg-width-full.kg-layout-split h2.kg-signup-card-heading {
  font-size: clamp(3.6rem, 4vw, 5.2rem) !important;
  line-height: 1.2;
}
.kg-header-card.kg-width-full.kg-layout-split .kg-header-card-subheading,
.kg-header-card.kg-width-wide .kg-header-card-subheading {
  font-size: clamp(1.05em, 2vw, 2rem) !important;
  line-height: 1.4;
}
.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 2px !important;
}
.kg-gallery-row:not(:first-of-type) {
  margin: 2px 0 0 !important;
}
.kg-card.kg-button-card a.kg-btn {
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  height: 2.7em;
  padding: 0 2.4rem;
}
.kg-image-card:not(.kg-width-full),
.kg-video-card {
  border-radius: var(--radii-medium);
  overflow: hidden;
}
.kg-card.kg-toggle-card {
  background-color: var(--hero-background-color);
  border-radius: var(--radii-large);
  box-shadow: inset 0 0 1px 0 var(--divider-color);
  padding: 2.4rem;
}
.kg-card.kg-toggle-card .kg-toggle-heading-text {
  font-size: calc(ar(--base-text-size) + 0.4rem);
  font-weight: var(--font-weight-bold);
}
.has-serif-title .kg-toggle-heading-text {
  font-family: var(--font-serif);
  font-weight: var(--font-weight-regular);
}
.kg-card .kg-header-card-button,
.kg-card.kg-audio-card,
.kg-card.kg-bookmark-card a.kg-bookmark-container,
.kg-card.kg-button-card a,
.kg-card.kg-callout-card,
.kg-card.kg-embed-card iframe,
.kg-card.kg-file-card .kg-file-card-container,
.kg-card.kg-gallery-card img,
.kg-card.kg-image-card:not(.kg-width-full) img,
.kg-card.kg-product-card .kg-product-card-container,
.kg-card.kg-signup-card:not(.kg-width-full),
.kg-card.kg-video-card:not(.kg-width-full) .kg-video-container,
.kg-signup-card-fields,
.single-cta,
iframe {
  border-radius: var(--radii-medium) !important;
  overflow: hidden;
}
.kg-card .kg-signup-card-button {
  border-radius: calc(var(--radii-medium) - 0.2rem);
  height: auto;
}
.kg-card.kg-header-card h2.kg-header-card-header strong {
  font-weight: var(--font-weight-bold);
}
.kg-card .kg-product-card-container {
  background-color: transparent;
  color: var(--secondary-text-color);
  font-family: var(--gh-font-body, var(--font-base));
  max-width: 100%;
}
.kg-audio-card,
.kg-card .kg-bookmark-container,
.kg-card .kg-file-card-container {
  background: transparent !important;
  color: var(--primary-text-color) !important;
}
.kg-card .kg-audio-player-container button,
.kg-card .kg-video-card button {
  color: var(--primary-text-color) !important;
}
.kg-canvas table {
  grid-column: full;
  padding: 0 8vw;
}
.gh-content table:not(.gist table) {
  background: none;
  border-collapse: collapse;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: var(--content-width);
  overflow-x: auto;
  table-layout: fixed;
}
.gh-content table {
  border-collapse: collapse;
  font-size: 1.6rem;
  margin: 2rem 0;
  width: 100%;
}
.gh-content table:not(.gist table) td,
.gh-content table:not(.gist table) th {
  border: none;
  border-bottom: 1px solid var(--divider-color);
  font-size: 1em;
  min-width: unset;
  padding: 1.6rem 3.2rem 1.6rem 0;
  text-align: left;
  white-space: nowrap;
  white-space: normal;
}
.gh-content table:not(.gist table) th {
  color: var(--primary-text-color);
  font-size: 1em;
  font-weight: 600;
  text-transform: none;
}
.gh-content table tr:last-child td {
  border-bottom: none;
}
.gh-content table:not(.gist table) th {
  background-color: transparent;
}
.gh-content table:not(.gist table) tr {
  min-width: var(--content-width);
}
.gh-content table:not(.gist table) td:first-child,
.gh-content table:not(.gist table) th:first-child {
  background-image: linear-gradient(
    90deg,
    var(--background-color) 50%,
    hsla(0, 0%, 100%, 0)
  );
  background-repeat: no-repeat;
  background-size: 20px 100%;
}
.gh-content table:not(.gist table) td:last-child,
.gh-content table:not(.gist table) th:last-child {
  background-image: linear-gradient(
    270deg,
    var(--background-color) 50%,
    hsla(0, 0%, 100%, 0)
  );
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}
.gh-content table:not(.highlight) tr:hover td {
  background-color: transparent;
}
.gh-content table:not(.gist table) tbody,
.gh-content table:not(.gist table) thead {
  width: 100%;
}
@media (max-width: 640px) {
  .kg-layout-split .kg-header-card-content {
    grid-template-columns: 1fr !important;
  }
}
.logo-list {
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 2.4rem;
  row-gap: 2.4rem;
}
.logo-list .kg-image-card {
  align-items: center;
  background-color: transparent;
  border-radius: unset;
  display: flex;
  justify-content: center;
  margin: 0;
  width: 120px;
}
.about-creator {
  align-items: start;
}
.about-creator .about-text {
  grid-column: 2 / span 2;
}
.about-text.gh-content {
  margin-top: 0;
}
.creators {
  position: relative;
}
.creator-media {
  aspect-ratio: 2/3;
  border-radius: var(--corner-radius-small);
  margin-right: 2.4rem;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .about-creator .about-text {
    grid-column: auto;
  }
  .creator-media {
    width: 64vw;
  }
}
.static-banner .kg-product-card-container,
.static-text .kg-product-card-container {
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
  grid-row-gap: 2rem;
}
.static-text .kg-product-card-container {
  grid-row-gap: 2.8rem;
}
.static-banner .kg-product-card h4.kg-product-card-title {
  color: var(--primary-text-color);
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  line-height: 2.8rem;
}
.static-banner .kg-product-card a.kg-product-card-button,
.static-text .kg-product-card a.kg-product-card-button {
  background-color: transparent;
  color: var(--secondary-text-color);
  font-size: var(--base-text-size);
  font-weight: var(--font-weight-regular);
  justify-content: flex-start;
  padding: 0;
  text-align: left;
}
.static-banner .kg-product-card a.kg-product-card-button span,
.static-text .kg-product-card a.kg-product-card-button span {
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px;
}
.static-banner .kg-product-card a.kg-product-card-button:after,
.static-text .kg-product-card a.kg-product-card-button:after {
  content: "→";
  padding-left: 0.8rem;
}
.static-banner .kg-product-card-title-container {
  grid-column: 1 / span 2;
}
.static-banner .kg-product-card-rating,
.static-text .kg-product-card-rating {
  align-self: center;
  color: var(--color-mid-gray);
  gap: 6px;
  grid-column: 1 / span 2;
  grid-row: 2;
  justify-self: start;
  padding: 0;
}
.static-banner .kg-product-card-description {
  grid-column: 1 / span 2;
  grid-row: auto;
}
.static-banner .kg-product-card-image {
  border-radius: var(--radii-medium);
  grid-column: 1 / span 2;
  justify-self: start;
  -o-object-fit: cover;
  object-fit: cover;
}
.static-banner .kg-product-card-rating-star svg,
.static-text .kg-product-card-rating-star svg,
.testimonials .kg-product-card-rating-star svg {
  height: 18px;
  width: 18px;
  fill: var(--secondary-text-color);
}
.static-text .kg-product-card .kg-product-card-description p {
  font-size: var(--base-text-size);
  line-height: 1.6;
}
.static-banner .kg-product-card .kg-product-card-description p {
  font-size: calc(var(--base-text-size) - 0.2rem);
  line-height: 1.6;
}
.static-text .kg-product-card .kg-product-card-description p {
  opacity: 1;
}
.tag-hash-no-link .link-view-all,
.tag-hash-no-title .feed-header {
  display: none;
}
.content-3col {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.static-text .content-3col {
  row-gap: 8rem;
}
.static-banner .content-3col .kg-product-card,
.static-text .content-3col .kg-product-card {
  box-sizing: border-box;
  flex-grow: 1;
  width: calc(33.33333% - 2.4rem);
}
.section-side-project .card {
  box-sizing: border-box;
  flex-grow: 1;
  width: calc(25% - 2.4rem);
}
.static-text .kg-product-card-image {
  justify-self: flex-start;
  width: 4rem;
}
.testimonials .kg-grid {
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 5.2rem;
}
.testimonials .kg-product-card-container {
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
  grid-row-gap: 2.4rem;
}
.testimonials .kg-product-card h4.kg-product-card-title {
  color: var(--primary-text-color);
  font-family: var(--gh-font-body, var(--font-base));
  font-size: var(--base-text-size);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
.kg-product-card-description a span,
.kg-product-card-title a span {
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px;
}
.testimonials .kg-product-card-title-container {
  grid-column: 1 / span 2;
  grid-row: 2;
}
.testimonials .kg-product-card-rating {
  align-self: center;
  color: var(--color-mid-gray);
  gap: 6px;
  grid-column: 1 / span 2;
  grid-row: 1;
  justify-self: start;
  padding: 0;
}
.testimonials .kg-product-card-description {
  grid-column: 1 / span 2;
  grid-row: auto;
}
.testimonials .kg-product-card-image {
  border-radius: 50%;
  grid-column: 1 / span 2;
  grid-row: 3;
  height: 4.8rem;
  justify-self: start;
  -o-object-fit: cover;
  object-fit: cover;
  width: 4.8rem;
}
.testimonials .kg-product-card .kg-product-card-description p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.tag-hash-section-logos .kg-card.kg-image-card:not(.kg-width-full) img {
  border-radius: 0 !important;
}
.has-serif-title .kg-product-card h4.kg-product-card-title {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: var(--font-weight-regular);
}
@media (max-width: 767px) {
  .section-side-project .card,
  .static-banner .content-3col .kg-product-card,
  .static-text .content-3col .kg-product-card {
    max-width: 100%;
    width: 100%;
  }
  .static-banner .content-3col .kg-product-card-container,
  .static-text .content-3col .kg-product-card-container {
    max-width: 100%;
  }
}
.tns-outer {
  padding: 0 !important;
  position: relative;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
  top: -40px;
}
.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: "";
  display: table;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-gallery,
.tns-no-calc {
  left: 0;
  position: relative;
}
.tns-gallery {
  min-height: 1px;
}
.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}
.tns-fadeOut,
.tns-normal {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}
.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333%;
  width: 2333.33333%;
}
.tns-t-ct:after {
  clear: both;
  content: "";
  display: table;
}
.tns-t-ct > div {
  float: left;
  height: 10px;
  width: 1.4285714%;
  width: 1.42857%;
}
.tns-controls button {
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--divider-color);
  border-radius: 50%;
  color: var(--primary-text-color);
  display: flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -86px;
  transition: color 0.5s var(--animation-base);
  width: 30px;
}
.tns-controls button[disabled] {
  color: var(--diabled-background-color);
  cursor: default;
}
.tns-controls button svg {
  height: 18px;
  width: 18px;
}
.tns-controls button[data-controls="prev"] {
  right: 34px;
}
.tns-controls button[data-controls="next"] {
  right: 0;
}
.pswp {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  touch-action: none;
  -ms-touch-action: none;
  width: 100%;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: grabbing;
}
.pswp__bg {
  backface-visibility: hidden;
  background-color: var(--overlay-bg);
  opacity: 0;
  transform: translateZ(0);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp__bg,
.pswp__scroll-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pswp__scroll-wrap {
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: none;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  width: 100%;
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  backface-visibility: hidden;
}
.pswp__item {
  bottom: 0;
  overflow: hidden;
  right: 0;
}
.pswp__img,
.pswp__item {
  left: 0;
  position: absolute;
  top: 0;
}
.pswp__img {
  height: auto;
  width: auto;
}
.pswp__img--placeholder {
  backface-visibility: hidden;
  filter: blur(2px);
}
.pswp__img--placeholder--blank {
  background: var(--black-color);
}
.pswp--ie .pswp__img {
  height: auto !important;
  left: 0;
  top: 0;
  width: 100% !important;
}
.pswp__error-msg {
  color: var(--secondary-text-color);
  font-size: 14px;
  left: 0;
  line-height: 16px;
  margin-top: -8px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.pswp__error-msg a {
  color: var(--secondary-text-color);
  text-decoration: underline;
}
.pswp__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  float: right;
  height: 44px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: opacity 0.2s;
  width: 44px;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  opacity: 0.9;
  outline: none;
}
.pswp__button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  -webkit-filter: invert(70%);
  height: 44px;
  width: 44px;
}
@media (min-resolution: 1.1dppx), (min-resolution: 105dpi) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/default-skin.svg);
    -webkit-filter: invert(70%);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  background-position: -88px 0;
  display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  height: 100px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 70px;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  height: 30px;
  position: absolute;
  top: 35px;
  width: 32px;
}
.pswp__button--arrow--left:before {
  background-position: -138px -44px;
  left: 6px;
}
.pswp__button--arrow--right:before {
  background-position: -94px -44px;
  right: 6px;
}
.pswp__counter {
  color: var(--white-color);
  font-size: 11px;
  font-weight: 700;
  height: 44px;
  left: 0;
  line-height: 44px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pswp__caption {
  bottom: 0;
  left: 0;
  min-height: 44px;
  position: absolute;
  width: 100%;
}
.pswp__caption__center {
  color: var(--white-color);
  font-size: 11px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 420px;
  padding: 25px 15px 30px;
  text-align: center;
}
.pswp__caption__center .post-caption-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.pswp__caption__center
  .post-caption-meta-item
  + .post-caption-meta-item:before {
  content: "\02022";
  padding: 0 4px;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  direction: ltr;
  height: 44px;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.25s ease-out;
  width: 44px;
  will-change: opacity;
}
.pswp__preloader__icn {
  height: 20px;
  margin: 12px;
  width: 20px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(../images/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  height: 14px;
  left: 15px;
  margin: 0;
  opacity: 0.75;
  position: absolute;
  top: 15px;
  width: 14px;
}
.pswp--css_animation .pswp__preloader__cut {
  height: 14px;
  overflow: hidden;
  position: relative;
  width: 7px;
}
.pswp--css_animation .pswp__preloader__donut {
  background: none;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 50%;
  border-right: 2px solid var(--white-color);
  border-top: 2px solid var(--white-color);
  box-sizing: border-box;
  height: 14px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 14px;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    float: right;
    left: auto;
    margin: 0;
    position: relative;
    top: auto;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  to {
    transform: rotate(0);
  }
}
.pswp__ui {
  opacity: 1;
  visibility: visible;
  z-index: 1550;
  -webkit-font-smoothing: auto;
}
.pswp__top-bar {
  height: 44px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  backface-visibility: hidden;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.kg-canvas {
  display: grid;
  grid-template-columns: [full-start] minmax(5vw, auto) [wide-start] minmax(
      auto,
      200px
    ) [main-start] min(calc(100% - 30vw), calc(100% - 10vw)) [main-end] minmax(auto, 200px) [wide-end] minmax(
      5vw,
      auto
    ) [full-end];
}


.kg-canvas > * {
  grid-column: main-start/main-end;
}
.kg-width-wide {
  grid-column: wide-start/wide-end;
}
.kg-width-full {
  grid-column: full-start/full-end;
}
.kg-canvas .kg-width-content {
  grid-column: main-start/main-end;
}
.kg-canvas .kg-side-bar {
  bottom: 0;
  grid-column: wide-start/main-start;
  position: absolute;
  top: 0;
  width: 100%;
}
.kg-width-full img {
  width: 100%;
}
.kg-grid {
  -moz-column-gap: 24px;
  column-gap: 24px;
  display: grid;
  row-gap: 24px;
}
.kg-grid-2col {
  grid-template-columns: 1fr 1fr;
}
.kg-grid-3col {
  grid-template-columns: 1fr 1fr 1fr;
}
.kg-grid-4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .kg-canvas .kg-side-bar {
    grid-column: main-start/main-end;
    margin-bottom: 2rem;
    position: relative;
  }
}
@media (max-width: 991px) {
  .kg-grid-4col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .kg-grid {
    gap: 2rem;
  }
  .kg-canvas > * {
  grid-column: wide-start/wide-end;
}
}
@media (max-width: 575px) {
  .kg-grid-2col,
  .kg-grid-3col,
  .kg-grid-4col {
    grid-template-columns: 1fr;
  }
}
.u-permalink {
  bottom: 0;
  left: 0;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.u-placeholder {
  background-color: var(--input-background-color);
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.u-placeholder:before {
  content: "";
  display: block;
}
.u-placeholder.horizontal:before {
  padding-bottom: 50%;
}
.u-placeholder.rectangle:before {
  padding-bottom: 62%;
}
.u-placeholder.square:before {
  padding-bottom: 100%;
}
.u-placeholder.portrait:before {
  padding-bottom: 150%;
}
.u-object-fit {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.u-gap-big {
  row-gap: 6.4rem;
}
.round {
  border-radius: var(--radii-medium);
  overflow: hidden;
}
.wave-separator {
  position: relative;
  width: 100%;
}
.hidden {
  display: none;
}
.post-expanded .wave-separator {
  margin-top: 6rem;
}
.post-expanded:last-child {
  margin-bottom: 0;
}
.post-expanded:last-child .wave-separator {
  display: none;
}
.edit-button {
  align-items: center;
  border: 1px solid var(--brand-color);
  border-radius: var(--radii-large);
  color: var(--brand-color);
  display: flex;
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  gap: 0.8rem;
  justify-content: center;
  line-height: 1;
  max-width: 10rem;
  padding: 0.8rem;
  text-decoration: none;
  transition: all 0.1s var(--animation-base);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}
.edit-button:hover {
  opacity: 0.8;
}
.icon-stroke {
  stroke: var(--brand-color);
  height: 1.6rem;
  width: 1.6rem;
}
.hero-content .edit-button {
  margin-top: 1.6rem;
}
.tag-hash-no-title .feed-header:has(.edit-button) {
  display: flex;
}
.tag-hash-no-title .feed-header:has(.edit-button) .feed-header-title {
  display: none;
}
.home-template.with-full-cover:not(.portal-visible)
  .gh-portal-triggerbtn-iframe {
  opacity: 0;
  pointer-events: none;
}
.animate__animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.7, 0.7, 0.7);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.3s;
  animation-name: bounceIn;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.7, 0.7, 0.7);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-duration: 0.3s;
  animation-name: zoomOut;
}

.new-post h2:after{
font-weight:300;
color: var(--brand-color);
content: "NEW";
position: relative;
top: 1%;}


/** ---------- Cody's CSS ---------- **/

.grid-frame{
display:grid;
grid-template-columns: 2fr 1fr;
gap: 1em;
}

.grid-title{grid-column: 1 / span 2;}
.grid-image{grid-column: 2;}
.grid-image img{border-radius: 10px;}
.grid-text{
color: var(--color-primary-text);
grid-column: 1;
}

.cjt-subtitle{
font-weight: bold; text-align: center;
}

.patron-list{
list-style-position: inside; 
display:flex; flex-direction:column; justify-content:center;}

.patron-list h1,strong{text-align:center;}

.big-bottom{ padding-bottom: calc(var(--spacepsection) / 2);
  padding-top: calc(var(--spacepsection) / 2);}

.back-link{}

@media (max-width: 767px) {
.grid-frame{display:flex; flex-flow:column-reverse nowrap;}
.grid-image {flex-basis: 0 0 100%;}
.grid-text{flex-basis: 0 0 100%;}
.grid-title{order:1; text-align:center;}
.title-break{display:none;}
}

