@charset "UTF-8";
:root,
[data-site-scheme="default"] {
	--cs-color-site-background: #ffffff;
	--cs-color-topbar-background: #ffffff;
	--cs-color-navbar-background: #ffffff;
	--cs-color-submenu-background: #000000;
}

[data-site-scheme="dark"] {
	--cs-color-site-background: #1c1c1c;
	--cs-color-topbar-background: #1c1c1c;
	--cs-color-navbar-background: #1c1c1c;
	--cs-color-submenu-background: #000000;
}

:root,
[data-scheme="default"] {
	--cs-color-contrast-50:  #f8f9fa;
	--cs-color-contrast-100: #f8f9fa;
	--cs-color-contrast-200: #e9ecef;
	--cs-color-contrast-300: #dee2e6;
	--cs-color-contrast-400: #ced4da;
	--cs-color-contrast-500: #adb5bd;
	--cs-color-contrast-600: #6c757d;
	--cs-color-contrast-700: #495057;
	--cs-color-contrast-800: #343a40;
	--cs-color-contrast-900: #212529;
	--cs-color-accent: #2E073B;
	--cs-color-accent-contrast: #ffffff;
	--cs-color-primary: #000000;
	--cs-color-primary-rgb: '0,0,0';
	--cs-color-primary-contrast: #ffffff;
	--cs-color-secondary: #A8AAB2;
	--cs-color-secondary-background: #F2F4F6;
	--cs-color-secondary-contrast: #000000;
	--cs-color-headings: #000000;
	--cs-color-headings-hover: #6c757d;
	--cs-color-title-block: #000000;
	--cs-color-link: #2E073B;
	--cs-color-excerpt: #66676D;
	--cs-color-overlay-background: rgba(0,0,0,0.25);
}

[data-scheme="inverse"] {
	--cs-color-contrast-50: rgba(255, 255, 255, 0.1);
	--cs-color-contrast-100: rgba(255, 255, 255, 0.1);
	--cs-color-contrast-200: rgba(255, 255, 255, 0.2);
	--cs-color-contrast-300: rgba(255, 255, 255, 0.3);
	--cs-color-contrast-400: rgba(255, 255, 255, 0.4);
	--cs-color-contrast-500: rgba(255, 255, 255, 0.5);
	--cs-color-contrast-600: rgba(255, 255, 255, 0.6);
	--cs-color-contrast-700: rgba(255, 255, 255, 0.7);
	--cs-color-contrast-800: rgba(255, 255, 255, 0.8);
	--cs-color-contrast-900: rgba(255, 255, 255, 0.9);
	--cs-color-primary: #ffffff;
	--cs-color-primary-rgb: '255,255,255';
	--cs-color-primary-contrast: #000000;
	--cs-color-secondary: rgba(255, 255, 255, 0.85);
	--cs-color-secondary-background: rgba(255, 255, 255, 0.1);
	--cs-color-secondary-contrast: #000000;
	--cs-color-headings: #ffffff;
	--cs-color-headings-hover: rgba(255, 255, 255, 0.7);
	--cs-color-title-block: #ffffff;
	--cs-color-excerpt: rgba(255, 255, 255, 0.4);
}

[data-scheme="dark"] {
	--cs-color-contrast-50: #000000;
	--cs-color-contrast-100: #333333;
	--cs-color-contrast-200: #494949;
	--cs-color-contrast-300: #606060;
	--cs-color-contrast-400: #777777;
	--cs-color-contrast-500: #8e8e8e;
	--cs-color-contrast-600: #a4a4a5;
	--cs-color-contrast-700: #bbbbbb;
	--cs-color-contrast-800: #d2d2d2;
	--cs-color-contrast-900: #e9e9e9;
	--cs-color-accent: #000000;
	--cs-color-accent-contrast: #ffffff;
	--cs-color-primary: #ffffff;
	--cs-color-primary-rgb: '255,255,255';
	--cs-color-primary-contrast: #000000;
	--cs-color-secondary:#858585;
	--cs-color-secondary-background: #333333;
	--cs-color-secondary-contrast: #000000;
	--cs-color-headings: #ffffff;
	--cs-color-headings-hover: #bbbbbb;
	--cs-color-title-block: #ffffff;
	--cs-color-link: #858585;
	--cs-color-excerpt: #777777;
	--cs-color-overlay-background: rgba(0,0,0,0.25);
}

[data-scheme] {
	color: var(--cs-color-primary);
}

.cs-scheme-toggled[data-scheme] *,
.cs-scheme-toggled[data-scheme] *::after,
.cs-scheme-toggled[data-scheme] *::before {
	transition: none !important;
}

@font-face {
	font-family: "cs-icons";
	src: url("icons//icons.ttf") format("truetype"), url("icons//icons.woff") format("woff"), url("icons//icons.svg#icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="cs-icon-"],
[class*=" cs-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "cs-icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-icon-moon:before {
	content: "\e938";
}

.cs-icon-sun:before {
	content: "\e939";
}

.cs-icon-youtube-alt:before {
	content: "\e937";
}

.cs-icon-dot-single:before {
	content: "\e933";
}

.cs-icon-pause:before {
	content: "\e936";
}

.cs-icon-send:before {
	content: "\e935";
}

.cs-icon-share-top:before {
	content: "\e934";
}

.cs-icon-volume-x:before {
	content: "\e931";
}

.cs-icon-volume:before {
	content: "\e932";
}

.cs-icon-pause-circle:before {
	content: "\e92f";
}

.cs-icon-play-circle:before {
	content: "\e91d";
}

.cs-icon-clock:before {
	content: "\e92e";
}

.cs-icon-bag:before {
	content: "\e92d";
}

.cs-icon-cart:before {
	content: "\e92c";
}

.cs-icon-activity:before {
	content: "\e900";
}

.cs-icon-alert-circle:before {
	content: "\e901";
}

.cs-icon-arrow-down:before {
	content: "\e902";
}

.cs-icon-arrow-down-circle:before {
	content: "\e903";
}

.cs-icon-arrow-left:before {
	content: "\e904";
}

.cs-icon-arrow-left-circle:before {
	content: "\e905";
}

.cs-icon-arrow-right:before {
	content: "\e906";
}

.cs-icon-arrow-right-circle:before {
	content: "\e907";
}

.cs-icon-arrow-up-circle:before {
	content: "\e908";
}

.cs-icon-at-sign:before {
	content: "\e909";
}

.cs-icon-award:before {
	content: "\e90a";
}

.cs-icon-bookmark:before {
	content: "\e90b";
}

.cs-icon-chevron-down:before {
	content: "\e90c";
}

.cs-icon-chevron-left:before {
	content: "\e90d";
}

.cs-icon-chevron-right:before {
	content: "\e90e";
}

.cs-icon-chevron-up:before {
	content: "\e90f";
}

.cs-icon-circle:before {
	content: "\e910";
}

.cs-icon-eye:before {
	content: "\e911";
}

.cs-icon-file:before {
	content: "\e912";
}

.cs-icon-file-text:before {
	content: "\e913";
}

.cs-icon-film:before {
	content: "\e914";
}

.cs-icon-help-circle:before {
	content: "\e915";
}

.cs-icon-info:before {
	content: "\e916";
}

.cs-icon-menu:before {
	content: "\e917";
}

.cs-icon-message-square:before {
	content: "\e918";
}

.cs-icon-more-horizontal:before {
	content: "\e919";
}

.cs-icon-more-vertical:before {
	content: "\e91a";
}

.cs-icon-music:before {
	content: "\e91b";
}

.cs-icon-play:before {
	content: "\e91c";
}

.cs-icon-play-circle:before {
	content: "\e91d";
}

.cs-icon-plus-circle:before {
	content: "\e91e";
}

.cs-icon-search:before {
	content: "\e91f";
}

.cs-icon-share:before {
	content: "\e920";
}

.cs-icon-tag:before {
	content: "\e921";
}

.cs-icon-watch:before {
	content: "\e922";
}

.cs-icon-x:before {
	content: "\e923";
}

.cs-icon-x-circle:before {
	content: "\e924";
}

.cs-icon-x-square:before {
	content: "\e925";
}

.cs-icon-youtube:before {
	content: "\e926";
}

.cs-icon-zap:before {
	content: "\e927";
}

.cs-icon-zoom-in:before {
	content: "\e928";
}

.cs-icon-zoom-out:before {
	content: "\e929";
}

:root,
[data-scheme="default"] {
	--cs-palette-color-black: #000000;
	--cs-palette-color-cyan-bluish-gray: #abb8c3;
	--cs-palette-color-white: #FFFFFF;
	--cs-palette-color-pale-pink: #f78da7;
	--cs-palette-color-vivid-red: #ce2e2e;
	--cs-palette-color-luminous-vivid-orange: #ff6900;
	--cs-palette-color-luminous-vivid-amber: #fcb902;
	--cs-palette-color-light-green-cyan: #7bdcb5;
	--cs-palette-color-vivid-green-cyan: #01d083;
	--cs-palette-color-pale-cyan-blue: #8ed1fc;
	--cs-palette-color-vivid-cyan-blue: #0693e3;
	--cs-palette-color-vivid-purple: #9b51e0;
	--cs-palette-color-secondary: #818181;
	--cs-palette-color-gray-50: #f8f9fa;
	--cs-palette-color-gray-100: #f8f9fa;
	--cs-palette-color-gray-200: #e9ecef;
}

[data-scheme="inverse"] {
	--cs-palette-color-black: #FFFFFF;
	--cs-palette-color-white: #000000;
	--cs-palette-color-secondary: rgba(255, 255, 255, 0.85);
	--cs-palette-color-gray-50: rgba(255, 255, 255, 0.1);
	--cs-palette-color-gray-100: rgba(255, 255, 255, 0.1);
	--cs-palette-color-gray-200: rgba(255, 255, 255, 0.2);
}

[data-scheme="dark"] {
	--cs-palette-color-black: #FFFFFF;
	--cs-palette-color-white: #000000;
	--cs-palette-color-secondary: #858585;
	--cs-palette-color-gray-50: #000000;
	--cs-palette-color-gray-100: #333333;
	--cs-palette-color-gray-200: #494949;
}

/* Color Options
--------------------------------------------- */
.has-black-color {
	color: var(--cs-palette-color-black) !important;
}

.has-black-background-color {
	background-color: var(--cs-palette-color-black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--cs-palette-color-cyan-bluish-gray) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--cs-palette-color-cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--cs-palette-color-white) !important;
}

.has-white-background-color {
	background-color: var(--cs-palette-color-white) !important;
}

.has-pale-pink-color {
	color: var(--cs-palette-color-pale-pink) !important;
}

.has-pale-pink-background-color {
	background-color: var(--cs-palette-color-pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--cs-palette-color-vivid-red) !important;
}

.has-vivid-red-background-color {
	background-color: var(--cs-palette-color-vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--cs-palette-color-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--cs-palette-color-luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--cs-palette-color-luminous-vivid-amber) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--cs-palette-color-luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--cs-palette-color-light-green-cyan) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--cs-palette-color-light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--cs-palette-color-vivid-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--cs-palette-color-vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--cs-palette-color-pale-cyan-blue) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--cs-palette-color-pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--cs-palette-color-vivid-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--cs-palette-color-vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--cs-palette-color-vivid-purple) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--cs-palette-color-vivid-purple) !important;
}

.has-secondary-color {
	color: var(--cs-palette-color-secondary) !important;
}

.has-secondary-background-color {
	background-color: var(--cs-palette-color-secondary) !important;
}

.has-gray-50-color {
	color: var(--cs-palette-color-gray-50) !important;
}

.has-gray-50-background-color {
	background-color: var(--cs-palette-color-gray-50) !important;
}

.has-gray-100-color {
	color: var(--cs-palette-color-gray-100) !important;
}

.has-gray-100-background-color {
	background-color: var(--cs-palette-color-gray-100) !important;
}

.has-gray-200-color {
	color: var(--cs-palette-color-gray-200) !important;
}

.has-gray-200-background-color {
	background-color: var(--cs-palette-color-gray-200) !important;
}

.cnvs-block-section-heading {
	--cnvs-section-subheading-color: var(--cs-color-secondary);
	--cnvs-section-heading-color: var(--cs-color-primary);
	--cnvs-section-heading-border-color: var(--cs-color-contrast-200);
	--cnvs-section-heading-icon-color: var(--cs-color-primary);
	--cnvs-section-heading-accent-block-backround: var(--cs-color-primary);
	--cnvs-section-heading-accent-block-color: var(--cs-color-primary-contrast);
}

/*--------------------------------------------------------------
# Basic theme styles
--------------------------------------------------------------*/
.editor-styles-wrapper.cs-editor-styles-wrapper {
	/*--------------------------------------------------------------
	# Base
	--------------------------------------------------------------*/
	/** =========== Blocks =========== */
	/*--------------------------------------------------------------
	# Utilities
	--------------------------------------------------------------*/
	/* Text meant only for screen readers. */
	/* Do not show the outline on the skip link target. */
	/*--------------------------------------------------------------
	# Elements
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	# Powerkit
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	# Canvas
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	# Vendors
	--------------------------------------------------------------*/
	/* Layout Standard */
	/* Layout Justified */
}

.editor-styles-wrapper.cs-editor-styles-wrapper table, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper table th, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-table th,
.editor-styles-wrapper.cs-editor-styles-wrapper table td,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-table td {
	padding: 0.75rem;
	vertical-align: top;
	border: none;
	border-top: 1px solid var(--cs-color-contrast-200);
}

.editor-styles-wrapper.cs-editor-styles-wrapper table thead th, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid var(--cs-color-contrast-200);
}

.editor-styles-wrapper.cs-editor-styles-wrapper table tbody + tbody, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-table tbody + tbody {
	border-top: 2px solid var(--cs-color-contrast-200);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-table .wp-block-table__cell-content {
	padding: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .table-bordered {
	border: 1px solid var(--cs-color-contrast-200);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .table-bordered th,
.editor-styles-wrapper.cs-editor-styles-wrapper .table-bordered td {
	border: 1px solid var(--cs-color-contrast-200);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .table-bordered thead th,
.editor-styles-wrapper.cs-editor-styles-wrapper .table-bordered thead td {
	border-bottom-width: 2px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .table-striped tbody tr:nth-of-type(odd) {
	background-color: var(--cs-color-contrast-100);
}

@media (max-width: 599.98px) {
	.editor-styles-wrapper.cs-editor-styles-wrapper .table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 719.98px) {
	.editor-styles-wrapper.cs-editor-styles-wrapper .table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 1019.98px) {
	.editor-styles-wrapper.cs-editor-styles-wrapper .table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 1199.98px) {
	.editor-styles-wrapper.cs-editor-styles-wrapper .table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 1919.98px) {
	.editor-styles-wrapper.cs-editor-styles-wrapper .table-responsive-full {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.editor-styles-wrapper.cs-editor-styles-wrapper .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-list-articles {
	padding-left: 0;
	list-style: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-list-articles > li > a {
	display: flex;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	line-height: 1.25rem;
	color: var(--cs-color-contrast-600);
	font-size: 0.875rem;
	position: relative;
	padding-left: 2rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-list-articles > li > a:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "cs-icons";
	content: "\e906";
	color: var(--cs-color-contrast-400);
	font-size: 14px;
	margin-right: 1rem;
	display: inline-block;
	transition: .2s ease all;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	top: 4px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-list-articles > li > a:hover {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-list-articles > li > a:hover:before {
	color: var(--cs-color-accent-contrast);
	transition: .2s ease all;
	background-color: var(--cs-color-accent);
}

@font-face {
	.editor-styles-wrapper.cs-editor-styles-wrapper {
		font-family: "cs-icons";
		src: url("icons//icons.ttf") format("truetype"), url("icons//icons.woff") format("woff"), url("icons//icons.svg#icons") format("svg");
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}
}

.editor-styles-wrapper.cs-editor-styles-wrapper [class^="cs-icon-"],
.editor-styles-wrapper.cs-editor-styles-wrapper [class*=" cs-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "cs-icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-moon:before {
	content: "\e938";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-sun:before {
	content: "\e939";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-youtube-alt:before {
	content: "\e937";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-dot-single:before {
	content: "\e933";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-pause:before {
	content: "\e936";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-send:before {
	content: "\e935";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-share-top:before {
	content: "\e934";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-volume-x:before {
	content: "\e931";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-volume:before {
	content: "\e932";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-pause-circle:before {
	content: "\e92f";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-play-circle:before {
	content: "\e91d";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-clock:before {
	content: "\e92e";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-bag:before {
	content: "\e92d";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-cart:before {
	content: "\e92c";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-activity:before {
	content: "\e900";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-alert-circle:before {
	content: "\e901";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-arrow-down:before {
	content: "\e902";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-arrow-down-circle:before {
	content: "\e903";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-arrow-left:before {
	content: "\e904";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-arrow-left-circle:before {
	content: "\e905";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-arrow-right:before {
	content: "\e906";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-arrow-right-circle:before {
	content: "\e907";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-arrow-up-circle:before {
	content: "\e908";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-at-sign:before {
	content: "\e909";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-award:before {
	content: "\e90a";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-bookmark:before {
	content: "\e90b";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-chevron-down:before {
	content: "\e90c";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-chevron-left:before {
	content: "\e90d";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-chevron-right:before {
	content: "\e90e";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-chevron-up:before {
	content: "\e90f";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-circle:before {
	content: "\e910";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-eye:before {
	content: "\e911";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-file:before {
	content: "\e912";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-file-text:before {
	content: "\e913";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-film:before {
	content: "\e914";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-help-circle:before {
	content: "\e915";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-info:before {
	content: "\e916";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-menu:before {
	content: "\e917";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-message-square:before {
	content: "\e918";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-more-horizontal:before {
	content: "\e919";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-more-vertical:before {
	content: "\e91a";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-music:before {
	content: "\e91b";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-play:before {
	content: "\e91c";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-play-circle:before {
	content: "\e91d";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-plus-circle:before {
	content: "\e91e";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-search:before {
	content: "\e91f";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-share:before {
	content: "\e920";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-tag:before {
	content: "\e921";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-watch:before {
	content: "\e922";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-x:before {
	content: "\e923";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-x-circle:before {
	content: "\e924";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-x-square:before {
	content: "\e925";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-youtube:before {
	content: "\e926";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-zap:before {
	content: "\e927";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-zoom-in:before {
	content: "\e928";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-icon-zoom-out:before {
	content: "\e929";
}

.editor-styles-wrapper.cs-editor-styles-wrapper html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper h1, .editor-styles-wrapper.cs-editor-styles-wrapper h2, .editor-styles-wrapper.cs-editor-styles-wrapper h3, .editor-styles-wrapper.cs-editor-styles-wrapper h4, .editor-styles-wrapper.cs-editor-styles-wrapper h5, .editor-styles-wrapper.cs-editor-styles-wrapper h6,
.editor-styles-wrapper.cs-editor-styles-wrapper .h1, .editor-styles-wrapper.cs-editor-styles-wrapper .h2, .editor-styles-wrapper.cs-editor-styles-wrapper .h3, .editor-styles-wrapper.cs-editor-styles-wrapper .h4, .editor-styles-wrapper.cs-editor-styles-wrapper .h5, .editor-styles-wrapper.cs-editor-styles-wrapper .h6 {
	margin-bottom: 1rem;
	font-weight: 500;
	line-height: 1.25;
	color: var(--cs-color-headings);
	word-wrap: break-word;
}

.editor-styles-wrapper.cs-editor-styles-wrapper h1, .editor-styles-wrapper.cs-editor-styles-wrapper .h1 {
	font-size: 3rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper h2, .editor-styles-wrapper.cs-editor-styles-wrapper .h2 {
	font-size: 2rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper h3, .editor-styles-wrapper.cs-editor-styles-wrapper .h3 {
	font-size: 1.75rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper h4, .editor-styles-wrapper.cs-editor-styles-wrapper .h4 {
	font-size: 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper h5, .editor-styles-wrapper.cs-editor-styles-wrapper .h5 {
	font-size: 1.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper h6, .editor-styles-wrapper.cs-editor-styles-wrapper .h6 {
	font-size: 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper hr, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-separator {
	border: 0;
	border-top: 1px solid var(--cs-color-contrast-300);
	margin-top: 48px !important;
	margin-bottom: 48px !important;
}

.editor-styles-wrapper.cs-editor-styles-wrapper small, .editor-styles-wrapper.cs-editor-styles-wrapper .small {
	font-size: 80%;
	font-weight: 400;
}

.editor-styles-wrapper.cs-editor-styles-wrapper mark, .editor-styles-wrapper.cs-editor-styles-wrapper .mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .must-log-in a {
	color: var(--cs-color-accent);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .subscribe-title {
	color: var(--cs-color-accent);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform {
	line-height: 1.5;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content p > a, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper p > a, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform p > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content p > strong > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper p > strong > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform p > strong > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > p > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > p > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > p > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > ul li > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > ul li > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > ul li > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > ol li > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > ol li > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > ol li > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > p > em > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > p > em > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > p > em > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > p > strong > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > p > strong > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > p > strong > a {
	text-decoration: underline;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content p > a:hover, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper p > a:hover, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform p > a:hover, .editor-styles-wrapper.cs-editor-styles-wrapper .entry-content p > a:focus, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper p > a:focus, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform p > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content p > strong > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper p > strong > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform p > strong > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content p > strong > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper p > strong > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform p > strong > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > p > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > p > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > p > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > p > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > p > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > p > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > ul li > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > ul li > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > ul li > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > ul li > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > ul li > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > ul li > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > ol li > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > ol li > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > ol li > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > ol li > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > ol li > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > ol li > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > p > em > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > p > em > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > p > em > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > p > em > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > p > em > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > p > em > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > p > strong > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > p > strong > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > p > strong > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > p > strong > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > p > strong > a:focus,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > p > strong > a:focus {
	text-decoration: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > blockquote, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > blockquote, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > blockquote {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-left: 0;
	margin-right: 0;
	background: var(--cs-color-contrast-100);
	margin-top: 48px;
	margin-bottom: 48px;
	padding: 2rem;
	border-left: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > blockquote cite, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > blockquote cite, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > blockquote cite {
	display: block;
	color: var(--cs-color-secondary);
	font-size: 0.875rem;
	font-style: normal;
	margin-top: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > blockquote p, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > blockquote p, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > blockquote p {
	line-height: 1.5;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > blockquote p:first-child, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > blockquote p:first-child, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > blockquote p:first-child {
	font-size: inherit;
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content > blockquote p:last-child, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper > blockquote p:last-child, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform > blockquote p:last-child {
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content cite, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper cite, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform cite {
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .wp-caption-dd, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .wp-caption-dd, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .wp-caption-dd {
	color: var(--cs-color-secondary);
	margin-left: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .cs-embed, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .cs-embed, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .cs-embed {
	margin-top: 48px;
	margin-bottom: 48px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .is-style-cnvs-paragraph-callout, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .is-style-cnvs-paragraph-callout, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .is-style-cnvs-paragraph-callout {
	font-size: 1.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .alignnone {
	max-width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .alignleft {
	float: none;
	margin-right: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .alignleft:first-child + * {
	margin-top: 0;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .alignleft {
	float: left;
	margin-right: 2rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .alignright {
	float: none;
	margin-left: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .alignright:first-child + * {
	margin-top: 0;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .alignright {
	float: right;
	margin-left: 2rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .aligncenter {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .aligncenter .wp-caption-text,
.editor-styles-wrapper.cs-editor-styles-wrapper .aligncenter .wp-caption-dd {
	text-align: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper img.alignleft,
.editor-styles-wrapper.cs-editor-styles-wrapper img.alignright {
	margin-bottom: 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-group.alignleft,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-group.alignright,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote.alignleft,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote.alignright,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover-image.alignleft,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover-image.alignright,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover.alignleft,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover.alignright {
	max-width: 100%;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-group.alignleft, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-group.alignright, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote.alignleft, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote.alignright, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover-image.alignleft, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover-image.alignright, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover.alignleft, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover.alignright {
	max-width: calc(50% - 1rem);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-group.has-background {
	padding: 1.5rem 2rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-columns > *:first-child {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-columns > *:last-child {
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper p.has-background {
	padding: 1.5rem 2rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper p.wp-block-subhead {
	font-size: 1.25rem;
	color: var(--cs-color-secondary);
	opacity: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper p.has-drop-cap:not(:focus):first-letter {
	font-size: 4rem;
	line-height: 1;
	margin-top: 0.5rem;
	margin-right: 2rem;
	margin-bottom: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-separator:not(.is-style-dots) {
	border-top: none;
	border-bottom: 1px solid var(--cs-color-contrast-300);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-separator.is-style-dots {
	border: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-separator.is-style-dots:before {
	color: var(--cs-color-secondary);
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-separator.is-style-wide {
	max-width: 640px !important;
}

.cs-breakpoint-up-720px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-separator.is-style-wide {
	max-width: 720px !important;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-separator.is-style-wide {
	max-width: 1040px !important;
}

.cs-breakpoint-up-1200px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-separator.is-style-wide {
	max-width: 1160px !important;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-separator:not(.is-style-dots):not(.is-style-wide):not(.alignwide):not(.alignfull) {
	max-width: 100px !important;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-button.alignleft {
	text-align: left;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-button.alignright {
	text-align: right;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-button.aligncenter {
	text-align: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-button .wp-block-button__link {
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity 0.15s;
	padding: 0.375rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-background) {
	background-color: var(--cs-color-accent);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: white;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-button .wp-block-button__link:hover {
	opacity: .75;
	cursor: pointer;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-code {
	background-color: var(--cs-color-contrast-200);
	padding: 1rem 1.5rem;
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.5;
	font-size: 0.875rem;
	color: var(--cs-color-primary);
	white-space: pre-wrap;
	border-radius: 0;
	border: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-code .editor-plain-text {
	background-color: transparent;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-preformatted {
	background-color: var(--cs-color-contrast-200);
	padding: 1rem 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-preformatted pre {
	padding: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-preformatted,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-preformatted pre {
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.5;
	font-size: 0.875rem;
	color: var(--cs-color-primary);
	white-space: pre-wrap;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-verse {
	background-color: var(--cs-color-contrast-200);
	padding: 1rem 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-verse pre {
	padding: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-verse,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-verse pre {
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.5;
	font-size: 0.875rem;
	color: var(--cs-color-primary);
	overflow: auto;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-audio figcaption {
	color: var(--cs-color-secondary);
	text-align: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-embed figcaption {
	color: var(--cs-color-secondary);
	text-align: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-video video {
	width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-media-text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 599.98px) {
	.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding-top: 8%;
		padding-bottom: 0;
	}
	.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
		padding-top: 0;
		padding-bottom: 8%;
	}
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image figcaption {
	color: var(--cs-color-secondary);
	text-align: center;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image figcaption {
	text-align: initial;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image .alignleft figcaption, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image .alignright figcaption,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image .aligncenter figcaption, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image .alignwide figcaption,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image .alignfull figcaption {
	text-align: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image.alignleft figcaption, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image.alignright figcaption, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image.aligncenter figcaption, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image.alignwide figcaption, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image.alignfull figcaption {
	text-align: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image .alignleft, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image.alignleft {
	float: none;
	margin-right: 0;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image .alignleft, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image.alignleft {
	float: left;
	margin-right: 2rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image .alignright, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image.alignright {
	float: none;
	margin-left: 0;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image .alignright, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image.alignright {
	float: right;
	margin-left: 2rem;
}

@media (max-width: 599.98px) {
	.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image .alignleft,
	.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-image .alignright {
		margin-left: auto;
		margin-right: auto;
	}
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-gallery.has-nested-images {
	display: flex;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover-image {
	min-height: auto;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover-image .wp-block-cover__inner-container {
	width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover.has-background-dim,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-cover-image.has-background-dim {
	padding: 40px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote:not(.is-large), .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote:not(.is-style-large) {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 2rem;
	background: var(--cs-color-contrast-100);
	margin-top: 48px;
	margin-bottom: 48px;
	color: var(--cs-color-headings);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote p {
	line-height: 1.5;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote p:first-child {
	font-size: inherit;
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote p:last-child {
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote cite {
	font-style: normal;
	color: var(--cs-color-secondary);
	line-height: 1.5;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote .wp-block-quote__citation {
	font-style: normal;
	color: var(--cs-color-secondary);
	line-height: 1.5;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote.is-large p,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote.is-large p:first-child, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote.is-style-large p,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote.is-style-large p:first-child {
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote.is-large cite,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote.is-large footer, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote.is-style-large cite,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-quote.is-style-large footer {
	font-size: 0.875rem;
	text-align: left;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote {
	border-top: 4px solid var(--cs-color-primary);
	border-bottom: 4px solid var(--cs-color-primary);
	padding: 2rem 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote blockquote {
	margin: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote p {
	font-size: 1.75rem;
	line-height: 1.5;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote .alignleft p,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote .alignright p {
	font-size: 1.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote blockquote:not(.has-text-color) {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote blockquote:not(.has-text-color) cite,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote blockquote:not(.has-text-color) footer,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-pullquote blockquote:not(.has-text-color) .wp-block-pullquote__citation {
	color: var(--cs-color-secondary);
	font-style: italic;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-comments {
	border-top: 1px solid var(--cs-color-contrast-200);
	border-bottom: 1px solid var(--cs-color-contrast-200);
	padding: 2rem 0;
	margin: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment {
	margin: 2rem 0 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment > article {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-date {
	color: var(--cs-color-secondary);
	font-size: 0.875rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
	line-height: inherit;
	margin: 0.5rem 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-posts,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories-list,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories__list,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-archives-list {
	padding-left: 0;
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-posts li,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories-list li,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories__list li,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-archives-list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-posts > li a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories-list > li a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories__list > li a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-archives-list > li a {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-posts > li > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories-list > li > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories__list > li > a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-archives-list > li > a {
	display: flex;
	position: relative;
	padding-left: 2rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-posts > li > a:before,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories-list > li > a:before,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories__list > li > a:before,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-archives-list > li > a:before {
	position: absolute;
	left: 0;
	top: 8px;
	font-family: "cs-icons";
	content: "\e906";
	color: var(--cs-color-contrast-400);
	font-size: 14px;
	margin-right: 1rem;
	display: inline-block;
	transition: .2s ease all;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-posts > li > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories-list > li > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories__list > li > a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-archives-list > li > a:hover {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-posts > li > a:hover:before,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories-list > li > a:hover:before,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories__list > li > a:hover:before,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-archives-list > li > a:hover:before {
	color: var(--cs-color-primary-contrast);
	transition: .2s ease all;
	background: var(--cs-color-contrast-600);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-posts .wp-block-latest-posts__post-date,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories-list .wp-block-latest-posts__post-date,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories__list .wp-block-latest-posts__post-date,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-archives-list .wp-block-latest-posts__post-date {
	margin-left: 2rem;
	flex: 0 0 100%;
	font-size: 0.875rem;
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-posts .children,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-latest-posts .wp-block-categories__list,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories-list .children,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories-list .wp-block-categories__list,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories__list .children,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories__list .wp-block-categories__list,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-archives-list .children,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-archives-list .wp-block-categories__list {
	flex: 0 0 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories > .wp-block-categories__list {
	padding: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-archives.wp-block-archives-list {
	padding: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories-list a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-categories__list a,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-archives-list a {
	padding-right: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-breadcrumbs {
	font-size: 12px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .title-block {
	display: inline-block;
	margin-bottom: 1rem;
	color: var(--cs-color-title-block);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .title-block:after {
	display: block;
	background: currentColor;
	margin-top: 0.125rem;
	width: 100%;
	height: 1px;
	content: '';
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-header .post-excerpt {
	font-size: 1.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .tagcloud a {
	font-size: 0.875rem !important;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .tagcloud a:not(:last-child) {
	margin-right: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-hero .hero-full .hero-title {
	font-size: 2rem;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-hero .hero-full .heading-small .hero-title {
	font-size: 2.25rem;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-hero .hero-full .heading-medium .hero-title {
	font-size: 3rem;
	line-height: 1;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-hero .hero-full .heading-large .hero-title {
	font-size: 4.5rem;
	line-height: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-disabled .archive-wrap .archive-list .entry-excerpt {
	font-size: 1rem;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-small.archive-grid .entry-title {
	font-size: 1.5rem;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-small.archive-masonry .entry-title {
	font-size: 1.5rem;
}

.sidebar-disabled .cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-small.archive-list .entry-title {
	font-size: 1.875rem;
}

.sidebar-enabled .cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-small.archive-list .entry-title {
	font-size: 1.5rem;
}

.sidebar-disabled .cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-small.archive-full .entry-title, .sidebar-disabled
.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-small.archive-timeline .entry-title {
	font-size: 2.25rem;
}

.sidebar-enabled .cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-small.archive-full .entry-title, .sidebar-enabled
.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-small.archive-timeline .entry-title {
	font-size: 1.875rem;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-medium.archive-grid .entry-title {
	font-size: 1.875rem;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-medium.archive-masonry .entry-title {
	font-size: 1.875rem;
}

.sidebar-disabled .cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-medium.archive-list .entry-title {
	font-size: 2.25rem;
}

.sidebar-enabled .cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-medium.archive-list .entry-title {
	font-size: 1.875rem;
}

.sidebar-disabled .cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-medium.archive-full .entry-title, .sidebar-disabled
.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-medium.archive-timeline .entry-title {
	font-size: 3rem;
	line-height: 1;
}

.sidebar-enabled .cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-medium.archive-full .entry-title, .sidebar-enabled
.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-medium.archive-timeline .entry-title {
	font-size: 2.25rem;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-large.archive-grid .entry-title {
	font-size: 2.25rem;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-large.archive-masonry .entry-title {
	font-size: 2.25rem;
}

.sidebar-disabled .cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-large.archive-list .entry-title {
	font-size: 3rem;
	line-height: 1;
}

.sidebar-enabled .cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-large.archive-list .entry-title {
	font-size: 2.25rem;
}

.sidebar-disabled .cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-large.archive-full .entry-title, .sidebar-disabled
.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-large.archive-timeline .entry-title {
	font-size: 4.5rem;
	line-height: 1;
}

.sidebar-enabled .cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-large.archive-full .entry-title, .sidebar-enabled
.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .archive-heading-large.archive-timeline .entry-title {
	font-size: 3rem;
	line-height: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-text-center {
	text-align: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .logo-image-dark {
	display: none;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .logo-image-dark {
	display: block;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .logo-image-dark ~ img {
	display: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-none {
	display: none !important;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-inline {
	display: inline !important;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-inline-block {
	display: inline-block !important;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-block {
	display: block !important;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-flex {
	display: flex !important;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-sm-none {
	display: none !important;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-sm-inline {
	display: inline !important;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-sm-inline-block {
	display: inline-block !important;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-sm-block {
	display: block !important;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-sm-flex {
	display: flex !important;
}

.cs-breakpoint-up-720px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-md-none {
	display: none !important;
}

.cs-breakpoint-up-720px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-md-inline {
	display: inline !important;
}

.cs-breakpoint-up-720px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-md-inline-block {
	display: inline-block !important;
}

.cs-breakpoint-up-720px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-md-block {
	display: block !important;
}

.cs-breakpoint-up-720px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-md-flex {
	display: flex !important;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-lg-none {
	display: none !important;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-lg-inline {
	display: inline !important;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-lg-inline-block {
	display: inline-block !important;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-lg-block {
	display: block !important;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-lg-flex {
	display: flex !important;
}

.cs-breakpoint-up-1200px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-xl-none {
	display: none !important;
}

.cs-breakpoint-up-1200px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-xl-inline {
	display: inline !important;
}

.cs-breakpoint-up-1200px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-xl-inline-block {
	display: inline-block !important;
}

.cs-breakpoint-up-1200px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-xl-block {
	display: block !important;
}

.cs-breakpoint-up-1200px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-xl-flex {
	display: flex !important;
}

.cs-breakpoint-up-1920px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-full-none {
	display: none !important;
}

.cs-breakpoint-up-1920px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-full-inline {
	display: inline !important;
}

.cs-breakpoint-up-1920px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-full-inline-block {
	display: inline-block !important;
}

.cs-breakpoint-up-1920px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-full-block {
	display: block !important;
}

.cs-breakpoint-up-1920px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-d-full-flex {
	display: flex !important;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .screen-reader-text,
.editor-styles-wrapper.cs-editor-styles-wrapper .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper #content[tabindex="-1"]:focus {
	outline: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-alert {
	padding: 0.5rem 1rem;
	margin: 0;
	font-size: 0.875rem;
	background-color: var(--cs-color-contrast-100);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-embed-responsive:before {
	display: block;
	content: "";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-embed-responsive iframe,
.editor-styles-wrapper.cs-editor-styles-wrapper .cs-embed-responsive embed,
.editor-styles-wrapper.cs-editor-styles-wrapper .cs-embed-responsive object,
.editor-styles-wrapper.cs-editor-styles-wrapper .cs-embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-embed-responsive:before {
	padding-top: 56.25%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-embed .cs-embed-responsive {
	position: initial;
	margin: 0;
	padding: 0;
	overflow: initial;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-embed .cs-embed-responsive:before {
	display: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay .entry-inline-meta {
	margin-bottom: auto;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay .read-more {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay .post-meta {
	justify-content: center;
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay .meta-category {
	margin-bottom: auto;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay .meta-category:after {
	display: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-hover .read-more,
.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-hover .post-meta {
	opacity: 0;
	transition: .2s ease all;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-hover .cs-overlay-background {
	background: var(--cs-color-overlay-background);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-hover .cs-overlay-background:after {
	opacity: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-hover:hover .read-more,
.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-hover:hover .post-meta, .editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-hover:focus .read-more,
.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-hover:focus .post-meta {
	opacity: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-hover:hover .cs-overlay-background:after, .editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-hover:focus .cs-overlay-background:after {
	opacity: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-background:after {
	background: var(--cs-color-overlay-background);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: .2s ease all;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-media .cs-overlay-transparent .cs-overlay-background:after,
.editor-styles-wrapper.cs-editor-styles-wrapper .has-post-thumbnail .cs-overlay-transparent .cs-overlay-background:after {
	display: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-content {
	position: relative;
	padding: 20px;
	width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-content a {
	position: relative;
	z-index: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-content h4, .editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-content h5, .editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-content h6,
.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-content .h4, .editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-content .h5, .editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-content .h6 {
	margin-bottom: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-link,
.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-blank {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-ratio:before {
	content: '';
	display: table;
	box-sizing: border-box;
	width: 0;
	height: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-ratio .cs-overlay-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-ratio .cs-overlay-background {
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-ratio .cs-overlay-background img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

@media (max-width: 599.98px) {
	.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-ratio h1, .editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-ratio h2, .editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-ratio h3, .editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-ratio h4 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}

@media (max-width: 1019.98px) {
	.editor-styles-wrapper.cs-editor-styles-wrapper .cs-overlay-ratio h1 {
		font-size: 2rem;
	}
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-ratio-portrait {
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-ratio-portrait:before {
	padding-bottom: 125%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-ratio-landscape:before {
	padding-bottom: 60%;
}

.cs-breakpoint-up-720px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-ratio-wide:before {
	padding-bottom: 50%;
}

.cs-breakpoint-up-1200px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-ratio-wide:before {
	padding-bottom: 30%;
	min-height: 500px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-ratio-standard:before {
	padding-bottom: 75%;
}

.cs-breakpoint-up-720px .editor-styles-wrapper.cs-editor-styles-wrapper .cs-ratio-standard:before {
	padding-bottom: 40%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-ratio-square:before {
	padding-bottom: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-ratio-16by9:before {
	padding-bottom: 56.25%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-meta {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
	margin-bottom: 0;
	padding: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-meta > li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-meta > li:not(:last-child):after {
	margin-right: 0.5rem;
	content: "\b7";
	margin-left: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-meta .cs-icon {
	margin-right: 0.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-meta a,
.editor-styles-wrapper.cs-editor-styles-wrapper .post-meta .author a {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-meta a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .post-meta .author a:hover {
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-author .by {
	margin-right: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-author .sep {
	display: inline-block;
	padding: 0 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-author .author {
	display: flex;
	align-items: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-author .author img {
	margin: 0 0.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-author .author a {
	display: flex;
	align-items: center;
	font-weight: bold;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-category {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-category a {
	display: flex;
	align-items: center;
	color: var(--cs-color-primary);
	margin-left: 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-category a:before {
	order: 2;
	color: var(--cs-color-secondary);
	padding: 0 0.5rem;
	content: '—';
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-category a:first-child {
	margin-left: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-category a .char {
	order: 1;
	display: flex;
	justify-content: center;
	background-color: #000000;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-transform: lowercase;
	transition: 0.2s;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-category a .label {
	position: relative;
	order: 3;
	color: var(--cs-color-secondary);
	transition: color .15s;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-category a .label:after {
	background-color: var(--cs-color-primary);
	width: 100%;
	height: 1px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(1px);
	transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition-property: opacity,transform;
	content: "";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-category a:hover .label {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-category a:hover .label:after {
	opacity: 1;
	transform: translateY(-3px) translateZ(0);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-shares {
	position: relative;
	z-index: 3;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-shares .total {
	display: flex;
	align-items: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 2.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-tags .title-tags {
	font-weight: bold;
	margin: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-tags a {
	display: block;
	background: var(--cs-color-secondary-background);
	color: var(--cs-color-primary);
	padding: 0.5rem 1rem;
	transition: 0.2s;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-tags a:first-letter {
	text-transform: uppercase;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-tags a:hover {
	background: var(--cs-color-primary);
	color: var(--cs-color-primary-contrast);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-tags ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-tags ul > li {
	display: inline-block;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-tags ul > li:not(:last-child) {
	margin-right: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-tags ul li {
	margin-top: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-tags ul li:first-child {
	margin-right: 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-font-heading {
	--pk-heading-font-color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-font-primary {
	--pk-primary-font-color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-font-secondary {
	--pk-secondary-font-color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-bg-overlay {
	--pk-overlay-background: var(--cs-color-overlay-background);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-font-block {
	color: var(--cs-color-title-block);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge {
	--pk-badge-background: var(--cs-color-contrast-50);
	--pk-badge-color: var(--cs-color-primary);
	--pk-badge-primary-background: var(--cs-color-accent);
	--pk-badge-primary-color: var(--cs-color-accent-contrast);
	--pk-badge-light-background: var(--cs-color-site-background);
	--pk-badge-light-color: var(--cs-color-primary);
	--pk-badge-border-radius: var(--cs-additional-border-radius);
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge.pk-badge-secondary {
	background-color: var(-color-contrast-100);
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge.pk-badge-dark {
	background-color: #000;
	color: #fff;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge-success {
	background: #ccf6d5;
	color: #189134;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge-success {
	background: #1ca73b;
	color: #a0efb2;
}

[data-scheme="dark"] ul[data-scheme="default"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge-success {
	background: #ccf6d5;
	color: #189134;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge-info {
	background: #beeff6;
	color: #127989;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge-info {
	background: #158da0;
	color: #91e4f0;
}

[data-scheme="dark"] ul[data-scheme="default"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge-info {
	background: #beeff6;
	color: #127989;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge-warning {
	background: #fff4d3;
	color: #ba8b00;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge-warning {
	background: #d39e00;
	color: #ffe7a0;
}

[data-scheme="dark"] ul[data-scheme="default"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge-warning {
	background: #fff4d3;
	color: #ba8b00;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge-danger {
	background: #fae3e5;
	color: #a71d2a;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge-danger {
	background: #bd2130;
	color: #f3b7bd;
}

[data-scheme="dark"] ul[data-scheme="default"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-badge-danger {
	background: #fae3e5;
	color: #a71d2a;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .menu-item .pk-badge {
	margin-bottom: auto;
	margin-top: auto;
	margin-right: auto;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .navbar-nav > .menu-item > a .pk-badge {
	position: relative;
	z-index: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .navbar-nav > .menu-item > a .pk-badge:after {
	position: absolute;
	border-bottom: 10px transparent solid;
	width: calc(100% + 12px);
	top: 100%;
	left: -10px;
	content: '';
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-alert {
	--pk-alert-background: var(--cs-color-contrast-50);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-nav-tabs .pk-nav-link,
.editor-styles-wrapper.cs-editor-styles-wrapper .pk-tabs .pk-nav-pills .pk-nav-link,
.editor-styles-wrapper.cs-editor-styles-wrapper .pk-tabs-vertical .pk-nav-tabs .pk-nav-link {
	border-radius: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-input-group .form-control {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-input-group .button {
	line-height: 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-about .pk-about-button {
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	background-color: var(--cs-color-accent);
	color: var(--cs-color-accent-contrast);
	transition: opacity 0.15s ease-in-out;
	text-decoration: none;
	padding: 0.375rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-about .pk-about-button:hover, .editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-about .pk-about-button:focus {
	background-color: var(--cs-color-accent);
	color: var(--cs-color-accent-contrast);
	text-decoration: none;
	opacity: .75;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-about .pk-about-button:focus {
	outline: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-author-container .pk-author-title a {
	color: var(--cs-color-primary);
	text-decoration: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-author-container .pk-author-title a:hover {
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-featured-categories {
	--pk-featured-overlay-opacity: var(--cs-color-overlay-background);
	--pk-featured-link-color: var(--cs-color-accent-contrast);
	--pk-featured-list-count-background: var(--cs-color-accent);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-featured-categories .pk-featured-link {
	text-decoration: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-contributors {
	--pk-contributors-item-border-color: var(--cs-color-contrast-200);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-contributors .pk-author-posts > h6 {
	color: var(--cs-color-title-block);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-contributors .pk-author-data .author-name {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-contributors .pk-author-data .author-description {
	font-size: 100%;
	margin-bottom: 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-zoom-icon-popup:after {
	background: var(--cs-color-overlay-background);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	top: 0;
	right: 0;
	content: "\e928";
	font-family: "cs-icons";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .mfp-arrow:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .mfp-arrow:focus {
	background: transparent;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-pin-it {
	--pk-pinterest-pinit-background: var(--cs-color-primary);
	--pk-pinterest-pinit-background-hover: var(--cs-color-overlay-background);
	--pk-pinterest-pinit-color: var(--cs-color-primary-contrast);
	--pk-pinterest-pinit-color-hover: var(--cs-color-primary-contrast);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	top: 0;
	left: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-gallery .blocks-gallery-image .pk-pin-it,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-gallery .blocks-gallery-item .wp-block-gallery.is-cropped .blocks-gallery-image .pk-pin-it,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-gallery.is-cropped .blocks-gallery-item .pk-pin-it {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-share-buttons-wrap {
	--pk-share-link-background: var(--cs-color-contrast-100);
	--pk-share-link-color: var(--cs-color-primary);
	--pk-mobile-share-horizontal-background: var(--cs-color-contrast-200);
	--pk-mobile-share-total-background: var(--cs-color-primary);
	--pk-mobile-share-total-label-color: var(--cs-color-primary-contrast);
	--pk-mobile-share-total-count-color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-share-buttons-wrap .pk-share-buttons-link {
	border-radius: var(--cs-primary-border-radius);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-share-buttons-wrap .pk-share-buttons-link .pk-share-buttons-count {
	opacity: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-share-buttons-scheme-bold .pk-share-buttons-link,
.editor-styles-wrapper.cs-editor-styles-wrapper .is-style-pk-share-buttons-bold .pk-share-buttons-link {
	--pk-share-link-background: var(--cs-color-contrast-100);
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-share-buttons-scheme-bold .pk-share-buttons-link, [data-scheme="dark"]
.editor-styles-wrapper.cs-editor-styles-wrapper .is-style-pk-share-buttons-bold .pk-share-buttons-link {
	--pk-share-link-background: #fff;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-share-buttons-scheme-bold-light .pk-share-buttons-mail .pk-share-buttons-link, [data-scheme="dark"]
.editor-styles-wrapper.cs-editor-styles-wrapper .is-style-pk-share-buttons-bold-light .pk-share-buttons-mail .pk-share-buttons-link {
	color: #fff;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-share-buttons-scheme-bold-light .pk-share-buttons-mail .pk-share-buttons-link:hover, [data-scheme="dark"]
.editor-styles-wrapper.cs-editor-styles-wrapper .is-style-pk-share-buttons-bold-light .pk-share-buttons-mail .pk-share-buttons-link:hover {
	color: var(--cs-color-contrast-200);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links {
	position: absolute;
	max-width: 320px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -ms-grid;
	-ms-grid-columns: max-content;
	bottom: 100%;
	left: -9999px;
	padding-left: 50%;
	padding-bottom: 0.5rem;
	transform: translateY(-30%);
	transition: transform 0.5s;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-wrap {
	position: relative;
	border-radius: 0;
	background: #fff;
	padding: 0.75rem;
	margin: 0;
	opacity: 0;
	transform: translate(-50%, 0);
	transition: opacity 0.5s;
	box-shadow: 0 0 2.5rem rgba(87, 58, 58, 0.3);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-wrap:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #fff;
	border-width: 7px;
	margin-left: -7px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-link {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 0.125rem;
	border-radius: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-icon {
	font-size: 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-count {
	margin-top: 0.125rem;
	color: var(--cs-color-contrast-600);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-scheme-default {
	background: rgba(var(--cs-color-primary-rgb), 0.75);
	box-shadow: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-scheme-default:after {
	border-top-color: rgba(var(--cs-color-primary-rgb), 0.75);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-link {
	background: transparent;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-link:hover {
	background: transparent !important;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-link:hover .pk-share-buttons-count {
	color: #fff;
	opacity: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-icon {
	color: #fff;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-count {
	color: #fff;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-shares:hover {
	cursor: pointer;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-shares:hover .meta-share-links {
	transform: translateY(0);
	left: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .meta-shares:hover .pk-share-buttons-wrap {
	border-radius: 0;
	opacity: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-share-buttons-after-post {
	margin-top: 3rem;
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-share-buttons-after-post .pk-share-buttons-total {
	align-items: center;
	flex-direction: row;
	margin-right: 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-share-buttons-after-post .pk-share-buttons-total .pk-share-buttons-count {
	font-weight: bold;
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-share-buttons-after-post .pk-share-buttons-link {
	height: 3rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-share-buttons-after-post .pk-share-buttons-link .pk-share-buttons-icon {
	font-size: 1.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-social-links-wrap {
	--pk-social-link-color: var(--cs-color-primary);
	--pk-social-links-label-color: var(--cs-color-secondary);
	--pk-social-bold-title-color: var(--cs-color-primary);
	--pk-social-light-bg-link-background: var(--cs-color-contrast-100);
	--pk-social-light-rounded-icon-background: var(--cs-color-contrast-100);
	--pk-social-light-rounded-title-color: var(--cs-color-primary);
	--pk-social-bold-rounded-icon-background: var(--cs-color-contrast-100);
	--pk-social-bold-rounded-title-color: var(--cs-color-primary);
	--pk-social-links-title-font-size: 0.75rem;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .pk-social-links-wrap {
	--pk-social-dark-link-hover-background: var(--cs-color-contrast-200);
	--pk-social-dark-rounded-link-hover-background: var(--cs-color-contrast-200);
	--pk-social-light-rounded-icon-background: #fff;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-social-links-template-columns .pk-social-links-count + .pk-social-links-label {
	margin-top: 0.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-social-links-template-nav.pk-social-links-scheme-light-rounded .pk-social-links-icon, .editor-styles-wrapper.cs-editor-styles-wrapper .pk-social-links-template-nav.pk-social-links-scheme-bold-rounded .pk-social-links-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: inherit;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-social-links-template-nav .pk-social-links-items {
	flex-wrap: nowrap;
	margin: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-social-links-template-nav .pk-social-links-item {
	padding-left: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-social-links-template-nav .pk-social-links-item:first-child {
	margin-left: 0;
	padding-left: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-social-links-template-nav .pk-social-links-icon {
	font-size: 1.25rem;
	text-align: center;
	transition: 0.25s;
	border-radius: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-social-links-template-nav .pk-social-links-count {
	color: var(--cs-color-secondary);
	font-weight: normal;
	font-size: 0.75rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-author .pk-social-links-items {
	justify-content: flex-start;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .post-author .pk-social-links-item {
	padding-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-scheme-light-bg.pk-social-links-template-columns .pk-social-links-item {
	margin-bottom: 1px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-scheme-light-bg.pk-social-links-template-columns .pk-social-links-item:not(:last-child) .pk-social-links-link {
	margin-right: 1px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-inline.pk-social-links-scheme-light-rounded .pk-social-links-icon, .editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-inline.pk-social-links-scheme-bold-rounded .pk-social-links-icon,
.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-col-1.pk-social-links-scheme-light-rounded .pk-social-links-icon,
.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-col-1.pk-social-links-scheme-bold-rounded .pk-social-links-icon,
.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-col-2.pk-social-links-scheme-light-rounded .pk-social-links-icon,
.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-col-2.pk-social-links-scheme-bold-rounded .pk-social-links-icon,
.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-col-3.pk-social-links-scheme-light-rounded .pk-social-links-icon,
.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-col-3.pk-social-links-scheme-bold-rounded .pk-social-links-icon,
.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-col-4.pk-social-links-scheme-light-rounded .pk-social-links-icon,
.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-col-4.pk-social-links-scheme-bold-rounded .pk-social-links-icon {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-inline .pk-social-links-icon,
.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-col-1 .pk-social-links-icon,
.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-col-2 .pk-social-links-icon,
.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-col-3 .pk-social-links-icon,
.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-social-links-template-col-4 .pk-social-links-icon {
	font-size: 1.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .page-header .pk-social-links-wrap {
	margin-top: 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .site-info .pk-social-links-item {
	padding-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-wrap .subscription {
	position: relative;
	overflow: hidden;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-wrap .subscription.pk-loading .pk-input-group {
	opacity: .125;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-wrap .subscription.pk-loading:before {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-wrap .subscription.pk-loading:after {
	width: 24px;
	height: 24px;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	content: "";
}

@-webkit-keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-wrap .pk-input-group {
	justify-content: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-wrap .pk-input-group button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-wrap .pk-subscribe-message {
	letter-spacing: 0;
	color: inherit;
	margin-bottom: 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-wrap .pk-alert,
.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-wrap .pk-privacy {
	margin-top: 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-wrap .pk-privacy label {
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-wrap .pk-subscribe-submit {
	position: relative;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-wrap:not(.pk-subscribe-with-name):not(.pk-subscribe-with-bg) button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-with-bg .title-block {
	color: #fff;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-with-bg .title-block:after {
	background: #fff;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-with-bg input[type="text"] {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-with-bg input[type="text"]:focus {
	border-color: #FFFFFF;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .widget .pk-subscribe-with-bg input[type="text"] {
	width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .widget .pk-subscribe-with-bg button {
	width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .widget .pk-subscribe-with-name input[type="text"],
.editor-styles-wrapper.cs-editor-styles-wrapper .widget .pk-subscribe-with-bg input[type="text"] {
	text-align: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-subscribe-form-widget .pk-bg-overlay {
	text-align: left;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-form-wrap .pk-title, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-form-wrap .pk-title, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-form-wrap .pk-title,
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-form-wrap .pk-title,
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-form-wrap .pk-title {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-form-wrap button, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-form-wrap button, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-form-wrap button,
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-form-wrap button,
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-form-wrap button {
	margin-top: 0;
	padding: 0.75rem 1rem;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-form-wrap .user + .email, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-form-wrap .user + .email, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-form-wrap .user + .email, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-form-wrap .user + .email, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-form-wrap .user + .email {
	border-right: none;
	margin-left: -1px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-with-name input[type="text"], .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-with-name input[type="text"], .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-with-name input[type="text"],
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-with-bg input[type="text"],
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-with-bg input[type="text"],
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-with-bg input[type="text"],
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-with-name input[type="text"],
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-with-bg input[type="text"],
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-with-name input[type="text"],
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-with-bg input[type="text"] {
	width: 100%;
	text-align: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-with-name button, .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-with-name button, .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-with-name button,
.editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-with-bg button,
.editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-with-bg button,
.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-with-bg button,
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-with-name button,
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-with-bg button,
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-with-name button,
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-with-bg button {
	margin-top: 0.5rem;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-with-name .pk-input-group, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-with-name .pk-input-group, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-with-name .pk-input-group, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-with-bg .pk-input-group, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-with-bg .pk-input-group, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-with-bg .pk-input-group, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-with-name .pk-input-group, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-with-bg .pk-input-group, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-with-name .pk-input-group, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-with-bg .pk-input-group {
	display: flex;
	flex-direction: row;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-with-name input[type="text"], .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-with-name input[type="text"], .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-with-name input[type="text"], .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-with-bg input[type="text"], .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-with-bg input[type="text"], .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-with-bg input[type="text"], .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-with-name input[type="text"], .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-with-bg input[type="text"], .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-with-name input[type="text"], .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-with-bg input[type="text"] {
	width: 1%;
	margin-top: 0;
	text-align: left;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-with-name button, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-with-name button, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-with-name button, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .entry-content .pk-subscribe-with-bg button, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .editor-styles-wrapper .pk-subscribe-with-bg button, .cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-freeform .pk-subscribe-with-bg button, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-with-name button, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .post-subscribe .pk-subscribe-with-bg button, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-with-name button, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .footer-subscribe .pk-subscribe-with-bg button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-toc:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 3rem;
	border-bottom: 1px var(--cs-color-contrast-200) solid;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-toc:not(:first-child) {
	padding-top: 40px;
	margin-top: 3rem;
	border-top: 1px var(--cs-color-contrast-200) solid;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-instagram-feed {
	--pk-instagram-info-color: var(--cs-color-primary);
	--pk-instagram-number-color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-instagram-item .pk-instagram-link:hover img {
	transform: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-instagram-item .pk-instagram-data .pk-meta {
	color: #FFFFFF;
	font-weight: 300;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .widget .pk-instagram-feed .pk-avatar-link {
	display: block;
	height: auto;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram {
	position: relative;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-username {
	background-color: var(--cs-color-accent);
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	color: var(--cs-color-accent-contrast);
	padding: 0.5625rem 1.5rem;
	z-index: 3;
	transition: opacity 0.2s;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-username:hover {
	opacity: .75;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-template-default .pk-instagram-item {
	flex: 0 0 33.3333333333%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-data .pk-meta {
	margin: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-data .pk-meta-comments {
	display: none;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-template-default .pk-instagram-item {
	flex: 0 0 16.6666666667%;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-items {
	display: grid;
	grid-gap: 0;
	grid-template-columns: repeat(10, 1fr);
	grid-template-areas: "i1 i3 i3 user user i6 i8 i8 i9  i11" "i2 i3 i3 i4   i5   i7 i8 i8 i10 i12";
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-username {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-area: user;
	transform: none;
	top: auto;
	left: auto;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-item:nth-child(1) {
	grid-area: i1;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-item:nth-child(2) {
	grid-area: i2;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-item:nth-child(3) {
	grid-area: i3;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-item:nth-child(4) {
	grid-area: i4;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-item:nth-child(5) {
	grid-area: i5;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-item:nth-child(6) {
	grid-area: i6;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-item:nth-child(7) {
	grid-area: i7;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-item:nth-child(8) {
	grid-area: i8;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-item:nth-child(9) {
	grid-area: i9;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-item:nth-child(10) {
	grid-area: i10;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-item:nth-child(11) {
	grid-area: i11;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-item:nth-child(12) {
	grid-area: i12;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-items {
		display: flex;
	}
	.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .footer-instagram .pk-instagram-username {
		position: absolute;
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
	}
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-twitter-wrap {
	--pk-twitter-number-color: var(--cs-color-primary);
	--pk-twitter-tweet-border-color: var(--cs-color-contrast-200);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-twitter-name a {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-twitter-name a:hover {
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-twitter-username a {
	color: var(--cs-color-excerpt);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-twitter-username a:hover {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-twitter-counters {
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-twitter-counters .number {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-twitter-content {
	font-size: 0.875rem;
	color: var(--cs-color-excerpt);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-twitter-time {
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .widget .pk-twitter-link {
	display: block;
	height: auto;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sidebar-area .pk-twitter-default {
	background: var(--cs-color-contrast-100);
	padding: 2rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-about .pk-about-small {
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-item {
	margin-top: 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-item:first-child {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-outer {
	display: flex;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-thumbnail {
	position: relative;
	flex: 0 0 80px;
	max-height: 80px;
	margin-left: 1rem;
	order: 3;
	overflow: hidden;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-thumbnail a {
	position: relative;
	display: block;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-thumbnail a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: .2s ease all;
	background: transparent;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-thumbnail:hover a:after {
	background: var(--cs-color-overlay-background);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-thumbnail img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: 0.2s;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-data {
	order: 2;
	flex-grow: 1;
	width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-data .meta-category {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-data .entry-title {
	margin-bottom: 0.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-data .post-meta {
	margin-top: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-preview-enabled .entry-title {
	font-size: 1.125rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-meta .sep {
	display: inline-block;
	padding: 0 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts .pk-post-meta-hide {
	display: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts-template-default .pk-post-thumbnail a:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #fff;
	transition: .2s ease all;
	font-family: "cs-icons";
	z-index: 1;
	opacity: 0;
	content: "\e906";
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts-template-default .pk-post-thumbnail a:hover:before {
	opacity: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts-template-large .pk-post-item {
	margin-top: 2rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts-template-large .pk-post-item:first-child {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts-template-large .pk-overlay-thumbnail {
	margin-bottom: 0.5rem;
	overflow: hidden;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .pk-widget-posts-template-large .pk-overlay-thumbnail img {
	width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author {
	position: relative;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .cs-widget-author-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .cs-widget-author-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .cs-widget-author-container {
	background: var(--cs-color-contrast-100);
	position: relative;
	padding: 2rem;
	z-index: 2;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .cs-author-data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .cs-author-title {
	font-size: 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .author-description {
	font-size: 0.875rem;
	color: var(--cs-color-excerpt);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .cs-author-data {
	flex: 0 0 80px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .cs-author-avatar img {
	border-radius: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .cs-author-button {
	margin-top: 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .cs-social-accounts {
	padding-right: 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .cs-social-label {
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .cs-social-label:after {
	background: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .pk-author-social-links {
	margin-top: 0.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author .pk-social-links-item .pk-icon {
	font-size: 1.2rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-author-social-links .cs-social-links-link {
	padding: 0 0.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cs-widget-author-with-bg .cs-widget-author-container {
	background: transparent;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-badge {
	--cnvs-badge-background: var(--cs-color-contrast-50);
	--cnvs-badge-color: var(--cs-color-primary);
	--cnvs-badge-primary-background: var(--cs-color-accent);
	--cnvs-badge-primary-color: var(--cs-color-accent-contrast);
	--cnvs-badge-light-background: var(--cs-color-site-background);
	--cnvs-badge-light-color: var(--cs-color-primary);
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-badge.is-cnvs-badge-color-secondary {
	background-color: var(-color-contrast-100);
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-badge.is-cnvs-badge-color-dark {
	background-color: #000;
	color: #fff;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .is-cnvs-badge-color-success,
.editor-styles-wrapper.cs-editor-styles-wrapper .block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-success {
	background: #ccf6d5;
	color: #189134;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .is-cnvs-badge-color-success, [data-scheme="dark"]
.editor-styles-wrapper.cs-editor-styles-wrapper .block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-success {
	background: #1ca73b;
	color: #a0efb2;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .is-cnvs-badge-color-info,
.editor-styles-wrapper.cs-editor-styles-wrapper .block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-info {
	background: #beeff6;
	color: #127989;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .is-cnvs-badge-color-info, [data-scheme="dark"]
.editor-styles-wrapper.cs-editor-styles-wrapper .block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-info {
	background: #158da0;
	color: #91e4f0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .is-cnvs-badge-color-warning,
.editor-styles-wrapper.cs-editor-styles-wrapper .block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-warning {
	background: #fff4d3;
	color: #ba8b00;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .is-cnvs-badge-color-warning, [data-scheme="dark"]
.editor-styles-wrapper.cs-editor-styles-wrapper .block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-warning {
	background: #d39e00;
	color: #ffe7a0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .is-cnvs-badge-color-danger,
.editor-styles-wrapper.cs-editor-styles-wrapper .block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-danger {
	background: #fae3e5;
	color: #a71d2a;
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .is-cnvs-badge-color-danger, [data-scheme="dark"]
.editor-styles-wrapper.cs-editor-styles-wrapper .block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-danger {
	background: #bd2130;
	color: #f3b7bd;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-collapsible {
	--cnvs-collapsible-border-top: 1px solid var(--cs-color-contrast-200);
	--cnvs-collapsible-a-color: var(--cs-color-primary);
	--cnvs-collapsible-a-hover-color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-collapsible-title > h6 {
	margin: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-alert {
	--cnvs-alert-background: var(--cs-color-contrast-50);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-author .cs-author-title {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-author .cs-author-title a {
	color: var(--cs-color-primary);
	text-decoration: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-author .cs-author-title a:hover {
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-author .cs-social-label {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-author .cs-author-button:hover, .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-author .cs-author-button:focus {
	text-decoration: none;
	opacity: .75;
}

.editor-styles-wrapper.cs-editor-styles-wrapper p.has-drop-cap {
	--cnvs-drop-cap-color: inherit;
	--cnvs-drop-cap-light-background: var(--cs-color-contrast-100);
	--cnvs-drop-cap-light-color: inherit;
	--cnvs-drop-cap-bordered-color: var(--cs-color-contrast-300);
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper p.has-drop-cap {
	--cnvs-drop-cap-dark-background: #fff;
	--cnvs-drop-cap-dark-color: #000;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-slider-gallery .flickity-prev-next-button {
	padding: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .page-template-template-canvas-fullwidth .site-content > .cs-container {
	max-width: 100% !important;
	padding-right: initial;
	padding-left: initial;
	margin-right: initial;
	margin-left: initial;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .page-template-template-canvas-fullwidth .main-content {
	display: block;
	margin-right: initial;
	margin-left: initial;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section > .cnvs-block-section-outer {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section > .cnvs-block-section-outer {
	max-width: 600px;
}

.cs-breakpoint-up-720px .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section > .cnvs-block-section-outer {
	max-width: 720px;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section > .cnvs-block-section-outer {
	max-width: 1020px;
}

.cs-breakpoint-up-1200px .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section > .cnvs-block-section-outer {
	max-width: 1200px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section > .cnvs-block-section-outer > .cnvs-block-section-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	-moz-column-gap: 40px;
	column-gap: 40px;
	row-gap: 3rem;
}

.cs-breakpoint-up-1200px .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section > .cnvs-block-section-outer > .cnvs-block-section-inner {
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-content {
	flex: 1;
	max-width: 100%;
	min-width: 0;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-sidebar-position-left > .cnvs-block-section-outer > .cnvs-block-section-inner, .cs-breakpoint-up-1020px
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-sidebar-position-right > .cnvs-block-section-outer > .cnvs-block-section-inner {
	grid-template-columns: minmax(0, 1fr) 300px;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-sidebar-position-left > .cnvs-block-section-outer > .cnvs-block-section-inner {
	grid-template-columns: 300px minmax(0, 1fr);
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-sidebar-position-left .cnvs-block-section-content {
	order: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section .cnvs-block-section-content-inner > * {
	margin-top: 32px;
	margin-bottom: 32px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section .cnvs-block-section-content-inner > *:first-child {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section .cnvs-block-section-content-inner > *:last-child {
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section .cnvs-block-section-content-inner > *:last-child:after {
	content: '';
	clear: both;
	display: table;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-sidebar-sticky-top .cnvs-block-section-sidebar-inner {
	position: sticky;
	top: 3rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-sidebar-sticky-bottom .cnvs-block-section-sidebar {
	display: flex;
	flex-direction: column;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-sidebar-sticky-bottom .cnvs-block-section-sidebar-inner {
	position: sticky;
	bottom: 3rem;
	margin-top: auto;
}

@-moz-document url-prefix() {
	.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-sidebar-sticky-bottom .cnvs-block-section-sidebar-inner {
		position: sticky;
		top: 3rem;
		bottom: initial;
		margin-top: initial;
	}
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-sidebar-sticky-top-last-block .cnvs-block-section-sidebar-inner {
	height: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-sidebar-sticky-top-last-block .cnvs-block-section-sidebar-inner > :last-child {
	position: sticky;
	top: 3rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-layout-align-full .cnvs-block-section-outer {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-section-layout-align-full .cnvs-block-section-outer .cnvs-block-section-inner {
	display: block;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-tabs {
	--cnvs-tabs-border-width: 1px;
	--cnvs-tabs-border-color: var(--cs-color-contrast-200);
	--cnvs-tabs-border-radius: var(--cs-common-border-radius);
	--cnvs-tabs-button-font-size: var(--cs-font-primary-size);
	--cnvs-tabs-button-color: var(--cs-color-secondary);
	--cnvs-tabs-button-hover-color: var(--cs-color-primary);
	--cnvs-tabs-button-active-color: var(--cs-color-primary);
	--cnvs-tabs-button-active-background: var(--cs-color-site-background);
	--cnvs-tabs-button-pills-color: var(--cs-color-secondary);
	--cnvs-tabs-button-pills-active-color: var(--cs-color-primary);
	--cnvs-tabs-button-pills-active-background: var(--cs-color-contrast-200);
	--cnvs-pc-tabs-button-active-border-bottom-color: var(--cs-color-site-background);
	--cnvs-pc-tabs-button-active-background-color: var(--cs-color-site-background);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-tabs .cnvs-block-tabs-buttons {
	margin-bottom: 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
	border-radius: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button a {
	border-radius: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
	margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
	.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
		margin-bottom: 0;
	}
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons {
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-content > .editor-inner-blocks {
	margin-top: -28px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
	border-radius: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button a,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons .cnvs-block-tabs-button a {
	border-radius: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .wp-block-separator:after {
	border-color: var(--cs-color-contrast-300) !important;
	opacity: 1 !important;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-toc .pk-toc a {
	text-decoration: underline;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-toc .pk-toc a:hover {
	text-decoration: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-instagram .pk-instagram-info .pk-instagram-username {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-instagram .pk-instagram-info a {
	text-decoration: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-instagram .wp-block-button .wp-block-button__link:hover, .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-instagram .wp-block-button .wp-block-button__link:focus {
	text-decoration: none;
	opacity: .75;
	color: white;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-twitter .pk-twitter-wrap a {
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-twitter .pk-twitter-wrap a:hover {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-twitter .pk-twitter-wrap .pk-twitter-header a {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-twitter .pk-twitter-wrap .pk-twitter-header a:hover {
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-twitter .pk-twitter-info .pk-twitter-name {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-twitter .pk-twitter-info a {
	text-decoration: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-twitter .pk-twitter-content {
	color: inherit;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-twitter .wp-block-button .wp-block-button__link:hover, .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-twitter .wp-block-button .wp-block-button__link:focus {
	text-decoration: none;
	opacity: .75;
	color: white;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-form-wrap .pk-title {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-form-wrap button {
	margin-top: 0;
	padding: 0.75rem 1rem;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-form-wrap .user + .email {
	border-right: none;
	margin-left: -1px;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-with-name input[type="text"],
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-with-bg input[type="text"] {
	width: 100%;
	text-align: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-with-name button,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-with-bg button {
	margin-top: 0.5rem;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-with-name .pk-input-group, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-with-bg .pk-input-group {
	display: flex;
	flex-direction: row;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-with-name input[type="text"], .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-with-bg input[type="text"] {
	width: 1%;
	margin-top: 0;
	text-align: left;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-with-name button, .cs-breakpoint-up-600px
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-opt-in-form .pk-subscribe-with-bg button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .is-style-cnvs-block-bordered {
	--cnvs-style-single-border-color: var(--cs-color-contrast-300);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .is-style-cnvs-block-single-border {
	--cnvs-style-single-border-color: var(--cs-color-contrast-300);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .is-style-cnvs-block-bg-light {
	--cnvs-style-bg-light-background: var(--cs-color-contrast-50);
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .is-style-cnvs-block-bg-inverse {
	--cnvs-style-bg-inverse-background: #fff;
	--cnvs-style-bg-inverse-color: #000;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .is-style-cnvs-block-shadow {
	--cnvs-style-shadow-box-shadow: 0 16px 36px 0 rgba(0,0,0,0.08);
}

[data-scheme="dark"] .editor-styles-wrapper.cs-editor-styles-wrapper .is-style-cnvs-block-shadow {
	--cnvs-style-shadow-box-shadow: 0 16px 36px 0 rgba(255,255,255,0.08);
}

.editor-styles-wrapper.cs-editor-styles-wrapper [class*="is-style-cnvs-list-styled"] {
	--cnvs-list-styled-ul-box-background: var(--cs-color-contrast-400);
	--cnvs-list-styled-ol-box-color: var(--cs-color-primary);
	--cnvs-list-styled-ol-box-background-color: var(--cs-color-contrast-200);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts .post-meta,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts .meta-category,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts .pk-share-buttons-wrap,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts .cnvs-block-posts-title,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts .cnvs-block-post-single-view-post-button {
	margin-top: 1rem;
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts .post-meta:first-child,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts .meta-category:first-child,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts .pk-share-buttons-wrap:first-child,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts .cnvs-block-posts-title:first-child,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts .cnvs-block-post-single-view-post-button:first-child {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts .category-style {
	text-decoration: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts-sidebar .entry-title {
	font-size: 1.125rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts-sidebar .post-meta {
	margin-top: 0.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts-sidebar-list .cnvs-post-thumbnail,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts-sidebar-numbered .cnvs-post-thumbnail {
	margin-left: 2rem;
	margin-right: 0;
	order: 2;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts-sidebar-list .cnvs-post-data,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts-sidebar-numbered .cnvs-post-data {
	order: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts-sidebar-list .cnvs-post-number,
.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-posts-sidebar-numbered .cnvs-post-number {
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	left: initial;
	right: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-progress {
	--cnvs-progress-background: var(--cs-color-contrast-100);
	--cnvs-progress-border-radius: var(--cs-common-border-radius);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .cnvs-block-progress:not([class*="is-style-cnvs"]) {
	--cnvs-progress-bar-background: var(--cs-color-accent);
	--cnvs-progress-bar-color: var(--cs-color-accent-contrast);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .is-style-cnvs-heading-numbered {
	--cnvs-heading-numbered-background: var(--cs-color-accent);
	--cnvs-heading-numbered-color: var(--cs-color-accent-contrast);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-area-filter {
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-area-filter {
	flex-wrap: nowrap;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-area-filter__title {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-area-filter__title:after {
	background: currentColor;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-area-filter__list-item {
	display: block;
	margin-right: 1rem;
}

.cs-breakpoint-up-600px .editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-area-filter__list-item {
	margin-left: 1rem;
	margin-right: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-area-filter__list-item a[data-filter] {
	display: block;
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-area-filter__list-item.sight-filter-active a[data-filter] {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-area__pagination {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-area__pagination .sight-portfolio-load-more.loading {
	position: relative;
	color: transparent;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-area__pagination .sight-portfolio-load-more.loading:before {
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-top-color: white;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-entry .sight-portfolio-entry__content:not(:first-child) {
	margin-top: 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-entry .sight-portfolio-entry__content > *:not(:first-child) {
	margin-top: 0.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-entry .sight-portfolio-entry__inner {
	margin-top: 1.5rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-entry .sight-portfolio-entry__inner:first-child {
	margin-top: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-entry .cs-entry__thumbnail {
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-entry .sight-portfolio-view-more-label:after {
	display: inline-block;
	margin-left: 0.25rem;
	font-family: "cs-icons";
	content: "\e906";
	transition: all 0.2s ease;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-entry .sight-portfolio-entry__title a {
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-entry .sight-portfolio-entry__title a:hover {
	text-decoration: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-entry .sight-portfolio-entry__heading {
	font-size: 1.125rem;
	margin: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-entry .sight-portfolio-entry__caption {
	font-size: 0.875rem;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-entry .sight-portfolio-entry__meta > * {
	margin-right: 1rem;
	display: inline-block;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-portfolio-entry .sight-portfolio-entry__meta > *.cs-meta-category {
	margin-right: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-block-portfolio-layout-standard .sight-portfolio-area__main {
	display: grid;
	grid-gap: var(--sight-portfolio-area-grid-gap, 40px);
	grid-template-columns: repeat(var(--sight-portfolio-area-grid-columns, 1), minmax(0, 1fr));
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-block-portfolio-layout-justified .sight-portfolio-area__outer {
	padding: calc(var(--sight-portfolio-area-grid-gap) / 2);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-block-portfolio-layout-justified .sight-portfolio-area__main {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	margin: calc(var(--sight-portfolio-area-grid-gap) * -1);
	/* Remove to justify the last row */
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-block-portfolio-layout-justified .sight-portfolio-area__main:after {
	content: '';
	flex-grow: 999999999;
	height: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-block-portfolio-layout-justified .sight-portfolio-entry {
	position: relative;
	margin: calc(var(--sight-portfolio-area-grid-gap) / 2);
	flex-grow: 1;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-block-portfolio-layout-justified .sight-portfolio-entry__thumbnail {
	height: var(--sight-portfolio-area-grid-image-height, 100);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-block-portfolio-layout-justified .sight-portfolio-entry__thumbnail:before {
	display: none;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-block-portfolio-layout-justified .sight-portfolio-overlay-background {
	height: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-block-portfolio-layout-justified .sight-portfolio-entry__thumbnail img,
.editor-styles-wrapper.cs-editor-styles-wrapper .sight-block-portfolio-layout-justified .sight-portfolio-entry__thumbnail figure {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: auto;
	max-width: 100%;
	min-width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-block-portfolio-layout-justified .sight-portfolio-entry-outer {
	display: table;
	width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .sight-block-portfolio-layout-justified .sight-portfolio-entry__content {
	display: table-caption;
	caption-side: bottom;
	width: 100%;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-review-slice {
	--abr-review-slice-background-color: var(--cs-color-contrast-200);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-review-progress {
	--abr-review-progress-background: var(--cs-color-contrast-200);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-post-review {
	--abr-review-name-color: var(--cs-color-secondary);
	--abr-review-score-info-background: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-post-review .abr-review-list .abr-review-text {
	font-size: 0.875rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-reviews-posts {
	--abr-posts-meta-color: var(--cs-color-primary);
	--abr-posts-number-font-size: var(--cs-font-primary-size);
	--abr-posts-number-large-font-size: 1;
	--abr-posts-percentage-icon-font-size: 1.125rem;
	--abr-posts-item-separator-color: var(--cs-color-contrast-200);
	--abr-posts-overlay-background: var(--cs-color-overlay-background);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-reviews-posts .abr-post-headline .entry-title {
	margin-bottom: 0;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-reviews-posts .abr-post-headline .post-meta {
	margin-top: 0.25rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-reviews-posts .abr-review-meta .abr-review-number {
	font-size: 0.875rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-1 .entry-title a,
.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-2 .entry-title a,
.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-3 .entry-title a,
.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-4 .entry-title a,
.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-5 .entry-title a {
	color: var(--cs-color-primary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-1 .entry-title a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-2 .entry-title a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-3 .entry-title a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-4 .entry-title a:hover,
.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-5 .entry-title a:hover {
	color: var(--cs-color-secondary);
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-1 .abr-post-item:not(:first-child),
.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-2 .abr-post-item:not(:first-child) {
	border-top: 1px solid var(--cs-color-contrast-200);
	margin-top: 1rem;
	padding-top: 1rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-3 .abr-post-item:nth-child(1) .abr-review-meta .abr-review-number,
.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-4 .abr-post-item:nth-child(1) .abr-review-meta .abr-review-number {
	font-size: 1.125rem;
}

.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-6 .abr-review-meta .abr-review-number,
.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-7 .abr-review-meta .abr-review-number,
.editor-styles-wrapper.cs-editor-styles-wrapper .abr-posts-template-reviews-8 .abr-review-meta .abr-review-number {
	font-size: 1.125rem;
}

/*--------------------------------------------------------------
# Individual styles for the editor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Editor Color
--------------------------------------------------------------*/
.block-editor-writing-flow {
	background: var(--cs-color-site-background);
}

.block-editor-writing-flow[data-scheme] {
	color: var(--cs-color-primary);
}

/*--------------------------------------------------------------
# Canvas Template Fullwidth
--------------------------------------------------------------*/
.template-canvas-fullwidth .csco-singular-layout {
	display: none;
}

/*--------------------------------------------------------------
# Global Elements
--------------------------------------------------------------*/
.editor-styles-wrapper {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	overflow-x: initial;
}

.editor-styles-wrapper .editor-block-list__layout .is-style-cnvs-paragraph-callout {
	font-size: 1.25rem;
}

.editor-styles-wrapper a {
	color: var(--cs-color-link);
	text-decoration: underline;
}

.editor-styles-wrapper a:hover, .editor-styles-wrapper a:focus {
	color: var(--cs-color-link);
	text-decoration: none;
}

.editor-styles-wrapper .cnvs-component-server-side-render input[type="text"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="email"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="url"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="password"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="search"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="number"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="tel"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="range"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="date"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="month"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="week"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="time"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="datetime"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="datetime-local"],
.editor-styles-wrapper .cnvs-component-server-side-render input[type="color"],
.editor-styles-wrapper .cnvs-component-server-side-render optgroup,
.editor-styles-wrapper .cnvs-component-server-side-render select,
.editor-styles-wrapper .cnvs-component-server-side-render textarea {
	display: block;
	width: 100%;
	font-size: 0.75rem;
	padding: 0.375rem 1rem;
	line-height: 1.625rem;
	color: #495057;
	background-color: #FFFFFF;
	border: 1px solid #E3E5E7;
	border-radius: 0;
	transition: background-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="text"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="email"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="url"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="password"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="search"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="number"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="tel"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="range"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="date"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="month"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="week"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="time"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="datetime"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="datetime-local"],
	.editor-styles-wrapper .cnvs-component-server-side-render input[type="color"],
	.editor-styles-wrapper .cnvs-component-server-side-render optgroup,
	.editor-styles-wrapper .cnvs-component-server-side-render select,
	.editor-styles-wrapper .cnvs-component-server-side-render textarea {
		transition: none;
	}
}

.editor-styles-wrapper .cnvs-component-server-side-render button,
.editor-styles-wrapper .cnvs-component-server-side-render .button {
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	background-color: var(--cs-color-accent);
	color: var(--cs-color-accent-contrast);
	transition: opacity 0.15s ease-in-out;
	text-decoration: none;
	padding: 0.375rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
}

.editor-styles-wrapper .cnvs-component-server-side-render button:hover, .editor-styles-wrapper .cnvs-component-server-side-render button:focus,
.editor-styles-wrapper .cnvs-component-server-side-render .button:hover,
.editor-styles-wrapper .cnvs-component-server-side-render .button:focus {
	background-color: var(--cs-color-accent);
	color: var(--cs-color-accent-contrast);
	text-decoration: none;
	opacity: .75;
}

.editor-styles-wrapper .cnvs-component-server-side-render button:focus,
.editor-styles-wrapper .cnvs-component-server-side-render .button:focus {
	outline: 0;
}

/** === Classic Editor === */
/* Classic Editor */
.content {
	max-width: 680px;
	background: var(--cs-color-site-background);
	padding: 40px;
	margin-left: 40px;
	margin-top: 40px;
}

.content blockquote p:first-child {
	font-size: 1.25rem;
	font-weight: 700;
}

.cs-embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.cs-embed-responsive:before {
	display: block;
	content: "";
}

.cs-embed-responsive iframe,
.cs-embed-responsive embed,
.cs-embed-responsive object,
.cs-embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.cs-embed-responsive:before {
	padding-top: 56.25%;
}

/* Classic Editor Block */
/* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */
.wp-block[data-type="core/freeform"] .mce-btn i {
	font-family: dashicons !important;
}

.editor-styles-wrapper.sidebar-enabled.post-sidebar-disabled .wp-block[data-align="wide"],
.editor-styles-wrapper.sidebar-enabled.post-sidebar-disabled .wp-block[data-align="full"] {
	max-width: 800px;
}

.editor-styles-wrapper.sidebar-enabled .wp-block[data-align="wide"],
.editor-styles-wrapper.sidebar-enabled .wp-block[data-align="full"] {
	max-width: 680px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.editor-styles-wrapper.sidebar-disabled .wp-block[data-align="wide"] {
	max-width: 1160px;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper.sidebar-disabled .wp-block[data-align="wide"], .cs-breakpoint-up-1020px
.editor-styles-wrapper.sidebar-disabled .wp-block[data-align="full"] {
	margin-top: 48px;
	margin-bottom: 48px;
}

.editor-styles-wrapper.post-type-page .wp-block:not([data-align]) {
	max-width: 800px;
}

.editor-styles-wrapper.post-type-page .wp-block[data-align="left"],
.editor-styles-wrapper.post-type-page .wp-block[data-align="right"],
.editor-styles-wrapper.post-type-page .wp-block[data-align="center"] {
	max-width: 800px;
}

.editor-styles-wrapper.post-type-page .wp-block[data-align="wide"] {
	max-width: 800px;
}

.editor-styles-wrapper.post-type-page.sidebar-enabled .wp-block[data-align="wide"],
.editor-styles-wrapper.post-type-page.sidebar-enabled .wp-block[data-align="full"] {
	max-width: 800px;
}

.editor-styles-wrapper.post-type-page.sidebar-disabled .wp-block:not([data-align]) {
	max-width: 1160px;
}

.editor-styles-wrapper.post-type-page.sidebar-disabled .wp-block[data-align="wide"] {
	max-width: 1160px;
}

.editor-styles-wrapper.post-type-page.sidebar-disabled .wp-block[data-align="left"],
.editor-styles-wrapper.post-type-page.sidebar-disabled .wp-block[data-align="right"],
.editor-styles-wrapper.post-type-page.sidebar-disabled .wp-block[data-align="center"] {
	max-width: 1160px;
}

.cnvs-block-section-content {
	flex: 0 0 100%;
	max-width: 100%;
	min-width: 0;
}

.cnvs-block-section > .cnvs-block-section-inner > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	-moz-column-gap: 40px;
	column-gap: 40px;
	row-gap: 3rem;
}

.cs-breakpoint-up-1200px .cnvs-block-section > .cnvs-block-section-inner > .block-editor-inner-blocks > .block-editor-block-list__layout {
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.cnvs-block-section > .cnvs-block-section-inner > .block-editor-inner-blocks > .block-editor-block-list__layout [data-type="canvas/section-content"],
.cnvs-block-section > .cnvs-block-section-inner > .block-editor-inner-blocks > .block-editor-block-list__layout [data-type="canvas/section-sidebar"] {
	margin-top: 0;
	margin-bottom: 0;
}

.cnvs-block-section > .cnvs-block-section-inner {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.cs-breakpoint-up-600px .cnvs-block-section > .cnvs-block-section-inner {
	max-width: 600px;
}

.cs-breakpoint-up-720px .cnvs-block-section > .cnvs-block-section-inner {
	max-width: 720px;
}

.cs-breakpoint-up-1020px .cnvs-block-section > .cnvs-block-section-inner {
	max-width: 1020px;
}

.cs-breakpoint-up-1200px .cnvs-block-section > .cnvs-block-section-inner {
	max-width: 1200px;
}

.cnvs-block-section > .cnvs-block-section-inner > .block-editor-inner-blocks {
	width: 100%;
}

.cnvs-block-section > .cnvs-block-section-inner > .block-editor-inner-blocks > .block-editor-block-list__layout .wp-block {
	width: 100%;
}

.cs-breakpoint-up-1020px .cnvs-block-section-sidebar-position-left > .cnvs-block-section-inner > .block-editor-inner-blocks > .block-editor-block-list__layout, .cs-breakpoint-up-1020px
.cnvs-block-section-sidebar-position-right > .cnvs-block-section-inner > .block-editor-inner-blocks > .block-editor-block-list__layout {
	grid-template-columns: minmax(0, 1fr) 300px;
}

.cs-breakpoint-up-1020px .cnvs-block-section-sidebar-position-left > .cnvs-block-section-inner > .block-editor-inner-blocks > .block-editor-block-list__layout {
	grid-template-columns: 300px minmax(0, 1fr);
}

.cs-breakpoint-up-1020px .cnvs-block-section-sidebar-position-left > .cnvs-block-section-inner > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="canvas/section-content"] {
	order: 1;
}

.cnvs-block-section-layout-align-full {
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: hidden;
}

.cnvs-block-section-layout-align-full > .cnvs-block-section-inner {
	max-width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}

.cnvs-block-section-layout-align-full > .cnvs-block-section-inner > .block-editor-inner-blocks > .block-editor-block-list__layout {
	margin-left: 0;
	margin-right: 0;
}

.cnvs-block-section-layout-align-full .wp-block[data-type="canvas/section-content"] {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.cnvs-block-section-layout-align-full .wp-block[data-type="canvas/section-content"] .block-editor-block-list__layout {
	margin-left: 0;
	margin-right: 0;
}

.cnvs-block-section-layout-align-full .wp-block[data-type="canvas/section-content"] .wp-block {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.wp-block[data-type="canvas/section-sidebar"] .canvas-component-custom-blocks,
.wp-block[data-type="canvas/section-sidebar"] .cnvs-block-section-sidebar {
	height: 100%;
}

.wp-block[data-type="canvas/section-sidebar"] .cnvs-block-section-sidebar {
	display: flex;
	flex-direction: column;
}

.cnvs-block-section-sidebar-sticky-top [data-type="canvas/section-sidebar"] .cnvs-block-section-sidebar-inner {
	position: sticky;
	top: 50px;
}

.cnvs-block-section-sidebar-sticky-bottom [data-type="canvas/section-sidebar"] .cnvs-block-section-sidebar-inner {
	position: sticky;
	bottom: 20px;
	margin-top: auto;
}

@-moz-document url-prefix() {
	.cnvs-block-section-sidebar-sticky-bottom [data-type="canvas/section-sidebar"] .cnvs-block-section-sidebar-inner {
		position: sticky;
		top: 50px;
		bottom: initial;
		margin-top: initial;
	}
}

.cnvs-block-section-sidebar-sticky-top-last-block .cnvs-block-section-sidebar-inner > .block-editor-inner-blocks > .block-editor-block-list__layout > :last-child {
	position: sticky;
	top: 50px;
}

.cnvs-block-section-with-background-color {
	padding: 0;
}

.cnvs-block-section-notice .components-notice {
	text-align: left;
}

.editor-styles-wrapper {
	/* Heading */
	/* Image */
	/* Block Sizes */
	/* Pullquote */
	/* Cover */
	/* Separator */
	/* Block Alignment */
}

.editor-styles-wrapper .wp-block:not([data-align]) {
	max-width: 680px;
}

.editor-styles-wrapper .wp-block[data-align="left"],
.editor-styles-wrapper .wp-block[data-align="right"],
.editor-styles-wrapper .wp-block[data-align="center"] {
	max-width: 680px;
}

.editor-styles-wrapper .wp-block[data-align] .wp-block {
	max-width: 100%;
}

.editor-styles-wrapper .editor-post-title__block .editor-post-title__input {
	font-size: 3rem;
	color: var(--cs-color-headings);
}

.editor-styles-wrapper .block-editor-block-list__layout {
	/* Reset Spacers */
}

.editor-styles-wrapper .block-editor-block-list__layout .wp-block {
	margin-top: 32px;
	margin-bottom: 32px;
}

.editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-type="canvas/section"] {
	margin-top: 64px;
	margin-bottom: 64px;
}

.editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-type="canvas/posts"] {
	margin-top: 48px;
	margin-bottom: 48px;
}

.editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-type="canvas/posts"] + .wp-block[data-type="canvas/section-heading"] {
	margin-top: 64px;
}

.editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-type="canvas/section-heading"] + .wp-block[data-type="canvas/posts"] {
	margin-top: 32px;
}

.editor-styles-wrapper .block-editor-block-list__layout > .wp-block:first-child {
	margin-top: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout > .wp-block:last-child {
	margin-bottom: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout > .wp-block:first-child > .wp-block-paragraph {
	margin-top: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout > .wp-block:last-child > .wp-block-paragraph {
	margin-bottom: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout > .wp-block[data-type="core/column"] .wp-block:first-child,
.editor-styles-wrapper .block-editor-block-list__layout > .wp-block[data-type="canvas/tabs"] .wp-block:first-child,
.editor-styles-wrapper .block-editor-block-list__layout > .wp-block[data-type="canvas/alert"] .wp-block:first-child {
	margin-top: 32px;
}

.editor-styles-wrapper .block-editor-block-list__layout > .wp-block[data-type="core/column"] .wp-block:last-child,
.editor-styles-wrapper .block-editor-block-list__layout > .wp-block[data-type="canvas/tabs"] .wp-block:last-child,
.editor-styles-wrapper .block-editor-block-list__layout > .wp-block[data-type="canvas/alert"] .wp-block:last-child {
	margin-bottom: 32px;
}

.editor-styles-wrapper .block-editor-block-list__layout > .wp-block[data-type="core/column"] .wp-block:first-child > .wp-block-paragraph,
.editor-styles-wrapper .block-editor-block-list__layout > .wp-block[data-type="canvas/tabs"] .wp-block:first-child > .wp-block-paragraph,
.editor-styles-wrapper .block-editor-block-list__layout > .wp-block[data-type="canvas/alert"] .wp-block:first-child > .wp-block-paragraph {
	margin-top: 32px;
}

.editor-styles-wrapper .block-editor-block-list__layout > .wp-block[data-type="core/column"] .wp-block:last-child > .wp-block-paragraph,
.editor-styles-wrapper .block-editor-block-list__layout > .wp-block[data-type="canvas/tabs"] .wp-block:last-child > .wp-block-paragraph,
.editor-styles-wrapper .block-editor-block-list__layout > .wp-block[data-type="canvas/alert"] .wp-block:last-child > .wp-block-paragraph {
	margin-bottom: 32px;
}

.editor-styles-wrapper .wp-block[data-type="core/heading"] h1.editor-rich-text__tinymce, .editor-styles-wrapper .wp-block[data-type="core/heading"] h2.editor-rich-text__tinymce, .editor-styles-wrapper .wp-block[data-type="core/heading"] h3.editor-rich-text__tinymce, .editor-styles-wrapper .wp-block[data-type="core/heading"] h4.editor-rich-text__tinymce, .editor-styles-wrapper .wp-block[data-type="core/heading"] h5.editor-rich-text__tinymce, .editor-styles-wrapper .wp-block[data-type="core/heading"] h6.editor-rich-text__tinymce {
	line-height: 1.25;
}

.editor-styles-wrapper .wp-block[data-align] .wp-block[data-type="core/image"] figcaption {
	text-align: initial;
}

.cs-breakpoint-up-600px .editor-styles-wrapper .wp-block[data-align] .wp-block[data-type="core/image"] figcaption {
	text-align: center;
}

.editor-styles-wrapper .wp-block[data-align="left"] .wp-block-cover,
.editor-styles-wrapper .wp-block[data-align="left"] .wp-block-image,
.editor-styles-wrapper .wp-block[data-align="right"] .wp-block-cover,
.editor-styles-wrapper .wp-block[data-align="right"] .wp-block-image {
	max-width: 100%;
}

.editor-styles-wrapper .wp-block[data-type="core/pullquote"] .wp-block-pullquote blockquote > .editor-rich-text p {
	font-size: 1.75rem;
	line-height: 1.5;
}

.editor-styles-wrapper .wp-block[data-type="core/pullquote"] .wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
.editor-styles-wrapper .wp-block[data-type="core/pullquote"] .wp-block-pullquote.alignright blockquote > .editor-rich-text p {
	font-size: 1.25rem;
}

.editor-styles-wrapper .wp-block-cover,
.editor-styles-wrapper .wp-block-cover-image {
	height: initial;
}

.cs-breakpoint-up-600px .editor-styles-wrapper .wp-block[data-align=wide] .wp-block-separator:not(.is-style-dots):not(.alignwide):not(.alignfull) {
	max-width: 620px !important;
}

.cs-breakpoint-up-720px .editor-styles-wrapper .wp-block[data-align=wide] .wp-block-separator:not(.is-style-dots):not(.alignwide):not(.alignfull) {
	max-width: 740px !important;
}

.cs-breakpoint-up-1020px .editor-styles-wrapper .wp-block[data-align=wide] .wp-block-separator:not(.is-style-dots):not(.alignwide):not(.alignfull) {
	max-width: 1040px !important;
}

.cs-breakpoint-up-1200px .editor-styles-wrapper .wp-block[data-align=wide] .wp-block-separator:not(.is-style-dots):not(.alignwide):not(.alignfull) {
	max-width: 1160px !important;
}

.editor-styles-wrapper .wp-block[data-align=full] .wp-block-separator:not(.is-style-dots):not(.alignwide):not(.alignfull) {
	max-width: none !important;
}

.cs-breakpoint-up-600px .editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-align=left] [data-type="core/image"], .cs-breakpoint-up-600px
.editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-align=left] [data-type="core/group"], .cs-breakpoint-up-600px
.editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-align=right] [data-type="core/group"], .cs-breakpoint-up-600px
.editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-align=left] [data-type="core/pullquote"], .cs-breakpoint-up-600px
.editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-align=right] [data-type="core/pullquote"], .cs-breakpoint-up-600px
.editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-align=left] [data-type="core/cover-image"], .cs-breakpoint-up-600px
.editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-align=right] [data-type="core/cover-image"], .cs-breakpoint-up-600px
.editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-align=left] [data-type="core/cover"], .cs-breakpoint-up-600px
.editor-styles-wrapper .block-editor-block-list__layout .wp-block[data-align=right] [data-type="core/cover"] {
	max-width: calc(50% - 1rem);
	width: 100%;
}

.wc-block-product-categories ul {
	padding: 0;
}

.wc-block-product-categories ul li {
	display: block;
	text-align: right;
}

.wc-block-product-categories ul li::after {
	display: block;
	clear: both;
	content: "";
}

.wc-block-product-categories ul li a {
	float: left;
}

.wc-block-product-categories > ul > li {
	padding: 1rem 0;
}

.wc-block-product-categories > ul > li:not(:first-child) {
	border-top: 1px var(--cs-color-contrast-200) solid;
}

.wc-block-product-categories > ul > li:last-child {
	padding-bottom: 0;
}

.wc-block-product-categories ul > ul {
	clear: both;
	padding: 0;
	padding-top: 0;
	padding-bottom: 1rem;
}

.wc-block-product-categories ul > ul li {
	padding: 0.25rem 0;
}

.wc-block-product-categories ul > ul li,
.wc-block-product-categories ul > ul li a {
	line-height: 1;
}

.wc-block-grid .wc-block-grid__product {
	margin: 0 0 24px;
}

.wc-block-featured-category .wc-block-featured-category__title {
	color: #fff !important;
}

.wc-block-featured-category .wc-block-featured-category__description p {
	color: rgba(255, 255, 255, 0.75);
}

.wc-block-featured-product .wc-block-featured-product__title {
	color: #fff !important;
}

.wc-block-featured-product .wc-block-featured-product__description p {
	color: rgba(255, 255, 255, 0.75);
}
