@font-face {
  font-family: 'Sauce Tomato';
  src: url(../fonts/Sauce_Tomato.otf);
}
.page-num, .current-page {text-align:center;}
.ibg {
    background: url(../img/userpass.webp) no-repeat right center transparent !important;
    width: 226px;
    height: 45px;
    padding: 50px;
    border: 0px;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
ul.clearfix li{ float: left;}
.clearfix {*zoom: 1;}

.hide-text{text-indent: -9999px;}
.float-left{float: left;}
.float-right{float: right;}
.force-hide{ display: none !important; }
.relative{position: relative;}

/***************** topnav *******************/
body{background-position: center 40px;}
#topnav *{
    box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
}
#topnav{ 
    position: relative;
    width: 100%;
    min-width: 980px;
    height: 40px;
    background: #1e1e1e;
    box-shadow: 0 0px 2px #1e1e1e;
    font-family: 'Lucida Grande', Tahoma, Arial, sans-serif;
    z-index: 1999;
    color: #556977;
    font-size: 20px;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
     
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
#topnav a{text-decoration: none; color: #bababa;text-transform: uppercase;color: white;font-family: "Soup of Justice";letter-spacing: 1px;font-size: 20px; }
#topnav a:hover{color: #fff;}
#topnav .auxiliary{
    position: absolute;
    border-style: solid;
    border-color: transparent;
    font-size: 0;
    line-height: 0;
}

#topnav .logo img{opacity: 0.9; transition: opacity 0.3s ease-in;}
#topnav .logo:hover img{opacity: 1;}

#topnav .topnav-notice{
    padding-left: -10px;
    padding-right: 490px;
    line-height: 40px;
    position: relative;
}
#topnav .topnav-notice p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#topnav .topnav-notice-link{
    color: #c7880e;
}
#topnav .topnav-notice-link:hover{
    color: #beb03f;
}

#topnav .topnav-links{width: auto;height: 40px; top: 0; right: 15px; position: absolute; z-index: 1;}
#topnav .topnav-links li{ padding: 10px 0;}
#topnav .topnav-links .sec{
    padding: 0 10px;
    width: auto;
    *width: 60px;
    height: 20px;
    line-height: 20px;
    text-indent: 0;
    font-size: 17px;
    border: none;
    
    background-repeat: no-repeat;
    display: block;
}
#topnav .topnav-links li.hoverlikeactive:hover a,
#topnav .topnav-links li a.sec1 { background-position: 14px -288px;}
#topnav .topnav-links li a.sec2 {  background-position: 14px -172px;}
#topnav .topnav-links li a.sec3 { background-position: 14px -230px; border-right: 1px solid #4c4d4d; padding-right: 6px;}
#topnav .topnav-links a:hover.sec1 { background-position: 14px -114px;}
#topnav .topnav-links a:hover.sec2{ background-position: 14px 2px;}
#topnav .topnav-links a:hover.sec3,
#topnav .topnav-links #topnavGameCenter:hover .sec3 {
    background-position: 14px -56px;
}
#topnav .topnav-dropdown-container{position: relative;}
#topnav .topnav-dropdown-container .topnav-dropdown-body{
    display: none;
    position: absolute;
    opacity: 0;
    margin-top: -5px;
}
#topnav .support-transition .topnav-dropdown-body,
#topnav .transition-on-click .topnav-dropdown-body{
    visibility: hidden;
    display: block;
    margin-top: 0;
    transform: matrix(1, 0, 0, 1, 0, -5);
    -webkit-transform: matrix(1, 0, 0, 1, 0, -5);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s linear 0.3s;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s linear 0.3s;
}
#topnav .support-transition:hover .topnav-dropdown-body,
#topnav .transition-on-click.active .topnav-dropdown-body{
    opacity: 1;
    visibility: visible;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s linear 0s;
    -webkit-transition:  opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s linear 0s;
}
#topnav .topnav-dropdown-container .topnav-dropdown-item{display: block;}
#topnavGameCenter .topnav-dropdown-body{
    background: #1f1e1e;
    width: 340px;
    right: 0px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    overflow: hidden;
    top: 100%;
    height: 400px;
}
#topnav ul li:hover{background-color: #2f3033;}
#topnav .topnav-links #topnavGameCenter:hover {background-color: #2f3033;}
#topnav .topnav-links #topnavGameCenter:hover .sec3{color: #fff;}
#topnavGameCenter.unfold .topnav-dropdown-body{height: 652px;}
#topnavGameCenter .topnav-dropdown-item{border-bottom: 1px dashed #292827; padding: 6px 10px; *height: 58px;}
#topnavGameCenter .topnav-dropdown-item:hover{background-color: #292827;}
#topnavGameCenter .topnav-dropdown-item .topnav-logo{
    text-indent: -9999px;
    width: 120px;
    height: 58px;
    
}

#topnavGameCenter .topnav-dropdown-item-sg2 .topnav-logo{ background-position: -15px -10px; }
#topnavGameCenter .topnav-dropdown-item-sy .topnav-logo{ background-position: -15px -80px; }
#topnavGameCenter .topnav-dropdown-item-xxd .topnav-logo{ background-position: -15px -156px; }
#topnavGameCenter .topnav-dropdown-item-js .topnav-logo{ background-position: -15px -222px; }
#topnavGameCenter .topnav-dropdown-item-ktpd .topnav-logo{ background-position: -15px -300px; }
#topnavGameCenter .topnav-dropdown-item-sxd .topnav-logo{ background-position: -15px -370px; }
#topnavGameCenter .topnav-dropdown-item-sssg .topnav-logo{ background-position: -15px -444px; }
#topnavGameCenter .topnav-dropdown-item-tdyx .topnav-logo{ background-position: -15px -514px; }
#topnavGameCenter .topnav-dropdown-item-xxd2 .topnav-logo{ background-position: -15px -584px; }

#topnavGameCenter .topnav-dropdown-item .topnav-title{font-size: 14px; line-height: 28px; display: block;}
#topnavGameCenter .topnav-dropdown-item .topnav-more{line-height: 18px;}

#topnavGameCenter .topnav-toggle-button{position: absolute; bottom: 0; _bottom: -1px; left: 0; background-color: #292827; width: 100%; height: 30px;}
#topnavGameCenter .topnav-toggle-button .before{
    _border-color: #292827;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-top-color: #fff;
    margin: 11px auto 0;
    transition: border-top-color 0.2s ease-in;
}
#topnavGameCenter .topnav-toggle-button:hover .before{border-top-color: #f60;}
#topnavGameCenter.unfold .topnav-toggle-button .before{
    border-bottom-color: #fff;
    border-top-width: 0;
}
#topnavGameCenter.unfold .topnav-toggle-button:hover .before{border-bottom-color: #f60;}

#topnav .topnav-btn{padding: 0 8px; height: 24px; line-height: 24px; background-color: #515150; border-radius: 8px; display: block;}
#topnav .topnav-btn-primary{background-color: #f60; color: #fff;}

#topnav .topnav-links .topnav-login-container{padding: 8px 0 0 20px;}
#topnav .topnav-login-layout{width: 116px; height: 24px; line-height: 24px; font-size: 14px;}
#topnav .topnav-login-panel{display: block; height: 32px; overflow: visible;}
#topnav .topnav-login-container .logging{ width: 24px; height: auto; margin: 0 auto;}
#topnav .topnav-login-layout .topnav-btn{margin-right: 16px;}
#topnav .yes-login .topnav-dropdown-menu{ margin-right: 0; position: relative; color: #bababa;}
#topnav .yes-login .topnav-dropdown-menu .username{width: 84px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
#topnav .yes-login .topnav-dropdown-menu .after{
    _border-color: #292827;
    _filter: chroma(color= #292827);
    top: 8px;
    right: 8px;
    border-width: 8px;
    border-top-color: #b2b2b2;
}
#topnav .topnav-login-container .active .topnav-dropdown-menu{background-color: #6a6a6a; color: #fff;}
#topnav .topnav-login-container .active .topnav-dropdown-menu .after{border-top-color: #fff; }
#topnav .yes-login .topnav-dropdown-body{background: #fff; border: 1px solid #b2b2b2; border-radius: 4px; padding: 4px 0 8px; top: 32px; box-shadow: 0 0px 3px #b2b2b2;}
#topnav .yes-login .topnav-dropdown-body .auxiliary{left: 100%; _border-color: #292827; _filter: chroma(color= #292827);}
#topnav .yes-login .topnav-dropdown-body .before{
    border-width: 8px;
    border-top: 0;
    border-bottom-color: #b2b2b2;
    top: -8px;
    margin-left: -38px;
}
#topnav .yes-login .topnav-dropdown-body .after{
    border-width: 7px;
    border-top: 0;
    border-bottom-color: #fff;
    top: -7px;
    margin-left: -37px;
}
#topnav .yes-login .topnav-dropdown-item{width: 112px; text-indent: 15px; color: #f60; font-size: 12px;}
#topnav .yes-login .topnav-dropdown-item:hover{color: #fff; background: #f60;}

/*** æ¸¸æˆå®˜ç½‘è”ç³»å®¢æœ***/
.qq_wpa{
    width: 89px;
    height: 39px;
    padding: 3px 0 0 37px;
    line-height: 38px;
    color: #325F7F;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none !important;
    display: inline-block;
    cursor: pointer;
    
}
.qq_wpa:hover {text-decoration: none !important;}

.kefu-qq-link{
    width: 92px;
    height: 22px;
    text-indent: -9999px;
    line-height: 22px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    *display: block;
    *zoom: 1;
    background-repeat: no-repeat;
    
    background-size: 100%;
}

#topnavGameCenter  .topnav-dropdown-body .content{
    width: 100%;
    line-height: 30px;
    height: 400px;
}

#topnavGameCenter  .topnav-dropdown-body .have-border{
    border-left: 1px solid #2f3033;
}

#topnavGameCenter  .topnav-dropdown-body .content .title_container{
    background-color: #2f3033;
    padding: 10px 0;
    margin-bottom: 10px;
}
#topnavGameCenter  .topnav-dropdown-body .game_title{
    border-left: 4px solid #f60;
    padding-left: 22px;
    line-height: 16px;
    color: #999;
    font-size: 14px;
    white-space:nowrap;
}
#topnavGameCenter  .topnav-dropdown-body .content td{
    padding-left: 26px;
}
#topnavGameCenter  .topnav-dropdown-body .content td a:hover{
    color: #ff6600; transition: color .3s ease;
}

#topnavGameCenter  .topnav-dropdown-body .content a{
    *zoom: 1;
}
#topnavGameCenter .icon{
    color: #fff;
    font-size: 8px;
    line-height: 10px;
    height: 10px;
    width: 10px;
    text-align: center;
    display:inline;
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
    border-radius: 2px;
    z-index: 100;
}

#topnavGameCenter  .topnav-dropdown-body .content .new{
    background-color: #1abc9c;
}

#topnavGameCenter  .topnav-dropdown-body .content .hot{
    background-color: #f60;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    #topnavGameCenter .for-chrome{
        -webkit-transform:scale(0.6);
        display: block;
    }
}

/* Global Styles */
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul.clearfix li { float: left; }
.clearfix {*zoom: 1;}

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

*{
    box-sizing:content-box;
    -o-box-sizing:content-box;
    -ms-box-sizing:content-box;
    -icab-box-sizing:content-box;
    -khtml-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
/* ios font size */
@media screen and (max-device-width: 960px){
    body{
        -webkit-text-size-adjust:none;
    }
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y:scroll;
    overflow-x:hidden;
}
body {
    font:14px/1.8 Arial,sans-serif;
    /*Ã©ËœÂ²Ã¦Â­Â¢Ã¦Â¨ÂªÃ¥Ââ€˜Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡*/
    background: #fff none;
}
select{
    border: 1px solid #dee1e3;
    font-size: 12px;
    color: #333;
    line-height: 12px;
}
ul {
    list-style: none;
}
ol{
    list-style: decimal inside;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
    text-decoration:none;
    cursor: pointer;
}
a:hover {
    text-decoration:none;
}

a:focus{
    outline: none;
}

span{
    color:inherit;
}
a img{
    vertical-align: middle;
}

label[for]{
    cursor: pointer;
}

/***************************** END OF RESET *********************************/


html {
  scroll-behavior: smooth !important;
}
@font-face {
font-family: "Soup of Justice";
src: url("../fonts/soupofjustice.ttf");}

@font-face {
font-family: "Naughty Squirrel Demo";
src: url("../fonts/NaughtySquirrelDemo.otf");}

#topnav .topnav-links ul li a { text-transform: uppercase;text-align: center;font-family: "Soup of Justice"; }
main section.index {background: url(../img/bg.webp);background-size: cover;}
/*main section.index .peoplee {background: url(../img/mw@1x.webp);}*/
main section.index .reservation .assembled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    width: 275px;
    height: 90px;
    background-size: 100% auto;
    position: absolute;
    left: 0;
}
main section.index .reservation {
    height: 90px;
    position: absolute;
    top: 518px;
    width: 660px;
    left: 50%;
    margin-left: -303px;
    outline: none;
    cursor: pointer;
}

main section.index .reservation .download-game {
    background: url(../img/download.webp);
    width: 275px;
    height: 90px
}
main section.index .slogan {background: url(../img/logo.webp);background-repeat: no-repeat;background-size:contain;height: 412px;top: 120px;}
    main section.index .frontbtnn img{transition: 0.5s;}
    main section.index .frontbtnn img:hover {transform: scale(0.97);}
 
main section.index .reservation {margin-left: -323px;}
*, .slick-slider, ::after, ::before {
    box-sizing: border-box;
}

main section.index .peoplee {
    background: url(../img/mw@1xxx.webp) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}
.downl {width: 1330px;margin:250px auto 0px; background: ;height: 675px;}

.statuss {width: 200px;height: 80px;background: rgba(0,0,0,0.5);}
@media (min-width:1980px){ 
  /*main section.index .peoplee {background: url(../img/mw@1xxx.webp) bottom center no-repeat;background-size: cover;}*/
.bglast {
    background: url(../img/bg-1.webp) no-repeat center center !important;
    background-size: cover !important;
}
 }
@media (min-width:1899px){
  .downl {margin: 450px auto 0px !important;}
}
.loginbg {background-size: 100% 100% !important; }
.regibg {background-size: 100% 100% !important; }


.sinfo {background: url(../img/sinfo.webp) no-repeat center;width: 1145px;height: 590px;margin: 0px auto;}
.bg1 {background: url(../img/bg1.webp) no-repeat center center;background-size: cover;}
.bg2 {background: url(../img/bg2.webp) no-repeat bottom center;background-size: 100% 100%;height: 602px;}
.bglast {background: url(../img/bg-1.webp) no-repeat top center;background-size: cover;min-height: 1563px;}
#z {margin-top: 20px;}  
.scbtn {bottom: 290px;
 position: absolute;
 left: 48.8%;
  animation-name: example;
  animation-duration: 2s;
animation-iteration-count: infinite;
transition-timing-function:ease-in;
}
.scbtn a{transition: 0.5s;}
@keyframes example {
  0%   {bottom:290px;}
  25%  {bottom:290px;}
  50%  {bottom:240px;}
  75%  {bottom:200px;}
  100% {bottom:290px;}
}
.rss p {
    font-size: 10px;
    color: white;
    padding: 10px 30px;
    margin-top: 5px;
    background-color: #17222b;
    text-align: center !important;
    display: inline-block;
}
.rss a {
    color: white;
    font-weight: bolder;
    font-size: 0.9vw;
}
.dbbg {background: url(../img/dbg.webp) no-repeat;margin: -100px 0px;}
.dbbg ul li {padding: 10px 0px;}
.dbbg ul {width: 254px;margin:auto;}
.dbtext p {font-family:"Naughty Squirrel Demo";font-size:20px;padding: 3px 0px 20px;text-shadow: 0px 0px 2px black;}
.newstext{position: absolute;bottom: 10px;width: 270px;margin:0 auto;left:20%;}

.pbg {background: url(../img/pbg1.webp) fixed no-repeat;background-size: auto;min-height: 1120px;background-size: cover;display:flow-root;width: 100%;}
#submenu a {color: #ffe03b;}
.dropdown-menu {background: url(../img/loginbg.webp) no-repeat transparent !important;width: 282px;height: 418px;border: 0px;-webkit-box-shadow: 0px 0px 0px transparent;
     box-shadow: 0 0px 0px transparent;}

.ibg2 input[type="text"]{background: url(../img/userpass.webp) no-repeat transparent !important;width: 226px;height: 45px;border: 0px;padding-left: 10px;}
.ibg2 input[type="text"]{background: url(../img/userpass.webp) no-repeat right center transparent !important;width: 226px; height: 45px;color: grey;padding-left: 10px;}
.ibg2 input[type="password"]{background: url(../img/userpass.webp) no-repeat right center transparent !important;width: 226px; height: 45px;color: grey;padding-left: 10px;}
.ibg input[type="text"] {padding-left: 10px !important;height: 45px;width: 206px;}
.ibg input[type="password"] {padding-left: 10px !important;height: 45px;width: 206px;}
.logbtn button[type="submit"] {background: url(../img/login1.webp) no-repeat;width: 226px;height: 60px;cursor: pointer;margin-top: 10px;}
.logbtn button[type="submit"]:hover {background: url(../img/login.webp) no-repeat;}
.logbtn2 input[type="submit"] {background: url(../img/logbtn.webp) no-repeat;width: 332px;height: 54px;cursor: pointer;margin-top: 10px;opacity: 0.9;}
.logbtn2 input[type="submit"]:hover {opacity: 1;}
.logbtn3 button[type="submit"] {background: url(../img/regibtn.webp) no-repeat;width: 473px;height: 52px;cursor: pointer;margin-top: 10px;opacity: 0.9;}
.logbtn3 button[type="submit"]:hover {opacity: 1;}
.fopass a {color: #0084ff !important; display: block;text-align: center;text-shadow: 0px 0px 5px white;}
.regnw a {font-size: 10px;color: #0084ff !important; display: block;text-align: center;text-shadow: 0px 0px 1px black;}

.foot ul li{list-style: none;float: left; margin: 0px 0px;}
  .foot ul li a {border-right: 1px solid grey; padding: 0px 10px;font-size: 90%; letter-spacing: 1px; font-weight: 700; }
  .copyrigh p {font-size: 90%;}
  .ckc {transition: transform .2s;position: relative;}
  .ckc:hover { transform: scale(0.98); color: orange;}
  h2{text-transform: uppercase;letter-spacing: 1px;}
  hr{margin-top: 0px;padding-top: 0px; width: 8%; text-align: center;margin: 0 auto;margin-bottom: 20px;}
.bgtop{width: 1348px;height: 97px;background: url(../img/bgtop.webp) center top no-repeat;}
.bgmid{width: 1348px;min-height: 801px;padding: 60px;background: url(../img/bgmid.webp) center top repeat-y;}
.bgbot{width: 1348px;height: 91px;background: url(../img/bgbot.webp) center top no-repeat;}
.dbbg ul li a img:hover {transform: scale(0.97);} 

.loginbg {background: url(../img/loginpagebg.webp) top center no-repeat;background-size: auto;min-height: 0px;background-size: cover;display: flow-root;width: 100%;}
.regibg {background: url(../img/regibg.webp) top center no-repeat;
    background-size: auto;
min-height: 0px;
background-size: cover;
display: flow-root;
width: 100%;}
.loggg { width: 661px;height: 664px;margin: 250px auto; background: url(../img/log.webp) center center no-repeat; background-size: contain;}
.regii { width: 655px;height: 956px;margin: 58px auto 13px; background: url(../img/regfo.webp) top center no-repeat; background-size: contain;}
.rego {width: 55%; margin: 0px auto;}
.reginner {padding: 310px 50px 0px;}

@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.clearfix::after,.dropdown-toggle::after,.dropleft .dropdown-toggle::after,.dropup .dropdown-toggle::after,.embed-responsive::before,.login-form-right .dropdown-toggle .dropdown-menu:before,.navbar .navbar-nav .nav-link:after,.navbar-toggler-icon,.server-status .online:before {
 content:""
}
.slick-slider,
html {
 -webkit-tap-highlight-color:transparent
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
 margin-top:0
}
address,
dl,
ol,
p,
pre,
ul {
 margin-bottom:1rem
}
.character-status table,
table {
 border-collapse:collapse
}
body,
caption {
 text-align:left
}
button,
hr,
input {
 overflow:visible
}
*,
.slick-slider,
::after,
::before {
 box-sizing:border-box
}
pre,
textarea {
 overflow:auto
}
html,
pre {
 -ms-overflow-style:scrollbar
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
 display:block
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
 margin-bottom:.5rem
}
.navbar-brand,
address,
legend {
 line-height:inherit
}
progress,
sub,
sup {
 vertical-align:baseline
}
label,
output {
 display:inline-block
}
.btn-outline-danger,
.btn-outline-dark,
.btn-outline-info,
.btn-outline-light,
.btn-outline-primary,
.btn-outline-success,
.btn-outline-warning,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
 background-image:none
}
.modal-dialog,
.slick-slide.dragging img,
a.btn.disabled,
fieldset:disabled a.btn {
 pointer-events:none
}
:root {
 --blue:#007bff;
 --indigo:#6610f2;
 --purple:#6f42c1;
 --pink:#e83e8c;
 --red:#dc3545;
 --orange:#fd7e14;
 --yellow:#ffc107;
 --green:#28a745;
 --teal:#20c997;
 --cyan:#17a2b8;
 --white:#fff;
 --gray:#6c757d;
 --gray-dark:#343a40;
 --primary:#000;
 --secondary:#ffd500;
 --success:#28a745;
 --info:#17a2b8;
 --warning:#ffc107;
 --danger:#dc3545;
 --light:#f8f9fa;
 --dark:#343a40;
 --breakpoint-xs:0;
 --breakpoint-sm:576px;
 --breakpoint-md:768px;
 --breakpoint-lg:992px;
 --breakpoint-xl:1200px;
 --font-family-sans-serif:Roboto,sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
 --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
html {
 font-family:sans-serif;
 line-height:1.15;
 -webkit-text-size-adjust:100%;
 -ms-text-size-adjust:100%
}
@-ms-viewport {
 width:device-width
}
body {
 margin:0;
 font-family:Roboto,sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
 font-size:1rem;
 font-weight:400;
 line-height:1.5;
 background-color:#000
}
.table,
a {
 background-color:transparent
}
[tabindex="-1"]:focus {
 outline:0!important
}
hr {
 box-sizing:content-box;
 height:0
}
abbr[data-original-title],
abbr[title] {
 text-decoration:underline;
 text-decoration:underline dotted;
 cursor:help;
 border-bottom:0
}
.btn:focus,
.btn:hover,
a {
 text-decoration:none
}
.arrow-down,
.btn:not(:disabled):not(.disabled),
.navbar-toggler:not(:disabled):not(.disabled),
summary {
 cursor:pointer
}
address {
 font-style:normal
}
ol ol,
ol ul,
ul ol,
ul ul {
 margin-bottom:0
}
dt {
 font-weight:700
}
dd {
 margin-left:0
}
blockquote,
figure {
 margin:0 0 1rem
}
dfn {
 font-style:italic
}
b,
strong {
 font-weight:bolder
}
small {
 font-size:80%
}
sub,
sup {
 position:relative;
 font-size:75%;
 line-height:0
}
sub {
 bottom:-.25em
}
sup {
 top:-.5em
}
a {
 color:#FFF;
 -webkit-text-decoration-skip:objects
}
a:hover {
 color:#d9d9d9
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
 color:inherit;
 text-decoration:none
}
a:not([href]):not([tabindex]):focus {
 outline:0
}
code,
kbd,
pre,
samp {
 font-family:monospace,monospace;
 font-size:1em
}
img {
 vertical-align:middle;
 border-style:none
}
svg:not(:root) {
 overflow:hidden
}
caption {
 padding-top:.75rem;
 padding-bottom:.75rem;
 color:#6c757d;
 caption-side:bottom
}
th {
 text-align:inherit
}
button {
 border-radius:0
}
button:focus {
 outline:dotted 1px;
 outline:-webkit-focus-ring-color auto 5px
}
button,
input,
optgroup,
select,
textarea {
 margin:0;
 font-family:inherit;
 font-size:inherit;
 line-height:inherit;
 color: black !important;
}
button,
select {
 text-transform:none
}
[type=reset],
[type=submit],
button,
html [type=button] {
 -webkit-appearance:button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
 padding:0;
 border-style:none
}
input[type=checkbox],
input[type=radio] {
 box-sizing:border-box;
 padding:0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
 -webkit-appearance:listbox
}
textarea {
 resize:vertical
}
fieldset {
 min-width:0;
 padding:0;
 margin:0;
 border:0
}
legend {
 width:100%;
 max-width:100%;
 padding:0;
 font-size:1.5rem;
 color:inherit;
 white-space:normal
}
.container,
.container-fluid {
 padding-right:8px;
 padding-left:8px;
 margin-right:auto;
 margin-left:auto;
 width:100%
}
.btn,
.dropdown-header,
.dropdown-item,
.navbar-brand,
.sr-only {
 white-space:nowrap
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
 height:auto
}
[type=search] {
 outline-offset:-2px;
 -webkit-appearance:none
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
 -webkit-appearance:none
}
::-webkit-file-upload-button {
 font:inherit;
 -webkit-appearance:button
}
.btn,
.btn-link,
.dropdown-item {
 font-weight:400
}
summary {
 display:list-item
}
template {
 display:none
}
[hidden] {
 display:none!important
}
@media (min-width:576px) {
 .container {
  max-width:540px
 }
}
@media (min-width:768px) {
 .container {
  max-width:720px
 }
}
@media (min-width:992px) {
 .container {
  max-width:960px
 }
}
@media (min-width:1200px) {
 .container {
  max-width:1088px
 }
}
.row {
 display:flex;
 flex-wrap:wrap;
 margin-right:-8px;
 margin-left:-8px
}
.no-gutters {
 margin-right:0;
 margin-left:0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
 padding-right:0;
 padding-left:0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
 position:relative;
 width:100%;
 min-height:1px;
 padding-right:8px;
 padding-left:8px
}
.col {
 flex-basis:0;
 flex-grow:1;
 max-width:100%
}
.col-auto {
 flex:0 0 auto;
 width:auto;
 max-width:none
}
.col-1 {
 flex:0 0 8.3333333333%;
 max-width:8.3333333333%
}
.col-2 {
 flex:0 0 16.6666666667%;
 max-width:16.6666666667%
}
.col-3 {
 flex:0 0 25%;
 max-width:25%
}
.col-4 {
 flex:0 0 33.3333333333%;
 max-width:33.3333333333%
}
.col-5 {
 flex:0 0 41.6666666667%;
 max-width:41.6666666667%
}
.col-6 {
 flex:0 0 50%;
 max-width:50%
}
.col-7 {
 flex:0 0 58.3333333333%;
 max-width:58.3333333333%
}
.col-8 {
 flex:0 0 66.6666666667%;
 max-width:66.6666666667%
}
.col-9 {
 flex:0 0 75%;
 max-width:75%
}
.col-10 {
 flex:0 0 83.3333333333%;
 max-width:83.3333333333%
}
.col-11 {
 flex:0 0 91.6666666667%;
 max-width:91.6666666667%
}
.col-12 {
 flex:0 0 100%;
 max-width:100%
}
.order-first {
 order:-1
}
.order-last {
 order:13
}
.order-0 {
 order:0
}
.order-1 {
 order:1
}
.order-2 {
 order:2
}
.order-3 {
 order:3
}
.order-4 {
 order:4
}
.order-5 {
 order:5
}
.order-6 {
 order:6
}
.order-7 {
 order:7
}
.order-8 {
 order:8
}
.order-9 {
 order:9
}
.order-10 {
 order:10
}
.order-11 {
 order:11
}
.order-12 {
 order:12
}
.offset-1 {
 margin-left:8.3333333333%
}
.offset-2 {
 margin-left:16.6666666667%
}
.offset-3 {
 margin-left:25%
}
.offset-4 {
 margin-left:33.3333333333%
}
.offset-5 {
 margin-left:41.6666666667%
}
.offset-6 {
 margin-left:50%
}
.offset-7 {
 margin-left:58.3333333333%
}
.offset-8 {
 margin-left:66.6666666667%
}
.offset-9 {
 margin-left:75%
}
.offset-10 {
 margin-left:83.3333333333%
}
.offset-11 {
 margin-left:91.6666666667%
}
@media (min-width:576px) {
 .col-sm {
  flex-basis:0;
  flex-grow:1;
  max-width:100%
 }
 .col-sm-auto {
  flex:0 0 auto;
  width:auto;
  max-width:none
 }
 .col-sm-1 {
  flex:0 0 8.3333333333%;
  max-width:8.3333333333%
 }
 .col-sm-2 {
  flex:0 0 16.6666666667%;
  max-width:16.6666666667%
 }
 .col-sm-3 {
  flex:0 0 25%;
  max-width:25%
 }
 .col-sm-4 {
  flex:0 0 33.3333333333%;
  max-width:33.3333333333%
 }
 .col-sm-5 {
  flex:0 0 41.6666666667%;
  max-width:41.6666666667%
 }
 .col-sm-6 {
  flex:0 0 50%;
  max-width:50%
 }
 .col-sm-7 {
  flex:0 0 58.3333333333%;
  max-width:58.3333333333%
 }
 .col-sm-8 {
  flex:0 0 66.6666666667%;
  max-width:66.6666666667%
 }
 .col-sm-9 {
  flex:0 0 75%;
  max-width:75%
 }
 .col-sm-10 {
  flex:0 0 83.3333333333%;
  max-width:83.3333333333%
 }
 .col-sm-11 {
  flex:0 0 91.6666666667%;
  max-width:91.6666666667%
 }
 .col-sm-12 {
  flex:0 0 100%;
  max-width:100%
 }
 .order-sm-first {
  order:-1
 }
 .order-sm-last {
  order:13
 }
 .order-sm-0 {
  order:0
 }
 .order-sm-1 {
  order:1
 }
 .order-sm-2 {
  order:2
 }
 .order-sm-3 {
  order:3
 }
 .order-sm-4 {
  order:4
 }
 .order-sm-5 {
  order:5
 }
 .order-sm-6 {
  order:6
 }
 .order-sm-7 {
  order:7
 }
 .order-sm-8 {
  order:8
 }
 .order-sm-9 {
  order:9
 }
 .order-sm-10 {
  order:10
 }
 .order-sm-11 {
  order:11
 }
 .order-sm-12 {
  order:12
 }
 .offset-sm-0 {
  margin-left:0
 }
 .offset-sm-1 {
  margin-left:8.3333333333%
 }
 .offset-sm-2 {
  margin-left:16.6666666667%
 }
 .offset-sm-3 {
  margin-left:25%
 }
 .offset-sm-4 {
  margin-left:33.3333333333%
 }
 .offset-sm-5 {
  margin-left:41.6666666667%
 }
 .offset-sm-6 {
  margin-left:50%
 }
 .offset-sm-7 {
  margin-left:58.3333333333%
 }
 .offset-sm-8 {
  margin-left:66.6666666667%
 }
 .offset-sm-9 {
  margin-left:75%
 }
 .offset-sm-10 {
  margin-left:83.3333333333%
 }
 .offset-sm-11 {
  margin-left:91.6666666667%
 }
}
@media (min-width:768px) {
 .col-md {
  flex-basis:0;
  flex-grow:1;
  max-width:100%
 }
 .col-md-auto {
  flex:0 0 auto;
  width:auto;
  max-width:none
 }
 .col-md-1 {
  flex:0 0 8.3333333333%;
  max-width:8.3333333333%
 }
 .col-md-2 {
  flex:0 0 16.6666666667%;
  max-width:16.6666666667%
 }
 .col-md-3 {
  flex:0 0 25%;
  max-width:25%
 }
 .col-md-4 {
  flex:0 0 33.3333333333%;
  max-width:33.3333333333%
 }
 .col-md-5 {
  flex:0 0 41.6666666667%;
  max-width:41.6666666667%
 }
 .col-md-6 {
  flex:0 0 50%;
  max-width:50%
 }
 .col-md-7 {
  flex:0 0 58.3333333333%;
  max-width:58.3333333333%
 }
 .col-md-8 {
  flex:0 0 66.6666666667%;
  max-width:66.6666666667%
 }
 .col-md-9 {
  flex:0 0 75%;
  max-width:75%
 }
 .col-md-10 {
  flex:0 0 83.3333333333%;
  max-width:83.3333333333%
 }
 .col-md-11 {
  flex:0 0 91.6666666667%;
  max-width:91.6666666667%
 }
 .col-md-12 {
  flex:0 0 100%;
  max-width:100%
 }
 .order-md-first {
  order:-1
 }
 .order-md-last {
  order:13
 }
 .order-md-0 {
  order:0
 }
 .order-md-1 {
  order:1
 }
 .order-md-2 {
  order:2
 }
 .order-md-3 {
  order:3
 }
 .order-md-4 {
  order:4
 }
 .order-md-5 {
  order:5
 }
 .order-md-6 {
  order:6
 }
 .order-md-7 {
  order:7
 }
 .order-md-8 {
  order:8
 }
 .order-md-9 {
  order:9
 }
 .order-md-10 {
  order:10
 }
 .order-md-11 {
  order:11
 }
 .order-md-12 {
  order:12
 }
 .offset-md-0 {
  margin-left:0
 }
 .offset-md-1 {
  margin-left:8.3333333333%
 }
 .offset-md-2 {
  margin-left:16.6666666667%
 }
 .offset-md-3 {
  margin-left:25%
 }
 .offset-md-4 {
  margin-left:33.3333333333%
 }
 .offset-md-5 {
  margin-left:41.6666666667%
 }
 .offset-md-6 {
  margin-left:50%
 }
 .offset-md-7 {
  margin-left:58.3333333333%
 }
 .offset-md-8 {
  margin-left:66.6666666667%
 }
 .offset-md-9 {
  margin-left:75%
 }
 .offset-md-10 {
  margin-left:83.3333333333%
 }
 .offset-md-11 {
  margin-left:91.6666666667%
 }
}
@media (min-width:992px) {
 .col-lg {
  flex-basis:0;
  flex-grow:1;
  max-width:100%
 }
 .col-lg-auto {
  flex:0 0 auto;
  width:auto;
  max-width:none
 }
 .col-lg-1 {
  flex:0 0 8.3333333333%;
  max-width:8.3333333333%
 }
 .col-lg-2 {
  flex:0 0 16.6666666667%;
  max-width:16.6666666667%
 }
 .col-lg-3 {
  flex:0 0 25%;
  max-width:25%
 }
 .col-lg-4 {
  flex:0 0 33.3333333333%;
  max-width:33.3333333333%
 }
 .col-lg-5 {
  flex:0 0 41.6666666667%;
  max-width:41.6666666667%
 }
 .col-lg-6 {
  flex:0 0 50%;
  max-width:50%
 }
 .col-lg-7 {
  flex:0 0 58.3333333333%;
  max-width:58.3333333333%
 }
 .col-lg-8 {
  flex:0 0 66.6666666667%;
  max-width:66.6666666667%
 }
 .col-lg-9 {
  flex:0 0 75%;
  max-width:75%
 }
 .col-lg-10 {
  flex:0 0 83.3333333333%;
  max-width:83.3333333333%
 }
 .col-lg-11 {
  flex:0 0 91.6666666667%;
  max-width:91.6666666667%
 }
 .col-lg-12 {
  flex:0 0 100%;
  max-width:100%
 }
 .order-lg-first {
  order:-1
 }
 .order-lg-last {
  order:13
 }
 .order-lg-0 {
  order:0
 }
 .order-lg-1 {
  order:1
 }
 .order-lg-2 {
  order:2
 }
 .order-lg-3 {
  order:3
 }
 .order-lg-4 {
  order:4
 }
 .order-lg-5 {
  order:5
 }
 .order-lg-6 {
  order:6
 }
 .order-lg-7 {
  order:7
 }
 .order-lg-8 {
  order:8
 }
 .order-lg-9 {
  order:9
 }
 .order-lg-10 {
  order:10
 }
 .order-lg-11 {
  order:11
 }
 .order-lg-12 {
  order:12
 }
 .offset-lg-0 {
  margin-left:0
 }
 .offset-lg-1 {
  margin-left:8.3333333333%
 }
 .offset-lg-2 {
  margin-left:16.6666666667%
 }
 .offset-lg-3 {
  margin-left:25%
 }
 .offset-lg-4 {
  margin-left:33.3333333333%
 }
 .offset-lg-5 {
  margin-left:41.6666666667%
 }
 .offset-lg-6 {
  margin-left:50%
 }
 .offset-lg-7 {
  margin-left:58.3333333333%
 }
 .offset-lg-8 {
  margin-left:66.6666666667%
 }
 .offset-lg-9 {
  margin-left:75%
 }
 .offset-lg-10 {
  margin-left:83.3333333333%
 }
 .offset-lg-11 {
  margin-left:91.6666666667%
 }
}
@media (min-width:1200px) {
 .col-xl {
  flex-basis:0;
  flex-grow:1;
  max-width:100%
 }
 .col-xl-auto {
  flex:0 0 auto;
  width:auto;
  max-width:none
 }
 .col-xl-1 {
  flex:0 0 8.3333333333%;
  max-width:8.3333333333%
 }
 .col-xl-2 {
  flex:0 0 16.6666666667%;
  max-width:16.6666666667%
 }
 .col-xl-3 {
  flex:0 0 25%;
  max-width:25%
 }
 .col-xl-4 {
  flex:0 0 33.3333333333%;
  max-width:33.3333333333%
 }
 .col-xl-5 {
  flex:0 0 41.6666666667%;
  max-width:41.6666666667%
 }
 .col-xl-6 {
  flex:0 0 50%;
  max-width:50%
 }
 .col-xl-7 {
  flex:0 0 58.3333333333%;
  max-width:58.3333333333%
 }
 .col-xl-8 {
  flex:0 0 66.6666666667%;
  max-width:66.6666666667%
 }
 .col-xl-9 {
  flex:0 0 75%;
  max-width:75%
 }
 .col-xl-10 {
  flex:0 0 83.3333333333%;
  max-width:83.3333333333%
 }
 .col-xl-11 {
  flex:0 0 91.6666666667%;
  max-width:91.6666666667%
 }
 .col-xl-12 {
  flex:0 0 100%;
  max-width:100%
 }
 .order-xl-first {
  order:-1
 }
 .order-xl-last {
  order:13
 }
 .order-xl-0 {
  order:0
 }
 .order-xl-1 {
  order:1
 }
 .order-xl-2 {
  order:2
 }
 .order-xl-3 {
  order:3
 }
 .order-xl-4 {
  order:4
 }
 .order-xl-5 {
  order:5
 }
 .order-xl-6 {
  order:6
 }
 .order-xl-7 {
  order:7
 }
 .order-xl-8 {
  order:8
 }
 .order-xl-9 {
  order:9
 }
 .order-xl-10 {
  order:10
 }
 .order-xl-11 {
  order:11
 }
 .order-xl-12 {
  order:12
 }
 .offset-xl-0 {
  margin-left:0
 }
 .offset-xl-1 {
  margin-left:8.3333333333%
 }
 .offset-xl-2 {
  margin-left:16.6666666667%
 }
 .offset-xl-3 {
  margin-left:25%
 }
 .offset-xl-4 {
  margin-left:33.3333333333%
 }
 .offset-xl-5 {
  margin-left:41.6666666667%
 }
 .offset-xl-6 {
  margin-left:50%
 }
 .offset-xl-7 {
  margin-left:58.3333333333%
 }
 .offset-xl-8 {
  margin-left:66.6666666667%
 }
 .offset-xl-9 {
  margin-left:75%
 }
 .offset-xl-10 {
  margin-left:83.3333333333%
 }
 .offset-xl-11 {
  margin-left:91.6666666667%
 }
}
.form-row,
.nav,
.navbar {
 flex-wrap:wrap
}
.table {
 width:100%;
 max-width:100%;
 margin-bottom:1rem
}
.table td,
.table th {
 padding:.75rem;
 vertical-align:top;
 border-top:1px solid #dee2e6
}
.table thead th {
 vertical-align:bottom;
 border-bottom:2px solid #dee2e6
}
.table tbody+tbody {
 border-top:2px solid #dee2e6
}
.table .table {
 background-color:#000
}
.table-sm td,
.table-sm th {
 padding:.3rem
}
.table-bordered,
.table-bordered td,
.table-bordered th {
 border:1px solid #dee2e6
}
.table-bordered thead td,
.table-bordered thead th {
 border-bottom-width:2px
}
.table-striped tbody tr:nth-of-type(odd) {
 background-color:rgba(0,0,0,.05)
}
.table-hover tbody tr:hover {
 background-color:rgba(0,0,0,.075)
}
.table-primary,
.table-primary>td,
.table-primary>th {
 background-color:#b8b8b8
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
 background-color:#ababab
}
.table-secondary,
.table-secondary>td,
.table-secondary>th {
 background-color:#fff3b8
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
 background-color:#ffef9f
}
.table-success,
.table-success>td,
.table-success>th {
 background-color:#c3e6cb
}
.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
 background-color:#b1dfbb
}
.table-info,
.table-info>td,
.table-info>th {
 background-color:#bee5eb
}
.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
 background-color:#abdde5
}
.table-warning,
.table-warning>td,
.table-warning>th {
 background-color:#ffeeba
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
 background-color:#ffe8a1
}
.table-danger,
.table-danger>td,
.table-danger>th {
 background-color:#f5c6cb
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
 background-color:#f1b0b7
}
.table-light,
.table-light>td,
.table-light>th {
 background-color:#fdfdfe
}
.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
 background-color:#ececf6
}
.table-dark,
.table-dark>td,
.table-dark>th {
 background-color:#c6c8ca
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
 background-color:#b9bbbe
}
.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
 background-color:rgba(0,0,0,.075)
}
.table .thead-dark th {
 color:#000;
 background-color:#212529;
 border-color:#32383e
}
.table .thead-light th {
 color:#495057;
 background-color:#e9ecef;
 border-color:#dee2e6
}
.table-dark {
 color:#000;
 background-color:#212529
}
.table-dark td,
.table-dark th,
.table-dark thead th {
 border-color:#32383e
}
.table-dark.table-bordered,
.table-responsive>.table-bordered {
 border:0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
 background-color:rgba(255,255,255,.05)
}
.table-dark.table-hover tbody tr:hover {
 background-color:rgba(255,255,255,.075)
}
@media (max-width:575.98px) {
 .table-responsive-sm {
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar
 }
 .table-responsive-sm>.table-bordered {
  border:0
 }
}
@media (max-width:767.98px) {
 .table-responsive-md {
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar
 }
 .table-responsive-md>.table-bordered {
  border:0
 }
}
@media (max-width:992px) {
 .table-responsive-lg {
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar
 }
 .table-responsive-lg>.table-bordered {
  border:0
 }
}
@media (max-width:1199.98px) {
 .table-responsive-xl {
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar
 }
 .table-responsive-xl>.table-bordered {
  border:0
 }
}
.table-responsive {
 display:block;
 width:100%;
 overflow-x:auto;
 -webkit-overflow-scrolling:touch;
 -ms-overflow-style:-ms-autohiding-scrollbar
}
.collapsing,
.modal,
.modal-open {
 overflow:hidden
}
.form-control {
 display:block;
 width:100%;
 color:#495057;
 background-color:#fff;
 background-clip:padding-box;
 transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-control::-ms-expand {
 background-color:transparent;
 border:0
}
.form-control:focus {
 color:#495057;
 background-color:#fff;
 border-color:#404040;
 outline:0
}
.form-control::placeholder {
 color:#6c757d;
 opacity:1
}
.form-control:disabled,
.form-control[readonly] {
 background-color:#e9ecef;
 opacity:1
}
select.form-control:not([size]):not([multiple]) {
 height:calc(2.25rem + 2px)
}
select.form-control:focus::-ms-value {
 color:#495057;
 background-color:#fff
}
.form-control-file,
.form-control-range {
 display:block;
 width:100%
}
.col-form-label {
 padding-top:calc(.375rem + 1px);
 padding-bottom:calc(.375rem + 1px);
 margin-bottom:0;
 font-size:inherit;
 line-height:1.5
}
.col-form-label-lg {
 padding-top:calc(.5rem + 1px);
 padding-bottom:calc(.5rem + 1px);
 font-size:1.25rem;
 line-height:1.5
}
.col-form-label-sm {
 padding-top:calc(.25rem + 1px);
 padding-bottom:calc(.25rem + 1px);
 font-size:.875rem;
 line-height:1.5
}
.form-control-plaintext {
 display:block;
 width:100%;
 padding-top:.375rem;
 padding-bottom:.375rem;
 margin-bottom:0;
 line-height:1.5;
 background-color:transparent;
 border:solid transparent;
 border-width:1px 0
}
.custom-file-input.is-valid~.custom-file-label,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-file-input:valid~.custom-file-label,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
 border-color:#28a745
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
 padding-right:0;
 padding-left:0
}
.form-control-sm {
 padding:.25rem .5rem;
 font-size:.875rem;
 line-height:1.5;
 border-radius:.2rem
}
select.form-control-sm:not([size]):not([multiple]) {
 height:calc(1.8125rem + 2px)
}
.form-control-lg {
 padding:.5rem 1rem;
 font-size:1.25rem;
 line-height:1.5;
 border-radius:.3rem
}
select.form-control-lg:not([size]):not([multiple]) {
 height:calc(2.875rem + 2px)
}
.form-group {
 margin-bottom:1rem
}
.form-text {
 display:block;
 margin-top:.25rem
}
.form-row {
 display:flex;
 margin-right:-5px;
 margin-left:-5px
}
.form-row>.col,
.form-row>[class*=col-] {
 padding-right:5px;
 padding-left:5px
}
.form-check {
 position:relative;
 display:block;
 padding-left:1.25rem
}
.form-check-input {
 position:absolute;
 margin-top:.3rem;
 margin-left:-1.25rem
}
.form-check-input:disabled~.form-check-label {
 color:#6c757d
}
.form-check-label {
 margin-bottom:0
}
.form-check-inline {
 display:inline-flex;
 align-items:center;
 padding-left:0;
 margin-right:.75rem
}
.form-check-inline .form-check-input {
 position:static;
 margin-top:0;
 margin-right:.3125rem;
 margin-left:0
}
.invalid-tooltip,
.valid-tooltip {
 position:absolute;
 z-index:5;
 max-width:100%;
 padding:.5rem;
 line-height:1;
 border-radius:.2rem;
 top:100%
}
.valid-feedback {
 display:none;
 width:100%;
 margin-top:.25rem;
 font-size:80%;
 color:#28a745
}
.valid-tooltip {
 display:none;
 margin-top:.1rem;
 font-size:.875rem;
 color:#fff;
 background-color:rgba(40,167,69,.8)
}
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
 display:block
}
.custom-control-input.is-valid~.custom-control-label,
.form-check-input.is-valid~.form-check-label,
.was-validated .custom-control-input:valid~.custom-control-label,
.was-validated .form-check-input:valid~.form-check-label {
 color:#28a745
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
 border-color:#28a745;
 box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
 background-color:#71dd8a
}
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
 background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
 box-shadow:0 0 0 1px #000,0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
 border-color:inherit
}
.custom-file-input.is-invalid~.custom-file-label,
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-file-input:invalid~.custom-file-label,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
 border-color:#dc3545
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
 box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.invalid-feedback {
 display:none;
 width:100%;
 margin-top:.25rem;
 font-size:80%;
 color:#dc3545
}
.invalid-tooltip {
 display:none;
 margin-top:.1rem;
 font-size:.875rem;
 color:#fff;
 background-color:rgba(220,53,69,.8)
}
.collapsing,
.dropdown,
.dropup {
 position:relative
}
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
 display:block
}
.btn,
.btn-lg,
.btn-sm {
 line-height:1.5
}
.custom-control-input.is-invalid~.custom-control-label,
.form-check-input.is-invalid~.form-check-label,
.was-validated .custom-control-input:invalid~.custom-control-label,
.was-validated .form-check-input:invalid~.form-check-label {
 color:#dc3545
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
 border-color:#dc3545;
 box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
 background-color:#efa2a9
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
 background-color:#e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
 box-shadow:0 0 0 1px #000,0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
 border-color:inherit
}
.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
 box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-inline {
 display:flex;
 flex-flow:row wrap;
 align-items:center
}
.form-inline .form-check {
 width:100%
}
@media (min-width:576px) {
 .form-inline label {
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:0
 }
 .form-inline .form-group {
  display:flex;
  flex:0 0 auto;
  flex-flow:row wrap;
  align-items:center;
  margin-bottom:0
 }
 .form-inline .form-control {
  display:inline-block;
  width:auto;
  vertical-align:middle
 }
 .form-inline .form-control-plaintext {
  display:inline-block
 }
 .form-inline .input-group {
  width:auto
 }
 .form-inline .form-check {
  display:flex;
  align-items:center;
  justify-content:center;
  width:auto;
  padding-left:0
 }
 .form-inline .form-check-input {
  position:relative;
  margin-top:0;
  margin-right:.25rem;
  margin-left:0
 }
 .form-inline .custom-control {
  align-items:center;
  justify-content:center
 }
 .form-inline .custom-control-label {
  margin-bottom:0
 }
}
.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
 width:100%
}
.btn {
 display:inline-block;
 text-align:center;
 vertical-align:middle;
 user-select:none;
 border:1px solid transparent;
 padding:.375rem .75rem;
 font-size:1rem;
 border-radius:.25rem;
 transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
 color:#fff;
 background-color:#000;
 border-color:#000
}
.btn.focus,
.btn:focus {
 outline:0;
 box-shadow:0 0 0 .2rem rgba(0,0,0,.25)
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(0,0,0,.5)
}
.btn.disabled,
.btn:disabled {
 opacity:.65
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(255,213,0,.5)
}
.btn-secondary {
 color:#212529;
 background-color:#ffd500;
 border-color:#ffd500
}
.btn-secondary:hover {
 color:#212529;
 background-color:#d9b500;
 border-color:#ca0
}
.btn-secondary.disabled,
.btn-secondary:disabled {
 color:#212529;
 background-color:#ffd500;
 border-color:#ffd500
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
 color:#212529;
 background-color:#ca0;
 border-color:#bfa000
}
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-success {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745
}
.btn-success:hover {
 color:#fff;
 background-color:#218838;
 border-color:#1e7e34
}
.btn-success.disabled,
.btn-success:disabled {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
 color:#fff;
 background-color:#1e7e34;
 border-color:#1c7430
}
.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-info {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-info:hover {
 color:#fff;
 background-color:#138496;
 border-color:#117a8b
}
.btn-info.disabled,
.btn-info:disabled {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
 color:#fff;
 background-color:#117a8b;
 border-color:#10707f
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-warning {
 color:#212529;
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-warning:hover {
 color:#212529;
 background-color:#e0a800;
 border-color:#d39e00
}
.btn-warning.disabled,
.btn-warning:disabled {
 color:#212529;
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
 color:#212529;
 background-color:#d39e00;
 border-color:#c69500
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-danger {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-danger:hover {
 color:#fff;
 background-color:#c82333;
 border-color:#bd2130
}
.btn-danger.disabled,
.btn-danger:disabled {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
 color:#fff;
 background-color:#bd2130;
 border-color:#b21f2d
}
.btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-light {
 color:#212529;
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-light:hover {
 color:#212529;
 background-color:#e2e6ea;
 border-color:#dae0e5
}
.btn-light.disabled,
.btn-light:disabled {
 color:#212529;
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
 color:#212529;
 background-color:#dae0e5;
 border-color:#d3d9df
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-dark {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40
}
.btn-dark:hover {
 color:#fff;
 background-color:#23272b;
 border-color:#1d2124
}
.btn-dark.disabled,
.btn-dark:disabled {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
 color:#fff;
 background-color:#1d2124;
 border-color:#171a1d
}
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(0,0,0,.5)
}
.btn-outline-primary {
 color:#000;
 background-color:transparent;
 border-color:#000
}
.btn-outline-primary:hover {
 color:#fff;
 background-color:#000;
 border-color:#000
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
 color:#000;
 background-color:transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
 color:#fff;
 background-color:#000;
 border-color:#000
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(255,213,0,.5)
}
.btn-outline-secondary {
 color:#ffd500;
 background-color:transparent;
 background-image:none;
 border-color:#ffd500
}
.btn-outline-secondary:hover {
 color:#212529;
 background-color:#ffd500;
 border-color:#ffd500
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
 color:#ffd500;
 background-color:transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
 color:#212529;
 background-color:#ffd500;
 border-color:#ffd500
}
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-success {
 color:#28a745;
 background-color:transparent;
 border-color:#28a745
}
.btn-outline-success:hover {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
 color:#28a745;
 background-color:transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745
}
.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-info {
 color:#17a2b8;
 background-color:transparent;
 border-color:#17a2b8
}
.btn-outline-info:hover {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
 color:#17a2b8;
 background-color:transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-warning {
 color:#ffc107;
 background-color:transparent;
 border-color:#ffc107
}
.btn-outline-warning:hover {
 color:#212529;
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
 color:#ffc107;
 background-color:transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
 color:#212529;
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-danger {
 color:#dc3545;
 background-color:transparent;
 border-color:#dc3545
}
.btn-outline-danger:hover {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
 color:#dc3545;
 background-color:transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-outline-light.focus,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-light {
 color:#f8f9fa;
 background-color:transparent;
 border-color:#f8f9fa
}
.btn-outline-light:hover {
 color:#212529;
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
 color:#f8f9fa;
 background-color:transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
 color:#212529;
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-outline-dark.focus,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-link.focus,
.btn-link:focus,
.form-control:focus {
 box-shadow:none
}
.btn-outline-dark {
 color:#343a40;
 background-color:transparent;
 border-color:#343a40
}
.btn-outline-dark:hover {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
 color:#343a40;
 background-color:transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40
}
.btn-link,
.btn-link:hover {
 background-color:transparent
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
 text-decoration:underline;
 border-color:transparent
}
.btn-link {
 color:#FFF
}
.btn-link:hover {
 color:#d9d9d9
}
.btn-link.disabled,
.btn-link:disabled {
 color:#6c757d
}
.btn-lg {
 padding:.5rem 1rem;
 font-size:1.25rem;
 border-radius:.3rem
}
.btn-sm {
 padding:.25rem .5rem;
 font-size:.875rem;
 border-radius:.2rem
}
.btn-block {
 display:block
}
.btn-block+.btn-block {
 margin-top:.5rem
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
 width:0;
 height:0;
 vertical-align:.255em
}
.fade {
 opacity:0;
 transition:opacity .15s linear
}
.fade.show {
 opacity:1
}
.collapse {
 display:none
}
.collapse.show {
 display:block
}
tr.collapse.show {
 display:table-row
}
tbody.collapse.show {
 display:table-row-group
}
.collapsing {
 height:0;
 transition:height .35s ease
}
.dropdown-toggle::after {
 display:inline-block;
 margin-left:.255em;
 border-top:.3em solid;
 border-right:.3em solid transparent;
 border-bottom:0;
 border-left:.3em solid transparent
}
.dropdown-toggle:empty::after {
 margin-left:0
}
.dropdown-menu {
 position:absolute;
 top:100%;

 z-index:1000;
 display:none;
 float:left;
 min-width:10rem;
 padding:.5rem 0;
 margin:.125rem 0 0;
 font-size:1rem;
 color:#212529;
 text-align:left;
 list-style:none;
 background-color:transparent;
 background-clip:padding-box;
 border:1px solid rgba(0,0,0,.15);
 border-radius:.25rem;
 right: 20px;
}
.dropup .dropdown-menu {
 margin-top:0;
 margin-bottom:.125rem
}
.dropup .dropdown-toggle::after {
 display:inline-block;
 margin-left:.255em;
 border-top:0;
 border-right:.3em solid transparent;
 border-bottom:.3em solid;
 border-left:.3em solid transparent
}
.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
 width:0;
 border-top:.3em solid transparent;
 border-bottom:.3em solid transparent;
 height:0;
 content:""
}
.dropup .dropdown-toggle:empty::after {
 margin-left:0
}
.dropright .dropdown-menu {
 margin-top:0;
 margin-left:.125rem
}
.dropright .dropdown-toggle::after {
 display:inline-block;
 margin-left:.255em;
 border-left:.3em solid;
 vertical-align:0
}
.dropright .dropdown-toggle:empty::after {
 margin-left:0
}
.dropleft .dropdown-menu {
 margin-top:0;
 margin-right:.125rem
}
.dropleft .dropdown-toggle::after {
 width:0;
 height:0;
 margin-left:.255em;
 vertical-align:.255em;
 display:none
}
.dropleft .dropdown-toggle::before {
 display:inline-block;
 margin-right:.255em;
 border-right:.3em solid;
 vertical-align:0
}
.dropleft .dropdown-toggle:empty::after {
 margin-left:0
}
.dropdown-divider {
 height:0;
 margin:.5rem 0;
 overflow:hidden;
 border-top:1px solid #e9ecef
}
.dropdown-item {
 display:block;
 width:100%;
 padding:.25rem 1.5rem;
 clear:both;
 color:#212529;
 text-align:inherit;
 background-color:transparent;
 border:0
}
.dropdown-item:focus,
.dropdown-item:hover {
 color:#16181b;
 text-decoration:none;
 background-color:#f8f9fa
}
.dropdown-item.active,
.dropdown-item:active {
 color:#fff;
 text-decoration:none;
 background-color:#000
}
.dropdown-item.disabled,
.dropdown-item:disabled,
.nav-tabs .nav-link.disabled {
 color:#6c757d;
 background-color:transparent
}
.dropdown-menu.show {
 display:block
}
.dropdown-header {
 display:block;
 padding:.5rem 1.5rem;
 margin-bottom:0;
 font-size:.875rem;
 color:#6c757d
}
.nav {
 display:flex;
 padding-left:0;
 margin-bottom:0;
 list-style:none
}
.nav-link {
 display:block;
 padding:.5rem 1rem
}
.nav-link:focus,
.nav-link:hover {
 text-decoration:none
}
.nav-link.disabled {
 color:#6c757d
}
.nav-tabs {
 border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-item {
 margin-bottom:-1px
}
.nav-tabs .nav-link {
 border:1px solid transparent;
 border-top-left-radius:.25rem;
 border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
 border-color:#e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
 border-color:transparent
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
 color:#495057;
 background-color:#000;
 border-color:#dee2e6 #dee2e6 #000
}
.nav-tabs .dropdown-menu {
 margin-top:-1px;
 border-top-left-radius:0;
 border-top-right-radius:0
}
.nav-pills .nav-link {
 border-radius:.25rem
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
 color:#fff;
 background-color:#000
}
.nav-fill .nav-item {
 flex:1 1 auto;
 text-align:center
}
.nav-justified .nav-item {
 flex-basis:0;
 flex-grow:1;
 text-align:center
}
.tab-content>.tab-pane {
 display:none
}
.tab-content>.active {
 display:block
}
.navbar {
 position:relative;
 display:flex;
 align-items:center;
 justify-content:space-between
}
.navbar>.container,
.navbar>.container-fluid {
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 justify-content:space-between
}
.navbar-brand {
 display:inline-block;
 padding-bottom:.3125rem;
 font-size:1.25rem
}
.navbar-brand:focus,
.navbar-brand:hover {
 text-decoration:none
}
.navbar-nav {
 display:flex;
 flex-direction:column;
 padding-left:0;
 margin-bottom:0;
 list-style:none
}
.navbar-nav .nav-link {
 padding-right:0;
 padding-left:0
}
.navbar-nav .dropdown-menu {
 position:static;
 float:none
}
.navbar-text {
 display:inline-block;
 padding-top:.5rem;
 padding-bottom:.5rem
}
.navbar-collapse {
 flex-basis:100%;
 flex-grow:1;
 align-items:center
}
.navbar-toggler {
 padding:.25rem .75rem;
 font-size:1.25rem;
 line-height:1;
 background-color:transparent;
 border:1px solid transparent;
 border-radius:.25rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
 text-decoration:none
}
.navbar-toggler-icon {
 display:inline-block;
 width:1.5em;
 height:1.5em;
 vertical-align:middle;
 background:center center no-repeat;
 background-size:100% 100%
}
@media (max-width:575.98px) {
 .navbar-expand-sm>.container,
 .navbar-expand-sm>.container-fluid {
  padding-right:0;
  padding-left:0
 }
}
@media (min-width:576px) {
 .navbar-expand-sm {
  flex-flow:row nowrap;
  justify-content:flex-start
 }
 .navbar-expand-sm .navbar-nav {
  flex-direction:row
 }
 .navbar-expand-sm .navbar-nav .dropdown-menu {
  position:absolute
 }
 .navbar-expand-sm .navbar-nav .dropdown-menu-right {
  right:0;
  left:auto
 }
 .navbar-expand-sm .navbar-nav .nav-link {
  padding-right:.5rem;
  padding-left:.5rem
 }
 .navbar-expand-sm>.container,
 .navbar-expand-sm>.container-fluid {
  flex-wrap:nowrap
 }
 .navbar-expand-sm .navbar-collapse {
  display:flex!important;
  flex-basis:auto
 }
 .navbar-expand-sm .navbar-toggler {
  display:none
 }
 .navbar-expand-sm .dropup .dropdown-menu {
  top:auto;
  bottom:100%
 }
}
@media (max-width:767.98px) {
 .navbar-expand-md>.container,
 .navbar-expand-md>.container-fluid {
  padding-right:0;
  padding-left:0
 }
}
@media (min-width:768px) {
 .navbar-expand-md {
  flex-flow:row nowrap;
  justify-content:flex-start
 }
 .navbar-expand-md .navbar-nav {
  flex-direction:row
 }
 .navbar-expand-md .navbar-nav .dropdown-menu {
  position:absolute
 }
 .navbar-expand-md .navbar-nav .dropdown-menu-right {
  right:0;
  left:auto
 }
 .navbar-expand-md .navbar-nav .nav-link {
  padding-right:.5rem;
  padding-left:.5rem
 }
 .navbar-expand-md>.container,
 .navbar-expand-md>.container-fluid {
  flex-wrap:nowrap
 }
 .navbar-expand-md .navbar-collapse {
  display:flex!important;
  flex-basis:auto
 }
 .navbar-expand-md .navbar-toggler {
  display:none
 }
 .navbar-expand-md .dropup .dropdown-menu {
  top:auto;
  bottom:100%
 }
}
@media (max-width:991.98px) {
 .navbar-expand-lg>.container,
 .navbar-expand-lg>.container-fluid {
  padding-right:0;
  padding-left:0
 }
}
@media (min-width:992px) {
 .navbar-expand-lg {
  flex-flow:row nowrap;
  justify-content:flex-start
 }
 .navbar-expand-lg .navbar-nav {
  flex-direction:row
 }
 .navbar-expand-lg .navbar-nav .dropdown-menu {
  position:absolute
 }
 .navbar-expand-lg .navbar-nav .dropdown-menu-right {
  right:0;
  left:auto
 }
 .navbar-expand-lg .navbar-nav .nav-link {
  padding-right:.5rem;
  padding-left:.5rem
 }
 .navbar-expand-lg>.container,
 .navbar-expand-lg>.container-fluid {
  flex-wrap:nowrap
 }
 .navbar-expand-lg .navbar-collapse {
  display:flex!important;
  flex-basis:auto
 }
 .navbar-expand-lg .navbar-toggler {
  display:none
 }
 .navbar-expand-lg .dropup .dropdown-menu {
  top:auto;
  bottom:100%
 }
}
@media (max-width:1199.98px) {
 .navbar-expand-xl>.container,
 .navbar-expand-xl>.container-fluid {
  padding-right:0;
  padding-left:0
 }
}
@media (min-width:1200px) {
 .navbar-expand-xl {
  flex-flow:row nowrap;
  justify-content:flex-start
 }
 .navbar-expand-xl .navbar-nav {
  flex-direction:row
 }
 .navbar-expand-xl .navbar-nav .dropdown-menu {
  position:absolute
 }
 .navbar-expand-xl .navbar-nav .dropdown-menu-right {
  right:0;
  left:auto
 }
 .navbar-expand-xl .navbar-nav .nav-link {
  padding-right:.5rem;
  padding-left:.5rem
 }
 .navbar-expand-xl>.container,
 .navbar-expand-xl>.container-fluid {
  flex-wrap:nowrap
 }
 .navbar-expand-xl .navbar-collapse {
  display:flex!important;
  flex-basis:auto
 }
 .navbar-expand-xl .navbar-toggler {
  display:none
 }
 .navbar-expand-xl .dropup .dropdown-menu {
  top:auto;
  bottom:100%
 }
}
.navbar-expand {
 flex-flow:row nowrap;
 justify-content:flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
 padding-right:0;
 padding-left:0
}
.navbar-expand .navbar-nav {
 flex-direction:row
}
.navbar-expand .navbar-nav .dropdown-menu {
 position:absolute
}
.navbar-expand .navbar-nav .dropdown-menu-right {
 right:0;
 left:auto
}
.navbar-expand .navbar-nav .nav-link {
 padding-right:.5rem;
 padding-left:.5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
 flex-wrap:nowrap
}
.navbar-expand .navbar-collapse {
 display:flex!important;
 flex-basis:auto
}
.modal,
.navbar-expand .navbar-toggler {
 display:none
}
.navbar-expand .dropup .dropdown-menu {
 top:auto;
 bottom:100%
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
 color:rgba(0,0,0,.9)
}
.navbar-light .navbar-nav .nav-link {
 color:rgba(0,0,0,.5)
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
 color:rgba(0,0,0,.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
 color:rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
 color:rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler {
 color:rgba(0,0,0,.5);
 border-color:rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
 color:rgba(0,0,0,.5)
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
 color:rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
 color:#fff
}
.navbar-dark .navbar-nav .nav-link {
 color:rgba(255,255,255,.5)
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
 color:rgba(255,255,255,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
 color:rgba(255,255,255,.25)
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
 color:#fff
}
.navbar-dark .navbar-toggler {
 color:rgba(255,255,255,.5);
 border-color:rgba(255,255,255,.1)
}
.navbar-dark .navbar-toggler-icon {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
 color:rgba(255,255,255,.5)
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
 color:#fff
}
.modal {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:1050;
 outline:0
}
.modal-open .modal {
 overflow-x:hidden;
 overflow-y:auto
}
.modal-dialog {
 position:relative;
 width:auto;
 margin:.5rem
}
.modal.fade .modal-dialog {
 transition:transform .3s ease-out;
 transform:translate(0,-25%)
}
.modal.show .modal-dialog {
 transform:translate(0,0)
}
.modal-dialog-centered {
 display:flex;
 align-items:center;
 min-height:calc(100% - (.5rem * 2))
}
.modal-content {
 position:relative;
 display:flex;
 flex-direction:column;
 width:100%;
 pointer-events:auto;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid rgba(0,0,0,.2);
 border-radius:.3rem;
 outline:0
}
.modal-backdrop {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:1040;
 background-color:#000
}
.modal-backdrop.fade {
 opacity:0
}
.modal-backdrop.show {
 opacity:.5
}
.modal-header {
 display:flex;
 align-items:flex-start;
 justify-content:space-between;
 padding:1rem;
 border-bottom:1px solid #e9ecef;
 border-top-left-radius:.3rem;
 border-top-right-radius:.3rem
}
.modal-header .close {
 padding:1rem;
 margin:-1rem -1rem -1rem auto
}
.modal-title {
 margin-bottom:0;
 line-height:1.5
}
.modal-body {
 position:relative;
 flex:1 1 auto;
 padding:1rem
}
.modal-footer {
 display:flex;
 align-items:center;
 justify-content:flex-end;
 padding:1rem;
 border-top:1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
 margin-left:.25rem
}
.modal-footer>:not(:last-child) {
 margin-right:.25rem
}
.modal-scrollbar-measure {
 position:absolute;
 top:-9999px;
 width:50px;
 height:50px;
 overflow:scroll
}
.align-baseline {
 vertical-align:baseline!important
}
.align-top {
 vertical-align:top!important
}
.align-middle {
 vertical-align:middle!important
}
.align-bottom {
 vertical-align:bottom!important
}
.align-text-bottom {
 vertical-align:text-bottom!important
}
.align-text-top {
 vertical-align:text-top!important
}
.bg-primary,
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
 background-color:#000!important
}
.bg-secondary {
 background-color:#ffd500!important
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
 background-color:#ca0!important
}
.bg-success {
 background-color:#28a745!important
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
 background-color:#1e7e34!important
}
.bg-info {
 background-color:#17a2b8!important
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
 background-color:#117a8b!important
}
.bg-warning {
 background-color:#ffc107!important
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
 background-color:#d39e00!important
}
.bg-danger {
 background-color:#dc3545!important
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
 background-color:#bd2130!important
}
.bg-light {
 background-color:#f8f9fa!important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
 background-color:#dae0e5!important
}
.bg-dark {
 background-color:#343a40!important
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
 background-color:#1d2124!important
}
.bg-white {
 background-color:#fff!important
}
.bg-transparent {
 background-color:transparent!important
}
.border {
 border:1px solid #dee2e6!important
}
.border-top {
 border-top:1px solid #dee2e6!important
}
.border-right {
 border-right:1px solid #dee2e6!important
}
.border-bottom {
 border-bottom:1px solid #dee2e6!important
}
.border-left {
 border-left:1px solid #dee2e6!important
}
.border-0 {
 border:0!important
}
.rounded-right,
.rounded-top {
 border-top-right-radius:.25rem!important
}
.rounded-bottom,
.rounded-right {
 border-bottom-right-radius:.25rem!important
}
.rounded-left,
.rounded-top {
 border-top-left-radius:.25rem!important
}
.rounded-bottom,
.rounded-left {
 border-bottom-left-radius:.25rem!important
}
.border-top-0 {
 border-top:0!important
}
.border-right-0 {
 border-right:0!important
}
.border-bottom-0 {
 border-bottom:0!important
}
.border-left-0 {
 border-left:0!important
}
.border-primary {
 border-color:#000!important
}
.border-secondary {
 border-color:#ffd500!important
}
.border-success {
 border-color:#28a745!important
}
.border-info {
 border-color:#17a2b8!important
}
.border-warning {
 border-color:#ffc107!important
}
.border-danger {
 border-color:#dc3545!important
}
.border-light {
 border-color:#f8f9fa!important
}
.border-dark {
 border-color:#343a40!important
}
.border-white {
 border-color:#fff!important
}
.rounded {
 border-radius:.25rem!important
}
.rounded-circle {
 border-radius:50%!important
}
.rounded-0 {
 border-radius:0!important
}
.clearfix::after {
 display:block;
 clear:both
}
.d-none {
 display:none!important
}
.d-inline {
 display:inline!important
}
.d-inline-block {
 display:inline-block!important
}
.d-block {
 display:block!important
}
.d-table {
 display:table!important
}
.d-table-row {
 display:table-row!important
}
.d-table-cell {
 display:table-cell!important
}
.d-flex {
 display:flex!important
}
.d-inline-flex {
 display:inline-flex!important
}
@media (min-width:576px) {
 .modal-dialog {
  max-width:500px;
  margin:1.75rem auto
 }
 .modal-dialog-centered {
  min-height:calc(100% - (1.75rem * 2))
 }
 .modal-sm {
  max-width:300px
 }
 .d-sm-none {
  display:none!important
 }
 .d-sm-inline {
  display:inline!important
 }
 .d-sm-inline-block {
  display:inline-block!important
 }
 .d-sm-block {
  display:block!important
 }
 .d-sm-table {
  display:table!important
 }
 .d-sm-table-row {
  display:table-row!important
 }
 .d-sm-table-cell {
  display:table-cell!important
 }
 .d-sm-flex {
  display:flex!important
 }
 .d-sm-inline-flex {
  display:inline-flex!important
 }
}
@media (min-width:768px) {
 .d-md-none {
  display:none!important
 }
 .d-md-inline {
  display:inline!important
 }
 .d-md-inline-block {
  display:inline-block!important
 }
 .d-md-block {
  display:block!important
 }
 .d-md-table {
  display:table!important
 }
 .d-md-table-row {
  display:table-row!important
 }
 .d-md-table-cell {
  display:table-cell!important
 }
 .d-md-flex {
  display:flex!important
 }
 .d-md-inline-flex {
  display:inline-flex!important
 }
}
@media (min-width:992px) {
 .modal-lg {
  max-width:800px
 }
 .d-lg-none {
  display:none!important
 }
 .d-lg-inline {
  display:inline!important
 }
 .d-lg-inline-block {
  display:inline-block!important
 }
 .d-lg-block {
  display:block!important
 }
 .d-lg-table {
  display:table!important
 }
 .d-lg-table-row {
  display:table-row!important
 }
 .d-lg-table-cell {
  display:table-cell!important
 }
 .d-lg-flex {
  display:flex!important
 }
 .d-lg-inline-flex {
  display:inline-flex!important
 }
}
@media (min-width:1200px) {
 .d-xl-none {
  display:none!important
 }
 .d-xl-inline {
  display:inline!important
 }
 .d-xl-inline-block {
  display:inline-block!important
 }
 .d-xl-block {
  display:block!important
 }
 .d-xl-table {
  display:table!important
 }
 .d-xl-table-row {
  display:table-row!important
 }
 .d-xl-table-cell {
  display:table-cell!important
 }
 .d-xl-flex {
  display:flex!important
 }
 .d-xl-inline-flex {
  display:inline-flex!important
 }
}
@media print {
 .d-print-none {
  display:none!important
 }
 .d-print-inline {
  display:inline!important
 }
 .d-print-inline-block {
  display:inline-block!important
 }
 .d-print-block {
  display:block!important
 }
 .d-print-table {
  display:table!important
 }
 .d-print-table-row {
  display:table-row!important
 }
 .d-print-table-cell {
  display:table-cell!important
 }
 .d-print-flex {
  display:flex!important
 }
 .d-print-inline-flex {
  display:inline-flex!important
 }
}
.embed-responsive {
 position:relative;
 display:block;
 width:100%;
 padding:0;
 overflow:hidden
}
.embed-responsive::before {
 display:block
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 width:100%;
 height:100%;
 border:0
}
.embed-responsive-21by9::before {
 padding-top:42.8571428571%
}
.embed-responsive-16by9::before {
 padding-top:56.25%
}
.embed-responsive-4by3::before {
 padding-top:75%
}
.embed-responsive-1by1::before {
 padding-top:100%
}
.flex-row {
 flex-direction:row!important
}
.flex-column {
 flex-direction:column!important
}
.flex-row-reverse {
 flex-direction:row-reverse!important
}
.flex-column-reverse {
 flex-direction:column-reverse!important
}
.flex-wrap {
 flex-wrap:wrap!important
}
.flex-nowrap {
 flex-wrap:nowrap!important
}
.flex-wrap-reverse {
 flex-wrap:wrap-reverse!important
}
.justify-content-start {
 justify-content:flex-start!important
}
.justify-content-end {
 justify-content:flex-end!important
}
.justify-content-center {
 justify-content:center!important
}
.justify-content-between {
 justify-content:space-between!important
}
.justify-content-around {
 justify-content:space-around!important
}
.align-items-start {
 align-items:flex-start!important
}
.align-items-end {
 align-items:flex-end!important
}
.align-items-center {
 align-items:center!important
}
.align-items-baseline {
 align-items:baseline!important
}
.align-items-stretch {
 align-items:stretch!important
}
.align-content-start {
 align-content:flex-start!important
}
.align-content-end {
 align-content:flex-end!important
}
.align-content-center {
 align-content:center!important
}
.align-content-between {
 align-content:space-between!important
}
.align-content-around {
 align-content:space-around!important
}
.align-content-stretch {
 align-content:stretch!important
}
.align-self-auto {
 align-self:auto!important
}
.align-self-start {
 align-self:flex-start!important
}
.align-self-end {
 align-self:flex-end!important
}
.align-self-center {
 align-self:center!important
}
.align-self-baseline {
 align-self:baseline!important
}
.align-self-stretch {
 align-self:stretch!important
}
.float-left {
 float:left!important
}
.float-right {
 float:right!important
}
.float-none {
 float:none!important
}
.position-static {
 position:static!important
}
.position-relative {
 position:relative!important
}
.position-absolute {
 position:absolute!important
}
.position-fixed {
 position:fixed!important
}
.position-sticky {
 position:sticky!important
}
.fixed-bottom,
.fixed-top {
 position:fixed;
 right:0;
 z-index:1030;
 left:0
}
.fixed-top {
 top:0
}
.fixed-bottom {
 bottom:0
}
@supports (position:sticky) {
 .sticky-top {
  position:sticky;
  top:0;
  z-index:1020
 }
}
.sr-only {
 position:absolute;
 width:1px;
 height:1px;
 padding:0;
 overflow:hidden;
 clip:rect(0,0,0,0);
 clip-path:inset(50%);
 border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
 position:static;
 width:auto;
 height:auto;
 overflow:visible;
 clip:auto;
 white-space:normal;
 clip-path:none
}
.w-25 {
 width:25%!important
}
.w-50 {
 width:50%!important
}
.w-75 {
 width:75%!important
}
.w-100 {
 width:100%!important
}
.h-25 {
 height:25%!important
}
.h-50 {
 height:50%!important
}
.h-75 {
 height:75%!important
}
.h-100 {
 height:100%!important
}
.mw-100 {
 max-width:100%!important
}
.mh-100 {
 max-height:100%!important
}
.m-0 {
 margin:0!important
}
.mt-0,
.my-0 {
 margin-top:0!important
}
.mr-0,
.mx-0 {
 margin-right:0!important
}
.mb-0,
.my-0 {
 margin-bottom:0!important
}
.ml-0,
.mx-0 {
 margin-left:0!important
}
.m-1 {
 margin:.25rem!important
}
.mt-1,
.my-1 {
 margin-top:.25rem!important
}
.mr-1,
.mx-1 {
 margin-right:.25rem!important
}
.mb-1,
.my-1 {
 margin-bottom:.25rem!important
}
.ml-1,
.mx-1 {
 margin-left:.25rem!important
}
.m-2 {
 margin:.5rem!important
}
.mt-2,
.my-2 {
 margin-top:.5rem!important
}
.mr-2,
.mx-2 {
 margin-right:.5rem!important
}
.mb-2,
.my-2 {
 margin-bottom:.5rem!important
}
.ml-2,
.mx-2 {
 margin-left:.5rem!important
}
.m-3 {
 margin:1rem!important
}
.mt-3,
.my-3 {
 margin-top:1rem!important
}
.mr-3,
.mx-3 {
 margin-right:1rem!important
}
.mb-3,
.my-3 {
 margin-bottom:1rem!important
}
.ml-3,
.mx-3 {
 margin-left:1rem!important
}
.m-4 {
 margin:1.5rem!important
}
.mt-4,
.my-4 {
 margin-top:1.5rem!important
}
.mr-4,
.mx-4 {
 margin-right:1.5rem!important
}
.mb-4,
.my-4 {
 margin-bottom:1.5rem!important
}
.ml-4,
.mx-4 {
 margin-left:1.5rem!important
}
.m-5 {
 margin:3rem!important
}
.mt-5,
.my-5 {
 margin-top:3rem!important
}
.mr-5,
.mx-5 {
 margin-right:3rem!important
}
.mb-5,
.my-5 {
 margin-bottom:3rem!important
}
.ml-5,
.mx-5 {
 margin-left:3rem!important
}
.p-0 {
 padding:0!important
}
.pt-0,
.py-0 {
 padding-top:0!important
}
.pr-0,
.px-0 {
 padding-right:0!important
}
.pb-0,
.py-0 {
 padding-bottom:0!important
}
.pl-0,
.px-0 {
 padding-left:0!important
}
.p-1 {
 padding:.25rem!important
}
.pt-1,
.py-1 {
 padding-top:.25rem!important
}
.pr-1,
.px-1 {
 padding-right:.25rem!important
}
.pb-1,
.py-1 {
 padding-bottom:.25rem!important
}
.pl-1,
.px-1 {
 padding-left:.25rem!important
}
.p-2 {
 padding:.5rem!important
}
.pt-2,
.py-2 {
 padding-top:.5rem!important
}
.pr-2,
.px-2 {
 padding-right:.5rem!important
}
.pb-2,
.py-2 {
 padding-bottom:.5rem!important
}
.pl-2,
.px-2 {
 padding-left:.5rem!important
}
.p-3 {
 padding:1rem!important
}
.pt-3,
.py-3 {
 padding-top:1rem!important
}
.pr-3,
.px-3 {
 padding-right:1rem!important
}
.pb-3,
.py-3 {
 padding-bottom:1rem!important
}
.pl-3,
.px-3 {
 padding-left:1rem!important
}
.p-4 {
 padding:1.5rem!important
}
.pt-4,
.py-4 {
 padding-top:1.5rem!important
}
.pr-4,
.px-4 {
 padding-right:1.5rem!important
}
.pb-4,
.py-4 {
 padding-bottom:1.5rem!important
}
.pl-4,
.px-4 {
 padding-left:1.5rem!important
}
.p-5 {
 padding:3rem!important
}
.pt-5,
.py-5 {
 padding-top:3rem!important
}
.pr-5,
.px-5 {
 padding-right:3rem!important
}
.pb-5,
.py-5 {
 padding-bottom:3rem!important
}
.pl-5,
.px-5 {
 padding-left:3rem!important
}
.m-auto {
 margin:auto!important
}
.mt-auto,
.my-auto {
 margin-top:auto!important
}
.mr-auto,
.mx-auto {
 margin-right:auto!important
}
.mb-auto,
.my-auto {
 margin-bottom:auto!important
}
.ml-auto,
.mx-auto {
 margin-left:auto!important
}
.text-justify {
 text-align:justify!important
}
.text-nowrap {
 white-space:nowrap!important
}
.text-truncate {
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap
}
.text-left {
 text-align:left!important
}
.text-right {
 text-align:right!important
}
.text-center {
 text-align:center!important
}
@media (min-width:576px) {
 .flex-sm-row {
  flex-direction:row!important
 }
 .flex-sm-column {
  flex-direction:column!important
 }
 .flex-sm-row-reverse {
  flex-direction:row-reverse!important
 }
 .flex-sm-column-reverse {
  flex-direction:column-reverse!important
 }
 .flex-sm-wrap {
  flex-wrap:wrap!important
 }
 .flex-sm-nowrap {
  flex-wrap:nowrap!important
 }
 .flex-sm-wrap-reverse {
  flex-wrap:wrap-reverse!important
 }
 .justify-content-sm-start {
  justify-content:flex-start!important
 }
 .justify-content-sm-end {
  justify-content:flex-end!important
 }
 .justify-content-sm-center {
  justify-content:center!important
 }
 .justify-content-sm-between {
  justify-content:space-between!important
 }
 .justify-content-sm-around {
  justify-content:space-around!important
 }
 .align-items-sm-start {
  align-items:flex-start!important
 }
 .align-items-sm-end {
  align-items:flex-end!important
 }
 .align-items-sm-center {
  align-items:center!important
 }
 .align-items-sm-baseline {
  align-items:baseline!important
 }
 .align-items-sm-stretch {
  align-items:stretch!important
 }
 .align-content-sm-start {
  align-content:flex-start!important
 }
 .align-content-sm-end {
  align-content:flex-end!important
 }
 .align-content-sm-center {
  align-content:center!important
 }
 .align-content-sm-between {
  align-content:space-between!important
 }
 .align-content-sm-around {
  align-content:space-around!important
 }
 .align-content-sm-stretch {
  align-content:stretch!important
 }
 .align-self-sm-auto {
  align-self:auto!important
 }
 .align-self-sm-start {
  align-self:flex-start!important
 }
 .align-self-sm-end {
  align-self:flex-end!important
 }
 .align-self-sm-center {
  align-self:center!important
 }
 .align-self-sm-baseline {
  align-self:baseline!important
 }
 .align-self-sm-stretch {
  align-self:stretch!important
 }
 .float-sm-left {
  float:left!important
 }
 .float-sm-right {
  float:right!important
 }
 .float-sm-none {
  float:none!important
 }
 .m-sm-0 {
  margin:0!important
 }
 .mt-sm-0,
 .my-sm-0 {
  margin-top:0!important
 }
 .mr-sm-0,
 .mx-sm-0 {
  margin-right:0!important
 }
 .mb-sm-0,
 .my-sm-0 {
  margin-bottom:0!important
 }
 .ml-sm-0,
 .mx-sm-0 {
  margin-left:0!important
 }
 .m-sm-1 {
  margin:.25rem!important
 }
 .mt-sm-1,
 .my-sm-1 {
  margin-top:.25rem!important
 }
 .mr-sm-1,
 .mx-sm-1 {
  margin-right:.25rem!important
 }
 .mb-sm-1,
 .my-sm-1 {
  margin-bottom:.25rem!important
 }
 .ml-sm-1,
 .mx-sm-1 {
  margin-left:.25rem!important
 }
 .m-sm-2 {
  margin:.5rem!important
 }
 .mt-sm-2,
 .my-sm-2 {
  margin-top:.5rem!important
 }
 .mr-sm-2,
 .mx-sm-2 {
  margin-right:.5rem!important
 }
 .mb-sm-2,
 .my-sm-2 {
  margin-bottom:.5rem!important
 }
 .ml-sm-2,
 .mx-sm-2 {
  margin-left:.5rem!important
 }
 .m-sm-3 {
  margin:1rem!important
 }
 .mt-sm-3,
 .my-sm-3 {
  margin-top:1rem!important
 }
 .mr-sm-3,
 .mx-sm-3 {
  margin-right:1rem!important
 }
 .mb-sm-3,
 .my-sm-3 {
  margin-bottom:1rem!important
 }
 .ml-sm-3,
 .mx-sm-3 {
  margin-left:1rem!important
 }
 .m-sm-4 {
  margin:1.5rem!important
 }
 .mt-sm-4,
 .my-sm-4 {
  margin-top:1.5rem!important
 }
 .mr-sm-4,
 .mx-sm-4 {
  margin-right:1.5rem!important
 }
 .mb-sm-4,
 .my-sm-4 {
  margin-bottom:1.5rem!important
 }
 .ml-sm-4,
 .mx-sm-4 {
  margin-left:1.5rem!important
 }
 .m-sm-5 {
  margin:3rem!important
 }
 .mt-sm-5,
 .my-sm-5 {
  margin-top:3rem!important
 }
 .mr-sm-5,
 .mx-sm-5 {
  margin-right:3rem!important
 }
 .mb-sm-5,
 .my-sm-5 {
  margin-bottom:3rem!important
 }
 .ml-sm-5,
 .mx-sm-5 {
  margin-left:3rem!important
 }
 .p-sm-0 {
  padding:0!important
 }
 .pt-sm-0,
 .py-sm-0 {
  padding-top:0!important
 }
 .pr-sm-0,
 .px-sm-0 {
  padding-right:0!important
 }
 .pb-sm-0,
 .py-sm-0 {
  padding-bottom:0!important
 }
 .pl-sm-0,
 .px-sm-0 {
  padding-left:0!important
 }
 .p-sm-1 {
  padding:.25rem!important
 }
 .pt-sm-1,
 .py-sm-1 {
  padding-top:.25rem!important
 }
 .pr-sm-1,
 .px-sm-1 {
  padding-right:.25rem!important
 }
 .pb-sm-1,
 .py-sm-1 {
  padding-bottom:.25rem!important
 }
 .pl-sm-1,
 .px-sm-1 {
  padding-left:.25rem!important
 }
 .p-sm-2 {
  padding:.5rem!important
 }
 .pt-sm-2,
 .py-sm-2 {
  padding-top:.5rem!important
 }
 .pr-sm-2,
 .px-sm-2 {
  padding-right:.5rem!important
 }
 .pb-sm-2,
 .py-sm-2 {
  padding-bottom:.5rem!important
 }
 .pl-sm-2,
 .px-sm-2 {
  padding-left:.5rem!important
 }
 .p-sm-3 {
  padding:1rem!important
 }
 .pt-sm-3,
 .py-sm-3 {
  padding-top:1rem!important
 }
 .pr-sm-3,
 .px-sm-3 {
  padding-right:1rem!important
 }
 .pb-sm-3,
 .py-sm-3 {
  padding-bottom:1rem!important
 }
 .pl-sm-3,
 .px-sm-3 {
  padding-left:1rem!important
 }
 .p-sm-4 {
  padding:1.5rem!important
 }
 .pt-sm-4,
 .py-sm-4 {
  padding-top:1.5rem!important
 }
 .pr-sm-4,
 .px-sm-4 {
  padding-right:1.5rem!important
 }
 .pb-sm-4,
 .py-sm-4 {
  padding-bottom:1.5rem!important
 }
 .pl-sm-4,
 .px-sm-4 {
  padding-left:1.5rem!important
 }
 .p-sm-5 {
  padding:3rem!important
 }
 .pt-sm-5,
 .py-sm-5 {
  padding-top:3rem!important
 }
 .pr-sm-5,
 .px-sm-5 {
  padding-right:3rem!important
 }
 .pb-sm-5,
 .py-sm-5 {
  padding-bottom:3rem!important
 }
 .pl-sm-5,
 .px-sm-5 {
  padding-left:3rem!important
 }
 .m-sm-auto {
  margin:auto!important
 }
 .mt-sm-auto,
 .my-sm-auto {
  margin-top:auto!important
 }
 .mr-sm-auto,
 .mx-sm-auto {
  margin-right:auto!important
 }
 .mb-sm-auto,
 .my-sm-auto {
  margin-bottom:auto!important
 }
 .ml-sm-auto,
 .mx-sm-auto {
  margin-left:auto!important
 }
 .text-sm-left {
  text-align:left!important
 }
 .text-sm-right {
  text-align:right!important
 }
 .text-sm-center {
  text-align:center!important
 }
}
@media (min-width:768px) {
 .flex-md-row {
  flex-direction:row!important
 }
 .flex-md-column {
  flex-direction:column!important
 }
 .flex-md-row-reverse {
  flex-direction:row-reverse!important
 }
 .flex-md-column-reverse {
  flex-direction:column-reverse!important
 }
 .flex-md-wrap {
  flex-wrap:wrap!important
 }
 .flex-md-nowrap {
  flex-wrap:nowrap!important
 }
 .flex-md-wrap-reverse {
  flex-wrap:wrap-reverse!important
 }
 .justify-content-md-start {
  justify-content:flex-start!important
 }
 .justify-content-md-end {
  justify-content:flex-end!important
 }
 .justify-content-md-center {
  justify-content:center!important
 }
 .justify-content-md-between {
  justify-content:space-between!important
 }
 .justify-content-md-around {
  justify-content:space-around!important
 }
 .align-items-md-start {
  align-items:flex-start!important
 }
 .align-items-md-end {
  align-items:flex-end!important
 }
 .align-items-md-center {
  align-items:center!important
 }
 .align-items-md-baseline {
  align-items:baseline!important
 }
 .align-items-md-stretch {
  align-items:stretch!important
 }
 .align-content-md-start {
  align-content:flex-start!important
 }
 .align-content-md-end {
  align-content:flex-end!important
 }
 .align-content-md-center {
  align-content:center!important
 }
 .align-content-md-between {
  align-content:space-between!important
 }
 .align-content-md-around {
  align-content:space-around!important
 }
 .align-content-md-stretch {
  align-content:stretch!important
 }
 .align-self-md-auto {
  align-self:auto!important
 }
 .align-self-md-start {
  align-self:flex-start!important
 }
 .align-self-md-end {
  align-self:flex-end!important
 }
 .align-self-md-center {
  align-self:center!important
 }
 .align-self-md-baseline {
  align-self:baseline!important
 }
 .align-self-md-stretch {
  align-self:stretch!important
 }
 .float-md-left {
  float:left!important
 }
 .float-md-right {
  float:right!important
 }
 .float-md-none {
  float:none!important
 }
 .m-md-0 {
  margin:0!important
 }
 .mt-md-0,
 .my-md-0 {
  margin-top:0!important
 }
 .mr-md-0,
 .mx-md-0 {
  margin-right:0!important
 }
 .mb-md-0,
 .my-md-0 {
  margin-bottom:0!important
 }
 .ml-md-0,
 .mx-md-0 {
  margin-left:0!important
 }
 .m-md-1 {
  margin:.25rem!important
 }
 .mt-md-1,
 .my-md-1 {
  margin-top:.25rem!important
 }
 .mr-md-1,
 .mx-md-1 {
  margin-right:.25rem!important
 }
 .mb-md-1,
 .my-md-1 {
  margin-bottom:.25rem!important
 }
 .ml-md-1,
 .mx-md-1 {
  margin-left:.25rem!important
 }
 .m-md-2 {
  margin:.5rem!important
 }
 .mt-md-2,
 .my-md-2 {
  margin-top:.5rem!important
 }
 .mr-md-2,
 .mx-md-2 {
  margin-right:.5rem!important
 }
 .mb-md-2,
 .my-md-2 {
  margin-bottom:.5rem!important
 }
 .ml-md-2,
 .mx-md-2 {
  margin-left:.5rem!important
 }
 .m-md-3 {
  margin:1rem!important
 }
 .mt-md-3,
 .my-md-3 {
  margin-top:1rem!important
 }
 .mr-md-3,
 .mx-md-3 {
  margin-right:1rem!important
 }
 .mb-md-3,
 .my-md-3 {
  margin-bottom:1rem!important
 }
 .ml-md-3,
 .mx-md-3 {
  margin-left:1rem!important
 }
 .m-md-4 {
  margin:1.5rem!important
 }
 .mt-md-4,
 .my-md-4 {
  margin-top:1.5rem!important
 }
 .mr-md-4,
 .mx-md-4 {
  margin-right:1.5rem!important
 }
 .mb-md-4,
 .my-md-4 {
  margin-bottom:1.5rem!important
 }
 .ml-md-4,
 .mx-md-4 {
  margin-left:1.5rem!important
 }
 .m-md-5 {
  margin:3rem!important
 }
 .mt-md-5,
 .my-md-5 {
  margin-top:3rem!important
 }
 .mr-md-5,
 .mx-md-5 {
  margin-right:3rem!important
 }
 .mb-md-5,
 .my-md-5 {
  margin-bottom:3rem!important
 }
 .ml-md-5,
 .mx-md-5 {
  margin-left:3rem!important
 }
 .p-md-0 {
  padding:0!important
 }
 .pt-md-0,
 .py-md-0 {
  padding-top:0!important
 }
 .pr-md-0,
 .px-md-0 {
  padding-right:0!important
 }
 .pb-md-0,
 .py-md-0 {
  padding-bottom:0!important
 }
 .pl-md-0,
 .px-md-0 {
  padding-left:0!important
 }
 .p-md-1 {
  padding:.25rem!important
 }
 .pt-md-1,
 .py-md-1 {
  padding-top:.25rem!important
 }
 .pr-md-1,
 .px-md-1 {
  padding-right:.25rem!important
 }
 .pb-md-1,
 .py-md-1 {
  padding-bottom:.25rem!important
 }
 .pl-md-1,
 .px-md-1 {
  padding-left:.25rem!important
 }
 .p-md-2 {
  padding:.5rem!important
 }
 .pt-md-2,
 .py-md-2 {
  padding-top:.5rem!important
 }
 .pr-md-2,
 .px-md-2 {
  padding-right:.5rem!important
 }
 .pb-md-2,
 .py-md-2 {
  padding-bottom:.5rem!important
 }
 .pl-md-2,
 .px-md-2 {
  padding-left:.5rem!important
 }
 .p-md-3 {
  padding:1rem!important
 }
 .pt-md-3,
 .py-md-3 {
  padding-top:1rem!important
 }
 .pr-md-3,
 .px-md-3 {
  padding-right:1rem!important
 }
 .pb-md-3,
 .py-md-3 {
  padding-bottom:1rem!important
 }
 .pl-md-3,
 .px-md-3 {
  padding-left:1rem!important
 }
 .p-md-4 {
  padding:1.5rem!important
 }
 .pt-md-4,
 .py-md-4 {
  padding-top:1.5rem!important
 }
 .pr-md-4,
 .px-md-4 {
  padding-right:1.5rem!important
 }
 .pb-md-4,
 .py-md-4 {
  padding-bottom:1.5rem!important
 }
 .pl-md-4,
 .px-md-4 {
  padding-left:1.5rem!important
 }
 .p-md-5 {
  padding:3rem!important
 }
 .pt-md-5,
 .py-md-5 {
  padding-top:3rem!important
 }
 .pr-md-5,
 .px-md-5 {
  padding-right:3rem!important
 }
 .pb-md-5,
 .py-md-5 {
  padding-bottom:3rem!important
 }
 .pl-md-5,
 .px-md-5 {
  padding-left:3rem!important
 }
 .m-md-auto {
  margin:auto!important
 }
 .mt-md-auto,
 .my-md-auto {
  margin-top:auto!important
 }
 .mr-md-auto,
 .mx-md-auto {
  margin-right:auto!important
 }
 .mb-md-auto,
 .my-md-auto {
  margin-bottom:auto!important
 }
 .ml-md-auto,
 .mx-md-auto {
  margin-left:auto!important
 }
 .text-md-left {
  text-align:left!important
 }
 .text-md-right {
  text-align:right!important
 }
 .text-md-center {
  text-align:center!important
 }
}
@media (min-width:992px) {
 .flex-lg-row {
  flex-direction:row!important
 }
 .flex-lg-column {
  flex-direction:column!important
 }
 .flex-lg-row-reverse {
  flex-direction:row-reverse!important
 }
 .flex-lg-column-reverse {
  flex-direction:column-reverse!important
 }
 .flex-lg-wrap {
  flex-wrap:wrap!important
 }
 .flex-lg-nowrap {
  flex-wrap:nowrap!important
 }
 .flex-lg-wrap-reverse {
  flex-wrap:wrap-reverse!important
 }
 .justify-content-lg-start {
  justify-content:flex-start!important
 }
 .justify-content-lg-end {
  justify-content:flex-end!important
 }
 .justify-content-lg-center {
  justify-content:center!important
 }
 .justify-content-lg-between {
  justify-content:space-between!important
 }
 .justify-content-lg-around {
  justify-content:space-around!important
 }
 .align-items-lg-start {
  align-items:flex-start!important
 }
 .align-items-lg-end {
  align-items:flex-end!important
 }
 .align-items-lg-center {
  align-items:center!important
 }
 .align-items-lg-baseline {
  align-items:baseline!important
 }
 .align-items-lg-stretch {
  align-items:stretch!important
 }
 .align-content-lg-start {
  align-content:flex-start!important
 }
 .align-content-lg-end {
  align-content:flex-end!important
 }
 .align-content-lg-center {
  align-content:center!important
 }
 .align-content-lg-between {
  align-content:space-between!important
 }
 .align-content-lg-around {
  align-content:space-around!important
 }
 .align-content-lg-stretch {
  align-content:stretch!important
 }
 .align-self-lg-auto {
  align-self:auto!important
 }
 .align-self-lg-start {
  align-self:flex-start!important
 }
 .align-self-lg-end {
  align-self:flex-end!important
 }
 .align-self-lg-center {
  align-self:center!important
 }
 .align-self-lg-baseline {
  align-self:baseline!important
 }
 .align-self-lg-stretch {
  align-self:stretch!important
 }
 .float-lg-left {
  float:left!important
 }
 .float-lg-right {
  float:right!important
 }
 .float-lg-none {
  float:none!important
 }
 .m-lg-0 {
  margin:0!important
 }
 .mt-lg-0,
 .my-lg-0 {
  margin-top:0!important
 }
 .mr-lg-0,
 .mx-lg-0 {
  margin-right:0!important
 }
 .mb-lg-0,
 .my-lg-0 {
  margin-bottom:0!important
 }
 .ml-lg-0,
 .mx-lg-0 {
  margin-left:0!important
 }
 .m-lg-1 {
  margin:.25rem!important
 }
 .mt-lg-1,
 .my-lg-1 {
  margin-top:.25rem!important
 }
 .mr-lg-1,
 .mx-lg-1 {
  margin-right:.25rem!important
 }
 .mb-lg-1,
 .my-lg-1 {
  margin-bottom:.25rem!important
 }
 .ml-lg-1,
 .mx-lg-1 {
  margin-left:.25rem!important
 }
 .m-lg-2 {
  margin:.5rem!important
 }
 .mt-lg-2,
 .my-lg-2 {
  margin-top:.5rem!important
 }
 .mr-lg-2,
 .mx-lg-2 {
  margin-right:.5rem!important
 }
 .mb-lg-2,
 .my-lg-2 {
  margin-bottom:.5rem!important
 }
 .ml-lg-2,
 .mx-lg-2 {
  margin-left:.5rem!important
 }
 .m-lg-3 {
  margin:1rem!important
 }
 .mt-lg-3,
 .my-lg-3 {
  margin-top:1rem!important
 }
 .mr-lg-3,
 .mx-lg-3 {
  margin-right:1rem!important
 }
 .mb-lg-3,
 .my-lg-3 {
  margin-bottom:1rem!important
 }
 .ml-lg-3,
 .mx-lg-3 {
  margin-left:1rem!important
 }
 .m-lg-4 {
  margin:1.5rem!important
 }
 .mt-lg-4,
 .my-lg-4 {
  margin-top:1.5rem!important
 }
 .mr-lg-4,
 .mx-lg-4 {
  margin-right:1.5rem!important
 }
 .mb-lg-4,
 .my-lg-4 {
  margin-bottom:1.5rem!important
 }
 .ml-lg-4,
 .mx-lg-4 {
  margin-left:1.5rem!important
 }
 .m-lg-5 {
  margin:3rem!important
 }
 .mt-lg-5,
 .my-lg-5 {
  margin-top:3rem!important
 }
 .mr-lg-5,
 .mx-lg-5 {
  margin-right:3rem!important
 }
 .mb-lg-5,
 .my-lg-5 {
  margin-bottom:3rem!important
 }
 .ml-lg-5,
 .mx-lg-5 {
  margin-left:3rem!important
 }
 .p-lg-0 {
  padding:0!important
 }
 .pt-lg-0,
 .py-lg-0 {
  padding-top:0!important
 }
 .pr-lg-0,
 .px-lg-0 {
  padding-right:0!important
 }
 .pb-lg-0,
 .py-lg-0 {
  padding-bottom:0!important
 }
 .pl-lg-0,
 .px-lg-0 {
  padding-left:0!important
 }
 .p-lg-1 {
  padding:.25rem!important
 }
 .pt-lg-1,
 .py-lg-1 {
  padding-top:.25rem!important
 }
 .pr-lg-1,
 .px-lg-1 {
  padding-right:.25rem!important
 }
 .pb-lg-1,
 .py-lg-1 {
  padding-bottom:.25rem!important
 }
 .pl-lg-1,
 .px-lg-1 {
  padding-left:.25rem!important
 }
 .p-lg-2 {
  padding:.5rem!important
 }
 .pt-lg-2,
 .py-lg-2 {
  padding-top:.5rem!important
 }
 .pr-lg-2,
 .px-lg-2 {
  padding-right:.5rem!important
 }
 .pb-lg-2,
 .py-lg-2 {
  padding-bottom:.5rem!important
 }
 .pl-lg-2,
 .px-lg-2 {
  padding-left:.5rem!important
 }
 .p-lg-3 {
  padding:1rem!important
 }
 .pt-lg-3,
 .py-lg-3 {
  padding-top:1rem!important
 }
 .pr-lg-3,
 .px-lg-3 {
  padding-right:1rem!important
 }
 .pb-lg-3,
 .py-lg-3 {
  padding-bottom:1rem!important
 }
 .pl-lg-3,
 .px-lg-3 {
  padding-left:1rem!important
 }
 .p-lg-4 {
  padding:1.5rem!important
 }
 .pt-lg-4,
 .py-lg-4 {
  padding-top:1.5rem!important
 }
 .pr-lg-4,
 .px-lg-4 {
  padding-right:1.5rem!important
 }
 .pb-lg-4,
 .py-lg-4 {
  padding-bottom:1.5rem!important
 }
 .pl-lg-4,
 .px-lg-4 {
  padding-left:1.5rem!important
 }
 .p-lg-5 {
  padding:3rem!important
 }
 .pt-lg-5,
 .py-lg-5 {
  padding-top:3rem!important
 }
 .pr-lg-5,
 .px-lg-5 {
  padding-right:3rem!important
 }
 .pb-lg-5,
 .py-lg-5 {
  padding-bottom:3rem!important
 }
 .pl-lg-5,
 .px-lg-5 {
  padding-left:3rem!important
 }
 .m-lg-auto {
  margin:auto!important
 }
 .mt-lg-auto,
 .my-lg-auto {
  margin-top:auto!important
 }
 .mr-lg-auto,
 .mx-lg-auto {
  margin-right:auto!important
 }
 .mb-lg-auto,
 .my-lg-auto {
  margin-bottom:auto!important
 }
 .ml-lg-auto,
 .mx-lg-auto {
  margin-left:auto!important
 }
 .text-lg-left {
  text-align:left!important
 }
 .text-lg-right {
  text-align:right!important
 }
 .text-lg-center {
  text-align:center!important
 }
}
@media (min-width:1200px) {
 .flex-xl-row {
  flex-direction:row!important
 }
 .flex-xl-column {
  flex-direction:column!important
 }
 .flex-xl-row-reverse {
  flex-direction:row-reverse!important
 }
 .flex-xl-column-reverse {
  flex-direction:column-reverse!important
 }
 .flex-xl-wrap {
  flex-wrap:wrap!important
 }
 .flex-xl-nowrap {
  flex-wrap:nowrap!important
 }
 .flex-xl-wrap-reverse {
  flex-wrap:wrap-reverse!important
 }
 .justify-content-xl-start {
  justify-content:flex-start!important
 }
 .justify-content-xl-end {
  justify-content:flex-end!important
 }
 .justify-content-xl-center {
  justify-content:center!important
 }
 .justify-content-xl-between {
  justify-content:space-between!important
 }
 .justify-content-xl-around {
  justify-content:space-around!important
 }
 .align-items-xl-start {
  align-items:flex-start!important
 }
 .align-items-xl-end {
  align-items:flex-end!important
 }
 .align-items-xl-center {
  align-items:center!important
 }
 .align-items-xl-baseline {
  align-items:baseline!important
 }
 .align-items-xl-stretch {
  align-items:stretch!important
 }
 .align-content-xl-start {
  align-content:flex-start!important
 }
 .align-content-xl-end {
  align-content:flex-end!important
 }
 .align-content-xl-center {
  align-content:center!important
 }
 .align-content-xl-between {
  align-content:space-between!important
 }
 .align-content-xl-around {
  align-content:space-around!important
 }
 .align-content-xl-stretch {
  align-content:stretch!important
 }
 .align-self-xl-auto {
  align-self:auto!important
 }
 .align-self-xl-start {
  align-self:flex-start!important
 }
 .align-self-xl-end {
  align-self:flex-end!important
 }
 .align-self-xl-center {
  align-self:center!important
 }
 .align-self-xl-baseline {
  align-self:baseline!important
 }
 .align-self-xl-stretch {
  align-self:stretch!important
 }
 .float-xl-left {
  float:left!important
 }
 .float-xl-right {
  float:right!important
 }
 .float-xl-none {
  float:none!important
 }
 .m-xl-0 {
  margin:0!important
 }
 .mt-xl-0,
 .my-xl-0 {
  margin-top:0!important
 }
 .mr-xl-0,
 .mx-xl-0 {
  margin-right:0!important
 }
 .mb-xl-0,
 .my-xl-0 {
  margin-bottom:0!important
 }
 .ml-xl-0,
 .mx-xl-0 {
  margin-left:0!important
 }
 .m-xl-1 {
  margin:.25rem!important
 }
 .mt-xl-1,
 .my-xl-1 {
  margin-top:.25rem!important
 }
 .mr-xl-1,
 .mx-xl-1 {
  margin-right:.25rem!important
 }
 .mb-xl-1,
 .my-xl-1 {
  margin-bottom:.25rem!important
 }
 .ml-xl-1,
 .mx-xl-1 {
  margin-left:.25rem!important
 }
 .m-xl-2 {
  margin:.5rem!important
 }
 .mt-xl-2,
 .my-xl-2 {
  margin-top:.5rem!important
 }
 .mr-xl-2,
 .mx-xl-2 {
  margin-right:.5rem!important
 }
 .mb-xl-2,
 .my-xl-2 {
  margin-bottom:.5rem!important
 }
 .ml-xl-2,
 .mx-xl-2 {
  margin-left:.5rem!important
 }
 .m-xl-3 {
  margin:1rem!important
 }
 .mt-xl-3,
 .my-xl-3 {
  margin-top:1rem!important
 }
 .mr-xl-3,
 .mx-xl-3 {
  margin-right:1rem!important
 }
 .mb-xl-3,
 .my-xl-3 {
  margin-bottom:1rem!important
 }
 .ml-xl-3,
 .mx-xl-3 {
  margin-left:1rem!important
 }
 .m-xl-4 {
  margin:1.5rem!important
 }
 .mt-xl-4,
 .my-xl-4 {
  margin-top:1.5rem!important
 }
 .mr-xl-4,
 .mx-xl-4 {
  margin-right:1.5rem!important
 }
 .mb-xl-4,
 .my-xl-4 {
  margin-bottom:1.5rem!important
 }
 .ml-xl-4,
 .mx-xl-4 {
  margin-left:1.5rem!important
 }
 .m-xl-5 {
  margin:3rem!important
 }
 .mt-xl-5,
 .my-xl-5 {
  margin-top:3rem!important
 }
 .mr-xl-5,
 .mx-xl-5 {
  margin-right:3rem!important
 }
 .mb-xl-5,
 .my-xl-5 {
  margin-bottom:3rem!important
 }
 .ml-xl-5,
 .mx-xl-5 {
  margin-left:3rem!important
 }
 .p-xl-0 {
  padding:0!important
 }
 .pt-xl-0,
 .py-xl-0 {
  padding-top:0!important
 }
 .pr-xl-0,
 .px-xl-0 {
  padding-right:0!important
 }
 .pb-xl-0,
 .py-xl-0 {
  padding-bottom:0!important
 }
 .pl-xl-0,
 .px-xl-0 {
  padding-left:0!important
 }
 .p-xl-1 {
  padding:.25rem!important
 }
 .pt-xl-1,
 .py-xl-1 {
  padding-top:.25rem!important
 }
 .pr-xl-1,
 .px-xl-1 {
  padding-right:.25rem!important
 }
 .pb-xl-1,
 .py-xl-1 {
  padding-bottom:.25rem!important
 }
 .pl-xl-1,
 .px-xl-1 {
  padding-left:.25rem!important
 }
 .p-xl-2 {
  padding:.5rem!important
 }
 .pt-xl-2,
 .py-xl-2 {
  padding-top:.5rem!important
 }
 .pr-xl-2,
 .px-xl-2 {
  padding-right:.5rem!important
 }
 .pb-xl-2,
 .py-xl-2 {
  padding-bottom:.5rem!important
 }
 .pl-xl-2,
 .px-xl-2 {
  padding-left:.5rem!important
 }
 .p-xl-3 {
  padding:1rem!important
 }
 .pt-xl-3,
 .py-xl-3 {
  padding-top:1rem!important
 }
 .pr-xl-3,
 .px-xl-3 {
  padding-right:1rem!important
 }
 .pb-xl-3,
 .py-xl-3 {
  padding-bottom:1rem!important
 }
 .pl-xl-3,
 .px-xl-3 {
  padding-left:1rem!important
 }
 .p-xl-4 {
  padding:1.5rem!important
 }
 .pt-xl-4,
 .py-xl-4 {
  padding-top:1.5rem!important
 }
 .pr-xl-4,
 .px-xl-4 {
  padding-right:1.5rem!important
 }
 .pb-xl-4,
 .py-xl-4 {
  padding-bottom:1.5rem!important
 }
 .pl-xl-4,
 .px-xl-4 {
  padding-left:1.5rem!important
 }
 .p-xl-5 {
  padding:3rem!important
 }
 .pt-xl-5,
 .py-xl-5 {
  padding-top:3rem!important
 }
 .pr-xl-5,
 .px-xl-5 {
  padding-right:3rem!important
 }
 .pb-xl-5,
 .py-xl-5 {
  padding-bottom:3rem!important
 }
 .pl-xl-5,
 .px-xl-5 {
  padding-left:3rem!important
 }
 .m-xl-auto {
  margin:auto!important
 }
 .mt-xl-auto,
 .my-xl-auto {
  margin-top:auto!important
 }
 .mr-xl-auto,
 .mx-xl-auto {
  margin-right:auto!important
 }
 .mb-xl-auto,
 .my-xl-auto {
  margin-bottom:auto!important
 }
 .ml-xl-auto,
 .mx-xl-auto {
  margin-left:auto!important
 }
 .text-xl-left {
  text-align:left!important
 }
 .text-xl-right {
  text-align:right!important
 }
 .text-xl-center {
  text-align:center!important
 }
}
.text-lowercase {
 text-transform:lowercase!important
}
.text-uppercase {
 text-transform:uppercase!important
}
.status-heading,
.text-capitalize {
 text-transform:capitalize!important
}
.font-weight-light {
 font-weight:300!important
}
.font-weight-normal {
 font-weight:400!important
}
.font-weight-bold {
 font-weight:700!important
}
.font-italic {
 font-style:italic!important
}
.text-white {
 color:#fff!important
}
.text-primary,
a.text-primary:focus,
a.text-primary:hover {
 color:#000!important
}
.text-secondary {
 color:#ffd500!important
}
a.text-secondary:focus,
a.text-secondary:hover {
 color:#ca0!important
}
.text-success {
 color:#28a745!important
}
a.text-success:focus,
a.text-success:hover {
 color:#1e7e34!important
}
.text-info {
 color:#17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
 color:#117a8b!important
}
.text-warning {
 color:#ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
 color:#d39e00!important
}
.text-danger {
 color:#dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
 color:#bd2130!important
}
.text-light {
 color:#f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
 color:#dae0e5!important
}
.text-dark {
 color:#343a40!important
}
a.text-dark:focus,
a.text-dark:hover {
 color:#1d2124!important
}
.text-muted {
 color:#6c757d!important
}
.text-hide {
 font:0/0 a;
 color:transparent;
 text-shadow:none;
 background-color:transparent;
 border:0
}
.visible {
 visibility:visible!important
}
.invisible {
 visibility:hidden!important
}
.navbar {
 padding:.8rem;
 -webkit-transition:all .25s ease;
 -moz-transition:all .25s ease;
 -ms-transition:all .25s ease;
 -o-transition:all .25s ease;
 transition:all .25s ease
}
.navbar .navbar-nav .nav-link {
 font-size:1.25rem;
 position:relative;
 margin:0 .8125rem;
 padding:0;
 line-height:1
}
.navbar .navbar-nav .nav-link:after {
 height:3px;
 position:absolute;
 bottom:-5px;
 left:0;
 background:#ffd500;
 width:0%;
 -webkit-transition:all .25s ease;
 -moz-transition:all .25s ease;
 -ms-transition:all .25s ease;
 -o-transition:all .25s ease;
 transition:all .25s ease
}
.navbar .navbar-nav .nav-link:hover:after {
 width:100%
}
.navbar .navbar-brand {
 width:230px
}
.navbar .navbar-brand img {
 -webkit-transition:height .25s ease;
 -moz-transition:height .25s ease;
 -ms-transition:height .25s ease;
 -o-transition:height .25s ease;
 transition:height .25s ease;
 height:66px
}
@media (min-width:768px) and (max-width:1199px) {
 .navbar .navbar-nav .nav-link {
  font-size:1.05rem
 }
 .navbar .navbar-brand {
  width:113px
 }
}
@media (max-width:767px) {
 .navbar .navbar-brand {
  width:auto;
  margin:0 auto
 }
}
.navbar.scrolled {
 padding:.3rem .8rem;
 background:url(../img/navShadow.webp) center top repeat-x
}
.navbar.scrolled .navbar-brand img {
 height:60px;
 -webkit-transition:all .25s ease-in-out;
 -moz-transition:all .25s ease-in-out;
 -ms-transition:all .25s ease-in-out;
 -o-transition:all .25s ease-in-out;
 transition:all .25s ease-in-out
}
.navbar-brand {
 padding-top:0;
 padding-right:0;
 margin-right:0
}
.server-status {
 color:#FFF;
 font-weight:700;
 text-align:right;
 padding-right:1rem;
 font-size:.9375rem;
 padding-top:3px
}
.server-status .online {
 color:#2bcc05;
 position:relative
}
.server-status .online:before {
 width:8px;
 height:8px;
 border-radius:50%;
 background:#2bcc05;
 position:absolute;
 top:5px;
 left:-12px
}
.server-status .server-time {
 line-height:1;
 font-size:1.5rem;
 font-weight:700
}
@media (min-width:992px) and (max-width:1199px) {
 .server-status .server-time {
  font-size:1.25rem
 }
 .server-status {
  font-size:.85rem
 }
}
.navbar-right .btn-login {
 border-width:3px;
 line-height:1;
 padding:.875rem;
 font-weight:700
}
.floating-navigation {
 width:160px;
 height:630px;
 background:url(../img/floatingNavBg.webp) left top no-repeat;
 position:fixed;
 left:-139px;
 top:50%;
 z-index:200;
 -webkit-transform:translateY(-40%);
 -moz-transform:translateY(-40%);
 -ms-transform:translateY(-40%);
 -o-transform:translateY(-40%);
 transform:translateY(-40%);
 padding:10px 0px 0px 31px;
 -webkit-transition:all .25s ease-in-out;
 -moz-transition:all .25s ease-in-out;
 -ms-transition:all .25s ease-in-out;
 -o-transition:all .25s ease-in-out;
 transition:all .25s ease-in-out
}
.floating-navigation li,
.floating-navigation ul {
 padding:0;
 margin:0;
 list-style:none
}
.floating-navigation ul.float-nav-ul li {
/* width:45px;*/
 
/* border-bottom:1px solid #949392*/
}
.floating-navigation ul.float-nav-ul li a {
/* display:block;
 width:45px;
 height:45px;*/
 overflow:hidden;
 margin:0 auto;
 position:relative;
 text-align:center;
 -webkit-transition:color .25s ease;
 -moz-transition:color .25s ease;
 -ms-transition:color .25s ease;
 -o-transition:color .25s ease;
 transition:color .25s ease
}

.floating-navigation ul.float-nav-ul li a:hover {
 color:#ffd500
}
.floating-navigation ul.float-nav-ul li:last-child {
 border-bottom:0
}


.floating-navigation .float-nav-toggle {
 display:block;
 width:20px;
 height:20px;
 background:url(../img/float-nav-toggle.webp) -20px center no-repeat rgba(255,255,255,0.2);
 overflow:hidden;
 position:absolute;
 top:50%;
 right:-8px;
 -webkit-transform:translate(0,-50%);
 -moz-transform:translate(0,-50%);
 -ms-transform:translate(0,-50%);
 -o-transform:translate(0,-50%);
 transform:translate(0,-50%);
 border-radius:0 3px 3px 0;
 padding:1rem .75rem
}
.floating-navigation.show {
 left:0
}
.floating-navigation.show .float-nav-toggle {
 background-position:0 center
}
.floatingnav-collapse {
 width:38px;
 height:30px;
 background:url(../img/navigation-menu.webp) center top no-repeat;
 position:absolute;
 left:.8rem;
 top:calc(50% - 13px);
 border:0;
 outline:0;
 -webkit-transition:background .35s ease-in-out;
 -moz-transition:background .35s ease-in-out;
 -ms-transition:background .35s ease-in-out;
 -o-transition:background .35s ease-in-out;
 transition:background .35s ease-in-out;
 display:none
}
.floatingnav-collapse:focus {
 outline:0
}

.login-form-right .dropdown-toggle {
 position:relative
}
.login-form-right .dropdown-toggle .dropdown-menu {
 display:unset;
 right:0;
 left:auto;
 width:250px;
 background:rgba(0,0,0,.8);
 padding:.5rem;
 visibility:hidden;
 opacity:0;
 top:calc(100% + 1rem);
 -webkit-transition:all .25s ease;
 -moz-transition:all .25s ease;
 -ms-transition:all .25s ease;
 -o-transition:all .25s ease;
 transition:all .25s ease;
 margin-top:.8rem
}
.login-form-right .dropdown-toggle .dropdown-menu .form-control {
 padding:.5rem;
 font-size:.9rem;
 color:#FFF
}
.login-form-right .dropdown-toggle .dropdown-menu .form-group {
 margin-bottom:.5rem
}
.login-form-right .dropdown-toggle .dropdown-menu .btn {
 padding:.2rem;
 background:url(../img/loginBtnBg.webp) center top no-repeat!important;
 color:#000;
 text-transform:uppercase;
 font-weight:700;
 border-radius:2px;
 border:0
}
.login-form-right .dropdown-toggle .dropdown-menu:before {
 position:absolute;
 top:-12px;
 right:12px;
 border-left:12px solid transparent;
 border-right:12px solid transparent;
 border-bottom:12px solid rgba(0,0,0,.8)
}
.login-form-right .dropdown-toggle.show>.btn {
 color:#212529;
 background-color:#ffd500;
 border-color:#ffd500
}
.login-form-right .dropdown-toggle.show .dropdown-menu {
 visibility:visible;
 opacity:1;
 top:100%
}
.login-form-right .dropdown-toggle:after {
 content:unset
}
.header {
 background:url(../img/headerBg.webp) center bottom no-repeat;
 background-size:cover;
 min-height:900px;
 position:relative;
 overflow:hidden
}
.header:after,
.header:before {
 position:absolute;
 left:0;
 width:100%;
 content:""
}
.header:before {
 height:940px;
 background:url(../img/headerShadow.webp) center top no-repeat;
 background-size:cover;
 top:0
}
.header:after {
 height:176px;
 background:url(../img/headerShadow2.webp) center top repeat-x;
 bottom:0
}
.header .container,
.sign-in-box {
 position:relative
}
@media (max-width:767px) {
 .header {
  min-height:auto;
  padding-bottom:3rem
 }
}
.header-spacer {
 height:100px
}
.content .header-spacer {
 height:115px
}
.sign-in-box {
 width:100%;
 height:451px;
 background:url(../img/memberLoginBg.webp) center top;
 padding:82px 1.5rem 1.5rem;
 margin-top:100px;
 max-width:calc(318px + 3rem);
 border-radius:3px
}
.sign-in-box h4 {
 font-size:1.125rem;
 text-align:center;
 margin:1.625rem 0;
 line-height:1
}
.sign-in-box .memberLoginLogo {
 position:absolute;
 top:-100px;
 left:calc(50% - 95.5px)
}
.sign-in-box.loggedin {
 background:url(../img/memberLoginBgLoggedIn.webp) center top;
 height:522px;
 padding:56px 0 0
}
.sign-in-box.loggedin .memberLoginLogo {
 -webkit-transform:scale(.65);
 -moz-transform:scale(.65);
 -ms-transform:scale(.65);
 -o-transform:scale(.65);
 transform:scale(.65)
}
.sign-in-box .form-control {
 text-align:center;
 color:#FFF;
 height:50px
}
.sign-in-box .btn-secondary,
.sign-in-box a.logout {
 height:50px;
 background:url(../img/loginBtnBg.webp) center top no-repeat!important;
 font-size:1.125rem;
 color:#000;
 text-transform:uppercase;
 font-weight:700;
 border-radius:0;
 border:0;
 display:block;
 max-width:318px;
 text-align:center;
 line-height:50px;
 padding:0
}
.sign-in-box .form-check-label {
 color:#FFF;
 font-size:.875rem
}
.sign-in-box .register-now {
 font-size:1.125rem;
 color:#FFF;
 margin-top:1rem;
 white-space:nowrap;
 text-align:center
}
.sign-in-box .register-now a {
 color:#ffd500;
 text-decoration:none;
 font-weight:700
}
@media (max-width:420px) {
 .sign-in-box .register-now span {
  display:none
 }
}
.sign-in-box .form-group {
 -webkit-transition:all .25s ease-in-out;
 -moz-transition:all .25s ease-in-out;
 -ms-transition:all .25s ease-in-out;
 -o-transition:all .25s ease-in-out;
 transition:all .25s ease-in-out
}
.sign-in-box .form-check .form-check-input {
 position:relative;
 left:-9999999999px
}
.sign-in-box .form-check .form-check-input:checked~.checkbox {
 background-position:top right
}
.sign-in-box .form-check .checkbox {
 width:12px;
 height:12px;
 background:url(../img/check.webp) left top no-repeat;
 overflow:hidden;
 display:inline-block;
 margin-left:-1rem;
 margin-right:.5rem;
 position:relative;
 top:2px
}
.sign-in-box .welcome-box {
 height:200px
}
@media (max-width:767px) {
 .sign-in-box {
  max-width:368px;
  height:auto;
  margin:100px auto 0;
  padding-top:1.5rem
 }
 .sign-in-box .memberLoginLogo {
  display:none
 }
 .sign-in-box h4 {
  margin-top:0
 }
 .sign-in-box .register-now {
  margin-bottom:0
 }
 .sign-in-box.is-mobile .form-group,
 .sign-in-box.is-mobile .welcome-box,
 .sign-in-box.is-mobile h4 {
  opacity:0;
 }
 .sign-in-box.loggedin {
  padding-top:0;
  height:466px
 }
}
.login-button {
 margin-top:1rem;
 position:relative;
 z-index:100;
 max-width:calc(318px + 3rem)
}
.login-button a {
 color:#ffd500;
 text-transform:uppercase;
 font-weight:700;
 font-size:1.125rem;
 border-style:double;
 height:60px;
 border-width:7px;
 line-height:2
}
.login-button a:hover {
 background:0 0;
 color:#ffd500
}
.login-button a:active,
.login-button a:active:focus,
.login-button a:focus {
 background:0 0!important;
 box-shadow:none!important;
 color:#ffd500!important
}
.character {
 position:absolute;
 top:36px;
 right:-202px;
 width:958px;
 height:1092px;
 background:url(../img/headerRender.webp) center top no-repeat
}
@media (min-width:768px) and (max-width:991px) {
 .character {
  right:-350px
 }
}
.arrow-down {
 width:20px;
 height:20px;
 border-left:5px solid #ffd500;
 border-bottom:5px solid #ffd500;
 position:absolute;
 z-index:100;
 left:calc(50% - 10px);
 bottom:-50px;
 -webkit-transform:rotate(-45deg);
 -moz-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 -o-transform:rotate(-45deg);
 transform:rotate(-45deg);
 animation:arrow_animate .4s ease-in-out infinite
}
@media (max-width:767px) {
 .login-button {
  max-width:320px;
  margin:1rem auto 0
 }
 .character {
  background:url(../img/headerRender-xs.webp) 190px top no-repeat
 }
 .arrow-down {
  bottom:-30px
 }
}
@keyframes arrow_animate {
 0%,
 100% {
  transform:translate(0,0) rotate(-45deg) scale(1);
  opacity:1
 }
 50% {
  opacity:.3;
  transform:translate(0,10px) rotate(-45deg) scale(1)
 }
}
.news {
 position:relative;
 z-index:5
}
.news-statistics {
 padding:0;
 position:relative
}
.news-statistics .news-slideshow .slick-slide {
 text-align:center;
 -webkit-transform:scale(1,1);
 -moz-transform:scale(1,1);
 -ms-transform:scale(1,1);
 -o-transform:scale(1,1);
 transform:scale(1,1);
 -webkit-transition:all .5s ease-in-out;
 -moz-transition:all .5s ease-in-out;
 -ms-transition:all .5s ease-in-out;
 -o-transition:all .5s ease-in-out;
 transition:all .5s ease-in-out;
 position:relative
}
.news-statistics .news-slideshow .slick-slide img {
 width:100%
}
.news-statistics .news-slideshow .slick-slide h3 {
 -webkit-transition:all .5s ease-in-out;
 -moz-transition:all .5s ease-in-out;
 -ms-transition:all .5s ease-in-out;
 -o-transition:all .5s ease-in-out;
 transition:all .5s ease-in-out
}
.news-statistics .news-slideshow .slick-slide.slick-center {
 -webkit-transform:scale(1.1,1.1);
 -moz-transform:scale(1.1,1.1);
 -ms-transform:scale(1.1,1.1);
 -o-transform:scale(1.1,1.1);
 transform:scale(1.1,1.1);
 z-index:200
}
.news-statistics .news-slideshow .slick-slide.slick-center h3 {
 color:#e1d500
}
.news-statistics .news-slideshow .slick-slide .news-slide,
.news-statistics .news-slideshow .slick-slide>div {
 height:100%
}
.news-statistics .news-slideshow .news-slide {
 background:rgba(33,33,33,.7)
}
.news-statistics .news-slideshow .slick-track {
 padding:1.8rem 0;
 display:flex
}
.news-statistics .news-slideshow .slick-track .slick-slide {
 display:flex;
 height:auto;
 align-items:start;
 justify-content:start
}
.news-statistics .news-slideshow .news-info {
 color:#FFF;
 padding:1.5rem;
 border:1px solid #3d4042;
 border-top:0;
 border-bottom:0
}
.news-statistics .news-buttons .news-next,
.news-statistics .news-buttons .news-prev,
.screenshots .screenshot-next,
.screenshots .screenshot-prev {
 border:0;
 -webkit-transition:all .25s ease-in-out;
 -moz-transition:all .25s ease-in-out;
 -ms-transition:all .25s ease-in-out;
 -o-transition:all .25s ease-in-out;
 cursor:pointer;
 outline:0
}
.news-statistics .news-slideshow .news-info:after {
 width:100%;
 height:1px;
 background:#3d4042;
 position:absolute;
 bottom:0;
 left:0;
 content:""
}
.news-statistics .news-slideshow .news-info .news-date {
 font-size:.875rem
}
.news-statistics .news-slideshow .news-info h3 {
 font-size:1.5rem;
 font-weight:700;
 line-height:1.2;
 margin-top:.5rem
}
.news-statistics .news-slideshow .news-info p {
 font-size:.9375rem;
 margin-bottom:0
}
@media (max-width:376px) {
 .news-statistics .news-slideshow .news-info p {
  display:none
 }
}
.news-statistics .news-buttons {
 position:absolute!important;
 top:45%;
 left:0;
 right:0;
 margin:0 auto;
 z-index:100
}
.news-statistics .news-buttons .news-next,
.news-statistics .news-buttons .news-prev {
 position:absolute;
 top:0;
 right:0;
 width:55px;
 height:55px;
 transition:all .25s ease-in-out
}
@media (max-width:767px) {
 .news-statistics .news-buttons .news-next,
 .news-statistics .news-buttons .news-prev {
  width:40px;
  height:40px;
  background-size:contain!important
 }
}
.news-statistics .news-buttons .news-prev {
 background:url(../img/prev.webp) center top no-repeat;
 left:0
}
.news-statistics .news-buttons .news-prev:hover {
 left:.5rem
}
.news-statistics .news-buttons .news-next {
 background:url(../img/next.webp) center top no-repeat;
 position:absolute;
 top:0;
 right:0
}
.news-statistics .news-buttons .news-next:hover {
 right:.5rem
}
@media (max-width:767px) {
 .news-statistics .news-buttons .news-prev {
  left:12px
 }
 .news-statistics .news-buttons .news-next {
  right:12px
 }
 .news-statistics {
  padding:2rem 0 0;
  background-size:cover!important
 }
 .general-n-monthly .container.informations .puppy {
  display:none
 }
}
.general-n-monthly {
 position:relative;
 padding-bottom:7rem
}
.general-n-monthly .container {
 position:relative
}
.general-n-monthly .container.informations {
 z-index:30
}
.general-n-monthly .container.informations .puppy {
 width:290px;
 height:238px;
 background:url(../img/puppy.webp) center top no-repeat;
 position:absolute;
 bottom:-169px;
 right:-54px;
 content:"";
 z-index:30
}
@media (min-width:768px) and (max-width:991px) {
 .general-n-monthly .container.informations .puppy {
  right:-84px
 }
 .general-n-monthly {
  padding-bottom:5rem
 }
}
.general-n-monthly .general-information {
 color:#FFF;
 padding-top:7.5rem;
 margin-bottom:4rem
}
.general-n-monthly .general-information h2 {
 margin:0 0 2rem;
 line-height:1;
 position:relative
}
.general-n-monthly .general-information h2:after {
 width:124px;
 height:4px;
 background:#ffd500;
 content:"";
 position:absolute;
 top:calc(50% - 2px);
 right:0
}
@media (min-width:992px) and (max-width:1199px) {
 .general-n-monthly .general-information h2:after {
  width:55px
 }
}
.general-n-monthly .general-information p {
 font-size:.9375rem;
 line-height:1.375rem;
 margin:0 -2px
}
@media (max-width:767px) {
 .general-n-monthly .general-information {
  padding-top:5rem;
  margin-bottom:0
 }
 .general-n-monthly .general-information h2 {
  margin:0 auto 3rem;
  width:240px;
  text-align:center
 }
 .general-n-monthly .general-information h2:after {
  width:76px;
  height:4px;
  background:#ffd500;
  content:"";
  position:absolute;
  top:auto;
  bottom:-1.3rem;
  left:calc(50% - 38px)
 }
 .general-n-monthly .general-information p {
  text-align:center;
  padding:0 1.6rem
 }
 .general-n-monthly {
  padding-bottom:4rem
 }
 .general-character {
  display:none
 }
}
.general-n-monthly .monthly-statistics h2 {
 margin:0 0 2.3rem;
 line-height:1;
 position:relative
}
.general-n-monthly .monthly-statistics h2:after {
 width:162px;
 height:4px;
 background:#ffd500;
 content:"";
 position:absolute;
 top:calc(50% - 2px);
 right:0
}
@media (min-width:992px) and (max-width:1199px) {
 .general-n-monthly .monthly-statistics h2:after {
  width:95px
 }
}
.general-n-monthly .monthly-statistics .stats {
 text-align:center;
 color:#FFF
}
.general-n-monthly .monthly-statistics .stats .stats-image {
 position:relative;
 height:3.938rem
}
.general-n-monthly .monthly-statistics .stats .stats-count {
 font-family:Roboto,sans-serif;
 font-size:2.5rem;
 letter-spacing:.3px;
 font-weight:500;
 line-height:1.3
}
.general-n-monthly .monthly-statistics .stats .sub-heads {
 font-size:1rem;
 text-transform:uppercase
}
.general-character {
 width:743px;
 height:784px;
 background:url(../img/general-character.webp) center top no-repeat;
 position:absolute;
 top:-125px;
 right:-116px
}
@media (min-width:768px) and (max-width:991px) {
 .general-character {
  right:-350px
 }
}
.screenshots {
 padding:0 0 4rem;
 position:relative;
 z-index:50
}
.screenshots .container {
 position:absolute;
 z-index:10;
 left:0;
 right:0;
 top:calc(47%);
 margin:0 auto
}
.screenshots .screenshot-slide {
 margin:0 5px
}
.screenshots .screenshot-slide a {
 display:inline-block
}
.screenshots .screenshot-next,
.screenshots .screenshot-prev {
 position:absolute;
 top:0;
 right:0;
 width:55px;
 height:55px;
 transition:all .25s ease-in-out
}
@media (max-width:767px) {
 .screenshots .screenshot-next,
 .screenshots .screenshot-prev {
  width:40px;
  height:40px;
  background-size:contain!important
 }
}
.classes .char-prev,
.screenshots .screenshot-prev {
 background:url(../img/prev.webp) center top no-repeat
}
.classes .char-next,
.screenshots .screenshot-next {
 background:url(../img/next.webp) center top no-repeat
}
.screenshots .screenshot-prev {
 left:0
}
.screenshots .screenshot-prev:hover {
 left:.5rem
}
.screenshots .screenshot-next {
 position:absolute;
 top:0;
 right:0
}
.testimonials,
.testimonials .slick-track .slick-slide:nth-child(2) {
 position:relative
}
.screenshots .screenshot-next:hover {
 right:.5rem
}
@media (max-width:767px) {
 .screenshots .screenshot-prev {
  left:12px
 }
 .screenshots .screenshot-next {
  right:12px
 }
 .screenshots .screenshot-slide a img {
  width:200px;
  height:200px
 }
}
.testimonials {
 margin-top:-7rem;
 padding:8rem 0 5rem
}
.testimonials>.container {
 position:relative;
 z-index:40
}
.testimonials>h2.with-border {
 margin-bottom:6rem
}
.testimonials .testimonial-slider {
 background:rgba(0,0,0,.65);
 padding:3rem 0;
 margin-bottom:6rem
}
@media (max-width:991px) {
 .testimonials .testimonial-slider {
  max-width:350px;
  margin:0 auto
 }
 .testimonials .testimonial-slider .slick-dots {
  bottom:-2.5rem
 }
 .testimonials .testimonial-slider .slick-dots li {
  margin:0
 }
 .testimonials .testimonial-slider .slick-dots li button {
  width:14px;
  height:14px;
  border-radius:50%;
  background:#252525;
  border:3px solid #000
 }
 .testimonials .testimonial-slider .slick-dots li.slick-active button {
  border:3px solid #ffd500
 }
}
.testimonials .testimonial {
 text-align:center;
 color:#FFF;
 padding:0 1.5rem
}
.testimonials .testimonial .player-name {
 font-size:1.25rem;
 font-weight:500;
 line-height:1
}
.testimonials .testimonial .stars {
 height:23px;
 background:url(../img/stars.webp) center center no-repeat;
 margin:1.5rem 0 2rem
}
.testimonials .testimonial p {
 height:154px;
 font-size:.9375rem;
 line-height:1.375rem;
 margin:0
}
.testimonials .slick-track .slick-slide:nth-child(2):after,
.testimonials .slick-track .slick-slide:nth-child(2):before {
 height:100%;
 width:1px;
 content:"";
 position:absolute;
 top:0;
 left:0;
 background:#FFF
}
@media (max-width:991px) {
 .testimonials .slick-track .slick-slide:nth-child(2):after,
 .testimonials .slick-track .slick-slide:nth-child(2):before {
  background:0 0
 }
}
.testimonials .slick-track .slick-slide:nth-child(2):after {
 right:0;
 left:auto
}
.testimonials:after {
 width:100%;
 height:395px;
 background:url(../img/testimonialsShadow.webp) center top repeat-x;
 content:"";
 position:absolute;
 bottom:0;
 left:0;
 z-index:15
}
@media (min-width:1366px) and (max-width:3000px) {
 .testimonials {
  background-size:cover;
  overflow-x:hidden
 }
}
@media (max-width:767px) {
 .testimonials {
  padding-top:6.5rem
 }
 .testimonials h2.with-border {
  margin-bottom:4rem
 }
}
.classes {
 position:relative;
 height:867px
}
.classes .gender-tab {
 margin-bottom:10px;
 margin-top:2rem
}
.classes .gender-tab .class-name {
 color:#ffd500;
 font-size:1.563rem;
 font-family:Merriweather,serif;
 margin-right:1rem
}
.classes .gender-tab .select-gender a {
 color:#999;
 text-decoration:none;
 font-size:1rem;
 font-weight:500
}
.classes .gender-tab .select-gender a:hover {
 text-decoration:none
}
.classes .gender-tab .select-gender a.active {
 color:#FFF;
 border-bottom:2px solid #ffd500
}
.classes .gender-tab .select-gender .slash {
 color:#FFF
}
.classes p {
 font-size:.9375rem;
 margin-bottom:4rem;
 display:none
}
.classes p.show {
 display:block
}
.classes .characters {
 position:relative;
 z-index:20
}
.classes .characters ul {
 max-width:465px
}
.classes .characters li,
.classes .characters ul {
 padding:0;
 margin:0;
 list-style:none
}
.classes .characters li {
 display:block;
 float:left;
 width:76px;
 height:76px;
 overflow:hidden;
 margin:0 17px 17px 0
}
.classes .characters li a {
 display:block;
 border-radius:50%;
 border:3px solid #FFF
}
.classes .characters li a.active {
 border-color:#ffd500
}
.classes .characters:after {
 clear:both;
 content:"";
 display:block
}
.classes .characters>div {
 -webkit-transition:all .25s ease-in-out;
 -moz-transition:all .25s ease-in-out;
 -ms-transition:all .25s ease-in-out;
 -o-transition:all .25s ease-in-out;
 transition:all .25s ease-in-out;
 opacity:1;
 visibility:visible;
 position:absolute;
 top:0;
 left:0
}
.classes .characters>div.hide,
.slick-loading .slick-slide,
.slick-loading .slick-track {
 visibility:hidden
}
.classes .characters>div.hide {
 opacity:0
}
.classes .characters ul:after,
.classes .characters>div:after {
 clear:both;
 content:"";
 display:block
}
.classes .character-preview {
 width:50%;
 position:absolute;
 top:0;
 right:0;
 height:100%
}
.classes .character-preview .loader {
 content:" ";
 display:block;
 width:46px;
 height:46px;
 margin:1px;
 border-radius:50%;
 border:5px solid #fff;
 border-color:#fff transparent;
 animation:lds-dual-ring 1.2s linear infinite;
 position:absolute;
 left:50%;
 top:42%;
 opacity:1
}
.classes .character-preview .loader.hide {
 opacity:0
}
.classes .character-preview .character-main {
 width:100%;
 height:100%;
 position:absolute;
 top:60px;
 right:0;
 z-index:10;
 opacity:1;
 -webkit-transition:all .25s cubic-bezier(.54,-.21,0,1.36);
 -moz-transition:all .25s cubic-bezier(.54,-.21,0,1.36);
 -ms-transition:all .25s cubic-bezier(.54,-.21,0,1.36);
 -o-transition:all .25s cubic-bezier(.54,-.21,0,1.36);
 transition:all .25s cubic-bezier(.54,-.21,0,1.36)
}
.classes .character-preview .character-main.hide {
 right:3rem;
 opacity:0
}
.classes .character-preview .character-main img {
 display:block;
 position:absolute;
 left:50%;
 top:0;
 -webkit-transform:translate(-50%,0);
 -moz-transform:translate(-50%,0);
 -ms-transform:translate(-50%,0);
 -o-transform:translate(-50%,0);
 transform:translate(-50%,0)
}
.classes .character-preview .character-alt img,
.content.maindownload:before {
 -webkit-transform:translate(-50%,0);
 -moz-transform:translate(-50%,0);
 -ms-transform:translate(-50%,0);
 -o-transform:translate(-50%,0)
}
.classes .character-preview .character-alt {
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 right:0;
 -webkit-transition:all .25s cubic-bezier(.54,-.21,0,1.36);
 -moz-transition:all .25s cubic-bezier(.54,-.21,0,1.36);
 -ms-transition:all .25s cubic-bezier(.54,-.21,0,1.36);
 -o-transition:all .25s cubic-bezier(.54,-.21,0,1.36);
 transition:all .25s cubic-bezier(.54,-.21,0,1.36);
 visibility:hidden;
 opacity:0
}
.classes .character-preview .character-alt.hide {
 right:-260px;
 opacity:0
}
.classes .character-preview .character-alt img {
 display:block;
 position:absolute;
 left:50%;
 top:0;
 transform:translate(-50%,0)
}
@media (min-width:992px) and (max-width:1199px) {
 .classes .character-preview {
  right:100px
 }
}
.classes .char-next,
.classes .char-prev {
 position:absolute;
 top:50%;
 right:0;
 width:55px;
 height:55px;
 border:0;
 outline:0;
 cursor:pointer;
 -webkit-transition:all .25s ease-in-out;
 -moz-transition:all .25s ease-in-out;
 -ms-transition:all .25s ease-in-out;
 -o-transition:all .25s ease-in-out;
 transition:all .25s ease-in-out;
 z-index:20
}
.classes .char-next:disabled,
.classes .char-prev:disabled {
 opacity:.5;
 cursor:not-allowed
}
.classes .char-prev {
 left:0
}
.classes .char-prev:not([disabled]):hover {
 left:.5rem
}
.classes .char-next {
 position:absolute;
 right:0
}
.slick-list,
.slick-slider,
.slick-track {
 position:relative;
 display:block
}
.classes .char-next:not([disabled]):hover {
 right:.5rem
}
@keyframes lds-dual-ring {
 0% {
  transform:rotate(0)
 }
 100% {
  transform:rotate(360deg)
 }
}
[data-aos][data-aos][data-aos-duration='50'],
body[data-aos-duration='50'] [data-aos] {
 transition-duration:50ms
}
[data-aos][data-aos][data-aos-delay='50'],
body[data-aos-delay='50'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='50'].aos-animate,
body[data-aos-delay='50'] [data-aos].aos-animate {
 transition-delay:50ms
}
[data-aos][data-aos][data-aos-duration='100'],
body[data-aos-duration='100'] [data-aos] {
 transition-duration:.1s
}
[data-aos][data-aos][data-aos-delay='100'],
body[data-aos-delay='100'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='100'].aos-animate,
body[data-aos-delay='100'] [data-aos].aos-animate {
 transition-delay:.1s
}
[data-aos][data-aos][data-aos-duration='150'],
body[data-aos-duration='150'] [data-aos] {
 transition-duration:150ms
}
[data-aos][data-aos][data-aos-delay='150'],
body[data-aos-delay='150'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='150'].aos-animate,
body[data-aos-delay='150'] [data-aos].aos-animate {
 transition-delay:150ms
}
[data-aos][data-aos][data-aos-duration='200'],
body[data-aos-duration='200'] [data-aos] {
 transition-duration:.2s
}
[data-aos][data-aos][data-aos-delay='200'],
body[data-aos-delay='200'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='200'].aos-animate,
body[data-aos-delay='200'] [data-aos].aos-animate {
 transition-delay:.2s
}
[data-aos][data-aos][data-aos-duration='250'],
body[data-aos-duration='250'] [data-aos] {
 transition-duration:250ms
}
[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='250'].aos-animate,
body[data-aos-delay='250'] [data-aos].aos-animate {
 transition-delay:250ms
}
[data-aos][data-aos][data-aos-duration='300'],
body[data-aos-duration='300'] [data-aos] {
 transition-duration:.3s
}
[data-aos][data-aos][data-aos-delay='300'],
body[data-aos-delay='300'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='300'].aos-animate,
body[data-aos-delay='300'] [data-aos].aos-animate {
 transition-delay:.3s
}
[data-aos][data-aos][data-aos-duration='350'],
body[data-aos-duration='350'] [data-aos] {
 transition-duration:350ms
}
[data-aos][data-aos][data-aos-delay='350'],
body[data-aos-delay='350'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='350'].aos-animate,
body[data-aos-delay='350'] [data-aos].aos-animate {
 transition-delay:350ms
}
[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
 transition-duration:.4s
}
[data-aos][data-aos][data-aos-delay='400'],
body[data-aos-delay='400'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='400'].aos-animate,
body[data-aos-delay='400'] [data-aos].aos-animate {
 transition-delay:.4s
}
[data-aos][data-aos][data-aos-duration='450'],
body[data-aos-duration='450'] [data-aos] {
 transition-duration:450ms
}
[data-aos][data-aos][data-aos-delay='450'],
body[data-aos-delay='450'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='450'].aos-animate,
body[data-aos-delay='450'] [data-aos].aos-animate {
 transition-delay:450ms
}
[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
 transition-duration:.5s
}
[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='500'].aos-animate,
body[data-aos-delay='500'] [data-aos].aos-animate {
 transition-delay:.5s
}
[data-aos][data-aos][data-aos-duration='550'],
body[data-aos-duration='550'] [data-aos] {
 transition-duration:550ms
}
[data-aos][data-aos][data-aos-delay='550'],
body[data-aos-delay='550'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='550'].aos-animate,
body[data-aos-delay='550'] [data-aos].aos-animate {
 transition-delay:550ms
}
[data-aos][data-aos][data-aos-duration='600'],
body[data-aos-duration='600'] [data-aos] {
 transition-duration:.6s
}
[data-aos][data-aos][data-aos-delay='600'],
body[data-aos-delay='600'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='600'].aos-animate,
body[data-aos-delay='600'] [data-aos].aos-animate {
 transition-delay:.6s
}
[data-aos][data-aos][data-aos-duration='650'],
body[data-aos-duration='650'] [data-aos] {
 transition-duration:650ms
}
[data-aos][data-aos][data-aos-delay='650'],
body[data-aos-delay='650'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='650'].aos-animate,
body[data-aos-delay='650'] [data-aos].aos-animate {
 transition-delay:650ms
}
[data-aos][data-aos][data-aos-duration='700'],
body[data-aos-duration='700'] [data-aos] {
 transition-duration:.7s
}
[data-aos][data-aos][data-aos-delay='700'],
body[data-aos-delay='700'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='700'].aos-animate,
body[data-aos-delay='700'] [data-aos].aos-animate {
 transition-delay:.7s
}
[data-aos][data-aos][data-aos-duration='750'],
body[data-aos-duration='750'] [data-aos] {
 transition-duration:750ms
}
[data-aos][data-aos][data-aos-delay='750'],
body[data-aos-delay='750'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='750'].aos-animate,
body[data-aos-delay='750'] [data-aos].aos-animate {
 transition-delay:750ms
}
[data-aos][data-aos][data-aos-duration='800'],
body[data-aos-duration='800'] [data-aos] {
 transition-duration:.8s
}
[data-aos][data-aos][data-aos-delay='800'],
body[data-aos-delay='800'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='800'].aos-animate,
body[data-aos-delay='800'] [data-aos].aos-animate {
 transition-delay:.8s
}
[data-aos][data-aos][data-aos-duration='850'],
body[data-aos-duration='850'] [data-aos] {
 transition-duration:850ms
}
[data-aos][data-aos][data-aos-delay='850'],
body[data-aos-delay='850'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='850'].aos-animate,
body[data-aos-delay='850'] [data-aos].aos-animate {
 transition-delay:850ms
}
[data-aos][data-aos][data-aos-duration='900'],
body[data-aos-duration='900'] [data-aos] {
 transition-duration:.9s
}
[data-aos][data-aos][data-aos-delay='900'],
body[data-aos-delay='900'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='900'].aos-animate,
body[data-aos-delay='900'] [data-aos].aos-animate {
 transition-delay:.9s
}
[data-aos][data-aos][data-aos-duration='950'],
body[data-aos-duration='950'] [data-aos] {
 transition-duration:950ms
}
[data-aos][data-aos][data-aos-delay='950'],
body[data-aos-delay='950'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='950'].aos-animate,
body[data-aos-delay='950'] [data-aos].aos-animate {
 transition-delay:950ms
}
[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
 transition-duration:1s
}
[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1000'].aos-animate,
body[data-aos-delay='1000'] [data-aos].aos-animate {
 transition-delay:1s
}
[data-aos][data-aos][data-aos-duration='1050'],
body[data-aos-duration='1050'] [data-aos] {
 transition-duration:1.05s
}
[data-aos][data-aos][data-aos-delay='1050'],
body[data-aos-delay='1050'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1050'].aos-animate,
body[data-aos-delay='1050'] [data-aos].aos-animate {
 transition-delay:1.05s
}
[data-aos][data-aos][data-aos-duration='1100'],
body[data-aos-duration='1100'] [data-aos] {
 transition-duration:1.1s
}
[data-aos][data-aos][data-aos-delay='1100'],
body[data-aos-delay='1100'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1100'].aos-animate,
body[data-aos-delay='1100'] [data-aos].aos-animate {
 transition-delay:1.1s
}
[data-aos][data-aos][data-aos-duration='1150'],
body[data-aos-duration='1150'] [data-aos] {
 transition-duration:1.15s
}
[data-aos][data-aos][data-aos-delay='1150'],
body[data-aos-delay='1150'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1150'].aos-animate,
body[data-aos-delay='1150'] [data-aos].aos-animate {
 transition-delay:1.15s
}
[data-aos][data-aos][data-aos-duration='1200'],
body[data-aos-duration='1200'] [data-aos] {
 transition-duration:1.2s
}
[data-aos][data-aos][data-aos-delay='1200'],
body[data-aos-delay='1200'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1200'].aos-animate,
body[data-aos-delay='1200'] [data-aos].aos-animate {
 transition-delay:1.2s
}
[data-aos][data-aos][data-aos-duration='1250'],
body[data-aos-duration='1250'] [data-aos] {
 transition-duration:1.25s
}
[data-aos][data-aos][data-aos-delay='1250'],
body[data-aos-delay='1250'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1250'].aos-animate,
body[data-aos-delay='1250'] [data-aos].aos-animate {
 transition-delay:1.25s
}
[data-aos][data-aos][data-aos-duration='1300'],
body[data-aos-duration='1300'] [data-aos] {
 transition-duration:1.3s
}
[data-aos][data-aos][data-aos-delay='1300'],
body[data-aos-delay='1300'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1300'].aos-animate,
body[data-aos-delay='1300'] [data-aos].aos-animate {
 transition-delay:1.3s
}
[data-aos][data-aos][data-aos-duration='1350'],
body[data-aos-duration='1350'] [data-aos] {
 transition-duration:1.35s
}
[data-aos][data-aos][data-aos-delay='1350'],
body[data-aos-delay='1350'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1350'].aos-animate,
body[data-aos-delay='1350'] [data-aos].aos-animate {
 transition-delay:1.35s
}
[data-aos][data-aos][data-aos-duration='1400'],
body[data-aos-duration='1400'] [data-aos] {
 transition-duration:1.4s
}
[data-aos][data-aos][data-aos-delay='1400'],
body[data-aos-delay='1400'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1400'].aos-animate,
body[data-aos-delay='1400'] [data-aos].aos-animate {
 transition-delay:1.4s
}
[data-aos][data-aos][data-aos-duration='1450'],
body[data-aos-duration='1450'] [data-aos] {
 transition-duration:1.45s
}
[data-aos][data-aos][data-aos-delay='1450'],
body[data-aos-delay='1450'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1450'].aos-animate,
body[data-aos-delay='1450'] [data-aos].aos-animate {
 transition-delay:1.45s
}
[data-aos][data-aos][data-aos-duration='1500'],
body[data-aos-duration='1500'] [data-aos] {
 transition-duration:1.5s
}
[data-aos][data-aos][data-aos-delay='1500'],
body[data-aos-delay='1500'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1500'].aos-animate,
body[data-aos-delay='1500'] [data-aos].aos-animate {
 transition-delay:1.5s
}
[data-aos][data-aos][data-aos-duration='1550'],
body[data-aos-duration='1550'] [data-aos] {
 transition-duration:1.55s
}
[data-aos][data-aos][data-aos-delay='1550'],
body[data-aos-delay='1550'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1550'].aos-animate,
body[data-aos-delay='1550'] [data-aos].aos-animate {
 transition-delay:1.55s
}
[data-aos][data-aos][data-aos-duration='1600'],
body[data-aos-duration='1600'] [data-aos] {
 transition-duration:1.6s
}
[data-aos][data-aos][data-aos-delay='1600'],
body[data-aos-delay='1600'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1600'].aos-animate,
body[data-aos-delay='1600'] [data-aos].aos-animate {
 transition-delay:1.6s
}
[data-aos][data-aos][data-aos-duration='1650'],
body[data-aos-duration='1650'] [data-aos] {
 transition-duration:1.65s
}
[data-aos][data-aos][data-aos-delay='1650'],
body[data-aos-delay='1650'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1650'].aos-animate,
body[data-aos-delay='1650'] [data-aos].aos-animate {
 transition-delay:1.65s
}
[data-aos][data-aos][data-aos-duration='1700'],
body[data-aos-duration='1700'] [data-aos] {
 transition-duration:1.7s
}
[data-aos][data-aos][data-aos-delay='1700'],
body[data-aos-delay='1700'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1700'].aos-animate,
body[data-aos-delay='1700'] [data-aos].aos-animate {
 transition-delay:1.7s
}
[data-aos][data-aos][data-aos-duration='1750'],
body[data-aos-duration='1750'] [data-aos] {
 transition-duration:1.75s
}
[data-aos][data-aos][data-aos-delay='1750'],
body[data-aos-delay='1750'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1750'].aos-animate,
body[data-aos-delay='1750'] [data-aos].aos-animate {
 transition-delay:1.75s
}
[data-aos][data-aos][data-aos-duration='1800'],
body[data-aos-duration='1800'] [data-aos] {
 transition-duration:1.8s
}
[data-aos][data-aos][data-aos-delay='1800'],
body[data-aos-delay='1800'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1800'].aos-animate,
body[data-aos-delay='1800'] [data-aos].aos-animate {
 transition-delay:1.8s
}
[data-aos][data-aos][data-aos-duration='1850'],
body[data-aos-duration='1850'] [data-aos] {
 transition-duration:1.85s
}
[data-aos][data-aos][data-aos-delay='1850'],
body[data-aos-delay='1850'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1850'].aos-animate,
body[data-aos-delay='1850'] [data-aos].aos-animate {
 transition-delay:1.85s
}
[data-aos][data-aos][data-aos-duration='1900'],
body[data-aos-duration='1900'] [data-aos] {
 transition-duration:1.9s
}
[data-aos][data-aos][data-aos-delay='1900'],
body[data-aos-delay='1900'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1900'].aos-animate,
body[data-aos-delay='1900'] [data-aos].aos-animate {
 transition-delay:1.9s
}
[data-aos][data-aos][data-aos-duration='1950'],
body[data-aos-duration='1950'] [data-aos] {
 transition-duration:1.95s
}
[data-aos][data-aos][data-aos-delay='1950'],
body[data-aos-delay='1950'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='1950'].aos-animate,
body[data-aos-delay='1950'] [data-aos].aos-animate {
 transition-delay:1.95s
}
[data-aos][data-aos][data-aos-duration='2000'],
body[data-aos-duration='2000'] [data-aos] {
 transition-duration:2s
}
[data-aos][data-aos][data-aos-delay='2000'],
body[data-aos-delay='2000'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2000'].aos-animate,
body[data-aos-delay='2000'] [data-aos].aos-animate {
 transition-delay:2s
}
[data-aos][data-aos][data-aos-duration='2050'],
body[data-aos-duration='2050'] [data-aos] {
 transition-duration:2.05s
}
[data-aos][data-aos][data-aos-delay='2050'],
body[data-aos-delay='2050'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2050'].aos-animate,
body[data-aos-delay='2050'] [data-aos].aos-animate {
 transition-delay:2.05s
}
[data-aos][data-aos][data-aos-duration='2100'],
body[data-aos-duration='2100'] [data-aos] {
 transition-duration:2.1s
}
[data-aos][data-aos][data-aos-delay='2100'],
body[data-aos-delay='2100'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2100'].aos-animate,
body[data-aos-delay='2100'] [data-aos].aos-animate {
 transition-delay:2.1s
}
[data-aos][data-aos][data-aos-duration='2150'],
body[data-aos-duration='2150'] [data-aos] {
 transition-duration:2.15s
}
[data-aos][data-aos][data-aos-delay='2150'],
body[data-aos-delay='2150'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2150'].aos-animate,
body[data-aos-delay='2150'] [data-aos].aos-animate {
 transition-delay:2.15s
}
[data-aos][data-aos][data-aos-duration='2200'],
body[data-aos-duration='2200'] [data-aos] {
 transition-duration:2.2s
}
[data-aos][data-aos][data-aos-delay='2200'],
body[data-aos-delay='2200'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2200'].aos-animate,
body[data-aos-delay='2200'] [data-aos].aos-animate {
 transition-delay:2.2s
}
[data-aos][data-aos][data-aos-duration='2250'],
body[data-aos-duration='2250'] [data-aos] {
 transition-duration:2.25s
}
[data-aos][data-aos][data-aos-delay='2250'],
body[data-aos-delay='2250'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2250'].aos-animate,
body[data-aos-delay='2250'] [data-aos].aos-animate {
 transition-delay:2.25s
}
[data-aos][data-aos][data-aos-duration='2300'],
body[data-aos-duration='2300'] [data-aos] {
 transition-duration:2.3s
}
[data-aos][data-aos][data-aos-delay='2300'],
body[data-aos-delay='2300'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2300'].aos-animate,
body[data-aos-delay='2300'] [data-aos].aos-animate {
 transition-delay:2.3s
}
[data-aos][data-aos][data-aos-duration='2350'],
body[data-aos-duration='2350'] [data-aos] {
 transition-duration:2.35s
}
[data-aos][data-aos][data-aos-delay='2350'],
body[data-aos-delay='2350'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2350'].aos-animate,
body[data-aos-delay='2350'] [data-aos].aos-animate {
 transition-delay:2.35s
}
[data-aos][data-aos][data-aos-duration='2400'],
body[data-aos-duration='2400'] [data-aos] {
 transition-duration:2.4s
}
[data-aos][data-aos][data-aos-delay='2400'],
body[data-aos-delay='2400'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2400'].aos-animate,
body[data-aos-delay='2400'] [data-aos].aos-animate {
 transition-delay:2.4s
}
[data-aos][data-aos][data-aos-duration='2450'],
body[data-aos-duration='2450'] [data-aos] {
 transition-duration:2.45s
}
[data-aos][data-aos][data-aos-delay='2450'],
body[data-aos-delay='2450'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2450'].aos-animate,
body[data-aos-delay='2450'] [data-aos].aos-animate {
 transition-delay:2.45s
}
[data-aos][data-aos][data-aos-duration='2500'],
body[data-aos-duration='2500'] [data-aos] {
 transition-duration:2.5s
}
[data-aos][data-aos][data-aos-delay='2500'],
body[data-aos-delay='2500'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2500'].aos-animate,
body[data-aos-delay='2500'] [data-aos].aos-animate {
 transition-delay:2.5s
}
[data-aos][data-aos][data-aos-duration='2550'],
body[data-aos-duration='2550'] [data-aos] {
 transition-duration:2.55s
}
[data-aos][data-aos][data-aos-delay='2550'],
body[data-aos-delay='2550'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2550'].aos-animate,
body[data-aos-delay='2550'] [data-aos].aos-animate {
 transition-delay:2.55s
}
[data-aos][data-aos][data-aos-duration='2600'],
body[data-aos-duration='2600'] [data-aos] {
 transition-duration:2.6s
}
[data-aos][data-aos][data-aos-delay='2600'],
body[data-aos-delay='2600'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2600'].aos-animate,
body[data-aos-delay='2600'] [data-aos].aos-animate {
 transition-delay:2.6s
}
[data-aos][data-aos][data-aos-duration='2650'],
body[data-aos-duration='2650'] [data-aos] {
 transition-duration:2.65s
}
[data-aos][data-aos][data-aos-delay='2650'],
body[data-aos-delay='2650'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2650'].aos-animate,
body[data-aos-delay='2650'] [data-aos].aos-animate {
 transition-delay:2.65s
}
[data-aos][data-aos][data-aos-duration='2700'],
body[data-aos-duration='2700'] [data-aos] {
 transition-duration:2.7s
}
[data-aos][data-aos][data-aos-delay='2700'],
body[data-aos-delay='2700'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2700'].aos-animate,
body[data-aos-delay='2700'] [data-aos].aos-animate {
 transition-delay:2.7s
}
[data-aos][data-aos][data-aos-duration='2750'],
body[data-aos-duration='2750'] [data-aos] {
 transition-duration:2.75s
}
[data-aos][data-aos][data-aos-delay='2750'],
body[data-aos-delay='2750'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2750'].aos-animate,
body[data-aos-delay='2750'] [data-aos].aos-animate {
 transition-delay:2.75s
}
[data-aos][data-aos][data-aos-duration='2800'],
body[data-aos-duration='2800'] [data-aos] {
 transition-duration:2.8s
}
[data-aos][data-aos][data-aos-delay='2800'],
body[data-aos-delay='2800'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2800'].aos-animate,
body[data-aos-delay='2800'] [data-aos].aos-animate {
 transition-delay:2.8s
}
[data-aos][data-aos][data-aos-duration='2850'],
body[data-aos-duration='2850'] [data-aos] {
 transition-duration:2.85s
}
[data-aos][data-aos][data-aos-delay='2850'],
body[data-aos-delay='2850'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2850'].aos-animate,
body[data-aos-delay='2850'] [data-aos].aos-animate {
 transition-delay:2.85s
}
[data-aos][data-aos][data-aos-duration='2900'],
body[data-aos-duration='2900'] [data-aos] {
 transition-duration:2.9s
}
[data-aos][data-aos][data-aos-delay='2900'],
body[data-aos-delay='2900'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2900'].aos-animate,
body[data-aos-delay='2900'] [data-aos].aos-animate {
 transition-delay:2.9s
}
[data-aos][data-aos][data-aos-duration='2950'],
body[data-aos-duration='2950'] [data-aos] {
 transition-duration:2.95s
}
[data-aos][data-aos][data-aos-delay='2950'],
body[data-aos-delay='2950'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='2950'].aos-animate,
body[data-aos-delay='2950'] [data-aos].aos-animate {
 transition-delay:2.95s
}
[data-aos][data-aos][data-aos-duration='3000'],
body[data-aos-duration='3000'] [data-aos] {
 transition-duration:3s
}
[data-aos][data-aos][data-aos-delay='3000'],
body[data-aos-delay='3000'] [data-aos] {
 transition-delay:0
}
[data-aos][data-aos][data-aos-delay='3000'].aos-animate,
body[data-aos-delay='3000'] [data-aos].aos-animate {
 transition-delay:3s
}
[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
 transition-timing-function:cubic-bezier(.25,.25,.75,.75)
}
[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
 transition-timing-function:cubic-bezier(.25,.1,.25,1)
}
[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
 transition-timing-function:cubic-bezier(.42,0,1,1)
}
[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
 transition-timing-function:cubic-bezier(0,0,.58,1)
}
[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
 transition-timing-function:cubic-bezier(.42,0,.58,1)
}
[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
 transition-timing-function:cubic-bezier(.6,-.28,.735,.045)
}
[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
 transition-timing-function:cubic-bezier(.175,.885,.32,1.275)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
 transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)
}
[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
 transition-timing-function:cubic-bezier(.47,0,.745,.715)
}
[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
 transition-timing-function:cubic-bezier(.39,.575,.565,1)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
 transition-timing-function:cubic-bezier(.445,.05,.55,.95)
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic],
[data-aos][data-aos][data-aos-easing=ease-in-quad],
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-cubic] [data-aos],
body[data-aos-easing=ease-in-quad] [data-aos],
body[data-aos-easing=ease-in-quart] [data-aos] {
 transition-timing-function:cubic-bezier(.55,.085,.68,.53)
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic],
[data-aos][data-aos][data-aos-easing=ease-out-quad],
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-cubic] [data-aos],
body[data-aos-easing=ease-out-quad] [data-aos],
body[data-aos-easing=ease-out-quart] [data-aos] {
 transition-timing-function:cubic-bezier(.25,.46,.45,.94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-cubic] [data-aos],
body[data-aos-easing=ease-in-out-quad] [data-aos],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
 transition-timing-function:cubic-bezier(.455,.03,.515,.955)
}
[data-aos^=fade][data-aos^=fade] {
 opacity:0;
 transition-property:opacity,transform
}
[data-aos^=fade][data-aos^=fade].aos-animate {
 opacity:1;
 transform:translate(0,0)
}
[data-aos=fade-up] {
 transform:translate(0,100px)
}
[data-aos=fade-down] {
 transform:translate(0,-100px)
}
[data-aos=fade-right] {
 transform:translate(-100px,0)
}
[data-aos=fade-left] {
 transform:translate(100px,0)
}
[data-aos=fade-up-right] {
 transform:translate(-100px,100px)
}
[data-aos=fade-up-left] {
 transform:translate(100px,100px)
}
[data-aos=fade-down-right] {
 transform:translate(-100px,-100px)
}
[data-aos=fade-down-left] {
 transform:translate(100px,-100px)
}
[data-aos^=zoom][data-aos^=zoom] {
 opacity:0;
 transition-property:opacity,transform
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
 opacity:1;
 transform:translate(0,0) scale(1)
}
[data-aos=zoom-in] {
 transform:scale(.6)
}
[data-aos=zoom-in-up] {
 transform:translate(0,100px) scale(.6)
}
[data-aos=zoom-in-down] {
 transform:translate(0,-100px) scale(.6)
}
[data-aos=zoom-in-right] {
 transform:translate(-100px,0) scale(.6)
}
[data-aos=zoom-in-left] {
 transform:translate(100px,0) scale(.6)
}
[data-aos=zoom-out] {
 transform:scale(1.2)
}
[data-aos=zoom-out-up] {
 transform:translate(0,100px) scale(1.2)
}
[data-aos=zoom-out-down] {
 transform:translate(0,-100px) scale(1.2)
}
[data-aos=zoom-out-right] {
 transform:translate(-100px,0) scale(1.2)
}
[data-aos=zoom-out-left] {
 transform:translate(100px,0) scale(1.2)
}
[data-aos^=slide][data-aos^=slide] {
 transition-property:transform
}
[data-aos^=slide][data-aos^=slide].aos-animate {
 transform:translate(0,0)
}
[data-aos=slide-up] {
 transform:translateY(100%)
}
[data-aos=slide-down] {
 transform:translateY(-100%)
}
[data-aos=slide-right] {
 transform:translateX(-100%)
}
[data-aos=slide-left] {
 transform:translateX(100%)
}
[data-aos^=flip][data-aos^=flip] {
 backface-visibility:hidden;
 transition-property:transform
}
[data-aos=flip-left] {
 transform:perspective(2500px) rotateY(-100deg)
}
[data-aos=flip-left].aos-animate {
 transform:perspective(2500px) rotateY(0)
}
[data-aos=flip-right] {
 transform:perspective(2500px) rotateY(100deg)
}
[data-aos=flip-right].aos-animate {
 transform:perspective(2500px) rotateY(0)
}
[data-aos=flip-up] {
 transform:perspective(2500px) rotateX(-100deg)
}
[data-aos=flip-up].aos-animate {
 transform:perspective(2500px) rotateX(0)
}
[data-aos=flip-down] {
 transform:perspective(2500px) rotateX(100deg)
}
[data-aos=flip-down].aos-animate {
 transform:perspective(2500px) rotateX(0)
}
.slick-slider {
 -webkit-touch-callout:none;
 -webkit-user-select:none;
 -khtml-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 -ms-touch-action:pan-y;
 touch-action:pan-y
}
.slick-list {
 overflow:hidden;
 margin:0;
 padding:0
}
.slick-list:focus {
 outline:0
}
.slick-list.dragging {
 cursor:pointer;
 cursor:hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
 -webkit-transform:translate3d(0,0,0);
 -moz-transform:translate3d(0,0,0);
 -ms-transform:translate3d(0,0,0);
 -o-transform:translate3d(0,0,0);
 transform:translate3d(0,0,0)
}
.slick-track {
 left:0;
 top:0;
 margin-left:auto;
 margin-right:auto
}
.slick-track:after,
.slick-track:before {
 content:"";
 display:table
}
.slick-track:after {
 clear:both
}
.slick-slide {
 float:left;
 height:100%;
 min-height:1px;
 display:none
}
[dir=rtl] .slick-slide {
 float:right
}
.slick-slide img {
 display:block
}
.slick-slide.slick-loading img {
 display:none
}
.slick-initialized .slick-slide {
 display:block
}
.slick-vertical .slick-slide {
 display:block;
 height:auto;
 border:1px solid transparent
}
.slick-arrow.slick-hidden {
 display:none
}
.slick-dots,
.slick-next,
.slick-prev {
 display:block;
 padding:0;
 position:absolute
}
.slick-loading .slick-list {
 background:url(../ajax-loader.gif) center center no-repeat #fff
}
.slick-next,
.slick-prev {
 height:20px;
 width:20px;
 line-height:0;
 font-size:0;
 cursor:pointer;
 background:0 0;
 color:transparent;
 top:50%;
 -webkit-transform:translate(0,-50%);
 -ms-transform:translate(0,-50%);
 transform:translate(0,-50%);
 border:none;
 outline:0
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
 outline:0;
 background:0 0;
 color:transparent
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
 opacity:1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
 opacity:.25
}
.slick-next:before,
.slick-prev:before {
 font-family:slick;
 font-size:20px;
 line-height:1;
 color:#fff;
 opacity:.75;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.slick-prev {
 left:-25px
}
[dir=rtl] .slick-prev {
 left:auto;
 right:-25px
}
.slick-prev:before {
 content:"←"
}
.slick-next:before,
[dir=rtl] .slick-prev:before {
 content:"→"
}
.slick-next {
 right:-25px
}
[dir=rtl] .slick-next {
 left:-25px;
 right:auto
}
[dir=rtl] .slick-next:before {
 content:"←"
}
.slick-dotted.slick-slider {
 margin-bottom:30px
}
.slick-dots {
 bottom:-25px;
 list-style:none;
 text-align:center;
 margin:0;
 width:100%
}
.slick-dots li {
 position:relative;
 display:inline-block;
 height:20px;
 width:20px;
 margin:0 5px;
 padding:0;
 cursor:pointer
}
.slick-dots li button {
 border:0;
 background:0 0;
 display:block;
 height:20px;
 width:20px;
 outline:0;
 line-height:0;
 font-size:0;
 color:transparent;
 padding:5px;
 cursor:pointer
}
.slick-dots li button:focus,
.slick-dots li button:hover {
 outline:0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
 opacity:1
}
.slick-dots li button:before {
 position:absolute;
 top:0;
 left:0;
 content:"•";
 width:20px;
 height:20px;
 font-family:slick;
 font-size:6px;
 line-height:20px;
 text-align:center;
 color:#000;
 opacity:.25;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.content.maindownload:before,
.content.shopindex:before {
 position:absolute;
 left:50%;
 content:"";
 min-height:941px;
 top:0
}
.download-btn,
.download-information h4 {
 font-family:Roboto,sans-serif;
 font-weight:700
}
.slick-dots li.slick-active button:before {
 color:#000;
 opacity:.75
}
.content.maindownload:before {
 background:url(../img/downloadBg.webp) center top no-repeat;
 transform:translate(-50%,0);
 width:100%;
 height:100%
}
@media (min-width:1366px) {
 .content.maindownload:before {
  background-size:cover;
  background-position:center 20%
 }
}
.page-header {
 padding-top:14rem
}
.page-header .page-logo {
 text-align:center;
 margin-bottom:2rem
}
.page-header h2.with-border {
 font-weight:700
}
@media (min-width:768px) and (max-width:992px) {
 .page-header {
  padding-top:10rem
 }
}
@media (max-width:767px) {
 .content.maindownload {
  background-size:220% auto
 }
 .page-header {
  padding-top:5rem
 }
}
.installer-info {
 max-width:480px;
 margin:0 auto;
 font-size:.9375rem;
 text-align:center;
 padding-bottom:5rem;
}
.download-btn {
 border:2px solid #ffd500;
 border-radius:.875rem;
 text-align:center;
 display:block;
 padding:.75rem 0;
 height:90px
}
.download-btn img {
 display:block;
 margin:0 auto .625rem
}
.download-btn.download-btn-mega {
 border-color:#e32037
}
.download-btn.download-btn-mediafire {
 border-color:#1299f3
}
.download-btn.download-btn-torrent {
 border-color:#4cd964
}
.download-btn.download-btn-aggressive {
 border-color:#b38478;
 max-width:260px;
 margin:0 auto
}
@media (max-width:767px) {
 .download-btn {
  margin-bottom:1rem
 }
}
hr {
 border:0;
 border-top:1px solid #999
}
.download-links {
 margin:2.5rem 0
}
.download-information {
 max-width:440px;
 margin:0 auto;
 font-size:.875rem;
 padding:1.5rem 0
}
.download-information h4 {
 color:#ffd500;
 font-size:.9375rem
}
.font-color-secondary {
 color:#ffd500
}
.chibi-mode,
.homunculus-ai {
 padding:1.5rem 0
}
.chibi-buttons {
 margin-bottom:1rem
}
.chibi-buttons a {
 margin:0 .6rem
}
@media (max-width:767px) {
 .chibi-buttons a {
  display:block;
  margin-bottom:1rem
 }
}
.content.shopindex:before {
 background:url(../img/downloadBg.webp) center top no-repeat;
 -webkit-transform:translate(-50%,0);
 -moz-transform:translate(-50%,0);
 -ms-transform:translate(-50%,0);
 -o-transform:translate(-50%,0);
 transform:translate(-50%,0);
 width:100%;
 height:100%
}
@media (min-width:1366px) {
 .content.shopindex:before {
  background-size:cover;
  background-position:center 20%
 }
}
.content.shopindex .site-navigation {
 display:none
}
@media (max-width:767px) {
 .content.shopindex {
  background-size:220% auto
 }
}
.donate-info {
 max-width:480px;
 margin:0 auto;
 font-size:.9375rem;
 text-align:center
}
.payment-methods {
 margin:2rem 0
}
.donate-btn {
 background:#FFF;
 border-radius:9px;
 display:inline-block;
 padding:2rem
}
@media (max-width:380px) {
 .donate-btn {
  margin-bottom:1.5rem
 }
}
.package-items a.package-item {
 background:#FFF;
 border-radius:12px;
 text-align:center;
 display:block;
 border:2px solid #FFF;
 color:#000;
 padding-top:1rem;
 max-width:165px;
 margin:0 auto
}
.package-items a.package-item .price {
 font-weight:700;
 color:#000;
 font-size:.9375rem;
 display:block
}
.package-items a.package-item img {
 display:block;
 margin:0 auto
}
.package-items a.package-item .credits {
 font-weight:800;
 font-size:.9375rem;
 background:#000;
 color:#FFF;
 display:block;
 width:100%;
 padding:1rem 0;
 border-radius:0 0 12px 12px
}
@media (max-width:992px) {
 .package-items a.package-item {
  margin-bottom:1.5rem
 }
}
.select-package {
 margin:2rem 0 3rem
}
.character_equip_view {
 position:relative;
 margin:0 auto;
 font-family:Arial,sans-serif;
 font-size:12px;
 color:#FFF
}
.equipment-heading,
.status-heading {
 height:30px;
 line-height:30px;
 padding-left:10px;
 border:1px solid #444;
 border-bottom:0;
 font-size:14px
}
.character_equip_view .item {
 width:118px;
 height:37px;
 position:absolute;
 top:0;
 left:0;
 letter-spacing:-.5px;
 padding:1px 0 0 34px;
 line-height:1;
 display:none;
 border:1px solid #444
}
.character_equip_view .item.main_hand {
 top:72px;
 left:0
}
.character_equip_view .item.off_hand {
 top:72px;
 left:auto;
 right:0
}
.character_equip_view .item.ammo {
 width:auto;
 border:0;
 position:absolute;
 top:29%;
 left:41%
}
.character_equip_view .item.costume_top_headgear,
.character_equip_view .item.upper_headgear {
 top:0;
 left:0
}
.character_equip_view .item.costume_mid_headgear,
.character_equip_view .item.middle_headgear {
 top:0;
 left:auto;
 right:0
}
.character_equip_view .item.costume_low_headgear,
.character_equip_view .item.lower_headgear {
 top:36px;
 left:0
}
.character_equip_view .item.armor {
 top:36px;
 left:auto;
 right:0
}
.character_equip_view .item.footgear {
 top:108px;
 left:auto;
 right:0
}
.character_equip_view .item.garment {
 top:108px;
 left:0
}
.character_equip_view .item.accessory_2 {
 top:144px;
 left:auto;
 right:0
}
.character_equip_view .item.accessory_1 {
 top:144px;
 left:0
}
.item-icon {
 width:33px;
 height:35px;
 position:absolute;
 top:0;
 left:0
}
.item-icon img {
 margin:0 auto;
 position:absolute;
 top:50%;
 left:50%;
 -webkit-transform:translate(-50%,-50%);
 -moz-transform:translate(-50%,-50%);
 -ms-transform:translate(-50%,-50%);
 -o-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%)
}
.character-equips {
 position:relative
}
.character-equips.general .item {
 display:none
}
.character-equips.general .item.accessory_1,
.character-equips.general .item.accessory_2,
.character-equips.general .item.ammo,
.character-equips.general .item.armor,
.character-equips.general .item.footgear,
.character-equips.general .item.garment,
.character-equips.general .item.lower_headgear,
.character-equips.general .item.main_hand,
.character-equips.general .item.middle_headgear,
.character-equips.general .item.off_hand,
.character-equips.general .item.upper_headgear {
 display:table
}
.character-equips.costume .item {
 display:none
}
.character-equips.costume .item.costume_low_headgear,
.character-equips.costume .item.costume_mid_headgear,
.character-equips.costume .item.costume_top_headgear {
 display:table
}
.character-equips .item.accessory_2 .item_name,
.character-equips .item.armor .item_name,
.character-equips .item.footgear .item_name,
.character-equips .item.middle_headgear .item_name,
.character-equips .item.off_hand .item_name {
 text-align:right
}
.character_equip_view {
 text-align:left
}
.character_equip_view .item.accessory_2,
.character_equip_view .item.armor,
.character_equip_view .item.costume_mid_headgear,
.character_equip_view .item.footgear,
.character_equip_view .item.middle_headgear,
.character_equip_view .item.off_hand {
 padding:1px 34px 0 3px
}
.character_equip_view .item.accessory_2 .item-icon,
.character_equip_view .item.armor .item-icon,
.character_equip_view .item.costume_mid_headgear .item-icon,
.character_equip_view .item.footgear .item-icon,
.character_equip_view .item.middle_headgear .item-icon,
.character_equip_view .item.off_hand .item-icon {
 left:auto;
 right:0
}
.character_equip_view .item .item_name {
 display:table-cell;
 vertical-align:middle
}
.character_view_image {
 width:100%;
 position:relative;
 height:181px;
 text-align:center;
 border-bottom:1px solid #444
}
.character_view_image img {
 position:absolute;
 top:-64px;
 left:0;
 display:block;
 right:0;
 margin:0 auto
}
.character_equip_view h2,
.characters-slider .slick-slide {
 text-align:center
}
.character_equip_view .item .item_details {
 position:absolute;
 top:0;
 left:35px;
 width:200px;
 border-radius:7px;
 background:#fff;
 min-height:80px;
 color:#000;
 display:none;
 z-index:300;
 border:1px solid silver;
 line-height:1.2
}
.character_equip_view .item .item_details::before {
 width:10px;
 height:10px;
 content:'';
 position:absolute;
 top:8px;
 right:auto;
 -webkit-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 -o-transform:rotate(45deg);
 transform:rotate(45deg);
 background:#fff;
 border:1px solid silver;
 z-index:1;
 left:-5px
}
.character_equip_view .item:hover .item_details {
 display:block
}
.item_details_container {
 background:#FFF;
 min-height:78px;
 padding:8px;
 position:relative;
 z-index:100;
 border-radius:8px
}
.character_equip_view .item.accessory_2 .item_details,
.character_equip_view .item.armor .item_details,
.character_equip_view .item.costume_mid_headgear .item_details,
.character_equip_view .item.footgear .item_details,
.character_equip_view .item.middle_headgear .item_details,
.character_equip_view .item.off_hand .item_details {
 left:auto;
 right:35px
}
.character_equip_view .item.accessory_2 .item_details::before,
.character_equip_view .item.armor .item_details::before,
.character_equip_view .item.costume_mid_headgear .item_details::before,
.character_equip_view .item.footgear .item_details::before,
.character_equip_view .item.middle_headgear .item_details::before,
.character_equip_view .item.off_hand .item_details::before {
 left:auto;
 right:-5px
}
.character_equip_view .item.ammo .item_details,
.character_equip_view .item.ammo .item_name,
.character_equip_view .item.ammo.fade {
 display:none
}
.character_equip_view .item.fade {
 opacity:.7
}
.item_details_container a:focus {
 outline:0
}
.item_details_container a {
 color:#000;
 text-decoration:none;
 font-weight:700
}
.character-slider-next::before,
.character-slider-prev::before {
 content:unset
}
.character-tab a.active::after,
.character-tab::after,
.footer-navigation:after,
.social-links:after,
.toTop:before,
h2.with-border:after {
 content:""
}
.character-slider-next,
.character-slider-prev {
 width:45px;
 height:45px;
 background:url(../img/next-char.webp) center top no-repeat;
 z-index:100;
 top:32px;
 left:auto;
 right:0
}
.character-slider-prev,
.character-slider-prev:focus,
.character-slider-prev:hover {
 background:url(../img/prev-char.webp) center top no-repeat;
 left:0;
 right:auto
}
.character-slider-next:focus,
.character-slider-next:hover {
 background:url(../img/next-char.webp) center top no-repeat
}
.character-slider-prev:focus,
.character-slider-prev:hover {
 background:url(../img/prev-char.webp) center top no-repeat
}
.character-slider-next.slick-disabled,
.character-slider-prev.slick-disabled {
 opacity:.5;
 cursor:not-allowed
}
.character-tab {
 width:100%;
 height:30px;
 line-height:30px;
 margin-bottom:-1px;
 border:1px solid #444;
 font-size:14px;
 position:relative;
 z-index:50;
 border-bottom:1px solid #444
}
.character-tab::after {
 clear:both;
 display:block
}
.character-tab a {
 color:#8f8f8f;
 display:block;
 float:left;
 padding:0 30px;
 position:relative
}
.character-costume {
 width:280px;
 height:130px;
 background:url(../img/character-costume.webp) center top no-repeat;
 position:absolute;
 top:35px;
 left:0
}
.character-tab a:focus {
 outline:0
}
.character-tab a.active {
 color:#FFF;
 font-weight:700
}
.character-tab a.active::after {
 width:100%;
 height:3px;
 background:#ffd500;
 position:absolute;
 bottom:1px;
 left:0
}
.hidden {
 display:none
}
.character-status {
 margin-top:-1px;
 text-transform:uppercase
}
.character-status table {
 width:100%
}
.character-status table tr td {
 color:#ffd500;
 border:1px solid #444;
 line-height:1;
 padding:11px 8px;
 position:relative;
 font-weight:700
}
.character-status table tr td span {
 font-weight:700;
 color:#FFF;
 display:inline-block;
 text-align:right;
 position:absolute;
 top:11px;
 right:8px
}
.characters-slider .slick-dots li,
.characters-slider .slick-dots li button,
.characters-slider .slick-dots li button:before {
 width:15px;
 height:15px;
 padding:0;
 font-size:0
}
.characters-slider .slick-dots li button:before {
 border-radius:50%;
 background:#FFF
}
.characters-slider .slick-dots li {
 margin:0 2px
}
.characters-slider .slick-dots li.slick-active button:before {
 opacity:1
}
.character-view h3 {
 height:56px;
 color:#ffd500;
 padding:.8rem 0;
 line-height:1;
 font-size:1.875rem;
 white-space:nowrap;
 max-width:calc(100% - 90px);
 margin:0 auto;
 overflow:hidden
}
@media (max-width:767px) {
 .character-view h3 {
  font-size:1.2rem;
  line-height:2rem
 }
 .characters-slider {
  margin:5rem auto;
  position:relative;
  z-index:100
 }
}
.character-view {
 display:none
}
.footer {
 padding-bottom:3rem
}
.footer-divider {
 background:url(../img/footerDividerBg.webp) center center no-repeat;
 max-width:1366px;
 margin:-3rem auto 0;
 position:relative;
 height:133px;
 z-index:25
}
.footer-divider>a {
 display:block;
 width:140px;
 height:133px;
 position:absolute;
 top:0;
 left:calc(50% - 70px)
}
@media (min-width:768px) and (max-width:991px) {
 .footer-divider {
  background-size:contain;
  margin-top:-1rem
 }
}
.footer-navigation {
 margin-top:2.5rem
}
.footer-navigation li,
.footer-navigation ul {
 padding:0;
 margin:0;
 list-style:none
}
.footer-navigation li {
 display:block;
 border-right:1px solid #FFF;
 padding:0 .5rem;
 float:left
}
.footer-navigation li:first-child {
 padding-left:0
}
.footer-navigation li:last-child {
 border-right:0
}
.footer-navigation li a {
 display:block;
 line-height:1
}
.footer-navigation:after {
 clear:both;
 display:block
}
@media (max-width:767px) {
 .footer-divider {
  background:url(../img/footerDividerBg-xs.webp) center center no-repeat
 }
 .footer-navigation {
  text-align:center;
  position:relative
 }
 .footer-navigation ul {
  display:inline-block
 }
 .footer-navigation:after {
  width:250px;
  height:1px;
  background:#FFF;
  content:"";
  position:absolute;
  bottom:-1rem;
  left:calc(50% - 125px)
 }
}
.social-links li a img,
h2.with-border {
 position:relative
}
@media (max-width:460px) {
 .footer-navigation {
  display:none
 }
}
.copyrights {
 color:#999;
 font-size:.875rem;
 line-height:1.375rem;
 margin-top:1.875rem
}
body,
p {
 color:#FFF
}
@media (max-width:767px) {
 .copyrights {
  text-align:center;
  max-width:270px;
  margin:2rem auto 0
 }
 .copyrights a {
  display:block;
  text-align:center
 }
 .play-button {
  display:none
 }
}
.play-button,
.social-links {
 text-align:right
}
.social-links {
 margin-top:2rem
}
.social-links ul {
 display:inline-block
}
.social-links li,
.social-links ul {
 padding:0;
 margin:0;
 list-style:none
}
.social-links li {
 display:block;
 padding:0;
 float:left;
 width:45px;
 overflow:hidden;
 margin:0 .5rem
}
.social-links li a {
 display:block;
 line-height:1
}
.social-links li a i {
 font-size:2.5rem
}
@media (min-width:768px) and (max-width:991px) {
 .social-links li {
  margin:0 3px
 }
}
.social-links:after {
 clear:both;
 display:block
}
@media (max-width:767px) {
 .social-links {
  text-align:center
 }
 .social-links ul {
  display:inline-block
 }
}
body {
 overflow-x:hidden
}
body.mobile-nav-active {
 overflow:hidden
}
body.mobile-nav-active .floatingnav-collapse {
 background:url(../img/navigation-menu-close.webp) center top no-repeat
}
body.mobile-nav-active .navbar.scrolled {
 padding:.8rem!important
}
body.mobile-nav-active .navbar.scrolled .navbar-brand img {
 height:auto!important
}
h1,
h2,
h3,
h4,
h5 {
 color:#FFF;
 font-family:Merriweather,serif
}
a:hover {
 text-decoration:none
}
h2 {
 font-size:1.875rem
}
h2.with-border {
 font-weight:400;
 line-height:1;
 margin-bottom:4rem
}
h2.with-border:after {
 width:76px;
 height:4px;
 background:#ffd500;
 position:absolute;
 bottom:-1.3rem;
 left:calc(50% - 38px)
}
.form-control,
.form-control:focus {
 background:rgba(255,255,255,0)!important
}
p {
 line-height:1.375rem
}
.form-control::-webkit-input-placeholder {
 color:#fff
}
.form-control:-moz-placeholder {
 color:#fff
}
.form-control::-moz-placeholder {
 color:#fff
}
.form-control:-ms-input-placeholder {
 color:#fff
}
.form-control::-ms-input-placeholder {
 color:#fff
}
.form-control {
 padding:.75rem;
 font-size:1.125rem;
 line-height:1.2;
 border:0;
 border-radius:2px
}
.content {
 margin-bottom:7rem
}
.container.main {
 position:relative;
 z-index:10
}
.toTop {
 width:50px;
 height:50px;
 position:fixed;
 bottom:2rem;
 right:2rem;
 z-index:300;
 font-size:40px;
 line-height:1;
 border-radius:50%;
 opacity:0;
 -webkit-transition:all .25s ease;
 -moz-transition:all .25s ease;
 -ms-transition:all .25s ease;
 -o-transition:all .25s ease;
 transition:all .25s ease
}
.toTop:before {
 width:30px;
 height:30px;
 position:absolute;
 top:10px;
 left:10px;
 background:#000;
 z-index:1
}
.toTop.show {
 opacity:1
}
.toTop i {
 font-size:49px;
 position:relative;
 z-index:10
}
.bgtex {background: url(../img/bgtex.webp)no-repeat;background-size: cover;}

.horizontal-table tr th, .table th, .vertical-table tr th {
    background: rgba(14, 29, 43, .8);
    white-space: nowrap;
}
.horizontal-table {margin:auto !important;}
.horizontal-table th, .horizontal-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.horizontal-table td, .horizontal-table th, .table td, .table th, .vertical-table td, .vertical-table th {
    padding: .55rem;
}
.horizontal-table td, .horizontal-table th, .table td, .table th, .vertical-table td, .vertical-table th {
    padding: .75rem;
    border-top: 1px solid rgba(46, 70, 92, .8);
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.vertical-table tr th, .table th, .vertical-table tr th {
    background: rgba(14, 29, 43, .8);
    white-space: nowrap;
}
.vertical-table th, .vertical-table td {
    border: 1px solid rgba(46, 70, 92, .8) !important
    padding: 8px !important;
    text-align: left !important;
}
.verticle-table td, .verticle-table th, .table td, .table th, .vertical-table td, .vertical-table th {
    padding: .55rem !important;
}
.vertical-table td, .verticle-table th, .table td, .table th, .vertical-table td, .vertical-table th {
    padding: .75rem !important;
    border-top: 1px solid rgba(46, 70, 92, .8) !important;
}
#submenu {padding: 10px;
  background: black;
	margin: 3px auto;}
.sub-menu {padding: 10px;
  background: black;
	margin: 3px auto;}
#pagemenu {padding: 10px;
  background: black;
	margin: 3px auto;}

/* Bootstrap 3.3.7 - table-responsive */
.vertical-table, .horizontal-table  {
    min-height: 0.01%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;  /* Enable momentum scrolling for iOS devices */
}

@media (max-width: 767px) { /* Small devices (table wrapped inside .table-responsive) */
    .vertical-table, .horizontal-table {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar; /* IE 10+ */
        -webkit-overflow-scrolling: touch; /* For smooth scrolling in iOS */
    }
}

.vertical-table, .horizontal-table > .table {
    margin-bottom: 0;
}

/* Optional: Adjust the table's font size for small screens, add padding */
@media (max-width: 767px) {
    .vertical-table, .horizontal-table > .table {
        font-size: 14px;  /* Optional: smaller font size for better display */
    }
}
