body {
	background: #fff;
	scroll-behavior: smooth;
	margin: 0;
	font-family: "Noto Sans TC", "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.banner-margin {
	margin-top: 60px;
}

/* small screen*/
@media screen and (max-width: 576px) {
	.sponsor-logo {
		margin-right: 8px;
		margin-left: 8px;
	}
	.organizer-logo {
		margin-right: 8px;
		margin-left: 8px;
	}
	.sponsor-title {
		padding: 0 8px;
	}

	.bd-introduction {
		padding: 20px 15px;
	}
	.sponsor-background {
		padding: 20px 15px;
	}
	.bd-row__header span {
		display: block;
		position: relative;
	}

	#button {
		right: 10px;
	}

	.postList {
		padding: 0 5px;
	}
	.postList1 {
		padding: 20px;
	}
	.postList3 {
		padding: 20px;
	}

	.section-intro1 p {
		font-size: 1.1rem;
	}
	.section-intro2 p {
		font-size: 1.1rem;
	}
	.section-intro3 p {
		font-size: 1.1rem;
	}
	.section-intro4 p {
		font-size: 1.1rem;
	}
	.section-intro5 p {
		font-size: 1.1rem;
	}
	.section-intro6 p {
		font-size: 1.1rem;
	}
	.stats-container .stat .odometer {
		font-size: 14vw;
	}
	span.uNumDetails {
		font-size: 7vw;
	}

	.numHeader {
		width: 80%;
		padding: 0 20px;
		max-width: 280px;
	}
	.numIcon {
		display: none;
	}
	.section-intro {
		padding: 5px 0;
	}
	.RecommendedPost {
		max-height: 80px;
		max-width: 80px;
		bottom: -45px;
		right: -10px;
	}
}
@media screen and (min-width: 1024px) {
	.RecommendedPost {
		max-height: 70px;
		max-width: 70px;
		bottom: -45px;
		right: -10px;
	}
}
@media screen and (min-width: 577px) and (max-width: 1023px) {
	.RecommendedPost {
		max-height: 70px;
		max-width: 70px;
		bottom: -45px;
		right: -10px;
	}
}
@media screen and (min-width: 577px) {
	.section-intro {
		padding: 5px 20px;
	}
	.numHeader {
		width: 80%;
		max-width: 280px;
	}

	.section-intro1 p {
		font-size: 1.4rem;
	}
	.section-intro2 p {
		font-size: 1.4rem;
	}
	.section-intro3 p {
		font-size: 1.4rem;
	}
	.section-intro4 p {
		font-size: 1.4rem;
	}
	.section-intro5 p {
		font-size: 1.4rem;
	}
	.section-intro6 p {
		font-size: 1.4rem;
	}
	.numIcon {
		display: block;
	}
	.postList1 {
		max-width: 1200px;
		display: block;
		margin: 0 auto;
		padding: 20px 35px;
	}
	.postList {
		max-width: 1200px;
		display: block;
		margin: 0 auto;
		padding: 20px;
	}
	.postList3 {
		max-width: 1200px;
		display: block;
		margin: 0 auto;
		padding: 20px 35px;
	}
	.sponsor-logo {
		margin-right: 25px;
	}
	.organizer-logo {
		margin-right: 25px;
	}
	.bd-introduction {
		padding: 40px 60px;
	}
	.sponsor-background {
		padding: 0px 60px 20px 60px;
	}

	#button {
		right: 30px;
	}
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
	.numIcon {
		display: none;
	}
	.stats-container .stat .odometer {
		font-size: 10vw;
	}
	span.uNumDetails {
		font-size: 5vw;
	}
}
@media screen and (max-width: 991px) {
	.UcreatorCateDesktop {
		display: none;
	}
	.UcreatorCateMobile {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 992px) {
	.UcreatorCateDesktop {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 0 auto;
	}
	.UcreatorCateMobile {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.UcreatorCateMobile {
		padding-bottom: 5px;
		margin: 0 auto;
	}
	#key-visualMobile {
		display: block;
		margin: 0 auto;
	}
	#key-visualDesktop {
		display: none;
	}
	.themeList {
		padding: 10px 0;
	}
	.gradientPic {
		display: none;
	}
	.banner-margin {
		margin-top: 85px;
	}
	.titlePicDesktop {
		display: none;
	}
	.titlePicMobile {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.sectionGradient1 {
		min-height: 40px;
	}
	.sectionGradient2 {
		min-height: 40px;
	}

	.sectionGradient3 {
		min-height: 40px;
	}
	.sectionGradient4 {
		min-height: 40px;
	}
	.sectionGradient5 {
		min-height: 40px;
	}
	.sectionGradient6 {
		min-height: 40px;
	}

	.creatorSectionDesktop {
		display: none;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 33.3%;
	}

	.themeList {
		padding: 10px 0;
	}
	.CreatorContainer {
		padding: 10px;
	}
	.creatorSectionMobile {
		display: block;
	}
}

/* md to lg*/

@media screen and (min-width: 769px) {
	.UcreatorCateMobile {
		padding-bottom: 15px;
		margin: 0 auto;
	}
	#key-visualMobile {
		display: none;
	}
	#key-visualDesktop {
		display: block;
		margin: 0 auto;
	}
	.themeList {
		padding: 10px 35px;
		display: block;
	}
	.UcreatorListMobile {
		display: none;
	}
	.themeListMobile {
		display: none;
	}
	.UcreatorListDesktop {
		display: block;
	}

	.sectionGradient1 {
		min-height: 120px;
	}

	.sectionGradient3 {
		min-height: 120px;
	}

	.sectionGradient5 {
		min-height: 120px;
	}

	.sectionGradient6 {
		min-height: 100px;
	}

	.gradientPic {
		display: block;
	}
	.titlePicMobile {
		display: none;
	}
	.titlePicDesktop {
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.stats-container .stat .odometer {
		font-size: 8vw;
	}
	span.uNumDetails {
		font-size: 2.5vw;
	}

	.intro-container {
		max-width: 1200px;
	}
	.creatorSectionDesktop {
		display: block;
	}
	.creatorSectionMobile {
		display: none;
	}

	.themeList {
		padding: 10px 35px;
		display: block;
	}

	.campaignList {
		padding: 10px 35px;
		display: block;
	}
	.CreatorContainer {
		padding: 10px 35px;
		display: block;
	}
}
.description-container {
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: linear-gradient(0deg, rgba(251, 231, 227, 1) 0%, rgba(241, 204, 201, 1) 100%);
}
.description-main {
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 1.5;
	color: #ea4e5a;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 0 5px #fff;
	max-width: 1200px;
}

.section1 {
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
	background: rgba(255, 223, 169, 1);
}

.section2 {
	margin: 0 auto;
	padding: 20px;
	background: rgba(137, 216, 169, 1);
}

.section3 {
	margin: 0 auto;
	padding: 20px 20px 60px 20px;
	background: rgba(255, 241, 171, 1);
}

.section4 {
	margin: 0 auto;
	padding: 20px;
	background: rgba(107, 213, 251, 1);
}

.section5 {
	margin: 0 auto;
	padding: 20px;
	background: rgba(248, 236, 151, 1);
}

.section6 {
	margin: 0 auto;
	padding: 20px;
	background: rgba(30, 216, 172, 1);
}
.section_title {
	margin: 0 auto;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

.gradientPic {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.gradientPicLast {
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.otherProgram {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 10px auto;
	padding: 10px;
}
.otherProgram:hover {
	opacity: .95;
	transform: scale(0.98, 0.98);
	transition: all .2s ease-in-out;
	box-shadow: none;
}
.section-intro {
	text-align: center;
	max-width: 1100px;
	display: block;
	margin: 0 auto;
}
.section-intro1 p {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 500;
	color: #ce7220;
	margin: 0;
	text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.9);
	line-height: 1.5;
}
.section-intro2 p {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	line-height: 1.5;
}
.section-intro3 p {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 500;
	color: #044768;
	margin: 0;
	line-height: 1.5;
}
.section-intro4 p {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 500;
	color: #065e75;
	margin: 0;
	text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.9);
	line-height: 1.5;
}
.section-intro5 p {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 500;
	color: #1c211a;
	margin: 0;
	line-height: 1.5;
}
.section-intro6 p {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 500;
	color: #166805;
	margin: 0;
	text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.9);
	line-height: 1.5;
}
.theme_card {
	padding: 10px;
	background-color: #fff;
}
.cateOverlay {
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	position: relative;
	display: flex;
}
.cateOverlay div[class^="cate"] {
	font-family: "Noto Sans TC", sans-serif;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 1.5px;
	padding: 5px 20px;
	border-radius: 10px;
	color: #fff;
	z-index: 999;
}
.cateOverlay .cateTravel {
	background: linear-gradient(120deg, rgba(33, 205, 254, 1), rgba(44, 151, 216, 1));
}
.cateOverlay .cateJapan {
	background: linear-gradient(120deg, rgba(151, 132, 216, 1), rgba(133, 110, 254, 1));
}
.cateOverlay .cateBeauty {
	background: linear-gradient(120deg, rgba(216, 159, 210, 1), rgba(255, 153, 255, 1));
}
.cateOverlay .cateFood {
	background: linear-gradient(120deg, rgba(216, 130, 106, 1), rgba(254, 108, 79, 1));
}
.cateOverlay .catePost {
	background: linear-gradient(120deg, rgba(216, 166, 93, 1), rgba(254, 173, 76, 1));
}
.cateOverlay .cateKorea {
	background: linear-gradient(120deg, rgba(229, 126, 136, 1), rgba(195, 25, 41, 1));
}
.cateOverlay .catePet {
	background: linear-gradient(120deg, rgba(75, 217, 207, 1), rgba(23, 162, 184, 1));
}
.cateOverlay .cateParent {
	background: linear-gradient(120deg, rgba(76, 221, 109, 1), rgba(40, 167, 69, 1));
}

.community_card_img {
	border-radius: 12px;
	width: 100%;
	margin-top: -20px;
	z-index: 10;
}
.theme_card a {
	text-decoration: none;
}
.rounded-full {
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.postList {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}
.img-box {
	padding: 10px 10px 0 10px;
}
.post_text {
	font-family: "Noto Sans TC", sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	color: #262626;
	min-height: 40px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.UcreatorName {
	font-size: 0.75rem;
	line-height: 1rem;
	color: #3d3d3d;
	padding: 5px 0;
}

.slick-slide,
.slick-slide * {
	outline: none !important;
}
.intro-container {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.UcreatorListDesktop {
	margin: 0 auto;
	width: 100%;
	padding: 30px 20px;
}

.themeList {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.themePost {
	background-color: #fff;
}
.UcreatorList {
	max-width: 1200px;
	padding: 10px 35px;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.UcreatorListM {
	padding: 10px 0;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.UcreatorListDesktop h2 {
	text-align: center;
	padding-bottom: 10px;
}
.highlight {
	background: linear-gradient(120deg, #e4a0a1 0%, #e4a0a1 100%);
	background-repeat: no-repeat;
	background-size: 100% 40%;
	background-position: 0 90%;
	padding: 0 10px;
}
.UcreatorCateDesktop {
	padding: 10px 40px 10px 10px;
	margin: 0 auto;
}
.UcreatorCateDesktop img {
	width: 80%;
	display: block;
	margin: 0 auto;
}

img.cateMtitle {
	width: 80%;
	display: block;
	margin: 0 auto;
	max-width: 180px;
}
.UcreatorIcon {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.UcreatorIcon:hover {
	transform: scale(0.98, 0.98);
}
.UcreatorIcon a {
	text-decoration: none;
}
.UcreatorIcon h5 {
	color: #383838;
	font-size: 1rem;
}
.UcreatorInfo h5 {
	text-align: center;
	word-break: break-word;
	min-height: 40px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
}
.UcreatorIcon img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.themeIcon:hover {
	transform: scale(0.98, 0.98);
	transition: all .2s ease-in-out;
}

.UcreatorInfo {
	padding: 10px;
}
.themeInfo {
	padding: 10px 10px 0 10px;
	text-align: center;
}
.postInfo {
	padding: 10px 10px 35px 10px;
	text-align: left;
}

.bd-introduction {
	background-color: #e8f2f9;
}
.bd-row__header {
	display: block;
	position: relative;
}
.bd-row__header span {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	left: 0;
	right: 0;
	bottom: 4%;
	color: #4c4cc2;
	margin: auto;
	background: -webkit-linear-gradient(#5f55cf, #3e68fa);
	-webkit-text-fill-color: transparent;
}
.tc-section {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 0 20px 20px 20px;
}

.terms_condition_canvas {
	display: block;

	width: 100%;
	margin: 0 auto;
}
.terms_condition_canvas li a {
	color: #0c60a5;
}
.module {
	position: relative;
}

.module .collapse,
.module .collapsing {
	height: 10rem;
}

.module .collapse {
	display: block;
	overflow: hidden;
}

.module .collapse.show {
	height: auto;
}
.read-more {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-image: linear-gradient(to bottom, transparent 30%, #e8f2f9 90%);
	opacity: 1;
	transition: all 0.3s linear;
}

.read-more:not(.collapsed) {
	opacity: 1;
	background-image: none;
	/* visibility: hidden; */
	height: 45px;
	top: calc(100% - 45px);
	transition-delay: -1s;
}
.read-more:not(.collapsed) .btn-terms {
	padding: 10px 72px 2px;
}

.read-more:not(.collapsed) .arrow {
	transform: rotate(-135deg);
}
.btn-terms {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: 0;
	padding: 2px 72px 10px;
	color: #ffffff;
	background: #013263;
	border-style: none;
}
.btn-secondary:hover .arrow {
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-color: #013263;
}

a:hover .btn-secondary .arrow {
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-color: #013263;
}

.btn-secondary:hover {
	background-color: #fff3f2;
}

a:hover .btn-secondary {
	color: #4a86d2;
	background: #ffffff;
}
.arrow {
	box-sizing: border-box;
	height: 14px;
	width: 14px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 1px 1px 0px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
}
.intro-container span {
	font-size: 16px;
	color: #3d4b5a;
}

.intro-container b {
	font-weight: 550;
}
.terms_conditions {
	font-size: 16px;
}

.terms_conditions ul {
	list-style: none;
	padding-inline-start: 10px;
	padding-bottom: 20px;
}

.terms_conditions ul li {
	padding-bottom: 6px;
	text-align: justify;
}

.terms_conditions ul li:before {
	content: "*";
	margin-left: -10px;
	color: #013263;
}
.bottom {
	margin: 0 auto;
	padding-top: 40px;
	background: #80ffff;
}
.bottom .sponsors {
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}

.content-wrapper-last {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.sponsor-title {
	font-family: "Noto Sans TC", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #013263;
}
.sponsor-logo {
	display: inline-block;
	margin-top: 10px;
}
.organizer-logo {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}
.sponsor-logo img {
	width: 100px;
}
.organizer-logo img {
	width: 200px;
}

/*Back to Top Button*/
#button {
	display: inline-block;
	background-color: #ffcc40;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#button:hover {
	cursor: pointer;
	background-color: #e7a118;
}
#button:active {
	background-color: #e7a118;
}
#button.show {
	opacity: 1;
	visibility: visible;
}

/* KV */
.section__header {
	background: rgb(255, 223, 169);
}
.section__header-container {
	position: block;
	margin: 0 auto;
	overflow: hidden;
}
.top {
	z-index: 98;
	position: relative;
}
.content-wrapper {
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.keyVisual img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
}
.key-visual .logo {
	padding: 10px 0px 0px 10px;
	width: 55%;
	display: inline-block;
}
.key-visual .logo img {
	width: 155px;
}
.key-visual {
	position: relative;
	overflow: hidden;
}
.key-overlap img {
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
}
/* top header */
#header {
	overflow: hidden;
	background-color: #fff;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	z-index: 100;
}
#header .flex {
	display: flex;
	align-content: stretch;
	justify-content: space-between;
	align-items: center;
}
#header .flex .logo img {
	max-width: 150px;
	width: 100%;
	padding: 10px 0 10px 20px;
}
.modile_download_app_btn {
	text-align: center;
	background: #3087d9;
	justify-content: center;
	color: #fff;
	padding: 5px;
	font-size: 14px;
	width: 100%;
}

.modile_download_app_btn:visited {
	color: #fff;
}
.download_app_btn img {
	width: 8px;
	margin-right: 6px;
}

.download_app_btn {
	display: flex;
	color: #fff;
	background: #3087d9;
	padding: 5px 10px 6px;
	border-radius: 50px;
	margin: 0 10px;
}
.download_app_btn:hover {
	cursor: pointer;
	background-color: #155ea2;
	color: #fff;
}
.download_app_btn:active {
	background-color: #3087d9;
	color: #fff;
}
.download_app_btn:visited {
	color: #fff;
}
.web_community_btn img {
	width: 15px;
	margin-right: 6px;
}

.web_community_btn {
	display: flex;
	color: #fff;
	background: #05c791;
	padding: 5px 10px;
	border-radius: 50px;
	margin: 0 10px;
}
.web_community_btn:hover {
	cursor: pointer;
	background-color: #0f936e;
	color: #fff;
}
.web_community_btn:active {
	background-color: #05c791;
	color: #fff!;
}
.web_community_btn:visited {
	color: #fff;
}

/*modal*/
.modal {
	z-index: 100001 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.25rem 0;
}
.carousel {
	max-width: 1200px;
	width: 100%;
	margin: 20px auto;
	padding: 0 70px;
}

.postList_Info {
	background-color: #fff;
	border-radius: 12px;
}
.postList3 .card a:before {
	content: "";
	background: url("../../assets/img/section4/playOverlay.png") no-repeat center/cover;
	width: 60px;
	height: 60px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 43px);
	left: 50%;
	transform: translate(-50%, -50%);
}
.postList3 .community_card_img {
	margin-top: 0;
}
.postList_Info2 {
	background-color: #fff;
	border-radius: 12px;
}
.postList_text {
	padding: 10px;
}

.item2 {
	margin: 15px;
	border-radius: 12px;
}
.item2:hover {
	transform: translateY(-5px);
	transition: transform 0.2s;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.item {
	margin: 10px 12px;
	margin-bottom: 45px;
}
.card {
	border: 0px solid rgba(0, 0, 0, .125);
	border-radius: 12px;
	background-color: transparent;
}
.card:hover {
	transform: translateY(-5px);
	transition: transform 0.2s;
}
.card a:hover {
	text-decoration: none;
}
.card:hover .postList_Info {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.postCate {
	color: #02708e;
}
.carousel .thumb-wrapper {
	padding: 25px 15px;
	background: #fff;
	border-radius: 6px;
	text-align: center;
	position: relative;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.carousel-item {
	padding: 10px;
}
.carousel .item .img-box {
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
	position: relative;
}
.carousel .item img {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
.carousel .item h4 {
	font-size: 18px;
}
.carousel .item h4,
.carousel .item p,
.carousel .item ul {
	margin-bottom: 5px;
}

.carousel-control-prev,
.carousel-control-next {
	height: 44px;
	width: 40px;
	background: #7ac400;
	margin: auto 0;
	border-radius: 4px;
	opacity: 0.8;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
	background: #78bf00;
	opacity: 1;
}
.carousel-control-prev i,
.carousel-control-next i {
	font-size: 36px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -19px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: #fff;
	text-shadow: none;
	font-weight: bold;
}
.carousel-control-prev i {
	margin-left: -2px;
}
.carousel-control-next i {
	margin-right: -4px;
}
.carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li,
.carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	border: none;
}
.carousel-indicators li {
	background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {
	background: rgba(0, 0, 0, 0.6);
}
.carousel .wish-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
	cursor: pointer;
	font-size: 16px;
	color: #abb0b8;
}
.carousel .wish-icon .fa-heart {
	color: #ff6161;
}
.star-rating li {
	padding: 0;
}
.star-rating i {
	font-size: 14px;
	color: #ffc000;
}
.owl-nav {
	position: initial;
}

.owl-nav div {
	position: absolute;
	top: 45%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
#owl-carousel1 .owl-prev {
	left: -25px;
	display: flex;
}

#owl-carousel1 .owl-next {
	right: -25px;
	display: flex;
}
#owl-carousel2 .owl-prev {
	left: -10px;
	display: flex;
}

#owl-carousel2 .owl-next {
	right: -10px;
	display: flex;
}
#owl-carousel3 .owl-prev {
	left: -25px;
	display: flex;
}

#owl-carousel3 .owl-next {
	right: -25px;
	display: flex;
}
#owl-carousel4 .owl-prev {
	left: -25px;
	display: flex;
}

#owl-carousel4 .owl-next {
	right: -25px;
	display: flex;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #1ed8ac;
	font-size: 30px;
	margin: 5px;
	padding: 4px 7px;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	cursor: pointer;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #fff;
	background: #1ed8ac;
}

#RecommendedPost1 {
	background-image: url("../../assets/img/section4/YaniceChu.jpg");
	background-size: cover;
	background-position: center;
}
#RecommendedPost2 {
	background-image: url("../../assets/img/section4/chiikawakaka.jpg");
	background-size: cover;
	background-position: center;
}
#RecommendedPost3 {
	background-image: url("../../assets/img/section4/Kathovo.jpg");
	background-size: cover;
	background-position: center;
}
#RecommendedPost4 {
	background-image: url("../../assets/img/section4/Kurochan.jpg");
	background-size: cover;
	background-position: center;
}
#RecommendedPost5 {
	background-image: url("../../assets/img/section4/JudithMan.jpg");
	background-size: cover;
	background-position: center;
}
#RecommendedPost6 {
	background-image: url("../../assets/img/section4/chiikawakaka.jpg");
	background-size: cover;
	background-position: center;
}
#RecommendedPost7 {
	background-image: url("../../assets/img/section4/YaniceChu.jpg");
	background-size: cover;
	background-position: center;
}
#RecommendedPost8 {
	background-image: url("../../assets/img/section4/Kathovo.jpg");
	background-size: cover;
	background-position: center;
}

.RecommendedPost {
	border-radius: 50%;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
	height: 100px;
	width: 100px;
	position: absolute;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
.creatorNumbers {
	padding: 20px;
	background-color: rgba(217, 252, 252, 1);
	border: 2px solid #433b8e;
	box-shadow: 5px 5px 0px rgba(130, 130, 224, 1), 5px 5px 0px 2px rgba(67, 59, 142, 1);
	margin: 15px auto;
	text-align: center;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.creatorNumbers img {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 300px;
}
.dataList {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
}
.wrapper {
	font-family: monsterrat;
	font-size: 150px;
	line-height: 1em;
	text-align: center;
	font-weight: 900;
	overflow: hidden;
}
.number-area {
	display: inline-block;
	overflow: hidden;
	width: 0.6em;
	height: 1em;
	padding: 0.6rem;
	text-shadow: 0 4px 8px rgba(9, 9, 9, 0.9);
	color: #e3e3e3;
}
.num {
	font: inherit;
	word-break: break-all;
	display: block;
	width: 0;
	padding: 0 1.6em 0 0;
	margin: 0 auto;
	overflow: hidden;
	animation: animate 0.5s steps(10) forwards infinite;
}
.num:before {
	content: attr(data-attr);
	display: inline-block;
	width: 100%;
	height: auto;
}
@keyframes animate {
	100% {
		transform: translate3d(0, -10em, 0);
	}
}
.n1 {
	animation-iteration-count: 2;
}
.n2 {
	animation-iteration-count: 3;
}
.n3 {
	animation-iteration-count: 4;
}
.n4 {
	animation-iteration-count: 5;
}
.n5 {
	animation-iteration-count: 6;
}

.stats-container {
	width: 100%;
}

.stats-container .stat {
	padding: 10px 0;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}
span.uNumTitle {
	font-size: 28px;
	display: block;
	font-weight: bold;
	color: #37464f;
}

.stats-container .stat .odometer {
	font-weight: bold;
	display: inline-block;
	color: #0073ae;
	text-shadow: 2px 2px 0px rgba(15, 216, 158, 0.5);
}

.stats-container .stat .type {
	font-size: 20px;
}

.odometer.plus {
	position: relative;
}

@media (max-width: 700px) {
	.stats-container {
		grid-template-columns: 1fr;
	}
}
.sectionGradient1 {
	margin: 0 auto;
	background: linear-gradient(180deg, rgba(255, 223, 173, 1), rgba(137, 216, 169, 1));
	width: 100%;
}
.sectionGradient2 {
	margin: 0 auto;
	width: 100%;
	background: linear-gradient(180deg, rgba(137, 216, 169, 1), rgba(255, 241, 171, 1));
}
.sectionGradient3 {
	margin: 0 auto;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 241, 171, 1), rgba(107, 213, 251, 1));
}
.sectionGradient4 {
	margin: 0 auto;
	background: linear-gradient(180deg, rgba(107, 213, 251, 1), rgba(248, 236, 151, 1));
	width: 100%;
}
.sectionGradient5 {
	margin: 0 auto;
	background: linear-gradient(180deg, rgba(248, 236, 151, 1), rgba(30, 216, 172, 1));
	width: 100%;
}
.sectionGradient6 {
	margin: 0 auto;
	width: 100%;
	background: linear-gradient(180deg, rgba(30, 216, 172, 1), rgba(128, 255, 255, 1));
}
span.uNumDetails {
	font-weight: bold;
	display: inline-block;
	color: #0073ae;
	text-shadow: 2px 2px 0px rgba(15, 216, 158, 0.5);
}
.odometer-inside {
	display: flex;
	flex-wrap: nowrap;
}
.UcreatorListMobile img {
	width: 100%;
	padding-top: 10px;
}
.themeListMobile img {
	width: 100%;
	padding: 20px 0;
}

.tc {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	padding: 0 20px 5px 20px;
	text-align: right;
	color: #314d83;
	font-size: 12px;
}
.joinBtn {
	width: 100%;
	max-width: 330px;
	display: block;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	position: relative;
	z-index: 1;
}
.joinBtn:hover {
	transform: scale(0.97, 0.97);
}
.playBtn {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	position: relative;
	z-index: 1;
}
.playBtn:hover {
	transform: scale(0.97, 0.97);
}
.readBtn {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	position: relative;
	z-index: 1;
}
.readBtn:hover {
	transform: scale(0.97, 0.97);
}
.postList_Info2 a {
	text-decoration: none;
}
.UcreatorListM a {
	text-decoration: none;
	color: #212529;
}
.Mcreator:hover {
	transform: scale(0.98, 0.98);
}
.CreatorContainer .themeIcon {
	padding: 10px;
}
.CreatorContainer img {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0;
}
.CreatorContainer {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}
.CreatorContainer span {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.CreatorContainer .row {
	align-items: start;
	justify-content: center;
	position: relative;
}
.themeList .row {
	align-items: center;
	justify-content: center;
}
.themeList img {
	width: 100%;
	padding: 15px 0;
}
.UcreatorCateDesktop {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.CreatorContainer a {
	text-decoration: none;
	color: #3d3d3d;
	text-align: center;
	word-break: break-word;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
}
.col {
	padding-top: 10px;
	padding-bottom: 10px;
}

.themeTag {
	position: absolute;
	z-index: 1;
	width: 60px;
	padding: 0;
	bottom: 0;
	right: 10px;
}
.campaignList {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.icnOverlay {
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	position: relative;
	display: flex;
}

.icnOverlay .icnImg {
	position: absolute;
	right: -20px;
	bottom: -45px;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	color: #fff;
	z-index: 999;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.owl-carousel .owl-item .icnOverlay .icnImg img {
	border-radius: 50%;
	width: 70px;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.owl-carousel .owl-item img {
	aspect-ratio: 4 / 5;
	height: auto;
	object-fit: cover;
}

.owl-carousel .owl-item img[src*=Video] {
	aspect-ratio: 9 / 16;
	height: auto;
}

.hide {
	display: none;
}

.sectionGradient2 img,
.sectionGradient4 img {
	position: relative;
	top: -100px;
	z-index: 0;
}

.circle {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	overflow: hidden;
	transform: rotate(-45deg);
	top: 25px;
	width: 90%;
}

.circle-half {
	width: 100%;
	height: 50%;
	display: flex;
}

@media screen and (max-width: 576px) {
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.themeList img {
		padding: 0;
	}
	.col.themeIcon {
		padding: 5px 10px;
	}
	.themeTag {
		width: 45px;
	}
	.CreatorContainer .themeTag.box img {
		margin: 0;
	}
	.circle {
		top: 0;
	}
}