﻿html, body {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	background-color: transparent;
}

.main-container {
	width: 100%;
	padding: 0 5%;
	max-width: 1440px;
	margin: auto;
	position: relative;
}

.pc_layout {
	display: none;
}

.mb_layout {
	display: block;
}

.non-select {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.flex-left {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flex-right {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

@media all and (min-width:992px) { 
		
	.main-container {
		padding: 0 30px;
	}

	.pc_layout {
		display: block;
	}
	
	.mb_layout {
		display: none;
	}
}

/*--------------------------------------------------*/
/* banner container									*/
/*--------------------------------------------------*/

.banner-container {
	width: 100%;
	padding: 54px 0px 58px 0px;
	position: relative;
	color: #FFFFFF;
	background: transparent no-repeat center center;
	background-size: cover;
	background-image: url(../../Images/solution-gse/banner-bg.jpg);
	overflow: hidden;
}

.banner-container .main-container {
	z-index: 1;
}

.banner-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
	max-width: 600px;
	margin: auto;
}

.banner-content {
	max-width: 100%;
	text-align: left;
}

.banner-container h1 {
	color: #FFFFFF;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0;
}

.banner-desc {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 25px;
	margin-top: 26px;
}

.banner-images {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.banner-images.animate {
	opacity: 1;
	transform: translateY(0);
}

.banner-images img {
	width: 100%;
	max-width: 500px;
	height: auto;
	object-fit: contain;
}

.banner-btn-block {
	display: inline-flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 50px;
}

.banner-btn {
	display: block;
	text-align: center;
	padding: 13px 24px;
	min-width: 170px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	border: 1px solid transparent;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	cursor: pointer;
}

.btn-talk-expert {
	background-color: #81F6F9;
	border-color: #81F6F9;
	color: #000000;
}

.btn-talk-expert:hover {
	background-color: #DBFEFF;
	border-color: #DBFEFF;
	color: #000000;
	text-decoration: none;
}

.btn-talk-expert:active {
	background-color: #00DDE3;
	border-color: #00DDE3;
}

.btn-place-order {
	background-color: transparent;
	border-color: #81F6F9;
	color: #81F6F9;
}

.btn-place-order:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.btn-place-order:active {
	background-color: rgba(255, 255, 255, 0.25);
}

/* Mobile: text -> images */
@media all and (max-width:991px) {
	.banner-content {
		order: 1;
	}
	.banner-images {
		order: 2;
	}
}

@media all and (min-width:992px) {

	.banner-container {
		padding: 138px 0px 134px 0;
	}

	.banner-inner {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		gap: 90px;
		max-width: 100%;
	}

	.banner-content {
		width: 47.139%;
		max-width: 550px;
		flex-shrink: 0;
	}

	.banner-container h1 {
		font-size: clamp(40px, 4.17vw, 60px);
		line-height: clamp(50px, 5vw, 72px);
	}

	.banner-desc {
		font-size: clamp(14px, 1.18vw, 17px);
		line-height: clamp(22px, 1.94vw, 28px);
		margin-top: 35px;
	}

	.banner-btn-block {
		flex-direction: row;
		margin-top: 50px;
	}

	.banner-images {
		flex: 1;
		margin-top: 0;
		justify-content: flex-end;
	}

	.banner-images img {
		max-width: 686px;
		width: 100%;
	}
}

/*--------------------------------------------------*/
/* gse review container								*/
/*--------------------------------------------------*/

.gse-review-container {
	width: 100%;
	padding: 62px 0 26px 0;
	background-size: cover;
	background-image: url(../../Images/solution-gse/review-bg.jpg);
	overflow: hidden;
	background-color: #022585;
}

.gse-review-container .main-container {
	padding: 0;
}

.gse-review-inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.gse-review-content {
	order: 1;
	color: #FFFFFF;
	padding: 0 5%;
	max-width: 600px;
	margin: auto;
}

.gse-review-content h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 66px;
	color: #FFFFFF;
	margin: 0 0 12px 0;
}

.gse-review-content p {
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
	margin: 0;
}

.gse-review-photos {
	order: 2;
	display: flex;
	justify-content: center;
}

.gse-review-photos img {
	width: 100%;
	max-width: 500px;
	height: auto;
	object-fit: contain;
}

@media all and (min-width:992px) {

	.gse-review-container {
		padding: 0;
	}

	.gse-review-container .main-container {
		padding: 0 30px;
	}

	.gse-review-inner {
		flex-direction: row;
		align-items: stretch;
		gap: 0;
	}

	.gse-review-photos {
		order: 1;
		flex: 0 0 50%;
		align-items: center;
		padding: 11px 0;
	}

	.gse-review-photos img {
		max-width: 100%;
	}

	.gse-review-content {
		order: 2;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 0 0 11.3%;
		max-width: 100%;
	}

	.gse-review-content h2 {
		font-size: clamp(30px, 3.33vw, 48px);
		line-height: clamp(44px, 4.58vw, 66px);
		margin-bottom: 20px;
	}

	.gse-review-content p {
		font-size: clamp(16px, 1.39vw, 20px);
		line-height: clamp(24px, 2.36vw, 34px);
	}
}

/*--------------------------------------------------*/
/* comparison container								*/
/*--------------------------------------------------*/

.comparison-container {
	width: 100%;
	padding: 58px 0 53px 0;
	background-color: #000F41;
}

.comparison-container .main-container {
	max-width: 1050px;
}

.comparison-block {
	display: flex;
	flex-direction: column;
	max-width: 600px;
	margin: auto;
}

.comparison-title {
	order: 1;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin: 0 0 24px 0;
}

.comparison-table-wrap {
	order: 2;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #CFD4E6;
}

.comparison-footnote {
	order: 3;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	line-height: 28px;
	text-align: right;
	margin: 22px 0 0 0;
}

.comparison-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	background-color: #FFFFFF;
}

/* Hide label column on mobile */
.comparison-table .col-label {
	display: none;
}

.comparison-table .col-industry,
.comparison-table .col-asteroom {
	width: 50%;
}

.comparison-table thead th {
	padding: 18px 28px;
	font-size: 16px;
	font-weight: bold;
	color: #1a2744;
	text-align: left;
	border-bottom: 1px solid #D1DAF0;
	border-right: 1px solid #E7E8EE;
	background-color: #D9DEE6;
}

.comparison-table thead th:last-child {
	border-right: none;
}

.asteroom-header {
	display: flex;
	align-items: center;
	gap: 12px;
}

.comparison-table tbody td {
	padding: 17px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #E7E8EE;
	border-right: 1px solid #E7E8EE;
	background-color: #FFFFFF;
}

.comparison-table tbody td:last-child {
	border-right: none;
}

.comparison-table tbody tr:last-child td {
	border-bottom: none;
}

.comparison-table tbody tr:nth-child(even) td {
	background-color: #F8F9FA;
}

@media all and (min-width:992px) {

	.comparison-container {
		padding: 108px 0 107px 0;
	}

	.comparison-footnote {
		order: 2;
		margin: 0 0 10px 0;
	}

	.comparison-table-wrap {
		order: 3;
	}
	
	.comparison-block {
		max-width: 100%;
		margin: auto;
	}

	.comparison-title {
		font-size: clamp(30px, 3.33vw, 48px);
		line-height: clamp(40px, 4.31vw, 62px);
		max-width: 961px;
		margin-bottom: 0 auto 24px auto;
	}

	.comparison-footnote {
		font-size: 14px;
	}

	.comparison-table {
		font-size: 17px;
		line-height: 28px;
	}

	/* Show label column on desktop */
	.comparison-table .col-label {
		display: table-cell;
		min-width: 229px;
		font-weight: bold;
		background-color: #F0F4FF;
		border-right: 6px solid #E7E8EE;
	}

	.comparison-table thead th.col-label {
		background-color: #E8EDFC;
	}

	.comparison-table thead th {
		padding: 22px 28px;
		font-size: 16px;
		border-right: 6px solid #E7E8EE;
	}

	.comparison-table tbody td {
		padding: 28px 28px;
		border-right: 6px solid #E7E8EE;
	}
}

/*--------------------------------------------------*/
/* enables container								*/
/*--------------------------------------------------*/

.enables-container {
	width: 100%;
	padding: 60px 0;
	background-color: #F8F9FA;
}

.enables-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	text-align: center;
	margin: 0 0 38px 0;
}

.enables-inner {
	display: flex;
	flex-direction: column;
	gap: 38px;
	max-width: 600px;
	margin: auto;
}

/* Mobile: list first, photo second */
.enables-list {
	order: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.enables-photo {
	order: 2;
}

.enables-photo img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 816px;
}

.enables-item {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.enables-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-top: 5px;
}

.enables-text h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	color: #131313;
	margin: 0 0 8px 0;
}

.enables-text p {
	font-size: 16px;
	line-height: 22px;
	color: #131313;
	margin: 0;
}

@media all and (min-width:992px) {

	.enables-container {
		padding: 110px 0;
	}

	.enables-title {
		font-size: clamp(30px, 3.33vw, 48px);
		line-height: clamp(44px, 4.58vw, 66px);
		margin-bottom: 66px;
	}

	.enables-inner {
		flex-direction: row;
		align-items: center;
		gap: 60px;
		max-width: 100%;
	}

	.enables-icon {
		width: clamp(20px, 1.67vw, 24px);
		height: clamp(20px, 1.67vw, 24px);
	}

	/* Desktop: photo left, list right */
	.enables-photo {
		order: 1;
		flex: 0 0 63%;
	}

	.enables-list {
		order: 2;
		flex: 1;
		gap: 32px;
	}

	.enables-text h3 {
		font-size: clamp(18px, 1.81vw, 26px);
		line-height: clamp(22px, 2.22vw, 32px);
	}

	.enables-text p {
		font-size: clamp(14px, 1.11vw, 16px);
		line-height: clamp(18px, 1.53vw, 22px);
	}
}

/*--------------------------------------------------*/
/* tour-container									*/
/*--------------------------------------------------*/

.tour-container {
	width: 100%;
	padding: 58px 0 38px 0;
	background-color: #FFFFFF;
	text-align: center;
}

.tour-container .main-container {
	max-width: 1420px;
}

.tour-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #202020;
	margin: 0 auto 28px auto;
}

.tour-content {
	position: relative;
	padding-bottom: 560px;
	overflow: hidden;
	background-color: #f0f0f0;
}

.tour-content iframe,
.tour-content object,
.tour-content embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (min-width:992px) {

	.tour-container {
		padding: 80px 0 110px 0;
	}

	.tour-title {
		font-size: clamp(30px, 3.33vw, 48px);
		line-height: clamp(44px, 4.58vw, 66px);
		margin: 0 auto 30px auto;
		max-width: 840px;
	}

	.tour-content {
		padding-bottom: 56.25%;
	}

}

/*--------------------------------------------------*/
/* how works container								*/
/*--------------------------------------------------*/

.how-works-container {
	width: 100%;
	padding: 58px 0 65px 0;
	background-color: #F8F9FA;
}

.how-works-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 62px;
	color: #000000;
	text-align: center;
	margin: 0 0 38px 0;
}

.how-works-inner {
	display: flex;
	flex-direction: column;
	gap: 42px;
	max-width: 600px;
	margin: auto;
}

/* Mobile: image first, list second */
.how-works-image {
	order: 1;
}

.how-works-image img {
	width: 100%;
	height: auto;
	display: block;
}

.how-works-list {
	order: 2;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	max-width: 510px;
}

.how-works-item {
	display: flex;
	align-items: stretch;
	gap: 20px;
}

.step-num-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}

.step-number {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #CFD4E6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	color: #1a2744;
	background-color: #FFFFFF;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.step-num-wrap::after {
	content: '';
	width: 1px;
	flex: 1;
	min-height: 24px;
	background-color: #CFD4E6;
}

.how-works-item:last-child .step-num-wrap::after {
	display: none;
}

.step-content {
	padding-bottom: 17px;
}

.how-works-item:last-child .step-content {
	padding-bottom: 0;
}

.step-content h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color: #000000;
	margin: 8px 0 7px 0;
}

.step-content p {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin: 0;
}

@media all and (min-width:992px) {

	.how-works-container {
		padding: 100px 0 120px 0;
	}

	.how-works-title {
		font-size: clamp(30px, 3.33vw, 48px);
		line-height: clamp(44px, 4.58vw, 66px);
		margin-bottom: 46px;
	}

	.how-works-inner {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-around;
		gap: 70px;
		max-width: 100%;
	}

	/* Desktop: list left, image right */
	.how-works-list {
		order: 1;
		flex: 1;
	}

	.how-works-image {
		order: 2;
		flex: 0 0 40%;
	}

	.step-number {
		width: clamp(40px, 4.17vw, 60px);
		height: clamp(40px, 4.17vw, 60px);
		font-size: clamp(18px, 1.53vw, 22px);
	}

	.step-content h3 {
		font-size: clamp(18px, 1.81vw, 26px);
		line-height: clamp(22px, 2.22vw, 32px);
		margin-top: 6px;
	}

	.step-content p {
		font-size: clamp(14px, 1.11vw, 16px);
		line-height: clamp(18px, 1.53vw, 22px);
	}
}


/*--------------------------------------------------*/
/* dc features container							*/
/*--------------------------------------------------*/

.dc-features-container {
	width: 100%;
	padding: 60px 0;
	background: #0d1f6e no-repeat center center;
	background-size: cover;
	background-image: url(../../Images/solution-gse/dc-features-bg.jpg);
	position: relative;
}

.dc-features-container .main-container {
	position: relative;
	z-index: 1;
	max-width: 1360px;
}

.dc-features-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 37px 0;
}

.dc-features-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.dc-feature-card {
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 28px 30px;
}

.dc-feature-icon {
	width: 57px;
	height: auto;
	margin-bottom: 13px;
	display: block;
}

.dc-feature-card h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	color: #000000;
	margin: 0 0 3px 0;
}

.dc-feature-card p {
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin: 0;
}

@media all and (min-width:600px) {
	.dc-features-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media all and (min-width:992px) {

	.dc-features-container {
		padding: 110px 0 99px 0;
	}

	.dc-features-title {
		font-size: clamp(28px, 3.33vw, 48px);
		line-height: clamp(38px, 4.31vw, 62px);
		margin-bottom: 58px;
	}

	.dc-features-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}

	.dc-feature-card {
		padding: 32px 40px;
	}

	.dc-feature-icon {
		width: clamp(44px, 4.44vw, 64px);
		margin-bottom: 20px;
	}

	.dc-feature-card h3 {
		font-size: clamp(18px, 1.81vw, 26px);
		line-height: clamp(22px, 2.22vw, 32px);
		margin-bottom: 7px;
	}

	.dc-feature-card p {
		font-size: clamp(14px, 1.11vw, 16px);
		line-height: clamp(18px, 1.53vw, 22px);
	}
}

/*--------------------------------------------------*/
/* gse cta container								*/
/*--------------------------------------------------*/

.gse-cta-container {
	width: 100%;
	padding: 64px 0 77px 0;
	background: #0d1f6e no-repeat center center;
	background-size: cover;
	background-image: url(../../Images/solution-gse/cta-bg.jpg);
	position: relative;
	overflow: hidden;
}

.gse-cta-inner {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 680px;
	margin: auto;
}

.gse-cta-inner h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #FFFFFF;
	margin: 0 0 20px 0;
}

.gse-cta-inner p {
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	margin: 0 0 21px 0;
}

.gse-cta-btn-block {
	display: inline-flex;
	flex-direction: column;
	gap: 16px;
}

.gse-cta-btn {
	display: block;
	text-align: center;
	padding: 13px 24px;
	min-width: 170px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.gse-cta-container .btn-talk-expert {
	background-color: #81F6F9;
	border-color: #81F6F9;
	color: #000000;
}

.gse-cta-container .btn-talk-expert:hover {
	background-color: #DBFEFF;
	border-color: #DBFEFF;
}

.gse-cta-container .btn-talk-expert:active {
	background-color: #00DDE3;
	border-color: #00DDE3;
}

.gse-cta-container .btn-place-order {
	background-color: transparent;
	border-color: #81F6F9;
	color: #81F6F9;
}

.gse-cta-container .btn-place-order:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.gse-cta-container .btn-place-order:active {
	background-color: rgba(255, 255, 255, 0.25);
}

@media all and (min-width:992px) {

	.gse-cta-container {
		padding: 122px 0 125px 0;
	}

	.gse-cta-inner {
		max-width: 630px;
	}

	.gse-cta-inner h2 {
		font-size: clamp(30px, 3.33vw, 48px);
		line-height: clamp(40px, 4.31vw, 62px);
		margin-bottom: 24px;
	}

	.gse-cta-inner p {
		font-size: clamp(14px, 1.11vw, 16px);
		line-height: clamp(20px, 1.67vw, 24px);
		margin-bottom: 48px;
	}

	.gse-cta-btn-block {
		flex-direction: row;
	}

}

