@keyframes fadeUp {
    0% {
        transform: translateY(-200%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeDown {
    0% {
        transform: translateY(200%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeRight {
    0% {
        transform: translate(200%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes fadeLeft {
    0% {
        transform: translate(-200%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes bounceInCheck {
    0% {
        transform: scale(.5)
    }

    50% {
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes swing {

    0%,
    50%,
    to {
        transform: rotate3d(0, 0, 1, 0)
    }

    10%,
    30% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    20%,
    40% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
}

@keyframes loadingCircle {
    to {
        transform: rotate(360deg)
    }
}

@keyframes _ngcontent-wlc-app-c3258388311_buttonPulse {

    0%,
    10%,
    20%,
    30%,
    40%,
    50% {
        box-shadow: 0 0 0 0 var(--mc-buttonColor)
    }

    19.99%,
    29.99%,
    39.99%,
    49.99%,
    9.99% {
        box-shadow: 0 0 0 10px var(--mc-buttonColor-o0)
    }
}

@keyframes _ngcontent-wlc-app-c3258388311_buttonPulseSecondary {

    0%,
    10%,
    20%,
    30%,
    40%,
    50% {
        box-shadow: 0 0 0 0 var(--mc-secondary)
    }

    19.99%,
    29.99%,
    39.99%,
    49.99%,
    9.99% {
        box-shadow: 0 0 0 10px var(--mc-secondary-o0)
    }
}

@keyframes _ngcontent-wlc-app-c3258388311_buttonGlare {
    0% {
        transform: skewX(-45deg) translateX(-200px)
    }

    to {
        transform: skewX(-45deg) translateX(200px)
    }
}

@keyframes _ngcontent-wlc-app-c3668254373_iconScale {
    55% {
        transform: scale(1.25) rotate(10deg)
    }

    to {
        transform: scale(1) rotate(0)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes _ngcontent-wlc-app-c3283622905_spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    margin: 0;
    color: var(--mc-baseMain);
    font-weight: 400;
    font-size: 1.8rem;
    font-family: Inter, sans-serif;
    line-height: 1.5;
    background-color: var(--mc-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    min-width: 375px
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

.swiper-slide-active .animation {
    animation-fill-mode: both
}

:root {
    --mc-main: #00b6ef;
    --mc-main-locked: #00b6ef;
    --mc-main-l5: #00c0fd;
    --mc-main-d5: #00ade3;
    --mc-main-l10: #0bc5ff;
    --mc-main-d10: #00a4d7;
    --mc-main-l20: #26cbff;
    --mc-main-d20: #0092bf;
    --mc-main-o0: rgba(0, 182, 239, 0);
    --mc-main-o1: rgba(0, 182, 239, .1);
    --mc-main-o2: rgba(0, 182, 239, .2);
    --mc-main-o4: rgba(0, 182, 239, .4);
    --mc-main-o6: rgba(0, 182, 239, .6);
    --mc-main-o8: rgba(0, 182, 239, .8);
    --mc-secondary: #00b6ef;
    --mc-secondary-locked: #00b6ef;
    --mc-secondary-l5: #00c0fd;
    --mc-secondary-d5: #00ade3;
    --mc-secondary-l10: #0bc5ff;
    --mc-secondary-d10: #00a4d7;
    --mc-secondary-l20: #26cbff;
    --mc-secondary-d20: #0092bf;
    --mc-secondary-o0: rgba(0, 182, 239, 0);
    --mc-secondary-o1: rgba(0, 182, 239, .1);
    --mc-secondary-o2: rgba(0, 182, 239, .2);
    --mc-secondary-o4: rgba(0, 182, 239, .4);
    --mc-secondary-o6: rgba(0, 182, 239, .6);
    --mc-secondary-o8: rgba(0, 182, 239, .8);
    --mc-baseMain: #8194c8;
    --mc-baseMain-locked: #8194c8;
    --mc-baseMain-l5: #8799cb;
    --mc-baseMain-d5: #768ac3;
    --mc-baseMain-l10: #8e9fce;
    --mc-baseMain-d10: #6a81be;
    --mc-baseMain-l20: #9aa9d3;
    --mc-baseMain-d20: #536db4;
    --mc-baseMain-o0: rgba(129, 148, 200, 0);
    --mc-baseMain-o1: rgba(129, 148, 200, .1);
    --mc-baseMain-o2: rgba(129, 148, 200, .2);
    --mc-baseMain-o4: rgba(129, 148, 200, .4);
    --mc-baseMain-o6: rgba(129, 148, 200, .6);
    --mc-baseMain-o8: rgba(129, 148, 200, .8);
    --mc-baseContrast: #000;
    --mc-baseContrast-locked: #000;
    --mc-baseContrast-l5: #0d0d0d;
    --mc-baseContrast-d5: black;
    --mc-baseContrast-l10: #1a1a1a;
    --mc-baseContrast-d10: black;
    --mc-baseContrast-l20: #333333;
    --mc-baseContrast-d20: black;
    --mc-baseContrast-o0: rgba(0, 0, 0, 0);
    --mc-baseContrast-o1: rgba(0, 0, 0, .1);
    --mc-baseContrast-o2: rgba(0, 0, 0, .2);
    --mc-baseContrast-o4: rgba(0, 0, 0, .4);
    --mc-baseContrast-o6: rgba(0, 0, 0, .6);
    --mc-baseContrast-o8: rgba(0, 0, 0, .8);
    --mc-buttonColor: linear-gradient(180deg, #00b6ef 0%, #75acff 100%);
    --mc-baseOpacity: rgba(118, 151, 244, .5);
    --mc-baseOpacity-locked: rgba(118, 151, 244, .5);
    --mc-baseOpacity-l5: rgba(125, 156, 245, .5);
    --mc-baseOpacity-d5: rgba(101, 138, 243, .5);
    --mc-baseOpacity-l10: rgba(132, 161, 245, .5);
    --mc-baseOpacity-d10: rgba(84, 126, 241, .5);
    --mc-baseOpacity-l20: rgba(145, 172, 246, .5);
    --mc-baseOpacity-d20: rgba(51, 100, 239, .5);
    --mc-baseOpacity-o0: rgba(118, 151, 244, 0);
    --mc-baseOpacity-o1: rgba(118, 151, 244, 0);
    --mc-baseOpacity-o2: rgba(118, 151, 244, 0);
    --mc-baseOpacity-o4: rgba(118, 151, 244, 0);
    --mc-baseOpacity-o6: rgba(118, 151, 244, .1);
    --mc-baseOpacity-o8: rgba(118, 151, 244, .3);
    --mc-bg100: #364a7d;
    --mc-bg100-locked: #364a7d;
    --mc-bg100-l5: #3b5189;
    --mc-bg100-d5: #334677;
    --mc-bg100-l10: #405894;
    --mc-bg100-d10: #314371;
    --mc-bg100-l20: #4a65ab;
    --mc-bg100-d20: #2b3b64;
    --mc-bg100-o0: rgba(54, 74, 125, 0);
    --mc-bg100-o1: rgba(54, 74, 125, .1);
    --mc-bg100-o2: rgba(54, 74, 125, .2);
    --mc-bg100-o4: rgba(54, 74, 125, .4);
    --mc-bg100-o6: rgba(54, 74, 125, .6);
    --mc-bg100-o8: rgba(54, 74, 125, .8);
    --mc-bg300: #303e64;
    --mc-bg300-locked: #303e64;
    --mc-bg300-l5: #364670;
    --mc-bg300-d5: #2e3b5f;
    --mc-bg300-l10: #3c4d7c;
    --mc-bg300-d10: #2b385a;
    --mc-bg300-l20: #475c95;
    --mc-bg300-d20: #263250;
    --mc-bg300-o0: rgba(48, 62, 100, 0);
    --mc-bg300-o1: rgba(48, 62, 100, .1);
    --mc-bg300-o2: rgba(48, 62, 100, .2);
    --mc-bg300-o4: rgba(48, 62, 100, .4);
    --mc-bg300-o6: rgba(48, 62, 100, .6);
    --mc-bg300-o8: rgba(48, 62, 100, .8);
    --mc-bg500: #232e4a;
    --mc-bg500-locked: #232e4a;
    --mc-bg500-l5: #293658;
    --mc-bg500-d5: #212c46;
    --mc-bg500-l10: #303f65;
    --mc-bg500-d10: #202943;
    --mc-bg500-l20: #3d5080;
    --mc-bg500-d20: #1c253b;
    --mc-bg500-o0: rgba(35, 46, 74, 0);
    --mc-bg500-o1: rgba(35, 46, 74, .1);
    --mc-bg500-o2: rgba(35, 46, 74, .2);
    --mc-bg500-o4: rgba(35, 46, 74, .4);
    --mc-bg500-o6: rgba(35, 46, 74, .6);
    --mc-bg500-o8: rgba(35, 46, 74, .8);
    --mc-bg700: #131a2d;
    --mc-bg700-locked: #131a2d;
    --mc-bg700-l5: #1a233d;
    --mc-bg700-d5: #12192b;
    --mc-bg700-l10: #202c4c;
    --mc-bg700-d10: #111729;
    --mc-bg700-l20: #2d3e6c;
    --mc-bg700-d20: #0f1524;
    --mc-bg700-o0: rgba(19, 26, 45, 0);
    --mc-bg700-o1: rgba(19, 26, 45, .1);
    --mc-bg700-o2: rgba(19, 26, 45, .2);
    --mc-bg700-o4: rgba(19, 26, 45, .4);
    --mc-bg700-o6: rgba(19, 26, 45, .6);
    --mc-bg700-o8: rgba(19, 26, 45, .8);
    --mc-bg: #00040b;
    --mc-bg-locked: #00040b;
    --mc-bg-l5: #000d24;
    --mc-bg-d5: #00040a;
    --mc-bg-l10: #00163d;
    --mc-bg-d10: #00040a;
    --mc-bg-l20: #00286f;
    --mc-bg-d20: #000309;
    --mc-bg-o0: rgba(0, 4, 11, 0);
    --mc-bg-o1: rgba(0, 4, 11, .1);
    --mc-bg-o2: rgba(0, 4, 11, .2);
    --mc-bg-o4: rgba(0, 4, 11, .4);
    --mc-bg-o6: rgba(0, 4, 11, .6);
    --mc-bg-o8: rgba(0, 4, 11, .8);
    --mc-bgModal: #060b1a;
    --mc-bgModal-locked: #060b1a;
    --mc-bgModal-l5: #0a132d;
    --mc-bgModal-d5: #060a19;
    --mc-bgModal-l10: #0f1b41;
    --mc-bgModal-d10: #050a17;
    --mc-bgModal-l20: #182c68;
    --mc-bgModal-d20: #050915;
    --mc-bgModal-o0: rgba(6, 11, 26, 0);
    --mc-bgModal-o1: rgba(6, 11, 26, .1);
    --mc-bgModal-o2: rgba(6, 11, 26, .2);
    --mc-bgModal-o4: rgba(6, 11, 26, .4);
    --mc-bgModal-o6: rgba(6, 11, 26, .6);
    --mc-bgModal-o8: rgba(6, 11, 26, .8);
    --mc-elementsColor: #c4c4c4;
    --mc-elementsColor-locked: #c4c4c4;
    --mc-elementsColor-l5: #c7c7c7;
    --mc-elementsColor-d5: #bababa;
    --mc-elementsColor-l10: #cacaca;
    --mc-elementsColor-d10: #b0b0b0;
    --mc-elementsColor-l20: #d0d0d0;
    --mc-elementsColor-d20: #9d9d9d;
    --mc-elementsColor-o0: rgba(196, 196, 196, 0);
    --mc-elementsColor-o1: rgba(196, 196, 196, .1);
    --mc-elementsColor-o2: rgba(196, 196, 196, .2);
    --mc-elementsColor-o4: rgba(196, 196, 196, .4);
    --mc-elementsColor-o6: rgba(196, 196, 196, .6);
    --mc-elementsColor-o8: rgba(196, 196, 196, .8);
    --mc-error: #d1004b;
    --mc-error-locked: #d1004b;
    --mc-error-l5: #e00050;
    --mc-error-d5: #c70047;
    --mc-error-l10: #ef0056;
    --mc-error-d10: #bc0044;
    --mc-error-l20: #ff0e65;
    --mc-error-d20: #a7003c;
    --mc-error-o0: rgba(209, 0, 75, 0);
    --mc-error-o1: rgba(209, 0, 75, .1);
    --mc-error-o2: rgba(209, 0, 75, .2);
    --mc-error-o4: rgba(209, 0, 75, .4);
    --mc-error-o6: rgba(209, 0, 75, .6);
    --mc-error-o8: rgba(209, 0, 75, .8);
    --mc-success: #279500;
    --mc-success-locked: #279500;
    --mc-success-l5: #2ca700;
    --mc-success-d5: #258e00;
    --mc-success-l10: #30b900;
    --mc-success-d10: #238600;
    --mc-success-l20: #3add00;
    --mc-success-d20: #1f7700;
    --mc-success-o0: rgba(39, 149, 0, 0);
    --mc-success-o1: rgba(39, 149, 0, .1);
    --mc-success-o2: rgba(39, 149, 0, .2);
    --mc-success-o4: rgba(39, 149, 0, .4);
    --mc-success-o6: rgba(39, 149, 0, .6);
    --mc-success-o8: rgba(39, 149, 0, .8);
    --mc-warning: #ff5811;
    --mc-warning-locked: #ff5811;
    --mc-warning-l5: #ff601d;
    --mc-warning-d5: #ff4e03;
    --mc-warning-l10: #ff6929;
    --mc-warning-d10: #f54900;
    --mc-warning-l20: #ff7941;
    --mc-warning-d20: #da4100;
    --mc-warning-o0: rgba(255, 88, 17, 0);
    --mc-warning-o1: rgba(255, 88, 17, .1);
    --mc-warning-o2: rgba(255, 88, 17, .2);
    --mc-warning-o4: rgba(255, 88, 17, .4);
    --mc-warning-o6: rgba(255, 88, 17, .6);
    --mc-warning-o8: rgba(255, 88, 17, .8);
    --mc-disabled: #454c60;
    --mc-disabled-locked: #454c60;
    --mc-disabled-l5: #4c546a;
    --mc-disabled-d5: #42485b;
    --mc-disabled-l10: #535c74;
    --mc-disabled-d10: #3e4456;
    --mc-disabled-l20: #626c88;
    --mc-disabled-d20: #373d4d;
    --mc-disabled-o0: rgba(69, 76, 96, 0);
    --mc-disabled-o1: rgba(69, 76, 96, .1);
    --mc-disabled-o2: rgba(69, 76, 96, .2);
    --mc-disabled-o4: rgba(69, 76, 96, .4);
    --mc-disabled-o6: rgba(69, 76, 96, .6);
    --mc-disabled-o8: rgba(69, 76, 96, .8);
    --mc-black: #000;
    --mc-black-locked: #000;
    --mc-black-l5: #0d0d0d;
    --mc-black-d5: black;
    --mc-black-l10: #1a1a1a;
    --mc-black-d10: black;
    --mc-black-l20: #333333;
    --mc-black-d20: black;
    --mc-black-o0: rgba(0, 0, 0, 0);
    --mc-black-o1: rgba(0, 0, 0, .1);
    --mc-black-o2: rgba(0, 0, 0, .2);
    --mc-black-o4: rgba(0, 0, 0, .4);
    --mc-black-o6: rgba(0, 0, 0, .6);
    --mc-black-o8: rgba(0, 0, 0, .8);
    --mc-baseSecond: #cad4ee;
    --mc-baseSecond-locked: #cad4ee;
    --mc-baseSecond-l5: #cdd6ef;
    --mc-baseSecond-d5: #b9c6e9;
    --mc-baseSecond-l10: #cfd8f0;
    --mc-baseSecond-d10: #a9b9e3;
    --mc-baseSecond-l20: #d5ddf1;
    --mc-baseSecond-d20: #879ed9;
    --mc-baseSecond-o0: rgba(202, 212, 238, 0);
    --mc-baseSecond-o1: rgba(202, 212, 238, .1);
    --mc-baseSecond-o2: rgba(202, 212, 238, .2);
    --mc-baseSecond-o4: rgba(202, 212, 238, .4);
    --mc-baseSecond-o6: rgba(202, 212, 238, .6);
    --mc-baseSecond-o8: rgba(202, 212, 238, .8);
    --mc-baseThird: #fff;
    --mc-baseThird-locked: #fff;
    --mc-baseThird-l5: white;
    --mc-baseThird-d5: #f2f2f2;
    --mc-baseThird-l10: white;
    --mc-baseThird-d10: #e6e6e6;
    --mc-baseThird-l20: white;
    --mc-baseThird-d20: #cccccc;
    --mc-baseThird-o0: rgba(255, 255, 255, 0);
    --mc-baseThird-o1: rgba(255, 255, 255, .1);
    --mc-baseThird-o2: rgba(255, 255, 255, .2);
    --mc-baseThird-o4: rgba(255, 255, 255, .4);
    --mc-baseThird-o6: rgba(255, 255, 255, .6);
    --mc-baseThird-o8: rgba(255, 255, 255, .8);
    --mc-buttonText: #fff;
    --mc-buttonText-locked: #fff;
    --mc-buttonText-l5: white;
    --mc-buttonText-d5: #f2f2f2;
    --mc-buttonText-l10: white;
    --mc-buttonText-d10: #e6e6e6;
    --mc-buttonText-l20: white;
    --mc-buttonText-d20: #cccccc;
    --mc-buttonText-o0: rgba(255, 255, 255, 0);
    --mc-buttonText-o1: rgba(255, 255, 255, .1);
    --mc-buttonText-o2: rgba(255, 255, 255, .2);
    --mc-buttonText-o4: rgba(255, 255, 255, .4);
    --mc-buttonText-o6: rgba(255, 255, 255, .6);
    --mc-buttonText-o8: rgba(255, 255, 255, .8);
    --mc-lightColor: #ffffff;
    --mc-lightColor-locked: #ffffff;
    --mc-lightColor-l5: white;
    --mc-lightColor-d5: #f2f2f2;
    --mc-lightColor-l10: white;
    --mc-lightColor-d10: #e6e6e6;
    --mc-lightColor-l20: white;
    --mc-lightColor-d20: #cccccc;
    --mc-lightColor-o0: rgba(255, 255, 255, 0);
    --mc-lightColor-o1: rgba(255, 255, 255, .1);
    --mc-lightColor-o2: rgba(255, 255, 255, .2);
    --mc-lightColor-o4: rgba(255, 255, 255, .4);
    --mc-lightColor-o6: rgba(255, 255, 255, .6);
    --mc-lightColor-o8: rgba(255, 255, 255, .8);
    --mc-borderGradient: linear-gradient(181.07deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 52.73%, rgba(255, 255, 255, 0) 99.69%);
    --fc-labelColor: #8194c8;
    --fc-labelColor-locked: #8194c8;
    --fc-labelColor-l5: #8799cb;
    --fc-labelColor-d5: #768ac3;
    --fc-labelColor-l10: #8e9fce;
    --fc-labelColor-d10: #6a81be;
    --fc-labelColor-l20: #9aa9d3;
    --fc-labelColor-d20: #536db4;
    --fc-labelColor-o0: rgba(129, 148, 200, 0);
    --fc-labelColor-o1: rgba(129, 148, 200, .1);
    --fc-labelColor-o2: rgba(129, 148, 200, .2);
    --fc-labelColor-o4: rgba(129, 148, 200, .4);
    --fc-labelColor-o6: rgba(129, 148, 200, .6);
    --fc-labelColor-o8: rgba(129, 148, 200, .8);
    --fc-inputBg: #242d48;
    --fc-inputBg-locked: #242d48;
    --fc-inputBg-l5: #2b3555;
    --fc-inputBg-d5: #222b44;
    --fc-inputBg-l10: #313e63;
    --fc-inputBg-d10: #202941;
    --fc-inputBg-l20: #3f4f7e;
    --fc-inputBg-d20: #1d243a;
    --fc-inputBg-o0: rgba(36, 45, 72, 0);
    --fc-inputBg-o1: rgba(36, 45, 72, .1);
    --fc-inputBg-o2: rgba(36, 45, 72, .2);
    --fc-inputBg-o4: rgba(36, 45, 72, .4);
    --fc-inputBg-o6: rgba(36, 45, 72, .6);
    --fc-inputBg-o8: rgba(36, 45, 72, .8);
    --fc-borderColor: #242d48;
    --fc-borderColor-locked: #242d48;
    --fc-borderColor-l5: #2b3555;
    --fc-borderColor-d5: #222b44;
    --fc-borderColor-l10: #313e63;
    --fc-borderColor-d10: #202941;
    --fc-borderColor-l20: #3f4f7e;
    --fc-borderColor-d20: #1d243a;
    --fc-borderColor-o0: rgba(36, 45, 72, 0);
    --fc-borderColor-o1: rgba(36, 45, 72, .1);
    --fc-borderColor-o2: rgba(36, 45, 72, .2);
    --fc-borderColor-o4: rgba(36, 45, 72, .4);
    --fc-borderColor-o6: rgba(36, 45, 72, .6);
    --fc-borderColor-o8: rgba(36, 45, 72, .8);
    --fc-textColor: #ffffff;
    --fc-textColor-locked: #ffffff;
    --fc-textColor-l5: white;
    --fc-textColor-d5: #f2f2f2;
    --fc-textColor-l10: white;
    --fc-textColor-d10: #e6e6e6;
    --fc-textColor-l20: white;
    --fc-textColor-d20: #cccccc;
    --fc-textColor-o0: rgba(255, 255, 255, 0);
    --fc-textColor-o1: rgba(255, 255, 255, .1);
    --fc-textColor-o2: rgba(255, 255, 255, .2);
    --fc-textColor-o4: rgba(255, 255, 255, .4);
    --fc-textColor-o6: rgba(255, 255, 255, .6);
    --fc-textColor-o8: rgba(255, 255, 255, .8);
    --fc-placeholderColor: #7886ab;
    --fc-placeholderColor-locked: #7886ab;
    --fc-placeholderColor-l5: #7f8caf;
    --fc-placeholderColor-d5: #6f7ea5;
    --fc-placeholderColor-l10: #8692b3;
    --fc-placeholderColor-d10: #6676a0;
    --fc-placeholderColor-l20: #939ebc;
    --fc-placeholderColor-d20: #596890;
    --fc-placeholderColor-o0: rgba(120, 134, 171, 0);
    --fc-placeholderColor-o1: rgba(120, 134, 171, .1);
    --fc-placeholderColor-o2: rgba(120, 134, 171, .2);
    --fc-placeholderColor-o4: rgba(120, 134, 171, .4);
    --fc-placeholderColor-o6: rgba(120, 134, 171, .6);
    --fc-placeholderColor-o8: rgba(120, 134, 171, .8);
    --fc-disabledPlaceholderColor: #52596a;
    --fc-disabledPlaceholderColor-locked: #52596a;
    --fc-disabledPlaceholderColor-l5: #596173;
    --fc-disabledPlaceholderColor-d5: #4e5565;
    --fc-disabledPlaceholderColor-l10: #60687c;
    --fc-disabledPlaceholderColor-d10: #4a505f;
    --fc-disabledPlaceholderColor-l20: #6e778e;
    --fc-disabledPlaceholderColor-d20: #424755;
    --fc-disabledPlaceholderColor-o0: rgba(82, 89, 106, 0);
    --fc-disabledPlaceholderColor-o1: rgba(82, 89, 106, .1);
    --fc-disabledPlaceholderColor-o2: rgba(82, 89, 106, .2);
    --fc-disabledPlaceholderColor-o4: rgba(82, 89, 106, .4);
    --fc-disabledPlaceholderColor-o6: rgba(82, 89, 106, .6);
    --fc-disabledPlaceholderColor-o8: rgba(82, 89, 106, .8);
    --fc-arrowColor: #7886ab;
    --fc-arrowColor-locked: #7886ab;
    --fc-arrowColor-l5: #7f8caf;
    --fc-arrowColor-d5: #6f7ea5;
    --fc-arrowColor-l10: #8692b3;
    --fc-arrowColor-d10: #6676a0;
    --fc-arrowColor-l20: #939ebc;
    --fc-arrowColor-d20: #596890;
    --fc-arrowColor-o0: rgba(120, 134, 171, 0);
    --fc-arrowColor-o1: rgba(120, 134, 171, .1);
    --fc-arrowColor-o2: rgba(120, 134, 171, .2);
    --fc-arrowColor-o4: rgba(120, 134, 171, .4);
    --fc-arrowColor-o6: rgba(120, 134, 171, .6);
    --fc-arrowColor-o8: rgba(120, 134, 171, .8);
    --fc-iconColor: #7886ab;
    --fc-iconColor-locked: #7886ab;
    --fc-iconColor-l5: #7f8caf;
    --fc-iconColor-d5: #6f7ea5;
    --fc-iconColor-l10: #8692b3;
    --fc-iconColor-d10: #6676a0;
    --fc-iconColor-l20: #939ebc;
    --fc-iconColor-d20: #596890;
    --fc-iconColor-o0: rgba(120, 134, 171, 0);
    --fc-iconColor-o1: rgba(120, 134, 171, .1);
    --fc-iconColor-o2: rgba(120, 134, 171, .2);
    --fc-iconColor-o4: rgba(120, 134, 171, .4);
    --fc-iconColor-o6: rgba(120, 134, 171, .6);
    --fc-iconColor-o8: rgba(120, 134, 171, .8);
    --fc-disableBg: #262c3b;
    --fc-disableBg-locked: #262c3b;
    --fc-disableBg-l5: #2e3548;
    --fc-disableBg-d5: #242a38;
    --fc-disableBg-l10: #363f54;
    --fc-disableBg-d10: #222835;
    --fc-disableBg-l20: #46516d;
    --fc-disableBg-d20: #1e232f;
    --fc-disableBg-o0: rgba(38, 44, 59, 0);
    --fc-disableBg-o1: rgba(38, 44, 59, .1);
    --fc-disableBg-o2: rgba(38, 44, 59, .2);
    --fc-disableBg-o4: rgba(38, 44, 59, .4);
    --fc-disableBg-o6: rgba(38, 44, 59, .6);
    --fc-disableBg-o8: rgba(38, 44, 59, .8);
    --fc-disableBorder: #262c3b;
    --fc-disableBorder-locked: #262c3b;
    --fc-disableBorder-l5: #2e3548;
    --fc-disableBorder-d5: #242a38;
    --fc-disableBorder-l10: #363f54;
    --fc-disableBorder-d10: #222835;
    --fc-disableBorder-l20: #46516d;
    --fc-disableBorder-d20: #1e232f;
    --fc-disableBorder-o0: rgba(38, 44, 59, 0);
    --fc-disableBorder-o1: rgba(38, 44, 59, .1);
    --fc-disableBorder-o2: rgba(38, 44, 59, .2);
    --fc-disableBorder-o4: rgba(38, 44, 59, .4);
    --fc-disableBorder-o6: rgba(38, 44, 59, .6);
    --fc-disableBorder-o8: rgba(38, 44, 59, .8);
    --fc-errorBackground: #240f17;
    --fc-errorBackground-locked: #240f17;
    --fc-errorBackground-l5: #341621;
    --fc-errorBackground-d5: #220e16;
    --fc-errorBackground-l10: #441d2c;
    --fc-errorBackground-d10: #200e15;
    --fc-errorBackground-l20: #652a40;
    --fc-errorBackground-d20: #1d0c12;
    --fc-errorBackground-o0: rgba(36, 15, 23, 0);
    --fc-errorBackground-o1: rgba(36, 15, 23, .1);
    --fc-errorBackground-o2: rgba(36, 15, 23, .2);
    --fc-errorBackground-o4: rgba(36, 15, 23, .4);
    --fc-errorBackground-o6: rgba(36, 15, 23, .6);
    --fc-errorBackground-o8: rgba(36, 15, 23, .8);
    --fc-errorBorder: #d1004b;
    --fc-errorBorder-locked: #d1004b;
    --fc-errorBorder-l5: #e00050;
    --fc-errorBorder-d5: #c70047;
    --fc-errorBorder-l10: #ef0056;
    --fc-errorBorder-d10: #bc0044;
    --fc-errorBorder-l20: #ff0e65;
    --fc-errorBorder-d20: #a7003c;
    --fc-errorBorder-o0: rgba(209, 0, 75, 0);
    --fc-errorBorder-o1: rgba(209, 0, 75, .1);
    --fc-errorBorder-o2: rgba(209, 0, 75, .2);
    --fc-errorBorder-o4: rgba(209, 0, 75, .4);
    --fc-errorBorder-o6: rgba(209, 0, 75, .6);
    --fc-errorBorder-o8: rgba(209, 0, 75, .8);
    --fc-errorArrow: #d1004b;
    --fc-errorArrow-locked: #d1004b;
    --fc-errorArrow-l5: #e00050;
    --fc-errorArrow-d5: #c70047;
    --fc-errorArrow-l10: #ef0056;
    --fc-errorArrow-d10: #bc0044;
    --fc-errorArrow-l20: #ff0e65;
    --fc-errorArrow-d20: #a7003c;
    --fc-errorArrow-o0: rgba(209, 0, 75, 0);
    --fc-errorArrow-o1: rgba(209, 0, 75, .1);
    --fc-errorArrow-o2: rgba(209, 0, 75, .2);
    --fc-errorArrow-o4: rgba(209, 0, 75, .4);
    --fc-errorArrow-o6: rgba(209, 0, 75, .6);
    --fc-errorArrow-o8: rgba(209, 0, 75, .8);
    --fc-successElement: #279500;
    --fc-successElement-locked: #279500;
    --fc-successElement-l5: #2ca700;
    --fc-successElement-d5: #258e00;
    --fc-successElement-l10: #30b900;
    --fc-successElement-d10: #238600;
    --fc-successElement-l20: #3add00;
    --fc-successElement-d20: #1f7700;
    --fc-successElement-o0: rgba(39, 149, 0, 0);
    --fc-successElement-o1: rgba(39, 149, 0, .1);
    --fc-successElement-o2: rgba(39, 149, 0, .2);
    --fc-successElement-o4: rgba(39, 149, 0, .4);
    --fc-successElement-o6: rgba(39, 149, 0, .6);
    --fc-successElement-o8: rgba(39, 149, 0, .8);
    --fc-successBorder: #279500;
    --fc-successBorder-locked: #279500;
    --fc-successBorder-l5: #2ca700;
    --fc-successBorder-d5: #258e00;
    --fc-successBorder-l10: #30b900;
    --fc-successBorder-d10: #238600;
    --fc-successBorder-l20: #3add00;
    --fc-successBorder-d20: #1f7700;
    --fc-successBorder-o0: rgba(39, 149, 0, 0);
    --fc-successBorder-o1: rgba(39, 149, 0, .1);
    --fc-successBorder-o2: rgba(39, 149, 0, .2);
    --fc-successBorder-o4: rgba(39, 149, 0, .4);
    --fc-successBorder-o6: rgba(39, 149, 0, .6);
    --fc-successBorder-o8: rgba(39, 149, 0, .8);
    --button-border-radius: 8px;
    font-size: 10px
}

h2,
h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 3.6rem
}

h4 {
    font-size: 2.7rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

b {
    font-weight: 700
}

a,
a:hover {
    color: var(--mc-main);
    text-decoration: underline
}

a:hover {
    color: var(--mc-baseMain)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img,
svg {
    vertical-align: middle
}

button {
    border-radius: 0;
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    text-transform: none
}

button:focus:not(:focus-visible) {
    outline: 0
}

[role=button] {
    cursor: pointer
}

[type=button],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0
}

.wlc-sections__categories--theme-wolf {
    padding: 8px 0 0
}

.wlc-sections__categories--theme-wolf .games-categories {
    display: grid;
    grid-auto-flow: row;
    gap: 16px
}

.wlc-sections__categories--theme-wolf .wlc-btn-search.wlc-btn {
    transition: all .3s linear;
    color: var(--fc-placeholderColor);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.45;
    height: 40px;
    padding: 0 16px;
    background: var(--fc-inputBg);
    border-radius: 8px
}

.wlc-sections__categories--theme-wolf .wlc-btn-search.wlc-btn>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap
}

.wlc-sections__categories--theme-wolf .wlc-btn-search.wlc-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor
}

.wlc-sections__footer--theme-896141 {
    padding-bottom: 12px;
    margin-top: 12px;
    background: 0 0
}

.wlc-sections__footer--theme-896141 .wlc-logo {
    grid-area: logo
}

.wlc-sections__footer--theme-896141 .wlc-social-icons {
    grid-area: social
}

.wlc-sections__footer--theme-896141 .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element] .wlc-social-icons__list[class] {
    margin: 0 0 8px
}

.wlc-sections__footer--theme-896141 .wlc-post-menu {
    grid-area: menu
}

.wlc-sections__footer--theme-896141 .wlc-footer-disclaimer {
    grid-area: disclaimer
}

.wlc-sections__footer--theme-896141 .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, auto);
    justify-items: center;
    grid-template-areas: "merchants" "payments" "menu" "language" "social" "disclaimer" "license"
}

.wlc-sections__footer--theme-896141 .container .wlc-footer-disclaimer,
.wlc-sections__footer--theme-896141 .container .wlc-logo,
.wlc-sections__footer--theme-896141 .container .wlc-post-menu {
    margin: 0
}

.wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container {
    grid-template-areas: "logo" "affiliate" "links" "menu" "menu" "payments" "disclaimer";
    grid-template-rows: repeat(auto-fill, auto)
}

.wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
    margin: 0;
    justify-self: center;
    grid-area: affiliate;
    width: 100%;
    max-width: 360px;
    padding: 5px 15px
}

.wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact {
    justify-self: center
}

.wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list[class] {
    margin: 20px 0 0
}

.wlc-sections__footer--theme-896141 .wlc-icon-payments-list {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    grid-area: payments
}

.wlc-sections__footer--theme-896141 .wlc-icon-list--theme-payments {
    max-width: calc(100vw - 30px);
    margin: 0
}

.wlc-sections__footer--theme-896141 .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
    background: 0 0;
    border-radius: 10px;
    margin: 0
}

.wlc-sections__footer--theme-896141 .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg {
    fill: var(--mc-baseMain)
}

.wlc-sections__footer--theme-896141 .wlc-copyright {
    margin: 16px 0 0
}

.wlc-sections__header {
    position: relative;
    z-index: 100
}

.wlc-body--sticky-header .wlc-sections__header {
    --sticky-transform-coef: 1;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0;
    transform: translateZ(0);
    transition: transform .3s ease-in-out
}

.wlc-body--sticky-header .wlc-sections__header:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    background: var(--mc-bg);
    transform: scale3d(1, var(--sticky-scale-val, 1), 1);
    transform-origin: top;
    transition: inherit
}

.wlc-body--sticky-header .wlc-sections__header .container {
    min-height: 60px;
    position: relative;
    z-index: 1;
    transform: translate3d(0, var(--sticky-translate-val, 0), 0);
    transition: inherit
}

.wlc-body--sticky-header-scrolling .wlc-sections__header {
    --sticky-scale-val: var(--sticky-transform-coef, 1);
    --sticky-translate-val: calc((var(--sticky-transform-coef) - 1) * 50%)
}

.wlc-sections__header .container .wlc-btn-search {
    overflow: visible
}

.wlc-sections__header .container .wlc-widget-wheel {
    position: absolute
}

.wlc-sections__content-wins--theme-default {
    overflow: hidden
}

.wlc-sections__content-wins--theme-default .wlc-home-wins {
    grid-template-columns: 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
    display: grid
}

.wlc-sections__content-wins--theme-default .wlc-home-wins>* {
    min-width: 0
}

.wlc-sections__content-wins--theme-default .wlc-home-wins .wlc-winners-slider--theme-vertical[class] .wlc-winners-slider__wrapper {
    max-width: 100%
}

.wlc-sections__sticky-footer {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%
}

.wlc-body--fp-left .wlc-app {
    transition: padding .25s ease-in-out
}

.wlc-body--fp-left-expanded {
    --fp-left-padding: var(--fp-left-size-full)
}

.wlc-body--fp-left:not(.wlc-body--fp-left-nopadding) .wlc-app {
    padding-left: var(--fp-left-padding, 0)
}

.wlc-sections__categories,
.wlc-sections__content-wins {
    margin-bottom: 32px
}

.wlc-body--fp-left:not(.wlc-body--fp-left-nopadding) [class*=wlc-sections__]:not(.wlc-sections__sticky-footer--theme-default):not(.wlc-sections__email-verification-notification) {
    padding: 0 12px
}

[class*=wlc-sections__]:empty {
    display: none
}

.app-home-state a.wlc-section-title--theme-wolf .wlc-section-title__icon,
.app-home-state div.wlc-section-title--theme-wolf .wlc-section-title__icon,
.wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list .wlc-social-icons__item,
.wlc-sections__providers-471062 .container .wlc-provider-links.wlc-provider-links--theme-default .wlc-provider-links__slider .swiper:before {
    display: none
}

.wlc-sections__providers-471062 .container .wlc-provider-links.wlc-provider-links--theme-default .wlc-provider-links__slider .swiper {
    padding: 8px
}

.wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 40px;
    border-top: 1px solid var(--mc-bg500)
}

.wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list .wlc-social-icons__item:first-of-type {
    display: block
}

.wlc-sections__footer--theme-896141 .footer-bottom__links {
    display: flex;
    grid-area: links;
    align-items: flex-start
}

.wlc-sections__footer--theme-896141 .footer-bottom__links .wlc-social-icons {
    display: flex;
    align-items: center;
    padding: 0 0 0 24px
}

.wlc-sections__footer--theme-896141 .footer-bottom__links .wlc-social-icons__item,
.wlc-sections__footer--theme-896141 .footer-bottom__links .wlc-social-icons__list {
    margin: 0 !important
}

.wlc-sections__footer--theme-896141 .footer-bottom__links .wlc-social-icons__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    background: 0 0;
    border-radius: 100%
}

.wlc-sections__footer--theme-896141 .footer-bottom__links .wlc-social-icons__link svg {
    width: 32px;
    height: 32px;
    transform: unset !important
}

.wlc-sections__footer--theme-896141 .container .wlc-post-menu {
    padding: 0
}

.wlc-sections__footer--theme-896141 .container .wlc-logo {
    display: flex;
    justify-content: center;
    width: 180px;
    height: 40px
}

.wlc-sections__footer--theme-896141 .container .wlc-logo svg {
    width: 100%;
    height: 100%
}

.wlc-sections__footer--theme-896141 .container div.wlc-footer-disclaimer div.wlc-copyright--theme-default div.wlc-copyright__text,
.wlc-sections__footer--theme-896141 .container div.wlc-footer-disclaimer div.wlc-disclaimer--theme-default div.wlc-disclaimer__text {
    text-align: left
}

.wlc-sections__header--theme-default .wlc-header div.header__left,
.wlc-social-button {
    display: flex;
    align-items: center;
    margin: 0
}

.wlc-social-button {
    width: 100%;
    margin: 16px 0 0;
    padding: 0;
    border: 0;
    background: 0 0
}

.wlc-social-button__text {
    transition: color .3s linear;
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    align-items: center;
    color: var(--mc-baseMain);
    font-size: 1.4rem
}

.wlc-social-button .wlc-icon {
    width: 24px;
    height: 24px
}

.wlc-social-button .wlc-icon svg {
    width: 100%
}

.wlc-social-button .wlc-icon svg path,
.wlc-social-button .wlc-icon svg rect {
    transition: fill .3s linear
}

.wlc-social-button .wlc-icon svg rect {
    fill: var(--mc-baseMain)
}

.wlc-social-button .wlc-icon svg path {
    fill: var(--mc-bg700)
}

.wlc-body--fp-left-in.wlc-body--fp-left {
    visibility: visible;
    overflow-x: hidden;
    overflow-y: scroll
}

@media (min-width:375px) {
    .container {
        max-width: calc(100% - 24px)
    }
}

@media (min-width:480px) {
    .container {
        max-width: 450px
    }
}

@media (min-width:560px) {
    .container {
        max-width: 530px
    }

    .wlc-sections__footer--theme-896141 {
        padding-bottom: 16px;
        margin-top: 16px
    }

    .wlc-sections__header--theme-default .wlc-header div.header__left .wlc-logo {
        width: 140px
    }
}

@media (min-width:640px) {
    .container {
        max-width: 610px
    }
}

@media (min-width:720px) {
    .container {
        max-width: 690px
    }

    .wlc-sections__content-wins--theme-default .wlc-home-wins {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:768px) {
    .container {
        max-width: 738px
    }

    .wlc-sections__footer--theme-896141 .container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "merchants merchants merchants" "payments payments payments" "logo menu language" "social social social" "disclaimer disclaimer disclaimer" "license license license"
    }

    .wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container {
        grid-template-areas: "logo affiliate affiliate" "links links links" "menu menu menu" "payments payments payments" "disclaimer disclaimer disclaimer";
        grid-template-rows: 40px repeat(3, auto)
    }

    .wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
        margin: 0 0 20px;
        width: 185px
    }
}

@media (min-width:900px) {
    .container {
        max-width: 870px
    }

    .wlc-sections__footer--theme-896141 .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element] .wlc-social-icons__list[class] {
        margin: 0 0 16px
    }

    .wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list[class] {
        margin: 0
    }

    .wlc-sections__content-wins--theme-default {
        overflow: visible
    }

    .wlc-sections__content-wins--theme-default .wlc-home-wins {
        -moz-column-gap: 8px;
        column-gap: 8px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 994px
    }

    .wlc-sections__footer--theme-896141 {
        padding-bottom: 32px;
        margin-top: auto
    }

    .wlc-sections__footer--theme-896141 .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element] .wlc-social-icons__list[class],
    .wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
        margin: 0
    }

    .wlc-sections__footer--theme-896141 .container {
        grid-template-columns: auto auto 1fr;
        -moz-column-gap: 24px;
        column-gap: 24px;
        justify-items: start;
        grid-template-areas: "merchants merchants merchants" "payments payments payments" "logo menu social" "license disclaimer language"
    }

    .wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container {
        grid-template-areas: "logo affiliate menu menu" "links links menu menu" "payments payments payments payments" "disclaimer disclaimer disclaimer disclaimer"
    }

    .wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
        justify-self: left
    }

    .wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact {
        justify-self: right
    }

    .wlc-body--sticky-header .wlc-sections__header .container {
        min-height: 70px
    }

    .wlc-sections__content-wins--theme-default .wlc-home-wins {
        -moz-column-gap: 12px;
        column-gap: 12px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }

    .wlc-sections__footer--theme-896141 .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element] .wlc-social-icons__list[class] {
        margin: 8px 0 0
    }

    .wlc-sections__footer--theme-896141 .container {
        grid-template-columns: auto auto 1fr 1fr 1fr;
        grid-template-rows: auto auto 45px auto;
        grid-template-areas: "merchants merchants merchants merchants merchants" "payments payments payments payments payments" "logo menu license disclaimer language" "social menu license disclaimer language"
    }

    .wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container {
        grid-template-areas: "logo affiliate menu menu menu menu" "links links menu menu menu menu" "payments payments payments payments payments payments" "disclaimer disclaimer disclaimer disclaimer disclaimer disclaimer"
    }

    .wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact {
        justify-self: left
    }
}

@media (min-width:1630px) {
    .container {
        max-width: 1320px
    }

    .wlc-sections__footer--theme-896141 .container {
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .wlc-body--sticky-header .wlc-sections__header {
        --sticky-transform-coef: .7
    }

    .wlc-body--sticky-header .wlc-sections__header .container {
        min-height: 100px
    }

    .wlc-sections__content-wins--theme-default .wlc-home-wins {
        -moz-column-gap: 16px;
        column-gap: 16px
    }
}

@media (max-width:1023px) {
    .wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container {
        justify-items: flex-start;
        padding-bottom: 10px;
        row-gap: 24px
    }
}

@media (max-width:767px) {
    .wlc-sections__footer--theme-896141.wlc-sections__footer--theme-with-aff .container {
        padding-top: 40px
    }

    .wlc-sections__footer--theme-896141 .container .wlc-logo {
        margin: 0 auto 16px
    }
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

@media (pointer:fine) {
    .wlc-sections__footer--theme-896141 .footer-bottom__links .wlc-social-icons__link:hover {
        background: var(--mc-main)
    }

    .wlc-social-button:hover .wlc-social-button__text {
        color: var(--mc-baseThird)
    }

    .wlc-social-button:hover .wlc-icon rect {
        fill: var(--mc-secondary)
    }
}

.wlc-app[_ngcontent-wlc-app-c3920389756] {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh
}

.wlc-float-panels[_nghost-wlc-app-c1591307410] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    will-change: transform;
    visibility: hidden
}

.wlc-float-panels[_nghost-wlc-app-c1591307410] .wlc-float-panels__backdrop[_ngcontent-wlc-app-c1591307410] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    background: var(--fp-backdrop-background);
    visibility: var(--fp-backdrop-visibility, hidden);
    transition: background .6s ease-in-out, visibility .6s ease-in-out
}

.wlc-columns-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: calc(var(--wlc-section-gap)/-2)
}

.wlc-columns-layout [class*=wlc-c-] {
    min-width: 0;
    padding: calc(var(--wlc-section-gap)/2)
}

.wlc-columns-layout [class*=wlc-c-]>* {
    height: 100%
}

.wlc-c-519410 {
    width: 100%
}

.wlc-gap-md {
    --wlc-section-gap: 20px
}

.wlc-mb-lg {
    margin-bottom: 24px
}

.wlc-mb-xl {
    margin-bottom: 32px
}

.wlc-overflow-hidden {
    overflow: hidden
}

@media (min-width:900px) {
    .wlc-c-288932-288932 {
        width: 50%
    }
}

@media (pointer:fine) {
    body {
        overflow-x: hidden
    }
}

.wlc-app-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.wlc-app-content .wlc-sections__footer {
    margin-top: auto;
    overflow-x: hidden
}

@media (min-width:1024px) {
    .wlc-app-content .wlc-sections__footer {
        overflow-x: initial
    }
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] {
    --bp-width: 290px;
    --bp-login-display: grid;
    --bp-postmenu-display: block;
    --bp-login-margin: 24px 0 0;
    --bp-login-padding: 16px 0;
    --bp-login-bg: var(--mc-bg);
    --bp-menu-link-justify: initial;
    --bp-menu-link-align: center;
    --bp-menu-link-padding: 4px 20px;
    --bp-menu-link-text-display: initial;
    --bp-menu-icon-margin: 0 12px 0 0;
    --bp-menu-icon-wrapper-width: 20px;
    --bp-separator-width: calc(100% - 32px);
    --bp-userinfo-display: grid;
    --bp-userdeposit-display: flex;
    --bp-lang-max-width: calc(100% - 32px);
    --bp-lang-margin: 16px auto;
    --bp-userinfo-margin: 24px 16px 16px;
    left: 0;
    width: var(--bp-width);
    max-width: 290px;
    height: 100%;
    max-height: 100%;
    background: var(--mc-bgModal);
    transform: translateX(-100%)
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] {
    --bp-padding: 0;
    --us-display: block
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-burger-panel__header.two-columns[_ngcontent-wlc-app-c3161210463] {
    grid-template-columns: 1fr auto
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content[_ngcontent-wlc-app-c3161210463],
.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-burger-panel__header[_ngcontent-wlc-app-c3161210463] {
    background: var(--mc-bg700)
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content[_ngcontent-wlc-app-c3161210463] {
    padding: 0 8px 160px
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content[_ngcontent-wlc-app-c3161210463] {
    scrollbar-gutter: stable
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content[_ngcontent-wlc-app-c3161210463] .wlc-panel-menu {
    margin: 4px 0 0
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content[_ngcontent-wlc-app-c3161210463] .wlc-social-icons {
    margin: 20px 0 0
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c3161210463] .wlc-burger-panel__logo[_ngcontent-wlc-app-c3161210463] {
    justify-content: start;
    margin: 0
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-logo {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-logo__image svg {
    max-height: 40px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-login-signup {
    display: var(--bp-login-display);
    grid-auto-flow: initial;
    grid-template-areas: "login" "sign";
    justify-content: center;
    margin: var(--bp-login-margin);
    padding: var(--bp-login-padding);
    background: var(--bp-login-bg)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-login-signup .wlc-btn {
    min-width: 0;
    white-space: nowrap
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content .wlc-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.45;
    display: flex;
    align-items: var(--bp-menu-link-align);
    justify-content: var(--bp-menu-link-justify);
    min-height: 40px;
    padding: var(--bp-menu-link-padding);
    text-decoration: none
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content .wlc-menu__link-text {
    display: var(--bp-menu-link-text-display);
    line-height: initial
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content .wlc-menu__link:not(.active):hover {
        color: inherit;
        background: var(--mc-bg700-l5)
    }
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content .wlc-menu__link.active {
    color: inherit;
    font-weight: 700;
    background: var(--mc-bg700-l10)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content .wlc-menu__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--bp-menu-icon-wrapper-width);
    height: auto;
    margin: var(--bp-menu-icon-margin)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content .wlc-menu__icon img,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content .wlc-menu__icon svg {
    display: block;
    width: 20px;
    height: auto;
    fill: var(--mc-main)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content .wlc-menu__icon img path,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content .wlc-menu__icon svg path {
    fill: var(--mc-main)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-post-menu:after {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: var(--bp-separator-width);
    height: 1px;
    margin: 8px auto;
    background: var(--mc-baseOpacity-o6)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-post-menu {
    display: var(--bp-postmenu-display)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-post-menu .wlc-menu__link {
    min-height: var(--bp-postmenu-link-height, 32px)
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] {
    --bp-header-grid-cols: 1fr;
    --bp-header-padding: 8px;
    --bp-login-margin: 0;
    --bp-login-padding: 0;
    --bp-login-bg: none;
    --bp-expand-btn-justify-self: end;
    --bp-expand-icon-transform: scaleX(1);
    --bp-transition: none;
    --bp-main-menu-margin: 16px 0 0;
    --bp-userinfo-margin: 0 16px 16px;
    --bp-width: var(--fp-left-size-compact);
    --bp-logout-display: none;
    --bp-postmenu-link-height: 28px;
    position: sticky;
    top: 0;
    left: 0
}

.wlc-body--fp-left-in .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] {
    visibility: visible
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed.wlc-burger-panel--view-expanded[_nghost-wlc-app-c3161210463] {
    --bp-width: var(--fp-left-size-full);
    --pm-menu-margin: 20px 8px 0;
    --us-display: block
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c3161210463] {
    justify-self: var(--bp-expand-btn-justify-self, end);
    padding: 0;
    color: var(--mc-baseOpacity);
    background: 0 0;
    border: 0;
    transition: color .2s ease-in-out
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c3161210463] svg {
    width: 30px;
    height: 30px;
    transform: var(--bp-expand-icon-transform);
    transition: transform .2s ease-in-out;
    fill: currentColor
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-burger-panel__btn-expand--expanded[_ngcontent-wlc-app-c3161210463] {
    --bp-expand-icon-transform: scaleX(-1)
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c3161210463]:hover {
        color: var(--mc-baseMain);
        background: 0 0;
        border: 0
    }
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c3161210463] {
    z-index: 10;
    width: 290px;
    max-width: 290px;
    height: 100%;
    max-height: 100%;
    background-color: var(--mc-bgModal)
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c3161210463] {
    right: -290px
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c3161210463] .wlc-burger-panel__header {
    border-bottom: 2px solid var(--mc-baseOpacity)
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c3161210463] .wlc-burger-panel__inner {
    padding: 16px 16px 32px
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content {
    scrollbar-gutter: stable
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c3161210463] .wlc-login-signup {
    grid-auto-flow: initial;
    justify-content: center;
    padding: 16px 0 32px
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c3161210463] .wlc-login-signup .wlc-btn {
    min-width: 100%
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] {
    --bp-padding: 12px;
    --bp-header-padding: 8px 0;
    width: 310px;
    max-width: 310px;
    background-color: var(--mc-bg700)
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-burger-panel__header {
    border-bottom: 0
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-burger-panel__inner {
    padding: 0
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout {
    width: 100%
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout .wlc-btn {
    transition: all .3s linear;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    margin: 4px 0 0;
    padding: 0 12px;
    background: var(--mc-bg300-o4);
    border-radius: 8px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout .wlc-btn .wlc-btn__text {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    flex-direction: row-reverse;
    gap: 8px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout .wlc-btn .wlc-btn__text svg path {
    width: 16px;
    height: 16px;
    fill: currentColor;
    stroke: none
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout .wlc-btn:hover {
        background: var(--mc-bg100)
    }

    .wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout .wlc-btn:hover .wlc-btn__text {
        color: var(--mc-baseThird)
    }
}

.wlc-burger-panel[_nghost-wlc-app-c3161210463] {
    --bp-header-grid-cols: 1fr auto 1fr;
    --bp-header-padding: 16px;
    --bp-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    --bp-padding: 0;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    padding: var(--bp-padding);
    color: var(--mc-baseMain);
    outline-style: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    visibility: hidden;
    transition: var(--bp-transition)
}

.wlc-burger-panel[_nghost-wlc-app-c3161210463] .wlc-burger-panel__header {
    position: relative;
    display: grid;
    grid-template-columns: var(--bp-header-grid-cols);
    align-items: center;
    padding: var(--bp-header-padding);
    color: var(--mc-baseMain);
    background: 0 0;
    font-size: 1.4rem;
    font-weight: 700
}

.wlc-burger-panel[_nghost-wlc-app-c3161210463] .wlc-burger-panel__header.two-columns {
    grid-template-columns: 1fr 1fr
}

.wlc-burger-panel[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content {
    position: relative;
    flex: 1 1 auto;
    height: 100%;
    min-height: 1px;
    background: 0 0;
    overflow: hidden
}

.wlc-burger-panel[_nghost-wlc-app-c3161210463] .wlc-post-menu {
    transform: translateZ(0)
}

.wlc-burger-panel.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] {
    height: 100vh;
    transform: translate3d(0, 0, 0);
    will-change: width
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-social-button {
    margin-left: 10px
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-social-button__text {
    margin-left: 5px;
    color: var(--fc-textColor)
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-social-button:before {
    content: url(../img/telegram.svg);
    width: 25px;
    height: 25px
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-social-button:hover .wlc-social-button__text {
        transition: color .3s linear;
        color: var(--mc-main)
    }
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout .wlc-btn .wlc-icon {
    color: var(--mc-baseMain)
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout .wlc-btn .wlc-btn__text {
    line-height: 1
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout .wlc-btn:hover .wlc-icon {
        color: var(--mc-baseSecond)
    }
}

.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179] {
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scroll-behavior: smooth
}

.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179]::-webkit-scrollbar {
    width: 5px
}

.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179]::-webkit-scrollbar-track {
    margin: 5px;
    background: var(--mc-bg700);
    border-radius: 10px
}

.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179]::-webkit-scrollbar-thumb {
    background: var(--mc-bg100);
    border-radius: 10px
}

.wlc-icon img,
.wlc-icon svg {
    width: var(--wlc-icon-width);
    height: var(--wlc-icon-height);
    overflow: visible
}

[_nghost-wlc-app-c2680891784] {
    display: inline-block
}

.wlc-logo--theme-mod-footer-first[_nghost-wlc-app-c2680891784] {
    width: 184px
}

.wlc-logo__image[_ngcontent-wlc-app-c2680891784] img,
.wlc-logo__image[_ngcontent-wlc-app-c2680891784] svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] {
    --pm-link-background: var(--mc-bg300-o4);
    --pm-dropdown-link-background: var(--mc-bg);
    --pm-dropdown-active-icon-fill: var(--mc-baseMain);
    --pm-link-padding: 12px 16px;
    --pm-link-icon-margin: 0 8px 0 0;
    --pm-link-arrow: block;
    --pm-link-justify-content: start;
    --pm-link-hover: var(--mc-bg100-o4);
    --pm-link-text-display: block;
    --pm-icon-width: auto;
    --pm-link-icon-width: 16px
}

.wlc-panel-menu--theme-wolf.wlc-panel-menu--type-info[_nghost-wlc-app-c2072812421] {
    margin: var(--pm-menu-info-margin);
    margin-top: 8px !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon {
    width: var(--pm-icon-width)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon img,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg path {
    fill: var(--mc-baseMain)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu {
    display: grid;
    gap: 8px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link {
    transition: all .3s linear;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    justify-content: var(--pm-link-justify-content);
    min-height: auto;
    padding: var(--pm-link-padding);
    background: var(--pm-link-background);
    border-radius: 8px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link.active {
    color: var(--mc-baseThird, var(--mc-baseMain));
    background: var(--mc-bg100-o4)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link.active svg,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link.active svg path {
    fill: var(--mc-baseThird, var(--mc-baseMain))
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link svg,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link svg path {
    width: 16px;
    height: 16px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon {
    display: inherit;
    flex: 0 0 auto;
    margin: var(--pm-link-icon-margin)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon-arrow {
    display: var(--pm-link-arrow);
    margin-left: auto
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon-arrow svg {
    width: auto;
    height: auto
}

@media (pointer:fine) {
    .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link:hover {
        color: var(--mc-baseSecond, var(--mc-baseMain));
        background: var(--pm-link-hover)
    }
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown {
    position: relative
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active {
    border-radius: 8px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active.wlc-menu__item>.wlc-menu__link {
    background: var(--pm-dropdown-link-background);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active.wlc-menu__item>.wlc-menu__link svg,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active.wlc-menu__item>.wlc-menu__link svg path {
    fill: var(--pm-dropdown-active-icon-fill)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__icon-arrow {
    transform: rotate(180deg)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__icon-arrow svg,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__icon-arrow svg path {
    fill: var(--mc-baseThird, var(--mc-baseMain))
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu {
    gap: 8px;
    padding: 4px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link {
    background: var(--mc-bg)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link.active {
    color: var(--mc-baseThird, var(--mc-baseMain));
    background: var(--mc-bg100-o4);
    border-radius: 8px
}

@media (pointer:fine) {
    .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link:hover {
        color: var(--mc-baseSecond, var(--mc-baseMain));
        background: var(--mc-bg100-o4);
        border-radius: 8px
    }
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__icon {
    margin: 0 8px 0 0
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__submenu {
    display: grid;
    overflow: hidden;
    margin: 0;
    padding-right: 4px;
    padding-left: 4px;
    background: var(--pm-dropdown-link-background);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__submenu .wlc-menu__item .wlc-menu__link {
    padding: 12px;
    word-break: break-all;
    background: 0 0;
    border-radius: 0
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--loyalty .wlc-menu__link-text {
    color: #ffd029 !important;
    font-weight: 700 !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--loyalty .wlc-menu__icon path,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--loyalty .wlc-menu__icon svg {
    fill: #ffd029 !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--bonuses .wlc-menu__link-text,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--store .wlc-menu__link-text,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--vipclub .wlc-menu__link-text {
    font-weight: 700 !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--bonuses .wlc-menu__icon path,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--bonuses .wlc-menu__icon svg {
    fill: #256c39 !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--store .wlc-menu__icon path,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--store .wlc-menu__icon svg {
    fill: #ff003d !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--vipclub .wlc-menu__icon path,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--vipclub .wlc-menu__icon svg {
    fill: #00b6ef !important
}

@media (pointer:fine) {
    .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__link:hover {
        cursor: pointer
    }
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby,
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other,
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos {
    --pm-dropdown-link-background: var(--pm-link-background);
    --pm-link-hover: var(--pm-link-background);
    --mc-baseSecond: var(--pm-link-background);
    --mc-bg100-o4: var(--pm-link-background)
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby .wlc-menu__link-text,
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other .wlc-menu__link-text,
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos .wlc-menu__link-text {
    color: var(--fc-textColor)
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby .wlc-menu__icon-arrow.active,
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other .wlc-menu__icon-arrow.active,
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos .wlc-menu__icon-arrow.active {
    transform: rotate(180deg)
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)).active,
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)).active,
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)).active {
    font-weight: 700
}

@media (pointer:fine) {

    .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover,
    .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover,
    .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover {
        transition: font-weight .3s linear
    }

    .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover .wlc-menu__link-text,
    .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover .wlc-menu__link-text,
    .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover .wlc-menu__link-text {
        font-weight: 700
    }
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby .wlc-menu__link:has(.wlc-menu__link-text--parent),
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other .wlc-menu__link:has(.wlc-menu__link-text--parent),
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos .wlc-menu__link:has(.wlc-menu__link-text--parent) {
    border-radius: 8px 8px 0 0 !important
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby .wlc-menu__link:has(.wlc-menu__link-text--parent) .wlc-menu__link-text,
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other .wlc-menu__link:has(.wlc-menu__link-text--parent) .wlc-menu__link-text,
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos .wlc-menu__link:has(.wlc-menu__link-text--parent) .wlc-menu__link-text {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby:has(.wlc-menu__submenu--hover) .wlc-menu__link,
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other:has(.wlc-menu__submenu--hover) .wlc-menu__link,
.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos:has(.wlc-menu__submenu--hover) .wlc-menu__link {
    border-radius: 8px !important
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other:not(:has(.expanded)) .wlc-menu__link {
    border-radius: 8px !important
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__item .wlc-menu__link {
    word-break: break-word !important
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link {
    border-bottom: 1px solid var(--mc-bg700)
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu:last-child {
    border: 0
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--livechat {
    --pm-link-background: transparent
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--livechat .wlc-menu__link-text {
    color: var(--fc-textColor) !important
}

.wlc-btn[_nghost-wlc-app-c3258388311] {
    box-sizing: border-box;
    padding: 0;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    transition: all .3s;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    overflow: hidden
}

.wlc-btn[_nghost-wlc-app-c3258388311]:disabled {
    background: var(--mc-buttonColor-o6);
    box-shadow: none;
    cursor: not-allowed;
    border: 0
}

.wlc-btn[_nghost-wlc-app-c3258388311]:disabled .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    color: var(--mc-baseMain-o6)
}

@media (pointer:fine) {
    .wlc-btn[_nghost-wlc-app-c3258388311]:disabled:hover {
        background: var(--mc-buttonColor-o6);
        box-shadow: none;
        border: 0
    }

    .wlc-btn[_nghost-wlc-app-c3258388311]:disabled:hover .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
        color: var(--mc-baseMain-o6)
    }
}

.wlc-btn[_nghost-wlc-app-c3258388311] .wlc-btn__pending[_ngcontent-wlc-app-c3258388311] {
    display: none
}

.wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:disabled {
    background: 0 0;
    box-shadow: none;
    border: 2px solid var(--mc-secondary-o6)
}

.wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:disabled .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    color: var(--mc-baseMain-o6)
}

@media (pointer:fine) {
    .wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:disabled:hover {
        background: 0 0;
        box-shadow: none;
        border: 2px solid var(--mc-secondary-o6)
    }

    .wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:disabled:hover .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
        color: var(--mc-baseMain-o6)
    }
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311] {
    height: 40px;
    display: grid;
    grid-column-gap: initial;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    padding: 4px 8px;
    background: var(--mc-buttonColor);
    box-shadow: none;
    border: 0;
    border-radius: 8px;
    position: relative
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311]:disabled {
    opacity: .5;
    pointer-events: none
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    color: var(--mc-buttonText-locked, var(--mc-baseMain-locked));
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    grid-column: 2;
    text-transform: initial
}

@media (pointer:fine) {
    .wlc-btn--theme-default[_nghost-wlc-app-c3258388311]:hover {
        box-shadow: none
    }
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311]:before {
    transition: opacity .3s linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: #000;
    opacity: 0;
    mix-blend-mode: overlay
}

@media (pointer:fine) {
    .wlc-btn--theme-default[_nghost-wlc-app-c3258388311]:hover:before {
        opacity: .4
    }
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311] {
    background: 0 0;
    border: 2px solid var(--mc-secondary);
    box-shadow: none
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    transition: color .3s linear;
    color: var(--mc-buttonText, var(--mc-baseMain))
}

@media (pointer:fine) {
    .wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:hover {
        background: var(--mc-secondary-o2);
        border: 2px solid var(--mc-secondary);
        box-shadow: none
    }

    .wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:hover .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
        color: var(--mc-buttonText, var(--mc-baseMain))
    }
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3258388311] {
    background: var(--mc-buttonColor);
    box-shadow: none;
    border: 0
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    color: var(--mc-buttonText-locked, var(--mc-baseMain-locked))
}

@media (pointer:fine) {
    .wlc-btn--theme-default.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3258388311]:hover {
        background: var(--mc-buttonColor);
        box-shadow: none;
        border: 0
    }

    .wlc-btn--theme-default.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3258388311]:hover .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
        color: var(--mc-buttonText-locked, var(--mc-baseMain-locked))
    }
}

.wlc-btn--theme-default.wlc-btn--size-md[_nghost-wlc-app-c3258388311] {
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45;
    min-width: auto;
    height: 30px;
    padding: 0 12px
}

.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 3px 12px;
    background: var(--mc-bg500-o6);
    border-radius: 60px;
    height: 24px
}

.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] .wlc-btn__counter[_ngcontent-wlc-app-c3258388311],
.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    transition: color .3s linear
}

.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] .wlc-btn__counter[_ngcontent-wlc-app-c3258388311] {
    margin: 0 0 0 5px
}

@media (pointer:fine) {
    .wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311]:hover {
        background: var(--mc-bg500)
    }

    .wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311]:hover .wlc-btn__counter[_ngcontent-wlc-app-c3258388311],
    .wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311]:hover .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
        color: var(--mc-baseThird)
    }
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:before,
[_nghost-wlc-app-c375841970] {
    display: none
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311],
.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] .wlc-btn__counter[_ngcontent-wlc-app-c3258388311],
.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    line-height: 1
}

.wlc-btn--theme-default.wlc-btn--animate-custom[_nghost-wlc-app-c3258388311] {
    background: linear-gradient(120deg, #00b6ef 0, #00b6ef 30%, #75acff 50%, #00b6ef 70%, #00b6ef 100%);
    background-size: 400%
}

.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] {
    display: flex
}

.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-btn__text {
    color: var(--mc-baseOpacity);
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.45;
    transition: color .3s linear;
    display: flex;
    align-items: center
}

.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-icon svg {
    transition: all .3s linear;
    fill: var(--mc-baseOpacity)
}

@media (pointer:fine) {
    .wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120]:hover .wlc-btn__text {
        color: var(--mc-baseMain)
    }

    .wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120]:hover svg {
        fill: var(--mc-baseMain)
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] {
    --h-gap: 8px;
    transition: all .3s linear;
    background: 0 0
}

@media (min-width:480px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] {
        --h-gap: 16px
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
    min-height: 70px;
    grid-template-columns: 1fr auto;
    gap: 8px;
    transition: all .3s linear;
    display: grid;
    align-items: center
}

@media (min-width:1200px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        width: 100%
    }
}

@media (min-width:1630px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        min-height: 100px
    }
}

@media (min-width:1366px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        grid-template-columns: auto 1fr auto
    }
}

@media (min-width:480px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        gap: 16px
    }
}

@media (min-width:1200px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        margin: 0 auto
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796]:not(.wlc-header--theme-mod-wolf) .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
    padding: 0
}

@media (min-width:1200px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796]:not(.wlc-header--theme-mod-wolf) .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        padding: 0 8px
    }

    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796]:not(.wlc-header--theme-mod-wolf) .wlc-header__item.container[_ngcontent-wlc-app-c1241342796] {
        max-width: 1920px
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo[data-wlc-element] {
    width: auto;
    margin: 0 auto
}

@media (min-width:1200px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo[data-wlc-element] {
        width: 144px
    }
}

@media (min-width:1024px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo[data-wlc-element] {
        margin: 0 0 0 8px
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo__image {
    display: flex;
    align-items: center;
    justify-content: center
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo img,
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo svg {
    width: auto;
    height: 100%;
    max-height: 50%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-login-signup {
    justify-content: flex-end
}

@media (min-width:1200px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-login-signup .wlc-btn {
        padding: 4px 8px
    }
}

@media (min-width:1366px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-login-signup .wlc-btn {
        padding: 4px 16px
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search {
    transition: transform .3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search .wlc-icon,
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search .wlc-icon-content,
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search__text {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (pointer:fine) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search:hover {
        transform: rotate(30deg)
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search rect,
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search svg {
    transition: fill .3s linear;
    fill: var(--mc-baseOpacity)
}

@media (pointer:fine) {

    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search:hover rect,
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search:hover svg {
        fill: var(--mc-baseMain)
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__left,
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__right {
    display: flex;
    align-items: center
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__left>*,
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__right>* {
    margin-right: calc(var(--h-gap)*.5);
    margin-left: calc(var(--h-gap)*.5)
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__base {
    display: none;
    position: relative;
    min-width: 0
}

@media (min-width:1366px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__base {
        display: block
    }
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__left[_ngcontent-wlc-app-c1241342796],
.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__right[_ngcontent-wlc-app-c1241342796] {
    margin: 0 calc(var(--h-gap)*-.5)
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
    grid-template-columns: 1fr auto;
    min-height: 60px
}

@media (min-width:1200px) {
    .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        grid-template-columns: minmax(0, max-content) minmax(min-content, 1fr) auto
    }
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__base[_ngcontent-wlc-app-c1241342796] {
    display: none;
    justify-content: center
}

@media (min-width:1200px) {
    .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__base[_ngcontent-wlc-app-c1241342796] {
        display: flex
    }
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-logo {
    width: 80px;
    margin-right: calc(var(--h-gap)*.5);
    margin-left: calc(var(--h-gap)*.5)
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-logo__image {
    justify-content: flex-start
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-btn-search {
    color: var(--fc-labelColor);
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.45;
    min-width: 200px;
    height: 40px;
    padding: 8px;
    background: var(--fc-inputBg);
    border-radius: 8px
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-btn-search svg {
    fill: var(--fc-iconColor)
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-btn-search__text {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (pointer:fine) {
    .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-btn-search:hover {
        transform: none
    }

    .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-btn-search:hover svg {
        fill: var(--mc-baseThird)
    }
}

.wlc-header[_nghost-wlc-app-c1241342796] {
    position: relative;
    z-index: 100
}

.wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] {
    --sticky-transform-coef: 1;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0;
    transform: translate3d(0, 0, 0);
    transition: transform .3s ease-in-out
}

@media (min-width:1630px) {
    .wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] {
        --sticky-transform-coef: 0.7
    }
}

.wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796]:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    background: var(--mc-bg);
    transform: scale3d(1, var(--sticky-scale-val, 1), 1);
    transform-origin: top;
    transition: inherit
}

.wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] .container[_ngcontent-wlc-app-c1241342796],
.wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
    min-height: 60px;
    position: relative;
    z-index: 1;
    transform: translate3d(0, var(--sticky-translate-val, 0), 0);
    transition: inherit
}

@media (min-width:1024px) {

    .wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] .container[_ngcontent-wlc-app-c1241342796],
    .wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        min-height: 70px
    }
}

@media (min-width:1630px) {

    .wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] .container[_ngcontent-wlc-app-c1241342796],
    .wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        min-height: 100px
    }
}

.wlc-body--sticky-header .wlc-header.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796]:before {
    transform: unset
}

.wlc-body--sticky-header .wlc-header.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
    min-height: 60px;
    transform: none
}

.wlc-body--sticky-header-scrolling .wlc-header[_nghost-wlc-app-c1241342796] {
    --sticky-scale-val: var(--sticky-transform-coef, 1);
    --sticky-translate-val: calc((var(--sticky-transform-coef) - 1) * 50%)
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526] .wlc-games-grid__content[_ngcontent-wlc-app-c3772414526] {
    display: grid;
    grid-template-areas: "title-icon title swiper-buttons show-all" "games-grid games-grid games-grid games-grid";
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    row-gap: 16px
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526] .wlc-games-grid__content.wolf-all[_ngcontent-wlc-app-c3772414526] {
    grid-template-areas: "title-icon title wolf-all swiper-buttons" "games-grid games-grid games-grid games-grid";
    grid-template-columns: auto 1fr auto auto;
    align-items: center
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526] .wlc-games-grid__content.wolf-all[_ngcontent-wlc-app-c3772414526] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3772414526] {
    margin: 0
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3772414526] {
    margin: 0 0 0 auto;
    grid-area: swiper-buttons;
    pointer-events: none
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3772414526] [class*=wlc-swiper-button] {
    pointer-events: initial
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526] .wlc-games-grid__swiper-buttons[_ngcontent-wlc-app-c3772414526] {
    display: grid;
    grid-template-columns: auto auto
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526] .wlc-games-grid__wolf-all[_ngcontent-wlc-app-c3772414526] {
    margin: 0 12px 0 0;
    grid-area: wolf-all
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3772414526] {
    grid-area: games-grid;
    min-width: 0
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] {
    --wlc-icon-width: 12px;
    --wlc-icon-height: 12px
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev {
    transition: background .3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--wlc-navi-button-size, 24px);
    height: var(--wlc-navi-button-size, 24px);
    color: var(--mc-baseMain);
    background: var(--mc-bg500-o6);
    outline: 0;
    border-radius: 20px;
    border: 0;
    box-shadow: none
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content {
    display: flex
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content svg,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content svg {
    fill: currentColor
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next.swiper-button-disabled,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev.swiper-button-disabled {
    color: var(--mc-baseMain-o4);
    background: var(--mc-bg500-o4);
    cursor: default
}

@media (pointer:fine) {

    .wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next:hover:not(.swiper-button-disabled),
    .wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev:hover:not(.swiper-button-disabled) {
        color: var(--mc-baseThird);
        background: var(--mc-bg500);
        border: 0;
        box-shadow: none
    }
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev {
    margin-right: 10px
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content {
    transform: rotate(90deg)
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content {
    transform: rotate(-90deg)
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-next,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: calc(-1*40px/2)
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-next:after,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-prev:after {
    text-indent: -9999px
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-prev {
    right: auto;
    left: var(--wlc-navi-left-offset, 10px)
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-prev:after {
    content: "prev"
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-next {
    right: var(--wlc-navi-right-offset, 10px);
    left: auto
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-next:after {
    content: "next"
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-lock {
    display: none
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next[_ngcontent-wlc-app-c225656936],
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev[_ngcontent-wlc-app-c225656936] {
    position: relative;
    padding: 0
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next[_ngcontent-wlc-app-c225656936] .wlc-icon-content,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev[_ngcontent-wlc-app-c225656936] .wlc-icon-content {
    position: absolute;
    top: calc(50% - 6px);
    width: 7px;
    height: 12px
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next[_ngcontent-wlc-app-c225656936] .wlc-icon-content svg,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev[_ngcontent-wlc-app-c225656936] .wlc-icon-content svg {
    transition: color .3s linear;
    width: 100%;
    height: 100%
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next[_ngcontent-wlc-app-c225656936] .wlc-icon-content {
    right: calc(50% - 5px);
    transform: unset
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev[_ngcontent-wlc-app-c225656936] .wlc-icon-content {
    right: calc(50% - 3px);
    transform: rotate(180deg)
}

a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] {
    text-decoration: none;
    cursor: pointer
}

a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311],
a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
    transition: color .3s linear
}

@media (pointer:fine) {

    a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311]:hover .wlc-section-title__content[_ngcontent-wlc-app-c679633311],
    a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311]:hover .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
        color: var(--mc-baseThird)
    }
}

.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] {
    display: flex;
    align-items: center
}

.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.45
}

.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
    --wlc-icon-width: 16px;
    --wlc-icon-height: 16px;
    margin: 0 10px 2px 0;
    color: var(--mc-baseMain)
}

.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content {
    display: flex
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__item svg path,
.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item .wlc-icon svg path,
.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content svg {
    fill: currentColor
}

@media (min-width:1024px) {

    a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311],
    div.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
        font-weight: 400;
        font-size: 20px
    }
}

.wlc-bonuses-list--theme-wolf[_nghost-wlc-app-c1488350109] .wlc-bonuses-list__header[_ngcontent-wlc-app-c1488350109] {
    margin: 0 0 8px;
    display: flex;
    justify-content: space-between
}

@media (min-width:1200px) {
    .wlc-bonuses-list--theme-wolf[_nghost-wlc-app-c1488350109] .wlc-bonuses-list__header[_ngcontent-wlc-app-c1488350109] {
        margin: 0 0 20px
    }
}

.wlc-bonuses-list--theme-wolf[_nghost-wlc-app-c1488350109] .wlc-bonuses-list__header[_ngcontent-wlc-app-c1488350109] .wlc-section-title {
    margin: 0
}

.wlc-bonuses-list--theme-wolf[_nghost-wlc-app-c1488350109] .wlc-bonuses-list__controls[_ngcontent-wlc-app-c1488350109] {
    position: relative;
    display: flex;
    gap: 12px
}

.wlc-bonuses-list--theme-wolf[_nghost-wlc-app-c1488350109] .wlc-bonuses-list__swiper-buttons-wrap[_ngcontent-wlc-app-c1488350109] {
    display: none
}

@media (min-width:900px) {
    .wlc-bonuses-list--theme-wolf[_nghost-wlc-app-c1488350109] .wlc-bonuses-list__swiper-buttons-wrap[_ngcontent-wlc-app-c1488350109] {
        display: block
    }
}

.wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109] {
    --wlc-bi-width: 320px
}

@media (min-width:560px) {
    .wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109] {
        --wlc-bi-width: 410px
    }
}

@media (min-width:1200px) {
    .wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109] {
        --wlc-bi-width: 100%
    }
}

.wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109] .swiper {
    overflow: visible
}

@media (min-width:1200px) {
    .wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109] .swiper {
        overflow: hidden
    }
}

.wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109] .wlc-slider-navigation--theme-wolf {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0
}

.wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109] .wlc-swiper-button-next,
.wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109] .wlc-swiper-button-prev {
    position: relative;
    top: initial;
    right: initial;
    left: initial;
    margin: 0
}

.wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109] .swiper-slide {
    width: auto
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] {
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "title navigation button" "icons icons icons";
    display: grid;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    gap: 8px 0
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] {
    grid-area: icons;
    min-width: 0;
    max-width: 100%;
    margin: 8px 0 0
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] .swiper {
    margin: -8px -12px -8px -8px;
    padding: 8px 40px 8px 8px
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] .swiper {
        margin: -12px;
        padding: 12px
    }
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] .swiper:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: 24px;
    background: linear-gradient(to left, var(--mc-bg), transparent);
    pointer-events: none
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] .swiper:before {
        display: none
    }
}

.wlc-menu[_nghost-wlc-app-c3022284011] swiper-container::part(container),
.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] swiper-container::part(container),
.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] swiper-container::part(container) {
    overflow: visible
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider-navigation[_ngcontent-wlc-app-c92895986] {
    display: none;
    grid-area: navigation
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider-navigation[_ngcontent-wlc-app-c92895986] {
        display: flex
    }
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__btn[_ngcontent-wlc-app-c92895986] {
    margin: 0 0 0 16px;
    grid-area: button
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__btn.wlc-btn--theme-wolf-rounded[_ngcontent-wlc-app-c92895986] {
    margin: 0;
    grid-area: navigation
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__btn.wlc-btn--theme-wolf-rounded[_ngcontent-wlc-app-c92895986] {
        margin: 0 12px 0 0
    }
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item {
    position: relative;
    background: var(--mc-bg700);
    border-radius: 10px;
    transition: transform .2s, box-shadow 2s
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 35%
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item__wrp {
    font-size: 2rem;
    padding: 8px 15px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--mc-baseMain);
    font-weight: 700;
    text-decoration: none
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item .wlc-icon-content,
.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 80%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item .wlc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item .wlc-icon svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center
}

@media (hover:hover) {

    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item:focus-within,
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item:hover {
        box-shadow: 0 1px 5px var(--mc-bg100);
        transform: translate3d(0, -3px, 0);
        transition: transform .2s, box-shadow .1s
    }
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] {
        gap: 16px 0
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] {
    position: relative;
    min-width: 0
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__controls {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 100%;
    padding: 4px;
    color: var(--mc-baseMain);
    background: 0 0;
    cursor: pointer;
    border: 0;
    transition: all .3s ease-out;
    pointer-events: initial
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--mc-bg700) 65%, var(--mc-bg700-o0) 100%)
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control:disabled {
    display: none
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control .wlc-icon {
    display: block;
    line-height: 1
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control svg {
    transform: var(--wlc-post-menu-svg-transform, none)
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control--prev {
    --wlc-post-menu-svg-transform: rotate(90deg);
    visibility: hidden;
    justify-content: flex-start;
    margin: 0 auto 0 0
}

@media (min-width:900px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control--prev {
        visibility: visible
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control--next {
    --wlc-post-menu-svg-transform: rotate(-90deg);
    visibility: hidden;
    justify-content: flex-end;
    margin: 0 0 0 auto
}

@media (min-width:900px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control--next {
        visibility: visible
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control--next:before {
    transform: scaleX(-1)
}

@media (pointer:fine) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control:hover {
        color: var(--mc-main)
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-menu__link {
    transition: color .3s linear;
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.45;
    text-decoration: none
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-menu__link.active {
    color: var(--mc-main)
}

@media (pointer:fine) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-menu__link:hover {
        color: var(--mc-main)
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .swiper-slide {
    width: auto
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987] {
    width: 100%;
    max-width: 100%
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
    -moz-column-count: 1;
    column-count: 1;
    display: grid;
    grid-gap: 8px
}

@media (min-width:560px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (min-width:900px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (min-width:560px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
        display: block;
        grid-gap: 0
    }
}

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3813699987] {
    justify-content: center;
    padding: 0;
    width: 100%
}

@media (min-width:560px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3813699987] {
        justify-content: flex-start
    }
}

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3813699987] .wlc-post-menu__control--next[_ngcontent-wlc-app-c3813699987],
.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3813699987] .wlc-post-menu__control--prev[_ngcontent-wlc-app-c3813699987] {
    visibility: hidden
}

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
    -moz-column-count: unset;
    column-count: unset;
    text-align: center;
    margin: 0;
    display: block;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media (min-width:1024px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
        max-width: 100%;
        margin: -4px 0
    }
}

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3813699987] .wlc-menu__link {
    display: inline-block;
    padding: 6px 0
}

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    max-width: 715px
}

@media (min-width:1024px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] .wlc-menu__item {
        margin: 0 0 5px
    }
}

@media (min-width:768px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:1023px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
        justify-content: flex-start;
        text-align: left
    }
}

@media (min-width:1200px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
        margin: 0 0 0 auto
    }
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 16px;
    grid-template-areas: "login sign";
    align-items: center
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element=button_login-modal] {
    grid-area: login
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element=button_register-modal] {
    grid-area: sign
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] {
    position: relative;
    min-width: 0
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__controls {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 13;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__control {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 100%;
    padding: 0;
    color: var(--mc-baseMain);
    background: 0 0;
    cursor: pointer;
    border: 0;
    transition: all .3s ease-out;
    pointer-events: initial
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__control:before {
    background: 0 0;
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__control:disabled {
    display: none
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__control .wlc-icon {
    display: block;
    line-height: 1
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__control .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__control svg {
    transform: var(--wlc-category-menu-svg-transform, none)
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__control--prev {
    --wlc-category-menu-svg-transform: rotate(90deg);
    margin: 0 auto 0 0;
    justify-content: flex-start
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__control--next {
    --wlc-category-menu-svg-transform: rotate(-90deg);
    margin: 0 0 0 auto;
    justify-content: flex-end
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__control--next:before {
    transform: rotate(180deg) scaleX(1)
}

@media (pointer:fine) {
    .wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__control:hover {
        color: var(--mc-main)
    }
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__content[_ngcontent-wlc-app-c3668254373]:before {
    display: none;
    content: "";
    position: absolute;
    top: 40px;
    z-index: 13;
    width: 100%;
    height: 2px;
    background: var(--mc-baseMain)
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-category-menu__controls[_ngcontent-wlc-app-c3668254373] .wlc-icon-content,
.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__item .wlc-icon-content {
    display: flex
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] {
    padding: 0 24px
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .swiper {
    z-index: 13
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu,
.wlc-category-menu[_nghost-wlc-app-c3668254373] {
    position: relative
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__item {
    display: flex;
    align-items: center
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__item svg {
    width: 16px;
    height: 16px
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__link {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    padding: 12px;
    line-height: 1;
    text-decoration: none
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__link.active {
    color: var(--mc-baseThird);
    font-weight: 700;
    border-bottom: 2px solid var(--mc-baseThird)
}

@media (pointer:fine) {
    .wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__link:hover {
        color: var(--mc-baseThird)
    }
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__icon {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0
}

.wlc-category-menu[_nghost-wlc-app-c3668254373] .wlc-slider .swiper-slide {
    width: auto
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf .wlc-menu__link.active .wlc-menu__icon,
.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf .wlc-menu__link:hover .wlc-menu__icon {
    color: var(--mc-baseThird)
}

@media (min-width:1024px) {
    .wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf .wlc-menu__link-text {
        font-size: 1.6rem
    }
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf .wlc-menu__icon {
    transition: color .3s linear;
    color: var(--mc-baseMain)
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] {
    --wlc-winner-slider-slide-height: 60px;
    position: relative
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
    height: 100%;
    background: var(--mc-bg);
    border-radius: 20px;
    overflow: hidden
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__container[_ngcontent-wlc-app-c127726686] {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
    padding: 20px 15px 15px;
    position: unset;
    top: 0;
    left: 0;
    z-index: 2;
    background: 0 0;
    border-radius: 10px 0 10px 0
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
        padding: 30px 40px 15px
    }
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
    height: calc((73px + var(--wlc-winner-slider-slide-gap, 10px))*var(--wlc-winner-slider-slides-per-view, 4));
    margin: 0 12px 24px
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
        margin: 0 32px 32px
    }
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] .swiper {
    height: calc(100% + 0);
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    height: 100%;
    overflow-x: visible
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
    border: 1px solid var(--mc-main)
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
    color: var(--mc-main);
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.45;
    text-transform: uppercase
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__title-wins[_ngcontent-wlc-app-c127726686] {
    color: var(--mc-baseThird)
}

.wlc-icon-list__wrapper {
    min-height: 20px
}

.wlc-icon-list .wlc-icon img,
.wlc-icon-list .wlc-icon svg,
.wlc-icon-list img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center
}

.wlc-icon-list .wlc-icon svg path {
    fill: inherit
}

.wlc-icon-list--theme-payments {
    max-width: 100%;
    padding: 0;
    width: 100%;
    background-color: none;
    border-radius: 8px;
    overflow: hidden
}

@media (min-width:1420px) {
    .wlc-icon-list--theme-payments {
        max-width: 1420px
    }
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
    margin: 0;
    padding: 0 0 16px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow-x: auto
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper::-webkit-scrollbar {
    height: 5px
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper::-webkit-scrollbar-track {
    margin: 5px;
    background: var(--mc-bg700);
    border-radius: 10px
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper::-webkit-scrollbar-thumb {
    background: var(--mc-bg100);
    border-radius: 10px
}

@media (min-width:900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        flex-wrap: nowrap;
        margin: 0-16px -8px
    }
}

@media (min-width:1630px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        margin: 0-16px -16px
    }
}

@media (min-width:900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        padding: 0;
        justify-content: flex-start
    }
}

.wlc-icon-list--theme-payments .wlc-icon-list-item,
.wlc-icon-list--theme-payments .wlc-icon-list__item {
    padding: 0 12px
}

@media (min-width:900px) {

    .wlc-icon-list--theme-payments .wlc-icon-list-item,
    .wlc-icon-list--theme-payments .wlc-icon-list__item {
        padding: 8px 16px
    }
}

@media (min-width:1630px) {

    .wlc-icon-list--theme-payments .wlc-icon-list-item,
    .wlc-icon-list--theme-payments .wlc-icon-list__item {
        padding: 16px
    }
}

.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg,
.wlc-icon-list--theme-payments .wlc-icon-list-item img,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
.wlc-icon-list--theme-payments .wlc-icon-list__item img {
    max-width: 105px;
    max-height: 22px;
    fill: var(--mc-bg100);
    overflow: hidden
}

@media (min-width:900px) {

    .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
    .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg,
    .wlc-icon-list--theme-payments .wlc-icon-list-item img,
    .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
    .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
    .wlc-icon-list--theme-payments .wlc-icon-list__item img {
        width: 100%
    }
}

@media (min-width:1200px) {

    .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
    .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg,
    .wlc-icon-list--theme-payments .wlc-icon-list-item img,
    .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
    .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
    .wlc-icon-list--theme-payments .wlc-icon-list__item img {
        max-height: 28px
    }
}

.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img g,
.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg g,
.wlc-icon-list--theme-payments .wlc-icon-list-item img g,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img g,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg g,
.wlc-icon-list--theme-payments .wlc-icon-list__item img g {
    clip-path: none
}

.wlc-icon-list--theme-payments .wlc-icon-list-item {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.wlc-icon-list--theme-payments .wlc-icon-list-item:first-child {
    padding-left: 0
}

.wlc-custom-license {
    display: flex;
    flex-direction: row-reverse;
    grid-template-columns: 1fr 1fr;
    gap: unset;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content
}

.wlc-custom-license--curacao {
    grid-template-columns: 125px 1fr
}

.wlc-custom-license__age-restrictions,
.wlc-custom-license__curacao {
    padding: 0 24px;
    border-right: 1px solid transparent;
    border-image: var(--mc-borderGradient);
    border-image-slice: 1
}

.wlc-custom-license__curacao {
    width: 115px;
    height: 32px
}

.wlc-custom-license__curacao img {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.wlc-custom-license__age-restrictions {
    margin: 0 auto;
    padding-left: 0
}

.wlc-custom-license__age-restrictions .wlc-icon-content {
    display: block;
    width: 32px;
    height: 32px
}

.wlc-custom-license__age-restrictions svg {
    width: 100%
}

.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    display: flex;
    justify-content: center;
    margin: 0-8px;
    flex-wrap: wrap
}

@media (min-width:900px) {
    .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin: 0 0 16px
    }
}

.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] {
    margin: 0 8px 16px
}

@media (min-width:900px) {
    .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] {
        margin: 0
    }
}

.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
    transition: all .3s linear;
    color: var(--mc-bg100)
}

@media (pointer:fine) {
    .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388]:hover {
        color: var(--mc-main)
    }
}

.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    display: flex;
    grid-gap: 0;
    margin: 16px 0 0
}

@media (min-width:1024px) {
    .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        display: grid
    }
}

@media (min-width:900px) {
    .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        grid-gap: 8px;
        margin: 0
    }
}

@media (min-width:1200px) {
    .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        margin: 8px 0 0
    }
}

.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388]:empty {
    margin: 0
}

.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
    --wlc-icon-width: 32px;
    --wlc-icon-height: 32px
}

@media (min-width:1200px) {
    .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
        --wlc-icon-width: 20px;
        --wlc-icon-height: 20px
    }
}

.wlc-burger-panel--view-expanded {
    --si-menu-flex-direction: initial;
    --si-menu-margin: 0 16px
}

.wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
    text-align: center;
    color: var(--mc-disabled);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.45
}

@media (min-width:900px) {
    .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
        text-align: start
    }
}

.wlc-sections__footer--theme-896141 .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
    text-align: center
}

@media (min-width:1024px) {
    .wlc-sections__footer--theme-896141 .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
        text-align: start
    }
}

@media (min-width:900px) {
    .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
        font-style: normal
    }
}

.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
    color: var(--mc-disabled);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.45;
    text-align: center
}

@media (min-width:900px) {
    .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
        text-align: start
    }
}

.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] span[_ngcontent-wlc-app-c2064424626] {
    display: block
}

.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] a[_ngcontent-wlc-app-c2064424626] {
    transition: color .3s linear;
    color: var(--mc-main);
    text-decoration: underline
}

.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] a[_ngcontent-wlc-app-c2064424626]:focus-visible {
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] a[_ngcontent-wlc-app-c2064424626]:hover {
        color: var(--mc-baseMain)
    }
}

.wlc-sections__footer--theme-896141 .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
    text-align: center
}

@media (min-width:1024px) {
    .wlc-sections__footer--theme-896141 .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
        text-align: start
    }
}

@media (min-width:900px) {
    .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
        font-style: normal
    }
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition-property: transform;
    display: block
}

swiper-container {
    --swiper-pagination-color: var(--mc-baseMain-locked);
    --swiper-pagination-bullet-inactive-color: var(--mc-baseOpacity-locked);
    --swiper-pagination-bullet-inactive-opacity: 1
}

.swiper-slide,
.wlc-slider--theme-default-banner,
.wlc-slider--theme-wolf-banner {
    position: relative
}

.wlc-slider--theme-default-banner.container .swiper-button-container {
    right: 1%;
    left: initial;
    transform: initial
}

.wlc-slider--theme-default-banner .swiper-button-container {
    bottom: 16px;
    position: absolute;
    left: 50%;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    transform: translateX(-50%);
    pointer-events: none
}

.wlc-slider--theme-default-banner .swiper-button-container * {
    pointer-events: initial
}

.container>.wlc-slider--theme-default-banner {
    border-radius: 8px;
    overflow: hidden;
    transform: scale3d(1, 1, 1)
}

.container>.wlc-slider--theme-default-banner .banner,
.container>.wlc-slider--theme-default-banner .swiper-button-container {
    padding: 0 32px
}

.wlc-slider--theme-wolf-banner.container .swiper-button-container {
    right: 1%;
    left: initial;
    transform: initial
}

.wlc-slider--theme-wolf-banner .swiper-button-container {
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    padding: 20px
}

.wlc-slider--theme-wolf-banner .swiper-button-container * {
    pointer-events: initial
}

.wlc-slider--theme-wolf-banner .swiper {
    padding: 0;
    overflow: hidden
}

.wlc-slider--theme-wolf-banner .swiper .swiper-slide {
    max-width: unset
}

.container>.wlc-slider--theme-wolf-banner {
    border-radius: 8px;
    transform: scale3d(1, 1, 1)
}

.container>.wlc-slider--theme-wolf-banner .banner .swiper-button-disabled,
.container>.wlc-slider--theme-wolf-banner .swiper-button-container .swiper-button-disabled {
    display: flex
}

.wlc-slider .swiper {
    max-height: 100%
}

.wlc-slider .swiper-slide {
    height: auto
}

.wlc-slider--theme-wolf-banner .swiper-button-container {
    right: 0;
    max-width: unset;
    pointer-events: none
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
    min-height: 220px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    text-decoration: none;
    background: var(--mc-bg700);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer
}

@media (min-width:768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
        min-height: 250px
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner * {
    z-index: 2
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner:before {
    transition: opacity .3s linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: var(--wlc-banner-backdrop-bg, var(--mc-baseContrast-o2));
    opacity: 0
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
    color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
    margin: 0 0 8px;
    max-width: 60%;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    z-index: 3
}

@media (min-width:900px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
        max-width: 70%
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
        font-style: normal
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
    color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
    max-width: 60%;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    z-index: 3
}

@media (min-width:768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
        max-width: 58%
    }
}

@media (min-width:1630px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
        font-style: normal
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description-bottom {
    z-index: 3
}

@media (min-width:1630px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description-bottom {
        font-style: normal
    }
}

@media (pointer:fine) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner:hover:before {
        opacity: 1
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: auto;
    background: var(--mc-buttonColor)
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn:hover:before {
    opacity: .4
}

@media (max-width:767px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
        height: 30px
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
        min-width: 105px
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .container {
    padding: 32px 0 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: unset;
    cursor: default
}

@media (min-width:768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .container {
        padding: 40px 0 0
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__label {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 4px;
    align-items: center;
    min-height: 19px;
    padding: 1px 8px;
    line-height: 1;
    border-radius: 10px;
    background: #401166
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__label-icon {
    display: flex;
    width: 12px;
    height: 12px
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__label-icon img,
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__label-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.45
}

@media (min-width:768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
        color: var(--mc-baseThird);
        font-style: normal;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.45
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.45
}

@media (min-width:768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
        color: var(--mc-baseThird);
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description-bottom {
    color: #ffe600;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45
}

@media (min-width:768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description-bottom {
        color: #ffe600;
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] {
    --ls-link-justify-content: start;
    --ls-link-padding: 0 16px;
    --ls-link-hover: var(--mc-bg100-o4);
    --ls-link-icon-margin: 0 8px 0 0;
    --ls-link-arrow: block;
    --ls-curr-flag-size: 16px;
    --ls-icon-width: auto;
    position: relative;
    padding: 4px 0 0
}

.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_nghost-wlc-app-c1531382909] {
    --ls-link-background: none
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c1531382909] {
    visibility: hidden;
    overflow: hidden;
    opacity: 0
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c1531382909] .wlc-language-selector__list[_ngcontent-wlc-app-c1531382909] {
    display: grid;
    gap: 4px;
    padding: 4px;
    background: var(--mc-bg);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

@media (pointer:fine) {
    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c1531382909] .wlc-language-selector__link[_ngcontent-wlc-app-c1531382909]:hover {
        color: var(--mc-baseSecond, var(--mc-baseMain));
        background: var(--mc-bg100-o4)
    }
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c1531382909] .wlc-language-selector__item--active[_ngcontent-wlc-app-c1531382909] .wlc-language-selector__link[_ngcontent-wlc-app-c1531382909] {
    background: var(--mc-bg100-o4)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__link[_ngcontent-wlc-app-c1531382909] {
    color: var(--fc-textColor);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c1531382909] {
    box-sizing: content-box;
    border: 2px solid var(--mc-bg500);
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    overflow: hidden
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c1531382909] img[_ngcontent-wlc-app-c1531382909],
.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c1531382909] img[_ngcontent-wlc-app-c1531382909] {
    display: block;
    width: 100%;
    height: 100%
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__item--active[_ngcontent-wlc-app-c1531382909] .wlc-language-selector__link[_ngcontent-wlc-app-c1531382909] {
    color: var(--mc-baseThird, var(--mc-baseMain));
    font-weight: 700
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__item--active[_ngcontent-wlc-app-c1531382909] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c1531382909] {
    border: 2px solid var(--mc-main)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909] {
    transition: background .3s linear;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: var(--ls-link-justify-content);
    min-height: 40px;
    padding: var(--ls-link-padding);
    background: var(--ls-link-background);
    border-radius: 8px;
    cursor: pointer
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c1531382909] {
    width: var(--ls-curr-flag-size);
    height: var(--ls-curr-flag-size);
    border-radius: 50%;
    overflow: hidden;
    transition: box-shadow .3s linear;
    box-shadow: 0 0 0 2px none
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c1531382909] {
    display: var(--ls-link-arrow);
    margin-left: auto;
    color: var(--mc-baseMain)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c1531382909] svg,
.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c1531382909] svg path {
    transition: fill .3s linear;
    width: auto;
    height: auto;
    vertical-align: middle;
    fill: var(--mc-baseMain)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c1531382909] {
    color: var(--fc-textColor);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.45;
    transition: color .3s linear
}

@media (pointer:fine) {
    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909]:hover {
        background: var(--ls-link-hover)
    }

    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909]:hover .wlc-language-selector__current-flag[_ngcontent-wlc-app-c1531382909] {
        box-shadow: 0 0 0 2px var(--mc-main)
    }

    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909]:hover .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c1531382909] svg,
    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909]:hover .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c1531382909] svg path {
        fill: var(--mc-baseThird)
    }

    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909]:hover .wlc-language-selector__current-lang[_ngcontent-wlc-app-c1531382909] {
        color: var(--mc-baseSecond, var(--mc-baseMain))
    }
}

.wlc-tournament-list--theme-wolf[_nghost-wlc-app-c472511272] {
    margin: 0;
    position: relative
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] {
    position: relative;
    min-width: 0;
    max-width: 100%;
    height: 100%
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
    display: none;
    right: 16px;
    bottom: 24px;
    position: absolute;
    z-index: 22;
    align-items: center;
    width: auto
}

@media (min-width:560px) {
    .wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
        display: flex
    }
}

@media (min-width:1024px) {
    .wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
        right: 32px;
        bottom: 32px
    }
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__tag[_ngcontent-wlc-app-c472511272] {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45;
    right: 60px;
    position: absolute;
    z-index: 10;
    padding: 4px 12px;
    border-radius: 8px;
    background: var(--mc-main)
}

@media (min-width:560px) {
    .wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__tag[_ngcontent-wlc-app-c472511272] {
        right: 20px
    }
}

.wlc-tournament--theme-wolf.wlc-tournament--type-banner[_nghost-wlc-app-c476867635],
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] {
    height: 100%
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper {
    overflow: visible
}

@media (min-width:560px) {
    .wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper {
        overflow: hidden
    }
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper,
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .wlc-slider {
    height: 100%
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__tag[_ngcontent-wlc-app-c472511272] {
    top: 4px
}

.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] {
    min-height: 220px;
    position: relative;
    height: 100%
}

.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner[_ngcontent-wlc-app-c4236619403] {
    position: relative;
    max-width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: var(--mc-bg700);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    cursor: pointer
}

.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner[_ngcontent-wlc-app-c4236619403]:before {
    transition: opacity .3s linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: var(--wlc-banner-backdrop-bg, var(--mc-baseContrast-o2));
    opacity: 0
}

.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__body[_ngcontent-wlc-app-c4236619403] {
    padding: 44px 0 24px 16px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%
}

@media (min-width:1024px) {
    .wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__body[_ngcontent-wlc-app-c4236619403] {
        padding: 48px 0 20px 20px
    }
}

.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__body[_ngcontent-wlc-app-c4236619403]>[_ngcontent-wlc-app-c4236619403]:not(.wlc-tournament-banner__body-decor) {
    position: relative;
    z-index: 2
}

.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c4236619403] {
    background-position: right center;
    background-size: contain;
    right: -50px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
    background-repeat: no-repeat
}

@media (min-width:560px) {
    .wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c4236619403] {
        right: 0
    }
}

@media (min-width:900px) {
    .wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c4236619403] {
        right: -50px
    }
}

@media (min-width:1200px) {
    .wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c4236619403] {
        right: 0
    }
}

.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__body[_ngcontent-wlc-app-c4236619403] .wlc-tournament-banner-timer .wlc-timer__timer-text .secondary-text {
    text-align: left
}

.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__title[_ngcontent-wlc-app-c4236619403] {
    color: var(--mc-baseThird, var(--mc-baseMain));
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.45;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    max-width: 180px;
    margin: 0 0 8px
}

@media (min-width:768px) {
    .wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__title[_ngcontent-wlc-app-c4236619403] {
        max-width: 300px;
        font-style: normal;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.4
    }
}

.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__prizepool[_ngcontent-wlc-app-c4236619403] {
    color: var(--mc-baseThird, var(--mc-baseMain));
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4
}

.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__prizepool[_ngcontent-wlc-app-c4236619403] .wlc-tournament-prizes-row__values {
    padding: 4px 12px;
    background: var(--mc-bg700-o4)
}

.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner__prizepool[_ngcontent-wlc-app-c4236619403] .wlc-tournament-prizes-row__values .wlc-currency {
    display: inline-flex;
    align-items: center
}

.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner[_ngcontent-wlc-app-c4236619403] .wlc-icon-content {
    display: block;
    line-height: 0
}

@media (pointer:fine) {
    .wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] .wlc-tournament-banner[_ngcontent-wlc-app-c4236619403]:hover:before {
        opacity: 1
    }
}

.wlc-tag--theme-default[_nghost-wlc-app-c1305628750] {
    --wlc-icon-width: 12px;
    --wlc-icon-height: 12px;
    color: var(--mc-baseThird-locked);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    min-height: 18px;
    padding: 0 8px;
    border-radius: 10px;
    line-height: 1;
    overflow: hidden
}

.wlc-tag--theme-default[_nghost-wlc-app-c1305628750]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--wlc-tag-bg, var(--mc-secondary));
    opacity: .8
}

.wlc-tag--theme-default[_nghost-wlc-app-c1305628750] .wlc-tag__icon[_ngcontent-wlc-app-c1305628750] {
    display: block;
    width: var(--wlc-icon-width);
    height: var(--wlc-icon-height)
}

.wlc-tag--theme-default[_nghost-wlc-app-c1305628750] .wlc-tag[_ngcontent-wlc-app-c1305628750]:empty {
    display: none
}

.wlc-tag--theme-flag[_nghost-wlc-app-c1305628750] {
    --wlc-icon-width: 24px;
    --wlc-icon-height: 28px;
    --wlc-tag-position: absolute;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 10;
    display: grid;
    grid-template-areas: "icon";
    align-items: center;
    justify-items: center;
    width: var(--wlc-icon-width);
    height: var(--wlc-icon-height);
    color: var(--wlc-tag-bg, var(--mc-secondary))
}

.wlc-tag--theme-flag[_nghost-wlc-app-c1305628750] .wlc-tag__icon-flag[_ngcontent-wlc-app-c1305628750] {
    grid-area: icon
}

.wlc-tag--theme-flag[_nghost-wlc-app-c1305628750] .wlc-tag__icon[_ngcontent-wlc-app-c1305628750] {
    --wlc-icon-width: 20px;
    --wlc-icon-height: 20px;
    grid-area: icon;
    width: var(--wlc-icon-width);
    height: var(--wlc-icon-height)
}

.wlc-tag[_nghost-wlc-app-c1305628750] {
    position: var(--wlc-tag-position, relative);
    max-width: 100%;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis
}

.wlc-tournament-prizes-row--theme-wolf[_nghost-wlc-app-c3093615992] {
    --wlc-icon-width: 16px;
    --wlc-icon-height: 16px
}

.wlc-tournament-prizes-row--theme-wolf[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__values[_ngcontent-wlc-app-c3093615992] {
    display: inline-block;
    white-space: nowrap;
    background: 0 0;
    border-radius: 8px
}

.wlc-tournament-prizes-row--theme-wolf[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__val[_ngcontent-wlc-app-c3093615992]:not(:first-child):before {
    content: "+";
    display: inline-block;
    margin: 0 4px
}

.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472] .secondary-text[_ngcontent-wlc-app-c1949819472] {
    color: var(--wlc-timer-title-color, var(--mc-baseThird));
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.45;
    margin: 0 0 4px;
    text-align: var(--wlc-timer-caption-align, center)
}

.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472] .time-text--countdown[_ngcontent-wlc-app-c1949819472] {
    color: var(--fc-textColor);
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45;
    display: flex;
    justify-content: center;
    white-space: nowrap
}

.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472] .time-text__item[_ngcontent-wlc-app-c1949819472] {
    padding: 0 4px 0 0;
    white-space: nowrap
}

.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472] .time-text__item[_ngcontent-wlc-app-c1949819472] .value[_ngcontent-wlc-app-c1949819472] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--wlc-timer-val-width, 25px);
    height: var(--wlc-timer-val-height, 22px);
    padding: var(--wlc-timer-val-padding, 2px 0);
    background: var(--wlc-timer-val-bg, var(--mc-bg700));
    border-radius: 8px
}

.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472] .time-text__item[_ngcontent-wlc-app-c1949819472] .text[_ngcontent-wlc-app-c1949819472] {
    padding: 0 0 0 4px
}

.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472] .time-text__item[_ngcontent-wlc-app-c1949819472]:last-child {
    padding: 0
}

.wlc-currency--theme-default[_nghost-wlc-app-c2369660486] {
    display: var(--wlc-currency-display, inline-flex);
    flex-wrap: nowrap;
    align-items: baseline;
    color: inherit
}

.wlc-menu.wlc-menu--swiper[_nghost-wlc-app-c3022284011] .swiper-slide {
    width: auto
}

[_nghost-wlc-app-c3107734676] {
    overflow: visible !important;
    max-width: none !important;
    max-height: none !important;
    line-height: 1.3
}

[_nghost-wlc-app-c3107734676] .wlc-image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

[_nghost-wlc-app-c3107734676] .wlc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

[_nghost-wlc-app-c3107734676] .wlc-winner__wrapper[_ngcontent-wlc-app-c3107734676] {
    position: relative;
    display: grid;
    grid-template-areas: "picture details";
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
    max-width: 100%
}

[_nghost-wlc-app-c3107734676] .wlc-winner__block--left[_ngcontent-wlc-app-c3107734676] {
    grid-area: picture
}

[_nghost-wlc-app-c3107734676] .wlc-winner__block--right[_ngcontent-wlc-app-c3107734676] {
    display: grid;
    grid-area: details;
    grid-template-areas: "game amount" "user user";
    grid-template-columns: auto 1fr;
    min-width: 0;
    -moz-column-gap: 8px;
    column-gap: 8px
}

[_nghost-wlc-app-c3107734676] .wlc-winner__picture[_ngcontent-wlc-app-c3107734676] {
    position: relative;
    width: 64px;
    border: 0;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden
}

[_nghost-wlc-app-c3107734676] .wlc-winner__picture[_ngcontent-wlc-app-c3107734676]:before {
    content: "";
    display: block;
    padding-top: 100%
}

[_nghost-wlc-app-c3107734676] .wlc-winner__user[_ngcontent-wlc-app-c3107734676] {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    grid-area: user;
    align-items: center;
    min-width: 1px;
    text-transform: none
}

[_nghost-wlc-app-c3107734676] .wlc-winner__name[_ngcontent-wlc-app-c3107734676] {
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto
}

[_nghost-wlc-app-c3107734676] .wlc-winner__country[_ngcontent-wlc-app-c3107734676] {
    flex: 0 0 auto;
    object-fit: cover;
    object-position: center;
    width: 24px;
    height: 18px;
    margin-right: 8px;
    border: 0;
    box-shadow: none
}

[_nghost-wlc-app-c3107734676] .wlc-winner__game[_ngcontent-wlc-app-c3107734676] {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    grid-area: game;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 0;
    text-align: left;
    text-decoration: none;
    background: 0 0;
    border: 0
}

[_nghost-wlc-app-c3107734676] .wlc-winner__game[_ngcontent-wlc-app-c3107734676]:focus {
    outline: 0
}

[_nghost-wlc-app-c3107734676] .wlc-winner__game-name[_ngcontent-wlc-app-c3107734676] {
    transition: border-color .3s linear;
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid transparent
}

[_nghost-wlc-app-c3107734676] .wlc-winner__game-arrow[_ngcontent-wlc-app-c3107734676] {
    transition: color .3s linear;
    width: 24px;
    margin: 0 0 0 8px;
    color: var(--mc-bg500)
}

@media (pointer:fine) {
    [_nghost-wlc-app-c3107734676] .wlc-winner__game[_ngcontent-wlc-app-c3107734676]:hover {
        color: currentColor
    }

    [_nghost-wlc-app-c3107734676] .wlc-winner__game[_ngcontent-wlc-app-c3107734676]:hover .wlc-winner__game-name[_ngcontent-wlc-app-c3107734676] {
        border-bottom-color: currentColor
    }

    [_nghost-wlc-app-c3107734676] .wlc-winner__game[_ngcontent-wlc-app-c3107734676]:hover .wlc-winner__game-arrow[_ngcontent-wlc-app-c3107734676] {
        color: var(--mc-main-l20)
    }
}

[_nghost-wlc-app-c3107734676] .wlc-winner__amount[_ngcontent-wlc-app-c3107734676] {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.45;
    grid-area: amount;
    white-space: nowrap;
    text-align: right
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c3107734676] .wlc-winner__wrapper[_ngcontent-wlc-app-c3107734676] {
    position: relative;
    gap: 8px;
    height: var(--wlc-winner-slider-slide-height, 60px)
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c3107734676] .wlc-winner__wrapper[_ngcontent-wlc-app-c3107734676]:before {
    top: -13px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--mc-bg500)
}

@media (min-width:900px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c3107734676] .wlc-winner__wrapper[_ngcontent-wlc-app-c3107734676]:before {
        top: -13px
    }
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c3107734676] .wlc-winner__picture[_ngcontent-wlc-app-c3107734676] {
    width: 64px;
    height: 64px;
    box-shadow: none
}

@media (min-width:900px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c3107734676] .wlc-winner__picture[_ngcontent-wlc-app-c3107734676] {
        width: 64px;
        height: 64px
    }
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c3107734676] .wlc-winner__block--right[_ngcontent-wlc-app-c3107734676] {
    padding: 0 10px 5px;
    background: 0 0
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c3107734676] .wlc-winner__game-arrow[_ngcontent-wlc-app-c3107734676],
[_nghost-wlc-app-c3107734676] .wlc-winner__wrapper[_ngcontent-wlc-app-c3107734676]:before {
    display: none
}

[_nghost-wlc-app-c3107734676] .wlc-winner__wrapper[_ngcontent-wlc-app-c3107734676] {
    height: auto !important;
    padding: 5px;
    background: var(--mc-bg700);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

[_nghost-wlc-app-c3107734676] .wlc-winner__block--right[_ngcontent-wlc-app-c3107734676] {
    gap: 5px
}

[_nghost-wlc-app-c3107734676] .wlc-winner__game[_ngcontent-wlc-app-c3107734676] {
    text-transform: uppercase;
    overflow: hidden
}

[_nghost-wlc-app-c3107734676] .wlc-winner__game-arrow[_ngcontent-wlc-app-c3107734676] {
    position: absolute;
    top: 35px;
    right: 23px;
    display: block !important
}

[_nghost-wlc-app-c3107734676] .wlc-winner__game-arrow[_ngcontent-wlc-app-c3107734676] .wlc-icon-content svg {
    width: 24px
}

@media (max-width:1023px) {
    [_nghost-wlc-app-c3107734676] .wlc-winner__amount[_ngcontent-wlc-app-c3107734676] {
        font-size: 1.4rem
    }
}

.wlc-image,
.wlc-image__picture img {
    width: var(--wlc-image-width, auto);
    height: var(--wlc-image-height, auto)
}

.wlc-image {
    position: relative;
    overflow: hidden
}

.wlc-image__picture {
    position: absolute;
    top: 0;
    width: 100%
}

.wlc-image__picture img {
    object-fit: var(--wlc-image-object-fit);
    object-position: var(--wlc-image-object-position)
}

.wlc-image__content,
.wlc-image__picture {
    height: 100%
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] {
    transition: all .3s linear;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 28px;
    background: linear-gradient(0deg, var(--mc-bg700) -.2%, var(--mc-bg700-o0) 77%);
    transform: translateY(10%);
    opacity: 0;
    pointer-events: none
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] {
    display: none;
    gap: 8px;
    justify-content: center;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 88px);
    display: grid
}

@media (min-width:1024px) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] {
        display: grid
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] .wlc-btn--demo .wlc-btn__text,
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] .wlc-btn--demo .wlc-btn__text {
    color: var(--mc-buttonText, var(--mc-baseMain))
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c3834108523] {
    grid-template-rows: minmax(0, 1fr)
}

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb-media[_ngcontent-wlc-app-c3834108523]:before {
        padding: 162.5%0 0;
        content: "";
        display: block;
        width: 100%;
        height: 0
    }
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523] {
    display: block;
    width: 100%;
    background-position: center;
    background-color: var(--mc-bg-d10);
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: 50%
}

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523] {
        aspect-ratio: 10/16
    }
}

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523] {
    transition: transform .3s linear;
    transform: scale(1)
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523] img[_ngcontent-wlc-app-c3834108523] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]:not(.thumb-transform):hover .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523] {
        transform: scale(1.1)
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] {
    align-items: center;
    padding: 0;
    background: var(--mc-black-o6);
    transform: none
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] {
    display: none;
    justify-content: center;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    justify-items: center;
    transition: all .3s linear
}

@media (min-width:1024px) {
    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] {
        display: grid
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c3834108523] {
    grid-template-rows: 1fr;
    align-items: center
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] .wlc-btn[_ngcontent-wlc-app-c3834108523] {
    min-width: auto
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-btn--play[_ngcontent-wlc-app-c3834108523] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-indent: -9999px;
    border-radius: 50%;
    transform: none
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-btn--play[_ngcontent-wlc-app-c3834108523]:before {
    content: "";
    position: absolute;
    background: url(../img/game-play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    left: calc(50% - 6px);
    width: 15px;
    height: 18px
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-btn--play[_ngcontent-wlc-app-c3834108523] .wlc-icon {
    display: flex
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-btn--demo[_ngcontent-wlc-app-c3834108523] {
    background: 0 0;
    border: 0
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-btn--demo[_ngcontent-wlc-app-c3834108523] .wlc-btn__text {
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-btn--demo[_ngcontent-wlc-app-c3834108523]:hover {
        text-decoration: none;
        box-shadow: none
    }

    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-btn--demo[_ngcontent-wlc-app-c3834108523]:hover .wlc-btn__text {
        color: var(--mc-main)
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-btn--play[_ngcontent-wlc-app-c3834108523] {
    width: 50px;
    height: 50px;
    border: 3px solid #fff
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-btn--demo[_ngcontent-wlc-app-c3834108523] {
    height: auto;
    padding: 0;
    border-radius: unset
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-btn--demo[_ngcontent-wlc-app-c3834108523] .wlc-btn__text[class] {
    color: var(--mc-secondary)
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-btn--demo[_ngcontent-wlc-app-c3834108523]:hover .wlc-btn__text {
        color: var(--mc-baseThird)
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] {
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: center
}

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523] {
        aspect-ratio: 10/15
    }
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]:hover .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb-media[_ngcontent-wlc-app-c3834108523] {
    cursor: pointer
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523] {
    aspect-ratio: 10/14 !important
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb-media[_ngcontent-wlc-app-c3834108523] img[_ngcontent-wlc-app-c3834108523] {
    object-fit: cover;
    border-radius: 10px
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] .wlc-btn--play:before {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 4.4px);
    width: 12px;
    height: 16px;
    background: url(../img/icons/play.svg)center no-repeat;
    background-size: cover;
    opacity: 1;
    border-radius: 0;
    mix-blend-mode: unset
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] .wlc-btn--demo:before {
    display: none
}

.wlc-bonus-item {
    border-radius: 10px;
    overflow: hidden;
    transform: translateZ(0)
}

.wlc-bonus-item .wlc-bonus-item__btns {
    display: flex;
    justify-content: center;
    margin: 0-4px
}

.wlc-bonus-item .wlc-bonus-item__btns .wlc-btn {
    margin: 0 4px
}

.wlc-bonus-item .wlc-bonus-item__content.disabled {
    cursor: not-allowed;
    opacity: .5;
    filter: grayscale(100%)
}

.wlc-bonus-item .wlc-bonus-item__content.disabled .wlc-bonus-item__wrapper {
    pointer-events: none
}

.wlc-bonus-item--theme-wolf {
    --wlc-timer-caption-align: left;
    --wlc-bi-visual-width: 45%;
    position: relative;
    width: var(--wlc-bi-width, 100%);
    min-width: 0;
    max-width: var(--wlc-bi-max-width, 100%);
    overflow: initial;
    height: 100%;
    border-radius: 8px
}

@media (min-width:560px) {
    .wlc-bonus-item--theme-wolf {
        --wlc-bi-visual-width: 35%
    }
}

.wlc-bonus-item--theme-wolf:before {
    z-index: 5;
    box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, .2);
    pointer-events: none
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper {
    display: flex;
    flex-direction: var(--wlc-bi-dir, row);
    width: 100%;
    height: 100%;
    cursor: var(--wlc-bi-cursor, pointer);
    overflow: hidden;
    border-radius: 8px
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper:after,
.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper:before,
.wlc-bonus-item--theme-wolf:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper:before {
    z-index: 0;
    background: var(--wlc-bi-bg, linear-gradient(180deg, #414ec9 0, #2217a5 100%))
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper:after {
    transition: opacity .4s ease-in-out;
    z-index: var(--wlc-bi-overlay-zindex, 2);
    background: var(--wlc-bi-overlay-bg, #000);
    opacity: var(--wlc-bi-overlay-opacity, 0);
    mix-blend-mode: var(--wlc-bi-overlay-blend-mode, overlay);
    pointer-events: none
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper.disabled {
    --wlc-bi-overlay-bg: #0047ff;
    --wlc-bi-overlay-opacity: 0.15;
    --wlc-bi-bg-filter: grayscale(100%);
    --wlc-bi-overlay-zindex: 10;
    --wlc-bi-overlay-blend-mode: normal
}

@media (pointer:fine) {
    .wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper.disabled:hover {
        --wlc-bi-overlay-opacity: 0.2
    }

    .wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper:hover:not(.disabled) {
        --wlc-bi-overlay-opacity: 0.2
    }
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__content,
.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual,
.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper:before {
    filter: var(--wlc-bi-bg-filter, none)
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual {
    position: relative;
    z-index: 3;
    display: grid;
    flex: 0 0 auto;
    grid-template-areas: "visual";
    width: var(--wlc-bi-visual-width);
    min-width: 170px;
    max-width: var(--wlc-bi-visual-max-width, 205px)
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: var(--wlc-bi-visual-ratio, 111.7647058824%)
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual-bg,
.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual-content,
.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual:before {
    grid-area: visual
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual-content {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: var(--wlc-bi-visual-padding, 16px)
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual-bg {
    background: var(--mc-bg300);
    -webkit-mask-image: var(--wlc-bi-mask, url("../img/bonus-image-mask-h.svg"));
    mask-image: var(--wlc-bi-mask, url("../img/bonus-image-mask-h.svg"));
    -webkit-mask-position: var(--wlc-bi-mask-pos, top left);
    mask-position: var(--wlc-bi-mask-pos, top left);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate3d(0, 0, 0)
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__content {
    position: relative;
    z-index: 5;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    align-items: var(--wlc-bi-content-align, start);
    width: var(--wlc-bi-content-width, 50%);
    min-width: 0;
    margin: var(--wlc-bi-content-margin, 0);
    padding: var(--wlc-bi-content-padding, 20px 4px 20px 20px);
    text-align: var(--wlc-bi-text-align, left)
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__content>* {
    min-width: 0;
    max-width: 100%
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__title {
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 3;
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.25;
    -webkit-line-clamp: var(--wlc-bi-title-clamp, 3)
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__bottom {
    margin: auto 0 0
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__btns {
    display: flex;
    justify-content: var(--wlc-bi-buttons-justify, start);
    margin: 0-4px
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__tags {
    display: flex;
    flex-wrap: wrap;
    min-height: 18px;
    line-height: 1
}

.wlc-bonus-item--theme-wolf .wlc-bonus-item__info {
    --wlc-icon-width: 20px;
    --wlc-icon-height: 20px;
    transition: background .3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: var(--wlc-bi-info-margin, 0);
    color: var(--mc-baseThird);
    line-height: 1;
    background: var(--mc-baseSecond-o2);
    border-radius: 20px;
    transform: var(--wlc-bi-info-transform, none)
}

@media (pointer:fine) {
    .wlc-bonus-item--theme-wolf .wlc-bonus-item__info:hover {
        color: var(--mc-baseThird);
        background: var(--mc-baseSecond-o4)
    }
}

.wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu {
    background: var(--mc-bgModal);
    border-top: none
}

.wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu[data-wlc-element] {
    min-height: 50px
}

.wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu__link {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.45;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 8px 0;
    text-decoration: none
}

.wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu__link.active .wlc-icon,
.wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu__link.active .wlc-menu__link-text {
    color: var(--mc-baseThird)
}

.wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu .wlc-icon {
    color: var(--mc-baseMain);
    line-height: 1
}

.wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu .wlc-icon svg {
    width: auto;
    height: 16px
}

.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    justify-items: center;
    min-height: 60px
}

.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__item {
    max-width: 100%
}

.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__link-text {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis
}

.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu svg,
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu svg path {
    fill: currentColor
}

.wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu__link-text {
    max-width: 90px
}

:root {
    --fp-left-size-full: 230px;
    --fp-left-size-compact: 48px;
    --fp-left-bp-display: 1024px;
    --fp-left-bp-expand: 1420px
}

@media (min-width:769px) {
    .mobile-only {
        display: none !important
    }
}

@media (max-width:768px) {
    .desktop-only {
        display: none !important
    }

    :root {
        --fp-left-size-full: 0
    }

    .wlc-burger-panel {
        display: none !important
    }
}

.textSeo nav li a {
    text-decoration: none;
}