@-ms-viewport{width:device-width}html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@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:1140px}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-2,.col-3,.col-7,.col-lg-12,.col-md-3,.col-md-9,.col-xl-2,.col-xl-3,.col-xl-7{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col-2,.col-3,.col-7{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3,.col-7{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}@media (min-width:768px){.col-md-3,.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (min-width:992px){.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3,.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}}a,aside,div,em,footer,h1,header,img,li,ol,p,section,span,strong,time,ul{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}body,h2,h3,html{padding:0;border:0;font:inherit;vertical-align:baseline}html{font-size:10px;margin:0!important}aside,footer,header,section{display:block}ol,ul{list-style:none}a{cursor:pointer;display:inline-block;font:700 1.6rem"Josefin Sans",sans-serif;line-height:1.3em;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}a:focus,a:hover{text-decoration:none}*{font:400 1.6rem"Open Sans",sans-serif;line-height:1.3em;color:#282828;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1.4rem}.overlay{top:0;left:0;background-color:rgba(45,52,54,.95);z-index:9998;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;pointer-events:none;position:fixed}.btn,h1,h2,h3{font-family:"Josefin Sans",sans-serif!important;font-weight:700}.btn{display:inline-block;max-width:100%;background:#fbbf0e;border-radius:30px;padding:6px 32px;cursor:pointer;color:#363129;font-size:1.6rem!important;line-height:1.52em!important;-webkit-transition:background .3s,opacity .3s,border .3s,color .3s,-webkit-box-shadow .3s;-o-transition:background .3s,opacity .3s,border .3s,color .3s,box-shadow .3s;transition:background .3s,opacity .3s,border .3s,color .3s,box-shadow .3s;transition:background .3s,opacity .3s,border .3s,color .3s,box-shadow .3s,-webkit-box-shadow .3s;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;text-decoration:none}.btn:hover{-webkit-box-shadow:0 0 15px 0#fbbf0e;box-shadow:0 0 15px 0#fbbf0e}.btn,.btn-js{position:relative;overflow:hidden}.btn-js:before{z-index:99;content:"";position:absolute;display:block;background:var(--ripple-background,#fff);border-radius:50%;pointer-events:none;top:calc(var(--y)*1px);left:calc(var(--x)*1px);width:calc(var(--d)*1px);height:calc(var(--d)*1px);opacity:calc(var(--o,1)*var(--ripple-opacity,.3));-webkit-transition:calc(var(--t,0)*var(--ripple-duration,600ms)) var(--ripple-easing,linear);-o-transition:calc(var(--t,0)*var(--ripple-duration,600ms)) var(--ripple-easing,linear);transition:calc(var(--t,0)*var(--ripple-duration,600ms)) var(--ripple-easing,linear);-webkit-transform:translate(-50%,-50%) scale(var(--s,1));-ms-transform:translate(-50%,-50%) scale(var(--s,1));transform:translate(-50%,-50%) scale(var(--s,1));-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}h1,h2,h3{font-size:3.6rem;line-height:1em;color:#151515}@media screen and (max-width:767px){h1{font-size:3.2rem}}h2,h3{font-weight:700!important;font-size:3.2rem!important;margin:0 0 40px}@media screen and (max-width:767px){h2{font-size:2.6rem!important;margin-bottom:20px}}h3{line-height:1.2em;font-size:2.8rem!important;margin:0 0 14px}@media screen and (max-width:767px){h3{font-size:2.2rem!important}}.mainContent ol li,.mainContent ol li :not(.btn):not(.btn-white):not(.btn-blue):not(.btn-red-line),.mainContent ol li :not(.fa),.mainContent>ol:not(.fa),.mainContent>ol:not(.fa) :not(.btn):not(.btn-white):not(.btn-blue):not(.btn-red-line),.mainContent>ol:not(.fa) :not(.fa),.mainContent>p:not(.fa),.mainContent>p:not(.fa) :not(.btn):not(.btn-white):not(.btn-blue):not(.btn-red-line),.mainContent>p:not(.fa) :not(.fa),.mainContent>ul:not(.fa),.mainContent>ul:not(.fa) :not(.btn):not(.btn-white):not(.btn-blue):not(.btn-red-line),.mainContent>ul:not(.fa) :not(.fa){font:400 1.6rem"Open Sans",sans-serif;line-height:1.3em;color:#282828}.text-center{text-align:center}.up-btn{cursor:pointer;overflow:hidden;position:fixed;bottom:21px;right:15px;border-radius:50%;opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;pointer-events:none;z-index:999}header,header .nav-container .sub-menu ul{-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.3);box-shadow:0 0 15px 0 rgba(0,0,0,.3)}header{position:fixed;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:9997;background-color:#363129;height:60px;padding-top:10px;padding-bottom:10px}@media screen and (min-width:1200px){header{height:80px;padding-top:0;padding-bottom:0}}header .nav-container{width:calc(100% + 30px)}header .nav-container>.menu-item>a{padding:27px 16px;color:#fff;font:400 1.6rem"Open Sans",sans-serif;line-height:1.3em;border-bottom:2px solid transparent;-webkit-transition:border .3s,color .3s;-o-transition:border .3s,color .3s;transition:border .3s,color .3s}.mobile-menu .menu-item .nav-arrow::after,header .nav-container>.menu-item:hover .nav-arrow:after{border-color:#fbbf0e transparent transparent}header .nav-container>.menu-item:hover>a{color:#fbbf0e;border-bottom-color:#fbbf0e}header .nav-container .menu-item{position:relative}header .nav-container .menu-item:hover>.sub-menu{pointer-events:all;opacity:1}header .nav-container .menu-item:hover>.sub-menu ul{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.nav,header .nav-container .sub-menu{-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}header .nav-container .sub-menu{pointer-events:none;position:absolute;bottom:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);left:-15px;opacity:0}header .nav-container .sub-menu ul{padding:15px 0;border-radius:5px;background:#363129;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}header .nav-container .sub-menu ul .menu-item a{white-space:nowrap;font:400 1.6rem"Open Sans",sans-serif;line-height:1.3em;padding:6px 30px;color:#fbbf0e;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;border:0}header .nav-container .sub-menu ul .menu-item a:hover{color:#fff}.nav{padding:0 15px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.nav-arrow{position:absolute;pointer-events:none;top:20px;bottom:auto;right:0}@media screen and (min-width:1200px){.nav-arrow{bottom:23px;left:50%;right:auto;top:auto}}.nav-arrow::after{content:"";display:block;width:0;height:0;border-style:solid;border-width:5px 4px 0;border-color:#fff transparent transparent;-webkit-transition:border .3s;-o-transition:border .3s;transition:border .3s}.burger-menu{width:24px}.burger-menu span{width:100%;height:4px;border-radius:2px;background-color:#fff;margin-bottom:4px}.burger-menu span:last-child{margin-bottom:0}.mobile-menu{position:fixed;top:0;right:0;z-index:9999;background:#363129;width:320px;height:100%;max-width:100%;overflow:auto;padding:45px 30px;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0;pointer-events:none}.mobile-menu .copyright{margin-top:60px}.mobile-menu-close{position:absolute;width:20px;height:20px;top:20px;right:20px}.mobile-menu-close:after,.mobile-menu-close:before{content:"";position:absolute;top:50%;left:50%;display:block;width:20px;height:1px;background:#fff;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.mobile-menu-close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.mobile-menu-close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.mobile-menu .logo{margin-bottom:45px}.mobile-menu *{color:#fff}.mobile-menu .menu-item{position:relative}.mobile-menu .menu-item a{color:#fbbf0e;padding:10px 0}.mobile-menu .sub-menu{padding-left:15px;display:none}.mobile-menu .logo,header .logo{color:#fff;font-size:2.1rem;line-height:1em}.mobile-menu .logo img,header .logo img{max-height:60px;width:auto}@media screen and (min-width:1200px){.mobile-menu .logo img,header .logo img{max-height:80px}}.copyright{border-top:1px solid #252525;padding:30px 0;color:#fff!important;font-size:1.2rem;line-height:1.25em}footer{background:#363129}.mainContent{background:#fff;padding-bottom:60px}.mainContent .mainContent{padding-top:0;padding-bottom:0}.mainContent>ol:not(.fa),.mainContent>p:not(.fa),.mainContent>ul:not(.fa){padding-bottom:1rem}.mainContent img{height:auto}.mainContent h2 :not(.fa){font:inherit!important}.mainContent h2{margin-bottom:20px}.mainContent ul{margin-left:30px;margin-bottom:23px}.mainContent ul li{list-style:disc;position:relative;padding:5px}.mainContent ul li ::marker{unicode-bidi:-webkit-isolate;unicode-bidi:-moz-isolate;unicode-bidi:isolate;font-variant-numeric:tabular-nums;text-transform:none;text-indent:0!important;text-align:start!important;-moz-text-align-last:start!important;text-align-last:start!important}.mainContent ol{counter-reset:li;padding-left:10px;margin-left:15px}.mainContent ol>li{counter-increment:li}.mainContent ol li{padding:5px;position:relative}.mainContent ol li::before{content:counter(li)".";font-weight:700;color:#363129;display:inline-block;margin-right:5px;position:absolute;top:5px;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.mainContent a:not([class]){font-size:inherit;color:#cc0001!important;text-decoration:none}.mainContent a:not([class]):hover{color:#d33a83!important;text-decoration:underline}body{margin:60px 0 0;background:#34495e;overflow-x:hidden;font:400 1.6rem"Open Sans",sans-serif;line-height:1.3em}@media screen and (min-width:1200px){body{margin-top:80px}}strong{font-weight:700!important}@media (min-width:1199px){.container{max-width:1200px}}@media screen and (max-width:1199px){.container{max-width:100%}}a,a:hover{outline:0;text-decoration:none}img{max-width:100%;height:auto}.topCasino-row>::after{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:#edeff6}.breadcrumbs{padding-top:20px;padding-bottom:40px;margin:0;list-style:none;list-style-type:none}.breadcrumbs-container{background:#fff}.breadcrumbs a{position:relative;white-space:nowrap;color:#7f8c8d;padding:0;text-decoration:none!important;font-size:1.2rem}.breadcrumbs a:after{content:"»";display:inline-block;margin:0 11px;vertical-align:middle}.breadcrumbs a:hover span{color:#000!important}.breadcrumbs li span{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;color:#7f8c8d;font-size:1.2rem}.breadcrumbs li ::marker{display:none}.sidebar .review{border:2px solid #363129;-webkit-box-shadow:0 0 10px 0#7f8c8d;box-shadow:0 0 10px 0#7f8c8d;border-radius:5px;padding:0 15px 15px}.sidebar .review-title{background:#363129;border-radius:0 0 5px 5px;padding:10px 5px;color:#fbbf0e;font-weight:700;margin-bottom:15px}@media screen and (max-width:991px){.sidebar{margin-top:25px}}.main-sideBar-item{margin-bottom:25px}@media screen and (max-width:1199px){.main-sideBar-item{-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.main-sideBar-item img{width:76px;margin:auto}}.main-sideBar-item:last-child{margin-bottom:0}.main-sideBar-item-text{padding-left:15px;width:100%}@media screen and (max-width:1199px){.main-sideBar-item-text{margin-top:15px;padding:0}}.main-sideBar-item-text .btn{margin-top:15px;margin-right:auto;margin-left:auto;width:100%;max-width:150px}.mainContent{padding-top:60px}.mainContent h1{margin-bottom:30px}