html {
	margin: 0;
	padding: 0;
	min-width: 320px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #212121;
}

br {
	clear: both;
}
a, a:hover {
	color: inherit;
	text-decoration: none;
}
.qrcode-wrapper {
	display: inline-block;
	position: relative;
}
.qrcode-wrapper > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30%;
	height: 30%;
	transform: translate(-50%, -50%);
}

[class^="ic-"], [class*=" ic-"] {
	margin-right: 4px;
	font-size: 24px;
}

section {
	display: block;
	clear: both;
	overflow: hidden;
}

section.highlighted {
	background-color: #EDFDFB;
}

.flex {
	flex: 1;
}

.content {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.heading {
	display: flex;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	overflow: visible;
	z-index: 999;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.heading.scroll-down {
	-webkit-box-shadow: 5px 10px #212121;
	box-shadow: 0 -10px 20px #212121;
}
.heading .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 14px;
	padding-bottom: 14px;
}
.heading .logo img {
	height: 36px;
}
.heading .nav-hide {
	display: block;
}
.heading .nav-show {
	display: none;
}
.heading .nav-wrapper {
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	padding-left: 16px;
	padding-top: 12px;
	padding-bottom: 54px;
	background-color: #FFFFFF;
}
.heading .nav-backdrop {
	display: none;
	content: "";
	position: fixed;
	top: 65px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000BF;
}

.heading.show-nav .nav-hide {
	display: none;
}
.heading.show-nav .nav-show {
	display: block;
}
.heading.show-nav .nav-wrapper {
	display: block;
}
.heading.show-nav .nav-backdrop {
	display: block;
}

.heading .nav-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	font-weight: 500;
	font-size: 14px;
}

.heading .nav-menu a {
	display: block;
	text-decoration:  none;
	margin-bottom: -24px;
	padding-bottom: 8px;
	border-bottom: 4px solid transparent;
	cursor: pointer;
}

.heading .nav-menu a.active {
	font-weight: 700;
	border-color: #F1B352;
}

.heading .download-btn {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	margin-right: 0;
	padding: 8px;
	color: #212121;
	background-color: #FFB900;
	border: none !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.banner {
	display: flex;
	align-items: center;
	/* margin-top: 65px; */
	/* min-height: calc(100vh - 65px); */
	background-image:url("/image/bg-img.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}
.banner .container {
	/* padding-top: 50px; */
	padding-top: 24px;
	/* padding-bottom: 50px; */
	padding-bottom: 24px;
}
.banner .container > .row {
	direction: ltr;
}
.banner .banner-image {
	/* margin-bottom: -200px; */
	margin-bottom: -100px;
	height: 100%;
	direction: initial;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .banner-image img {
	margin-top: 24px;
	max-width: 100%;
	width: 582px;
}
.banner .banner-text {
	direction: initial;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 24px;
	text-align: center;
}
.banner .banner-text .title {
	margin-bottom: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	/* font-size: 48px; */
	font-size: 36px;
	line-height: 43px;
	color: #212121;
}
.banner .banner-text .download {
	display: flex;
	flex-direction: column;
}
.banner .banner-text .download > span {
	/* font-size: 20px; */
	font-size: 16px;
	font-weight: 500;
	/* margin-bottom: 36px; */
	margin-bottom: 24px;
}
.banner .banner-text .download-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
}
.banner .banner-text .download-btn a {
	margin-right: 14px;
}
.banner .banner-text .download-btn a:last-child {
	margin-right: 0;
}
.banner .banner-text .download-btn img {
	height: 48px;
}
.banner .banner-text .download-separator {
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
}
.banner .banner-text .download-separator:before {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #DEDEDE;
}
.banner .banner-text .download-separator:after {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #DEDEDE;
}
.banner .banner-text .download-separator > span {
	padding: 0 12px;
	font-weight: 500;
}
.banner .banner-text .download-scan {
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	padding: 12px;
	width: 100%;
	border: 1px solid #F2B352;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.banner .banner-text .download-scan > img {
	margin-right: 12px;
	width: 54px;
}
.banner .banner-text .download-scan > span {
	flex: 1;
	line-height: 1.2em;
	font-weight: 500;
	text-align: left;
}

.collections .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #FFFFFF;
	/* padding-top: 54px;
	padding-bottom: 54px; */
	padding-top: 24px;
	padding-bottom: 24px;
}

.collections .nav-wrapper {
	display: flex;
	text-align: center;
	width: 328px;
	gap: 16px;
	justify-content: center;
	align-items: center;
	padding-bottom: 54px;
}

.collections .nav-item {
	flex: 1;
	font-size: 16px;
	padding-bottom: 16px;
	border-bottom: 4px solid transparent;
	cursor: pointer;
}

.collections .nav-item.active {
	font-weight: 700;
	border-color: #F1B352;
}

.collections .collections-title {
	/* margin-bottom: 54px; */
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}

.collections .collections-wrapper {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -12px;
	width: 100%;
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow-x: auto;
}

.collections .collections-wrapper::-webkit-scrollbar {
    display: none;
}

.collections .collections-wrapper .collections-card {
	/* flex: 0 0 25%; */
	flex: 0 0 80%;
	padding: 0 12px;
}

.collections .collections-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 22px;
	background-color: #F8f8f8;
	border-radius: 14px;
}

.collections .collections-item > img {
	width: 100%;
	margin-bottom: 24px;
}

.collections .collections-item > .title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #212121;
	text-align: center;
	margin-bottom: 8px;
}

.collections .collections-item > .desc {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #212121;
	text-align: center;
}

.collections .collections-item > .action {
	font-weight: 700;
	padding: 8px 44px;
	color: #212121;
	background-color: #FFB900;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.collections .collections-item > .store {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #585858;
	border-radius: 24px 0 24px 0;
	width: 64px;
	height: 64px;
}

.collections .collections-item > .store > img {
	width: 35px;
}

.collections .collections-group {
	display: none;
}
.collections .collections-group.collections-md {
	display: inline-block;
}
.collections .collections-group .collections-item {
	display: inline-block;
	padding: 24px;
}
.collections .collections-group .collections-item img {
	width: 320px;
}

.feature .container {
	background-color: #FFFFFF;
	/* padding-top: 54px;
	padding-bottom: 54px; */
	padding-top: 24px;
	padding-bottom: 24px;
}

.feature .feature-title {
	/* margin-bottom: 54px; */
	margin-bottom: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}

.feature .feature-wrapper{
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.feature .feature-wrapper .feature-card{
	flex: 1;
	background-color: #f8f8f8;
	border-radius: 14px;
	display:flex;
	flex-wrap: wrap;
	/* padding: 36px; */
	padding: 16px;
	overflow: hidden;
}

.feature .feature-wrapper .feature-card.img{
	display: flex;
}

.feature .feature-wrapper .feature-card > img{
	object-fit: cover;
	flex: 1;
	margin: -16px;
	max-width: calc(100% + 32px);
}

.feature .feature-wrapper .feature-card .feature-item{
	display: flex;
	flex: 0 50%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 12px;
}

.feature .feature-wrapper .feature-card .feature-item .title{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #212121;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 8px;
}

.feature .feature-wrapper .feature-card .feature-item .desc{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #212121;
	text-align: center;
	margin-bottom: 8px;
}

.download .container {
	background-color: #FFFFFF;
	/* padding-top: 54px;
	padding-bottom: 54px; */
	padding-top: 24px;
	padding-bottom: 24px;
}

.download .download-title {
	/* margin-bottom: 54px; */
	margin-bottom: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	/* font-size: 36px; */
	font-size: 24px;
	text-align: center;
}

.download .download-wrapper{
	display: flex;
	/* height: 569px; */
	flex-direction: column;
	gap: 24px;
}

.download .download-wrapper .download-card{
	flex: 1;
	background-color: #f8f8f8;
	border-radius: 14px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding: 36px;
}

.download .download-wrapper .download-card.img{
	display: flex;
}

.download .download-wrapper .download-card > img{
	object-fit: cover;
	flex: 1;
	margin: -36px;
	max-width: calc(100% + 72px);
}

.download .download-wrapper .download-card .download-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	/* padding: 12px; */
}

.download .download-wrapper .download-card .download-store{
	display: flex;
	justify-content: center;
	padding: 24px;
	gap: 12px;
}

.download .download-wrapper .download-card .download-item .title{
	font-family: 'Montserrat', sans-serif;
	/* font-size: 36px; */
	font-size: 24px;
	font-weight: 700;
	color: #212121;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 8px;
}


.privacy .container {
	background-color: #FFFFFF;
	/* padding-top: 54px;
	padding-bottom: 54px; */
	padding-top: 24px;
	padding-bottom: 24px;
}

.privacy .privacy-title {
	/* margin-bottom: 54px; */
	margin-bottom: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	/* font-size: 36px; */
	font-size: 24px;
	text-align: center;
}

.privacy .privacy-wrapper{
	display: flex;
	/* height: 569px; */
	flex-direction: column;
	gap: 24px;
}

.privacy .privacy-wrapper .privacy-card{
	flex: 1;
	background-color: #f8f8f8;
	border-radius: 14px;
	display:flex;
	flex-direction: column;
	padding: 36px;
	gap: 24px;
}

.privacy .privacy-wrapper .privacy-card.img{
	display: flex;
}

.privacy .privacy-wrapper .privacy-card > img{
	object-fit: cover;
	flex: 1;
	max-width: calc(100% + 72px);
}

.privacy .privacy-wrapper .privacy-card .privacy-item{
	display: flex;
	flex-direction: column;
	/* padding: 12px; */
}

.privacy .privacy-wrapper .privacy-card .privacy-store{
	display: flex;
	padding: 24px;
	gap: 12px;
}

.privacy .privacy-wrapper .privacy-card .privacy-item .title{
	font-family: 'Montserrat', sans-serif;
	/* font-size: 36px; */
	font-size: 18px;
	font-weight: 700;
	color: #212121;
	margin-bottom: 8px;
}

.footer {
	background-color: #212121;
}

.footer .container {
	/* padding-top: 190px;
	padding-bottom: 28px; */
	padding-top: 24px;
	padding-bottom: 24px;
	color: #FFFFFF;
	align-items: center;
}

.footer .footer-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 16px;
}