.aside-related {}


.aside-related:not(:last-child) {
	margin-bottom: 1.563rem
}

.aside-related--header {}

.aside-related--header h2 {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	background-color: var(--color-white);
	color: var(--color-slate-600);
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	user-select: none;
}

.aside-related--list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}


.aside-related--list .article-card--wrapper {
	display: grid;
	grid-template-columns: 60px 1fr;
	position: relative;
	user-select: none;
	box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.aside-related--list .article-card--wrapper .article-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-wrap: balance;
}


.aside-related--list .article-card .article-title span.icn {
	padding: 0;
	align-items: center;
	justify-content: center;
	border-radius: 999em;
	display: inline-flex;
	margin-left: 4px;
	position: relative;
}

.aside-related--list .article-card .article-title span.icn::before {
	content: '';
	display: block;
	width: 70%;
	height: 70%;
	background-color: black;
	position: absolute;
	border-radius: 999em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.aside-related--list .article-card .article-title span.icn i {
	position: relative;
	z-index: 1;
}

.aside-related--list .article-card[data-type="post"] .article-header {
	display: flex;
	flex-direction: column;
}

.aside-related--list .article-card[data-type="post"] .article-tag {
	order: -1 !important;
}

/* .aside-related--list .article-card[data-type="partner"] .article-tag { order: -1; } */

.aside-related--list .article-card[data-type="partner"] {
	--color: var(--color-blue);
	--color-rgb: var(--color-blue-rgb);
}

.aside-related--list .article-card[data-type="partner"] .article-title i {
	color: var(--color-yellow);
}

.aside-related--list .article-card[data-type="partner"] .article-title span.icn::before {
	background-color: var(--color-yellow-dark);
}




.aside-related--list .article-card--wrapper .article-excerpt {
	font-size: 14px;
	font-weight: 450;
	color: var(--color-slate-600);
	text-wrap: balance;
	padding-right: 24px;
	margin-top: 3px;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.aside-related--list .article-card[data-type="press"] .article-card--wrapper {
	grid-template-columns: 1fr;
}


.aside-related--list .article-card .article-meta {
	font-size: 13px;
	line-height: 1.125;
	color: var(--color-slate-500);
	margin-top: 6px;
	display: flex;
	justify-content: flex-start;
}

.aside-related--list .article-card .article-meta>*:not(:last-child)::after {
	content: '•';
	display: inline-block;
	margin: 0 6px;
}

.aside-related--list .article-card[data-type="press"] .article-header {
	display: flex;
	flex-direction: column;
}

.aside-related--list .article-card[data-type="press"] .article-header .article-meta {
	order: -1;
	margin-top: 0;
	margin-bottom: 4px;
}


.aside-related--list .article-card[data-type="post"] .article-header .article-date {
	font-size: 13px;
	margin-top: 0;
	color: var(--color-grey);
	order: -1;
	margin-bottom: 4px;
}

.aside-related--list .article-card[data-type="press"] .article-image {
	display: none;
}

.aside-related--list .article-card[data-type="press"] .article-title {
	font-size: 14px;
}

.aside-related--list .article-card[data-type="press"] .article-excerpt {
	display: none;
}


.aside-related--list .article-card--wrapper .article-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration-color: rgba(var(--page-primary-rgb), 0);
	text-underline-offset: 0.095em;

}

.aside-related--list .article-card[data-type="partner"] .article-excerpt {
	display: none;
}

.aside-related--list .article-card[data-type="post"] .article-excerpt {
	display: none;
}

.aside-related--list .article-card--wrapper .article-title {
	text-wrap: pretty;
}

.aside-related--list .article-card[data-type="campaign"] .article-excerpt {
	display: none;
}

.aside-related--list .article-card[data-type="campaign"] .article-tag {
	font-size: 15px;
	color: var(--color-slate-700);
	font-weight: 500;
	margin-top: 3px;
}

.aside-related--list .article-card[data-type="resource"] .article-excerpt {
	display: none;
}


.aside-related--list .article-card--wrapper:not(:last-child) {
	margin-bottom: 6px;
	border-bottom: 1px solid var(--color-slate-200);
	padding-bottom: 6px;
}

.aside-related--list .article-card {
	--color: var(--page-primary-hex);
	--color-rgb: var(--page-primary-rgb);

}

.aside-related--list .view-more-btn {
	font-weight: 500;
	display: block;
	margin-top: 7px;
	font-size: 14px;
	width: 100%;
	text-align: right;
	color: var(--color-slate-500);
}

.aside-related--list .view-more-btn:hover,
.aside-related--list .view-more-btn:focus {
	color: var(--color-slate-900);
	outline: 0;
}

.aside-related--list .article-card--wrapper {
	display: grid;
	grid-template-columns: 60px 1fr;
	grid-gap: 12px;
	align-items: center;
	padding: 12px;
	margin-left: -6px;
	margin-right: -6px;
	border-radius: 6px;
	border: 1px solid rgba(var(--color-rgb), 0);
	outline-offset: 0.35rem;
	outline-style: solid;
	outline-width: 2px;
	outline-color: rgba(var(--color-rgb), 0);
	will-change: text-decoration-color, color, outline-color, border-color, outline-offset;
	transition: text-decoration-color 100ms, color 100ms, outline-color 100ms, border-color 100ms, outline-offset 100ms 200ms;
	background-color: white;
}

.aside-related--list article:hover .article-card--wrapper .article-title {
	color: inherit;
	text-decoration-color: var(--color-slate-500);
}

.aside-related--list article:focus .article-card--wrapper,
.aside-related--list article:focus-within .article-card--wrapper,
.aside-related--list article:hover .article-card--wrapper {
	background-color: white;
	outline-color: rgba(var(--color-slate-500-rgb), 0.15);
	border: 1px solid;
	outline-offset: 0;
	outline-style: solid;
	outline-width: .25em;
	border-color: rgba(var(--color-slate-500-rgb), 0.35);
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.aside-related--list article picture {
	margin: 0;
	width: 60px;
	min-width: 60px;
	max-width: 60px;

	height: 60px;
	min-height: 60px;
	max-height: 60px;

	overflow: hidden;
}

.aside-related--list article picture img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center;
	border-radius: 6px;
}

.aside-related--list .article-card[data-type="partner"] h3,
.aside-related--list .article-card[data-type="advisor"] h3,
.aside-related--list .article-card[data-type="ambassador"] h3 {
	display: flex;
	align-items: center;
	gap: 3px;

}

.aside-related--list .article-card--wrapper h3 span {
	font-size: 16px;
	line-height: 1.25;
}

.aside-related--list .article-card--wrapper h3 i {
	color: var(--color-primary-500);
	font-size: 80%;
}

.article-card--wrapper .article-header {
	display: flex;
	flex-direction: column;
}


.aside-related .card-excerpt {
	color: var(--color-slate-600);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Base Styles */
.section-counter .count-header {
	border-color: rgba(var(--page-primary-rgb), 0.25);
	background-image: linear-gradient(199deg, rgba(var(--page-primary-rgb), 0.0355), white);
}

.section-counter .counter .count-header {
	border: 1px solid rgba(var(--page-primary-rgb), 0.25);
	width: 100%;
	border-radius: 4px;
	padding: 1rem;
	justify-content: center;
	align-items: center;
}

.section-counter[data-style*="2"] .count-header {
	border-color: rgba(var(--page-primary-rgb), 0.25);
	background-image: linear-gradient(199deg, rgba(var(--page-primary-rgb), 0.0355), white);
	border-radius: 6px;
	font-weight: 600;
	font-size: 1.563rem;
	justify-content: flex-start;
	align-items: flex-start;
}

@media (max-width: 992px) {

	.section-counter[data-style*="2"] .count-header {
		justify-content: center;
		align-items: center;
	}
}

.section-counter .counter .count-excerpt {
	display: none;
}

/* Media Queries */

@media (max-width: 768px) {
	.section-counter .counter .count-header {
		box-shadow: 0 0 0;
	}

	.section-counter .counter .count-text {
		font-weight: bold;
		font-size: 28px;
	}

	.section-counter .counter .count-title {
		font-size: 16px;
		opacity: 0.75;
		line-height: 1.15;
		margin-top: 0;
	}
}

@media (min-width: 768px) {

	.section-counter .count-title,
	.section-counter[data-style*="2"] .count-title {
		margin-top: 0.25rem;
	}

	.section-counter[data-style*="1"] .counter {
		padding-left: 0;
		padding-right: 0;
	}

	.section-counter .counter-grid {
		--grid-columns: 4;
	}

	.section-counter .counter-grid .counter:nth-child(n + 5) {
		display: none;
	}
}

@media (min-width: 1100px) {

	.section-counter .count-number,
	.section-counter .count-text {
		font-size: 3rem;
		line-height: 1;
	}

	.section-counter[data-style*="2"] .count-number {
		font-size: 3rem;
	}

	.section-counter .counter-grid {
		--grid-columns: 4;
	}

	.section-counter .counter-grid .counter:nth-child(n + 5) {
		display: none;
	}
}

@media (min-width: 1099.98px) {
	.section-counter[data-style*="1"] .counter:nth-of-type(n + 2) {
		border-left: 1px solid var(--color-slate-200);
	}
}

@media (max-width: 1099.98px) {
	.section-counter .counter .count-header {
		border: 1px solid rgba(var(--page-primary-rgb), 0.25);
	}

	.section-counter .count-header {
		background-image: linear-gradient(199deg, rgba(var(--page-primary-rgb), 0.0355), white);
	}

	.section-counter[data-style*="1"] .counter {
		padding: 0;
	}
}

@media (min-width: 768px) and (max-width: 1099.98px) {
	.section-counter .counter-grid {
		--grid-columns: 4;
	}

	.section-counter .counter-grid .counter:nth-child(n + 5) {
		display: none;
	}
}

.section-gallery {
	margin-top: 3rem;
	margin-bottom: 3rem;
	background-color: white;
	background-image: linear-gradient(to bottom, white, rgba(var(--page-primary-rgb), 0.1), white);
}

.section-gallery .swiper-3d {
	overflow: visible;
}

.section-gallery .swiper-3d .swiper-slide-shadow {
	background: none;
}

.section-gallery img {
	user-select: none;
	pointer-events: none;
}

.section-gallery .swiper-slide figure {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	position: relative;
}



.section-gallery .swiper-slide:not(.swiper-slide-visible) {}

.section-gallery .swiper-slide figure figcaption {
	text-wrap: balance;
	max-inline-size: 65ch;
	display: block;
	padding: 10px;
	font-size: 12px;
	max-width: 356px;
	margin: 0 auto 0 0;
	border-radius: 8px;
	z-index: 1;
	position: absolute;
	bottom: 1.563rem;
	left: 1.563rem;
	backdrop-filter: blur(1vw);
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	line-height: 1.563;
	display: none;
}

.section-gallery .swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.section-gallery .swiper-slide picture {
	width: auto;
}

.section-gallery .swiper-slide picture img {
	width: 100%;
	/* height: 768px; */
	object-fit: cover;
	aspect-ratio: 16/9;
	border-radius: 1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	display: block;
	margin: auto;
}

.blocktype-hr {
	border-top: 1px solid #e5e5e5;
	background-color: #e5e5e5;
}


.profile-content ul.blocktype-list.blocktype-list-disc,
.profile-content ol .blocktype-list.blocktype-list-disc {
	list-style: disc outside;
	max-inline-size: 65ch;
}

.card-expandables {
	display: grid;
	grid-gap: 1rem;
	position: relative;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.card-expandables[data-card-count="3"],
.card-expandables[data-card-count="4"] {
	grid-template-columns: 1fr;
}

@media (min-width: 992px) {
	.card-expandables[data-card-count="3"] {
		grid-template-columns: repeat(3, 1fr);
	}

	.card-expandables[data-card-count="4"] {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1280px) {
	.card-expandables[data-card-count="4"] {
		grid-template-columns: repeat(4, 1fr);
	}
}

.card-expandable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-duration: 150ms;
	will-change: background-color, filter, outline-offset, outline-color;
	transition-property: background-color, filter, outline-offset, outline-color;
	border-radius: 6px;
	cursor: pointer;
	outline-offset: 6px;
	outline-style: solid;
	outline-color: rgba(255, 60, 28, 0);
	outline-width: 4px;
	z-index: 1;
	background-color: white;
	min-width: 340px;
	overflow: hidden;
	box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.card-expandable:focus-within,
.card-expandable:hover {
	outline-color: rgba(var(--color-slate-500-rgb), 0.1);
	outline-offset: 0;
	border-color: rgba(var(--color-slate-500-rgb), 0.25);
}

.card-expandable.is-open {}

.card-expandable.is-open,
.card-expandable.is-open:hover {
	outline-color: rgba(var(--color-slate-500-rgb), 0);
}

.card-expandable__header {
	display: grid;
	align-items: center;
	grid-gap: 0.5rem;
	justify-content: space-between;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .5rem 1rem;
	border-bottom: 1px solid rgba(var(--color-slate-500-rgb), 0);
}

@media (min-width: 992px) {
	.card-expandable__header {
		padding: .5rem 1rem;
	}
}

.card-expandable.is-open .card-expandable__header {
	border-bottom: 1px solid rgba(var(--color-slate-500-rgb), 0.15);
}

.card-expandable__header:not[data-style=no-icon] {
	grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
	grid-template-columns: max-content 1fr max-content;
}

.card-expandable__header:not[data-style=no-icon] .card-expandable__icon svg {
	display: flex;
	width: 1rem;
	height: 1rem;
}

[data-style=no-icon] .card-expandable__header {
	grid-template-columns: 1fr -webkit-max-content;
	grid-template-columns: 1fr max-content;
}

[data-style=no-icon] .card-expandable__header .card-expandable__icon {
	display: none;
}

.card-expandable__header .card-expandable__title {
	font-size: 1rem;
	line-height: 1;
}

.card-expandable__header .card-expandable__btnWrapper {
	background-color: white;
	border: 1px solid var(--color-slate-200);
	padding: 6px;
	border-radius: 12px;
	position: relative;
	transition-duration: 150ms;
	bottom: auto;
	transition-property: border-radius, bottom;
}

.card-expandable.is-open .card-expandable__header .card-expandable__btnWrapper {
	bottom: -12px;
	border-radius: 12px 12px 0 0;
	border-bottom: 0;
}


.card-expandable__header .card-expandable__btn {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	background-color: rgba(var(--color-rgb), 1);
	border-radius: 999em;
	color: #fff;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.card-expandable__header .card-expandable__btn svg {
	transition-duration: 150ms;
	will-change: transform;
	transition-property: transform;
	width: 15px;
	height: 15px;
	display: block;
	transform: scaleY(-1) rotate(90deg);
}

@media (min-width: 992px) {
	.card-expandable__header .card-expandable__btn {
		width: 24px;
		height: 24px;
	}

	.card-expandable__header .card-expandable__btnWrapper {
		border-radius: 16px;
		padding: 8px;
	}

	.card-expandable.is-open .card-expandable__header .card-expandable__btnWrapper {
		bottom: -19px;
		border-radius: 16px 16px 0 0;
		border: 1px solid rgba(var(--color-slate-400-rgb), .25);
		border-bottom: 0;
	}
}



.card-expandable__header .card-expandable__btn[aria-expanded=false] svg {
	transform: scaleY(1) rotate(0);
}

.card-expandable__header .card-expandable__btn:focus {
	outline: 0;
}

@media (min-width: 992px) {
	.card-expandable__header {
		grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
		grid-template-columns: max-content 1fr max-content;
	}

	.card-expandable__header .card-expandable__title {
		font-size: 18px;
	}

	.card-expandable__header .card-expandable__icon svg {
		width: 18px;
		height: 18px;
	}
}

@media (min-width: 1200px) {
	.card-expandable__header {
		grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
		grid-template-columns: max-content 1fr max-content;
	}

	.card-expandable__header .card-expandable__title {
		font-size: 20px;
	}

	.card-expandable__header .card-expandable__icon svg {
		width: 21px;
		height: 21px;
	}
}

.card-expandable__content {
	max-height: 0;
	overflow: hidden;
	transition-duration: 0s;
	will-change: max-height;
	opacity: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.card-expandable.is-open .card-expandable__content {
	padding-bottom: 1rem;
	padding-top: 1rem;
	transition-duration: 0s;
}

.card-expandable__content p {
	font-size: 1rem;
	opacity: 0.75;
	line-height: 1.563;
	font-weight: 400;
}

@media (min-width: 1024px) {
	.card-expandable__content p {
		font-size: 1.125rem;
	}
}

.card-expandable__content[aria-hidden=false] {
	max-height: 400px;
	opacity: 1;
}



@media (min-width: 1100px) {

	.main-footer__navs nav h3,
	.main-footer__navs nav ul li a {
		font-size: 14px;
		line-height: 24px;
	}
}

.readmore-content[aria-hidden="true"] {
	display: none;
}

@media (max-width: 992px) {

	.particle-breadcrumb li a,
	.particle-breadcrumb li span[itemprop=name] {
		align-items: center;
		color: #64748b;
		color: var(--color-slate-500);
		display: flex;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		max-width: 120px;
		display: block;
	}
}

.article-list .article-list--title h2,
.profile-content--header h2,
.aside-related--header h2 {
	color: var(--color-slate-700);
	margin-top: 1.5rem;
}

@media (max-width: 768px) {

	.article-list .article-list--title h2,
	.profile-content--header h2,
	.aside-related--header h2 {
		font-size: 12px;
	}

	[data-template-type="ambassador"] .particle-breadcrumb__wrapper {
		display: none;
	}

	[data-template-type="ambassador"] .section-profile {
		margin-top: 3rem !important;
	}

	[data-template-type="ambassador"] .profile-header--meta h2 small {
		font-size: 100%
	}

	[data-template-type="advisor"] .particle-breadcrumb__wrapper {
		display: none;
	}

	[data-template-type="advisor"] .section-profile {
		margin-top: 3rem !important;
	}

	[data-template-type="advisor"] .profile-header--meta h2 small {
		font-size: 100%
	}


	[data-template-type="partner"] .particle-breadcrumb__wrapper {
		display: none;
	}

	[data-template-type="partner"] .section-profile {
		margin-top: 3rem !important;
	}

	[data-template-type="partner"] .profile-header--meta h2 small {
		font-size: 100%
	}

	[data-template-type="campaign"] .particle-breadcrumb__wrapper {
		display: none;
	}

	[data-template-type="campaign"] .section-profile__header {
		margin-top: 3rem !important;
	}
}

@media (max-width: 992px) {
	.profile-header--gallery .profile-gallery--item[aria-hidden=false] {
		--translate-even: 75%, -30%;
		--translate-odd: 3%, -75%;
		--scale-odd: .8;
		--scale-even: .75;
		top: 50%;
		transform-origin: top right;
	}
}

@media (min-width: 1200px) {
	.blocktype-pullquote__content p {
		font: var(--type-h3);
		font-weight: 500;
		line-height: 1.563;
	}
}

h2.blocktype-heading,
h3.blocktype-heading,
h4.blocktype-heading {
	color: var(--color-black);
}

.blocktype-alert {
	max-width: 575px;
}

.blocktype-alert .blocktype-alert__meta p {
	text-wrap: pretty;
}

.blocktype-alert-container::after {
	display: none;
}

.particle-article__content>#overview-1+.blocktype-image .blocktype-image--wrapper,
.particle-article__content>#introduction-1+.blocktype-image .blocktype-image--wrapper,
.particle-article__content>.blocktype-image:first-child .blocktype-image--wrapper {
	margin-top: 0;
}

.sitenav-sm--row p {
	font-size: 14px;
}

.sitenav-sm--row[data-nav=social] {
	margin-bottom: 0;
}

.sitenav-sm--row[data-nav="copy"],
.sitenav-sm--row[data-nav="legal"] {
	display: none
}

@media (max-width: 992px) {
	.assistant-trigger {
		display: none;
	}
}

@media (max-width: 1366px) {
	section[data-page-style=center] .particle-article__wrapper {
		margin-left: auto;
		margin-right: auto;
		max-width: 768px;
	}
}

[data-template-type="partner"] .profile-header--meta p,
[data-template-type="ambassador"] .profile-header--meta div p,
[data-template-type="advisor"] .profile-header--meta div p {
	max-width: 39em;
}

@media (max-width: 992px) {

	[data-template-type="partner"] .profile-header--links ul li:nth-of-type(n+4),
	[data-template-type="ambassador"] .profile-header--links ul li:nth-of-type(n+4),
	[data-template-type="advisor"] .profile-header--links ul li:nth-of-type(n+4) {
		display: none;
	}
}

[data-template="single"] .blocktype-gallery {
	overflow: hidden;
}

[data-template-type="campaign"] .blocktype-gallery {
	overflow: visible;
}

[data-template="single"] .blocktype-gallery .blocktype-gallery--navigation {
	opacity: 1;
	position: relative;
	top: 0;
	margin: 0;
	background-color: var(--color-grey-900);
}

[data-template="single"] .blocktype-gallery .blocktype-gallery--navigation .blocktype-gallery--arrows .swiper-button-prev,
[data-template="single"] .blocktype-gallery .blocktype-gallery--navigation .blocktype-gallery--arrows .swiper-button-next {
	background-color: var(--color-black);
	color: white;
	border: 3px solid var(--color-grey-900);
	border-radius: 999em;
	cursor: pointer;

}

[data-template="single"] .blocktype-gallery .blocktype-gallery--navigation .blocktype-gallery--arrows .swiper-button-prev:hover,
[data-template="single"] .blocktype-gallery .blocktype-gallery--navigation .blocktype-gallery--arrows .swiper-button-next:hover {
	outline-offset: 0;
	outline-width: 2px;
	color: var(--color-grey-300);
	background-color: black;
	cursor: pointer;
}

[data-template="single"] .blocktype-gallery .blocktype-gallery--pagination .swiper-pagination-bullet {
	width: 10px;
	height: 6px;
	border-radius: 2px;
	cursor: pointer;
	transition-duration: 150ms;
	transition-property: width;
	transition-timing-function: ease;
}

[data-template="single"] .blocktype-gallery .blocktype-gallery--pagination .swiper-pagination-bullet-active {
	width: 16px;
}


.blocktype-gallery[data-gallery-aspect-ratio="landscape"] .blocktype-gallery--container {
	aspect-ratio: 16/9;
}

.blocktype-gallery[data-gallery-aspect-ratio="portrait"] .blocktype-gallery--container {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

.blocktype-gallery[data-gallery-aspect-ratio="portrait"] .blocktype-image picture {
	box-shadow: 0 0 0 0;
}

.blocktype-gallery[data-gallery-aspect-ratio="portrait"] .blocktype-gallery .swiper-3d {
	box-shadow: 0 0 0 0;
}

.blocktype-gallery[data-gallery-aspect-ratio="portrait"] .blocktype-gallery--wrapper {
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
	border-radius: 12px;
}

@media (max-width: 992px) {
	.blocktype-gallery[data-gallery-visibility="1"] {
		display: block;
	}

	.blocktype-gallery[data-gallery-visibility="2"] {
		display: none;
	}
}

@media (min-width: 992px) {
	.blocktype-gallery[data-gallery-visibility="1"] {
		display: none;
	}

	.blocktype-gallery[data-gallery-visibility="2"] {
		display: block;
	}
}

.device__wrapper .device__top__left {
	color: #FFF;
}

:root {
	--animate-duration: 0s;
	--animate-delay: 0s;
	--animate-repeat: 1
}

@media (min-width: 992px) {
	:root {
		--animate-duration: 0s;
		--animate-delay: 0s;
		--animate-repeat: 1
	}
}

.section-component--grid.size-sm .post-item__wrapper {
	--g: 1rem;
	--thumbnail-width: 150px;
	display: grid;
	grid-template-columns: 1fr var(--thumbnail-width);
	min-height: 100%;
}

.section-component--grid.size-sm .post-picture--thumbnail {
	grid-row-start: 1;
	grid-column-start: 2;
	grid-row-end: 3;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	max-width: var(--thumbnail-width);
	width: var(--thumbnail-width);
}

@media (min-width: 768px) {
	.section-component--grid.size-sm .post-item__wrapper {
		--thumbnail-width: 100px;
		display: grid;
		min-height: 100%;
		--g: 16px;
	}

	.section-component--grid.size-sm .post-item[data-type="person"] .post-item__wrapper {
		--thumbnail-width: 170px;
	}
}

.section-content .post-item[data-type=campaign] .post-item__meta,
.section-content .post-item[data-type=post] .post-item__meta {
	margin-top: 0;
	margin-bottom: 24px;
}

@media (max-width: 768px) {
	.section-content .post-item[data-type=campaign] .post-item__meta {
		margin-bottom: 16px !important;
	}

	.section-component--grid.size-sm .post-item[data-type=campaign] .post-item__wrapper {
		--thumbnail-width: 140px;
	}

	.section-content .post-item[data-type=campaign] header h3,
	.section-content .post-item[data-type=campaign] header h2 {
		font-size: 17px;
	}

	.section-content .post-item[data-type=campaign] header p {
		font-size: 14px;
	}

	.section-component--grid.size-sm .post-item[data-type="person"] .post-item__link {
		margin-top: 12px;
	}

	.section-component--grid.size-sm .post-item[data-type="person"] .post-item--header {
		min-height: auto;
	}

	.section-component--grid.size-sm .post-item[data-type="person"] .post-item--header p {
		display: none;
	}

	.section-component--grid.size-sm .post-item[data-type="person"] .post-item--header h3 {
		font-size: 17px;
	}

	.section-component--grid.size-sm .post-item[data-type="person"] .post-item--header h4 {
		font-size: 15px;
		color: var(--color-slate-500);
	}

	.section-component--grid.size-sm .post-item[data-type="person"] .post-item--footer {
		padding-top: 6px;
	}

	.section-component--grid.size-sm .post-item[data-type="person"] .post-item__wrapper {
		--thumbnail-width: 100px;
	}
}

.section-component--grid.size-sm .post-item[data-type="person"] .post-picture--thumbnail {
	border-right: 1px solid var(--color-slate-200);
}

.section-component--grid.size-sm .post-item--header {
	grid-row-start: 1;
	grid-column-start: 1;
	padding-top: var(--g);
	padding-left: var(--g);
	min-height: 150px;
}

.section-component--grid.size-sm .post-item--footer {
	grid-row-start: 2;
	grid-column-start: 1;
	margin-top: 0;
	padding-top: 12px;
	padding-left: var(--g);
	padding-bottom: 12px;
	display: flex;
	align-items: flex-end;
}

.section-component--grid.size-lg .post-item header h3,
.section-component--grid.size-lg .post-item header h2 {
	font-weight: 600;
}

.section-component--grid.size-sm .post-item:hover,
.section-component--grid.size-sm .post-item:focus,
.section-component--grid.size-sm .post-item:active,
.section-component--grid.size-sm .post-item:focus-within {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.section-component--grid.size-lg .post-item .post-item__meta .tag {
	border-radius: 4px;
}

.section-component--grid.size-sm .post-item .post-item__meta .tag {
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 4px;
	white-space: pre;
}

@media (max-width: 768px) {
	.post-item .post-item__meta .tag {
		border-radius: 3px;
		margin-left: -3px;
	}
}


.section-component--grid.size-sm .post-item .post-item__meta {
	order: 0;
	margin-top: 0;
	margin-bottom: 12px;
}

.section-component--grid.size-sm .post-item--header h3 {
	font-size: 16px;
	font-weight: 600;
}

.section-component--grid.size-lg .post-item--header h4 {
	font-size: 16px;
	font-weight: 500;
	color: var(--color-slate-500);
	margin-top: 4px;
	margin-bottom: 24px;
}

.section-component--grid.size-sm .post-item--header h4 {
	font-size: 14px;
	font-weight: 500;
	color: var(--color-slate-500);
	margin-top: 4px;
}

.section-component--grid.size-sm .post-item--header p {
	font-size: 14px;
	margin-top: 0;
	text-wrap: auto;
	color: var(--color-grey);
	display: none;
}

.section-component--grid.size-sm .post-item--footer .post-item__icon svg {
	width: 12px;
	height: 12px;
}

.section-component--grid.size-sm .post-item--footer .read-more {
	font-size: 16px;
	color: var(--color-slate-500);
}

.section-component--grid.size-sm .post-item:hover .read-more,
.section-component--grid.size-sm .post-item:focus .read-more {
	color: var(--color-slate-900);
}

.section-component--grid.size-sm .post-item--footer .read-more {
	font-size: 14px;
}

.section-component--grid.size-lg .post-item__wrapper {
	justify-content: flex-start;
	height: 100%;
}

.section-component--grid.size-lg .post-item .post-item__meta {
	order: -1;
	margin-top: 0;
	margin-bottom: 12px;
}

.section-component--grid.size-lg .post-item header p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	margin-top: 6px;
	text-wrap: auto;
}

@media (min-width: 768px) {
	.section-component--grid.size-sm .post-item .post-item__meta {
		order: -1;
		margin-top: 0;
		margin-bottom: 12px;
	}

	.section-component--grid.size-sm .post-item--header p {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		margin-top: 6px;
		font-size: 16px;
	}

	.section-component--grid.size-sm .post-item[data-type="campaign"] .post-item--header p {
		font-size: 15px;
		-webkit-line-clamp: 4;
		display: none;
	}

	.section-component--grid.size-sm .post-item[data-type="campaign"] .post-item--header {
		min-height: auto;
	}
}



.section-component--footer {
	display: flex;
	width: 100%;
	margin-top: 1.563rem;
	justify-content: center;
}

@media (min-width: 992px) {
	.section-component--footer {
		justify-content: flex-end;
		margin-top: 1.563rem;
	}
}

.section-component--footer a::before,
.section-component--footer a::after {
	background: currentColor;
	bottom: 0;
	content: "";
	display: block;
	height: 1.5px;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	transition-delay: 50ms;
}

.section-component--footer a::before {
	opacity: 0.25;
}

.section-component--footer a::after {
	background-color: rgba(var(--color-primary-900-rgb), 0);
	pointer-events: none;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 400ms ease, background-color 400ms ease;
	will-change: transform, background-color;
}

.section-component--footer a {
	color: var(--color-slate-400);
	display: inline-flex;
	font-weight: 500;
	justify-content: center;
	line-height: 1.5;
	position: relative;
	text-align: center;
	text-decoration-line: none;
	transition-duration: 100ms;
	transition-property: background-color, border-color, color, outline, outline-offset;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: pre;
	will-change: background-color, border-color, color, outline, outline-offset;
}

.section-component--footer a:hover::after,
.section-component--footer a:focus::after {
	background-color: rgba(var(--color-primary-900-rgb), 1);
	transform: scaleX(1);
}

.section-component--footer a span {
	color: var(--color-slate-700);
}

@media (min-width: 768px) {
	.section-component--footer {
		margin-top: 1.563rem;

		justify-content: flex-end;
	}

}

.section-component--grid .post-item[data-type="person"] .post-item__meta {
	display: none;
}

.section-content--wrapper[data-section-type="post"] .section-component--grid .post-item .post-item--header p {
	display: none;
}

.section-content--wrapper[data-section-type="post"] .section-component--grid .post-item .post-item__meta .date {
	display: flex;
	font-size: 12px;
	color: var(--color-slate-600);
	white-space: pre;
}

.section-content--wrapper[data-section-type="partner"] .section-component--grid .post-item .post-item__meta {
	display: none;
}

.section-content--wrapper[data-section-type="partner"] .post-item .post-item__wrapper {
	grid-template-columns: 1fr;
}

.section-content--wrapper[data-section-type="partner"] .section-component--grid.size-lg .post-item .post-picture--logo {
	aspect-ratio: 16/9;
	grid-row-start: 1;
}

.section-content--wrapper[data-section-type="partner"] .section-component--grid.size-sm .post-item .post-picture--logo {
	grid-row-start: 1;
	grid-row-end: 1;
	grid-column-start: 1;
	grid-column-end: 3;
	aspect-ratio: 16 / 9;
}

.section-content--wrapper[data-section-type="partner"] .section-component--grid.size-sm .post-item--header {
	grid-row-start: 2;
	grid-column-end: 3;
	grid-column-start: 1;
}

.section-content--wrapper[data-section-type="partner"] .section-component--grid .post-item--header {
	background-image: linear-gradient(to bottom, rgba(var(--color-rgb), .03), white);
}

.section-content--wrapper[data-section-type="partner"] .section-component--grid.size-sm .post-item--footer {
	grid-row-start: 3;
	grid-column-end: 3;
	grid-column-start: 1;
}

.section-content--wrapper[data-section-type="partner"] .section-component--grid.size-sm .post-item--header h3 {
	font: var(--type-h4);
	font-weight: 600;
}

.section-content--wrapper[data-section-type="partner"] .section-component--grid.size-sm .post-item--header h4 {
	font-size: 16px;
	font-weight: 500;
	color: var(--color-slate-600);
	margin-top: 4px;
	margin-bottom: 24px;
}

@media (min-width: 1024px) {
	.section-component--grid.size-lg .post-item[data-type="post"] .post-item__wrapper header {
		min-height: 160px;
		flex: 1;
	}

	.post-item[data-type=partner] .post-item__wrapper {
		--thumbnail-width: 100%;
	}

	.post-item[data-type=partner] header {
		min-height: 110px;
	}
}

@media (min-width: 768px) {
	.section-content--wrapper[data-section-type="partner"] .post-item[data-type="partner"] header {
		min-height: 110px;
	}
}

.section-content--wrapper .list-btn--layout {
	align-items: center;
	display: flex;
	font-size: 22px;
	justify-content: center;
	-webkit-appearance: none;
	background: transparent;
	background-color: white;
	border: none;
	border: 1px solid var(--color-slate-300);
	color: var(--color-slate-600);
	border-radius: 6px;
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: 18px;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	height: 26px;
	line-height: normal;
	margin: 0;
	outline-color: rgba(var(--color-slate-500-rgb), 0);
	outline-offset: 0.25em;
	outline-style: solid;
	outline-width: 2px;
	overflow: visible;
	padding: 0;
	transition-duration: 150ms;
	transition-property: outline-color, outline-offset, outline, border-color;
	width: 26px;
	will-change: outline-color, outline-offset, outline, border-color;
}

@media (min-width: 768px) {
	.section-content--wrapper .list-btn--layout {
		display: none;
	}
}

@media (max-width: 768px) {
	.section-component--grid.size-sm .post-picture--thumbnail {
		grid-row-start: 1;
		grid-column-start: 1;
		height: 100%;
		min-height: 100%;
		overflow: hidden;
		position: absolute;
		right: 0;
	}

	.section-component--grid.size-sm .post-item .post-item__meta {
		order: 0;
		margin-top: 0;
		margin-bottom: 12px;
	}

	.section-component--grid.size-sm .post-item--header,
	.section-component--grid.size-sm .post-item--footer {
		z-index: 2;
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.section-component--grid.size-lg .post-item header p {
		font-size: 15px;
	}

	.section-component--grid.size-lg .post-item[data-type="partner"] header p {
		font-size: 16px;
	}



	.section-component--grid.size-sm .post-item--header p span,
	.section-component--grid.size-sm .post-item--header h3 span {
		background-color: white;
	}

	.section-component--grid.size-sm .post-item--header p {
		-webkit-line-clamp: 4;
		margin-top: 7px;
		text-wrap: auto;
		max-width: 100%;
		display: -webkit-box;
	}

	@media (max-width: 768px) {
		.section-component--grid.size-sm .post-item[data-type="person"] .post-item--header p {
			margin-top: 12px;
		}
	}

	.section-component--grid.size-sm .post-item[data-type="person"].post-item--header p {
		display: none;
	}

	.section-component--grid.size-sm .post-item .post-item__meta .tag {
		border-radius: 4px;
		font-size: 12px;
		font-weight: 500;
		padding: 2px 4px;
		white-space: pre;
	}

	.section-component--grid.size-sm .post-item--footer .read-more {
		font-size: 14px;
	}
}

@media (max-width: 375px) {
	.section-component--grid.size-sm .post-item--header {
		height: auto;
		min-height: auto;
	}

	/* .section-component--grid.size-sm .post-item--header p {
	    display: none;
	} */
}


.section-posts article a {
	padding: 16px;
	border-radius: 4px;
	border: 0px solid;
	box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.section-posts article picture {
	border-radius: 4px;
}

.section-posts article[data-type="campaign"] p {
	display: -webkit-box;
}

.section-posts article[data-type="campaign"] header {
	display: flex;
	flex-direction: column;
}

.section-posts article[data-type="campaign"] .article-meta time {
	display: none;
}

.section-posts article[data-type="campaign"] .article-meta span.tag {
	display: block;
	color: var(--color-dark-hex);
	background-color: rgba(var(--color-rgb), 0.06);
	font-size: 13px;
	font-weight: 500;
	padding: 3px 6px;
	margin-left: -3px;
	border-radius: 4px;
}

.section-posts article h3 {
	font-weight: 600;
	line-height: 1.414;
}

.section-posts article[data-type="campaign"] h3 {
	margin-top: 8px;
}

.section-posts article .article-meta {
	display: flex;
}

.section-posts article .article-meta span.tag {
	display: none;
}

.section-posts article .article-meta time {
	font-size: 13px;
	color: var(--color-grey);
	font-weight: 500;
}

.section-content--wrapper {
	padding-top: 0;
	padding-bottom: 1.25rem;
}

.section-component--head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

@media (min-width: 992px) {
	.section-component--head {
		margin-bottom: 0.781rem;
		margin-top: 0.781rem;
	}
}

.section-component--head[data-hidden="false"] {
	margin-top: 12px;
	margin-bottom: 12px;
}

.section-component--head h2 {
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 1.2;
	font-weight: 700;
	color: var(--color-slate-500);
	text-transform: uppercase;
	margin: 0;
}

@media (min-width: 992px) {
	.section-component--head[data-hidden="false"] {
		margin-top: 48px;
		margin-bottom: 12px;
	}


}

@media (max-width: 992px) {
	.section-component--head h2 {
		margin: 0;
	}

	.section-component--head {
		margin-bottom: 12px;
		margin-top: 48px;
	}

	.section-component--head[data-hidden="true"] {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}

	.section-component--head h2 {
		font-size: 13px;
		letter-spacing: 0.03em;
		line-height: 1.2;
		font-weight: 700;
		color: var(--color-slate-500);
		text-transform: uppercase;
	}
}

@media (min-width: 1340px) {
	section[data-page-style=left] .particle-article__wrapper {
		grid-gap: 5rem;
	}
}



.section-component--grid .post-item--header .post-item--author {
	font-size: 15px;
	color: var(--color-slate-500);
	margin-top: 4px;
	font-weight: 500;
}

@media (max-width: 992px) {
	.section-component--cards[data-type="featured"] .section-component--grid .post-item .post-item__meta .tag {
		font-size: 14px;
	}
}

@media (min-width: 1024px) {
	.section-component--cards[data-type="featured"] .post-item .post-item__meta {
		display: none;
	}

	.section-component--cards[data-type="featured"] .post-item header p {
		margin-top: 1rem;
	}
}


.post-item[data-type="campaign"] .post-item__meta,
.post-item[data-type="resource"] .post-item__meta {
	position: relative;
	background-color: white;
	max-width: max-content;
	border-radius: 7px;
}

@media (min-width: 768px) {
	.post-item[data-type="campaign"] .post-item__meta,
	.post-item[data-type="resource"] .post-item__meta {
		top: -24px !important;
		margin-bottom: 0 !important;
	}
}

.post-item[data-type="campaign"] .post-item__meta .tag,
.post-item[data-type="resource"] .post-item__meta .tag {
	background-color: rgba(var(--color-rgb), 0.09);
	border-radius: 7px;
	color: var(--color-dark-hex);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	padding: 4px 5px;
	align-items: center;
	display: flex;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.post-item[data-type="campaign"],
.post-item[data-type="resource"] {
	background-color: white;
}

.post-item[data-type="campaign"] .post-item__wrapper {
	background-image: linear-gradient(-45deg, rgba(var(--color-rgb), 0.035), white 30%);
}

.post-item--partner {
	align-items: center;
	justify-content: flex-start;
	display: grid;
	grid-template-columns: auto 1fr;
	position: absolute;
	right: 1rem;
	opacity: 0;
	top: -10px;
	transition-duration: 200ms;
	transition-property: opacity, top;
	transition-timing-function: ease;
}

.post-item:hover .post-item--partner,
.post-item:focus .post-item--partner {
	opacity: 1;
	top: -20px;
}

.post-item--partner__logo {
	display: flex;
	align-items: center;
}

.post-item--partner__logo .logo-thumbnail {
	border-radius: 999em;
	overflow: hidden;
	width: 42px;
	height: 42px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.logo-thumbnail:nth-of-type(1) {
	z-index: 2;
}

.logo-thumbnail:nth-of-type(2) {
	background-color: white;
	display: flex;
	color: var(--color-primary-500);
	align-items: center;
	justify-content: center;
	margin-left: -12px;
	z-index: 1;
	font-size: 1.25rem;
}

.post-item--partner__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	user-select: none;
	pointer-events: none;
}


/* Tags */

.tag-list {}

.tag-list--item {
	user-select: none;
	padding: 4px 6px;
	border-radius: 3px;
	display: inline-block;
	font-size: 16px;
	background-color: rgba(var(--color-slate-500-rgb), 0.03);
	border: 1px solid rgba(var(--color-slate-500-rgb), 0.1);
	color: var(--color-slate-900);
	font-weight: 400;
	margin-right: 10px;
	margin-bottom: 10px;
}

.plyr {
	user-select: none;
}

@media (max-width: 1099.98px) {
	.section-counter .counter .count-header {
		 border: 1px solid rgba(var(--page-primary-rgb), 0.25);
		 box-shadow: rgba(var(--page-primary-rgb), 0.05) 0px 6px 24px 0px, rgba(var(--page-primary-rgb), 0.08) 0px 0px 0px 1px;
	}
}



.txt-link {
		border: 0px solid;
    font-size: 1rem;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: relative;
    text-decoration: underline;
    text-decoration-color: #cbd5e1;
    text-decoration-color: var(--color-slate-300);
    text-underline-offset: .25em;
    transition-duration: 150ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    will-change: color, text-decoration-color;
    z-index: 2;
	 display: inline-block;
}