/*!
Theme Name: Slick Blog Pro
Theme URI: https://ascendoor.com/themes/slick-blog-pro/
Author: Ascendoor
Author URI: https://ascendoor.com/
Description: Slick Blog Pro is a clean, minimal, quick, completely responsive and browser compatible blog theme, perfect destination for every professional blogger and content writter. Slick Blog Pro is an SEO-friendly, simple-to-use, and quick-loading theme, allowing you to concentrate on developing excellent content rather than worrying about the technical aspects. Additionally, Slick Blog is ideal for bloggers who want a clean and professional look without all the hassle with its simple design and user-friendly interface and you will get high quality, responsive, well crafted blog out of the box to make writers only focuses on writing content, and it has great typography to make your fans and followers focus on every word you write. Check the theme documentation at: https://docs.ascendoor.com/docs/slick-blog/ and demo at: https://demos.ascendoor.com/slick-blog/
Version: 1.1.2
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: slick-blog-pro
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, right-sidebar, grid-layout, custom-colors, custom-header, custom-logo, blog, portfolio, entertainment

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Slick Blog Pro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.section-wrapper {
	max-width: 1380px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

.section-splitter {
	padding-top: 40px;
	padding-bottom: 20px;
}

@media (max-width: 600px) {
	.section-splitter {
		padding-top: 40px;
		padding-block: 20px;
	}
}

.section-splitter:last-child {
	margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--font-heading);
	color: var(--clr-text);
}

.site-footer h1, .site-footer
h2, .site-footer
h3, .site-footer
h4, .site-footer
h5, .site-footer
h6 {
	color: #fff;
}

h1 {
	font-size: var(--font-xlarge);
}

P {
	font-size: var(--font-base);
}

.title-heading {
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}

.title-heading .main-title {
	color: var(--clr-text);
	font-size: var(--font-large);
	margin: 0;
	font-family: var(--font-heading);
	letter-spacing: 1.2px;
}

.title-heading .sub-title {
	font-size: var(--font-small);
	color: var(--clr-text);
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0;
	margin: 0;
}

.section-title-mask .title-heading {
	margin-bottom: 40px;
}

.section-title-mask.mask-style-1 .title-heading::after {
	content: '';
	position: absolute;
	background: var(--clr-text);
	width: 280px;
	height: 50px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 261.31 28.18'><path d='M120.12,10.33c.23-.25-.16.19,0,0Z' transform='translate(1.06 0.02)'/><path d='M252.19,4l-8.07.18L228,4.5q-9.11.15-18.19.28l1.09.29C215,6.26,220.8,9.39,224,5.73c-6.43,7.14-20.54-5.92-24.42,2.68A3.46,3.46,0,0,1,201,4.89c-1.76,0-3.52.05-5.28.06L193.6,5c2.47,1.68,4.33,4.54,7.65,4.23,3.57-.33,8.63-2.94,12.63-.79-1.88-.71-4.62.36-6.08,1.74-.68.64-1.57,1.8-2.73,1.65s-.95-1.39-.5-2.37C198.21,11.81,194.25,6.92,191,5l-4,0-.06,0h0l-3.22,0a7.17,7.17,0,0,1,2.33,2.82c.63,1.3,3,4,4.37,1.88-1.13.69-3.77-.26-3.78-1.87,0-2.15,2.49-2,3.76-1.56,1.69.64,2.82,2.48,3.74,4.16s2.31,4.11,2.36,5.93c-2.53-2.78-5.73-3.33-9-4-1.25-.26-2.65-.46-3.49-1.7-.64-.93-.59-3.55,1-2.71A7.13,7.13,0,0,0,182,5.32c-.27-.09-.53-.17-.78-.23l-2.51,0a6,6,0,0,0-.57.22c-1,.43-2.57,2.28-3.49,1.76.69-.56,1.18-1.4,1.88-2l-13,.08h-1.63a4.71,4.71,0,0,1,1.08,3.19,7.44,7.44,0,0,0-3-3.19l-7.4,0c-2,1.15-.94,4.92,1.27,5.78-1.91-.41-2.63-1.56-3.45-3.35a4.58,4.58,0,0,0-2.27-2.42l-6.27,0c3.23.45,5.44,2.73,8,5.12.43.35.84.67,1.22.93a10.15,10.15,0,0,0,1.76.84c3.1.94,8.63,1.45,7.28-2.64L160,9.4c-1.13,3.13-5.18,3-5.53.07-.38-3.06,3.75-3.19,5.22-1.88A6.73,6.73,0,0,1,161,9.15c1.09,1.53.72,3.59-1,5a5.47,5.47,0,0,1-5.07,1.06c5.25,3.05,9.91,1,14.37-2.94a17.68,17.68,0,0,1-2.88,1.46,8.3,8.3,0,0,1-4.53,1.34l4.23-2c-1.71-.32-3.06-2.61-.92-4.55,4.38-4,8.79,1.18,14.32-.64-3,2.35-3.06,5.91-5.62,8.59a10.6,10.6,0,0,1-1.61,1.5c-1.53.9-3.17-.38-3.35-2.1a3.12,3.12,0,0,1,1-2.54c-4.44,4.23-10.11,5.42-14.25,2.83a35,35,0,0,0,2.27,3.11,5,5,0,0,1,3.8.54c3.13,1.91,3.15,5.31,5.09,8.34-3-1.66-7.37.71-9.44-2.82-1.69-2.87-.63-6.13-2.32-9l-1.39-1.54a9.7,9.7,0,0,1-1-.51,14.27,14.27,0,0,1-1.89-1.46c-.64-.44-2.08.14-2.46.93-.47,1,.5,1.08,2.77,1.93,1.34.5,1.75.62,3,3.74-2.21-1.23-4.8.74-6.67-1.86-2-2.79-.06-4.81,2.34-5.46a4.75,4.75,0,0,0-.62-.79l-.66-.63a4.62,4.62,0,0,0-2.9-1.23,3.15,3.15,0,0,0-1,.21,2.28,2.28,0,0,1,0,.46,5.06,5.06,0,0,1-.93,2.55A7,7,0,0,1,142,14.4a13.55,13.55,0,0,1-4,1.94,21.74,21.74,0,0,1-8.46.69,27.06,27.06,0,0,0,8-2,12.28,12.28,0,0,0,3.35-2.08,6.2,6.2,0,0,0,1.15-1.4,3.3,3.3,0,0,0,.32-.72,5.3,5.3,0,0,1-3.28-.47,2.55,2.55,0,0,0,2-1.17l-.71-.1c-1.32-.16-2.78-.24-4.24-.53a12.8,12.8,0,0,1-4.35-1.62,10.51,10.51,0,0,1-2.25-1.86A9.6,9.6,0,0,1,127.32,7,12.7,12.7,0,0,1,123,8.56c-1.47.27-2.92.35-4.24.5l-.64.1a2.55,2.55,0,0,0,2.05,1.17,5.08,5.08,0,0,1-3.41.43,5.06,5.06,0,0,0,1.48,2.15A12.07,12.07,0,0,0,121.54,15a26.88,26.88,0,0,0,8,2,21.76,21.76,0,0,1-8.47-.7,13.48,13.48,0,0,1-4-1.94,7.22,7.22,0,0,1-1.7-1.74,5.22,5.22,0,0,1-.92-2.53,4.16,4.16,0,0,1,0-.5,3.28,3.28,0,0,0-.87-.17,4.62,4.62,0,0,0-2.91,1.23l-.66.63a4.75,4.75,0,0,0-.62.79c2.4.65,4.35,2.67,2.34,5.46-1.87,2.6-4.46.63-6.67,1.86,1.29-3.12,1.7-3.24,3-3.74,2.27-.85,3.24-1,2.77-1.93-.38-.79-1.82-1.37-2.46-.93a14.27,14.27,0,0,1-1.89,1.46,9.7,9.7,0,0,1-1,.51l-1.39,1.54c-1.69,2.89-.63,6.15-2.32,9-2.07,3.53-6.45,1.16-9.44,2.82,1.94-3,2-6.43,5.09-8.34a5,5,0,0,1,3.8-.54,35,35,0,0,0,2.27-3.11c-4.14,2.59-9.81,1.4-14.25-2.83a3.12,3.12,0,0,1,1,2.54c-.18,1.72-1.82,3-3.35,2.1a10.6,10.6,0,0,1-1.61-1.5c-2.56-2.68-2.62-6.24-5.62-8.59,5.53,1.82,9.94-3.33,14.32.64,2.14,1.94.79,4.23-.92,4.55l4.23,2a8.3,8.3,0,0,1-4.53-1.34,17.68,17.68,0,0,1-2.88-1.46c4.46,3.93,9.12,6,14.37,2.94a5.47,5.47,0,0,1-5.07-1.06c-1.76-1.45-2.13-3.51-1-5a6.73,6.73,0,0,1,1.34-1.56c1.47-1.31,5.6-1.18,5.23,1.88-.36,2.91-4.41,3.06-5.54-.07-.07.13,0,0,0,.12-1.36,4.09,4.17,3.58,7.27,2.64a10.15,10.15,0,0,0,1.76-.84c.39-.26.79-.58,1.22-.93,2.57-2.39,4.78-4.67,8-5.12l-6.27,0a4.58,4.58,0,0,0-2.27,2.42c-.82,1.79-1.54,2.94-3.45,3.35,2.21-.86,3.23-4.63,1.27-5.78l-7.4,0a7.44,7.44,0,0,0-3,3.19,4.71,4.71,0,0,1,1.08-3.19H95.75l-13-.08c.7.56,1.19,1.4,1.88,2-.92.52-2.54-1.33-3.49-1.76a6,6,0,0,0-.57-.22L78,5.09c-.25.06-.51.14-.78.23A7.13,7.13,0,0,0,74.19,8c1.6-.84,1.65,1.78,1,2.71-.84,1.24-2.24,1.44-3.49,1.7-3.31.68-6.51,1.23-9,4,0-1.82,1.48-4.33,2.36-5.93s2-3.52,3.74-4.16c1.27-.48,3.77-.59,3.76,1.56,0,1.61-2.65,2.56-3.78,1.87,1.41,2.09,3.74-.58,4.37-1.88a7.17,7.17,0,0,1,2.33-2.82L72.23,5h0l-.07,0-4,0C65,6.92,61,11.81,54.63,9.43c.45,1,.65,2.22-.5,2.37s-2.05-1-2.73-1.65c-1.46-1.38-4.2-2.45-6.08-1.74,4-2.15,9.06.46,12.63.79,3.32.31,5.18-2.55,7.65-4.23L63.48,5c-1.76,0-3.52,0-5.28-.06a3.46,3.46,0,0,1,1.4,3.52c-3.88-8.6-18,4.46-24.42-2.68,3.23,3.66,9,.53,13.13-.66l1.09-.29q-9.09-.12-18.19-.28L15.08,4.15,7,4l-8.07-.23L7,3.51l8.07-.18L31.21,3C42,2.8,52.72,2.63,63.48,2.53S85,2.35,95.75,2.27l29.09-.08L121,3.87a9.33,9.33,0,0,0-2.48,2.66c1.38-.22,2.67-.37,3.9-.66a11,11,0,0,0,3.47-1.34A7.14,7.14,0,0,0,128.34,2l1.14-2,1.24,1.94a8.24,8.24,0,0,0,2.53,2.56,11.27,11.27,0,0,0,3.47,1.36c1.24.31,2.54.46,3.95.69a9.33,9.33,0,0,0-2.48-2.66l-3.83-1.68,29.09.08c10.76.08,21.52.11,32.27.26S217.23,2.8,228,3l16.13.35,8.07.18,8.07.23Z' transform='translate(1.06 0.02)'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 261.31 28.18'><path d='M120.12,10.33c.23-.25-.16.19,0,0Z' transform='translate(1.06 0.02)'/><path d='M252.19,4l-8.07.18L228,4.5q-9.11.15-18.19.28l1.09.29C215,6.26,220.8,9.39,224,5.73c-6.43,7.14-20.54-5.92-24.42,2.68A3.46,3.46,0,0,1,201,4.89c-1.76,0-3.52.05-5.28.06L193.6,5c2.47,1.68,4.33,4.54,7.65,4.23,3.57-.33,8.63-2.94,12.63-.79-1.88-.71-4.62.36-6.08,1.74-.68.64-1.57,1.8-2.73,1.65s-.95-1.39-.5-2.37C198.21,11.81,194.25,6.92,191,5l-4,0-.06,0h0l-3.22,0a7.17,7.17,0,0,1,2.33,2.82c.63,1.3,3,4,4.37,1.88-1.13.69-3.77-.26-3.78-1.87,0-2.15,2.49-2,3.76-1.56,1.69.64,2.82,2.48,3.74,4.16s2.31,4.11,2.36,5.93c-2.53-2.78-5.73-3.33-9-4-1.25-.26-2.65-.46-3.49-1.7-.64-.93-.59-3.55,1-2.71A7.13,7.13,0,0,0,182,5.32c-.27-.09-.53-.17-.78-.23l-2.51,0a6,6,0,0,0-.57.22c-1,.43-2.57,2.28-3.49,1.76.69-.56,1.18-1.4,1.88-2l-13,.08h-1.63a4.71,4.71,0,0,1,1.08,3.19,7.44,7.44,0,0,0-3-3.19l-7.4,0c-2,1.15-.94,4.92,1.27,5.78-1.91-.41-2.63-1.56-3.45-3.35a4.58,4.58,0,0,0-2.27-2.42l-6.27,0c3.23.45,5.44,2.73,8,5.12.43.35.84.67,1.22.93a10.15,10.15,0,0,0,1.76.84c3.1.94,8.63,1.45,7.28-2.64L160,9.4c-1.13,3.13-5.18,3-5.53.07-.38-3.06,3.75-3.19,5.22-1.88A6.73,6.73,0,0,1,161,9.15c1.09,1.53.72,3.59-1,5a5.47,5.47,0,0,1-5.07,1.06c5.25,3.05,9.91,1,14.37-2.94a17.68,17.68,0,0,1-2.88,1.46,8.3,8.3,0,0,1-4.53,1.34l4.23-2c-1.71-.32-3.06-2.61-.92-4.55,4.38-4,8.79,1.18,14.32-.64-3,2.35-3.06,5.91-5.62,8.59a10.6,10.6,0,0,1-1.61,1.5c-1.53.9-3.17-.38-3.35-2.1a3.12,3.12,0,0,1,1-2.54c-4.44,4.23-10.11,5.42-14.25,2.83a35,35,0,0,0,2.27,3.11,5,5,0,0,1,3.8.54c3.13,1.91,3.15,5.31,5.09,8.34-3-1.66-7.37.71-9.44-2.82-1.69-2.87-.63-6.13-2.32-9l-1.39-1.54a9.7,9.7,0,0,1-1-.51,14.27,14.27,0,0,1-1.89-1.46c-.64-.44-2.08.14-2.46.93-.47,1,.5,1.08,2.77,1.93,1.34.5,1.75.62,3,3.74-2.21-1.23-4.8.74-6.67-1.86-2-2.79-.06-4.81,2.34-5.46a4.75,4.75,0,0,0-.62-.79l-.66-.63a4.62,4.62,0,0,0-2.9-1.23,3.15,3.15,0,0,0-1,.21,2.28,2.28,0,0,1,0,.46,5.06,5.06,0,0,1-.93,2.55A7,7,0,0,1,142,14.4a13.55,13.55,0,0,1-4,1.94,21.74,21.74,0,0,1-8.46.69,27.06,27.06,0,0,0,8-2,12.28,12.28,0,0,0,3.35-2.08,6.2,6.2,0,0,0,1.15-1.4,3.3,3.3,0,0,0,.32-.72,5.3,5.3,0,0,1-3.28-.47,2.55,2.55,0,0,0,2-1.17l-.71-.1c-1.32-.16-2.78-.24-4.24-.53a12.8,12.8,0,0,1-4.35-1.62,10.51,10.51,0,0,1-2.25-1.86A9.6,9.6,0,0,1,127.32,7,12.7,12.7,0,0,1,123,8.56c-1.47.27-2.92.35-4.24.5l-.64.1a2.55,2.55,0,0,0,2.05,1.17,5.08,5.08,0,0,1-3.41.43,5.06,5.06,0,0,0,1.48,2.15A12.07,12.07,0,0,0,121.54,15a26.88,26.88,0,0,0,8,2,21.76,21.76,0,0,1-8.47-.7,13.48,13.48,0,0,1-4-1.94,7.22,7.22,0,0,1-1.7-1.74,5.22,5.22,0,0,1-.92-2.53,4.16,4.16,0,0,1,0-.5,3.28,3.28,0,0,0-.87-.17,4.62,4.62,0,0,0-2.91,1.23l-.66.63a4.75,4.75,0,0,0-.62.79c2.4.65,4.35,2.67,2.34,5.46-1.87,2.6-4.46.63-6.67,1.86,1.29-3.12,1.7-3.24,3-3.74,2.27-.85,3.24-1,2.77-1.93-.38-.79-1.82-1.37-2.46-.93a14.27,14.27,0,0,1-1.89,1.46,9.7,9.7,0,0,1-1,.51l-1.39,1.54c-1.69,2.89-.63,6.15-2.32,9-2.07,3.53-6.45,1.16-9.44,2.82,1.94-3,2-6.43,5.09-8.34a5,5,0,0,1,3.8-.54,35,35,0,0,0,2.27-3.11c-4.14,2.59-9.81,1.4-14.25-2.83a3.12,3.12,0,0,1,1,2.54c-.18,1.72-1.82,3-3.35,2.1a10.6,10.6,0,0,1-1.61-1.5c-2.56-2.68-2.62-6.24-5.62-8.59,5.53,1.82,9.94-3.33,14.32.64,2.14,1.94.79,4.23-.92,4.55l4.23,2a8.3,8.3,0,0,1-4.53-1.34,17.68,17.68,0,0,1-2.88-1.46c4.46,3.93,9.12,6,14.37,2.94a5.47,5.47,0,0,1-5.07-1.06c-1.76-1.45-2.13-3.51-1-5a6.73,6.73,0,0,1,1.34-1.56c1.47-1.31,5.6-1.18,5.23,1.88-.36,2.91-4.41,3.06-5.54-.07-.07.13,0,0,0,.12-1.36,4.09,4.17,3.58,7.27,2.64a10.15,10.15,0,0,0,1.76-.84c.39-.26.79-.58,1.22-.93,2.57-2.39,4.78-4.67,8-5.12l-6.27,0a4.58,4.58,0,0,0-2.27,2.42c-.82,1.79-1.54,2.94-3.45,3.35,2.21-.86,3.23-4.63,1.27-5.78l-7.4,0a7.44,7.44,0,0,0-3,3.19,4.71,4.71,0,0,1,1.08-3.19H95.75l-13-.08c.7.56,1.19,1.4,1.88,2-.92.52-2.54-1.33-3.49-1.76a6,6,0,0,0-.57-.22L78,5.09c-.25.06-.51.14-.78.23A7.13,7.13,0,0,0,74.19,8c1.6-.84,1.65,1.78,1,2.71-.84,1.24-2.24,1.44-3.49,1.7-3.31.68-6.51,1.23-9,4,0-1.82,1.48-4.33,2.36-5.93s2-3.52,3.74-4.16c1.27-.48,3.77-.59,3.76,1.56,0,1.61-2.65,2.56-3.78,1.87,1.41,2.09,3.74-.58,4.37-1.88a7.17,7.17,0,0,1,2.33-2.82L72.23,5h0l-.07,0-4,0C65,6.92,61,11.81,54.63,9.43c.45,1,.65,2.22-.5,2.37s-2.05-1-2.73-1.65c-1.46-1.38-4.2-2.45-6.08-1.74,4-2.15,9.06.46,12.63.79,3.32.31,5.18-2.55,7.65-4.23L63.48,5c-1.76,0-3.52,0-5.28-.06a3.46,3.46,0,0,1,1.4,3.52c-3.88-8.6-18,4.46-24.42-2.68,3.23,3.66,9,.53,13.13-.66l1.09-.29q-9.09-.12-18.19-.28L15.08,4.15,7,4l-8.07-.23L7,3.51l8.07-.18L31.21,3C42,2.8,52.72,2.63,63.48,2.53S85,2.35,95.75,2.27l29.09-.08L121,3.87a9.33,9.33,0,0,0-2.48,2.66c1.38-.22,2.67-.37,3.9-.66a11,11,0,0,0,3.47-1.34A7.14,7.14,0,0,0,128.34,2l1.14-2,1.24,1.94a8.24,8.24,0,0,0,2.53,2.56,11.27,11.27,0,0,0,3.47,1.36c1.24.31,2.54.46,3.95.69a9.33,9.33,0,0,0-2.48-2.66l-3.83-1.68,29.09.08c10.76.08,21.52.11,32.27.26S217.23,2.8,228,3l16.13.35,8.07.18,8.07.23Z' transform='translate(1.06 0.02)'/></svg>");
}

.section-title-mask.mask-style-2 .title-heading::after {
	content: '';
	position: absolute;
	background: var(--clr-text);
	width: 280px;
	height: 50px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 163.72 10.95'><path class='cls-1' d='M70.58,5.09c-2.62-.45-5.24-.72-7.86-.93C61.41,4,60.1,4,58.79,3.88L54.85,3.7c-2.62-.09-5.24-.08-7.86,0s-5.25.21-7.87.3l-15.73.46c-5.24.21-10.49.37-15.73.62v.3c5.24.25,10.49.41,15.73.62l15.73.46c2.62.09,5.25.18,7.87.3s5.24.1,7.86,0l3.94-.18c1.31-.09,2.62-.15,3.93-.27,2.62-.22,5.24-.49,7.86-.94Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M7.82,1.51l-.08-.09S1.2,4.77-.14,5.24c1.34.47,7.88,3.82,7.88,3.82L7.82,9,6.39,5.24Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M74.59,3a4.44,4.44,0,0,0-1.35-1.11,5.11,5.11,0,0,0-2.91-.58,29.83,29.83,0,0,1,2.38,1.86,5.8,5.8,0,0,1,.91,1,2.06,2.06,0,0,1,.36,1,2,2,0,0,1-.34,1,5.46,5.46,0,0,1-.9,1,30.14,30.14,0,0,1-2.37,1.87,5,5,0,0,0,2.91-.6,4.24,4.24,0,0,0,1.35-1.13,4,4,0,0,0,.54-1,3.91,3.91,0,0,0,.17-.61,3,3,0,0,0,0-.36c0-.16,0-.12,0-.31a3.74,3.74,0,0,0-.26-1.28A3.7,3.7,0,0,0,74.59,3Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M76.13-.24a13.58,13.58,0,0,1,.52,2.77c.09.91.12,1.81.13,2.71s0,1.79-.13,2.7a13.76,13.76,0,0,1-.51,2.78,4.37,4.37,0,0,0,1.59-2.38,10.09,10.09,0,0,0,.47-3.1,10.11,10.11,0,0,0-.48-3.11A4.36,4.36,0,0,0,76.13-.24Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M155.78,5.09c-5.24-.25-10.49-.41-15.73-.62L124.32,4c-2.62-.09-5.25-.18-7.87-.3s-5.24-.1-7.86,0l-3.94.18c-1.31.09-2.62.15-3.93.28-2.62.21-5.24.48-7.87.93v.3c2.63.45,5.25.72,7.87.94,1.31.12,2.62.18,3.93.27l3.94.18q3.93.13,7.86,0c2.62-.12,5.25-.21,7.87-.3L140.05,6c5.24-.21,10.49-.37,15.73-.62Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M155.7,1.42l-.08.09,1.43,3.73L155.62,9l.08.06s6.54-3.35,7.88-3.82C162.24,4.77,155.7,1.42,155.7,1.42Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M89.8,6.26a1.9,1.9,0,0,1-.33-1,2,2,0,0,1,.35-1,6.22,6.22,0,0,1,.91-1A29.83,29.83,0,0,1,93.11,1.3a5.11,5.11,0,0,0-2.91.58A4.44,4.44,0,0,0,88.85,3a3.7,3.7,0,0,0-.55.94A3.74,3.74,0,0,0,88,5.21c0,.19,0,.15,0,.31a3,3,0,0,0,0,.36,3.91,3.91,0,0,0,.17.61,4,4,0,0,0,.54,1,4.35,4.35,0,0,0,1.35,1.13,5,5,0,0,0,2.91.6A30.14,30.14,0,0,1,90.7,7.31,5.46,5.46,0,0,1,89.8,6.26Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M87.31-.24a4.36,4.36,0,0,0-1.59,2.37,10.42,10.42,0,0,0-.48,3.11,10.09,10.09,0,0,0,.47,3.1,4.43,4.43,0,0,0,1.59,2.38,13.76,13.76,0,0,1-.51-2.78c-.09-.91-.12-1.79-.13-2.7s0-1.8.13-2.71A13.58,13.58,0,0,1,87.31-.24Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M81.87,2.77l-.15,0-.15,0a2.24,2.24,0,0,0-1.89,2.47,2.24,2.24,0,0,0,1.89,2.47l.15,0,.15,0a2.24,2.24,0,0,0,1.9-2.47A2.24,2.24,0,0,0,81.87,2.77Z' transform='translate(0.14 0.24)'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 163.72 10.95'><path class='cls-1' d='M70.58,5.09c-2.62-.45-5.24-.72-7.86-.93C61.41,4,60.1,4,58.79,3.88L54.85,3.7c-2.62-.09-5.24-.08-7.86,0s-5.25.21-7.87.3l-15.73.46c-5.24.21-10.49.37-15.73.62v.3c5.24.25,10.49.41,15.73.62l15.73.46c2.62.09,5.25.18,7.87.3s5.24.1,7.86,0l3.94-.18c1.31-.09,2.62-.15,3.93-.27,2.62-.22,5.24-.49,7.86-.94Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M7.82,1.51l-.08-.09S1.2,4.77-.14,5.24c1.34.47,7.88,3.82,7.88,3.82L7.82,9,6.39,5.24Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M74.59,3a4.44,4.44,0,0,0-1.35-1.11,5.11,5.11,0,0,0-2.91-.58,29.83,29.83,0,0,1,2.38,1.86,5.8,5.8,0,0,1,.91,1,2.06,2.06,0,0,1,.36,1,2,2,0,0,1-.34,1,5.46,5.46,0,0,1-.9,1,30.14,30.14,0,0,1-2.37,1.87,5,5,0,0,0,2.91-.6,4.24,4.24,0,0,0,1.35-1.13,4,4,0,0,0,.54-1,3.91,3.91,0,0,0,.17-.61,3,3,0,0,0,0-.36c0-.16,0-.12,0-.31a3.74,3.74,0,0,0-.26-1.28A3.7,3.7,0,0,0,74.59,3Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M76.13-.24a13.58,13.58,0,0,1,.52,2.77c.09.91.12,1.81.13,2.71s0,1.79-.13,2.7a13.76,13.76,0,0,1-.51,2.78,4.37,4.37,0,0,0,1.59-2.38,10.09,10.09,0,0,0,.47-3.1,10.11,10.11,0,0,0-.48-3.11A4.36,4.36,0,0,0,76.13-.24Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M155.78,5.09c-5.24-.25-10.49-.41-15.73-.62L124.32,4c-2.62-.09-5.25-.18-7.87-.3s-5.24-.1-7.86,0l-3.94.18c-1.31.09-2.62.15-3.93.28-2.62.21-5.24.48-7.87.93v.3c2.63.45,5.25.72,7.87.94,1.31.12,2.62.18,3.93.27l3.94.18q3.93.13,7.86,0c2.62-.12,5.25-.21,7.87-.3L140.05,6c5.24-.21,10.49-.37,15.73-.62Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M155.7,1.42l-.08.09,1.43,3.73L155.62,9l.08.06s6.54-3.35,7.88-3.82C162.24,4.77,155.7,1.42,155.7,1.42Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M89.8,6.26a1.9,1.9,0,0,1-.33-1,2,2,0,0,1,.35-1,6.22,6.22,0,0,1,.91-1A29.83,29.83,0,0,1,93.11,1.3a5.11,5.11,0,0,0-2.91.58A4.44,4.44,0,0,0,88.85,3a3.7,3.7,0,0,0-.55.94A3.74,3.74,0,0,0,88,5.21c0,.19,0,.15,0,.31a3,3,0,0,0,0,.36,3.91,3.91,0,0,0,.17.61,4,4,0,0,0,.54,1,4.35,4.35,0,0,0,1.35,1.13,5,5,0,0,0,2.91.6A30.14,30.14,0,0,1,90.7,7.31,5.46,5.46,0,0,1,89.8,6.26Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M87.31-.24a4.36,4.36,0,0,0-1.59,2.37,10.42,10.42,0,0,0-.48,3.11,10.09,10.09,0,0,0,.47,3.1,4.43,4.43,0,0,0,1.59,2.38,13.76,13.76,0,0,1-.51-2.78c-.09-.91-.12-1.79-.13-2.7s0-1.8.13-2.71A13.58,13.58,0,0,1,87.31-.24Z' transform='translate(0.14 0.24)'/><path class='cls-1' d='M81.87,2.77l-.15,0-.15,0a2.24,2.24,0,0,0-1.89,2.47,2.24,2.24,0,0,0,1.89,2.47l.15,0,.15,0a2.24,2.24,0,0,0,1.9-2.47A2.24,2.24,0,0,0,81.87,2.77Z' transform='translate(0.14 0.24)'/></svg>");
}

.section-title-mask.mask-style-3 .title-heading::after {
	content: '';
	position: absolute;
	background: var(--clr-text);
	width: 280px;
	height: 50px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 309.84 18.87'><path class='cls-1' d='M107.47,7.2-.12,8.12Z' transform='translate(0.12 0.07)'/><path class='cls-2' d='M107.46,6.42c-9,.1-17.93.38-26.89.47-2.25,0-4.49,0-6.73,0-1.12,0-2.24,0-3.36,0a20,20,0,0,1-3.37-.63,12.39,12.39,0,0,0-3.36-.35c-1.12,0-2.25,0-3.37,0-2.24.06-4.48.22-6.72.37-4.48.37-9,.48-13.44.58l-13.45.33Q13.33,7.46-.12,7.6V8.65q13.44-.11,26.9,0l13.45.1c4.48,0,9,.06,13.45.35,2.24.12,4.48.24,6.72.26,1.12,0,2.24,0,3.37,0a12,12,0,0,0,3.35-.41,20.05,20.05,0,0,1,3.36-.69c1.12-.06,2.24-.06,3.36-.1C76.09,8,78.33,8,80.57,8c9-.06,17.94.06,26.9,0Z' transform='translate(0.12 0.07)'/><path class='cls-1' d='M202.13,7.87l107.59.92Z' transform='translate(0.12 0.07)'/><path class='cls-2' d='M202.13,8.66c9,.05,17.93-.08,26.9,0,2.24,0,4.48.06,6.72.13,1.12,0,2.24,0,3.36.1a20.05,20.05,0,0,1,3.36.69,12.35,12.35,0,0,0,3.35.41c1.13,0,2.25,0,3.37,0,2.24,0,4.48-.14,6.72-.25,4.49-.29,9-.33,13.45-.35l13.45-.1q13.45,0,26.9,0V8.26c-9-.08-17.93-.24-26.89-.42l-13.45-.33c-4.48-.1-9-.21-13.44-.58-2.24-.16-4.48-.31-6.72-.37-1.12,0-2.25,0-3.37,0a12,12,0,0,0-3.36.35,20,20,0,0,1-3.37.63c-1.12,0-2.24,0-3.36,0-2.24,0-4.48,0-6.73,0-9-.09-17.92-.37-26.89-.47Z' transform='translate(0.12 0.07)'/><path class='cls-2' d='M146.33,7.86A17.48,17.48,0,0,1,156.63,2a18.57,18.57,0,0,1,6.09-.1,17.51,17.51,0,0,1,5.8,2c1.79,1,3.41,2.15,5,3.25a43.81,43.81,0,0,0,5,3,34.6,34.6,0,0,0,5.29,2.17,24.69,24.69,0,0,0,5.56,1.05,14.84,14.84,0,0,0,5.46-.47,9.07,9.07,0,0,0,2.4-1.11,7.58,7.58,0,0,0,1.86-1.8A5.27,5.27,0,0,0,200,5.29a5.38,5.38,0,0,0-3.36-3.5,4.1,4.1,0,0,0-2.4-.06,3.3,3.3,0,0,0-1.81,1.47A3.33,3.33,0,0,0,192,5.54a3.63,3.63,0,0,0,1.32,2.07,3.36,3.36,0,0,0,2.36.74,2.43,2.43,0,0,0,2-1.23,2.13,2.13,0,0,0,.17-1.22,1.49,1.49,0,0,0-.61-1,1.53,1.53,0,0,0-2.18.56l-.31-.1a1.71,1.71,0,0,1,1.16-1.1,2.06,2.06,0,0,1,1.64.14,2.1,2.1,0,0,1,1,1.36,2.83,2.83,0,0,1-.11,1.68,2.89,2.89,0,0,1-1.08,1.33,3.91,3.91,0,0,1-1.57.6,4.47,4.47,0,0,1-3.19-.79,4.85,4.85,0,0,1-1.91-2.72,4.69,4.69,0,0,1,.44-3.37A4.75,4.75,0,0,1,193.74.21a5.72,5.72,0,0,1,3.4,0A6.75,6.75,0,0,1,200,1.87a7.43,7.43,0,0,1,1.05,1.32,8.24,8.24,0,0,1,.72,1.53,7,7,0,0,1-.3,5,8,8,0,0,1-.82,1.46,9.3,9.3,0,0,1-2.34,2.3,10.91,10.91,0,0,1-2.93,1.39,16.72,16.72,0,0,1-6.22.6,29.7,29.7,0,0,1-11.61-3.55,47,47,0,0,1-5.11-3.19c-1.62-1.15-3.15-2.35-4.79-3.31a16.2,16.2,0,0,0-5.22-2,17.26,17.26,0,0,0-5.65-.19,17.73,17.73,0,0,0-10.24,4.9Z' transform='translate(0.12 0.07)'/><path class='cls-2' d='M162.66,7.86A17.48,17.48,0,0,0,152.36,2a18.57,18.57,0,0,0-6.09-.1,17.51,17.51,0,0,0-5.8,2c-1.79,1-3.41,2.15-5,3.25a43.07,43.07,0,0,1-5,3,34.08,34.08,0,0,1-5.28,2.17,24.69,24.69,0,0,1-5.56,1.05,14.89,14.89,0,0,1-5.47-.47,9,9,0,0,1-2.39-1.11,7.58,7.58,0,0,1-1.86-1.8,5.31,5.31,0,0,1-1-4.72,5.4,5.4,0,0,1,3.36-3.5,4.14,4.14,0,0,1,2.41-.06,3.25,3.25,0,0,1,1.8,1.47A3.28,3.28,0,0,1,117,5.54a3.68,3.68,0,0,1-1.32,2.07,3.37,3.37,0,0,1-2.36.74,2.43,2.43,0,0,1-2-1.23,2,2,0,0,1-.17-1.22,1.49,1.49,0,0,1,.61-1,1.53,1.53,0,0,1,2.18.56l.31-.1a1.73,1.73,0,0,0-1.16-1.1,2.06,2.06,0,0,0-1.64.14,2.1,2.1,0,0,0-1,1.36,2.76,2.76,0,0,0,.11,1.68,2.89,2.89,0,0,0,1.08,1.33,3.86,3.86,0,0,0,1.57.6,4.48,4.48,0,0,0,3.19-.79,4.85,4.85,0,0,0,1.91-2.72,4.69,4.69,0,0,0-.44-3.37A4.79,4.79,0,0,0,115.25.21a5.72,5.72,0,0,0-3.4,0A6.78,6.78,0,0,0,109,1.87a7.85,7.85,0,0,0-1,1.32,7.13,7.13,0,0,0-.72,1.53A6.73,6.73,0,0,0,107,8.11a7.34,7.34,0,0,0,.5,1.61,8.09,8.09,0,0,0,.83,1.46,9.3,9.3,0,0,0,2.34,2.3,10.91,10.91,0,0,0,2.93,1.39,16.72,16.72,0,0,0,6.22.6,29.7,29.7,0,0,0,11.61-3.55,45.93,45.93,0,0,0,5.1-3.19c1.62-1.15,3.16-2.35,4.79-3.31a16.29,16.29,0,0,1,5.22-2,17.33,17.33,0,0,1,5.66-.19,17.67,17.67,0,0,1,10.23,4.9Z' transform='translate(0.12 0.07)'/><path class='cls-2' d='M158.86,16.45a5.83,5.83,0,0,1-1.81,1.68,5,5,0,0,1-2.46.66,5.41,5.41,0,0,1-4.25-2.35,7.45,7.45,0,0,1-1.29-4.5,7.38,7.38,0,0,1,1.56-4.29,5,5,0,0,1,4-2,5.19,5.19,0,0,1,4,2,7.26,7.26,0,0,1,1.57,4.28A7.48,7.48,0,0,1,158.86,16.45ZM158.07,8a4.93,4.93,0,0,0-1.5-1.41,4,4,0,0,0-2-.53A4.43,4.43,0,0,0,151.13,8a6.48,6.48,0,0,0-1.09,3.9,6.41,6.41,0,0,0,1.36,3.7,4,4,0,0,0,3.19,1.64,4.22,4.22,0,0,0,3.18-1.65,6.27,6.27,0,0,0,1.37-3.69A6.56,6.56,0,0,0,158.07,8Z' transform='translate(0.12 0.07)'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 309.84 18.87'><path class='cls-1' d='M107.47,7.2-.12,8.12Z' transform='translate(0.12 0.07)'/><path class='cls-2' d='M107.46,6.42c-9,.1-17.93.38-26.89.47-2.25,0-4.49,0-6.73,0-1.12,0-2.24,0-3.36,0a20,20,0,0,1-3.37-.63,12.39,12.39,0,0,0-3.36-.35c-1.12,0-2.25,0-3.37,0-2.24.06-4.48.22-6.72.37-4.48.37-9,.48-13.44.58l-13.45.33Q13.33,7.46-.12,7.6V8.65q13.44-.11,26.9,0l13.45.1c4.48,0,9,.06,13.45.35,2.24.12,4.48.24,6.72.26,1.12,0,2.24,0,3.37,0a12,12,0,0,0,3.35-.41,20.05,20.05,0,0,1,3.36-.69c1.12-.06,2.24-.06,3.36-.1C76.09,8,78.33,8,80.57,8c9-.06,17.94.06,26.9,0Z' transform='translate(0.12 0.07)'/><path class='cls-1' d='M202.13,7.87l107.59.92Z' transform='translate(0.12 0.07)'/><path class='cls-2' d='M202.13,8.66c9,.05,17.93-.08,26.9,0,2.24,0,4.48.06,6.72.13,1.12,0,2.24,0,3.36.1a20.05,20.05,0,0,1,3.36.69,12.35,12.35,0,0,0,3.35.41c1.13,0,2.25,0,3.37,0,2.24,0,4.48-.14,6.72-.25,4.49-.29,9-.33,13.45-.35l13.45-.1q13.45,0,26.9,0V8.26c-9-.08-17.93-.24-26.89-.42l-13.45-.33c-4.48-.1-9-.21-13.44-.58-2.24-.16-4.48-.31-6.72-.37-1.12,0-2.25,0-3.37,0a12,12,0,0,0-3.36.35,20,20,0,0,1-3.37.63c-1.12,0-2.24,0-3.36,0-2.24,0-4.48,0-6.73,0-9-.09-17.92-.37-26.89-.47Z' transform='translate(0.12 0.07)'/><path class='cls-2' d='M146.33,7.86A17.48,17.48,0,0,1,156.63,2a18.57,18.57,0,0,1,6.09-.1,17.51,17.51,0,0,1,5.8,2c1.79,1,3.41,2.15,5,3.25a43.81,43.81,0,0,0,5,3,34.6,34.6,0,0,0,5.29,2.17,24.69,24.69,0,0,0,5.56,1.05,14.84,14.84,0,0,0,5.46-.47,9.07,9.07,0,0,0,2.4-1.11,7.58,7.58,0,0,0,1.86-1.8A5.27,5.27,0,0,0,200,5.29a5.38,5.38,0,0,0-3.36-3.5,4.1,4.1,0,0,0-2.4-.06,3.3,3.3,0,0,0-1.81,1.47A3.33,3.33,0,0,0,192,5.54a3.63,3.63,0,0,0,1.32,2.07,3.36,3.36,0,0,0,2.36.74,2.43,2.43,0,0,0,2-1.23,2.13,2.13,0,0,0,.17-1.22,1.49,1.49,0,0,0-.61-1,1.53,1.53,0,0,0-2.18.56l-.31-.1a1.71,1.71,0,0,1,1.16-1.1,2.06,2.06,0,0,1,1.64.14,2.1,2.1,0,0,1,1,1.36,2.83,2.83,0,0,1-.11,1.68,2.89,2.89,0,0,1-1.08,1.33,3.91,3.91,0,0,1-1.57.6,4.47,4.47,0,0,1-3.19-.79,4.85,4.85,0,0,1-1.91-2.72,4.69,4.69,0,0,1,.44-3.37A4.75,4.75,0,0,1,193.74.21a5.72,5.72,0,0,1,3.4,0A6.75,6.75,0,0,1,200,1.87a7.43,7.43,0,0,1,1.05,1.32,8.24,8.24,0,0,1,.72,1.53,7,7,0,0,1-.3,5,8,8,0,0,1-.82,1.46,9.3,9.3,0,0,1-2.34,2.3,10.91,10.91,0,0,1-2.93,1.39,16.72,16.72,0,0,1-6.22.6,29.7,29.7,0,0,1-11.61-3.55,47,47,0,0,1-5.11-3.19c-1.62-1.15-3.15-2.35-4.79-3.31a16.2,16.2,0,0,0-5.22-2,17.26,17.26,0,0,0-5.65-.19,17.73,17.73,0,0,0-10.24,4.9Z' transform='translate(0.12 0.07)'/><path class='cls-2' d='M162.66,7.86A17.48,17.48,0,0,0,152.36,2a18.57,18.57,0,0,0-6.09-.1,17.51,17.51,0,0,0-5.8,2c-1.79,1-3.41,2.15-5,3.25a43.07,43.07,0,0,1-5,3,34.08,34.08,0,0,1-5.28,2.17,24.69,24.69,0,0,1-5.56,1.05,14.89,14.89,0,0,1-5.47-.47,9,9,0,0,1-2.39-1.11,7.58,7.58,0,0,1-1.86-1.8,5.31,5.31,0,0,1-1-4.72,5.4,5.4,0,0,1,3.36-3.5,4.14,4.14,0,0,1,2.41-.06,3.25,3.25,0,0,1,1.8,1.47A3.28,3.28,0,0,1,117,5.54a3.68,3.68,0,0,1-1.32,2.07,3.37,3.37,0,0,1-2.36.74,2.43,2.43,0,0,1-2-1.23,2,2,0,0,1-.17-1.22,1.49,1.49,0,0,1,.61-1,1.53,1.53,0,0,1,2.18.56l.31-.1a1.73,1.73,0,0,0-1.16-1.1,2.06,2.06,0,0,0-1.64.14,2.1,2.1,0,0,0-1,1.36,2.76,2.76,0,0,0,.11,1.68,2.89,2.89,0,0,0,1.08,1.33,3.86,3.86,0,0,0,1.57.6,4.48,4.48,0,0,0,3.19-.79,4.85,4.85,0,0,0,1.91-2.72,4.69,4.69,0,0,0-.44-3.37A4.79,4.79,0,0,0,115.25.21a5.72,5.72,0,0,0-3.4,0A6.78,6.78,0,0,0,109,1.87a7.85,7.85,0,0,0-1,1.32,7.13,7.13,0,0,0-.72,1.53A6.73,6.73,0,0,0,107,8.11a7.34,7.34,0,0,0,.5,1.61,8.09,8.09,0,0,0,.83,1.46,9.3,9.3,0,0,0,2.34,2.3,10.91,10.91,0,0,0,2.93,1.39,16.72,16.72,0,0,0,6.22.6,29.7,29.7,0,0,0,11.61-3.55,45.93,45.93,0,0,0,5.1-3.19c1.62-1.15,3.16-2.35,4.79-3.31a16.29,16.29,0,0,1,5.22-2,17.33,17.33,0,0,1,5.66-.19,17.67,17.67,0,0,1,10.23,4.9Z' transform='translate(0.12 0.07)'/><path class='cls-2' d='M158.86,16.45a5.83,5.83,0,0,1-1.81,1.68,5,5,0,0,1-2.46.66,5.41,5.41,0,0,1-4.25-2.35,7.45,7.45,0,0,1-1.29-4.5,7.38,7.38,0,0,1,1.56-4.29,5,5,0,0,1,4-2,5.19,5.19,0,0,1,4,2,7.26,7.26,0,0,1,1.57,4.28A7.48,7.48,0,0,1,158.86,16.45ZM158.07,8a4.93,4.93,0,0,0-1.5-1.41,4,4,0,0,0-2-.53A4.43,4.43,0,0,0,151.13,8a6.48,6.48,0,0,0-1.09,3.9,6.41,6.41,0,0,0,1.36,3.7,4,4,0,0,0,3.19,1.64,4.22,4.22,0,0,0,3.18-1.65,6.27,6.27,0,0,0,1.37-3.69A6.56,6.56,0,0,0,158.07,8Z' transform='translate(0.12 0.07)'/></svg>");
}

.section-title-mask.mask-style-4 .title-heading::after {
	content: '';
	position: absolute;
	background: var(--clr-text);
	width: 280px;
	height: 50px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 290.87 23.51'><path class='cls-1' d='M131.43,9.81a37.39,37.39,0,0,1,10.11,1.9,37.06,37.06,0,0,1-10.24,1c-5.63-.25-10.16-1.1-10.12-1.9S125.8,9.56,131.43,9.81Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M138.43,0c.63-.21,2,1.9,3,4.73a13.37,13.37,0,0,1,.72,5.5,13.89,13.89,0,0,1-3-4.73C138.12,2.71,137.8.24,138.43,0Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M130.66,2.48c.51-.61,3.31.75,6.25,3a16.94,16.94,0,0,1,4.41,5.26,17.8,17.8,0,0,1-6.26-3C132.12,5.44,130.14,3.09,130.66,2.48Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M138.12,23.51c.64.22,2-1.89,3-4.71a13.32,13.32,0,0,0,.72-5.49,13.7,13.7,0,0,0-3,4.71C137.81,20.83,137.49,23.3,138.12,23.51Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M130.35,21c.51.62,3.31-.72,6.26-3a16.85,16.85,0,0,0,4.4-5.22,17.57,17.57,0,0,0-6.26,3C131.81,18.06,129.84,20.4,130.35,21Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M160,10.44a37.56,37.56,0,0,0-10.25,1,37.41,37.41,0,0,0,10.12,1.9c5.62.26,10.21-.19,10.24-1S165.66,10.69,160,10.44Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M153.93.07c-.61-.27-2.14,1.72-3.42,4.44a13.31,13.31,0,0,0-1.22,5.42,13.83,13.83,0,0,0,3.43-4.44C154,2.77,154.54.34,153.93.07Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M161.46,3.21c-.46-.66-3.37.45-6.51,2.46a17,17,0,0,0-4.85,4.85,17.81,17.81,0,0,0,6.5-2.47C159.74,6,161.91,3.86,161.46,3.21Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M152.14,23.49c-.65.16-1.81-2.06-2.58-5a13.28,13.28,0,0,1-.23-5.54,13.79,13.79,0,0,1,2.58,5C152.69,20.85,152.79,23.33,152.14,23.49Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M160.11,21.69c-.57.57-3.24-1-6-3.54a16.87,16.87,0,0,1-3.92-5.6,17.72,17.72,0,0,1,6,3.54C158.92,18.62,160.67,21.13,160.11,21.69Z' transform='translate(-0.01 -0.02)'/><rect class='cls-2' x='6.29' y='10.97' width='90.59' height='1.77' transform='translate(103.16 23.69) rotate(-180)'/><ellipse class='cls-1' cx='114.75' cy='11.76' rx='5.33' ry='4.5'/><circle class='cls-1' cx='106' cy='11.76' r='2.75'/><circle class='cls-1' cx='2.75' cy='11.84' r='2.75'/><rect class='cls-2' x='194' y='10.46' width='90.59' height='1.77'/><circle class='cls-1' cx='288.12' cy='11.34' r='2.75'/><circle class='cls-1' cx='100.06' cy='11.76' r='1.98'/><ellipse class='cls-1' cx='176.71' cy='11.77' rx='5.33' ry='4.5' transform='translate(-0.16 2.51) rotate(-0.82)'/><circle class='cls-1' cx='185.46' cy='11.77' r='2.75' transform='translate(-0.15 2.63) rotate(-0.82)'/><circle class='cls-1' cx='191.4' cy='11.77' r='1.98' transform='translate(-0.15 2.72) rotate(-0.82)'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 290.87 23.51'><path class='cls-1' d='M131.43,9.81a37.39,37.39,0,0,1,10.11,1.9,37.06,37.06,0,0,1-10.24,1c-5.63-.25-10.16-1.1-10.12-1.9S125.8,9.56,131.43,9.81Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M138.43,0c.63-.21,2,1.9,3,4.73a13.37,13.37,0,0,1,.72,5.5,13.89,13.89,0,0,1-3-4.73C138.12,2.71,137.8.24,138.43,0Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M130.66,2.48c.51-.61,3.31.75,6.25,3a16.94,16.94,0,0,1,4.41,5.26,17.8,17.8,0,0,1-6.26-3C132.12,5.44,130.14,3.09,130.66,2.48Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M138.12,23.51c.64.22,2-1.89,3-4.71a13.32,13.32,0,0,0,.72-5.49,13.7,13.7,0,0,0-3,4.71C137.81,20.83,137.49,23.3,138.12,23.51Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M130.35,21c.51.62,3.31-.72,6.26-3a16.85,16.85,0,0,0,4.4-5.22,17.57,17.57,0,0,0-6.26,3C131.81,18.06,129.84,20.4,130.35,21Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M160,10.44a37.56,37.56,0,0,0-10.25,1,37.41,37.41,0,0,0,10.12,1.9c5.62.26,10.21-.19,10.24-1S165.66,10.69,160,10.44Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M153.93.07c-.61-.27-2.14,1.72-3.42,4.44a13.31,13.31,0,0,0-1.22,5.42,13.83,13.83,0,0,0,3.43-4.44C154,2.77,154.54.34,153.93.07Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M161.46,3.21c-.46-.66-3.37.45-6.51,2.46a17,17,0,0,0-4.85,4.85,17.81,17.81,0,0,0,6.5-2.47C159.74,6,161.91,3.86,161.46,3.21Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M152.14,23.49c-.65.16-1.81-2.06-2.58-5a13.28,13.28,0,0,1-.23-5.54,13.79,13.79,0,0,1,2.58,5C152.69,20.85,152.79,23.33,152.14,23.49Z' transform='translate(-0.01 -0.02)'/><path class='cls-1' d='M160.11,21.69c-.57.57-3.24-1-6-3.54a16.87,16.87,0,0,1-3.92-5.6,17.72,17.72,0,0,1,6,3.54C158.92,18.62,160.67,21.13,160.11,21.69Z' transform='translate(-0.01 -0.02)'/><rect class='cls-2' x='6.29' y='10.97' width='90.59' height='1.77' transform='translate(103.16 23.69) rotate(-180)'/><ellipse class='cls-1' cx='114.75' cy='11.76' rx='5.33' ry='4.5'/><circle class='cls-1' cx='106' cy='11.76' r='2.75'/><circle class='cls-1' cx='2.75' cy='11.84' r='2.75'/><rect class='cls-2' x='194' y='10.46' width='90.59' height='1.77'/><circle class='cls-1' cx='288.12' cy='11.34' r='2.75'/><circle class='cls-1' cx='100.06' cy='11.76' r='1.98'/><ellipse class='cls-1' cx='176.71' cy='11.77' rx='5.33' ry='4.5' transform='translate(-0.16 2.51) rotate(-0.82)'/><circle class='cls-1' cx='185.46' cy='11.77' r='2.75' transform='translate(-0.15 2.63) rotate(-0.82)'/><circle class='cls-1' cx='191.4' cy='11.77' r='1.98' transform='translate(-0.15 2.72) rotate(-0.82)'/></svg>");
}

.section-title-mask.mask-style-5 .title-heading::after {
	content: '';
	position: absolute;
	background: var(--clr-text);
	width: 280px;
	height: 50px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 145.31 10.01'><path class='cls-1' d='M80.16,4.54s.09.57-1.66,2c-1.41,1.2,3.3,2.88,3.36,4.16.06-1.28,4.78-3,3.36-4.16-1.75-1.47-1.66-2-1.66-2,1.92,2,6.75-.66,6.75-.66C83.74,5,82.38,2.62,82.38,2.62a.87.87,0,0,0-1.07,0S80,5,73.41,3.88C73.41,3.88,78.24,6.53,80.16,4.54Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M10.78,5.19c.55-.66.76-.63.76-.63-.74.73.26,2.56.26,2.56-.43-2.49.47-3,.47-3a.35.35,0,0,0,.07-.18l-2.57,0,2.56,0a.41.41,0,0,0-.06-.19s-.9-.5-.47-3c0,0-1,1.83-.26,2.56,0,0-.21,0-.76-.63S9.69,3.9,9.2,3.92C9.69,3.94,10.32,5.73,10.78,5.19Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M49,5.39c5.36-.59,8.31-1,17.21-1.47C57.34,3.43,54.39,3,49,2.45,40.44,3,22.21,3.77,12.33,3.9a.06.06,0,0,1,0,0C22.21,4.07,40.44,4.85,49,5.39Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M12.34,3.94a.06.06,0,0,0,0,0l-2.56,0Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M12.34,3.94a.06.06,0,0,0,0,0l-2.56,0Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M67.72,4.83a.91.91,0,1,0-.91-.91A.9.9,0,0,0,67.72,4.83Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M71.39,4.83a.91.91,0,1,0-.9-.91A.91.91,0,0,0,71.39,4.83Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M151.38,3.94a.35.35,0,0,0,.07.18s.9.51.47,3c0,0,1-1.83.25-2.56,0,0,.22,0,.78.63s1.08-1.25,1.57-1.27c-.49,0-1.12-1.81-1.57-1.27s-.78.63-.78.63c.76-.73-.25-2.56-.25-2.56.43,2.49-.46,3-.46,3a.34.34,0,0,0-.07.19l2.56,0Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M151.38,3.94s0,0,0,0c-9.88-.13-28.11-.91-36.7-1.45-5.36.59-8.3,1-17.21,1.47,8.91.49,11.85.88,17.21,1.47C123.28,4.85,141.51,4.07,151.38,3.94Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M154,3.92l-2.56,0s0,0,0,0Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M154,3.92l-2.56,0s0,0,0,0Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M96,4.83a.91.91,0,1,0-.9-.91A.91.91,0,0,0,96,4.83Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M92.33,4.83a.91.91,0,1,0-.91-.91A.9.9,0,0,0,92.33,4.83Z' transform='translate(-9.2 -0.72)'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 145.31 10.01'><path class='cls-1' d='M80.16,4.54s.09.57-1.66,2c-1.41,1.2,3.3,2.88,3.36,4.16.06-1.28,4.78-3,3.36-4.16-1.75-1.47-1.66-2-1.66-2,1.92,2,6.75-.66,6.75-.66C83.74,5,82.38,2.62,82.38,2.62a.87.87,0,0,0-1.07,0S80,5,73.41,3.88C73.41,3.88,78.24,6.53,80.16,4.54Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M10.78,5.19c.55-.66.76-.63.76-.63-.74.73.26,2.56.26,2.56-.43-2.49.47-3,.47-3a.35.35,0,0,0,.07-.18l-2.57,0,2.56,0a.41.41,0,0,0-.06-.19s-.9-.5-.47-3c0,0-1,1.83-.26,2.56,0,0-.21,0-.76-.63S9.69,3.9,9.2,3.92C9.69,3.94,10.32,5.73,10.78,5.19Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M49,5.39c5.36-.59,8.31-1,17.21-1.47C57.34,3.43,54.39,3,49,2.45,40.44,3,22.21,3.77,12.33,3.9a.06.06,0,0,1,0,0C22.21,4.07,40.44,4.85,49,5.39Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M12.34,3.94a.06.06,0,0,0,0,0l-2.56,0Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M12.34,3.94a.06.06,0,0,0,0,0l-2.56,0Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M67.72,4.83a.91.91,0,1,0-.91-.91A.9.9,0,0,0,67.72,4.83Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M71.39,4.83a.91.91,0,1,0-.9-.91A.91.91,0,0,0,71.39,4.83Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M151.38,3.94a.35.35,0,0,0,.07.18s.9.51.47,3c0,0,1-1.83.25-2.56,0,0,.22,0,.78.63s1.08-1.25,1.57-1.27c-.49,0-1.12-1.81-1.57-1.27s-.78.63-.78.63c.76-.73-.25-2.56-.25-2.56.43,2.49-.46,3-.46,3a.34.34,0,0,0-.07.19l2.56,0Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M151.38,3.94s0,0,0,0c-9.88-.13-28.11-.91-36.7-1.45-5.36.59-8.3,1-17.21,1.47,8.91.49,11.85.88,17.21,1.47C123.28,4.85,141.51,4.07,151.38,3.94Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M154,3.92l-2.56,0s0,0,0,0Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M154,3.92l-2.56,0s0,0,0,0Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M96,4.83a.91.91,0,1,0-.9-.91A.91.91,0,0,0,96,4.83Z' transform='translate(-9.2 -0.72)'/><path class='cls-1' d='M92.33,4.83a.91.91,0,1,0-.91-.91A.9.9,0,0,0,92.33,4.83Z' transform='translate(-9.2 -0.72)'/></svg>");
}

.section-title-mask.mask-style-6 .title-heading::after {
	content: '';
	position: absolute;
	background: var(--clr-text);
	width: 610px;
	height: 50px;
	bottom: -35px;
	left: 50%;
	transform: translateX(-20%);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 290.87 23.51'><path class='cls-1' d='M82.78,5.91a5.43,5.43,0,0,1-.92-3.55,5.43,5.43,0,0,1-.92,3.55A1.52,1.52,0,0,0,80.78,8a5.14,5.14,0,0,1,1.08,2.57A5.14,5.14,0,0,1,82.94,8,1.52,1.52,0,0,0,82.78,5.91Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M81.86,10.58h0Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M76.9,5.81a.38.38,0,0,1,.19,0,1.11,1.11,0,0,1,.25.14.83.83,0,0,1,.28.43,1,1,0,0,1-.15.79,1,1,0,0,1-.15.2l-.18.17a1.68,1.68,0,0,1-.45.27,2,2,0,0,1-1.3.1,1.86,1.86,0,0,1-.76-.44l-.15-.18c0-.08-.11-.15-.15-.23a2.27,2.27,0,0,1-.16-.46,2,2,0,0,1,0-1,2.49,2.49,0,0,1,.47-.83,3.16,3.16,0,0,1,1.48-1l0,0a3,3,0,0,1,1.24-.17c.38,0,.71.06,1,.1a6.64,6.64,0,0,0,1.68.08,1.34,1.34,0,0,0,1-.56,1.79,1.79,0,0,0,.18-.29l0-.11,0,.12a1.23,1.23,0,0,1-.09.34,1.65,1.65,0,0,1-1,.93,6.47,6.47,0,0,1-1.83.33c-.33,0-.66,0-1,.09a2.4,2.4,0,0,0-.79.23l0,0a2.14,2.14,0,0,0-.81.71,1.26,1.26,0,0,0-.19.39.66.66,0,0,0,0,.31s0,.09,0,.13l0,0,0,0a.61.61,0,0,0,.15.12,1,1,0,0,0,.5.06l.23,0,.1,0,.06,0a.35.35,0,0,0,.19-.15.76.76,0,0,0,0-.44A.72.72,0,0,1,76.9,5.81Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M80.85,2.82a1,1,0,0,0-.19-.13l-.28-.14c-.11,0-.25-.09-.42-.18s-.37-.16-.61-.27l-.82-.36a19.63,19.63,0,0,0-2.61-1L75.48.67A3.7,3.7,0,0,0,75,.59L74.5.52H74a12.81,12.81,0,0,0-2,.15,13.05,13.05,0,0,0-3.55,1.09,8.21,8.21,0,0,0-2.32,1.6l-.32.34c-.09.11-.15.21-.21.28l-.17.24.22-.2c.07-.06.15-.14.26-.22l.36-.27a8.62,8.62,0,0,1,2.44-1.1,14.56,14.56,0,0,1,3.42-.55,17.37,17.37,0,0,1,1.77,0l.42,0,.4.07c.13,0,.25,0,.38.08l.39.1c1,.28,1.89.57,2.6.72a9,9,0,0,0,1,.17c.28,0,.52,0,.73,0a2.14,2.14,0,0,0,.5-.07c.14,0,.24-.07.31-.09A.88.88,0,0,0,80.85,2.82Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M86.82,5.81a.72.72,0,0,1,0,.17.76.76,0,0,0,0,.44.35.35,0,0,0,.19.15l.06,0,.1,0,.23,0a1,1,0,0,0,.5-.06.61.61,0,0,0,.15-.12l0,0,0,0s0-.08,0-.13a.66.66,0,0,0,0-.31A1.26,1.26,0,0,0,88,5.59a2.14,2.14,0,0,0-.81-.71l0,0a2.4,2.4,0,0,0-.79-.23c-.31,0-.64-.06-1-.09a6.47,6.47,0,0,1-1.83-.33,1.65,1.65,0,0,1-1-.93,1.23,1.23,0,0,1-.09-.34l0-.12,0,.11a1.79,1.79,0,0,0,.18.29,1.34,1.34,0,0,0,1,.56,6.64,6.64,0,0,0,1.68-.08c.33,0,.66-.09,1-.1a3.05,3.05,0,0,1,1.25.17l0,0a3.16,3.16,0,0,1,1.48,1,2.49,2.49,0,0,1,.47.83,2,2,0,0,1,0,1,2.27,2.27,0,0,1-.16.46c0,.08-.1.15-.14.23l-.16.18a1.83,1.83,0,0,1-.77.44A1.94,1.94,0,0,1,87,7.82a1.68,1.68,0,0,1-.45-.27l-.18-.17a1,1,0,0,1-.15-.2,1,1,0,0,1-.15-.79A.83.83,0,0,1,86.38,6a1.11,1.11,0,0,1,.25-.14A.38.38,0,0,1,86.82,5.81Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M82.87,2.82a.88.88,0,0,0,.2.1c.07,0,.17.06.31.09a2.14,2.14,0,0,0,.5.07c.21,0,.45,0,.73,0a9,9,0,0,0,1-.17c.71-.15,1.57-.44,2.6-.72l.39-.1c.13,0,.25,0,.38-.08l.4-.07.42,0a17.37,17.37,0,0,1,1.77,0A14.56,14.56,0,0,1,95,2.42a8.62,8.62,0,0,1,2.44,1.1l.36.27c.11.08.19.16.26.22l.22.2L98.06,4c-.06-.07-.12-.17-.21-.28l-.32-.34a8.36,8.36,0,0,0-2.32-1.6A13.05,13.05,0,0,0,91.66.66a12.81,12.81,0,0,0-2-.15h-.49l-.5.07a3.7,3.7,0,0,0-.48.08L87.8.78a18.89,18.89,0,0,0-2.6,1l-.83.36c-.24.11-.44.18-.61.27s-.31.13-.42.18l-.28.14A1,1,0,0,0,82.87,2.82Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M26.32,3a1.57,1.57,0,0,0,2.15-.28A11.33,11.33,0,0,0,29.7,2H64.18a.92.92,0,0,0,.9.74.91.91,0,0,0,1-.9,1,1,0,0,0-1-1,.82.82,0,0,0-.9.63H29.7A1.82,1.82,0,0,1,28.47.88,1.56,1.56,0,0,0,26.32.73a5.36,5.36,0,0,1-2.64,1.12A5.36,5.36,0,0,1,26.32,3Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M137.4,3a1.57,1.57,0,0,1-2.15-.28A11.33,11.33,0,0,1,134,2H99.54a.92.92,0,0,1-.9.74.91.91,0,0,1-1-.9,1,1,0,0,1,1-1,.82.82,0,0,1,.9.63H134a1.82,1.82,0,0,0,1.23-.59A1.56,1.56,0,0,1,137.4.73,5.39,5.39,0,0,0,140,1.85,5.39,5.39,0,0,0,137.4,3Z' transform='translate(-23.68 -0.37)'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 290.87 23.51'><path class='cls-1' d='M82.78,5.91a5.43,5.43,0,0,1-.92-3.55,5.43,5.43,0,0,1-.92,3.55A1.52,1.52,0,0,0,80.78,8a5.14,5.14,0,0,1,1.08,2.57A5.14,5.14,0,0,1,82.94,8,1.52,1.52,0,0,0,82.78,5.91Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M81.86,10.58h0Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M76.9,5.81a.38.38,0,0,1,.19,0,1.11,1.11,0,0,1,.25.14.83.83,0,0,1,.28.43,1,1,0,0,1-.15.79,1,1,0,0,1-.15.2l-.18.17a1.68,1.68,0,0,1-.45.27,2,2,0,0,1-1.3.1,1.86,1.86,0,0,1-.76-.44l-.15-.18c0-.08-.11-.15-.15-.23a2.27,2.27,0,0,1-.16-.46,2,2,0,0,1,0-1,2.49,2.49,0,0,1,.47-.83,3.16,3.16,0,0,1,1.48-1l0,0a3,3,0,0,1,1.24-.17c.38,0,.71.06,1,.1a6.64,6.64,0,0,0,1.68.08,1.34,1.34,0,0,0,1-.56,1.79,1.79,0,0,0,.18-.29l0-.11,0,.12a1.23,1.23,0,0,1-.09.34,1.65,1.65,0,0,1-1,.93,6.47,6.47,0,0,1-1.83.33c-.33,0-.66,0-1,.09a2.4,2.4,0,0,0-.79.23l0,0a2.14,2.14,0,0,0-.81.71,1.26,1.26,0,0,0-.19.39.66.66,0,0,0,0,.31s0,.09,0,.13l0,0,0,0a.61.61,0,0,0,.15.12,1,1,0,0,0,.5.06l.23,0,.1,0,.06,0a.35.35,0,0,0,.19-.15.76.76,0,0,0,0-.44A.72.72,0,0,1,76.9,5.81Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M80.85,2.82a1,1,0,0,0-.19-.13l-.28-.14c-.11,0-.25-.09-.42-.18s-.37-.16-.61-.27l-.82-.36a19.63,19.63,0,0,0-2.61-1L75.48.67A3.7,3.7,0,0,0,75,.59L74.5.52H74a12.81,12.81,0,0,0-2,.15,13.05,13.05,0,0,0-3.55,1.09,8.21,8.21,0,0,0-2.32,1.6l-.32.34c-.09.11-.15.21-.21.28l-.17.24.22-.2c.07-.06.15-.14.26-.22l.36-.27a8.62,8.62,0,0,1,2.44-1.1,14.56,14.56,0,0,1,3.42-.55,17.37,17.37,0,0,1,1.77,0l.42,0,.4.07c.13,0,.25,0,.38.08l.39.1c1,.28,1.89.57,2.6.72a9,9,0,0,0,1,.17c.28,0,.52,0,.73,0a2.14,2.14,0,0,0,.5-.07c.14,0,.24-.07.31-.09A.88.88,0,0,0,80.85,2.82Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M86.82,5.81a.72.72,0,0,1,0,.17.76.76,0,0,0,0,.44.35.35,0,0,0,.19.15l.06,0,.1,0,.23,0a1,1,0,0,0,.5-.06.61.61,0,0,0,.15-.12l0,0,0,0s0-.08,0-.13a.66.66,0,0,0,0-.31A1.26,1.26,0,0,0,88,5.59a2.14,2.14,0,0,0-.81-.71l0,0a2.4,2.4,0,0,0-.79-.23c-.31,0-.64-.06-1-.09a6.47,6.47,0,0,1-1.83-.33,1.65,1.65,0,0,1-1-.93,1.23,1.23,0,0,1-.09-.34l0-.12,0,.11a1.79,1.79,0,0,0,.18.29,1.34,1.34,0,0,0,1,.56,6.64,6.64,0,0,0,1.68-.08c.33,0,.66-.09,1-.1a3.05,3.05,0,0,1,1.25.17l0,0a3.16,3.16,0,0,1,1.48,1,2.49,2.49,0,0,1,.47.83,2,2,0,0,1,0,1,2.27,2.27,0,0,1-.16.46c0,.08-.1.15-.14.23l-.16.18a1.83,1.83,0,0,1-.77.44A1.94,1.94,0,0,1,87,7.82a1.68,1.68,0,0,1-.45-.27l-.18-.17a1,1,0,0,1-.15-.2,1,1,0,0,1-.15-.79A.83.83,0,0,1,86.38,6a1.11,1.11,0,0,1,.25-.14A.38.38,0,0,1,86.82,5.81Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M82.87,2.82a.88.88,0,0,0,.2.1c.07,0,.17.06.31.09a2.14,2.14,0,0,0,.5.07c.21,0,.45,0,.73,0a9,9,0,0,0,1-.17c.71-.15,1.57-.44,2.6-.72l.39-.1c.13,0,.25,0,.38-.08l.4-.07.42,0a17.37,17.37,0,0,1,1.77,0A14.56,14.56,0,0,1,95,2.42a8.62,8.62,0,0,1,2.44,1.1l.36.27c.11.08.19.16.26.22l.22.2L98.06,4c-.06-.07-.12-.17-.21-.28l-.32-.34a8.36,8.36,0,0,0-2.32-1.6A13.05,13.05,0,0,0,91.66.66a12.81,12.81,0,0,0-2-.15h-.49l-.5.07a3.7,3.7,0,0,0-.48.08L87.8.78a18.89,18.89,0,0,0-2.6,1l-.83.36c-.24.11-.44.18-.61.27s-.31.13-.42.18l-.28.14A1,1,0,0,0,82.87,2.82Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M26.32,3a1.57,1.57,0,0,0,2.15-.28A11.33,11.33,0,0,0,29.7,2H64.18a.92.92,0,0,0,.9.74.91.91,0,0,0,1-.9,1,1,0,0,0-1-1,.82.82,0,0,0-.9.63H29.7A1.82,1.82,0,0,1,28.47.88,1.56,1.56,0,0,0,26.32.73a5.36,5.36,0,0,1-2.64,1.12A5.36,5.36,0,0,1,26.32,3Z' transform='translate(-23.68 -0.37)'/><path class='cls-1' d='M137.4,3a1.57,1.57,0,0,1-2.15-.28A11.33,11.33,0,0,1,134,2H99.54a.92.92,0,0,1-.9.74.91.91,0,0,1-1-.9,1,1,0,0,1,1-1,.82.82,0,0,1,.9.63H134a1.82,1.82,0,0,0,1.23-.59A1.56,1.56,0,0,1,137.4.73,5.39,5.39,0,0,0,140,1.85,5.39,5.39,0,0,0,137.4,3Z' transform='translate(-23.68 -0.37)'/></svg>");
}

.page-title {
	font-size: calc(var(--font-xlarge) - 4px);
}

@media (max-width: 600px) {
	.page-title {
		font-size: calc(var(--font-xlarge) - 4px);
	}
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
:root {
	--primary-color: #69d2e7;
	--header-text-color: #69d2e7;
	--color-text:#393E46;
	--grey-text: #7F8487;
	--background-color:#fff;
	--foreground-color:#212121;
	--text-color-normal:#ffff;
	--font-heading: "adam";
	--font-main: "poppins";
	--font-xsmall: clamp(0.7rem, 0.13vw + 0.62rem, 0.79rem);
	--font-small: clamp(0.8rem, 0.17vw + 0.76rem, 0.89rem);
	--font-base: clamp(1rem, 0.34vw + 0.91rem, 1.19rem);
	--font-normal: clamp(1.25rem, 0.61vw + 1.1rem, 1.58rem);
	--font-large: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);
	--font-xlarge: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
	--font-xxlarge: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
	--font-xxxlarge: clamp(3.05rem, 3.54vw + 2.17rem, 5rem);
}

@media (prefers-color-scheme: dark) {
	:root {
		--clr-text:#fff;
		--clr-text-light: #adadad;
		--bg-clr: #100F0F;
		--bg-clr-light:#272728;
		--border-clr: #585858;
		--toggle-btn: #ffffff;
	}
}

.light-mode {
	--clr-text:#393E46;
	--clr-text-light: #7F8487;
	--bg-clr: #ffffff;
	--bg-clr-light:#f9f8f8;
	--border-clr: #d7d7d7;
	--toggle-btn: #100F0F;
}

.dark-mode {
	--clr-text:#fff;
	--clr-text-light: #adadad;
	--bg-clr: #100F0F;
	--bg-clr-light:#272728;
	--border-clr: #585858;
	--toggle-btn: #ffffff;
}

body {
	background: var(--bg-clr);
	font-family: var(--font-main);
	color: var(--clr-text);
}

body.page {
	margin-bottom: 0;
}

body.menu-opened {
	overflow: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #444444;
}

a:hover, a:focus, a:active {
	color: var(--primary-color);
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.our-team-socialicon,
ul.social-links {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 15px;
}

.our-team-socialicon li,
ul.social-links li {
	list-style: none;
	display: inline;
}

.our-team-socialicon a,
ul.social-links a {
	color: var(--clr-text);
	font-size: 18px;
	text-decoration: none;
	transition: all 0.4s ease;
}

.our-team-socialicon a::before,
ul.social-links a::before {
	content: "";
	font-family: 'fontawesome';
}

.our-team-socialicon a[href*='facebook.com']::before,
ul.social-links a[href*='facebook.com']::before {
	content: "\f09a";
}

.our-team-socialicon a[href*='twitter.com']::before,
ul.social-links a[href*='twitter.com']::before {
	content: "\e61b";
}

.our-team-socialicon a[href*='instagram.com']::before,
ul.social-links a[href*='instagram.com']::before {
	content: "\f16d";
}

.our-team-socialicon a[href*='youtube.com']::before,
ul.social-links a[href*='youtube.com']::before {
	content: "\f16a";
}

.our-team-socialicon a[href*='discord.com']::before,
ul.social-links a[href*='discord.com']::before {
	content: "\f392";
}

.our-team-socialicon a[href*='dribbble.com']::before,
ul.social-links a[href*='dribbble.com']::before {
	content: "\f17d";
}

.our-team-socialicon a[href*='google.com']::before,
ul.social-links a[href*='google.com']::before {
	content: "\f1a0";
}

.our-team-socialicon a[href*='line.me']::before,
ul.social-links a[href*='line.me']::before {
	content: "\f3c0";
}

.our-team-socialicon a[href*='linkedin.com']::before,
ul.social-links a[href*='linkedin.com']::before {
	content: "\f0e1";
}

.our-team-socialicon a[href*='medium.com']::before,
ul.social-links a[href*='medium.com']::before {
	content: "\f23a";
}

.our-team-socialicon a[href*='messenger.com']::before,
ul.social-links a[href*='messenger.com']::before {
	content: "\f39f";
}

.our-team-socialicon a[href*='paypal.com']::before,
ul.social-links a[href*='paypal.com']::before {
	content: "\f1ed";
}

.our-team-socialicon a[href*='pinterest.com']::before,
ul.social-links a[href*='pinterest.com']::before {
	content: "\f0d2";
}

.our-team-socialicon a[href*='reddit.com']::before,
ul.social-links a[href*='reddit.com']::before {
	content: "\f1a1";
}

.our-team-socialicon a[href*='skype.com']::before,
ul.social-links a[href*='skype.com']::before {
	content: "\f17e";
}

.our-team-socialicon a[href*='slack.com']::before,
ul.social-links a[href*='slack.com']::before {
	content: "\f198";
}

.our-team-socialicon a[href*='snapchat.com']::before,
ul.social-links a[href*='snapchat.com']::before {
	content: "\f2ad";
}

.our-team-socialicon a[href*='spotify.com']::before,
ul.social-links a[href*='spotify.com']::before {
	content: "\f1bc";
}

.our-team-socialicon a[href*='stackoverflow.com']::before,
ul.social-links a[href*='stackoverflow.com']::before {
	content: "\f16c";
}

.our-team-socialicon a[href*='telegram.org']::before,
ul.social-links a[href*='telegram.org']::before {
	content: "\f3fe";
}

.our-team-socialicon a[href*='twitch.tv']::before,
ul.social-links a[href*='twitch.tv']::before {
	content: "\f1e8";
}

.our-team-socialicon a[href*='vimeo.com']::before,
ul.social-links a[href*='vimeo.com']::before {
	content: "\f27d";
}

.our-team-socialicon a[href*='whatsapp.com']::before,
ul.social-links a[href*='whatsapp.com']::before {
	content: "\f232";
}

.our-team-socialicon a[href*='wordpress.com']::before, .our-team-socialicon a[href*='wordpress.org']::before,
ul.social-links a[href*='wordpress.com']::before,
ul.social-links a[href*='wordpress.org']::before {
	content: "\f19a";
}

.our-team-socialicon a[href*='youtube.com']::before,
ul.social-links a[href*='youtube.com']::before {
	content: "\f167";
}

.our-team-socialicon a[href*='tiktok.com']::before,
ul.social-links a[href*='tiktok.com']::before {
	content: "\e07b";
}

.our-team-socialicon a[href*='vk.com']::before,
ul.social-links a[href*='vk.com']::before {
	content: "\f189";
}

.our-team-socialicon a[href*='qq.com']::before,
ul.social-links a[href*='qq.com']::before {
	content: "\f1d6";
}

.our-team-socialicon a[href*='weibo.com']::before,
ul.social-links a[href*='weibo.com']::before {
	content: "\f18a";
}

.our-team-socialicon a[href*='mastodon.social']::before,
ul.social-links a[href*='mastodon.social']::before {
	content: "\f4f6";
}

.our-team-socialicon a[href*='github.com']::before,
ul.social-links a[href*='github.com']::before {
	content: "\f09b";
}

.our-team-socialicon a[href*='threads.net']::before,
ul.social-links a[href*='threads.net']::before {
	content: "\e618";
}

.our-team-socialicon a:focus-within, .our-team-socialicon a:hover,
ul.social-links a:focus-within,
ul.social-links a:hover {
	color: var(--primary-color);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: var(--primary-color);
	color: white;
	padding: 14px 25px;
	border: 1px solid var(--primary-color);
	font-size: var(--font-small);
	font-weight: 600;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	border: 1px dashed grey;
}

a.slick-blog-pro-button {
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	color: var(--primary-color);
	border: 3px solid var(--primary-color);
	padding: 14px 25px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

a.slick-blog-pro-button.slick-blog-pro-button-alternate {
	color: white;
	background-color: var(--primary-color);
	margin-left: 10px;
}

a.slick-blog-pro-button.slick-blog-pro-button-alternate:focus-within, a.slick-blog-pro-button.slick-blog-pro-button-alternate:hover {
	box-shadow: inset 0px 0px 0px 70px white;
	border: 3px solid white;
	color: var(--primary-color);
}

a.slick-blog-pro-button:focus-within, a.slick-blog-pro-button:hover {
	box-shadow: inset 0px 0px 0px 70px var(--primary-color);
	border: 3px solid var(--primary-color);
	color: white;
}

.slick-button button {
	background: none;
	background-color: none;
	padding: 0;
	border-radius: 0;
}

.slick-button .slick-arrow {
	visibility: hidden;
	font-size: var(--font-xsmall);
	position: absolute;
	padding: 12px;
	background-color: rgba(255, 252, 252, 0.45);
	backdrop-filter: blur(8px);
	color: black;
	background-color: none;
	z-index: 8;
	border: none;
	width: 60px;
	height: 60px;
	transition: all 0.3s ease-in;
}

.slick-button .slick-arrow.fa-chevron-left {
	cursor: pointer;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.slick-button .slick-arrow.fa-chevron-right {
	cursor: pointer;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.slick-dots {
	position: absolute;
	top: 10px;
	inset-inline-end: 10px;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 4px;
}

.slick-dots li {
	width: 15px;
	height: 15px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick-dots li button {
	cursor: pointer;
	font-size: 0;
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.533);
	padding: 2px;
}

.slick-dots .slick-active button {
	width: 50px;
	height: 10px;
	background: #fff;
	opacity: 1;
	border-radius: 20px;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.pagination .nav-links {
	display: flex;
	gap: 5px;
}

.pagination .nav-links a {
	text-decoration: none;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	color: var(--clr-text);
	border: 1px solid var(--border-clr);
}

.pagination .nav-links .current {
	color: white;
	background-color: var(--primary-color);
	text-decoration: none;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	border: 1px solid var(--border-clr);
}

.pagination .nav-links .next {
	padding: 0 30px;
}

.pagination .nav-links .prev {
	padding: 0 40px;
}

.posts-navigation {
	margin: 30px 0 10px;
}

.posts-navigation .nav-links {
	display: flex;
	gap: 20px;
}

.posts-navigation .nav-links .nav-previous {
	position: relative;
	text-align: start;
}

.posts-navigation .nav-links .nav-previous a {
	color: var(--clr-text);
	text-decoration: none;
	font-weight: 600;
	padding-left: 14px;
	transition: all 0.3s ease;
}

.posts-navigation .nav-links .nav-previous a::before {
	content: '\f104';
	position: absolute;
	font-family: fontawesome;
	left: 0px;
	bottom: 1px;
}

.posts-navigation .nav-links .nav-previous a:focus-within, .posts-navigation .nav-links .nav-previous a:hover {
	color: var(--primary-color);
}

.posts-navigation .nav-links .nav-next {
	position: relative;
	text-align: end;
	flex-grow: 1;
}

.posts-navigation .nav-links .nav-next a {
	color: black;
	text-decoration: none;
	font-weight: 600;
	padding-right: 20px;
	transition: all 0.3s ease;
}

.posts-navigation .nav-links .nav-next a::after {
	content: '\f105';
	position: absolute;
	font-family: fontawesome;
	margin-left: 8px;
}

.posts-navigation .nav-links .nav-next a:focus-within, .posts-navigation .nav-links .nav-next a:hover {
	color: var(--primary-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--clr-text);
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	background-color: var(--bg-clr);
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--clr-text);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.right-sidebar .slick-blog-pro-main-wrapper {
	margin-top: 30px;
}

.right-sidebar .slick-blog-pro-main-wrapper:first-child {
	margin-top: 0;
}

.right-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 30px;
}

@media (max-width: 990px) {
	.right-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper {
		flex-direction: column;
	}
}

.right-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper #primary {
	width: 70%;
}

@media (max-width: 990px) {
	.right-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper #primary {
		width: 100%;
		padding-right: 0;
	}
}

.right-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper #secondary {
	position: sticky;
	top: 65px;
	width: 30%;
}

@media (max-width: 991px) {
	.right-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper #secondary {
		width: 100%;
	}
}

.no-sidebar .slick-blog-pro-main-wrapper {
	margin-block: 20px;
}

.no-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper #primary {
	width: 100%;
}

.left-sidebar .slick-blog-pro-main-wrapper {
	margin-top: 30px;
}

.left-sidebar .slick-blog-pro-main-wrapper:first-child {
	margin-top: 0;
}

.left-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	flex-direction: row-reverse;
	margin-bottom: 30px;
}

@media (max-width: 990px) {
	.left-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper {
		flex-direction: column;
	}
}

.left-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper #primary {
	width: 70%;
}

@media (max-width: 990px) {
	.left-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper #primary {
		width: 100%;
		padding-left: 0;
	}
}

.left-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper #secondary {
	position: sticky;
	top: 65px;
	width: 30%;
}

@media (max-width: 990px) {
	.left-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper #secondary {
		width: 100%;
		border-right: none;
	}
}

.no-sidebar .slick-blog-pro-main-wrapper {
	margin-block: 20px;
}

.no-sidebar .slick-blog-pro-main-wrapper .slick-blog-pro-container-wrapper #primary {
	width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.slick-blog-pro-navigation {
	position: relative;
	background-color: var(--bg-clr);
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container {
	padding-block: 10px;
	min-height: 65px;
	border-top: 1px solid var(--border-clr);
	border-bottom: 1px solid var(--border-clr);
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* Small menu. */
}

@media (max-width: 991px) {
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container {
		padding: 8px 0;
		min-height: 70px;
		justify-content: space-between;
	}
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .header-social-icon {
	position: relative;
	z-index: 2;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .header-social-icon .header-social-icon-container .social-links a {
	font-size: 15px;
	transition: all 0.4s ease;
	position: relative;
	z-index: 20;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation {
	display: block;
}

@media (max-width: 991px) {
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation {
		border-inline-end: 1px solid var(--border-clr);
		padding-block: 4px;
		padding-inline-end: 16px;
		order: -3;
	}
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .fa-bars {
	display: none;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation ul {
	list-style: none;
	margin: 0;
	padding-inline-start: 0;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation ul ul {
	top: 100%;
	float: none;
	inset-inline-start: -999em;
	z-index: 9999;
	display: block;
	position: absolute;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation ul ul ul {
	inset-inline-start: -999em;
	top: 0;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation ul ul li:hover > ul,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation ul ul li.focus > ul {
	display: block;
	inset-inline-start: 100%;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation ul ul a {
	width: 200px;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation ul li:hover > ul,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation ul li.focus > ul {
	inset-inline-start: auto;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation li {
	position: relative;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation li:hover > a,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation li.focus > a {
	color: var(--primary-color);
}

@media (max-width: 991px) {
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation li:hover > a,
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation li.focus > a {
		background-color: unset;
		color: var(--primary-color);
	}
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation li li > a:focus {
	outline-offset: -1px;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation li a {
	display: block;
	text-decoration: none;
	font-size: var(--font-small);
	color: var(--clr-text);
	padding: 10px 14px;
	transition: all 0.3s ease;
	font-weight: 500;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .current_page_item > a,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .current-menu-item > a,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .current_page_ancestor > a,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .current-menu-ancestor > a {
	color: var(--primary-color);
}

@media (max-width: 991px) {
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .current_page_item > a,
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .current-menu-item > a,
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .current_page_ancestor > a,
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .current-menu-ancestor > a {
		color: var(--primary-color);
		background-color: unset;
	}
}

@media (min-width: 992px) {
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children {
		transition: all 0.3s ease;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children:last-child {
		border-bottom: none;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children > a::after {
		top: -3px;
		font-size: calc(var(--font-xsmall) - 4px);
		cursor: pointer;
		margin-inline-start: 7px;
		content: "\f078";
		position: relative;
		font-style: normal;
		line-height: inherit;
		font-variant: normal;
		display: inline-block;
		font-family: "fontawesome";
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children ul {
		flex-direction: column;
		background-color: var(--bg-clr-light);
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children ul li.menu-item-has-children > a::after {
		top: 40%;
		inset-inline-end: 5%;
		font-size: 8px;
		cursor: pointer;
		content: "\f054";
		position: absolute;
		font-style: normal;
		line-height: inherit;
		font-variant: normal;
		display: inline-block;
		font-family: "fontawesome";
	}
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search {
	width: 25px;
	position: relative;
	display: inline-block;
	text-align: center;
	justify-content: end;
	display: flex;
}

@media (max-width: 425px) {
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search {
		position: unset;
	}
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap {
	padding-block: 4px;
	padding-inline-start: 16px;
	border-inline-start: 1px solid var(--border-clr);
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap .search-icon {
	text-decoration: none;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap .search-icon i {
	display: block;
	color: var(--clr-text);
	font-size: 14px;
	display: flex;
	padding: 4px;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap .search-icon:focus i {
	border: 1px dashed black;
	outline-offset: 5px;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap .header-search-form {
	z-index: 50;
	top: 100%;
	width: 330px;
	padding: 6px 0 0 0;
	inset-inline-end: 0;
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

@media (max-width: 425px) {
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap .header-search-form {
		width: 100%;
		top: 60px;
	}
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap .header-search-form .search-form {
	display: flex;
	background: var(--bg-clr);
	padding: 6px;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap .header-search-form .search-form label {
	flex-basis: 75%;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap .header-search-form .search-form label .search-field {
	width: 100%;
	height: 38px;
	padding: 6px;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap .header-search-form .search-form .search-submit {
	flex-basis: 25%;
	padding: 4px 8px;
	border-radius: 0;
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
	transition: all 0.4s ease;
	border-start-end-radius: 4px;
	border-end-end-radius: 4px;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap .header-search-form .search-form .search-submit:focus-within, .slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap .header-search-form .search-form .search-submit:hover {
	border: 1px solid var(--primary-color);
	background-color: var(--bg-clr);
	color: var(--primary-color);
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .slick-blog-pro-header-search .header-search-wrap.show .header-search-form {
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease-in;
}

@media (max-width: 991px) {
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation li a {
		padding: 10px 16px 10px 20px;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation button.menu-toggle {
		cursor: pointer;
		background: none;
		border: none;
		padding: 0;
		width: 30px;
		height: 30px;
		position: relative;
		display: inline-block;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation button.menu-toggle .ham-icon {
		background-color: var(--primary-color);
		position: absolute;
		border-radius: 2px;
		transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
		width: 100%;
		height: 4px;
		transition-duration: 500ms;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation button.menu-toggle .ham-icon:nth-child(1) {
		top: 0px;
		inset-inline-start: 0px;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation button.menu-toggle .ham-icon:nth-child(2) {
		top: 10px;
		inset-inline-start: 0px;
		opacity: 1;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation button.menu-toggle .ham-icon:nth-child(3) {
		bottom: 6px;
		inset-inline-start: 0px;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation button.menu-toggle.show {
		position: fixed;
		z-index: 999;
		top: 65px;
		inset-inline-start: 245px;
		transition: all 0.1s ease-in;
	}
}

@media (max-width: 991px) and (max-width: 320px) {
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation button.menu-toggle.show {
		inset-inline-start: 285px;
	}
}

@media (max-width: 991px) {
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation button.menu-toggle.show .ham-icon {
		background-color: var(--toggle-btn);
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation button.menu-toggle.show .ham-icon:nth-child(1) {
		transform: rotate(45deg);
		top: 13px;
		transition: 0.3s ease;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation button.menu-toggle.show .ham-icon:nth-child(2) {
		opacity: 0;
		width: 0;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation button.menu-toggle.show .ham-icon:nth-child(3) {
		transform: rotate(-45deg);
		top: 13px;
		transition: 0.3s ease;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-area {
		top: 0;
		z-index: 10;
		inset-inline-start: -100%;
		height: 100%;
		position: fixed;
		min-width: 355px;
		visibility: hidden;
		overflow-y: scroll;
		padding-block: 100px;
		padding-inline-end: 20px;
		transition: all 0.5s ease;
		background-color: var(--bg-clr);
		box-shadow: 12px 8px 14px rgba(0, 0, 0, 0.12);
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children {
		transition: all 0.3s ease;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children > a::after {
		top: -3px;
		font-size: 8px;
		cursor: pointer;
		margin-inline-start: 7px;
		content: "\f078";
		position: relative;
		font-style: normal;
		line-height: inherit;
		font-variant: normal;
		display: inline-block;
		font-family: "fontawesome";
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children ul {
		position: unset;
		padding-inline-start: 15px;
		height: 0;
		transform: scaleY(0);
		overflow: hidden;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children ul li.menu-item-has-children > a::after {
		top: -2px;
		font-size: 8px;
		cursor: pointer;
		margin-inline-start: 7px;
		content: "\f078";
		position: relative;
		font-style: normal;
		line-height: inherit;
		font-variant: normal;
		display: inline-block;
		font-family: "fontawesome";
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children:hover > ul, .slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children.focus > ul {
		height: auto;
		transform: scaleY(1);
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation.toggled .navigation-area {
		visibility: visible;
		inset-inline-start: 0;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-search {
		padding: 10px 16px 10px 20px;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-search .navigation-search-wrap .navigation-search-form form {
		display: flex;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-search .navigation-search-wrap .navigation-search-form form label .search-field {
		border-radius: 4px 0 0 4px;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation .navigation-search .navigation-search-wrap .navigation-search-form form .search-submit {
		padding: 0px 25px;
		border-radius: 0 4px 4px 0;
	}
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .menu-toggle,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation.toggled {
	display: block;
}

@media screen and (min-width: 992px) {
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .menu-toggle {
		display: none;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .main-navigation ul {
		display: flex;
	}
	.slick-blog-pro-navigation .slick-blog-pro-navigation-container .navigation-search {
		display: none;
	}
}

.site-main .slick-blog-pro-navigation .slick-blog-pro-navigation-container .comment-navigation, .site-main
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .posts-navigation, .site-main
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .post-navigation {
	margin: 0 0 1.5em;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .comment-navigation .nav-links,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .posts-navigation .nav-links,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .post-navigation .nav-links {
	display: flex;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .comment-navigation .nav-previous,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .posts-navigation .nav-previous,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .post-navigation .nav-previous {
	flex: 1 0 50%;
}

.slick-blog-pro-navigation .slick-blog-pro-navigation-container .comment-navigation .nav-next,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .posts-navigation .nav-next,
.slick-blog-pro-navigation .slick-blog-pro-navigation-container .post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.slick-blog-pro-navigation.sticky-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 15;
	box-shadow: 0 0px 7px 0px #0000003d;
}

@media (min-width: 768px) {
	body.admin-bar .slick-blog-pro-navigation.sticky-header {
		top: 30px;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.7em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post .entry-header {
	margin-top: 10px;
}

.post .entry-header h1 {
	font-size: var(--font-large);
	line-height: 1.3;
}

.post-navigation {
	margin: 30px 0;
}

.post-navigation .nav-links {
	display: flex;
}

.post-navigation .nav-links .nav-previous {
	text-align: start;
}

.post-navigation .nav-links .nav-previous a {
	color: var(--clr-text-light);
	text-decoration: none;
	position: relative;
	display: inline-flex;
	gap: 10px;
	justify-content: center;
}

.post-navigation .nav-links .nav-previous a::before {
	content: '\f104';
	font-family: 'fontawesome';
}

.post-navigation .nav-links .nav-previous a:focus-within, .post-navigation .nav-links .nav-previous a:hover {
	color: var(--primary-color);
}

.post-navigation .nav-links .nav-next {
	text-align: end;
	flex-grow: 1;
}

.post-navigation .nav-links .nav-next a {
	color: var(--clr-text-light);
	text-decoration: none;
	position: relative;
	display: inline-flex;
	justify-content: center;
	gap: 10px;
}

.post-navigation .nav-links .nav-next a::after {
	content: '\f105';
	font-family: 'fontawesome';
}

.post-navigation .nav-links .nav-next a:focus-within, .post-navigation .nav-links .nav-next a:hover {
	color: var(--primary-color);
}

.blog-archieve-layout.archive-style-1 {
	display: grid;
	gap: 30px;
}

.blog-archieve-layout.archive-style-1 article {
	margin: 0;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container {
	overflow: hidden;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner {
	display: flex;
	align-items: center;
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner {
		flex-direction: column;
	}
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-image {
	position: relative;
	line-height: 0;
	width: 50%;
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-image {
		width: unset;
	}
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	aspect-ratio: 1/1;
	transition: all 0.3s ease;
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-image img {
		height: 100%;
	}
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail {
	background: var(--bg-clr-light);
	width: 100%;
	padding: 40px;
	position: relative;
	height: 90%;
	z-index: 1;
	margin-left: unset;
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail {
		width: unset;
		margin-left: unset;
	}
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a {
	color: var(--clr-text);
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-inline-start: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:focus-within, .blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:hover {
	color: #fff;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title {
	font-size: var(--font-normal);
	margin-block: 4px;
	line-height: 1.2;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, var(--clr-text) 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title a:focus-within, .blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title a:hover {
	background-position: -100%;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author i {
	margin-right: 6px;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date i {
	margin-right: 6px;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-right: 4px;
	position: relative;
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 24px;
	transition: all 0.3s ease;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-excerpt {
	margin-top: 10px;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail .post-excerpt p {
	color: var(--clr-text);
	margin: 0;
	font-size: var(--font-small);
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn {
	text-decoration: none;
	color: var(--clr-text);
	font-size: var(--font-xsmall);
	position: relative;
	display: inline-block;
	width: auto;
	line-height: 28px;
	overflow: hidden;
	margin-top: 10px;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn span::before, .blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: var(--primary-color);
	transition: transform 0.4s ease;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn span::before {
	transform-origin: 100% 0;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn span::after {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0 100%;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn:focus-within span::before, .blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn:hover span::before {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn:focus-within span::after, .blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn:hover span::after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transition-delay: 0.4s;
}

.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-image + .blog-post-detail {
	width: 50%;
	margin-inline-start: -40px;
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-1 article .blog-post-container .blog-post-inner .blog-post-image + .blog-post-detail {
		width: 100%;
		margin-inline-start: unset;
		padding: 20px;
	}
}

.blog-archieve-layout.archive-style-1 article .blog-post-container:hover .blog-post-image img {
	transform: scale(1.05);
}

.blog-archieve-layout.archive-style-2 {
	display: grid;
	gap: 30px;
}

.blog-archieve-layout.archive-style-2 article {
	margin: 0;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container {
	overflow: hidden;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner {
		flex-direction: column;
	}
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-image {
	position: relative;
	line-height: 0;
	width: 50%;
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-image {
		width: unset;
	}
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	aspect-ratio: 1/1;
	transition: all 0.3s ease;
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-image img {
		height: 100%;
	}
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail {
	background: var(--bg-clr-light);
	width: 100%;
	padding: 40px;
	position: relative;
	height: 90%;
	z-index: 1;
	margin-right: unset;
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail {
		width: unset;
		margin-right: unset;
	}
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a {
	color: var(--clr-text);
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-inline-end: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:focus-within, .blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:hover {
	color: #fff;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title {
	font-size: var(--font-normal);
	margin-block: 4px;
	line-height: 1.2;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, var(--clr-text) 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title a:focus-within, .blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title a:hover {
	background-position: -100%;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author i {
	margin-right: 6px;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date i {
	margin-right: 6px;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 24px;
	transition: all 0.3s ease;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-excerpt {
	margin-top: 10px;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-excerpt p {
	color: var(--clr-text);
	margin: 0;
	font-size: var(--font-small);
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn {
	text-decoration: none;
	color: var(--clr-text);
	font-size: var(--font-xsmall);
	position: relative;
	display: inline-block;
	width: auto;
	line-height: 28px;
	overflow: hidden;
	margin-top: 10px;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn span::before, .blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: var(--primary-color);
	transition: transform 0.4s ease;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn span::before {
	transform-origin: 100% 0;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn span::after {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0 100%;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn:focus-within span::before, .blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn:hover span::before {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn:focus-within span::after, .blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn:hover span::after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transition-delay: 0.4s;
}

.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-image + .blog-post-detail {
	width: 50%;
	margin-inline-end: -40px;
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-2 article .blog-post-container .blog-post-inner .blog-post-image + .blog-post-detail {
		width: 100%;
		margin-inline-end: unset;
		padding: 20px;
	}
}

.blog-archieve-layout.archive-style-2 article .blog-post-container:hover .blog-post-image img {
	transform: scale(1.05);
}

.blog-archieve-layout.archive-style-3.column-2 {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-3.column-2 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.blog-archieve-layout.archive-style-3.column-3 {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {
	.blog-archieve-layout.archive-style-3.column-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-3.column-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.blog-archieve-layout.archive-style-3.column-4 {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
	.blog-archieve-layout.archive-style-3.column-4 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.blog-archieve-layout.archive-style-3.column-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.blog-archieve-layout.archive-style-3.column-4 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.blog-archieve-layout.archive-style-3 article {
	margin: 0;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container {
	overflow: hidden;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-image {
	position: relative;
	line-height: 0;
	width: 100%;
	height: 100%;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	transition: all 0.3s ease;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail {
	background-color: var(--bg-clr-light);
	padding: 40px 20px;
	width: 90%;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	margin-top: unset;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a {
	color: var(--clr-text);
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-inline-end: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:focus-within, .blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:hover {
	color: #fff;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title {
	font-size: var(--font-normal);
	margin-block: 4px;
	line-height: 1.2;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, var(--clr-text) 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title a:focus-within, .blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title a:hover {
	background-position: -100%;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author i {
	margin-right: 6px;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date i {
	margin-right: 6px;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 24px;
	transition: all 0.3s ease;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-excerpt {
	margin-top: 10px;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail .post-excerpt p {
	color: var(--clr-text);
	margin: 0;
	font-size: var(--font-small);
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn {
	font-size: var(--font-xsmall);
	padding-top: 10px;
	text-decoration: none;
	color: var(--clr-text);
	position: relative;
	display: inline-block;
	width: auto;
	line-height: 28px;
	overflow: hidden;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn span::before, .blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: var(--primary-color);
	transition: transform 0.4s ease;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn span::before {
	transform-origin: 100% 0;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn span::after {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0 100%;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn:focus-within span::before, .blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn:hover span::before {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn:focus-within span::after, .blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-detail a.read-more-btn:hover span::after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transition-delay: 0.4s;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container .blog-post-inner .blog-post-image + .blog-post-detail {
	margin-top: -40px;
}

.blog-archieve-layout.archive-style-3 article .blog-post-container:hover .blog-post-image img {
	transform: scale(1.05);
}

.site-main .page-header {
	margin-bottom: 20px;
}

.site-main .page-header h1 {
	font-size: var(--font-large);
	font-weight: 600;
}

.site-main .entry-meta {
	margin-block: 10px;
}

.site-main .entry-meta .post-date {
	margin-right: 10px;
}

.site-main .entry-meta .post-date i {
	margin-right: 6px;
}

.site-main .entry-meta .post-date a {
	color: var(--clr-text);
	text-decoration: none;
	transition: all 0.3s ease;
}

.site-main .entry-meta .post-date a:focus-within, .site-main .entry-meta .post-date a:hover {
	color: var(--primary-color);
}

.site-main .entry-meta .post-author i {
	margin-right: 6px;
}

.site-main .entry-meta .post-author a {
	color: var(--clr-text);
	text-decoration: none;
	transition: all 0.3s ease;
}

.site-main .entry-meta .post-author a:focus-within, .site-main .entry-meta .post-author a:hover {
	color: var(--primary-color);
}

.wp-block-page-list li {
	margin: 6px 0;
}

.wp-block-page-list a {
	font-size: 18px;
}

.page-content .search-form {
	display: flex;
	align-items: center;
}

.page-content .search-form input {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	padding: 8px;
}

.page-content .search-form .search-submit {
	background-color: var(--primary-color);
	color: white;
	padding: 8px 16px;
	border: 1px solid var(--primary-color);
	font-size: var(--font-xsmall);
	font-weight: 600;
	border-radius: 0 4px 4px 0;
	transition: all 0.5s ease-in-out;
	margin: 0;
}

.page-content .search-form .search-submit:hover {
	box-shadow: 0 55px 0 white inset;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}

.entry-footer {
	margin: 12px 0;
	font-size: calc(var(--font-small) + 2px);
	display: flex;
	flex-direction: column;
}

.entry-footer .cat-links a {
	text-decoration: none;
	color: var(--primary-color);
	font-weight: 400;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: var(--font-xsmall);
}

.entry-footer .cat-links a:focus-within, .entry-footer .cat-links a:hover {
	color: var(--clr-text);
}

.entry-footer .tags-links,
.entry-footer .edit-link,
.entry-footer .comments-link {
	margin-right: 12px;
	font-weight: 600;
}

.entry-footer .tags-links a,
.entry-footer .edit-link a,
.entry-footer .comments-link a {
	text-decoration: none;
	color: var(--clr-text);
	font-weight: 600;
	transition: all 0.3s ease;
}

.entry-footer .tags-links a:focus-within, .entry-footer .tags-links a:hover,
.entry-footer .edit-link a:focus-within,
.entry-footer .edit-link a:hover,
.entry-footer .comments-link a:focus-within,
.entry-footer .comments-link a:hover {
	color: var(--primary-color);
}

.related-posts h2 {
	font-size: var(--font-large);
	font-weight: 600;
}

@media (max-width: 600px) {
	.related-posts h2 {
		font-size: var(--font-normal);
	}
}

.related-posts .entry-meta {
	margin-block: 10px;
}

.related-posts .entry-meta .post-date a {
	text-decoration: none;
	color: var(--clr-text-light);
}

.related-posts .entry-meta .post-author {
	margin-left: 4px;
}

.related-posts .entry-meta .post-author a {
	text-decoration: none;
	color: var(--clr-text-light);
}

.related-posts .row {
	display: flex;
	gap: 20px;
}

@media (max-width: 768px) {
	.related-posts .row {
		flex-wrap: wrap;
	}
}

.related-posts .row div {
	flex-basis: 33.33%;
}

@media (max-width: 768px) {
	.related-posts .row div {
		flex-basis: 50%;
	}
}

@media (max-width: 488px) {
	.related-posts .row div {
		flex-basis: 100%;
	}
}

.related-posts .row div article {
	margin: 0;
	padding: 6px 0;
}

.related-posts .row div article .post-thumbnail {
	line-height: 0;
}

.related-posts .row div article .post-thumbnail img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.related-posts .row div article .post-text {
	margin-top: 10px;
}

.related-posts .row div article .post-text .entry-header {
	margin-top: 0;
}

.related-posts .row div article .post-text .entry-header .entry-title a {
	font-size: var(--font-base);
	text-decoration: none;
	color: var(--clr-text);
	transition: all 0.3s ease;
}

.related-posts .row div article .post-text .entry-header .entry-title a:focus-within, .related-posts .row div article .post-text .entry-header .entry-title a:hover {
	color: var(--primary-color);
}

.related-posts .row div article .post-text .entry-content {
	margin: 4px;
}

.related-posts .row div article .post-text .entry-content p {
	font-size: var(--font-small);
	margin: 0;
}

body.no-sidebar .alignfull {
	margin-left: calc(50% - 50vw - 10px);
	margin-right: calc(50% - 50vw - 10px);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 1200px) {
	body.no-sidebar .alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding: 0 20px;
	}
}

body.no-sidebar .alignfull .alignwide {
	margin-inline: auto;
}

body.no-sidebar .alignfull .aligncenter {
	margin-inline: auto;
}

body.no-sidebar .alignwide {
	max-width: 100vw;
}

@media (min-width: 768px) and (max-width: 1170px) {
	body.no-sidebar .alignwide {
		width: calc(100% + (100vw - 100%) / 2);
		margin-left: calc((100% - 100vw) / 4);
	}
}

@media (min-width: 1171px) {
	body.no-sidebar .alignwide {
		width: 1450px;
		margin-left: -96px;
	}
}

body.no-sidebar .alignwide .alignwide {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	margin-block: 45px;
	padding: 30px;
	background: var(--bg-clr-light);
}

.comments-area .comments-title {
	margin: 0 0 20px 0;
	font-size: var(--font-normal);
	font-weight: 500;
}

.comments-area .comments-title span {
	font-size: var(--font-normal);
}

.comments-area .required {
	color: red;
}

.comments-area .comment-list {
	margin: 0 0 0 1px;
	padding: 0 0 0 1px;
}

.comments-area .comment-list .comment-body .comment-meta {
	margin: 10px 0;
}

.comments-area .comment-list .comment-body .comment-meta .vcard {
	display: flex;
}

.comments-area .comment-list .comment-body .comment-meta .vcard .avatar {
	width: 45px;
	height: 45px;
	margin-right: 20px;
}

.comments-area .comment-list .comment-body .comment-meta .vcard .fn {
	margin-right: 6px;
}

.comments-area .comment-list .comment-body .comment-meta .vcard .fn a {
	text-decoration: none;
	color: black;
	font-weight: 600;
}

.comments-area .comment-list .comment-body .comment-meta .comment-metadata {
	margin-left: 62px;
}

.comments-area .comment-list .comment-body .comment-meta .comment-metadata a {
	text-decoration: none;
	color: var(--text-clr);
	transition: all 0.3s ease;
}

.comments-area .comment-list .comment-body .comment-meta .comment-metadata a:hover {
	color: var(--primary-color);
}

.comments-area .comment-list .comment-body .comment-meta .comment-metadata .edit-link {
	margin-left: 20px;
}

.comments-area .comment-list .comment-body .comment-content {
	background: var(--bg-clr);
	padding: 22px;
	border-radius: 6px;
	margin: 15px;
}

.comments-area .comment-list .comment-body .comment-content p {
	margin: 0;
}

.comments-area .comment-list .comment-body .reply {
	margin-bottom: 10px;
}

.comments-area .comment-list .comment-body .reply a {
	text-decoration: none;
	color: black;
	transition: all 0.3s ease;
}

.comments-area .comment-list .comment-body .reply a:hover {
	color: var(--primary-color);
}

.comment-respond {
	margin-top: 32px;
}

.comment-respond .comment-form .logged-in-as a {
	text-decoration: none;
	color: var(--text-clr);
	margin-right: 6px;
	transition: all 0.3s ease;
}

.comment-respond .comment-form .logged-in-as a:hover {
	color: var(--primary-color);
}

.comment-form .comment-form-author {
	flex-direction: column;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

footer .site-footer {
	color: #fff;
}

.widget h2.widgettitle,
.widget h2.widget-title {
	background: none;
	font-weight: bold;
	font-size: var(--font-small);
	padding-inline-start: 78px;
	margin-bottom: 20px;
	font-size: var(--font-base);
	color: var(--clr-text);
	position: relative;
}

.widget h2.widgettitle::before,
.widget h2.widget-title::before {
	width: 62px;
	height: 2px;
	background: var(--border-clr);
	content: "";
	top: 50%;
	inset-inline-start: 0;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget p {
	font-size: 1rem;
}

.widget ol,
.widget ul {
	margin: 0;
	padding: 0;
}

.widget ol li,
.widget ul li {
	padding: 6px 0;
	list-style: none;
}

.widget ol li a,
.widget ul li a {
	text-decoration: none;
	color: var(--clr-text);
	font-size: 1rem;
	transition: all 0.4s ease;
}

.widget ol li:focus-within a, .widget ol li:hover a,
.widget ul li:focus-within a,
.widget ul li:hover a {
	color: var(--primary-color);
}

form .wp-block-search__inside-wrapper {
	margin-top: 12px;
}

form .wp-block-search__inside-wrapper input {
	color: #666;
	border: 1px solid #ccc;
	border-start-start-radius: 4px;
	border-end-start-radius: 4px;
	padding: 8px;
	width: 100%;
}

form .wp-block-search__inside-wrapper button.wp-block-search__button {
	background-color: var(--primary-color);
	color: white;
	padding: 8px 16px;
	border: 1px solid var(--primary-color);
	font-size: var(--font-small);
	font-weight: 600;
	border-start-end-radius: 4px;
	border-end-end-radius: 4px;
	transition: all 0.5s ease-in-out;
	margin: 0;
}

form .wp-block-search__inside-wrapper button.wp-block-search__button:focus-within, form .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
	border: 1px solid var(--primary-color);
	background-color: var(--bg-clr);
	color: var(--primary-color);
}

.widget .wp-block-tag-cloud {
	font-size: 0;
}

.widget .wp-block-tag-cloud a {
	color: var(--clr-text);
	font-size: calc(var(--font-small) + 2px) !important;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid var(--border-clr);
	padding: 12px 16px;
	margin: 0 5px 5px 0;
	display: inline-block;
}

.widget .wp-block-tag-cloud a:focus-within, .widget .wp-block-tag-cloud a:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.site-footer .widget .wp-block-tag-cloud a {
	color: white;
	border: 1px solid white;
	padding: 5px;
	opacity: 0.8;
	transition: 0.3s ease;
}

.site-footer .widget .wp-block-tag-cloud a:focus-within, .site-footer .widget .wp-block-tag-cloud a:hover {
	opacity: 1;
	border: 1px solid;
}

.widget .wp-block-social-links {
	display: flex;
}

.widget .wp-block-social-links li {
	padding: 5px;
	margin-right: 5px;
}

.widget .wp-block-social-links .wp-block-social-link-anchor svg {
	fill: white;
}

.widget .wp-block-social-links:focus-within .wp-block-social-link-anchor svg, .widget .wp-block-social-links:hover .wp-block-social-link-anchor svg {
	fill: white;
}

.wp-block-calendar .wp-calendar-table tbody {
	color: var(--clr-text);
}

.wp-block-calendar .wp-calendar-table tbody td {
	transition: all 0.3s ease;
}

.wp-block-calendar .wp-calendar-table tbody td a {
	text-decoration: none;
}

.wp-block-calendar .wp-calendar-table tbody td:hover {
	background-color: var(--primary-color);
	color: white;
}

.wp-block-calendar .wp-calendar-table tbody td:hover a {
	color: white;
}

.wp-block-calendar .wp-calendar-table tbody #today {
	color: white;
	background-color: var(--primary-color);
}

.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a {
	color: var(--clr-text);
	text-decoration: none;
}

.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:focus-within, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover {
	color: var(--primary-color);
}

.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
	color: var(--clr-text);
	text-decoration: none;
}

.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:focus-within, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:hover {
	color: var(--primary-color);
}

.widget_media_gallery .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.widget_search form.search-form {
	display: flex;
}

.widget_search form.search-form label input {
	width: 100%;
}

.widget_search form.search-form .search-submit {
	padding: 3px 12px;
	border-radius: 0 5px 5px 0;
}

.widget_tag_cloud .tagcloud a {
	color: black;
	font-size: 18px !important;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid grey;
	padding: 12px 16px;
	margin: 0 5px 5px 0;
	display: inline-block;
}

.widget_tag_cloud .tagcloud a:focus-within, .widget_tag_cloud .tagcloud a:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.widget_media_gallery .gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.widget_media_gallery .gallery .gallery-item {
	margin: 0;
	overflow: hidden;
}

.widget_media_gallery .gallery .gallery-item .gallery-icon {
	font-size: 0;
	transform: scale(1);
	transition: 0.3s ease;
}

.widget_media_gallery .gallery .gallery-item .gallery-icon:focus-within, .widget_media_gallery .gallery .gallery-item .gallery-icon:hover {
	transform: scale(1.2);
}

.widget_calendar .calendar_wrap .wp-calendar-table caption {
	background: var(--primary-color);
	color: white;
}

.widget_calendar .calendar_wrap .wp-calendar-table tbody a {
	color: var(--primary-color);
	text-decoration: none;
}

.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
	color: #73777b;
	text-decoration: none;
}

.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:focus-within, .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
	color: var(--primary-color);
}

.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
	color: #73777b;
	text-decoration: none;
}

.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:focus-within, .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
	color: var(--primary-color);
}

.blog-author-section.author-style-1 .author-container {
	padding-block: 20px;
	padding-inline: 40px;
	text-align: center;
	border: 1px solid var(--border-clr);
	background: var(--bg-clr-light);
	position: relative;
}

.site-footer .blog-author-section.author-style-1 .author-container {
	background-color: #393e46;
	border: 1px solid #7f8487;
}

.blog-author-section.author-style-1 .author-container .author-info .author-image {
	margin-bottom: 10px;
}

.blog-author-section.author-style-1 .author-container .author-info .author-image img {
	border: 4px solid var(--clr-text);
	width: 10rem;
	height: 10rem;
	object-fit: cover;
	border-radius: 50%;
}

.site-footer .blog-author-section.author-style-1 .author-container .author-info .author-image img {
	border: 4px solid #7f8487;
}

.blog-author-section.author-style-1 .author-container .author-info .author-bio {
	padding-bottom: 10px;
}

.blog-author-section.author-style-1 .author-container .author-info .author-bio .author-name {
	color: var(--clr-text);
	margin: 0;
	font-size: calc(var(--font-base) - 4px);
	font-weight: 600;
}

.site-footer .blog-author-section.author-style-1 .author-container .author-info .author-bio .author-name {
	color: #fff;
}

.blog-author-section.author-style-1 .author-container .author-info .author-bio .author-address {
	margin: 0;
	font-size: var(--font-small);
	color: var(--clr-text-light);
}

.site-footer .blog-author-section.author-style-1 .author-container .author-info .author-bio .author-address {
	color: #fff;
}

.blog-author-section.author-style-1 .author-container .author-description {
	border-top: 1px solid var(--border-clr);
	padding-top: 10px;
	margin: 0;
	font-size: 1rem;
	color: var(--clr-text);
}

.site-footer .blog-author-section.author-style-1 .author-container .author-description {
	color: #fff;
}

.blog-author-section.author-style-1 .author-container .social-links {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.blog-author-section.author-style-1 .author-container .social-links li {
	border: none;
}

.blog-author-section.author-style-1 .author-container .social-links a {
	font-size: 14px;
	color: var(--clr-text);
	margin-right: 0;
}

.site-footer .blog-author-section.author-style-1 .author-container .social-links a {
	color: #fff;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner {
	position: relative;
	margin-bottom: 20px;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-image {
	line-height: 0;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: black;
	opacity: 0.2;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-normal);
	line-height: 1.2;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title a {
	color: white;
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, white 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-position: -100%;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author {
	font-size: var(--font-xsmall);
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author a {
	text-decoration: none;
	color: white;
	transition: all 0.3s ease;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner {
	background: var(--bg-clr-light);
	margin-bottom: 20px;
	display: flex;
	gap: 20px;
}

.site-footer .blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner, .site-footer
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner {
	background: #272728;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-image,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-image {
	flex-basis: 30%;
	line-height: 0;
	flex-shrink: 0;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-image img,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.site-footer .blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-image img, .site-footer
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-image img {
	width: 100px;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-detail,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-detail {
	align-self: center;
	flex-basis: 80%;
	padding: 6px 6px 6px 0;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-detail .post-main-title,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-base);
	line-height: 1.2;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-detail .post-main-title a,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, var(--clr-text) 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-detail .post-main-title a:hover,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-detail .post-main-title a:focus-within,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-position: -100%;
}

.site-footer .blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-detail .post-main-title a, .site-footer
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-detail .post-main-title a {
	background-image: linear-gradient(to right, #fff 50%, var(--primary-color) 50%);
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-detail .post-meta,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-detail .post-meta .post-author,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-author {
	font-size: var(--font-xsmall);
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-detail .post-meta .post-author a,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-author a {
	text-decoration: none;
	color: var(--clr-text-light);
	transition: all 0.3s ease;
}

.blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-detail .post-meta .post-author a:hover,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within,
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.site-footer .blog-popular-section .popular-post-wrapper .blog-post-container:nth-child(n + 3) .blog-post-inner .blog-post-detail .post-meta .post-author a, .site-footer
.blog-popular-section .popular-post-wrapper :nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: #fff;
}

.blog-trending-section .slick-button .blog-post-container .blog-post-inner {
	text-align: center;
}

.blog-trending-section .slick-button .blog-post-container .blog-post-inner .blog-post-image {
	line-height: 0;
}

.blog-trending-section .slick-button .blog-post-container .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.blog-trending-section .slick-button .blog-post-container .blog-post-inner .blog-post-detail .post-main-title {
	margin-top: 10px;
}

.blog-trending-section .slick-button .blog-post-container .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	text-decoration: none;
	transition: all 0.3s ease;
}

.blog-trending-section .slick-button .blog-post-container .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-trending-section .slick-button .blog-post-container .blog-post-inner .blog-post-detail .post-main-title a:hover {
	color: var(--primary-color);
}

.site-footer .blog-trending-section .slick-button .blog-post-container .blog-post-inner .blog-post-detail .post-main-title a {
	color: #fff;
}

.blog-trending-section .slick-button:hover button {
	visibility: visible;
}

.trending-post-section .trending-post-container .slick-slide .blog-post-container .blog-post-inner {
	gap: 20px;
	background: var(--bg-clr-light);
}

.site-footer .trending-post-section .trending-post-container .slick-slide .blog-post-container .blog-post-inner {
	background: #272728;
}

.trending-post-section .trending-post-container .slick-slide .blog-post-container .blog-post-inner .blog-post-image {
	position: relative;
	flex-shrink: 0;
	width: 30%;
}

.trending-post-section .trending-post-container .slick-slide .blog-post-container .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 110px;
}

.site-footer .trending-post-section .trending-post-container .slick-slide .blog-post-container .blog-post-inner .blog-post-image img {
	height: 100px;
}

.trending-post-section .trending-post-container .slick-slide .blog-post-container .blog-post-inner .blog-post-image span {
	position: absolute;
	top: 0%;
	inset-inline-start: 0%;
	width: 25px;
	height: 25px;
	background-color: var(--primary-color);
	color: #fff;
	font-size: var(--font-xsmall);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.trending-post-section .trending-post-container .slick-slide .blog-post-container .blog-post-inner .blog-post-detail {
	align-self: center;
	padding: 10px 10px 10px 0;
	width: 70%;
}

.trending-post-section .trending-post-container .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-base);
	line-height: 1.2;
}

.site-footer .trending-post-section .trending-post-container .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-main-title a {
	background-image: linear-gradient(to right, #fff 50%, var(--primary-color) 50%);
}

.site-footer .trending-post-section .trending-post-container .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author {
	font-size: var(--font-xsmall);
}

.site-footer .trending-post-section .trending-post-container .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a {
	display: none;
}

h6.widget-title {
	background: none;
	font-weight: bold;
	font-size: var(--font-small);
	padding-inline-start: 78px;
	margin-bottom: 20px;
	font-size: var(--font-base);
	color: var(--clr-text);
	color: #fff;
	position: relative;
}

h6.widget-title::before {
	width: 62px;
	height: 2px;
	background: var(--primary-color);
	content: "";
	top: 50%;
	inset-inline-start: 0;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget_slick_blog_pro_social_icons ul.social-links {
	flex-wrap: wrap;
	gap: 10px;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item {
	padding: 0;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a {
	font-size: var(--font-small);
	padding: 16px;
	opacity: 1;
	width: 114px;
	height: 70px;
	color: #fff;
	line-height: 1;
	overflow: visible;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="facebook.com"] {
	background-color: #3b5999;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="twitter.com"] {
	background-color: #55acee;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="instagram.com"] {
	background-color: #3f729b;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="youtube.com"] {
	background-color: #cd201f;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="discord.com"] {
	background-color: #5865f2;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="dribbble.com"] {
	background-color: #ea4c89;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="google.com"] {
	background-color: #dd4b39;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="line.me"] {
	background-color: #00b900;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="linkedin.com"] {
	background-color: #0e76a8;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="medium.com"] {
	background-color: #66cdaa;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="messenger.com"] {
	background-color: #006aff;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="paypal.com"] {
	background-color: #3b7bbf;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="pinterest.com"] {
	background-color: #e60023;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="reddit.com"] {
	background-color: #ff5700;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="skype.com"] {
	background-color: #00aff0;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="slack.com"] {
	background-color: #ecb22e;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="snapchat.com"] {
	background-color: #fffc00;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="spotify.com"] {
	background-color: #1db954;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="stackoverflow.com"] {
	background-color: #f47f24;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="telegram.org"] {
	background-color: #229ed9;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="twitch.tv"] {
	background-color: #6441a5;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="vimeo.com"] {
	background-color: #86c9ef;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="whatsapp.com"] {
	background-color: #34b7f1;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="wordpress.org"], .widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="wordpress.com"] {
	background-color: #21759b;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="youtube.com"] {
	background-color: #c4302b;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="tiktok.com"] {
	background-color: #010101;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="vk.com"] {
	background-color: #5181b8;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="qq.com"] {
	background-color: #409d16;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="weibo.com"] {
	background-color: #ff9731;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="mastodon.social"] {
	background-color: #6364ff;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="github.com"] {
	background-color: #333;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a[href*="threads.net"] {
	background-color: #010101;
}

.site-footer .widget_slick_blog_pro_social_icons ul.social-links li.menu-item a {
	width: 96px;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a .screen-reader-text {
	clip: unset;
	clip-path: unset;
	height: auto;
	width: auto;
	margin: 0;
	position: relative !important;
	overflow: visible;
	color: #fff;
	top: inherit;
	transition: all 0.3s ease;
}

.site-footer .widget_slick_blog_pro_social_icons ul.social-links li.menu-item a .screen-reader-text {
	color: #fff;
}

.widget_slick_blog_pro_social_icons ul.social-links li.menu-item a:focus-within, .widget_slick_blog_pro_social_icons ul.social-links li.menu-item a:hover {
	opacity: 0.8;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* preloader CSS start
--------------------------------------------- */
.loader-container {
	width: 100%;
	height: 100vh;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	background-color: white;
	z-index: 222;
}

.loader-container .loader {
	width: 50px;
	height: 50px;
	color: #0278f3;
	border: 5px solid;
	border-radius: 50%;
	border-top: transparent;
	border-bottom: transparent;
	animation: loader 1.3s linear infinite;
}

@keyframes loader {
	25% {
		color: #2fffff;
	}
	50% {
		color: #26f7c3;
	}
	75% {
		color: #1095c9;
	}
	to {
		transform: rotate(360deg);
	}
}

#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fff;
	position: fixed;
	display: table;
	width: 100%;
	top: 0;
	height: 100%;
	min-height: 100%;
	z-index: 99999;
}

#loader .loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align: center;
	text-transform: uppercase;
}

#loader #preloader {
	position: relative;
	margin: auto;
	width: 100px;
}

#loader.loader-1 .loader-container #preloader {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid #0000;
	border-right-color: #00000097;
	position: relative;
	animation: spin 1s infinite linear;
}

#loader.loader-1 .loader-container #preloader::before, #loader.loader-1 .loader-container #preloader::after {
	content: "";
	position: absolute;
	inset: -8px;
	border-radius: 50%;
	border: inherit;
	animation: inherit;
	animation-duration: 2s;
}

#loader.loader-1 .loader-container #preloader::after {
	animation-duration: 4s;
}

@keyframes spin {
	100% {
		transform: rotate(1turn);
	}
}

#loader.loader-2 .loader-container #preloader {
	--d:22px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	color: #000000;
	box-shadow: calc(1*var(--d)) calc(0*var(--d)) 0 0, calc(0.707*var(--d)) calc(0.707*var(--d)) 0 1px, calc(0*var(--d)) calc(1*var(--d)) 0 2px, calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px, calc(-1*var(--d)) calc(0*var(--d)) 0 4px, calc(-0.707*var(--d)) calc(-0.707*var(--d)) 0 5px, calc(0*var(--d)) calc(-1*var(--d)) 0 6px;
	animation: spin-3 1s infinite steps(8);
}

@keyframes spin-3 {
	100% {
		transform: rotate(1turn);
	}
}

#loader.loader-3 .loader-container #preloader {
	width: 45px;
	aspect-ratio: 1;
	--c: no-repeat linear-gradient(#000 calc(50% - 10px),#0000 0 calc(50% + 10px),#000 0);
	background: var(--c) 0% 100%, var(--c) 50% 100%, var(--c) 100% 100%;
	background-size: 20% calc(200% + 20px);
	animation: bar-1 1s infinite linear;
}

@keyframes bar-1 {
	33% {
		background-position: 0% 50%,50% 100%,100% 100%;
	}
	50% {
		background-position: 0%  0%,50%  50%,100% 100%;
	}
	66% {
		background-position: 0%  0%,50%   0%,100%  50%;
	}
	100% {
		background-position: 0%  0%,50%   0%,100%   0%;
	}
}

#loader.loader-4 .loader-container #preloader {
	width: 45px;
	aspect-ratio: 1;
	--c: no-repeat linear-gradient(#000 0 0);
	background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
	background-size: 20% 100%;
	animation: bar-2 1s infinite linear;
}

@keyframes bar-2 {
	0% {
		background-size: 20% 100%,20% 100%,20% 100%;
	}
	33% {
		background-size: 20% 10% ,20% 100%,20% 100%;
	}
	50% {
		background-size: 20% 100%,20% 10% ,20% 100%;
	}
	66% {
		background-size: 20% 100%,20% 100%,20% 10%;
	}
	100% {
		background-size: 20% 100%,20% 100%,20% 100%;
	}
}

#loader.loader-5 .loader-container #preloader {
	width: 45px;
	aspect-ratio: 1;
	--c: conic-gradient(from -90deg,#000 90deg,#0000 0);
	background: var(--c), var(--c);
	background-size: 40% 40%;
	animation: bar-3 1.5s infinite;
}

@keyframes bar-3 {
	0%,
	20% {
		background-position: 0 0, 0 calc(100%/3);
	}
	33% {
		background-position: 0 0, calc(100%/3) calc(100%/3);
	}
	66% {
		background-position: 0 calc(100%/3), calc(100%/3) 0;
	}
	80%,
	100% {
		background-position: 0 calc(100%/3), 0 0;
	}
}

#loader.loader-6 .loader-container #preloader {
	position: relative;
	display: inline-block;
	margin: 0 12.5% 100px;
	width: 50px;
	height: 50px;
	border: 2px solid black;
	border-radius: 50%;
	animation: spin-3 0.75s infinite linear;
	border-color: transparent;
	border-top-color: black;
	animation-duration: 5s;
}

#loader.loader-6 .loader-container #preloader::before, #loader.loader-6 .loader-container #preloader::after {
	left: -2px;
	top: -2px;
	display: none;
	position: absolute;
	content: '';
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
}

#loader.loader-6 .loader-container #preloader::after {
	display: block;
	border-color: transparent;
	border-top-color: black;
	animation: spin 0.75s infinite ease-in-out alternate;
}

@keyframes spin-3 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.site-title a {
	color: var(--header-text-color);
}

.slick-blog-pro-top-header {
	position: relative;
	padding-block: 20px;
	background: #343434;
}

.slick-blog-pro-top-header .header-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.slick-blog-pro-top-header .header-bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slick-blog-pro-top-header .slick-blog-pro-top-header-wrapper {
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

@media (max-width: 635px) {
	.slick-blog-pro-top-header .slick-blog-pro-top-header-wrapper {
		justify-content: center;
		flex-direction: column;
	}
}

.slick-blog-pro-top-header .slick-blog-pro-top-header-wrapper .site-branding {
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (max-width: 635px) {
	.slick-blog-pro-top-header .slick-blog-pro-top-header-wrapper .site-branding {
		text-align: center;
		justify-content: center;
	}
}

.slick-blog-pro-top-header .slick-blog-pro-top-header-wrapper .site-branding p {
	margin: 0;
}

.slick-blog-pro-top-header .slick-blog-pro-top-header-wrapper .site-branding .site-identity .site-title {
	font-size: var(--font-xlarge);
	color: #202223;
}

.slick-blog-pro-top-header .slick-blog-pro-top-header-wrapper .site-branding .site-identity .site-title a {
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s ease;
}

.slick-blog-pro-top-header .slick-blog-pro-top-header-wrapper .site-branding .site-identity .site-title a:focus-within, .slick-blog-pro-top-header .slick-blog-pro-top-header-wrapper .site-branding .site-identity .site-title a:hover {
	color: #fff;
}

.slick-blog-pro-top-header .slick-blog-pro-top-header-wrapper .site-branding .site-identity .site-description {
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	color: #fff;
}

.banner-section.banner-style-1 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner {
	min-height: 500px;
}

@media (max-width: 600px) {
	.banner-section.banner-style-1 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner {
		min-height: 450px;
	}
}

.banner-section.banner-style-1 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner .blog-post-detail {
	text-align: center;
	transition: all 0.3s ease;
}

.banner-section.banner-style-1 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-main-title {
	line-height: 1.3;
	padding-block: 12px;
	font-weight: 600;
	font-size: var(--font-large);
}

.banner-section.banner-style-1 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta {
	justify-content: center;
}

.banner-section.banner-style-1 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner:focus-within .blog-post-detail, .banner-section.banner-style-1 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner:hover .blog-post-detail {
	transform: translateY(-10px);
}

.banner-section.banner-style-1 .banner-wrapper .slick-track .slick-slide .blog-post-container:hover .blog-post-inner .blog-post-image::before {
	background: linear-gradient(transparent, #000000e8);
}

.banner-section.banner-style-1 .banner-wrapper:hover .slick-arrow {
	visibility: visible;
}

.banner-section.banner-style-1 .banner-wrapper:hover .slick-arrow.fa-chevron-left {
	left: 20px;
}

.banner-section.banner-style-1 .banner-wrapper:hover .slick-arrow.fa-chevron-right {
	right: 20px;
}

.banner-section.banner-style-2 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner {
	min-height: 500px;
}

@media (max-width: 600px) {
	.banner-section.banner-style-2 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner {
		min-height: 450px;
	}
}

.banner-section.banner-style-2 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner .blog-post-detail {
	text-align: center;
	transition: all 0.3s ease;
}

.banner-section.banner-style-2 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-main-title {
	line-height: 1.3;
	padding-block: 12px;
	font-weight: 600;
	font-size: var(--font-large);
}

.banner-section.banner-style-2 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta {
	justify-content: center;
}

.banner-section.banner-style-2 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner:focus-within .blog-post-detail, .banner-section.banner-style-2 .banner-wrapper .slick-track .slick-slide .blog-post-container .blog-post-inner:hover .blog-post-detail {
	transform: translateY(-10px);
}

.banner-section.banner-style-2 .banner-wrapper .slick-track .slick-slide .blog-post-container:hover .blog-post-inner .blog-post-image::before {
	background: linear-gradient(transparent, #000000e8);
}

.banner-section.banner-style-2 .banner-wrapper:hover .slick-arrow {
	visibility: visible;
}

.banner-section.banner-style-2 .banner-wrapper:hover .slick-arrow.fa-chevron-left {
	left: 20px;
}

.banner-section.banner-style-2 .banner-wrapper:hover .slick-arrow.fa-chevron-right {
	right: 20px;
}

.banner-section.banner-style-3 .banner-wrapper {
	max-width: 1340px;
	margin: 0 auto;
	width: 100%;
}

.banner-section.banner-style-3 .banner-wrapper .blog-post-container .blog-post-inner {
	min-height: 600px;
}

@media (max-width: 600px) {
	.banner-section.banner-style-3 .banner-wrapper .blog-post-container .blog-post-inner {
		min-height: 450px;
	}
}

.banner-section.banner-style-3 .banner-wrapper .blog-post-container .blog-post-inner .blog-post-image {
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-section.banner-style-3 .banner-wrapper .blog-post-container .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-section.banner-style-3 .banner-wrapper .blog-post-container .blog-post-inner .blog-post-detail {
	text-align: center;
	bottom: 0;
	padding: 0;
	width: 100%;
	padding: 50px 20px;
}

.banner-section.banner-style-3 .banner-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-categories li a {
	font-size: var(--font-small);
	color: white;
}

.banner-section.banner-style-3 .banner-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-main-title a {
	font-size: var(--font-large);
}

.banner-section.banner-style-3 .banner-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-meta {
	justify-content: center;
}

.banner-section.banner-style-3 .banner-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a {
	font-size: var(--font-small);
	transition: all 0.3s ease;
}

.banner-section.banner-style-3 .banner-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a {
	font-size: var(--font-small);
}

.categories-section .categories-container-wrapper {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

.categories-section .categories-container-wrapper.column-2 .categories-container {
	flex-basis: 50%;
}

@media (max-width: 900px) {
	.categories-section .categories-container-wrapper.column-2 .categories-container {
		flex-basis: 50%;
	}
}

@media (max-width: 600px) {
	.categories-section .categories-container-wrapper.column-2 .categories-container {
		flex-basis: 100%;
	}
}

.categories-section .categories-container-wrapper.column-3 .categories-container {
	flex-basis: 33.33%;
}

@media (max-width: 900px) {
	.categories-section .categories-container-wrapper.column-3 .categories-container {
		flex-basis: 50%;
	}
}

@media (max-width: 600px) {
	.categories-section .categories-container-wrapper.column-3 .categories-container {
		flex-basis: 100%;
	}
}

.categories-section .categories-container-wrapper.column-4 .categories-container {
	flex-basis: 25%;
}

@media (max-width: 1100px) {
	.categories-section .categories-container-wrapper.column-4 .categories-container {
		flex-basis: 33.33%;
	}
}

@media (max-width: 900px) {
	.categories-section .categories-container-wrapper.column-4 .categories-container {
		flex-basis: 50%;
	}
}

@media (max-width: 600px) {
	.categories-section .categories-container-wrapper.column-4 .categories-container {
		flex-basis: 100%;
	}
}

.categories-section.categories-style-1 .categories-inner {
	padding-inline: 10px;
	margin-bottom: 20px;
	position: relative;
}

.categories-section.categories-style-1 .categories-inner .categories-image {
	position: relative;
	line-height: 0;
}

.categories-section.categories-style-1 .categories-inner .categories-image::after {
	content: '';
	position: absolute;
	background-color: black;
	top: 16px;
	right: 15px;
	bottom: 16px;
	left: 16px;
	opacity: 0;
	transition: all 0.5s ease;
	transform: scale(0);
}

.categories-section.categories-style-1 .categories-inner .categories-image::before {
	content: '';
	position: absolute;
	background: black;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .6s ease .2s;
	transform: scale(0);
}

.categories-section.categories-style-1 .categories-inner .categories-image img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.categories-section.categories-style-1 .categories-inner .categories-details {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	text-align: center;
	opacity: 0;
}

@media (max-width: 600px) {
	.categories-section.categories-style-1 .categories-inner .categories-details {
		opacity: 1;
	}
}

.categories-section.categories-style-1 .categories-inner .categories-details .categories-title {
	font-size: var(--font-base);
}

.categories-section.categories-style-1 .categories-inner .categories-details .categories-title a {
	color: #fff;
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
}

.categories-section.categories-style-1 .categories-inner:focus-within .categories-image::before, .categories-section.categories-style-1 .categories-inner:hover .categories-image::before {
	opacity: 0.2;
	transform: scale(1);
}

.categories-section.categories-style-1 .categories-inner:focus-within .categories-image::after, .categories-section.categories-style-1 .categories-inner:hover .categories-image::after {
	opacity: 0.3;
	transform: scale(1);
}

.categories-section.categories-style-1 .categories-inner:focus-within .categories-details, .categories-section.categories-style-1 .categories-inner:hover .categories-details {
	opacity: 1;
}

.categories-section.categories-style-2 .categories-inner {
	position: relative;
	padding-inline: 10px;
	margin-bottom: 20px;
}

.categories-section.categories-style-2 .categories-inner .categories-image {
	overflow: hidden;
	position: relative;
	line-height: 0;
}

.categories-section.categories-style-2 .categories-inner .categories-image img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	transition: all 0.3s ease;
}

.categories-section.categories-style-2 .categories-inner .categories-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000051;
	transform: scale(0);
	transition: all 0.6s ease;
}

.categories-section.categories-style-2 .categories-inner .categories-details {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.categories-section.categories-style-2 .categories-inner .categories-details .categories-title {
	font-size: var(--font-base);
	font-weight: 600;
	margin-top: 8px;
	opacity: 0;
	transition: all 0.3s ease-in;
}

@media (max-width: 600px) {
	.categories-section.categories-style-2 .categories-inner .categories-details .categories-title {
		opacity: 1;
	}
}

.categories-section.categories-style-2 .categories-inner .categories-details .categories-title a {
	color: #fff;
	font-family: var(--font-heading);
	text-decoration: none;
}

.categories-section.categories-style-2 .categories-inner::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid #ffffffb3;
	transform: scale(1);
	opacity: 0;
	transition: 0.6s ease;
}

.categories-section.categories-style-2 .categories-inner:focus-within::after, .categories-section.categories-style-2 .categories-inner:hover::after {
	transform: scale(0.85);
	opacity: 1;
}

.categories-section.categories-style-2 .categories-inner:focus-within .categories-image img, .categories-section.categories-style-2 .categories-inner:hover .categories-image img {
	transform: scale(1.1);
}

.categories-section.categories-style-2 .categories-inner:focus-within .categories-image::after, .categories-section.categories-style-2 .categories-inner:hover .categories-image::after {
	transform: scale(1);
}

.categories-section.categories-style-2 .categories-inner:focus-within .categories-details .categories-title, .categories-section.categories-style-2 .categories-inner:hover .categories-details .categories-title {
	opacity: 1;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper {
	display: grid;
	gap: 20px;
}

@media (min-width: 1298px) {
	.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1298px) {
	.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 780px) {
	.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (min-width: 1298px) {
	.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) {
		grid-row: span 1;
		grid-column: span 2;
	}
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	min-height: 420px;
}

@media (max-width: 600px) {
	.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner {
		min-height: 280px;
	}
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 0;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-image::before {
	content: '';
	position: absolute;
	background: linear-gradient(transparent, #000000c4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail {
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-categories a {
	color: #fff;
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-inline-end: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-large);
	padding-block: 12px;
}

@media (max-width: 600px) {
	.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title {
		font-size: var(--font-normal);
	}
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, white 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-position: -100%;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: #fff;
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: white;
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 24px;
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1):hover .blog-post-inner .blog-post-image::before {
	background: linear-gradient(transparent, #000000e8);
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	min-height: 240px;
}

@media (max-width: 600px) {
	.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner {
		min-height: 280px;
	}
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 0;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-image::before {
	content: '';
	position: absolute;
	background: linear-gradient(transparent, #000000c4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail {
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-categories a {
	color: #fff;
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-inline-end: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-large);
	padding-block: 12px;
	line-height: 1.3;
}

@media (max-width: 600px) {
	.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-main-title {
		font-size: var(--font-normal);
	}
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, white 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-position: -100%;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: #fff;
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: white;
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 24px;
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2):hover .blog-post-inner .blog-post-image::before {
	background: linear-gradient(transparent, #000000e8);
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3),
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) {
	background: var(--bg-clr-light);
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-image,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-image {
	position: relative;
	line-height: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-image img,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail {
	padding: 20px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-categories,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-categories li,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-categories a,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-categories a {
	color: var(--clr-text);
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-right: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-categories a:before,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-categories a:focus-within, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-categories a:hover,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-categories a:focus-within,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-categories a:hover {
	color: #fff;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-categories a:hover:before,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-categories a:focus-within:before,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-main-title,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-normal);
	margin-block: 6px;
	line-height: 1.3;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-main-title a,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, var(--clr-text) 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-main-title a:hover,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-main-title a:focus-within,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-position: -100%;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-meta,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-meta .post-author a,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-meta .post-author a:hover,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-meta .post-date a,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 24px;
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-meta .post-date a:hover,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner .blog-post-detail .post-meta .post-date a::before,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2n+3) .blog-post-inner:hover .blog-post-image img,
.blog-featured-posts-section.featured-posts-style-1 .blog-featured-posts-container-wrapper :nth-child(2n+4) .blog-post-inner:hover .blog-post-image img {
	transform: scale(1.05);
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper {
	display: grid;
	gap: 20px;
}

@media (min-width: 1295px) {
	.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1295px) {
	.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 780px) {
	.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) {
	grid-row: span 2;
	grid-column: span 1;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	min-height: 600px;
}

@media (max-width: 600px) {
	.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner {
		min-height: 280px;
	}
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 0;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-image::before {
	content: '';
	position: absolute;
	background: linear-gradient(transparent, #000000c4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail {
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-categories a {
	color: #fff;
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-inline-end: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-large);
	padding-block: 6px;
	line-height: 1.3;
}

@media (max-width: 600px) {
	.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title {
		font-size: var(--font-normal);
	}
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, white 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-position: -100%;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: #fff;
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: white;
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 24px;
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(1):hover .blog-post-inner .blog-post-image::before {
	background: linear-gradient(transparent, #000000e8);
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) {
	grid-column: span 1;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	min-height: 280px;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 0;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-image::before {
	content: '';
	position: absolute;
	background: linear-gradient(transparent, #000000c4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail {
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-categories a {
	color: #fff;
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-inline-end: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-normal);
	padding-block: 4px;
	line-height: 1.3;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, white 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-position: -100%;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: #fff;
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: white;
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 24px;
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2) .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-featured-posts-section.featured-posts-style-2 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+2):hover .blog-post-inner .blog-post-image::before {
	background: linear-gradient(transparent, #000000e8);
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper {
	display: grid;
	gap: 20px;
}

@media (min-width: 1295px) {
	.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1295px) {
	.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 780px) {
	.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) {
	grid-row: span 2;
	grid-column: span 1;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	min-height: 280px;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 0;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-image::before {
	content: '';
	position: absolute;
	background: linear-gradient(transparent, #000000c4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail {
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-categories a {
	color: #fff;
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-inline-end: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-large);
	line-height: 1.3;
	padding-block: 6px;
}

@media (max-width: 600px) {
	.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-main-title {
		font-size: var(--font-normal);
	}
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, white 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-position: -100%;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: #fff;
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: white;
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 24px;
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2) .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(2):hover .blog-post-inner .blog-post-image::before {
	background: linear-gradient(transparent, #000000e8);
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner {
	background-color: var(--bg-clr-light);
	display: flex;
	gap: 20px;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-image,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-image {
	line-height: 0;
	width: 40%;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-image img,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s ease;
	aspect-ratio: 1/1.3;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail {
	align-self: center;
	width: 60%;
	padding: 10px 10px 10px 0;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-categories,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-categories li,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-categories a,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-categories a {
	color: var(--clr-text);
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-inline-start: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-categories a:before,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-categories a:focus-within, .blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-categories a:hover,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-categories a:focus-within,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-categories a:hover {
	color: #fff;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-categories a:hover:before,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-categories a:focus-within:before,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-main-title,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-base);
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-main-title a,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, var(--clr-text) 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-main-title a:hover,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-main-title a:focus-within,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-position: -100%;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-meta,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-meta .post-author a,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-meta .post-author a:hover,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-meta .post-date a,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 24px;
	transition: all 0.3s ease;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-meta .post-date a:hover,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner .blog-post-detail .post-meta .post-date a::before,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper .blog-post-container:nth-child(n+3) .blog-post-inner:hover .blog-post-image img,
.blog-featured-posts-section.featured-posts-style-3 .blog-featured-posts-container-wrapper :nth-child(1) .blog-post-inner:hover .blog-post-image img {
	transform: scale(1.05);
}

.post-carousel-section .slick-list {
	margin-inline: -10px;
}

.post-carousel-section .slick-list .slick-slide {
	margin-inline: 10px;
}

.post-carousel-section .slick-list .slick-slide .blog-post-container .blog-post-inner {
	min-height: 560px;
}

@media (max-width: 600px) {
	.post-carousel-section .slick-list .slick-slide .blog-post-container .blog-post-inner {
		min-height: 450px;
	}
}

.post-carousel-section .slick-list .slick-slide .blog-post-container .blog-post-inner .blog-post-image img {
	min-height: 620px;
}

@media (max-width: 768px) {
	.post-carousel-section .slick-list .slick-slide .blog-post-container .blog-post-inner .blog-post-image img {
		min-height: 450px;
	}
}

.post-carousel-section .slick-list .slick-slide .blog-post-container .blog-post-inner .blog-post-detail {
	text-align: center;
}

.post-carousel-section .slick-list .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-normal);
}

.post-carousel-section .slick-list .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
}

.post-carousel-section .slick-list .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a {
	font-size: var(--font-small);
}

.post-carousel-section .slick-list .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a {
	font-size: var(--font-small);
}

.post-carousel-section .slick-list .slick-slide .blog-post-container:hover .blog-post-inner .blog-post-image::before {
	background: linear-gradient(transparent, #000000e8);
}

.post-carousel-section:hover button {
	visibility: visible;
}

.post-carousel-section:hover .slick-arrow.fa-chevron-left {
	left: 20px;
}

.post-carousel-section:hover .slick-arrow.fa-chevron-right {
	right: 20px;
}

.blog-news-letter-section {
	position: relative;
	background-color: #3c3c3c;
	padding-block: 60px;
}

.blog-news-letter-section .news-letter-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}

.blog-news-letter-section .news-letter-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-news-letter-section .news-letter-container-wrapper {
	position: relative;
	z-index: 9;
}

.blog-news-letter-section.news-letter-style-1 .news-letter-inside {
	margin: 0 auto;
	max-width: 700px;
	text-align: center;
	color: white;
}

.blog-news-letter-section.news-letter-style-1 .news-letter-inside .email-description .news-letter-title {
	font-size: var(--font-large);
	margin-bottom: 30px;
	margin: 0;
}

.blog-news-letter-section.news-letter-style-1 .news-letter-inside .email-description .news-letter-description {
	margin: 0;
	font-size: var(--font-base);
}

.blog-news-letter-section.news-letter-style-1 .news-letter-inside .jetpack_subscription_widget {
	margin-top: 20px;
}

.blog-news-letter-section.news-letter-style-1 .news-letter-inside .jetpack_subscription_widget form {
	display: flex;
}

.blog-news-letter-section.news-letter-style-1 .news-letter-inside .jetpack_subscription_widget form #subscribe-email {
	margin: 0;
	flex-basis: 80%;
}

.blog-news-letter-section.news-letter-style-1 .news-letter-inside .jetpack_subscription_widget form #subscribe-email input {
	width: 100%;
	padding: 6px;
	border-start-start-radius: 6px;
	border-start-end-radius: 0;
	border-end-end-radius: 0;
	border-end-start-radius: 6px;
}

.blog-news-letter-section.news-letter-style-1 .news-letter-inside .jetpack_subscription_widget form #subscribe-submit {
	margin: 0;
	flex-basis: 20%;
}

.blog-news-letter-section.news-letter-style-1 .news-letter-inside .jetpack_subscription_widget form #subscribe-submit button.wp-block-button__link {
	background-color: var(--primary-color);
	color: white;
	padding: 6px 22px;
	width: 100%;
	border: 1px solid var(--primary-color);
	font-size: 16px;
	font-weight: 600;
	border-start-start-radius: 0;
	border-start-end-radius: 6px;
	border-end-end-radius: 6px;
	border-end-start-radius: 0;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.blog-news-letter-section.news-letter-style-2 .news-letter-inside {
	margin: 0 auto;
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 700px) {
	.blog-news-letter-section.news-letter-style-2 .news-letter-inside {
		flex-direction: column;
		text-align: center;
	}
}

.blog-news-letter-section.news-letter-style-2 .news-letter-inside .email-description {
	text-align: center;
}

.blog-news-letter-section.news-letter-style-2 .news-letter-inside .email-description .news-letter-title {
	font-size: var(--font-large);
	margin: 0;
}

.blog-news-letter-section.news-letter-style-2 .news-letter-inside .email-description .news-letter-description {
	margin: 0;
	font-size: base;
}

.blog-news-letter-section.news-letter-style-2 .news-letter-inside .jetpack_subscription_widget form {
	display: flex;
}

.blog-news-letter-section.news-letter-style-2 .news-letter-inside .jetpack_subscription_widget form #subscribe-email {
	margin: 0;
}

.blog-news-letter-section.news-letter-style-2 .news-letter-inside .jetpack_subscription_widget form #subscribe-email input {
	width: 100%;
	padding: 6px;
	border-start-start-radius: 6px;
	border-start-end-radius: 0;
	border-end-end-radius: 0;
	border-end-start-radius: 6px;
}

.blog-news-letter-section.news-letter-style-2 .news-letter-inside .jetpack_subscription_widget form #subscribe-submit {
	margin: 0;
}

.blog-news-letter-section.news-letter-style-2 .news-letter-inside .jetpack_subscription_widget form #subscribe-submit button.wp-block-button__link {
	background-color: var(--primary-color);
	color: white;
	padding: 6px 22px;
	border: 1px solid var(--primary-color);
	font-size: 16px;
	width: 100%;
	font-weight: 600;
	border-start-start-radius: 0;
	border-start-end-radius: 6px;
	border-end-end-radius: 6px;
	border-end-start-radius: 0;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.grid-section {
	background: var(--bg-clr-light);
}

.grid-section .blog-post-container-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 991px) {
	.grid-section .blog-post-container-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.grid-section .blog-post-container-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.grid-section .blog-post-container-wrapper .blog-post-container .blog-post-inner .blog-post-image img {
	height: 220px;
}

.grid-section .blog-post-container-wrapper .blog-post-container .blog-post-inner .blog-post-detail {
	position: relative;
	background-color: var(--bg-clr);
	padding: 40px 22px;
	width: 92%;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	margin-top: -40px;
}

.grid-section .blog-post-container-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-main-title {
	line-height: 1.3;
	font-weight: 600;
	font-size: var(--font-normal);
}

.grid-section .blog-post-container-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-excerpt {
	color: var(--clr-text);
}

.grid-section .blog-post-container-wrapper .blog-post-container .blog-post-inner:hover .blog-post-detail::before {
	transform: scale(1.1);
}

.latest-grid-section .blog-post-container-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 991px) {
	.latest-grid-section .blog-post-container-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 658px) {
	.latest-grid-section .blog-post-container-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.latest-grid-section .blog-post-container-wrapper .blog-post-container {
	border: 1px solid var(--border-clr);
}

.latest-grid-section .blog-post-container-wrapper .blog-post-container .blog-post-inner .blog-post-detail {
	padding: 22px;
}

.latest-grid-section .blog-post-container-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-normal);
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-image {
	position: relative;
	line-height: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s ease;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail {
	padding: 20px 20px 20px 0;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-categories a {
	color: var(--clr-text);
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-inline-end: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-categories a:focus-within, .blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-categories a:hover {
	color: #fff;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-base);
	margin-block: 12px;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, var(--clr-text) 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-position: -100%;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 24px;
	transition: all 0.3s ease;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail p.post-excerpt {
	padding-top: 12px;
	color: var(--clr-text);
	margin: 0;
	font-size: var(--font-small);
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail a.read-more-btn {
	font-size: var(--font-xsmall);
	padding-top: 10px;
	text-decoration: none;
	color: var(--clr-text);
	position: relative;
	display: inline-block;
	width: auto;
	line-height: 28px;
	overflow: hidden;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail a.read-more-btn span::before, .blog-post-container.grid-layout .blog-post-inner .blog-post-detail a.read-more-btn span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: var(--primary-color);
	transition: transform 0.4s ease;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail a.read-more-btn span::before {
	transform-origin: 100% 0;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail a.read-more-btn span::after {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0 100%;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail a.read-more-btn:focus-within span::before, .blog-post-container.grid-layout .blog-post-inner .blog-post-detail a.read-more-btn:hover span::before {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-detail a.read-more-btn:focus-within span::after, .blog-post-container.grid-layout .blog-post-inner .blog-post-detail a.read-more-btn:hover span::after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transition-delay: 0.4s;
}

.blog-post-container.grid-layout .blog-post-inner:hover .blog-post-image img {
	transform: scale(1.05);
}

.blog-post-container.list-layout .blog-post-inner {
	display: flex;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-image {
	line-height: 0;
	width: 30%;
	overflow: hidden;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s ease;
	aspect-ratio: 1/1.3;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail {
	width: 70%;
	padding: 40px 30px;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-categories a {
	color: var(--clr-text);
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-right: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-categories a:focus-within, .blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-categories a:hover {
	color: #fff;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-base);
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, var(--clr-text) 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-position: -100%;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-right: 4px;
	position: relative;
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-left: 24px;
	transition: all 0.3s ease;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail .post-excerpt {
	margin-bottom: 10px;
	color: var(--color-text);
	margin: 0;
	font-size: var(--font-small);
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail a.read-more-btn {
	text-decoration: none;
	color: var(--clr-text);
	font-size: var(--font-xsmall);
	position: relative;
	display: inline-block;
	width: auto;
	line-height: 28px;
	overflow: hidden;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail a.read-more-btn span::before, .blog-post-container.list-layout .blog-post-inner .blog-post-detail a.read-more-btn span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: var(--primary-color);
	transition: transform 0.4s ease;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail a.read-more-btn span::before {
	transform-origin: 100% 0;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail a.read-more-btn span::after {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0 100%;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail a.read-more-btn:focus-within span::before, .blog-post-container.list-layout .blog-post-inner .blog-post-detail a.read-more-btn:hover span::before {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail a.read-more-btn:focus-within span::after, .blog-post-container.list-layout .blog-post-inner .blog-post-detail a.read-more-btn:hover span::after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transition-delay: 0.4s;
}

.blog-post-container.list-layout .blog-post-inner:hover .blog-post-image img {
	transform: scale(1.05);
}

.blog-post-container.tile-layout .blog-post-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	min-height: 240px;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 0;
	overflow: hidden;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-image::before {
	content: '';
	position: absolute;
	background: linear-gradient(transparent, #000000c4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail {
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-categories li {
	list-style: none;
	display: inline-block;
	padding-bottom: 6px;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-categories a {
	color: #fff;
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	margin-inline-end: 4px;
	font-size: var(--font-xsmall);
	z-index: 8;
	background: transparent;
	letter-spacing: 1px;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-categories a:before {
	content: '';
	z-index: -1;
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: var(--primary-color);
	transition: all 0.3s ease;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-categories a:focus-within:before, .blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-categories a:hover:before {
	width: 100%;
	height: 100%;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-base);
	padding-block: 12px;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background: linear-gradient(to right, white 50%, var(--primary-color) 50%);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	overflow: hidden;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-position: -100%;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: #fff;
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: white;
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 24px;
	transition: all 0.3s ease;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-date a::before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	margin-top: -2px;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-excerpt {
	padding-block: 10px;
	color: var(--color-text);
	margin: 0;
	font-size: var(--font-small);
	color: #fff;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail a.read-more-btn {
	display: none;
	text-decoration: none;
	color: white;
	font-size: var(--font-xsmall);
	position: relative;
	display: inline-block;
	width: auto;
	line-height: 28px;
	overflow: hidden;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail a.read-more-btn span::before, .blog-post-container.tile-layout .blog-post-inner .blog-post-detail a.read-more-btn span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: var(--primary-color);
	transition: transform 0.4s ease;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail a.read-more-btn span::before {
	transform-origin: 100% 0;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail a.read-more-btn span::after {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0 100%;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail a.read-more-btn:focus-within span::before, .blog-post-container.tile-layout .blog-post-inner .blog-post-detail a.read-more-btn:hover span::before {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail a.read-more-btn:focus-within span::after, .blog-post-container.tile-layout .blog-post-inner .blog-post-detail a.read-more-btn:hover span::after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transition-delay: 0.4s;
}

footer.site-footer {
	background-color: #152022;
	color: white;
	margin-block-start: 30px;
}

footer.site-footer .slick-blog-pro-top-footer {
	padding-block: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 733px) {
	footer.site-footer .slick-blog-pro-top-footer {
		flex-direction: column;
		align-items: unset;
	}
}

footer.site-footer .slick-blog-pro-top-footer h2 {
	font-size: 20px;
	margin: 0;
}

@media (max-width: 425px) {
	footer.site-footer .slick-blog-pro-top-footer h2 {
		margin-bottom: 20px;
	}
}

footer.site-footer .slick-blog-pro-top-footer h3 {
	font-size: 28px;
	margin: 0;
}

footer.site-footer .slick-blog-pro-top-footer a {
	color: var(--primary-color);
	text-decoration: none;
	transition: all 0.3s ease;
}

footer.site-footer .slick-blog-pro-top-footer a:focus-within, footer.site-footer .slick-blog-pro-top-footer a:hover {
	color: white;
}

@media (max-width: 768px) {
	footer.site-footer .slick-blog-pro-top-footer h1 {
		font-size: 22px;
	}
}

footer.site-footer .slick-blog-pro-middle-footer {
	padding-block-start: 40px;
	margin: 0 -15px;
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper {
	display: flex;
}

@media (max-width: 991px) {
	footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper {
		flex-wrap: wrap;
	}
}

@media (max-width: 525px) {
	footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper {
		flex-direction: column;
	}
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper {
	flex-basis: 25%;
}

@media (max-width: 991px) {
	footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper {
		flex-basis: 50%;
		margin-top: 20px;
	}
}

@media (max-width: 525px) {
	footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper {
		flex-basis: 100%;
	}
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside {
	padding: 0 10px;
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .widget-title {
	font-size: calc(var(--font-small) + 2px);
	margin: 0px 0 20px 0;
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ol,
footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ul {
	padding: 0;
	margin: 0;
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ol li,
footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ul li {
	list-style: none;
	border: none;
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ol li a,
footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ul li a {
	text-decoration: none;
	transition: all 0.5s ease;
	color: #fff;
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ol li a:focus-within, footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ol li a:hover,
footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ul li a:focus-within,
footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ul li a:hover {
	color: #ffffffae;
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper {
	width: 25%;
}

@media (max-width: 991px) {
	footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper {
		width: 50%;
		margin-top: 20px;
	}
}

@media (max-width: 525px) {
	footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper {
		width: 100%;
	}
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside {
	padding-inline: 15px;
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-logo img {
	object-fit: cover;
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-sub-content p {
	margin: 10px 0;
	color: #bbbbbb;
	font-size: 16px;
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-social-icons {
	display: flex;
	margin-top: 25px;
}

@media (max-width: 425px) {
	footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-social-icons {
		justify-content: center;
	}
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-social-icons a {
	color: grey;
	font-size: 22px;
	text-decoration: none;
	margin-right: 20px;
	transition: all 0.4s ease;
}

footer.site-footer .slick-blog-pro-middle-footer .middle-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-social-icons a:hover {
	color: var(--primary-color);
}

footer.site-footer .slick-blog-pro-bottom-footer {
	padding-block: 20px;
	border-top: 1px solid #3a3a3a;
}

footer.site-footer .slick-blog-pro-bottom-footer .bottom-footer-content a {
	text-decoration: none;
}

footer.site-footer .slick-blog-pro-bottom-footer .bottom-footer-content p {
	margin: 0;
	font-size: var(--font-xsmall);
	text-align: center;
	color: #bbbbbb;
}

footer.site-footer .slick-blog-pro-bottom-footer .bottom-footer-content a {
	transition: all 0.5s ease;
	color: #bbbbbb;
}

footer.site-footer .slick-blog-pro-bottom-footer .bottom-footer-content a:focus-within, footer.site-footer .slick-blog-pro-bottom-footer .bottom-footer-content a:hover {
	color: var(--primary-color);
}

#slick_blog_pro_newsletter_section + .site-footer {
	margin-block-start: unset;
}

a.scroll-to-top {
	opacity: 0;
	width: 40px;
	height: 40px;
	inset-inline-end: 30px;
	bottom: 30px;
	z-index: 200;
	position: fixed;
	text-align: center;
	visibility: hidden;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	background-color: var(--primary-color);
}

a.scroll-to-top::after {
	display: flex;
	color: white;
	font-size: calc(var(--font-small) + 4px);
	content: "\f102";
	align-items: center;
	justify-content: center;
	font-family: FontAwesome;
	margin-top: 5px;
}

a.scroll-to-top:hover {
	cursor: pointer;
	transform: translateY(-10px);
	box-shadow: 0px 10px 18px -4px var(--primary-color);
}

a.scroll-to-top.show {
	opacity: 1;
	visibility: visible;
}

.breadcrumbs ul {
	padding: 0;
	margin: 0;
}

.breadcrumbs ul li {
	list-style: none;
	display: inline-block;
}

.breadcrumbs ul li::after {
	content: '/';
	margin: 0 5px;
}

.breadcrumbs ul li:last-child::after {
	content: '';
	display: none;
}

.breadcrumbs ul a {
	text-decoration: none;
	color: var(--clr-text);
	transition: all 0.3s ease;
	margin: 0 3px;
}

.breadcrumbs ul a:focus-within, .breadcrumbs ul a:hover {
	color: var(--primary-color);
}

.breadcrumbs ul .trail-end {
	color: var(--clr-text-light);
}

/*# sourceMappingURL=style.css.map */