section[data-module="home-who"] {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	font-family: "Assistant", sans-serif;
	padding: 85px 0 40px;
}

section[data-module="home-who"] .home-who-wrap {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 48.5% 51.5%;
	align-items: start;
	min-height: 650px;
	z-index: 2;
}

/* Left Image Area */
section[data-module="home-who"] .home-who-image-area {
	position: relative;
	width: 100%;
	height: 515px;
	z-index: 3;
	margin-top: 0;
	opacity: 0;
	transform: translateX(-60px);
	transition:
		opacity 0.85s ease,
		transform 0.85s ease;
}

section[data-module="home-who"].is-visible .home-who-image-area {
	opacity: 1;
	transform: translateX(0);
}

section[data-module="home-who"] .home-who-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

section[data-module="home-who"] .home-who-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

section[data-module="home-who"] .home-who-blue-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 29%;
	height: 100%;
	background: rgba(1, 83, 166, 0.78);
	z-index: 2;
	pointer-events: none;
}

/* Button */
section[data-module="home-who"] .home-who-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: inline-flex;
	align-items: stretch;
	justify-content: center;
	min-width: 352px;
	height: 78px;
	text-decoration: none;
	overflow: hidden;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	background: rgba(90, 100, 111, 0.78);
	transition: opacity 0.35s ease;
}

section[data-module="home-who"] .home-who-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #f1b209;
	z-index: 1;
	transition: left 0.45s ease;
}

section[data-module="home-who"] .home-who-btn:hover::before {
	left: 0;
}

section[data-module="home-who"] .home-who-btn:hover {
	opacity: 1;
}

section[data-module="home-who"] .home-who-btn-text {
	position: relative;
	z-index: 2;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	white-space: nowrap;
}

section[data-module="home-who"] .home-who-btn-icon {
	position: relative;
	z-index: 2;
	width: 98px;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1b209;
	overflow: hidden;
}

section[data-module="home-who"] .home-who-btn-icon::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		120deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.35) 45%,
		rgba(255, 255, 255, 0) 80%
	);
	transform: translateX(-120%);
	transition: transform 0.6s ease;
}

section[data-module="home-who"] .home-who-btn:hover .home-who-btn-icon::before {
	transform: translateX(120%);
}

section[data-module="home-who"] .home-who-btn-icon img {
	position: relative;
	z-index: 2;
	width: 18px;
	height: auto;
	display: block;
	transition: transform 0.35s ease;
}

section[data-module="home-who"] .home-who-btn:hover .home-who-btn-icon img {
	transform: translateX(5px);
}

/* Right Content Area */
section[data-module="home-who"] .home-who-content-area {
	position: relative;
	width: 100%;
	min-height: 520px;
	background: #d9d9d9;
	display: flex;
	align-items: center;
	margin-left: -220px;
	margin-top: 95px;
	padding: 70px 80px 70px 350px;
	opacity: 0;
	transform: translateX(60px);
	transition:
		opacity 0.85s ease 0.16s,
		transform 0.85s ease 0.16s;
}

section[data-module="home-who"].is-visible .home-who-content-area {
	opacity: 1;
	transform: translateX(0);
}

section[data-module="home-who"] .home-who-content {
	max-width: 720px;
}

/* Label */
section[data-module="home-who"] .home-who-label {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	color: #111111;
	margin-bottom: 26px;
}

section[data-module="home-who"] .home-who-label-box {
	width: 50px;
	height: 48px;
	background: #f1b209;
	display: inline-block;
	margin-right: -26px;
	z-index: 1;
	transform: scaleX(0);
	transform-origin: left center;
}

section[data-module="home-who"].is-visible .home-who-label-box {
	animation: homeWhoBoxReveal 0.55s ease 0.35s forwards;
}

section[data-module="home-who"] .home-who-label-text {
	position: relative;
	z-index: 2;
}

@keyframes homeWhoBoxReveal {
	0% {
		transform: scaleX(0);
	}

	100% {
		transform: scaleX(1);
	}
}

/* Text */
section[data-module="home-who"] .home-who-title {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.08;
	color: #000000;
	margin: 0 0 26px;
}

section[data-module="home-who"] .home-who-desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
	color: #111111;
	margin: 0;
	max-width: 690px;
}

/* Mascot */
section[data-module="home-who"] .home-who-mascot {
	position: absolute;
	right: 32px;
	bottom: 0;
	z-index: 8;
	width: 220px;
	pointer-events: none;
	opacity: 0;
	transform: translateX(150px) rotate(4deg);
	transition:
		opacity 0.55s ease 0.75s,
		transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.75s;
}

section[data-module="home-who"].is-visible .home-who-mascot {
	opacity: 1;
	transform: translateX(0) rotate(0deg);
}

section[data-module="home-who"] .home-who-mascot img {
	width: 100%;
	height: auto;
	display: block;
	filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.2));
	animation: homeWhoMascotFloat 3.2s ease-in-out 1.6s infinite;
}

@keyframes homeWhoMascotFloat {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}

	100% {
		transform: translateY(0);
	}
}

/* Builder Mode Fix */
.fl-builder-edit section[data-module="home-who"] .home-who-image-area,
.fl-builder-edit section[data-module="home-who"] .home-who-content-area,
.fl-builder-is-showing-toolbar section[data-module="home-who"] .home-who-image-area,
.fl-builder-is-showing-toolbar section[data-module="home-who"] .home-who-content-area {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
}

.fl-builder-edit section[data-module="home-who"] .home-who-label-box,
.fl-builder-is-showing-toolbar section[data-module="home-who"] .home-who-label-box {
	transform: scaleX(1) !important;
	animation: none !important;
}

.fl-builder-edit section[data-module="home-who"] .home-who-mascot,
.fl-builder-is-showing-toolbar section[data-module="home-who"] .home-who-mascot {
	opacity: 1 !important;
	transform: translateX(0) rotate(0deg) !important;
	transition: none !important;
}

/* Responsive */
@media (max-width: 1399px) {
	section[data-module="home-who"] .home-who-content-area {
		margin-left: -180px;
		margin-top: 85px;
		padding: 65px 60px 65px 300px;
	}

	section[data-module="home-who"] .home-who-title {
		font-size: 46px;
	}

	section[data-module="home-who"] .home-who-mascot {
		right: 22px;
		width: 200px;
	}
}

@media (max-width: 1199px) {
	section[data-module="home-who"] {
		padding: 75px 0 35px;
	}

	section[data-module="home-who"] .home-who-wrap {
		grid-template-columns: 48% 52%;
		min-height: 590px;
	}

	section[data-module="home-who"] .home-who-image-area {
		height: 470px;
	}

	section[data-module="home-who"] .home-who-content-area {
		min-height: 470px;
		margin-left: -130px;
		margin-top: 70px;
		padding: 55px 45px 55px 230px;
	}

	section[data-module="home-who"] .home-who-title {
		font-size: 42px;
	}

	section[data-module="home-who"] .home-who-btn {
		min-width: 320px;
		height: 68px;
	}

	section[data-module="home-who"] .home-who-btn-icon {
		width: 88px;
		height: 68px;
	}

	section[data-module="home-who"] .home-who-mascot {
		right: 12px;
		bottom: 0;
		width: 175px;
	}
}

@media (max-width: 991px) {
	section[data-module="home-who"] {
		padding: 70px 0 50px;
	}

	section[data-module="home-who"] .home-who-wrap {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	section[data-module="home-who"] .home-who-image-area {
		width: calc(100% - 60px);
		height: 430px;
		margin: 0 auto;
	}

	section[data-module="home-who"] .home-who-content-area {
		width: calc(100% - 60px);
		min-height: auto;
		margin: 0 auto;
		padding: 60px 45px;
		transform: translateX(40px);
	}

	section[data-module="home-who"] .home-who-content {
		max-width: 100%;
	}

	section[data-module="home-who"] .home-who-title {
		font-size: 40px;
	}

	section[data-module="home-who"] .home-who-desc {
		max-width: 100%;
	}

	section[data-module="home-who"] .home-who-btn {
		min-width: 300px;
		height: 64px;
	}

	section[data-module="home-who"] .home-who-btn-icon {
		width: 82px;
		height: 64px;
	}

	section[data-module="home-who"] .home-who-mascot {
		right: 20px;
		bottom: 12px;
		width: 155px;
	}
}

@media (max-width: 767px) {
	section[data-module="home-who"] {
		padding: 60px 0 45px;
	}

	section[data-module="home-who"] .home-who-image-area {
		width: calc(100% - 44px);
		height: 330px;
		transform: translateX(-35px);
	}

	section[data-module="home-who"] .home-who-content-area {
		width: calc(100% - 44px);
		padding: 45px 28px;
		transform: translateX(35px);
	}

	section[data-module="home-who"].is-visible .home-who-image-area,
	section[data-module="home-who"].is-visible .home-who-content-area {
		transform: translateX(0);
	}

	section[data-module="home-who"] .home-who-blue-overlay {
		width: 32%;
	}

	section[data-module="home-who"] .home-who-label {
		font-size: 18px;
		margin-bottom: 22px;
	}

	section[data-module="home-who"] .home-who-label-box {
		width: 42px;
		height: 42px;
		margin-right: -22px;
	}

	section[data-module="home-who"] .home-who-title {
		font-size: 34px;
		line-height: 1.12;
		margin-bottom: 20px;
	}

	section[data-module="home-who"] .home-who-desc {
		font-size: 16px;
		line-height: 1.5;
	}

	section[data-module="home-who"] .home-who-btn {
		left: 0;
		right: auto;
		bottom: 0;
		min-width: 275px;
		height: 58px;
		font-size: 17px;
	}

	section[data-module="home-who"] .home-who-btn-text {
		padding: 0 26px;
	}

	section[data-module="home-who"] .home-who-btn-icon {
		width: 72px;
		height: 58px;
	}

	section[data-module="home-who"] .home-who-mascot {
		right: 8px;
		bottom: 8px;
		width: 125px;
		transform: translateX(90px) rotate(4deg);
	}

	section[data-module="home-who"].is-visible .home-who-mascot {
		transform: translateX(0) rotate(0deg);
	}
}

@media (max-width: 480px) {
	section[data-module="home-who"] .home-who-image-area {
		width: 100%;
		height: 300px;
	}

	section[data-module="home-who"] .home-who-content-area {
		width: 100%;
		padding: 40px 22px;
	}

	section[data-module="home-who"] .home-who-title {
		font-size: 31px;
	}

	section[data-module="home-who"] .home-who-btn {
		min-width: 250px;
		height: 54px;
		font-size: 16px;
	}

	section[data-module="home-who"] .home-who-btn-icon {
		width: 66px;
		height: 54px;
	}

	section[data-module="home-who"] .home-who-btn-icon img {
		width: 16px;
	}

	section[data-module="home-who"] .home-who-mascot {
		right: 4px;
		bottom: 6px;
		width: 105px;
	}
}