body {
	background: #fff;
}
.eniv-top {
	background: url(/assets/images/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.eniv-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
	width: 100%;
}
.eniv-header a:nth-child(1) img {
	height: 44px;
}
.eniv-menu a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.eniv-menu a img {
	width: 26px;
	height: 26px !important;
	margin-top: -2px;
}
.eniv-hero {
	min-height: 500px;
	display: flex;
	align-items: center;
}
.eniv-hero-content h1 {
	font-size: 64px;
	font-weight: 700;
	color: #fff;
}
.eniv-hero-content p {
	color: #fff;
	max-width: 400px;
	line-height: 28px;
}
.eniv-hero-content a {
	padding: 15px 25px;
	display: inline-block;
	border-radius: 8px;
	color: #fff;
}
.eniv-btn-primary {
	background: var(--color_2);
}
.eniv-btn-image img {
	margin-right: 6px;
}
section {
	padding: 80px 0;
}
.mw-420 {
	width: 100%;
	max-width: 420px;
}
.eniv-about-content h1 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 6px;
	line-height: 32px;
}
.eniv-about-content h1 span {
	color: var(--color_1);
}
.eniv-about-content p {
	font-size: 14px;
	color: #9A9A9A;
	max-width: 620px;
	line-height: 26px;
	margin-bottom: 16px;
}
.eniv-about-content-title {
	display: inline-block;
	color: var(--color_2) !important;
	margin-bottom: 6px !important;
}
.eniv-about-content a {
	display: inline-block;
	padding: 15px 25px;
	background: var(--color_2);
	border-radius: 6px;
	color: #fff;
}
.eniv-feature-item {
	max-width: 320px;
}
.eniv-feature-item img {
	width: 62px;
	margin-bottom: 12px;
}
.eniv-feature-item h1 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 28px;
}
.eniv-feature-item p {
	font-size: 14px;
	color: #9A9A9A;
	line-height: 26px;
}
.bg-primary-second {
	background: #fafdff;
}
footer {
	background: #171717;
	color: #fff;
	padding: 40px 0;
}
.eniv-footer-brand-image {
	height: 40px;
}
.eniv-footer-menu {
	text-align: right;
}
.eniv-footer-menu a {
	color: #fff;
	margin-left: 18px;
}
.eniv-footer-menu a img {
	width: 22px;
	margin-top: -2px;
}
.eniv-footer-sosmed {
	text-align: right;
}
.eniv-footer-sosmed span {
	margin-right: 12px;
}
.eniv-footer-sosmed a {
	color: #fff;
	font-size: 17px;
	margin-left: 8px;
}
.footer-copyright {
	color: #838383;
}
#section-5 {
	background: url(/assets/images/bg-pricing.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.eniv-section-title-pricing {
	text-align: center;
	margin-bottom: 20px;
}
.eniv-section-title-pricing p {
	color: #fff;
	margin-bottom: 6px;
}
.eniv-section-title-pricing h1 {
	color: #fff;
	font-size: 26px;
	max-width: 520px;
	margin: auto;
	font-weight: 600;
}
.eniv-pricing {
	display: flex;
	justify-content: center;
}
.eniv-pricing-item {
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	margin: 0 12px;
	width: 100%;
	max-width: 340px;
	position: relative;
	padding-bottom: 77px;
}
.eniv-pricing-item h1 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 6px;
}
.eniv-pricing-item h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 28px;
}
.eniv-pricing-item ul {
	list-style: none;
	padding-left: 0;
}
.eniv-pricing-item ul li {
	padding-bottom: 8px;
}
.eniv-pricing-item ul li:before {
	content: ' ';
	background: url(/assets/images/icon/check.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 12px;
	display: inline-block;
	margin-right: 4px;
}
.eniv-pricing-item:nth-child(2) h1 {
	color: var(--color_2);
}
.eniv-pricing-item a {
	position: absolute;
	bottom: 24px;
	padding: 16px 0;
	width: calc(100% - 48px);
	background: var(--color_2);
	border-radius: 6px;
	text-align: center;
	color: #fff;
}
.accordion-item {
	margin-bottom: 12px;
	border: 1px solid #ddd !important;
	border-radius: 8px !important;
}
.accordion-button {
	outline: none !important;
	box-shadow: none !important;
	background: transparent;
	border-radius: 8px 8px 0 0 !important;
	font-size: 16px;
	font-weight: 500;
}
.accordion-button:not(.collapsed) {
	background: var(--color_1);
	color: #fff;
}
.eniv-image-display {
	margin-bottom: -172px;
}
@media screen AND (max-width: 520px) {
	.container {
		padding: 0 18px;
	}
	.eniv-pricing {
		flex-wrap: wrap;
	}
	.eniv-pricing .eniv-pricing-item:first-child {
		margin-bottom: 20px;
	}
	.eniv-hero-content h1 {
		font-size: 34px;
	}
	.eniv-feature-item {
		width: 100%;
		margin-bottom: 46px;
	}
	.eniv-about-content h1 {
		margin-bottom: 22px;
	}
}