body {
	overflow-x: hidden;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.main {
	background: var(--lightgray5);
	padding: 40px 20px;
	@media screen and (width >= 768px) {
		padding: 50px;
	}
	@media screen and (width >= 992px) {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 30px;
	}
	@media screen and (width >= 1200px) {
		display: grid;
		grid-template-columns: 1fr 255px;
		gap: 30px;
	}
	@media screen and (width >= 1440px) {
		grid-template-columns: minmax(0, calc( 1240px - 255px - 70px)) 255px;
		padding-inline: 100px;
		padding-block: 100px;
		gap: 70px;
		justify-content: center;
	}
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	font-family: var(--sans-serif1);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;

	& a {
		transition: 0.1s ease all;
		display: inline-flex;
		gap: 5px;
		align-items: center;
		&::before {
			content: '';
			transition: 0.1s ease all;
			display: inline-flex;
			width: 19px;
			height: 11px;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' viewBox='0 0 19 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.78248 0.204184L0.357059 4.64068C0.14686 4.91293 0.14686 5.35433 0.357059 5.62657L3.78248 10.0631C3.99268 10.3353 4.33348 10.3353 4.54368 10.0631C4.75388 9.79082 4.75388 9.34943 4.54368 9.07718L2.03712 5.83076H17.9617C18.259 5.83076 18.5 5.51864 18.5 5.13363C18.5 4.74861 18.259 4.4365 17.9617 4.4365H2.03712L4.54368 1.19007C4.75388 0.917827 4.75388 0.47643 4.54368 0.204184C4.33348 -0.0680614 3.99268 -0.0680614 3.78248 0.204184Z' fill='%23006C97'/%3E%3C/svg%3E");
			background-size: contain;
			background-repeat: no-repeat;
			speak: never;
		}
		&:hover {
			color: var(--red1);
			&::before {
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' viewBox='0 0 19 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.78248 0.204184L0.357059 4.64068C0.14686 4.91293 0.14686 5.35433 0.357059 5.62657L3.78248 10.0631C3.99268 10.3353 4.33348 10.3353 4.54368 10.0631C4.75388 9.79082 4.75388 9.34943 4.54368 9.07718L2.03712 5.83076H17.9617C18.259 5.83076 18.5 5.51864 18.5 5.13363C18.5 4.74861 18.259 4.4365 17.9617 4.4365H2.03712L4.54368 1.19007C4.75388 0.917827 4.75388 0.47643 4.54368 0.204184C4.33348 -0.0680614 3.99268 -0.0680614 3.78248 0.204184Z' fill='%23B0151E'/%3E%3C/svg%3E");
			}
		}
	}
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
	
	& a {
		transition: 0.1s ease all;
		display: inline-flex;
		gap: 5px;
		align-items: center;
		&::after {
			content: '';
			transition: 0.1s ease all;
			display: inline-flex;
			width: 19px;
			height: 11px;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' viewBox='0 0 19 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2175 0.204184L18.6429 4.64068C18.8531 4.91293 18.8531 5.35433 18.6429 5.62657L15.2175 10.0631C15.0073 10.3353 14.6665 10.3353 14.4563 10.0631C14.2461 9.79082 14.2461 9.34943 14.4563 9.07718L16.9629 5.83076H1.03825C0.740984 5.83076 0.5 5.51864 0.5 5.13363C0.5 4.74861 0.740984 4.4365 1.03825 4.4365H16.9629L14.4563 1.19007C14.2461 0.917827 14.2461 0.47643 14.4563 0.204184C14.6665 -0.0680614 15.0073 -0.0680614 15.2175 0.204184Z' fill='%23006C97'/%3E%3C/svg%3E");
			background-size: contain;
			background-repeat: no-repeat;
			speak: never;
		}
		&:hover {
			color: var(--red1);
			&::after {
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' viewBox='0 0 19 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2175 0.204184L18.6429 4.64068C18.8531 4.91293 18.8531 5.35433 18.6429 5.62657L15.2175 10.0631C15.0073 10.3353 14.6665 10.3353 14.4563 10.0631C14.2461 9.79082 14.2461 9.34943 14.4563 9.07718L16.9629 5.83076H1.03825C0.740984 5.83076 0.5 5.51864 0.5 5.13363C0.5 4.74861 0.740984 4.4365 1.03825 4.4365H16.9629L14.4563 1.19007C14.2461 0.917827 14.2461 0.47643 14.4563 0.204184C14.6665 -0.0680614 15.0073 -0.0680614 15.2175 0.204184Z' fill='%23B0151E'/%3E%3C/svg%3E");
			}
		}
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.home .site-branding {
	position: relative;
}

/* .home .site-main,
.archive .site-main,
.search .site-main  {
	display: grid;
	padding: 40px 20px;
	gap: 48px;
} */

/* aside#secondary {
	padding: 100px 40px 40px;
	color: #ffffff;
	position: fixed;
	transform: translateX(100vw);
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .4s linear;
	z-index: 4;
	max-height: 100%;
    overflow-y: auto;
}

aside#secondary.show {
	transform: translateX(0px);
	z-index: 10;
	left: 0;
}

aside#secondary .close {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
}

aside#secondary ul {
	margin: 0;
    padding-left: 0;
    list-style: none;
}

aside#secondary ul li {
	margin-bottom: 15px;
} */

.archive-select {
	display: flex;
	gap: 10px;
	align-items: center;
	height: 34px;
}

.archive-select label {
	color: #ffffff;
}

.archive-select .select-wrap,
.archive-select .select-wrap select {
	width: 100%;
	height: 100%;
}

.archive-select #gl_archives-dropdown--1 {
	background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="ctrl-up 1" clip-path="url(%23clip0_8033_28567)"><g id="Group"><path id="Vector" d="M15 5.5L8 10.5L1 5.5" stroke="%23BE5E38" stroke-linecap="round" stroke-linejoin="round"/></g></g><defs><clipPath id="clip0_8033_28567"><rect width="16" height="16" fill="white" transform="translate(16 16) rotate(-180)"/></clipPath></defs></svg>');
	background-repeat: no-repeat;
	background-position: 97% center;
	background-color: #ffffff;
}



.breadcrumbs ul {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
	margin-left: 0;
    padding-left: 0;
}

.breadcrumbs ul li {
	display: flex;
	align-items: center;
}

.breadcrumbs ul li a {
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 16px;
	color: #6a6a6a;
}

.breadcrumbs ul li .chevron {
	margin: 0 10px;
}

.breadcrumbs ul li span {
	font-weight: 700;
	font-size: 16px;
	color: #6a6a6a;
}

.breadcrumbs ul li a:hover {
	color: var(--red1);
}
.breadcrumbs ul li a:hover svg:not(.chevron) path {
	fill: var(--red1);
}

.return-to-blog {
	display: flex;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 50px 50px;
	justify-content: center;
	@media screen and (width >= 768px) {
		padding: 0px 50px 50px;
		justify-content: flex-start;
	}
	@media screen and (width >= 1200px) {
		padding-inline: 100px;
		margin-inline: auto;
		max-width: 1440px;
	}
}

.back-to-home a {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 25px;
	color: var(--orange1);
}

.back-to-home a svg {
	transform: rotate(180deg);
}

.back-to-home a:hover {
	color: var(--red1);
}

.back-to-home a:hover svg path {
	stroke: var(--red1);
}

/* pagination */
.pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	font-size: 18px;
	width: 100%;
}

.pagination .nav-links span {
	font-weight: 700;
	color: var(--orange1);
}

.pagination .nav-links a {
	color: #494949;
	font-weight: 300;
}

.pagination .nav-links a:hover {
	color: var(--orange1);
}

.pagination .nav-links .next.page-numbers,
.pagination .nav-links .prev.page-numbers {
	background: var(--orange1);
	width: 26px;
	height: 26px;
	transform: rotate(45deg);
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination .nav-links .next.page-numbers:hover,
.pagination .nav-links .prev.page-numbers:hover {
	background: #7F2629;
}

.pagination .nav-links .next.page-numbers svg {
	transform: rotate(-45deg);
}

.pagination .nav-links .prev.page-numbers svg {
	transform: rotate(135deg);
}

/* homepage */
.entries {

	& .entry {
		background: var(--white);
		padding: 00px;
		border-radius: 10px;
		display: grid;
		overflow: hidden;
		font-family: var(--sans-serif2);
		border: 0;
		transition: 0.3s ease all;
		margin-block-end: 24px;
		&:has(a:hover) {
			@media screen and (width >= 992px) {
				border-color: var(--blue2);
			}
			& .entry__read-more {
				background: var(--red1);
			}
		}
		@media screen and (width >= 768px) {
			padding: 17px;
			display: grid;
			grid-template-columns: 1fr 2fr;
			gap: 20px;
			margin-block-end: 24px;
		}
		@media screen and (width >= 992px) {
			border: 3px solid var(--white);
		}
		@media screen and (width >= 1200px) {
			gap: 30px;
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
	}
	
	& .entry__image {
		aspect-ratio: 353 / 223;
		background-color: var(--lightgray1);
		line-height: 0;
		@media screen and (width >= 768px) {
			aspect-ratio: 417 / 222;
			border-radius: 10px;
			overflow: hidden;
		}
	}
	& .entry__image-link {
		display: block;
		line-height: 0;
		height: 100%;
	}
	& .entry__image-img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	& .entry__content {
		padding: 20px;
		@media screen and (width >= 768px) {
			padding: 0;
			display: grid;
			grid-template-rows: auto 1fr auto;
		}
	}
	& .entry__title,
	& .entry__title-link {
		font-size: 16px;
		color: var(--darkgray1);
		font-family: var(--sans-serif2);
		font-weight: 600;
		@media screen and (width >= 768px) {
			font-size: 20px;
		}
	}
	& .entry__title {
		margin-block-end: 10px;
	}
	& .entry__date {
		font-size: 14px;
		@media screen and (width >= 768px) {
			font-size: 16px;
		}
	}
	& .entry__header {
		margin-block-end: 5px;
		@media screen and (width >= 768px) {
			margin-block-end: 15px;
		}
	}
	& .entry__read-more {
		border-radius: 50%;
		height: 32px;
		width: 32px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: var(--white);
		background: var(--blue1);
		padding: 5px;
		transition: 0.3s ease all;
		&:visited {
			background: var(--blue1);
		}
		&:focus-visible,
		&:hover {
			background: var(--red1);
		}
	}
	& .entry__footer {
		margin-block-start: 10px;
		text-align: right;
	}
}

/* page hero */

.hero-image-tri--blog {
	overflow: hidden;
	position: relative;
	background-image:
		url("data:image/svg+xml,%3Csvg width='193' height='193' viewBox='0 0 193 193' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4218_45026)'%3E%3Cpath d='M-9.07715 62.2222L-3.90079 62.2222M-6.48897 59.63L-6.48897 64.8144M17.7752 62.2222L22.9516 62.2222M20.3634 59.63L20.3634 64.8144M-8.91539 89.1159L-3.73903 89.1159M-6.32721 86.5237L-6.32721 91.7081M17.937 89.1159L23.1134 89.1159M20.5252 86.5237L20.5252 91.708M4.34904 75.831L9.5254 75.831M6.93722 73.2389L6.93722 78.4232M31.3632 75.831L36.5395 75.831M33.9514 73.2389L33.9514 78.4232M4.34904 48.9374L9.5254 48.9374M6.93722 46.3452L6.93722 51.5295M31.3632 48.9374L36.5395 48.9374M33.9514 46.3452L33.9514 51.5295M-9.07716 7.13872L-3.90079 7.13872M-6.48898 4.54655L-6.48898 9.73088M17.7752 7.13871L22.9516 7.13871M20.3634 4.54655L20.3634 9.73088M-8.91539 34.0324L-3.73903 34.0324M-6.32721 31.4402L-6.32721 36.6246M17.937 34.0324L23.1134 34.0324M20.5252 31.4402L20.5252 36.6246M4.34904 20.7476L9.5254 20.7476M6.93722 18.1554L6.93722 23.3398M31.3632 20.7476L36.5395 20.7476M33.9514 18.1554L33.9514 23.3397M4.34904 -6.14612L9.5254 -6.14613M6.93722 -8.73829L6.93722 -3.55394M31.3632 -6.14613L36.5395 -6.14613M33.9514 -8.73829L33.9514 -3.55395M45.9217 7.13871L51.0981 7.13871M48.5099 4.54655L48.5099 9.73087M72.7741 7.13871L77.9505 7.13871M75.3623 4.54655L75.3623 9.73087M46.0835 34.0324L51.2598 34.0324M48.6717 31.4402L48.6717 36.6246M72.9359 34.0324L78.1122 34.0324M75.524 31.4402L75.524 36.6246M59.3479 20.7476L64.5243 20.7476M61.9361 18.1554L61.9361 23.3397M86.362 20.7476L91.5384 20.7476M88.9502 18.1554L88.9502 23.3397M59.3479 -6.14613L64.5243 -6.14613M61.9361 -8.73829L61.9361 -3.55395M86.362 -6.14613L91.5384 -6.14613M88.9502 -8.73829L88.9502 -3.55395M45.9217 62.2222L51.0981 62.2222M48.5099 59.63L48.5099 64.8144M72.7741 62.2222L77.9505 62.2222M75.3623 59.63L75.3623 64.8144M46.0835 89.1159L51.2598 89.1159M48.6717 86.5237L48.6717 91.708M72.9359 89.1159L78.1122 89.1159M75.524 86.5237L75.524 91.708M59.3479 75.831L64.5243 75.831M61.9361 73.2389L61.9361 78.4232M86.362 75.831L91.5384 75.831M88.9502 73.2389L88.9502 78.4232M59.3479 48.9374L64.5243 48.9374M61.9361 46.3452L61.9361 51.5295M86.362 48.9374L91.5384 48.9374M88.9502 46.3452L88.9502 51.5295M100.921 62.2222L106.097 62.2222M103.509 59.63L103.509 64.8144M127.773 62.2222L132.949 62.2222M130.361 59.63L130.361 64.8143M101.082 89.1159L106.259 89.1159M103.671 86.5237L103.671 91.708M127.935 89.1159L133.111 89.1159M130.523 86.5237L130.523 91.708M114.347 75.831L119.523 75.831M116.935 73.2389L116.935 78.4232M141.361 75.831L146.537 75.831M143.949 73.2389L143.949 78.4232M114.347 48.9373L119.523 48.9373M116.935 46.3452L116.935 51.5295M141.361 48.9373L146.537 48.9373M143.949 46.3452L143.949 51.5295M100.921 7.13871L106.097 7.13871M103.509 4.54655L103.509 9.73087M127.773 7.13871L132.949 7.13871M130.361 4.54655L130.361 9.73087M101.082 34.0324L106.259 34.0324M103.671 31.4402L103.671 36.6246M127.935 34.0324L133.111 34.0324M130.523 31.4402L130.523 36.6246M114.347 20.7476L119.523 20.7476M116.935 18.1554L116.935 23.3397M141.361 20.7476L146.537 20.7476M143.949 18.1554L143.949 23.3397M114.347 -6.14613L119.523 -6.14613M116.935 -8.73829L116.935 -3.55395M141.361 -6.14613L146.537 -6.14613M143.949 -8.73829L143.949 -3.55395M155.919 7.13871L161.096 7.13871M158.508 4.54655L158.508 9.73087M182.772 7.13871L187.948 7.13871M185.36 4.54655L185.36 9.73087M156.081 34.0324L161.258 34.0324M158.669 31.4402L158.669 36.6246M182.934 34.0324L188.11 34.0324M185.522 31.4402L185.522 36.6246M169.346 20.7476L174.522 20.7476M171.934 18.1554L171.934 23.3397M196.36 20.7476L201.536 20.7476M198.948 18.1554L198.948 23.3397M169.346 -6.14613L174.522 -6.14613M171.934 -8.73829L171.934 -3.55395M196.36 -6.14613L201.536 -6.14613M198.948 -8.73829L198.948 -3.55395M155.919 62.2222L161.096 62.2222M158.508 59.63L158.508 64.8143M182.772 62.2222L187.948 62.2222M185.36 59.63L185.36 64.8143M156.081 89.1159L161.258 89.1159M158.669 86.5237L158.669 91.708M182.934 89.1159L188.11 89.1159M185.522 86.5237L185.522 91.708M169.346 75.831L174.522 75.831M171.934 73.2389L171.934 78.4232M196.36 75.831L201.536 75.831M198.948 73.2389L198.948 78.4232M169.346 48.9373L174.522 48.9373M171.934 46.3452L171.934 51.5295M196.36 48.9373L201.536 48.9373M198.948 46.3452L198.948 51.5295M-9.07715 172.389L-3.90079 172.389M-6.48897 169.797L-6.48897 174.981M17.7752 172.389L22.9516 172.389M20.3634 169.797L20.3634 174.981M-8.91539 199.283L-3.73902 199.283M-6.32721 196.691L-6.32721 201.875M17.937 199.283L23.1134 199.283M20.5252 196.691L20.5252 201.875M4.34904 185.998L9.52541 185.998M6.93723 183.406L6.93723 188.59M31.3632 185.998L36.5396 185.998M33.9514 183.406L33.9514 188.59M4.34904 159.104L9.52541 159.104M6.93722 156.512L6.93722 161.696M31.3632 159.104L36.5396 159.104M33.9514 156.512L33.9514 161.696M-9.07715 117.306L-3.90079 117.306M-6.48897 114.714L-6.48897 119.898M17.7752 117.306L22.9516 117.306M20.3634 114.714L20.3634 119.898M-8.91539 144.199L-3.73903 144.199M-6.32721 141.607L-6.32721 146.792M17.937 144.199L23.1134 144.199M20.5252 141.607L20.5252 146.792M4.34904 130.915L9.5254 130.915M6.93722 128.322L6.93722 133.507M31.3632 130.915L36.5396 130.915M33.9514 128.322L33.9514 133.507M4.34904 104.021L9.5254 104.021M6.93722 101.429L6.93722 106.613M31.3632 104.021L36.5395 104.021M33.9514 101.429L33.9514 106.613M45.9217 117.306L51.0981 117.306M48.5099 114.714L48.5099 119.898M72.7741 117.306L77.9505 117.306M75.3623 114.714L75.3623 119.898M46.0835 144.199L51.2598 144.199M48.6717 141.607L48.6717 146.792M72.9359 144.199L78.1122 144.199M75.524 141.607L75.524 146.792M59.3479 130.915L64.5243 130.915M61.9361 128.322L61.9361 133.507M86.3621 130.915L91.5384 130.915M88.9502 128.322L88.9502 133.507M59.3479 104.021L64.5243 104.021M61.9361 101.429L61.9361 106.613M86.362 104.021L91.5384 104.021M88.9502 101.429L88.9502 106.613M45.9217 172.389L51.0981 172.389M48.5099 169.797L48.5099 174.981M72.7741 172.389L77.9505 172.389M75.3623 169.797L75.3623 174.981M46.0835 199.283L51.2598 199.283M48.6717 196.691L48.6717 201.875M72.9359 199.283L78.1122 199.283M75.524 196.691L75.524 201.875M59.3479 185.998L64.5243 185.998M61.9361 183.406L61.9361 188.59M86.3621 185.998L91.5384 185.998M88.9502 183.406L88.9502 188.59M59.3479 159.104L64.5243 159.104M61.9361 156.512L61.9361 161.696M86.3621 159.104L91.5384 159.104M88.9502 156.512L88.9502 161.696M100.921 172.389L106.097 172.389M103.509 169.797L103.509 174.981M127.773 172.389L132.949 172.389M130.361 169.797L130.361 174.981M101.082 199.283L106.259 199.283M103.671 196.691L103.671 201.875M127.935 199.283L133.111 199.283M130.523 196.691L130.523 201.875M114.347 185.998L119.523 185.998M116.935 183.406L116.935 188.59M141.361 185.998L146.537 185.998M143.949 183.406L143.949 188.59M114.347 159.104L119.523 159.104M116.935 156.512L116.935 161.696M141.361 159.104L146.537 159.104M143.949 156.512L143.949 161.696M100.921 117.306L106.097 117.306M103.509 114.713L103.509 119.898M127.773 117.306L132.949 117.306M130.361 114.713L130.361 119.898M101.082 144.199L106.259 144.199M103.671 141.607L103.671 146.792M127.935 144.199L133.111 144.199M130.523 141.607L130.523 146.792M114.347 130.915L119.523 130.915M116.935 128.322L116.935 133.507M141.361 130.915L146.537 130.915M143.949 128.322L143.949 133.507M114.347 104.021L119.523 104.021M116.935 101.429L116.935 106.613M141.361 104.021L146.537 104.021M143.949 101.429L143.949 106.613M155.919 117.306L161.096 117.306M158.508 114.713L158.508 119.898M182.772 117.306L187.948 117.306M185.36 114.713L185.36 119.898M156.081 144.199L161.258 144.199M158.669 141.607L158.669 146.792M182.934 144.199L188.11 144.199M185.522 141.607L185.522 146.792M169.346 130.915L174.522 130.915M171.934 128.322L171.934 133.507M196.36 130.915L201.536 130.915M198.948 128.322L198.948 133.507M169.346 104.021L174.522 104.021M171.934 101.429L171.934 106.613M196.36 104.021L201.536 104.021M198.948 101.429L198.948 106.613M155.919 172.389L161.096 172.389M158.508 169.797L158.508 174.981M182.772 172.389L187.948 172.389M185.36 169.797L185.36 174.981M156.081 199.283L161.258 199.283M158.669 196.691L158.669 201.875M182.934 199.283L188.11 199.283M185.522 196.691L185.522 201.875M169.346 185.998L174.522 185.998M171.934 183.406L171.934 188.59M196.36 185.998L201.536 185.998M198.948 183.406L198.948 188.59M169.346 159.104L174.522 159.104M171.934 156.512L171.934 161.696M196.36 159.104L201.536 159.104M198.948 156.512L198.948 161.696' stroke='%236FBAD1' stroke-width='0.978808'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4218_45026'%3E%3Crect width='192' height='192' fill='%236FBAD1' transform='translate(0.229492 0.568359)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"),
		url("data:image/svg+xml,%3Csvg width='193' height='193' viewBox='0 0 193 193' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4218_45026)'%3E%3Cpath d='M-9.07715 62.2222L-3.90079 62.2222M-6.48897 59.63L-6.48897 64.8144M17.7752 62.2222L22.9516 62.2222M20.3634 59.63L20.3634 64.8144M-8.91539 89.1159L-3.73903 89.1159M-6.32721 86.5237L-6.32721 91.7081M17.937 89.1159L23.1134 89.1159M20.5252 86.5237L20.5252 91.708M4.34904 75.831L9.5254 75.831M6.93722 73.2389L6.93722 78.4232M31.3632 75.831L36.5395 75.831M33.9514 73.2389L33.9514 78.4232M4.34904 48.9374L9.5254 48.9374M6.93722 46.3452L6.93722 51.5295M31.3632 48.9374L36.5395 48.9374M33.9514 46.3452L33.9514 51.5295M-9.07716 7.13872L-3.90079 7.13872M-6.48898 4.54655L-6.48898 9.73088M17.7752 7.13871L22.9516 7.13871M20.3634 4.54655L20.3634 9.73088M-8.91539 34.0324L-3.73903 34.0324M-6.32721 31.4402L-6.32721 36.6246M17.937 34.0324L23.1134 34.0324M20.5252 31.4402L20.5252 36.6246M4.34904 20.7476L9.5254 20.7476M6.93722 18.1554L6.93722 23.3398M31.3632 20.7476L36.5395 20.7476M33.9514 18.1554L33.9514 23.3397M4.34904 -6.14612L9.5254 -6.14613M6.93722 -8.73829L6.93722 -3.55394M31.3632 -6.14613L36.5395 -6.14613M33.9514 -8.73829L33.9514 -3.55395M45.9217 7.13871L51.0981 7.13871M48.5099 4.54655L48.5099 9.73087M72.7741 7.13871L77.9505 7.13871M75.3623 4.54655L75.3623 9.73087M46.0835 34.0324L51.2598 34.0324M48.6717 31.4402L48.6717 36.6246M72.9359 34.0324L78.1122 34.0324M75.524 31.4402L75.524 36.6246M59.3479 20.7476L64.5243 20.7476M61.9361 18.1554L61.9361 23.3397M86.362 20.7476L91.5384 20.7476M88.9502 18.1554L88.9502 23.3397M59.3479 -6.14613L64.5243 -6.14613M61.9361 -8.73829L61.9361 -3.55395M86.362 -6.14613L91.5384 -6.14613M88.9502 -8.73829L88.9502 -3.55395M45.9217 62.2222L51.0981 62.2222M48.5099 59.63L48.5099 64.8144M72.7741 62.2222L77.9505 62.2222M75.3623 59.63L75.3623 64.8144M46.0835 89.1159L51.2598 89.1159M48.6717 86.5237L48.6717 91.708M72.9359 89.1159L78.1122 89.1159M75.524 86.5237L75.524 91.708M59.3479 75.831L64.5243 75.831M61.9361 73.2389L61.9361 78.4232M86.362 75.831L91.5384 75.831M88.9502 73.2389L88.9502 78.4232M59.3479 48.9374L64.5243 48.9374M61.9361 46.3452L61.9361 51.5295M86.362 48.9374L91.5384 48.9374M88.9502 46.3452L88.9502 51.5295M100.921 62.2222L106.097 62.2222M103.509 59.63L103.509 64.8144M127.773 62.2222L132.949 62.2222M130.361 59.63L130.361 64.8143M101.082 89.1159L106.259 89.1159M103.671 86.5237L103.671 91.708M127.935 89.1159L133.111 89.1159M130.523 86.5237L130.523 91.708M114.347 75.831L119.523 75.831M116.935 73.2389L116.935 78.4232M141.361 75.831L146.537 75.831M143.949 73.2389L143.949 78.4232M114.347 48.9373L119.523 48.9373M116.935 46.3452L116.935 51.5295M141.361 48.9373L146.537 48.9373M143.949 46.3452L143.949 51.5295M100.921 7.13871L106.097 7.13871M103.509 4.54655L103.509 9.73087M127.773 7.13871L132.949 7.13871M130.361 4.54655L130.361 9.73087M101.082 34.0324L106.259 34.0324M103.671 31.4402L103.671 36.6246M127.935 34.0324L133.111 34.0324M130.523 31.4402L130.523 36.6246M114.347 20.7476L119.523 20.7476M116.935 18.1554L116.935 23.3397M141.361 20.7476L146.537 20.7476M143.949 18.1554L143.949 23.3397M114.347 -6.14613L119.523 -6.14613M116.935 -8.73829L116.935 -3.55395M141.361 -6.14613L146.537 -6.14613M143.949 -8.73829L143.949 -3.55395M155.919 7.13871L161.096 7.13871M158.508 4.54655L158.508 9.73087M182.772 7.13871L187.948 7.13871M185.36 4.54655L185.36 9.73087M156.081 34.0324L161.258 34.0324M158.669 31.4402L158.669 36.6246M182.934 34.0324L188.11 34.0324M185.522 31.4402L185.522 36.6246M169.346 20.7476L174.522 20.7476M171.934 18.1554L171.934 23.3397M196.36 20.7476L201.536 20.7476M198.948 18.1554L198.948 23.3397M169.346 -6.14613L174.522 -6.14613M171.934 -8.73829L171.934 -3.55395M196.36 -6.14613L201.536 -6.14613M198.948 -8.73829L198.948 -3.55395M155.919 62.2222L161.096 62.2222M158.508 59.63L158.508 64.8143M182.772 62.2222L187.948 62.2222M185.36 59.63L185.36 64.8143M156.081 89.1159L161.258 89.1159M158.669 86.5237L158.669 91.708M182.934 89.1159L188.11 89.1159M185.522 86.5237L185.522 91.708M169.346 75.831L174.522 75.831M171.934 73.2389L171.934 78.4232M196.36 75.831L201.536 75.831M198.948 73.2389L198.948 78.4232M169.346 48.9373L174.522 48.9373M171.934 46.3452L171.934 51.5295M196.36 48.9373L201.536 48.9373M198.948 46.3452L198.948 51.5295M-9.07715 172.389L-3.90079 172.389M-6.48897 169.797L-6.48897 174.981M17.7752 172.389L22.9516 172.389M20.3634 169.797L20.3634 174.981M-8.91539 199.283L-3.73902 199.283M-6.32721 196.691L-6.32721 201.875M17.937 199.283L23.1134 199.283M20.5252 196.691L20.5252 201.875M4.34904 185.998L9.52541 185.998M6.93723 183.406L6.93723 188.59M31.3632 185.998L36.5396 185.998M33.9514 183.406L33.9514 188.59M4.34904 159.104L9.52541 159.104M6.93722 156.512L6.93722 161.696M31.3632 159.104L36.5396 159.104M33.9514 156.512L33.9514 161.696M-9.07715 117.306L-3.90079 117.306M-6.48897 114.714L-6.48897 119.898M17.7752 117.306L22.9516 117.306M20.3634 114.714L20.3634 119.898M-8.91539 144.199L-3.73903 144.199M-6.32721 141.607L-6.32721 146.792M17.937 144.199L23.1134 144.199M20.5252 141.607L20.5252 146.792M4.34904 130.915L9.5254 130.915M6.93722 128.322L6.93722 133.507M31.3632 130.915L36.5396 130.915M33.9514 128.322L33.9514 133.507M4.34904 104.021L9.5254 104.021M6.93722 101.429L6.93722 106.613M31.3632 104.021L36.5395 104.021M33.9514 101.429L33.9514 106.613M45.9217 117.306L51.0981 117.306M48.5099 114.714L48.5099 119.898M72.7741 117.306L77.9505 117.306M75.3623 114.714L75.3623 119.898M46.0835 144.199L51.2598 144.199M48.6717 141.607L48.6717 146.792M72.9359 144.199L78.1122 144.199M75.524 141.607L75.524 146.792M59.3479 130.915L64.5243 130.915M61.9361 128.322L61.9361 133.507M86.3621 130.915L91.5384 130.915M88.9502 128.322L88.9502 133.507M59.3479 104.021L64.5243 104.021M61.9361 101.429L61.9361 106.613M86.362 104.021L91.5384 104.021M88.9502 101.429L88.9502 106.613M45.9217 172.389L51.0981 172.389M48.5099 169.797L48.5099 174.981M72.7741 172.389L77.9505 172.389M75.3623 169.797L75.3623 174.981M46.0835 199.283L51.2598 199.283M48.6717 196.691L48.6717 201.875M72.9359 199.283L78.1122 199.283M75.524 196.691L75.524 201.875M59.3479 185.998L64.5243 185.998M61.9361 183.406L61.9361 188.59M86.3621 185.998L91.5384 185.998M88.9502 183.406L88.9502 188.59M59.3479 159.104L64.5243 159.104M61.9361 156.512L61.9361 161.696M86.3621 159.104L91.5384 159.104M88.9502 156.512L88.9502 161.696M100.921 172.389L106.097 172.389M103.509 169.797L103.509 174.981M127.773 172.389L132.949 172.389M130.361 169.797L130.361 174.981M101.082 199.283L106.259 199.283M103.671 196.691L103.671 201.875M127.935 199.283L133.111 199.283M130.523 196.691L130.523 201.875M114.347 185.998L119.523 185.998M116.935 183.406L116.935 188.59M141.361 185.998L146.537 185.998M143.949 183.406L143.949 188.59M114.347 159.104L119.523 159.104M116.935 156.512L116.935 161.696M141.361 159.104L146.537 159.104M143.949 156.512L143.949 161.696M100.921 117.306L106.097 117.306M103.509 114.713L103.509 119.898M127.773 117.306L132.949 117.306M130.361 114.713L130.361 119.898M101.082 144.199L106.259 144.199M103.671 141.607L103.671 146.792M127.935 144.199L133.111 144.199M130.523 141.607L130.523 146.792M114.347 130.915L119.523 130.915M116.935 128.322L116.935 133.507M141.361 130.915L146.537 130.915M143.949 128.322L143.949 133.507M114.347 104.021L119.523 104.021M116.935 101.429L116.935 106.613M141.361 104.021L146.537 104.021M143.949 101.429L143.949 106.613M155.919 117.306L161.096 117.306M158.508 114.713L158.508 119.898M182.772 117.306L187.948 117.306M185.36 114.713L185.36 119.898M156.081 144.199L161.258 144.199M158.669 141.607L158.669 146.792M182.934 144.199L188.11 144.199M185.522 141.607L185.522 146.792M169.346 130.915L174.522 130.915M171.934 128.322L171.934 133.507M196.36 130.915L201.536 130.915M198.948 128.322L198.948 133.507M169.346 104.021L174.522 104.021M171.934 101.429L171.934 106.613M196.36 104.021L201.536 104.021M198.948 101.429L198.948 106.613M155.919 172.389L161.096 172.389M158.508 169.797L158.508 174.981M182.772 172.389L187.948 172.389M185.36 169.797L185.36 174.981M156.081 199.283L161.258 199.283M158.669 196.691L158.669 201.875M182.934 199.283L188.11 199.283M185.522 196.691L185.522 201.875M169.346 185.998L174.522 185.998M171.934 183.406L171.934 188.59M196.36 185.998L201.536 185.998M198.948 183.406L198.948 188.59M169.346 159.104L174.522 159.104M171.934 156.512L171.934 161.696M196.36 159.104L201.536 159.104M198.948 156.512L198.948 161.696' stroke='%236FBAD1' stroke-width='0.978808'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4218_45026'%3E%3Crect width='192' height='192' fill='%236FBAD1' transform='translate(0.229492 0.568359)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: 150px, 150px;
	background-repeat: repeat-y, repeat-y;
	background-position: -110px top, calc(100% + 110px) top;
	padding-inline: 50px;
	@media screen and (width >= 768px) {
		padding-inline: 100px;
		background-position: -85px top, calc(100% + 85px) top;
	}
	& .hero-image-tri__img-wrap {
		@media screen and (width >= 992px) {
			display: flex;
			align-items: center;
			justify-items: center;
		}
	}
	& img.hero-image-tri__img {
		max-height: 270px;
		object-position: center;
		position: unset;
	}
	& .hero-image-tri__title-main {
		color: var(--blue1);
	}
}

/* entry detail */
.blog-hero__img-wrap {
	aspect-ratio: 400 / 215;
	background-size: cover;
	background-position: center center;
	position: relative;
	@media screen and (width >= 768px) {
		aspect-ratio: unset;
		height: 435px;
	}
}
.blog-hero__img {
	object-fit: cover;
	object-position: center center;
	display: block;
	width: 100%;
	height: 100%;
}
.blog-hero__cta {
	display: none;
	text-transform: uppercase;
	position: absolute;
	inset-block-end: 20px;
	inset-inline-start: 20px;
	@media screen and (width >= 768px) {
		inset-block-end: 30px;
		inset-inline-start: 50px;
	}
	@media screen and (width >= 1240px) {
		inset-block-end: 30px;
		inset-inline-start: calc(((100vw - 1440px) / 2) + 100px);
	}
}
.blog-hero__content {
	padding: 50px 20px 10px;
	text-align: center;
	display: grid;
	gap: 20px;
	align-items: center;
	justify-content: center;
	& time {
		display: none;
	}
	@media screen and (width >= 768px) {
		padding: 50px 50px 10px;
	}
	@media screen and (width >= 1200px) {
		padding-inline: 100px;
		max-width: 1440px;
		margin-inline: auto;
	}
}
.blog-hero__title {
	font-size: 24px;
	font-family: var(--sans-serif2);
	font-weight: 600;
	@media screen and (width >= 768px) {
		font-size: 40px;
	}
}
.post-detail {
	padding: 20px 20px;
	font-family: var(--sans-serif2);
	& a:hover {
		color: var(--red1);
	}
	@media screen and (width >= 768px) {
		padding: 50px;
	}
	@media screen and (width >= 1200px) {
		padding-inline: 100px;
		margin-inline: auto;
		max-width: 1440px;
	}

	& .entry__date {
		display: none;
	}
	
	& > * {
		margin-block-end: 30px;
		&:last-child {
			margin-block-end: 0;
		}
	}
	
	& ol,
	& ul {
		padding-inline-start: 15px;
	}
	& li {
		margin-block-end: 5px;
	}
	& h2,h3,h4,h5,h6 {
		margin-block-start: 32px;
		margin-block-end: 20px;
		&:first-child {
			margin-block-start: 0;
		}
	}
	& h2 {
		font-size: 20px;
		font-weight: 600;
	}
	& h3 {
		font-size: 18px;
		font-weight: 600;
	}
	& h3 {
		font-size: 17px;
		font-weight: 600;
	}
	& h4 {
		font-size: 16px;
		font-weight: 600;
	}
	& h5 {
		font-size: 16px;
		font-weight: 400;
	}
}
.entry__body {
	font-family: var(--sans-serif2);
}

.main__aside {
	@media screen and (max-width: 992px) {
		pointer-events: none;
		position: fixed;
		top: 0;
		inset-inline-start: 100%;
		transition: 0.3s ease all;
		background: var(--white);
		z-index: 15;
		height: 100vh;
		height: 100dvh;
		overflow-y: auto;
		padding: 50px 20px;
		max-width: 300px;
		width: 100%;
		box-shadow: 0 0 50px rgb(0 0 0 / .5);
		&.show {
			inset-inline-start: calc(100% - 300px);
			pointer-events: unset;
		}
	}
}
#secondary {
	display: grid;
	gap: 20px;
	
	& .wp-block-heading {
		font-size: 16px;
		font-family: var(--sans-serif2);
		border-block-end: 1px solid var(--lightgray2);
		padding-block-end: 10px;
		margin-block-end: 15px;
		font-weight: 600;
		@media screen and (min-width: 992px) {
			font-size: 20px;
		}
	}
}
.wp-block-categories-list {
	list-style: none;
	letter-spacing: 0.48px;
	line-height: 1.2;
	& li {
		margin-block-end: 10px;
		font-size: 14px;
		@media screen and (min-width: 992px) {
			margin-block-end: 20px;
			font-size: 16px;
		}
		&:last-child {
			margin: 0;
		}
	}
	& a {
		color: var(--gray1);
		&:visited {
			color: var(--gray1);
		}
		&:hover,
		&:focus-visible {
			color: var(--red1);
		}
	}
}
.wp-block-archives {
	& select {

		appearance: none;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M15 5.5L8 10.5L1 5.5' stroke='%23B0151E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: calc(100% - 10px) center;
		padding-inline-end: 20px;

		padding: 8px 10px;
		border-radius: 10px;
		background-color: var(--white);
		color: var(--mid2);
		border: 1px solid var(--lightblue1);
		width: 100%;
		font-size: 13px;
		
	}
}
.wp-block-archives__label {
	display: block;
	margin-block-end: 10px;
	&::before {
		content: 'Search ';
	}
}
.wp-block-search__button-outside {
	
}
.wp-block-search__inside-wrapper  {
	position: relative;
}
.wp-block-search {
	max-width: unset;
	display: grid;
	gap: 10px;
}
.wp-block-search__input {
	appearance: none;
    padding: 8px 10px;
    border-radius: 10px;
    background: var(--white);
    color: var(--mid2);
    border: 1px solid var(--lightblue1);
    width: 100%;
    font-size: 13px;
	padding-inline-start: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_9810_1558)'%3E%3Cpath d='M16.8006 14.9097L12.7257 10.8348C13.6589 9.52358 14.0653 7.9096 13.8643 6.31282C13.6634 4.71605 12.8699 3.25305 11.641 2.21387C10.4121 1.17468 8.83761 0.635179 7.22965 0.702306C5.62168 0.769432 4.09764 1.43829 2.95965 2.57628C1.82165 3.71428 1.15279 5.23832 1.08567 6.84629C1.01854 8.45425 1.55805 10.0287 2.59723 11.2576C3.63641 12.4865 5.09941 13.2801 6.69618 13.481C8.29296 13.6819 9.90694 13.2755 11.2182 12.3423L15.293 16.4172L16.8006 14.9097ZM2.1867 7.13415C2.1867 6.07981 2.49934 5.04915 3.0851 4.17251C3.67086 3.29586 4.50342 2.6126 5.4775 2.20912C6.45157 1.80564 7.52342 1.70008 8.5575 1.90577C9.59157 2.11146 10.5414 2.61917 11.287 3.36469C12.0325 4.11022 12.5402 5.06008 12.7459 6.09416C12.9516 7.12823 12.846 8.20008 12.4425 9.17416C12.0391 10.1482 11.3558 10.9808 10.4791 11.5666C9.6025 12.1523 8.57184 12.465 7.51751 12.465C6.10417 12.4634 4.74916 11.9013 3.74977 10.9019C2.75039 9.9025 2.18825 8.54749 2.1867 7.13415V7.13415Z' fill='%23B0151E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9810_1558'%3E%3Crect width='17.0586' height='17.0586' fill='white' transform='translate(0.587891 0.204102)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 10px center ;
}
.wp-block-search button.wp-block-search__button {
	text-indent: -9999px;
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.61572C0 3.85739 3.85739 0 8.61572 0V0C13.3741 0 17.2314 3.85739 17.2314 8.61572V8.61572C17.2314 13.3741 13.3741 17.2314 8.61572 17.2314V17.2314C3.85739 17.2314 0 13.3741 0 8.61572V8.61572Z' fill='white'/%3E%3Ccircle cx='8.61572' cy='8.61572' r='8.61572' fill='%23006C97'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2374 6.02994L12.8501 8.35673C12.9491 8.49952 12.9491 8.73101 12.8501 8.8738L11.2374 11.2006C11.1385 11.3434 10.978 11.3434 10.8791 11.2006C10.7801 11.0578 10.7801 10.8263 10.8791 10.6835L12.0591 8.98089H4.562C4.42205 8.98089 4.30859 8.81719 4.30859 8.61526C4.30859 8.41334 4.42205 8.24964 4.562 8.24964H12.0591L10.8791 6.547C10.7801 6.40422 10.7801 6.17272 10.8791 6.02994C10.978 5.88716 11.1385 5.88716 11.2374 6.02994Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	margin: 0;
	position: absolute;
	inset-inline-end: 5px;
	inset-block-start: 50%;
	transform: translateY(-50%);
	&:hover,
	&:focus-visible {
		background-color: unset;
		background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.61572C0 3.85739 3.85739 0 8.61572 0V0C13.3741 0 17.2314 3.85739 17.2314 8.61572V8.61572C17.2314 13.3741 13.3741 17.2314 8.61572 17.2314V17.2314C3.85739 17.2314 0 13.3741 0 8.61572V8.61572Z' fill='white'/%3E%3Ccircle cx='8.61572' cy='8.61572' r='8.61572' fill='%23B0151E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2374 6.02994L12.8501 8.35673C12.9491 8.49952 12.9491 8.73101 12.8501 8.8738L11.2374 11.2006C11.1385 11.3434 10.978 11.3434 10.8791 11.2006C10.7801 11.0578 10.7801 10.8263 10.8791 10.6835L12.0591 8.98089H4.562C4.42205 8.98089 4.30859 8.81719 4.30859 8.61526C4.30859 8.41334 4.42205 8.24964 4.562 8.24964H12.0591L10.8791 6.547C10.7801 6.40422 10.7801 6.17272 10.8791 6.02994C10.978 5.88716 11.1385 5.88716 11.2374 6.02994Z' fill='white'/%3E%3C/svg%3E%0A");
	}
}

.not-found {
	& p {
		font-family: var(--sans-serif2);
		@media screen and (width >= 768px) {
			font-size: 20px;
		}
	}
	& .search-form {
		display: none;
	}
}
.return-to-blog--search {
	padding: 0;
	margin-block-start: 30px;
}
.close.filters-button {
	width: auto;
	padding: 20px;
	transform: translateX(20px);
	justify-self: end;
	@media screen and (width >= 992px) {
		display: none;
	}
}
.blog-hero:not(.blog-hero--single) {
	background: var(--lightgray5);
	text-align: left;
	& .blog-hero__content {
		padding-block-end: 0;
		text-align: left;
		justify-content: start;
	}
}

.main__title {
	margin-block-end: 30px;
	display: inline-grid;
	align-items: center;
	grid-template-columns: auto auto;
	gap: 10px;
	& .btn {
		width: 22px;
		height: 22px;
		border-radius: 50%;
		margin: 0;
		padding: 0;
		min-height: unset;
		&:hover {
			background: var(--red1);
			border-color: var(--red1);
		}
	}
}

.mobile-sidebar {
	background: var(--lightgray5);
	@media screen and (min-width: 992px) {
		display: none;
	}
}
button.filters-button {
	background: none;
	border: 0;
	font-size: 14px;
	color: var(--gray1);
	align-items: center;
	justify-content: flex-start;
	line-height: 1;
	width: 100%;
}
.entry__image img[src=""] {
	display: none;
}
.entry__image:has(img[src=""]) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='111' height='63' viewBox='0 0 111 63' fill='none'%3E%3Cg clip-path='url(%23clip0_7062_55329)'%3E%3Cpath d='M110.026 31.5001C110.026 48.5105 87.2374 62.2981 54.0764 62.2981C20.9154 62.2981 0 48.5105 0 31.5001C0 14.4898 20.9113 0.702148 54.0723 0.702148C87.2333 0.702148 110.022 14.4898 110.022 31.5001H110.026Z' fill='%23B12028'%3E%3C/path%3E%3Cpath d='M108.377 31.5002V31.8737C108.212 39.6212 102.895 46.7468 93.5339 51.9979C84.0329 57.3274 70.4708 60.6524 54.3321 60.6524C38.193 60.6524 25.096 57.3273 16.0599 52.0053C7.02445 46.6837 2.11643 39.4178 2.11643 31.5002C2.11643 23.5824 7.02352 16.3165 16.0579 10.995C25.093 5.67297 38.189 2.34788 54.3281 2.34788C70.4668 2.34788 84.0289 5.67291 93.5299 11.0024C103.041 16.3378 108.377 23.6084 108.377 31.5002Z' fill='%23B12028' stroke='white' stroke-width='1.41059'%3E%3C/path%3E%3Cpath d='M40.4832 44.631H37.556V42.0156H36.4521V48.5011H37.556V45.625H40.4832V48.5011H41.587V42.0156H40.4832V44.631Z' fill='%2395D4E9'%3E%3C/path%3E%3Cpath d='M47.1439 41.876C45.3394 41.876 44.0283 43.297 44.0283 45.2548C44.0283 47.2125 45.3431 48.6449 47.1552 48.6449C48.9673 48.6449 50.2821 47.239 50.2821 45.3039C50.2821 43.3688 48.9937 41.876 47.1477 41.876H47.1439ZM47.1515 47.6509C45.9534 47.6509 45.1472 46.6872 45.1472 45.2548C45.1472 43.8224 45.9534 42.87 47.1515 42.87C48.3495 42.87 49.1557 43.8224 49.1557 45.2926C49.1557 46.6796 48.3306 47.6509 47.1515 47.6509Z' fill='%2395D4E9'%3E%3C/path%3E%3Cpath d='M56.1565 46.1201L56.1075 46.2561C56.0397 46.4451 55.9795 46.619 55.8853 46.8986C55.8212 46.6908 55.7722 46.5585 55.6743 46.2864L54.0242 42.0156H52.7471V48.5011H53.8057V44.7066C53.8057 44.5441 53.8057 44.3551 53.7982 44.1548C53.8509 44.3135 53.9112 44.4836 53.9752 44.6726L55.4558 48.5011H56.3034L57.7463 44.7481C57.8292 44.5327 57.897 44.3437 57.9611 44.1548C57.9535 44.3551 57.9535 44.5365 57.9535 44.7103V48.5049H59.0084V42.0459H57.7313L56.1565 46.1238V46.1201Z' fill='%2395D4E9'%3E%3C/path%3E%3Cpath d='M62.8646 45.6325H66.0593V44.6877H62.8646V43.0096H66.3607V42.0156H61.7607V48.5011H66.4812V47.5071H62.8646V45.6325Z' fill='%2395D4E9'%3E%3C/path%3E%3Cpath d='M73.2328 45.334C72.9163 45.0468 72.5321 44.8805 71.7673 44.7066L70.7539 44.4799C69.8384 44.2758 69.7103 43.9696 69.7103 43.6711C69.7103 43.1873 70.2038 42.8736 70.9724 42.8736C71.8728 42.8736 72.3362 43.2516 72.4228 44.0679L72.4341 44.1624H73.5606L73.5417 44.0415C73.3383 42.5826 72.517 41.8721 71.0364 41.8721C69.5559 41.8721 68.5876 42.6204 68.5876 43.7769C68.5876 44.6764 69.1415 45.2244 70.3282 45.5079L71.7334 45.848C72.3475 45.9992 72.6451 46.2713 72.6451 46.6833C72.6451 47.2502 72.0574 47.647 71.2135 47.647C70.1925 47.647 69.5785 47.1292 69.4918 46.1919L69.4843 46.0937H68.3428L68.3541 46.2108C68.4897 47.7793 69.4956 48.641 71.1871 48.641C72.7807 48.641 73.7678 47.8662 73.7678 46.6152C73.7678 46.0975 73.5756 45.6401 73.2253 45.334H73.2328Z' fill='%2395D4E9'%3E%3C/path%3E%3Cpath d='M49.2497 35.8363C49.3175 35.5907 49.3928 35.3299 49.4795 35.0653C49.6566 34.5173 49.8336 33.9617 50.0145 33.4062C50.1991 32.8393 50.3799 32.2761 50.5607 31.7168C50.734 31.1801 50.9186 30.6548 51.1145 30.1521C51.3029 29.6456 51.5026 29.1619 51.6947 28.7046C51.8868 28.2473 52.0752 27.8164 52.256 27.4234C52.6177 26.6335 52.9341 25.9872 53.1602 25.5374C53.1979 25.4656 53.2468 25.3673 53.2996 25.2691C53.4201 25.0348 53.3825 24.6417 52.4557 24.2146C51.5289 23.7913 51.1334 23.8594 51.0166 24.1012C50.9601 24.2222 50.9035 24.3431 50.8621 24.4263C50.6398 24.91 50.3309 25.6055 49.9918 26.452C49.8223 26.8753 49.6453 27.3326 49.4644 27.824C49.4493 27.8693 49.4305 27.9147 49.4154 27.96C49.148 28.3606 48.8503 28.8028 48.5226 29.2904C48.1835 29.793 47.8143 30.3411 47.4263 30.9193C47.0345 31.4938 46.6201 32.1023 46.1944 32.7297C45.957 33.0774 45.7272 33.4251 45.4936 33.7728C44.9888 34.5287 44.5405 35.2392 43.9792 35.9573C43.8812 36.082 43.8473 36.1614 43.6627 36.3843C43.7192 36.1198 43.7682 35.8477 43.836 35.5869C43.998 34.8877 44.2429 34.1507 44.4802 33.4591C44.7213 32.7523 44.9737 32.072 45.2149 31.4258C45.4522 30.7795 45.6858 30.171 45.9043 29.6116C46.1228 29.0523 46.3225 28.5421 46.5033 28.0885C46.6841 27.635 46.8423 27.2419 46.9742 26.9207C47.0571 26.7204 47.1324 26.5465 47.1927 26.4029C47.3057 26.1346 47.2002 25.8247 46.379 25.4694C45.5577 25.1141 45.2714 25.2351 45.1546 25.5072C45.0679 25.7075 44.9737 25.9229 44.9172 26.0665C44.7816 26.3991 44.6158 26.8035 44.435 27.2722C44.2768 27.6766 44.1072 28.1339 43.9302 28.6252C43.9151 28.6328 43.9038 28.6403 43.8887 28.6479C43.6476 28.7839 43.2897 28.9805 42.8377 29.2337C42.6078 29.3509 42.3554 29.4794 42.0729 29.6003C41.8921 29.6797 41.6961 29.7515 41.4889 29.8195C41.5568 29.2526 41.5982 28.6819 41.6057 28.1074C41.6057 27.7937 41.5982 27.48 41.5643 27.1588C41.5304 26.8375 41.4776 26.505 41.342 26.1572C41.2667 25.9834 41.1122 25.734 40.9615 25.5677C40.8221 25.3976 40.6149 25.2577 40.3964 25.1633C39.9933 25.0196 39.5601 25.0348 39.1532 25.1557C38.8443 25.2502 38.558 25.4392 38.3319 25.6697C38.0456 25.9645 37.8497 26.3462 37.7404 26.7393C37.7404 26.7506 37.7367 26.762 37.7329 26.7733C37.6613 26.83 37.586 26.8905 37.5069 26.9547C37.3298 27.1097 37.1226 27.2835 36.9116 27.4989C36.4784 27.9185 35.9999 28.4627 35.5328 29.1316C35.0619 29.7968 34.6022 30.5829 34.1954 31.4711C33.8751 32.1665 33.5926 32.8922 33.3816 33.6292C33.1254 34.5173 32.9371 35.534 33.1932 36.4448C33.408 37.333 34.1765 38.0549 35.0656 38.2287C35.8643 38.3874 36.6969 38.0511 37.3411 37.5938C38.4939 36.7774 39.4056 35.5151 40.0423 34.2679C40.5697 33.2323 41.1348 31.9662 41.342 30.821C41.3609 30.7228 41.3759 30.6321 41.391 30.5414C42.1256 30.3789 42.7171 30.0916 43.1692 29.8119C43.3425 29.7061 43.4932 29.6003 43.6288 29.4945C43.2784 30.4998 42.9092 31.6261 42.5551 32.843C42.3404 33.6027 42.1294 34.3699 41.9825 35.2354C41.9636 35.3412 41.9523 35.4584 41.9373 35.5718C41.926 35.6814 41.9147 35.8061 41.9184 35.9308C41.9184 36.1765 41.9297 36.4486 42.0427 36.8039C42.0767 36.8946 42.103 36.9815 42.1708 37.0911C42.201 37.144 42.2311 37.1931 42.265 37.2423C42.3065 37.2952 42.3554 37.3481 42.4006 37.3972C42.4911 37.4955 42.6229 37.5711 42.7359 37.6278C43.0486 37.7827 43.4894 37.7714 43.7682 37.5484C44.0733 37.3027 44.3371 36.9739 44.5744 36.6716C45.0076 36.1122 47.9085 31.6676 48.5 30.7984C48.4736 30.8929 48.4435 30.9873 48.4171 31.0856C48.338 31.3653 48.2589 31.6487 48.1798 31.9322C48.0969 32.2157 48.014 32.4991 47.9349 32.7788C47.7691 33.3457 47.5958 33.9202 47.4489 34.506C47.4263 34.6005 47.4037 34.6987 47.3811 34.797C47.1927 35.602 46.993 36.5393 47.2794 37.3443C47.3848 37.6467 47.5732 37.9264 47.8445 38.1002C48.1986 38.3307 48.6431 38.3534 49.0613 38.3156C49.2384 38.3005 49.4192 38.2703 49.5925 38.2287C50.4138 38.0322 51.0241 37.4501 51.4988 36.7736C51.8228 36.3163 52.1392 35.8326 52.3351 35.3034C52.3803 35.1787 52.2899 35.0918 52.0564 34.9633C51.8228 34.831 51.6985 34.8499 51.6382 34.9368C51.5854 35.0162 51.5026 35.1485 51.5026 35.1485C51.284 35.4622 51.0994 35.7985 50.8809 36.116C50.7529 36.3012 50.6172 36.4826 50.4778 36.6565C50.3384 36.8303 50.1953 36.9928 50.0107 37.1213C49.8525 37.2347 49.6415 37.3179 49.4418 37.2801C49.1819 37.2272 49.0952 36.9702 49.099 36.7321C49.099 36.6867 49.1065 36.6073 49.1178 36.5204C49.1442 36.339 49.1932 36.1047 49.261 35.8628L49.2497 35.8363ZM40.2608 30.9231C39.8916 32.5369 39.2248 34.1545 38.1774 35.4433C37.5897 36.1651 36.663 37.2309 35.6571 37.2687C35.4687 37.2763 35.1899 37.2347 35.0468 37.1024C34.7642 36.8341 34.6324 36.5317 34.6022 36.1425C34.542 35.3526 34.8283 34.54 35.141 33.8295C35.2088 33.6783 35.2804 33.5271 35.3519 33.3759C35.8681 32.329 36.4784 31.3124 37.2281 30.4129C37.5445 30.0311 37.8535 29.7137 38.1322 29.4491C38.1774 29.5209 38.2264 29.5927 38.2792 29.657C38.3507 29.7477 38.4299 29.8346 38.5127 29.914C38.9121 30.2995 39.4244 30.5338 39.9707 30.6018C40.0913 30.617 40.208 30.6245 40.3211 30.6283C40.3022 30.7152 40.2834 30.8097 40.257 30.9193L40.2608 30.9231ZM40.5057 29.5814C40.4793 29.7439 40.4567 29.8724 40.4379 29.9896C40.3135 29.9896 40.1892 29.9896 40.0649 29.9669C39.9858 29.9556 39.9067 29.9367 39.8313 29.914C39.7673 29.8913 39.7032 29.8649 39.6392 29.8308C39.3943 29.7099 39.1984 29.4945 39.0665 29.2564C39.01 29.1543 38.9648 29.0372 38.9347 28.9238C38.7915 28.3947 38.8593 27.8089 39.059 27.3024C39.1494 27.1059 39.2624 26.9169 39.4207 26.7695C39.658 26.5503 40.0536 26.5465 40.3098 26.8186C40.4642 26.9849 40.6036 27.276 40.6036 28.251C40.5999 28.7008 40.5923 29.0787 40.5057 29.5776V29.5814Z' fill='white'%3E%3C/path%3E%3Cpath d='M31.1779 20.3787C30.5073 21.5994 29.735 22.7635 28.8986 23.8746C28.8647 23.92 28.8346 23.9616 28.8044 23.9994C28.6349 24.2261 28.3938 24.5549 29.1925 25.273C29.9911 25.9911 30.3151 25.8097 30.5336 25.598C30.5939 25.5376 30.6504 25.4847 30.6956 25.4393C31.0385 25.0916 31.5245 24.57 32.082 23.852C32.9221 22.737 33.6718 21.5767 34.2482 20.2993C34.738 19.2184 35.2353 18.0052 35.2843 16.8071C35.3521 15.2046 34.4668 13.5493 32.8807 13.0428C32.3344 12.8841 31.7957 12.9143 31.3059 12.9861C31.2268 12.9975 31.1477 13.0126 31.0686 13.0277C28.9928 13.4434 27.1656 14.7511 25.7717 16.312C23.8541 18.4625 22.5883 21.35 22.95 24.279C23.1609 26.4031 24.3703 28.4137 25.5796 30.1144C25.7981 30.3337 25.9789 30.6436 26.1748 30.8854C26.4009 31.1651 26.6194 31.4486 26.8341 31.7358C27.2636 32.3103 27.6705 32.9037 28.0547 33.5121C28.8007 34.6989 29.5315 36.0292 29.3545 37.4843C29.1962 38.7731 28.4277 39.8956 27.4482 40.7119C26.2502 41.7097 24.811 42.2804 23.451 42.4353C21.8311 42.6092 20.2337 42.1217 18.9264 41.1541C17.9168 40.4096 17.1219 39.442 16.3647 38.4518C16.2516 38.3044 16.1612 38.1873 16.0557 38.0928C15.9691 38.0134 15.7958 37.8736 15.3889 38.1797C14.982 38.4859 15.0122 38.6521 15.0988 38.792C15.3362 39.185 15.6338 39.5554 15.9201 39.9183C16.7979 41.0407 17.8904 41.9894 19.1223 42.7075C20.8252 43.7015 22.9801 43.8148 24.8789 43.4293C27.3427 42.9267 29.8593 41.5094 30.9857 39.1662C32.3307 36.3732 30.9443 33.3081 29.2829 30.9837C27.7081 28.7765 25.7001 26.6827 25.135 23.9351C25.0182 23.372 24.9768 22.7975 25.0069 22.223C25.1539 19.517 26.7663 16.9885 28.9325 15.4465C29.6747 14.9174 30.5638 14.3732 31.4792 14.2522C32.8656 14.0746 33.0465 15.4843 32.7978 16.5312C32.4814 17.8729 31.8371 19.173 31.1741 20.3787H31.1779Z' fill='white'%3E%3C/path%3E%3Cpath d='M94.7299 34.3435C94.4775 34.1848 94.3795 34.283 94.3079 34.404C94.0894 34.7706 93.8558 35.0956 93.5997 35.4395C93.3623 35.7608 93.012 36.2257 92.5787 36.2257C92.428 36.2257 92.315 36.1198 92.2698 35.98C92.2057 35.7835 92.2321 35.5491 92.251 35.3488C92.2698 35.1296 92.3075 34.9142 92.3527 34.6988C92.4469 34.2679 92.5825 33.8484 92.7068 33.4289C92.7633 33.2361 92.8236 33.0358 92.8952 32.8317C92.963 32.6352 93.027 32.4387 93.1061 32.2384C93.4038 31.4409 93.788 30.6208 94.1384 29.7402C94.2213 29.5361 94.3042 29.3282 94.387 29.1241C94.4737 28.9163 94.5603 28.7084 94.6432 28.4892C94.9069 27.8051 95.2196 27.0568 95.1631 26.3085C95.1292 25.836 94.922 25.3674 94.4963 25.1104C94.2891 24.9857 94.0442 24.9365 93.8031 24.963C93.302 25.0235 92.9215 25.3674 92.5674 25.6849C92.1304 26.0741 91.7348 26.5088 91.3581 26.951C90.9776 27.4007 90.6197 27.8731 90.2618 28.3418C89.7306 29.041 89.2333 29.7175 88.7624 30.3676C88.3329 30.9647 87.8997 31.5656 87.4853 32.1741C87.3835 32.3215 87.2856 32.4727 87.1839 32.6201C87.214 32.5483 87.2442 32.4727 87.2705 32.4009C87.3496 32.2157 87.4288 32.0343 87.5041 31.8491C87.5832 31.6639 87.6661 31.4749 87.7452 31.2897C87.8243 31.1008 87.9034 30.9118 87.9788 30.7266C88.1295 30.3524 88.2802 29.9858 88.4233 29.6268C88.5627 29.2678 88.6946 28.9238 88.8189 28.595C88.9395 28.2662 89.0562 27.9525 89.1617 27.6653C89.3765 27.0908 89.546 26.607 89.6666 26.2707C89.6703 26.2593 89.6741 26.248 89.6779 26.2367C89.7758 25.9608 89.6854 25.6584 88.721 25.3976C87.7603 25.1406 87.538 25.2956 87.4702 25.5753C87.4702 25.5753 87.4702 25.5828 87.4702 25.5866C87.3798 25.9192 87.2479 26.3954 87.0784 26.9661C86.9089 27.5368 86.6941 28.1944 86.453 28.8974C86.3325 29.2489 86.2044 29.6079 86.0687 29.9707C85.9972 30.1521 85.9293 30.3335 85.8578 30.515C85.7824 30.7002 85.7108 30.8853 85.6355 31.0705C85.5601 31.2595 85.4848 31.4447 85.4095 31.6337C85.3341 31.8302 85.255 32.023 85.1834 32.2157C85.0403 32.6012 84.9009 32.9829 84.7841 33.3609C84.6598 33.7388 84.5505 34.1092 84.4525 34.4682C84.3508 34.8273 84.2792 35.175 84.2114 35.5C84.0833 36.1501 84.0231 36.7094 83.9892 37.0987C83.9892 37.1365 83.9816 37.1856 83.9779 37.2385C83.959 37.488 84.1361 37.6732 85.093 37.6732C86.0461 37.6732 86.2157 37.4389 86.1968 37.197C86.1968 37.1781 86.1968 37.1592 86.1931 37.1441C86.1855 36.9853 86.1742 36.7926 86.1818 36.5734C86.1818 36.4827 86.1893 36.3844 86.1968 36.2824C86.2533 35.8666 86.4756 35.5113 86.6904 35.1636C86.9239 34.7857 87.1613 34.404 87.3948 34.026C88.0579 32.9527 88.7134 31.8718 89.3991 30.8135C89.8248 30.1446 90.2995 29.4567 90.8118 28.7613C91.3242 28.0772 91.8893 27.3743 92.541 26.8149C92.6315 26.7355 92.7256 26.6562 92.8274 26.5957C92.8952 26.5579 92.9969 26.4785 93.0647 26.5579C93.1514 26.66 93.076 26.8792 93.0459 26.9925C93.0007 27.1437 92.9366 27.2873 92.8801 27.4385C92.8048 27.6388 92.7256 27.8391 92.639 28.0357C92.1492 29.1846 91.6859 30.3562 91.2564 31.5316C91.181 31.7395 91.0981 31.9474 91.019 32.1514C90.9437 32.3518 90.8608 32.5445 90.7779 32.7486C90.7666 32.7788 90.7553 32.8053 90.744 32.8355C90.3032 33.9316 89.9152 35.1788 90.2543 36.3579C90.3711 36.7661 90.6046 37.1592 90.955 37.4048C91.8177 38.0171 92.9366 37.4502 93.5545 36.7586C94.0857 36.1652 94.4737 35.4358 94.9069 34.7668C94.9936 34.6345 94.9747 34.5022 94.7223 34.3397L94.7299 34.3435Z' fill='white'%3E%3C/path%3E%3Cpath d='M74.1335 34.0413C73.979 33.9581 73.8923 33.943 73.8095 34.0602L73.704 34.2151C73.2029 34.9483 72.6265 35.6551 71.9823 36.2636C71.5302 36.6906 70.935 37.0535 70.2908 37.0308C70.2041 37.0308 70.1175 37.0157 70.0459 36.9665C69.8085 36.804 69.8349 36.3656 69.8651 36.1199C69.8877 36.0292 69.8764 35.9272 69.899 35.8327C69.9253 35.7231 69.963 35.6135 69.9931 35.5039C70.0572 35.2771 70.125 35.0541 70.1928 34.8274C70.3284 34.3776 70.4678 33.9279 70.6261 33.4857C70.7315 33.1947 70.8408 32.9074 70.9576 32.6202C71.0141 32.4766 71.0744 32.333 71.1384 32.1931C71.1949 32.0646 71.2401 31.9059 71.3192 31.785C71.3192 31.785 71.3569 31.7018 71.3758 31.6602C71.4662 31.7131 71.5679 31.7585 71.6922 31.7963C71.9484 31.8757 72.344 31.8303 72.6002 31.7434C73.0183 31.5998 73.5081 31.2785 73.9225 30.7872C74.6609 29.9066 75.1883 28.7387 75.29 27.586C75.3239 27.2119 75.3239 26.7999 75.1996 26.4371C75.064 26.0478 74.8907 25.7795 74.5968 25.496C74.2955 25.2088 73.8321 25.0651 73.331 25.1294C72.5399 25.2314 72.0388 25.942 71.6545 26.5505C71.0028 27.5822 70.4791 28.682 69.9818 29.7932C69.8952 29.9935 69.8048 30.2089 69.7257 30.4055C69.6428 30.6133 69.5599 30.825 69.4808 31.0328C69.3263 31.4486 69.1832 31.8719 69.0513 32.2914C68.7876 33.1304 68.5729 33.9808 68.4184 34.8085C68.3393 35.2318 68.2828 35.6853 68.3167 36.1691C68.3393 36.5243 68.4222 36.8872 68.5766 37.2084C68.716 37.5032 68.9232 37.7678 69.1907 37.9454C69.5335 38.1722 69.9592 38.244 70.3661 38.1948C70.7843 38.1457 71.1949 37.9756 71.5453 37.7451C72.2611 37.2689 72.8262 36.5961 73.331 35.9083C73.655 35.4699 73.9677 35.005 74.2126 34.5099L74.2955 34.3398C74.3595 34.2113 74.2804 34.132 74.1222 34.045L74.1335 34.0413ZM71.583 31.2294L71.858 30.6662C72.0388 30.2921 72.2347 29.9255 72.4268 29.5551C72.5248 29.3699 72.6228 29.1885 72.7169 29.0033L72.8111 28.8294C72.8752 28.7123 72.9618 28.5422 73.0183 28.425C73.2142 28.0244 73.8622 26.9435 73.9865 26.7734C74.1109 26.5996 74.3557 26.4673 74.514 26.6525C74.7588 26.9435 74.6948 27.4386 74.6157 27.7939C74.5102 28.2474 74.3708 28.5687 74.1749 29.0222C73.9639 29.5097 73.6625 30.0464 73.331 30.4659C73.169 30.67 73.0824 30.7607 72.8902 30.9346C72.7395 31.0706 72.5173 31.2143 72.2272 31.3012C71.9446 31.3843 71.76 31.3314 71.5754 31.2558L71.5867 31.2332L71.583 31.2294Z' fill='white'%3E%3C/path%3E%3Cpath d='M65.842 34.2149C66.053 33.6178 66.2677 33.0244 66.4975 32.4348C66.7876 31.679 67.1079 30.8928 67.4092 30.0576C67.4243 30.0122 67.4431 29.9707 67.4582 29.9291C67.6692 29.3508 67.8689 28.7764 68.0798 28.1981C68.2155 27.824 68.3548 27.4271 68.3586 27.0227C68.3586 26.195 67.7897 25.3182 66.9082 25.2691C66.5503 25.2502 66.1999 25.3711 65.9061 25.5752C65.4615 25.8813 65.1639 26.2555 64.9077 26.5881C64.6515 26.9358 64.4029 27.2835 64.1656 27.6312C63.22 29.0145 62.425 30.3599 61.7582 31.5127C61.5925 31.7999 61.4342 32.072 61.2835 32.3328C61.3815 32.0418 61.4832 31.7432 61.5887 31.4409C62.0295 30.1672 62.5004 28.8066 62.9751 27.446C63.9131 24.7248 64.855 22.0037 65.5595 19.9628C66.0229 18.606 66.3808 17.5515 66.5691 16.9921C66.652 16.7503 66.5767 16.4781 65.7478 16.172C64.919 15.8659 64.6176 16.0322 64.531 16.2741C64.3313 16.8296 63.9584 17.8803 63.4761 19.2258C62.7566 21.2629 61.7959 23.9803 60.839 26.7015C60.3718 28.0658 59.9047 29.4302 59.4639 30.7077C59.0269 31.9889 58.6276 33.1907 58.2998 34.2452C58.1378 34.7743 57.9984 35.2656 57.8854 35.7154C57.7724 36.1613 57.6895 36.5733 57.6292 36.9172C57.5727 37.2649 57.5426 37.5484 57.5313 37.7411C57.5313 37.7411 57.5313 37.7449 57.5313 37.7487C57.52 37.9112 57.5915 38.3005 58.5145 38.3496C59.5656 38.4063 59.7088 38.104 59.7201 37.9377C59.7201 37.9339 59.7201 37.9263 59.7201 37.9226C59.7314 37.7789 59.7578 37.5673 59.8067 37.2952C59.8519 37.0533 59.9122 36.7623 59.9989 36.4297C60.1759 35.7456 60.4057 35.3299 60.7938 34.676C61.1818 34.0033 61.7356 33.0471 62.4024 31.8944C63.0693 30.7492 63.8529 29.4189 64.7834 28.0621C65.017 27.7219 65.2619 27.3818 65.5067 27.0416C65.6084 26.898 65.7026 26.7506 65.8081 26.6108C66.2263 26.1081 66.5314 26.0703 66.6294 26.2139C66.7387 26.3727 66.701 26.7204 66.5428 27.1021C66.426 27.3477 66.3092 27.5934 66.1924 27.8391C65.9663 28.3191 65.7365 28.799 65.5143 29.2828C65.1488 30.0614 64.7947 30.855 64.4782 31.6449C64.1693 32.4424 63.8981 33.2399 63.7059 34.026C63.608 34.419 63.5213 34.8083 63.4686 35.19C63.446 35.3828 63.4385 35.568 63.4347 35.7645C63.4309 35.9988 63.4498 36.2256 63.51 36.4939C63.5741 36.7547 63.6946 37.076 63.9697 37.3367C64.1015 37.4615 64.2635 37.556 64.4142 37.6051L64.5687 37.6504H64.6289L64.6591 37.658L64.7269 37.6656C64.7759 37.6693 64.8211 37.6731 64.8663 37.6731C65.1752 37.6656 65.4012 37.556 65.5783 37.4501C65.7554 37.3443 65.8872 37.2271 66.004 37.1138C66.4523 36.6565 66.701 36.2407 66.927 35.9043C67.1455 35.568 67.4846 35.0275 67.5072 34.9973C67.5637 34.9217 67.5901 34.7856 67.2849 34.5589C66.9798 34.3321 66.9044 34.4757 66.8291 34.5702C66.7688 34.6458 66.4749 35.1333 66.2527 35.4357C66.1396 35.5869 66.0153 35.7494 65.8646 35.9043C65.7102 36.0669 65.5369 36.2332 65.3447 36.3503C65.3221 36.3654 65.2958 36.3806 65.2694 36.373C65.1451 36.3541 65.2129 36.1084 65.2355 36.0404C65.4088 35.4244 65.6273 34.8159 65.842 34.2112V34.2149Z' fill='white'%3E%3C/path%3E%3Cpath d='M85.1194 28.8712C85.3756 28.3043 85.6129 27.711 85.726 27.0949C85.7862 26.7548 85.8352 26.3201 85.7109 25.9875C85.6054 25.7079 85.3342 25.4735 85.0817 25.3224C84.4375 24.9369 83.6049 25.1145 83.07 25.6096C82.5765 26.0669 82.1696 26.63 81.7702 27.1629C81.5781 27.4199 81.3897 27.6732 81.2014 27.9302C80.0749 29.4495 78.9749 30.9877 77.9163 32.5524C77.9049 32.5675 77.8936 32.5864 77.8823 32.6015C77.9803 32.3445 78.0858 32.08 78.2026 31.8078C79.4232 28.9619 80.0599 26.9853 80.316 26.116C80.3952 25.8477 80.2143 25.5869 79.4684 25.3677C78.7225 25.1485 78.5077 25.3337 78.4324 25.5869C78.1875 26.4108 77.5659 28.3194 76.4055 31.0331C75.1133 34.0453 74.8496 36.2713 74.8007 37.2124C74.7856 37.477 74.9664 37.6962 75.7237 37.6659C76.4809 37.6357 76.7446 37.4505 76.7597 37.22C76.7747 36.963 76.8124 36.5888 76.8915 36.1126C76.9179 36.0219 76.9443 35.9198 77.0046 35.7913C77.0347 35.7233 77.0648 35.6591 77.0987 35.591C77.8936 33.9999 78.5115 32.9795 79.5061 31.5017C79.8037 31.0595 80.1013 30.6173 80.4027 30.1789C80.7267 29.7103 81.0582 29.2454 81.4048 28.7881C81.7439 28.3421 82.0942 27.9037 82.471 27.488C82.8138 27.11 83.1717 26.7283 83.6012 26.4448C83.6426 26.4222 83.6841 26.4071 83.718 26.4184C83.8272 26.4448 83.8008 26.6187 83.7895 26.6981C83.7594 26.9022 83.6728 27.0911 83.5974 27.2801C83.5258 27.4615 83.4542 27.6429 83.3789 27.8281C83.2998 28.0284 83.2395 28.1909 83.2018 28.3005C83.1905 28.3346 83.1604 28.4215 83.119 28.5235C83.021 28.7843 83.0474 28.9846 84.0156 29.1207C84.9838 29.2567 85.0554 29.0148 85.1232 28.8675L85.1194 28.8712Z' fill='white'%3E%3C/path%3E%3Cpath d='M57.0475 35.2434C56.7423 35.0167 56.667 35.1603 56.5916 35.2548C56.5314 35.3304 56.2375 35.8179 56.0152 36.1203C55.9022 36.2714 55.7176 36.5776 55.5707 36.7401C55.2618 37.0764 54.9076 37.2049 54.8775 36.9139L54.8398 36.8799C54.8662 36.5738 54.934 36.0862 55.0696 35.285C55.3522 33.6447 55.8269 31.9062 56.3468 30.1828C56.8667 28.4594 57.4619 26.7549 58.0647 25.1826C58.3623 24.4041 58.6825 23.6406 58.9877 22.9339C59.1949 22.4539 59.4209 21.9399 59.6319 21.4712C60.0049 21.5166 60.3741 21.5657 60.7433 21.6224C61.2104 21.6942 61.5005 21.7963 61.7039 21.7131C61.8358 21.6602 62.1522 20.7002 61.9865 20.5188C61.7981 20.3147 61.0183 20.2354 60.4343 20.1862C60.3703 20.1825 60.3062 20.1787 60.2384 20.1711C60.6754 19.2489 61.0107 18.58 61.3084 18.0206C61.493 17.6767 61.6361 17.4084 61.7341 17.2232C61.7454 17.2043 61.7567 17.1816 61.768 17.1627C61.832 17.0493 61.7303 16.6903 60.6943 16.3161C59.6583 15.9419 59.4096 16.1385 59.3644 16.2367C59.2853 16.4144 59.1572 16.6903 59.0517 16.9246C58.7353 17.654 58.2832 18.682 57.7859 19.9292C57.7784 19.9443 57.7671 19.9708 57.752 19.9973C56.3204 19.9179 54.8474 19.8839 53.4497 19.933C50.3718 20.0426 47.3014 20.4319 44.295 21.1046C44.2762 21.1084 44.2574 21.1122 44.2347 21.116C44.0351 21.1613 43.7525 21.2105 43.6809 21.373C43.632 21.4826 43.6621 21.8341 43.7412 21.9021C43.8128 21.9663 43.9334 21.9248 44.0275 21.9059C47.4709 21.2671 51.0084 21.0177 54.5083 21.0971C55.4275 21.1197 56.3468 21.1727 57.266 21.2445C57.1567 21.5279 57.0513 21.8114 56.9382 22.11C56.7988 22.4803 56.6595 22.8658 56.5201 23.2589C56.3807 23.652 56.2375 24.0564 56.0944 24.4645C55.5293 26.1086 54.9905 27.8736 54.5158 29.6612C54.0374 31.4489 53.5966 33.2555 53.363 34.9978C53.2688 35.6856 53.2538 36.2336 53.2877 36.6683C53.299 36.9706 53.3404 37.2616 53.4421 37.5186C53.4873 37.6358 53.5476 37.7454 53.6192 37.8474C53.8452 38.2027 54.1353 38.3123 54.3388 38.3388C54.3689 38.3388 54.3953 38.3425 54.4179 38.3463C54.4179 38.3463 54.4217 38.3463 54.4254 38.3463C55.4087 38.4559 56.0717 37.4922 56.5615 36.7854C56.8101 36.4264 57.0023 36.0371 57.2547 35.6818C57.3112 35.6063 57.3376 35.4702 57.0324 35.2434H57.0475Z' fill='white'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7062_55329'%3E%3Crect width='110.026' height='61.596' fill='white' transform='translate(0 0.702148)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	background-color: var(--lightgray2);
	filter: grayscale(1);
	opacity: 0.2;
}

figure:has(iframe:first-child),
p:has( > iframe:first-child) {
	position: relative;
	aspect-ratio: 16/9;
	border: 0;
	margin: 0;
	padding: 0;
	margin-block: 20px;
	margin-inline: auto;
	border-radius: 13px;
	overflow: hidden;
	@media screen and (min-width: 992px) {
		margin-block: 50px;
	}
	@media screen and (min-width: 1440px) {
		margin-inline: 100px;
	}
}
figure > iframe,
p > iframe {
	positon: absolute;
	width: 100%;
	height: 100%;
	inset-block-start: 0;
	inset-inline-start: 0;
	border: 0;
	margin: 0;
	padding: 0;
}