/* block Editor Styles */
.wp-block-freeform.block-library-rich-text__tinymce {
	/* Gallery */
	/* Image */
	/* Captions */
	/* Make sure embeds and iframes fit their containers. */
	/* WordPress media elements */
	/* Smiley */
	/* Meta Js */
	/* Responsive embedded videos in TinyMCE Editor. */
	/*
	 * 3.0 - HTML Tags
	 */
	/* Headings */
	/* Links */
	/* Lists */
	/* Misc */
	/* Code */
	/* Blockquote */
	/* Table */
}

.wp-block-freeform.block-library-rich-text__tinymce .alignleft {
	float: left;
	margin: 0.4375rem 1.75rem 0.875rem 0;
}

.wp-block-freeform.block-library-rich-text__tinymce .alignright {
	float: right;
	margin: 0.4375rem 0 0.875rem 1.75rem;
}

.wp-block-freeform.block-library-rich-text__tinymce .aligncenter {
	display: block;
	clear: both;
	margin: 0 auto 1.75rem;
}

.wp-block-freeform.block-library-rich-text__tinymce .alignnone {
	float: none;
	margin: 0 auto 1.75rem;
}

.wp-block-freeform.block-library-rich-text__tinymce p .alignnone {
	margin: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery:after {
	display: table;
	clear: both;
	content: "";
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	margin: 0 0 6px;
	padding: 0 3px;
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery br {
	display: none;
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item a,
.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item a:hover,
.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item a:focus {
	display: block;
	max-width: 100%;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-columns-1 .gallery-item {
	width: 100%;
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-columns-2 .gallery-item {
	width: 50%;
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item .gallery-icon {
	position: relative;
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item .gallery-icon a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item .gallery-icon a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item .gallery-icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item .gallery-icon:after {
	display: block;
	width: 100%;
	padding-top: 75%;
	content: "";
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	max-height: 50%;
	margin: 0 3px;
	padding: 0.875em;
	-webkit-transition: opacity 0.25s ease;
	        transition: opacity 0.25s ease;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(rgba(54, 54, 54, 0.6)), color-stop(85%, rgba(54, 54, 54, 0.4)));
	background: linear-gradient(to right, rgba(54, 54, 54, 0.6), rgba(54, 54, 54, 0.4) 85%);
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption.wp-caption-text {
	color: #fff;
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item:hover .gallery-caption {
	opacity: 1;
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery img {
	display: block;
	margin: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.wp-block-freeform.block-library-rich-text__tinymce a img {
	display: block;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-caption {
	max-width: 100%;
	margin-bottom: 1.75rem;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-caption-text {
	font-size: 0.7559rem;
	line-height: 2.31512;
	padding-top: 0.875em;
	color: #606060;
}

.wp-block-freeform.block-library-rich-text__tinymce embed,
.wp-block-freeform.block-library-rich-text__tinymce iframe,
.wp-block-freeform.block-library-rich-text__tinymce object,
.wp-block-freeform.block-library-rich-text__tinymce video {
	max-width: 100%;
	margin-bottom: 1.75em;
	vertical-align: middle;
}

.wp-block-freeform.block-library-rich-text__tinymce p > embed,
.wp-block-freeform.block-library-rich-text__tinymce p > iframe,
.wp-block-freeform.block-library-rich-text__tinymce p > object,
.wp-block-freeform.block-library-rich-text__tinymce p > video {
	margin-bottom: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-audio-shortcode {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-video {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
	padding-bottom: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-playlist-item .wp-playlist-caption {
	padding: 0.7em 0;
	border-bottom: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-playlist-item .wp-playlist-item-length {
	top: 0.7em;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-playlist-caption:focus {
	outline: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.wp-block-freeform.block-library-rich-text__tinymce .mejs-container {
	margin-bottom: 1.75rem;
}

.wp-block-freeform.block-library-rich-text__tinymce .mce-content-body [data-wpview-type="embedURL"] {
	position: relative;
}

.wp-block-freeform.block-library-rich-text__tinymce .mce-content-body [data-wpview-type="embedURL"]:after {
	display: block;
	width: auto;
	max-height: 100vh;
	padding-top: 56.25%;
	content: "";
}

.wp-block-freeform.block-library-rich-text__tinymce .mce-content-body [data-wpview-type="embedURL"] iframe,
.wp-block-freeform.block-library-rich-text__tinymce .mce-content-body [data-wpview-type="embedURL"] object,
.wp-block-freeform.block-library-rich-text__tinymce .mce-content-body [data-wpview-type="embedURL"] embed,
.wp-block-freeform.block-library-rich-text__tinymce .mce-content-body [data-wpview-type="embedURL"] video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce body {
	font-family: sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.75;
	margin: 1rem;
	word-wrap: break-word;
	color: #363636;
	background-color: #fff;
}

.wp-block-freeform.block-library-rich-text__tinymce h1,
.wp-block-freeform.block-library-rich-text__tinymce h2,
.wp-block-freeform.block-library-rich-text__tinymce h3,
.wp-block-freeform.block-library-rich-text__tinymce h4,
.wp-block-freeform.block-library-rich-text__tinymce h5,
.wp-block-freeform.block-library-rich-text__tinymce h6 {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	margin: 0 0 1.75rem;
	letter-spacing: normal;
	color: #222;
}

.wp-block-freeform.block-library-rich-text__tinymce h1 {
	font-size: 2.013rem;
	line-height: 1.7387;
}

.wp-block-freeform.block-library-rich-text__tinymce h2 {
	font-size: 1.75rem;
	line-height: 1.15;
}

.wp-block-freeform.block-library-rich-text__tinymce h3 {
	font-size: 1.323rem;
	line-height: 1.32275;
}

.wp-block-freeform.block-library-rich-text__tinymce h4 {
	font-size: 1.128em;
	line-height: 1.55142;
}

.wp-block-freeform.block-library-rich-text__tinymce h5 {
	font-size: 1rem;
	line-height: 1.75;
}

.wp-block-freeform.block-library-rich-text__tinymce h6 {
	font-size: 0.8865rem;
	line-height: 1.97406;
}

.wp-block-freeform.block-library-rich-text__tinymce a {
	text-decoration: none;
	color: #e22c2f;
}

.wp-block-freeform.block-library-rich-text__tinymce a:hover {
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce a:focus {
	outline: thin dotted;
	outline-offset: -0.05em;
}

.wp-block-freeform.block-library-rich-text__tinymce ol,
.wp-block-freeform.block-library-rich-text__tinymce ul {
	margin: 0 0 1.75rem;
	padding: 0 0 0 1em;
}

.wp-block-freeform.block-library-rich-text__tinymce ol ol,
.wp-block-freeform.block-library-rich-text__tinymce ol ul,
.wp-block-freeform.block-library-rich-text__tinymce ul ol,
.wp-block-freeform.block-library-rich-text__tinymce ul ul {
	font-size: 0.8865rem;
	line-height: 1.97406;
	margin: 0.875rem 0;
	padding: 0 0 0 1.75em;
}

.wp-block-freeform.block-library-rich-text__tinymce address,
.wp-block-freeform.block-library-rich-text__tinymce p {
	margin: 0 0 1.75rem;
}

.wp-block-freeform.block-library-rich-text__tinymce hr {
	overflow: visible;
	height: 1px;
	margin-bottom: 1.75rem;
	border: 0;
	background-color: #e6e6e6;
}

.wp-block-freeform.block-library-rich-text__tinymce abbr,
.wp-block-freeform.block-library-rich-text__tinymce dfn[title],
.wp-block-freeform.block-library-rich-text__tinymce acronym {
	cursor: help;
	border-bottom: 1px dotted #e6e6e6;
}

.wp-block-freeform.block-library-rich-text__tinymce dfn,
.wp-block-freeform.block-library-rich-text__tinymce cite,
.wp-block-freeform.block-library-rich-text__tinymce em,
.wp-block-freeform.block-library-rich-text__tinymce i {
	font-style: italic;
}

.wp-block-freeform.block-library-rich-text__tinymce mark,
.wp-block-freeform.block-library-rich-text__tinymce ins {
	color: #363636;
	background: #fafafa;
}

.wp-block-freeform.block-library-rich-text__tinymce dl,
.wp-block-freeform.block-library-rich-text__tinymce dd {
	margin: 0 0 1.75rem;
}

.wp-block-freeform.block-library-rich-text__tinymce dt {
	font-weight: 700;
}

.wp-block-freeform.block-library-rich-text__tinymce figure {
	margin: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce code,
.wp-block-freeform.block-library-rich-text__tinymce kbd,
.wp-block-freeform.block-library-rich-text__tinymce tt,
.wp-block-freeform.block-library-rich-text__tinymce var,
.wp-block-freeform.block-library-rich-text__tinymce samp,
.wp-block-freeform.block-library-rich-text__tinymce pre {
	font-family: "Andale Mono", AndaleMono, "Lucida Console", monospace;
	font-size: 0.8865rem;
	line-height: 1.97406;
}

.wp-block-freeform.block-library-rich-text__tinymce pre {
	overflow: auto;
	max-width: 100%;
	margin: 0 0 1.75rem;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: #f5f5f5;
}

.wp-block-freeform.block-library-rich-text__tinymce code {
	padding: 0.125em 0.25em;
	background-color: #f5f5f5;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote {
	font-size: 1.323rem;
	line-height: 1.32275;
	position: relative;
	margin-top: 0;
	margin-bottom: 1.75rem;
	margin-left: 0;
	padding-left: 2.5em;
	color: #757575;
	border-left-width: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote > p {
	margin-bottom: 0.875rem;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote > p:last-child {
	margin-bottom: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
	font-size: 0.7559rem;
	font-style: normal;
	line-height: 2.31512;
	display: block;
	margin-top: 0.4375rem;
	color: #757575;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote:before {
	font-family: "georgia";
	font-size: 50px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	content: "\201C";
	color: #464646;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-block-pullquote {
	padding: 0;
	border-top-width: 0;
	border-bottom-width: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-block-pullquote blockquote,
.wp-block-freeform.block-library-rich-text__tinymce blockquote.wp-block-pullquote {
	margin-right: 0;
	margin-bottom: 0;
	padding: 3em 0;
	text-align: center;
	color: #757575;
	border-top: 4px solid currentColor;
	border-bottom: 4px solid currentColor;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-block-pullquote blockquote > p,
.wp-block-freeform.block-library-rich-text__tinymce blockquote.wp-block-pullquote > p {
	font-size: 1.323rem;
	line-height: 1.32275;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-block-pullquote blockquote cite,
.wp-block-freeform.block-library-rich-text__tinymce blockquote.wp-block-pullquote cite {
	font-size: 0.7559rem;
	font-style: normal;
	line-height: 2.31512;
	display: block;
	margin-top: 0.4375rem;
	color: #757575;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-block-pullquote blockquote:before,
.wp-block-freeform.block-library-rich-text__tinymce blockquote.wp-block-pullquote:before {
	content: none;
}

.wp-block-freeform.block-library-rich-text__tinymce table {
	width: 100%;
	margin-bottom: 1.75rem;
	border-spacing: 0;
	border-collapse: collapse;
}

.wp-block-freeform.block-library-rich-text__tinymce table td,
.wp-block-freeform.block-library-rich-text__tinymce table th {
	padding: 0.4em;
	text-align: left;
	border-bottom: 0.1rem solid #e6e6e6;
}

.wp-block-freeform.block-library-rich-text__tinymce table td:first-child,
.wp-block-freeform.block-library-rich-text__tinymce table th:first-child {
	padding-left: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce table td:last-child,
.wp-block-freeform.block-library-rich-text__tinymce table th:last-child {
	padding-right: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce a.button {
	font-family: Montserrat, sans-serif;
	font-size: 0.7862rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 0.875em 1.3125em;
	-webkit-transition: -webkit-box-shadow 0.15s linear;
	        transition: -webkit-box-shadow 0.15s linear;
	        transition:         box-shadow 0.15s linear;
	        transition:         box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
	text-decoration: none;
	letter-spacing: 0.046875em;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-radius: 25px;
	background-color: #e22c2f;
}

.wp-block-freeform.block-library-rich-text__tinymce a.button:hover,
.wp-block-freeform.block-library-rich-text__tinymce a.button:focus {
	cursor: pointer;
	border: none;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.wp-block-freeform.block-library-rich-text__tinymce a.button:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

.wp-block-freeform.block-library-rich-text__tinymce a.cta.button {
	background-color: #017e3a;
}

.wp-block-freeform.block-library-rich-text__tinymce a.button:disabled,
.wp-block-freeform.block-library-rich-text__tinymce a.button.disabled,
.wp-block-freeform.block-library-rich-text__tinymce a.button:disabled[disabled] {
	opacity: 0.7;
}

.wp-block-freeform.block-library-rich-text__tinymce a.button:disabled:hover,
.wp-block-freeform.block-library-rich-text__tinymce a.button.disabled:hover,
.wp-block-freeform.block-library-rich-text__tinymce a.button:disabled[disabled]:hover {
	cursor: not-allowed;
}

body.block-editor-page #editor .edit-post-visual-editor,
body.block-editor-page #editor .edit-post-visual-editor p,
body.block-editor-page #editor .editor-block-list__block {
	font-family: Montserrat, sans-serif;
}

body.block-editor-page #editor .edit-post-visual-editor .editor-post-title textarea.editor-post-title__input,
body.block-editor-page #editor .editor-block-list__block h1,
body.block-editor-page #editor .editor-block-list__block h2,
body.block-editor-page #editor .editor-block-list__block h3,
body.block-editor-page #editor .editor-block-list__block h4,
body.block-editor-page #editor .editor-block-list__block h5 {
	font-family: Poppins, sans-serif;
}

body.block-editor-page #editor .editor-post-title textarea.editor-post-title__input {
	font-size: 1.75rem;
	line-height: 1.15;
	margin-bottom: 0.4375rem;
}

body.block-editor-page #editor .editor-post-title__block {
	max-width: 700px;
}

body.block-editor-page #editor .editor-block-list__block {
	max-width: 700px;
}

body.block-editor-page #editor .editor-block-list__block[data-align="wide"] {
	max-width: 890px;
}

body.block-editor-page #editor .editor-block-list__block[data-align="full"] {
	max-width: none;
}

body.block-editor-page #editor .editor-block-list__block[data-align="left"] .editor-block-list__block-edit {
	float: left;
	margin: 0.875rem 1.75rem 0.875rem 0;
}

body.block-editor-page #editor .editor-block-list__block[data-align="left"][data-type="core/image"] {
	height: auto;
}

body.block-editor-page #editor .editor-block-list__block[data-align="left"][data-type="core/image"] .editor-block-list__block-edit {
	float: none;
	margin: 0;
}

body.block-editor-page #editor .editor-block-list__block[data-align="left"][data-type="core/image"] .editor-block-list__block-edit img {
	width: 100%;
}

body.block-editor-page #editor .editor-block-list__block[data-align="left"][data-type="core/image"] .wp-block-image {
	margin: 0 auto;
}

body.block-editor-page #editor .editor-block-list__block[data-align="left"][data-type="core/pullquote"] {
	height: auto;
}

body.block-editor-page #editor .editor-block-list__block[data-align="left"][data-type="core/pullquote"] .editor-block-list__block-edit {
	float: none;
	margin: 0;
}

body.block-editor-page #editor .editor-block-list__block[data-align="right"] .editor-block-list__block-edit {
	float: right;
	margin: 0.875rem 0 0.875rem 1.75rem;
}

body.block-editor-page #editor .editor-block-list__block[data-align="right"][data-type="core/image"] {
	height: auto;
}

body.block-editor-page #editor .editor-block-list__block[data-align="right"][data-type="core/image"] .editor-block-list__block-edit {
	float: none;
	margin: 0;
}

body.block-editor-page #editor .editor-block-list__block[data-align="right"][data-type="core/image"] .editor-block-list__block-edit img {
	width: 100%;
}

body.block-editor-page #editor .editor-block-list__block[data-align="right"][data-type="core/image"] .wp-block-image {
	margin: 0 auto;
}

body.block-editor-page #editor .editor-block-list__block[data-align="right"][data-type="core/pullquote"] {
	height: auto;
}

body.block-editor-page #editor .editor-block-list__block[data-align="right"][data-type="core/pullquote"] .editor-block-list__block-edit {
	float: none;
	margin: 0;
}

.edit-post-visual-editor,
.edit-post-visual-editor p,
.editor-block-list__block.editor-block-list__block,
.editor-block-list__block.editor-block-list__block p {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.75;
	word-wrap: break-word;
	color: #464646;
}

.edit-post-visual-editor p.wp-block-cover-image-text,
.edit-post-visual-editor p.wp-block-cover-text,
.editor-block-list__block.editor-block-list__block p.wp-block-cover-image-text,
.editor-block-list__block.editor-block-list__block p.wp-block-cover-text {
	font-size: 2em;
	color: #fff;
}

.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.wp-block-heading h5,
.wp-block-heading h6 {
	font-weight: 700;
	margin: 0 0 1.75rem;
}

.wp-block-heading h2 {
	font-size: 1.75rem;
	line-height: 1.15;
}

.wp-block-heading h3 {
	font-size: 1.323rem;
	line-height: 1.32275;
}

.wp-block-heading h4 {
	font-size: 1.128em;
	line-height: 1.55142;
}

.wp-block-heading h5 {
	font-size: 1rem;
	line-height: 1.75;
}

.wp-block-heading h6 {
	font-size: 0.8865rem;
	line-height: 1.97406;
}

.editor-rich-text__tinymce a {
	-webkit-transition: 0.15s ease-in;
	        transition: 0.15s ease-in;
	text-decoration: none;
	color: #e22c2f;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
}

.editor-rich-text__tinymce a:hover,
.editor-rich-text__tinymce a:focus {
	text-decoration: none;
	color: #00804d;
}

.core-blocks-list .editor-rich-text__tinymce,
.core-blocks-list .editor-rich-text__tinymce ol,
.core-blocks-list .editor-rich-text__tinymce ul {
	margin: 0 0 1.75rem;
	padding: 0 0 0 1em;
}

.core-blocks-list .editor-rich-text__tinymce ol,
.core-blocks-list .editor-rich-text__tinymce ul,
.core-blocks-list .editor-rich-text__tinymce ol ol,
.core-blocks-list .editor-rich-text__tinymce ol ul,
.core-blocks-list .editor-rich-text__tinymce ul ol,
.core-blocks-list .editor-rich-text__tinymce ul ul {
	font-size: 0.8865rem;
	line-height: 1.97406;
	margin: 0.875rem 0;
	padding: 0 0 0 1.75em;
}

.wp-block-code,
.wp-block-preformatted pre,
.wp-block-code .editor-plain-text {
	font-family: "Andale Mono", AndaleMono, "Lucida Console", monospace;
	font-size: 0.8865rem;
	line-height: 1.97406;
	padding: 0.8em 0;
	border-width: 0;
	border-radius: 0;
}

.wp-block-preformatted pre {
	overflow: auto;
	max-width: 100%;
	margin: 0 0 1.75rem;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: #fafafa;
}

.wp-block-code .editor-plain-text {
	padding: 0.8em 1.6em;
	background-color: #fafafa;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	padding-left: 2.5em;
	border-left-width: 0;
}

blockquote,
blockquote.wp-block-quote {
	position: relative;
	margin-top: 0;
	margin-bottom: 1.75rem;
	margin-left: 0;
	padding-left: 2.5em;
	color: #757575;
}

.editor-block-list__block blockquote p,
.editor-block-list__block
blockquote.wp-block-quote p {
	font-size: 1.323rem;
	line-height: 1.32275;
	margin-bottom: 0.875rem;
}

.editor-block-list__block blockquote > *:last-child,
.editor-block-list__block blockquote > *:last-child p,
.editor-block-list__block
blockquote.wp-block-quote > *:last-child,
.editor-block-list__block
blockquote.wp-block-quote > *:last-child p {
	margin-bottom: 0;
}

.editor-block-list__block.editor-block-list__block blockquote p,
.editor-block-list__block.editor-block-list__block
blockquote.wp-block-quote p {
	color: #757575;
}

blockquote cite,
blockquote.wp-block-quote cite {
	font-size: 0.7559rem;
	font-style: normal;
	line-height: 2.31512;
	display: block;
	margin-top: 0.4375rem;
	color: #757575;
}

blockquote:before,
blockquote.wp-block-quote:before {
	font-family: "georgia";
	font-size: 50px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	content: "\201C";
	color: #464646;
}

.wp-block-pullquote {
	margin: 0;
	padding: 0;
	border-top-width: 0;
	border-bottom-width: 0;
}

blockquote.wp-block-pullquote,
.wp-block-pullquote blockquote {
	margin-right: 0;
	margin-left: 0;
	padding: 3em 0;
	text-align: center;
	color: #757575;
	border-top: 4px solid currentColor;
	border-bottom: 4px solid currentColor;
}

blockquote.wp-block-pullquote > .editor-rich-text p,
.wp-block-pullquote blockquote > .editor-rich-text p {
	font-size: 1.323rem;
	line-height: 1.32275;
	color: #757575;
}

blockquote.wp-block-pullquote > .editor-rich-text cite,
.wp-block-pullquote blockquote > .editor-rich-text cite {
	font-size: 0.7559rem;
	font-style: normal;
	line-height: 2.31512;
	display: block;
	margin-top: 0.4375rem;
	color: #757575;
}

blockquote.wp-block-pullquote:before,
.wp-block-pullquote blockquote:before {
	content: none;
}

.editor-block-list__block.editor-block-list__block blockquote.wp-block-pullquote p,
.editor-block-list__block.editor-block-list__block
.wp-block-pullquote blockquote p {
	color: #757575;
}

table.wp-block-table {
	width: 100%;
	margin-bottom: 1.75rem;
	border-spacing: 0;
	border-collapse: collapse;
}

table.wp-block-table td,
table.wp-block-table th {
	padding: 0.4em;
	text-align: left;
	border-width: 0;
	border-bottom: 0.1rem solid #e6e6e6;
}

table.wp-block-table td:first-child,
table.wp-block-table th:first-child {
	padding-left: 0;
}

table.wp-block-table td:last-child,
table.wp-block-table th:last-child {
	padding-right: 0;
}

figure.wp-block-audio {
	margin: 0;
}

.wp-block-cover-image {
	margin-bottom: 1.75rem;
}

.wp-block-separator {
	overflow: visible;
	height: 1px;
	margin-bottom: 1.75rem;
	border: 0;
	background-color: #e6e6e6;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100%;
}

ul.wp-block-gallery {
	width: calc( 100% + 4px);
	margin-left: -2px;
}

ul.wp-block-gallery > li.blocks-gallery-item,
ul.wp-block-gallery > li.blocks-gallery-item:first-child {
	margin: 0;
	padding: 2px;
	border-top-width: 0;
}

ul.wp-block-gallery > li.blocks-gallery-item.has-add-item-button,
ul.wp-block-gallery > li.blocks-gallery-item:first-child.has-add-item-button {
	width: 100%;
}

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 4.5em;
}

.wp-block-button .wp-block-button__link {
	font-family: inherit;
	font-size: 0.7862rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 1.05em 1.3125em;
	-webkit-transition: -webkit-box-shadow 0.15s linear;
	        transition: -webkit-box-shadow 0.15s linear;
	        transition:         box-shadow 0.15s linear;
	        transition:         box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
	text-decoration: none;
	letter-spacing: 0.046875em;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	cursor: pointer;
	border: none;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.wp-block-button .wp-block-button__link:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

@media only screen and (min-width: 600px) {
	body.block-editor-page #editor .editor-post-title {
		max-width: 772px;
		margin-right: auto;
		margin-left: auto;
		padding: 0 36px;
	}
	body.block-editor-page #editor .editor-post-title > div {
		margin-right: 0;
		margin-left: 0;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: 33.33333%;
		margin-right: 0;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: 25%;
		margin-right: 0;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: 20%;
		margin-right: 0;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: 16.66667%;
		margin-right: 0;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: 14.28571%;
		margin-right: 0;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: 12.5%;
		margin-right: 0;
	}
}

@media only screen and (min-width: 641px) {
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-item {
		width: 33.3333%;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-3 .gallery-item {
		max-width: 33.3333%;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-3 .gallery-item:nth-of-type(3n) {
		width: 33.3333%;
	}
}

@media only screen and (min-width: 768px) {
	.wp-block-freeform.block-library-rich-text__tinymce body {
		font-size: 18px;
		max-width: 80%;
		margin: 1.75rem auto;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-6 .gallery-item {
		max-width: 16.6666%;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-9 .gallery-item {
		max-width: 11.1111%;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .entry-content .gallery {
		width: 100%;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-caption {
		opacity: 0;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-5 .gallery-caption,
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-6 .gallery-caption,
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-7 .gallery-caption,
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-8 .gallery-caption,
	.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-9 .gallery-caption {
		display: none;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .alignleft.wp-block-pullquote {
		float: left;
		max-width: 60%;
		margin: 0.4375rem 1.75rem 0.875rem 0;
	}
	.wp-block-freeform.block-library-rich-text__tinymce .alignright.wp-block-pullquote {
		float: right;
		max-width: 60%;
		margin: 0.4375rem 0 0.875rem 1.75rem;
	}
	body.block-editor-page #editor .editor-block-list__block[data-align="left"][data-type="core/image"] .editor-block-list__block-edit {
		float: left;
		margin: 0.4375rem 1.75rem 0.875rem 0;
	}
	body.block-editor-page #editor .editor-block-list__block[data-align="left"][data-type="core/image"] .wp-block-image {
		margin: 0;
	}
	body.block-editor-page #editor .editor-block-list__block[data-align="left"][data-type="core/pullquote"] .editor-block-list__block-edit {
		float: left;
		max-width: 60%;
		margin: 0.4375rem 1.75rem 0.875rem 0;
	}
	body.block-editor-page #editor .editor-block-list__block[data-align="right"][data-type="core/image"] .editor-block-list__block-edit {
		float: right;
		margin: 0.4375rem 0 0.875rem 1.75rem;
	}
	body.block-editor-page #editor .editor-block-list__block[data-align="right"][data-type="core/image"] .wp-block-image {
		margin: 0;
	}
	body.block-editor-page #editor .editor-block-list__block[data-align="right"][data-type="core/pullquote"] .editor-block-list__block-edit {
		float: right;
		max-width: 60%;
		margin: 0.4375rem 0 0.875rem 1.75rem;
	}
	.edit-post-visual-editor,
	.edit-post-visual-editor p,
	.editor-block-list__block.editor-block-list__block,
	.editor-block-list__block.editor-block-list__block p {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1024px) {
	body.block-editor-page #editor .editor-post-title textarea.editor-post-title__input {
		font-size: 2.315rem;
		line-height: 1.51188;
	}
	body.block-editor-page #editor .editor-block-list__block[data-align="left"][data-type="core/image"] .editor-block-list__block-edit {
		margin-left: -123px;
	}
	body.block-editor-page #editor .editor-block-list__block[data-align="left"][data-type="core/pullquote"] .editor-block-list__block-edit {
		margin-left: -95px;
	}
	body.block-editor-page #editor .editor-block-list__block[data-align="right"][data-type="core/image"] .editor-block-list__block-edit {
		margin-right: -123px;
	}
	body.block-editor-page #editor .editor-block-list__block[data-align="right"][data-type="core/pullquote"] .editor-block-list__block-edit {
		margin-right: -95px;
	}
	blockquote cite,
	blockquote.wp-block-quote cite {
		font-size: 0.8695rem;
		line-height: 2.01265;
	}
	blockquote.wp-block-pullquote > .editor-rich-text cite,
	.wp-block-pullquote blockquote > .editor-rich-text cite {
		font-size: 0.8695rem;
		line-height: 2.01265;
	}
	.wp-block-cover-image {
		min-height: 515px;
	}
	ul.wp-block-gallery.alignwide,
	ul.wp-block-gallery.alignfull {
		width: calc( 100% + 4px);
		max-width: none;
		margin-left: -2px;
	}
}
