@charset "utf-8";
.swiper_a {
  overflow: hidden;
}
.swiper_a img {
  display: block;
  height: auto;
  width: 100%;
}
.swiper_a .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper_a .swiper-slide {
  opacity: 1 !important;
  width: auto;
  margin-right: 0 !important;
}
.swiper_a {
  width: 90%;
  height:auto;
overflow:inherit;
	margin-top: 100px!important;
}
.swiper_a .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}
.swiper_a .swiper-slide {
  width: auto;
  flex: 0 0 auto;
  margin-right: clamp(18px, 3vw, 42px) !important;
  border-radius: clamp(10px, 4vw, 40px);
  overflow: hidden;
  opacity: 1 !important;
}
body.gjs-dashed .swiper_a .swiper-slide {
	width: 30%;
	height: 300px;
	display: inline-block;
}
.swiper_a .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  object-fit: cover;
}
.swiper_a .swiper-slide:nth-of-type(odd){
	transform: translateY(-30px);
}
.swiper_a .swiper-slide:nth-of-type(even){
	transform: translateY(30px);
}
@media screen and (max-width: 576px) {
  .swiper_a {
  height:auto;
  }
  .swiper_a .swiper-slide {
    margin-right: 18px !important;
  }
	.swiper_a .swiper-slide:nth-of-type(odd){
		transform: translateY(-15px);
	}
	.swiper_a .swiper-slide:nth-of-type(even){
		transform: translateY(15px);
	}
}
/* ---------- message ---------- */
.sub-hero__overlay{background:rgba(244, 135, 75, 0.55)}
.rec-message {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, 4.17vw, 80px);
	align-items: center;
}
.rec-message__text p {
	font-size: clamp(15px, 0.94vw, 18px);
	line-height: 1.9;
	color: #364153;
	margin: 0;
}
.rec-message__text p + p {
	margin-top: 20px;
}
.rec-message__img {
	border-radius: 28px;
	overflow: hidden;
}
.rec-message__img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.rec-message .section-label h2 span{display: inline-block}
/* ---------- appeal cards ---------- */
.rec-appeal__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(24px, 2.08vw, 32px);
}
.rec-appeal__card {
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rec-appeal__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.rec-appeal__card-img {
	position: relative;
	height: 220px;
	overflow: hidden;
}
.rec-appeal__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rec-appeal__num {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, #5bc8e8 0%, #3aaecc 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.rec-appeal__num p {
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	margin: 0;
}
.rec-appeal__num--orange {
	background: linear-gradient(135deg, #f8a86a 0%, #f4874b 100%);
}
.rec-appeal__num--yellow {
	background: linear-gradient(135deg, #f5d76e 0%, #e8b84a 100%);
}
.rec-appeal__num--green {
	background: linear-gradient(135deg, #7dd4a0 0%, #4db87a 100%);
}
.rec-appeal__card-body {
	padding: clamp(20px, 1.67vw, 28px);
}
.rec-appeal__card-body h3 {
	font-size: clamp(18px, 1.25vw, 22px);
	font-weight: 900;
	color: #1e2939;
	margin: 0 0 12px;
}
.rec-appeal__card-body p {
	font-size: clamp(14px, 0.94vw, 16px);
	line-height: 1.8;
	color: #4a5565;
	margin: 0;
}
.sub-info-table__th, .sub-info-table__td{
	padding: 20px 20px;
}
.sub-info-table__row{
	grid-template-columns: 180px 1fr;
}
/* ---------- jobs table ---------- */
.rec-jobs {
	max-width: 800px;
	margin: 0 auto;
}
.rec-jobs{
	margin-bottom: 50px;
}
.rec-jobs--second {
	margin-top: 40px;
}
.rec-jobs__header {
	background: #3aaecc;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}
.rec-jobs__title {
	font-size: clamp(18px, 1.25vw, 22px);
	font-weight: 900;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 16px 24px;
}
.rec-jobs__table {
	max-width: 100%;
	border-radius: 0 0 16px 16px;
}

/* ---------- apply form ---------- */
.rec-form {
	max-width: 712px;
	margin: 0 auto;
}
.rec-form__upload {
	display: block;
	position: relative;
	border: 2px dashed #d9dee3;
	border-radius: 12px;
	padding: 40px 24px;
	text-align: center;
	background: #fafbfc;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease;
}
.rec-form__upload:hover {
	border-color: #3aaecc;
	background: #f0f9fc;
}
.rec-form__upload-input {
	position: absolute;
	inset: 0;
	cursor: pointer;
}
.rec-form__upload p {
	font-size: 14px;
	line-height: 1.8;
	color: #6a7282;
	margin: 0;
}
.rec-form__upload p + p {
	margin-top: 4px;
}

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
	.rec-message {
		gap: 40px;
	}
	.rec-appeal__grid {
		gap: 24px;
	}
	.sub-info-table__row{
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.rec-message {
		grid-template-columns: 1fr;
	}
	.rec-message__img {
		order: -1;
		max-width: 480px;
		margin: 0 auto;
		width: 100%;
	}
	.rec-appeal__grid {
		grid-template-columns: 1fr;
	}
	.rec-appeal__card-img {
		height: 200px;
	}
}
.rec-jobs__header {
	cursor: pointer;
}

.rec-jobs__table {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	transform: translateY(-8px);
	transition:
		max-height 0.5s ease,
		opacity 0.3s ease,
		transform 0.3s ease,
		visibility 0s linear 0.5s;
}

.rec-jobs.is-open .rec-jobs__table,body.gjs-dashed .rec-jobs__table{
	max-height: 2000px;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition:
		max-height 0.5s ease,
		opacity 0.3s ease,
		transform 0.3s ease,
		visibility 0s;
}