/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2023 | 10:41:33 */
/* CONTENT CARDS | VARIANT=DEFAULT */
a.post-cards__item-link[href=""] {
    display: none;
}

/* CONTENT CARDS | VARIANT=ICON CARDS */
.icon-cards .post-cards__item {
	flex-direction: row;
	min-height: 200px;
	height: unset;
	background-color: unset;
}

.icon-cards .post-cards__item-image-box {
	width: 50px;
	height: unset;
	padding: 0px;
	margin-right: 36px;
}

.icon-cards .post-cards__item-image {
	width: 100%;
    height: auto;
}

.icon-cards .post-cards__item-content {
	padding: 0px;
}

.icon-cards .post-cards__item-title {
	color: var(--primary-brand-color);
	font-family: var(--bold-font-family);
	font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.icon-cards .post-cards__item-text {
	font-size: 16px;
    line-height: 24px;
    color: #333;
}

.icon-cards .post-cards__item-link {
    margin-top: 30px;
}

.icon-cards .post-cards__static-layout {
    column-gap: var(--grid-column-gap, 60px);
    row-gap: 60px;
}

/* CONTENT CARDS | VARIANT=ICON CARDS STACKED */

.icon-cards.icon-cards-stacked .post-cards__item {
    flex-direction: column;
}

.icon-cards.icon-cards-stacked .post-cards__item-image-box {
    --icon-padding: 20px;
	height: 100px;
    width: calc(100% - (2 * var(--icon-padding)));
    padding: var(--icon-padding);
    margin-right: 0px;
    
}

.icon-cards.icon-cards-stacked .post-cards__item-image {
    width: 100px;
    height: 100px;
	position: relative;
}

.icon-cards.icon-cards-stacked .post-cards__item-title {
    text-align: center;
}

.icon-cards.icon-cards-stacked .post-cards__item-text {
	text-align: center;
}

/* CONTENT CARDS | VARIANT:FEATURE CARDS */

.feature-cards {
	
}

.feature-cards .post-cards__static-layout {
	row-gap: 60px;
}

.feature-cards .post-cards__item {
	flex-direction: row;
	background-color: transparent;
}

.feature-cards .post-cards__item-content {
	width: 40%;
	margin-right: 60px;
	padding: 0px;
}

.feature-cards.alternate .post-cards__item-content {
	order: 2;
	margin-left: 60px;
	margin-right: 0px;
}

.feature-cards .post-cards__item-title {
	font-size: 30px;
	line-height: 40px;
}

.dark-section .feature-cards .post-cards__item-title {
	color: #fff;
}

.dark-section .feature-cards .post-cards__item-text {
    color: #aaa;
}

.feature-cards .post-cards__item-text {
	font-size: 20px;
	line-height: 30px;
}

.feature-cards .post-cards__item-image-box {
	width: 50%;
	order: 2;
	height: unset;
	justify-content: start;
	padding: 0px;
	border: 10px solid #eee;
    border-radius: 20px;
	background-color: #eee;
	flex-direction: unset;
}

.feature-cards.alternate .post-cards__item-image-box {
	order: 1;
}

.feature-cards .post-cards__item-image {
	position: relative;
	height: unset;
	border-radius: 12px;
}

/* CONTENT CARDS | VARIANT:FEATURED CARDS */

.featured-cards {
	
}

.featured-cards .post-cards__item:first-child {
	flex-direction: row;
	grid-column: span 2;
}

.featured-cards .post-cards__item-image-box {
    width: 50%;
    padding: 0px;
    height: 100%;
}

.featured-cards .post-cards__item-image {
    height: 100%;
}

.featured-cards .post-cards__item-content {
    padding: 60px 40px;
}

.featured-cards .post-cards__item:not(:first-child) .post-cards__item-image-box {
	display: none;
}

/* CONTENT CARDS | VARIANT:FEATURED NEWS CARDS */

.featured-cards.featured-news-cards {
	
}

.featured-cards.featured-news-cards .post-cards__item {
    border-radius: 0px;
}

.featured-cards.featured-news-cards .post-cards__item:first-child {
    flex-direction: column;
    grid-row: span 2;
	grid-column: unset;
}

.featured-cards.featured-news-cards .post-cards__item:nth-child(2) {
    grid-row: span 1;
	grid-column: span 2;
}

.featured-cards.featured-news-cards .post-cards__item-image-box {
    width: 100%;
    padding: 0px;
    height: 310px;
	border-radius: 0px;
}

.featured-cards.featured-news-cards .post-cards__item-image {
	border-radius: 0px;
}

.featured-cards.featured-news-cards .post-cards__item:first-child .post-cards__item-image-box::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
    z-index: 1;
    opacity: 0;
    border-radius: 0px;
	transition: opacity 0.3s ease-out;
}

.featured-cards.featured-news-cards .post-cards__item:first-child:hover .post-cards__item-image-box::after {
	opacity: 0.4;
}

.featured-cards.featured-news-cards .post-cards__item:not(:first-child) {
    height: 400px;
}

.featured-cards.featured-news-cards .post-cards__item:not(:first-child) .post-cards__item-image-box {
    display: unset;
    position: absolute;
    height: 100%;
	border-radius: 0px;
}

.featured-cards.featured-news-cards .post-cards__item:not(:first-child) .post-cards__item-image-box::after {
    content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
    z-index: 1;
    opacity: 0.2;
    border-radius: 0px;
	transition: opacity 0.3s ease-out;
}

.featured-cards.featured-news-cards .post-cards__item:not(:first-child):hover .post-cards__item-image-box::after {
    opacity: 0.6;
}

.featured-cards.featured-news-cards .post-cards__item:first-child .post-cards__item-content {
	background-color: #F5F5F5;
}

.featured-cards.featured-news-cards .post-cards__item:not(:first-child) .post-cards__item-title {
    color: var(--grey-white, #FFF);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 141.667% */
    z-index: 1;
}

.featured-cards.featured-news-cards .post-cards__item:nth-child(2) .post-cards__item-title {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px; /* 137.5% */
}

.featured-cards.featured-news-cards .post-cards__item .post-cards__item-title::before {
	content: 'Article';
	display: flex;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: var(--grey-white, #FFF);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px; /* 150% */
	letter-spacing: 0.56px;
}

.featured-cards.featured-news-cards .post-cards__item:first-child .post-cards__item-title::before {
	color: var(--primary-purple-color);
}

.featured-cards.featured-news-cards .post-cards__item:not(:first-child) .post-cards__item-text {
	display: none;
}

.featured-cards.featured-news-cards .post-cards__item-link::before {
    content: url(https://yurikanew2023.kinsta.cloud/wp-content/uploads/2023/08/arrow-right-2.svg);
	z-index: 1;
}

.featured-cards.featured-news-cards .post-cards__item:not(:first-child) .post-cards__item-link::before {
    content: url(https://yurikanew2023.kinsta.cloud/wp-content/uploads/2023/08/arrow-right-1.svg);
	position: absolute;
    bottom: 40px;
}

.featured-cards.featured-news-cards .post-cards__item-link::after {
	display:none;
}

.featured-cards.featured-news-cards .post-cards__item-link svg {
    display: none;
}

/* CONTENT CARDS | VARIANT=IMAGE REVEAL */

.content-cards__image-reveal .post-cards__item {
	position: relative;
	background-color: transparent;	
}

.content-cards__image-reveal .post-cards__item:not(:hover)::after {
	content: '';
	
	position: absolute;
	top: 20vh; right: 0;
	/* transform: translateY(-50%); */
	
	display: block;
	width: 1px; height: 60vh;
	background-color: #ddd;
}

.content-cards__image-reveal .post-cards__item-image-box {
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0px 40px;
}

.content-cards__image-reveal .post-cards__item .post-cards__item-image {
	opacity: 0;
	transition: opacity 600ms ease;
}

.content-cards__image-reveal .post-cards__item:hover .post-cards__item-image {
	opacity: 0.5;
}

.content-cards__image-reveal .post-cards__item:hover {
	background-color: #000000;
	transition: background-color 600ms ease;
}

.content-cards__image-reveal .post-cards__item .post-cards__item-image-txt {
	text-align: left;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	max-width: revert;
	padding-top: 40vh;
}

@media (min-width: 1024px) {
	.post-cards__item:not(:hover) .post-cards__item-image-txt {
		color: #111;
		max-width: revert;
	}
}
	
.content-cards__image-reveal .post-cards__item .post-cards__item-image-txt::before {
	margin-left: 0;
}

.content-cards__image-reveal .post-cards__item .post-cards__item-image-txt::after {
	display: none;
}

.content-cards__image-reveal .post-cards__item-text {
	overflow: hidden;
	opacity: 0;
	min-height: 0;
	will-change: height;
	transition: opacity 600ms ease, min-height 600ms ease;
}

.content-cards__image-reveal .post-cards__item:hover .post-cards__item-text {
	opacity: 1;
	min-height: 200px;
}
@media (min-width: 1600px) {
	.content-cards__image-reveal .post-cards__item .post-cards__item-image-txt {
		font-size: 36px;
		line-height: 42px;
	}
	.content-cards__image-reveal .post-cards__item-image-box {
		align-items: flex-start;
		padding: 0px 60px;
	}
}
@media (min-width: 1800px) {
	.content-cards__image-reveal .post-cards__item .post-cards__item-image-txt {
		font-size: 42px;
		line-height: 50px;
	}
	.content-cards__image-reveal .post-cards__item-image-box {
		align-items: flex-start;
		padding: 0px 75px;
	}
}
@media (min-width: 1980px) {
	.content-cards__image-reveal .post-cards__item .post-cards__item-image-txt {
		font-size: 48px;
		line-height: 65px;
	}
	.content-cards__image-reveal .post-cards__item-image-box {
		align-items: flex-start;
		padding: 0px 90px;
	}
}

@media (max-width: 1023px) {
	.content-cards__image-reveal .post-cards__item .post-cards__item-image {
		opacity: 0.5;
	}
	
	.content-cards__image-reveal .post-cards__item {
		min-width: 300px;
		background-color: #000000;
		transition: background-color 600ms ease;
	}
	
	.content-cards__image-reveal .post-cards__item:not(:hover)::after {
		display: none;
	}
	
	.content-cards__image-reveal .post-cards__item-text {
		opacity: 1;
	}
}