.btn {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #000;
	border: 5px solid #d11255;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (max-width:960px) {
	.btn {
		border-width: 2px;
		font-size: .875rem
	}
}
.btn:hover {
	background-color: #ffe60f;
    color: #d11255;
	text-decoration: none
}
.btn-lg {
	font-size: 1.25rem;
	padding: 0 1rem;
	border-radius: .3rem
}
@media (max-width:960px) {
	.btn-lg {
		font-size: 1rem;
		padding: 0 .5rem
	}
}
.header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 960px;
	z-index: 10
}
.logo {
	max-width: 630px;
	width: 100%;
	border-radius: 20px;
	background-color: #535e7b
}
@media (max-width:960px) {
	.logo {
		flex: 1 0 90%
	}
}
.to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
	border-radius: 100vw;
	padding: .75rem .375rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.25rem
}
@media (max-width:960px) {
	.to-top {
		font-size: 1rem
	}
}
.content-wrapper {
	flex-direction: column;
	padding: 0 20px
}
.btn-group, .content-wrapper {
	display: flex;
	align-items: center
}
.btn-group {
	width: 100%;
	flex-wrap: wrap;
	align-content: space-evenly;
	justify-content: space-evenly
}
.adver-wrapper {
	position: relative;
	margin-top: 40px;
	max-width: 820px;
	width: 100%
}
.adver-wrapper img {
	/*border-radius: 20px;*/
	/*border: 5px solid #98c2cb*/
}
@media (max-width:960px) {
	.adver-wrapper img {
		border-width: 2px
	}
}
.adver-wrapper .btn {
	position: absolute;
	right: 15px;
	bottom: -10px
}
.section-wrapper {
	max-width: 820px;
	width: 100%;
	color: #fff
}
.section-wrapper h3 {
	margin-bottom: -10px;
	border-bottom: 5px solid #d11255
}
.section-wrapper .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 5px -1.2% 0 -1%
}
.section-wrapper .row h3, .section-wrapper .row h4, .section-wrapper .row h5, .section-wrapper .row h6, .section-wrapper .row p {
	flex-grow: 0;
	margin-top: 0;
	margin-bottom: 0
}
.section-wrapper .row.row-md-sq {
	margin-left: -2.8%;
	margin-right: -3.9%
}
.section-wrapper .row.row-md {
	margin-left: -1.6%;
	margin-right: -2.7%
}
.section-wrapper .row.row-xl {
	margin-left: 0;
	margin-right: 0
}
.section-wrapper .item-container {
	width: 23%;
	margin: 1rem 1% 0;
	position: relative
}
.section-wrapper .item-container>div:first-child {
	padding-top: 130%
}
@media (max-width:960px) {
	.section-wrapper .item-container>div:first-child {
		padding-top: 130%
	}
}
.section-wrapper .item-container .item {
	padding: 5%;
	border-radius: 10px;
	border: 2px solid ;
    border-image: linear-gradient(135deg,#fe57c1,#a0c4f3);
	border-image-slice: 1;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (min-width:960px) {
	.section-wrapper .item-container .item {
		border-width: 5px
	}
}
.section-wrapper .item-container .item-logo {
	width: 80%;
	margin-bottom: .5rem;
	border-radius: 10px
}
@media (max-width:960px) {
	.section-wrapper .item-container .item-logo {
		border-radius: 8px
	}
}
.section-wrapper .item-container .item-content {
	flex: 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-evenly;
	margin: 0 0 0 20px
}
@media (max-width:960px) {
	.section-wrapper .item-container .item-content {
		margin-left: 10px
	}
}
.section-wrapper .item-container .item-button {
	margin-left: 20px
}
@media (max-width:960px) {
	.section-wrapper .item-container .item-button {
		margin-left: 0
	}
}
@media (max-width:960px) {
	.section-wrapper .item-container .img-wrapper {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0
	}
}
.section-wrapper .item-container .row-wrapper {
	flex: 1
}
.section-wrapper .item-container .item-tag {
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 5px;
	background-color: #2ab759;
	border: 0;
	border-radius: 5px
}
.section-wrapper .item-container .item-download-btn {
	width: 120px
}
@media (max-width:960px) {
	.section-wrapper .item-container .item-download-btn {
		width: 60px;
	}
}
.section-wrapper .item-container.item-container-md-sq {
	width: 28%;
	margin: 1.25rem 2.5% 0
}
.section-wrapper .item-container.item-container-md-sq .item {
	border-radius: 15px
}
.section-wrapper .item-container.item-container-md-sq .item-logo {
	margin-bottom: 1rem;
	border-radius: 15px
}
@media (max-width:960px) {
	.section-wrapper .item-container.item-container-md-sq .item-logo {
		border-radius: 10px
	}
}
.section-wrapper .item-container.item-container-md {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%
}
.section-wrapper .item-container.item-container-md>div:first-child {
	padding-top: 50%
}
@media (max-width:960px) {
	.section-wrapper .item-container.item-container-md>div:first-child {
		padding-top: 130%
	}
}
.section-wrapper .item-container.item-container-md .item {
	padding: 10px;
	border-radius: 15px;
	overflow: hidden;
	flex-direction: row
}
@media (max-width:960px) {
	.section-wrapper .item-container.item-container-md .item {
		flex-direction: column
	}
	.section-wrapper .item-container.item-container-md .item .item-content {
		margin-left: 0;
		margin-top: 5px
	}
}
.section-wrapper .item-container.item-container-md .item-logo {
	height: 80%;
	width: auto;
	margin: 0;
	border-radius: 10px
}
@media (max-width:960px) {
	.section-wrapper .item-container.item-container-md .item-logo {
		height: auto;
		width: 80%
	}
}
.section-wrapper .item-container.item-container-lg {
	width: 48%
}
.section-wrapper .item-container.item-container-lg>div:first-child {
	padding-top: 100%
}
.section-wrapper .item-container.item-container-lg .item {
	padding: 0 10px;
	border-radius: 15px
}
@media (max-width:960px) {
	.section-wrapper .item-container.item-container-lg .item {
		padding-top: 10px;
		padding-bottom: 10px
	}
}
.section-wrapper .item-container.item-container-lg .item-logo {
	height: 50%;
	width: auto;
	margin: 0;
	border-radius: 10px
}
@media (max-width:960px) {
	.section-wrapper .item-container.item-container-lg .item-logo {
		height: auto;
		width: 80%;
		margin-bottom: 10px
	}
}
.section-wrapper .item-container.item-container-xl {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.section-wrapper .item-container.item-container-xl>div:first-child {
	padding-top: 40%
}
.section-wrapper .item-container.item-container-xl .item {
	padding: 0 20px 0 0;
	border-radius: 20px;
	overflow: hidden;
	flex-direction: row
}
@media (max-width:960px) {
	.section-wrapper .item-container.item-container-xl .item {
		padding-right: 10px
	}
}
.section-wrapper .item-container.item-container-xl .item .item-logo {
	height: 100%;
	width: auto;
	margin: 0;
	border-radius: 0
}
@media (max-width:960px) {
	.section-wrapper .item-container.item-container-xl .item .item-logo {
		width: 50%;
	}
}
.chip-wrapper {
	width: 23%;
	margin: 1rem 1% 0
}
@media (max-width:960px) {
	.chip-wrapper {
		width: 48%
	}
}
.chip-wrapper .chip {
	padding: 4px 10px;
	display: flex;
	background-color: #535e7b;
	border: 5px solid #98c2cb;
	border-radius: 1.5rem;
	color: #fff;
	text-decoration: none
}
@media (max-width:960px) {
	.chip-wrapper .chip {
		padding: 2px 5px;
		border-width: 2px
	}
}
.chip-wrapper .chip span {
	margin: auto;
	text-align: center
}
#contact {
	margin-bottom: 15px
}
.full-width-img-container {
	display: block
}
.full-width-img {
	max-width: 960px;
	width: 100%
}
.swiper-pagination-custom .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1
}
.swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px;
	border-radius: 5px
}
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
	font-weight: 400;
	font-style: normal
}
:root {
	--swiper-theme-color: #007aff
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}
.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}
.swiper-container-3d {
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white {
	--swiper-pagination-color: #fff
}
.swiper-pagination-black {
	--swiper-pagination-color: #000
}
.swiper-pagination-lock {
	display: none
}
* {
	box-sizing: border-box
}
body {
	font-family: PingFangSC, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	border: 0
}
img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}
a {
	color: #fff;
	text-decoration: none
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500
}
.h1, h1 {
	font-size: 2.5rem
}
@media (max-width:960px) {
	.h1, h1 {
		font-size: 1.5rem
	}
}
.h2, h2 {
	font-size: 2rem
}
@media (max-width:960px) {
	.h2, h2 {
		font-size: 1.25rem
	}
}
.h3, h3 {
	font-size: 1.75rem
}
@media (max-width:960px) {
	.h3, h3 {
		font-size: 1.5rem
	}
}
.h4, h4 {
	font-size: 1.5rem
}
@media (max-width:960px) {
	.h4, h4 {
		font-size: 1rem
	}
}
.h5, h5 {
	font-size: 1.25rem
}
@media (max-width:960px) {
	.h5, h5 {
		font-size: .75rem
	}
}
.h6, h6, p {
	font-size: 1rem
}
@media (max-width:960px) {
	.h6, h6, p {
		font-size: .75rem
	}
}
.frontpage {
	position: relative;
	display: flex;
	justify-content: center;
	overflow-x: hidden;
	min-height: 100vh
}
.qrcode {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 3000;
	background-color: rgba(0, 0, 0, .8)
}
.qrcode.show {
	display: flex;
	align-items: center;
	justify-content: center
}
.qrcode .qrcode-content {
	color: #fff
}
.qrcode .qrcode-content .title {
	color: #f7686c;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center
}
.qrcode .qrcode-content .wrapper {
	width: 300px;
	margin: 0 auto;
	background-color: #fff;
	padding: 25px
}
.qrcode .qrcode-content .reminder {
	max-width: 400px;
	line-height: 1.5
}
.bg-img {
	flex: 1;
	background-color: #4a4a5f;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right top;
	object-position: right top;
	overflow: hidden
}
@media (max-width:960px) {
	.bg-img {
		display: none
	}
}
.d-block {
	display: block
}
.text-nowrap {
	white-space: nowrap
}
.flex-row {
	flex-direction: row!important
}
.flip-y {
	transform: rotateY(180deg)
}
.container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 20px 0 #303048;
	background-color: #000;
	z-index: 1
}
.footer {
	text-align: center;
	margin-top: 40px;
	color: #fff
}