details,
img,
label,
main {
  display: block;
}
button,
hr,
input {
  overflow: visible;
}
*,
:after,
:before,
legend {
  box-sizing: border-box;
}
a,
body {
  color: #1d1d1f;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
button,
hr,
input {
  border: none;
}
.gh-input,
.gh-select {
  height: var(--height);
}
.gh-head-menu .nav a,
.gh-search span {
  font-family: var(--font-family-navigation);
}
.gh-input,
.gh-textarea,
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.kg-bookmark-author,
.kg-bookmark-metadata {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gh-article-page-content
  .kg-bookmark-container:hover
  .kg-bookmark-thumbnail
  img,
.gh-card-image-wrapper-link:hover img,
.gh-card-img-video-wrapper:hover video,
.gh-hero-featured-post__img:hover {
  transform: scale(1.03);
}
:root {
  --screenvalue: calc((100vw * 100) / 192000);
  --color-background-main: #fff;
  --color-text-main: #1d1d1f;
  --color-buttons-main-text: #fdfdfd;
  --color-buttons-secondary: #ededed;
  --color-buttons-secondary-text: #1d1d1f;
  --color-buttons-secondary-hover: #ddd;
  --color-background-elements-main: #f1f1f2;
  --color-background-elements-main-hover: #ededed;
  --color-borders: #ddd;
  --color-nav-link-hover: #8e8e8f;
  --color-dark-mode-slider: #fdfdfd;
  --color-text-light: #fff;
  --color-text-lighter: #777779;
  --color-text-tags: #616162;
  --color-text-meta: #a5a5a5;
  --color-text-post: #343435;
  --color-text-input: #1d1d1f;
  --color-text-tier-desc: #777779;
  --color-card-title-hover: #616162;
  --color-link: #8e8e8f;
  --color-link-hover: #616162;
  --color-background-text-blocks: #f6f6f6;
  --color-bookmark-border: #ededed;
  --color-footer-meta-separator: #bbbbbc;
  --color-audio-thumbnail-placeholder: #e4e4e4;
  --color-background-block-hover: #f4f4f4;
  --color-accent: var(--ghost-accent-color, #12c91e);
}
@media screen and (max-width: 500px) {
  :root {
    --screenvalue: calc((100vw * 100) / 78000);
  }
}
:root[data-color-scheme="light"].gh-color-section-font-dark {
  --font-color-hero: #1d1d1f;
  --font-color-footer-main: #1d1d1f;
  --font-color-footer-secondary: #5c5c5c;
  --font-color-foot-meta: #5c5c5c;
  --color-footer-border: #dadde2;
  --font-color-post-meta: #a5a5a5;
}
:root[data-color-scheme="light"].gh-color-section-font-light {
  --font-color-hero: #ededed;
  --font-color-footer-main: #ededed;
  --font-color-footer-secondary: #ecebeb;
  --font-color-foot-meta: #ededed;
  --color-footer-border: #dadde2;
  --font-color-post-meta: #a5a5a5;
}
:root[data-color-scheme="light"].gh-color-section-font-dark.gh-html-white-background,
:root[data-color-scheme="light"].gh-color-section-font-light.gh-html-white-background {
  --font-color-hero: #1d1d1f;
  --font-color-footer-main: #1d1d1f;
  --font-color-footer-secondary: #5c5c5c;
  --font-color-foot-meta: #8e8e8f;
  --color-footer-border: #ddd;
  --font-color-post-meta: #a5a5a5;
}
:root[data-color-scheme="dark"].gh-color-section-font-dark,
:root[data-color-scheme="dark"].gh-color-section-font-light {
  --font-color-hero: #ededed;
  --font-color-footer-main: #ededed;
  --font-color-footer-secondary: #f1f0f0;
  --font-color-foot-meta: #ededed;
  --color-footer-border: #343435;
  --font-color-post-meta: #a5a5a5;
}
:root[data-color-scheme="dark"] {
  --color-background-main: #1d1d1f;
  --color-text-main: #ededed;
  --color-buttons-main-text: #f6f6f6;
  --color-buttons-secondary: #343435;
  --color-buttons-secondary-text: #f6f6f6;
  --color-buttons-secondary-hover: #29292a;
  --color-background-elements-main: #29292a;
  --color-background-elements-main-hover: #121214;
  --color-borders: #343435;
  --color-nav-link-hover: #777779;
  --color-dark-mode-slider: #4a4a4c;
  --color-text-light: #fff;
  --color-text-lighter: #8e8e8f;
  --color-text-tags: #bbbbbc;
  --color-text-meta: #a5a5a5;
  --color-text-post: #ededed;
  --color-text-input: #ededed;
  --color-text-tier-desc: #bbbbbc;
  --color-link: #8e8e8f;
  --color-link-hover: #616162;
  --color-card-title-hover: #bbbbbc;
  --color-background-text-blocks: #29292a;
  --color-bookmark-border: #343435;
  --color-footer-meta-separator: #bbbbbc;
  --color-audio-thumbnail-placeholder: #e4e4e4;
  --color-background-block-hover: #121214;
  --color-accent: var(--ghost-accent-color, #12c91e);
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  overflow-y: auto;
}
h1 {
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  background-color: #ddd;
  background-color: var(--color-borders);
  height: 1px;
  width: 100%;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  color: var(--color-text-main);
  cursor: pointer;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.gh-check:checked + label:before,
.gh-check:focus + label:before,
.gh-input:focus {
  border-color: var(--color-primary);
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
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: ButtonText dotted 1px;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
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;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  background: var(--color-background-main);
  color: var(--color-text-main);
  font-family: var(--font-family-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: var(--letter-spacing-main);
  line-height: 120%;
  min-height: 100vh;
  scroll-behavior: smooth;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
form,
hr,
li,
ol,
p,
pre,
table,
ul,
video {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
button {
  background: 0 0;
  cursor: pointer;
}
input {
  outline: 0;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
::-moz-selection {
  background: #cbeafb;
  text-shadow: none;
}
::selection {
  background: #cbeafb;
  text-shadow: none;
}
mark {
  background-color: #bcf8a0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ol:not([class]) li + li,
ul:not([class]) li + li {
  margin-top: 10px;
}
.kg-card.kg-header-card.kg-v2 .kg-header-card-heading,
.kg-card.kg-signup-card .kg-signup-card-heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-headings);
  font-weight: var(--font-weight-headings);
  letter-spacing: var(--letter-spacing-headings);
  line-height: 120%;
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
  }
}
.gh-input,
.gh-textarea {
  background: var(--color-bg);
  border: none;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 0.6em;
  width: 100%;
}
.gh-select {
  padding-right: var(--height);
  text-overflow: ellipsis;
}
.gh-select option {
  background: var(--color-bg);
  color: var(--color-primary);
}
.gh-select:focus::-ms-value {
  background-color: transparent;
}
.gh-select::-ms-expand {
  display: none;
}
.gh-textarea {
  padding: 0.3em 0.6em;
  resize: vertical;
}
.gh-check {
  display: block;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}
.gh-check + label {
  align-items: center;
  color: var(--color-base);
  cursor: pointer;
  display: flex;
  font-size: 1em;
  font-weight: var(--font-normal);
  padding-left: calc(var(--height) * 0.6 + 0.75em);
  padding-right: 2rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gh-check + label:before {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  content: "";
  display: inline-block;
  height: calc(var(--height) * 0.6);
  line-height: calc(var(--height) * 0.56);
  margin-right: 1rem;
  text-align: center;
  width: calc(var(--height) * 0.6);
  border-radius: var(--radius);
  border-radius: 100%;
}
.gh-check:checked + label:before {
  background: var(--color-primary);
  color: var(--color-bg);
  content: "✓";
}
.gh-check:focus + label:before {
  box-shadow: 0 0 0 1px var(--color-primary);
}
@keyframes overlayFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes moveRight {
  0% {
    left: -450px;
  }
  to {
    left: 0;
  }
}
@keyframes moveLeft {
  0% {
    left: 0;
  }
  to {
    left: -450px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gh-head {
  align-items: center;
  background-color: #fff;
  background-color: var(--color-background-main);
  display: flex;
  font-weight: 500;
  height: 115px;
  position: sticky;
  top: 0;
  transition: top 0.3s ease-out;
  z-index: 20;
}
.gh-head.is-hidden {
  top: -120px;
  transition: top 0.3s ease-in;
}
.gh-head-inner {
  align-items: center;
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: 1fr auto 1fr;
  position: relative;
}
.is-head-mobile-menu .gh-head-inner,
.is-head-mobile-menu-icons .gh-head-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.gh-head-brand {
  align-items: center;
  display: flex;
  text-align: center;
}
.gh-head-brand-socials-wrapper {
  align-items: center;
  display: flex;
  gap: 32px;
  order: 1;
}
.is-head-middle-logo .gh-head-brand-socials-wrapper {
  order: 2;
}
.is-head-mobile-menu .gh-head-brand-socials-wrapper,
.is-head-mobile-menu-icons .gh-head-brand-socials-wrapper {
  gap: 16px;
}
.is-head-mobile-menu-icons .gh-head .gh-social-icons {
  margin-left: 16px;
}
.gh-foot-subscription-opacity-wrapper,
.gh-head-brand-socials-wrapper .gh-social-icons,
.is-head-mobile-menu .gh-head-menu,
.is-head-mobile-menu-icons .gh-head-menu {
  display: none;
}
.gh-header__author-wrapper {
  align-items: center;
  display: flex;
  gap: 14px;
}
.gh-header__author-image {
  border-radius: 100%;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 40px;
}
.gh-head-menu {
  align-items: center;
  display: flex;
  order: 2;
}
.is-head-middle-logo .gh-head-menu {
  order: 1;
}
.gh-head-menu .nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 730px;
}
.gh-head-menu .nav a {
  display: inline-block;
  font-size: var(--font-size-navigation);
  font-weight: var(--font-weight-navigation);
  letter-spacing: var(--letter-spacing-navigation);
  line-height: 120%;
  padding: 20px 16px;
  text-transform: var(--text-transfrom-navigation);
  transition: color 0.25s;
}
.gh-foot-navigation .nav a,
.gh-head-menu .gh-subnav-icon .gh-subnav-item a {
  font-size: var(--font-size-navigation);
  font-weight: var(--font-weight-navigation);
  letter-spacing: var(--letter-spacing-navigation);
  padding: 8px;
  text-transform: var(--text-transfrom-navigation);
  transition: color 0.25s;
}
.gh-head-menu .nav li:not(.gh-subnav-item):first-child a {
  padding-left: 8px;
}
.gh-head-menu .nav li:not(.gh-subnav-item):last-child a {
  padding-right: 8px;
}
.gh-head-menu .nav:hover a:not(:hover),
.gh-search:hover span {
  color: #8e8e8f;
  color: var(--color-nav-link-hover);
}
.gh-head-actions {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  order: 3;
  text-align: right;
}
.gh-hero-section--bottom-slider .gh-about-primary,
.gh-subscribe-button,
figcaption {
  text-align: center;
}
.is-head-include-social-icons .gh-head-actions {
  order: 4;
}
.gh-head-actions-list {
  align-items: center;
  display: inline-flex;
  gap: 20px;
}
.gh-head-submenu {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 5px 8px 5px 16px;
  position: relative;
}
.gh-head-submenu-list {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  list-style: none;
  position: absolute;
}
.gh-dark-mode-toggle-btn {
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 36px;
  position: relative;
  width: 74px;
}
.gh-foot-main .gh-social-icons,
.gh-head-brand-socials-wrapper.includeMobileMenu .gh-burger-btn,
.gh-search,
.gh-subnav-icon.show,
.gh-subnav-icon:hover .gh-header-subnav,
.is-head-include-social-icons .gh-social-icons,
.is-head-mobile-menu-icons .gh-social-icons {
  display: flex;
}
.gh-dark-mode-toggle-btn .gh-moon-icon,
.gh-dark-mode-toggle-btn .gh-sun-icon {
  height: 18px;
  position: absolute;
  top: 9px;
  width: 18px;
}
.gh-dark-mode-toggle-btn .gh-sun-icon {
  left: 9px;
  z-index: 2;
}
.gh-dark-mode-toggle-btn .gh-moon-icon {
  right: 9px;
  z-index: 2;
}
:root[data-color-scheme="dark"] .gh-dark-mode-toggle-btn .gh-moon-icon path,
:root[data-color-scheme="dark"] .gh-dark-mode-toggle-btn .gh-sun-icon path {
  stroke: #ededed;
}
.gh-dark-mode-toggle-btn:after {
  background-color: #fdfdfd;
  background-color: var(--color-dark-mode-slider);
  border-radius: 20px;
  content: "";
  height: 28px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: left 0.4s;
  width: 28px;
}
:root[data-color-scheme="dark"] .gh-dark-mode-toggle-btn:after {
  left: 42px;
}
.gh-search {
  align-items: center;
  background-color: inherit;
  border: none;
  gap: 8px;
  margin-right: 12px;
  padding: 5px 0;
}
.gh-search span {
  color: #1d1d1f;
  color: var(--color-text-main);
  font-size: var(--font-size-navigation);
  font-weight: var(--font-weight-navigation);
  letter-spacing: var(--letter-spacing-navigation);
  line-height: 1;
  text-transform: var(--text-transfrom-navigation);
  transition: color 0.25s;
}
.gh-search svg {
  height: 20px;
  width: 20px;
}
.gh-search svg path {
  stroke: #1d1d1f;
  stroke: var(--color-text-main);
  transition: stroke 0.25s;
}
.gh-search:hover svg path {
  stroke: #8e8e8f;
  stroke: var(--color-nav-link-hover);
}
.gh-member-button {
  padding: 12px 22px;
}
.gh-burger-btn {
  align-items: center;
  display: none;
  justify-content: center;
  padding: 0;
}
.gh-burger-btn svg path {
  stroke: #1d1d1f;
  stroke: var(--color-text-main);
  transition: opacity 0.25s;
}
.gh-burger-btn:hover svg path,
.gh-main-button:hover {
  opacity: 0.85;
}
.gh-mobile-menu {
  -webkit-overflow-scrolling: touch;
  align-items: flex-start;
  background-color: #fff;
  background-color: var(--color-background-main);
  display: none;
  flex-direction: column;
  height: 100vh;
  justify-content: start;
  left: -450px;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 432px;
  z-index: 20000;
}
.gh-mobile-menu.show {
  display: flex;
  left: 0;
}
.gh-mobile-menu__header {
  align-items: center;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid var(--color-borders);
  display: flex;
  justify-content: space-between;
  padding: 32px 27px 32px 32px;
  width: 100%;
}
.gh-article-page-content .kg-audio-player,
.gh-foot-main .gh-site-logo,
.gh-mobile-menu .gh-site-logo {
  padding: 0;
}
.gh-mobile-menu__site-title {
  color: #1d1d1f;
  color: var(--color-text-main);
  font-size: 32px;
}
.gh-mobile-menu__close-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 5px;
  transition: opacity 0.25s;
}
.gh-mobile-menu__close-btn svg path,
.gh-scroll-top-arrow path,
.gh-tier-card-benefit svg path {
  stroke: #1d1d1f;
  stroke: var(--color-text-main);
}
.gh-mobile-menu__close-btn:hover {
  opacity: 0.8;
}
.gh-mobile-menu-main {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 101px;
  width: 100%;
  scrollbar-color: #fff #ddd;
  scrollbar-color: var(--color-background-main) var(--color-borders);
  scrollbar-width: thin;
}
.gh-mobile-menu__nav {
  flex-grow: 1;
  padding: 20px 32px 36px;
  width: 100%;
}
.gh-archive-card-content,
.gh-mobile-menu__nav-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.gh-account-page-billing-row,
.gh-mobile-menu__nav-item {
  display: flex;
  width: 100%;
}
.gh-mobile-menu__nav-item a {
  font-family: var(--font-family-body);
  font-size: 24px;
  font-weight: var(--font-weight-navigation);
  letter-spacing: var(--letter-spacing-main);
  line-height: var(--font-about-secondary-line-height);
  padding: 12px 0;
  transition: color 0.25s;
  width: 100%;
}
.gh-foot-navigation .nav:hover a:not(:hover),
.gh-header-subnav:hover .gh-subnav-item a:not(:hover),
.gh-mobile-menu__nav-list:hover li a:not(:hover) {
  color: #8e8e8f;
  color: var(--color-nav-link-hover);
}
.gh-mobile-menu__nav .gh-main-button.gh-member-button {
  display: block;
  margin-top: 24px;
}
.gh-mobile-menu-main::-webkit-scrollbar {
  background-color: #fff;
  background-color: var(--color-background-main);
  width: 10px;
}
.gh-mobile-menu-main::-webkit-scrollbar-track {
  background-color: #fff;
  background-color: var(--color-background-main);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.gh-mobile-menu-main::-webkit-scrollbar-thumb {
  background-color: #ddd;
  background-color: var(--color-borders);
  border-radius: 8px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.gh-mobile-menu__subscription-wrapper {
  padding: 0 32px 32px;
}
.gh-mobile-menu__subscription {
  align-items: flex-start;
  border-radius: var(--border-radius-containers);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 24px;
  position: relative;
  width: 368px;
}
.gh-mobile-menu__subscription-cta-text {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 2;
}
.gh-mobile-menu__subscription-cta-subtext {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
  z-index: 2;
}
.gh-card-video-link,
.gh-mobile-menu__subscription .gh-secondary-button {
  z-index: 2;
}
.gh-mobile-menu__cover-img {
  filter: brightness(50%);
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.gh-mobile-menu__footer {
  align-items: center;
  background-color: #fff;
  background-color: var(--color-background-main);
  border-top: 1px solid #ddd;
  border-top: 1px solid var(--color-borders);
  bottom: 0;
  display: none;
  justify-content: space-between;
  left: -450px;
  padding: 32px;
  position: fixed;
  transition: box-shadow 0.25s;
  width: 432px;
  z-index: 100;
}
.gh-head .gh-mobile-menu .gh-mobile-menu__footer .gh-social-icons {
  display: flex;
  margin: 0;
  order: 0;
}
.gh-mobile-menu__footer.show {
  display: flex;
  left: 0;
}
.gh-subnav-icon {
  align-items: center;
  cursor: pointer;
  display: none;
  justify-content: center;
  padding: 18px 8px;
  position: relative;
}
.gh-subnav-icon svg path {
  fill: #1d1d1f;
  fill: var(--color-text-main);
}
.gh-header-subnav {
  align-items: flex-start;
  animation: 0.3s fadeIn;
  background-color: #fff;
  background-color: var(--color-background-main);
  border-radius: var(--border-radius-containers);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  display: none;
  flex-direction: column;
  left: 0;
  padding: 24px;
  position: absolute;
  top: 52px;
  width: -moz-max-content;
  width: max-content;
}
:root[data-color-scheme="dark"] .gh-header-subnav {
  background-color: #29292a;
}
.gh-head-menu .gh-subnav-icon .gh-subnav-item a {
  display: block;
  line-height: 120%;
  width: 100%;
}
.gh-grid-section-latest .gh-topic-grid-name:hover,
.gh-subnav-icon:hover .gh-header-subnav .gh-subnav-item a {
  color: #1d1d1f;
  color: var(--color-text-main);
}
.gh-canvas {
  display: grid;
  grid-template-columns:
    [full-start] minmax(4vw, auto) [wide-start] minmax(auto, 240px)
    [main-start] min(720px, calc(100% - 8vw)) [main-end] minmax(auto, 240px) [wide-end] minmax(
      4vw,
      auto
    )
    [full-end];
}
.gh-canvas > * {
  grid-column: main-start/main-end;
}
.kg-width-wide,
.kg-width-wide.kg-card-hascaption img {
  grid-column: wide-start/wide-end;
}
.kg-width-full {
  grid-column: full-start/full-end;
}
.kg-width-full img {
  width: 100%;
}
.gh-content > * + * {
  margin-top: 4vmin;
}
.gh-content [id]:not(:first-child) {
  margin: 1.5em 0 0;
}
.gh-content > [id] + * {
  margin-top: 1.5rem;
}
.gh-content .kg-card + :not(.kg-card),
.gh-content :not(.kg-card):not([id]) + .kg-card,
.gh-content [id] + .kg-card,
.gh-content blockquote + .kg-card,
.gh-content hr {
  margin-top: 6vmin;
}
.gh-canvas > blockquote,
.gh-canvas > dl,
.gh-canvas > ol,
.gh-canvas > p,
.gh-canvas > ul {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6em;
}
.gh-content > dl,
.gh-content > ol,
.gh-content > ul {
  padding-left: 1.9em;
}
.gh-content hr + * {
  margin-top: 6vmin !important;
}
.gh-content blockquote {
  font-style: italic;
  position: relative;
}
.gh-content blockquote:before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  left: -1.5em;
  position: absolute;
  top: 0;
  width: 0.3rem;
}
figcaption {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4em;
  padding: 1.5rem 1.5rem 0;
}
figcaption strong {
  color: rgba(0, 0, 0, 0.8);
}
.gh-canvas :not(pre) code {
  background: #f0f6f9;
  border: 1px solid #e1eaef;
  color: #dc0050;
  font-size: 0.9em;
  font-weight: 400 !important;
  line-height: 1em;
  padding: 0.15em 0.4em;
  vertical-align: middle;
}
.gh-article-page-content .kg-card img,
.gh-canvas :not(pre) code,
.gh-canvas > pre {
  border-radius: var(--border-radius-containers);
}
.gh-canvas > pre {
  background: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.4);
  overflow: scroll;
  padding: 16px 20px;
}
.kg-embed-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.kg-embed-card > :where(iframe[src*="youtube.com"], iframe[src*="vimeo.com"]) {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
.gh-article-page-content .kg-card,
.gh-article-page-content .kg-card.kg-embed-card {
  margin: 24px 0 56px;
}
.kg-image-card img {
  margin: auto;
}
.kg-gallery-card + .kg-gallery-card {
  margin-top: 0.75em;
}
.gh-breadcrumb-item,
.gh-foot-subscription.gh-foot-subscription--image,
.gh-topic-slider-wrapper,
.kg-bookmark-card,
.kg-bookmark-publisher,
.kg-gallery-container {
  position: relative;
}
.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.kg-gallery-image img {
  display: block;
  height: 100%;
  margin: 0;
  width: 100%;
}
.kg-bookmark-container,
.kg-bookmark-container:hover {
  background: hsla(0, 0%, 100%, 0.6);
  border-radius: var(--border-radius-containers);
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.4);
  color: currentColor;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  font-family: var(--font-sans-serif);
  overflow: hidden;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.gh-foot,
.gh-foot-main .gh-site-title {
  color: var(--font-color-footer-main);
}
.kg-bookmark-content {
  flex-basis: 0;
  flex-grow: 999;
  order: 1;
  padding: 20px;
}
.kg-bookmark-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3em;
}
.kg-bookmark-description {
  font-size: 1.4rem;
  line-height: 1.55em;
  margin: 0.5em 0 0;
  max-height: 45px;
  opacity: 0.8;
}
.kg-bookmark-metadata {
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3em;
  margin-top: 20px;
  overflow: hidden;
}
.kg-bookmark-description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.kg-bookmark-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
}
.kg-bookmark-thumbnail {
  display: flex;
  flex-basis: 24rem;
  flex-grow: 1;
  justify-content: flex-end;
}
.kg-bookmark-thumbnail img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}
.kg-bookmark-author {
  overflow: hidden;
}
.kg-bookmark-publisher:before {
  content: "•";
  margin: 0 0.5em;
}
.kg-width-full.kg-card-hascaption img {
  grid-column: 1/-1;
}
.kg-image-card.kg-card-hascaption figcaption {
  margin: auto;
  max-width: 736px;
}
.gh-content table {
  border-collapse: collapse;
  width: 100%;
}
.gh-content th {
  font-size: 0.75em;
  padding: 0.5em 0.8em;
  text-align: left;
  text-transform: uppercase;
}
.gh-content td {
  padding: 0.4em 0.7em;
}
.gh-content tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1px;
}
.gh-content tbody tr:nth-child(2n + 2) td:last-child {
  box-shadow: inset 1px 0 rgba(0, 0, 0, 0.1), inset -1px 0 rgba(0, 0, 0, 0.1);
}
.gh-content tbody tr:nth-child(2n + 2) td {
  box-shadow: inset 1px 0 rgba(0, 0, 0, 0.1);
}
.gh-content tbody tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gh-article-page.no-title-image
  .gh-article-page-content
  .kg-card.kg-width-full
  + .kg-card.kg-width-full,
.gh-article-page.no-title-image
  .gh-article-page-content
  .kg-card.kg-width-full:first-child,
.gh-article-page.without-title-image
  .kg-card.kg-width-full
  + .kg-card.kg-width-full,
.gh-article-page.without-title-image .kg-card.kg-width-full:first-child,
.gh-tag-page .gh-load-more-button {
  margin-top: 0;
}
.gh-article-page--wide .gh-article-page-share-block,
.gh-article-page.no-title-image
  .gh-article-page-content
  .kg-card.kg-width-full:last-child,
.gh-article-page.without-title-image
  .kg-card.kg-width-full:not(.kg-card-hascaption) {
  margin-bottom: 0;
}
.gh-foot {
  display: flex;
  flex-direction: column;
}
.gh-foot-subscription {
  display: flex;
  justify-content: space-between;
}
.gh-foot-subscription-wrapper {
  overflow: hidden;
  position: relative;
}
.gh-archive-page-header,
.gh-foot-subscription-wrapper .gh-container {
  position: relative;
  z-index: 2;
}
.gh-foot-subscription-bg-color {
  background-color: #f8f8f8;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.gh-foot--colored .gh-foot-subscription-bg-color,
.gh-foot.gh-foot--colored .gh-foot-main-wrapper {
  background-color: var(--background-custom-color);
}
:root[data-color-scheme="dark"]
  .gh-foot--colored
  .gh-foot-subscription-bg-color,
:root[data-color-scheme="dark"] .gh-foot-subscription-bg-color {
  background-color: #19191b;
}
.gh-foot--colored .gh-foot-subscription-opacity-wrapper {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
:root.gh-color-section-font-light
  .gh-foot--colored
  .gh-foot-subscription-opacity-wrapper {
  background-color: hsla(0, 0%, 100%, 0.075);
}
:root.gh-color-section-font-dark
  .gh-foot--colored
  .gh-foot-subscription-opacity-wrapper {
  background-color: hsla(0, 0%, 100%, 0.4);
}
:root[data-color-scheme="dark"].gh-color-section-font-dark
  .gh-foot-subscription-opacity-wrapper,
:root[data-color-scheme="dark"].gh-color-section-font-light
  .gh-foot-subscription-opacity-wrapper {
  display: none;
}
.gh-foot-subscription-content {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  padding: 88px 0;
}
.gh-foot-subscription-cta-text {
  font-size: var(--font-size-subscribe-cta);
  line-height: var(--font-subscribe-cta-line-height);
  margin-bottom: 16px;
}
.gh-foot-subscription-cta-subtext {
  color: var(--font-color-footer-secondary);
  font-size: 20px;
  font-weight: 500;
  line-height: var(--font-subscribe-sub-cta-line-height);
  margin-bottom: 32px;
}
.gh-footer-cover-image-wrapper {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 40px;
  top: 0;
  width: 500px;
}
.gh-footer-cover-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.gh-foot-subscribtion-sliders-wrapper {
  display: flex;
  gap: 32px;
  max-width: 480px;
  opacity: 0;
  overflow: hidden;
}
.gh-article-page-content
  .kg-file-card
  a.kg-file-card-container:hover
  .kg-file-card-icon:before,
.gh-foot-subscribtion-sliders-wrapper.animateFade {
  opacity: 1;
}
.gh-foot-slider .swiper-wrapper {
  height: 382px;
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
}
.gh-foot-slider .swiper-wrapper .swiper-slide.gh-foot-slider-slide {
  border-radius: var(--border-radius-containers);
  height: 268px !important;
  overflow: hidden;
  width: 224px !important;
}
.gh-foot-slider .swiper-wrapper .swiper-slide.gh-foot-slider-slide img {
  border-radius: var(--border-radius-containers);
  height: 268px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center;
  width: 224px;
}
.gh-foot-main-wrapper {
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
}
:root[data-color-scheme="dark"] .gh-foot .gh-foot-main-wrapper,
:root[data-color-scheme="dark"]
  .gh-foot.gh-foot--colored
  .gh-foot-main-wrapper {
  background-color: #121214;
}
.gh-foot-main-container {
  display: flex;
  flex-direction: column;
  padding-top: 88px;
}
.gh-foot-main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 58px;
}
.gh-article-page,
.gh-article-page-wrapper,
.gh-foot-main-content,
.gh-form-page,
.gh-hero-featured-post__content,
.gh-postfeed,
.gh-tag-page,
.gh-topic-grid {
  display: flex;
  flex-direction: column;
}
.gh-foot-main-text {
  font-size: 16px;
  font-weight: var(--font-weight-footer-subtext);
  line-height: 120%;
  margin: 16px 0 32px;
  max-width: 350px;
}
.gh-foot-navigation {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.gh-foot-navigation .nav {
  align-content: flex-end;
  align-items: flex-end;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 180px;
}
.gh-foot-navigation .nav a {
  color: var(--font-color-hero);
  display: inline-block;
  line-height: 120%;
}
.gh-foot-legal {
  align-items: center;
  border-top: 1px solid var(--color-footer-border);
  display: flex;
  gap: 24px;
  opacity: 0.7;
  padding: 40px 0;
}
.gh-foot-legal,
.gh-foot-legal a {
  color: var(--font-color-foot-meta);
}
.gh-foot-legal-meta {
  font-size: 15px;
  line-height: 19.5px;
}
.gh-main-button,
.gh-secondary-button {
  border-radius: var(--border-radius-buttons);
  font-size: var(--font-size-main-buttons);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-buttons);
  line-height: 120%;
  padding: var(--padding-buttons);
  text-transform: var(--text-transform-buttons);
}
.gh-foot-legal-meta a {
  transition: color 0.25s;
}
.gh-foot-legal-meta a:hover {
  color: var(--background-color-button);
}
.gh-main-button {
  background-color: var(--background-color-button);
  color: #fdfdfd;
  color: var(--color-buttons-main-text);
  transition: opacity 0.25s;
  width: -moz-max-content;
  width: max-content;
}
.gh-secondary-button {
  background-color: #cb0c2a;
  color: #fff;
  transition: background-color 0.25s;
}
.gh-secondary-button:hover {
  background-color: #cb0c2b;
}
.gh-viewport,
html {
  background: #fff;
  background: var(--color-background-main);
  color: #1d1d1f;
  color: var(--color-text-main);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.gh-main {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.gh-main.gh-main--without-hero {
  padding-top: 32px;
}
.gh-container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1584px;
  width: 100%;
}
.gh-container2 {
  margin-left: calc(var(--screenvalue) * 121);
  margin-right: calc(var(--screenvalue) * 61);
  padding: 0 40px;
  width: 100%;
}
.lock-scroll {
  overflow: hidden !important;
}
.gh-site-logo {
  display: block;
  padding: 10px 0;
}
.gh-site-logo-img,
.gh-site-logo-img-dark-mode {
  width: calc(var(--screenvalue) * 232);
  height: calc(var(--screenvalue) * 70) !important;
  object-fit: cover;
}
.gh-site-logo-img-dark-mode,
:root[data-color-scheme="light"].gh-color-section-font-light
  .gh-foot
  .gh-site-logo-has-DM-logo
  .gh-site-logo-img {
  display: none;
}
:root[data-color-scheme="dark"]
  .gh-site-logo-has-DM-logo
  .gh-site-logo-img-dark-mode,
:root[data-color-scheme="light"].gh-color-section-font-light
  .gh-foot
  .gh-site-logo-has-DM-logo
  .gh-site-logo-img-dark-mode {
  display: block;
}
:root[data-color-scheme="dark"] .gh-site-logo-has-DM-logo .gh-site-logo-img {
  display: none;
}
.gh-site-title {
  font-size: var(--font-size-site-title);
  letter-spacing: var(--letter-spacing-site-title);
  line-height: 116%;
}
.gh-site-title__author {
  font-family: var(--font-family-navigation);
  font-size: var(--font-size-navigation);
  font-weight: var(--font-weight-navigation);
  letter-spacing: var(--letter-spacing-navigation);
  line-height: 116%;
  text-transform: var(--text-transfrom-navigation);
}
.gh-site-title__author,
.gh-social-icons {
  width: -moz-max-content;
  width: max-content;
}
.gh-social-icons {
  align-items: center;
  display: none;
  height: -moz-max-content;
  height: max-content;
  order: 2;
}
.gh-social-icons a {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 5px 8px;
}
.gh-social-icons a svg {
  height: 24px;
  width: 24px;
}
:root[data-color-scheme="light"].gh-color-section-font-light
  .gh-foot
  .gh-social-icons
  a
  svg
  path {
  fill: var(--font-color-hero);
}
.gh-social-icons a:first-child {
  padding-left: 4px;
}
.gh-social-icons a:last-child {
  padding-right: 4px;
}
.gh-social-icons svg {
  height: 20px;
}
.gh-article-share-btn svg path,
.gh-social-icons svg path {
  fill: #1d1d1f;
  fill: var(--color-text-main);
  transition: fill 0.25s;
}
.gh-social-icons:hover a:not(:hover) svg path,
:root[data-color-scheme="light"].gh-color-section-font-light
  .gh-foot
  .gh-social-icons:hover
  a:not(:hover)
  svg
  path {
  fill: #8e8e8f;
  fill: var(--color-nav-link-hover);
}
.gh-hero-section-wrapper {
  background-color: var(--background-custom-color);
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid var(--color-borders);
  margin-bottom: 104px;
  overflow: hidden;
}
.gh-hero-section-wrapper.gh-hero-section-wrapper--featured {
  border: none;
}
:root[data-color-scheme="dark"] .gh-hero-section-wrapper {
  background-color: #1d1d1f;
}
.gh-hero-section-inner {
  display: flex;
  justify-content: space-between;
  width: 95%;
}
.gh-hero-section-content {
  padding: 144px 0;
  width: 47%;
}
.gh-hero-section-content.only-text {
  padding: 104px 0;
  width: 77%;
}
.gh-about-primary {
  color: var(--font-color-hero);
  font-size: calc(var(--screenvalue) * 60) !important;
  width: calc(var(--screenvalue) * 623);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-headings);
  line-height: var(--font-about-primary-line-height);
  margin-bottom: 24px;
}
.gh-hero-section-content.only-text .gh-about-primary {
  font-size: 72px;
  line-height: 112%;
}
.gh-about-secondary {
  color: var(--font-color-hero);
  font-size: calc(var(--screenvalue) * 22) !important;
  font-weight: 300;
  letter-spacing: var(--letter-spacing-about-secondary);
  line-height: var(--font-about-secondary-line-height);
  margin-bottom: 32px;
  width: calc(var(--screenvalue) * 543) !important;
  letter-spacing: calc(var(--screenvalue) * 1);
}
@media screen and (max-width: 768px) {
  .gh-container2 {
    margin-left: calc(var(--screenvalue) * 15);
    margin-right: calc(var(--screenvalue) * 0);
  }
  .gh-about-primary {
    font-size: calc(var(--screenvalue) * 64) !important;
    width: calc(var(--screenvalue) * 700);
  }
  .gh-about-secondary {
    font-size: calc(var(--screenvalue) * 28) !important;
    width: calc(var(--screenvalue) * 700) !important;
  }
}
.gh-hero-section-content.only-text .gh-about-secondary {
  width: 47%;
}
.gh-subscribe-button {
  display: block;
  font-size: var(--font-size-subscribe-button);
  padding: var(--padding-subscribe-button);
}
.gh-hero-section-sliders-wrapper {
  animation: 0.8s cubic-bezier(0.74, 0.01, 0.81, 0.75) fadeIn;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  width: 55.75%;
}
.gh-hero-section.gh-hero-section--right-image {
  margin: 0;
  max-width: 100%;
  padding: 0 40px;
  position: relative;
}
.gh-hero-section--right-image .gh-hero-section-inner {
  margin: 0 auto;
  max-width: 1504px;
}
.gh-hero-section--right-image .gh-hero-section-cover-image-wrapper {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 49vw;
}
.gh-hero-section--right-image .gh-hero-section-sliders-wrapper {
  display: none;
}
.gh-hero-section-cover-image {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.gh-hero-section--right-slider .gh-hero-section-sliders-wrapper {
  overflow: hidden;
  width: auto;
}
.gh-hero-sliders {
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  max-width: 736px;
  overflow: hidden;
}
.gh-hero-slider {
  animation: 0.6s cubic-bezier(0.74, 0.01, 0.81, 0.75) fadeIn;
  height: 678px;
}
.gh-hero-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
}
.gh-hero-slider-slide.swiper-slide {
  border-radius: var(--border-radius-containers);
  overflow: hidden;
}
.gh-hero-slider .swiper-wrapper .swiper-slide.gh-hero-slider-slide img {
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.gh-hero-section--right-slider
  .gh-hero-slider
  .swiper-wrapper
  .swiper-slide.gh-hero-slider-slide
  img {
  height: 420px;
  width: 352px;
}
.gh-hero-section.gh-hero-section--bottom-slider.gh-container {
  max-width: 100vw;
  padding: 0;
  width: 100vw;
}
.gh-hero-section--bottom-slider .gh-hero-section-inner {
  align-items: center;
  flex-direction: column;
  justify-content: start;
}
.gh-hero-section--bottom-slider .gh-hero-section-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 1010px;
  padding: 120px 40px 32px;
  width: 100%;
}
.gh-hero-section--bottom-slider .gh-about-secondary {
  text-align: center;
  width: 620px;
}
.gh-hero-section--bottom-slider .gh-hero-section-sliders-wrapper {
  display: block;
  width: 100%;
}
.gh-hero-section--bottom-slider
  .gh-hero-slider.gh-hero-slider--horizontal
  .swiper-slide.gh-hero-slider-slide {
  border-radius: 0;
  width: 352px !important;
}
.gh-hero-section--bottom-slider .gh-hero-slider.gh-hero-slider--horizontal {
  height: auto;
}
.gh-hero-section--bottom-slider .gh-hero-slider-slide-inner {
  height: 420px;
  overflow: hidden;
  padding-top: 32px;
  width: 352px;
}
.gh-hero-section--bottom-slider
  .swiper-slide.swiper-slide-even
  .gh-hero-slider-slide-inner {
  padding-top: 100px;
}
.gh-hero-section--bottom-slider
  .swiper-wrapper
  .swiper-slide.gh-hero-slider-slide
  .gh-hero-slider-slide-inner
  img {
  border-top-left-radius: var(--border-radius-containers);
  border-top-right-radius: var(--border-radius-containers);
}
.gh-hero-section--featured {
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  padding: 104px 0;
}
.gh-hero-featured-post,
.gh-read-next__posts,
.gh-small-grid-section .gh-posts-feed .gh-card {
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr;
}
.gh-html-white-background .gh-hero-section--featured {
  padding-bottom: 0;
}
.gh-hero-big-featured-post {
  border-radius: var(--border-radius-containers);
  display: flex;
  flex-direction: column;
  height: 690px;
  justify-content: space-between;
  overflow: hidden;
  padding: 40px;
  position: relative;
}
.gh-card-video-wrapper .kg-video-container,
.gh-hero-big-featured-post picture {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.gh-hero-big-featured-post:hover .gh-hero-big-featured-post__img {
  filter: brightness(55%);
}
.gh-hero-big-featured-post:hover .gh-hero-big-featured-post__img-plug {
  background-color: #7d7d7d;
}
:root[data-color-scheme="dark"]
  .gh-hero-big-featured-post:hover
  .gh-hero-big-featured-post__img-plug {
  background-color: #ededed;
  background-color: var(--color-background-elements-main-hover);
}
.gh-hero-big-featured-post__img {
  filter: brightness(60%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: filter 0.3s;
}
.gh-hero-big-featured-post__img,
.gh-hero-big-featured-post__img-plug {
  border-radius: var(--border-radius-containers);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.gh-hero-big-featured-post__img-plug {
  align-items: center;
  background-color: #8e8e8f;
  display: flex;
  justify-content: center;
  transition: background-color 0.4s;
}
:root[data-color-scheme="dark"] .gh-hero-big-featured-post__img-plug {
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
}
.gh-hero-big-featured-post__img-plug__name {
  font-size: 32px;
}
.gh-hero-big-featured-post__img-plug__logo,
.gh-hero-big-featured-post__img-plug__logo-dark {
  height: 36px;
}
.gh-hero-big-featured-post__img-plug__logo-dark {
  display: none;
}
:root[data-color-scheme="dark"]
  .gh-hero-big-featured-post__img-plug.hasDMlogo
  .gh-hero-big-featured-post__img-plug__logo-dark {
  display: block;
}
:root[data-color-scheme="dark"]
  .gh-hero-big-featured-post__img-plug.hasDMlogo
  .gh-hero-big-featured-post__img-plug__logo {
  display: none;
}
.gh-hero-big-featured-post__info {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.gh-hero-big-featured-post__tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 50%;
  row-gap: 10px;
}
.gh-hero-big-featured-post__tag {
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: var(--border-radius-tags);
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: var(--letter-spacing-tags);
  line-height: 120%;
  padding: 6px 12px;
  text-transform: var(--text-transform-tags);
}
.gh-hero-big-featured-post__date {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}
.gh-article-page-footer__author,
.gh-article-page-footer__meta,
.gh-hero-big-featured-post__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gh-hero-big-featured-post__title {
  color: #fff;
  font-size: 40px;
  font-weight: var(--font-weight-card-heading);
  line-height: 120%;
  position: relative;
  transition: opacity 0.25s;
}
.gh-card-video-wrapper .kg-video-card video,
.gh-hero-featured-post__img {
  -o-object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1);
  border-radius: var(--border-radius-containers);
}
.gh-hero-big-featured-post__title:hover,
.kg-card.kg-header-card .kg-header-card-button:hover,
.kg-card.kg-signup-card .kg-signup-card-button:hover {
  opacity: 0.85;
}
.gh-hero-big-featured-post__excerpt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: var(--letter-spacing-about-secondary);
  line-height: var(--font-subscribe-sub-cta-line-height);
  opacity: 0.8;
}
.gh-card-image-wrapper-link--noImage__name,
.gh-hero-featured-post__title {
  font-family: var(--font-family-card-headings);
  font-weight: var(--font-weight-card-heading);
}
.gh-hero-featured-post__title,
.gh-small-grid-section .gh-posts-feed .gh-card-title {
  font-size: var(--font-size-smallgrid-card-heading);
  line-height: var(--font-latest-card-heading-line-height);
}
.gh-hero-featured-posts-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.gh-hero-featured-post {
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: grid;
  position: relative;
}
.gh-hero-featured-post:not(:first-child):before {
  background-color: #ddd;
  background-color: var(--color-borders);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -24px;
  width: 100%;
}
.gh-hero-featured-post__img-wrapper {
  border-radius: var(--border-radius-containers);
  height: 198px;
  overflow: hidden;
  width: 352px;
}
.gh-hero-featured-post__img {
  height: 100%;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  will-change: transform;
}
.gh-card-image,
.gh-card-video-wrapper .kg-video-card video {
  max-height: 573px;
  max-width: 480px;
  -o-object-position: center;
}
.gh-hero-featured-post__img-plug {
  align-items: center;
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
  border-radius: var(--border-radius-containers);
  display: flex;
  height: 100%;
  justify-content: center;
  transition: background-color 0.4s;
  width: 100%;
}
.gh-hero-featured-post__img-plug__logo,
.gh-hero-featured-post__img-plug__logo-dark,
.gh-small-grid-section .gh-card-image-wrapper-link--noImage__logo {
  height: 32px;
}
.gh-hero-featured-post__img-plug:hover {
  background-color: #ededed;
  background-color: var(--color-background-elements-main-hover);
}
.gh-hero-featured-post__img-plug__logo-dark {
  display: none;
}
:root[data-color-scheme="dark"]
  .gh-hero-featured-post__img-plug.hasDMlogo
  .gh-hero-featured-post__img-plug__logo-dark {
  display: block;
}
:root[data-color-scheme="dark"]
  .gh-hero-featured-post__img-plug.hasDMlogo
  .gh-hero-featured-post__img-plug__logo {
  display: none;
}
.gh-hero-featured-post__tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.gh-hero-featured-post__tag.gh-card-tag,
:root:not(.gh-html-white-background)
  .gh-article-page--wide
  .gh-article-page-header
  .gh-article-page__reading-time,
:root:not(.gh-html-white-background)
  .gh-article-page--wide
  .gh-article-page-header
  .gh-post-meta--article-header {
  color: var(--font-color-hero);
  opacity: 0.7;
}
.gh-article-page-content .kg-audio-card .kg-audio-pause-icon:hover svg rect,
.gh-article-page-content .kg-audio-card .kg-audio-play-icon:hover svg path,
.gh-article-page-footer__author-name:hover,
.gh-article-page-header__author-name:hover,
.gh-breadcrumb-item:hover a,
.gh-breadcrumb-item:last-child:hover a,
.gh-hero-featured-post__title:hover {
  opacity: 0.8;
}
:root:not(.gh-html-white-background) .gh-hero-featured-post__tag.gh-card-tag {
  background: rgba(29, 29, 31, 0.06);
}
:root:not(.gh-html-white-background)
  .gh-hero-featured-post__tag.gh-card-tag:hover {
  background: rgba(29, 29, 31, 0.12);
}
:root.gh-color-section-font-light .gh-hero-featured-post__tag.gh-card-tag {
  background: rgba(29, 29, 31, 0.2);
}
:root.gh-color-section-font-light
  .gh-hero-featured-post__tag.gh-card-tag:hover {
  background: rgba(29, 29, 31, 0.3);
}
:root[data-color-scheme="dark"].gh-color-section-font-light
  .gh-hero-featured-post__tag.gh-card-tag,
:root[data-color-scheme="dark"].gh-html-white-background
  .gh-hero-featured-post__tag.gh-card-tag {
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
}
:root[data-color-scheme="dark"] .gh-hero-featured-post__tag.gh-card-tag:hover,
:root[data-color-scheme="dark"].gh-color-section-font-light
  .gh-hero-featured-post__tag.gh-card-tag:hover {
  background-color: #ededed;
  background-color: var(--color-background-elements-main-hover);
}
.gh-hero-featured-post__title {
  color: #1d1d1f;
  color: var(--color-text-main);
  letter-spacing: var(--letter-spacing-card-titles);
  line-height: var(--font-card-heading-line-height);
  text-align: left;
  transition: opacity 0.25s;
}
:root:not(.gh-html-white-background)
  .gh-article-page--wide
  .gh-breadcrumb-item
  a,
:root:not(.gh-html-white-background) .gh-hero-featured-post__title {
  color: var(--font-color-hero);
}
.gh-hero-featured-post__date.gh-post-meta {
  margin-top: auto;
}
.gh-archive-card,
.gh-card,
.gh-card.gh-read-next-post .gh-card {
  grid-row-gap: 24px;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  row-gap: 24px;
}
.swiper-slide {
  height: auto !important;
}
.swiper-slide .gh-card {
  grid-template-rows: auto 1fr;
}
.gh-card-video-wrapper {
  border-radius: var(--border-radius-containers);
  display: block;
  overflow: hidden;
  position: relative;
}
.gh-card-video-wrapper .kg-video-card video {
  background: 0 0 !important;
  height: 100%;
  -webkit-mask-image: "-webkit-radial-gradient(white, black)";
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.gh-card-video-wrapper .kg-video-card {
  position: static;
}
.gh-card-img-video-wrapper:before,
.gh-card-video-wrapper:before {
  content: "";
  float: left;
  padding-top: 119.17%;
}
.gh-card-img-video-wrapper:after,
.gh-card-video-wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.gh-card-video-wrapper .kg-video-overlay,
.gh-card-video-wrapper .twitter-tweet.twitter-tweet-rendered,
.gh-card-video-wrapper > :not(.kg-card.kg-video-card),
.tag-hash-video .gh-card-image-wrapper-link {
  display: none;
}
.gh-card-image-wrapper-link--noImage {
  align-items: center;
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.4s;
  width: 100%;
}
.gh-card-image-wrapper-link--noImage:hover,
.gh-card-tag:hover {
  background-color: #ededed;
  background-color: var(--color-background-elements-main-hover);
}
.gh-card-image-wrapper-link--noImage__logo,
.gh-card-image-wrapper-link--noImage__logo-dark {
  height: 36px;
}
.gh-card-image-wrapper-link--noImage__logo-dark,
:root[data-color-scheme="dark"] .gh-card-image-wrapper-link--noImage__logo {
  display: none;
}
:root[data-color-scheme="dark"]
  .gh-card-image-wrapper-link--noImage__logo-dark {
  display: block;
}
.gh-card-image-wrapper-link--noImage__name {
  color: #1d1d1f;
  color: var(--color-text-main);
  font-size: 24px;
  line-height: 116%;
}
.gh-card-tag,
.gh-card-tag-icon:after {
  font-family: var(--font-family-navigation);
  font-weight: var(--font-weight-tags);
  letter-spacing: var(--letter-spacing-tags);
  line-height: 120%;
  text-transform: var(--text-transform-tags);
}
.gh-article-page-content .kg-file-card-icon svg,
.gh-card-img-video-wrapper .kg-video-player-container {
  display: none !important;
}
.gh-card-img-video-wrapper {
  border-radius: var(--border-radius-containers);
  -webkit-border-radius: var(--border-radius-containers);
  overflow: hidden;
  position: relative;
}
.gh-card-image,
.gh-card-image-wrapper-link:hover {
  border-radius: var(--border-radius-containers);
  -webkit-mask-image: "-webkit-radial-gradient(white, black)";
}
.gh-card-image {
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  right: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1);
  will-change: transform;
}
.gh-card-image,
.gh-card-video-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.gh-card-content {
  grid-gap: 24px;
  display: grid;
  gap: 24px;
  grid-template-rows: 1fr max-content;
}
.gh-card-content-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.gh-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}
.gh-card-tag {
  color: #616162;
  color: var(--color-text-tags);
  font-size: var(--font-size-tags);
  padding: 6px 12px;
  transition: background-color 0.25s;
}
.gh-archive-card__title,
.gh-card-title {
  font-family: var(--font-family-card-headings);
}
.gh-card-tag,
.gh-card-tag-icon {
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
  border-radius: var(--border-radius-tags);
}
.gh-card-tag-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 6px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.gh-card-tag-icon:after {
  background-color: rgba(69, 69, 69, 0.925);
  border-radius: var(--border-radius-tags);
  color: #fff;
  display: none;
  font-size: calc(var(--font-size-tags) - 2px);
  left: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 4px;
  position: absolute;
  top: calc(100% + 4px);
  z-index: 10;
}
.gh-card-tag-icon--featured:after {
  content: "Featured Post";
}
.gh-card-tag-icon--private:after {
  content: "For Members Only";
}
.gh-card-tag-icon svg path {
  stroke: #616162;
  stroke: var(--color-text-tags);
  transition: stroke 0.25s;
}
.gh-card-tag-icon:hover svg path {
  stroke: var(--background-color-button);
}
.gh-card-tag-icon:hover:after {
  animation: 0.25s fadeIn;
  display: block;
}
.gh-big-grid-section .gh-card-tag,
.gh-small-grid-section .gh-card-tag,
.gh-topic-slider--small .gh-card-tag {
  font-size: var(--font-size-tags--small);
}
.gh-card-title {
  font-size: var(--font-size-card-heading);
  font-weight: var(--font-weight-card-heading);
  letter-spacing: var(--letter-spacing-card-titles);
  line-height: var(--font-card-heading-line-height);
  text-align: left;
  transition: color 0.25s;
}
.gh-article-page-content .kg-button-card .kg-btn,
.gh-topic-grid-link {
  letter-spacing: var(--letter-spacing-buttons);
  text-transform: var(--text-transform-buttons);
}
.gh-card-title:hover,
.gh-topic-grid-name:hover {
  color: #616162;
  color: var(--color-card-title-hover);
}
.gh-topic-slider--large .gh-card-title {
  font-size: var(--font-size-card-heading-large);
}
.gh-post-meta {
  color: #a5a5a5;
  color: var(--color-text-meta);
  font-weight: 600;
  line-height: 120%;
}
.gh-postfeed {
  gap: 96px;
  padding-bottom: 104px;
}
.gh-topic-grid {
  gap: 32px;
}
.gh-topic-grid-head {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.gh-topic-grid-name {
  font-size: var(--font-size-topic-grid-name);
  line-height: 120%;
  transition: color 0.25s;
  font-weight: 700;
}
.gh-topic-grid-link {
  align-items: center;
  color: #8e8e8f;
  color: var(--color-link);
  display: flex;
  font-size: var(--font-size-topic-grid-link);
  font-weight: 700;
  gap: 3px;
  line-height: 120%;
  transition: color 0.3s;
}
.gh-topic-grid-link svg {
  transition: transform 0.3s;
}
.gh-topic-grid-link svg path {
  transition: stroke 0.3s;
}
.gh-account-page-settings-btn:hover span,
.gh-logout-btn:hover span,
.gh-topic-grid-link:hover {
  color: #616162;
  color: var(--color-link-hover);
}
.gh-topic-grid-link:hover svg {
  transform: rotate(-45deg);
}
.gh-account-page-settings-btn:hover svg path,
.gh-logout-btn:hover svg path,
.gh-topic-grid-link:hover svg path {
  stroke: #616162;
  stroke: var(--color-link-hover);
}
.embla,
.gh-article-page-content .kg-bookmark-thumbnail,
.gh-topic-slider {
  overflow: hidden;
}
.gh-next-slide-btn,
.gh-prev-slide-btn {
  background-color: #fdfdfd;
  border-radius: var(--border-radius-buttons);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  height: 60px;
  position: absolute;
  width: 60px;
  z-index: 10;
}
.gh-next-slide-btn svg,
.gh-prev-slide-btn svg {
  height: 32px;
  width: 32px;
  left: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.2s ease-in-out;
}
:root[data-color-scheme="dark"] .gh-next-slide-btn,
:root[data-color-scheme="dark"] .gh-prev-slide-btn {
  background-color: #121214;
}
:root[data-color-scheme="dark"] .gh-next-slide-btn:hover,
:root[data-color-scheme="dark"] .gh-prev-slide-btn:hover {
  background-color: #000;
}
:root[data-color-scheme="dark"] .gh-next-slide-btn svg path,
:root[data-color-scheme="dark"] .gh-prev-slide-btn svg path {
  stroke: #ededed;
}
.gh-prev-slide-btn {
  left: -30px;
}
.gh-next-slide-btn {
  right: -30px;
}
.gh-prev-slide-btn:hover svg {
  left: 11px;
}
.gh-next-slide-btn:hover svg {
  left: 17px;
}
.copyToClipboardBtn.copied svg,
.copyToClipboardBtn.notCopied svg,
.copyToClipboardBtn__fail,
.copyToClipboardBtn__success,
.gh-article-page-content .kg-file-card-filesize:before,
.gh-small-grid-section .gh-posts-feed .gh-card.noBorder:after,
.gh-small-grid-section .gh-posts-feed .gh-card:first-child:after,
.swiper-button-disabled {
  display: none;
}
.gh-big-grid-section,
.gh-small-grid-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.gh-big-grid-section .gh-posts-feed {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4%;
  row-gap: 80px;
}
.gh-big-grid-section .gh-posts-feed .gh-card {
  grid-template-rows: auto 1fr;
  height: auto;
  width: 23.2%;
}
.gh-small-grid-section .gh-posts-feed {
  display: flex;
  flex-wrap: wrap;
  gap: 2.12%;
  overflow: hidden;
  row-gap: 80px;
}
.gh-small-grid-section .gh-posts-feed .gh-card {
  grid-row-gap: 0;
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: grid;
  position: relative;
  row-gap: 0;
  width: 48.93%;
}
.gh-small-grid-section .gh-posts-feed .gh-card:nth-child(2n-1):after {
  background-color: #ddd;
  background-color: var(--color-borders);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -40px;
  width: 220%;
}
.gh-small-grid-section .gh-posts-feed .gh-card-content {
  gap: 0;
}
.gh-small-grid-section .gh-posts-feed .gh-card-img-video-wrapper:before,
.gh-small-grid-section .gh-posts-feed .gh-card-video-wrapper:before {
  padding-top: 56.25%;
}
.gh-small-grid-section .gh-card-image-wrapper-link--noImage__name {
  font-size: 20px;
  line-height: 120%;
}
.gh-secondary-button.gh-load-more-button {
  align-self: center;
  margin-top: 48px;
}
.gh-breadcrumbs {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
.gh-breadcrumb-item a {
  color: #4a4a4c;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
  transition: opacity 0.25s;
}
:root[data-color-scheme="dark"] .gh-breadcrumb-item a {
  color: #ededed;
}
.gh-breadcrumbs li + li:before,
.gh-color-section-font-light
  .gh-article-page-base-wrapper
  .gh-breadcrumbs
  li
  + li:before {
  content: url(../imagesAndIcons/chevron-right.svg);
  left: -19px;
  position: absolute;
  top: 2px;
}
.gh-color-section-font-light .gh-breadcrumbs li + li:before,
:root[data-color-scheme="dark"].gh-color-section-font-dark
  .gh-breadcrumbs
  li
  + li:before,
:root[data-color-scheme="dark"].gh-color-section-font-light
  .gh-breadcrumbs
  li
  + li:before {
  content: url(../imagesAndIcons/chevron-right-light.svg);
  left: -19px;
  position: absolute;
  top: 2px;
}
.gh-breadcrumb-item:last-child a {
  opacity: 0.6;
}
.gh-article-page,
.gh-article-page-content .kg-toggle-card .kg-toggle-heading {
  align-items: center;
}
.gh-article-page-header {
  margin: 56px 0;
  max-width: 736px;
  width: 100%;
}
.gh-article-page-header.gh-article-page-header--no-image {
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid var(--color-borders);
}
.gh-article-page-header__info {
  align-items: center;
  display: flex;
  gap: 28px;
  margin-bottom: 16px;
}
.gh-article-page-header__author {
  align-items: center;
  display: flex;
  gap: 12px;
}
.gh-article-page-footer__author-name,
.gh-article-page-header__author-name {
  color: #1d1d1f;
  color: var(--color-text-main);
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  position: relative;
  transition: opacity 0.25s;
}
.gh-archive-card__image,
.gh-article-page-content .kg-bookmark-thumbnail img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1);
  will-change: transform;
  top: 0;
}
:root:not(.gh-html-white-background)
  .gh-article-page--wide
  .gh-article-page-header__author-name {
  color: var(--font-color-hero);
}
.gh-article-page-footer__author-name {
  color: #1d1d1f;
  color: var(--color-text-main);
}
.gh-article-page-header__author-image {
  border-radius: 50%;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 40px;
}
.gh-article-page__reading-time,
.gh-post-meta--article-header {
  font-size: 18px;
  line-height: 21.6px;
  position: relative;
}
:root[data-color-scheme="light"].gh-color-section-font-dark
  .gh-article-page-header
  .gh-post-meta--white-bg.gh-article-page__reading-time,
:root[data-color-scheme="light"].gh-color-section-font-dark
  .gh-article-page-header
  .gh-post-meta--white-bg.gh-post-meta--article-header,
:root[data-color-scheme="light"].gh-color-section-font-light
  .gh-article-page-header
  .gh-post-meta--white-bg.gh-article-page__reading-time,
:root[data-color-scheme="light"].gh-color-section-font-light
  .gh-article-page-header
  .gh-post-meta--white-bg.gh-post-meta--article-header {
  color: #a5a5a5;
  color: var(--color-text-meta);
}
.gh-article-page-header__info
  span:not(.gh-article-page-header__author-name):before {
  color: #ddd;
  content: "|";
  left: -15px;
  position: absolute;
  top: -2px;
}
:root[data-color-scheme="dark"]
  .gh-article-page-header__info
  span:not(.gh-article-page-header__author-name):before {
  color: #a5a5a5;
  color: var(--color-text-meta);
  opacity: 0.5;
}
:root:not(.gh-html-white-background)
  .gh-article-page--wide
  .gh-article-page-header__info
  span:not(.gh-article-page-header__author-name):before {
  color: var(--font-color-hero);
  opacity: 0.5;
}
.gh-article-page-feature-image img {
  border-radius: var(--border-radius-containers);
  min-width: 100%;
  width: 100%;
}
.gh-article-page-heading {
  font-size: var(--font-size-article-headings);
  line-height: 112%;
  margin-bottom: 24px;
  width: 96%;
}
.gh-article-page-excerpt {
  display: -webkit-box;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 120%;
  margin-bottom: 24px;
}
.gh-article-page-share-block {
  display: flex;
  margin-bottom: 56px;
  width: -moz-max-content;
  width: max-content;
}
.gh-article-share-btn {
  align-items: center;
  background: inherit;
  display: flex;
  justify-content: center;
  padding: 0 8px;
}
.gh-article-share-btn:first-child {
  padding: 0 8px 0 0;
}
.gh-article-share-btn:last-child {
  padding: 0 0 0 8px;
}
:root[data-color-scheme="light"].gh-color-section-font-light
  .gh-article-page--wide
  .gh-article-page-header
  .gh-article-share-btn
  svg
  path {
  fill: var(--font-color-hero);
  transition: fill 0.25s;
}
.copyToClipboardBtn {
  color: #1d1d1f;
  color: var(--color-text-main);
  font-size: 14px;
}
.copyToClipboardBtn.copied .copyToClipboardBtn__success,
.copyToClipboardBtn.notCopied .copyToClipboardBtn__fail,
.gh-read-next .gh-card.gh-read-next-post .gh-card-image-wrapper-link {
  display: block;
}
.gh-article-page-share-block:hover .gh-article-share-btn:not(:hover) svg path,
:root[data-color-scheme="light"].gh-color-section-font-light
  .gh-article-page--wide
  .gh-article-page-share-block:hover
  .gh-article-share-btn:not(:hover)
  svg
  path {
  fill: #8e8e8f;
  fill: var(--color-nav-link-hover);
}
.gh-article-page-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.gh-article-page-content .kg-gallery-card,
.gh-article-page-content .kg-image-card {
  --gap: 32px;
}
.gh-article-page-content figcaption,
.gh-article-page-feature-image figcaption {
  color: #a5a5a5;
  color: var(--color-text-meta);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  padding: 16px 0 0;
  text-align: left;
}
.gh-article-page-content .kg-card.kg-image-card,
.gh-article-page-content .kg-card.kg-video-card,
.gh-article-page-content
  > :not(.kg-card.kg-header-card):not(.gh-post-subscribe-cta):not(
    .kg-signup-card
  ):not(.kg-card.kg-video-card):not(.kg-card.kg-image-card) {
  max-width: 736px;
  width: 100%;
}
.gh-article-page-content .kg-button-card .kg-btn {
  background-color: #ededed;
  background-color: var(--color-buttons-secondary);
  border-radius: var(--border-radius-buttons);
  color: #1d1d1f;
  color: var(--color-buttons-secondary-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  padding: 12px 22px;
  transition: background-color 0.25s;
}
.gh-article-page-content .kg-button-card .kg-btn:hover {
  background-color: #ddd;
  background-color: var(--color-buttons-secondary-hover);
  opacity: 1;
}
.gh-article-page-content .kg-card.kg-header-card {
  margin: 56px calc(-50vw + 50%);
  width: 100vw;
}
.gh-article-page-content .kg-header-card.kg-style-dark {
  background: #1d1d1f;
  color: #f8f8f8;
}
:root[data-color-scheme="dark"]
  .gh-article-page-content
  .kg-header-card.kg-style-dark {
  background: #000;
}
.gh-article-page-content
  .kg-header-card:not(.kg-style-light)
  h2.kg-header-card-header,
.gh-article-page-content
  .kg-header-card:not(.kg-style-light)
  h3.kg-header-card-subheader {
  color: #f8f8f8;
  font-weight: var(--font-weight-headings);
  letter-spacing: var(--letter-spacing-headings);
}
.gh-article-page-content
  .kg-header-card.kg-size-large
  h2.kg-header-card-header {
  font-size: 72px;
  font-weight: var(--font-weight-headings);
  letter-spacing: var(--letter-spacing-headings);
  line-height: 112%;
}
.gh-article-page-content
  .kg-header-card.kg-size-small
  h2.kg-header-card-header {
  font-size: 58px;
  font-weight: var(--font-weight-headings);
  letter-spacing: var(--letter-spacing-headings);
  line-height: 112%;
}
.gh-article-page-content .kg-header-card h2.kg-header-card-header {
  font-size: 64px;
  font-weight: var(--font-weight-headings);
  letter-spacing: var(--letter-spacing-headings);
  line-height: 112%;
}
.gh-article-page-content
  .kg-header-card.kg-size-small
  h3.kg-header-card-subheader {
  font-size: 20px;
  font-weight: var(--font-weight-headings);
  letter-spacing: var(--letter-spacing-headings);
  line-height: 125%;
}
.gh-article-page-content .kg-header-card h2 + h3.kg-header-card-subheader {
  margin: 32px 0 0;
}
.gh-article-page-content .kg-header-card h3 + a.kg-header-card-button,
.gh-article-page-content
  .kg-header-card.kg-size-small
  h3
  + a.kg-header-card-button {
  margin-top: 32px;
}
.gh-article-page-content .kg-header-card a.kg-header-card-button {
  border-radius: var(--border-radius-buttons);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: var(--letter-spacing-buttons);
  line-height: 120%;
  padding: 30px 28px;
  text-transform: var(--text-transform-buttons);
}
.gh-article-page-content .kg-header-card.kg-style-dark a.kg-header-card-button {
  background: #343435;
  color: #fdfdfd;
  transition: background-color 0.25s;
}
.gh-article-page-content
  .kg-header-card.kg-style-dark
  a.kg-header-card-button:hover {
  background: #4a4a4c;
}
.gh-article-page-content .kg-header-card.kg-style-light h2,
.gh-article-page-content .kg-header-card.kg-style-light h3 {
  color: #1d1d1f;
}
.gh-article-page-content .kg-header-card.kg-style-image a.kg-header-card-button,
.gh-article-page-content
  .kg-header-card.kg-style-light
  a.kg-header-card-button {
  background: #ededed;
  color: #1d1d1f;
  transition: background-color 0.25s;
}
.gh-article-page-content
  .kg-header-card.kg-style-light
  a.kg-header-card-button:hover {
  background: #ddd;
}
.gh-article-page-content
  .kg-header-card.kg-style-accent
  a.kg-header-card-button {
  color: #1d1d1f;
  transition: background-color 0.25s;
}
.gh-article-page-content
  .kg-header-card.kg-style-accent
  a.kg-header-card-button:hover,
.gh-article-page-content
  .kg-header-card.kg-style-image
  a.kg-header-card-button:hover {
  background: #f5f5f5;
}
.gh-article-page-content .kg-header-card.kg-style-image:before {
  -webkit-backdrop-filter: brightness(0.5);
  backdrop-filter: brightness(0.5);
}
.gh-article-page-content .kg-callout-card {
  border-radius: var(--border-radius-containers);
  padding: 40px 48px;
}
.gh-account-page__desc,
.gh-article-page-content .kg-callout-card .kg-callout-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}
.gh-article-page-content
  .kg-callout-card:not(.kg-callout-card-accent)
  .kg-callout-text {
  color: #343435;
  color: var(--color-text-post);
}
.gh-article-page-content .kg-product-card-container {
  grid-row-gap: 0;
  align-items: flex-start;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  max-width: 736px;
  padding: 0;
}
.gh-article-page-content .kg-product-card-container img {
  height: 100%;
  margin-bottom: 24px;
  order: 1;
  width: 100%;
}
.gh-article-page-content .kg-product-card-container .kg-product-card-rating {
  order: 2;
  padding: 0;
}
.gh-article-page-content
  .kg-product-card-container
  .kg-product-card-title-container {
  order: 3;
}
.gh-article-page-content .kg-product-card-container .kg-product-card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}
.gh-article-page-content
  .kg-product-card-container
  .kg-product-card-description {
  color: #777779;
  color: var(--color-text-lighter);
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
  order: 4;
  width: 50%;
}
.gh-article-page-content .kg-product-card a.kg-product-card-button {
  height: auto;
  order: 5;
}
.gh-article-page-content .kg-product-card-container .kg-product-card-button,
.gh-article-page-content
  .kg-product-card-container
  .kg-product-card-button.kg-product-card-btn-accent {
  background: #ededed;
  background: var(--color-buttons-secondary);
  border-radius: var(--border-radius-buttons);
  color: #1d1d1f;
  color: var(--color-buttons-secondary-text);
  justify-self: left;
  letter-spacing: var(--letter-spacing-buttons);
  padding: 12px 22px;
  text-transform: var(--text-transform-buttons);
  transition: background-color 0.25s;
  width: -moz-max-content;
  width: max-content;
}
.gh-article-page-content
  .kg-product-card-container
  .kg-product-card-button
  span,
.gh-article-page-content
  .kg-product-card-container
  .kg-product-card-button.kg-product-card-btn-accent
  span {
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
}
.gh-article-page-content
  .kg-product-card-container
  .kg-product-card-button.kg-product-card-btn-accent:hover,
.gh-article-page-content
  .kg-product-card-container
  .kg-product-card-button:hover {
  background: #ddd;
  background: var(--color-buttons-secondary-hover);
}
.gh-article-page-content > h1 {
  font-size: 72px;
  line-height: 112%;
  margin: 24px 0 16px;
}
.gh-article-page-content > h2 {
  font-size: 64px;
  line-height: 112%;
  margin: 24px 0 16px;
}
.gh-article-page-content > h3 {
  font-size: 56px;
  line-height: 116%;
  margin: 24px 0 16px;
}
.gh-article-page-content > h4 {
  font-size: 48px;
  line-height: 116%;
  margin: 24px 0 16px;
}
.gh-article-page-content > h5 {
  font-size: 40px;
  line-height: 116%;
  margin: 24px 0 16px;
}
.gh-article-page-content > h6 {
  font-size: 32px;
  line-height: 120%;
  margin: 24px 0 16px;
}
.gh-article-page-content > p {
  color: #343435;
  color: var(--color-text-post);
  font-size: 20px;
  line-height: var(--font-post-text-line-height);
  margin-bottom: 32px;
}
.gh-article-page-content > blockquote {
  border-left: 2px solid #343435;
  border-left: 2px solid var(--color-text-post);
  font-size: 20px;
  font-style: italic;
  line-height: 29px;
  margin-bottom: 32px;
  padding-left: 20px;
}
.gh-article-page-content > ol,
.gh-article-page-content > ul {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 32px;
  margin-left: 42px;
}
.gh-article-page-content > ul {
  list-style: circle;
}
.gh-article-page-content > ol {
  list-style: decimal;
}
.gh-article-page-content .kg-bookmark-container {
  background-color: #f6f6f6 !important;
  background-color: var(--color-background-text-blocks) !important;
  border: 1px solid #ededed !important;
  border: 1px solid var(--color-bookmark-border) !important;
  border-radius: var(--border-radius-containers) !important;
  box-shadow: none !important;
  flex-wrap: nowrap;
  min-height: 148px;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  transition: background-color 0.4s;
}
.gh-article-page-content .kg-bookmark-container:hover,
.gh-article-page-content .kg-file-card a.kg-file-card-container:hover {
  background-color: #f4f4f4 !important;
  background-color: var(--color-background-block-hover) !important;
}
.gh-article-page-content .kg-bookmark-content {
  padding: 32px 20px 32px 32px;
}
.gh-article-page-content .kg-bookmark-thumbnail img {
  border-radius: 0 !important;
  height: 100% !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100% !important;
}
.gh-article-page-content .kg-bookmark-title {
  color: #1d1d1f;
  color: var(--color-text-main);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
}
.gh-article-page-content .kg-bookmark-description {
  color: #777779;
  color: var(--color-text-lighter);
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 14px;
}
.gh-article-page-content .kg-bookmark-metadata {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 1.15;
  margin: 0;
}
.gh-article-page-content > p > img {
  border-radius: var(--border-radius-containers);
  margin-bottom: 32px;
  max-width: 736px;
  width: 100%;
}
.gh-article-page-content .kg-audio-card {
  background-color: #f6f6f6 !important;
  background-color: var(--color-background-text-blocks) !important;
  border: none !important;
  border-radius: var(--border-radius-containers) !important;
  box-shadow: none !important;
  padding: 16px;
  transition: background-color 0.25s;
}
.gh-article-page-content .kg-audio-thumbnail {
  border-radius: var(--border-radius-containers);
  height: 86px;
  margin: 0;
  min-height: 86px;
  min-width: 86px;
  width: 86px;
}
.gh-article-page-content .kg-audio-thumbnail.placeholder {
  background: #e4e4e4;
  background: var(--color-audio-thumbnail-placeholder);
}
.gh-article-page-content .kg-audio-thumbnail.placeholder svg path {
  fill: var(--color-buttons-main);
}
.gh-article-page-content .kg-audio-player-container {
  gap: 22px;
  padding: 8px 8px 8px 24px;
}
.gh-article-page-content .kg-audio-card .kg-audio-pause-icon svg rect,
.gh-article-page-content .kg-audio-card .kg-audio-play-icon svg path {
  fill: #1d1d1f;
  fill: var(--color-text-main);
  transition: opacity 0.25s;
}
.gh-article-page-content .kg-audio-unmute-icon svg path {
  fill: var(--color-buttons-main);
  transition: fill 0.25s;
}
.gh-article-page-content .kg-audio-unmute-icon:hover svg path {
  fill: var(--color-buttons-main-hover);
}
.gh-article-page-content .kg-audio-title {
  font-size: 20px;
  line-height: 120%;
  margin: 0;
  padding: 0;
}
.gh-article-page-content .kg-file-card a.kg-file-card-container {
  align-items: center !important;
  background-color: #f6f6f6 !important;
  background-color: var(--color-background-text-blocks) !important;
  border: none !important;
  border-radius: var(--border-radius-containers) !important;
  box-shadow: none !important;
  padding: 32px !important;
  transition: background-color 0.25s;
}
.gh-article-page-content .kg-file-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.gh-article-page-content .kg-file-card-filename,
.gh-article-page-content .kg-file-card-filesize,
.gh-article-page-content .kg-file-card-metadata {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
.gh-article-page-content .kg-file-card-contents {
  gap: 12px;
  margin: 0 !important;
}
.gh-article-page-content .kg-file-card-metadata {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0 !important;
}
.gh-article-page-content .kg-file-card-filename {
  color: #777779;
  color: var(--color-text-lighter);
}
.gh-article-page-content .kg-file-card-filesize {
  color: #a5a5a5;
  color: var(--color-text-meta);
  opacity: 1 !important;
}
.gh-article-page-content .kg-file-card-icon {
  border-radius: 100px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  overflow: hidden;
  width: 40px;
}
.gh-author-page__link--facebook svg,
.kg-toggle-card .kg-toggle-card-icon {
  height: 28px;
  width: 28px;
}
.gh-article-page-content .kg-file-card-icon:before {
  background-color: #fff;
  opacity: 1;
}
.gh-article-page-content .kg-file-card-icon:after {
  content: url(../imagesAndIcons/right-arrow.svg);
  height: 24px;
  transform: rotate(90deg);
  width: 24px;
}
.gh-article-page-content .kg-toggle-card {
  background-color: #f6f6f6;
  background-color: var(--color-background-text-blocks);
  border: none;
  border-radius: var(--border-radius-containers);
  box-shadow: none;
  padding: 32px 27px 32px 32px;
  transition: background-color 0.25s;
}
.gh-article-page-content .kg-toggle-card h4.kg-toggle-heading-text {
  font-size: 22px;
  font-weight: var(--font-weight-toggle-heading);
  line-height: 120%;
}
.kg-toggle-card .kg-toggle-card-icon svg {
  width: 16px;
}
.kg-toggle-card .kg-toggle-card-icon svg path {
  stroke: #1d1d1f;
  stroke: var(--color-text-main);
  stroke-width: 2px;
}
.gh-article-page-content .kg-toggle-card:hover {
  background-color: #f4f4f4;
  background-color: var(--color-background-block-hover);
}
.gh-article-page-content .kg-toggle-card .kg-toggle-content p {
  color: #343435;
  color: var(--color-text-post);
  font-size: 20px;
  line-height: 145%;
  margin-top: 16px;
}
.gh-membership-page-content .kg-toggle-card .kg-toggle-content p {
  color: #1d1d1f;
  color: var(--color-text-main);
  font-size: 16px;
}
.gh-article-page-content > p > a {
  color: var(--ghost-accent-color);
  position: relative;
}
.gh-article-page-content > p > a:after {
  background-color: var(--ghost-accent-color);
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s;
  width: 100%;
}
.gh-article-page-content > p > a:hover:after,
.kg-card.kg-header-card a:not(.kg-header-card-button):hover:after,
.kg-card.kg-signup-card a:not(.kg-signup-card-button):hover:after {
  width: 0;
}
.gh-article-page-footer {
  margin-top: 24px;
  max-width: 736px;
  width: 100%;
}
.gh-article-page-footer__author {
  align-items: flex-start;
  background-color: #f6f6f6;
  background-color: var(--color-background-text-blocks);
  border-radius: var(--border-radius-containers);
  margin-bottom: 56px;
  padding: 40px 48px;
}
.gh-article-page-footer__author-bio {
  color: #777779;
  color: var(--color-text-lighter);
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
}
.gh-archive-page-header__content *,
.gh-archive-page-header__heading,
.gh-article-page--wide .gh-article-page-excerpt,
.gh-article-page--wide .gh-article-page-header__author,
.gh-author-page__bio,
.gh-author-page__meta,
.gh-author-page__meta :not(:first-child):after,
.gh-author-page__name,
.gh-tag-page__header {
  color: var(--font-color-hero);
}
.gh-archive-page .gh-breadcrumbs,
.gh-article-page-footer__author + hr,
.gh-author-page .gh-breadcrumbs,
.gh-tag-page .gh-breadcrumbs {
  margin-bottom: 56px;
}
.gh-read-next {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 104px;
  max-width: 736px;
  width: 100%;
}
.gh-read-next__heading {
  font-size: 32px;
  line-height: var(--font-latest-line-height);
}
.gh-read-next__posts {
  grid-row-gap: 80px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  row-gap: 80px;
}
.gh-read-next__posts .gh-card {
  position: relative;
}
.gh-read-next__posts .gh-card:nth-child(2n-1):after {
  background-color: #ddd;
  background-color: var(--color-borders);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -40px;
  width: 220%;
}
.gh-form.success .gh-form-question,
.gh-form.success .gh-form__input-wrapper,
.gh-form.success .gh-form__title,
.gh-form.success .gh-main-button.gh-form__submit-button,
.gh-read-next__posts .gh-card:first-child:after {
  display: none;
}
.gh-article-page-wide__bread-header-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 104px;
  position: relative;
}
.gh-archive-page__bread-header-background,
.gh-article-page__bread-header-background,
.gh-author-page__bread-header-background,
.gh-tag-page__bread-header-background {
  background-color: var(--background-custom-color);
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
}
:root[data-color-scheme="dark"] .gh-article-page__bread-header-background {
  background-color: #1d1d1f;
}
.gh-article-page--wide .gh-article-page-header {
  grid-column-gap: 98px;
  -moz-column-gap: 98px;
  column-gap: 98px;
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  margin-bottom: 0;
  max-width: 100%;
  padding-bottom: 88px;
  position: relative;
  width: 100%;
}
.gh-article-page-header.gh-article-page-header-wide-noImage {
  -moz-column-gap: 0;
  column-gap: 0;
  grid-template-columns: 1.95fr 1fr;
}
.gh-article-page--wide .gh-article-page-header:after {
  background-color: #ddd;
  background-color: var(--color-borders);
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
}
.gh-article-page--wide .gh-article-page-header__info {
  margin-bottom: 24px;
}
.gh-article-page--wide .gh-article-page-heading {
  color: var(--font-color-hero);
  font-size: var(--font-size-article-headings-wide);
  line-height: 112%;
  width: 80%;
}
.gh-article-page--wide .gh-article-page-wide__header-content {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  position: relative;
}
.gh-article-page--wide .gh-article-page-feature-image {
  border-radius: var(--border-radius-containers);
  max-height: 540px;
  max-width: 736px;
  overflow: hidden;
}
.gh-article-page--wide .gh-article-page-footer .gh-article-page-share-block {
  margin-bottom: 56px;
  position: static;
}
.gh-article-page--wide .gh-article-page-content .kg-gallery-container {
  margin: 0 -128px;
  max-width: 992px;
}
.gh-archive-page__bread-header-wrapper,
.gh-tag-page__bread-header-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
  position: relative;
}
.gh-tag-page___bread-header-wrapper--with-image {
  margin-bottom: 88px;
}
:root[data-color-scheme="dark"] .gh-tag-page__bread-header-background {
  background-color: #1d1d1f;
}
.gh-tag-page__header {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.gh-tag-page__header-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gh-tag-page__header.gh-tag-page__header--with-image {
  grid-column-gap: 101px;
  align-items: center;
  -moz-column-gap: 101px;
  column-gap: 101px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 88px;
  position: relative;
}
.gh-author-page__bread-header-wrapper:after,
.gh-tag-page__header.gh-tag-page__header--with-image:after {
  background-color: #ddd;
  content: "";
  left: 50%;
  position: absolute;
  height: 1px;
  transform: translateX(-50%);
  width: 100vw;
  bottom: 0;
}
.gh-tag-page__header.gh-tag-page__header--with-image:after {
  background-color: var(--color-borders);
}
.gh-tag-page__heading {
  font-size: 54px;
  line-height: 116%;
}
.gh-tag-page__description {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  width: 55%;
}
.gh-article-page-content .kg-video-card video,
.gh-tag-page__header.gh-tag-page__header--with-image .gh-tag-page__description {
  width: 100%;
}
.gh-auhor-page__cover-image-wrapper,
.gh-tag-page__feature-image-wrapper {
  border-radius: var(--border-radius-containers);
  height: 320px;
  overflow: hidden;
}
.gh-tag-page__feature-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.gh-tag-page__post-feed-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-bottom: 104px;
}
.gh-tag-page .gh-posts-feed {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto 1fr;
  row-gap: 64px;
}
:root[data-color-scheme="light"] .gh-author-page .gh-breadcrumbs a {
  color: var(--font-color-hero);
}
.gh-author-page__bread-header-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 88px;
  position: relative;
}
:root[data-color-scheme="dark"] .gh-author-page__bread-header-background {
  background-color: #1d1d1f;
}
.gh-author-page__header {
  display: flex;
  flex-direction: column;
  padding-bottom: 88px;
  position: relative;
}
.gh-author-page__header-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 709px;
}
.gh-archive-page-header--with-image,
.gh-author-page__header.gh-author-page__header-with-image {
  grid-column-gap: 101px;
  -moz-column-gap: 101px;
  column-gap: 101px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.gh-archive-feed,
.gh-author-page__post-feed-wrapper .gh-posts-feed {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 64px;
}
.gh-author-page__header.gh-author-page__header-with-image
  .gh-author-page__header-content {
  max-width: 100%;
}
.gh-author-page__bread-header-wrapper:after {
  background-color: var(--color-borders);
}
.gh-author-page__author-image {
  border-radius: 100%;
  height: 112px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 112px;
}
.gh-author-page__author-data {
  align-items: baseline;
  display: flex;
  gap: 24px;
}
.gh-author-page__link,
.gh-author-page__links,
.gh-author-page__meta {
  align-items: center;
  display: flex;
}
.gh-author-page__name {
  font-size: 48px;
  line-height: 116%;
}
.gh-author-page__link {
  justify-content: center;
  padding: 4px 8px;
}
:root[data-color-scheme="light"] .gh-author-page__link svg path {
  fill: var(--font-color-hero);
}
.gh-author-page__link:first-child {
  padding: 4px 8px 4px 0;
}
.gh-author-page__link:last-child {
  padding: 4px 0 4px 8px;
}
.gh-author-page__link svg path {
  fill: #1d1d1f;
  fill: var(--color-text-main);
  transition: fill 0.25s;
}
.gh-author-page__links:hover .gh-author-page__link:not(:hover) svg path {
  fill: #8e8e8f;
  fill: var(--color-nav-link-hover);
}
.gh-author-page__bio {
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}
.gh-author-page__meta {
  font-size: 18px;
  font-weight: 600;
  gap: 28px;
  line-height: 120%;
}
:root[data-color-scheme="light"].gh-color-section-font-dark
  .gh-author-page__meta.gh-author-page__meta--on-white {
  color: #a5a5a5;
  color: var(--color-text-meta);
}
:root[data-color-scheme="light"].gh-color-section-font-dark
  .gh-author-page__meta {
  color: var(--font-color-hero);
}
.gh-author-card-content .gh-archive-card__posts-count,
.gh-author-page__meta *,
.kg-card.kg-header-card a:not(.kg-header-card-button),
.kg-card.kg-signup-card a:not(.kg-header-card-button) {
  position: relative;
}
.gh-author-page__meta :not(:first-child):after {
  content: "|";
  display: block;
  left: -14px;
  opacity: 0.5;
  position: absolute;
  top: 0;
}
:root[data-color-scheme="light"].gh-color-section-font-dark
  .gh-author-page__meta.gh-author-page__meta--on-white
  :not(:first-child):after {
  color: #ddd;
  opacity: 1;
}
.gh-author-page__location {
  align-items: center;
  display: flex;
  gap: 6px;
}
:root[data-color-scheme="light"].gh-color-section-font-dark
  .gh-author-page__meta
  .gh-author-page__location
  svg
  path {
  stroke: var(--font-color-hero);
}
:root[data-color-scheme="light"].gh-color-section-font-dark
  .gh-author-page__meta
  .gh-author-page__location
  svg
  ellipse {
  fill: var(--font-color-hero);
}
:root[data-color-scheme="light"].gh-color-section-font-dark
  .gh-author-page__meta.gh-author-page__meta--on-white
  .gh-author-page__location
  svg
  path {
  stroke: #a5a5a5;
  stroke: var(--color-text-meta);
}
:root[data-color-scheme="light"].gh-color-section-font-dark
  .gh-author-page__meta.gh-author-page__meta--on-white
  .gh-author-page__location
  svg
  ellipse {
  fill: #a5a5a5;
  fill: var(--color-text-meta);
}
:root[data-color-scheme="light"].gh-color-section-font-light
  .gh-author-page__location
  svg
  path {
  stroke: var(--font-color-hero);
}
:root[data-color-scheme="light"].gh-color-section-font-light
  .gh-author-page__location
  svg
  ellipse {
  fill: var(--font-color-hero);
}
:root[data-color-scheme="dark"].gh-color-section-font-dark
  .gh-author-page__meta
  .gh-author-page__location
  svg
  path {
  stroke: var(--font-color-hero);
}
:root[data-color-scheme="dark"].gh-color-section-font-dark
  .gh-author-page__meta
  .gh-author-page__location
  svg
  ellipse {
  fill: var(--font-color-hero);
}
:root[data-color-scheme="dark"].gh-color-section-font-dark
  .gh-author-page__meta.gh-author-page__meta--on-white
  .gh-author-page__location
  svg
  path {
  stroke: #a5a5a5;
  stroke: var(--color-text-meta);
}
:root[data-color-scheme="dark"].gh-color-section-font-dark
  .gh-author-page__meta.gh-author-page__meta--on-white
  .gh-author-page__location
  svg
  ellipse {
  fill: #a5a5a5;
  fill: var(--color-text-meta);
}
:root[data-color-scheme="dark"].gh-color-section-font-light
  .gh-author-page__location
  svg
  path {
  stroke: var(--font-color-hero);
}
:root[data-color-scheme="dark"].gh-color-section-font-light
  .gh-author-page__location
  svg
  ellipse {
  fill: var(--font-color-hero);
}
.gh-auhor-page__cover-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.gh-author-page__post-feed-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 104px;
}
.gh-author-page__post-feed-wrapper .gh-posts-feed {
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: grid;
  grid-template-rows: auto 1fr;
}
.gh-announcement-bar {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 120% !important;
}
.gh-announcement-bar.light {
  background-color: #ededed !important;
  color: #1d1d1f !important;
}
.gh-announcement-bar.dark {
  background-color: #1d1d1f !important;
  color: #f8f8f8 !important;
}
:root[data-color-scheme="dark"] .gh-announcement-bar.dark {
  background-color: #000 !important;
  color: #ededed !important;
}
.gh-404-error {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 210px 0;
}
.gh-404-error-title {
  font-size: 56px;
  line-height: 116%;
  margin-bottom: 24px;
}
.gh-404-error-description {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 32px;
}
.gh-secondary-button.gh-404-error-home-btn {
  font-size: 17px;
  padding: 20px 28px;
}
.gh-archive-page {
  display: flex;
  flex-direction: column;
  margin-bottom: 104px;
}
.gh-archive-page__bread-header-wrapper--with-image {
  margin-bottom: 88px;
}
:root:not(.gh-html-white-background)
  .gh-archive-page__bread-header-wrapper:not(
    .gh-archive-page__bread-header-wrapper--with-image
  ) {
  padding-bottom: 64px;
}
:root[data-color-scheme="dark"] .gh-archive-page__bread-header-background {
  background-color: #1d1d1f;
}
.gh-archive-page-header__main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gh-archive-page-header__heading {
  font-size: 54px;
  line-height: 116%;
}
.gh-archive-page-header__content * {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}
.gh-archive-page-header:not(.gh-archive-page-header--with-image)
  .gh-archive-page-header__content {
  width: 56%;
}
.gh-archive-page-header__image-wrapper {
  border-radius: var(--border-radius-containers);
  height: 320px;
  overflow: hidden;
}
.gh-archive-page-header__image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.gh-archive-page-header--with-image {
  align-items: center;
  padding-bottom: 88px;
}
.gh-archive-page-header--with-image:after {
  background-color: #ddd;
  background-color: var(--color-borders);
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
}
.gh-archive-feed {
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: grid;
}
.gh-archive-card__image-wrapper {
  border-radius: var(--border-radius-containers);
  overflow: hidden;
  position: relative;
}
.gh-archive-card__image-wrapper:before {
  content: "";
  float: left;
  padding-top: 119.17%;
}
.gh-archive-card__image-wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.gh-archive-card__image {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  width: 100%;
}
.gh-archive-card__image:hover {
  transform: scale(1.03);
}
.gh-archive-card__default-image {
  align-items: center;
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.25, 1);
  width: 100%;
}
.gh-archive-card__default-image:hover,
.gh-scroll-top-btn:hover {
  background-color: #ededed;
  background-color: var(--color-background-elements-main-hover);
}
.gh-archive-card-content.gh-author-card-content {
  display: grid;
  grid-template-rows: auto 1fr max-content;
}
.gh-archive-card__title {
  font-size: 24px;
  font-weight: var(--font-weight-card-heading);
  line-height: 116%;
  margin-bottom: 10px;
  transition: color 0.25s;
}
.gh-archive-card__title:hover {
  color: #616162;
  color: var(--color-card-title-hover);
}
.gh-archive-card__author-bio {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #777779;
  color: var(--color-text-lighter);
  display: -webkit-box;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gh-archive-card__author-meta,
.gh-archive-card__posts-count {
  color: #a5a5a5;
  color: var(--color-text-meta);
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}
.gh-archive-card__author-meta {
  align-items: center;
  display: flex;
  gap: 20px;
}
.gh-archive-card__author-location {
  align-items: center;
  display: flex;
  gap: 4px;
  position: relative;
}
.gh-archive-card__author-location:before {
  color: #a5a5a5;
  color: var(--color-text-meta);
  content: "|";
  left: -11px;
  opacity: 0.5;
  position: absolute;
  top: -1px;
}
.gh-post-subscribe-cta {
  background-color: #1d1d1f;
  border-radius: var(--border-radius-containers);
  color: #fff;
  color: var(--color-text-light);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  width: 100%;
}
:root[data-color-scheme="dark"] .gh-post-subscribe-cta {
  background-color: #29292a;
}
.gh-post-subscribe-cta-content {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.gh-post-subscribe-cta-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 116%;
  margin-bottom: 16px;
}
.gh-post-subscribe-cta-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 32px;
  width: 70%;
}
.gh-post-subscribe-cta-btns {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.gh-post-subscribe-cta-btn {
  background-color: #ededed;
  border-radius: var(--border-radius-buttons);
  color: #1d1d1f;
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  padding: 20px 28px;
  transition: background-color 0.25s;
  width: -moz-max-content;
  width: max-content;
}
.gh-post-subscribe-cta-btn:hover {
  background-color: #ddd;
}
.gh-post-subscribe-cta-lock {
  align-items: center;
  background-color: #343435;
  border-radius: var(--border-radius-containers);
  display: flex;
  height: 64px;
  justify-content: center;
  position: absolute;
  right: 64px;
  top: 64px;
  width: 64px;
}
.gh-post-subscribe-cta-btns-text {
  color: #8e8e8f;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.gh-post-subscribe-cta-btns-text a {
  color: #fdfdfd;
  transition: color 0.25s;
}
.gh-post-subscribe-cta-btns-text a:hover {
  color: #ddd;
}
.gh-portal-products-pricetoggle .gh-portal-btn {
  font-size: 12px !important;
}
.gh-portal-popup-wrapper.full-size .gh-portal-signup-header {
  background-color: red !important;
}
.gh-article-page-content .kg-card.kg-image-card img {
  height: 100%;
  width: 100%;
}
.gh-article-page-content .kg-card.kg-image-card figcaption,
.gh-article-page-content .kg-card.kg-video-card figcaption {
  margin: 0 auto;
  max-width: 736px;
}
.gh-article-page-content .kg-card.kg-image-card.kg-width-full,
.gh-article-page-content .kg-card.kg-video-card.kg-width-full,
.kg-card.kg-header-card.kg-v2.kg-width-full,
.kg-card.kg-signup-card.kg-width-full {
  max-width: 100vw;
  width: 100vw;
}
.gh-article-page-content .kg-card.kg-image-card.kg-width-wide,
.gh-article-page-content .kg-card.kg-video-card.kg-width-wide {
  max-width: 65.5vw;
  width: 65.5vw;
}
.gh-article-page-content .kg-card.kg-image-card.kg-width-full img,
.kg-card.kg-header-card.kg-v2.kg-layout-split.kg-width-full
  .kg-header-card-image,
.kg-card.kg-signup-card.kg-layout-split.kg-width-full .kg-signup-card-image {
  border-radius: 0;
}
.gh-article-page-content pre {
  word-wrap: break-word;
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
  border-radius: var(--border-radius-containers);
  color: #1d1d1f;
  color: var(--color-text-main);
  display: block;
  font-size: 14px;
  padding: 16px;
  white-space: pre-wrap;
  word-break: break-all;
}
#ghost-comments-root html .ghost-display button {
  background-color: var(--background-color-button) !important;
}
#ghost-comments-root iframe[title="comments-frame"] html body button {
  color: red !important;
}
.gh-overlay {
  animation: 0.4s overlayFadeIn;
  background-color: #d2d2d2;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 300;
}
.gh-form,
.gh-form.success .gh-form__success,
.gh-membership-page.yearly .gh-tier-card-signup.yearly {
  display: flex;
}
.gh-overlay.show {
  display: block;
  opacity: 0.5;
}
.animateRight {
  animation: 0.45s moveRight;
}
.animateLeft {
  animation: 0.25s ease-in-out forwards moveLeft;
}
.animateFade {
  animation: 0.6s cubic-bezier(0.74, 0.01, 0.81, 0.75) forwards fadeIn;
}
.gh-form-wrapper {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}
.gh-form-page__site-logo.gh-site-logo {
  left: 50%;
  position: absolute;
  top: 12px;
  transform: translateX(-50%);
}
.gh-form {
  flex-direction: column;
}
.gh-form.loading .gh-form__submit-button span,
.gh-main-button.gh-account-page-edit-btn svg,
.gh-main-button.gh-account-page-edit-btn.loading span,
.gh-main-button.gh-form__submit-button svg {
  display: none;
}
.gh-form__success {
  display: none;
  flex-direction: column;
  gap: 24px;
  max-width: 480px;
}
.gh-form.success,
.gh-form__success {
  align-items: center;
}
.gh-form__success-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.gh-form__success-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  opacity: 0.7;
  text-align: center;
}
.gh-form__title {
  display: block;
  font-size: 40px;
  font-weight: var(--font-weight-headings);
  margin-bottom: 64px;
  text-align: center;
}
.gh-form__input-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.gh-form__input-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.gh-form-input {
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
  border-radius: var(--border-radius-buttons);
  color: #1d1d1f;
  color: var(--color-text-input);
  padding: 20px 28px;
  width: 480px;
}
.gh-form-input::-moz-placeholder {
  opacity: 0.5;
}
.gh-form-input::placeholder {
  opacity: 0.5;
}
:root[data-color-scheme="dark"] .gh-form-input::-moz-placeholder {
  opacity: 0.7;
}
:root[data-color-scheme="dark"] .gh-form-input::placeholder {
  opacity: 0.7;
}
.gh-main-button.gh-form__submit-button {
  font-size: 16px;
  line-height: 119%;
  padding: 20px 28px;
  width: 480px;
}
.gh-form.loading .gh-form__submit-button {
  padding: 17px 28px;
  pointer-events: none;
}
.gh-form.error .gh-form__error,
.gh-form.loading .gh-form__submit-button svg,
.gh-main-button.gh-account-page-edit-btn.loading svg {
  display: block;
}
.gh-form-question {
  color: #a5a5a5;
  color: var(--color-text-meta);
  display: flex;
  font-size: 17px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  margin-top: 32px;
}
.gh-form-question__link {
  color: #1d1d1f;
  color: var(--color-text-main);
  font-size: 15px;
  font-weight: 700;
  transition: opacity 0.25s;
}
.gh-form-question__link:hover {
  opacity: 0.8;
}
.gh-form__error {
  color: #d20101;
  display: none;
  font-weight: 500;
  padding-top: 16px;
  text-align: center;
}
.gh-form.error .gh-form-question {
  margin-top: 16px;
}
:root[data-color-scheme="dark"] .gh-form__error {
  color: #960000;
}
.gh-account-page {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding-bottom: 104px;
}
.gh-account-page-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
.gh-account-page-inner {
  display: flex;
  flex-direction: column;
  max-width: 736px;
  width: 736px;
}
.gh-account-page-header {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid var(--color-borders);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 40px;
  width: 100%;
}
.gh-account-page__image {
  border-radius: 100%;
  height: 112px;
  width: 112px;
}
.gh-account-page__image--default {
  align-items: center;
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
  display: flex;
  justify-content: center;
}
.gh-account-page__image--default svg {
  height: 36px;
  width: 36px;
}
.gh-account-page__name {
  font-size: 48px;
  font-weight: 700;
  line-height: 116%;
}
.gh-account-page-billing-info {
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid var(--color-borders);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px 0;
}
.gh-account-page-billing-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 50%;
}
.gh-account-page-billing-item__name {
  color: #a5a5a5;
  color: var(--color-text-meta);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
.gh-account-page-billing-item__value {
  align-items: center;
  color: #1d1d1f;
  color: var(--color-text-main);
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 12px;
  line-height: 140%;
}
.gh-account-page-billing-item__value svg circle {
  fill: #1d1d1f;
  fill: var(--color-text-main);
}
.gh-account-page-buttons {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  position: relative;
}
.gh-account-page-settings-btn,
.gh-logout-btn {
  align-items: center;
  display: flex;
  gap: 8px;
}
.gh-logout-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.gh-account-page-settings-btn span,
.gh-logout-btn span {
  color: #8e8e8f;
  color: var(--color-link);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.25s;
}
.gh-account-page-settings-btn svg path,
.gh-logout-btn svg path {
  transition: stroke 0.25s;
}
.gh-account-page-cancel-btn.loading {
  color: #ededed;
  color: var(--color-buttons-secondary);
  pointer-events: none;
  position: relative;
}
.gh-account-page-cancel-btn.loading:after {
  color: #1d1d1f;
  color: var(--color-text-main);
  content: "Processing...";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gh-card-dot {
  background-color: #fff;
  background-color: var(--color-background-main);
  height: 6px;
  margin-right: 4px;
  width: 6px;
}
.gh-main-button.gh-account-page-edit-btn {
  width: 154px;
}
.gh-main-button.gh-account-page-edit-btn.loading {
  padding: 8px 22px;
}
.gh-membership-page {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-bottom: 96px;
  width: 100%;
}
.gh-membership-page-title {
  font-size: var(--font-size-article-headings);
  margin: 56px 0 24px;
}
.gh-membership-page-desc {
  font-size: 22px;
  font-weight: 500;
  line-height: var(--font-about-secondary-line-height);
  margin-bottom: 64px;
  width: 50%;
}
.gh-membership-toggle-btn {
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
  border-radius: 100px;
  display: flex;
  height: 54px;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 18px 36px;
  position: relative;
  width: 256px;
}
.gh-membership-toggle-btn:after {
  background-color: #fdfdfd;
  background-color: var(--color-dark-mode-slider);
  border-radius: 100px;
  content: "";
  height: 42px;
  left: 6px;
  position: absolute;
  top: 6px;
  transition: left 0.3s;
  width: 120px;
}
.gh-membership-page.yearly .gh-membership-toggle-btn:after {
  left: 130px;
}
.gh-membership-toggle-value {
  color: #1d1d1f;
  color: var(--color-text-main);
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  width: 60px;
  z-index: 2;
}
.gh-tiers-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2.128%;
  margin-bottom: 32px;
  row-gap: 56px;
  width: 100%;
}
.gh-tier-card {
  background-color: #f6f6f6;
  background-color: var(--color-background-text-blocks);
  border-radius: var(--border-radius-containers);
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  max-width: 480px;
  padding: 40px;
  width: 31.915%;
}
.gh-tier-card__name {
  font-size: 32px;
  margin-bottom: 16px;
}
.gh-tier-card__desc {
  color: #777779;
  color: var(--color-text-tier-desc);
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}
.gh-tier-card__price {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.gh-tier-card__price-value {
  font-size: 48px;
  font-weight: 700;
  line-height: 116%;
}
.gh-membership-page.yearly .gh-tier-card__price-value.monthly,
.gh-tier-card__price-value.yearly {
  display: none;
}
.gh-membership-page.yearly .gh-tier-card__price-value.yearly {
  display: block;
}
.gh-tier-card__price-per {
  color: #a5a5a5;
  color: var(--color-text-meta);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}
.custom-layout-settings,
.gh-membership-page.yearly .gh-tier-card-signup.monthly,
.gh-membership-page.yearly .gh-tier-card__price-per.monthly,
.gh-scroll-top-btn.is-active.hide,
.gh-tier-card-signup.yearly,
.gh-tier-card__price-per.yearly {
  display: none;
}
.gh-membership-page.yearly .gh-tier-card__price-per.yearly {
  display: block;
}
.gh-tier-card__price-per:before {
  background-color: #ddd;
  content: "";
  height: 16px;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
:root[data-color-scheme="dark"] .gh-tier-card__price-per:before {
  background-color: #a5a5a5;
  background-color: var(--color-text-meta);
}
.gh-tier-card-benefits-list {
  align-items: flex-start;
  border-top: 1px solid #ddd;
  border-top: 1px solid var(--color-borders);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
}
.gh-tier-card-benefit {
  align-items: center;
  display: flex;
  font-weight: 500;
  gap: 10px;
}
.gh-tier-card-btn-wrapper {
  align-items: flex-end;
  display: flex;
  margin-top: 40px;
}
.gh-tier-card-signup {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
}
.gh-membership-page__sign-in {
  color: #a5a5a5;
  color: var(--color-text-meta);
  display: flex;
  font-weight: 500;
  gap: 8px;
}
.gh-membership-page__sign-in-link {
  color: #1d1d1f;
  color: var(--color-text-main);
  font-weight: 700;
}
.gh-membership-page-content {
  display: flex;
  flex-direction: column;
  margin-top: 96px;
  width: 100%;
}
.gh-membership-page-content h1,
.gh-membership-page-content h2,
.gh-membership-page-content h3,
.gh-membership-page-content h4,
.gh-membership-page-content h5,
.gh-membership-page-content h6 {
  font-size: 48px;
  line-height: 120%;
  padding-bottom: 32px;
}
.faq_container dd,
.faq_container dt,
.faq_container p,
.image_wrap p {
  line-height: calc(var(--screenvalue) * 50);
  color: #374151;
}
.gh-membership-page-content .kg-card.kg-toggle-card {
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid var(--color-borders);
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 32px 0;
}
.gh-membership-page-content .kg-card.kg-toggle-card:first-of-type {
  border-top: 1px solid #ddd;
  border-top: 1px solid var(--color-borders);
}
.gh-membership-page-content .kg-toggle-card h4.kg-toggle-heading-text {
  font-size: 24px;
  font-weight: var(--font-weight-toggle-heading);
  padding: 0;
}
.gh-membership-page-content .kg-toggle-card p {
  width: 50%;
}
.gh-error {
  bottom: -40px;
  color: #f0626b;
  font-weight: 600;
  left: 0;
  position: absolute;
}
.gh-scroll-top-btn {
  align-items: center;
  background-color: #f1f1f2;
  background-color: var(--color-background-elements-main);
  border-radius: 50%;
  bottom: 30px;
  display: flex;
  height: 46px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: fixed;
  right: 30px;
  transform: translateY(15px);
  transition: background-color 0.25s, transform 0.25s, opacity 0.25s;
  visibility: hidden;
  width: 46px;
  z-index: 1000;
}
.gh-scroll-top-btn.alignUp {
  bottom: 100px;
}
.gh-scroll-top-btn.is-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.gh-scroll-top-progress {
  left: 0;
  position: absolute;
  top: 0;
}
.gh-scroll-top-progress path {
  stroke: var(--ghost-accent-color);
  stroke-width: 4;
  fill: none;
  transition: 0.4s;
}
.gh-announcement-bar-content span {
  font-size: 14px !important;
}
.kg-card.kg-header-card a:not(.kg-header-card-button):after,
.kg-card.kg-signup-card a:not(.kg-signup-card-button):after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.25s;
  width: 100%;
}
.kg-card.kg-signup-card .kg-signup-card-input {
  border-bottom-left-radius: var(--border-radius-buttons);
  border-top-left-radius: var(--border-radius-buttons);
  font-size: 18px;
  height: auto;
  padding: 12px 4px 12px 16px;
}
.kg-card.kg-signup-card .kg-signup-card-button,
.kg-signup-card.kg-width-wide .kg-signup-card-button {
  font-size: var(--font-size-main-buttons) !important;
  height: auto;
  letter-spacing: var(--letter-spacing-buttons);
  padding: var(--padding-buttons);
  text-transform: var(--text-transform-buttons);
  transition: opacity 0.3s;
}
.kg-card.kg-signup-card .kg-signup-card-button,
.kg-card.kg-signup-card .kg-signup-card-fields {
  border-radius: var(--border-radius-buttons);
}
.kg-card.kg-header-card.kg-v2.kg-width-regular .kg-header-card-text,
.kg-card.kg-header-card.kg-v2.kg-width-wide .kg-header-card-text,
.kg-card.kg-signup-card.kg-width-regular .kg-signup-card-text,
.kg-card.kg-signup-card.kg-width-wide .kg-signup-card-text {
  padding: 64px;
}
.kg-card.kg-header-card.kg-v2.kg-width-regular,
.kg-card.kg-signup-card.kg-width-regular {
  border-radius: var(--border-radius-containers);
  max-width: 736px;
  width: 100%;
}
.kg-card.kg-header-card.kg-v2.kg-width-regular .kg-header-card-heading,
.kg-card.kg-signup-card.kg-width-regular .kg-signup-card-heading {
  font-size: 48px;
}
.kg-card.kg-header-card.kg-v2.kg-layout-split.kg-width-full
  .kg-header-card-subheading,
.kg-card.kg-header-card.kg-v2.kg-width-regular .kg-header-card-subheading,
.kg-card.kg-header-card.kg-v2.kg-width-wide .kg-header-card-subheading,
.kg-card.kg-signup-card.kg-layout-split.kg-width-full
  .kg-signup-card-subheading,
.kg-card.kg-signup-card.kg-width-regular .kg-signup-card-subheading,
.kg-card.kg-signup-card.kg-width-wide .kg-signup-card-subheading {
  font-size: 24px;
}
.kg-card.kg-header-card.kg-v2.kg-width-full
  .kg-header-card-subheading:not(.kg-layout-split .kg-header-card-subheading),
.kg-card.kg-signup-card.kg-width-full
  .kg-signup-card-subheading:not(.kg-layout-split .kg-signup-card-subheading) {
  font-size: 28px;
}
.kg-card.kg-header-card.kg-v2.kg-width-wide,
.kg-card.kg-signup-card.kg-width-wide {
  border-radius: var(--border-radius-containers);
  max-width: 65.5vw;
  width: 65.5vw;
}
.kg-card.kg-header-card.kg-v2.kg-width-wide .kg-header-card-heading,
.kg-card.kg-signup-card.kg-width-wide .kg-signup-card-heading {
  font-size: 54px;
}
.kg-card.kg-header-card.kg-v2.kg-width-full .kg-header-card-text,
.kg-card.kg-layout-split.kg-content-wide.kg-swapped .kg-signup-card-text,
.kg-card.kg-signup-card.kg-width-full .kg-signup-card-text {
  padding: 144px 64px;
}
.kg-card.kg-header-card.kg-v2.kg-width-full .kg-header-card-heading,
.kg-card.kg-signup-card.kg-width-full .kg-signup-card-heading {
  font-size: 72px;
}
.kg-card.kg-header-card.kg-v2.kg-layout-split.kg-width-full
  .kg-header-card-heading,
.kg-card.kg-signup-card.kg-layout-split.kg-width-full .kg-signup-card-heading {
  font-size: 52px;
}
.kg-card.kg-header-card.kg-v2 .kg-header-card-button {
  border-radius: var(--border-radius-buttons);
  font-size: var(--font-size-main-buttons) !important;
  height: auto;
  letter-spacing: var(--letter-spacing-buttons);
  padding: var(--padding-buttons);
  text-transform: var(--text-transform-buttons);
  transition: opacity 0.3s;
}
@media (max-width: 1550px) {
  .gh-hero-section--right-image .gh-hero-section-content {
    padding: 120px 0;
    width: 48.5%;
  }
  .gh-hero-section--right-slider .gh-hero-section-content {
    width: 45%;
  }
  .gh-hero-section--right-slider .gh-about-primary {
    font-size: 58px;
  }
}
@media (max-width: 1475px) {
  .gh-article-page--wide .gh-article-page-heading,
  .gh-hero-section--right-image .gh-about-primary {
    font-size: 58px;
  }
  .gh-hero-section--right-slider .gh-hero-section-content {
    width: 42%;
  }
  .gh-hero-section--right-slider .gh-about-primary {
    font-size: 52px;
  }
  .gh-hero-section--featured {
    grid-template-columns: 1fr 1fr;
  }
  .gh-hero-section-content.only-text {
    width: 84%;
  }
}
@media (max-width: 1403px) {
  .gh-site-logo-img,
  .gh-site-logo-img-dark-mode {
    height: 30px;
  }
  .gh-archive-page-header__heading,
  .gh-article-page--wide .gh-article-page-heading,
  .gh-hero-section--right-image .gh-about-primary,
  .gh-tag-page__heading {
    font-size: 52px;
  }
  .gh-hero-section--right-image .gh-hero-section-content {
    width: 49%;
  }
  .gh-hero-section--right-slider .gh-about-primary {
    font-size: 48px;
  }
  .gh-hero-section--right-slider
    .gh-hero-slider
    .swiper-wrapper
    .swiper-slide.gh-hero-slider-slide
    img {
    height: 340px;
    width: 285px;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card-img-video-wrapper:before,
  .gh-small-grid-section .gh-posts-feed .gh-card-video-wrapper:before {
    padding-top: 62.25%;
  }
  .gh-article-page--wide .gh-article-page-header {
    -moz-column-gap: 82px;
    column-gap: 82px;
    grid-template-columns: 1.1fr 0.9fr;
  }
  .gh-hero-section--featured {
    grid-template-columns: 1fr 1fr;
  }
  .gh-hero-featured-post__img-wrapper {
    height: 169px;
    width: 300px;
  }
  .gh-hero-big-featured-post {
    height: 603px;
  }
  .gh-hero-big-featured-post__date {
    font-size: 15px;
  }
  .gh-hero-big-featured-post__tag {
    font-size: 11px;
  }
  .gh-article-page--wide .gh-article-page-content .kg-gallery-container {
    margin: 0 -80px;
  }
  .gh-article-page-content .kg-card.kg-image-card.kg-width-wide,
  .gh-article-page-content .kg-card.kg-video-card.kg-width-wide,
  .kg-card.kg-header-card.kg-v2.kg-width-wide,
  .kg-card.kg-signup-card.kg-width-wide {
    max-width: 72.5vw;
    width: 72.5vw;
  }
  .gh-foot-legal-meta,
  .gh-post-meta {
    font-size: 14px;
  }
  .gh-foot-subscription-cta-subtext {
    font-size: 18px;
  }
  .gh-author-page__name {
    font-size: 46px;
  }
}
@media (max-width: 1300px) {
  .gh-head-menu .nav a {
    padding: 5px 12px;
  }
  .gh-big-grid-section .gh-card-tag,
  .gh-card-tag,
  .gh-topic-slider--small .gh-card-tag {
    font-size: var(--font-size-tags--laptop);
  }
  .gh-article-page .gh-post-meta {
    font-size: 18px;
  }
  .gh-hero-section--right-image .gh-hero-section-content {
    padding: 90px 0;
    width: 48%;
  }
  .gh-hero-section--right-image .gh-about-primary {
    font-size: 48px;
  }
  .gh-hero-section-content.only-text .gh-about-secondary {
    width: 50%;
  }
  .gh-hero-section--right-slider .gh-hero-section-content {
    padding: 130px 0 0;
    width: 44%;
  }
  .gh-hero-section--right-slider .gh-hero-sliders {
    max-width: 532px;
  }
  .gh-hero-section--right-slider .gh-about-primary {
    font-size: 44px;
  }
  .gh-hero-section--right-slider .gh-about-secondary {
    font-size: 20px;
    width: 95%;
  }
  .gh-hero-section--right-slider .gh-hero-slider {
    height: 620px;
  }
  .gh-hero-section--right-slider
    .gh-hero-slider
    .swiper-wrapper
    .swiper-slide.gh-hero-slider-slide
    img {
    height: 298px;
    width: 250px;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card-img-video-wrapper:before,
  .gh-small-grid-section .gh-posts-feed .gh-card-video-wrapper:before {
    padding-top: 80%;
  }
  .gh-author-page__header.gh-author-page__header-with-image {
    -moz-column-gap: 64px;
    column-gap: 64px;
    grid-template-columns: 1.2fr 0.8fr;
  }
  .gh-404-error-title {
    font-size: 52px;
  }
  .gh-hero-featured-post__img-wrapper {
    height: 148px;
    width: 263px;
  }
  .gh-hero-section--featured {
    grid-template-columns: 0.97fr 1.03fr;
  }
  .gh-hero-big-featured-post {
    height: 540px;
  }
  .gh-hero-big-featured-post__title {
    font-size: 36px;
  }
  .gh-hero-featured-post {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .gh-archive-page-header__content,
  .gh-hero-featured-post__title,
  .gh-membership-page-desc,
  .gh-tag-page__description {
    font-size: 20px;
  }
  .gh-footer-cover-image-wrapper {
    width: 400px;
  }
  .gh-archive-page-header:not(.gh-archive-page-header--with-image)
    .gh-archive-page-header__content {
    width: 65%;
  }
  .gh-article-page--wide .gh-article-page-content .kg-gallery-container {
    margin: 0;
  }
  .gh-article-page-content .kg-card.kg-image-card.kg-width-wide,
  .gh-article-page-content .kg-card.kg-video-card.kg-width-wide,
  .kg-card.kg-header-card.kg-v2.kg-width-wide,
  .kg-card.kg-signup-card.kg-width-wide {
    max-width: 80vw;
    width: 80vw;
  }
  .gh-next-slide-btn,
  .gh-prev-slide-btn {
    height: 52px;
    width: 52px;
  }
  .gh-next-slide-btn {
    right: -26px;
  }
  .gh-prev-slide-btn {
    left: -26px;
  }
  .gh-next-slide-btn svg,
  .gh-prev-slide-btn svg {
    height: 26px;
    left: 13px;
    width: 26px;
  }
  .gh-next-slide-btn:hover svg {
    left: 16px;
  }
  .gh-prev-slide-btn:hover svg {
    left: 10px;
  }
  .gh-subnav-icon {
    padding: 18px 8px 18px 6px;
  }
}
@media (max-width: 1200px) {
  .gh-head-brand-socials-wrapper {
    gap: 16px;
  }
  .gh-head-menu .nav a {
    padding: 5px 8px;
  }
  .gh-article-page--wide .gh-article-page-header {
    grid-template-columns: 1.2fr 0.8fr;
  }
  .page-authors .gh-archive-feed {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1100px) {
  .gh-foot-slider--reverse,
  .gh-head-menu {
    display: none;
  }
  .gh-head-inner {
    display: flex;
    justify-content: space-between;
  }
  .gh-burger-btn {
    display: flex;
  }
  .gh-head-brand-socials-wrapper .gh-social-icons {
    margin-left: 16px;
  }
  .is-head-middle-logo
    .gh-head
    .gh-head-brand-socials-wrapper
    .gh-header__author-wrapper,
  .is-head-middle-logo .gh-head .gh-head-brand-socials-wrapper .gh-site-logo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .gh-hero-section--right-image .gh-hero-section-content {
    padding: 72px 0;
    width: 45%;
  }
  .gh-hero-section--right-image .gh-about-primary {
    font-size: 40px;
  }
  .gh-card-title,
  .gh-hero-section--right-image .gh-about-secondary,
  .kg-card.kg-header-card.kg-v2.kg-width-full.kg-layout-split
    .kg-header-card-subheading,
  .kg-card.kg-signup-card.kg-layout-split.kg-width-full
    .kg-signup-card-subheading {
    font-size: 20px;
  }
  .gh-hero-section--right-slider .gh-about-primary,
  .kg-card.kg-header-card.kg-v2.kg-width-full.kg-layout-split
    .kg-header-card-heading,
  .kg-card.kg-signup-card.kg-layout-split.kg-width-full
    .kg-signup-card-heading {
    font-size: 40px;
  }
  .gh-hero-section--right-slider .gh-about-secondary {
    width: 95%;
  }
  .gh-hero-section--right-slider .gh-hero-sliders {
    max-width: 468px;
  }
  .gh-hero-section--right-slider
    .gh-hero-slider
    .swiper-wrapper
    .swiper-slide.gh-hero-slider-slide
    img {
    height: 260px;
    width: 218px;
  }
  .gh-hero-section-content.only-text,
  .gh-tier-card-benefits-list {
    width: 100%;
  }
  .gh-hero-section-content.only-text .gh-about-secondary {
    width: 60%;
  }
  .gh-topic-slider--large .gh-card-title {
    font-size: 24px;
  }
  .gh-big-grid-section .gh-posts-feed {
    row-gap: 56px;
  }
  .gh-small-grid-section .gh-posts-feed {
    gap: 4%;
    row-gap: 48px;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card {
    width: 48%;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card:nth-child(2n-1):after {
    top: -24px;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card-title {
    -webkit-line-clamp: 3;
    font-size: 18px;
  }
  .gh-foot-subscribtion-sliders-wrapper {
    gap: 0;
  }
  .gh-article-page-header__info .gh-post-meta,
  .gh-hero-featured-post__title {
    font-size: 18px;
  }
  .gh-article-page--wide .gh-article-page-header {
    -moz-column-gap: 64px;
    column-gap: 64px;
    grid-template-columns: 1.25fr 0.75fr;
  }
  .gh-article-page--wide .gh-article-page-heading {
    width: 90%;
  }
  .gh-tiers-container {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    row-gap: 32px;
    width: 100%;
  }
  .gh-tier-card {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .gh-tier-card__price {
    margin-bottom: 20px;
  }
  .gh-tier-card-signup.gh-main-button {
    width: 180px;
  }
  .gh-archive-page-header,
  .gh-tag-page__header.gh-tag-page__header--with-image {
    -moz-column-gap: 72px;
    column-gap: 72px;
  }
  .gh-404-error-title,
  .gh-archive-page-header__heading,
  .gh-tag-page__heading {
    font-size: 48px;
  }
  .gh-post-subscribe-cta {
    padding: 48px;
  }
  .gh-hero-big-featured-post__title,
  .gh-post-subscribe-cta-content h2 {
    font-size: 32px;
  }
  .gh-post-subscribe-cta-content p {
    font-size: 16px;
  }
  .gh-post-subscribe-cta-lock {
    right: 48px;
    top: 48px;
  }
  .gh-hero-section--featured {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .gh-card-image-wrapper-link--noImage__logo,
  .gh-card-image-wrapper-link--noImage__logo-dark,
  .gh-hero-featured-post__img-plug__logo,
  .gh-hero-featured-post__img-plug__logo-dark {
    height: 24px;
  }
  .gh-small-grid-section .gh-card-image-wrapper-link--noImage__logo,
  .gh-small-grid-section .gh-card-image-wrapper-link--noImage__logo-dark {
    height: 20px;
  }
  .gh-footer-cover-image-wrapper {
    width: 360px;
  }
  .gh-article-page-content .kg-card.kg-image-card.kg-width-wide,
  .gh-article-page-content .kg-card.kg-video-card.kg-width-wide,
  .kg-card.kg-header-card.kg-v2.kg-width-wide,
  .kg-card.kg-signup-card.kg-width-wide {
    max-width: 85vw;
    width: 85vw;
  }
  .kg-card.kg-header-card.kg-v2.kg-width-full .kg-header-card-text,
  .kg-card.kg-signup-card.kg-width-full .kg-signup-card-text {
    padding: 124px 64px;
  }
  .kg-card.kg-header-card.kg-v2.kg-width-full .kg-header-card-heading,
  .kg-card.kg-signup-card.kg-width-full .kg-signup-card-heading {
    font-size: 64px;
  }
}
@media (max-width: 1000px) {
  .gh-hero-featured-post__title {
    font-size: 22px;
  }
  .gh-footer-cover-image-wrapper,
  .gh-head-actions-list .gh-dark-mode-toggle-btn,
  .gh-head-actions-list .gh-main-button.gh-member-button,
  .is-head-include-social-icons .gh-head-brand-socials-wrapper .gh-social-icons,
  .is-head-mobile-menu-icons .gh-head-brand-socials-wrapper .gh-social-icons {
    display: none;
  }
  .gh-search {
    margin: 0;
  }
  .gh-hero-section--right-image .gh-about-primary {
    font-size: 36px;
  }
  .gh-hero-section--right-image .gh-about-secondary {
    font-size: 18px;
  }
  .gh-hero-section--right-slider .gh-hero-sliders {
    gap: 24px;
    max-width: 420px;
  }
  .gh-hero-section--right-slider .gh-hero-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: 45%;
  }
  .gh-hero-section--right-slider .gh-about-primary {
    font-size: 36px;
  }
  .gh-hero-section--right-slider .gh-about-secondary {
    font-size: 18px;
  }
  .gh-hero-section--right-slider
    .gh-hero-slider
    .swiper-wrapper
    .swiper-slide.gh-hero-slider-slide
    img {
    height: 236px;
    width: 198px;
  }
  .gh-next-slide-btn svg,
  .gh-prev-slide-btn svg {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .gh-next-slide-btn:hover svg,
  .gh-prev-slide-btn:hover svg {
    left: 50%;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card-img-video-wrapper:before,
  .gh-small-grid-section .gh-posts-feed .gh-card-video-wrapper:before {
    padding-top: 100%;
  }
  .gh-article-page--wide .gh-article-page-header {
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
  .gh-404-error-title,
  .gh-article-page--wide .gh-article-page-heading {
    font-size: 42px;
  }
  .gh-article-page--wide .gh-article-page-header__info .gh-post-meta {
    font-size: 14px;
  }
  .gh-article-page--wide
    .gh-article-page-header__info
    span:not(.gh-article-page-header__author-name):before {
    top: 0;
  }
  .gh-archive-page-header:not(.gh-archive-page-header--with-image)
    .gh-archive-page-header__content {
    width: 90%;
  }
  .gh-author-page .gh-posts-feed,
  .gh-tag-page .gh-posts-feed {
    grid-template-columns: 1fr 1fr;
  }
  .gh-author-page__header {
    padding-bottom: 64px;
  }
  .gh-author-page__bread-header-wrapper {
    margin-bottom: 64px;
  }
  .gh-author-page__header.gh-author-page__header-with-image {
    grid-template-columns: 1.4fr 0.6fr;
  }
  .gh-hero-section--featured {
    -moz-column-gap: 0;
    column-gap: 0;
    display: flex;
    flex-direction: column;
    padding: 64px 0;
    row-gap: 48px;
  }
  .gh-hero-featured-post:first-child:before {
    background-color: #ddd;
    background-color: var(--color-borders);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -24px;
    width: 100%;
  }
  .gh-hero-big-featured-post {
    height: 590px;
  }
  .gh-hero-big-featured-post__title {
    font-size: 40px;
  }
  .gh-hero-featured-post {
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .gh-hero-featured-post__img-wrapper {
    height: 236px;
    width: 420px;
  }
  .gh-article-page-content .kg-card.kg-image-card.kg-width-wide,
  .gh-article-page-content .kg-card.kg-video-card.kg-width-wide,
  .kg-card.kg-header-card.kg-v2.kg-width-wide,
  .kg-card.kg-signup-card.kg-width-wide {
    max-width: 92.5vw;
    width: 92.5vw;
  }
  .gh-membership-page-content .kg-toggle-card p {
    width: 75%;
  }
  .gh-tier-card__desc {
    width: 82%;
  }
}
@media (max-width: 900px) {
  .gh-hero-section.gh-hero-section--right-image {
    padding: 0;
  }
  .gh-hero-section--right-image {
    padding-bottom: 32px;
  }
  .gh-hero-section--right-image .gh-hero-section-inner {
    flex-direction: column;
  }
  .gh-hero-section--right-image .gh-hero-section-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 64px 40px 32px;
    width: 100%;
  }
  .gh-hero-section--right-image .gh-about-primary {
    font-size: 48px;
    text-align: center;
  }
  .gh-hero-section--right-image .gh-about-secondary {
    font-size: 24px;
    text-align: center;
    width: 70%;
  }
  .gh-hero-section--right-image .gh-hero-section-cover-image-wrapper {
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .gh-hero-section--right-slider .gh-hero-section-content {
    width: 50%;
  }
  .gh-hero-section--right-slider .gh-hero-sliders {
    max-width: 326px;
  }
  .gh-hero-section--right-slider .gh-hero-slider {
    height: 520px;
  }
  .gh-hero-section--right-slider
    .gh-hero-slider
    .swiper-wrapper
    .swiper-slide.gh-hero-slider-slide
    img {
    height: 180px;
    width: 151px;
  }
  .gh-hero-section-content.only-text .gh-about-primary {
    font-size: 68px;
  }
  .gh-big-grid-section .gh-posts-feed {
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .gh-big-grid-section .gh-posts-feed .gh-card {
    width: 48%;
  }
  .gh-big-grid-section .gh-posts-feed .gh-card-title,
  .kg-card.kg-header-card.kg-v2.kg-width-full .kg-header-card-subheading,
  .kg-card.kg-signup-card.kg-width-full .kg-signup-card-subheading {
    font-size: 24px;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card-img-video-wrapper:before,
  .gh-small-grid-section .gh-posts-feed .gh-card-video-wrapper:before {
    padding-top: 112.5%;
  }
  .gh-big-grid-section .gh-post-meta,
  .gh-topic-slider--large .gh-post-meta {
    font-size: 14px;
  }
  .gh-card-tag,
  .gh-post-meta {
    font-size: 12px;
  }
  .gh-secondary-button:hover {
    background-color: #ededed;
    background-color: var(--color-buttons-secondary);
  }
  .gh-foot-subscription-content {
    justify-content: center;
  }
  .gh-foot-subscription-cta-text,
  .kg-card.kg-header-card.kg-v2.kg-width-full.kg-layout-split
    .kg-header-card-heading,
  .kg-card.kg-signup-card.kg-layout-split.kg-width-full
    .kg-signup-card-heading {
    font-size: 32px;
  }
  .gh-foot-subscription-cta-subtext {
    font-size: 16px;
  }
  .gh-article-page-heading {
    font-size: 48px;
  }
  .gh-article-page--wide .gh-article-page-header {
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding-bottom: 40px;
  }
  .gh-article-page--wide .gh-article-page-heading,
  .gh-post-subscribe-cta-content,
  .gh-tag-page__description {
    width: 80%;
  }
  .gh-account-page__desc,
  .gh-article-page--wide .gh-article-page-excerpt,
  .gh-membership-page-desc,
  .gh-post-subscribe-cta-content p {
    width: 90%;
  }
  .gh-article-page--wide .gh-article-page-header__info .gh-post-meta,
  .kg-card.kg-header-card.kg-v2.kg-width-full.kg-layout-split
    .kg-header-card-subheading,
  .kg-card.kg-signup-card.kg-layout-split.kg-width-full
    .kg-signup-card-subheading {
    font-size: 18px;
  }
  .gh-article-page--wide .gh-article-page-feature-image {
    max-height: 720px;
    max-width: 100%;
    width: 100%;
  }
  .gh-article-page--wide .gh-article-page-wide__header-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .gh-article-page--wide .gh-article-page-header:after,
  .gh-foot-slider--forward,
  .gh-topic-grid-link {
    display: none;
  }
  .gh-article-page-share-block:hover .gh-article-share-btn:not(:hover) svg path,
  :root[data-color-scheme="light"].gh-color-section-font-light
    .gh-article-page--wide
    .gh-article-page-share-block:hover
    .gh-article-share-btn:not(:hover)
    svg
    path {
    fill: var(--font-color-hero);
  }
  .gh-archive-feed,
  .page-authors .gh-archive-feed {
    grid-template-columns: 1fr 1fr;
  }
  .gh-author-page__header.gh-author-page__header-with-image {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
  .gh-author-page__links:hover .gh-author-page__link:not(:hover) svg path {
    fill: #1d1d1f;
    fill: var(--color-text-main);
  }
  .gh-404-error-title {
    width: 600px;
  }
  .gh-hero-featured-post__img-wrapper {
    height: 216px;
    width: 384px;
  }
  .gh-account-page-billing-row {
    flex-direction: column;
    gap: 32px;
  }
  .gh-account-page-billing-item {
    width: 100%;
  }
  .gh-account-page-billing-item__value {
    max-width: 400px;
    word-break: break-word;
  }
  .gh-article-page-content .kg-card.kg-image-card.kg-width-wide,
  .gh-article-page-content .kg-card.kg-video-card.kg-width-wide {
    max-width: 95vw;
    width: 95vw;
  }
  .gh-foot-subscription-content {
    padding: 88px 0;
    width: 100%;
  }
  .gh-hero-section.gh-hero-section--bottom-slider .gh-hero-section-content {
    padding-top: 104px;
  }
  .gh-article-page-content .kg-card.kg-image-card figcaption,
  .gh-article-page-content .kg-card.kg-video-card figcaption {
    text-align: center;
  }
  .gh-html-white-background
    .gh-hero-section-wrapper.gh-hero-section-wrapper--featured {
    margin-bottom: 64px;
  }
  .gh-main-button.gh-form__submit-button,
  .gh-main-button.gh-subscribe-button {
    font-size: var(--font-size-subscribe-button--laptop);
  }
  .gh-form.loading .gh-form__submit-button {
    padding: 16px 28px;
  }
  .gh-form-question {
    font-size: 15px;
  }
  .kg-card.kg-header-card.kg-v2.kg-width-regular .kg-header-card-text,
  .kg-card.kg-header-card.kg-v2.kg-width-wide .kg-header-card-text,
  .kg-card.kg-signup-card.kg-width-regular .kg-signup-card-text,
  .kg-card.kg-signup-card.kg-width-wide .kg-signup-card-text {
    padding: 48px;
  }
  .kg-card.kg-header-card.kg-v2.kg-width-regular .kg-header-card-heading,
  .kg-card.kg-signup-card.kg-width-regular .kg-signup-card-heading {
    font-size: 40px;
  }
  .kg-card.kg-header-card.kg-v2.kg-width-wide .kg-header-card-heading,
  .kg-card.kg-signup-card.kg-width-wide .kg-signup-card-heading {
    font-size: 44px;
  }
  .kg-card.kg-header-card.kg-v2.kg-width-full
    .kg-header-card-subheading:not(.kg-layout-split .kg-header-card-subheading),
  .kg-card.kg-header-card.kg-v2.kg-width-regular .kg-header-card-subheading,
  .kg-card.kg-header-card.kg-v2.kg-width-wide .kg-header-card-subheading,
  .kg-card.kg-signup-card.kg-width-full
    .kg-signup-card-subheading:not(.kg-layout-split .kg-signup-card-subheading),
  .kg-card.kg-signup-card.kg-width-regular .kg-signup-card-subheading,
  .kg-card.kg-signup-card.kg-width-wide .kg-signup-card-subheading {
    font-size: 20px;
  }
  .kg-card.kg-header-card.kg-v2.kg-width-full .kg-header-card-text,
  .kg-card.kg-signup-card.kg-width-full .kg-signup-card-text {
    padding: 104px 48px;
  }
  .kg-card.kg-header-card.kg-v2.kg-width-full .kg-header-card-heading,
  .kg-card.kg-signup-card.kg-width-full .kg-signup-card-heading {
    font-size: 54px;
  }
  .kg-card.kg-header-card.kg-v2.kg-width-full.kg-layout-split
    .kg-header-card-text,
  .kg-card.kg-signup-card.kg-layout-split.kg-width-full .kg-signup-card-text {
    padding: 104px 32px;
  }
}
@media (max-width: 768px) {
  .gh-container {
    padding: 0 30px;
  }
  .gh-membership-page.gh-container {
    padding: 0 30px 64px;
  }
  .gh-search span {
    display: none;
  }
  .gh-hero-section-wrapper {
    border-bottom: none;
  }
  .gh-hero-section-inner {
    flex-direction: column;
  }
  .gh-hero-section.gh-hero-section--right-image {
    padding-bottom: 32px;
  }
  .gh-hero-section--right-image .gh-hero-section-content {
    padding: 64px 30px 32px;
  }
  .gh-hero-section--right-image .gh-about-primary {
    font-size: 40px;
  }
  .gh-article-page-excerpt,
  .gh-hero-section--right-image .gh-about-secondary {
    font-size: 20px;
  }
  .gh-hero-section--right-image .gh-hero-section-cover-image-wrapper {
    height: 400px;
  }
  .gh-hero-section--right-slider {
    padding: 0 0 32px;
  }
  .gh-hero-section--right-slider .gh-hero-sliders {
    max-width: 768px;
    width: 100%;
  }
  .gh-hero-section--right-slider .gh-hero-section-content {
    align-items: center;
    margin-bottom: 32px;
    padding: 64px 30px 0;
    width: 100%;
  }
  .gh-hero-section--right-slider .gh-about-primary,
  .gh-hero-section--right-slider .gh-about-secondary {
    text-align: center;
  }
  .gh-article-page-heading,
  .gh-hero-section--right-slider .gh-about-primary {
    font-size: 42px;
  }
  .gh-hero-section--right-slider .gh-about-secondary {
    width: 60%;
  }
  .gh-hero-section--right-slider .gh-hero-sliders {
    flex-direction: column;
  }
  .gh-hero-section--right-slider .gh-hero-slider {
    height: auto;
    width: 768px;
  }
  .gh-hero-section--right-slider
    .gh-hero-slider
    .swiper-slide.gh-hero-slider-slide {
    width: 151px !important;
  }
  .gh-hero-section-content.only-text .gh-about-primary {
    font-size: 64px;
  }
  .gh-hero-section-content.only-text .gh-about-secondary,
  .gh-post-subscribe-cta-content p {
    width: 90%;
  }
  .gh-hero-section.gh-hero-section--bottom-slider .gh-about-primary {
    font-size: 52px;
  }
  .gh-foot-navigation,
  .gh-hero-featured-post__img-wrapper,
  .gh-hero-section.gh-hero-section--bottom-slider .gh-about-secondary,
  .gh-small-grid-section .gh-posts-feed .gh-card {
    width: 100%;
  }
  .gh-hero-section.gh-hero-section--bottom-slider .gh-hero-section-content {
    padding: 104px 30px 32px;
  }
  .gh-next-slide-btn,
  .gh-prev-slide-btn {
    height: 45px;
    width: 45px;
  }
  .gh-next-slide-btn svg,
  .gh-post-subscribe-cta-lock svg,
  .gh-prev-slide-btn svg {
    height: 24px;
    width: 24px;
  }
  .gh-next-slide-btn {
    right: -22.5px;
  }
  .gh-prev-slide-btn {
    left: -22.5px;
  }
  .gh-small-grid-section .gh-posts-feed {
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card:nth-child(2n):after {
    background-color: #ddd;
    background-color: var(--color-borders);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -24px;
    width: 220%;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card-title {
    font-size: 22px;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card-img-video-wrapper:before,
  .gh-small-grid-section .gh-posts-feed .gh-card-video-wrapper:before {
    padding-top: 56.25%;
  }
  .gh-scroll-top-btn {
    bottom: 20px;
    height: 40px;
    right: 20px;
    width: 40px;
  }
  .gh-scroll-top-arrow {
    height: 20px;
    width: 20px;
  }
  .gh-foot-main {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }
  .gh-foot-navigation .nav {
    align-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: 24px;
    column-gap: 24px;
    width: 100%;
  }
  .gh-foot-navigation .nav a {
    font-size: 14px;
    padding-left: 0;
  }
  .gh-foot-legal-meta {
    font-size: 12px;
  }
  .gh-archive-page,
  .gh-archive-page__bread-header-wrapper--with-image {
    margin-bottom: 64px;
  }
  .gh-archive-page-header {
    -moz-column-gap: 56px;
    column-gap: 56px;
  }
  .gh-account-page__name,
  .gh-archive-page-header__heading,
  .gh-tag-page__heading {
    font-size: 36px;
  }
  .gh-account-page__desc,
  .gh-archive-page-header__content p {
    font-size: 18px;
  }
  .gh-tag-page__header.gh-tag-page__header--with-image {
    padding-bottom: 64px;
  }
  .gh-tag-page__description {
    font-size: 18px;
    width: 100%;
  }
  .gh-post-subscribe-cta {
    padding: 32px;
  }
  .gh-post-subscribe-cta-content h2 {
    font-size: 28px;
  }
  .gh-post-subscribe-cta-lock {
    height: 48px;
    right: 32px;
    top: 32px;
    width: 48px;
  }
  .gh-post-subscribe-cta-btn {
    font-size: 16px;
    padding: 14px 22px;
  }
  .gh-account-page.gh-container {
    padding: 0 30px 56px;
  }
  .gh-hero-section-content.only-text {
    padding: 64px 0 0;
  }
  .gh-hero-big-featured-post__excerpt {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .gh-canvas blockquote,
  .gh-canvas dl,
  .gh-canvas ol,
  .gh-canvas p,
  .gh-canvas ul {
    font-size: 1.8rem;
  }
  .gh-content blockquote:before {
    left: -4vmin;
  }
  .gh-card-image,
  .gh-card-video-wrapper .kg-video-card video {
    max-height: 650px;
    max-width: 540px;
  }
  .gh-article-page-heading,
  .gh-hero-section--right-image .gh-about-primary {
    font-size: 40px;
  }
  .gh-big-grid-section .gh-posts-feed .gh-card-title,
  .gh-hero-section--right-image .gh-about-secondary {
    font-size: 20px;
  }
  .gh-hero-section--right-image .gh-hero-section-cover-image-wrapper {
    height: 340px;
  }
  .gh-author-page__name,
  .gh-hero-section--right-slider .gh-about-primary,
  .kg-card.kg-header-card.kg-v2.kg-width-full.kg-layout-split
    .kg-header-card-heading,
  .kg-card.kg-signup-card.kg-layout-split.kg-width-full
    .kg-signup-card-heading {
    font-size: 36px;
  }
  .gh-hero-section-content.only-text .gh-about-primary {
    font-size: 60px;
  }
  .gh-hero-section.gh-hero-section--bottom-slider .gh-about-primary {
    font-size: 48px;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card-img-video-wrapper:before,
  .gh-small-grid-section .gh-posts-feed .gh-card-video-wrapper:before {
    padding-top: 65%;
  }
  .gh-author-page__bio,
  .gh-hero-featured-post__title,
  .gh-small-grid-section .gh-posts-feed .gh-card-title,
  .kg-card.kg-header-card.kg-v2.kg-width-full.kg-layout-split
    .kg-header-card-subheading,
  .kg-card.kg-signup-card.kg-layout-split.kg-width-full
    .kg-signup-card-subheading {
    font-size: 18px;
  }
  .gh-article-page-header {
    margin: 32px 0 56px;
  }
  .gh-article-page--wide .gh-article-page-header__info,
  .gh-article-page-header__info {
    grid-row-gap: 10px;
    display: grid;
    grid-template-columns: max-content;
    margin-bottom: 16px;
    row-gap: 10px;
  }
  .gh-article-page-header__info .gh-post-meta {
    font-size: 14px;
  }
  .gh-article-page-header__info .gh-article-page-header__author {
    grid-column: span 2;
  }
  .gh-article-page-header__info .gh-post-meta--article-header {
    margin-left: 4px;
    width: -moz-max-content;
    width: max-content;
  }
  .gh-account-page .gh-breadcrumbs,
  .gh-archive-card__author-location:before,
  .gh-archive-page .gh-breadcrumbs,
  .gh-article-page-header__info .gh-post-meta--article-header:before,
  .gh-article-page-wrapper .gh-breadcrumbs,
  .gh-author-page .gh-breadcrumbs,
  .gh-form-page .gh-breadcrumbs,
  .gh-membership-page .gh-breadcrumbs,
  .gh-post-subscribe-cta-lock,
  .gh-tag-page .gh-breadcrumbs {
    display: none;
  }
  .gh-article-page-header__info
    span:not(.gh-article-page-header__author-name):before {
    top: -1px;
  }
  .gh-article-page--wide .gh-article-page-heading {
    font-size: 40px;
    width: 100%;
  }
  .gh-archive-card__author-meta .gh-archive-card__author-location,
  .gh-archive-card__author-meta .gh-archive-card__posts-count,
  .gh-article-page--wide .gh-article-page-header__info .gh-post-meta {
    font-size: 14px;
  }
  .gh-article-page--wide .gh-article-page-excerpt {
    width: 95%;
  }
  .gh-404-error-title,
  .gh-form,
  .gh-form-input,
  .gh-post-subscribe-cta-content,
  .gh-post-subscribe-cta-content p {
    width: 100%;
  }
  .gh-main-button.gh-form__submit-button {
    align-self: center;
    width: 80%;
  }
  .gh-archive-page-header,
  .gh-archive-page-header--with-image,
  .gh-tag-page__header,
  .gh-tag-page__header.gh-tag-page__header--with-image {
    padding: 32px 0;
  }
  .gh-archive-card__author-bio {
    margin-bottom: 16px;
  }
  .gh-archive-card__author-meta {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .gh-author-page__header {
    padding: 32px 0 64px;
  }
  .gh-author-page__bread-header-wrapper {
    margin-bottom: 64px;
  }
  .gh-post-subscribe-cta-btns {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .gh-hero-big-featured-post__info {
    flex-direction: column;
    gap: 12px;
    justify-content: normal;
  }
  .gh-hero-big-featured-post {
    height: 500px;
  }
  .gh-hero-big-featured-post__title {
    font-size: 32px;
  }
  .gh-account-page.gh-container {
    padding: 32px 30px 56px;
  }
  :root:not(.gh-html-white-background)
    .gh-archive-page__bread-header-wrapper:not(
      .gh-archive-page__bread-header-wrapper--with-image
    ) {
    padding-bottom: 0;
  }
  .kg-card.kg-header-card.kg-v2.kg-width-full.kg-layout-split
    .kg-header-card-text,
  .kg-card.kg-signup-card.kg-layout-split.kg-width-full .kg-signup-card-text {
    padding: 48px 32px;
  }
}
@media (max-width: 600px) {
  .gh-card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .gh-small-grid-section .gh-card-content .gh-post-meta {
    margin-top: auto;
  }
}
@media (max-width: 500px) {
  .gh-container {
    padding: 0 24px;
  }
  .gh-big-grid-section .gh-card-tag,
  .gh-card-tag,
  .gh-hero-featured-post__date.gh-post-meta,
  .gh-topic-slider--small .gh-card-tag {
    font-size: 11px;
  }
  .gh-author-page__location svg,
  .gh-card-tag-icon svg {
    height: 16px;
    width: 16px;
  }
  .gh-hero-big-featured-post__tag,
  .gh-small-grid-section .gh-card-tag {
    font-size: 10px;
  }
  .gh-article-page .gh-post-meta,
  .gh-article-page-content .kg-card.kg-gallery-card figcaption,
  .gh-article-page-content .kg-card.kg-image-card figcaption,
  .gh-foot-main-text,
  .gh-form__success-text,
  .gh-post-meta {
    font-size: 14px;
  }
  .gh-article-page-content .kg-bookmark-description,
  .gh-article-page-content .kg-file-card .kg-file-card-filesize,
  .gh-hero-big-featured-post__date,
  .gh-small-grid-section .gh-post-meta {
    font-size: 12px;
  }
  .gh-membership-page.gh-container {
    padding: 0 24px 56px;
  }
  .gh-membership-page-content {
    margin-top: 56px;
  }
  .gh-head {
    height: 61px;
  }
  .gh-hero-big-featured-post__img-plug__logo,
  .gh-hero-big-featured-post__img-plug__logo-dark,
  .gh-site-logo-img,
  .gh-site-logo-img-dark-mode {
    height: 24px;
  }
  .gh-overlay {
    display: none;
  }
  .gh-mobile-menu,
  .gh-mobile-menu__footer {
    width: 100vw;
  }
  .gh-mobile-menu-main {
    padding-bottom: 77px;
  }
  .gh-mobile-menu__nav {
    padding: 16px 24px 36px;
  }
  .gh-mobile-menu__nav-item a {
    font-size: 18px;
    padding: 8px 0;
  }
  .gh-mobile-menu__nav .gh-main-button.gh-member-button {
    margin-top: 16px;
  }
  .gh-mobile-menu__header {
    padding: 18px 24px;
  }
  .gh-mobile-menu__close-btn {
    padding: 0;
  }
  .gh-mobile-menu__close-btn svg {
    height: 20px;
    width: 20px;
  }
  .gh-mobile-menu__subscription-wrapper {
    padding: 0 24px 32px;
  }
  .gh-article-page-content
    .kg-product-card-container
    .kg-product-card-description,
  .gh-big-grid-section .gh-posts-feed .gh-card,
  .gh-mobile-menu__subscription {
    width: 100%;
  }
  .gh-mobile-menu__footer {
    padding: 20px 24px;
  }
  .gh-article-page-content .kg-button-card .kg-btn,
  .gh-article-page-content .kg-product-card-container .kg-product-card-button,
  .gh-article-page-content
    .kg-product-card-container
    .kg-product-card-button.kg-product-card-btn-accent,
  .gh-main-button,
  .gh-secondary-button {
    font-size: 14px;
    padding: 11px 21px;
  }
  .gh-main-button.gh-subscribe-button {
    padding: 16px 26px;
  }
  .gh-hero-section-wrapper,
  .gh-read-next {
    margin-bottom: 64px;
  }
  .gh-hero-section.gh-hero-section--right-image {
    padding: 0 0 24px;
  }
  .gh-hero-section--right-image .gh-hero-section-content {
    padding: 40px 24px 32px;
  }
  .gh-hero-section--right-image .gh-about-primary {
    font-size: 32px;
  }
  .gh-hero-section--right-image .gh-about-secondary {
    font-size: 16px;
    width: 95%;
  }
  .gh-hero-section--right-image .gh-hero-section-cover-image-wrapper {
    height: 300px;
  }
  .gh-hero-section--right-slider {
    padding: 0 0 32px;
  }
  .gh-hero-section--right-slider .gh-hero-section-content {
    padding: 40px 24px 0;
  }
  .gh-archive-page-header__main,
  .gh-hero-section--right-slider .gh-hero-sliders,
  .gh-tag-page__header-content {
    gap: 16px;
  }
  .gh-hero-section--right-slider .gh-about-primary {
    font-size: 32px;
  }
  .gh-hero-section--right-slider .gh-about-secondary {
    font-size: 16px;
    margin-bottom: 24px;
    width: 90%;
  }
  .gh-hero-section.gh-hero-section--bottom-slider .gh-hero-section-content {
    padding: 40px 24px 16px;
  }
  .gh-account-page__name,
  .gh-article-page--wide .gh-article-page-heading,
  .gh-article-page-content > h4,
  .gh-article-page-heading,
  .gh-author-page__name,
  .gh-form__title,
  .gh-hero-section.gh-hero-section--bottom-slider .gh-about-primary,
  .kg-card.kg-header-card.kg-v2.kg-width-regular .kg-header-card-heading,
  .kg-card.kg-signup-card.kg-width-regular .kg-signup-card-heading {
    font-size: 32px;
  }
  .gh-hero-section.gh-hero-section--bottom-slider .gh-about-secondary {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .gh-hero-section--bottom-slider
    .swiper-slide.gh-hero-slider-slide:nth-child(2n)
    .gh-hero-slider-slide-inner {
    padding-top: 64px;
  }
  .gh-hero-section--bottom-slider
    .gh-hero-slider.gh-hero-slider--horizontal
    .swiper-slide.gh-hero-slider-slide {
    width: 155px !important;
  }
  .gh-hero-section--bottom-slider .gh-hero-slider-slide-inner {
    height: 184px;
    padding-top: 24px;
    width: 155px;
  }
  .gh-hero-section-content.only-text {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }
  .gh-404-error-title,
  .gh-hero-section-content.only-text .gh-about-primary {
    font-size: 32px;
    text-align: center;
  }
  .gh-hero-section-content.only-text .gh-about-secondary {
    font-size: 16px;
    margin-bottom: 24px;
    text-align: center;
  }
  .gh-postfeed {
    gap: 80px;
    padding-bottom: 64px;
  }
  .gh-topic-grid {
    gap: 24px;
  }
  .gh-foot-subscription-cta-text,
  .gh-read-next__heading,
  .gh-topic-grid-name {
    font-size: 28px;
  }
  .gh-big-grid-section .gh-posts-feed {
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .gh-article-page-content > h5,
  .gh-big-grid-section .gh-posts-feed .gh-card-title,
  .gh-card-title,
  .gh-hero-big-featured-post__title,
  .gh-post-subscribe-cta-content h2 {
    font-size: 24px;
  }
  .gh-hero-featured-post,
  .gh-small-grid-section .gh-posts-feed .gh-card {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .gh-article-page--wide .gh-article-page-excerpt,
  .gh-article-page-excerpt,
  .gh-small-grid-section .gh-posts-feed .gh-card-title {
    font-size: 16px;
  }
  .gh-small-grid-section .gh-posts-feed .gh-card-img-video-wrapper:before,
  .gh-small-grid-section .gh-posts-feed .gh-card-video-wrapper:before {
    padding-top: 119.17%;
  }
  .gh-foot-main-container {
    padding-top: 32px;
  }
  .gh-foot-main {
    gap: 24px;
    padding-bottom: 40px;
  }
  .gh-foot-subscription-content {
    align-items: center;
    padding: 64px 0;
  }
  .gh-foot-main-text {
    margin: 16px 0;
  }
  .gh-foot-subscription-cta-subtext,
  .gh-foot-subscription-cta-text {
    text-align: center;
  }
  .gh-foot-navigation .nav {
    -moz-column-gap: 32px;
    column-gap: 32px;
    max-height: 300px;
  }
  .gh-article-page-header {
    margin: 24px 0 48px;
  }
  .gh-article-share-btn svg,
  .gh-author-page__link svg {
    height: 28px;
    width: 28px;
  }
  .gh-account-page__image--default svg,
  .gh-article-share-btn--facebook svg,
  .gh-author-page__link--facebook svg {
    height: 24px;
    width: 24px;
  }
  .gh-article-page-wide__bread-header-wrapper {
    margin-bottom: 48px;
  }
  .gh-article-page--wide .gh-article-page-content > p,
  .gh-article-page-content .kg-audio-title,
  .gh-article-page-content > p,
  .kg-card.kg-header-card.kg-v2.kg-layout-split.kg-width-full
    .kg-header-card-subheading,
  .kg-card.kg-header-card.kg-v2.kg-width-full
    .kg-header-card-subheading:not(.kg-layout-split .kg-header-card-subheading),
  .kg-card.kg-header-card.kg-v2.kg-width-regular .kg-header-card-subheading,
  .kg-card.kg-header-card.kg-v2.kg-width-wide .kg-header-card-subheading,
  .kg-card.kg-signup-card.kg-layout-split.kg-width-full
    .kg-signup-card-subheading,
  .kg-card.kg-signup-card.kg-width-full
    .kg-signup-card-subheading:not(.kg-layout-split .kg-signup-card-subheading),
  .kg-card.kg-signup-card.kg-width-regular .kg-signup-card-subheading,
  .kg-card.kg-signup-card.kg-width-wide .kg-signup-card-subheading {
    font-size: 18px;
  }
  .gh-article-page-footer__author,
  .gh-post-subscribe-cta,
  .gh-tier-card,
  .kg-card.kg-header-card.kg-v2.kg-width-regular .kg-header-card-text,
  .kg-card.kg-header-card.kg-v2.kg-width-wide .kg-header-card-text,
  .kg-card.kg-signup-card.kg-width-regular .kg-signup-card-text,
  .kg-card.kg-signup-card.kg-width-wide .kg-signup-card-text {
    padding: 24px;
  }
  .gh-article-page-content .kg-bookmark-title,
  .gh-article-page-content .kg-callout-card .kg-callout-text,
  .gh-article-page-content .kg-card.kg-toggle-card .kg-toggle-content p,
  .gh-article-page-content > blockquote > p,
  .gh-article-page-content > ol,
  .gh-article-page-content > p > a,
  .gh-article-page-content > p > em,
  .gh-article-page-content > p > strong,
  .gh-article-page-content > ul,
  .gh-article-page-footer__author-bio,
  .gh-author-page__bio,
  .kg-card.kg-signup-card .kg-signup-card-input {
    font-size: 16px;
  }
  .gh-article-page-content .kg-gallery-card,
  .gh-article-page-content .kg-image-card {
    --gap: 12px;
  }
  .gh-article-page-content > h1 {
    font-size: 56px;
  }
  .gh-article-page-content > h2 {
    font-size: 48px;
  }
  .gh-article-page-content > h3,
  .gh-tier-card__price-value,
  .kg-card.kg-header-card.kg-v2.kg-width-full .kg-header-card-heading,
  .kg-card.kg-signup-card.kg-width-full .kg-signup-card-heading {
    font-size: 40px;
  }
  .gh-archive-card__title,
  .gh-article-page-content .kg-card.kg-toggle-card .kg-toggle-heading-text,
  .gh-article-page-content .kg-header-card h3.kg-header-card-subheader,
  .gh-article-page-content
    .kg-header-card.kg-size-large
    h3.kg-header-card-subheader,
  .gh-article-page-content > h6,
  .gh-form__success-title,
  .gh-membership-page-content .kg-toggle-card h4.kg-toggle-heading-text {
    font-size: 20px;
  }
  .gh-article-page-content .kg-bookmark-content {
    padding: 20px 12px 20px 20px;
  }
  .gh-article-page-content .kg-bookmark-thumbnail {
    flex-basis: auto;
  }
  .gh-article-page-content .kg-callout-card,
  .gh-article-page-content .kg-card.kg-toggle-card {
    padding: 20px;
  }
  .gh-article-page-content .kg-file-card-metadata {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 10px;
  }
  .gh-article-page-content .kg-file-card a.kg-file-card-container {
    padding: 20px !important;
  }
  .gh-article-page-content
    .kg-header-card.kg-size-large
    h2.kg-header-card-header,
  .gh-article-page-content
    .kg-header-card.kg-size-small
    h2.kg-header-card-header,
  .gh-article-page-content
    .kg-header-card.kg-style-image
    h2.kg-header-card-header {
    font-size: 42px;
  }
  .gh-article-page-content .kg-header-card a.kg-header-card-button {
    font-size: 14px !important;
    padding: 24px;
  }
  .gh-membership-page-title {
    font-size: 32px;
    margin-top: 40px;
  }
  .gh-membership-page-desc {
    font-size: 16px;
    margin-bottom: 48px;
  }
  .gh-account-page__desc,
  .gh-tier-card__desc {
    font-size: 16px;
    width: 100%;
  }
  .gh-tier-card-btn-wrapper {
    align-self: center;
    width: 100%;
  }
  .gh-tier-card-signup.gh-main-button {
    padding: 16px 26px;
    width: 100%;
  }
  .gh-membership-page-content h1,
  .gh-membership-page-content h2,
  .gh-membership-page-content h3,
  .gh-membership-page-content h4,
  .gh-membership-page-content h5,
  .gh-membership-page-content h6,
  .kg-card.kg-header-card.kg-v2.kg-width-wide .kg-header-card-heading,
  .kg-card.kg-signup-card.kg-width-wide .kg-signup-card-heading {
    font-size: 36px;
  }
  .gh-membership-page-content .kg-card.kg-toggle-card {
    padding: 24px 0;
  }
  .gh-membership-page-content .kg-toggle-card .kg-toggle-content p {
    font-size: 15px;
    width: 100%;
  }
  .gh-form-page__site-logo.gh-site-logo {
    top: 8px;
  }
  .gh-main-button.gh-form__submit-button {
    font-size: 14px;
    width: 100%;
  }
  .gh-archive-page-header,
  .gh-author-page__header.gh-author-page__header-with-image {
    padding: 40px 0;
  }
  .gh-archive-page-header.gh-archive-page-header--with-image {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    padding: 40px 0;
  }
  .gh-archive-page__bread-header-wrapper,
  .gh-archive-page__bread-header-wrapper--with-image,
  .gh-author-page__bread-header-wrapper,
  .gh-tag-page__bread-header-wrapper {
    margin-bottom: 40px;
  }
  .gh-archive-card {
    row-gap: 20px;
  }
  .gh-archive-page-header__image-wrapper,
  .gh-tag-page__feature-image-wrapper {
    height: 140px;
    width: 100%;
  }
  .gh-author-page .gh-posts-feed,
  .gh-tag-page .gh-posts-feed,
  .page-authors .gh-archive-feed {
    grid-template-columns: 1fr;
    row-gap: 56px;
  }
  .gh-archive-feed {
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 32px;
  }
  .gh-archive-card__author-meta {
    align-items: center;
    flex-direction: row;
    gap: 20px;
  }
  .gh-archive-card__author-location:before {
    display: block;
    top: 0;
  }
  .gh-tag-page__header.gh-tag-page__header--with-image {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    padding: 40px 0;
  }
  .gh-article-page-content .kg-audio-player-container input,
  .gh-author-page__bread-header-wrapper:after,
  .gh-hero-big-featured-post__excerpt {
    display: none;
  }
  .gh-author-page__header {
    padding: 32px 0 40px;
  }
  .gh-author-page__author-data {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
  .gh-auhor-page__cover-image-wrapper {
    height: 140px;
  }
  .gh-author-page__header-content {
    gap: 20px;
  }
  .gh-author-page__location,
  .gh-author-page__posts {
    font-size: 14px;
    line-height: 1;
  }
  .gh-author-page__location:after {
    top: 1px;
  }
  .gh-post-subscribe-cta-content p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .gh-404-error,
  .gh-post-subscribe-cta-btns {
    align-items: center;
  }
  .gh-read-next__posts {
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-columns: 1fr;
    row-gap: 56px;
  }
  .gh-read-next__posts .gh-card:nth-child(n + 1):after {
    background-color: #ddd;
    background-color: var(--color-borders);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -28px;
    width: 220%;
  }
  .gh-404-error-description {
    font-size: 16px;
    text-align: center;
  }
  .gh-secondary-button.gh-404-error-home-btn {
    font-size: 14px;
    padding: 16px 26px;
  }
  .gh-hero-section--featured {
    padding: 40px 0 0;
  }
  .gh-hero-big-featured-post {
    height: 400px;
    padding: 24px;
  }
  .gh-hero-featured-post__img-wrapper {
    height: 182px;
  }
  .gh-account-page.gh-container {
    padding: 32px 24px 56px;
  }
  .gh-account-page__image {
    height: 80px;
    width: 80px;
  }
  .gh-account-page-buttons {
    align-items: center;
    flex-direction: column;
    gap: 32px;
    justify-content: flex-start;
  }
  .gh-announcement-bar-content span {
    font-size: 13px !important;
  }
  .gh-article-page-content .kg-audio-card {
    padding: 8px 16px;
  }
  .gh-article-page-content .kg-audio-player-container {
    padding: 8px 8px 8px 16px;
  }
  .gh-article-page-content .kg-audio-thumbnail {
    height: 60px;
    margin: auto 0;
    min-height: 60px;
    min-width: 60px;
    width: 60px;
  }
  .gh-secondary-button.gh-load-more-button {
    margin-top: 32px;
  }
  .gh-author-page__post-feed-wrapper,
  .gh-tag-page__post-feed-wrapper {
    gap: 32px;
    margin-bottom: 64px;
  }
  :root:not(.gh-html-white-background)
    .gh-hero-section-wrapper.gh-hero-section-wrapper--featured {
    padding-bottom: 40px;
  }
  .gh-article-page-content .kg-product-card-container img {
    margin-bottom: 28px;
  }
  .gh-archive-page__bread-header-background {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--color-borders);
  }
  .kg-card.kg-header-card.kg-v2.kg-width-full .kg-header-card-text,
  .kg-card.kg-header-card.kg-v2.kg-width-full.kg-layout-split
    .kg-header-card-text,
  .kg-card.kg-signup-card.kg-layout-split.kg-width-full .kg-signup-card-text,
  .kg-card.kg-signup-card.kg-width-full .kg-signup-card-text {
    padding: 48px 24px;
  }
}
@media (max-width: 375px) {
  .gh-archive-card__title {
    font-size: 18px;
  }
  .gh-archive-card__posts-count,
  .gh-post-subscribe-cta-btns-text {
    font-size: 14px;
  }
  .gh-post-subscribe-cta-content h2 {
    font-size: 20px;
  }
  .gh-foot-subscription-cta-text {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .gh-site-title__author {
    font-size: 14px;
  }
}
.svg {
  --screenvalue: calc(calc((100vw * 100) / 384000));
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(var(--screenvalue) * 200);
  height: calc(var(--screenvalue) * 200);
}
.embla__container {
  display: flex;
  margin-left: calc(var(--screenvalue) * -16);
}
.embla__slide {
  flex: 0 0 33%;
  min-width: 0;
  margin-left: calc(var(--screenvalue) * 16);
  opacity: 0.9;
  position: relative;
}
.embla__slide:hover {
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 890px) {
  .embla__slide {
    flex: 0 0 70%;
  }
}
.c8-container-general {
  padding-top: calc(calc((100vw * 100) / 384000) * 100);
  padding-bottom: calc(calc((100vw * 100) / 384000) * 200);
  width: calc(calc((100vw * 100) / 384000) * 3370);
}
.c8-cuadrante1-container {
  --padding-x: calc(calc((100vw * 100) / 384000) * 200);
  --padding-top: calc(calc((100vw * 100) / 384000) * 200);
  --padding-bottom: calc(calc((100vw * 100) / 384000) * 310);
  padding: var(--padding-top) var(--padding-x) var(--padding-bottom);
}
.c8-cuadrante1-circle {
  bottom: calc(calc((100vw * 100) / 384000) * 170);
  right: calc(calc((100vw * 100) / 384000) * 144);
  width: calc(calc((100vw * 100) / 384000) * 400);
  height: calc(calc((100vw * 100) / 384000) * 400);
  font-size: calc(calc((100vw * 100) / 384000) * 35);
}
.c8-cuadrante1-image {
  width: calc(calc((100vw * 100) / 384000) * 750);
}
.c8-image-wrapper {
  width: calc(calc((100vw * 100) / 384000) * 680);
  margin-top: calc(calc((100vw * 100) / 384000) * 60);
  gap: calc(calc((100vw * 100) / 384000) * 60);
}
.c8-cuadrante2 span {
  font-size: calc(calc((100vw * 100) / 384000) * 48);
}
.c8-cuadrante2 h2 {
  width: calc(calc((100vw * 100) / 384000) * 550);
  font-size: calc(calc((100vw * 100) / 384000) * 48);
  padding-top: calc(calc((100vw * 100) / 384000) * 52);
  padding-bottom: calc(calc((100vw * 100) / 384000) * 56);
  font-weight: 600;
}
.c8-cuadrante2 a {
  font-size: calc(calc((100vw * 100) / 384000) * 45);
  gap: calc(calc((100vw * 100) / 384000) * 20);
}
.c8-cuadrante2-svg1 {
  width: calc(calc((100vw * 100) / 384000) * 96);
}
.c8-cuadrante2-svg2 {
  width: calc(calc((100vw * 100) / 384000) * 88);
  top: calc(calc((100vw * 100) / 384000) * 140);
}
.c8-cuadrante2-padding {
  padding: calc(calc((100vw * 100) / 384000) * 110);
}
.c8-cuadrante2-image {
  padding: calc(calc((100vw * 100) / 384000) * 65);
  border-radius: calc(calc((100vw * 100) / 384000) * 50);
}
.c8-cuadrante4-container {
  --padding-x: calc(calc((100vw * 100) / 384000) * 200);
  --padding-y: calc(calc((100vw * 100) / 384000) * 200);
  padding: var(--padding-y) var(--padding-x);
}
.c8-container-general > :first-child {
  top: calc(calc((100vw * 100) / 384000) * -250);
  left: calc(calc((100vw * 100) / 384000) * 50);
}
.c8-container-general > :first-child svg {
  width: calc(calc((100vw * 100) / 384000) * 5);
  height: calc(calc((100vw * 100) / 384000) * 550);
  margin-right: calc(calc((100vw * 100) / 384000) * 305);
  padding-bottom: calc(calc((100vw * 100) / 384000) * 70);
}
.c8-container-general > :first-child p {
  font-size: calc(calc((100vw * 100) / 384000) * 58);
  width: calc(calc((100vw * 100) / 384000) * 940);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c8-container-general {
    --padding-y: calc(calc((100vw * 100) / 81000) * 160);
    padding: var(--padding-y) 0;
  }
  .c8-cuadrante2 span {
    font-size: calc(calc((100vw * 100) / 81000) * 30);
  }
  .c8-cuadrante2 h2 {
    width: calc(calc((100vw * 100) / 81000) * 250);
    font-size: calc(calc((100vw * 100) / 81000) * 30);
    padding-top: calc(calc((100vw * 100) / 81000) * 26);
    padding-bottom: calc(calc((100vw * 100) / 81000) * 28);
  }
  .c8-cuadrante2 a {
    font-size: calc(calc((100vw * 100) / 81000) * 30);
    gap: calc(calc((100vw * 100) / 81000) * 10);
  }
  .c8-cuadrante2-svg1 {
    width: calc(calc((100vw * 100) / 81000) * 40);
  }
  .c8-cuadrante2-svg2 {
    width: calc(calc((100vw * 100) / 81000) * 40);
    top: calc(calc((100vw * 100) / 81000) * 60);
  }
  .c8-cuadrante2-padding {
    padding: calc(calc((100vw * 100) / 81000) * 52);
  }
  .c8-cuadrante2-image {
    padding: calc(calc((100vw * 100) / 81000) * 26);
    border-radius: calc(calc((100vw * 100) / 81000) * 30);
  }
  .c8-container-general > :first-child svg {
    width: calc(calc((100vw * 100) / 81000) * 5);
    height: calc(calc((100vw * 100) / 81000) * 400);
    margin-right: calc(calc((100vw * 100) / 81000) * 0);
    padding-bottom: calc(calc((100vw * 100) / 81000) * 70);
    margin-top: calc(calc((100vw * 100) / 81000) * -200);
  }
  .c8-container-general > :first-child p {
    font-size: calc(calc((100vw * 100) / 81000) * 40);
    width: calc(calc((100vw * 100) / 81000) * 650);
    padding-bottom: calc(calc((100vw * 100) / 81000) * 70);
  }
}
.h2_size {
  font-size: calc(var(--screenvalue) * 100);
}
.image_wrap {
  margin-top: calc(var(--screenvalue) * 50);
}
.image_wrap p {
  font-weight: 300;
  width: calc(var(--screenvalue) * 523);
  font-size: calc(var(--screenvalue) * 32);
}
.image_wrap img {
  width: calc(var(--screenvalue) * 1300);
}
.pad_bottom {
  height: calc(var(--screenvalue) * 500);
}
.faq_container {
  padding-top: calc(var(--screenvalue) * 50);
  padding-bottom: calc(var(--screenvalue) * 100);
  width: calc(calc((100vw * 100) / 384000) * 3370);
  margin: auto;
}
.faq_container h2 {
  font-size: calc(var(--screenvalue) * 100);
  color: #374151;
}
.faq_container p {
  font-size: calc(var(--screenvalue) * 36);
  width: calc(var(--screenvalue) * 989);
}
.faq_container dt {
  font-size: calc(var(--screenvalue) * 33);
  font-weight: 700;
}
.faq_container dd {
  font-size: calc(var(--screenvalue) * 36);
}
@media screen and (max-width: 767px) {
  .svg {
    --screenvalue: calc(calc((100vw * 100) / 92000));
    width: calc(var(--screenvalue) * 250);
    height: calc(var(--screenvalue) * 250);
  }
  .c8-container-general {
    padding: 0;
  }
  .c8-cuadrante2 span {
    font-size: calc(calc((100vw * 100) / 41000) * 20);
  }
  .c8-cuadrante2 div {
    height: calc(calc((100vw * 100) / 41000) * 400);
  }
  .c8-cuadrante2 h2 {
    width: calc(calc((100vw * 100) / 41000) * 200);
    font-size: calc(calc((100vw * 100) / 41000) * 24);
    padding-top: calc(calc((100vw * 100) / 41000) * 14);
    padding-bottom: calc(calc((100vw * 100) / 41000) * 32);
  }
  .c8-cuadrante2 a {
    font-size: calc(calc((100vw * 100) / 41000) * 24);
    gap: calc(calc((100vw * 100) / 41000) * 10);
  }
  .c8-cuadrante2-svg1 {
    width: calc(calc((100vw * 100) / 41000) * 32);
  }
  .c8-cuadrante2-svg2 {
    width: calc(calc((100vw * 100) / 41000) * 32);
    top: calc(calc((100vw * 100) / 41000) * 40);
  }
  .c8-cuadrante2-padding {
    padding: calc(calc((100vw * 100) / 41000) * 48);
  }
  .c8-cuadrante2-image {
    padding: calc(calc((100vw * 100) / 41000) * 26);
    border-radius: calc(calc((100vw * 100) / 41000) * 30);
  }
  .c8-container-general > :first-child svg {
    width: calc(calc((100vw * 100) / 41000) * 5);
    height: calc(calc((100vw * 100) / 41000) * 200);
    margin-right: calc(calc((100vw * 100) / 41000) * 0);
    padding-bottom: calc(calc((100vw * 100) / 41000) * 20);
    margin-top: calc(calc((100vw * 100) / 41000) * -70);
  }
  .c8-container-general > :first-child p {
    font-size: calc(calc((100vw * 100) / 41000) * 23);
    width: calc(calc((100vw * 100) / 41000) * 300);
    padding-bottom: calc(calc((100vw * 100) / 41000) * 70);
  }
  .image_wrap p {
    width: calc(var(--screenvalue) * 600);
    font-size: calc(var(--screenvalue) * 38);
    padding-bottom: calc(var(--screenvalue) * 40);
  }
  .faq_container p,
  .image_wrap img {
    width: calc(var(--screenvalue) * 700);
  }
  .pad_bottom {
    height: calc(var(--screenvalue) * 100);
  }
  .faq_container h2 {
    font-size: calc(var(--screenvalue) * 90);
    line-height: calc(var(--screenvalue) * 100);
  }
  .faq_container dd,
  .faq_container dt,
  .faq_container p {
    font-size: calc(var(--screenvalue) * 38);
    line-height: calc(var(--screenvalue) * 55);
  }
}
.containe_footer {
  width: calc(var(--screenvalue) * 1800);
  margin: auto;
  padding-top: calc(var(--screenvalue) * 108);
}
.logo {
  width: calc(var(--screenvalue) * 292);
  height: calc(var(--screenvalue) * 85);
}
.column1 p {
  font-size: calc(var(--screenvalue) * 20);
  line-height: calc(var(--screenvalue) * 28);
  padding-top: calc(var(--screenvalue) * 22);
  width: calc(var(--screenvalue) * 432);
}
.button a,
.phone {
  font-size: calc(var(--screenvalue) * 24);
}
.social {
  padding-top: calc(var(--screenvalue) * 36);
}
.social a {
  margin-right: calc(var(--screenvalue) * 36);
}
.social svg {
  width: calc(var(--screenvalue) * 40);
  height: calc(var(--screenvalue) * 40);
}
.phone {
  margin-top: calc(var(--screenvalue) * 10);
  letter-spacing: calc(var(--screenvalue) * 1.1);
}
.button {
  margin-top: calc(var(--screenvalue) * 59);
}
.button a {
  letter-spacing: calc(var(--screenvalue) * 1.2);
  padding: calc(var(--screenvalue) * 27);
  border-radius: calc(var(--screenvalue) * 7);
}
.column2 {
  margin-top: calc(var(--screenvalue) * 16);
  gap: calc(var(--screenvalue) * 80);
  margin-left: calc(var(--screenvalue) * 80);
}
.column2 h3 {
  font-size: calc(var(--screenvalue) * 24);
  line-height: calc(var(--screenvalue) * 28);
}
.column2 ul {
  margin-top: calc(var(--screenvalue) * 23);
}
.column2 a {
  font-size: calc(var(--screenvalue) * 18);
  margin-top: calc(var(--screenvalue) * 25);
  line-height: calc(var(--screenvalue) * 20);
  display: block;
}
.copyright {
  margin-top: calc(var(--screenvalue) * 131);
}
.copyright p {
  --padding-y: calc(var(--screenvalue) * 50);
  font-size: calc(var(--screenvalue) * 20);
  padding-top: var(--padding-y);
  padding-bottom: var(--padding-y);
}
@media screen and (max-width: 834px) {
  .containe_footer {
    margin-top: calc(var(--screenvalue) * 50);
    padding-left: calc(var(--screenvalue) * 60);
    padding-right: calc(var(--screenvalue) * 60);
    padding-top: calc(var(--screenvalue) * 181);
    width: calc(var(--screenvalue) * 750);
  }
  .logo {
    width: calc(var(--screenvalue) * 400);
    height: auto;
  }
  .column1 p {
    font-size: calc(var(--screenvalue) * 38);
    line-height: calc(var(--screenvalue) * 47);
    padding-top: calc(var(--screenvalue) * 36);
    width: calc(var(--screenvalue) * 713);
  }
  .social {
    padding-top: calc(var(--screenvalue) * 61);
  }
  .social a {
    margin-right: calc(var(--screenvalue) * 60);
  }
  .social svg {
    width: calc(var(--screenvalue) * 62);
    height: calc(var(--screenvalue) * 62);
  }
  .phone {
    font-size: calc(var(--screenvalue) * 38);
    margin-top: calc(var(--screenvalue) * 102);
    letter-spacing: calc(var(--screenvalue) * 1.9);
  }
  .button {
    margin-top: calc(var(--screenvalue) * 88);
  }
  .button a {
    font-size: calc(var(--screenvalue) * 39);
    letter-spacing: calc(var(--screenvalue) * 2);
    padding: calc(var(--screenvalue) * 44);
    border-radius: calc(var(--screenvalue) * 11);
  }
  .column2 {
    margin-top: calc(var(--screenvalue) * 144);
    gap: calc(var(--screenvalue) * 144);
    margin-left: calc(var(--screenvalue) * 0);
  }
  .column2 h3 {
    font-size: calc(var(--screenvalue) * 48);
  }
  .column2 ul {
    margin-top: calc(var(--screenvalue) * 0);
  }
  .column2 a {
    font-size: calc(var(--screenvalue) * 44);
    line-height: calc(var(--screenvalue) * 45);
    padding-top: calc(var(--screenvalue) * 50) !important;
    padding-bottom: calc(var(--screenvalue) * 50) !important;
    font-size: calc(var(--screenvalue) * 34);
    line-height: calc(var(--screenvalue) * 40);
    padding-top: calc(var(--screenvalue) * 0) !important;
    padding-bottom: calc(var(--screenvalue) * 0) !important;
    display: block;
  }
  .copyright {
    margin-top: calc(var(--screenvalue) * 144);
  }
}

.snipcart-button-primary {
  background-color: #cb0c2a !important;
}

.carrito svg {
  width: calc(var(--screenvalue) * 35);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
