:root {
	--fs-orange: #F37021;
	--fs-blue: #002561;
	--bg-color-default: #FFF;
	--black: #000;
	--fs-orange-light: #F9A572;
	--blue-grd-hard: #6684ab;
	--blue-grd-light: #C7dFF4;
	--color-grey-01: #CECECE;
	--color-grey-02: #D9D9D9;
	--color-grey-03: rgba(0, 0, 0, 0.10);	
	--color-grey-04: #939598;
	--color-grey-05: #626F86;
	--color-grey-06: #758195;
	--color-grey-07: #F4F5F8;
	--color-white-01: #FFF;
	--color-black-01: #444444;
	--color-black-02: #2C3E5D;
	--color-navy-01: #1C478E;
	--color-red-01: #D92D20;
	--color-green-01: #14AE5C;
	--font-default: "DB Heavent";
	--font-bold: "DB Heavent Med";
	--font-bold: "DB Heavent Bold";
	--font-size-footer: 14px;
	--font-size-default: 21.5px;
	--font-size-default: clamp(17px, 4.53vw, 21.5px);
	--font-size-1: 45px;
	--font-size-1: clamp(35px, 9.33vw, 45px);
	--font-size-2: 28px;
	--font-size-2: clamp(24px, 6.4vw, 28px);
	--font-size-3: 18px;
	--font-size-4: 24px;
	--font-size-5: 32px;
	--font-size-5: clamp(28px, 7.47vw,32.5px);
	--font-size-6: 28px;
	--font-size-7: 16.5px;
	--font-size-8: 18.5px;
	--font-size-9: clamp(24px, 6.4vw, 32px);
}
html {
	scroll-behavior: smooth;
}
.divide-text {
	position: absolute;
	/* display: flex; */
	right: 50%;
	top: 26px;
}
.multiply-text {
	position: relative;
	/* display: flex; */

	top: 8px;
}
.box-shadow {
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.line-height-1 {
	line-height: 1;
}
.line-height-025 {
	line-height: .25;
}
.line-height-05 {
	line-height: .5;
}
.line-height-075 {
	line-height: .75;
}
.text-fs-orange {
	color: var(--fs-orange);
}
.text-black {
	color: var(--black);
}
.text-fs-blue {
	color: var(--fs-blue);
}
.bg-fs-blue {
	background-color: var(--fs-blue);
}
.bg-fs-orange {
	background-color: var(--fs-orange);
}
body {
	font-size: 1.173rem;
	font-family: var(--font-default);
	line-height: 1.25;
	line-height: 1.5;
	background-image: url("../images/img-bg-content-d.jpg");
	background-position-y: 1250px;
	background-position-y: 1200px;
	background-position-x: center;
	background-repeat: repeat-y;
	background-size: cover;
	/* background-image: url("../images/img-bg-2.png");
	background-color: #000b1f;
	background-repeat: no-repeat;
	background-position-y: 115px;	
	background-position-x: center;
	background-size: 1920px auto; */
}
.banner-space {
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 0) 8%);
	margin: 73px 0 0;	
	margin: 66px 0 0;
	min-height: 1191px;
	min-height: 1150px;
	min-height: 1250px;
	background-image: url("../images/img-bg-2.png"), 	url("../images/img-mainbanner-bg-d.png");
	background-color: #000b1f;
	background-repeat: no-repeat,	repeat-y;
	background-position-y: top;
	background-position-x: center;
	background-size: 1920px auto, cover;
}
.subhead-bg {
	background-image: url(../images/img-head-long.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
	background-size: 35rem auto;
}
.db-light {
	font-family: "DB Heavent Light";
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "DB Heavent Med";
	font-family: var(--font-bold);
	font-weight: 400;
	letter-spacing: 0;
}
hr.radial {
	position: relative;
	width: 50%;
	margin: 30px auto;
}
hr.radial:before {
	background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	opacity: 0.5;
	z-index: 1;
	top: -11px;
}
.filter-animate:hover {
	-webkit-animation: blur 1s infinite;
}

@-webkit-keyframes blur {
	0%,
	100% {
		-webkit-filter: hue-rotate(0deg);
	}
	50% {
		-webkit-filter: hue-rotate(90deg);
	}
}
.text-indent {
	text-indent: 30px;
	margin-bottom: 0px;
}
.h1 {
	font-size: 2.625rem;
	font-family: "DB Heavent Med";
	font-weight: 400;
}
.h2 {
	font-size: 2.313rem;
	font-family: "DB Heavent Med";
	font-weight: 400;
}
.h3 {
	font-size: 2rem;
	font-family: "DB Heavent Med";
	font-weight: 400;
}
.h4 {
	font-size: 1.625rem;
	font-family: "DB Heavent Med";
	font-weight: 400;
}
.h5 {
	font-size: 1.313rem;
	font-family: "DB Heavent Med";
	font-weight: 400;
}
.h6 {
	font-size: 1.125rem;
	font-family: "DB Heavent Med";
	font-weight: 400;
}
.s1 {
	font-size: 1rem
}
word-txt {
	white-space: nowrap;
}
.letter-space-1 {
	letter-spacing: 1px;
}
.icon-size {
	width: 60px;
}
.icon-size-2 {
	/* width: 150px; */
}
.underline {
	text-decoration: underline;
	/* text-decoration: underline 1px; */
	text-underline-offset: 1px;
}
.slick-slide {
	/* margin: 0px 20px; */
}
.slick-dots li.slick-active button:before {
	color: var(--fs-orange-light);
}
.slick-dots {
	bottom: -50px;
}
.slick-dots li button:before {
	content: "\e8b2";
	font-family: "fontello";
	font-size: .5rem;
	color: var(--blue-grd-hard);
}
.slick-dots li button:before {
	opacity: 1 !important;
}
.slick-slide img {
	/* width: 100%; */
	width: auto;
	margin: auto;
	/* height: 600px; */
}
.slick-prev:before,
.slick-next:before {
	color: black;
	font-size: 1.75rem;
}
.slick-next:before {
	content: "\e8a3";
	font-family: "fontello";
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
}
.slick-prev:before {
	content: "\e8a2";
	font-family: "fontello";
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
	opacity: 0;
}
.gold-text {
	background-image: linear-gradient(to bottom,
			#996515 0,
			#B8860B 22%,
			#D4AF37 45%,
			#FFCC00 50%,
			#D4AF37 55%,
			#B8860B 78%,
			#996515 100%);
	color: transparent;
	-webkit-background-clip: text;
}
.slick-current {
	opacity: 1;
}
.gradient-bg-1 {
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(104, 133, 172, 1) 0%, rgba(207, 226, 246, 1) 51%, rgba(255, 255, 255, 1) 93%);
	box-shadow: #a9a8a8 0px -1px 9px 2px;
}
.gradient-bg-2 {
	background: rgb(255, 255, 255);
	background: linear-gradient(315deg, rgba(255, 255, 255, 1) 0%, rgba(199, 223, 244, 1) 70%, rgba(102, 132, 171, 1) 100%);
}
.border-curve-1 {
	border-radius: .75rem;
}
.border-curve-2 {
	border-radius: 1.25rem;
}
.border-curve-3 {
	border-radius: 2.5rem;
}
.border-curve-4 {
	border-radius: 3rem;
}
.top-banner {
	/* padding-top: calc(55vw + 77px); */
	/* height: calc(44vw + 77px); 
	height: calc(915px + 77px);*/
	height: calc(650px + 77px);
	position: relative;
}
.top-banner .register {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 105px;
}
#register {
	height: 70px;
	height: 160px;	/* Default design */
	height: 70px;
	height: 200px;
	height: 100px;
	position: fixed;
	bottom: 0%;
	width: 100%;
	background: radial-gradient(50% 100% at 50% 0%, #DCEBFD 28.97%, #FFF 89.64%);
	box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.10);
	opacity: .95;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.2) 0px -10px 40px -7px;
	padding: 9px 0 0;
	z-index: 100;
}
#register:hover {
	opacity: 1;
}
.activity-head {
	padding: 10px 0 30px;
}
.activity-head .runNo-One {
	padding: 0 20px 0;
	vertical-align: bottom;
}
.activity-head .runNo-Two {
	padding: 0 20px 0 0;
	vertical-align: bottom;
}
.activity-head .runNo-Two + .head-banner-size {
	vertical-align: baseline;
}
.activity-head .runNo-Three {
	padding: 0 20px 0 0;
	vertical-align: baseline;
}
.activity-head .runNo-Four {
	padding: 0 20px 0 0;
	vertical-align: baseline;
}
#register > div {
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	display: block;
	border: 0px;
	box-shadow: 0px 0px 14px -7px #002561;
	/* background-image: linear-gradient(45deg, var(--fs-orange) 0%, var(--fs-orange-light) 51%, var(--fs-orange) 100%); */
	background-image: var(--fs-orange);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}
#register>div:hover {
	background-position: right center;
	/* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}
#register>div:active {
	transform: scale(0.95);
}
.hvr-ripple-out:before {
	border: var(--fs-orange) solid 2px;
	border-radius: 3rem;
	border-radius: 100px;
}

/*Scroll Bar*/
::-webkit-scrollbar {
	width: 7px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {	
	background-image: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0.44, rgb(122, 153, 217)),
			color-stop(0.72, rgb(73, 125, 189)),
			color-stop(0.86, rgb(28, 58, 148)));
}
::-webkit-scrollbar-track {	
	background-color: #F5F5F5;	
}
#scroll-btn:hover,
#scroll-btn:hover:before {
	color: #F37021;
}
#scroll-btn {
	position: fixed;
	cursor: pointer;
	z-index: 99;
	bottom: 120px;
	right: 30px;
	display: block;
	color: #002561;
	font-weight: bolder;
}
#scroll-btn:before {
	content: "\e8a4";
	font-family: "fontello";
	font-size: 2rem;
	display: block;
	text-align: center;
	color: #ffffff;
	background: #002561;
	border-radius: 200px;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	box-shadow: 0 1px 10px 6px #FFF;
}
.icon-game {
	width: 180px;
}
.colp+div:after {
	content: "\e8a3";
	font-family: "fontello";
	font-size: .75rem;
	text-align: right;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	color: #9a9a9a;
}
.colp {
	position: relative;
}
.colp-arrow {
	position: absolute;
	top: 50%;
	right: 50%;
}
.cid-rKZuqbI3d6 .navbar.navbar-short .navbar-logo a img {
	height: 30px !important;
}
.navbar-toggleable-sm .navbar-nav .nav-link {
	font-family: "DB Heavent";
	font-size: 20.5px;
	font-size: 22.9px;
}
.navbar-toggleable-sm .navbar-nav .nav-item:nth-child(8) .nav-link {
	margin-right: 0 !important;
}
.activity-head .runNo-One,
.activity-head .runNo-Two,
.activity-head .runNo-Three,
.activity-head .runNo-Four {
	font-size: 1.563rem;
}
.activity-category .col-2,
.activity-category .col-9 {
	padding: 0 0 25px;
}
.activity-category .head {
	margin: 0;
}
.activity-category .description {
	position: relative;
	margin-top: -5px;
}
.activity-category .description:before {
	content: ":";	
	position: absolute;	
	left: -8px;
}
.link.timetable {
	font-weight: 600;
	color: var(--fs-orange);
	text-decoration: underline;
}
.activity-Four .align-items-center {
	background: #f4f8fa;
	border-radius: 20px;
	padding: 10px 15px;
	margin-bottom: 25px;
}
.awards-wrapper .description .img-fluid {
	width: 450px;
}
.award-caption-two {
	width: 60%;
	margin: 0 auto;
	display: block;
}
.award-caption-three {
	width: 80%;
	margin: 0 auto;
	display: block;
}
.btnregister {
	font-size: 23.5px;
	font-size: 48px;	/* Default design */
	font-size: 27.15px;
	line-height: 1.5;
	color: #FFF;
	background-color: var(--fs-orange);
	padding: 20px 48px;	/* Default design */
	padding: 10px 40px;
	border: none;
	border-radius: 100px;
}
body.login {
	background: none;
}
.login .top-banner {
	padding-top: 77px;
	height: auto;
}
.loginNew-wrapper,
.loginCur-wrapper {
	text-align: center;	
	width: 480px;
	min-height: 465px;
	/* min-height: 567px;*/	/* Default design */
	box-shadow: 0 1px 20px 0px #ececec;
	border-radius: 50px;
	background: linear-gradient(180deg, #6973A0 5.9%, #CFD3E1 23.68%, #EBECF2 37.36%, #FFF 85.21%);
	margin: 0 auto 30px;	
}
.loginCur-wrapper {
	margin-left: auto;
}
.loginNew-wrapper .header {
	position: relative;
	padding: 27px 0 0;
	padding: 15px 0 0;
	border-radius: 50px 50px 0 0;
	text-align: center;
	background: linear-gradient(168deg, #6973A0 8.31%, #002561 87.65%);
	min-height: 106px;	/* Default design */
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loginCur-wrapper .header {
	position: relative;
	padding: 27px 0 0;
	padding: 15px 0 0;
	border-radius: 50px 50px 0 0;
	text-align: center;
	background: linear-gradient(168deg, #F58D4D 8.31%, #F37021 87.65%);
	min-height: 106px;	/* Default design */
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loginNew-wrapper .header:after,
.loginCur-wrapper .header:after {
	content: "";
	position: absolute;
	bottom: -29px;
	width: 100%;
	height: 29px;
	background: radial-gradient(106.66% 43.96% at 50.62% 5.23%, #CFD1D2 15%, #E5E6E6 27%, #E6E7E7 28%, #F1F1F1 39%, #F3F3F3 43%, #FCFCFC 65%, #FFF 100%);
	mix-blend-mode: multiply;
	background-blend-mode: multiply;
}
.login-wrapper .title-wrapper .title {
	font-size: 40px;
	font-size: min(6.67vw, 40px);
	font-size: min(7.47vw, 30px);
	font-family: "DB Heavent Med";
	color: #FFF;
}
.login-wrapper .image.logo {
	width: 170px;
}
.loginNew-wrapper .footer {
	text-align: center;
	margin: 0 auto;
	padding: 0 0 68px;
}
.loginCur-wrapper .footer {
	text-align: center;
	margin: 0 auto;
	padding: 0 0 32px;
}
.login-wrapper {
	padding: 0 0 80px;
}
.login-wrapper .login-headline {
	font-size: 28px;
	font-family: "DB Heavent";
	line-height: 40px;
	padding: 27px 0 23px;
	margin: 0;
}
.login-wrapper .loginCur-wrapper .login-headline {
	padding: 27px 0 5px;
}
.custom-control {
	padding-left: 2.8rem;
}
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
	width: 35px;
	height: 35px;
	top: -7px;
	top: 0;
	left: -2.8rem;
	border-radius: 50px;
	border: 5px solid #f37021;
	border: 5px solid #1F2C5E;
}
.custom-control-input:checked~.custom-control-label::before {
	border-color: #f37021;
	border-color: #1F2C5E;
	background-color: #f37021;
	background-color: #1F2C5E;
}
.custnew_accept-label {
	/* font-family: "DB Heavent Light"; */
	color: #ff0000;
	text-decoration: underline;
	font-size: 20.7px;
	font-size: min(4.92vw, 20.7px);
}
.regist-new .custom-checkbox,
.curClient-wrapper .spaceWrapper {
	min-height: min(24px, 45px);
	padding: 0 1rem 0 2.8rem;
}
.openAcc,
.curCust-login {
	font-size: 1.188rem;
	border-radius: 25px;
	padding: 0px 25px;
	min-width: 350px;
}
.font-weight-bold {
	font-family: "DB Heavent Med";
	font-weight: 400 !important;
	letter-spacing: 0;
}
.brkLine-500, .brkLine-752, brkLine-991 {
	display: none;
}
.head-wrapper .img-desktop {
	width: 80%;
	margin: 0 auto;
}
.awards-wrapper .subhead {
	text-align: center;
	font-family: "DB Heavent Med";
	font-size: clamp(20px, 3.2vw, 33.5px);
	color: #f37027;
	padding: 0 0 30px;
	letter-spacing: -1px;
}
.equation-wrapper .equation-right {
	position: relative;
}
.equation-wrapper .equation-right:before {
	content: "=";
	position: absolute;
	left: -27px;
}
.bgOutter-color {
	background: url(../images/img-bgGuru-03.png) no-repeat,	url(../images/img-bgOverall_bottom.png) no-repeat #FFF;
	background-size: 100vw;
	background-position-y: 320px, bottom;
	background-position-y: -61px, bottom;
	background-blend-mode: darken;
	padding: 0 0 70px;
}
.live-schedule {
	background: url(../images/img-bgOverall_top.png) no-repeat;
	background-size: 100vw;
	background-position-y: top;
	mix-blend-mode: multiply;
}
.bgInsider-color {
	background-color: transparent;
}
.top-border {
	border-radius: 20px 20px 0 0;
	padding-top: 70px;
}
.bottom-border {
	border-radius: 0 0 20px 20px;
}
.brkLine-450-on {
	display: none;
}
.regis-img {
	margin: 0 auto;
}
.main-content .border-top, .main-content .border-btm {
	padding: 80px 0 96px;
}
.main-content .section-space {
	padding: 48px 0;
}
.border-top, .border-btm {
	position: relative;
	padding-bottom: 20px;
}
.border-top:before {
	content: "";
	background: radial-gradient(ellipse at 50% 0%, #cfd1d2 0, rgba(255, 255, 255, 0) 44%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
}
.border-btm:after {
	content: "";
	background: radial-gradient(ellipse at 50% 0%, #cfd1d2 0, rgba(255, 255, 255, 0) 44%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}
.headline {
	font-size: 90px;
	font-size: 57px;
	font-size: 50px;
	color: var(--black);	
	text-align: center;
	line-height: .9;
	line-height: 1.25;
}
.headline .effect {
	font-size: 60px;
}
.guru-heroteam {
	padding: 30px 0 0;
}
.guru-heroteam .sub-headline {
	font-size: 50px;
	font-size: 25px;
	font-family: "DB Heavent Med";
	color: var(--fs-blue);
	text-align: center;
	line-height: 33px;
}
.guru-heroteam .description {	
	font-size: 20px;
	line-height: 25px;
	color: var(--black);
	text-align: center;
	padding: 16px 0 0;
}
.guru-heroteam .img-wrapper {
	padding: 16px 0 0;
}
.guru-heroteam .slogan {
	padding: 30px 0 0;
}
.guru-wrapper .guru.active,
.guru-wrapper:hover .guru.inactive {
	display: none;
}
.guru-wrapper:hover .guru.active {
	display: block;
}

.timeline .card-body {
	padding: 0;
	border-radius: 30px;
	box-shadow: 0px 4px 250px 5px rgba(0, 0, 0, 0.10);
	background-color: #FFF;	
}
.timeline .card .card-title {
	background-color: #273D73;
	background: linear-gradient(180deg, #6973A0 0%, #273D73 61.5%);
	border-radius: 30px 30px 0 0;
	padding: 24px 10px 16px;
	padding: 20px 29px 10px;
	margin: 0;
	color: #FFF;
	font-size: 40px;
	/* font-size: 27.5px; */
	font-family: "DB Heavent Med";
	position: relative;
	min-height: 159px;
	justify-content: center;
	display: flex;
	align-items: center;
}
.timeline .card .card-title:before {
	content: "";
	width: 100px;
	height: 101px;
	display: inline-block;
	vertical-align: middle;
	/* margin: 0 16px 0 0; */
	position: absolute;
	top: -48px;
	left: calc(50% - 50px);
}
.timeline .stage-one .card-title:before {
	background: url(../images/img-ico_stg01_1.png) no-repeat;
}
.timeline .stage-two .card-title:before {
	background: url(../images/img-ico_stg02_1.png) no-repeat;
}
.timeline .stage-three .card-title:before {
	background: url(../images/img-ico_stg03_1.png) no-repeat;
}
.timeline .card .card-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 33px;
	font-size: clamp(30px, 3.02vw, 31px);
	font-family: var(--font-bold);
	color: var(--fs-blue);
	/* min-height: 140px; */
	padding: 29px 26px 40px;
}
.timeline .register {
	text-align: center;
}
.timeline .register .caption {
	font-size: 33px;
	font-family: var(--font-bold);
	color: var(--fs-blue);
	padding: 48px 0 80px;
}
.timeline .stage {
	padding: 92px 0 0;
}
.timeline .live-wrapper {
	display: grid;
	grid-template-columns: 50% 50%;
	border-top: 1px solid #E6E7E7;
	padding: 31px 0 0;
	margin: 31px 0 0;
}
.timeline .live-icon {
	display: flex;
	justify-content: flex-end;
	padding: 0 16px 0 0;
}
.timeline .live-desc {
	border-left: 1px solid #E6E7E7;
	line-height: 37px;
	text-align: left;
	padding: 0 0 0 16px;
}
.timeline .live-desc .txt {
	color: var(--black);
	font-family: var(--font-bold);
	font-size: 24.5px;
}
.timeline .live-channelName .txt {
	color: var(--fs-blue);
	font-family: var(--font-bold);
	font-size: 24.5px;
}
.timeline .live-channelName {
	grid-column: 1 / span 2;
}
.activity-wrapper .grid-container {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-columns: 50% auto;
	gap: 50px;
	padding: 80px 0 0;
}
.activity-wrapper .grid-container .grid-item {
	/* border: 1px solid red; */	/* For testing */
	padding: 0 0 0 74px;
	position: relative;
	font-size: 19px;
	font-size: 20.75px;
}
.activity-wrapper .grid-container .grid-item:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	background-size: 50px 50px;
}
.activity-wrapper .grid-container .grid-item:nth-child(1):before {
	background: url(../images/img-ico_priviledge_com.png) no-repeat;
}
.activity-wrapper .grid-container .grid-item:nth-child(2):before {
	background: url(../images/img-ico_priviledge_ipo.png) no-repeat;
}
.activity-wrapper .grid-container .grid-item:nth-child(3):before {
	background: url(../images/img-ico_priviledge_ro.png) no-repeat;
}
.activity-wrapper .grid-container .grid-item:nth-child(4) {
	grid-area: 2 / 2 / span 2;
}
.activity-wrapper .grid-container .grid-item:nth-child(4):before {
	background: url(../images/img-ico_priviledge_friend.png) no-repeat;
}
.activity-wrapper .grid-container .grid-item:nth-child(5):before {
	background: url(../images/img-ico_priviledge_social.png) no-repeat;
}
.activity-wrapper .priviledge .subhead {
	font-size: 27px;
	font-size: 27.5px;
	/* line-height: 27px; */
	line-height: 1.4;
	font-family: "DB Heavent Med";
	color: var(--fs-blue);	
	padding: 0 0 24px;
}
.activity-wrapper .grid-container .grid-item:nth-child(4) .subhead {
	padding: 6px 0 24px;
}
.activity-wrapper .priviledge .subhead .emphasis {
	font-size: 40px;
	color: var(--fs-orange);
}
.activity-wrapper .content-detail .list {
	padding: 0 0 0 24px;
}
.activity-wrapper .content-detail .list-LvSecond {
	padding: 0 0 0 24px;
}
.activity-wrapper .toggle-wrapper {
	text-align: center;
	padding: 72px 0 0;
}
.activity-wrapper .toggle-wrapper .toggle-trigger {
	font-size: 27px;
	color: var(--fs-orange);
	text-decoration: underline;
	position: relative;
}
.activity-wrapper .toggle-wrapper .toggle-trigger:before {
	content: "";
	background: url(../images/img-ico_arrow_down.png) no-repeat;
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-right: 24px;
	position: relative;
	top: 14px;
}
.activity-wrapper .toggle-wrapper .toggle-trigger[data-status="true"]:before {
	background-image: url(../images/img-ico_arrow_up.png);
}
.activity-wrapper .link {
	color: var(--fs-orange);
	text-decoration: underline;
}
.hide {
	display: none;	
}
.animate__fadeInDown {
	animation-delay: .5s;
}
.live-schedule .schedule-item {
	padding: 50px 0;
}
.live-schedule .schedule-item:not(:first-child) {
	padding: 56px 0 0;
}
.live-schedule .schedule-item .img-fluid {
	border-radius: 20px;
}
.live-schedule .schedule-item .desktop {
	max-width: 60%;
}
.conditions {
	counter-reset: condition-counter;
}
.conditions .cond-item .btn {
	background: #F6F6F6;
	border-radius: 10px 10px 0 0;
	padding: 32px 56px;
	margin: 0;
	border: none;
	line-height: 60px;
	align-items: baseline;
}
.conditions .btn.collapsed {
	border-radius: 10px;
}
.conditions .cond-itemTitle {
	counter-increment: condition-counter;
	font-size: 23px;
	font-size: 28px;
	text-align: left;
	position: relative;
	padding: 0 0 0 86px;
	line-height: .9;
	letter-spacing: 0;
}
.conditions .cond-itemTitle:before {
	content: counter(condition-counter);
	display: inline-block;
	border-radius: 64px;
	background: #6973A0;
	font-size: 30px;
	color: #FFF;
	padding: 16px 18px;
	line-height: 23px;
	margin: 0 32px 0 0;
	position: absolute;
	left: 0;
	top: -17px;
}
.conditions .cond-itemMore {
	font-size: 21px;
	font-size: 28px;	/* Default design */
	font-size: 22.8px;
	color: var(--fs-orange);
	text-align: right;
	padding: 0;
	letter-spacing: 0;
}
.conditions .cond-item:nth-child(2) {
	padding: 72px 0 0;
}
.conditions .cond-item {
	padding: 24px 0 0;
}
.conditions .equation-responsive {
	white-space: nowrap;
	overflow-x: auto;
	min-height: 138px;
}
.conditions .cond-item .btn.collapsed .cond-itemMore:before {
	content: "อ่านรายละเอียดเพิ่มเติม";
	text-decoration: underline;
}
.conditions .cond-item .btn .cond-itemMore:before {
	content: "ซ่อนรายละเอียด";
	text-decoration: underline;
}
.conditions .cond-itemContent {
	background: #f6f6f6;
	border-radius: 0 0 10px 10px;
	padding: 0 56px 24px 142px;
	font-size: 20.5px;
	font-size: 17.25px;
	font-size: 24.2px;	/* Default design */
	font-size: 19.2px;
}
.conditions .register {
	padding: 88px 0 0;
	text-align: center;
}
.login-wrapper .headline {
	/* font-size: 60px;
	padding: 0 0 80px; */
	padding: 0 0 48px; 
}
.login-wrapper .logo-wrapper {
	padding: 0 0 40px;
	padding: 0 0 25px;
}
.socicon-youtube:before {
	content: "";
	background: url(../images/img-ico_youtube.png) no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 25px;	
}
.socicon-line:before {
	content: "";
	background: url(../images/img-ico_lineoa.png) no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 25px;
}
.socicon-telegram:before {
	content: "";
	background: url(../images/img-ico_telegram.png) no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 25px;
}
.socicon-twitter:before {
	content: "";
	background: url(../images/img-ico_twitter.png) no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 25px;
}
.socicon-facebook:before {
	content: "";
	background: url(../images/img-ico_fb.png) no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 25px;
}
.socicon-instagram:before {
	content: "";
	background: url(../images/img-ico_instagram.png) no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 25px;
}
.contact-email {
	padding: 0 0 24px;
}
.main-banner-wrapper .mobile {
	display: none;
}
.openAcc.btn {
	font-size: min(9.72vw, 50px) !important;
	font-size: min(6.4vw, 23px) !important;
	border-radius: 55px;
	margin: 40px 0 0;
	font-size: 36px !important;	/* Default Design */
	font-size: 27px !important;
	font-family: "DB Heavent Med";
	min-width: auto;
	padding: 20px 54px;	/* Default Design */
	padding: 10px 54px;
	line-height: 30px;
}
.login-wrapper .login-caption {
	font-size: min(4.8vw, 23px);
}
.activity-wrapper .content-extra .remark {
	display: flex;
	flex-direction: row;
	padding: 16px 0 0;
	color: rgb(255, 3, 3);
}
.content-extra .remark .title {
	padding: 0 10px 0 0;
}
.loginDisable {
	padding: 20px 20px;
	color: #616161;
}
.cid-rLbBmXULTP h5 {
	font-size: 16px;
	font-family: "DB Heavent Med";
}
.cid-rLbBmXULTP p,
.cid-rLbBmXULTP .contact-emailphone-wrapper,
.cid-rLbBmXULTP a.text-primary,
.cid-rLbBmXULTP a.text-primary:hover,
.cid-rLbBmXULTP a.text-primary:focus {
	font-size: var(--font-size-footer);
}
.cid-rLbBmXULTP .media-wrap img {
	height: 30px;
}
.prestige-wrapper {
	background: #f6f6f6;
	border-radius: 30px;
	margin: 45px 0;
}
.prestige-wrapper .headline {
	padding: 20px 91px 20px 31px;
	display: block;
	text-align: left;
	font-size: 28px;
	font-family: "DB Heavent Med";
	position: relative;
	padding-inline-start: 105px;
	background: var(--fs-orange);	
	color: #FFF;
}
.prestige-wrapper .headline.collapsed {
	background: radial-gradient(106.66% 43.96% at 50.62% 5.23%, rgba(207, 209, 210, 0.50) 15%, rgba(229, 230, 230, 0.50) 27%, rgba(230, 231, 231, 0.50) 28%, rgba(241, 241, 241, 0.50) 39%, rgba(243, 243, 243, 0.50) 43%, rgba(252, 252, 252, 0.50) 65%, rgba(255, 255, 255, 0.50) 100%);
	background-blend-mode: multiply;
	mix-blend-mode: multiply;
	color: #000;
}
.prestige-wrapper .headline:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	left: 24px;
	top: 28px;
}
.prestige-wrapper .headline:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 51px;
	right: 31px;
	top: 32px;
	top: 20px;
	background: url(../images/icon-direction-down.png) no-repeat;
	transform: rotate(180deg);
}
.prestige-wrapper .headline.disable:after,
.prestige-wrapper .headline.disable.collapsed:after {
	background-image: none;
}
.prestige-wrapper .context-wrapper .emphasis {
	font-family: var(--font-bold);
	color: var(--fs-blue);
}
.headline.comTrade {
	border-radius: 30px 30px 0 0;
}
.headline.collapsed.comTrade {
	background: transparent;
}
.headline.getFriend {
	border-bottom: none;
}
.headline.outstanding.collapsed:before {
	background: url(../images/icon-outstanding-in.png) no-repeat;
}
.headline.comTrade.collapsed:before {
	background: url(../images/icon-comtrade-in.png) no-repeat;
}
.headline.luckyDraw.collapsed:before {
	background: url(../images/icon-luckydraw-in.png) no-repeat;
}
.headline.getFriend.collapsed:before {
	background: url(../images/icon-getfriend-in.png) no-repeat;
}
.prestige-wrapper .headline.collapsed:after {
	background: url(../images/icon-direction-up.png) no-repeat;
}
.headline.outstanding:before {
	background: url(../images/icon-outstanding-act.png) no-repeat;
}
.headline.comTrade:before {
	background: url(../images/icon-comtrade-act.png) no-repeat;
}
.headline.luckyDraw:before {
	background: url(../images/icon-luckydraw-act.png) no-repeat;
}
.headline.getFriend:before {
	background: url(../images/icon-getfriend-act.png) no-repeat;
}
.prestige-wrapper .context-wrapper {
	background: rgba(245, 141, 77, 0.10);
}
.prestige-wrapper .col-12:last-child .context-wrapper {
	border-radius: 0 0 30px 30px;
}
.prestige-wrapper .context-wrapper .context {
	width: 720px;
	padding: 40px 0 45px;
	margin: 0 auto;
}
.prestige-wrapper .context .list {
	margin: 0;
	font-size: 28px;	/* Default design */
	font-size: 22.8px;
}
.prestige-wrapper .headline {
	font-size: 27.1px;
	line-height: 50px;
	min-height: 100px;
}
.prestige-wrapper .headline .emphasis {
	color: #FFF;
	font-family: var(--font-bold);
	font-size: 40px;
}
.prestige-wrapper .headline.collapsed .emphasis {
	color: var(--fs-blue);
}
.prestige-wrapper .remark {
	display: flex;
	flex-direction: row;
	padding: 16px 0 0;
	font-size: 1.173rem;
}
.prestige-wrapper .remark .title {
	padding: 0 10px 0 0;
}
.banner-space .text-wrapper {
	position: relative;
	top: 310px;
}
.banner-space .text-line-01,
.banner-space .text-line-02 {
	font-size: 70px;
	font-family: var(--font-bold);
}
.banner-space .fade-effect {
	background: linear-gradient(180deg, #FFF 42.29%, #D7D7D7 58.93%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.partTwo {
	position: relative;
	top: -430px;
	top: -400px;
	top: -498px;
}
.reward-container {
	position: relative;
	border: 1px solid var(--color-grey-03);
	border-radius: 20px;
	background: radial-gradient(80.02% 100% at 50% 0%, #DCEBFD 28.97%, #FFF 89.64%);
	background-position-y: -120px;
	background-repeat: no-repeat;
	background-color: #FFF;
	box-shadow: 0 4px 100px 5px var(--color-grey-03);
}
.reward-wrapper-one {
	background: var(--black);
}
.reward-wrapper-one .reward-container {
	border-radius: 20px 20px 0 0;
	border-bottom: none;
}
.reward-wrapper-two .reward-container {
	border-radius: 0 0 20px 20px;
	border-top: none;
}
.reward-title {
	text-align: center;
}
.rewardPartOne,
.rewardPartThree {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	padding: 0 47px;
}
.rewardPartTwo {
	position: relative;
	background: radial-gradient(72.95% 145.9% at 50% 0%, #DCEBFD 28.97%, #FFF 89.64%);
	padding: 0 15px;
}
.rewardPartTwo .content {
	padding: 64px 47px 0;
}
.rewardPartTwo .reward-model {
	padding-bottom: 63px;
	text-align: center;
}
.rewardPartTwo .reward-model .desktop,
.rewardPartTwo .reward-model .mobile {
	margin: 0 auto;
	text-align: center;
}
.reward-container .content-right {
	flex-basis: 70%;
	padding: 64px 0;
}
.reward-container .content-left {
	flex-basis: 30%;
	padding: 64px 0;
	text-align: center;
}
.reward-container .reward-border-bottom {
	border-bottom: 1px solid var(--color-grey-01);
}
.reward-title {
	padding: 27px 0 0;
}
.border-line-top,
.border-line-bottom {
	position: relative;
}
.border-line-top:before {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 48px;
	background: url("../images/img-border-line.png") no-repeat;
	background-position-x: center;
	background-size: contain;
	opacity: .85;
}
.border-line-bottom:after {
	content: "";
	position: absolute;
	bottom: 0;
	bottom: -15px;
	display: block;
	width: 100%;
	height: 48px;
	background: url("../images/img-border-line.png") no-repeat;
	background-position-x: center;
	background-size: contain;
	opacity: .85;
}
.list-style01 {
	margin-top: 24px;
	line-height: 1.85;
}
.list-style02 {
	margin: 64px 0 88px;
	line-height: 1.85;
}
.condition-wrapper {
	padding-top: 88px;
}
.condition-title {
	text-align: center;
}
.stepReward-wrapper .bg-wrapper {
	background: url("../images/img-bg-stepreward-01-d.jpg") no-repeat;
	background-size: auto;
	background-color: var(--black);
	border-radius: 20px;
}
.stepReward-wrapper .swiper-slide {
	text-align: center;
}
.step-title, .reward-title {
	text-align: center;
	padding: 64px 0;
}
.numCounter-reset {
	counter-reset: number;
}
.numCounter {
	position: relative;
}
.numCounter:before {
	content: counter(number);
	counter-increment: number;
	font-size: var(--font-size-3);
	color: var(--color-white-01);
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background: var(--fs-orange);
	text-align: center;
	margin: 48px auto 16px;
}
.btn-wrapper {
	text-align: center;
	padding: 78px 0 0;
}
.rewardCondition-wrapper {
	position: relative;
	border-radius: 20px;
	border: 1px solid var(--color-grey-04);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 9.58%, rgba(153, 153, 153, 0.20) 100%);
	box-shadow: 0 4px 100px 5px rgba(0, 0, 0, 0.10);
	display: flex;
	flex-direction: row;
	height: 120px;
	width: 850px;
  margin: 0 auto;
}
.referrer-wrapper {
	margin: 72px auto 39px;
}
.referee-wrapper {
	margin: 0 auto 119px;
}
.rewardCondition-wrapper .title {
	flex-basis: 240px;
	align-self: center;
	text-align: center;	
}
.rewardCondition-wrapper .icon {
	flex-basis: 130px;
	align-self: center;
	text-align: center;
}
.rewardCondition-wrapper .icon .image {
	margin: 15px 0 0;
}
.rewardCondition-wrapper .description {
	flex-basis: 480px;
	align-self: center;
	padding: 0 0 0 25px;
}
.rewardCondition-wrapper.border-line-top:before {
	opacity: .2;
}
.list-style03 {
	position: relative;
	counter-reset: number;
	text-align: left;
	list-style: none;
	padding: 0 0 0 40px;
	margin: 0;
}
.list-style03 .list-item {
	position: relative;
}
.list-style03 .list-item:not(:last-child) {
	padding-bottom: 10px;
}
.list-style03 .list-item:before {
	content: counter(number);
	counter-increment: number;
	position: absolute;
	top: 4px;
	left: -40px;
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: var(--font-size-3);
	color: var(--fs-blue);
	background: var(--color-white-01);
	border-radius: 50px;
	text-align: center;
}
.rewardDetail-wrapper .swiper-wrapper {
	justify-content: center;
}
.rewardDetail-wrapper {
	padding-bottom: 102px;
}
#register.border-line-top:before {
	background-position-y: -11px;
}
.float-title {
	padding: 0 48px 0 0;
}

/* Font Style*/
.font-style-default {
	font-size: var(--font-size-default);
}
.font-style-1 {
	font-family: var(--font-default);
	font-size: var(--font-size-1);
	font-weight: normal;
	color: var(--fs-blue);
}
.font-style-2 {
	font-family: var(--font-bold);
	font-size: var(--font-size-2);
	font-weight: normal;
	color: var(--fs-orange);
}
.font-style-3 {
	font-family: var(--font-default);
	font-size: var(--font-size-1);
	font-weight: normal;
	color: var(--color-white-01);
	line-height: 1.25;
}
.font-style-4 {	
	font-size: var(--font-size-default);
	color: var(--color-white-01);
}
.font-style-5 {
	font-size: var(--font-size-default);
	color: var(--fs-orange);
}
.font-style-6 {
	font-size: var(--font-size-4);
	color: var(--color-white-01);
}
.font-style-7 {
	font-size: var(--font-size-3);
	color: var(--color-white-01);
}
.font-style-8 {
	font-size: var(--font-size-5);
	font-family: var(--font-bold);
	color: var(--fs-blue);
}
.font-style-9 {
	font-size: var(--font-size-default);
	color: var(--fs-orange);
}
.font-style-10 {
	font-size: var(--font-size-4);
	font-family: var(--font-bold);
	font-weight: 400;
	color: var(--color-grey-05);
}
.font-style-11 {
	font-size: var(--font-size-7);
	color: var(--color-grey-06);
}
.font-style-12 {
	font-size: var(--font-size-7);
	color: var(--color-red-01);
}
.font-style-13 {
	font-size: var(--font-size-5);
	font-family: var(--font-default);
	font-weight: 400;
	color: var(--color-navy-01);
	line-height: 1.25;
}
.font-style-14 {
	font-size: var(--font-size-8);
	font-family: var(--font-bold);
	font-weight: 400;
	color: var(--color-black-02)
}
.font-style-15 {
	font-size: var(--font-size-3);
	color: var(--color-black-02);
}
.font-style-16 {
	font-size: var(--font-size-8);
	font-family: var(--font-bold);
	font-weight: 400;
	color: var(--color-white-01);
}
.font-style-17 {
	font-size: var(--font-size-7);
	color: var(--color-black-02);
}


.btn-style-01 {
	position: relative;
	border-radius: 50px;
	background: var(--fs-orange);
	padding: 8px 40px;
	font-size: var(--font-size-default);
	font-size: var(--font-size-6);
	font-family: var(--font-default);
	font-weight: 400;
	color: var(--color-white-01);
}
.btn-style-01:before {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 17px;
	background: url("../images/img-btnborder-line.png") no-repeat;
	background-size: contain;
	background-position: center;
	opacity: .8;
	mix-blend-mode: overlay;
}
.btn-style-02 {
	padding: 8px 40px;
	border-radius: 50px;
	background: #F37021;
	font-size: var(--font-size-default);
	font-family: var(--font-default);
	font-weight: 400;
	color: var(--color-white-01);
}
.brk-767,
.brk-702, .brk-510 {
	display: none;
}