.post-content * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

.post-content p,
.post-content ol,
.post-content ul,
.post-content dl,
.post-content dt {
	letter-spacing: normal;
}

.post-content p,
.post-content ul,
.post-content ol,
.post-content blockquote {
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.post-content code,
.post-content kbd,
.post-content samp {
	background: rgba(0, 0, 0, 0.075);
}

.post-content code,
.post-content kbd,
.post-content pre,
.post-content samp {
	font-family: monospace;
	color: inherit;
	font-size: 15px;
}

.post-content pre {
	border: 1px solid #dcd7ca;
	line-height: 1.5;
	margin: 40px 0;
	overflow: auto;
	padding: 30px;
	text-align: left;
}

.post-content a,
.post-content a:focus,
.post-content a:hover {
	color: #cd2653;
	text-decoration: underline;
}

.post-content img {
	height: auto;
	max-width: 100%;
}

.post-content img[data-wp-more] {
	height: 16px;
}

.post-content hr {
	border: none;
	border-top: 1px solid #dcd7ca;
	margin: 2em auto;
	width: 100%;
}

.post-content hr:not(.is-style-dots) {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	border: none;
	color: #6d6d6d;
	height: 1px;
	margin: 80px 0;
	overflow: visible;
	position: relative;
}

.post-content hr:not(.is-style-dots)::before,
.post-content hr:not(.is-style-dots)::after {
	background: currentColor;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	transform: rotate(22.5deg);
	width: 1px;
}

.post-content hr::before {
	left: calc(50% - 5px);
}

.post-content hr::after {
	right: calc(50% - 5px);
}

.post-content dt {
	font-weight: 600;
}

.post-content dd {
	line-height: 1.5;
}

.post-content dd + dt {
	margin-top: 1.5rem;
}


/* Font Families ----------------------------- */

.post-content figcaption,
.post-content .wp-caption-text,
.post-content .wp-caption-dd,
.post-content cite,
.post-content table {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}

@supports ( font-variation-settings: normal ) {

	.post-content figcaption,
	.post-content .wp-caption-text,
	.post-content .wp-caption-dd,
	.post-content cite,
	.post-content table {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}


/* Titles ------------------------------------ */

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	letter-spacing: -0.0415625em;
	line-height: 1.25;
	margin: 40px 0 25px;
}

.post-content h1 {
	font-size: 84px;
	font-weight: 800;
	line-height: 1.138888889;
}

.post-content h2 {
	font-size: 48px;
}

.post-content h3 {
	font-size: 40px;
}

.post-content h4 {
	font-size: 32px;
}

.post-content h5 {
	font-size: 24px;
}

.post-content h6 {
	font-size: 18px;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}

/* Blockquote -------------------------------- */

.post-content blockquote {
	border-style: solid;
	border: none;
	border-left: 2px solid #cd2653;
	margin: 0 0 1.6em 0;
	padding: 0.25em 0 0.25em 1em;
}

.post-content blockquote p {
	font-style: normal;
	font-weight: 400;
	margin: 0;
}

.post-content cite {
	color: #6d6d6d;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
}

.post-content blockquote cite {
	display: block;
	margin-top: 20px;
}


/* Lists ------------------------------------- */

.post-content ul {
	margin-left: 1.5em;
	padding-left: 0;
	list-style: disc;
}

.post-content ol {
	margin-left: 1.5em;
	padding-left: 0;
	list-style: square;
	list-style-type: decimal;
}

.post-content ul ul {
	list-style: circle;
}

.post-content ul ul ul {
	list-style: square;
}

.post-content ol ol {
	list-style: lower-alpha;
}

.post-content ol ol ol {
	list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content ol > li:first-child,
.post-content ul > li:first-child {
	margin-top: 0.5em;
}


/* Post Media -------------------------------- */

.post-content figure,
.post-content video {
	display: block;
	margin: 0;
}

.post-content .wp-caption {
	margin-bottom: 1.5em;
}

.post-content img.alignleft,
.post-content .alignleft img,
.post-content img.aligncenter,
.post-content .aligncenter img,
.post-content img.alignright,
.post-content .alignright img,
.post-content img.alignnone,
.post-content .alignnone img {
	display: block;
}

.post-content .aligncenter,
.post-content .alignnone,
.post-content .alignwide,
.post-content .alignfull {
	margin: 50px auto;
}

.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 25px;
	max-width: 50%;
}

.post-content .wp-caption img {
	display: block;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {

	/*rtl:ignore*/
	float: left;
	margin-right: 25px;
	max-width: 260px;
}

.post-content .alignright {

	/*rtl:ignore*/
	float: right;
	margin-left: 25px;
	max-width: 260px;
}

.post-content .wpview[data-wpview-type="gallery"] + .wpview[data-wpview-type="gallery"] {
	margin-top: -34px;
}

.post-content figcaption,
.post-content .wp-caption-text,
.post-content .wp-caption-dd,
.post-content .gallery-caption {
	color: #6d6d6d;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin: 18px 0 0;
}

.post-content figcaption a,
.post-content .wp-caption-text a,
.post-content .wp-caption-dd a,
.post-content .gallery-caption a {
	color: inherit;
}


/* Tables ------------------------------------ */

.post-content table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 18px;
	width: 100%;
}

.post-content th,
.post-content td {
	line-height: 1.2;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

.post-content caption {
	text-align: center;
	padding: 0.5em;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th {
	text-align: left;
}


/* Forms ------------------------------------- */

.post-content fieldset {
	border: 2px solid #dcd7ca;
	padding: 30px;
}

.post-content fieldset legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 15px;
}

.post-content label {
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.post-content input,
.post-content textarea {
	border-color: #dcd7ca;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

.post-content input[type="text"],
.post-content input[type="password"],
.post-content input[type="email"],
.post-content input[type="url"],
.post-content input[type="date"],
.post-content input[type="month"],
.post-content input[type="time"],
.post-content input[type="datetime"],
.post-content input[type="datetime-local"],
.post-content input[type="week"],
.post-content input[type="number"],
.post-content input[type="search"],
.post-content input[type="tel"],
.post-content input[type="color"],
.post-content textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	border-radius: 3px;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	max-width: 100%;
	padding: 13.5px 18px;
	width: 100%;
	word-break: normal;
}

.post-content textarea {
	height: 200px;
	line-height: 1.5;
	width: 100%;
}

.post-content button,
.post-content .faux-button,
.post-content .wp-block-button__link,
.post-content .wp-block-file__button,
.post-content input[type="button"],
.post-content input[type="reset"],
.post-content input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #cd2653;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.post-content button:focus,
.post-content button:hover,
.post-content .faux-button:hover,
.post-content .faux-button:focus,
.post-content .wp-block-button__link:focus,
.post-content .wp-block-button__link:hover,
.post-content .wp-block-file__button:focus,
.post-content .wp-block-file__button:hover,
.post-content input[type="button"]:focus,
.post-content input[type="button"]:hover,
.post-content input[type="reset"]:focus,
.post-content input[type="reset"]:hover,
.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:hover {
	color: #fff;
	text-decoration: underline;
}

.wp-block-button:not(.alignleft):not(.alignright) {
	margin-bottom: 30px;
	margin-top: 30px;
}

/* BUTTON ALIGN: CENTER */

.wp-block-button.aligncenter {
	text-align: center;
}

/* BUTTON STYLE: OUTLINE */

.post-content .is-style-outline .wp-block-button__link,
.post-content .is-style-outline .wp-block-button__link:focus,
.post-content .is-style-outline .wp-block-button__link:hover {
	color: #cd2653;
}

.post-content .is-style-outline .wp-block-button__link {
	background: none;
	border: 2px solid currentColor;
	padding: calc(1.1em - 2px) calc(1.44em - 2px);
}

/* BUTTON STYLE: SQUARED */

.post-content .is-style-squared .wp-block-button__link {
	border-radius: 0;
}


/* Blocks ------------------------------------ */

/* BLOCK: HELPER CLASSES */

.post-content .has-background {
	padding: 20px;
}

/* BLOCK: GALLERY */

.post-content ul.wp-block-gallery {
	list-style: none;
	margin-left: 0;
}

.post-content ul.wp-block-gallery li {
	margin-left: 0;
}
