.our-blog {
	background-color: #FDFDFD;
	position: relative;
	overflow: hidden;
}

.our-blog-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 52px;
	padding-bottom: 52px;
	padding-right: 16px;
	padding-left: 16px;
	position: relative;
	z-index: 1;
}

.our-blog-subtitle {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: Metropolis, Sans-Serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #5EBE22;
	background-color: #5EBE221A;
	width: fit-content;
	border-radius: 100px;
	margin-bottom: 5px;
}

.our-blog-title {
	font-family: Bricolage Grotesque, Sans-Serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #00194C;
	max-width: 244px;
	margin-bottom: 10px;
}

.our-blog-description {
	font-family: Metropolis, Sans-Serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #596780;
	margin-bottom: 26px;
	max-width: 314px;
}

.our-blog-description p {
	font-family: Plus Jakarta Sans, Sans-Serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #596780;
}

.our-blog-description a {
	font-family: Plus Jakarta Sans, Sans-Serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-underline-offset: 16%;
	text-decoration-thickness: 0%;
	cursor: pointer;
	color: #596780;
}

.our-blog-carousel .slick-list {
	margin-right: -20px;
}

.our-blog-carousel .slick-slide {
	margin-right: 20px;
}

.our-blog-item {
	border-radius: 12px;
	/*padding-top: 16px;*/
	/*padding-bottom: 16px;*/
	/*padding-left: 16px;*/
	/*padding-right: 16px;*/
	background-color: #FDFDFD;
}

.our-blog-item-title {
	font-family: Metropolis, Sans-Serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #00194C;
	margin-bottom: 15px;
}

.our-blog-item-text {
	font-family: Metropolis, Sans-Serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0%;
	color: #46535D;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.our-blog-item-image-parent {
	margin-bottom: 16px;
	position: relative;
}

.our-blog-item-image-parent img.our-blog-item-image {
	height: 164px;
	border-radius: 6px;
	width: 100%;
}

.our-blog-watermark {
	position: absolute;
	top: 0;
	left: 0;
}

.our-blog-item-title {
	font-family: Metropolis, Sans-Serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #00194C;
	margin-bottom: 6px;
}

.our-blog-item-date {
	font-family: Metropolis, Sans-Serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #596780;
	margin-bottom: 8px;
}

.our-blog-item-read-more {
	color: #244FC2;
	font-family: Metropolis, Sans-Serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 8px;
}

.our-blog-carousel .slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 3px;
	list-style: none;
	width: fit-content;
	padding-inline-start: 0;
	margin-left: auto;
	margin-right: auto;
	margin-block-start: 0;
	margin-block-end: 0;
	background-color: #F5F5F5;
	padding: 4px;
	border-radius: 100px;
	margin-top: 24px;
}

.our-blog-carousel .slick-dots li {
	margin: 0;
	padding: 0;
	width: 7px;
	height: 7px;
	/*width: auto;*/
	/*height: auto;*/
}

.our-blog-carousel .slick-dots li button {
	display: flex;
	width: 7px;
	height: 7px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background-color: #244FC2;
	opacity: 0.5;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.our-blog-carousel .slick-dots li button:hover {
	background-color: #9CA3AF;
}

.our-blog-carousel .slick-dots li.slick-active button {
	background-color: #244FC2;
	opacity: 1;
}

.our-blog-arrows-parent {
	display: none;
	z-index: 1;
}

.our-blog-learn-more-cta {
	font-family: Plus Jakarta Sans, Sans-Serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #0C3A8E;
}

.our-blog .background-logo {
	position: absolute;
	right: -51px;
	top: -66px;
	width: 289px;
	height: 246px;
}

/* Mobile bg composite — Figma 13700:5710. Replaces `.background-logo` on mobile.
   Figma section is 803px tall; box center at 50% - 382.58 = 18.92, top = -85.2.
   Nested HTML mirrors Figma so rotations compose as designed. */
.our-blog .background-logo {
	display: none !important;
}

.our-blog__bg {
	position: absolute;
	right: -51.24px;
	top: -85.2px;
	width: 208.236px;
	height: 208.236px;
	pointer-events: none;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-blog__bg-rotor {
	transform: rotate(-25.71deg);
}

.our-blog__bg-quarto {
	position: relative;
	width: 156px;
	height: 156px;
}

.our-blog__bg-arco-box {
	position: absolute;
	top: 13.54%;
	right: -36.16%;
	bottom: -63.55%;
	left: -12.54%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-blog__bg-arco-inner {
	width: 165.26px;
	height: 173.17px;
	transform: rotate(-32.43deg);
}

.our-blog__bg-arco-inner img {
	width: 100%;
	height: 100%;
	display: block;
}

.our-blog__bg-union-box {
	position: absolute;
	top: 69.18%;
	right: 41.44%;
	bottom: -12.43%;
	left: 14.18%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-blog__bg-union-inner {
	width: 58.28px;
	height: 55.94px;
	transform: rotate(12.9deg);
}

.our-blog__bg-union-inner img {
	width: 100%;
	height: 100%;
	display: block;
}

.our-blog-view-all-button {
	margin-top: 32px;
	border-radius: 10px;
	border: 1px solid #EDEDED;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	gap: 6px;
	cursor: pointer;
}

.our-blog-view-all-button span {
	font-family: Metropolis, Sans-Serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #040815;
}

@media (min-width: 768px) {
	/* 768+ bg composite (Figma 13700:5782). Hide legacy .background-logo,
	   scale up nested composite: outer 315.86×315.86, quarto 236.626×236.626,
	   arco-inner 250.68×262.66, union-inner 88.40×84.85. SVGs swapped via
	   content: url(). Figma section is 769px; box center at 50% - 424.77 = -40.27,
	   top = -198.2. */
	.our-blog .background-logo {
		display: none !important;
	}

	.our-blog__bg {
		right: -86.86px;
		top: -198.2px;
		width: 315.86px;
		height: 315.86px;
	}

	.our-blog__bg-quarto {
		width: 236.626px;
		height: 236.626px;
	}

	.our-blog__bg-arco-inner {
		width: 250.68px;
		height: 262.66px;
	}

	.our-blog__bg-arco-inner img {
		content: url('arco1-768.svg?v=1');
	}

	.our-blog__bg-union-inner {
		width: 88.40px;
		height: 84.85px;
	}

	.our-blog__bg-union-inner img {
		content: url('union-768.svg?v=1');
	}

	.our-blog-subtitle {
		margin-bottom: 6px;
	}

	.our-blog-title {
		max-width: unset;
	}

	.our-blog-description {
		max-width: unset;
		margin-bottom: 40px;
	}

	.our-blog-item-text {
		margin-bottom: 16px;
	}
}

@media (min-width: 1250px) {
	.our-blog-container {
		padding-left: 0;
		padding-right: 0;
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.our-blog-subtitle {
		font-size: 12px;
		line-height: 18px;
		text-transform: uppercase;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 0;
		padding-bottom: 0;
		letter-spacing: 0;
		margin-bottom: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 24px;
	}

	.our-blog-title {
		font-size: 32px;
		line-height: 50px;
		letter-spacing: 0%;
		margin-bottom: 8px;
	}

	.our-blog-description {
		max-width: 662px;
		font-size: 18px;
		letter-spacing: 0%;
		margin-bottom: 0;
	}

	.our-blog-description p {
		font-size: 18px;
		letter-spacing: 0%;
	}

	.our-blog-description a {
		font-size: 18px;
		letter-spacing: 0%;
	}

	.our-blog .slick-track {
		width: 100%;
		margin-left: unset;
		margin-right: unset;
	}

	.our-blog-title-arrow-flex {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 16px;
		margin-bottom: 52px;
	}

	.our-blog-arrows-parent {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
	}

	.our-blog-arrow-left {
		border-radius: 10px;
		border: 1px solid #EDEDED;
		padding: 8px;
		width: 48px;
		height: 48px;
		background-color: #fdfdfd;
		transform: rotate(180deg);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.our-blog-arrow-right {
		border-radius: 10px;
		border: 1px solid #EDEDED;
		padding: 8px;
		width: 48px;
		height: 48px;
		background-color: #fdfdfd;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.our-blog .slick-arrow.slick-disabled svg path {
		stroke: #596780;
		opacity: 0.5;
	}

	.our-blog-carousel img.our-blog-item-image {
		height: 164px;
	}

	.our-blog-item-image-parent {
		margin-bottom: 20px;
	}

	.our-blog-item-date {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0%;
		margin-bottom: 8px;
	}

	.our-blog-item-title {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0%;
		margin-bottom: 0;
		height: 54px;
		overflow: hidden;
	}

	.our-blog-item-text {
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0%;
		margin-bottom: 16px;
	}

	.our-blog-item-read-more {
		font-size: 16px;
		letter-spacing: 0%;
	}

	.our-blog-carousel .slick-dots {
		display: none !important;
	}

	.our-blog-view-all-button {
		margin-top: 32px;
		gap: 8px;
	}

	/* 1250+ bg composite (Figma 13700:5935). Same dimensions as mobile
	   (outer 208.236, quarto 156, arco 165.26×173.17, union 58.28×55.94),
	   but different position and SVGs reset to mobile variants. Figma section is
	   869.69px; box center at 50% - 374.24 = 60.61, top = -43.51. */
	.our-blog .background-logo {
		display: none !important;
	}

	.our-blog__bg {
		right: -37.24px;
		top: -43.51px;
		width: 208.236px;
		height: 208.236px;
	}

	.our-blog__bg-quarto {
		width: 156px;
		height: 156px;
	}

	.our-blog__bg-arco-inner {
		width: 165.26px;
		height: 173.17px;
	}

	.our-blog__bg-arco-inner img {
		content: url('arco1-mobile.svg?v=1');
	}

	.our-blog__bg-union-inner {
		width: 58.28px;
		height: 55.94px;
	}

	.our-blog__bg-union-inner img {
		content: url('union-mobile.svg?v=1');
	}
}

/* 1920px disabled
@media (min-width: 1920px) {
	.our-blog-container {
		max-width: 1632px;
	}

	.our-blog .background-logo {
		right: -94px;
		top: calc(50% - 344px);
		transform: translateY(-50%);
	}

	.our-blog-subtitle {
		font-size: 14px;
		height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 0;
		padding-bottom: 0;
	}

	.our-blog-title {
		line-height: 36px;
	}

	.our-blog-carousel .slick-list {
		margin-right: -32px;
	}

	.our-blog-carousel .slick-slide {
		margin-right: 32px;
	}

	.our-blog-item-date {
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 0%;
	}

	.our-blog-item-title {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0%;
	}

	.our-blog-item-text {
		font-size: 16px;
		line-height: 24px;
	}

	.our-blog-view-all-button span {
		color: #00194C;
		letter-spacing: 0%;
	}
}
*/
