:root {
	--color-primary-text: #333;
	--color-secondary-text: #999;
	--color-background: #fff;
	--color-white: #fff;
	--color-lighter-gray: #f6f6f6;
	--color-light-gray: #e6e6e6;
	--color-mid-gray: #ccc;
	--color-dark-gray: #444;
	--color-darker-gray: #15171a;
	--color-black: #000;
	--font-mono: Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;
	--head-nav-gap: 1.8rem;
	--h1-size: 4.6rem;
	--gap: 3.6rem;
	--ghost-accent-color:#fc7e0f;
	--sib-background: #fff;
	--box-shadow-pager: 0 0 3px 0 #cacaca;
	--brand-color: var(--ghost-accent-color,#fc7e0f);
	--primary-text-color: #5a656b;
	--secondary-text-color: #aaa;
	--white-color: #fff;
	--light-gray-color: #f6f6f6;
	--mid-gray-color: #e6e6e6;
	--dark-gray-color: #a8aab1;
	--darker-gray-color: #1a1a1a;
	--black-color: #000;
	--animation-base: ease-in-out;
	--font-sans:  ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
	/*--font-sans: Poppins,
    -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
	--font-serif: Lora,Times,serif;*/
	--font-serif: Lora,Times,serif;
	--content-font-size: 1rem;
}

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

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

blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}

ol[role=list],ul[role=list] {
	list-style: none;
}

html:focus-within {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizespeed;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

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

button,input,select,textarea {
	font: inherit;
}

@media (prefers-reduced-motion:reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,:after,:before {
		animation-duration: .01ms!important;
		animation-iteration-count: 1!important;
		scroll-behavior: auto!important;
		transition-duration: .01ms!important;
	}
}

html {
	
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: var(--color-background);
	/* color: var(--color-primary-text); */
	font-family: var(--font-sans);
	font-size: 1.0rem;
	line-height: 1.6;
}

img {
	height: auto;
}
 p {
	 margin-top: 10px;
	 margin-bottom: 10px;
	 margin-left: -0.6rem;
	 color: var(--color-darker-gray);
}
a {
	color: var(--color-darker-gray);
	text-decoration: none;
}

a:hover {
	opacity: .8;
}

h1,h2,h3,h4,h5,h6 {
	color: var(--color-darker-gray);
	letter-spacing: -.01em;
	line-height: 5rem;
	/* border-bottom:3px solid var(--ghost-accent-color);*/
}

h1 {
	font-size: var(--h1-size);
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.35rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1.125rem;
}

hr {
	background-color: var(--color-light-gray);
	border: 0;
	height: 1px;
	width: 70%;
}

blockquote:not([class]) {
	border-left: 4px solid var(--ghost-accent-color);
	padding-left: 2rem;
}

figcaption {
	color: var(--color-secondary-text);
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 1.6rem;
	text-align: center;
}

.kg-width-full figcaption {
	padding: 0 1.6rem;
}

.gh-content figcaption a {
	color: var(--color-darker-gray);
	text-decoration: none;
}

pre {
	-webkit-overflow-scrolling: touch;
	background-color: var(--color-lighter-gray);
	-webkit-hyphens: none;
	hyphens: none;
	line-height: 1.5;
	overflow-x: scroll;
	padding: 1.6rem 2.4rem;
	white-space: pre;
}

code {
	font-family: var(--font-mono);
	font-size: 15px;
}

:not(pre)>code {
	background-color: var(--color-lighter-gray);
	border-radius: 3px;
	color: var(--ghost-accent-color);
	padding: .4rem;
}

iframe {
	border: 0;
	display: block;
	overflow: hidden;
	width: 100%;
}

@media (max-width:767px) {
	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.3rem;
	}
}

.gh-site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.gh-main {
	flex-grow: 1;
	padding-bottom: 8rem;
	padding-top: 8rem;
}

.page-template .gh-main {
	padding-block: 0;
}

.gh-outer {
	padding-left: var(--gap);
	padding-right: var(--gap);
}

.gh-inner {
	margin: 0 auto;
	max-width: var(--container-width,1200px);
}

.gh-canvas,.kg-width-full.kg-content-wide {
	--main: min(var(
	--content-width,800px),100% - var(--gap) * 2);
	--wide: minmax(0,calc((var(
	--container-width, 1200px) - var(--content-width, 800px))/2));
	--full: minmax(var(
	--gap),1fr);
	display: grid;
	grid-template-columns: [full-start] var(--full) [wide-start] var(--wide) [main-start] var(--main) [main-end] var(--wide) [wide-end] var(--full) [full-end];
}

.gh-canvas>* {
	grid-column: main;
}

.kg-content-wide>div,.kg-width-wide {
	grid-column: wide;
}

.kg-width-full {
	grid-column: full;
}

.kg-width-full img {
	width: 100%;
}
.article-post{
	color: var(--color-darker-gray);
}

@media (max-width:767px) {
	#gh-main {
		padding-bottom: 4.8rem;
		padding-top: 4.8rem;
	}
}

.gh-head {
	background-color: var(--color-background);
	height: 100px;
}

.gh-head-inner {
	align-items: center;
	-moz-column-gap: var(--head-nav-gap);
	column-gap: var(--head-nav-gap);
	display: grid;
	grid-auto-flow: row dense;
	grid-template-columns: 1fr auto auto;
	height: 100%;
}

.gh-head-brand {
	line-height: 1;
}

.gh-head-brand-wrapper {
	align-items: center;
	display: flex;
}

.gh-head-logo {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -.02em;
	position: relative;
	white-space: nowrap;
}

.gh-head-logo img {
	max-height: 40px;
}

.gh-head-logo img:nth-child(2) {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.gh-head-menu {
	display: flex;
}

.gh-head .nav,.gh-head-menu {
	align-items: center;
	gap: var(--head-nav-gap);
}

.gh-head .nav {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.gh-head .nav-more-toggle {
	font-size: inherit;
	margin: 0 -6px;
	position: relative;
	text-transform: inherit;
}

.gh-head .nav-more-toggle svg {
	height: 24px;
	width: 24px;
}

.gh-head-actions {
	align-items: center;
	display: flex;
	gap: var(--head-nav-gap);
	justify-content: flex-end;
}

.gh-head-members {
	align-items: center;
	display: flex;
	gap: 20px;
	white-space: nowrap;
}

.gh-head-btn.gh-btn {
	font-size: inherit;
	font-weight: 600;
}

.gh-head-btn:not(.gh-btn) {
	align-items: center;
	color: var(--ghost-accent-color);
	display: inline-flex;
}

.gh-head-btn svg {
	height: 1.3em;
	width: 1.3em;
}

.gh-search {
	margin-left: -6px;
	margin-right: -8px;
}

.gh-search:hover {
	opacity: .9;
}

.gh-head-brand .gh-search {
	margin-right: 8px;
}

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

	.gh-head-actions .gh-search {
		display: none;
	}
}

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

	body:not(.is-dropdown-loaded) .gh-head-menu .nav>li {
		opacity: 0;
	}
}

.is-head-left-logo .gh-head-inner {
	grid-template-columns: auto 1fr auto;
}

@media (min-width:992px) {
	.is-head-left-logo .gh-head-menu {
		margin-left: 16px;
		margin-right: 64px;
	}
}

.is-head-middle-logo .gh-head-inner {
	grid-template-columns: 1fr auto 1fr;
}

.is-head-middle-logo .gh-head-brand {
	grid-column-start: 2;
}

.is-head-middle-logo .gh-head-actions {
	gap: 28px;
}

@media (min-width:992px) {
	.is-head-middle-logo .gh-head-menu {
		margin-right: 64px;
	}
}

.is-head-stacked .gh-head {
	height: auto;
	position: relative;
}

.is-head-stacked .gh-head-inner {
	grid-template-columns: 1fr auto 1fr;
}

.is-head-stacked .gh-head-brand {
	display: flex;
	grid-column-start: 2;
	grid-row-start: 1;
	min-height: 80px;
}

@media (max-width:767px) {
	.is-head-stacked .gh-head-brand {
		min-height: unset;
	}
}

@media (min-width:992px) {
	.is-head-stacked .gh-head-inner {
		padding: 0;
	}

	.is-head-stacked .gh-head-brand {
		align-items: center;
		display: flex;
		height: 80px;
	}

	.is-head-stacked .gh-head-menu {
		grid-column: 1/4;
		grid-row-start: 2;
		height: 56px;
		justify-content: center;
		margin: 0 48px;
	}

	.is-head-stacked .gh-head-menu:after,.is-head-stacked .gh-head-menu:before {
		background-color: var(--color-light-gray);
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		top: 80px;
		width: 100%;
	}

	.is-head-stacked .gh-head-menu:after {
		top: 136px;
	}

	.is-head-stacked .gh-head-actions {
		grid-column: 1/4;
		grid-row-start: 1;
		justify-content: space-between;
	}
}

.is-head-transparent .gh-head {
	background-color: transparent;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 90;
}

.is-head-transparent .gh-head .nav>li a,.is-head-transparent .gh-head-description,.is-head-transparent .gh-head-link,.is-head-transparent .gh-head-logo,.is-head-transparent .gh-head-logo a,.is-head-transparent .gh-search,.is-head-transparent .gh-social,.is-head-transparent .nav-more-toggle {
	color: var(--color-white);
}

.is-head-transparent .gh-burger:after,.is-head-transparent .gh-burger:before {
	background-color: var(--color-white);
}

.is-head-transparent .gh-head-btn {
	background-color: #fff;
	color: #15171a;
}

.is-head-transparent .gh-head-menu:after,.is-head-transparent .gh-head-menu:before {
	background-color: hsla(0,0%,100%,.2);
}

.is-head-transparent #announcement-bar-root {
	left: 0;
	position: absolute;
	right: 0;
}

.is-head-transparent #announcement-bar-root:not(:empty)+:is(.site,.gh-site) .gh-head {
	margin-top: 48px;
}

.is-head-dark:not(.is-head-transparent) .gh-head {
	background-color: var(--color-darker-gray);
}

.is-head-dark:not(.is-head-transparent) .gh-head .nav a,.is-head-dark:not(.is-head-transparent) .gh-head-description,.is-head-dark:not(.is-head-transparent) .gh-head-link,.is-head-dark:not(.is-head-transparent) .gh-head-logo,.is-head-dark:not(.is-head-transparent) .gh-head-logo a,.is-head-dark:not(.is-head-transparent) .gh-search,.is-head-dark:not(.is-head-transparent) .gh-social,.is-head-dark:not(.is-head-transparent) .nav-more-toggle {
	color: var(--color-white);
}

.is-head-dark:not(.is-head-transparent) .gh-burger:after,.is-head-dark:not(.is-head-transparent) .gh-burger:before {
	background-color: var(--color-white);
}

.is-head-dark:not(.is-head-transparent) .gh-head-btn {
	background-color: #fff;
	color: #15171a;
}

.is-head-dark:not(.is-head-transparent) .gh-head-menu:after,.is-head-dark:not(.is-head-transparent) .gh-head-menu:before {
	background-color: hsla(0,0%,100%,.2);
}

.is-head-brand:not(.is-head-transparent) .gh-head {
	background-color: var(--ghost-accent-color);
}

.is-head-brand:not(.is-head-transparent) .gh-head .nav a,.is-head-brand:not(.is-head-transparent) .gh-head-description,.is-head-brand:not(.is-head-transparent) .gh-head-link,.is-head-brand:not(.is-head-transparent) .gh-head-logo,.is-head-brand:not(.is-head-transparent) .gh-head-logo a,.is-head-brand:not(.is-head-transparent) .gh-search,.is-head-brand:not(.is-head-transparent) .gh-social,.is-head-brand:not(.is-head-transparent) .nav-more-toggle {
	color: var(--color-white);
}

.is-head-brand:not(.is-head-transparent) .gh-burger:after,.is-head-brand:not(.is-head-transparent) .gh-burger:before {
	background-color: var(--color-white);
}

.is-head-brand:not(.is-head-transparent) .gh-head-btn {
	background-color: #fff;
	color: #15171a;
}

.is-head-brand:not(.is-head-transparent) .gh-head-menu:after,.is-head-brand:not(.is-head-transparent) .gh-head-menu:before {
	background-color: hsla(0,0%,100%,.3);
}

.gh-dropdown {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 7px 20px -5px rgba(0,0,0,.15);
	margin-top: 24px;
	opacity: 0;
	padding: 12px 0;
	position: absolute;
	right: -16px;
	text-align: left;
	top: 100%;
	transform: translate3d(0,6px,0);
	transition: opacity .3s,transform .2s;
	visibility: hidden;
	width: 200px;
	z-index: 90;
}

.is-head-middle-logo .gh-dropdown {
	left: -24px;
	right: auto;
}

.is-dropdown-mega .gh-dropdown {
	-moz-column-gap: 40px;
	column-gap: 40px;
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: 1fr 1fr;
	padding: 20px 32px;
	width: auto;
}

.is-dropdown-open .gh-dropdown {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.gh-dropdown li a {
	color: #15171a!important;
	display: block;
	padding: 6px 20px;
}

.is-dropdown-mega .gh-dropdown li a {
	padding: 8px 0;
}

.gh-burger {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	height: 30px;
	margin-right: -3px;
	padding: 0;
	position: relative;
	width: 30px;
}

.gh-burger:after,.gh-burger:before {
	background-color: var(--color-darker-gray);
	content: "";
	height: 1px;
	left: 3px;
	position: absolute;
	transition: all .2s cubic-bezier(.04,.04,.12,.96) .1008s;
	width: 24px;
}

.gh-burger:before {
	top: 11px;
}

.gh-burger:after {
	bottom: 11px;
}

.is-head-open .gh-burger:before {
	top: 15px;
	transform: rotate(45deg);
}

.is-head-open .gh-burger:after {
	bottom: 14px;
	transform: rotate(-45deg);
}

@media (max-width:767px) {
	#gh-head {
		height: 64px;
	}

	#gh-head .gh-head-inner {
		gap: 48px;
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr auto;
	}

	#gh-head .gh-head-brand {
		align-items: center;
		display: grid;
		grid-column-start: 1;
		grid-template-columns: 1fr auto auto;
		height: 64px;
	}

	#gh-head .gh-head-logo {
		font-size: 2.2rem;
	}

	.gh-burger {
		display: block;
	}

	#gh-head .gh-head-actions,#gh-head .gh-head-menu {
		justify-content: center;
		opacity: 0;
		position: fixed;
		visibility: hidden;
	}

	#gh-head .gh-head-menu {
		transform: translateY(0);
		transition: none;
	}

	#gh-head .nav {
		align-items: center;
		gap: 20px;
		line-height: 1.4;
	}

	#gh-head .nav a {
		font-size: 1.25rem;
		font-weight: 600;
		text-transform: none;
	}

	#gh-head .nav li {
		opacity: 0;
		transform: translateY(-4px);
	}

	#gh-head .gh-head-actions {
		text-align: center;
	}

	#gh-head :is(.gh-head-btn,.gh-head-link) {
		opacity: 0;
		transform: translateY(8px);
	}

	#gh-head .gh-head-btn {
		font-size: 1.35rem;
		text-transform: none;
		width: 100%;
	}

	#gh-head .gh-head-btn:not(.gh-btn) {
		font-size: 2rem;
	}

	#gh-main {
		transition: opacity .4s;
	}

	.is-head-open #gh-head {
		-webkit-overflow-scrolling: touch;
		height: 100%;
		inset: 0;
		overflow-y: scroll;
		position: fixed;
		z-index: 3999999;
	}

	.is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head {
		background-color: var(--color-background);
	}

	.is-head-open.is-head-transparent #gh-head,.is-head-open:is(.is-head-transparent,.is-head-brand) #gh-head .gh-head-actions {
		background-color: var(--ghost-accent-color);
	}

	.is-head-open.is-head-dark #gh-head,.is-head-open.is-head-dark #gh-head .gh-head-actions {
		background-color: var(--color-darker-gray);
	}

	.is-head-open #gh-head .gh-head-actions,.is-head-open #gh-head .gh-head-menu {
		opacity: 1;
		position: static;
		visibility: visible;
	}

	.is-head-open #gh-head .nav {
		display: flex;
		flex-direction: column;
	}

	.is-head-open #gh-head .nav li {
		opacity: 1;
		transform: translateY(0);
		transition: transform .2s,opacity .2s;
	}

	.is-head-open #gh-head .gh-head-actions {
		align-items: center;
		background-color: var(--color-background);
		bottom: 0;
		display: inline-flex;
		flex-direction: column;
		gap: 12px;
		left: 0;
		padding: var(--gap) 0 calc(var(--gap) + 8px);
		position: sticky;
		right: 0;
	}

	.is-head-open #gh-head :is(.gh-head-btn,.gh-head-link) {
		opacity: 1;
		transform: translateY(0);
		transition: transform .4s,opacity .4s;
		transition-delay: .2s;
	}

	.is-head-open #gh-head .gh-head-link {
		transition-delay: .4s;
	}

	.is-head-open #gh-main {
		opacity: 0;
	}
}

.gh-cover {
	min-height: var(--cover-height,50vh);
	padding-bottom: 6.4rem;
	padding-top: 6.4rem;
	position: relative;
}

.gh-cover-image {
	height: 100%;
	inset: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: -1;
}

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

.has-serif-title .gh-card-title {
	font-family: var(--font-serif);
	letter-spacing: -.01em;
}

.has-serif-body .gh-card-excerpt {
	font-family: var(--font-serif);
}

.gh-card {
	word-break: break-word;
}

.page-template .gh-article-header {
	margin-top: var(--header-spacing,80px);
}

.gh-article-tag {
	color: var(--ghost-accent-color);
}

.gh-article-title {
	word-break: break-word;
}

.has-serif-title .gh-article-title {
	font-family: var(--font-serif);
	letter-spacing: -.01em;
}

.gh-article-excerpt {
	color: var(--color-secondary-text);
	font-size: 2.1rem;
	line-height: 1.5;
	margin-top: 2rem;
}

.has-serif-body .gh-article-excerpt {
	font-family: var(--font-serif);
}

.gh-article-image {
	grid-column: wide-start/wide-end;
	margin-top: 4rem;
}

.gh-article-image img {
	width: 100%;
}

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

	.gh-article-image {
		margin-top: 2.4rem;
	}
}

.gh-content {
	/* font-size: var(--content-font-size,1.8rem); */
	letter-spacing: var(--content-letter-spacing,0);
	/* margin-top: 4rem; */
	word-break: break-word;
}

.gh-content>*+* {
	margin-bottom: 0;
	margin-top: calc(1.6em*var(--content-spacing-multiplier, 1));
}

.gh-content>[id] {
	margin: 0;
}

.gh-content>.kg-card+[id] {
	margin-top: calc(2em*var(--content-spacing-multiplier, 1))!important;
}

.has-serif-title .gh-content>[id] {
	font-family: var(--font-serif);
	letter-spacing: -.01em;
}

.gh-content>[id]:not(:first-child) {
	margin-top: calc(1.6em*var(--content-spacing-multiplier, 1));
}

.gh-content>[id]+* {
	margin-top: calc(.8em*var(--content-spacing-multiplier, 1));
}

.gh-content>blockquote,.gh-content>hr {
	position: relative;
}

.gh-content>blockquote,.gh-content>blockquote+*,.gh-content>hr,.gh-content>hr+* {
	margin-top: calc(2.4em*var(--content-spacing-multiplier, 1));
}
.gh-content.h1:before, .gh-content h2:before, .gh-content h3:before, .gh-content h4:before, .gh-content h5:before, .gh-content h6:before {
    position: relative;
    top: 0.063rem;
    right: 0.5rem;
    bottom: 0;
    color: var(--ghost-accent-color);
    font-size: 0.95rem;
    font-weight: 700;
    border: 0;
    border-radius: 0;
    left: auto;
    float: none;
    padding: 0;
    vertical-align: baseline;
    line-height: 2;
}

.gh-content h2 {
	font-size: 1.8em;
	margin-left:-2rem;
}
.gh-content h2:before {
    content: "H2";
    bottom: 0rem;
}

.gh-content h3 {
	font-size: 1.5em;
	margin-left: -2rem;
}
.gh-content h3:before {
    content: "H3";
    bottom: 0rem;
}
.gh-content a {
	color: var(--ghost-accent-color);
	text-decoration: underline;
	word-break: break-word;
	box-shadow: 0 -2px rgb(189 195 199 / 50%) inset;
	transition: all .3s ease;
}
.gh-content img {
	/* box-shadow: rgb(0 0 0 / 20%) 0px 5px 20px; */
	border-radius: 8px;
	/* margin-top:15px; */
	/* margin-bottom:15px; */
	/* margin-left:auto; */
	/* margin-right:auto; */
	width:98%;
}
.gh-content video {
	box-shadow: rgb(0 0 0 / 20%) 0px 5px 20px;
	border-radius: 8px;
	margin-top:15px;
	margin-bottom:15px;
	display: block;
    margin: 0 auto;
    max-width: 60% !important;

}

.gh-content .kg-callout-card .kg-callout-text,.gh-content .kg-toggle-card .kg-toggle-content>ol,.gh-content .kg-toggle-card .kg-toggle-content>p,.gh-content .kg-toggle-card .kg-toggle-content>ul {
	font-size: .95em;
}

.has-serif-body .gh-content .kg-callout-text,.has-serif-body .gh-content .kg-toggle-content>ol,.has-serif-body .gh-content .kg-toggle-content>p,.has-serif-body .gh-content .kg-toggle-content>ul,.has-serif-body .gh-content>blockquote,.has-serif-body .gh-content>dl,.has-serif-body .gh-content>ol,.has-serif-body .gh-content>p,.has-serif-body .gh-content>ul {
	font-family: var(--font-serif);
}

/*.gh-content dl,.gh-content ol,.gh-content ul {
	padding-left: 2.8rem;
}*/

.gh-content :is(li+li,li :is(ul,ol)) {
	margin-top: .8rem;
}

.gh-content ol ol li {
	list-style-type: lower-alpha;
}

.gh-content ol ol ol li {
	list-style-type: lower-roman;
}

.gh-content table:not(.gist table) {
	-webkit-overflow-scrolling: touch;
	background: radial-gradient(ellipse at left,rgba(0,0,0,.2) 0,transparent 75%) 0,radial-gradient(ellipse at right,rgba(0,0,0,.2) 0,transparent 75%) 100%;
	background-attachment: scroll,scroll;
	background-repeat: no-repeat;
	background-size: 10px 100%,10px 100%;
	border-collapse: collapse;
	border-spacing: 0;
	display: inline-block;
	font-family: var(--font-sans);
	font-size: 1.6rem;
	max-width: 100%;
	overflow-x: auto;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}

.gh-content table:not(.gist table) td:first-child {
	background-image: linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,0));
	background-repeat: no-repeat;
	background-size: 20px 100%;
}

.gh-content table:not(.gist table) td:last-child {
	background-image: linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,0));
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: 20px 100%;
}

.gh-content table:not(.gist table) th {
	background-color: var(--color-white);
	color: var(--color-darkgrey);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .2px;
	text-align: left;
	text-transform: uppercase;
}

.gh-content table:not(.gist table) td,.gh-content table:not(.gist table) th {
	border: 1px solid var(--color-light-gray);
	padding: 6px 12px;
}

.page-template .gh-content:only-child {
	margin-top: 0!important;
}

.page-template .gh-content:only-child>:first-child:not(.kg-width-full) {
	margin-top: var(--header-spacing,80px);
}

.page-template .gh-content>:last-child:not(.kg-width-full) {
	margin-bottom: var(--footer-spacing,0);
}

@media (max-width:767px) {
	.gh-content {
		font-size: 1.06rem;
		/* margin-top: 1.8rem; */
		margin-left: 1.1rem;
		margin-right: 0.1rem;
	}
}

.gh-comments {
	margin-bottom: -24px;
	margin-top: 64px;
}

.gh-comments-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.gh-comments .gh-comments-title {
	margin-bottom: 28px;
}

.gh-comments-header .gh-comments-title {
	margin-bottom: 0;
}

.gh-comments-count {
	color: var(--color-secondary-text);
}

.gh-cta-gradient {
	background: linear-gradient(180deg,hsla(0,0%,100%,0),var(--color-white));
	content: "";
	grid-column: full-start/full-end;
	height: 160px;
	margin-bottom: 4rem;
	margin-top: -16rem;
	position: relative;
}

.gh-cta-gradient:first-child {
	display: none;
}

.gh-cta {
	display: flex;
	flex-direction: column;
	margin-bottom: 4rem;
	text-align: center;
}

.gh-cta-title {
	font-size: 2.2rem;
	letter-spacing: -.02em;
	margin-bottom: 3.2rem;
}

.gh-cta-actions {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.gh-cta-link {
	color: var(--color-secondary-text);
	cursor: pointer;
	font-size: 1.4rem;
	margin-top: .8rem;
	text-decoration: none;
}

.gh-cta-link:hover {
	color: var(--color-darker-gray);
}

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

.gh-content :not(.kg-card):not(table):not([id])+:is(.kg-card,table) {
	margin-top: calc(2em*var(--content-spacing-multiplier, 1));
}

.gh-content :is(.kg-card,table)+:not(.kg-card):not(table):not([id]) {
	margin-top: calc(2em*var(--content-spacing-multiplier, 1));
}

.gh-content>.kg-width-full+.kg-width-full:not(.kg-width-full.kg-card-hascaption+.kg-width-full) {
	margin-top: 0;
}

.kg-image {
	margin-left: auto;
	margin-right: auto;
}

.kg-embed-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.kg-gallery-image,.kg-image[width][height] {
	cursor: pointer;
}

.kg-gallery-image a:hover,.kg-image-card a:hover {
	opacity: 1!important;
}

.kg-card.kg-toggle-card .kg-toggle-heading-text {
	font-size: 2rem;
	font-weight: 700;
}

.has-serif-title .kg-toggle-card .kg-toggle-heading-text {
	font-family: var(--font-serif);
}

.kg-callout-card.kg-card {
	border-radius: .25em;
}

.kg-callout-card-accent a {
	text-decoration: underline;
}

blockquote.kg-blockquote-alt {
	color: var(--color-secondary-text);
	font-style: normal;
	font-weight: 400;
}

.kg-card.kg-button-card .kg-btn {
	font-size: 1em;
}

.has-serif-body .kg-header-card h3.kg-header-card-subheader,.has-serif-title .kg-card.kg-header-card h2.kg-header-card-header {
	font-family: var(--font-serif);
}

.kg-bookmark-card .kg-bookmark-container {
	border-radius: .25em!important;
}

.kg-bookmark-card .kg-bookmark-content {
	padding: 1.15em;
}

.kg-bookmark-card .kg-bookmark-title {
	font-size: .9em;
}

.kg-bookmark-card .kg-bookmark-description {
	font-size: .8em;
	margin-top: .3em;
	max-height: none;
}

.kg-bookmark-card .kg-bookmark-metadata {
	font-size: .8em;
}

.kg-bookmark-card .kg-bookmark-thumbnail img {
	border-radius: 0 .2em .2em 0;
}

.has-light-text .kg-audio-card button {
	color: #fff;
}

.has-light-text .kg-audio-card .kg-audio-volume-slider {
	color: hsla(0,0%,100%,.3);
}

.pagination {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	margin-top: 6.4rem;
}

.page-number {
	grid-column-start: 2;
}

.older-posts {
	text-align: right;
}

.gh-navigation {
	align-items: center;
	-moz-column-gap: 2.4rem;
	column-gap: 2.4rem;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}

.gh-navigation>div {
	align-items: center;
	display: flex;
}

.gh-navigation-next {
	justify-content: flex-end;
}

.gh-navigation-link {
	align-items: center;
	display: inline-flex;
}

.gh-navigation-link svg {
	height: 16px;
	width: 16px;
}

.gh-navigation-previous svg {
	margin-right: .4rem;
}

.gh-navigation-next svg {
	margin-left: .4rem;
}

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

.gh-btn {
	align-items: center;
	background-color: var(--color-darker-gray);
	border: 0;
	border-radius: 100px;
	color: var(--color-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.6rem;
	font-weight: 700;
	gap: .4em;
	justify-content: center;
	letter-spacing: inherit;
	line-height: 1;
	padding: calc(.75em*var(--multiplier, 1)) calc(1.15em*var(--multiplier, 1));
}

.gh-btn:hover {
	opacity: .95;
}

.gh-post-upgrade-cta .gh-btn {
	line-height: inherit;
}

.gh-primary-btn {
	background-color: var(--ghost-accent-color);
}

.gh-outline-btn {
	background-color: transparent;
	border: 1px solid var(--color-light-gray);
	color: var(--color-darker-gray);
	text-decoration: none;
}

.gh-outline-btn:hover {
	border-color: var(--color-mid-gray);
	opacity: 1;
}

.gh-icon-btn {
	align-items: center;
	background-color: transparent;
	border: 0;
	color: var(--darker-gray-color);
	cursor: pointer;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	outline: none;
	padding: 0;
	/* width: 30px; */
	font-size: 1.3rem;
}

.gh-icon-btn svg {
	height: 20px;
	width: 20px;
}

.gh-text-btn {
	align-items: center;
	background-color: transparent;
	border: 0;
	color: var(--darker-gray-color);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	letter-spacing: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	will-change: opacity;
}

.gh-text-btn:hover {
	opacity: .8;
}

.gh-foot {
	color: var(--color-secondary-text);
	padding-bottom: 8rem;
	padding-top: 8rem;
	white-space: nowrap;
}

.gh-foot-inner {
	display: grid;
	font-size: 1rem;
	gap: 40px;
	grid-template-columns: 1fr auto 1fr;
}

.no-menu .gh-foot-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.gh-powered-by {
	text-align: right;
}

.gh-foot a {
	color: var(--color-secondary-text);
}

.gh-foot a:hover {
	color: var(--color-darker-gray);
	opacity: 1;
}

@media (max-width:767px) {
	.gh-foot {
		padding-bottom: 12rem;
		padding-top: 6.4rem;
	}

	.gh-foot-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.gh-powered-by {
		text-align: center;
	}
}

.pswp {
	-webkit-text-size-adjust: 100%;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	touch-action: none;
	width: 100%;
	z-index: 3999999;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: .001;
	transition: opacity 333ms cubic-bezier(.4,0,.22,1);
	will-change: opacity;
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: grabbing;
}

.pswp__bg {
	backface-visibility: hidden;
	background-color: rgba(0,0,0,.85);
	opacity: 0;
	transform: translateZ(0);
	transition: opacity 333ms cubic-bezier(.4,0,.22,1);
	will-change: opacity;
}

.pswp__bg,.pswp__scroll-wrap {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__container,.pswp__zoom-wrap {
	backface-visibility: hidden;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	touch-action: none;
}

.pswp__container,.pswp__img {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pswp__zoom-wrap {
	position: absolute;
	transform-origin: left top;
	transition: transform 333ms cubic-bezier(.4,0,.22,1);
	width: 100%;
}

.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap {
	transition: none;
}

.pswp__item {
	bottom: 0;
	overflow: hidden;
	right: 0;
}

.pswp__img,.pswp__item {
	left: 0;
	position: absolute;
	top: 0;
}

.pswp__img {
	height: auto;
	width: auto;
}

.pswp__img--placeholder {
	backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: var(--color-black);
}

.pswp--ie .pswp__img {
	height: auto!important;
	left: 0;
	top: 0;
	width: 100%!important;
}

.pswp__error-msg {
	color: var(--color-secondary-text);
	font-size: 14px;
	left: 0;
	line-height: 16px;
	margin-top: -8px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

.pswp__error-msg a {
	color: var(--color-secondary-text);
	text-decoration: underline;
}

.pswp__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	float: right;
	height: 44px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	transition: opacity .2s;
	width: 44px;
}

.pswp__button:focus,.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	opacity: .9;
	outline: none;
}

.pswp__button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	height: 44px;
	width: 44px;
}

@media (-webkit-min-device-pixel-ratio:1.09375),(-webkit-min-device-pixel-ratio:1.1),(min-resolution:1.1dppx),(min-resolution:105dpi) {
	.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(../images/default-skin.svg);
	}

	.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right {
		background: none;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	background-position: -88px 0;
	display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left,.pswp__button--arrow--right {
	background: none;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 70px;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
	content: "";
	height: 30px;
	position: absolute;
	top: 35px;
	width: 32px;
}

.pswp__button--arrow--left:before {
	background-position: -138px -44px;
	left: 6px;
}

.pswp__button--arrow--right:before {
	background-position: -94px -44px;
	right: 6px;
}

.pswp__counter {
	color: var(--color-white);
	font-size: 11px;
	font-weight: 700;
	height: 44px;
	left: 0;
	line-height: 44px;
	padding: 0 15px;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pswp__caption {
	bottom: 0;
	left: 0;
	min-height: 44px;
	position: absolute;
	width: 100%;
}

.pswp__caption__center {
	color: var(--color-white);
	font-size: 11px;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 420px;
	padding: 25px 15px 30px;
	text-align: center;
}

.pswp__caption__center .post-caption-title {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.pswp__caption__center .post-caption-meta-item+.post-caption-meta-item:before {
	content: "\02022";
	padding: 0 4px;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	direction: ltr;
	height: 44px;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .25s ease-out;
	width: 44px;
	will-change: opacity;
}

.pswp__preloader__icn {
	height: 20px;
	margin: 12px;
	width: 20px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(../images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	animation: clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	animation: donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	height: 14px;
	left: 15px;
	margin: 0;
	opacity: .75;
	position: absolute;
	top: 15px;
	width: 14px;
}

.pswp--css_animation .pswp__preloader__cut {
	height: 14px;
	overflow: hidden;
	position: relative;
	width: 7px;
}

.pswp--css_animation .pswp__preloader__donut {
	background: none;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	border-radius: 50%;
	border-right: 2px solid var(--color-white);
	border-top: 2px solid var(--color-white);
	box-sizing: border-box;
	height: 14px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 14px;
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		float: right;
		left: auto;
		margin: 0;
		position: relative;
		top: auto;
	}
}

@keyframes clockwise {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes donut-rotate {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(-140deg);
	}

	to {
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	opacity: 1;
	visibility: visible;
	z-index: 1550;
}

.pswp__top-bar {
	height: 44px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar {
	backface-visibility: hidden;
	transition: opacity 333ms cubic-bezier(.4,0,.22,1);
	will-change: opacity;
}

.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none!important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}
/**
@font-face {
	font-family:Poppins;font-style:normal;font-weight:400;src:local(""),url(../fonts/poppins-v19-latin-regular.woff2) format("woff2"),url(../fonts/poppins-v19-latin-regular.woff) format("woff");
}

@font-face {
	font-family:Poppins;font-style:normal;font-weight:500;src:local(""),url(../fonts/poppins-v19-latin-500.woff2) format("woff2"),url(../fonts/poppins-v19-latin-500.woff) format("woff");
}

@font-face {
	font-family:Poppins;font-style:normal;font-weight:600;src:local(""),url(../fonts/poppins-v19-latin-600.woff2) format("woff2"),url(../fonts/poppins-v19-latin-600.woff) format("woff");
}

@font-face {
	font-family:Poppins;font-style:normal;font-weight:700;src:local(""),url(../fonts/poppins-v19-latin-700.woff2) format("woff2"),url(../fonts/poppins-v19-latin-700.woff) format("woff");
}

@font-face {
	font-family:Poppins;font-style:italic;font-weight:400;src:local(""),url(../fonts/poppins-v19-latin-italic.woff2) format("woff2"),url(../fonts/poppins-v19-latin-italic.woff) format("woff");
}

@font-face {
	font-family:Poppins;font-style:italic;font-weight:700;src:local(""),url(../fonts/poppins-v19-latin-700italic.woff2) format("woff2"),url(../fonts/poppins-v19-latin-700italic.woff) format("woff");
}

@font-face {
	font-family:Lora;font-style:normal;font-weight:400;src:local(""),url(../fonts/lora-v23-latin-regular.woff2) format("woff2"),url(../fonts/lora-v23-latin-regular.woff) format("woff");
}

@font-face {
	font-family:Lora;font-style:normal;font-weight:700;src:local(""),url(../fonts/lora-v23-latin-700.woff2) format("woff2"),url(../fonts/lora-v23-latin-700.woff) format("woff");
}

@font-face {
	font-family:Lora;font-style:italic;font-weight:400;src:local(""),url(../fonts/lora-v23-latin-italic.woff2) format("woff2"),url(../fonts/lora-v23-latin-italic.woff) format("woff");
}

@font-face {
	font-family:Lora;font-style:italic;font-weight:700;src:local(""),url(../fonts/lora-v23-latin-700italic.woff2) format("woff2"),url(../fonts/lora-v23-latin-700italic.woff) format("woff");
}
**/
.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	flex-grow: 1;
	padding: 80px 0 40px;
}

.page-template .site-content {
	padding-block: 0;
}

@media (max-width:767px) {
	.site-content {
		padding: 40px 0;
	}
}

.gh-head {
	font-weight: 500;
}

.site-cover {
	display: flex;
	min-height: 480px;
	/* padding: 8vmin var(--gap); */
	position: relative;
}

.cover-content {
	color: var(--white-color);
	margin: auto;
	max-width: 720px;
	position: relative;
	text-align: center;
	z-index: 10;
}

.cover-logo {
	margin: 0 auto 32px;
	max-height: 100px;
}

.cover-description_t{
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	word-break: break-word;
}
.cover-description_s {
	font-size: 1.2rem;
	/*font-weight: 600;*/
	line-height: 1.5;
	word-break: break-word;
}
.cover-description_l {
	width: 5.6rem;
	--tw-bg-opacity: 1;
	background-color:var(--ghost-accent-color);
	border-style: none;
	height: 0.125rem;
	margin-top: 1.25rem;
	margin-bottom: 0.85rem;
}
.cover-description_s_post {
	font-size: 0.95rem;
	color:var(--color-white);
}
.cover-description_s_post a {
	font-size: 0.95rem;
	color:var(--color-white);
}


.term {
	margin: 0 auto 80px;
	max-width: 840px;
}

.term-name {
	font-size: 2.8rem;
}

.term-description {
	color: var(--secondary-text-color);
	margin-top: 12px;
	max-width: 720px;
}

.subscribe {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.subscribe .subscribe-link {
	align-items: center;
	color: var(--color-darker-gray);
	display: flex;
	font-size: 16px;
	font-weight: 500;
	gap: 8px;
}

.subscribe-link.rss {
	gap: 4px;
}

@media (max-width:767px) {
	.gh-foot-menu .subscribe-text {
		display: none;
	}
}

.player-opened .gh-foot {
	padding-bottom: 240px;
}

.gh-foot-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 4rem;
}

.gh-foot-menu {
	margin-top: 5px;
}
.gh-foot-menu ul {
	text-align: left;
	padding-left: 0%;
	margin-top: auto;
}

.gh-foot-menu ul li {
	display: inline-block;
	padding: 0 15px;
	font-size: 16px;
}
.gh-foot-menu ul li i {
	font-size: 32px;
}
.gh-foot-menu ul li a {
	font-size: 1.1rem;
	font-weight: 400;
	gap: 0.3rem;
	color: var(--color-darker-gray);
	display: flex;
	align-items: center;
}

.gh-copyright {
	margin-top: -15px;
	margin-bottom: 15px;
	color: var(--color-darker-gray);
	font-size: 0.95rem;
}

.post-media {
	border-radius: 6px;
	cursor: pointer;
	flex-shrink: 0;
	height: 100%;
	margin-right: 32px;
	overflow: hidden;
	position: relative;
	width: 200px;
}

.post-media .button-play {
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
	position: absolute;
	top: 50%;
	transition: transform .1s var(--animation-base);
	z-index: 20;
}

.post-media:active .button-play {
	transform: scale(.9);
}

.post-media .letter {
	color: var(--mid-gray-color);
	font-size: 100px;
	font-weight: 700;
	left: 20px;
	letter-spacing: -3px;
	line-height: 200px;
	position: absolute;
	text-align: center;
	top: 0;
	white-space: nowrap;
}

.post-play {
	align-items: center;
	background-color: var(--ghost-accent-color);
	border-radius: 50%;
	color: var(--color-white);
	display: flex;
	height: 48px;
	justify-content: center;
	left: 50%;
	margin: -24px 0 0 -24px;
	position: absolute;
	top: 50%;
	width: 48px;
	z-index: 20;
}

.post-play svg:nth-child(2),.post-play.playing svg:first-child {
	display: none;
}

.post-play.playing svg:nth-child(2) {
	display: block;
}

.post-title {
	font-size: 1.75rem;
	line-height: 1.2;
	margin-bottom: 0;
	word-break: break-word;
}
.post-title-zd {
	color: var(--brand-color);
}

.has-serif-title .post-title {
	font-family: var(--font-serif);
	font-weight: 700;
}

.post-meta {
	color: var(--secondary-text-color);
	font-size: 0.75rem;
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.post-meta-tags {
	margin-left: 8px;
}

.post-meta-tags .post-tag {
	color: var(--brand-color);
}

.post-meta-tags .post-tag+.post-tag:before {
	content: ", ";
}

.post-excerpt {
	font-size: 1rem;
	word-break: break-word;
}

.has-serif-body .post-excerpt {
	font-family: var(--font-serif);
}

@media (max-width:767px) {
	.post-title {
		font-size: 17px;
	}
}

.post-feed {
	margin: 0 auto;
	max-width: 840px;
}

.post-feed .post {
	display: flex;
}

.post-feed .post+.post {
	margin-top: 64px;
}

.post-feed .post-excerpt {
	margin-top: 15px;
	color: var(--color-darker-gray);
}

.post-feed .post-footer {
	align-items: center;
	display: flex;
	margin-top: 15px;
}

.post-feed .post-footer-download {
	margin-left: 12px;
	margin-top: -1px;
}

@media (max-width:767px) {
	.post-feed .post+.post {
		margin-top: 30px;
	}

	.post-feed .post-media {
		margin-right: 20px;
		width: 80px;
	}

	.post-feed .post-media .button-play {
		height: 34px;
		margin-left: -17px;
		margin-top: -17px;
		width: 34px;
	}

	.post-feed .post-excerpt,.post-feed .post-media .letter {
		display: none;
	}
}

.single .single-media .post-media {
	margin: 0 auto 30px;
}

.single>.post-header {
	margin-bottom: 48px;
	text-align: center;
}

.page-template .single>.post-header {
	margin-top: var(--header-spacing);
}

.single>.post-header .post-title {
	font-size: 4rem;
	font-weight: 700;
}

.single>.post-header .post-meta {
	font-size: 1.3rem;
	margin-bottom: 16px;
}

.author-list {
	margin-top: 64px;
}

.author-list-title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .5px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.author {
	background-color: var(--light-gray-color);
	border-radius: 6px;
	display: flex;
	padding: 30px;
}

.author+.author {
	margin-top: 28px;
}

.author-image-placeholder {
	border-radius: 50%;
	flex-shrink: 0;
	height: 72px;
	margin-right: 20px;
	overflow: hidden;
	width: 72px;
}

.author-wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.author-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.author-name {
	font-size: 2rem;
	margin-bottom: 0;
}

.author-social {
	display: flex;
	gap: 10px;
}

.author-social-item {
	font-size: 16px;
	line-height: 0;
}

.author-meta {
	color: var(--secondary-text-color);
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 4px;
	text-transform: uppercase;
}

.author-bio {
	font-size: 1.5rem;
	margin-top: 12px;
}

@media (max-width:767px) {
	.author {
		background-color: transparent;
		padding: 0;
	}

	.author-image-placeholder {
		height: 60px;
		margin-right: 15px;
		width: 60px;
	}
}

.u-permalink {
	bottom: 0;
	outline: none;
	right: 0;
	z-index: 50;
}

.u-object-fit,.u-permalink {
	left: 0;
	position: absolute;
	top: 0;
}

.u-object-fit {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.u-overlay {
	position: relative;
}

.u-overlay:before {
	background-color: var(--black-color);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 1s var(--animation-base);
	z-index: 10;
}

.u-overlay.initialized:before {
	opacity: .4;
}

.u-placeholder {
	background-color: var(--light-gray-color);
	position: relative;
	z-index: 10;
}

.u-placeholder:before {
	content: "";
	display: block;
}

.u-placeholder.horizontal:before {
	padding-bottom: 50%;
}

.u-placeholder.rectangle:before {
	padding-bottom: 62.5%;
}

.u-placeholder.square:before {
	padding-bottom: 100%;
}

@media (max-width:767px) {
	.u-placeholder.horizontal:before {
		padding-bottom: 62.5%;
	}
}

.u-text-format {
	font-size: 16px;
}

.u-text-format>* {
	margin-bottom: 0;
}

.u-text-format>*+* {
	margin-top: 30px;
}

.u-text-format>:first-child {
	margin-top: 0!important;
}

.u-text-format>*+ol,.u-text-format>*+p,.u-text-format>*+ul {
	margin-top: 20px;
}

.u-text-format h1,.u-text-format h2,.u-text-format h3,.u-text-format h4,.u-text-format h5,.u-text-format h6 {
	margin-top: 30px;
}

.has-serif-title .u-text-format h1,.has-serif-title .u-text-format h2,.has-serif-title .u-text-format h3,.has-serif-title .u-text-format h4,.has-serif-title .u-text-format h5,.has-serif-title .u-text-format h6 {
	font-family: var(--font-serif);
	font-weight: 700;
}

.u-text-format h1+p,.u-text-format h2+p,.u-text-format h3+p,.u-text-format h4+p,.u-text-format h5+p,.u-text-format h6+p {
	margin-top: 15px;
}

.u-text-format h1 {
	font-size: 25px;
}

.u-text-format h2 {
	font-size: 22px;
}

.u-text-format h3 {
	font-size: 19px;
}

.u-text-format h4 {
	font-size: 16px;
	font-weight: 700;
}

.u-text-format h5 {
	font-size: 14px;
	font-weight: 700;
}

.u-text-format h6 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.u-text-format a {
	text-decoration: underline;
}

.u-text-format ol li:not(:first-child),.u-text-format ul li:not(:first-child) {
	margin-top: 10px;
}

.u-text-format>.kg-card,.u-text-format>.kg-card+* {
	margin-top: 45px;
}

.u-text-format hr,.u-text-format hr+* {
	margin-top: 40px;
}

.u-text-format blockquote,.u-text-format blockquote+* {
	margin-top: 30px;
}

.has-serif-body .u-text-format>blockquote,.has-serif-body .u-text-format>dl,.has-serif-body .u-text-format>ol,.has-serif-body .u-text-format>p,.has-serif-body .u-text-format>ul {
	font-family: var(--font-serif);
}
/*# sourceMappingURL=screen.css.map */

/*pagination*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 30px;
    padding: 0;
}
.pagination li.disabled {
    pointer-events: none;
}
.pagination li.prev {
    border-radius: 6px 3px 3px 6px;
}
.pagination li {
    margin-left: 5px;
    user-select: none;
    overflow: hidden;
    background: var(--sib-background);
    border-radius: 3px;
    box-shadow: var(--box-shadow-pager);
}
.pagination li a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 14px;
    color: var(--color-primary-text);
	

}
.pagination li.active {
    font-weight: 600;
    background: var(--ghost-accent-color);
    box-shadow: 0 3px 20px -2px var(--ghost-accent-color);
}
.pagination-font {  
    font-size: 20px;
}
.pagination li.active a {
    color: #fff;
}

/*脙茠脝鈥櫭冣€犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮ッ兤捗嗏€櫭兟⒚⑩€毬吢∶兤捗⑩偓拧脙鈥毭偮矫兤捗嗏€櫭冣€毭偮⒚兤捗偮⒚兟⒚⑩€毬吢∶冣€毭偮兤捗偮⒚兟⒚⑩€毬吢久冣€毭偮⒚兤捗嗏€櫭冣€犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮γ兤捗嗏€櫭兟⒚⑩€毬吢∶兤捗⑩偓拧脙鈥毭偮∶兤捗嗏€櫭兟⒚⑩€毬吢∶兤捗⑩偓拧脙鈥毭偮�*/
.archives-inner {
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative
}

/*.archives-inner .archives-content:before {
    content: "";
    position: absolute;
    height: 75%;
    border-left: 1px dashed #fff;
    left: 17px;
    top: 30px
}
*/
.archives-inner h2 {
    font-weight: 400;
    color: #666;
    padding-bottom: 15px;
    border-bottom: 1px dashed #fff;
    text-align: center
}

.archives-inner .archive-item.active .archive-posts {
    max-height: -moz-max-content;
    max-height: max-content;
    transition-timing-function: cubic-bezier(.5,0,.3,1);
    margin-top: 20px;
}

.archives-inner .archive-item {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.archives-inner .archive-item .archive-title {
    display: flex;
    align-items: center;
}

.archives-inner .archive-item .archive-title .archive-time svg {
    padding: 10px;
    border-radius: 100px;
    background: orange;
    background: var(--ghost-accent-color);
    color: #fff
}

.archives-inner .archive-item .archive-title h3 {
    letter-spacing: 1.2px;
    /* font-style: italic; */
    font-size: 30px;
    font-weight: 550;
    color: orange;
    color: var(--ghost-accent-color);
    margin-left: 10px
}

.archives-inner .archive-item .archive-title h3:hover {
    /*color: #ddd!important;*/
    cursor: pointer
}

.archives-inner .archive-item .archive-posts {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
}

.archives-inner .archive-item .archive-posts .archive-post-item {
    position: relative;
}

.archives-inner .archive-item .archive-posts .archive-post-item .archive-post-circle {
    height: 11px;
    width: 11px;
    background: orange;
    background: var(--ghost-accent-color);
    display: inline-block;
    position: absolute;
    margin-top: 22px;
    border-radius: 100px;
    /* left: 12px; */
}

.archives-inner .archive-item .archive-posts .archive-post-item .arrow-left-ar {
    width: 0;
    height: 0;
    display: block;
    float: left;
    margin-top: 10px;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #f5f5f5;
    margin-left: 26px
}

.archives-inner .archive-item .archive-posts .archive-post-item .brick {
    margin-left: 46px
}

.archives-inner .archive-item .archive-posts .archive-post-item .brick a {
    color: #7d7d7d;
    padding: 20px;
    background: rgba(124,139,154,.13);
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0px
}

.archives-inner .archive-item .archive-posts .archive-post-item .brick em {
    font-style: normal;
    margin-left: 5px
}

.archives-inner .archive-item .archive-posts .archive-post-item .brick .time {
    float: right;
    color: #ccc
}

.archives-inner .archive-item .archive-posts .archive-post-item .brick .time svg {
    margin: 3px
}
@media (max-width: 767px) {
    .archives-inner .archive-item.active .archive-posts {
    margin-left: -40px;
}
}

/*莽啪卢茅鈥斅�*/

.container {
	max-width:845px;
	padding:0 1.5rem;
	margin-left:auto;
	margin-right:auto; 
}
.container_m {
	margin-left: auto;
	margin-right:auto;
	max-width: 845px;
	padding:0 1.5rem;
	margin-top:3rem;
}
.container.page p {
	max-width:600px
}

.waterfall {
  column-count: 3;
  width: 100%;
  margin: 0 auto;
  column-gap: 15px;
}
.waterfall span {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.waterfall span img {
  display: block;
  width: 100%;
  }
.waterfall span:hover img {
  transform: rotate(0deg);
  transform: scale(1.05);
  transition: all 200ms linear;
  opacity: 1;
  filter: saturate(100%);
}

/*脙茠脝鈥櫭冣€犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮兤捗嗏€櫭兟⒚⑩€毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏€櫭冣€毭偮⒚兤捗偮⒚兟⒚⑩€毬吢∶冣€毭偮兤捗⑩偓娄脙鈥毭偮久兤捗嗏€櫭冣€犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮兤捗嗏€櫭兟⒚⑩€毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏€櫭兟⒚⑩€毬吢∶兤捗⑩偓拧脙鈥毭偮�*/
.post-list {
    padding: 0;
	list-style: none;
}

.moment .color-fg-muted {
    color: var(--color-accent-3);
}
.moment .post-list .operation {
    padding-top: 0.5rem;
    display: inline-flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.moment .post-list li{
	list-style:none;
	padding:.5rem 0;
	
}
.moment .post-list a{
	text-decoration:none;
	background:none;
	text-transform: none;
	color: var(--ghost-accent-color);
	word-break: break-word;
}
.moment-content-box{
	box-shadow:1px 3px 15px #8c959f26;
	padding:1rem;
	background: rgba(124,139,154,.13);
}

.moment .post-list p{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0.5rem;
}


.moment .post-list .operation a{
	color:var(--color-primary-text);
	padding-top:.5rem;
	
}

/*links_CSS*/
.linkpage ul {
	color:rgba(255,255,255,.15)
}
.linkpage ul:after {
	content:" ";
	clear:both;
	display:block
}
.linkpage li {
	margin-top: 0.8rem;
	float:left;
	width:48%;
	position:relative;
	transition:.3s ease-out;
	border-radius:5px;
	line-height:1.3;
	height:90px;
	display:block
}
.linkpage li:hover {
	background:rgba(155,155,155,.2);
	cursor:pointer
}
.linkpage li a {
	padding:0 10px 0 90px;
	text-decoration: none;
	box-shadow: none;
}
.linkpage li a img {
	width:60px;
	border-radius:50%;
	position:absolute;
	margin-top: 15px;
	left:15px;
	border:none;
	box-shadow: none;
}
.linkpage_links {
	color:var(--inkpage_links);
	font-size:18px;
	margin:0 0 7px;
	font-weight:400;
	padding-left:90px
}
.linkpage li a p {
	font-size:12px;
	color:#999;
	padding-left: 100px;
}
@media(max-width:460px) {
	.linkpage li {
	width:97%
}
.linkpage ul {
	padding-left:5px
}
}

/*莽鈥郝ヂ解€�*/
.catalog-content {
    overflow: auto;
    margin-top: -1rem;
}
.btn-catalog {
    display: none;
}
.post-catalog {
    position: absolute;
    top: 408px;
    right: 50px;
    width: calc(20% - 50px);
    font-size: 1.em;
    padding-left: 10px;
}
.post-catalog .title {
    color: var(--ghost-accent-color);
    font-size: 1.2em;
    font-weight: 600;
    padding: 15px 0;
    margin-left: 2.3rem;
}
.post-catalog li {
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 2;
}
.toc-link.active {
    color: var(--ghost-accent-color);
    opacity: 1;
}
.toc-link {
    position: relative;
    padding: 3px 5px;
    opacity: .8;
    border-left: 2px solid var(--ghost-accent-color);
}
@media (max-width: 1240px){
.btn-catalog {
    display: block;
}
.post-catalog.hidden {
    opacity: 0!important;
    top: 0!important;
    z-index: -1!important;
}
.post-catalog {
    top: 44px!important;
    bottom: unset!important;
    right: 0!important;
    width: unset!important;
    display: flex;
    justify-content: flex-end;
    padding: 10px!important;
    background-color: #fff;
    box-shadow: -1px 2px 5px #999;
    opacity: .9;
    z-index: 9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: all .2s ease;
}
}
/*鎮诞鎸夐挳*/
.action {
   /*pointer-events: none;*/
   position: fixed;
   bottom: 50px;
   right: 25px;
   z-index: 90;
}
.action svg{
	position: absolute;
    width: 25px;
    height: 25px;
	fill:var(--ghost-accent-color);
}

.action_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--color-lighter-gray);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%), 0 5px 20px rgb(0 0 0 / 20%);
}
.action_item.mode {
    pointer-events: auto;
    margin-bottom: 15px;
}
.action_item.mode svg {
    transform: scale(0);
    opacity: 0;
    transition: transform .85s,opacity .85s;
}
.action_item.mode svg.active {
    transform: scale(1);
    opacity: 1;
}

.back-to-top{
	pointer-events: auto;
    visibility: visible;
    transform: scale(1);
}
.back-to-top.hidden {
	pointer-events: none;
    visibility: hidden;
    transform: scale(0);
    transition: visibility .35s,transform .35s;
}

@media(prefers-color-scheme:dark) {
	:root {
	--color-mode:dark
}
:root:not([data-user-color-scheme]) {
    --color-primary-text: #333;
	--color-secondary-text: #999;
	--color-background: #fff;
	--color-white: #fff;
	--color-lighter-gray: #f6f6f6;
	--color-light-gray: #e6e6e6;
	--color-mid-gray: #ccc;
	--color-dark-gray: #444;
	--color-darker-gray: #15171a;
	--color-black: #000;
	--font-mono: Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;
	--head-nav-gap: 1.8rem;
	--h1-size: 4.6rem;
	--gap: 3.6rem;
	--ghost-accent-color:#fc7e0f;
	-sib-background: #fff;
	--box-shadow-pager: 0 0 3px 0 #cacaca;
	--brand-color: var(--ghost-accent-color,#fc7e0f);
	--primary-text-color: #5a656b;
	--secondary-text-color: #aaa;
	--white-color: #fff;
	--light-gray-color: #f6f6f6;
	--mid-gray-color: #e6e6e6;
	--dark-gray-color: #a8aab1;
	--darker-gray-color: #1a1a1a;
	--black-color: #000;
	--animation-base: ease-in-out;
	--font-sans: Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
	--font-serif: Lora,Times,serif;
	--content-font-size: 1rem;
}
}[data-user-color-scheme=dark] {
    /*--color-primary-text: #f5f5f5;*/
	--color-secondary-text: #999;
	--color-background: #111827;
	--color-white: #fff;
	--color-lighter-gray: #f6f6f6;
    --color-light-gray:#444 ;
	--color-mid-gray: #ccc;
	--color-dark-gray: #444;
	--color-darker-gray: #f5f5f5;
    --color-black: #000;
	--font-mono: Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;
	--head-nav-gap: 1.8rem;
    /* --h1-size: 4.6rem; 
    /* --gap: 3.6rem; */
	--ghost-accent-color:#fc7e0f;
    -sib-background: #fff;
	--box-shadow-pager: 0 0 3px 0 #cacaca;
	--brand-color: var(
    --ghost-accent-color,#fc7e0f);
	--primary-text-color: #5a656b;
	--secondary-text-color: #aaa;
	--white-color: #fff;
	--light-gray-color: #f6f6f6;
	--mid-gray-color: #e6e6e6;
	--dark-gray-color: #a8aab1;
    --darker-gray-color: #1a1a1a;
    --black-color: #000;
	--animation-base: ease-in-out;
	/*--font-sans: Poppins,
    -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
	--font-serif: Lora,Times,serif;*/
	--font-sans: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	--content-font-size: 1rem;
}

.tags{
	margin: 0 auto;
	max-width: 840px;
	padding-bottom: 4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}
.tags a {
	display: inline-flex;
	align-items: center;
	border-radius: 9999px;
    background-color:rgb(106 150 191 / 23%);
	font-size: rem;
	padding-left: 0.5rem;
    padding-right: 0.5rem;
	column-gap: 0.375rem;
	
}
.tags sup {
    top: -0.5em;
	font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
@media (max-width:767px) {
	.tags {
		margin-left: 1.1rem;
		margin-right: 0.1rem;
	}
}
.tags_name{
	margin: 0 auto;
    max-width: 840px;
    padding-bottom: 3rem;
	font-size: 1.8rem;
    font-weight: 550;
    color: var(--ghost-accent-color);
	text-align:center
}

.categories{
	margin-bottom: 2rem;
	padding-bottom: 4rem;
	margin-left:-2.4rem;
	
}
.categories ul {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 1.2rem;
	line-height: 1rem;
	gap: 0.5rem;
	list-style: none;
}

.categories ul li{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
	background-color:rgb(106 150 191 / 23%);
	border-radius: 9px;
	padding-left: 0.1rem;
    padding-right: 0.1rem;
	column-gap: 0.375rem;
}

.categories ul li a{
    padding: 0.8rem 1rem;
}

.categories ul li a.active{
	background-color:var(--ghost-accent-color);
	border-radius: 9px;

}
@media (max-width:767px) {
	.categories{
		margin-bottom: 2rem;
		padding-bottom: 4rem;
		margin: 0 auto;	
}
}