/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2025 | 02:06:46 */
/* 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;
}

/* CONTENT CARD | RESOU$CES */

.resource-cards  {
	margin-top: 40px;
}
.resource-cards .post-cards__item {
    background-color: transparent;
}
.resource-cards .post-cards__item-image-box {
    position: relative;
    height: 350px;
}
.resource-cards .post-cards__item-content {
    padding: 20px 0px 0px;
}
.resource-cards .post-cards__item-link {
	display: none;
}
.resource-cards .post-cards__item-title {
    color: var(--p1-600, #4B5850);
	font-family: var(--main-font-family);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 116.667% */
}
.resource-cards .slider__arrows {
	height: 20px;
    width: 180px;
    right: 0;
    left: unset;
    top: -80px;
}
.people-cards .visible-tag[style*="--items-count: 4;"] + .slider__arrows, .people-cards .visible-tag[style*="--items-count: 3;"] + .slider__arrows, .people-cards .visible-tag[style*="--items-count: 2;"] + .slider__arrows, .people-cards .visible-tag[style*="--items-count: 1;"] + .slider__arrows {
	display: none;
}

@media (max-width: 767px) {
	.resource-cards .slider__arrows {
		height: 20px;
		width: 180px;
		right: unset;
		left: calc(50% - 90px);
		top: -40px;
	}
	.slider__arrow {
		background: unset;
	}
	.resource-cards .post-cards__item {
		align-items: center;
	}
	.resource-cards.people-cards .post-cards__item-image-box {
		height: 200px;
		width: 200px;
	}
}

/* PEOPLE CARDS (EXTENDS RESOURCE CARDS) */
.resource-cards.people-cards .post-cards__item-image-box {
    position: relative;
    height: 270px;
    padding: 0;
	border-radius: 135px;
}
.resource-cards.people-cards .post-cards__item-title {
	color: var(--p3-100);
    text-align: center;
}
.resource-cards.people-cards .post-cards__item-text {
    color: var(--p3-500, #858776);
	text-align: center;
	font-family: var(--main-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.resource-cards.people-cards .post-cards__item-content {
    padding: 30px 0px 0px;
}

@media (max-width:1024px) {
	.resource-cards.people-cards .post-cards__carousel-layout {
		--column-gap: 30px !important;
    	--column-width: calc(25% - 23px) !important;
	}
	.resource-cards.people-cards .post-cards__item-image-box {
		height: 200px;
	}
}

/* EXPERTISE CARDS (EXTENDS RESOURCE CARDS) */
.expertise-cards h1.evlt-paragraph__main-title {
	margin-top: 40px;
}
.expertise-project-links {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 10px var(--header-padding, 20px);
	align-self: stretch;
	flex-wrap: wrap;
}
.project-link {
	color: var(--p1-600, #4B5850);
	font-family: var(--main-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	text-decoration: none;
	border-bottom: 1px solid var(--p1-600, #4B5850);
}
.expertise-cards .btn-group {
	margin-top: 40px;
	gap: 20px;
}
.expertise-cards .evlt-image__img {
	height: 500px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
	.expertise-cards .evlt-image {
		width: 100%;
	}
	.expertise-cards .evlt-image__img {
		height: 300px;
	}
	.expertise-cards.resource-cards .slider__arrows {
		left: 0;
	}
}

/* PROJECT CARDS */
.project-cards {
	margin-top: 0px;
}
.project-cards .post-cards__item {
	height: 412px;
}
.project-cards .post-cards__item .layout-row {
	height: 100%;
}
.project-cards .post-cards__item .layout-row__content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
}
.project-cards .section__image-bg-box {
    height: 412px;
}
.project-cards .project-card-link::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	transition: background 0.3s ease-out;
}
.project-cards .project-card-link:hover::after {
	background: rgba(0,0,0,0.5);
}
.project-cards .post-cards__item:hover .section__image-bg-box::after {
	background: rgba(0,0,0,0);
}
.project-cards .post-cards__item .section__content {
    height: 100%;
    width: 100%;
    padding: 30px;
}
.project-card-meta {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.project-cards h6 {
	font-size: 20px;
    line-height: 24px;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.project-cards .post-cards__item.hovered h6 {
	opacity: 1;
}
.project-card-meta p {
	margin-block-start: 0;
    margin-block-end: 0;
	font-family: var(--main-font-family);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 150% */
	z-index: 10;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.project-cards .post-cards__item.hovered .project-card-meta p {
	opacity: 1;
}
.project-card-location {
	display: flex;
	flex-direction: column;
	row-gap: 2px;
}
body.page-id-3581 .project-card-location {
	display: none;
}
.project-card-expertise {
	display: flex;
	flex-direction: column;
	row-gap: 2px;
	width: 60%;
	justify-content: flex-end;
}
body.page-id-3581 .project-card-expertise {
	width: 100%;
}
.project-card-expertise p {
	text-align: right;
}
.project-card-link {
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.project-cards .visible-tag {
	margin-bottom: 24px;
}

@media (max-width:1024px) {
	.project-cards .post-cards__item {
		height: 300px;
	}
	.project-cards .section__image-bg-box {
		height: 300px;
	}
}

/* TEAM CARDS SMALL */
.team-cards-small .post-cards__static-layout {
    display: flex;
    column-gap: 60px;
    row-gap: 30px;
    flex-wrap: wrap;
}
.team-cards-small .post-cards__item {
    flex-direction: row;
	background-color: transparent;
	gap: 20px;
}
.team-cards-small .post-cards__item-content {
    padding: 0;
	flex-direction: row;
    align-items: center;
}
.team-cards-small .post-cards__item-title {
    margin-bottom: 0px;
    color: var(--p4-600, #5E5438);
    font-family: var(--main-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.team-cards-small .post-cards__item-link {
	display: none;
}
.team-cards-small .post-cards__item-image-box {
    height: 70px;
	width: 70px;
	padding: 0;
}
.team-cards-small .post-cards__item-image {
    width: 70px;
    height: 70px;
	border-radius: 35px;
}
.team-cards-small .post-cards__item-link {
    display: flex;
}
.team-cards-small .post-cards__item-link svg, .team-cards-small .post-cards__item-text {
    display: none;
}
.team-cards-small .post-cards__item-link::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media (max-width:767px) {
	.team-cards-small .post-cards__item:not(.post-cards__item--full-image) .post-cards__item-image-box {
		height: 70px;
	}
	.team-cards-small .post-cards__static-layout {
		row-gap: 15px;
	}
}

/* EXPERTISE FEATURE CARDS */
.expertise-feature-cards .post-cards__static-layout {
	row-gap: 1px;
}
.expertise-feature-cards .post-cards__item {
    height: 260px;
	padding: 30px;
	justify-content: space-between;
	background: var(--p4-100);
}
.expertise-feature-cards h5 {
	color: var(--p4-600, #5E5438);
	font-family: var(--medium-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	text-transform: uppercase;
}

@media (max-width:767px) {
	.expertise-feature-cards .post-cards__item {
		height: fit-content;
	}
}

/* INSIGHT CARDS */
.insight-cards .post-cards__static-layout {
	row-gap: 0px;
}
.insight-cards .post-cards__item {
	border: 1px solid var(--Gray-2, #4F4F4F);
	background: transparent;
	display: flex;
    flex-direction: row;
	margin-top: -1px;
}
.insight-cards .evlt-image {
	width: 638px;
	height: 640px;
	border-right: 1px solid var(--Gray-2, #4F4F4F);
}
.insight-cards .post-cards__item:nth-child(2n) .evlt-image {
	order: 2;
	border-right: none;
	border-left: 1px solid var(--Gray-2, #4F4F4F);
}
.insight-cards .post-cards__item:nth-child(2n) .evlt-image, .feature-cards .post-cards__item:nth-child(2n) .evlt-image__img {
	width: 639px;
}
.insight-cards .evlt-image__img {
	width: 638px;
    height: 640px;
    max-width: unset;
    object-fit: cover;
}
.insight-cards .evlt-paragraph {
	display: flex;
	height: 480px;
	padding: 80px;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	align-self: stretch;
	background: var(--p1-100);
}
.insight-cards .evlt-paragraph__main-title, .insight-cards .evlt-paragraph__sub-title {
	margin: 0;
}
.insight-cards .evlt-paragraph__sub-title {
	font-family: var(--medium-font-family);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 35.2px */
	letter-spacing: -0.32px;
	background: var(--Linear-Gradient, linear-gradient(90deg, #C0FC1A 18.95%, #48C7A3 90.2%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.insight-cards .evlt-paragraph__text p {
	color: var(--Gray-3, #828282);
	line-height: 130%; /* 20.8px */
}

/* RESPONSIVE */

@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;
	}
}

/* Design Philosophy Cards */
.design-philosphy-cards {
    margin-top: 30px;
    text-align: center;
}
.design-philosphy-cards .post-cards__static-layout {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping of flex items */
    gap: var(--grid-column-gap, 20px); /* Unified gap for columns and rows */
    justify-content: center; /* Center columns when wrapping */
    align-content: flex-start; /* Align wrapped rows at the top */
}

.design-philosphy-cards .post-cards__static-layout > * {
    flex: 1 1 calc((100% / 3) - var(--grid-column-gap, 20px)); /* Create three columns */
    max-width: calc((100% / 3) - var(--grid-column-gap, 20px)); /* Ensure items don't grow too wide */
    box-sizing: border-box; /* Prevent padding from breaking layout */
}
.design-philosphy-cards .post-cards__item {
    background-color: var(--p4-200);
	color: var(--p4-600);
}
.design-philosphy-cards .post-cards__item-title {
	color: var(--p4-600);
	font-weight: 300;
	font-family: var(--main-font-family);
}

/* POST CARDS */
.post-cards__item-text {
    font-size: 16px;
}

/* STATS CARDS */
.stats-cards .post-cards__item {
	color: #fff;
	background-color: var(--p3-600);
	padding: 60px;
	gap: 30px;
	align-items: center;
	text-align: center;
}
.stats-cards .evlt-paragraph__main-title {
    margin-bottom: 10px;
    color: var(--p3);
}