:root {
--color-primary: #ff007a;
--color-secondary: #ffd60a;
--color-tertiary: #00d4d1;
--color-quat: #B9FF66;
--bg-nav:  #FF4D6D;
--color-nav: #fdfaf0;
--bg-body: #0C1844;
--color-body: #ffff;
--bg-body-login: #0C1844;
--bg-footer: #FF4D6D;
--color-footer: #fdfaf0;
--color-footer-hover: #fdfaf0;
--footer-helpbtn-bg: #3DD9A0;
--footer-helpbtn-text: #07291C;
--chat-btn-bg: #852838;
--chat-btn-txt: #fff; 
}


/* 
////
//// Easing general purpose
////
--------------------------------------------------------------*/
.easeOut { -webkit-transition-property: all; -webkit-transition-duration: 350ms; -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition-property: all; -moz-transition-duration: 350ms; -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-property: all; transition-duration: 350ms; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
/* mainBtm
////
//// Default Font
////
--------------------------------------------------------------*/
html, body { height: 100%; min-height: 100%; }
body { font-family:  "Plus Jakarta Sans", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 400; }
strong { font-weight: 600; }
.genC1 { color: var(--color-primary)!important; }
.genC2 { color: var(--color-secondary)!important; }
.genC3 { color: var(--color-tertiary)!important; }
.genC4 { color: var(--color-quat)!important; }
.cWht { color: #fff!important; }
.genPad1 { padding-top: 7.6rem; padding-bottom: 7.6rem;}
#fullWrp { margin: 0 auto; min-height: 100%; background: var(--bg-body); position: relative;  }
svg path,svg shape,svg linearGradient { shape-rendering: geometricPrecision; }
.FntTTB { font-family: "PT Sans Narrow", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 700;  }
.FntCal { font-family: "Gabarito", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans!important;  font-weight: 900!important;    }

.genTitle1 { font-family: "PT Sans Narrow", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 700; font-size: 150px; -webkit-text-stroke: 2px #fff; text-stroke: 2px #fff; color: rgba(0,0,0,0.0); text-transform: uppercase; letter-spacing:  -0.01em; }
.genTitle2 { font-family: "PT Sans Narrow", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 700; font-size: 48px; text-shadow: 0 0 0.35em rgba(0,0,0,0.4); padding: 0.3em 0; }
.genTxt1 { font-size: 24px; line-height: 1.5em; }
@media all and (max-width: 1184px) {
.genTitle1 { font-size: 102px; }
.genTitle2 { font-size: 34.5px; }
.genTxt1 { font-size: 17.5px; }
}
@media all and (max-width: 767px) {
.genTitle1 { font-size: 12.29vw; }
.genTitle2 { font-size: 4.5vw; }
.genTxt1 { font-size: 3.2vw; }
}
/* logo 
-----------------------------*/
#mainLogo { float: left; }
#mainLogo a { display: block; background: url("../images/main_logo.svg") no-repeat left center; background-size: contain!important; width: 225.5px; height: 62px; white-space: nowrap; text-indent: -8000px; margin-left: 0px; }
@media all and (max-width: 1024px) {
#mainLogo a  {  background-size: contain; }
}
@media (max-width: 672px) {
#mainLogo a {  width: 212px; }
}

@media all and (max-width: 480px) {
#mainLogo a { max-width: 27.1rem; height: 45px;}
}

/* Main Header
--------------------------------------------------------------*/
#mainTicker { background: #3DD9A0;  font-size: 10px; }
#mainTicker .FrmCtr { display: flex; align-items: center; justify-content: center; padding-top: 1em; padding-bottom: 1em; overflow: hidden; }
#mainTicker .FrmCtr .lst { display: flex; align-items: center; list-style: none; white-space: nowrap; gap: 0.875em;  }
#mainTicker .FrmCtr .lst .ico { flex-shrink: 0; line-height: 0; }
#mainTicker .FrmCtr .ico svg { width: 2em; }
#mainTicker .FrmCtr .ico:last-child svg { transform: rotate(-180deg); }
#mainTicker .FrmCtr .lst .itm { font-size: 1.2em; font-weight: 700; color: #07291c; text-transform: lowercase; letter-spacing: 0.15em; }
#mainTicker .FrmCtr .lst .itm + .itm:before { content: "•"; color: #07291c;  padding:  0 0.625em 0 0; }

@media (max-width:1060px) {
#mainTicker .FrmCtr .lst .itm { font-size: 1.2em; }
#mainTicker .FrmCtr .lst .itm:nth-child(4) { display: none; }
}
@media (max-width:640px) {
#mainTicker  { font-size: 1.7vw; }
}


/* Main Header
--------------------------------------------------------------*/

#mainHdr { z-index: 12; background: var(--bg-nav); border-bottom: 1px solid rgba(124, 58, 237, 0.45); }
.introHeader {position: absolute; left: 0; top: 0;  width: 100%; background: none!important; }
#mainHdr  .ctr { padding: 0 20px; margin: 0 auto; position: relative; display: flex; justify-content: space-between; align-items: center;   }
#mainHdr { padding: 5px  0;  }
.nav-hamburger  { display: none!important; }	
#mainLogo { margin: 0; display: block; float: left; position: relative;  z-index:  10;  }
#mainMemNav { display: block; margin: 0 ; float: right;  margin-right: 0; margin-left: auto;  }
#mainMemNav .site-nav { display: flex; justify-items: flex-start; padding: 18px 0 18px 0;   }
#mainMemNav .site-nav li { display: inline; white-space: nowrap; font-size: 14px; line-height: 47px; padding: 0px 16px; font-weight: 400; letter-spacing: 0; letter-spacing: 0.01em;  }
#mainMemNav .site-nav li:last-child { padding: 0; }
#mainMemNav .site-nav li a { color: #fff; position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;  text-transform: capitalize;  font-size: 1em!important; }

@media all and (min-width: 1240px) {
#mainHdr  .ctr { padding: 0 3rem; }
}
@media all and (max-width: 1024px) {
#mainHdr { padding: 5px 0;  }
#mainMemNav .site-nav {  padding: 10px 0 10px 0;   }
}
@media (max-width: 672px) {
#mainMemNav .site-nav li {  font-size: 14px; }
}
@media (max-width: 572px) {
#mainMemNav .site-nav li { font-size:12px; padding: 0px 10px 0 0; }
#mainMemNav .site-nav li a span { display: none; }
}
/* Main Trending
--------------------------------------------------------------*/
#mainTrending { background: radial-gradient(680px circle at 90% 4%, rgba(255,54,160,0.22) 0%, rgba(128,27,80,0.09) 34%, rgba(0,0,0,0) 66%), radial-gradient(600px circle at 4% 92%, rgba(61,217,160,0.18) 0%, rgba(31,109,80,0.08) 34%, rgba(0,0,0,0) 66%), #0a0518; padding:  6rem 0; color: #FFE6B0;  }
#mainTrending .FrmCtr { display: flex; flex-direction: column; align-items: center; }
#mainTrending .top { display: flex; flex-direction: column; align-items: center; text-align: center;  margin-bottom: 6.4em; }
#mainTrending .badge { display: flex; align-items: center; background: #fdfaf0; border-radius: 6.4em; padding: 0.8em 2.2em; width: fit-content; margin-bottom: 2em; font-size: 10px; position: relative;  }
#mainTrending .badge .ico { width: 1.6em; height: 1.6em; flex-shrink: 0; margin-right: 0.7em; }
#mainTrending .badge .ln0 { font-size: 1.3em; line-height: 1.62em; letter-spacing: 0.12em; text-transform: uppercase; padding: 0; white-space: nowrap; color: #0A0414; }
#mainTrending .top .ln1 { font-size: 48px; line-height: 1.14em; margin-bottom: 0.38em; padding: 0; max-width: 44em; }
#mainTrending .top .ln2 { font-size: 16.5px; font-weight: 500; line-height: 1.62em; color: rgba(255,230,176,0.78); padding: 0;  max-width: 44em; }
#mainTrending .btm { box-sizing: border-box; width: 100%; max-width: 980px; border: 2px solid #ff36a0; border-radius: 18px; padding: 4.6em 5em 4.2em 5em; background: linear-gradient(to bottom, rgba(58,21,48,0.55), rgba(26,14,46,0.7)); box-shadow: 0 0 22px rgba(255,54,160,0.45), 0 0 56px rgba(255,54,160,0.22), inset 0 0 22px rgba(255,54,160,0.1); display: flex; flex-direction: column; }
#mainTrending .btm .cardHead { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 3em; }
#mainTrending .btm .cardHead .ln3 { font-size: 11.5px; color: #ff36a0; letter-spacing: 0.25em; text-transform: uppercase; line-height: 1.62em; margin-bottom: 0.7em; padding: 0; }
#mainTrending .btm .cardHead .ln1 { font-size: 34px; line-height: 1.1em; margin-bottom: 0.65em; padding: 0; }
#mainTrending .btm .cardHead .div { display: flex; align-items: center; justify-content: center; width: 320px; max-width: 100%; }
#mainTrending .btm .cardHead .div .bar { flex: 1 0 0; height: 1px; background: linear-gradient(to right, rgba(0,0,0,0), rgba(255,177,42,0.5), rgba(0,0,0,0)); }
#mainTrending .btm .cardHead .div .ico { box-sizing: border-box; width: 26px; height: 26px; flex-shrink: 0; margin: 0 1.4em; border: 1.5px solid #ffb12a; box-shadow: 0 0 8px rgba(255,177,42,0.45); display: flex; align-items: center; justify-content: center; }
#mainTrending .btm .lst { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 3em; }
#mainTrending .btm .lst .itm { font-size: 10px; }
#mainTrending .btm .lst .itm .tmb { box-sizing: border-box; aspect-ratio: 3 / 2; border-radius: 1.2em; box-shadow: 0 0 0 1.5px rgba(255,177,42,0.4), 0 0 16px rgba(255,177,42,0.18); display: flex; align-items: flex-end; justify-content: flex-end; padding: 1.2em; margin-bottom: 1.2em; }
#mainTrending .btm .lst .tmb01 { background: url('../images/main_trending_tmb_01.jpg') center center no-repeat; background-size: cover; }
#mainTrending .btm .lst .tmb02 { background: url('../images/main_trending_tmb_02.jpg') center center no-repeat; background-size: cover; }
#mainTrending .btm .lst .tmb03 { background: url('../images/main_trending_tmb_03.jpg') center center no-repeat; background-size: cover; }
#mainTrending .btm .lst .tmb04 { background: url('../images/main_trending_tmb_04.jpg') center center no-repeat; background-size: cover; }
#mainTrending .btm .lst .tmb05 { background: url('../images/main_trending_tmb_05.jpg') center center no-repeat; background-size: cover; }
#mainTrending .btm .lst .tmb06 { background: url('../images/main_trending_tmb_06.jpg') center center no-repeat; background-size: cover; }
#mainTrending .btm .lst .itm .play { width: 3.8em; height: 3.8em; flex-shrink: 0; background: #ff36a0; box-shadow: 0 0 14px rgba(255,54,160,0.7), 0 6px 14px rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center; }
#mainTrending .btm .lst .itm .play img { width: 1.8em; }
#mainTrending .btm .lst .itm .meta { display: flex; align-items: baseline; justify-content: space-between; }
#mainTrending .btm .lst .itm .meta .ln1 { font-size: 1.5em; color: #fdfaf0; letter-spacing: 0.015em; line-height: 1.2em; padding: 0; }
#mainTrending .btm .lst .itm .meta .ln3 { font-size: 1em; color: #ffb12a; letter-spacing: 0.14em; text-transform: uppercase; flex-shrink: 0; margin-left: 1em; padding: 0; }
#mainTrending .btm .cardFoot { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.4em; border-top: 1px dashed rgba(255,177,42,0.28); padding-top: 2.6em; }
#mainTrending .btm .cardFoot .pill { font-size: 13px; border: 1px solid rgba(255,230,176,0.22); padding: 0.54em 1.08em; box-shadow: inset 0 0 12px rgba(255,230,176,0.05); }
#mainTrending .btm .cardFoot .pill .ln3 { font-size: 13px; font-weight: 500; color: rgba(255,230,176,0.78); line-height: 1.62em; white-space: nowrap; padding: 0; }
#mainTrending .btm .cardFoot .pill .ln3 .hi { font-weight: 700; color: #fdfaf0; }
@media (max-width: 992px) {
#mainTrending { padding:  0; }
#mainTrending .top { margin-bottom: 4.5em; }
#mainTrending .top .ln1 { font-size: 36px; }
#mainTrending .top .ln2 { max-width: 22em; }
#mainTrending .btm { padding: 3.4em 2.4em 3em 2.4em; max-width: 536px; }
#mainTrending .btm .cardHead .ln1 { font-size: 26px; }
#mainTrending .btm .lst { grid-template-columns: repeat(2, 1fr); }
#mainTrending .btm .lst .itm { font-size: 9px; }
}
@media (max-width: 576px) {
#mainTrending .top .ln1 { font-size: 7.6vw; }
#mainTrending .top .ln2 {  font-size: 3.7vw; }
#mainTrending .btm .cardHead .ln1 { font-size: 22px; }
#mainTrending .btm .lst { grid-template-columns: 1fr; }
#mainTrending .btm .lst .itm { font-size: 2.1vw; }
}
@media (max-width: 480px) {
#mainTrending .btm .cardFoot .pill, #mainTrending .btm .cardFoot .pill .ln3 { font-size: 2.7vw; }
#mainTrending .badge { font-size: 2.3vw; }
}
/* Main Intro
--------------------------------------------------------------*/
#mainIntro { display: flex; justify-content: center; align-items: center; background: #020100 url("../images/main_intro_bg_xl.jpg") no-repeat center center; background-size: cover;  height: 58vw ; min-height: 740px; color: #1A1A2E; text-align: center; position: relative; padding-top: 0; }
#mainIntro .FrmCtr { z-index: 2; padding-top: 0; padding-bottom: 0; position: relative; z-index: 2; max-width: 1240px; flex-grow: 1; }
#mainIntro  .mainLogo { dispaly: block; margin: 0 auto; background: url("../images/main_logo.svg") no-repeat center center; background-size: contain; width: 205px; text-indent: -8000px; padding: 0;   }
#mainIntro  .mainLogo:after { content: ' '; display: block; padding-top: 98.27%; }
#mainIntro .introTxt { display: flex; flex-direction: column; justify-content: center;  align-items: center;  }
#mainIntro .badge { display: flex; align-items: center; background: #FDFAF0; border-radius: 0em; border: solid 1px #1A1A2E; padding: 0.8em 1.4em; width: fit-content; margin-bottom: 2em; font-size: 10px; position: relative; }
#mainIntro .badge .ico { width: 1.6em; height: 1.6em; flex-shrink: 0; margin-right: 0.7em; }
#mainIntro .badge .ln0 { font-size: 1.2em; line-height: 1.62em; letter-spacing: 0.4em; text-transform: uppercase; padding: 0; white-space: nowrap; color: #FFE6B0;  font-weight: 700; }
#mainIntro  .ln1 { font-size: 108px; line-height: 1.14em; padding: 0em 0 0.05em 0; display: block; font-weight: 900; text-transform: none; max-width: 10em; letter-spacing:  0.0em; }
#mainIntro  .ln1 span.grad { display: inline-block; background: -webkit-linear-gradient(#f0ff00 8%, #ff005a 76%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative;  padding: 0.015em;      }
#mainIntro  .ln1 span.grad:after { content: attr(data-text); display: block; position: absolute; left: 0; top: 0;  z-index: -2;   padding:  0.015em;   }
#mainIntro  .ln2 {  font-size: 48px;  line-height: 0.9em; padding:0.85em  0 0.7em 0 ;  text-shadow: 0 1px 0 #000; display: block; max-width: 33em; }
#mainIntro  .ln2 .un { position: relative; display: inline-block;  }
#mainIntro  .ln2 .un:after { content: ' '; border-top: solid 2px #fff; position: absolute; bottom: -0.1em; width: 100%; left: 0;  }
#mainIntro  .ln3 {  font-size: 19px;  line-height: 1.5em; padding:1.95em  0 1.95em 0;  max-width: 33em; }
#mainIntro  .ln4 {  font-size: 12.5px; line-height: 1.8em; padding: 2.4em 0 0 0; font-weight: 500; display: flex;  text-transform: none; }
#mainIntro  .ln4 li { white-space: nowrap;  } 
#mainIntro  .ln4 li strong { padding: 0 0.7em; }
#mainIntro .btnWrp { padding:  16px 0  0 0;}
#mainIntro .btnWrp .btn { margin: 0 10px; }
#mainIntro .info { font-size: 14px; line-height: 1.2em;  position: relative; display: inline-block;  color: #000;  text-shadow: 0 1px 0 #000;  }
#mainIntro .info:after { content: ' '; display: inline-block;  bottom: -2px; left: 0; right: 0; height: 2px; background: rgba(255,255,255,0.4); position: absolute; -webkit-transition-property: all; -webkit-transition-duration: 350ms; -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition-property: all; -moz-transition-duration: 350ms; -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-property: all; transition-duration: 350ms; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);   }
#mainIntro .info:hover:after { background: rgba(255,255,255,0.9); }
@media all and (max-width: 1384px) {
#mainIntro {  min-height: auto; height: auto;  }
#mainIntro .FrmCtr {  padding-top: 12.4rem; padding-bottom: 12.4rem; }
#mainIntro  .ln1 {  font-size: 78px; }
}
@media all and (max-width: 1024px) {
#mainIntro { padding-top: 0; }
}
@media all and (max-width: 767px) {
#mainIntro .ln1 { font-size: 9.2vw; } 
#mainIntro .ln3 { font-size: 3vw; max-width: 22em; }
#mainIntro .btnWrp { display: flex; flex-direction: column; }
#mainIntro .btnWrp .btn:first-child { margin-bottom: 2rem; }
#mainIntro .ln4 li:last-child { display: none; }
}
@media all and (max-width: 572px) {
#mainIntro { min-height: 87vw; }
#mainIntro .FrmCtr {  padding-top: 8.4rem; padding-bottom: 8.4rem; }
#mainIntro  .mainLogo { width: 26.59vw; /*1.13*/}
#mainIntro  .ln1 { font-size: 10.1vw; max-width: 14em;  } 
#mainIntro  .ln2 {  font-size: 4.78vw;   }
#mainIntro  .ln3 {  font-size: 3.4vw; padding: 0.8em 0 0.2em 0; max-width: 22em;  line-height: 1.45em; font-weight: 500; }
#mainIntro .ln4 li:nth-child(2) { display: none; }
}
@media all and (max-width: 480px) {
#mainIntro .ln4 { font-size: 2.6vw; }
#mainIntro .badge { font-size: 2.1vw; }
}

/* Main Genres
--------------------------------------------------------------*/
#mainGenres { background: #fdfaf0; border-top: 3px solid #1a1a2e; padding: 4rem 0; }
#mainGenres .top { margin-bottom: 6.4em; }
#mainGenres .top .ln1 { font-size: 77.76px; font-weight: 900; line-height: 0.96em; letter-spacing: -0.025em; text-align: center; }
#mainGenres .lst { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 16px; list-style: none; }
#mainGenres .itm { font-size: 10px; }
#mainGenres .itm.tall { grid-column: span 2; grid-row: span 2; }
#mainGenres .itm.wide { grid-column: span 2; }
#mainGenres .itm.full { grid-column: 1 / -1; }
#mainGenres .lnk { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; height: 100%; box-sizing: border-box; border: 3px solid #1a1a2e; }
#mainGenres .itm:nth-child(1) .lnk { background: #ff007a url('../images/main_genres_tmb_01.jpg') center center no-repeat; background-size: cover; }
#mainGenres .itm:nth-child(2) .lnk { background: #fdfaf0 url('../images/main_genres_tmb_02.jpg') center center no-repeat; background-size: cover; }
#mainGenres .itm:nth-child(3) .lnk { background: #00d4d1 url('../images/main_genres_tmb_03.jpg') center center no-repeat; background-size: cover; }
#mainGenres .itm:nth-child(4) .lnk { background: #0c1844 url('../images/main_genres_tmb_04.jpg') center center no-repeat; background-size: cover; }
#mainGenres .itm:nth-child(5) .lnk { background: #ff4d6d url('../images/main_genres_tmb_05.jpg') center center no-repeat; background-size: cover; }
#mainGenres .itm:nth-child(6) .lnk { background: #ffd60a url('../images/main_genres_tmb_06.jpg') center center no-repeat; background-size: cover; }
#mainGenres .itm:nth-child(7) .lnk { background: #fdfaf0 url('../images/main_genres_tmb_07.jpg') center center no-repeat; background-size: cover; }
#mainGenres .itm:nth-child(8) .lnk { background: #b9ff66 url('../images/main_genres_tmb_08.jpg') center center no-repeat; background-size: cover; }
#mainGenres .itm:nth-child(9) .lnk { background: #0c1844 url('../images/main_genres_tmb_09.jpg') center center no-repeat; background-size: cover; }
#mainGenres .txt { background: #1a1a2e; margin: 0 0 2.2em 2.2em; padding: 1.3em 1.6em 1.5em 1.6em; }
#mainGenres .txt .ln2 { font-size: 1em; font-weight: 700; line-height: 1.55em; letter-spacing: 0.24em; text-transform: uppercase; color: #ffd60a; padding: 0; }
#mainGenres .txt .ln1 { margin-top: 0.15em; font-size: 2.6em; font-weight: 900; line-height: 1em; letter-spacing: -0.01em; color: #fdfaf0; }
#mainGenres .itm.tall .txt .ln1, #mainGenres .itm.full .txt .ln1 { font-size: 38px; }
@media (max-width: 1060px) {
#mainGenres { padding: 0; }
#mainGenres .top .ln1 { font-size: 52px; }
#mainGenres .lst { grid-template-columns: repeat(2, 1fr); }
#mainGenres .itm.tall { grid-column: span 2; grid-row: span 1; }
#mainGenres .txt .ln1, #mainGenres .itm.tall .txt .ln1, #mainGenres .itm.full .txt .ln1 { margin-top: 0.15em; font-size: 2.6em; }
}
@media (max-width: 576px) {
#mainGenres .top .ln1 { font-size: 40px; }
#mainGenres .lst { grid-template-columns: 1fr; grid-auto-rows: 42vw; }
#mainGenres .itm.tall, #mainGenres .itm.wide, #mainGenres .itm.full { grid-column: span 1; }
#mainGenres .itm { height: 42vw!important; }
#mainGenres .itm { font-size: 1.7vw; }
}
@media (max-width: 480px) {
#mainGenres .top .ln1 { font-size: 8.3vw; }
}
/* Main Play
--------------------------------------------------------------*/
#mainPlay { background: #00d4d1; border-top: 3px solid #1a1a2e; border-bottom: 3px solid #1a1a2e; padding: 2rem 0;  }
#mainPlay .top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 4.8em; }
#mainPlay .top .ln1 { font-size: 60px; font-weight: 900; line-height: 0.98em; letter-spacing: -0.025em; }
#mainPlay .top .ln2 { width: 352px; flex-shrink: 0; margin-left: 3.2em; font-size: 16px; font-weight: 600; line-height: 1.55em; text-align: right; padding: 0; }
#mainPlay .lst { display: grid; grid-template-columns: repeat(8, 1fr); gap: 16px; list-style: none; }
#mainPlay .itm { font-size: 10px; height: 143px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fdfaf0; border: 3px solid #1a1a2e; }
#mainPlay .itm .ico { width: 52px; height: 52px; }
#mainPlay .itm .ico img { width: 52px; height: 52px; }
#mainPlay .itm .ln1 { margin-top: 0.77em; font-size: 13px; font-weight: 700; line-height: 1.05em; letter-spacing: -0.01em; text-align: center; padding: 0; }
@media (max-width: 768px) {
#mainPlay { padding: 0;  } 
#mainPlay .top { flex-direction: column; align-items: flex-start; }
#mainPlay .top .ln1 { font-size: 44px; }
#mainPlay .top .ln2 { margin-left: 0; margin-top: 1.6em; text-align: left; }
#mainPlay .lst { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 576px) {
#mainPlay .top .ln2 { width: 100%; }
#mainPlay .lst { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
#mainPlay .top .ln1 { font-size: 9vw; }
#mainPlay .top .ln2 { font-size: 3.3vw; }
#mainPlay .itm .ln1 { font-size: 2.7vw; }
}
/* Main Stats
--------------------------------------------------------------*/
#mainStats { background: #0c1844; padding: 4rem 0; }
#mainStats .top .lst { display: flex; list-style: none; border-bottom: 2px solid rgba(253,250,240,0.18); padding-bottom: 5em; }
#mainStats .itm { flex: 1 0 0; font-size: 10px; }
#mainStats .itm:not(:last-child) { margin-right: 6.4em; }
#mainStats .itm .ln1 { font-size: 129.6px; font-weight: 900; line-height: 0.86em; letter-spacing: -0.04em; padding: 0; }
#mainStats .itm .ln2 { margin-top: 0.83em; font-size: 12px; font-weight: 700; line-height: 1.55em; letter-spacing: 0.24em; text-transform: uppercase; color: #fdfaf0; padding: 0; }
#mainStats .btm { margin-top: 4.8em; }
#mainStats .btm .ln1 { max-width: 31em; font-size: 32px; font-weight: 700; line-height: 1.25em; letter-spacing: -0.015em; color: #fdfaf0; padding: 0; }
@media (max-width: 992px) {
#mainStats { padding: 0; }
#mainStats .itm:not(:last-child) { margin-right: 4em; }
#mainStats .itm .ln1 { font-size: 74px; }
#mainStats .btm { margin-top: 8em; }
#mainStats .btm .ln1 { font-size: 26px; }
}
@media (max-width: 576px) {
#mainStats .top .lst { flex-direction: column; }
#mainStats .itm:not(:last-child) { margin-right: 0; margin-bottom: 3.2em; }
#mainStats .itm .ln1 { font-size: 64px; }
#mainStats .btm .ln1 { font-size: 22px; }
}
@media (max-width: 480px) {
#mainStats .btm .ln1 { font-size: 4.5vw; }
}
@media (max-width: 365px) {
#mainStats .itm .ln1 { font-size: 17.53vw; }
#mainStats .itm .ln2 { font-size: 3.2vw }
}
/* Main Steps
--------------------------------------------------------------*/
#mainSteps { background: #fdfaf0; border-top: 3px solid #1a1a2e; border-bottom: 3px solid #1a1a2e; padding: 4rem 0; }
#mainSteps .ln1 { font-size: 77.76px; font-weight: 900; line-height: 1.02em; letter-spacing: -0.035em; text-align: center; }
#mainSteps .ln1 svg { width: 0.88em; height: 0.52em; vertical-align: 0.09em; margin: 0 0.06em; }
@media (max-width: 1270px) {
#mainSteps .ln1 { font-size: 60px; }
}
@media (max-width: 992px) {
#mainSteps .ln1 { font-size: 6vw; }
}
@media (max-width: 768px) {
#mainSteps { padding:  0; }
}
/* Main Faq
--------------------------------------------------------------*/
#mainFaq { background: #fdfaf0; border-bottom: 3px solid #1a1a2e; padding: 6rem 0; }
#mainFaq .top { margin-bottom: 10.1em; }
#mainFaq .top .ln1 { font-size: 64px; font-weight: 900; line-height: 1em; letter-spacing: -0.025em; text-align: center; }
#mainFaq .lst { max-width: 1080px; margin: 0 auto; list-style: none; }
#mainFaq .itm { display: flex; align-items: center; font-size: 10px; border-top: 2px solid #1a1a2e; padding: 3em 0; }
#mainFaq .itm:last-child { border-bottom: 2px solid #1a1a2e; }
#mainFaq .itm .ln1 { flex: 1 0 0; font-size: 25.92px; font-weight:700!important; line-height: 1.55em; letter-spacing: -0.01em; }
#mainFaq .itm .ln2 { flex: 1 0 0; box-sizing: border-box; margin-left: 2.24em; border-left: 6px solid #ff007a; padding: 0 0 0 3.3em; font-size: 17px; font-weight: 500; line-height: 1.5em; }
#mainFaq .itm:nth-child(2) .ln2 { border-left-color: #00d4d1; }
#mainFaq .itm:nth-child(3) .ln2 { border-left-color: #ffd60a; }
#mainFaq .itm:nth-child(4) .ln2 { border-left-color: #b9ff66; }
#mainFaq .itm:nth-child(5) .ln2 { border-left-color: #ff4d6d; }
@media (max-width: 768px) {
#mainFaq { padding: 0; }
#mainFaq .top { margin-bottom: 5em; }
#mainFaq .top .ln1 { font-size: 44px; }
#mainFaq .itm { flex-direction: column; align-items: flex-start; }
#mainFaq .itm .ln1, #mainFaq .itm .ln2 { flex: 0 0 auto; }
#mainFaq .itm .ln1 { margin-bottom: 0.6em; }
#mainFaq .itm .ln2 { margin-left: 0; }
}
@media (max-width: 480px) {
#mainFaq .top .ln1 { font-size: 9vw; }
#mainFaq .itm .ln1 { font-size: 5.4vw; }
#mainFaq .itm .ln2 {  border-left: 0.6rem solid #ff007a; font-size: 3.5vw; }
}


/* Main Btm
--------------------------------------------------------------*/
#mainBtm { min-height: 64.3em; display: flex; flex-direction: column; background: #1A0E00 url("../images/main_btm_bg_xl.jpg") no-repeat center center; background-size: cover;  }
#mainBtm .FrmCtr { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;  }
#mainBtm .bg { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #1a1a2e; padding: 3.6rem 3.6rem;  }
#mainBtm .badge { display: flex; align-items: center; background: #ff3b9d; border-radius: 6.4em; padding: 0.8em 2.2em; width: fit-content; margin-bottom: 2em; font-size: 10px; position: relative; }
#mainBtm .badge .ico { width: 1.6em; height: 1.6em; flex-shrink: 0; margin-right: 0.7em; }
#mainBtm .badge .ln0 { font-size: 1.3em; line-height: 1.62em; letter-spacing: 0.12em; text-transform: uppercase; padding: 0; white-space: nowrap; color: #fdfaf0; }
#mainBtm .ln1 { font-size: 77.76px; color: #fdfaf0; line-height: 1.1em; text-align: center; max-width: 12em; }
#mainBtm .ln2 { font-size: 17px; color: #fdfaf0; line-height: 1.7em; text-align: center; max-width: 25em; padding:1.2em 0 1.6em 0;  }
#mainBtm .ln3 { font-size: 13px; color: #fdfaf0; letter-spacing: 0.028em; text-transform: none; text-align: center; margin-top: 2.81em;  font-weight: 500;  text-transform: uppercase; }
@media (max-width: 768px) {
#mainBtm { padding: 0; }
}
@media (max-width: 576px) {
#mainBtm .ln1 { font-size: 8.5vw;  }
#mainBtm .ln2 { font-weight: 500; font-size: 3.7vw; color: #fdfaf0;  }
#mainBtm .ln3 { font-size: 12px; max-width: 35em; color: #fdfaf0; }
}
@media all and (max-width: 480px) {
#mainBtm .badge { font-size: 2.1vw; }
#mainBtm .ln3 { font-size: 2.5vw; }
}
/* Main Footer
--------------------------------------------------------------*/
#mainFtr  { background: var(--bg-footer); box-shadow: 0 4000px 0 4000px var(--bg-footer); color: var(--color-footer); font-weight: 400;  text-align: center; text-transform: none;  }
#mainFtr .FrmCtr3 { max-width: 100%; }
#ftrNav { display: block; font-size: 14px; margin-bottom: 1.8rem; }
#ftrNav li { display: inline; white-space: nowrap;  }
#ftrNav li a { color: var(--color-footer); margin: 0 1.2em 0 0; }
#ftrNav li a:hover {   text-decoration: underline;   }
#mainFtr .logo { width: 265px; margin-bottom: 3.4rem;   }
#mainFtr .copy { font-size: 14px; line-height: 1.75em; padding-bottom: 0; display: flex;  justify-content: center;}
#mainFtr .copy+.copy { padding-top: 2.2rem; }
#mainFtr .copy .liveBtn { border-radius: 40px; background: var(--footer-helpbtn-bg); color: var(--footer-helpbtn-text); display: flex; align-items:  center; font-size: 1.1em; padding: 0.75em 1.4em; }
#mainFtr .copy .liveBtn svg { min-width: 1.2em; width: 1.2em; margin-right: 0.8em; }
#mainFtr a[href ^= 'tel:'], #mainFtr a.c1 { color: #F37021; }
@media all and (max-width: 1019px) {
#ftrNav { display: block; margin: 0 auto 2.4rem auto; max-width: 26em; }
#ftrNav li  { line-height: 1.4em; }
#ftrNav li a { margin: 0 0.5em; } 
#ftrNav li span { display: none; }
}
@media all and (max-width: 576px) {
#ftrNav { font-size: 2.819vw;  }
#ftrNav li { line-height: 1.7em; }
#mainFtr .copy { font-size: 2.819vw; }
#mainFtr .copy .liveBtn { font-size: 1em; }
}

/* Live Chat Btn
--------------------------------------------------------------*/
.liveChatWrp  { position: fixed;  right: 2rem; bottom: 2rem;  z-index: 10;  }
.liveChatWrp .btmRow { display: flex; justify-content: flex-end; align-items: stretch;     gap: 8px; }
.liveChat {  border-radius: 50px; background: var(--chat-btn-bg)!important; color: var(--chat-btn-txt); width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; box-shadow: 3px 3px 6px -3px rgba(0,0,0,0.35);  }
.liveChat svg { width: 50%; }
.liveChat:hover, .liveChat:active { filter: saturate(140%); }
.sideChatBubble { position: relative; display: flex;  padding: 10px 0 0 0;  margin-top: -10px; }
.sideChatBubble .closeBtn { position: absolute; left: 0;  top: -28px;  margin-bottom: 8px; width: 28px; height: 28px; padding: 0; border: none; border-radius: 50%; background: #F0F0F0; color: #5b5b5b; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 8px -2px rgba(0,0,0,0.35); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(4px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.sideChatBubble .closeBtn svg { width: 22px; height: 22px; fill: currentColor; }
.sideChatBubble:hover .closeBtn, .sideChatBubble .closeBtn:focus-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.sideChatBubble .form { margin: 0; display: flex; align-items: center; gap: 6px; padding: 0 6px 0 18px; background: #fff; border: 1px solid #e6e6e6; border-radius: 50px; box-shadow: 3px 3px 6px -3px rgba(0,0,0,0.35); }
.sideChatBubble .chatMiniMsg { flex: 1 1 auto; min-width: 0; width: 7.8em; max-width: 50vw; display: flex; align-items: center; font-family: "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-size: 15px; color: #8a8a8a; white-space: nowrap; overflow: hidden;  }
.sideChatBubble .msgSubBtn { flex: 0 0 auto; width: 36px; height: 36px; padding: 0; border: none; border-radius: 50%; background: #ededed; color: #444; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: background .2s ease; }
.sideChatBubble .msgSubBtn svg { width: 62%; height: 62%; fill: currentColor; }
.sideChatBubble .msgSubBtn:hover:not(:disabled) { background: #e0e0e0; }
.sideChatBubble .msgSubBtn:disabled { cursor: default; opacity: .9; }

@media all and (max-width: 576px) {
.liveChat { width: 40px; height: 40px; }
.sideChatBubble .msgSubBtn { width: 30px; height: 30px; }
.sideChatBubble .chatMiniMsg { font-size: 14px; }

}
/* 
////
//// Login
////
--------------------------------------------------------------*/
#loginCont  { background: var(--bg-body-login); display: flex; justify-content: center; align-items: center; padding: 6rem 0; min-height: calc(100vh - 448px); }
#loginCont  .loginForm { background: #000000; padding: 16px; color: #fff;max-width: 356px; margin: 0 auto;  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);  -moz-box-shadow:  0px 0px 10px rgba(0,0,0,0.3);   -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#loginCont  .title { font-size: 20px; text-align: center; padding:4px 0 20px 0;  font-weight: bold;  }
#loginCont p { position: relative; }
#loginCont p label { font-size: 16px; line-height: 1.5em; }
#loginCont p input { background: none #fbfbfb!important; color: #000!important; font-size: 16px!important;  height: 2.54em!important; }
#loginCont .msg {font-size: 12px; line-height: 1.2em; width: 100%; display: block; padding: 0 0 10px 0; text-align: center;  }
#loginCont .keep label { padding-left: 0; font-size: 13px; text-align: left; line-height: 1.2em; width: auto; display: block; padding: 0.5em 0; }
#loginCont .keep label input { float: left; width: 1em!important; height: 1em!important; display: block; margin-right: 0.4em; vertical-align: top; position: relative; top: -0.1em;  }
#loginCont p label.error, #loginCont p small.error  { float: left; font-size: 11px; padding: 2px 0 0 0;  color: #fa2700;  }
#loginCont .creat { padding-left: 0; font-size: 13px; line-height: 1.2em; width: 100%; display: block; padding: 0.5em 0; text-align: center;  }
#loginCont .creat a { color: rgba(255,255,255,0.75) }
#loginCont .creat a:hover { color: #fff; }
#loginCont p.tos { text-align: center; font-size: 11px; line-height: 1.2em; width: 100%; display: block; padding: 0; color: rgba(255,255,255,0.75) }
@media all and (max-width: 1024px) {
#loginCont { min-height: calc(100vh - 368px); }
}
@media all and (max-width: 1024px) {
#loginCont { min-height: calc(100vh - 368px); }
}
@media (max-width: 479px) {
#loginCont { min-height: calc(100vh - 48.8rem); }
#loginCont  .title { font-size: 18px; text-align: center; padding:3px 0 19px 0;   }
}

/* 
////
//// Privacy & tos
////
--------------------------------------------------------------*/
#innerCont  { background: var(--bg-body-login); color: var(--color-body); display: flex; justify-content: center; align-items: center; padding: 6rem 0; min-height: calc(100vh - 448px); }
@media all and (max-width: 1024px) {
#innerCont { min-height: calc(100vh - 368px); }
}
@media all and (max-width: 1024px) {
#innerCont { min-height: calc(100vh - 368px); }
}
@media (max-width: 479px) {
#innerCont { min-height: calc(100vh - 48.8rem); }
}
/* Tos Phone Header
--------------------------------------------------------------*/
.tosHdr #mainLogo { flex-grow: 1; }
.tosHdr #mainLogo a {  max-width: 24.6rem; }
#mainNav .tosNav li { font-size: 12px!important; line-height: 30px; }
#mainNav .tosNav li a { font-family:   "Poppins", Georgia, Times, "Times New Roman", serif;  font-weight: 400; }
#mainNav .tosNav li svg { width: 1.6em; height:  30px; vertical-align:  top; }
@media all and (max-width: 1200px) {
#mainNav .tosNav  { flex-direction: column; text-align: right;  padding-left: 15px;  }
#mainNav .tosNav li { font-size: 13px!important; padding: 0; line-height: 20px;  letter-spacing: -0.025em; }
#mainNav .tosNav li svg  { height: 20px; }
}
@media (max-width: 479px) {
#mainNav .tosNav li { font-size: 11px!important; line-height: 16px; }
#mainNav .tosNav li svg  { height: 16px; }
}
@media (max-width: 394px) {
#mainNav .tosNav li { font-size:  2.65vw!important; line-height: 1.77em;  }
#mainNav .tosNav li svg { height: 1.77em; }
}