:root {
    --mc-main: #75e6ff;
    --mc-main-locked: #75e6ff;
    --mc-main-l5: #7ce7ff;
    --mc-main-d5: #62e3ff;
    --mc-main-l10: #83e9ff;
    --mc-main-d10: #50dfff;
    --mc-main-l20: #91ebff;
    --mc-main-d20: #2bd9ff;
    --mc-main-o0: rgba(117, 230, 255, 0);
    --mc-main-o1: rgba(117, 230, 255, .1);
    --mc-main-o2: rgba(117, 230, 255, .2);
    --mc-main-o4: rgba(117, 230, 255, .4);
    --mc-main-o6: rgba(117, 230, 255, .6);
    --mc-main-o8: rgba(117, 230, 255, .8);
    --mc-secondary: #7fb8ff;
    --mc-secondary-locked: #7fb8ff;
    --mc-secondary-l5: #85bcff;
    --mc-secondary-d5: #6cadff;
    --mc-secondary-l10: #8cbfff;
    --mc-secondary-d10: #59a3ff;
    --mc-secondary-l20: #99c6ff;
    --mc-secondary-d20: #338eff;
    --mc-secondary-o0: rgba(127, 184, 255, 0);
    --mc-secondary-o1: rgba(127, 184, 255, .1);
    --mc-secondary-o2: rgba(127, 184, 255, .2);
    --mc-secondary-o4: rgba(127, 184, 255, .4);
    --mc-secondary-o6: rgba(127, 184, 255, .6);
    --mc-secondary-o8: rgba(127, 184, 255, .8);
    --mc-baseMain: #ffffff;
    --mc-baseMain-locked: #ffffff;
    --mc-baseMain-l5: white;
    --mc-baseMain-d5: #f2f2f2;
    --mc-baseMain-l10: white;
    --mc-baseMain-d10: #e6e6e6;
    --mc-baseMain-l20: white;
    --mc-baseMain-d20: #cccccc;
    --mc-baseMain-o0: rgba(255, 255, 255, 0);
    --mc-baseMain-o1: rgba(255, 255, 255, .1);
    --mc-baseMain-o2: rgba(255, 255, 255, .2);
    --mc-baseMain-o4: rgba(255, 255, 255, .4);
    --mc-baseMain-o6: rgba(255, 255, 255, .6);
    --mc-baseMain-o8: rgba(255, 255, 255, .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(32.86deg, #ff00e5 0%, #ff008a 100%);
    --mc-baseOpacity: rgba(255, 255, 255, .1);
    --mc-baseOpacity-locked: rgba(255, 255, 255, .1);
    --mc-baseOpacity-l5: rgba(255, 255, 255, .1);
    --mc-baseOpacity-d5: rgba(242, 242, 242, .1);
    --mc-baseOpacity-l10: rgba(255, 255, 255, .1);
    --mc-baseOpacity-d10: rgba(230, 230, 230, .1);
    --mc-baseOpacity-l20: rgba(255, 255, 255, .1);
    --mc-baseOpacity-d20: rgba(204, 204, 204, .1);
    --mc-baseOpacity-o0: rgba(255, 255, 255, 0);
    --mc-baseOpacity-o1: rgba(255, 255, 255, 0);
    --mc-baseOpacity-o2: rgba(255, 255, 255, 0);
    --mc-baseOpacity-o4: rgba(255, 255, 255, 0);
    --mc-baseOpacity-o6: rgba(255, 255, 255, 0);
    --mc-baseOpacity-o8: rgba(255, 255, 255, 0);
    --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: #0f1127;
    --mc-bg700-locked: #0f1127;
    --mc-bg700-l5: #151837;
    --mc-bg700-d5: #0e1025;
    --mc-bg700-l10: #1c1f48;
    --mc-bg700-d10: #0e0f23;
    --mc-bg700-l20: #282e69;
    --mc-bg700-d20: #0c0e1f;
    --mc-bg700-o0: rgba(15, 17, 39, 0);
    --mc-bg700-o1: rgba(15, 17, 39, .1);
    --mc-bg700-o2: rgba(15, 17, 39, .2);
    --mc-bg700-o4: rgba(15, 17, 39, .4);
    --mc-bg700-o6: rgba(15, 17, 39, .6);
    --mc-bg700-o8: rgba(15, 17, 39, .8);
    --mc-bg: #060727;
    --mc-bg-locked: #060727;
    --mc-bg-l5: #090b3b;
    --mc-bg-d5: #060725;
    --mc-bg-l10: #0c0e4f;
    --mc-bg-d10: #050623;
    --mc-bg-l20: #121578;
    --mc-bg-d20: #05061f;
    --mc-bg-o0: rgba(6, 7, 39, 0);
    --mc-bg-o1: rgba(6, 7, 39, .1);
    --mc-bg-o2: rgba(6, 7, 39, .2);
    --mc-bg-o4: rgba(6, 7, 39, .4);
    --mc-bg-o6: rgba(6, 7, 39, .6);
    --mc-bg-o8: rgba(6, 7, 39, .8);
    --mc-bgModal: linear-gradient(171.29deg, #050311 0%, #060727 100%);
    --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: #dd4747;
    --mc-error-locked: #dd4747;
    --mc-error-l5: #df5050;
    --mc-error-d5: #db3b3b;
    --mc-error-l10: #e05959;
    --mc-error-d10: #d82e2e;
    --mc-error-l20: #e46c6c;
    --mc-error-d20: #c52424;
    --mc-error-o0: rgba(221, 71, 71, 0);
    --mc-error-o1: rgba(221, 71, 71, .1);
    --mc-error-o2: rgba(221, 71, 71, .2);
    --mc-error-o4: rgba(221, 71, 71, .4);
    --mc-error-o6: rgba(221, 71, 71, .6);
    --mc-error-o8: rgba(221, 71, 71, .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: #010100;
    --mc-black-locked: #010100;
    --mc-black-l5: #1a1a00;
    --mc-black-d5: #010100;
    --mc-black-l10: #343400;
    --mc-black-d10: #010100;
    --mc-black-l20: #676700;
    --mc-black-d20: #010100;
    --mc-black-o0: rgba(1, 1, 0, 0);
    --mc-black-o1: rgba(1, 1, 0, .1);
    --mc-black-o2: rgba(1, 1, 0, .2);
    --mc-black-o4: rgba(1, 1, 0, .4);
    --mc-black-o6: rgba(1, 1, 0, .6);
    --mc-black-o8: rgba(1, 1, 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: #ffffff;
    --mc-baseThird-locked: #ffffff;
    --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-buttonGlowColor: rgba(255, 0, 138, .7);
    --mc-buttonGlowColor-locked: rgba(255, 0, 138, .7);
    --mc-buttonGlowColor-l5: rgba(255, 13, 144, .7);
    --mc-buttonGlowColor-d5: rgba(242, 0, 131, .7);
    --mc-buttonGlowColor-l10: rgba(255, 26, 150, .7);
    --mc-buttonGlowColor-d10: rgba(230, 0, 124, .7);
    --mc-buttonGlowColor-l20: rgba(255, 51, 161, .7);
    --mc-buttonGlowColor-d20: rgba(204, 0, 110, .7);
    --mc-buttonGlowColor-o0: rgba(255, 0, 138, 0);
    --mc-buttonGlowColor-o1: rgba(255, 0, 138, 0);
    --mc-buttonGlowColor-o2: rgba(255, 0, 138, 0);
    --mc-buttonGlowColor-o4: rgba(255, 0, 138, .1);
    --mc-buttonGlowColor-o6: rgba(255, 0, 138, .3);
    --mc-buttonGlowColor-o8: rgba(255, 0, 138, .5);
    --mc-telegramBannerGradient: linear-gradient(180deg, #60bfef 0%, #0194fe 100%);
    --mc-buttonGradient: linear-gradient(180deg, #75e6ff 0%, #75e6ff .01%, #878bff 100%);
    --mc-buttonHighlightGradient: linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%);
    --mc-textGradient: linear-gradient(180deg, #75e6ff 0%, #75e6ff .01%, #878bff 100%);
    --mc-buttonShadow: 0 0 15px 0#7dbeff;
    --mc-labelBorder: #19040d;
    --mc-labelBorder-locked: #19040d;
    --mc-labelBorder-l5: #2e0718;
    --mc-labelBorder-d5: #18040c;
    --mc-labelBorder-l10: #420b23;
    --mc-labelBorder-d10: #17040c;
    --mc-labelBorder-l20: #6c1138;
    --mc-labelBorder-d20: #14030a;
    --mc-labelBorder-o0: rgba(25, 4, 13, 0);
    --mc-labelBorder-o1: rgba(25, 4, 13, .1);
    --mc-labelBorder-o2: rgba(25, 4, 13, .2);
    --mc-labelBorder-o4: rgba(25, 4, 13, .4);
    --mc-labelBorder-o6: rgba(25, 4, 13, .6);
    --mc-labelBorder-o8: rgba(25, 4, 13, .8);
    --mc-footerText: #7a7a7a;
    --mc-footerText-locked: #7a7a7a;
    --mc-footerText-l5: #818181;
    --mc-footerText-d5: #747474;
    --mc-footerText-l10: #878787;
    --mc-footerText-d10: #6e6e6e;
    --mc-footerText-l20: #959595;
    --mc-footerText-d20: #626262;
    --mc-footerText-o0: rgba(122, 122, 122, 0);
    --mc-footerText-o1: rgba(122, 122, 122, .1);
    --mc-footerText-o2: rgba(122, 122, 122, .2);
    --mc-footerText-o4: rgba(122, 122, 122, .4);
    --mc-footerText-o6: rgba(122, 122, 122, .6);
    --mc-footerText-o8: rgba(122, 122, 122, .8);
    --mc-footerLicense: #3fbeb7;
    --mc-footerLicense-locked: #3fbeb7;
    --mc-footerLicense-l5: #48c2bb;
    --mc-footerLicense-d5: #3cb5ae;
    --mc-footerLicense-l10: #51c5bf;
    --mc-footerLicense-d10: #39aba5;
    --mc-footerLicense-l20: #65ccc6;
    --mc-footerLicense-d20: #329892;
    --mc-footerLicense-o0: rgba(63, 190, 183, 0);
    --mc-footerLicense-o1: rgba(63, 190, 183, .1);
    --mc-footerLicense-o2: rgba(63, 190, 183, .2);
    --mc-footerLicense-o4: rgba(63, 190, 183, .4);
    --mc-footerLicense-o6: rgba(63, 190, 183, .6);
    --mc-footerLicense-o8: rgba(63, 190, 183, .8);
    --mc-borderGradient: linear-gradient(181.07deg, rgba(125, 191, 255, 0) 0%, rgba(125, 191, 255, .3) 52.73%, rgba(125, 191, 255, 0) 99.69%);
    --mc-borderGradientHorizontal: linear-gradient(.25turn, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    --mc-descColor: #8d8d8d;
    --mc-descColor-locked: #8d8d8d;
    --mc-descColor-l5: #939393;
    --mc-descColor-d5: #868686;
    --mc-descColor-l10: #989898;
    --mc-descColor-d10: #7f7f7f;
    --mc-descColor-l20: #a4a4a4;
    --mc-descColor-d20: #717171;
    --mc-descColor-o0: rgba(141, 141, 141, 0);
    --mc-descColor-o1: rgba(141, 141, 141, .1);
    --mc-descColor-o2: rgba(141, 141, 141, .2);
    --mc-descColor-o4: rgba(141, 141, 141, .4);
    --mc-descColor-o6: rgba(141, 141, 141, .6);
    --mc-descColor-o8: rgba(141, 141, 141, .8);
    --mc-streamGradient: linear-gradient(87deg, #ff0086 -6.85%, #d40055 103.85%);
    --mc-baseMainNew: #7b809a;
    --mc-baseMainNew-locked: #7b809a;
    --mc-baseMainNew-l5: #82869f;
    --mc-baseMainNew-d5: #737894;
    --mc-baseMainNew-l10: #888da4;
    --mc-baseMainNew-d10: #6c718d;
    --mc-baseMainNew-l20: #9599ae;
    --mc-baseMainNew-d20: #60657e;
    --mc-baseMainNew-o0: rgba(123, 128, 154, 0);
    --mc-baseMainNew-o1: rgba(123, 128, 154, .1);
    --mc-baseMainNew-o2: rgba(123, 128, 154, .2);
    --mc-baseMainNew-o4: rgba(123, 128, 154, .4);
    --mc-baseMainNew-o6: rgba(123, 128, 154, .6);
    --mc-baseMainNew-o8: rgba(123, 128, 154, .8);
    --mc-providerColor: #737490;
    --mc-providerColor-locked: #737490;
    --mc-providerColor-l5: #7a7b96;
    --mc-providerColor-d5: #6d6e89;
    --mc-providerColor-l10: #81829b;
    --mc-providerColor-d10: #676882;
    --mc-providerColor-l20: #8f90a6;
    --mc-providerColor-d20: #5c5c74;
    --mc-providerColor-o0: rgba(115, 116, 144, 0);
    --mc-providerColor-o1: rgba(115, 116, 144, .1);
    --mc-providerColor-o2: rgba(115, 116, 144, .2);
    --mc-providerColor-o4: rgba(115, 116, 144, .4);
    --mc-providerColor-o6: rgba(115, 116, 144, .6);
    --mc-providerColor-o8: rgba(115, 116, 144, .8)
}

:root {
    --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: #0f1127;
    --fc-inputBg-locked: #0f1127;
    --fc-inputBg-l5: #151837;
    --fc-inputBg-d5: #0e1025;
    --fc-inputBg-l10: #1c1f48;
    --fc-inputBg-d10: #0e0f23;
    --fc-inputBg-l20: #282e69;
    --fc-inputBg-d20: #0c0e1f;
    --fc-inputBg-o0: rgba(15, 17, 39, 0);
    --fc-inputBg-o1: rgba(15, 17, 39, .1);
    --fc-inputBg-o2: rgba(15, 17, 39, .2);
    --fc-inputBg-o4: rgba(15, 17, 39, .4);
    --fc-inputBg-o6: rgba(15, 17, 39, .6);
    --fc-inputBg-o8: rgba(15, 17, 39, .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: #fff;
    --fc-textColor-locked: #fff;
    --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: #fff;
    --fc-arrowColor-locked: #fff;
    --fc-arrowColor-l5: white;
    --fc-arrowColor-d5: #f2f2f2;
    --fc-arrowColor-l10: white;
    --fc-arrowColor-d10: #e6e6e6;
    --fc-arrowColor-l20: white;
    --fc-arrowColor-d20: #cccccc;
    --fc-arrowColor-o0: rgba(255, 255, 255, 0);
    --fc-arrowColor-o1: rgba(255, 255, 255, .1);
    --fc-arrowColor-o2: rgba(255, 255, 255, .2);
    --fc-arrowColor-o4: rgba(255, 255, 255, .4);
    --fc-arrowColor-o6: rgba(255, 255, 255, .6);
    --fc-arrowColor-o8: rgba(255, 255, 255, .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)
}

:root {
    --button-border-radius: 100px
}

*,
*:before,
*:after {
    box-sizing: border-box
}

:root {
    font-size: 10px
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(1, 1, 0, 0)
}

@font-face {
    font-weight: 400;
    font-family: Mulish;
    font-style: normal;
    src:
        /* original URL: /static/fonts/Mulish/mulish-regular.woff2 */
        url(../fonts/0.woff2)format("woff2")
}

@font-face {
    font-weight: 500;
    font-family: Mulish;
    font-style: normal;
    src:
        /* original URL: /static/fonts/Mulish/mulish-500.woff2 */
        url(../fonts/2.woff2)format("woff2")
}

@font-face {
    font-weight: 600;
    font-family: Mulish;
    font-style: normal;
    src:
        /* original URL: /static/fonts/Mulish/mulish-600.woff2 */
        url(../fonts/4.woff2)format("woff2")
}

@font-face {
    font-weight: 700;
    font-family: Mulish;
    font-style: normal;
    src:
        /* original URL: /static/fonts/Mulish/mulish-700.woff2 */
        url(../fonts/6.woff2)format("woff2")
}

@font-face {
    font-weight: 800;
    font-family: Mulish;
    font-style: normal;
    src:
        /* original URL: /static/fonts/Mulish/mulish-800.woff2 */
        url(../fonts/8.woff2)format("woff2")
}

@font-face {
    font-weight: 900;
    font-family: Mulish;
    font-style: normal;
    src:
        /* original URL: /static/fonts/Mulish/mulish-900.woff2 */
        url(../fonts/10.woff2)format("woff2")
}

@font-face {
    font-weight: 400;
    font-family: Mulish;
    font-style: italic;
    src:
        /* original URL: /static/fonts/Mulish/mulish-italic.woff2 */
        url(../fonts/12.woff2)format("woff2")
}

@font-face {
    font-weight: 500;
    font-family: Mulish;
    font-style: italic;
    src:
        /* original URL: /static/fonts/Mulish/mulish-500-italic.woff2 */
        url(../fonts/14.woff2)format("woff2")
}

@font-face {
    font-weight: 600;
    font-family: Mulish;
    font-style: italic;
    src:
        /* original URL: /static/fonts/Mulish/mulish-600-italic.woff2 */
        url(../fonts/16.woff2)format("woff2")
}

@font-face {
    font-weight: 700;
    font-family: Mulish;
    font-style: italic;
    src:
        /* original URL: /static/fonts/Mulish/mulish-700-italic.woff2 */
        url(../fonts/18.woff2)format("woff2")
}

@font-face {
    font-weight: 800;
    font-family: Mulish;
    font-style: italic;
    src:
        /* original URL: /static/fonts/Mulish/mulish-800-italic.woff2 */
        url(../fonts/20.woff2)format("woff2")
}

@font-face {
    font-weight: 900;
    font-family: Mulish;
    font-style: italic;
    src:
        /* original URL: /static/fonts/Mulish/mulish-900-italic.woff2 */
        url(../fonts/22.woff2)format("woff2")
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }

    :root {
        scroll-behavior: auto
    }
}

.wlc-notification-thread--theme-top[_nghost-wlc-app-c3732847679] {
    top: 0
}

@media (min-width:900px) {}

.wlc-notification-thread--theme-top[_nghost-wlc-app-c3732847679] .wlc-notification-thread__list[_ngcontent-wlc-app-c3732847679] {
    flex-direction: column-reverse
}

@media (min-width:900px) {}

.wlc-notification-thread[_nghost-wlc-app-c3732847679] {
    max-width: 375px;
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: none
}

@media (min-width:900px) {
    .wlc-notification-thread[_nghost-wlc-app-c3732847679] {
        max-width: 440px
    }
}

@media (min-width:900px) {
    .wlc-notification-thread.wlc-notification-thread--theme-mod-right[_nghost-wlc-app-c3732847679] {
        left: auto
    }
}

.wlc-notification-thread[_nghost-wlc-app-c3732847679] .wlc-notification-thread__list[_ngcontent-wlc-app-c3732847679] {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    margin: 0;
    list-style: none;
    pointer-events: none
}

@media (min-width:900px) {
    .wlc-notification-thread[_nghost-wlc-app-c3732847679] .wlc-notification-thread__list[_ngcontent-wlc-app-c3732847679] {
        padding-right: 15px
    }
}

@media (min-width:900px) {
    .wlc-notification-thread[_nghost-wlc-app-c3732847679] .wlc-notification-thread__list[_ngcontent-wlc-app-c3732847679] {
        padding-left: 15px
    }
}

@media (min-width:900px) {}

@media (min-width:900px) {}

.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-12 {
    width: 100%
}

.wlc-gap-sm {
    --wlc-section-gap: 15px
}

.wlc-mb-lg {
    margin-bottom: 30px
}

.wlc-mb-xl {
    margin-bottom: 40px
}

@media (min-width:480px) {}

@media (min-width:560px) {}

@media (min-width:640px) {}

@media (min-width:720px) {}

@media (min-width:768px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {
    .wlc-c-1024-6 {
        width: 50%
    }
}

@media (min-width:1200px) {}

@media (min-width:1366px) {}

@media (min-width:1420px) {
    .wlc-gap-1420-md {
        --wlc-section-gap: 25px
    }
}

@media (min-width:1630px) {}

body {
    min-width: 375px;
    background: linear-gradient(171.29deg, #050311, #060727)
}

@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
    }
}

@media (min-width:1024px) {}

@media (min-width:1366px) {}

@media (min-width:1420px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:1366px) {}

@media (pointer:fine) {}

@media (min-width:900px) {}

@media (min-width:1366px) {}

@media (min-width:900px) {}

@media (min-width:1366px) {}

@media (min-width:1366px) {}

@media (min-width:1420px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:1366px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:1200px) {}

@media (min-width:1420px) {}

@media (pointer:fine) {}

@media (min-width:1366px) {}

@media (min-width:1630px) {}

@media (min-width:1366px) {}

@media (min-width:1630px) {}

@media (min-width:1366px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (min-width:1366px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:1366px) {}

@media (min-width:900px) {}

@media (min-width:1366px) {}

@media (pointer:fine) {}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] {
    --bp-login-display: grid;
    --bp-postmenu-display: block;
    --bp-menu-link-justify: initial;
    --bp-menu-link-align: center;
    --bp-menu-link-padding: 5px 25px;
    --bp-menu-link-text-display: initial;
    --bp-menu-icon-margin: 0 15px 0 0;
    --bp-menu-icon-wrapper-width: 25px;
    --bp-separator-width: calc(100% - 40px);
    --bp-userinfo-display: grid;
    --bp-userdeposit-display: flex;
    --bp-lang-max-width: calc(100% - 40px);
    --bp-lang-margin: 20px auto;
    width: var(--bp-width);
    max-width: 290px;
    max-height: 100%;
    background: var(--mc-bg700)
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] {
    --bp-padding: 0
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header.two-columns[_ngcontent-wlc-app-c1944798581] {
    grid-template-columns: 1fr auto
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header[_ngcontent-wlc-app-c1944798581],
.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] {
    background: var(--mc-bg700)
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] {
    padding: 0 10px 20px
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] {
    scrollbar-gutter: stable
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-panel-menu {
    margin: 5px 0 0
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-social-icons {
    margin: 25px 0 0
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-burger-panel__logo[_ngcontent-wlc-app-c1944798581] {
    justify-content: start;
    margin: 0
}

@media (pointer:fine) {}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-logo__image svg {
    max-height: 25px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__link {
    align-items: var(--bp-menu-link-align);
    text-decoration: none
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .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-c1944798581] .wlc-burger-panel__content .wlc-menu__link:not(.active):hover,
    .wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link:not(.active):hover {
        color: inherit;
        background: var(--mc-bg700-l5)
    }
}

@media (pointer:fine) {}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__icon {
    align-items: center;
    justify-content: center
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] {
    --bp-header-grid-cols: 1fr;
    --bp-header-padding: 10px 15px;
    --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: 20px 0 0;
    --bp-userinfo-margin: 0 20px 20px;
    --bp-logout-display: none;
    --bp-postmenu-link-height: 35px;
    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-c1944798581] {
    visibility: visible
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] {
    --bp-width: var(--fp-left-size-full);
    --pm-menu-margin: 25px 10px 0;
    --us-display: block
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c1944798581] {
    justify-self: var(--bp-expand-btn-justify-self, end);
    padding: 0;
    color: var(--mc-bg300);
    background: none;
    border: none;
    transition: color .2s ease-in-out
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c1944798581] svg {
    width: 25px;
    height: 25px;
    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-c1944798581] .wlc-burger-panel__btn-expand--expanded[_ngcontent-wlc-app-c1944798581] {
    --bp-expand-icon-transform: scaleX(-1)
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c1944798581]:hover {
        color: var(--mc-baseMain);
        background: none;
        border: none
    }
}

@media (min-width:1420px) {}

@media (min-width:1420px) {}

@media (min-width:1420px) {}

@media (min-width:1420px) {}

@media (min-width:1420px) {}

@media (min-width:1420px) {}

@media (pointer:fine) {}

@media (min-width:1420px) {}

@media (min-width:1420px) {}

@media (pointer:fine) {}

@media (min-width:1420px) {}

@media (pointer:fine) {}

@media (min-width:1420px) {}

@media (min-width:1420px) {}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] {
    z-index: 10;
    width: 290px;
    max-width: 290px;
    height: 100%;
    max-height: 100%;
    background-color: var(--mc-bg700)
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] {
    right: -290px
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content {
    scrollbar-gutter: stable
}

@media (pointer:fine) {}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] {
    --bp-header-padding: 20px;
    --bp-transition: .6s cubic-bezier(.4, 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 #0000004d;
    visibility: hidden;
    transition: var(--bp-transition)
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header {
    position: relative;
    display: grid;
    align-items: center;
    padding: var(--bp-header-padding);
    color: var(--mc-baseMain);
    background: transparent;
    font-size: 1.4rem;
    font-weight: 700
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header.two-columns {
    grid-template-columns: 1fr 1fr
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    padding: 0;
    color: var(--mc-baseMain);
    background: transparent;
    opacity: .4;
    transition: .6s cubic-bezier(.4, 0, .2, 1);
    -webkit-appearance: none;
    appearance: none;
    border: none
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close:focus {
    outline: none
}

@media (pointer:fine) {
    .wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close:hover {
        opacity: .8
    }
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content {
    position: relative;
    flex: 1 1 auto;
    height: 100%;
    min-height: 1px;
    background: transparent;
    overflow: hidden
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-profile-menu {
    transform: translateZ(0)
}

.wlc-burger-panel.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] {
    height: 100vh;
    transform: translateZ(0);
    will-change: width
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] {
    --bp-header-grid-cols: 1fr 1fr
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header {
    margin-bottom: 8px;
    padding: 20px;
    border-bottom: 0
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner {
    padding: 0 12px 20px
}

@media (pointer:fine) {}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-loyalty-progress--theme-default {
    margin-bottom: 8px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-logout--theme-default .wlc-btn {
    align-items: center;
    width: 100%;
    min-height: 40px;
    margin-top: 5px;
    padding: 0 19px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-logout--theme-default .wlc-btn .wlc-btn__text {
    font-weight: 600;
    text-transform: none
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-loyalty-block {
    width: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon {
    width: 24px;
    height: 24px
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.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 svg,
.wlc-icon img {
    width: var(--wlc-icon-width);
    height: var(--wlc-icon-height);
    overflow: visible
}

@keyframes loadingCircle {
    to {
        transform: rotate(360deg)
    }
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] {
    --pm-menu-margin: ;
    --pm-menu-info-margin: ;
    --pm-link-background: transparent;
    --pm-dropdown-link-background: transparent;
    --pm-dropdown-active-icon-fill: var(--mc-baseMain);
    --pm-link-padding: 0 12px;
    --pm-link-icon-margin: 0 10px 0 0;
    --pm-link-arrow: block;
    --pm-link-justify-content: start;
    --pm-link-hover: var(--mc-bg300);
    --pm-link-text-display: block;
    --pm-icon-width: auto;
    --pm-link-icon-width: 16px
}

.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 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 path,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg {
    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: 10px
}

.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);
    padding: var(--pm-link-padding);
    background: var(--pm-link-background);
    border-radius: 10px
}

.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,
.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 {
    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-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
}

@media (pointer:fine) {}

@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__submenu {
    display: grid;
    overflow: hidden;
    padding-right: 4px;
    padding-left: 4px;
    background: var(--pm-dropdown-link-background);
    border-radius: 0 0 10px 10px
}

.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: 0 10px 0 14px;
    word-break: break-all;
    background: none;
    border-radius: 0
}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-panel-menu--theme-wolf.wlc-panel-menu--type-info[_nghost-wlc-app-c2072812421] {
    margin: 25px 0 0 !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__item {
    position: relative;
    padding: 0 4px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 6px;
    bottom: -5px;
    left: 6px;
    height: 1px;
    background: #73749033
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__icon .wlc-icon-content {
    margin-left: 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__link {
    min-height: 40px
}

.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__link-text {
    font-weight: 600
}

.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,
.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 {
    transition: all .3s
}

@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
    }
}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    justify-content: center;
    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
    }
}

@media (min-width:900px) {
    .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        grid-template-columns: 1fr
    }
}

@media (min-width:900px) {
    .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        gap: 20px
    }
}

@media (min-width:900px) {
    .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        margin: 0 0 20px
    }
}

.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] {
    margin: 0 10px 20px
}

@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)
    }
}

@media (pointer:fine) {}

.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
}

@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: 10px
    }
}

@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] {
        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: 10px 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: 40px;
    --wlc-icon-height: 40px
}

@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: 25px
    }
}

@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-height: 25px
    }
}

.wlc-burger-panel--view-expanded {
    --si-menu-flex-direction: initial;
    --si-menu-margin: 0 10px
}

.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    flex-wrap: wrap
}

@media (min-width:900px) {
    .wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        display: grid
    }
}

@media (min-width:900px) {
    .wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        grid-template-columns: repeat(4, 1fr)
    }
}

.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388]:empty {
    margin: 0
}

.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
    --wlc-icon-width: 30px;
    --wlc-icon-height: 30px;
    transition: all .3s linear;
    width: 30px;
    height: 30px;
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388]:hover {
        color: var(--mc-main)
    }
}

.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    display: flex;
    flex-direction: var(--si-menu-flex-direction);
    gap: 20px;
    align-items: center;
    margin: var(--si-menu-margin)
}

.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    justify-content: left
}

.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] {
    background: var(--mc-bg100);
    border-radius: 50%;
    transition: all .3s ease-out
}

@media (pointer:fine) {
    .wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388]:hover {
        background: var(--mc-bg300)
    }
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c242968567] {
    width: 100%
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c242968567] .wlc-user-name__container[_ngcontent-wlc-app-c242968567] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    width: 100%;
    max-width: 288px;
    border-radius: 10px
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c242968567] .wlc-user-name__email-value[_ngcontent-wlc-app-c242968567] {
    color: var(--fc-textColor);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c242968567] .wlc-user-name__container[_ngcontent-wlc-app-c242968567] {
    flex-direction: column;
    gap: 10px;
    background: transparent
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c242968567] .wlc-user-name__user-icon-wrapper[_ngcontent-wlc-app-c242968567] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c242968567] .wlc-user-name__email-value[_ngcontent-wlc-app-c242968567] {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.45;
    width: 100%;
    text-align: center
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c242968567] .wlc-user-icon[_ngcontent-wlc-app-c242968567] {
    display: block;
    width: 65px;
    height: 65px;
    overflow: hidden
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c242968567] .wlc-user-icon[_ngcontent-wlc-app-c242968567] img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-user-icon--theme-wolf[_nghost-wlc-app-c835577988] {
    align-items: center;
    justify-content: center;
    color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
    background: var(--mc-buttonGradient);
    border: none;
    border-radius: 100px;
    box-shadow: none
}

@media (pointer:fine) {}

.wlc-user-icon--theme-wolf[_nghost-wlc-app-c835577988] .wlc-user-icon__user[_ngcontent-wlc-app-c835577988] {
    flex-shrink: unset
}

.wlc-loyalty-block--theme-default[_nghost-wlc-app-c4118061633] {
    display: grid;
    gap: 15px
}

@media (min-width:1366px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (max-width:767px) {}

@media (pointer:fine) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1366px) {}

@media (min-width:1366px) {}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] {
    width: var(--wlc-lprogress-width, 100%)
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__content[_ngcontent-wlc-app-c649316127] {
    display: flex;
    flex-direction: row;
    gap: 15px
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__info-container[_ngcontent-wlc-app-c649316127] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    width: 100%;
    margin: 0
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__line[_ngcontent-wlc-app-c649316127] {
    position: relative;
    width: 100%;
    height: 6px;
    background: var(--mc-bg300);
    border-radius: 100px;
    overflow: hidden
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__line-current[_ngcontent-wlc-app-c649316127] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--mc-buttonGradient);
    border-radius: 100px
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__title[_ngcontent-wlc-app-c649316127],
.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__points[_ngcontent-wlc-app-c649316127] {
    color: var(--mc-baseMainNew);
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.45;
    display: inline-flex;
    justify-content: space-between
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__name[_ngcontent-wlc-app-c649316127],
.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__points-start[_ngcontent-wlc-app-c649316127],
.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__points-end[_ngcontent-wlc-app-c649316127] {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: baseline
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__name[_ngcontent-wlc-app-c649316127]:after,
.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__all[_ngcontent-wlc-app-c649316127]:after,
.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__next[_ngcontent-wlc-app-c649316127]:after,
.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__points-start[_ngcontent-wlc-app-c649316127]:after,
.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__points-end[_ngcontent-wlc-app-c649316127]:after {
    content: "-";
    display: inline-block;
    width: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__points[_ngcontent-wlc-app-c649316127] {
    font-weight: 700
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c649316127] .wlc-loyalty-progress__name[_ngcontent-wlc-app-c649316127] {
    background: var(--mc-textGradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s linear(.4-50%, 1 100%)
}

@media (max-width:767px) {}

.wlc-currency--theme-default[_nghost-wlc-app-c2369660486] {
    display: var(--wlc-currency-display, inline-flex);
    flex-wrap: nowrap;
    align-items: baseline;
    color: inherit
}

.wlc-currency--theme-default[_nghost-wlc-app-c2369660486] .wlc-currency__sign--right[_ngcontent-wlc-app-c2369660486] {
    margin-left: 4px
}

.wlc-currency--theme-default[_nghost-wlc-app-c2369660486] .wlc-currency__svg[_ngcontent-wlc-app-c2369660486] {
    line-height: 1;
    vertical-align: text-top
}

@media (pointer:fine) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (hover:hover) {}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3379539699] {
    width: 100%
}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (hover:hover) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (min-width:1024px) {}

.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-error);
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    transition: color .3s linear;
    display: flex;
    align-items: center
}

@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] .wlc-btn__text {
    gap: 5px
}

@keyframes _ngcontent-wlc-app-c3258388311_buttonPulse {

    0%,
    10%,
    20%,
    30%,
    40%,
    50% {
        box-shadow: 0 0 0 0 var(--mc-buttonColor)
    }

    9.99%,
    19.99%,
    29.99%,
    39.99%,
    49.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)
    }

    9.99%,
    19.99%,
    29.99%,
    39.99%,
    49.99% {
        box-shadow: 0 0 0 10px var(--mc-secondary-o0)
    }
}

@keyframes _ngcontent-wlc-app-c3258388311_buttonGlare {
    0% {
        transform: skew(-45deg) translate(-200px)
    }

    to {
        transform: skew(-45deg) translate(200px)
    }
}

.wlc-btn[_nghost-wlc-app-c3258388311] {
    box-sizing: border-box;
    padding: 0;
    background: none;
    outline: none;
    cursor: pointer;
    transition: all .3s;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    overflow: hidden
}

.wlc-btn[_nghost-wlc-app-c3258388311]:disabled {
    background: var(--mc-buttonColor-o6);
    box-shadow: none;
    cursor: not-allowed;
    border: none
}

.wlc-btn[_nghost-wlc-app-c3258388311]:disabled .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-btn[_nghost-wlc-app-c3258388311]:disabled:hover {
        background: var(--mc-buttonColor-o6);
        box-shadow: none;
        border: none
    }

    .wlc-btn[_nghost-wlc-app-c3258388311]:disabled:hover .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
        color: var(--mc-baseMain-o6)
    }
}

@supports (overflow:clip) {
    .wlc-btn.wlc-btn--animate-glare[_nghost-wlc-app-c3258388311] {
        overflow: clip;
        overflow-clip-margin: border-box
    }
}

.wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:disabled {
    background: transparent;
    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: transparent;
        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: 115px;
    padding: 5px 10px;
    background: var(--mc-buttonGradient);
    box-shadow: none;
    border: none;
    border-radius: 100px;
    position: relative
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311]:disabled {
    opacity: .6;
    pointer-events: none
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    grid-column: 2;
    text-transform: none
}

@media (pointer:fine) {
    .wlc-btn--theme-default[_nghost-wlc-app-c3258388311]:hover {
        box-shadow: 0 0 15px #7dbeff66
    }
}

.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: 0
    }
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311] {
    background: transparent;
    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-baseMain)
}

@media (pointer:fine) {
    .wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:hover {
        background: var(--mc-baseMain-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-baseMain)
    }
}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@keyframes _ngcontent-wlc-app-c3258388311_shine {
    0% {
        left: -100%
    }

    25% {
        left: 100%
    }

    50% {
        left: 100%
    }

    75% {
        left: -100%
    }

    to {
        left: -100%
    }
}

.wlc-btn--theme-default.wlc-btn--animate-shine[_nghost-wlc-app-c3258388311] {
    position: relative;
    overflow: hidden
}

@media (min-width:1024px) {

    .wlc-btn--theme-default.wlc-btn--animate-shine[_nghost-wlc-app-c3258388311]:before,
    .wlc-btn--theme-default.wlc-btn--deposit[_nghost-wlc-app-c3258388311]:before {
        content: "";
        position: absolute;
        top: 0;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .5), transparent) !important;
        animation: _ngcontent-wlc-app-c3258388311_shine 2.5s infinite
    }
}

@media (max-width:1023px) {

    .wlc-btn--theme-default.wlc-btn--animate-shine[_nghost-wlc-app-c3258388311]:after,
    .wlc-btn--theme-default.wlc-btn--deposit[_nghost-wlc-app-c3258388311]:after {
        content: "";
        position: absolute;
        top: 0;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .5), transparent) !important;
        animation: _ngcontent-wlc-app-c3258388311_shine 2.5s infinite
    }
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    line-height: 1
}

@media (pointer:fine) {}

.wlc-menu.wlc-menu--swiper[_nghost-wlc-app-c200389498] .swiper-wrapper {
    width: auto
}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-menu[_nghost-wlc-app-c200389498] swiper-container::part(container) {
    overflow: visible
}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (max-width:1023px) {}

@media (max-width:899px) {}

@media (min-width:900px) {}

@media (max-width:899px) {}

.wlc-right-widget--theme-default[_nghost-wlc-app-c3947925599] {
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh
}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (min-width:1024px) {}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (pointer:fine) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:480px) {}

@media (min-width:1024px) {}

@media (min-width:480px) {}

@media (min-width:1024px) {}

@media (min-width:480px) {}

@media (min-width:1024px) {}

@media (min-width:480px) {}

@media (min-width:1024px) {}

@media (min-width:480px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

@supports (-webkit-touch-callout:none) {

    .wlc-right-widget--theme-default[_nghost-wlc-app-c3947925599] .wlc-right-widget__market-wrapper[_ngcontent-wlc-app-c3947925599],
    .wlc-right-widget--theme-default[_nghost-wlc-app-c3947925599] .wlc-right-widget__achievements-wrapper[_ngcontent-wlc-app-c3947925599],
    .wlc-right-widget--theme-default[_nghost-wlc-app-c3947925599] .wlc-right-widget__lastwins-wrapper[_ngcontent-wlc-app-c3947925599] {
        padding-bottom: 180px
    }
}

@media (min-width:1024px) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (min-width:560px) {}

@media (min-width:720px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__content[_ngcontent-wlc-app-c730311464] {
    display: grid;
    grid-template-areas: "title show-all show-all" "games-grid games-grid games-grid";
    grid-template-columns: auto auto minmax(0, 1fr);
    row-gap: 20px
}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c730311464] {
    margin: 0 0 0 auto;
    grid-area: swiper-buttons;
    pointer-events: none
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c730311464] {
        margin: 0 5px 0 auto
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c730311464] [class*=wlc-swiper-button] {
    pointer-events: initial
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__swiper-buttons[_ngcontent-wlc-app-c730311464] {
    display: grid;
    grid-template-columns: auto auto
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__show-all-btn[_ngcontent-wlc-app-c730311464],
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__link[_ngcontent-wlc-app-c730311464] {
    margin: 0;
    grid-area: show-all
}

@media (min-width:1024px) {

    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__show-all-btn[_ngcontent-wlc-app-c730311464],
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__link[_ngcontent-wlc-app-c730311464] {
        margin: 0 0 0 20px
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c730311464] {
    grid-area: games-grid;
    min-width: 0
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c730311464] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c730311464] {
        margin: 0 60px
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c730311464] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c730311464] {
        border-radius: 6px
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c730311464] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c730311464] {
        overflow: hidden
    }
}

.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c730311464] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c730311464] {
    display: none;
    z-index: 1;
    grid-area: games-grid;
    align-self: center;
    width: 100%
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c730311464] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c730311464] {
        display: block
    }
}

.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c730311464] .wlc-games-grid__swiper-buttons[_ngcontent-wlc-app-c730311464] {
    display: flex;
    justify-content: space-between
}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-games-grid[_nghost-wlc-app-c730311464] .wlc-games-grid__more[_ngcontent-wlc-app-c730311464] {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:1200px) {}

.wlc-games-grid[_nghost-wlc-app-c730311464] .wlc-games-grid__link[_ngcontent-wlc-app-c730311464] {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.45;
    transition: color .3s linear;
    display: flex;
    align-items: center;
    text-decoration: none
}

@media (pointer:fine) {
    .wlc-games-grid[_nghost-wlc-app-c730311464] .wlc-games-grid__link[_ngcontent-wlc-app-c730311464]:hover {
        color: var(--mc-baseMain)
    }
}

@media (pointer:fine) {}

.wlc-games-grid[_nghost-wlc-app-c730311464] .wlc-games-grid__link[_ngcontent-wlc-app-c730311464] {
    justify-content: flex-end;
    color: var(--mc-secondary);
    font-weight: 600
}

@media (min-width:768px) {
    .wlc-games-grid[_nghost-wlc-app-c730311464] .wlc-games-grid__link[_ngcontent-wlc-app-c730311464] {
        justify-content: flex-start;
        margin: 0 0 0 30px
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c730311464] {
    display: none
}

@media (min-width:768px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c730311464] {
        display: block
    }
}

@media (min-width:768px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-games-grid__content[_ngcontent-wlc-app-c730311464] {
        grid-template-areas: "title-icon title show-all swiper-buttons" "games-grid games-grid games-grid games-grid";
        grid-template-columns: auto auto auto minmax(0, 1fr)
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-slider swiper-container::part(container) {
    padding-bottom: 40px
}

@media (min-width:768px) {}

@media (min-width:768px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-slider swiper-container::part(container) {
        padding-bottom: 0
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-slider swiper-container::part(pagination) {
    bottom: 0;
    display: flex;
    justify-content: center
}

@media (min-width:768px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-slider swiper-container::part(pagination) {
        display: none
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-slider swiper-container::part(bullet-active) {
    width: 16px;
    border-radius: 10px;
    background: var(--mc-buttonGradient)
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-slider .swiper {
    padding-bottom: 20px
}

@media (min-width:768px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-slider .swiper {
        padding-bottom: 0
    }
}

@media (min-width:768px) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

.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-prev,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next {
    transition: background .3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--wlc-navi-button-size, 40px);
    height: var(--wlc-navi-button-size, 40px);
    color: var(--mc-baseMain);
    background: var(--mc-baseOpacity);
    outline: none;
    border-radius: 20px;
    border: 1px solid var(--mc-baseMain);
    box-shadow: none
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content {
    display: flex
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content svg,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content svg {
    fill: currentColor
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev.swiper-button-disabled {
    color: var(--mc-baseMain-o4);
    background: var(--mc-baseOpacity);
    cursor: default
}

@media (pointer:fine) {

    .wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev:hover:not(.swiper-button-disabled),
    .wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next:hover:not(.swiper-button-disabled) {
        color: var(--mc-baseMain);
        background: var(--mc-main-o4);
        border: 1px solid var(--mc-baseMain);
        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] .wlc-swiper-button-prev.swiper-button-disabled {
    border: 1px solid var(--mc-baseOpacity)
}

a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] {
    text-decoration: none;
    cursor: pointer
}

a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
    transition: color .3s linear;
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
        color: var(--mc-main)
    }
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] {
    display: flex;
    align-items: center
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.45
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
    --wlc-icon-width: 28px;
    --wlc-icon-height: 28px;
    margin: 0 10px 0 0
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content {
    display: flex
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content svg {
    fill: var(--mc-baseMain)
}

@media (pointer:fine) {}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
    font-weight: 900;
    text-transform: uppercase
}

@media (max-width:559px) {
    .wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
        padding: 0 20px 0 0
    }
}

@media (min-width:768px) {
    .wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
        font-size: 2.6rem
    }
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
    transition: color .3s linear;
    color: var(--mc-baseMain)
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content svg {
    transition: fill .3s linear
}

@media (pointer:fine) {
    .wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
        color: var(--mc-main)
    }

    .wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content svg {
        fill: var(--mc-main)
    }
}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (min-width:1420px) {}

@media (min-width:1420px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:1420px) {}

@media (min-width:1630px) {}

@media (min-width:1420px) {}

@media (min-width:1420px) {}

@media (min-width:1420px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:1420px) {}

@media (min-width:1630px) {}

@media (min-width:1420px) {}

@media (min-width:2500px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (min-width:1420px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:560px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1630px) {}

@media (min-width:1024px) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:1630px) {}

@media (min-width:560px) {}

@media (min-width:560px) {}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: unset;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    background-color: var(--mc-labelBorder);
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width:1630px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
        padding: 20px
    }
}

.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, none);
    opacity: 0
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
    color: var(--mc-baseMain);
    font-style: normal;
    margin: 0 0 10px;
    max-width: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    z-index: 2
}

@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;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
    color: var(--mc-baseMain);
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    z-index: 2
}

@media (min-width:1630px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
        font-style: normal
    }
}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1630px) {}

@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: 25px;
    background: var(--mc-buttonGradient)
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn__text {
    color: var(--mc-baseMain);
    text-transform: unset
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn:hover {
    box-shadow: none
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn:before {
    content: none
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] {
    --wlc-lsi-gap: var(--wlc-lc-main-gap);
    --wlc-lc-main-gap: 20px
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__decor[_ngcontent-wlc-app-c2067182455] {
    max-width: 100%
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__img[_ngcontent-wlc-app-c2067182455] {
    max-width: 100%
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__main[_ngcontent-wlc-app-c2067182455] {
    justify-items: center;
    text-align: var(--wlc-lc-main-text-align, center)
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__name[_ngcontent-wlc-app-c2067182455] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__name[_ngcontent-wlc-app-c2067182455] {
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.45
    }
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__timer[_ngcontent-wlc-app-c2067182455] {
    width: max-content;
    min-width: 250px;
    max-width: 100%
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__buttons[_ngcontent-wlc-app-c2067182455] {
    width: 100%;
    margin: var(--wlc-lc-btns-margin)
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__buttons--desktop[_ngcontent-wlc-app-c2067182455] {
    display: none
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__buttons--desktop[_ngcontent-wlc-app-c2067182455] {
        display: block
    }
}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] {
    --wlc-lc-bg: var(--mc-bg700);
    --wlc-lc-decor-width: 140px;
    --wlc-lc-decor-height: auto;
    --wlc-lc-btns-margin: 0;
    --wlc-lc-main-padding: 0;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.45;
    border-radius: 20px;
    overflow: hidden
}

@media (min-width:1200px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] {
        --wlc-lc-min-height: 377px
    }
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] {
        --wlc-lc-decor-width: 500px
    }
}

@media (min-width:1200px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] {
        --wlc-lc-decor-height: 100%
    }
}

@media (min-width:768px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] {
        --wlc-lc-nocontent-height: 612px
    }
}

@media (min-width:1200px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] {
        --wlc-lc-nocontent-height: 377px
    }
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] {
        --wlc-lc-main-padding: 20px 0
    }
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__wrapper[_ngcontent-wlc-app-c2067182455] {
    grid-template-columns: 1fr;
    padding: 0;
    position: relative;
    display: grid;
    gap: 40px;
    min-height: var(--wlc-lc-min-height);
    background: radial-gradient(29.36% 102.79%at 105.87% 0%, #75e6ff66, #75e6ff00), #ffffff08;
    cursor: pointer;
    overflow: hidden
}

@media (min-width:1200px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__wrapper[_ngcontent-wlc-app-c2067182455] {
        grid-template-columns: 702px 1fr
    }
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__wrapper[_ngcontent-wlc-app-c2067182455] {
        padding: 0
    }
}

@media (max-width:1199px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__wrapper[_ngcontent-wlc-app-c2067182455] {
        grid-template-rows: auto 1fr;
        grid-template-columns: 1fr;
        gap: 0;
        justify-content: center;
        background: radial-gradient(76.03% 23.57%at 50% 100%, #75e6ff33, #75e6ff00), linear-gradient(0deg, #ffffff08, #ffffff08)
    }
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__decor[_ngcontent-wlc-app-c2067182455] {
    align-self: start;
    position: relative;
    justify-self: center;
    width: 100%;
    height: var(--wlc-lc-decor-height);
    overflow: hidden
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__decor[_ngcontent-wlc-app-c2067182455] {
        align-self: center
    }
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__img[_ngcontent-wlc-app-c2067182455] {
    bottom: 0;
    max-height: initial;
    transform: translate(-50%);
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__img[_ngcontent-wlc-app-c2067182455] {
        bottom: 50%
    }
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__img[_ngcontent-wlc-app-c2067182455] {
        transform: translate(-50%, 50%)
    }
}

@media (max-width:1199px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__img[_ngcontent-wlc-app-c2067182455] {
        position: static;
        height: auto;
        transform: none
    }
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__main[_ngcontent-wlc-app-c2067182455] {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    align-self: baseline;
    margin: 40px 40px 40px 0;
    padding: 0;
    font-weight: 700
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__main[_ngcontent-wlc-app-c2067182455] .wlc-lottery-card__name[_ngcontent-wlc-app-c2067182455] {
    font-size: 24px;
    text-transform: uppercase
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__main[_ngcontent-wlc-app-c2067182455] .wlc-lottery-card__timer[_ngcontent-wlc-app-c2067182455] {
    height: 60px;
    margin-top: 24px
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__main[_ngcontent-wlc-app-c2067182455] .wlc-lottery-card__description[_ngcontent-wlc-app-c2067182455] {
    display: -webkit-box;
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__main[_ngcontent-wlc-app-c2067182455] .wlc-lottery-card__buttons[_ngcontent-wlc-app-c2067182455] {
    margin-top: 24px
}

@media (max-width:1023px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__main[_ngcontent-wlc-app-c2067182455] .wlc-lottery-card__buttons[_ngcontent-wlc-app-c2067182455] {
        display: none
    }
}

@media (max-width:1199px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__main[_ngcontent-wlc-app-c2067182455] {
        margin: 24px 12px
    }
}

@media (max-width:1023px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2067182455] .wlc-lottery-card__main[_ngcontent-wlc-app-c2067182455] {
        align-items: center
    }
}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (max-width:1023px) {}

.wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    padding: 0;
    background: none;
    display: grid
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1200px) {
    .wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:1200px) {
    .wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
        gap: 10px
    }
}

.wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px;
    gap: 10px;
    text-align: left;
    background: radial-gradient(91.67% 91.67%at 50% 100%, #75e6ff33, #75e6ff00);
    border-radius: 24px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    border: 1px solid var(--mc-main)
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        flex-direction: column
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        justify-content: space-between
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        padding: 0
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        gap: 0
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        text-align: center
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        background: radial-gradient(117.25% 64.17%at 46.15% 100%, #75e6ff33, #75e6ff00 70.03%)
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        border-radius: 32px
    }
}

.wlc-custom-loyalty-banner__bottom-item-img[_ngcontent-wlc-app-c3760990826] {
    width: 64px
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item-img[_ngcontent-wlc-app-c3760990826] {
        width: 65%
    }
}

.wlc-custom-loyalty-banner__bottom-item-title[_ngcontent-wlc-app-c3760990826] {
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    background: var(--mc-buttonGradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item-title[_ngcontent-wlc-app-c3760990826] {
        padding: 0 40px
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item-title[_ngcontent-wlc-app-c3760990826] {
        font-size: 20px
    }
}

.wlc-custom-loyalty-banner__bottom-item-desc[_ngcontent-wlc-app-c3760990826] {
    padding: 0;
    font-size: 14px;
    color: var(--mc-baseMain);
    text-wrap: balance
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item-desc[_ngcontent-wlc-app-c3760990826] {
        padding: 16px 40px 24px
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item-desc[_ngcontent-wlc-app-c3760990826] {
        font-size: 16px
    }
}

.wlc-custom-loyalty-banner__title[_ngcontent-wlc-app-c3760990826] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase
}

@media (min-width:768px) {
    .wlc-custom-loyalty-banner__title[_ngcontent-wlc-app-c3760990826] {
        font-size: 2.6rem
    }
}

.wlc-custom-loyalty-banner__title[_ngcontent-wlc-app-c3760990826] span[_ngcontent-wlc-app-c3760990826] {
    background: var(--mc-buttonGradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] {
        max-width: 1170px
    }
}

@media (min-width:1630px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] {
        max-width: 1320px
    }
}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:1630px) {}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:900px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:900px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:900px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:900px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (max-width:1199px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (max-width:1023px) {}

@media (max-width:767px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c2163990291] {
    --wlc-winner-slider-slide-height: 60px;
    position: relative
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c2163990291] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c2163990291] {
    height: 100%;
    background: radial-gradient(117.25% 64.17%at 46.15% 100%, #75e6ff33, #75e6ff00 70.03%);
    border-radius: 32px;
    overflow: hidden
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c2163990291] .wlc-winners-slider__container[_ngcontent-wlc-app-c2163990291] {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c2163990291] .wlc-winners-slider__title[_ngcontent-wlc-app-c2163990291] {
    padding: 32px 16px 16px;
    position: unset;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent;
    border-radius: 10px 0
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-vertical[_nghost-wlc-app-c2163990291] .wlc-winners-slider__title[_ngcontent-wlc-app-c2163990291] {
        padding: 40px 40px 20px
    }
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c2163990291] .wlc-winners-slider__slider[_ngcontent-wlc-app-c2163990291] {
    height: calc((52px + var(--wlc-winner-slider-slide-gap, 10px))*var(--wlc-winner-slider-slides-per-view, 4));
    margin: 0 15px 30px
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-vertical[_nghost-wlc-app-c2163990291] .wlc-winners-slider__slider[_ngcontent-wlc-app-c2163990291] {
        margin: 0 40px 40px
    }
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c2163990291] .wlc-winners-slider__slider[_ngcontent-wlc-app-c2163990291] .swiper {
    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-c2163990291] .wlc-winners-slider__slider[_ngcontent-wlc-app-c2163990291] swiper-container::part(container) {
    overflow: visible
}

@media (min-width:900px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c2163990291] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c2163990291] {
    border: 1px solid var(--mc-main)
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c2163990291] .wlc-winners-slider__title[_ngcontent-wlc-app-c2163990291] {
    color: var(--mc-secondary);
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.45;
    font-weight: 900;
    text-transform: uppercase
}

@media (min-width:900px) {
    .wlc-winners-slider--theme-vertical[_nghost-wlc-app-c2163990291] .wlc-winners-slider__slider[_ngcontent-wlc-app-c2163990291] {
        height: calc((61px + var(--wlc-winner-slider-slide-gap, 10px))*var(--wlc-winner-slider-slides-per-view, 4))
    }
}

@keyframes _ngcontent-wlc-app-c2724591341_pulse {
    0% {
        opacity: .3
    }

    50% {
        opacity: .1
    }

    to {
        opacity: .3
    }
}

@keyframes _ngcontent-wlc-app-c2724591341_rotateRight {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes _ngcontent-wlc-app-c2724591341_rotateLeft {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(-360deg)
    }
}

@media (min-width:720px) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (pointer:fine) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] {
        max-width: 1170px
    }
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] {
        max-width: 1320px
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__bg[_ngcontent-wlc-app-c2724591341] {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        /* original URL: /static/images/jackpots/bg.png */
        url(../images/25.webp)center/contain no-repeat, radial-gradient(80.98% 119.55%at 50% 99.97%, #75e6ff66, #75e6ff00)
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2724591341] {
    padding: 30px 10px;
    overflow: hidden
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2724591341] {
        padding: 30px 20px
    }
}

@media (min-width:1024px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2724591341] {
        padding: 30px
    }
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2724591341] {
        padding: 30px 75px 75px
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2724591341] {
    font-style: normal;
    font-size: 1.2rem;
    justify-content: center
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2724591341] {
        font-style: normal
    }
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2724591341] {
        font-style: normal
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] {
    margin: 40px 0 15px;
    position: relative;
    color: var(--mc-secondary)
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] {
        margin: 60px 0 0
    }
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] {
        margin: 90px 0 0
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot__currency,
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot__counter {
    font-size: 3rem;
    letter-spacing: unset;
    line-height: 1;
    fill: currentColor
}

@media (min-width:768px) {

    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot__currency,
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot__counter {
        font-size: 4.4rem
    }
}

@media (min-width:1024px) {

    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot__currency,
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot__counter {
        font-size: 5.8rem
    }
}

@media (min-width:1200px) {

    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot__currency,
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot__counter {
        font-size: 8rem
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot-body svg {
    height: 40px
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot-body svg {
        height: 54px
    }
}

@media (min-width:1024px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot-body svg {
        height: 70px
    }
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot-body svg {
        height: 110px
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] {
    position: relative;
    z-index: 5
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .wlc-games-grid__content {
    grid-template-areas: "games-grid";
    grid-template-columns: 1fr
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .swiper {
    overflow: visible
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .swiper {
        overflow: hidden
    }
}

@media (min-width:560px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (min-width:560px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (min-width:560px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (min-width:560px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

.wlc-total-jackpot--theme-mod-label[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2724591341] {
    margin: 0
}

.wlc-total-jackpot--theme-mod-label[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2724591341] .wlc-title__main {
    min-height: unset;
    padding: 0;
    background: transparent;
    border-radius: unset;
    display: flex;
    align-items: center
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2724591341] {
    position: absolute;
    top: 0;
    left: 10px;
    display: flex;
    align-items: center;
    padding: 0 15px 0 20px;
    color: var(--mc-baseMain);
    font-weight: 600;
    line-height: 35px;
    background: var(--mc-buttonGradient);
    transform: skew(-30deg)
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2724591341] .wlc-title__main {
    margin-left: 15px;
    font-size: 1.4rem;
    font-weight: 700;
    transform: skew(30deg)
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2724591341]:after,
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2724591341]:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    transform: skew(30deg)
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2724591341]:after {
    left: -10px;
    background: var(--mc-buttonGradient);
    transform: skew(30deg);
    border-radius: 20px 0 0
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2724591341]:before {
    left: -15px;
    z-index: 1;
    margin-left: 20px;
    background:
        /* original URL: /static/images/icons/jackpots.svg */
        url(../images/26.svg)center/contain no-repeat
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot__currency,
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2724591341] .wlc-total-jackpot__counter {
    font-weight: 900;
    font-family: Mulish, sans-serif
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] swiper-container::part(container) {
    overflow: visible;
    padding-bottom: 0
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .wlc-game-thumb--theme-default {
    border-radius: 16px
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .wlc-game-thumb--theme-default .wlc-game-thumb__title {
    background: transparent
}

@media (pointer:fine) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .wlc-game-thumb--theme-default:hover .wlc-game-thumb__label {
        display: none
    }

    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .wlc-game-thumb--theme-default:hover .wlc-game-thumb__desc:before {
        background: var(--mc-bg700-o8)
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .wlc-game-thumb__label {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    padding: 0 12px;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 26px;
    background: var(--mc-buttonHighlightGradient);
    border-radius: 100px
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .wlc-game-thumb__label span {
    display: inline-block
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .wlc-games-grid__more .wlc-games-grid__show-all-btn {
    background: transparent;
    border: 2px solid var(--mc-secondary)
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .wlc-games-grid__more .wlc-games-grid__show-all-btn .wlc-btn__text {
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .wlc-games-grid__more .wlc-games-grid__show-all-btn:hover {
        background: var(--mc-baseMain-o2);
        box-shadow: none
    }
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2724591341] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2724591341] .wlc-games-grid__more {
        margin: 45px 0 0
    }
}

.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%
}

@media (min-width:560px) {}

@media (min-width:768px) {}

@media (min-width:480px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (max-width:559px) {}

@media (pointer:fine) {}

@media (min-width:768px) {}

@media (max-width:559px) {}

.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%
}

@media (min-width:768px) {}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] {
    margin: 10px 0 0
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] .swiper {
    margin: -10px -15px -10px -10px;
    padding: 10px 50px 10px 10px
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] .swiper {
        margin: -15px
    }
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] .swiper {
        padding: 15px
    }
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] .swiper:before {
    display: block;
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    z-index: 2;
    width: 30px;
    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-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] swiper-container::part(container) {
    overflow: visible
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__btn[_ngcontent-wlc-app-c92895986] {
    margin: 0 0 0 20px;
    grid-area: button
}

@media (min-width:768px) {}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item {
    position: relative;
    background: radial-gradient(117.25% 64.17%at 46.15% 100%, #75e6ff33, #75e6ff00 70.03%);
    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: 85px
}

.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__error {
    line-height: 1.15;
    text-align: center;
    overflow-wrap: anywhere;
    overflow: hidden
}

.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: 125px;
    height: 100%;
    max-height: 60px;
    object-fit: contain;
    object-position: center
}

@media (hover:hover) {

    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item:hover,
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item:focus-within {
        box-shadow: 0 1px 5px var(--mc-bg100);
        transform: translate3d(0, -3px, 0);
        transition: transform .2s, box-shadow .1s
    }
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__btn[_ngcontent-wlc-app-c92895986] {
    display: block;
    min-width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    transform: none;
    border: none;
    border-radius: unset
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__btn[_ngcontent-wlc-app-c92895986] .wlc-btn__text {
    color: var(--mc-baseMain);
    font-weight: 700;
    font-size: 1.4rem;
    font-style: normal;
    text-transform: uppercase;
    transition: color .3s linear
}

@media (pointer:fine) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__btn[_ngcontent-wlc-app-c92895986]:hover {
        box-shadow: none
    }

    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__btn[_ngcontent-wlc-app-c92895986]:hover .wlc-btn__text {
        color: var(--mc-main)
    }
}

@media (max-width:767px) {}

.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: 5px;
    color: var(--mc-baseMain);
    background: none;
    cursor: pointer;
    border: none;
    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);
    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);
    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-baseMain);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.45;
    text-decoration: none
}

@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] .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;
    grid-gap: 10px
}

@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
    }
}

@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] {
        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--prev[_ngcontent-wlc-app-c3813699987],
.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] {
    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;
    margin: 0;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@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%
    }
}

@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] {
        margin: -5px 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
}

@media (pointer:fine) {}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] {
    position: relative;
    min-width: 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: 1fr;
    justify-content: space-between;
    max-width: 715px;
    text-align: left
}

@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:560px) {
    .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(2, 1fr)
    }
}

@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
    }
}

@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
    }
}

[_nghost-wlc-app-c2680891784] {
    display: inline-block
}

.wlc-logo__image[_ngcontent-wlc-app-c2680891784] svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto
}

.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] {
    padding: 0 0 32px;
    display: flex;
    flex-direction: column;
    grid-area: ratings;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid var(--mc-baseOpacity)
}

@media (min-width:1024px) {
    .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] {
        padding: 0 0 40px
    }
}

.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
    grid-gap: 20px;
    display: flex;
    align-items: flex-end;
    justify-items: center;
    max-width: 1008px
}

@media (min-width:560px) {
    .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
        grid-gap: 40px
    }
}

@media (min-width:900px) {
    .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
        grid-gap: 60px
    }
}

.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__item[_ngcontent-wlc-app-c1726347706] {
    display: flex;
    flex: 1;
    justify-content: center;
    max-width: 296px;
    max-height: 45px
}

.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__item-link[_ngcontent-wlc-app-c1726347706] span[_ngcontent-wlc-app-c1726347706] svg {
    width: 100%;
    height: 100%
}

@media (max-width:719px) {
    .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__item[_ngcontent-wlc-app-c1726347706]:first-child .wlc-footer-ratings__item-link[_ngcontent-wlc-app-c1726347706] span[_ngcontent-wlc-app-c1726347706] svg {
        height: 45px
    }
}

@media (max-width:559px) {
    .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__item[_ngcontent-wlc-app-c1726347706]:first-child .wlc-footer-ratings__item-link[_ngcontent-wlc-app-c1726347706] span[_ngcontent-wlc-app-c1726347706] svg {
        height: 35px
    }
}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (min-width:900px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (pointer:fine) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1420px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (pointer:fine) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] {
    background: transparent;
    border-radius: 0;
    width: 100%;
    overflow: hidden
}

.wlc-category-menu--theme-icons-compact[_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-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 100%;
    color: var(--mc-baseMain);
    background: none;
    cursor: pointer;
    border: none;
    transition: all .3s ease-out;
    pointer-events: initial
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control:before {
    background: linear-gradient(90deg, var(--mc-bg) 80%, var(--mc-bg-o0) 100%);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control:disabled {
    display: none
}

@media (min-width:768px) {}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control--next {
    --wlc-category-menu-svg-transform: rotate(0deg);
    margin: 0 0 0 auto;
    justify-content: flex-end
}

@media (min-width:768px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control--next {
        margin: 0 0 0 auto
    }
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control--next:before {
    transform: scaleX(-1)
}

@media (pointer:fine) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control:hover {
        color: var(--mc-main)
    }
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__content {
    padding: 0
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__link {
    height: 40px;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    transition: all .3s linear;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 16px;
    line-height: 1;
    text-decoration: none
}

@media (pointer:fine) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__link:hover {
        background: transparent
    }

    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__link:hover svg {
        animation: iconScale .6s ease-out
    }
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    color: inherit
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__icon svg {
    width: 20px;
    height: 20px;
    transform: translateZ(0)
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__icon svg,
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__icon svg path {
    fill: currentColor
}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (pointer:fine) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media all {
    @keyframes iconScale {
        55% {
            transform: scale(1.25) rotate(10deg)
        }

        to {
            transform: scale(1) rotate(0)
        }
    }
}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

.wlc-category-menu[_nghost-wlc-app-c3668254373] {
    position: relative
}

.wlc-category-menu[_nghost-wlc-app-c3668254373] .wlc-slider .swiper-slide {
    width: auto
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu .swiper {
    margin: 0-5px
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu .swiper-slide:last-of-type .wlc-menu__item .wlc-menu__link {
    border-image: none
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__item {
    border-right: 1px solid transparent;
    border-image: var(--mc-borderGradient);
    border-image-slice: 1
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__link {
    border-radius: 100px
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__link .wlc-menu__link-text {
    display: block;
    margin: 0 5px;
    transition: all ease .4s
}

@media (min-width:1200px) {}

@media (pointer:fine) {}

@media (max-width:767px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__controls[_ngcontent-wlc-app-c3668254373] {
        display: none
    }
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control[_ngcontent-wlc-app-c3668254373]:before {
    border-radius: 10px
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control[_ngcontent-wlc-app-c3668254373]:after {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background:
        /* original URL: /static/images/wlc/icons/arrow-color-gradient.svg */
        url(../images/27.svg)no-repeat center;
    background-size: contain
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

swiper-container {
    --swiper-pagination-color: var(--mc-baseMain-locked);
    --swiper-pagination-bullet-inactive-color: var(--mc-baseMain-o6);
    --swiper-pagination-bullet-inactive-opacity: 1
}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:1366px) {}

.wlc-slider--theme-wolf-banner {
    position: relative
}

.wlc-slider--theme-wolf-banner .swiper-button-container {
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: left;
    padding: 15px 40px 25px
}

.wlc-slider--theme-wolf-banner .swiper {
    padding: 0;
    overflow: hidden
}

.wlc-slider--theme-wolf-banner .swiper .swiper-slide {
    max-width: unset
}

.wlc-slider .swiper {
    max-height: 100%
}

.wlc-slider--theme-wolf-banner swiper-container::part(pagination) {
    right: 16px;
    bottom: 16px;
    left: unset;
    display: flex;
    justify-content: right
}

.wlc-slider--theme-wolf-banner swiper-container::part(bullet-active) {
    width: 16px;
    border-radius: 10px;
    background: var(--mc-black)
}

.wlc-slider--theme-wolf-banner swiper-container::part(bullet) {
    background: var(--mc-black-o6)
}

.wlc-slider--theme-wolf-banner .swiper-button-container {
    gap: 15px;
    align-items: center;
    pointer-events: none
}

.wlc-slider .swiper-slide {
    height: auto !important
}

.wlc-slider .swiper-slide:has(.disabled) {
    order: 2000
}

.wlc-icon-list__wrapper {
    min-height: 20px
}

.wlc-icon-list .wlc-icon svg {
    height: auto;
    object-fit: contain;
    object-position: center
}

.wlc-icon-list .wlc-icon svg path {
    fill: inherit
}

@media (min-width:1420px) {}

@media (min-width:1630px) {}

@media (min-width:640px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:1420px) {}

@media (min-width:1630px) {}

@media (min-width:640px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

.wlc-icon-list--theme-payments {
    padding: 0;
    width: 100%;
    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 {
    padding: 0 0 20px;
    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:1200px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        flex-wrap: nowrap
    }
}

@media (min-width:900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        margin: 0-20px -10px
    }
}

@media (min-width:1630px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        margin: 0-20px -20px
    }
}

@media (min-width:1200px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        padding: 0
    }
}

@media (min-width:1024px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        justify-content: flex-start
    }
}

@media (min-width:1200px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        justify-content: space-between
    }
}

.wlc-icon-list--theme-payments .wlc-icon-list-item {
    padding: 0 15px
}

@media (min-width:900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list-item {
        padding: 10px 20px
    }
}

@media (min-width:1630px) {
    .wlc-icon-list--theme-payments .wlc-icon-list-item {
        padding: 20px
    }
}

.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
    max-width: 105px;
    max-height: 22px;
    overflow: hidden
}

@media (min-width:900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
        width: 100%
    }
}

@media (min-width:1200px) {
    .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
        max-height: 30px
    }
}

@media (min-width:900px) {}

@media (min-width:1630px) {}

.wlc-icon-list--theme-payments .wlc-icon-list-item {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.wlc-icon-list--theme-payments:is(.scrollable--right, .scrollable--left) .wlc-icon-list__wrapper {
    padding: 0 0 20px
}

.wlc-custom-license {
    display: flex;
    flex-direction: row-reverse;
    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 40px;
    border-right: 1px solid transparent;
    border-image: var(--mc-borderGradient);
    border-image-slice: 1
}

@media (max-width:767px) {

    .wlc-custom-license__age-restrictions,
    .wlc-custom-license__curacao {
        padding: 0 22px
    }
}

.wlc-custom-license__curacao {
    width: auto;
    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-custom-license__age-restrictions svg path {
    fill: var(--mc-baseMain)
}

.wlc-custom-license__age-restrictions svg path:first-child {
    fill: var(--mc-footerLicense)
}

.wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
    color: var(--mc-footerText);
    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
    }
}

@media (min-width:1024px) {
    .wlc-sections__footer--theme-1 .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-footerText);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.45
}

@media (min-width:900px) {
    .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
        text-align: start
    }
}

@media (pointer:fine) {}

@media (min-width:1024px) {
    .wlc-sections__footer--theme-1 .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
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-color: var(--mc-bg-d10);
    background-image:
        /* original URL: /static/images/logo.svg */
        url(../images/28.svg);
    background-size: 50%;
    background-repeat: no-repeat
}

@media (min-width:1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] {
        cursor: unset
    }
}

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] {
        aspect-ratio: 4/3
    }
}

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] {
        padding: 75%0 0;
        height: 0
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-image {
    --wlc-image-width: 100%;
    --wlc-image-height: 100%;
    --wlc-image-object-fit: cover;
    --wlc-image-object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    overflow: hidden
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__wrap[_ngcontent-wlc-app-c103465423] {
    position: relative;
    overflow: hidden
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c103465423] {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    aspect-ratio: 4/3
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423],
.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c103465423],
.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423] {
    display: none;
    transition: opacity .3s linear;
    z-index: 5;
    grid-template-rows: 1fr auto;
    padding: 10px;
    opacity: 0
}

@media (min-width:1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423] {
        display: grid
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423]:before {
    transition: all .25s linear;
    content: "";
    z-index: 1;
    background: linear-gradient(180deg, rgba(26, 21, 0, 0) 0%, var(--mc-bg700) 86.3%);
    transform: translate(-100%) skew(35deg);
    pointer-events: none
}

@media (pointer:coarse) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423] {
        display: none
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__name[_ngcontent-wlc-app-c103465423] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media (min-width:1630px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__name[_ngcontent-wlc-app-c103465423] {
        color: var(--mc-baseMain);
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

@media (min-width:1630px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c103465423] {
        color: var(--mc-baseMain);
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
    z-index: 3
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn[_ngcontent-wlc-app-c103465423] {
    min-width: auto
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl[_ngcontent-wlc-app-c103465423] {
    transition: all .3s linear
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c103465423] {
    transition: all .3s linear;
    color: var(--mc-baseMain);
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c103465423] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.45;
    display: flex
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c103465423] {
    min-width: 40px;
    display: flex
}

@media (min-width:1200px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c103465423] {
        min-width: 50px
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c103465423] .wlc-icon[_ngcontent-wlc-app-c103465423] {
    color: var(--mc-baseMain);
    line-height: 0
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c103465423] .wlc-icon[_ngcontent-wlc-app-c103465423] svg {
    width: 14px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c103465423] .wlc-icon[_ngcontent-wlc-app-c103465423] svg path {
    fill: currentColor
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-info-text[_ngcontent-wlc-app-c103465423] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c103465423] {
        color: var(--mc-baseMain);
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.45
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c103465423] {
    transition: opacity .3s linear;
    display: none;
    z-index: 4;
    grid-auto-rows: max-content;
    gap: 10px;
    padding: 10px;
    background: var(--mc-bg700-o8);
    opacity: 0
}

@media (min-width:1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c103465423] {
        display: grid
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c103465423] .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c103465423],
.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c103465423] .wlc-game-thumb__name[_ngcontent-wlc-app-c103465423],
.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c103465423] .wlc-game-thumb__ppl[_ngcontent-wlc-app-c103465423] {
    min-width: 0
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c103465423] .wlc-game-thumb__name[_ngcontent-wlc-app-c103465423] {
    max-width: 200px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c103465423] .wlc-game-thumb__ppl-info-text[_ngcontent-wlc-app-c103465423],
.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c103465423] .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c103465423] {
    font-weight: 700
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c103465423] {
    display: none;
    position: absolute;
    right: 10px;
    z-index: 5;
    color: var(--mc-baseMain-o6);
    line-height: 1
}

@media (min-width:1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c103465423] {
        display: block
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c103465423] svg {
    fill: currentColor
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c103465423]:hover {
        color: var(--mc-baseMain)
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl.hidden[_ngcontent-wlc-app-c103465423] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c103465423] {
    flex-direction: column
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl.hidden[_ngcontent-wlc-app-c103465423] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c103465423] {
    margin: 0 0 10px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl.hidden[_ngcontent-wlc-app-c103465423] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c103465423] .wlc-icon[_ngcontent-wlc-app-c103465423] {
    margin: 0 5px 0 0
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c103465423] {
    color: var(--mc-secondary);
    font-style: normal;
    transition: all .2s linear;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 150px;
    padding: 0 0 15px;
    background: linear-gradient(180deg, #26200000 44.56%, #060724 77.95%)
}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423] {
    aspect-ratio: unset;
    background: none
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423] .wlc-game-thumb__card[_ngcontent-wlc-app-c103465423] {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background-position: center;
    background-color: var(--mc-bg-d10);
    background-image:
        /* original URL: /static/images/logo.svg */
        url(../images/28.svg);
    background-size: 50%;
    background-repeat: no-repeat
}

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423] .wlc-game-thumb__card[_ngcontent-wlc-app-c103465423] {
        aspect-ratio: 4/3
    }
}

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423] .wlc-game-thumb__card[_ngcontent-wlc-app-c103465423] {
        padding: 75%0 0;
        height: 0
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423] {
    align-items: end
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423] .wlc-game-thumb__name[_ngcontent-wlc-app-c103465423] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.45
}

@media (min-width:1200px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423] .wlc-game-thumb__name[_ngcontent-wlc-app-c103465423] {
        color: var(--mc-baseMain);
        font-style: normal
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c103465423] {
    color: var(--fc-placeholderColor);
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.45
}

@media (min-width:1200px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c103465423] {
        color: var(--fc-placeholderColor);
        font-style: normal
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
    align-items: flex-start;
    padding: 15px 15px 20px;
    text-align: left
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c103465423] {
        opacity: 0
    }
}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c103465423] .wlc-game-thumb-media[_ngcontent-wlc-app-c103465423]:before {
        padding: 162.5%0 0;
        content: "";
        display: block;
        width: 100%;
        height: 0
    }
}

@supports (aspect-ratio:1/1) {

    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c103465423],
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c103465423] {
        aspect-ratio: 10/16
    }
}

@supports not (aspect-ratio:1/1) {

    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c103465423],
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c103465423] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media (pointer:fine) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

@media (min-width:1200px) {}

@media (min-width:1200px) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@supports (aspect-ratio:1/1) {

    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c103465423],
    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c103465423] {
        aspect-ratio: 10/15
    }
}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423]:before {
    transform: none;
    opacity: 0
}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423] {
        opacity: 1
    }

    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423]:before {
        opacity: 1
    }

    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__ppl[_ngcontent-wlc-app-c103465423],
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c103465423] {
        opacity: 0;
        pointer-events: none
    }
}

@media (pointer:fine) and (min-width:1024px) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
    display: none;
    gap: 10px;
    justify-content: center;
    grid-template-rows: minmax(0, 1fr) minmax(0, 18px);
    grid-template-columns: minmax(0, 110px)
}

@media (min-width:1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
        display: grid
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--demo .wlc-btn__text {
    color: var(--mc-buttonText, var(--mc-baseMain))
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c103465423] {
    grid-template-rows: minmax(0, 1fr) minmax(0, 18px);
    grid-template-columns: minmax(0, 110px)
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--theme-mod-secondary {
    border: none;
    box-shadow: none
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--theme-mod-secondary .wlc-btn__text {
    font-style: normal;
    text-transform: capitalize
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--theme-mod-secondary:hover {
        background: transparent
    }

    .wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--theme-mod-secondary:hover .wlc-btn__text {
        text-decoration: underline
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--demo {
    display: flex;
    height: 18px;
    padding: 0
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--play {
    width: 68px;
    height: 68px;
    margin: 0 auto
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--play:after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background:
        /* original URL: /static/images/icons/play.svg */
        url(../images/29.svg)center no-repeat;
    background-size: cover
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c103465423] {
    font-weight: 600;
    pointer-events: none
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
    flex: 1;
    gap: 6px;
    background: var(--mc-bg700);
    border-radius: 0 0 16px 16px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c103465423] {
    top: auto;
    bottom: 10px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c103465423] {
    background: var(--mc-textGradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s linear(.4-50%, 1 100%)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423] {
    transition: all .3s linear;
    border: 2px solid transparent;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423]:hover {
        border: 2px solid var(--mc-main)
    }
}

.wlc-image {
    width: var(--wlc-image-width, auto);
    height: var(--wlc-image-height, auto)
}

.wlc-image__picture {
    position: absolute;
    top: 0;
    width: 100%
}

.wlc-image__picture img {
    width: var(--wlc-image-width, auto);
    height: var(--wlc-image-height, auto);
    object-fit: var(--wlc-image-object-fit);
    object-position: var(--wlc-image-object-position)
}

.wlc-image__content,
.wlc-image__picture {
    height: 100%
}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

@media (pointer:fine) and (min-width:1024px) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] {
    --ls-link-justify-content: start;
    --ls-link-padding: 0 15px;
    --ls-link-hover: var(--mc-bg300);
    --ls-link-icon-margin: 0 10px 0 0;
    --ls-link-arrow: block;
    --ls-curr-flag-size: 20px;
    --ls-icon-width: auto;
    position: relative;
    padding: 5px 0 0
}

@media (pointer:fine) {}

.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_nghost-wlc-app-c1531382909] {
    --ls-link-background: transparent
}

@media (pointer:fine) {}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c1531382909] {
    overflow: hidden
}

.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: 5px;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

@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-baseMain);
        background: transparent
    }
}

.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: transparent
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__link[_ngcontent-wlc-app-c1531382909] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 10px;
    border-radius: 10px;
    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 10px 0 0;
    border-radius: 50%;
    overflow: hidden
}

.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] {
    display: flex;
    gap: 10px;
    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: 10px;
    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
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c1531382909] img[_ngcontent-wlc-app-c1531382909] {
    display: block;
    width: 100%;
    height: 100%
}

@media (pointer:fine) {}

.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 path,
.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c1531382909] svg {
    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(--mc-baseMain);
    font-style: normal;
    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 path,
    .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 {
        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-baseMain)
    }
}

@media (pointer:fine) {}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909],
.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__link[_ngcontent-wlc-app-c1531382909] {
    transition: all .3s linear
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c1531382909] {
    margin-right: -3px
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c1531382909] {
    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-lang[_ngcontent-wlc-app-c1531382909] {
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__item[_ngcontent-wlc-app-c1531382909]:hover .wlc-language-selector__link-lang[_ngcontent-wlc-app-c1531382909] {
        color: var(--mc-baseSecond)
    }
}

.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] {
    background: var(--mc-bgModal)
}

.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_nghost-wlc-app-c1531382909] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c1531382909] {
    color: var(--mc-baseMainNew);
    font-weight: 700
}

.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] {
    display: flex;
    align-items: center
}

.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text[_ngcontent-wlc-app-c2616516340] {
    color: var(--wlc-timer-color, var(--mc-baseMain));
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] {
    display: flex
}

.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__divider[_ngcontent-wlc-app-c2616516340] {
    margin: 0 5px
}

.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__clock-icon[_ngcontent-wlc-app-c2616516340] {
    margin: -5px 10px 0 0
}

.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__clock-icon[_ngcontent-wlc-app-c2616516340] svg {
    width: 18px;
    height: 18px;
    color: var(--mc-secondary)
}

.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__timer-text[_ngcontent-wlc-app-c2616516340] {
    text-align: left
}

@media (min-width:560px) {}

@media (min-width:560px) {}

@media (min-width:560px) {}

.wlc-timer--theme-wolf-custom[_nghost-wlc-app-c2616516340] {
    display: flex
}

.wlc-timer--theme-wolf-custom[_nghost-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45;
    display: flex;
    gap: 8px;
    justify-content: space-between
}

.wlc-timer--theme-wolf-custom[_nghost-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 60px;
    padding: 10px 0;
    font-size: 36px;
    background: var(--mc-buttonGradient);
    border-radius: 10px
}

.wlc-timer--theme-wolf-custom[_nghost-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] .value[_ngcontent-wlc-app-c2616516340] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--wlc-timer-val-width, 25px);
    height: var(--wlc-timer-val-height, 22px);
    margin: 0 1rem;
    padding: var(--wlc-timer-val-padding, 2px 0);
    background: transparent;
    border-radius: 8px
}

.wlc-timer--theme-wolf-custom[_nghost-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] .text[_ngcontent-wlc-app-c2616516340] {
    align-self: flex-end;
    padding: 0;
    font-size: 16px
}

.wlc-lottery-buttons--theme-default[_nghost-wlc-app-c1203597000] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%
}

@keyframes _ngcontent-wlc-app-c3283622905_spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] {
    margin: 0
}

@media (min-width:900px) {
    .wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] {
        margin: 0
    }
}

@media (min-width:1630px) {
    .wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] {
        margin: 0
    }
}

@media (min-width:720px) {}

@media (min-width:900px) {}

@media (min-width:768px) {}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] {
    position: relative;
    overflow: hidden;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    border-radius: 32px
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
    right: 20px;
    bottom: 30px;
    position: absolute;
    z-index: 22;
    display: flex;
    align-items: center;
    width: auto
}

@media (min-width:1024px) {
    .wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
        right: 40px
    }
}

@media (min-width:1024px) {
    .wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
        bottom: 40px
    }
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] {
    height: 100%
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper,
.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper-wrapper {
    height: 100%
}

@media (min-width:720px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (min-width:560px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:560px) {}

@media (min-width:560px) {}

.wlc-tournament-list--theme-mod-swiper[_nghost-wlc-app-c472511272] div[slot-container-end][_ngcontent-wlc-app-c472511272] {
    display: none
}

@media (min-width:560px) {
    .wlc-tournament-list--theme-mod-swiper[_nghost-wlc-app-c472511272] div[slot-container-end][_ngcontent-wlc-app-c472511272] {
        display: flex
    }
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] {
    border: 1px solid var(--mc-main)
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: var(--h-gap);
    grid-template-areas: "login sign";
    align-items: center
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_login-modal] {
    grid-area: login
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_register-modal] {
    grid-area: sign
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] .wlc-plate-wrapper[_ngcontent-wlc-app-c4208157022] {
    position: relative;
    cursor: pointer
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] .wlc-plate-wrapper[_ngcontent-wlc-app-c4208157022]:before {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.45;
    content: "150 FS";
    position: absolute;
    top: -8px;
    right: -6px;
    z-index: 1;
    height: 18px;
    padding-right: 5px;
    padding-left: 20px;
    line-height: 18px;
    background: linear-gradient(180deg, #4e00f4, #9361ff);
    border-radius: 9px
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] .wlc-plate-wrapper[_ngcontent-wlc-app-c4208157022]:after {
    content:
        /* original URL: /static/images/wlc/icons/european/v3/gift.svg */
        url(../images/30.svg);
    position: absolute;
    top: -6px;
    right: 35px;
    z-index: 1;
    width: 9px;
    line-height: 9px
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_register-modal] {
    background: var(--mc-buttonHighlightGradient)
}

@media (pointer:fine) {
    .wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_register-modal]:hover {
        box-shadow: 0 0 15px #ff01b466
    }
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_login-modal] .wlc-btn__text,
.wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_register-modal] .wlc-btn__text {
    line-height: 1
}

@media (max-width:767px) {

    .wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_login-modal],
    .wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_register-modal] {
        min-width: unset;
        padding: 5px 15px
    }
}

@media (max-width:479px) {
    .wlc-login-signup--theme-wolf[_nghost-wlc-app-c4208157022] {
        gap: 5px
    }
}

@media (pointer:fine) {}

.wlc-tournament--theme-default.wlc-tournament--type-banner[_nghost-wlc-app-c1122544558] {
    height: 100%
}

@media (pointer:fine) {}

.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child {
    height: 100%;
    grid-column: auto
}

@media (min-width:900px) {
    .wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child {
        height: 100%
    }
}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:1200px) {}

.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .buttons-wrap {
    flex-wrap: nowrap
}

.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .buttons-wrap .wlc-btn__text {
    text-wrap: nowrap
}

@media (min-width:900px) {
    .wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child {
        grid-column: span 2
    }
}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] {
    min-height: 385px;
    position: relative;
    height: 100%
}

@media (min-width:480px) {
    .wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] {
        min-height: 325px
    }
}

@media (min-width:768px) {
    .wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] {
        min-height: 370px
    }
}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] {
    position: relative;
    max-width: 100%;
    height: 100%;
    border-radius: 32px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275]:before {
    background: radial-gradient(117.25% 64.17%at 46.15% 100%, #75e6ff33, #75e6ff00 70.03%);
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1
}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__tag[_ngcontent-wlc-app-c3370831275] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.45;
    padding: 0;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10;
    min-width: 140px;
    text-align: center;
    background: transparent;
    border-radius: unset
}

@media (min-width:560px) {}

@media (min-width:900px) {}

@media (min-width:1200px) {}

@media (min-width:560px) {}

@media (min-width:900px) {}

@media (min-width:1200px) {}

@media (pointer:fine) {}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body[_ngcontent-wlc-app-c3370831275] {
    padding: 55px 20px 20px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%
}

@media (min-width:768px) {
    .wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body[_ngcontent-wlc-app-c3370831275] {
        padding: 87px 40px 40px
    }
}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body[_ngcontent-wlc-app-c3370831275]>*[_ngcontent-wlc-app-c3370831275]:not(.wlc-tournament-banner__body-decor) {
    position: relative;
    z-index: 2
}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c3370831275] {
    display: none;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c3370831275] {
        display: block
    }
}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body-title[_ngcontent-wlc-app-c3370831275] {
    color: var(--mc-baseMain);
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2
}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__timer-block[_ngcontent-wlc-app-c3370831275] {
    margin: 0 0 25px
}

@media (min-width:768px) {}

@media (min-width:480px) {}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-icon-content {
    display: inline-block;
    line-height: 0
}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .buttons-wrap[_ngcontent-wlc-app-c3370831275] {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    min-height: 40px;
    margin: auto 0 0
}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .buttons-wrap[_ngcontent-wlc-app-c3370831275]>.wlc-btn[_ngcontent-wlc-app-c3370831275] {
    grid-column-gap: 0;
    min-width: 115px;
    padding: 5px 15px
}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .buttons-wrap[_ngcontent-wlc-app-c3370831275]:has(.join-btn, .wlc-tournament-banner__lock-btn)[_ngcontent-wlc-app-c3370831275] .wlc-btn--theme-mod-read[_ngcontent-wlc-app-c3370831275] {
    display: grid
}

@media (min-width:1024px) {}

@media (min-width:560px) {}

@media (min-width:900px) {}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:480px) {}

@media (pointer:fine) {}

.wlc-tournament-banner__body[_ngcontent-wlc-app-c3370831275] {
    cursor: pointer
}

.wlc-tournament-banner__tag[_ngcontent-wlc-app-c3370831275] {
    display: flex;
    gap: 9px
}

.wlc-tournament-banner__tag-title[_ngcontent-wlc-app-c3370831275],
.wlc-tournament-banner__tag-win[_ngcontent-wlc-app-c3370831275] {
    padding: 0 15px;
    line-height: 35px;
    border-radius: 100px
}

.wlc-tournament-banner__tag-title[_ngcontent-wlc-app-c3370831275] span[_ngcontent-wlc-app-c3370831275] {
    display: inline-block
}

.wlc-tournament-banner__tag-win[_ngcontent-wlc-app-c3370831275] {
    border: 1px solid #ff00e5
}

.wlc-tournament-banner__tag-win[_ngcontent-wlc-app-c3370831275] span[_ngcontent-wlc-app-c3370831275] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    display: block;
    max-width: 230px
}

.wlc-tournament-banner__tag-title[_ngcontent-wlc-app-c3370831275] {
    display: flex;
    align-items: center;
    background: var(--mc-buttonHighlightGradient)
}

@media (max-width:479px) {
    .wlc-tournament-banner__tag[_ngcontent-wlc-app-c3370831275] {
        font-size: 1.2rem !important
    }
}

@media (min-width:1200px) {
    .wlc-tournament-banner__tag[_ngcontent-wlc-app-c3370831275] {
        color: var(--mc-baseMain);
        font-style: normal;
        font-size: 1.4rem;
        line-height: 1.45;
        font-weight: 600
    }
}

.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .buttons-wrap[_ngcontent-wlc-app-c3370831275]>.wlc-btn[_ngcontent-wlc-app-c3370831275] span {
    text-transform: uppercase
}

@media (max-width:1199px) {
    .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .buttons-wrap[_ngcontent-wlc-app-c3370831275]>.wlc-btn[_ngcontent-wlc-app-c3370831275] span {
        font-size: 1.2rem;
        line-height: 1.25
    }
}

@media (min-width:1200px) {
    .wlc-tournament-banner__timer-block[_ngcontent-wlc-app-c3370831275] {
        margin: 0 0 35px
    }
}

.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__content {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0;
    background-color: transparent
}

.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__timer-block {
    margin: 20px 0 0
}

.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__timer-block .wlc-timer__clock-icon svg {
    fill: transparent
}

.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__timer-block .wlc-timer__timer-text {
    display: flex;
    align-items: center
}

.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__timer-block .wlc-timer__timer-text .secondary-text {
    padding-right: 8px;
    font-size: 1.2rem
}

.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block {
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    padding: 25px 90px;
    background: var(--mc-buttonHighlightGradient);
    border-radius: 100px
}

.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center
}

.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--subtitle,
.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--value {
    line-height: 1
}

.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--subtitle {
    max-width: 152px;
    font-weight: 300;
    font-size: 1.6rem;
    white-space: nowrap
}

@media (min-width:1200px) {
    .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--subtitle {
        font-size: 2rem
    }
}

.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--value {
    font-weight: 900;
    font-size: 2.1rem
}

@media (min-width:560px) {
    .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--value {
        font-size: 2.6rem
    }
}

@media (min-width:1024px) {
    .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--value {
        font-size: 3.6rem
    }
}

@media (min-width:1200px) {
    .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--value {
        font-size: 4rem
    }
}

.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body-title[_ngcontent-wlc-app-c3370831275] {
    max-width: 350px;
    margin: 0 0 20px;
    font-weight: 900;
    font-size: 3rem;
    line-height: 3.4rem
}

@media (min-width:1200px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:640px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:480px) {}

@media (min-width:560px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:1200px) {}

@media (min-width:900px) {}

@media (min-width:640px) {}

@media (min-width:1024px) {}

@media (min-width:1630px) {}

@media (min-width:640px) {}

@media (min-width:1630px) {}

@media (min-width:640px) {}

@media (min-width:1024px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:640px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (min-width:900px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:640px) {}

@media (min-width:640px) {}

@media (min-width:768px) {}

@media (pointer:fine) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (min-width:480px) {}

@media (min-width:560px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:640px) {}

@media (min-width:480px) {}

@media (min-width:768px) {}

@media (min-width:480px) {}

@keyframes _ngcontent-wlc-app-c3781195698_spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:720px) {}

@media (min-width:900px) {}

@media (min-width:640px) {}

@media (min-width:900px) {}

@media (min-width:640px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:480px) {}

@media (min-width:560px) {}

@media (min-width:900px) {}

@media (min-width:480px) {}

@media (min-width:720px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:720px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (max-width:899px) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:1200px) {}

@media (pointer:fine) {}

@media (min-width:1200px) {}

@media (min-width:1630px) {}

@media (min-width:1200px) {}

.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] {
    --wlc-prizes-row-alignment: left;
    max-width: 100%
}

.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__content[_ngcontent-wlc-app-c3540639100] {
    flex-wrap: wrap;
    min-width: 100%;
    background: var(--mc-bg);
    border-radius: 10px;
    display: flex;
    justify-content: left;
    height: 100%
}

@media (min-width:480px) {
    .wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__content[_ngcontent-wlc-app-c3540639100] {
        flex-wrap: nowrap
    }
}

@media (min-width:480px) {
    .wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__content[_ngcontent-wlc-app-c3540639100] {
        min-width: 350px
    }
}

@media (min-width:1200px) {
    .wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__content[_ngcontent-wlc-app-c3540639100] {
        padding: 10px 20px
    }
}

.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__prize-block[_ngcontent-wlc-app-c3540639100] {
    display: flex;
    align-items: center
}

@media (min-width:480px) {
    .wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__prize-block[_ngcontent-wlc-app-c3540639100] {
        min-width: 0
    }
}

.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__prize-block__text[_ngcontent-wlc-app-c3540639100] {
    min-width: 0
}

.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__prize-block__text--subtitle[_ngcontent-wlc-app-c3540639100] {
    color: var(--mc-baseMain);
    font-style: normal
}

.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__prize-block__text--value[_ngcontent-wlc-app-c3540639100] {
    color: var(--mc-baseMain);
    font-style: normal;
    white-space: nowrap
}

@media (min-width:480px) {}

@media (min-width:480px) {}

@media (min-width:480px) {}

.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__timer-block[_ngcontent-wlc-app-c3540639100] .wlc-timer__content {
    padding: 0;
    background: transparent;
    border-radius: 0;
    min-width: 200px
}

@media (min-width:480px) {
    .wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__timer-block[_ngcontent-wlc-app-c3540639100] .wlc-timer__content {
        min-width: 185px
    }
}

.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__timer-block[_ngcontent-wlc-app-c3540639100] .wlc-timer__timer-text {
    line-height: 0
}

.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__timer-block[_ngcontent-wlc-app-c3540639100] .wlc-timer__timer-text .secondary-text {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 400;
    line-height: 1.45
}

.wlc-tournament-prizes-row--theme-default[_nghost-wlc-app-c3093615992] {
    --wlc-icon-width: 16px;
    --wlc-icon-height: 16px
}

.wlc-tournament-prizes-row--theme-default[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__values[_ngcontent-wlc-app-c3093615992] {
    display: var(--wlc-prizes-row-display, flex);
    flex-wrap: wrap;
    justify-content: var(--wlc-prizes-row-alignment, center);
    width: 100%;
    text-align: var(--wlc-prizes-row-alignment, center);
    text-overflow: ellipsis;
    overflow: hidden
}

.wlc-tournament-prizes-row--theme-default[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__val[_ngcontent-wlc-app-c3093615992] {
    white-space: nowrap
}

.wlc-tournament-prizes-row--theme-default[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__val[_ngcontent-wlc-app-c3093615992]:not(:first-child):before {
    content: "+";
    display: inline-block;
    margin: 0 5px
}

.wlc-tournament-prizes-row--theme-default.wlc-tournament-prizes-row--theme-mod-one-line[_nghost-wlc-app-c3093615992] {
    --wlc-prizes-row-display: block;
    --wlc-currency-display: inline
}

@media (min-width:560px) {}

@media (min-width:720px) {}

@media (min-width:900px) {}

@media (min-width:1630px) {}

@media (pointer:fine) {}

@media (min-width:1366px) {}

@media (min-width:1630px) {}

@media (min-width:768px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

[_nghost-wlc-app-c347345923] {
    overflow: visible !important;
    max-width: none !important;
    max-height: none !important;
    line-height: 1.3
}

[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
    display: grid;
    grid-template-areas: "picture details";
    grid-template-columns: auto 1fr;
    align-items: center;
    max-width: 100%
}

[_nghost-wlc-app-c347345923] .wlc-winner__block--left[_ngcontent-wlc-app-c347345923] {
    grid-area: picture
}

[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
    display: grid;
    grid-area: details;
    grid-template-areas: "game amount" "user user";
    grid-template-columns: auto 1fr;
    min-width: 0;
    -moz-column-gap: 10px;
    column-gap: 10px
}

[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
    position: relative;
    border: none;
    border-radius: 10px;
    overflow: hidden
}

[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923]:before {
    content: "";
    display: block;
    padding-top: 100%
}

[_nghost-wlc-app-c347345923] .wlc-winner__user[_ngcontent-wlc-app-c347345923] {
    color: var(--mc-baseMain);
    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-c347345923] .wlc-winner__name[_ngcontent-wlc-app-c347345923] {
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto
}

[_nghost-wlc-app-c347345923] .wlc-winner__country[_ngcontent-wlc-app-c347345923] {
    flex: 0 0 auto;
    object-fit: cover;
    object-position: center;
    width: 24px;
    height: 18px;
    margin-right: 10px;
    border: none;
    box-shadow: none
}

[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923] {
    color: var(--mc-baseMain);
    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: transparent;
    border: none
}

[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:focus {
    outline: none
}

[_nghost-wlc-app-c347345923] .wlc-winner__game-name[_ngcontent-wlc-app-c347345923] {
    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-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
    transition: color .3s linear;
    width: 16px;
    margin: 0 0 0 10px;
    color: var(--mc-main)
}

@media (pointer:fine) {
    [_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:hover {
        color: currentColor
    }

    [_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:hover .wlc-winner__game-name[_ngcontent-wlc-app-c347345923] {
        border-bottom-color: currentColor
    }

    [_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:hover .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
        color: var(--mc-main-l20)
    }
}

[_nghost-wlc-app-c347345923] .wlc-winner__amount[_ngcontent-wlc-app-c347345923] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.45;
    grid-area: amount;
    white-space: nowrap;
    text-align: right
}

@media (min-width:1024px) {}

@media (min-width:1024px) {}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
    position: relative;
    gap: 10px
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]: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-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]:before {
        top: -13px
    }
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
    box-shadow: none
}

@media (min-width:900px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
        width: 80px
    }
}

@media (min-width:900px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
        height: 60px
    }
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
    padding: 0 10px;
    background: transparent
}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (min-width:900px) {}

@media (pointer:fine) {}

@media (min-width:1024px) {}

@media (pointer:fine) {}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
    height: auto !important;
    padding: 5px;
    background: transparent
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]:before {
    top: -9px;
    background: var(--mc-baseMain-o2)
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
    gap: 8px
}

@media (min-width:900px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__block[_ngcontent-wlc-app-c347345923] {
        grid-template-areas: "game amount" "user amount"
    }
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923] {
    text-transform: uppercase;
    overflow: hidden
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
    position: absolute;
    top: 21px;
    right: 8px;
    display: block
}

@media (max-width:899px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
        top: 30px
    }
}

@media (max-width:899px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game-name[_ngcontent-wlc-app-c347345923] {
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.45;
        font-weight: 500
    }
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__amount[_ngcontent-wlc-app-c347345923] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 18px
}

@media (max-width:899px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__amount[_ngcontent-wlc-app-c347345923] {
        font-style: normal;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.45;
        margin-right: -15px;
        padding-right: 0
    }
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__country[_ngcontent-wlc-app-c347345923] {
    border-radius: 3px
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
    width: 48px;
    height: 48px
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] .wlc-winner__image[_ngcontent-wlc-app-c347345923] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media (min-width:900px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
        width: 56px;
        height: 56px
    }
}

.sf-hidden {
    display: none !important
}

.textSeo {
    margin-bottom: 50px;
}
.textSeo p {
    line-height: 1.4;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 30px;
    margin-top: 40px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
.wlc-burger-panel {
    display: none!important;
}
.wlc-body--fp-left:not(.wlc-body--fp-left-nopadding) .wlc-app {
    padding-left: 0;
}
@media (max-width: 1200px) {
    .wlc-burger-panel {
        display: none!important;
    }
    .wlc-body--fp-left:not(.wlc-body--fp-left-nopadding) .wlc-app {
        padding-left: 0;
    }
    [data-wlc-element="section_header"] .container {
        grid-template-columns: auto 1fr;
    }
    .header__right [data-wlc-element="wlc-btn-search"] {
        display: none;
    }
    .wlc-sections__header--theme-universal .header__right {
        justify-content: flex-end;
    }
    .wlc-sections__header--theme-universal .wlc-logo{
        width: 120px;
    }
}

@media (max-width: 767px) {
    .textSeo {
        padding: 0 20px!important;
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .wlc-sections__banner-section-loyalty {
        display: none;
    }
    .wlc-sections__content-wins {
        display: none;
    }
}

@media (max-width: 575px) {
    .wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner {
        padding: 20px;
    }
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
        font-size: 22px;
        max-width: 90%;
    }
    .wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner {
        min-height: 270px;
    }
    .wlc-sections__content-games-top2 .wlc-slider .swiper-slide {
        margin: 0!important;
        width: 100%!important;
    }
    .wlc-sections__content-games-top2 .wlc-slider .swiper-slide:nth-child(n+9) {
        display: none!important;
    }
    .wlc-sections__content-games-top .wlc-slider .swiper-slide {
        margin: 0!important;
        width: 100%!important;
    }
    .wlc-sections__content-games-top .wlc-slider .swiper-slide:nth-child(n+9) {
        display: none!important;
    }
    .wlc-sections__header--theme-universal .container {
        max-width: 100%;
    }
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
        -webkit-line-clamp: unset;
    }
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c730311464] .wlc-slider swiper-container::part(container) {
        padding-bottom: 0;
    }
    .wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
        max-width: 100%;
    }
}