.hero {
	padding: 0 5px;
	padding-top: clamp(70px, 12.5vw, 125px);
	padding-bottom: clamp(40px, 8vw, 80px);
}
.hero_fw {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: clamp(40px, 8vw, 80px);
	background: #EFF9FF;
	overflow: clip;
}
.hero-404 {
	margin-bottom: 0 !important;
}
.hero-404 ul li {
	display: none !important;
}
.hero_fw + .section_primary {
	margin-top: calc(-1 * clamp(40px, 8vw, 80px));
}
.hero_fw .hero__container {
	background: none;
	overflow: visible;
	align-items: flex-end;
	padding: 0 20px;
	max-width: calc(1420px + 2 * 20px);
}
.hero_fw .hero__left {
	flex: 0 1 710px;
}
.hero_fw .hero__right {
	height: 390px;
	flex: 0 1 620px;
}
@media screen and (max-width: 767.98px) {
	.hero_fw .breadcrumbs {
		margin-bottom: 20px;
	}
	.hero_fw .hero__left {
		flex: unset;
		width: 100%;
	}
	.hero_fw .hero__right {
		height: 200px;
		flex: unset;
	}
}
.hero__container {
	padding: clamp(30px, 8vw, 80px) clamp(15px, 6vw, 80px);
	border-radius: clamp(15px, 2vw, 20px);
	background: #F3F4F6;
	max-width: 1420px;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: clamp(40px, 8vw, 80px);
}
@media screen and (max-width: 767.98px) {
	.hero__container {
		flex-direction: column;
	}
}
.hero__left {
	display: flex;
	flex-direction: column;
	gap: clamp(15px, 3vw, 30px);
	flex: 1 0 310px;
}
@media screen and (max-width: 767.98px) {
	.hero__left {
		flex: unset;
	}
}
.hero__title {
	color: #293579;
}
.hero__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: clamp(15px, 3vw, 30vw);
}
@media screen and (max-width: 575.98px) {
	.hero__footer .btn {
		flex-grow: 1;
	}
}
.hero__right {
	flex: 0 1 700px;
	height: 476px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767.98px) {
	.hero__right {
		flex: unset;
		height: auto;
		aspect-ratio: 1.8;
		width: 100%;
	}
}
@keyframes scaleBounce {
	0% {
		transform: scale(1);
	}
	45% {
		transform: scale(1.1);
	}
	90% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes translateYBounce {
	0% {
		transform: translateY(0%);
	}
	45% {
		transform: translateY(50%);
	}
	90% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(0%);
	}
}
.hero__right._mask-animated .hero__img {
  mask: url(../../../assets/img/hero/mask/mask-animated.svg) center/contain no-repeat;
  width: 846px;
  z-index: 0;
}
.hero__right._mask-animated .hero__img img {
  animation: scaleBounce 60s infinite ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .hero__right._mask-animated .hero__img {
    width: 150%;
  }
}
.hero__right._mask-animated .hero__figure {
	background: url(../../../assets/img/hero/figure/animated.svg) center/contain no-repeat;
	width: 433px;
	height: 433px;
	z-index: 1;
	left: 412px;
	top: -2px;
	animation: translateYBounce 60s infinite ease-in-out;
}
@media screen and (max-width: 767.98px) {
	.hero__right._mask-animated .hero__figure {
		display: none;
	}
}
.hero__right._mask-1 .hero__img {
	mask: url(../../../assets/img/hero/mask/mask-1.svg) center/contain no-repeat;
}
.hero__right._mask-1 .hero__figure {
	background: url(../../../assets/img/hero/figure/1.svg) center/contain no-repeat;
}
.hero__right._mask-2 .hero__img {
	mask: url(../../../assets/img/hero/mask/mask-2.svg) center/contain no-repeat;
}
.hero__right._mask-2 .hero__figure {
	background: url(../../../assets/img/hero/figure/2.svg) center/contain no-repeat;
}
.hero__bouding {
	height: 100%;
	width: auto;
	opacity: 0;
	pointer-events: none;
	aspect-ratio: 105 / 64;
}
.hero__img {
	position: absolute;
	width: auto;
	height: clamp(400px, 70vw, 638px);
	top: 0;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 767.98px) {
	.hero__img {
		height: 150%;
	}
}
.hero__img::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(36, 53, 121, 0.2);
}
.hero__img > img:first-child {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hero__figure {
	position: absolute;
	height: clamp(400px, 70vw, 638px);
	width: auto;
	top: 0;
	left: 0;
	z-index: 0;
}
@media screen and (max-width: 767.98px) {
	.hero__figure {
		height: 150%;
	}
}
.hero__article-info {
	margin-top: clamp(10px, 2vw, 20px);
	display: flex;
	gap: clamp(10px, 2vw, 20px);
	flex-wrap: wrap;
	color: #3B3B3B;
}
.hero__article-info > * {
	display: flex;
	align-items: center;
	gap: 10px;
}
.hero__article-info > * svg, .hero__article-info > * img {
	flex-shrink: 0;
	display: block;
	width: 18px;
	aspect-ratio: 1;
}