@font-face {
	font-family: Domine;
	src: url('../dynamic/fonts/domine/domine.woff2') format('woff2 supports variations'), url('../dynamic/fonts/domine/domine.woff2') format('woff2-variations');
	font-weight: 400 700;
	font-display: swap;
	font-style: normal
}

:root {
	--page-margin: 6vw;
	--page-width: 1200px;
	--entry-width: 90ch; /*default values is 62ch */
	--header-height: 4rem;
	--border-radius: 8px;
	--card-image-height: 9rem;
	--body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--heading-font: 'Domine', serif;
	--logo-font: var(--heading-font);
	--menu-font: var(--body-font);
	--font-weight-normal: 400;
	--font-weight-bold: 600;
	--headings-weight: 600;
	--headings-transform: none;
	--line-height: 1.6;
	--white: #FFFFFF;
	--black: #000000;
	--dark: #101011;
	--gray-1: #343435;
	--gray-2: #6D6E6F;
	--light: #D5D5D5;
	--lighter: #F3F3F3;
	--color: #FF5151;
	--color-rgb: 255, 81, 81;
	--text-color: #343435;
	--headings-color: #101011;
	--link-color: #FF5151;
	--link-color-hover: #101011
}



aside,article{
    display: block;
}
a {
	color: var(--link-color);
	text-decoration: none;
	-webkit-transition: all .12s linear;
	transition: all .12s linear
}

a:hover {
	color: var(--link-color-hover)
}

a:active {
	color: var(--link-color-hover)
}

a:focus {
	color: var(--link-color-hover);
	outline: 0
}
.wrapper {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--page-width);
    padding: 0 var(--page-margin);
    background: var(--white);
	color: var(--text-color);
	font-family: var(--body-font);
	font-variation-settings: "wght" var(--font-weight-normal);
	line-height: var(--line-height);
	padding-top: calc(var(--header-height) + 3rem);
	overflow-x: hidden;
  }

  .post {
	position: relative
}

.post__inner {
	max-width: var(--entry-width);
	margin: auto
}

.post__header {
	padding-bottom: calc(2.5rem + 1vw);
	text-align: center
}

.post__title {
	margin-top: .5rem;
	color: var(--headings-color);
	font-family: var(--body-font);
	font-weight: 600;
	font-variation-settings: "wght" var(--headings-weight);
	line-height: 1.2;
	text-transform: var(--headings-transform);
	
}

.post__meta {
	color: var(--gray-2);
	font-size: .7901234568rem;
	margin-top: 1rem
}

.post__meta>* {
	display: inline-block;
	margin-right: 1rem
}

.post__maintag {
	display: block;
	font-size: .7901234568rem;
	font-variation-settings: "wght" var(--font-weight-bold)
}

.post__comments>a {
	display: block
}

.post__comments>a svg {
	fill: currentColor;
	height: 16px;
	margin-right: .2rem;
	width: 16px
}

.post__featured-image {
	display: block;
	margin-top: 0;
	text-align: center
}

.post__featured-image>img {
	border-radius: var(--border-radius)
}

.post__image>img {
	border-radius: var(--border-radius)
}

.post__image--left {
	float: left;
	margin-bottom: 1.5rem;
	margin-right: 1.5rem;
	max-width: 50%
}

.post__image--right {
	float: right;
	margin-bottom: 1.5rem;
	margin-left: 1.5rem;
	max-width: 50%
}

.post__image--center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.post__image--wide {
	display: block
}

@media all and (min-width:56.25em) {
	.post__image--wide {
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		padding: 0 var(--page-margin);
		text-align: center
	}

	.post__image--wide a,
	.post__image--wide img {
		display: block;
		height: auto;
		margin: auto;
		max-width: var(--page-width);
		width: 100%
	}
}

.post__image--full {
	display: block;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	text-align: center
}

.post__image--full a,
.post__image--full img {
	display: block;
	height: auto;
	width: 100%
}

.post__iframe,
.post__video {
	position: relative;
	display: block;
	margin-top: calc(1.5rem + .5vw);
	margin-bottom: calc(1.5rem + .5vw);
	overflow: hidden;
	padding: 0;
	width: 100%
}

.post__iframe::before,
.post__video::before {
	display: block;
	content: "";
	padding-top: var(--embed-aspect-ratio)
}

.post__iframe iframe,
.post__iframe video,
.post__video iframe,
.post__video video {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%
}

.post__entry {
  margin-bottom: 2rem;
  font-family: Segoe UI, Helvetica Neue, Helvetica, sans-serif; 
  /*font-family: "Work Sans",sans-serif;
  line-height: 26px; */
  color: #343435;
  font-size: 20px;
  font-weight: 400;
}

.post__entry > h2{
  border-bottom: 1px solid #d5d5d5;
  padding: 6px 10px 5px 0 !important;
  background: -webkit-linear-gradient(180deg,#fff 25%,#eeeeee 75%,aliceblue);
  border-radius: 0 7px 0 0;
  color: #777;
  margin-top: 16px;

}

.post__entry>:first-child {
	margin-top: 0
}

.post__entry a:hover {
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink
}

.post__toc h3 {
	font-size: clamp(1rem, 1rem + .125 * ((100vw - 20rem) / 86), 1.125rem)
}

.post__toc ul {
	counter-reset: item;
	list-style: decimal;
	margin: calc(.5rem + .25vw) 0 calc(1.5rem + .25vw) 2ch
}

.post__toc ul li {
	counter-increment: item;
	padding: 0
}

.post__toc ul ul {
	margin-top: 0
}

.post__toc ul ul li {
	display: block
}

.post__toc ul ul li:before {
	content: counters(item, ".") ". ";
	margin-left: -20px
}

.post__last-updated {
	color: var(--gray-2);
	font-size: .7901234568rem;
	font-style: italic;
	margin: 1rem 0 0
}

.post__tags-share {
	display: flex;
	justify-content: space-between;
	margin-top: calc(1rem + .5vw)
}

.post__tag {
	margin: 0;
	padding: o;
}

.post__tag li {
	display: inline-block;
	list-style: none;
	padding: 0 .5rem .5rem 0
}

.post__tag li>a {
	background: var(--lighter);
	border-radius: 3px;
	color: var(--dark);
	display: block;
	font-family: var(--heading-font);
	font-size: .7901234568rem;
	font-variation-settings: "wght" var(--font-weight-bold);
	padding: .25rem .5rem
}

.post__tag li>a:hover {
	background: var(--dark);
	color: var(--white)
}

.post__share {
	flex-shrink: 1
}

.post__share>a {
	display: inline-block;
	margin: 0 .25rem
}

.post__share>a svg {
	fill: var(--gray-1);
	height: .888rem;
	margin: 0 auto;
	pointer-events: none;
	-webkit-transition: all .12s linear 0s;
	transition: all .12s linear 0s;
	vertical-align: text-bottom;
	width: .888rem
}

.post__nav {
	display: flex;
	justify-content: space-between;
	margin: calc(2rem + 1vw) 0 0;
	margin-bottom:100px;
}

.post__nav__link {
	color: var(--gray-2) !important;
	display: block;
	font-size: .624295077rem;
	text-transform: uppercase;
	-webkit-transition: all .12s linear;
	transition: all .12s linear
}

.post__nav__link:hover h3 {
	color: var(--link-color)
}

.post__nav h3 {
	font-size: 1rem;
	position: relative;
	-webkit-transition: all .12s linear;
	transition: all .12s linear;
	margin: .25rem 0 0
}

.post__nav__prev {
	flex-basis: 50%;
	text-align: left
}

.post__nav__next {
	flex-basis: 50%;
	margin-left: auto;
	text-align: right
}

.post__bio {
	border-radius: 12px;
	-webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .08);
	box-shadow: 0 0 32px rgba(0, 0, 0, .08);
	display: flex;
	font-size: .8888888889rem;
	margin-top: calc(2rem + 1vw);
	padding: 2.25rem
}

.bio__avatar {
	border-radius: var(--border-radius);
	flex-shrink: 0;
	height: 5rem;
	margin-right: 1.75rem;
	width: 5rem
}

.bio__name {
	margin: 0
}

.bio__desc {
	margin-top: .75rem
}

.bio__desc>:first-child {
	margin-top: 0
}

.post__related {
	background: var(--lighter);
	margin: calc(3rem + 1vw) 0 -4.5rem;
	padding: 2rem 0 3rem
}

.post__related h2 {
	margin-bottom: calc(.75rem + .5vw)
}

.comments-area {
	border-top: 1px solid var(--lighter);
	margin-top: calc(2rem + 1vw)
}

.banner {
	text-align: center
}

.banner--before-post {
	margin-bottom: 3rem
}

@media all and (min-width:56.25em) {
	.banner--before-post {
		margin-bottom: 3.75rem
	}
}

.banner--after-post {
	margin-top: calc(1.5rem + 1vw)
}

