:root {
--color-primary: #f5e637;
--bg-nav:  #000000;
--color-nav: #fff;
--bg-body: #000000;
--color-body: #fff;
--color-body-date: #b0b0b0;
--bg-body-login: #f53743;
--bg-footer: #000000;
--color-footer: #fff;
--color-footer-hover: #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); }
/* 
////
//// Default Font
////
--------------------------------------------------------------*/
html, body { height: 100%; min-height: 100%; }
body { font-family: "Montserrat", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 400; }
strong { font-weight: 600; }
.genC1 { color: var(--color-primary)!important; }
.genPad1 { padding-top: 7.6rem; padding-bottom: 7.6rem;}
#fullWrp { margin: 0 auto; min-height: 100%; background: var(--bg-body); position: relative; overflow: hidden;  }
.genTitle01 { font-size: 16px; line-height: 1.2em;  font-weight: 600; color: var(--color-primary); letter-spacing: 0.025em; padding-bottom: 1em;  }
svg path,svg shape,svg linearGradient { shape-rendering: geometricPrecision; }
.FntPh { font-family: "PhantomStormHalftone", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 400;}
.FntPhIt { font-family: "PhantomStormItalic", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 400; font-style: italic; }
/* logo 
-----------------------------*/
#mainLogo { float: left; }
#mainLogo a { display: block; background: url(../images/main_logo_2x.png) no-repeat left center; background-size: contain!important; width: 88px; height: 88px; white-space: nowrap; text-indent: -8000px; margin-left: -4px; }

@media all and (max-width: 480px) {
#mainLogo a { max-width: 33.1rem; height: 6.7rem;}
}
/* Main Header
--------------------------------------------------------------*/

#mainHdr { z-index: 12; background: var(--bg-nav); font-family: "MarketDeco", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans;  }
.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: 15px  0;  }
#mainHdr .hdrTxt { text-align: center; color: #fff;  line-height: 59px; text-transform: uppercase; font-size: 22px; position: absolute;  left: 0;  top: 15px; width: 100%; font-weight: 400; }
.nav-hamburger  { display: none!important; }	
#mainLogo { margin: 0; display: block; float: left; position: relative;  z-index:  10; ;  }
#mainNav { display: block; margin: 0 ; float: right;  margin-right: 0; margin-left: auto;  }
#mainNav .site-nav { display: flex; justify-items: flex-start; padding: 18px 0 18px 0;   }
#mainNav .site-nav li { display: inline; white-space: nowrap;  font-size: 15px;  line-height: 36px; padding: 0px 26px 0 16px; font-weight: 400;  letter-spacing: 0;  }
#mainNav .site-nav li:last-child { padding-right: 0; }
#mainNav .site-nav li a { color: #fff; position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;  letter-spacing: 0; text-transform: uppercase;  }
#mainNav .site-nav li .btn { margin-right: 0}
#mainNav .site-nav li a:before { content: ' '; left: 50%; width: 0; position:absolute; bottom: -1px; height: 1px; background: #fff; display: block;  -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);  }
.desktop #mainNav .site-nav li  a:hover:before { left: 0; width: 100%; bottom: -1px; }
@media all and (min-width: 1240px) {
#mainHdr  .ctr { padding: 0 3rem; }
}
@media all and (max-width: 1024px) {
#mainHdr { padding: 8px 0;  }
#mainNav .site-nav {  padding: 10px 0 10px 0;   }
}
@media all and (max-width: 999px) {
#mainHdr .hdrTxt {  font-size: 18px; position: static; max-width: 40em; margin: 0 auto; padding-left: 16px;   }
}
@media (max-width: 672px) {
#mainHdr .hdrTxt { display: none; }
}
@media (max-width: 572px) {
#mainNav .site-nav li { font-size: 13px; padding: 0px 28px  0 0; }
}

/* 
////
//// Mainpage
////
--------------------------------------------------------------*/
/* Main Intro
--------------------------------------------------------------*/
#mainIntro { display: flex; justify-content: center; align-items: center; background: #191716 url("../images/main_intro_bg_xl.jpg") no-repeat center center; background-size: cover;  height: 35.55vw ; min-height: 740px; color: #fff; text-align: center;   position: relative;     }
#mainIntro .FrmCtr { z-index: 2; padding-top: 0; padding-bottom: 6rem; position: relative; z-index: 2; }
#mainIntro  .mainLogo { dispaly: block; margin: 0 auto; background: url("../images/main_logo_2x.png") 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  .ln1 {  font-size: 128px; line-height: 1em; padding: 0; display: block; font-weight: 400; text-shadow: 1px 2px 0 #000;  }
#mainIntro  .ln2 {  font-size: 48px;  line-height: 0.9em; padding:0.85em  0 ;  text-shadow: 0 1px 0 #000; display: block; max-width: 37em; }
#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: 30px; line-height: 1.35em; padding: 0.2em 0 0.5em 0; font-weight: 400; display: block; max-width: 32em; text-transform: uppercase; text-shadow: 1px 3px 0 #000; }
#mainIntro .btnWrp { padding:  16px 0;}
#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: 1184px) {
#mainIntro {  min-height: auto; height: auto;  padding-top: 70px; padding-bottom: 0px; }
#mainIntro .FrmCtr {  padding-top: 12.4rem; padding-bottom: 12.4rem; }
#mainIntro  .mainLogo { width: 19.59vw;}
#mainIntro  .ln1 {  font-size: 10.8vw;} 
#mainIntro  .ln2 {  font-size: 4.15vw;   }
#mainIntro  .ln3 {  font-size: 2.5vw; max-width: 32em; }
}
@media all and (max-width: 767px) {
#mainIntro .ln3 {  font-size: 16px;}
}
@media all and (max-width: 572px) {
#mainIntro { min-height: 87vw; padding-top: 7.6rem; }
#mainIntro .FrmCtr {  padding-top: 8.4rem; padding-bottom: 8.4rem; }
#mainIntro  .mainLogo { width: 26.59vw; /*1.13*/}
#mainIntro  .ln1 {  font-size: 11vw;} 
#mainIntro  .ln2 {  font-size: 4.78vw;   }
#mainIntro  .ln3 {  font-size: 3.6vw; padding-bottom: 0; max-width: 22em; }
}

/* Main Footer
--------------------------------------------------------------*/
#mainFtr  { background: var(--bg-footer); color: var(--color-footer); position: relative; z-index: 2; font-family: "MarketDeco", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans;   box-shadow:  0 4000px 0 4000px var(--bg-footer);  }
#ftrNav { display: block; font-size: 16px; margin-bottom: 3.8rem; }
#ftrNav li { display: inline;  } 
#ftrNav li a { color: var(--color-footer); margin: 0 0.72em; }
#ftrNav li a:hover { color: var(--color-footer-hover); text-decoration: underline;   }
#mainFtr .logo { width: 265px; margin-bottom: 3.4rem;   }
#mainFtr .copy { font-size: 16px; line-height: 1.75em; padding-bottom: 0;   }
@media all and (max-width: 869px) {
#ftrNav { margin:0 auto 1.4em auto; max-width: 32em; }
#ftrNav li a { margin: 0 0.5em; } 
#ftrNav li span { display: none; }
#mainFtr .logo { width: 164px; }
}
@media all and (max-width: 572px) {
#ftrNav { font-size: 1.9rem; }
#ftrNav li { line-height: 1.4em; }
#mainFtr .copy { font-size: 1.9rem; }
}
/* 
////
//// 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: #0e0e0c; 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 { padding-left: 0; font-size: 13px; 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: #ff0000;  }
#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;}
#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: 11px!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: 9px!important; line-height: 16px; }
#mainNav .tosNav li svg  { height: 16px; }
}
@media (max-width: 394px) {
#mainNav .tosNav li { font-size:  2.3vw!important; line-height: 1.77em;  }
#mainNav .tosNav li svg { height: 1.77em; }
}

    
    

