.featured-resources {
	padding: 48px 0;
}

.featured-resources.insurtech-fintech-featured-resources {
	width: 100%;
	padding: 48px 0;
}

.featured-resources.featured-resources-header {
	background-color: rgb(243 243 246 / 50%);
	padding: 60px 0;
}

.featured-resources .container {
	max-width: 1102px;
}

.featured-resources .thumbnail_ava {
	width: 550px;
	padding-left: 90px;
}

.featured-resources .thumbnail_ava::before {
	background: #fff;
	box-shadow: 0 0 0 90px #ffe800;
	content: "";
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	border-radius: 50%;
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
	opacity: 0.5;
	height: 134px;
	width: 134px;
	z-index: -1;
}

.featured-resources .thumbnail_ava img {
	max-width: 460px;
}

.featured-resources .resource-content {
	padding: 40px 42px 40px 20px;
	width: calc(100% - 550px);
}

.featured-resources-main ~ div {
	justify-content: center;
	margin: 50px 0 0;
}

.featured-resources .resource-content .label {
	font-size: 14px;
	letter-spacing: 0.05rem;
	line-height: 16px;
}

.featured-resources .resource-content h2 {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -0.05rem;
	line-height: 30px;
	margin-bottom: 20px;
}

.featured-resources .resource-content .excerpt-text {
	margin-bottom: 34px;
}

.featured-resources .resource-content .excerpt-text p {
	font-size: 18px;
	letter-spacing: -0.035rem;
	line-height: 28px;
}

.featured-resources .resource-content .excerpt-text p:last-child {
	margin-bottom: 0;
}

.featured-resources .swiper-pagination {
	bottom: 5px;
}

.featured-resources .swiper-pagination-bullet {
	background-color: transparent;
	opacity: 1;
}

.featured-resources .featured-resources .swiper-pagination-bullet:not(:last-child) {
	margin-right: 26px;
}

.featured-resources .swiper-pagination-bullet--svg-animation {
	display: inline-block;
	position: relative;
	width: 26px;
	height: 26px;
}

.featured-resources span.swiper-pagination-bullet-active::before {
	position: absolute;
	height: 24px;
	width: 24px;
	content: "";
	border: solid 1px #ddd;
	border-radius: 50%;
	top: 1px;
	left: 1px;
}

.featured-resources .swiper-pagination-bullet--svg-animation svg {
	display: block;
	transform: rotate(-90deg);
}

.featured-resources .swiper-pagination-bullet--svg-animation .svg__circle-inner {
	stroke: #5b6770;
	fill: #5b6770;
	transition: all 0.65s ease;
}

.featured-resources .swiper-pagination-bullet-active .svg__circle {
	stroke: #5b6770;
	stroke-dasharray: 75;
	stroke-dashoffset: 0;
	animation: progress 6s ease-in-out 1 forwards;
}

.featured-resources .swiper-pagination-bullet-active .svg__circle-inner {
	fill: #5b6770;
}

@media (max-width: 1200px) {
	.featured-resources .resource-content {
		padding: 40px 0;
	}
}

@media (max-width: 768px) {
	.featured-resources .thumbnail_ava img {
		max-width: 330px;
	}

	.featured-resources .resource-content {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.featured-resources .swiper-pagination {
		bottom: -40px;
	}

	.header-block h2 {
		letter-spacing: 0;
	}
}

@media (max-width: 575px) {
	.featured-resources .thumbnail_ava::before {
		top: 36%;
	}

	.featured-resources .thumbnail_ava img {
		max-width: 295px;
	}
}

@keyframes mover {
	0% {
		transform: translateY(10px) translateX(10px);
	}
	100% {
		transform: translateY(-10px) translateX(-10px);
	}
}

@keyframes progress {
	0% {
		stroke-dashoffset: 75;
		opacity: 1;
	}
	95% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
	100% {
		opacity: 0;
		stroke-dashoffset: 0;
	}
}
