.header-bottom {
    width: 100%;
    padding: 20px 0;
}
.logo img {
    max-width: 180px;
    max-height: 60px;
}
@media (max-width: 1199px) {
    .logo img {
        max-width: 160px;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-width: 150px;
    }
}

@media (max-width: 575px) {
    .logo img {
        max-width: 100px;
        max-height: 50px;
    }
}
.menu {
    align-items: center;
    margin: 0;
    position: relative;
}

.menu > .has-sub-menu {
    margin-right: 0px;
}



@media (max-width: 1199px) {
    .menu > .has-sub-menu {
        margin-right: 18px;
    }
}

@media (min-width: 992px) {
    .menu > .has-sub-menu.open .sub-menu {
        display: block !important;
    }
}

.menu .sub-menu li {
    width: 100%;
}

@media (min-width: 992px) {
    .menu .sub-menu {
        display: block !important;
    }
}

.menu li {
    position: relative;
}

.menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.menu li.has-sub-menu > a {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu li.has-sub-menu > a::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: '\f107';
    right: 0;
    top: 50%;
    transform: translate(8px, -50%);
    font-size: 14px;
    color: #3D76B5;
}

.menu li a {
    display: block;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: unset !important;
    color: black;
    position: relative;
}

.menu li a .badge {
    position: absolute;
    font-weight: 600;
    top: -12px;
    right: -8px;
    font-size: 9px;
    border-radius: 3px 3px 3px 0;
    line-height: .93;
    padding: 4px 5px 2px;
    z-index: 1;
    color:white!important;
}

.menu li a .badge::before {
    position: absolute;
    content: '';
    top: calc(100% - 1px);
    left: 0;
    background: RGB(244, 88, 42) !important;
    width: 8px;
    height: 5px;
    clip-path: polygon(0 100%, 0 0, 100% 0);
}

.menu .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 1399px) {
    .menu li a {
        font-size: 15px;
        padding: 4px 10px;
    }
}

@media (max-width: 991px) {
    .menu li a {
        font-size: 14px;
        padding: 4px 10px;
    }
}

.mobile-menu-open{
    overflow: hidden;
}

.fixed{
    position: fixed;
    height: 100%;
    overflow: auto;
}

@media (min-width: 992px) {
    .sub-menu {
        position: absolute;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        min-width: 233px;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
        transform: translateY(15px);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        overflow: hidden;
        z-index: 24;
        background: #292929;
        border: none !important;
        padding: 10px;
        border-radius: 11px;
    }

    .sub-menu li {
        padding: 0;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li a {
        font-size: 14px;
        color: #fff;
        padding: 7px 15px;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-line-clamp: 1;
    }

    .sub-menu:hover {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .sub-menu .sub-menu {
        visibility: hidden;
        opacity: 0;
        top: 5px;
        left: -100%;
        transform: translateY(20px);
    }

    .sub-menu.has-sub-menu > a::after {
        transform: translate(-20px, -50%);
    }
}

.badge {
    padding: 5px 12px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.badge:hover {
    color: #fff;
}

.badge.badge--sm {
    padding: 3px 10px;
    font-size: 12px;
}

.badge.badge--xs {
    padding: 2px 8px;
    font-size: 11px;
}

.badge.badge--lg {
    padding: 7px 15px;
    font-size: 15px;
}

.badge.badge--cap {
    border-radius: 15px;
    padding: 5px 15px;
}

.badge.badge--round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 7px;
    line-height: 0.75;
    font-size: 14px;
    font-weight: 500;
}
.badge--base {
    color: #fff !important;
    background: #f4582a !important;
    border-color: #f4582a !important;
}

.badge.badge--sm {
    padding: 3px 10px;
    font-size: 12px;
}

.badge {
    padding: 5px 12px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.badge:hover {
    color: #fff;
}


.badge.badge--xs {
    padding: 2px 8px;
    font-size: 11px;
}

.badge.badge--lg {
    padding: 7px 15px;
    font-size: 15px;
}

.badge.badge--cap {
    border-radius: 15px;
    padding: 5px 15px;
}
.badge.badge--round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 7px;
    line-height: 0.75;
    font-size: 14px;
    font-weight: 500;
}

.footer-section .shape1 {
    position: absolute;
    max-width: 220px;
    right: 0;
    bottom: 0;
}
.menu li a .badge::before {
    position: absolute;
    content: '';
    top: calc(100% - 1px);
    left: 0;
    background: RGB(244, 88, 42) !important;
    width: 8px;
    height: 5px;
    clip-path: polygon(0 100%, 0 0, 100% 0);
}
.logo img {
    max-width: 180px;
    max-height: 60px;
}

@media (max-width: 1199px) {
    .logo img {
        max-width: 160px;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-width: 150px;
    }
}

@media (max-width: 575px) {
    .logo img {
        max-width: 100px;
        max-height: 50px;
    }
}

.menu {
    align-items: center;
    margin: 0;
    position: relative;
}



@media (max-width: 1199px) {
    .menu > .has-sub-menu {
        margin-right: 18px;
    }
}

@media (min-width: 992px) {
    .menu > .has-sub-menu.open .sub-menu {
        display: block !important;
    }
}

.menu .sub-menu li {
    width: 100%;
}

@media (min-width: 992px) {
    .menu .sub-menu {
        display: block !important;
    }
}

.menu li {
    position: relative;
}

.menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.menu li.has-sub-menu > a {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu li.has-sub-menu > a::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: '\f107';
    right: 0;
    top: 50%;
    transform: translate(8px, -50%);
    font-size: 14px;
}

.menu li a {
    display: block;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    
    color: #fff;
    position: relative;
}

.header-bottom {
    width: 100%;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .header-bottom {
        padding: 15px 0;
    }
}

.header-bottom-area {
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-bottom-area {
        justify-content: space-between;
    }
}
.header-bottom-area, .menu, .pagination, .dashboard__card, .deposit-group, .testimonial-item .thumb-wrapper, .blog-details-wrapper .details-content .meta-post, .recent-post-item, .social-links, .rating {
    display: flex;
    flex-wrap: wrap;
}

.header-bottom {
    width: 100%;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .header-bottom {
        padding: 15px 0;
    }
}
.header-bottom {
    width: 100%;
    padding: 20px 0;
}
.logo img {
    max-width: 180px;
    max-height: 60px;
}
@media (max-width: 1199px) {
    .logo img {
        max-width: 160px;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-width: 150px;
    }
}

@media (max-width: 575px) {
    .logo img {
        max-width: 100px;
        max-height: 50px;
    }
}
.menu {
    align-items: center;
    margin: 0;
    position: relative;
}




@media (max-width: 1199px) {
    .menu > .has-sub-menu {
        margin-right: 18px;
    }
}

@media (min-width: 992px) {
    .menu > .has-sub-menu.open .sub-menu {
        display: block !important;
    }
}

.menu .sub-menu li {
    width: 100%;
}

@media (min-width: 992px) {
    .menu .sub-menu {
        display: block !important;
    }
}

.notification-holder {
    top: 41px;
    right: 48px;
    position: absolute;
    height: 400px;
    width: 260px;
    z-index: 99;
    margin-top: 1em;
    border-radius: 10px;
}

@media (min-width: 1800px) {
    .notification-holder {
        top: 44px !important;
        right: 256px !important;
        position: absolute;
        height: 400px;
        width: 260px;
        z-index: 99;
        margin-top: 1em;
        border-radius: 10px;
    }


    .phone-menu {
        display: none !important;
    }
    #phone-menu-button{
        display: none !important;
    }
    .chat-col-2{
        flex: 0 0 75%;
        max-width: 75%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .chat-col-1{
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .nav-min-height{
        min-height: 79px;
    }
    .nav-min-39{
        min-height: 39px;
    }
    .nav-min-35-984{
        min-height: 36px;
    }
}
@media (max-width: 1799px) {
    .phone-menu {
        display: block !important;
    }
    .desktop-menu {
        display: none !important;
    }
    .margin-bottom-max-tablet{
        margin-bottom: 3.5rem!important;
    }
    #phone-menu-button{
        display: block !important;
    }
    .border-radius-15-767{
        border-radius: 15px;
    }
    .chat-col-2{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.menu li {
    position: relative;
}

.menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.menu li.has-sub-menu > a {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: white;
}

.menu li.has-sub-menu > a::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: '\f107';
    right: 0;
    top: 50%;
    transform: translate(8px, -50%);
    font-size: 14px;
}

.menu li a {
    display: block;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    
    color: #fff;
    position: relative;
}

.menu li a .badge::before {
    position: absolute;
    content: '';
    top: calc(100% - 1px);
    left: 0;
    background: RGB(244, 88, 42) !important;
    width: 8px;
    height: 5px;
    clip-path: polygon(0 100%, 0 0, 100% 0);
}

.menu .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 1399px) {
    .menu li a {
        font-size: 15px;
        padding: 4px 10px;
    }
}

@media (max-width: 991px) {
    .menu li a {
        font-size: 14px;
        padding: 4px 10px;
    }
}
@media (max-width: 991px) {
    .menu > li:nth-last-child(1) {
        border-bottom: none;
    }

    .menu > li:nth-last-child(2) {
        border-bottom: none;
    }

    .menu > li:nth-last-child(3) {
        border-bottom: none;
    }

    .menu {
        position: absolute;
        top: 0;
        left: 0;
        padding: 50px 30px 50px;
        max-height: calc(100vh - 50px);
        min-width: 200px;
        width: 100%;
        visibility: hidden;
        transform-origin: top;
        transform: translateY(-100px) scaleY(0.6);
        opacity: 0;
        overflow-y: auto;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
    }

    .menu.active {
        opacity: 1;
        transform: translateY(0) scaleY(1);
        visibility: visible;
        z-index: 9999;
        top: 0px;
    }

    .menu.active .cmn--btn {
        border-color: #fff;
    }

    .menu .has-sub-menu {
        margin-right: 0;
    }

    .menu {
    }

    .menu .has-sub-menu > a::after {
        transform: translate(-20px, -50%) !important;
    }

    .menu li {
        padding: 3px 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .menu li a {
        color: #fff;
        display: inline-block;
    }

    .menu li.has-sub-menu a::after {
        transform: translate(-20px, -50%) !important;
    }

    .menu .btn {
        background: #fff !important;
        border-color: transparent !important;
        color: #FFC827 !important;
    }


}

.badge {
    padding: 5px 12px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.badge:hover {
    color: #fff;
}

.badge.badge--sm {
    padding: 3px 10px;
    font-size: 12px;
}

.badge.badge--xs {
    padding: 2px 8px;
    font-size: 11px;
}

.badge.badge--lg {
    padding: 7px 15px;
    font-size: 15px;
}

.badge.badge--cap {
    border-radius: 15px;
    padding: 5px 15px;
}

.badge.badge--round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 7px;
    line-height: 0.75;
    font-size: 14px;
    font-weight: 500;
}
.badge--base {
    color: #fff !important;
    background: #f4582a !important;
    border-color: #f4582a !important;
}
.badge.badge--sm {
    padding: 3px 10px;
    font-size: 12px;
}

.badge {
    padding: 5px 12px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.badge:hover {
    color: #fff;
}


.badge.badge--xs {
    padding: 2px 8px;
    font-size: 11px;
}

.badge.badge--lg {
    padding: 7px 15px;
    font-size: 15px;
}

.badge.badge--cap {
    border-radius: 15px;
    padding: 5px 15px;
}
.badge.badge--round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 7px;
    line-height: 0.75;
    font-size: 14px;
    font-weight: 500;
}

.footer-section .shape1 {
    position: absolute;
    max-width: 220px;
    right: 0;
    bottom: 0;
}
.menu li a .badge::before {
    position: absolute;
    color:white!important;
    content: '';
    top: calc(100% - 1px);
    left: 0;
    background: RGB(244, 88, 42) !important;
    width: 8px;
    height: 5px;
    clip-path: polygon(0 100%, 0 0, 100% 0);
}
.logo img {
    max-width: 180px;
    max-height: 60px;
}

@media (max-width: 1199px) {
    .logo img {
        max-width: 160px;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-width: 150px;
    }
}

@media (max-width: 575px) {
    .logo img {
        /*max-width: 100px;*/
        max-height: 50px;
    }
}

.menu {
    align-items: center;
    margin: 0;
    position: relative;
}



@media (max-width: 1199px) {
    .menu > .has-sub-menu {
        margin-right: 18px;
    }
}

@media (min-width: 992px) {
    .menu > .has-sub-menu.open .sub-menu {
        display: block !important;
    }
}

.menu .sub-menu li {
    width: 100%;
}

@media (min-width: 992px) {
    .menu .sub-menu {
        display: block !important;
    }
}

.menu li {
    position: relative;
    list-style: none;
}

.menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.menu li.has-sub-menu > a {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu li.has-sub-menu > a::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: '\f107';
    right: 0;
    top: 50%;
    transform: translate(8px, -50%);
    font-size: 14px;
}

.menu li a {
    font-weight: 500 !important;
    display: block;
    padding: 4px 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    position: relative;
    text-decoration: none !important;
}
.header-bottom {
    width: 100%;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .header-bottom {
        padding: 15px 0;
    }
}

.relative {
    position: relative !important;
}

.header-bottom-area {
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-bottom-area {
        justify-content: space-between;
    }
}
.header-bottom-area, .menu, .pagination, .dashboard__card, .deposit-group, .testimonial-item .thumb-wrapper, .blog-details-wrapper .details-content .meta-post, .recent-post-item, .social-links, .rating {
    display: flex;
    flex-wrap: wrap;
}
.menu > ul > li {
    list-style: none;
    padding: 9px 0 0 0;
}
.header-bottom {
    width: 100%;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .header-bottom {
        padding: 15px 0;
    }
}

.navigation-wrapper::-webkit-scrollbar{
    width:10px;
}
.navigation-wrapper::-webkit-scrollbar-thumb{
    background-color:rgba(255,255,255,.3);
    -webkit-transition:background-color .3s;
    transition:background-color .3s;
    border-radius:10px;
    border:2.5px solid transparent;
    background-clip:padding-box;
}
.navigation-wrapper::-webkit-scrollbar-thumb:active,.navigation-wrapper::-webkit-scrollbar-thumb:hover{
    background-color:hsl(0deg,0%,100%);
}

.gamepopup-open .navigation{
    z-index:1051;
}
.navigation.active{
    visibility:visible;
}
.navigation a{

    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.navigation a:not(.btn){
    color:white;
}
.navigation .user{
    padding:4.5px 5px 0;
}
.navigation .user-wrapper{
    display:flex;
    margin-bottom:15px;
}
.navigation .user-body{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    margin:0 10px;
}
.navigation .user-title{
    font-weight:800;
    font-size:1.125rem;
    line-height:1.2;
    color:hsl(0deg,0%,100%);
}
.navigation .user .user-action{
    font-weight:700;
    font-size:.75rem;
    line-height:1.2;
    color:hsl(52deg,100%,50%);
}
.navigation .user-avatar{
    position:relative;
    width:50px;
    height:50px;
    background:hsl(210deg,4%,9%);
    border-radius:8px;
}
.navigation .user-avatar::before{
    content:" ";
    width:100%;
    height:100%;
    display:inline-block;
    background-image:none;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    background-color:hsl(210deg,4%,27%);
}
.navigation .user-detail{
    display:flex;
    justify-content:space-between;
    font-weight:400;
    font-size:.75rem;
    line-height:1.2;
    margin-top:10px;
}
.navigation .user-detail-value{
    text-transform:uppercase;
    color:hsl(0deg,0%,100%);
    font-weight:800;
}
.navigation .user-detail-name{
    color:hsl(210deg,4%,65%);
}
.navigation .nav-banner-wrapper{
    margin-bottom:10px
}
.navigation .nav-banner-wrapper .nav-banner-body .title{
    text-overflow:ellipsis;
    white-space:initial;
    overflow:hidden;
    max-height:49px;
    font-size:.875rem;
    line-height:1.2;
    color:hsl(0deg,0%,100%);
}
.navigation .nav-banner-wrapper .nav-banner-body .title span{
    display:block;
    text-transform:uppercase;
    font-size:.5rem;
    font-weight:600;
    line-height:1.8;
    color:hsl(210deg,4%,65%);
}
.navigation .nav-banner-wrapper .nav-banner-body .btn{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    padding:2px 12px;
    font-size:.625rem;
    margin-bottom:0;
}
.navigation .nav-banner-wrapper .nav-banner-footer{
    text-align:center;
    text-overflow:ellipsis;
    text-transform:uppercase;
    overflow:hidden;
    white-space:nowrap;
    margin-top:2px;
    font-size:.4375rem;
    line-height:1.2;
    color:hsl(210deg,4%,45%);
}
.navigation .breadcrumbs{
    display:flex;
    font-size:.625rem;
    line-height:1.2;
    margin-bottom:10px;
}
.navigation .breadcrumbs .home{
    font-size:0;
    width:12px;
    height:10px;
}
.navigation .breadcrumbs a{
    align-self:center;
    display:flex;
}
.navigation .breadcrumbs a:not(:first-child){
    align-items:center;
}
.navigation .breadcrumbs a:not(:first-child)::before{
    background-image:none;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    background-color:hsl(0deg,0%,100%);
    content:"";
    width:4px;
    height:10px;
    margin:0 4px;
}
.navigation .badge{
    font-size:.5625rem;
    font-weight:800;
    font-style:italic;
    line-height:1;
    color:hsl(0deg,0%,100%);
    text-transform:uppercase;
    background-color:hsl(350deg,92%,47%);
    padding:4px 6px;
    margin-left:10px;
    margin-right:5px;
    border-radius:6px;
}
.navigation .btn{
    width:100%;
    border-radius:8px;
    padding:7.5px;
    margin:10px 0;
}
.navigation .btn-login,.navigation .btn-register{
    font-size:.875rem;
}
.navigation .app{
    background-color:hsl(210deg,4%,9%);
    padding:20px 10px;
    margin:15px -10px 0;
}
.navigation .app .btn{
    display:flex;
    padding:10px;
    margin:0;
}
.navigation .app .btn .app-body{
    width:100%;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
}
.navigation .app .btn .app-body .subtitle{
    font-size:.625rem;
    line-height:1.5;
    color:hsl(0deg,0%,100%);
}
.navigation .app .btn .app-body .title{
    font-size:1rem;
    line-height:1;
    color:hsl(0deg,0%,100%);
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    text-align:left;
}
.navigation .app .btn .app-logo{
    content:" ";
    border-radius:10px;
    margin-right:10px;
    min-width:35px;
    min-height:35px;
    background-color:hsl(52deg,100%,50%);
}
.navigation .app .btn .app-logo:after{
    display:inline-block;
    width:100%;
    height:100%;
    content:" ";
    background-image:none;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    background-color:hsl(210deg,4%,3%);
}
.navigation .app .btn .app-download{
    height:32px;
    width:16px;
    align-self:center;
    background-image:none;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    background-color:hsl(210deg,4%,40%);
}
.navigation .accordion{
    margin-top:17.5px;
}
.navigation .accordion .card{
    padding:5px 5px;
}
.navigation .accordion .card-header.icon:after,.navigation .accordion .card-header.icon:before,.navigation .accordion .card-header .icon:after,.navigation .accordion .card-header .icon:before,.navigation .accordion .card-body.icon:after,.navigation .accordion .card-body.icon:before,.navigation .accordion .card-body .icon:after,.navigation .accordion .card-body .icon:before{
    position:absolute;
    top:calc(50% - 2px);
    transform:translateY(-50%);
}
.navigation .accordion .card-header.icon:after,.navigation .accordion .card-header .icon:after,.navigation .accordion .card-body.icon:after,.navigation .accordion .card-body .icon:after{
    left:0;
}
.navigation .accordion .card-header.icon:before,.navigation .accordion .card-header .icon:before,.navigation .accordion .card-body.icon:before,.navigation .accordion .card-body .icon:before{
    left:unset;
    right:0;
}
.navigation .accordion .card.active .card-body{
    display:block;
}
.navigation .accordion .card-header{
    cursor:pointer;
    text-transform:none;
    padding-left:25px;
    padding-right:15px;
    font-weight:700;
    font-size:1.125rem;
}
.navigation .accordion .card-header:hover a{
    color:hsl(210deg,4%,65%);
}
.navigation .accordion .card-header:hover:after,.navigation .accordion .card-header:hover:before{
    opacity:.65;
}
.navigation .accordion .card-header a{
    display:inline-block;
    transition:color .3s ease;
    padding-left:10px;
    line-height:27px;
}
.navigation .accordion .card-header.icon:after{
    top:0;
    transform:initial;
    width:22px;
    height:27px;
    background-size:22px;
}
.navigation .accordion .card-header.icon.icon-user-tie-fill::after{
    background-size:calc(22px - 27.5%);
}
.navigation .accordion .card-header.icon.icon-futbol::after{
    background-size:calc(22px - 19%);
}
.navigation .accordion .card-header.icon.icon-stopwatch-solid::after{
    background-size:calc(22px - 29%);
}
.navigation .accordion .card-header.icon.icon-plus-square::after{
    background-size:calc(22px - 27.5%);
}
.navigation .accordion .card-header.icon.icon-arrow-download::after{
    background-size:calc(22px - 36.5%);
}
.navigation .accordion .card-header.icon.icon-gift-solid::after{
    background-size:calc(22px - 18%);
}
.navigation .accordion .card-header.icon.icon-sheet::after{
    background-size:calc(22px - 36.5%);
}
.navigation .accordion .card-header.icon.icon-envelope-solid::after{
    background-size:calc(22px - 18%);
}
.navigation .accordion .card-header:after,.navigation .accordion .card-header:before{
    transition:opacity .3s ease;
}
.navigation .accordion .card-header:before{
    content:"";
    background-image:none;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    background-color:hsl(0deg,0%,100%);
    width:16px;
    height:16px;
    transition:transform .5s;
}
.navigation .accordion .card-header:before:last-child{
    margin-bottom:10px;
}
.navigation .accordion .card-header.external-link a{
    display:block;
}
.navigation .accordion .card-header.external-link:before{
    background-image:none;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    background-color:hsl(0deg,0%,100%);
}
.navigation .accordion .card-body{
    margin-top:10px;
}
.navigation .accordion .card-body a{
    position:relative;
    display:block;
    transition:color .3s ease;
    padding-left:25px;
    padding-bottom:5px;
    font-size:.875rem;
    line-height:1.5;
    font-weight:700;
}
.navigation .accordion .card-body a:after{
    width:14px;
    height:14px;
    transition:opacity .3s ease;
}
.navigation .accordion .card-body a:last-child{
    margin-bottom:10px;
}
.navigation .accordion .card-body a:hover{
    color:hsl(210deg,4%,65%);
}
.navigation .accordion .card-body a:hover:after{
    opacity:.65;
}
.navigation .accordion .card.active:not(.no-subcategory) .card-header:not(.external-link):before{
    transform:translateY(-50%) rotate(90deg);
}
.navigation .accordion .card.no-subcategory .card-header:not(.external-link):before{
    display:none;
    cursor:default;
}
.navigation .additional a{
    align-items:center;
    font-size:.875rem;
    line-height:1.5;
    font-weight:700;
    padding:7.5px 5px;
    transition:color .3s ease;
}
.navigation .additional a:hover{
    color:hsl(210deg,4%,65%);
}
.page-game-description .accordion .card-header{
    margin:10px 0;
    font-size:.875rem;
}
.page-game-description .accordion .card-header:before{
    top:7px;
}
.page-game-description .accordion .card-body p:last-child{
    padding-bottom:10px;
}
.navigation{
    width:100%;
}

.navigation-wrapper::-webkit-scrollbar{
    width:10px;
}
.navigation-wrapper::-webkit-scrollbar-thumb{
    background-color:rgba(255,255,255,.3);
    -webkit-transition:background-color .3s;
    transition:background-color .3s;
    border-radius:10px;
    border:2.5px solid transparent;
    background-clip:padding-box;
}
.navigation-wrapper::-webkit-scrollbar-thumb:active,.navigation-wrapper::-webkit-scrollbar-thumb:hover{
    background-color:hsl(0deg,0%,100%);
}
.gamepopup-open .navigation{
    z-index:1051;
}
.navigation.active{
    visibility:visible;
}
.navigation a{

    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.navigation .user{
    padding:4.5px 5px 0;
}
.navigation .user-wrapper{
    display:flex;
    margin-bottom:15px;
}
.navigation .user-body{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    margin:0 10px;
}
.navigation .user-title{
    font-weight:800;
    font-size:1.125rem;
    line-height:1.2;
    color:hsl(0deg,0%,100%);
}
.navigation .user .user-action{
    font-weight:700;
    font-size:.75rem;
    line-height:1.2;
    color:hsl(52deg,100%,50%);
}
.navigation .user-avatar{
    position:relative;
    width:50px;
    height:50px;
    background:hsl(210deg,4%,9%);
    border-radius:8px;
}
.navigation .user-detail{
    display:flex;
    justify-content:space-between;
    font-weight:400;
    font-size:.75rem;
    line-height:1.2;
    margin-top:10px;
}
.navigation .user-detail-value{
    text-transform:uppercase;
    color:hsl(0deg,0%,100%);
    font-weight:800;
}
.navigation .user-detail-name{
    color:hsl(210deg,4%,65%);
}
.navigation .nav-banner-wrapper{
    margin-bottom:10px
}
.navigation .nav-banner-wrapper .nav-banner-body .title{
    text-overflow:ellipsis;
    white-space:initial;
    overflow:hidden;
    max-height:49px;
    font-size:.875rem;
    line-height:1.2;
    color:hsl(0deg,0%,100%);
}
.navigation .nav-banner-wrapper .nav-banner-body .title span{
    display:block;
    text-transform:uppercase;
    font-size:.5rem;
    font-weight:600;
    line-height:1.8;
    color:hsl(210deg,4%,65%);
}
.navigation .nav-banner-wrapper .nav-banner-body .btn{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    padding:2px 12px;
    font-size:.625rem;
    margin-bottom:0;
}
.navigation .nav-banner-wrapper .nav-banner-footer{
    text-align:center;
    text-overflow:ellipsis;
    text-transform:uppercase;
    overflow:hidden;
    white-space:nowrap;
    margin-top:2px;
    font-size:.4375rem;
    line-height:1.2;
    color:hsl(210deg,4%,45%);
}
.navigation .breadcrumbs{
    display:flex;
    font-size:.625rem;
    line-height:1.2;
    margin-bottom:10px;
}
.navigation .breadcrumbs .home{
    font-size:0;
    width:12px;
    height:10px;
}
.navigation .breadcrumbs a{
    align-self:center;
    display:flex;
}
.navigation .breadcrumbs a:not(:first-child){
    align-items:center;
}
.navigation .btn{
    width:100%;
    border-radius:8px;
    padding:7.5px;
    margin:10px 0;
}
.navigation .btn-login,.navigation .btn-register{
    font-size:.875rem;
}
.navigation .app{
    background-color:hsl(210deg,4%,9%);
    padding:20px 10px;
    margin:15px -10px 0;
}
.navigation .app .btn{
    display:flex;
    padding:10px;
    margin:0;
}
.navigation .app .btn .app-body{
    width:100%;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
}
.navigation .app .btn .app-body .subtitle{
    font-size:.625rem;
    line-height:1.5;
    color:hsl(0deg,0%,100%);
}
.navigation .app .btn .app-body .title{
    font-size:1rem;
    line-height:1;
    color:hsl(0deg,0%,100%);
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    text-align:left;
}
.navigation .app .btn .app-logo{
    content:" ";
    border-radius:10px;
    margin-right:10px;
    min-width:35px;
    min-height:35px;
    background-color:hsl(52deg,100%,50%);
}
.navigation .app .btn .app-download{
    height:32px;
    width:16px;
    align-self:center;
    background-image:none;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    background-color:hsl(210deg,4%,40%);
}
.navigation .accordion{
    margin-top:17.5px;
}
.navigation .accordion .card{
    padding:5px 5px;
}
.navigation .accordion .card-header.icon:after,.navigation .accordion .card-header.icon:before,.navigation .accordion .card-header .icon:after,.navigation .accordion .card-header .icon:before,.navigation .accordion .card-body.icon:after,.navigation .accordion .card-body.icon:before,.navigation .accordion .card-body .icon:after,.navigation .accordion .card-body .icon:before{
    position:absolute;
    top:calc(50% - 2px);
    transform:translateY(-50%);
}
.navigation .accordion .card-header.icon:after,.navigation .accordion .card-header .icon:after,.navigation .accordion .card-body.icon:after,.navigation .accordion .card-body .icon:after{
    left:0;
}
.navigation .accordion .card-header.icon:before,.navigation .accordion .card-header .icon:before,.navigation .accordion .card-body.icon:before,.navigation .accordion .card-body .icon:before{
    left:unset;
    right:0;
}
.navigation .accordion .card.active .card-body{
    display:block;
}
.navigation .accordion .card-header{
    cursor:pointer;
    text-transform:none;
    padding-left:25px;
    padding-right:15px;
    font-weight:700;
    font-size:1.125rem;
}
.navigation .accordion .card-header:hover a{
    color:hsl(210deg,4%,65%);
}
.navigation .accordion .card-header:hover:after,.navigation .accordion .card-header:hover:before{
    opacity:.65;
}
.navigation .accordion .card-header a{
    display:inline-block;
    transition:color .3s ease;
    padding-left:10px;
    line-height:27px;
}
.navigation .accordion .card-header.icon:after{
    top:0;
    transform:initial;
    width:22px;
    height:27px;
    background-size:22px;
}
.navigation .accordion .card-header.icon.icon-user-tie-fill::after{
    background-size:calc(22px - 27.5%);
}
.navigation .accordion .card-header.icon.icon-futbol::after{
    background-size:calc(22px - 19%);
}
.navigation .accordion .card-header.icon.icon-stopwatch-solid::after{
    background-size:calc(22px - 29%);
}
.navigation .accordion .card-header.icon.icon-plus-square::after{
    background-size:calc(22px - 27.5%);
}
.navigation .accordion .card-header.icon.icon-arrow-download::after{
    background-size:calc(22px - 36.5%);
}
.navigation .accordion .card-header.icon.icon-gift-solid::after{
    background-size:calc(22px - 18%);
}
.navigation .accordion .card-header.icon.icon-sheet::after{
    background-size:calc(22px - 36.5%);
}
.navigation .accordion .card-header.icon.icon-envelope-solid::after{
    background-size:calc(22px - 18%);
}
.navigation .accordion .card-header:before:last-child{
    margin-bottom:10px;
}
.navigation .accordion .card-header.external-link a{
    display:block;
}
.navigation .accordion .card-header.external-link:before{
    background-image:none;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    background-color:hsl(0deg,0%,100%);
}
.navigation .accordion .card-body{
    margin-top:10px;
}
.navigation .accordion .card-body a{
    position:relative;
    display:block;
    transition:color .3s ease;
    padding-left:25px;
    padding-bottom:5px;
    font-size:.875rem;
    line-height:1.5;
    font-weight:700;
}
.navigation .accordion .card-body a:after{
    width:14px;
    height:14px;
    transition:opacity .3s ease;
}
.navigation .accordion .card-body a:last-child{
    margin-bottom:10px;
}
.navigation .accordion .card-body a:hover{
    color:hsl(210deg,4%,65%);
}
.navigation .accordion .card-body a:hover:after{
    opacity:.65;
}
.navigation .accordion .card.active:not(.no-subcategory) .card-header:not(.external-link):before{
    transform:translateY(-50%) rotate(90deg);
}
.navigation .accordion .card.no-subcategory .card-header:not(.external-link):before{
    display:none;
    cursor:default;
}
.navigation .additional a{
    align-items:center;
    font-size:.875rem;
    line-height:1.5;
    font-weight:700;
    padding:7.5px 5px;
    transition:color .3s ease;
}
.navigation .additional a:hover{
    color:hsl(210deg,4%,65%);
}
.navigation a{
    align-items:center;
    font-size:.875rem;
    line-height:1.5;
    font-weight:500;
    color:red;
    padding:7.5px 5px;
    transition:color .3s ease;
}
/*left side mobile*/
.faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
}

.faq-drawer__title {
    cursor: pointer;
    display: block;
    font-size: 1.25em;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: -2px;
    top: 10px;
    position: relative;
    right: 20px;
    color:#0090ff;
    transform: rotate(135deg);
    vertical-align: top;
    width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
    color: #4E4B52  ;
}

.faq-drawer__trigger:checked
+ .faq-drawer__title
+ .faq-drawer__content-wrapper {
    max-height: 405px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-45deg);

}

div.card-header.icon.icon-slot-machine-solid.title {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    padding-left: 25px;
    padding-right: 15px;
    position: relative;
    text-transform: none;
    user-select: none;
}
div.card-header.icon.icon-dice.title {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    padding-left: 25px;
    padding-right: 15px;
    position: relative;
    text-transform: none;
    user-select: none;
}


.rating>input:checked ~ label:after{
}
.rating-stars{
    margin-left:10px;
}
.voted{
    pointer-events:none;
}
.properties{
    margin:30px 0;
    padding:0;
    list-style:none;
}
.properties .title{
    padding-left:0;
    padding-right:0;
    font-size:1.3125rem;
    font-weight:800;
}
.properties li{
    display:flex;
    flex-wrap:wrap;
    padding:10px;
    border-bottom:1px solid hsl(210deg,4%,88%);
    font-size:.875rem;
    font-weight:400;
}
.properties li span{
    width:50%;
}
.features{
    margin:30px 0;
}
.module .features-header .title{
    font-size:1.3125rem;
    font-weight:800;
}
.features-body{
    display:flex;
    overflow:auto;
    white-space:nowrap;
    -ms-scroll-snap-type:x mandatory;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
}
.features-body::-webkit-scrollbar{
    display:none;
}
.features-row{
    display:inline-block;
    width:100px;
    margin-right:10px;
    font-weight:800;
    text-transform:uppercase;
    scroll-snap-align:start;
    flex-shrink:0;
}
.features-value{
    position:relative;
    margin-bottom:5px;
    background-color:hsl(52deg,100%,50%);
    font-size:1.75rem;
    text-align:center;
}
.features-value:after{
    content:"";
    display:block;
    padding-bottom:100%;
}
.features-value>*{
    overflow:hidden;
    position:absolute;
    width:100%;
    height:100%;
}
.features-value.tech{
    font-size:1.3125rem;
}
.features-value.platform{
    font-size:1.125rem;
}
.features-value span{
    width:unset;
    height:unset;
    top:50%;
    left:50%;
    transform:translateY(-50%) translateX(-50%);
}
.features-name{
    overflow:hidden;
    text-align:center;
    font-size:.75rem;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.game-faq .faq-header .title{
    font-size:1.3125rem;
    font-weight:800;
    letter-spacing:-.05em;
}
.game-faq .faq-body .card{
    margin-bottom:20px;
}
.game-faq .faq-body .card-header{
    margin-bottom:10px;
    font-size:.875rem;
    font-weight:800;
}
.game-faq .faq-body .card-header:before{
    top:0;
    transform:none;
}
.game-faq .faq-body .card-marker{
    font-style:normal;
}
.game-faq .faq-body .card-body p{
    font-size:.875rem;
    font-weight:400;
    line-height:1.5;
}
.screens-header{
    padding-bottom:10px;
}
.screens-header .title{
    font-size:1rem;
    font-weight:400;
}
.screens-item{
    width:calc(100% - 5px);
    max-width:calc(50% - 5px);
    position:relative;
}
.screens-item:after{
    content:"";
    display:block;
    padding-bottom:55.5844155844%;
}
.screens-item>*{
    overflow:hidden;
    position:absolute;
    width:100%;
    height:100%;
}
.screens-item:nth-child(odd){
    margin-right:5px;
}
.screens-item:nth-child(even){
    margin-left:5px;
}
.share>*{
    width:20px;
    height:20px;
    margin-right:20px;
}
.share>*:last-child{
    margin-right:0;
}
/*p,.paragraph{*/
/*    width:100%;*/
/*    color:hsl(210deg,4%,3%);*/
/*    font-size:.75rem;*/
/*    font-weight:400;*/
/*    line-height:1.5;*/
/*}*/
p-dropdown>*,.paragraph-dropdown>*{
    display:inline;
}
p-dropdown .hidden,.paragraph-dropdown .hidden{
    display:none;
}
p-dropdown .hidden.show,.paragraph-dropdown .hidden.show{
    display:inline;
}
p-dropdown .btn-show,.paragraph-dropdown .btn-show{
    color:hsl(210deg,4%,65%);
    cursor:pointer;
}
p-title,.paragraph-title{
    position:relative;
    line-height:1.5;
}
p-title .title,.paragraph-title .title{
    font-size:1.75rem;
    font-weight:800;
    padding-top:30px;
}
p-title hr,.paragraph-title hr{
    margin:30px auto;
    width:100px;
    height:4px;
    background-color:hsl(210deg,4%,93%);
    border:2px;
}
p.title-small,.paragraph.title-small{
    margin-bottom:0;
    font-size:1rem;
    text-transform:uppercase;
}
p .hideLine,.paragraph .hideLine{
    position:absolute;
    top:0;
    width:130px;
    height:4px;
    border-radius:2px;
    background-color:hsl(210deg,4%,73%);
    left:50%;
    transform:translateX(-50%);
}
blockquote{
    overflow:unset!important;
    position:relative;
    margin:20px;
    margin-bottom:40px;
    padding:20px;
    padding-left:60px;
    background-color:hsl(52deg,100%,50%);
    border-radius:8px;
    color:hsl(210deg,4%,3%);
    font-size:.75rem;
    font-weight:400;
    font-style:italic;
}
blockquote:before{
    content:"";
    position:absolute;
    width:40px;
    height:40px;
    top:50%;
    transform:translateY(-50%);
    left:10px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    opacity:.5;
}
blockquote span{
    position:absolute;
    bottom:-20px;
    right:20px;
    font-weight:600;
    font-style:normal;
    text-transform:uppercase;
}
.menu > ul,ol{
    color:hsl(210deg,4%,3%);
    font-size:.75rem;
    font-weight:400;
    line-height:1.5;
}
.menu > li {
    /*padding: 5px 5px;*/
}
ul.list-block,ol.list-block{
    padding:30px 60px;
    border:1px solid hsl(210deg,4%,88%);
    border-radius:8px;
    color:hsl(210deg,4%,40%);
    font-size:1rem;
    font-weight:600;
}
ul.list-block li,ol.list-block li{
    margin-bottom:20px;
}
ul.list-block li:last-child,ol.list-block li:last-child{
    margin-bottom:0;
}
b,strong{
    font-weight:800;
}

.navigation-wrapper::-webkit-scrollbar{
    width:10px;
}
.navigation-wrapper::-webkit-scrollbar-thumb{
    background-color:rgba(255,255,255,.3);
    -webkit-transition:background-color .3s;
    transition:background-color .3s;
    border-radius:10px;
    border:2.5px solid transparent;
    background-clip:padding-box;
}
.navigation-wrapper::-webkit-scrollbar-thumb:active,.navigation-wrapper::-webkit-scrollbar-thumb:hover{
    background-color:hsl(0deg,0%,100%);
}
.gamepopup-open .navigation{
    z-index:1051;
}
.navigation.active{
    visibility:visible;
}
.navigation .link{
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.navigation link:not(.btn){
    color:hsl(0deg,0%,100%);
}
.navigation .user{
    padding:4.5px 5px 0;
}
.navigation .user-wrapper{
    display:flex;
    margin-bottom:15px;
}
.navigation .user-body{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    margin:0 10px;
}
.navigation .user-title{
    font-weight:800;
    font-size:1.125rem;
    line-height:1.2;
    color:hsl(0deg,0%,100%);
}
.navigation .user .user-action{
    font-weight:700;
    font-size:.75rem;
    line-height:1.2;
    color:hsl(52deg,100%,50%);
}
.navigation .user-avatar{
    position:relative;
    width:50px;
    height:50px;
    background:hsl(210deg,4%,9%);
    border-radius:8px;
}
.navigation .user-detail{
    display:flex;
    justify-content:space-between;
    font-weight:400;
    font-size:.75rem;
    line-height:1.2;
    margin-top:10px;
}
.navigation .user-detail-value{
    text-transform:uppercase;
    color:hsl(0deg,0%,100%);
    font-weight:800;
}
.navigation .user-detail-name{
    color:hsl(210deg,4%,65%);
}
.navigation .nav-banner-wrapper{
    margin-bottom:10px
}
.navigation .nav-banner-wrapper .nav-banner-body{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100px;
    width:100%;
    border-radius:8px;
    padding:12px 10px;
    background-position:center;
    background-size:contain;
    background-repeat: no-repeat;
    background-image: url(https://www.hu2-clashbonus.com/public-images/2024-07-09T16_55_55_937.png);
}
.navigation .nav-banner-wrapper .nav-banner-body .title{
    text-overflow:ellipsis;
    white-space:initial;
    overflow:hidden;
    max-height:49px;
    font-size:.875rem;
    line-height:1.2;
    color:hsl(0deg,0%,100%);
}
.navigation .nav-banner-wrapper .nav-banner-body .title span{
    display:block;
    text-transform:uppercase;
    font-size:.5rem;
    font-weight:600;
    line-height:1.8;
    color:hsl(210deg,4%,65%);
}
.navigation .nav-banner-wrapper .nav-banner-body .btn{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    padding:2px 12px;
    font-size:.625rem;
    margin-bottom:0;
}
.navigation .nav-banner-wrapper .nav-banner-footer{
    text-align:center;
    text-overflow:ellipsis;
    text-transform:uppercase;
    overflow:hidden;
    white-space:nowrap;
    margin-top:2px;
    font-size:.4375rem;
    line-height:1.2;
    color:hsl(210deg,4%,45%);
}
.navigation .breadcrumbs{
    display:flex;
    font-size:.625rem;
    line-height:1.2;
    margin-bottom:10px;
}
.navigation .breadcrumbs .home{
    font-size:0;
    width:12px;
    height:10px;
}
.navigation .breadcrumbs a{
    align-self:center;
    display:flex;
}
.navigation .breadcrumbs a:not(:first-child){
    align-items:center;
}
.navigation .btn{
    width:100%;
    border-radius:8px;
    padding:7.5px;
    margin:10px 0;
}
.navigation .btn-login,.navigation .btn-register{
    font-size:.875rem;
}
.navigation .app{
    background-color:hsl(210deg,4%,9%);
    padding:20px 10px;
    margin:15px -10px 0;
}
.navigation .app .btn{
    display:flex;
    padding:10px;
    margin:0;
}
.navigation .app .btn .app-body{
    width:100%;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
}
.navigation .app .btn .app-body .subtitle{
    font-size:.625rem;
    line-height:1.5;
    color:hsl(0deg,0%,100%);
}
.navigation .app .btn .app-body .title{
    font-size:1rem;
    line-height:1;
    color:hsl(0deg,0%,100%);
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    text-align:left;
}
.navigation .app .btn .app-logo{
    content:" ";
    border-radius:10px;
    margin-right:10px;
    min-width:35px;
    min-height:35px;
    background-color:hsl(52deg,100%,50%);
}
.navigation .app .btn .app-download{
    height:32px;
    width:16px;
    align-self:center;
    background-image:none;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    background-color:hsl(210deg,4%,40%);
}
.navigation .accordion{
    margin-top:17.5px;
}
.navigation .accordion .card{
    padding:5px 5px;
}
.navigation .accordion .card-header.icon:after,.navigation .accordion .card-header.icon:before,.navigation .accordion .card-header .icon:after,.navigation .accordion .card-header .icon:before,.navigation .accordion .card-body.icon:after,.navigation .accordion .card-body.icon:before,.navigation .accordion .card-body .icon:after,.navigation .accordion .card-body .icon:before{
    position:absolute;
    top:calc(50% - 2px);
    transform:translateY(-50%);
}
.navigation .accordion .card-header.icon:after,.navigation .accordion .card-header .icon:after,.navigation .accordion .card-body.icon:after,.navigation .accordion .card-body .icon:after{
    left:0;
}
.navigation .accordion .card-header.icon:before,.navigation .accordion .card-header .icon:before,.navigation .accordion .card-body.icon:before,.navigation .accordion .card-body .icon:before{
    left:unset;
    right:0;
}
.navigation .accordion .card.active .card-body{
    display:block;
}
.navigation .accordion .card-header{
    cursor:pointer;
    text-transform:none;
    padding-left:25px;
    padding-right:15px;
    font-weight:700;
    font-size:1.125rem;
}
.navigation .accordion .card-header:hover a{
    color:hsl(210deg,4%,65%);
}
.navigation .accordion .card-header:hover:after,.navigation .accordion .card-header:hover:before{
    opacity:.65;
}
.navigation .accordion .card-header a{
    display:inline-block;
    transition:color .3s ease;
    padding-left:10px;
    line-height:27px;
}
.navigation .accordion .card-header.icon:after{
    top:0;
    transform:initial;
    width:22px;
    height:27px;
    background-size:22px;
}
.navigation .accordion .card-header.icon.icon-user-tie-fill::after{
    background-size:calc(22px - 27.5%);
}
.navigation .accordion .card-header.icon.icon-futbol::after{
    background-size:calc(22px - 19%);
}
.navigation .accordion .card-header.icon.icon-stopwatch-solid::after{
    background-size:calc(22px - 29%);
}
.navigation .accordion .card-header.icon.icon-plus-square::after{
    background-size:calc(22px - 27.5%);
}
.navigation .accordion .card-header.icon.icon-arrow-download::after{
    background-size:calc(22px - 36.5%);
}
.navigation .accordion .card-header.icon.icon-gift-solid::after{
    background-size:calc(22px - 18%);
}
.navigation .accordion .card-header.icon.icon-sheet::after{
    background-size:calc(22px - 36.5%);
}
.navigation .accordion .card-header.icon.icon-envelope-solid::after{
    background-size:calc(22px - 18%);
}
.navigation .accordion .card-header:before:last-child{
    margin-bottom:10px;
}
.navigation .accordion .card-header.external-link a{
    display:block;
}
.navigation .accordion .card-header.external-link:before{
    background-image:none;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    background-color:hsl(0deg,0%,100%);
}
.navigation .accordion .card-body{
    margin-top:10px;
}
.navigation .accordion .card-body a{
    position:relative;
    display:block;
    transition:color .3s ease;
    padding-left:25px;
    padding-bottom:5px;
    font-size:.875rem;
    line-height:1.5;
    font-weight:700;
}
.navigation .accordion .card-body a:after{
    width:14px;
    height:14px;
    transition:opacity .3s ease;
}
.navigation .accordion .card-body a:last-child{
    margin-bottom:10px;
}
.navigation .accordion .card-body a:hover{
    color:hsl(210deg,4%,65%);
}
.navigation .accordion .card-body a:hover:after{
    opacity:.65;
}
.navigation .accordion .card.active:not(.no-subcategory) .card-header:not(.external-link):before{
    transform:translateY(-50%) rotate(90deg);
}
.navigation .accordion .card.no-subcategory .card-header:not(.external-link):before{
    display:none;
    cursor:default;
}
.navigation .additional a{
    align-items:center;
    font-size:.875rem;
    line-height:1.5;
    font-weight:700;
    padding:7.5px 5px;
    transition:color .3s ease;
}
.navigation .additional a:hover{
    color:hsl(210deg,4%,65%);
}
.navigation-footer{
    margin-top:auto;
}
.navigation-footer .language{
    position:relative;
    margin:20px 0;
}
.navigation-footer .language-select{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
}
.navigation-footer .language-selected{
    text-transform:uppercase;
    font-size:.75rem;
    font-weight:800;
    background:hsl(210deg,4%,20%);
    color:hsl(0deg,0%,100%);
    padding:7px;
    border-radius:4px;
}
.navigation-footer .language-selected.flag{
    padding-left:35px;
}
.navigation-footer .language-selected.flag:after{
    top:6.5px;
    left:4px;
}
.navigation-footer .language-selected:before{
    content:"";
    position:absolute;
    background-position:center right;
    background-repeat:no-repeat;
}
.navigation-footer .language:before{
    content:"";
    position:absolute;
    background-position:center right;
    background-repeat:no-repeat;
}
.navigation-footer .copyright{
    font-size:.625rem;
    color:hsl(210deg,4%,45%);
    margin:0 auto 20px;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
}
.nav-open main{
    filter:blur(10px);
    box-shadow:0 0 0 15px hsl(210deg,4%,3%);
}
.navigation-wrapper {
    overflow: auto;
    overflow-y: overlay;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5px 10px;
}
select.language-select {
    appearance: none;
    background-color: #dfe0e2;
    background-position: right 10px center;
    background-repeat: no-repeat no-repeat;
    background-size: 10px;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #070808;
    font-size: 1rem;
    height: 45px;
    left: 0;
    line-height: 1.15;
    margin: 0;
    opacity: 0;
    outline: none;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
div.card.no-subcategory {
    box-sizing: border-box;
    padding: 5px;
}
div.card.active {
    box-sizing: border-box;
    padding: 5px;
}
/*a {*/
/*    align-items: center;*/
/*    background-color: transparent;*/
/*    box-sizing: border-box;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    font-size: .875rem;*/
/*    font-weight: 700;*/
/*    line-height: 1.5;*/
/*    overflow: hidden;*/
/*    padding: 7.5px 5px;*/
/*    text-decoration: none;*/
/*    text-overflow: ellipsis;*/
/*    transition: color .3s;*/
/*    white-space: nowrap;*/
/*}*/
div.navigation-body {
    box-sizing: border-box;
}
div.accordion {
    box-sizing: border-box;
    margin-top: 17.5px;
}
div.card.active {
    box-sizing: border-box;
    padding: 5px;
}
a.icon.icon-level-up-solid {
    background-color: transparent;
    box-sizing: border-box;
    display: block;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 5px;
    /*padding-left: 25px;*/
    position: relative;
    /*text-decoration: none;*/
    text-overflow: ellipsis;
    transition: color .3s;
    white-space: nowrap;
}
a.btn.btn-register.btn-yellow.js-action.for-anonymous {
    background-color: #fd0;
    background-position: center center;
    border: 2px solid #fd0;
    border-radius: 8px;
    box-sizing: border-box;
    color: #070808;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    font-weight: 800;
    margin: 10px 0;
    outline: none;
    overflow: hidden;
    padding: 7.5px;
    text-align: center;
    /*text-decoration: none;*/
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: border-color .4s, background .4s;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}
a.btn.btn-outline-yellow.btn-login.for-anonymous {
    background-color: unset;
    border: 2px solid #fd0;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fd0;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    font-weight: 800;
    margin: 10px 0;
    outline: none;
    overflow: hidden;
    padding: 7.5px;
    text-align: center;
    /*text-decoration: none;*/
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: color .1s, border-color .1s;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

div.app {
    background-color: #161718;
    box-sizing: border-box;
    margin: 15px -10px 0;
    padding: 20px 10px;
}
div.navigation-body {
    box-sizing: border-box;
}
div.navigation-footer {
    box-sizing: border-box;
    margin-top: auto;
}
div.copyright {
    box-sizing: border-box;
    color: #6e7377;
    font-size: .625rem;
    margin: 0 auto 20px;
    width: max-content;
}
div.navigation-footer {
    box-sizing: border-box;
    margin-top: auto;
}
div.nav-banner-wrapper.for-anonymous {
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
}

span.badge {
    background-color: #e60a2e;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    font-size: .5625rem;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    margin-left: 10px;
    margin-right: 5px;
    padding: 4px 6px;
    text-transform: uppercase;
}

#phone-menu-button
{
    position: absolute;
    color: white !important;
    left: 0;
}
.white-hr{
    padding: 0.5px;
    background-color: white
}
div.Img.Team.Team--xl {
    background-position: 50% center;
    background-repeat: no-repeat no-repeat;
    background-size: 64px 64px;
    box-sizing: border-box;
    font-family: acumin-pro;
    height: 80px;
    min-height: 20px;
    overflow: hidden;
    position: relative;
    width: 80px;
}