<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main-menu-holder {
    position: absolute;
    width: 100%;
    z-index: 3002;
}

#main-menu-holder .container {
    position: relative;
}

#main-menu {
    height: 80px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    list-style-type: none;

    color: #5B5B5B;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.42px;

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

    border-radius: 10px;
}

#main-menu-holder a.site-logo {
    position: absolute; 
    left: 0;
    top: 0;
    background-color: #262c4b;
    width: 166px;
    height: 100%;
    display: flex;
    align-items: center;

    border-bottom-left-radius: 10px;

}

#main-menu-holder .site-logo img {
    /*width: 135px;*/
    /*height: 60px;*/
    width: 135px;
    margin: 0 auto;
    display: block;
}

#main-menu li:before {
    content: none;
}

#main-menu a {
    color: #5B5B5B;
    text-decoration: none;
}

#main-menu li.item-has-children,
#main-menu &gt; li {
    position: relative;
}

#main-menu &gt; li &gt; a {
    margin: 0 0.75rem;
}

#main-menu &gt; li.dropdown-reworked &gt; a {
    cursor: default;
}

#main-menu li:hover &gt; a {
    color: #262C4B;
}

/* Style Operator List */
#main-menu &gt; li.all-operators &gt; ul {
    padding: 0;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #fff;
    flex-wrap: wrap;
    flex-direction: row;
}

#main-menu .all-operators &gt; ul &gt; li {
    flex: 0 0 33.333333333%;
    height: auto;
}

#main-menu .all-operators &gt; ul &gt; li &gt; a &gt; span {
    height: auto;
    padding-top: 1rem;
}

#main-menu .all-operators ul &gt; li:last-child &gt; a &gt; span {
    height: 40px;
    padding-top: 0;
}

/* SHow more casinos */

#main-menu .all-operators ul &gt; li:last-child {
    flex: 0 0 100%;
    border: none;
}

img.menu-img {
    width: 80px;
}

.all-operators ul &gt; li a {
    width: 100%;
    padding: 14px;
    letter-spacing: 0.14em;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lang-switcher {

}

.lang-switcher {
    flex-direction: row;
    display: flex;
    justify-content: center;
    padding-right: 0.5rem;
}

.lang-switcher-dropdown a {
    padding: 0.5rem 0;
}

.lang-switcher img {
    margin: 1rem 0.25rem;;
}

/* Desktop */

@media (min-width: 992px) {

    #main-menu-holder a.site-logo {
        left: 0;
    }

    .lang-switcher {
        right: 80px;
        height: 80px;
        width: 50px;
        left: initial;
        justify-content: flex-start;
        position: absolute;
        top: 0px;
        display: flex;
        align-items: center;
    }

    .lang-switcher img {
        margin: 0;
    }

    .lang-switcher-dropdown {
        background: #fff;
        width: 70px;
        left: -20px;

        display: none;
        position: absolute;
        top: 100%;
        flex-direction: column;
        justify-content: center;
        box-shadow: 0px 5px 15px #00000040;
        align-items: center;
        border-top: 3px solid #0266A1;
        border-radius: 0 0 10px 10px;
    }

    .lang-switcher:hover .lang-switcher-dropdown {
        display: flex;
    }

    #main-menu {
        padding-right: 80px;
        padding-right: 130px;
        padding-left: 166px;
    }

    #main-menu .menu-item-has-children &gt; ul {
        position: absolute;
        top: 80px;
        background: #fff;
        width: 215px;
        box-shadow: 0px 5px 15px #00000040;
        z-index: 9;
        border-top: 3px solid #0266A1;
        border-radius: 0 0 10px 10px;
    }

    #main-menu .menu-item-has-children &gt; ul &gt; .menu-item-has-children &gt; ul {
        top: 50px;
    }

    #main-menu .menu-item-has-children:hover &gt; ul {
        display: flex;
    }

    .menu-item-has-children &gt; ul &gt; li {
        height: 50px;
        text-align: left;
    }

    ul#main-menu &gt; li &gt; ul &gt; li &gt; a {
        font-weight: 400;
        text-transform: none;
        color: #535353;
        font-size: 14px;

    }

    ul#main-menu &gt; li &gt; ul &gt; li &gt; a &gt; span {
        display: flex;
        height: 40px;
        align-items: center;
        line-height: 1;
    }

    #main-menu .menu-item-has-children.all-operators ul {
        width: 611px;
        height: 366px;
        overflow-y: auto;

    }

}

/* Menu Checkbox - open close */
#main-menu label.dropdown-shower-label span,
label.hamburger,
#burger-shower,
#main-menu input {
    display: none;
}

#main-menu li &gt; ul {
    display: none;
    flex-direction: column;
}

#main-menu &gt; li &gt; input:checked ~ ul {
    /*display: flex;*/
}

#main-menu li.menu-item-has-children &gt; label:before {
    content: '\e855';
    font-family: "casino-online";
    font-size: 9px;
    position: relative;
    bottom: 3px;
    right: 5px;
    right: 1px;
}

/* @todo remove */
#main-menu &gt; li &gt; a {
    margin: 0 0.5rem;
}

/* Menu Search */
#master-search {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    min-width: 80px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #EBEBEB;
    box-shadow: 0px 0px 15px #00000040;

    border-bottom-right-radius: 10px;

}

#master-search input {
    padding: 0 1.5rem;
    border: none;
    display: none;

}

#master-search #search-button-header {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
    color: #262C4B;
    font-size: 1.15rem;
}

/* Telegram logo*/
a.telegram-logo-menu {
    display: none;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-bottom: 50px;

}

.telegram-logo-menu img {
    z-index: 1;
    position: relative;
}

.telegram-logo-menu span {
    border-radius: 5px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    background: linear-gradient(90deg, #1d91c2 0%, #36aee2 66%);
    padding: 0 10px 0 25px;
    position: relative;
    left: -20px;
    color: white;
    font-weight: 400;
}

/* Telegram logo END*/

@media (max-width: 992px) {
    a.telegram-logo-menu {
        display: inline-flex;
    }

    #wpadminbar {
        display: none;
    }

    html {
        margin-top: 0px !important;
    }

    /* Main Styles of Menu */
    #main-menu-holder form {
        /*display: none;*/
        height: 60px;
        min-width: 60px;
        right: 50px;
        background-color: transparent;
        box-shadow: none;
        border: none;
        width: calc(100vw - 216px) !important;
        display: flex;
        justify-content: flex-end;

    }

    #master-search #search-button-header {
        color: #fff;
        width: 45px;
        height: 35px;
        border-right: 1px solid #424762;
        z-index: 9;
    }

    #master-search #search-button-header.open {
        color: #262C4B;
        border: none;
    }

    #master-search input {
        height: 40px;
        border-radius: 20px;
        position: absolute;
        right: 0;
        width: 100%;
    }

    #main-menu-holder {
        background-color: #262C4B;
        z-index: 3002;
        position: fixed;
        top: 0;
    }

    #main-menu-holder &gt; .container {
        max-width: 100%;
        padding: 0;

        padding-top: 60px;
        height: 60px;

    }

    #main-menu-holder .site-logo img {
        height: 60px;
    }

    #main-menu-holder #main-menu {
        padding-top: 60px;
        height: 0;
        overflow: hidden;

        flex-direction: column;
        justify-content: flex-start;
        background-color: #262C4B;
        color: #fff;

    }

    #main-menu &gt; li.all-operators &gt; ul,
    #main-menu &gt; li &gt; ul {
        font-size: 11px;

        flex: 0 0 100%;
        padding: 0;
        background-color: #262c4b;
        position: absolute;
        top: 0px;
        height: 100vh;
        width: 100%;
        z-index: 8;
        padding-top: 60px;

        display: none;
    }

    /* Styles of LI */
    #main-menu li {
        min-height: 50px;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
    }

    #main-menu li.position-initial {
        position: initial;
    }

    #main-menu &gt; li:first-of-type {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    #main-menu li:focus,
    #main-menu li:hover {
        color: #fff;
        background-color: rgba(22, 125, 185, 0.31);
    }

    #main-menu .all-operators &gt; ul &gt; li {
        flex: 0 0 50%;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Styles of A */
    #main-menu li a {
        min-height: 50px;
        display: flex;
        align-items: center;
        margin: 0;
        color: #fff !important;
        justify-content: center;
        width: 100%;
        border: none;
    }

    #main-menu li a .menu-text img.white-icon {
        filter: brightness(0) invert(1);
    }

    #main-menu li.menu-item-has-children &gt; a {
        text-indent: 50px;
        width: calc(100% - 50px);
        margin: 0;
    }

    #main-menu .site-logo {
        border: none;
    }

    /* Dropdown Label styles */
    label.hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        color: #fff;
        height: 60px;
        width: 50px;
        position: absolute;
        top: 0;
        right: 0;
    }

    #main-menu li.menu-item-has-children &gt; label.dropdown-shower-label {
        width: 50px;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }

    #main-menu li.menu-item-has-children.dropdown-reworked &gt; label.dropdown-shower-label {
        width: 100%;
        position: absolute;
        text-align: right;
        padding-right: 20px;
    }

    #main-menu li.menu-item-has-children.dropdown-reworked &gt; input:checked~label.dropdown-shower-label {
        padding: 0;
    }

    #main-menu li.menu-item-has-children &gt; label:before {
        font-family: "casino-online";
        content: '\e841';
        position: initial;
    }

    #main-menu &gt; li &gt; input:checked ~ label.dropdown-shower-label {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background: #262c4b;
        padding: 0;
    }

    #main-menu label.dropdown-shower-label span {
        color: rgba(255, 255, 255, 0.5);
        font-family: "Roboto";
        font-weight: 300;
        font-size: 12px;
        padding-left: 15px;
    }

    #main-menu &gt; li &gt; input:checked ~ label.dropdown-shower-label span {
        display: flex;
        height: 100%;
        align-items: center;
    }

    #main-menu &gt; li &gt; input:checked ~ label.dropdown-shower-label:before {
        display: none;
    }

    #main-menu &gt; li &gt; input:checked ~ label.dropdown-shower-label span:before {
        content: 'â€¹';
        font-size: 2.5em;
        padding-right: 0.5rem;
        position: relative;
        top: -2px;
    }

    #main-menu &gt; li &gt; input:checked ~ label.dropdown-shower-label:after {
        content: 'âœ•';
        font-size: 2.5em;
        padding-right: 14px;
    }

    /* Dropdown Styles*/
    /* Open Sub menu */
    div#main-menu-container {
        height: 60px;
        overflow: hidden;
        background: #262c4b;
    }

    #burger-shower:checked ~ #main-menu-container {
        /*height: calc(100vh - 80px);*/
        height: 100vh;
    }

    #burger-shower:checked ~ #main-menu-container &gt; #main-menu {
        height: auto;
    }

    #main-menu &gt; li &gt; input:checked ~ ul {
        display: flex !important;
    }

}

@media (max-width: 380px) {
    #main-menu-holder a.site-logo {
        width: 130px;
    }

    #main-menu-holder .site-logo img {
        width: 110px;
        margin-left: 15px;
    }

    #main-menu-holder form {
        width: calc(100vw - 180px) !important;
    }
}

/* Custom Dropdowns */

#main-menu .menu-item-has-children.multi-section-dropdown &gt; ul li a img {
    width: 65px;
    height: auto;
    margin-left: -5px;
    margin-right: 1rem;
}

#main-menu .menu-item-has-children.multi-section-dropdown &gt; ul li a img.software-icon {
    width: 20px;
    margin: 0;
    margin-right: 0.5rem;
    transform: none;
}

#main-menu .menu-item-has-children.multi-section-dropdown &gt; ul li a span.menu-text {
    display: inline-flex;
    align-items: center;
}

@media (min-width: 992px) {
    #main-menu .menu-item-has-children.multi-section-dropdown &gt; ul {
        width: 475px;
        height: auto;
        /*display: flex;*/
        flex-direction: row;
        flex-wrap: wrap;

        padding: 1.25rem 2.5rem 1rem;
        text-align: left;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown &gt; ul li {
        height: 40px;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown &gt; ul li:hover &gt; a {
        color: #13236E;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown &gt; ul li a {
        color: #535353;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 14px;
    }

    #main-menu .menu-item-has-children &gt; ul li a i {
        color: #13236E;
        margin-right: 0.5rem;
        font-size: 1.2rem;
        line-height: 1rem;
    }

    #main-menu .menu-item-has-children &gt; ul li a img.payment-icon {
        width: 18px;
        margin-right: 0.7rem;
        height: auto;
        top: 0px;
        position: relative;
    }

    #main-menu ul li.menu-item-has-children.menu-label.menu-slot-games &gt; ul &gt; li {
        text-indent: 0rem;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown &gt; ul &gt; li {
        flex: 0 0 50%;
        flex-direction: column;
        width: 50%;
        height: 100%;
    }

    #main-menu ul.mobile-dropdown li.menu-item-has-children.menu-label &gt; ul &gt; li:not(.menu-label),
    #main-menu ul.software-dropdown li.menu-item-has-children.menu-label &gt; ul &gt; li:not(.menu-label) {
        text-indent: 2.2rem;
    }

    /* Software &amp; Mobile Dropdowns */
    #main-menu .menu-item-has-children.multi-section-dropdown.software-dropdown &gt; ul li:not(.menu-label) a,
    #main-menu .menu-item-has-children.multi-section-dropdown.mobile-dropdown &gt; ul li:not(.menu-label) a {
        padding-left: 3rem;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown.software-dropdown.land-based-dropdown &gt; ul li:not(.menu-label) a {
        padding-left: 0;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown.mobile-dropdown &gt; ul &gt; li,
    #main-menu .menu-item-has-children.multi-section-dropdown.software-dropdown &gt; ul &gt; li {
        flex: 0 0 25%;
        width: 25%;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown.one-column-dropdown &gt; ul {
        width: 305px;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown.one-column-dropdown &gt; ul &gt; li {
        flex: 0 0 100%;
        width: 100%;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown.mobile-dropdown,
    #main-menu .menu-item-has-children.multi-section-dropdown.software-dropdown {
        position: initial;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown.mobile-dropdown &gt; ul,
    #main-menu .menu-item-has-children.multi-section-dropdown.software-dropdown &gt; ul {
        width: calc(100% - 166px);
        left: 166px;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown.software-dropdown &gt; ul {
        width: calc(100% - 166px);
        left: 166px;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown.software-dropdown &gt; ul &gt; li {
        flex: 0 0 33.33%;
        width: 33.33%;
    }

    #main-menu .menu-item-has-children.multi-section-dropdown.software-dropdown &gt; ul {
        width: 640px;
    }

    /* Software &amp; Mobile Dropdowns END */
    #main-menu .menu-item-has-children.multi-section-dropdown &gt; ul &gt; li &gt; ul {
        border: none;
        display: flex;
        width: 100%;
        position: initial;
        box-shadow: none;
        padding: 0;
    }

    #main-menu-holder #main-menu ul li.menu-label {
        margin: 0.5rem 0;
    }

    #main-menu-holder #main-menu ul li.menu-label &gt; a {
        color: #13236E;
        text-align: left;
        height: 50px;
        align-items: center;
        display: inline-flex;
        justify-content: flex-start;
        width: 100%;
        font-weight: 600;
        letter-spacing: 0.5px;
        line-height: 1;
        text-transform: uppercase;
        font-size: 14px;
    }

    #main-menu-holder #main-menu ul li.menu-label &gt; a &gt; span {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #main-menu-holder #main-menu ul li.menu-label &gt; a i {
        font-size: 1.5rem;
    }

    #main-menu ul li.menu-label &gt; a i.icon-windows {
        font-size: 1.25rem;
    }

    #main-menu .menu-label label:before {
        content: none !important;
    }
}

/* Custom Dropdown Responsive */

@media (max-width: 991px) {
    #main-menu li.menu-label &gt; a {
        text-indent: 0;
        font-size: 14px;
        width: 100%;
    }

    #main-menu li.menu-label &gt; a i {
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }

    #main-menu li.menu-label &gt; a br {
        display: none;
    }

    #main-menu li.menu-label &gt; ul {
        display: flex;
        flex: 1;
    }

    .multi-section-dropdown &gt; ul {
        overflow-y: scroll;
    }

    .dropdown-menu span.menu-text,
    .multi-section-dropdown span.menu-text {
        display: flex;
        align-items: center;
    }

    .dropdown-menu span.menu-text i {
        margin-right: 5px;
    }


    img.payment-icon {
        margin-right: 1rem;
    }

    #main-menu li.menu-item-has-children.menu-label &gt; label.dropdown-shower-label {
        display: none;
    }

    #main-menu li.menu-label {
        display: flex;
        flex: 0 0 auto;
    }

    #main-menu li.menu-label &gt; ul {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    #main-menu li.menu-label &gt; ul li a span {
        color: #afb6d2;
    }

    #main-menu li.menu-label &gt; ul li.menu-label a span {
        color: #fff;
    }

    #main-menu li.menu-label &gt; ul li a span i {
        font-size: 1.1rem;
        margin-right: 0.55rem;
    }
}</pre></body></html>