.content-bg {
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(240, 247, 251, 1) 100%
	);
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	position: relative;
}

.content-bg .section-title {
	min-height: 132px;
	padding: 0px 24px 0px 24px;
	position: relative;
}

.title-big {
	color: #06162a;
	text-align: left;
	font-size: 38px;
	line-height: 50px;
	font-weight: 700;
	position: relative;
	margin-bottom: 14px;
}

.title-sub {
	display: inline;
	color: var(--text-default-default);
	text-align: left;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	position: relative;
	margin-right: 14px;
}

.bg-img {
	width: 300px;
	height: 132px;
	position: absolute;
	right: 32px;
	bottom: 0;
	object-fit: cover;
}

.box-wrap {
	background: #ffffff;
	border-radius: 20px;
	padding: 60px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
	box-shadow: 0px 0px 20px 0px rgba(35, 161, 234, 0.15);
}

.box-wrap table {
	border: none;
	width: 100%;
	height: 100%;
}

.box-wrap th:not(:first-child),
.box-wrap td:not(:first-child) {
	padding-left: 4px;
	padding-right: 4px;
}

.box-wrap table .row-people {
	height: 50px;
}

.box-wrap table .row-price {
	height: 73px;
}

.box-wrap table .row-div .divider {
	padding-top: 48px;
	margin-bottom: 48px;
	border-bottom: 1px solid #eaeaea; 
}

.box-row {
	border-style: solid;
	border-color: transparent;
	border-width: 0px 0px 1px 0px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}

@media (max-width: 1399px) {
	.box-col-3 {
		display: none!important;
	}
}

@media (max-width: 1199px) {
	.box-col-2 {
		display: none!important;
	}
}

@media (max-width: 921px) {
	.index-wrap:is(.dark, .brand),
	td:has(.index-wrap:is(.dark, .brand)) {
		width: 135px !important;
	}
}

@media (max-width: 991px) {
	.box-col-1 {
		display: none!important;
	}
	
	.box-wrap {
		padding: 45px 30px;
	}
}

@media (max-width: 767px) {
	.box-wrap {
		padding: 30px;
	}
}

.index-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	max-width: 160px;
	position: relative;
	border-radius: 10px 10px 0px 0px;
	padding: 4px 0;
	text-align: center;
	color: var(--text-default-white);
}

th {
	min-width: 120px;
}
.th-label {
	color: var(--text-default-default, #3a3a3a);
}

.th-label .th-label-main {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
}

.th-label .th-label-sub {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

td:has(.index-wrap) {
	width: 160px;
}

.index-wrap.dark {
	width: 160px;
	background: #3a3a3a;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}

.index-wrap.brand {
	width: 160px;
	background: linear-gradient(
		90deg,
		rgba(91, 196, 249, 1) 0%,
		rgba(35, 161, 234, 1) 100%
	);
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
}

.price-wrap {
	border-radius: 0 0 5px 5px;
	padding: 24px 0 24px 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}

.price-label {
	color: var(--text-default-default, #3a3a3a);
	text-align: center;
	position: relative;
}

.price-label-main {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

.price-label-sub {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.ellipse-wrap {
	border-radius: 0 0 5px 5px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	flex: 1;
	max-width: 160px;
	position: relative;
}

.ellipse-dot {
	background: #d9d9d9;
	border-radius: 50%;
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	position: relative;
}

.main .price-label-main {
	background: linear-gradient(
		-90deg,
		rgba(35, 161, 234, 1) 0%,
		rgba(91, 196, 249, 1) 100%
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
	line-height	: 34px;
	font-weight: 700;
}

.add-wrap {
	border-radius: 5px;
	padding: 0 8px 0 0;
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}

.add-label {
	color: var(--text-default-default, #3a3a3a);
	text-align: center;
	position: relative;
}

.add-label-main {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

.add-label-sub {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.notice-label {
	color: var(--text-default-default, #3a3a3a);
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	position: relative;
}