/*# sourceMappingURL=blog-page-new.css.map */

@charset "UTF-8";

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */
@media (max-width: 768px) {
	body.author .author-page, body.tax-author .author-page {
		padding: 20px;
	}
}

body.author .author-page .wrap, body.tax-author .author-page .wrap {
	margin: 0 auto;
	max-width: 1200px;
}

body.author .author-page .author-info, body.tax-author .author-page .author-info {
	padding: 100px 10px;
	background: #edeeff;
}

body.author .author-page .author-info > .container, body.tax-author .author-page .author-info > .container {
	gap: 20px;
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 767px) {
	body.author .author-page .author-info > .container, body.tax-author .author-page .author-info > .container {
		flex-direction: column;
	}
}

body.author .author-page .author-avatar img, body.tax-author .author-page .author-avatar img {
	width: auto;
	max-width: 156px;
	height: auto;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

body.author .author-page .author-desc, body.tax-author .author-page .author-desc {
	flex: 1;
}

body.author .author-page .author-desc .author-desc__bio .author-bio-credential--nowrap, body.tax-author .author-page .author-desc .author-desc__bio .author-bio-credential--nowrap {
	white-space: nowrap;
}

body.author .author-page .author-desc .author-desc__bio .author-bio-credential__link, body.tax-author .author-page .author-desc .author-desc__bio .author-bio-credential__link {
	white-space: nowrap;
	text-decoration: none;
}

body.author .author-page .name-socmed, body.tax-author .author-page .name-socmed {
	gap: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */
@media screen and (max-width: 767px) {
	body.single #primary {
		flex-direction: column;
	}
}

@media screen and (max-width: 767px) {
	body.single #primary main {
		padding: 10px;
	}
}

body.single #primary main .entry-meta {
	padding-bottom: 20px;
}

body.single #primary main .post-thumbnail {
	padding-bottom: 20px;
}

body.single #sidebar {
	flex: 1 0 300px;
	padding: 20px;
}

@media screen and (max-width: 767px) {
	body.single #sidebar {
		display: none;
	}
}

body.single #sidebar h2 {
	font-size: 2.5em;
}

body.single #sidebar #search {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #777e8c;
	margin-bottom: #4b4c96;
}

body.single #sidebar #search input[type=text] {
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #4b4c96;
	margin-bottom: 20px;
}

body.single #sidebar #search input[type=submit] {
	padding: 10px 20px;
	color: #fff;
	background: #4f51fd;
	border: 1px solid #4f51fd;
	transition: all .3s ease 0s;
}

body.single #sidebar li {
	list-style: none;
	line-height: 30px;
}

body.single article h1 {
	font-size: 2em;
}

body.single article [class*=-banner] {
	width: 100%;
	height: 360px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 1023px) {
	body.single article [class*=-banner] {
		height: auto;
	}
}

body.single article [class*=-banner]:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(0, 0, 0, .9);
}

body.single article [class*=-banner] > div:first-child {
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.single article [class*=-banner] .box {
	color: #fff;
	padding: 20px;
	max-width: 50%;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	body.single article [class*=-banner] .box {
		max-width: 90%;
	}
}

body.single article [class*=-banner] > span {
	display: block;
}

body.single article [class*=-banner] > span img {
	width: 100%;
	object-fit: cover;
}

body.single article {}

body.single article .reviewer-user {
	font-size: 14px;
}

body.single article .reviewer-user > div {
	max-width: 500px;
	margin: 0 auto;
}

body.single article .reviewer-user img {
	max-width: 100%;
}

body.single article .reviewer-user a {
	color: #fff !important;
	text-decoration: underline;
}

body.single article .reviewer-user ul {
	margin: 0;
	padding: 0;
}

body.single article .reviewer-user .ppma-author-category-wrap > span {
	display: block;
	max-width: 420px;
	margin: 0 auto;
}

@media (max-width: 486px) {
	body.single article .reviewer-user .ppma-author-category-wrap > span {
		width: 340px;
	}
}

body.single article .reviewer-user .pp-multiple-authors-layout-simple_list ul li {
	padding: 0 !important;
	margin: 0 !important;
}

body.single article .reviewer-user .pp-author-boxes-avatar-details {
	width: 586px;
}

@media (max-width: 486px) {
	body.single article .reviewer-user .pp-author-boxes-avatar-details {
		width: 300px;
	}
}

body.single article .reviewer-user .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .pp-multiple-authors-boxes-li {
	border-width: 0 !important;
}

body.single article .reviewer-user .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode .pp-author-boxes-name {
	font-weight: bold;
}

body.single article .reviewer-user .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode .pp-author-boxes-avatar {
	margin-right: 10px;
}

body.single article .reviewer-user .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode .pp-author-boxes-avatar img {
	display: block;
	width: 100px !important;
	height: auto !important;
	overflow: hidden;
	background: #fff;
	border-radius: 50% !important;
}

body.single article .reviewer-user .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode .pp-author-boxes-avatar a {
	padding: 5px;
	width: 60px;
	height: 60px;
}

body.single article .reviewer-user .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode .pp-multiple-authors-boxes-li {
	color: #b1b1b1 !important;
	text-align: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.single article .author-user {
	max-width: 500px;
	font-size: 12px;
	margin: 10px auto;
	color: #b1b1b1 !important;
}

body.single article .author-user .written-by {
	width: 420px;
	margin: 0 auto;
	padding-left: 68px;
}

@media (max-width: 486px) {
	body.single article .author-user .written-by {
		width: 340px;
	}
}

body.single article .author-user .ppma-author-category-wrap {
	display: flex;
	max-width: 420px;
	margin: 0 auto;
	gap: 5px;
}

body.single article .author-user span {
	display: flex;
}

body.single article .author-user a {
	color: #fff !important;
	text-decoration: underline;
}

body.single article .author-user .article-heroshot .wrapper {
	text-align: left;
}

body.single article .author-user .pp-multiple-authors-layout-simple_list ul li {
	float: left;
}

body.single article .author-user .pp-multiple-authors-layout-simple_list ul li, body.single article .author-user .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-simple_list .pp-multiple-authors-boxes-ul li {
	border: 0 !important;
	padding: 0 !important;
	min-height: auto !important;
	line-height: normal !important;
}

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */
body.category .page-hero h1 {
	font-size: 40px;
}

body.category .latest-category-artile {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
	body.category .latest-category-artile {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	body.category .latest-category-artile .featured-image {
		margin-bottom: 10px;
	}
}

body.category .latest-category-artile > div {
	background: #fff;
}

@media screen and (max-width: 1023px) {
	body.category .latest-category-artile > div {
		margin-bottom: 20px;
	}
}

body.category .latest-category-artile > div .btn, body.category .latest-category-artile > div .featured-image, body.category .latest-category-artile > div .description {
	display: none !important;
}

body.category .latest-category-artile > div:nth-child(1) {
	grid-area: 1/1/4/3;
}

body.category .latest-category-artile > div:nth-child(1) .btn, body.category .latest-category-artile > div:nth-child(1) .featured-image, body.category .latest-category-artile > div:nth-child(1) .description {
	display: block !important;
}

body.category .latest-category-artile > div:nth-child(1) img {
	width: 100%;
	height: 300px;
	display: block;
	object-fit: cover;
	object-position: center 0;
}

body.category .latest-category-artile > div:nth-child(2) {
	grid-area: 1/3/2/4;
}

body.category .latest-category-artile > div:nth-child(3) {
	grid-area: 2/3/3/4;
}

body.category .latest-category-artile > div:nth-child(4) {
	grid-area: 3/3/4/4;
}

body.category .articles-info {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body.category .articles-info h4, body.category .articles-info .read-time, body.category .articles-info .category {
	margin: 0;
}

body.category .articles-info h4 a {
	color: #1a1c1e;
	font-size: 18px;
	text-decoration: none;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.category .articles-info .category a {
	color: #4f51fd;
	font-size: .75em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

body.category .articles-info .read-time {
	display: block;
	color: #1a1c1e;
	font-size: .75em;
	margin-bottom: 24px;
}

body.category .articles-info .description {
	color: #1a1c1e;
	font-size: 14px;
	margin-bottom: 24px;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.category .articles-info .btn {
	display: block;
}

body.category .articles-posts {
	margin-bottom: 40px;
}

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */
body.search h4 {
	margin: 40px 0;
}

body.search h4 span {
	color: #4f51fd;
}

.search-form {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	position: relative;
}

@media screen and (max-width: 1023px) {
	.search-form {
		margin: 0 20px;
		max-width: 100%;
	}
}

.search-form svg {
	top: 0;
	z-index: 1;
	left: 30px;
	bottom: 0;
	right: auto;
	width: 24px;
	height: 24px;
	margin: auto;
	position: absolute;
}

@media screen and (min-width: 1024px) {
	.search-form svg {
		left: 10px;
	}
}

.search-form input[type=text], .search-form input[type=search] {
	padding: 10px 10px 10px 40px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #cdd6e0;
}

.search-form input[type=submit] {
	display: none;
}

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */

/**
 * Blog V2 Layout Styles
 * Grid-based 3-column layout with sticky sidebars
 * Scoped to blog-v2- classes only
 */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */

/**
 * Blog V2 Hero Styles
 * Two-column layout: text content left, image right (desktop)
 * Image stacks below text on tablet and mobile
 * Scoped to blog-v2-hero classes only
 */
.blog-v2-hero-bleed {
	background-image: var(--bg-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0;
}

@media screen and (max-width: 1023px) {
	.blog-v2-hero-bleed {
		padding: 40px 20px;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-hero-bleed {
		padding: 40px 20px;
	}
}

.blog-v2-hero {
	display: grid;
	grid-template-columns: 1fr 480px;
	gap: 40px;
	align-items: center;
	min-height: 473px;
	max-width: 1320px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	border-bottom: none;
}

.blog-v2-hero.blog-v2-hero--no-image {
	grid-template-columns: 1fr;
}

@media screen and (max-width: 1023px) {
	.blog-v2-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}
}

.blog-v2-hero__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
	order: 1;
}

.blog-v2-hero--no-image .blog-v2-hero__content {
	grid-column: 1/-1;
}

@media screen and (max-width: 1023px) {
	.blog-v2-hero__content {
		order: 1;
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-hero__content {
		gap: 24px;
		width: 100%;
	}
}

.blog-v2-hero__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

@media screen and (max-width: 1023px) {
	.blog-v2-hero__meta {
		gap: 16px;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-hero__meta {
		flex-direction: column;
		align-items: flex-start;
	}
}

.blog-v2-hero__category {
	font-size: 14px;
	font-weight: 600;
	color: #4f51fd;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.blog-v2-hero__category {
		order: 2;
	}
}

.blog-v2-hero__socials {
	display: flex;
	align-items: center;
	gap: 12px;
}

.blog-v2-hero__socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	transition: opacity .2s ease;
}

.blog-v2-hero__socials a:hover {
	opacity: .7;
}

.blog-v2-hero__socials a svg {
	width: 32px;
	height: 32px;
	display: block;
}

@media screen and (max-width: 767px) {
	.blog-v2-hero__socials {
		gap: 8px;
		order: 1;
	}
}

.blog-v2-hero__title {
	font-size: 3.5em;
	font-weight: 600;
	line-height: 64px;
	padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
	.blog-v2-hero__title {
		font-size: 3em;
		line-height: 56px;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-hero__title {
		font-size: 2.5em;
		line-height: 48px;
	}
}

.blog-v2-hero__intro {
	font-size: 16px;
	line-height: 24px;
}

@media screen and (max-width: 1023px) {
	.blog-v2-hero__intro {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-hero__intro {
		font-size: 16px;
	}
}

.blog-v2-hero .blog-hero-authors {
	display: flex;
	align-items: center;
	gap: 40px;
}

@media screen and (max-width: 1023px) {
	.blog-v2-hero .blog-hero-authors {
		gap: 30px;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-hero .blog-hero-authors {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
	}
}

.blog-v2-hero .blog-hero-authors .written-by, .blog-v2-hero .blog-hero-authors .reviewed-by {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.blog-v2-hero .blog-hero-authors .written-by > p, .blog-v2-hero .blog-hero-authors .reviewed-by > p {
	font-size: .75em;
	padding-bottom: 0;
}

.blog-v2-hero .blog-hero-authors .written-by .blog-hero-authors__author, .blog-v2-hero .blog-hero-authors .reviewed-by .blog-hero-authors__author {
	display: flex;
	align-items: center;
	gap: 16px;
}

.blog-v2-hero .blog-hero-authors .written-by .blog-hero-authors__author img, .blog-v2-hero .blog-hero-authors .reviewed-by .blog-hero-authors__author img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.blog-v2-hero .blog-hero-authors .written-by .blog-hero-authors__author .blog-hero-authors__avatar-wrapper, .blog-v2-hero .blog-hero-authors .reviewed-by .blog-hero-authors__author .blog-hero-authors__avatar-wrapper {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-v2-hero .blog-hero-authors .written-by .blog-hero-authors__author .blog-hero-authors__avatar-wrapper img, .blog-v2-hero .blog-hero-authors .reviewed-by .blog-hero-authors__author .blog-hero-authors__avatar-wrapper img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.blog-v2-hero .blog-hero-authors .written-by .blog-hero-authors__author .blog-hero-authors__initials, .blog-v2-hero .blog-hero-authors .reviewed-by .blog-hero-authors__author .blog-hero-authors__initials {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	flex-shrink: 0;
}

.blog-v2-hero .blog-hero-authors .written-by .blog-hero-authors__author .blog-hero-authors__author-info, .blog-v2-hero .blog-hero-authors .reviewed-by .blog-hero-authors__author .blog-hero-authors__author-info {
	display: flex;
	flex-direction: column;
	font-size: 14px;
}

.blog-v2-hero .blog-hero-authors .written-by .blog-hero-authors__author .blog-hero-authors__author-info strong, .blog-v2-hero .blog-hero-authors .reviewed-by .blog-hero-authors__author .blog-hero-authors__author-info strong {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.blog-v2-hero .blog-hero-authors .author-divider {
	width: 1px;
	height: 60px;
	background-color: #777e8c;
	flex-shrink: 0;
}

@media screen and (max-width: 1023px) {
	.blog-v2-hero .blog-hero-authors .author-divider {
		height: 50px;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-hero .blog-hero-authors .author-divider {
		display: none;
	}
}

.blog-v2-hero__media {
	order: 2;
	position: relative;
	width: 100%;
	height: 473px;
	min-height: 473px;
	aspect-ratio: 480/473;
	overflow: hidden;
	border-radius: 8px;
}

@media screen and (max-width: 1023px) {
	.blog-v2-hero__media {
		order: 2;
		height: 400px;
		min-height: 400px;
		aspect-ratio: 480/400;
		max-width: 480px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-hero__media {
		height: 300px;
		min-height: 300px;
		aspect-ratio: 16/15;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
}

.blog-v2-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

@media screen and (max-width: 767px) {
	.blog-v2-hero__image {
		width: 100%;
		max-width: 100%;
	}
}

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */

/**
 * Blog V2 Progress bar
 * Wrapper fixed height (3px) reserves space in flow so toggling the inner bar to
 * position:fixed does not shift the layout (CLS). JS mirrors height on init/resize.
 */
.blog-v2-progress-wrapper {
	height: 3px;
	min-height: 3px;
	width: 100%;
	flex-shrink: 0;
	overflow: visible;
}

.blog-v2-progress {
	position: relative;
	width: 100%;
	height: 3px;
	min-height: 3px;
	background-color: #cdd6e0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 98;
	pointer-events: none;
}

.blog-v2-progress.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99990;
}

.blog-v2-progress__bar {
	display: block;
	height: 100%;
	width: 150px;
	background-color: #4f51fd;
}

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */

/**
 * Blog V2 Content Styles
 * Typography, spacing, and content elements for Gutenberg blog content
 * Scoped to .blog-v2-content only
 */
.blog-v2-content {
	font-family: "Inter", "Inter Fallback", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #1a1c1e;
	word-wrap: break-word;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media screen and (max-width: 767px) {
	.blog-v2-content {
		font-size: 15px;
		line-height: 1.6;
	}
}

.blog-v2-content h1 {
	font-size: 3em;
	font-weight: 700;
}

@media screen and (max-width: 1023px) {
	.blog-v2-content h1 {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-content h1 {
		font-size: 2em;
	}
}

.blog-v2-content h2 {
	font-size: 1.75em;
	font-weight: 600;
}

.blog-v2-content h3 {
	font-size: 1.125em;
	font-weight: 600;
}

.blog-v2-content h4 {
	font-size: 24px;
}

@media screen and (max-width: 767px) {
	.blog-v2-content h4 {
		font-size: 1.25em;
	}
}

.blog-v2-content h5 {
	font-size: 1.25em;
}

@media screen and (max-width: 767px) {
	.blog-v2-content h5 {
		font-size: 1.125em;
	}
}

.blog-v2-content h6 {
	font-size: 1.125em;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.blog-v2-content h6 {
		font-size: 16px;
	}
}

.blog-v2-content p {
	line-height: 1.7;
	font-size: 16px;
	padding-bottom: 0;
}

.blog-v2-content p._article-summary {
	font-size: 1.125em;
	line-height: 26px;
	padding-bottom: 0;
	margin: 0 0 40px 0;
	font-style: italic;
}

.blog-v2-content ul, .blog-v2-content ol {
	margin: 0 0 1.5em 0;
	padding-left: 40px;
}

@media screen and (max-width: 767px) {
	.blog-v2-content ul, .blog-v2-content ol {
		padding-left: 30px;
		margin-bottom: 1.25em;
	}
}

.blog-v2-content ul {
	list-style-type: disc;
}

.blog-v2-content ul ul {
	list-style-type: circle;
	margin-top: .5em;
	margin-bottom: .5em;
}

.blog-v2-content ol {
	list-style-type: decimal;
}

.blog-v2-content ol ol {
	list-style-type: lower-alpha;
	margin-top: .5em;
	margin-bottom: .5em;
}

.blog-v2-content li {
	margin-bottom: .5em;
	line-height: 1.7;
	padding-left: 8px;
}

.blog-v2-content li:last-child {
	margin-bottom: 0;
}

.blog-v2-content li ul, .blog-v2-content li ol {
	margin-top: .5em;
	margin-bottom: 0;
}

.blog-v2-content .wp-block-list, .blog-v2-content ol.wp-block-list {
	margin: 0;
	padding-left: 0;
	list-style: none;
	list-style-type: none;
	counter-reset: none;
}

.blog-v2-content .wp-block-list ol, .blog-v2-content ol.wp-block-list ol {
	list-style: none;
	list-style-type: none;
	counter-reset: none;
}

.blog-v2-content .wp-block-list ul, .blog-v2-content ol.wp-block-list ul {
	margin: 0;
}

.blog-v2-content .wp-block-list > li, .blog-v2-content ol.wp-block-list > li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 24px;
	line-height: 1.7;
	padding-bottom: 0;
	list-style: none;
	list-style-type: none;
	counter-increment: none;
}

.blog-v2-content .wp-block-list > li:last-child, .blog-v2-content ol.wp-block-list > li:last-child {
	margin-bottom: 0;
}

.blog-v2-content .wp-block-list > li::before, .blog-v2-content ol.wp-block-list > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .5em;
	width: 0;
	height: 0;
	border-left: 10px solid #4f51fd;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: block;
}

.blog-v2-content .wp-block-list > li .wp-block-list, .blog-v2-content .wp-block-list > li ul.wp-block-list, .blog-v2-content ol.wp-block-list > li .wp-block-list, .blog-v2-content ol.wp-block-list > li ul.wp-block-list {
	margin-top: .5em;
	margin-bottom: 0;
	padding-left: 0;
}

.blog-v2-content .wp-block-list > li .wp-block-list li, .blog-v2-content .wp-block-list > li ul.wp-block-list li, .blog-v2-content ol.wp-block-list > li .wp-block-list li, .blog-v2-content ol.wp-block-list > li ul.wp-block-list li {
	position: relative;
	padding-left: 14px;
	margin-bottom: .5em;
	line-height: 1.7;
	list-style: none;
}

.blog-v2-content .wp-block-list > li .wp-block-list li:last-child, .blog-v2-content .wp-block-list > li ul.wp-block-list li:last-child, .blog-v2-content ol.wp-block-list > li .wp-block-list li:last-child, .blog-v2-content ol.wp-block-list > li ul.wp-block-list li:last-child {
	margin-bottom: 0;
}

.blog-v2-content .wp-block-list > li .wp-block-list li::before, .blog-v2-content .wp-block-list > li ul.wp-block-list li::before, .blog-v2-content ol.wp-block-list > li .wp-block-list li::before, .blog-v2-content ol.wp-block-list > li ul.wp-block-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .65em;
	width: 5px !important;
	height: 5px !important;
	border: none !important;
	border-radius: 50%;
	background-color: #4f51fd;
	display: block;
	box-sizing: border-box;
}

.blog-v2-content a {
	color: #4f51fd;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: all .2s ease;
}

.blog-v2-content a:hover {
	color: #6d6ffd;
	text-decoration-color: rgba(109, 111, 253, .6);
}

.blog-v2-content a:focus {
	outline: 2px solid #4f51fd;
	outline-offset: 2px;
	border-radius: 2px;
}

.blog-v2-content img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

.blog-v2-content figure img {
	width: 100%;
}

.blog-v2-content figure.alignleft {
	float: left;
	margin: .5em 30px 20px 0;
	max-width: 50%;
}

@media screen and (max-width: 767px) {
	.blog-v2-content figure.alignleft {
		float: none;
		margin: 1.5em 0;
		max-width: 100%;
	}
}

.blog-v2-content figure.alignright {
	float: right;
	margin: .5em 0 20px 30px;
	max-width: 50%;
}

@media screen and (max-width: 767px) {
	.blog-v2-content figure.alignright {
		float: none;
		margin: 1.5em 0;
		max-width: 100%;
	}
}

.blog-v2-content figure.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.blog-v2-content figure.alignwide {
	max-width: 100%;
}

.blog-v2-content figure.alignfull {
	max-width: 100%;
	width: 100%;
}

.blog-v2-content figcaption {
	margin-top: 10px;
	font-size: .75em;
	color: #1a1c1e;
	margin-bottom: 0;
}

.blog-v2-content blockquote {
	margin: 2em 0;
	padding: 24px 30px 24px 40px;
	background-color: #edeeff;
	border-left: 4px solid #4f51fd;
	border-radius: 8px;
	font-style: italic;
}

@media screen and (max-width: 767px) {
	.blog-v2-content blockquote {
		padding: 20px 20px 20px 24px;
		margin: 1.5em 0;
	}
}

.blog-v2-content blockquote p {
	margin-bottom: 1em;
}

.blog-v2-content blockquote p:last-child {
	margin-bottom: 0;
}

.blog-v2-content blockquote cite {
	display: block;
	margin-top: 16px;
	font-size: 14px;
	font-style: normal;
	color: #777e8c;
	font-weight: 500;
}

.blog-v2-content blockquote cite:before {
	content: "— ";
}

.blog-v2-content figure.wp-block-table {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
	margin: 0;
	overscroll-behavior-x: contain;
}

.blog-v2-content table {
	width: 100%;
	max-width: 100%;
	table-layout: auto;
	border-collapse: collapse;
	border: none;
	font-size: 14px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
}

.blog-v2-content figure.wp-block-table table:has(tr:first-child > :nth-child(6)) {
	width: max-content;
	min-width: 100%;
	max-width: none;
}

.blog-v2-content thead {
	background-color: #30319a;
}

.blog-v2-content th {
	padding: 16px 20px;
	text-align: left;
	font-weight: 600;
	color: #fff;
	overflow-wrap: break-word;
	word-break: normal;
	white-space: normal;
}

@media screen and (max-width: 767px) {
	.blog-v2-content th {
		padding: 12px 16px;
	}
}

.blog-v2-content td {
	padding: 16px 20px;
	border: none;
	color: #1a1c1e;
	overflow-wrap: break-word;
	word-break: normal;
	white-space: normal;
}

@media screen and (max-width: 767px) {
	.blog-v2-content td {
		padding: 12px 16px;
	}
}

.blog-v2-content tbody tr {
	background-color: #fff;
}

.blog-v2-content tbody tr:nth-child(odd) {
	background-color: #fff;
}

.blog-v2-content tbody tr:nth-child(even) {
	background-color: #f2f3ff;
}

.blog-v2-content table:not(:has(thead)) tbody tr:first-child {
	background-color: #30319a;
}

.blog-v2-content table:not(:has(thead)) tbody tr:first-child td {
	color: #fff;
	font-weight: 600;
}

.blog-v2-content table:not(:has(thead)) tbody tr:not(:first-child):nth-child(even) {
	background-color: #fff;
}

.blog-v2-content table:not(:has(thead)) tbody tr:not(:first-child):nth-child(odd) {
	background-color: #f2f3ff;
}

.blog-v2-content code {
	font-family: "Courier New", Courier, monospace;
	font-size: .9em;
	background-color: #f5f5f5;
	padding: 2px 6px;
	border-radius: 3px;
	color: #1a1c1e;
}

.blog-v2-content pre {
	padding: 20px 24px;
	background-color: #1a1c1e !important;
	border-radius: 8px;
	overflow-x: auto;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.blog-v2-content pre {
		padding: 16px 20px;
		margin: 1.5em 0;
	}
}

.blog-v2-content pre code {
	background-color: transparent;
	padding: 0;
	color: #fff;
	font-size: 14px;
}

.blog-v2-content hr {
	margin: 3em 0;
	border: none;
	border-top: 2px solid #cdd6e0;
}

@media screen and (max-width: 767px) {
	.blog-v2-content hr {
		margin: 2em 0;
	}
}

.blog-v2-content strong, .blog-v2-content b {
	font-weight: 700;
}

.blog-v2-content em, .blog-v2-content i {
	font-style: italic;
}

.blog-v2-content .wp-block-button .wp-block-button__link {
	display: inline-block;
	padding: 12px 30px;
	background-color: #4f51fd;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	transition: all .2s ease;
}

.blog-v2-content .wp-block-button .wp-block-button__link:hover {
	background-color: #6d6ffd;
	color: #fff;
	text-decoration: none;
}

.blog-v2-content .wp-block-column {
	flex: 1;
	min-width: 0;
}

.blog-v2-content .wp-block-cover {
	margin: 2em 0;
	border-radius: 8px;
	overflow: hidden;
}

.blog-v2-content .wp-block-separator {
	margin: 3em auto;
	border: none;
	border-top: 2px solid #cdd6e0;
}

.blog-v2-content .wp-block-separator.is-style-wide {
	width: 100%;
}

.blog-v2-content .wp-block-separator.is-style-dots {
	border: none;
	text-align: center;
}

.blog-v2-content .wp-block-separator.is-style-dots:before {
	content: "···";
	font-size: 24px;
	letter-spacing: 1em;
	padding-left: 1em;
	color: #777e8c;
}

.blog-v2-content .wp-block-spacer {
	clear: both;
}

@media screen and (max-width: 767px) {
	.blog-v2-content .wp-block-embed, .blog-v2-content .wp-block-video {
		margin: 1.5em 0;
	}
}

.blog-v2-content .wp-block-embed iframe, .blog-v2-content .wp-block-embed video, .blog-v2-content .wp-block-video iframe, .blog-v2-content .wp-block-video video {
	max-width: 100%;
	border-radius: 8px;
}

.blog-v2-content .wp-block-group._article-keytakeaways {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
}

.blog-v2-content .wp-block-group._article-keytakeaways h2 {
	margin-bottom: 24px;
	font-weight: 600;
	color: #000;
	font-size: 1.125em;
}

.blog-v2-content .wp-block-group._article-keytakeaways ul, .blog-v2-content .wp-block-group._article-keytakeaways ol {
	margin: 0;
	padding-left: 0;
	list-style: none;
	list-style-type: none;
	counter-reset: none;
}

.blog-v2-content .wp-block-group._article-keytakeaways ul li, .blog-v2-content .wp-block-group._article-keytakeaways ol li {
	list-style: none;
	list-style-type: none;
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
	padding-bottom: 0;
}

.blog-v2-content .wp-block-group._article-keytakeaways ul li:last-child, .blog-v2-content .wp-block-group._article-keytakeaways ol li:last-child {
	margin-bottom: 0;
}

.blog-v2-content .wp-block-group._article-keytakeaways ul li:before, .blog-v2-content .wp-block-group._article-keytakeaways ol li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #4f51fd;
	background-image: none;
	display: block;
	top: 8px;
}

.blog-v2-content ._article-hrprofessionals {
	border-left: 2px solid #4f51fd;
	padding: 20px;
	color: #30319a;
	font-size: 24px;
	font-style: italic;
}

.blog-v2-content .blog-v2-expert-insight {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 20px 20px 20px 24px;
	border-radius: 8px;
	background-color: transparent !important;
}

@media screen and (max-width: 767px) {
	.blog-v2-content .blog-v2-expert-insight {
		padding: 20px;
		gap: 24px;
		margin: 1.5em 0;
	}
}

.blog-v2-content .blog-v2-expert-insight > p.has-pale-cyan-blue-background-color.has-background.has-medium-font-size {
	position: relative;
	font-family: "Inter", "Inter Fallback", sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	color: #30319a;
	margin: 0;
	padding: 0 0 0 24px;
	background-color: transparent !important;
}

.blog-v2-content .blog-v2-expert-insight > p.has-pale-cyan-blue-background-color.has-background.has-medium-font-size::before {
	content: "“";
	position: absolute;
	left: 0;
	font-size: 40px;
	line-height: 1;
	color: #cdd6e0;
	font-family: Georgia, serif;
	pointer-events: none;
}

.blog-v2-content .blog-v2-expert-insight:not(.is-expanded) > p.has-pale-cyan-blue-background-color.has-background.has-medium-font-size {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-v2-content .blog-v2-expert-insight.is-expanded > p.has-pale-cyan-blue-background-color.has-background.has-medium-font-size {
	display: block;
	overflow: visible;
}

.blog-v2-content .blog-v2-expert-insight .blog-v2-expert-insight__see-more {
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-left: 24px;
	color: #4f51fd;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
	background: none;
	border: none;
	font-family: inherit;
	align-self: flex-start;
	text-align: left;
}

.blog-v2-content .blog-v2-expert-insight .blog-v2-expert-insight__see-more:hover {
	color: #6d6ffd;
}

.blog-v2-content .blog-v2-expert-insight .blog-v2-expert-insight__attribution {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding-left: 24px;
}

.blog-v2-content .blog-v2-expert-insight .blog-v2-expert-insight__attribution .blog-v2-expert-insight__attribution-avatar {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.blog-v2-content .blog-v2-expert-insight .blog-v2-expert-insight__attribution .blog-v2-expert-insight__attribution-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.blog-v2-content .blog-v2-expert-insight .blog-v2-expert-insight__attribution .blog-v2-expert-insight__attribution-avatar .blog-v2-expert-insight__attribution-avatar-initials {
	display: none;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #777e8c;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	align-items: center;
	justify-content: center;
}

.blog-v2-content .blog-v2-expert-insight .blog-v2-expert-insight__attribution .blog-v2-expert-insight__attribution-avatar .blog-v2-expert-insight__attribution-avatar--initials .blog-v2-expert-insight__attribution-avatar-initials {
	display: flex;
}

.blog-v2-content .blog-v2-expert-insight .blog-v2-expert-insight__attribution .blog-v2-expert-insight__attribution-text {
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
	color: #202020;
}

.blog-v2-content .blog-v2-expert-insight .blog-v2-expert-insight__attribution .blog-v2-expert-insight__attribution-text .blog-v2-expert-insight__attribution-name {
	display: block;
	font-weight: 600;
	color: #202020;
}

.blog-v2-content .blog-v2-expert-insight .blog-v2-expert-insight__attribution .blog-v2-expert-insight__attribution-text .blog-v2-expert-insight__attribution-title {
	display: block;
	font-weight: 400;
	color: #202020;
}

.blog-v2-content .blog-v2-expert-insight .blog-v2-expert-insight__attribution .blog-v2-expert-insight__attribution-link {
	display: flex;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	color: inherit;
}

.blog-v2-content .blog-v2-expert-insight .blog-v2-expert-insight__attribution .blog-v2-expert-insight__attribution-link:hover {
	color: inherit;
}

.blog-v2-content .wp-block-group._article-about-creator {
	background-color: #fff;
	border-radius: 8px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media screen and (max-width: 767px) {
	.blog-v2-content .wp-block-group._article-about-creator {
		padding: 20px;
	}
}

.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__label {
	font-size: 10px;
	font-weight: 600;
	color: #1a1c1e;
	text-transform: uppercase;
}

.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__header {
	display: flex;
	gap: 24px;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__header {
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
	}
}

.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__avatar {
	flex-shrink: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__avatar {
		width: 80px;
		height: 80px;
	}
}

.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__avatar .blog-v2-about-creator__initials {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__avatar .blog-v2-about-creator__initials {
		font-size: 1.25em;
	}
}

.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__info {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__name {
	font-size: 24px;
	font-weight: 600;
	color: #1a1c1e;
}

.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__job {
	font-size: 14px;
	color: #1a1c1e;
	font-weight: 600;
}

.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__bio p, .blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__bio strong {
	color: #1a1c1e;
}

.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__bio .author-bio-credential--nowrap {
	white-space: nowrap;
}

.blog-v2-content .wp-block-group._article-about-creator .blog-v2-about-creator__bio .author-bio-credential__link {
	white-space: nowrap;
	text-decoration: none;
	color: inherit;
}

.blog-v2-content .wp-block-group._article-about-creator {
	margin-bottom: -40px;
}

.blog-v2-content:after {
	content: "";
	display: table;
	clear: both;
}

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */

/**
 * Blog V2 Card Styles
 * Hardcoded cards in left/right sidebars (no ACF card.php).
 * cols1 only (single card per sidebar).
 */
.blog-v2-cards-container {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

@media screen and (max-width: 1023px) {
	.blog-v2-sidebar__container:has(.blog-v2-sidebar--left) .blog-v2-cards-container {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-sidebar__container:has(.blog-v2-sidebar--left) .blog-v2-cards-container {
		display: none !important;
	}
}

@media screen and (max-width: 1023px) {
	.blog-v2-sidebar--left .blog-v2-cards-container, .blog-v2-sidebar--right .blog-v2-cards-container {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-sidebar--left .blog-v2-cards-container, .blog-v2-sidebar--right .blog-v2-cards-container {
		display: none !important;
	}
}

.blog-v2-cards-container.cols1 .blog-v2-card {
	width: 100%;
}

.blog-v2-card {
	border-radius: 8px;
	padding: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	transition: transform .2s ease, box-shadow .2s ease;
}

.blog-v2-sidebar--left .blog-v2-card, .blog-v2-sidebar--right .blog-v2-card {
	width: 100%;
}

.blog-v2-sidebar--left .blog-v2-card {
	margin-top: 24px;
}

.blog-v2-card picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	border-radius: 8px;
}

.blog-v2-card picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.blog-v2-card__bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
	z-index: 0;
	pointer-events: none;
}

.blog-v2-card__content {
	position: relative;
	z-index: 2;
}

.blog-v2-card__heading {
	font-size: 1.125em;
	font-weight: 600;
	color: #1a1c1e;
	margin: 0 0 16px 0;
	line-height: 1.3;
}

.blog-v2-card__heading .highlight {
	color: #4f51fd;
}

@media screen and (max-width: 767px) {
	.blog-v2-card__heading br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-card__heading {
		font-size: 16px;
		margin-bottom: 12px;
	}
}

.blog-v2-card__details {
	font-size: 14px;
	color: #1a1c1e;
	line-height: 1.5;
	margin: 0 0 20px 0;
}

.blog-v2-card__details p {
	font-size: 16px;
	margin: 0 0 12px 0;
}

.blog-v2-card__details p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
	.blog-v2-card__details {
		font-size: 13px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-card__details {
		font-size: 13px;
		margin-bottom: 16px;
	}
}

.blog-v2-card__btn {
	display: inline-block;
	padding: 12px 20px;
	color: #4f51fd;
	background-color: #fff;
	border: 1px solid #b7b8fe;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	transition: all .2s ease;
	line-height: 1.4;
}

@media screen and (max-width: 1023px) {
	.blog-v2-card__btn {
		padding: 10px 16px;
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-card__btn {
		padding: 10px 16px;
		font-size: 13px;
		text-align: center;
	}
}

.blog-v2-card__heading-prefix {
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.3;
}

.blog-v2-card__heading {
	font-size: 24px;
	font-weight: 600;
	color: #4f51fd;
}

.blog-v2-card__whitepaper-heading {
	font-size: 16px;
	font-weight: 600;
	color: #1a1c1e;
	margin-bottom: 24px;
	margin-top: 8px;
}

.blog-v2-card_whitepaper-heading-prefix {
	font-size: 12px;
	font-weight: 600;
	color: #4f51fd;
	text-transform: uppercase;
}

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */

/**
 * Blog V2 Article Card Styles
 * Horizontal card layout with featured image, category, title, date, and author
 * Based on Figma design
 */
.blog-v2-article-card {
	display: flex;
	gap: 20px;
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 8px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.blog-v2-article-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 767px) {
	.blog-v2-article-card {
		flex-direction: column;
		gap: 16px;
	}
}

.blog-v2-article-card__image {
	flex-shrink: 0;
	width: 200px;
	height: 150px;
	overflow: hidden;
	border-radius: 4px;
}

@media screen and (max-width: 767px) {
	.blog-v2-article-card__image {
		width: auto;
	}
}

.blog-v2-article-card__image a {
	display: block;
	width: 100%;
	height: 100%;
}

.blog-v2-article-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

@media screen and (max-width: 767px) {
	.blog-v2-article-card__image img {
		width: auto;
	}
}

.blog-v2-article-card__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16px 0;
}

@media screen and (max-width: 767px) {
	.blog-v2-article-card__content {
		padding: 0 16px 16px;
	}
}

.blog-v2-article-card__category {
	font-size: .75em;
	font-weight: 600;
	color: #4f51fd;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 12px;
	line-height: 1.3;
}

.blog-v2-article-card__title {
	font-size: 1.125em;
	font-weight: 600;
	color: #1a1c1e;
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.blog-v2-article-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease;
}

.blog-v2-article-card__title a:hover {
	color: #4f51fd;
}

.blog-v2-article-card__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: .75em;
	color: #1a1c1e;
	line-height: 1.3;
}

.blog-v2-article-card__separator {
	color: #414141;
	font-size: 1.125em;
}

.blog-v2-article-card__author a {
	color: #4f51fd;
	text-decoration: underline;
}

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */

/**
 * Blog V2 Left Sidebar Styles
 * Table of Contents styling
 * Scoped to blog-v2- classes only
 * Height depends on content (number of h2/h3 items) - no fixed height
 */
.blog-v2-sidebar--left {
	background-color: #1a1c1e;
	border-radius: 8px;
	padding: 20px;
	width: 288px;
	max-height: calc(100vh - 160px);
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.blog-v2-sidebar--left {
		width: 100%;
		padding: 16px;
		height: auto;
		max-height: none;
	}
}

@media screen and (max-width: 1023px) {
	.blog-v2-sidebar--left {
		width: 100%;
		padding: 16px;
		height: auto;
		max-height: none;
	}
}

.blog-v2-sidebar--left__container {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}

.blog-v2-sidebar--left__header {
	flex-shrink: 0;
}

.blog-v2-sidebar--left__toc-scroll {
	flex: 1;
	min-height: 0;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}

.blog-v2-sidebar--left__toc-scroll::-webkit-scrollbar {
	display: none;
}

.blog-v2-sidebar--left__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.125em;
	font-weight: 600;
	color: #fff;
	margin: 0 0 20px 0;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.blog-v2-sidebar--left__heading {
		font-size: 16px;
		margin-bottom: 16px;
	}
}

.blog-v2-sidebar--left__divider {
	border-top: 1px solid #363c3f;
	padding-bottom: 16px;
}

.blog-v2-sidebar__container {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media screen and (max-width: 1023px) {
	.blog-v2-sidebar__container .blog-v2-cards-container {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-sidebar__container .blog-v2-cards-container {
		display: none !important;
	}
}

.blog-v2-toc.blog-v2-toc--empty {
	display: none;
}

.blog-v2-toc__list {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 0 !important;
}

.blog-v2-toc__item {
	margin: 0;
	padding: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	position: static !important;
}

.blog-v2-toc__item:before {
	display: none !important;
}

.blog-v2-toc__link {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5;
	transition: border-color .2s ease;
	padding: 16px 20px 16px 20px;
	border-left: 2px solid #363c3f;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.blog-v2-toc__link {
		padding: 12px 16px 0 16px;
		font-size: 14px;
	}
}

.blog-v2-toc__link:hover {
	color: #fff;
}

.blog-v2-toc__link.is-active, .blog-v2-toc__link.is-visited {
	color: #fff;
	border-left-color: #4f51fd;
}

.blog-v2-toc__link.is-active {
	font-weight: 600;
}

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* variables */

/*
* Template variables and Revised Article
* Last update of 05.19.25
*/

/* base */

/* 12 px */

/* 14 px */

/* 18 px*/

/* 20 px */

/* 24 px 1.5em*/

/* 28 px */

/* 30 px */

/* 32 px */

/* 40 px */

/* 48 px */

/* 56 px */

/* 64 px */

/* font family weight */

/* media query */

/**
 * Blog V2 Right Sidebar Styles
 * Author and Reviewer card styling
 * Scoped to blog-v2- classes only
 * Matching Figma design: white cards, 8px radius, 20px padding, 16px gap
 */
.blog-v2-sidebar--right {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media screen and (max-width: 1023px) {
	.blog-v2-sidebar--right .blog-v2-sidebar__author, .blog-v2-sidebar--right .blog-v2-sidebar__reviewer, .blog-v2-sidebar--right .blog-v2-cards-container {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-sidebar--right {
		gap: 20px;
	}
	
	.blog-v2-sidebar--right .blog-v2-sidebar__author, .blog-v2-sidebar--right .blog-v2-sidebar__reviewer, .blog-v2-sidebar--right .blog-v2-cards-container {
		display: none !important;
	}
}

.blog-v2-sidebar--right .blog-v2-sidebar__card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
}

@media screen and (max-width: 767px) {
	.blog-v2-sidebar--right .blog-v2-sidebar__card {
		padding: 16px;
		gap: 12px;
	}
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__title {
	font-size: 10px;
	font-weight: 600;
	color: #1a1c1e;
	text-transform: uppercase;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container {
	display: flex;
	gap: 12px;
	align-items: center;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container > img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container .blog-v2-sidebar__avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	flex-shrink: 0;
	display: block;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container .blog-v2-sidebar__avatar.blog-v2-sidebar__avatar--initials {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container .blog-v2-sidebar__avatar-wrapper {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container .blog-v2-sidebar__avatar-wrapper .blog-v2-sidebar__avatar {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container .blog-v2-sidebar__initials {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #777e8c;
	color: #4f51fd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	flex-shrink: 0;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container .blog-v2-sidebar__author-info {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #1a1c1e;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container .blog-v2-sidebar__author-info .blog-v2-sidebar__author-name-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container .blog-v2-sidebar__author-info .blog-v2-sidebar__author-name-wrapper span {
	font-size: 16px;
	font-weight: 600;
	color: #282981;
	min-width: 0;
	flex: 1 1 auto;
	overflow-wrap: break-word;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container .blog-v2-sidebar__author-info .blog-v2-sidebar__author-name-wrapper a.blog-v2-sidebar__linkedin {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container .blog-v2-sidebar__author-info .blog-v2-sidebar__author-name-wrapper a.blog-v2-sidebar__linkedin img {
	width: 100%;
	height: 100%;
	border-radius: 0%;
}

.blog-v2-sidebar--right .blog-v2-sidebar__card .blog-v2-sidebar__author-container .blog-v2-sidebar__author-info .blog-v2-sidebar__author-name-wrapper a:not(.blog-v2-sidebar__linkedin) {
	min-width: 0;
	flex: 1 1 auto;
}

body.single-post {
	overflow-x: hidden;
	overflow-x: clip;
}

.blog-v2-layout {
	display: grid;
	grid-template-columns: 288px 1fr 288px;
	gap: 55px;
	max-width: 1320px;
	margin: 0 auto;
	padding: 100px 0 120px 0;
	align-items: start;
}

@media screen and (max-width: 1023px) {
	.blog-v2-layout {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 40px 16px;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-layout {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 40px 16px;
	}
}

.blog-v2-sidebar {
	position: sticky;
	top: 130px;
	bottom: 20px;
	align-self: start;
}

@media screen and (max-width: 1023px) {
	.blog-v2-sidebar {
		position: relative;
		top: 0;
		bottom: auto;
		max-height: none;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-sidebar {
		position: relative;
		top: 0;
		bottom: auto;
		max-height: none;
	}
}

@media screen and (max-width: 1023px) {
	.blog-v2-sidebar--left {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-sidebar--left {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.blog-v2-sidebar--right {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-sidebar--right {
		display: none;
	}
}

.blog-v2-content {
	min-width: 0;
	max-width: 100%;
	overflow-x: clip;
	overflow-y: visible;
}

@media screen and (max-width: 767px) {
	.blog-v2-content {
		width: 100%;
	}
}

.blog-v2-footer-sections {
	display: flex;
	flex-direction: column;
	gap: 120px;
}

@media screen and (max-width: 1023px) {
	.blog-v2-footer-sections {
		gap: 60px;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-footer-sections {
		gap: 40px;
	}
}

.blog-v2-footer-sections .blog-v2-cta {
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.blog-v2-footer-sections .blog-v2-cta {
		padding: 0 16px 40px 16px;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-footer-sections .blog-v2-cta {
		padding: 0 16px 40px 16px;
	}
}

.blog-v2-footer-sections .blog-v2-cta__inner {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	padding: 80px 0;
	max-width: 1327px;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 1023px) {
	.blog-v2-footer-sections .blog-v2-cta__inner {
		padding: 60px 0;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-footer-sections .blog-v2-cta__inner {
		padding: 60px 20px;
	}
}

.blog-v2-footer-sections .blog-v2-cta__bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	pointer-events: none;
}

.blog-v2-footer-sections .blog-v2-cta__content {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin: 0 auto;
}

.blog-v2-footer-sections .blog-v2-cta h2 {
	color: #fff;
	font-size: 40px;
	line-height: 56px;
	margin-bottom: 24px;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.blog-v2-footer-sections .blog-v2-cta h2 br {
		display: none;
	}
}

.blog-v2-footer-sections .blog-v2-cta p span {
	color: #3fc5fd;
	font-weight: 600;
	font-style: italic;
}

.blog-v2-footer-sections .blog-v2-cta p {
	color: #fff;
	font-size: 1.125em;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.blog-v2-footer-sections .blog-v2-cta p {
		margin-bottom: 24px;
	}
}

.blog-v2-footer-sections .blog-v2-cta__buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
}

.blog-v2-footer-sections .blog-v2-cta__buttons a {
	width: 240px;
}

@media screen and (max-width: 767px) {
	.blog-v2-footer-sections .blog-v2-cta__buttons {
		flex-direction: column;
		width: 100%;
	}
	
	.blog-v2-footer-sections .blog-v2-cta__buttons a {
		width: 100%;
	}
}

.blog-v2-footer-sections .latest-articles.blog-v2-related .heading {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	.blog-v2-footer-sections .latest-articles.blog-v2-related .heading {
		margin-top: 0;
	}
}

.blog-v2-footer-sections .latest-articles.blog-v2-related .heading h2 span {
	margin-bottom: 24px;
	display: block;
}

.blog-v2-footer-sections .legal-disclaimer {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 120px;
}

.blog-v2-footer-sections .legal-disclaimer p {
	font-size: .75em;
	line-height: 20px;
	color: #1a1c1e;
	margin: 0 auto;
}

.blog-v2-footer-sections .legal-disclaimer p strong {
	font-weight: 600;
	color: #1a1c1e;
}

@media screen and (max-width: 1023px) {
	.blog-v2-footer-sections .legal-disclaimer {
		margin-bottom: 80px;
		max-width: 100%;
		padding: 0 16px;
	}
}

@media screen and (max-width: 767px) {
	.blog-v2-footer-sections .legal-disclaimer {
		margin-bottom: 40px;
		padding: 0 16px;
		max-width: 100%;
	}
}

/* Webforms */
.webforms > .container {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	margin-bottom: 50px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
	.webforms > .container {
		display: block;
	}
}

.webforms > .container section {
	flex: 1;
	padding: 0 20px;
}

.webforms > .container section:first-child {
	padding-top: 35px;
}

@media (max-width: 768px) {
	.webforms > .container section:first-child {
		padding-top: 0;
	}
}

/* author credits*/
#author-credits li:before {
	display: none;
}

/* article */
#primary {
	margin-top: 40px;
}

#primary a {
	color: #000;
}

#primary ul, #primary ol {
	margin: 0;
	padding: 10px 10px 10px 20px;
}

#primary li {
	list-style-position: outside;
}

#primary h1, #primary h2, #primary h3 {
	line-height: normal;
}

#primary h1 {
	font-size: 2em;
}

#primary h2 {
	padding-top: 40px;
	font-size: 28px;
}

#primary h3 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 40px;
}

#primary hr {
	display: none;
}

#primary p {
	padding: 10px 0;
}

#primary p.has-background {
	padding: 60px;
	border-top: 0;
	border-bottom: 0;
	margin: 40px 0;
	background-color: transparent !important;
	border-top: 1px solid #4b4c96;
	border-bottom: 1px solid #4b4c96;
}

#primary ._article-topcontent {
	margin-bottom: 20px;
}

#primary ._article-topcontent > .wp-block-group__inner-container {
	flex-wrap: wrap;
}

#primary ._article-topcontent ._article-summary, #primary ._article-topcontent ._article-introduction {
	width: 100%;
}

#primary ._article-topcontent ._article-summary {
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 2.6rem;
	background: url("https://cdn-ilekhda.nitrocdn.com/ByHeOAnhxeyHyOfTlLlQTPKUQSNHTCOC/assets/images/optimized/rev-a1f0cc7/gcheck.com/wp-content/uploads/2024/07/quote.svg") no-repeat 0 .7rem;
	padding-left: 60px;
}

#primary ._article-topcontent ._article-summary.nitro-lazy {
	background: none !important;
}

#primary ._article-topcontent ._article-keytakeaways {
	background: rgba(79, 81, 253, .08);
	border-radius: .8rem;
	padding: 16px;
}

#primary ._article-topcontent ._article-keytakeaways h2 {
	margin-bottom: 16px;
}

#primary ._article-topcontent ._article-tableofcontents {
	background: #f3f6f7;
	border-top: .2rem solid #4f51fd;
	padding: 16px;
	width: 100%;
}

#primary ._article-topcontent ._article-tableofcontents h5 {
	margin-bottom: 16px;
}

#primary ._article-topcontent ._article-tableofcontents ul {
	margin: 0;
}

#primary ._article-topcontent ._article-tableofcontents ul li {
	color: #4f51fd;
	text-decoration: underline;
}

#primary ._article-topcontent ._article-tableofcontents ul li:before {
	background: #4f51fd;
}

#primary ._article-topcontent:not(._w-keytakeaway) ._article-tableofcontents {
	width: 100%;
}

#primary .ppma-author-category-wrap ul {
	padding: 10px 0;
	margin: 0;
}
