:root {
    --mc-main: #2f2fde;
    --mc-main-locked: #2f2fde;
    --mc-main-l5: #3939e0;
    --mc-main-d5: #2323dc;
    --mc-main-l10: #4444e1;
    --mc-main-d10: #2121d1;
    --mc-main-l20: #5959e5;
    --mc-main-d20: #1d1dba;
    --mc-main-o0: rgba(47, 47, 222, 0);
    --mc-main-o1: rgba(47, 47, 222, .1);
    --mc-main-o2: rgba(47, 47, 222, .2);
    --mc-main-o4: rgba(47, 47, 222, .4);
    --mc-main-o6: rgba(47, 47, 222, .6);
    --mc-main-o8: rgba(47, 47, 222, .8);
    --mc-secondary: #ffc400;
    --mc-secondary-locked: #ffc400;
    --mc-secondary-l5: #ffc70d;
    --mc-secondary-d5: #f2ba00;
    --mc-secondary-l10: #ffca1a;
    --mc-secondary-d10: #e6b000;
    --mc-secondary-l20: #ffd033;
    --mc-secondary-d20: #cc9d00;
    --mc-secondary-o0: rgba(255, 196, 0, 0);
    --mc-secondary-o1: rgba(255, 196, 0, .1);
    --mc-secondary-o2: rgba(255, 196, 0, .2);
    --mc-secondary-o4: rgba(255, 196, 0, .4);
    --mc-secondary-o6: rgba(255, 196, 0, .6);
    --mc-secondary-o8: rgba(255, 196, 0, .8);
    --mc-baseMain: #000000;
    --mc-baseMain-locked: #000000;
    --mc-baseMain-l5: #0d0d0d;
    --mc-baseMain-d5: black;
    --mc-baseMain-l10: #1a1a1a;
    --mc-baseMain-d10: black;
    --mc-baseMain-l20: #333333;
    --mc-baseMain-d20: black;
    --mc-baseMain-o0: rgba(0, 0, 0, 0);
    --mc-baseMain-o1: rgba(0, 0, 0, .1);
    --mc-baseMain-o2: rgba(0, 0, 0, .2);
    --mc-baseMain-o4: rgba(0, 0, 0, .4);
    --mc-baseMain-o6: rgba(0, 0, 0, .6);
    --mc-baseMain-o8: rgba(0, 0, 0, .8);
    --mc-baseContrast: #fff;
    --mc-baseContrast-locked: #fff;
    --mc-baseContrast-l5: white;
    --mc-baseContrast-d5: #f2f2f2;
    --mc-baseContrast-l10: white;
    --mc-baseContrast-d10: #e6e6e6;
    --mc-baseContrast-l20: white;
    --mc-baseContrast-d20: #cccccc;
    --mc-baseContrast-o0: rgba(255, 255, 255, 0);
    --mc-baseContrast-o1: rgba(255, 255, 255, .1);
    --mc-baseContrast-o2: rgba(255, 255, 255, .2);
    --mc-baseContrast-o4: rgba(255, 255, 255, .4);
    --mc-baseContrast-o6: rgba(255, 255, 255, .6);
    --mc-baseContrast-o8: rgba(255, 255, 255, .8);
    --mc-buttonColor: #c700cb;
    --mc-buttonColor-locked: #c700cb;
    --mc-buttonColor-l5: #d600da;
    --mc-buttonColor-d5: #bd00c1;
    --mc-buttonColor-l10: #e500ea;
    --mc-buttonColor-d10: #b300b7;
    --mc-buttonColor-l20: #fa09ff;
    --mc-buttonColor-d20: #9f00a2;
    --mc-buttonColor-o0: rgba(199, 0, 203, 0);
    --mc-buttonColor-o1: rgba(199, 0, 203, .1);
    --mc-buttonColor-o2: rgba(199, 0, 203, .2);
    --mc-buttonColor-o4: rgba(199, 0, 203, .4);
    --mc-buttonColor-o6: rgba(199, 0, 203, .6);
    --mc-buttonColor-o8: rgba(199, 0, 203, .8);
    --mc-baseOpacity: rgba(0, 0, 0, .7);
    --mc-baseOpacity-locked: rgba(0, 0, 0, .7);
    --mc-baseOpacity-l5: rgba(13, 13, 13, .7);
    --mc-baseOpacity-d5: rgba(0, 0, 0, .7);
    --mc-baseOpacity-l10: rgba(26, 26, 26, .7);
    --mc-baseOpacity-d10: rgba(0, 0, 0, .7);
    --mc-baseOpacity-l20: rgba(51, 51, 51, .7);
    --mc-baseOpacity-d20: rgba(0, 0, 0, .7);
    --mc-baseOpacity-o0: rgba(0, 0, 0, 0);
    --mc-baseOpacity-o1: rgba(0, 0, 0, 0);
    --mc-baseOpacity-o2: rgba(0, 0, 0, 0);
    --mc-baseOpacity-o4: rgba(0, 0, 0, .1);
    --mc-baseOpacity-o6: rgba(0, 0, 0, .3);
    --mc-baseOpacity-o8: rgba(0, 0, 0, .5);
    --mc-bg100: #8093a5;
    --mc-bg100-locked: #8093a5;
    --mc-bg100-l5: #8698aa;
    --mc-bg100-d5: #778c9f;
    --mc-bg100-l10: #8d9eae;
    --mc-bg100-d10: #6f8499;
    --mc-bg100-l20: #99a9b7;
    --mc-bg100-d20: #617689;
    --mc-bg100-o0: rgba(128, 147, 165, 0);
    --mc-bg100-o1: rgba(128, 147, 165, .1);
    --mc-bg100-o2: rgba(128, 147, 165, .2);
    --mc-bg100-o4: rgba(128, 147, 165, .4);
    --mc-bg100-o6: rgba(128, 147, 165, .6);
    --mc-bg100-o8: rgba(128, 147, 165, .8);
    --mc-bg300: #ffffff;
    --mc-bg300-locked: #ffffff;
    --mc-bg300-l5: white;
    --mc-bg300-d5: #f2f2f2;
    --mc-bg300-l10: white;
    --mc-bg300-d10: #e6e6e6;
    --mc-bg300-l20: white;
    --mc-bg300-d20: #cccccc;
    --mc-bg300-o0: rgba(255, 255, 255, 0);
    --mc-bg300-o1: rgba(255, 255, 255, .1);
    --mc-bg300-o2: rgba(255, 255, 255, .2);
    --mc-bg300-o4: rgba(255, 255, 255, .4);
    --mc-bg300-o6: rgba(255, 255, 255, .6);
    --mc-bg300-o8: rgba(255, 255, 255, .8);
    --mc-bg500: #bfc8dc;
    --mc-bg500-locked: #bfc8dc;
    --mc-bg500-l5: #c2cbde;
    --mc-bg500-d5: #b2bdd5;
    --mc-bg500-l10: #c5cee0;
    --mc-bg500-d10: #a4b1cd;
    --mc-bg500-l20: #ccd3e3;
    --mc-bg500-d20: #8a9abf;
    --mc-bg500-o0: rgba(191, 200, 220, 0);
    --mc-bg500-o1: rgba(191, 200, 220, .1);
    --mc-bg500-o2: rgba(191, 200, 220, .2);
    --mc-bg500-o4: rgba(191, 200, 220, .4);
    --mc-bg500-o6: rgba(191, 200, 220, .6);
    --mc-bg500-o8: rgba(191, 200, 220, .8);
    --mc-bg700: #f3f5fc;
    --mc-bg700-locked: #f3f5fc;
    --mc-bg700-l5: #f4f6fc;
    --mc-bg700-d5: #dfe5f7;
    --mc-bg700-l10: #f4f6fc;
    --mc-bg700-d10: #cbd4f2;
    --mc-bg700-l20: #f5f7fd;
    --mc-bg700-d20: #a4b3e8;
    --mc-bg700-o0: rgba(243, 245, 252, 0);
    --mc-bg700-o1: rgba(243, 245, 252, .1);
    --mc-bg700-o2: rgba(243, 245, 252, .2);
    --mc-bg700-o4: rgba(243, 245, 252, .4);
    --mc-bg700-o6: rgba(243, 245, 252, .6);
    --mc-bg700-o8: rgba(243, 245, 252, .8);
    --mc-bg: #ffffff;
    --mc-bg-locked: #ffffff;
    --mc-bg-l5: white;
    --mc-bg-d5: #f2f2f2;
    --mc-bg-l10: white;
    --mc-bg-d10: #e6e6e6;
    --mc-bg-l20: white;
    --mc-bg-d20: #cccccc;
    --mc-bg-o0: rgba(255, 255, 255, 0);
    --mc-bg-o1: rgba(255, 255, 255, .1);
    --mc-bg-o2: rgba(255, 255, 255, .2);
    --mc-bg-o4: rgba(255, 255, 255, .4);
    --mc-bg-o6: rgba(255, 255, 255, .6);
    --mc-bg-o8: rgba(255, 255, 255, .8);
    --mc-bgModal: #ffffff;
    --mc-bgModal-locked: #ffffff;
    --mc-bgModal-l5: white;
    --mc-bgModal-d5: #f2f2f2;
    --mc-bgModal-l10: white;
    --mc-bgModal-d10: #e6e6e6;
    --mc-bgModal-l20: white;
    --mc-bgModal-d20: #cccccc;
    --mc-bgModal-o0: rgba(255, 255, 255, 0);
    --mc-bgModal-o1: rgba(255, 255, 255, .1);
    --mc-bgModal-o2: rgba(255, 255, 255, .2);
    --mc-bgModal-o4: rgba(255, 255, 255, .4);
    --mc-bgModal-o6: rgba(255, 255, 255, .6);
    --mc-bgModal-o8: rgba(255, 255, 255, .8);
    --mc-elementsColor: #c4c4c4;
    --mc-elementsColor-locked: #c4c4c4;
    --mc-elementsColor-l5: #c7c7c7;
    --mc-elementsColor-d5: #bababa;
    --mc-elementsColor-l10: #cacaca;
    --mc-elementsColor-d10: #b0b0b0;
    --mc-elementsColor-l20: #d0d0d0;
    --mc-elementsColor-d20: #9d9d9d;
    --mc-elementsColor-o0: rgba(196, 196, 196, 0);
    --mc-elementsColor-o1: rgba(196, 196, 196, .1);
    --mc-elementsColor-o2: rgba(196, 196, 196, .2);
    --mc-elementsColor-o4: rgba(196, 196, 196, .4);
    --mc-elementsColor-o6: rgba(196, 196, 196, .6);
    --mc-elementsColor-o8: rgba(196, 196, 196, .8);
    --mc-error: #f88c8c;
    --mc-error-locked: #f88c8c;
    --mc-error-l5: #f89292;
    --mc-error-d5: #f77a7a;
    --mc-error-l10: #f99898;
    --mc-error-d10: #f66767;
    --mc-error-l20: #f9a3a3;
    --mc-error-d20: #f44343;
    --mc-error-o0: rgba(248, 140, 140, 0);
    --mc-error-o1: rgba(248, 140, 140, .1);
    --mc-error-o2: rgba(248, 140, 140, .2);
    --mc-error-o4: rgba(248, 140, 140, .4);
    --mc-error-o6: rgba(248, 140, 140, .6);
    --mc-error-o8: rgba(248, 140, 140, .8);
    --mc-success: #9cde47;
    --mc-success-locked: #9cde47;
    --mc-success-l5: #a1e050;
    --mc-success-d5: #95dc3b;
    --mc-success-l10: #a6e159;
    --mc-success-d10: #8fda2e;
    --mc-success-l20: #b0e56c;
    --mc-success-d20: #7fc724;
    --mc-success-o0: rgba(156, 222, 71, 0);
    --mc-success-o1: rgba(156, 222, 71, .1);
    --mc-success-o2: rgba(156, 222, 71, .2);
    --mc-success-o4: rgba(156, 222, 71, .4);
    --mc-success-o6: rgba(156, 222, 71, .6);
    --mc-success-o8: rgba(156, 222, 71, .8);
    --mc-warning: #fdce70;
    --mc-warning-locked: #fdce70;
    --mc-warning-l5: #fdd077;
    --mc-warning-d5: #fdc85e;
    --mc-warning-l10: #fdd37e;
    --mc-warning-d10: #fcc24c;
    --mc-warning-l20: #fdd88d;
    --mc-warning-d20: #fcb528;
    --mc-warning-o0: rgba(253, 206, 112, 0);
    --mc-warning-o1: rgba(253, 206, 112, .1);
    --mc-warning-o2: rgba(253, 206, 112, .2);
    --mc-warning-o4: rgba(253, 206, 112, .4);
    --mc-warning-o6: rgba(253, 206, 112, .6);
    --mc-warning-o8: rgba(253, 206, 112, .8);
    --mc-disabled: #bfc8dc;
    --mc-disabled-locked: #bfc8dc;
    --mc-disabled-l5: #c2cbde;
    --mc-disabled-d5: #b2bdd5;
    --mc-disabled-l10: #c5cee0;
    --mc-disabled-d10: #a4b1cd;
    --mc-disabled-l20: #ccd3e3;
    --mc-disabled-d20: #8a9abf;
    --mc-disabled-o0: rgba(191, 200, 220, 0);
    --mc-disabled-o1: rgba(191, 200, 220, .1);
    --mc-disabled-o2: rgba(191, 200, 220, .2);
    --mc-disabled-o4: rgba(191, 200, 220, .4);
    --mc-disabled-o6: rgba(191, 200, 220, .6);
    --mc-disabled-o8: rgba(191, 200, 220, .8);
    --mc-black: #000;
    --mc-black-locked: #000;
    --mc-black-l5: #0d0d0d;
    --mc-black-d5: black;
    --mc-black-l10: #1a1a1a;
    --mc-black-d10: black;
    --mc-black-l20: #333333;
    --mc-black-d20: black;
    --mc-black-o0: rgba(0, 0, 0, 0);
    --mc-black-o1: rgba(0, 0, 0, .1);
    --mc-black-o2: rgba(0, 0, 0, .2);
    --mc-black-o4: rgba(0, 0, 0, .4);
    --mc-black-o6: rgba(0, 0, 0, .6);
    --mc-black-o8: rgba(0, 0, 0, .8);
    --mc-secondaryHover: #ffa300;
    --mc-secondaryHover-locked: #ffa300;
    --mc-secondaryHover-l5: #ffa80d;
    --mc-secondaryHover-d5: #f29b00;
    --mc-secondaryHover-l10: #ffac1a;
    --mc-secondaryHover-d10: #e69300;
    --mc-secondaryHover-l20: #ffb533;
    --mc-secondaryHover-d20: #cc8200;
    --mc-secondaryHover-o0: rgba(255, 163, 0, 0);
    --mc-secondaryHover-o1: rgba(255, 163, 0, .1);
    --mc-secondaryHover-o2: rgba(255, 163, 0, .2);
    --mc-secondaryHover-o4: rgba(255, 163, 0, .4);
    --mc-secondaryHover-o6: rgba(255, 163, 0, .6);
    --mc-secondaryHover-o8: rgba(255, 163, 0, .8);
    --mc-mainOpacity: rgba(48, 48, 223, .7);
    --mc-mainOpacity-locked: rgba(48, 48, 223, .7);
    --mc-mainOpacity-l5: rgba(58, 58, 225, .7);
    --mc-mainOpacity-d5: rgba(36, 36, 221, .7);
    --mc-mainOpacity-l10: rgba(69, 69, 226, .7);
    --mc-mainOpacity-d10: rgba(33, 33, 211, .7);
    --mc-mainOpacity-l20: rgba(89, 89, 229, .7);
    --mc-mainOpacity-d20: rgba(29, 29, 188, .7);
    --mc-mainOpacity-o0: rgba(48, 48, 223, 0);
    --mc-mainOpacity-o1: rgba(48, 48, 223, 0);
    --mc-mainOpacity-o2: rgba(48, 48, 223, 0);
    --mc-mainOpacity-o4: rgba(48, 48, 223, .1);
    --mc-mainOpacity-o6: rgba(48, 48, 223, .3);
    --mc-mainOpacity-o8: rgba(48, 48, 223, .5)
}

:root {
    --fc-labelColor: #66718d;
    --fc-labelColor-locked: #66718d;
    --fc-labelColor-l5: #6c7795;
    --fc-labelColor-d5: #616b86;
    --fc-labelColor-l10: #747e9a;
    --fc-labelColor-d10: #5c667f;
    --fc-labelColor-l20: #838da5;
    --fc-labelColor-d20: #525a71;
    --fc-labelColor-o0: rgba(102, 113, 141, 0);
    --fc-labelColor-o1: rgba(102, 113, 141, .1);
    --fc-labelColor-o2: rgba(102, 113, 141, .2);
    --fc-labelColor-o4: rgba(102, 113, 141, .4);
    --fc-labelColor-o6: rgba(102, 113, 141, .6);
    --fc-labelColor-o8: rgba(102, 113, 141, .8);
    --fc-inputBg: #ffffff;
    --fc-inputBg-locked: #ffffff;
    --fc-inputBg-l5: white;
    --fc-inputBg-d5: #f2f2f2;
    --fc-inputBg-l10: white;
    --fc-inputBg-d10: #e6e6e6;
    --fc-inputBg-l20: white;
    --fc-inputBg-d20: #cccccc;
    --fc-inputBg-o0: rgba(255, 255, 255, 0);
    --fc-inputBg-o1: rgba(255, 255, 255, .1);
    --fc-inputBg-o2: rgba(255, 255, 255, .2);
    --fc-inputBg-o4: rgba(255, 255, 255, .4);
    --fc-inputBg-o6: rgba(255, 255, 255, .6);
    --fc-inputBg-o8: rgba(255, 255, 255, .8);
    --fc-borderColor: rgba(0, 0, 0, .4);
    --fc-borderColor-locked: rgba(0, 0, 0, .4);
    --fc-borderColor-l5: rgba(13, 13, 13, .4);
    --fc-borderColor-d5: rgba(0, 0, 0, .4);
    --fc-borderColor-l10: rgba(26, 26, 26, .4);
    --fc-borderColor-d10: rgba(0, 0, 0, .4);
    --fc-borderColor-l20: rgba(51, 51, 51, .4);
    --fc-borderColor-d20: rgba(0, 0, 0, .4);
    --fc-borderColor-o0: rgba(0, 0, 0, 0);
    --fc-borderColor-o1: rgba(0, 0, 0, 0);
    --fc-borderColor-o2: rgba(0, 0, 0, 0);
    --fc-borderColor-o4: rgba(0, 0, 0, 0);
    --fc-borderColor-o6: rgba(0, 0, 0, 0);
    --fc-borderColor-o8: rgba(0, 0, 0, .2);
    --fc-textColor: #000000;
    --fc-textColor-locked: #000000;
    --fc-textColor-l5: #0d0d0d;
    --fc-textColor-d5: black;
    --fc-textColor-l10: #1a1a1a;
    --fc-textColor-d10: black;
    --fc-textColor-l20: #333333;
    --fc-textColor-d20: black;
    --fc-textColor-o0: rgba(0, 0, 0, 0);
    --fc-textColor-o1: rgba(0, 0, 0, .1);
    --fc-textColor-o2: rgba(0, 0, 0, .2);
    --fc-textColor-o4: rgba(0, 0, 0, .4);
    --fc-textColor-o6: rgba(0, 0, 0, .6);
    --fc-textColor-o8: rgba(0, 0, 0, .8);
    --fc-placeholderColor: #79839d;
    --fc-placeholderColor-locked: #79839d;
    --fc-placeholderColor-l5: #8089a2;
    --fc-placeholderColor-d5: #717c97;
    --fc-placeholderColor-l10: #868fa7;
    --fc-placeholderColor-d10: #6a7491;
    --fc-placeholderColor-l20: #949cb1;
    --fc-placeholderColor-d20: #5e6880;
    --fc-placeholderColor-o0: rgba(121, 131, 157, 0);
    --fc-placeholderColor-o1: rgba(121, 131, 157, .1);
    --fc-placeholderColor-o2: rgba(121, 131, 157, .2);
    --fc-placeholderColor-o4: rgba(121, 131, 157, .4);
    --fc-placeholderColor-o6: rgba(121, 131, 157, .6);
    --fc-placeholderColor-o8: rgba(121, 131, 157, .8);
    --fc-disabledPlaceholderColor: #79839d;
    --fc-disabledPlaceholderColor-locked: #79839d;
    --fc-disabledPlaceholderColor-l5: #8089a2;
    --fc-disabledPlaceholderColor-d5: #717c97;
    --fc-disabledPlaceholderColor-l10: #868fa7;
    --fc-disabledPlaceholderColor-d10: #6a7491;
    --fc-disabledPlaceholderColor-l20: #949cb1;
    --fc-disabledPlaceholderColor-d20: #5e6880;
    --fc-disabledPlaceholderColor-o0: rgba(121, 131, 157, 0);
    --fc-disabledPlaceholderColor-o1: rgba(121, 131, 157, .1);
    --fc-disabledPlaceholderColor-o2: rgba(121, 131, 157, .2);
    --fc-disabledPlaceholderColor-o4: rgba(121, 131, 157, .4);
    --fc-disabledPlaceholderColor-o6: rgba(121, 131, 157, .6);
    --fc-disabledPlaceholderColor-o8: rgba(121, 131, 157, .8);
    --fc-arrowColor: #a9bcf0;
    --fc-arrowColor-locked: #a9bcf0;
    --fc-arrowColor-l5: #adbff1;
    --fc-arrowColor-d5: #98aeed;
    --fc-arrowColor-l10: #b2c3f2;
    --fc-arrowColor-d10: #86a1ea;
    --fc-arrowColor-l20: #bac9f3;
    --fc-arrowColor-d20: #6386e4;
    --fc-arrowColor-o0: rgba(169, 188, 240, 0);
    --fc-arrowColor-o1: rgba(169, 188, 240, .1);
    --fc-arrowColor-o2: rgba(169, 188, 240, .2);
    --fc-arrowColor-o4: rgba(169, 188, 240, .4);
    --fc-arrowColor-o6: rgba(169, 188, 240, .6);
    --fc-arrowColor-o8: rgba(169, 188, 240, .8);
    --fc-iconColor: #a9bcf0;
    --fc-iconColor-locked: #a9bcf0;
    --fc-iconColor-l5: #adbff1;
    --fc-iconColor-d5: #98aeed;
    --fc-iconColor-l10: #b2c3f2;
    --fc-iconColor-d10: #86a1ea;
    --fc-iconColor-l20: #bac9f3;
    --fc-iconColor-d20: #6386e4;
    --fc-iconColor-o0: rgba(169, 188, 240, 0);
    --fc-iconColor-o1: rgba(169, 188, 240, .1);
    --fc-iconColor-o2: rgba(169, 188, 240, .2);
    --fc-iconColor-o4: rgba(169, 188, 240, .4);
    --fc-iconColor-o6: rgba(169, 188, 240, .6);
    --fc-iconColor-o8: rgba(169, 188, 240, .8);
    --fc-disableBg: #d3d8e9;
    --fc-disableBg-locked: #d3d8e9;
    --fc-disableBg-l5: #d5daea;
    --fc-disableBg-d5: #c4cbe2;
    --fc-disableBg-l10: #d7dceb;
    --fc-disableBg-d10: #b5beda;
    --fc-disableBg-l20: #dce0ed;
    --fc-disableBg-d20: #98a4cb;
    --fc-disableBg-o0: rgba(211, 216, 233, 0);
    --fc-disableBg-o1: rgba(211, 216, 233, .1);
    --fc-disableBg-o2: rgba(211, 216, 233, .2);
    --fc-disableBg-o4: rgba(211, 216, 233, .4);
    --fc-disableBg-o6: rgba(211, 216, 233, .6);
    --fc-disableBg-o8: rgba(211, 216, 233, .8);
    --fc-disableBorder: rgba(0, 0, 0, .45);
    --fc-disableBorder-locked: rgba(0, 0, 0, .45);
    --fc-disableBorder-l5: rgba(13, 13, 13, .45);
    --fc-disableBorder-d5: rgba(0, 0, 0, .45);
    --fc-disableBorder-l10: rgba(26, 26, 26, .45);
    --fc-disableBorder-d10: rgba(0, 0, 0, .45);
    --fc-disableBorder-l20: rgba(51, 51, 51, .45);
    --fc-disableBorder-d20: rgba(0, 0, 0, .45);
    --fc-disableBorder-o0: rgba(0, 0, 0, 0);
    --fc-disableBorder-o1: rgba(0, 0, 0, 0);
    --fc-disableBorder-o2: rgba(0, 0, 0, 0);
    --fc-disableBorder-o4: rgba(0, 0, 0, 0);
    --fc-disableBorder-o6: rgba(0, 0, 0, .05);
    --fc-disableBorder-o8: rgba(0, 0, 0, .25);
    --fc-errorBackground: #ffebf2;
    --fc-errorBackground-locked: #ffebf2;
    --fc-errorBackground-l5: #ffecf3;
    --fc-errorBackground-d5: #ffd3e2;
    --fc-errorBackground-l10: #ffedf3;
    --fc-errorBackground-d10: #ffbad2;
    --fc-errorBackground-l20: #ffeff5;
    --fc-errorBackground-d20: #ff89b2;
    --fc-errorBackground-o0: rgba(255, 235, 242, 0);
    --fc-errorBackground-o1: rgba(255, 235, 242, .1);
    --fc-errorBackground-o2: rgba(255, 235, 242, .2);
    --fc-errorBackground-o4: rgba(255, 235, 242, .4);
    --fc-errorBackground-o6: rgba(255, 235, 242, .6);
    --fc-errorBackground-o8: rgba(255, 235, 242, .8);
    --fc-errorBorder: #ffb8d1;
    --fc-errorBorder-locked: #ffb8d1;
    --fc-errorBorder-l5: #ffbcd3;
    --fc-errorBorder-d5: #ffa2c3;
    --fc-errorBorder-l10: #ffbfd6;
    --fc-errorBorder-d10: #ff8cb5;
    --fc-errorBorder-l20: #ffc6da;
    --fc-errorBorder-d20: #ff6098;
    --fc-errorBorder-o0: rgba(255, 184, 209, 0);
    --fc-errorBorder-o1: rgba(255, 184, 209, .1);
    --fc-errorBorder-o2: rgba(255, 184, 209, .2);
    --fc-errorBorder-o4: rgba(255, 184, 209, .4);
    --fc-errorBorder-o6: rgba(255, 184, 209, .6);
    --fc-errorBorder-o8: rgba(255, 184, 209, .8);
    --fc-errorArrow: #ffbcd5;
    --fc-errorArrow-locked: #ffbcd5;
    --fc-errorArrow-l5: #ffbfd7;
    --fc-errorArrow-d5: #ffa6c7;
    --fc-errorArrow-l10: #ffc3d9;
    --fc-errorArrow-d10: #ff90b9;
    --fc-errorArrow-l20: #ffc9dd;
    --fc-errorArrow-d20: #ff639d;
    --fc-errorArrow-o0: rgba(255, 188, 213, 0);
    --fc-errorArrow-o1: rgba(255, 188, 213, .1);
    --fc-errorArrow-o2: rgba(255, 188, 213, .2);
    --fc-errorArrow-o4: rgba(255, 188, 213, .4);
    --fc-errorArrow-o6: rgba(255, 188, 213, .6);
    --fc-errorArrow-o8: rgba(255, 188, 213, .8);
    --fc-successElement: #45c195;
    --fc-successElement-locked: #45c195;
    --fc-successElement-l5: #4ec49a;
    --fc-successElement-d5: #3ebb8f;
    --fc-successElement-l10: #58c7a0;
    --fc-successElement-d10: #3bb187;
    --fc-successElement-l20: #6acdaa;
    --fc-successElement-d20: #349d78;
    --fc-successElement-o0: rgba(69, 193, 149, 0);
    --fc-successElement-o1: rgba(69, 193, 149, .1);
    --fc-successElement-o2: rgba(69, 193, 149, .2);
    --fc-successElement-o4: rgba(69, 193, 149, .4);
    --fc-successElement-o6: rgba(69, 193, 149, .6);
    --fc-successElement-o8: rgba(69, 193, 149, .8);
    --fc-successBorder: #acf6d3;
    --fc-successBorder-locked: #acf6d3;
    --fc-successBorder-l5: #b0f6d5;
    --fc-successBorder-d5: #99f4c9;
    --fc-successBorder-l10: #b4f7d7;
    --fc-successBorder-d10: #86f2bf;
    --fc-successBorder-l20: #bdf8dc;
    --fc-successBorder-d20: #61eeab;
    --fc-successBorder-o0: rgba(172, 246, 211, 0);
    --fc-successBorder-o1: rgba(172, 246, 211, .1);
    --fc-successBorder-o2: rgba(172, 246, 211, .2);
    --fc-successBorder-o4: rgba(172, 246, 211, .4);
    --fc-successBorder-o6: rgba(172, 246, 211, .6);
    --fc-successBorder-o8: rgba(172, 246, 211, .8)
}

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

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

:root {
    font-size: 10px
}

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

@font-face {
    font-weight: 300;
    font-family: Firs;
    font-style: normal;
    src:
        /* original URL: /static/fonts/TTFirs-300.woff2 */
        url(../fonts/0.woff2)format("woff2")
}

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

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

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

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

@font-face {
    font-weight: 300;
    font-family: Firs;
    font-style: italic;
    src:
        /* original URL: /static/fonts/TTFirs-300-italic.woff2 */
        url(../fonts/10.woff2)format("woff2")
}

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

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

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

@font-face {
    font-weight: 800;
    font-family: Firs;
    font-style: italic;
    src:
        /* original URL: /static/fonts/TTFirs-800-italic.woff2 */
        url(../fonts/18.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-c4132809785] {
    top: 0
}

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

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

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

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

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

@media (min-width:480px) {
    .wlc-notification-thread[_nghost-wlc-app-c4132809785] {
        width: 400px
    }
}

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

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

.wlc-notification-thread[_nghost-wlc-app-c4132809785] .wlc-notification-thread__list[_ngcontent-wlc-app-c4132809785] {
    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-c4132809785] .wlc-notification-thread__list[_ngcontent-wlc-app-c4132809785] {
        padding-right: 15px
    }
}

@media (min-width:900px) {
    .wlc-notification-thread[_nghost-wlc-app-c4132809785] .wlc-notification-thread__list[_ngcontent-wlc-app-c4132809785] {
        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
}

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

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

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

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

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

body {
    min-width: 375px
}

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

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] {
    left: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: var(--mc-bgModal);
    transform: translateY(-100%)
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .container {
    gap: 20px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, auto);
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .container {
        gap: 30px
    }
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .container {
        gap: 40px
    }
}

@media (min-width:1630px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .container {
        gap: 60px
    }
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .container {
        padding: 30px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .container {
        padding: 55px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-language-selector[wlc-language-selector] {
    grid-area: lang;
    margin: 6px
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current:hover .wlc-language-selector__current-flag {
        box-shadow: 0 0 0 6px var(--mc-main), 0 0 7px 7px var(--mc-baseContrast-o6)
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current-flag {
    box-shadow: 0 0 0 6px var(--mc-baseOpacity)
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__close {
        width: 30px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__close {
        width: 55px
    }
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__close {
        height: 30px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__close {
        height: 55px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__inner>div {
    display: flex
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-main-menu,
.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-post-menu {
    padding-right: 20px;
    border-right: 2px solid var(--mc-baseOpacity)
}

@media (min-width:1366px) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-main-menu,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-post-menu {
        padding-right: 30px
    }
}

@media (min-width:1420px) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-main-menu,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-post-menu {
        padding-right: 40px
    }
}

@media (min-width:1630px) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-main-menu,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-post-menu {
        padding-right: 60px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-menu {
    display: grid;
    grid-template-columns: repeat(2, auto)
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-menu {
        gap: 5px 15px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-menu {
        gap: 10px 20px
    }
}

@media (min-width:1630px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-menu {
        gap: 20px 60px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-menu__link {
    padding: 0 5px 5px;
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--mc-baseMain);
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-menu__link {
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-menu__link {
        font-size: 1.4rem
    }
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-menu__link {
        font-size: 1.6rem
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-post-menu__link:before,
.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-menu__link:before {
    transition: all .3s linear;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: var(--mc-main);
    border-radius: 100px;
    opacity: 0;
    pointer-events: none
}

@media (pointer:fine) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-post-menu__link:hover:before,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-menu__link:hover:before {
        height: 4px;
        opacity: 1
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit:after {
    width: 270px;
    height: 270px;
    content: "";
    position: absolute;
    top: 50%;
    background: var(--mc-baseOpacity);
    border-radius: 100%;
    transform: translateY(-50%)
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit:after {
        width: 330px
    }
}

@media (min-width:1630px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit:after {
        width: 430px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit:after {
        height: 330px
    }
}

@media (min-width:1630px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit:after {
        height: 430px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit .wlc-title,
.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit .wlc-btn {
    position: relative;
    z-index: 2
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit .wlc-title {
    width: 280px;
    margin: 0 0 20px;
    text-align: center
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit .wlc-title {
        width: 300px
    }
}

@media (min-width:1630px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit .wlc-title {
        width: 330px
    }
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit .wlc-title .wlc-title__main {
        font-size: 1.6rem
    }
}

@media (min-width:1630px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit .wlc-title .wlc-title__main {
        font-size: 2.4rem
    }
}

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

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

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-btn-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: var(--mc-baseOpacity)
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-btn-search {
        width: 30px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-btn-search {
        width: 55px
    }
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-btn-search {
        height: 30px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-btn-search {
        height: 55px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-btn-search svg {
    fill: currentColor
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-btn-search:hover {
        color: var(--mc-baseMain);
        transform: rotate(30deg)
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c2197207287] .wlc-burger-panel__additional {
    display: grid;
    grid-template-areas: "lang chat" "switcher switcher";
    grid-template-columns: repeat(2, auto);
    gap: 20px;
    align-self: start;
    justify-self: start
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] {
    --bp-width: 290px;
    --bp-login-display: grid;
    --bp-postmenu-display: block;
    --bp-login-margin: 30px 0 0;
    --bp-login-padding: 20px 0;
    --bp-login-bg: var(--mc-bg);
    --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;
    --bp-userinfo-margin: 30px 20px 20px;
    left: 0;
    width: var(--bp-width);
    max-width: 290px;
    height: 100%;
    max-height: 100%;
    background: var(--mc-bg700);
    transform: translate(-100%)
}

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

@media (pointer:fine) {}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-logo {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-logo__image svg {
    width: 147px;
    max-height: 40px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-login-signup {
    display: var(--bp-login-display);
    grid-auto-flow: initial;
    justify-content: center;
    margin: var(--bp-login-margin);
    padding: var(--bp-login-padding);
    background: var(--bp-login-bg)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-login-signup .wlc-btn {
    min-width: 0;
    white-space: nowrap
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-burger-panel__content {
    padding: 0 0 40px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-burger-panel__content .wlc-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.45;
    display: flex;
    align-items: var(--bp-menu-link-align);
    justify-content: var(--bp-menu-link-justify);
    min-height: 40px;
    padding: var(--bp-menu-link-padding);
    text-decoration: none
}

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

@media (pointer:fine) {}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-burger-panel__content .wlc-menu__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--bp-menu-icon-wrapper-width);
    height: auto;
    margin: var(--bp-menu-icon-margin)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-burger-panel__content .wlc-menu__icon svg {
    display: block;
    width: 25px;
    height: auto;
    fill: var(--mc-main)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-burger-panel__content .wlc-menu__icon svg path {
    fill: var(--mc-main)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-main-menu:after,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-post-menu:after {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: var(--bp-separator-width);
    height: 1px;
    margin: 10px auto;
    background: var(--mc-baseOpacity-o6)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-post-menu {
    display: var(--bp-postmenu-display)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-post-menu .wlc-menu__link {
    min-height: var(--bp-postmenu-link-height, 40px)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-language-selector[wlc-language-selector].wlc-language-selector--theme-mod-long {
    max-width: var(--bp-lang-max-width);
    margin: var(--bp-lang-margin)
}

@media (pointer:fine) {}

@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-c2197207287] {
    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-c2197207287] {
    right: -290px
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c2197207287] .wlc-burger-panel__header {
    border-bottom: 2px solid var(--mc-baseOpacity)
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c2197207287] .wlc-burger-panel__inner {
    padding: 20px 20px 40px
}

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

@media (pointer:fine) {}

.wlc-burger-panel[_nghost-wlc-app-c2197207287] {
    --bp-header-grid-cols: 1fr auto 1fr;
    --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-c2197207287] .wlc-burger-panel__header {
    position: relative;
    display: grid;
    grid-template-columns: var(--bp-header-grid-cols);
    align-items: center;
    padding: var(--bp-header-padding);
    color: var(--mc-baseMain);
    background: transparent;
    font-size: 1.4rem;
    font-weight: 700
}

.wlc-burger-panel[_nghost-wlc-app-c2197207287] .wlc-burger-panel__title {
    flex: 0 0 auto
}

.wlc-burger-panel[_nghost-wlc-app-c2197207287] .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-c2197207287] .wlc-burger-panel__close:focus {
    outline: none
}

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

.wlc-burger-panel[_nghost-wlc-app-c2197207287] .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-c2197207287] .wlc-main-menu,
.wlc-burger-panel[_nghost-wlc-app-c2197207287] .wlc-post-menu,
.wlc-burger-panel[_nghost-wlc-app-c2197207287] .wlc-burger-panel__user-deposit {
    transform: translateZ(0)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-main-menu:after {
    content: none
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-burger-panel__header .wlc-burger-panel__title {
    font-weight: 800
}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-burger-panel__content .wlc-menu__item--onboardingbonuses {
    background: linear-gradient(90deg, #2f2fdeb3, #c700cbb3)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-burger-panel__content .wlc-menu__item--onboardingbonuses .wlc-menu__link {
    color: var(--Main-colors-base_main_dark, #FFF)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-burger-panel__content .wlc-menu__item--onboardingbonuses .wlc-menu__link .wlc-menu__icon svg path {
    fill: var(--mc-secondary)
}

@media (pointer:fine) {}

@media (pointer:fine) {
    .wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-burger-panel__content .wlc-menu__item--onboardingbonuses .wlc-menu__link:hover .wlc-menu__icon svg path {
        fill: var(--mc-main)
    }
}

@media (hover:hover) {}

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

@media (max-width:899px) {
    .wlc-burger-panel[_nghost-wlc-app-c2197207287] {
        --bp-header-grid-cols: 1fr 1fr
    }
}

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

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

[_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-logo__image[_ngcontent-wlc-app-c2680891784] {
    justify-content: flex-start
}

.wlc-logo__image[_ngcontent-wlc-app-c2680891784] span svg {
    padding: 1px 0
}

.wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 20px;
    grid-template-areas: "login sign";
    align-items: center
}

.wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_login-modal] {
    grid-area: login
}

.wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_register-modal] {
    grid-area: sign
}

.wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-plate-wrapper[_ngcontent-wlc-app-c4208157022] {
    position: relative;
    cursor: pointer
}

.wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-plate-wrapper[_ngcontent-wlc-app-c4208157022]:before {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45;
    content: "75%";
    position: absolute;
    top: -10px;
    right: 4px;
    height: 16px;
    padding-right: 8px;
    padding-left: 27px;
    font-weight: 600;
    background-color: #c700cb;
    border-radius: 8px
}

.wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-plate-wrapper[_ngcontent-wlc-app-c4208157022]:after {
    content:
        /* original URL: /static/images/wlc/icons/european/v1/gift.svg */
        url(../images/gift.svg);
    position: absolute;
    top: -8px;
    right: 40px;
    width: 12px;
    line-height: 12px
}

.wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--theme-default[_ngcontent-wlc-app-c4208157022]:last-child {
    transition: all .3s linear;
    background-color: var(--mc-secondary);
    border-color: var(--mc-secondary)
}

.wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--theme-default[_ngcontent-wlc-app-c4208157022]:last-child .wlc-btn__text {
    transition: color .3s linear;
    color: #000;
    font-weight: 800;
    text-transform: uppercase !important
}

@media (hover:hover) {
    .wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--theme-default[_ngcontent-wlc-app-c4208157022]:last-child:hover {
        background-color: var(--mc-secondaryHover);
        border-color: var(--mc-secondaryHover)
    }
}

.wlc-burger-panel__inner .wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] {
    grid-template-areas: "signup" "login"
}

.wlc-burger-panel__inner .wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--theme-mod-default[_ngcontent-wlc-app-c4208157022] {
    grid-area: signup
}

.wlc-burger-panel__inner .wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--theme-mod-secondary[_ngcontent-wlc-app-c4208157022] {
    grid-area: login
}

@media (max-width:767px) {
    .wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] {
        gap: 7px;
        max-width: 200px
    }

    .wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_login-modal] {
        min-width: 0;
        padding: 5px 12px
    }

    .wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_login-modal] .wlc-btn__text {
        font-size: 12px;
        line-height: 1
    }

    .wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_register-modal] {
        min-width: 0;
        padding: 5px 12px
    }

    .wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_register-modal] .wlc-btn__text {
        font-size: 12px;
        line-height: 1
    }
}

@keyframes _ngcontent-wlc-app-c1125054082_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-c1125054082_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-c1125054082_buttonGlare {
    0% {
        transform: translate(-300px)
    }

    to {
        transform: translate(300px)
    }
}

.wlc-btn[_nghost-wlc-app-c1125054082] {
    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-c1125054082]:disabled {
    box-shadow: none;
    cursor: not-allowed;
    border: none
}

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

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

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

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

.wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c1125054082]:disabled {
    background: transparent;
    box-shadow: none;
    border: 2px solid var(--mc-secondary-o6)
}

.wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c1125054082]:disabled .wlc-btn__text[_ngcontent-wlc-app-c1125054082] {
    color: var(--mc-baseMain-o6)
}

@media (pointer:fine) {
    .wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c1125054082]:disabled:hover {
        background: transparent;
        box-shadow: none;
        border: 2px solid var(--mc-secondary-o6)
    }

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

.wlc-btn--theme-default[_nghost-wlc-app-c1125054082] {
    height: 40px;
    display: grid;
    grid-column-gap: initial;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 5px 10px;
    background: var(--mc-buttonColor);
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 10px
}

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

.wlc-btn--theme-default[_nghost-wlc-app-c1125054082] .wlc-btn__text[_ngcontent-wlc-app-c1125054082] {
    color: var(--mc-bg);
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    grid-column: 2
}

@media (pointer:fine) {
    .wlc-btn--theme-default[_nghost-wlc-app-c1125054082]:hover {
        box-shadow: none
    }
}

@media (pointer:fine) {
    .wlc-btn--theme-default[_nghost-wlc-app-c1125054082]:hover {
        background: var(--mc-buttonColor-l20);
        border: 2px solid var(--mc-buttonColor-l20)
    }
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c1125054082] {
    background: transparent;
    border: 2px solid var(--mc-secondary);
    box-shadow: none
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c1125054082] .wlc-btn__text[_ngcontent-wlc-app-c1125054082] {
    transition: color .3s linear;
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c1125054082]:hover {
        background: var(--mc-secondary-o1);
        border: 2px solid var(--mc-secondaryHover);
        box-shadow: none
    }

    .wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c1125054082]:hover .wlc-btn__text[_ngcontent-wlc-app-c1125054082] {
        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) {}

.wlc-btn.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c1125054082] .wlc-btn__text[_ngcontent-wlc-app-c1125054082],
.wlc-btn.wlc-btn--theme-default.wlc-btn--theme-mod-default[_nghost-wlc-app-c1125054082] .wlc-btn__text[_ngcontent-wlc-app-c1125054082] {
    font-weight: 800;
    text-transform: uppercase
}

.wlc-btn.wlc-btn-deposit[_nghost-wlc-app-c1125054082] {
    transition: all .3s linear;
    background-color: var(--mc-secondary);
    border-color: var(--mc-secondary);
    min-width: 130px
}

@media (hover:hover) {

    .wlc-btn.wlc-btn-deposit[_nghost-wlc-app-c1125054082]:hover,
    .wlc-btn.wlc-btn--deposit[_nghost-wlc-app-c1125054082]:hover {
        background-color: var(--mc-secondaryHover);
        border-color: var(--mc-secondaryHover)
    }
}

.wlc-btn.wlc-btn-signup[_nghost-wlc-app-c1125054082] {
    transition: all .3s linear;
    background-color: var(--mc-secondary);
    border-color: var(--mc-secondary)
}

.wlc-btn.wlc-btn-signup[_nghost-wlc-app-c1125054082] .wlc-btn__text {
    transition: color .3s linear;
    color: #000;
    text-transform: uppercase !important
}

@media (hover:hover) {
    .wlc-btn.wlc-btn-signup[_nghost-wlc-app-c1125054082]:hover {
        background-color: var(--mc-secondaryHover);
        border-color: var(--mc-secondaryHover)
    }

    .wlc-btn.wlc-btn-signup[_nghost-wlc-app-c1125054082]:hover .wlc-btn__text[_ngcontent-wlc-app-c1125054082] {
        color: #000
    }
}

.wlc-btn.wlc-btn--aff[_nghost-wlc-app-c1125054082] {
    transition: background .3s linear;
    display: block;
    width: 100%;
    max-width: 180px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    line-height: 1.25;
    background: var(--mc-main);
    border: none
}

.wlc-btn.wlc-btn--aff[_nghost-wlc-app-c1125054082] .wlc-btn__text[_ngcontent-wlc-app-c1125054082] {
    color: #fff
}

@media (hover:hover) {
    .wlc-btn.wlc-btn--aff[_nghost-wlc-app-c1125054082]:hover {
        background: #3030dfb3;
        border: none
    }
}

.wlc-btn.wlc-btn--telegram[_nghost-wlc-app-c1125054082] {
    transition: background .3s linear;
    width: 100%;
    max-width: 180px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    border: none;
    background: #38b0e3
}

.wlc-btn.wlc-btn--telegram[_nghost-wlc-app-c1125054082] .wlc-btn__text[_ngcontent-wlc-app-c1125054082] {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    color: #fff;
    -moz-column-gap: 13px;
    column-gap: 13px
}

@media (hover:hover) {
    .wlc-btn.wlc-btn--telegram[_nghost-wlc-app-c1125054082]:hover {
        background: #3030dfb3;
        border: none
    }
}

.wlc-btn.wlc-btn--theme-default.wlc-btn--telegram-panel[_nghost-wlc-app-c1125054082] {
    width: 100%;
    max-width: var(--bp-lang-max-width);
    max-height: 40px;
    margin: var(--bp-lang-margin);
    padding: 5px 10px;
    border: none;
    background: linear-gradient(262deg, #33bef0 14.28%, #0a85d9 97.2%), #2f2fde
}

.wlc-btn.wlc-btn--theme-default.wlc-btn--telegram-panel[_nghost-wlc-app-c1125054082] .wlc-btn__text[_ngcontent-wlc-app-c1125054082] {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: none;
    -moz-column-gap: 13px;
    column-gap: 13px
}

.wlc-btn.wlc-btn--theme-default.wlc-btn--telegram-panel[_nghost-wlc-app-c1125054082] .wlc-btn__text[_ngcontent-wlc-app-c1125054082] .wlc-icon--svg svg {
    width: 20px;
    height: 15px
}

@media (hover:hover) {
    .wlc-btn.wlc-btn--theme-default.wlc-btn--telegram-panel[_nghost-wlc-app-c1125054082]:hover {
        background: linear-gradient(262deg, #31c3f7 14.28%, #0b8de5 97.2%), #2f2fde;
        border: none
    }
}

.wlc-main-menu--theme-default[_nghost-wlc-app-c4101291220] {
    position: relative
}

.wlc-main-menu--theme-default[_nghost-wlc-app-c4101291220] .wlc-main-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
}

@media (pointer:fine) {}

.wlc-main-menu--theme-default[_nghost-wlc-app-c4101291220] .wlc-menu {
    grid-gap: 10px;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    align-items: center
}

@media (min-width:1420px) {
    .wlc-main-menu--theme-default[_nghost-wlc-app-c4101291220] .wlc-menu {
        grid-gap: 20px
    }
}

@media (min-width:1630px) {
    .wlc-main-menu--theme-default[_nghost-wlc-app-c4101291220] .wlc-menu {
        grid-gap: 40px
    }
}

.wlc-main-menu--theme-default[_nghost-wlc-app-c4101291220] .wlc-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer
}

@media (pointer:fine) {
    .wlc-main-menu--theme-default[_nghost-wlc-app-c4101291220] .wlc-menu__link:hover {
        color: var(--mc-main)
    }
}

@media (min-width:1024px) {
    .wlc-main-menu--theme-default[_nghost-wlc-app-c4101291220] .wlc-menu__link {
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.45
    }
}

@media (min-width:1420px) {
    .wlc-main-menu--theme-default[_nghost-wlc-app-c4101291220] .wlc-menu__link {
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

.wlc-main-menu--theme-default.wlc-main-menu--swiper[_nghost-wlc-app-c4101291220] .wlc-menu {
    display: block;
    width: 100%
}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-main-menu--theme-default.wlc-main-menu--swiper[_nghost-wlc-app-c4101291220] .wlc-menu .swiper-slide:has(>.wlc-menu__item--summerviplottery) {
    display: none
}

.wlc-main-menu--theme-default.wlc-main-menu--swiper[_nghost-wlc-app-c4101291220] .wlc-menu .swiper-slide:has(>.wlc-menu__item--onboardingbonuses) {
    display: none
}

@media (pointer:fine) {}

.wlc-main-menu--theme-default.wlc-main-menu--swiper[_nghost-wlc-app-c4101291220] .wlc-menu .swiper-slide:has(.wlc-menu__item--install-pwa) {
    margin-right: 0 !important
}

.wlc-menu__item--lottery[_ngcontent-wlc-app-c1173209273] .wlc-menu__link[_ngcontent-wlc-app-c1173209273] {
    width: 100%;
    border: none
}

.wlc-menu__item--lottery[_ngcontent-wlc-app-c1173209273] .wlc-menu__link[_ngcontent-wlc-app-c1173209273]:not(.active):hover {
    background: var(--mc-burgerColor);
    cursor: pointer
}

.wlc-menu__item--lottery[_ngcontent-wlc-app-c1173209273] .wlc-menu__link[_ngcontent-wlc-app-c1173209273] {
    margin-top: 0;
    padding: 5px 25px;
    font-weight: 700;
    font-size: 1.6rem;
    background: transparent;
    border-left: none;
    border-radius: 0;
    transition: none
}

.wlc-menu__item--lottery[_ngcontent-wlc-app-c1173209273] .wlc-menu__link[_ngcontent-wlc-app-c1173209273]:not(.active):hover {
    background: var(--mc-secondary)
}

.wlc-menu__item--lottery[_ngcontent-wlc-app-c1173209273] .wlc-menu__icon[_ngcontent-wlc-app-c1173209273] {
    width: 24px;
    height: 24px;
    margin: 0 15px 0 0
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c2728622827] {
    position: relative;
    min-width: 0
}

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

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

@media (pointer:fine) {}

.wlc-post-menu--theme-default[_nghost-wlc-app-c2728622827] .wlc-menu__link {
    transition: color .3s linear;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.45;
    text-decoration: none
}

@media (pointer:fine) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c2728622827] .wlc-menu__link:hover {
        color: var(--mc-main)
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c2728622827] .wlc-post-menu__wrp[_ngcontent-wlc-app-c2728622827] {
    width: 100%;
    max-width: 100%
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c2728622827] .wlc-post-menu__wrp[_ngcontent-wlc-app-c2728622827]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c2728622827] {
    -moz-column-count: 1;
    column-count: 1;
    display: grid;
    grid-gap: 10px
}

@media (min-width:560px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c2728622827] .wlc-post-menu__wrp[_ngcontent-wlc-app-c2728622827]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c2728622827] {
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (min-width:900px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c2728622827] .wlc-post-menu__wrp[_ngcontent-wlc-app-c2728622827]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c2728622827] {
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (min-width:560px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c2728622827] .wlc-post-menu__wrp[_ngcontent-wlc-app-c2728622827]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c2728622827] {
        display: block
    }
}

@media (min-width:560px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c2728622827] .wlc-post-menu__wrp[_ngcontent-wlc-app-c2728622827]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c2728622827] {
        grid-gap: 0
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c2728622827] .wlc-post-menu__title[_ngcontent-wlc-app-c2728622827] {
    color: var(--mc-main);
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.45;
    padding: 0 0 20px
}

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

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

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

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

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

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

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

@media (pointer:fine) {}

.wlc-post-menu--theme-default[_nghost-wlc-app-c2728622827] .wlc-post-menu__title[_ngcontent-wlc-app-c2728622827] {
    font-weight: 800
}

@media (max-width:559px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c2728622827] .wlc-post-menu__title[_ngcontent-wlc-app-c2728622827] {
        font-size: 2rem
    }
}

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

.wlc-sections__footer--theme-1 .wlc-post-menu--theme-default.wlc-post-menu[_nghost-wlc-app-c2728622827] {
    grid-area: info;
    margin: 0
}

@media (max-width:559px) {
    .wlc-sections__footer--theme-1 .wlc-post-menu--theme-default.wlc-post-menu[_nghost-wlc-app-c2728622827] {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background: var(--mc-bg700);
        border-radius: 10px 10px 0 0
    }

    .wlc-sections__footer--theme-1 .wlc-post-menu--theme-default.wlc-post-menu[_nghost-wlc-app-c2728622827] .wlc-post-menu__wrp[_ngcontent-wlc-app-c2728622827] {
        width: 100%;
        padding: 40px 20px;
        text-align: center
    }

    .wlc-sections__footer--theme-1 .wlc-post-menu--theme-default.wlc-post-menu[_nghost-wlc-app-c2728622827] .wlc-post-menu__title[_ngcontent-wlc-app-c2728622827] {
        margin-bottom: 15px;
        text-align: center
    }
}

@media (max-width:559px) and (max-width:559px) {
    .wlc-sections__footer--theme-1 .wlc-post-menu--theme-default.wlc-post-menu[_nghost-wlc-app-c2728622827] .wlc-post-menu__title[_ngcontent-wlc-app-c2728622827] {
        margin-bottom: 0
    }
}

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

.wlc-title--theme-default[_nghost-wlc-app-c996728749] div.wlc-title__main[_ngcontent-wlc-app-c996728749] {
    color: var(--mc-baseSecond, var(--mc-baseMain));
    font-style: normal;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.45
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 (min-width:1024px) {}

@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 (min-width:1024px) {}

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

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

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

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

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

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

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

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

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

@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 (min-width:900px) {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next {
    transition: background .3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #2f2fde;
    background: #fff;
    outline: none;
    border-radius: 10px;
    border: none
}

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (pointer:fine) {

    .wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev:hover:not(.swiper-button-disabled),
    .wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next:hover:not(.swiper-button-disabled) {
        box-shadow: none
    }
}

@media (pointer:fine) {

    .wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev:hover:not(.swiper-button-disabled),
    .wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next:hover:not(.swiper-button-disabled) {
        color: #fff;
        background: #000000b3;
        border: none
    }
}

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev {
    margin-right: 10px
}

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content {
    transform: rotate(90deg)
}

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content {
    transform: rotate(-90deg)
}

@media (pointer:fine) {}

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next {
    box-shadow: 0 4px 9px #00000012
}

: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-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-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
    display: block
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

swiper-container {
    --swiper-pagination-color: var(--mc-baseMain-locked);
    --swiper-pagination-bullet-inactive-color: var(--mc-baseOpacity-locked);
    --swiper-pagination-bullet-inactive-opacity: 1
}

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

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

@media (pointer:fine) {}

.wlc-slider--theme-default-banner {
    position: relative
}

.wlc-slider--theme-default-banner .swiper-button-container {
    bottom: 20px;
    position: absolute;
    left: 50%;
    z-index: 10;
    justify-content: flex-end;
    transform: translate(-50%);
    pointer-events: none
}

.wlc-slider--theme-default-banner .swiper-button-container * {
    pointer-events: initial
}

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

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

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

@media (pointer:fine) {}

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

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

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

.wlc-slider .swiper {
    max-height: 100%
}

.wlc-slider .swiper-slide {
    height: auto
}

.wlc-slider--theme-default-banner .swiper-button-container {
    display: none
}

@media (min-width:768px) {
    .wlc-slider--theme-default-banner .swiper-button-container {
        display: flex
    }
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] {
    background: var(--mc-bg700);
    border-radius: 10px;
    width: 100%;
    overflow: hidden
}

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] {
        background: transparent
    }
}

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] {
        border-radius: 0
    }
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .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
}

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

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

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

@media (pointer:fine) {}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-category-menu__content {
    padding: 0 10px
}

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-category-menu__content {
        padding: 0 5px
    }
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-menu {
    grid-gap: 10px;
    display: block;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    align-items: center;
    width: 100%
}

@media (min-width:1024px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-menu {
        grid-gap: 30px
    }
}

@media (min-width:1420px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-menu {
        grid-gap: 60px
    }
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.45;
    padding: 8px 10px 5px;
    position: relative;
    text-decoration: none
}

@media (min-width:1024px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-menu__link {
        padding: 8px 10px 5px
    }
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-menu__link-text {
    position: relative;
    display: inline-block;
    padding: 5px 0
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-menu__link-text:before {
    display: none;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--mc-main);
    transform: scaleX(.5);
    opacity: 0;
    transition: all .5s cubic-bezier(.6, .1, .05, 1.5);
    pointer-events: none;
    border-radius: 4px
}

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-menu__link-text:before {
        display: block
    }
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-menu__link.active {
    color: var(--mc-main);
    font-weight: 700
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-menu__link.active .wlc-menu__link-text:before {
    transform: scaleX(1);
    opacity: 1
}

@media (pointer:fine) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-menu__link:hover:not(.active) {
        color: var(--mc-baseMain)
    }

    .wlc-category-menu--theme-default[_nghost-wlc-app-c3914343325] .wlc-menu__link:hover:not(.active) .wlc-menu__link-text:before {
        transform: scaleX(1);
        opacity: 1
    }
}

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

@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:1200px) {}

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

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

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

@media (pointer:fine) {}

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

@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-c3914343325] {
    position: relative
}

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

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

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

.wlc-category-menu--type-categories-menu[_nghost-wlc-app-c3914343325] .wlc-menu__link {
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .wlc-category-menu--type-categories-menu[_nghost-wlc-app-c3914343325] .wlc-menu__link.active:before {
        display: none
    }
}

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

    50% {
        opacity: .1
    }

    to {
        opacity: .3
    }
}

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

    to {
        transform: rotate(360deg)
    }
}

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

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

.wlc-total-jackpot--theme-default[_nghost-wlc-app-c99056782] .wlc-total-jackpot__text[_ngcontent-wlc-app-c99056782] {
    font-weight: 700
}

.wlc-total-jackpot__wrapper[_ngcontent-wlc-app-c99056782] {
    align-items: center;
    flex-direction: column;
    display: flex;
    height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wlc-icon-list__wrapper {
    min-height: 20px
}

.wlc-icon-list img,
.wlc-icon-list .wlc-icon svg {
    height: auto;
    object-fit: contain;
    object-position: center
}

.wlc-icon-list .wlc-icon svg path {
    fill: inherit
}

.wlc-icon-list--theme-merchants {
    padding: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden
}

@media (min-width:1420px) {
    .wlc-icon-list--theme-merchants {
        max-width: 1420px
    }
}

.wlc-icon-list--theme-merchants .wlc-icon-list__wrapper {
    margin: -10px 0 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow-x: auto
}

@media (min-width:1630px) {
    .wlc-icon-list--theme-merchants .wlc-icon-list__wrapper {
        margin: -20px 0 0
    }
}

.wlc-icon-list--theme-merchants .wlc-icon-list-item {
    flex: 0 0 25%;
    padding: 10px;
    text-align: center
}

@media (min-width:640px) {
    .wlc-icon-list--theme-merchants .wlc-icon-list-item {
        flex: 0 0 20%
    }
}

@media (min-width:768px) {
    .wlc-icon-list--theme-merchants .wlc-icon-list-item {
        flex: 0 0 16.6666666667%
    }
}

@media (min-width:1024px) {
    .wlc-icon-list--theme-merchants .wlc-icon-list-item {
        flex: 0 0 14.2857142857%
    }
}

@media (min-width:1200px) {
    .wlc-icon-list--theme-merchants .wlc-icon-list-item {
        flex: 0 0 12.5%
    }
}

@media (min-width:1630px) {
    .wlc-icon-list--theme-merchants .wlc-icon-list-item {
        padding: 20px 10px
    }
}

.wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon svg {
    width: 100%;
    max-width: 105px;
    max-height: 30px;
    fill: var(--mc-bg100)
}

@media (min-width:900px) {
    .wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon svg {
        max-height: 35px
    }
}

.wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon svg g {
    clip-path: none
}

@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:900px) {}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:899px) {
    .wlc-icon-list--theme-merchants .wlc-icon-list__wrapper {
        justify-content: space-around;
        width: 100%;
        margin: 0
    }

    .wlc-icon-list--theme-merchants .wlc-icon-list__item {
        flex-basis: 20%;
        text-align: center
    }
}

.wlc-icon-list--theme-cat-payments {
    max-width: 100%;
    padding: 0;
    grid-area: payments;
    width: 100%;
    margin: 0 0 20px;
    background-color: var(--mc-bg700);
    border-radius: 8px;
    overflow: hidden
}

.wlc-icon-list--theme-cat-payments .wlc-icon-list__wrapper {
    margin: 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

@media (min-width:900px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list__wrapper {
        flex-wrap: wrap
    }
}

@media (min-width:900px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list__wrapper {
        margin: 0-20px -10px
    }
}

@media (min-width:1630px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list__wrapper {
        margin: 0-20px -20px
    }
}

@media (min-width:900px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list__wrapper {
        justify-content: center
    }
}

.wlc-icon-list--theme-cat-payments .wlc-icon-list-item {
    margin: 0 5px 20px
}

@media (min-width:560px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list-item {
        margin: 10px 10px 20px
    }
}

@media (min-width:1630px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list-item {
        margin: 20px 20px 40px
    }
}

.wlc-icon-list--theme-cat-payments .wlc-icon-list-item img {
    width: 70px;
    height: 36px;
    max-width: 70px;
    max-height: 36px;
    fill: var(--mc-bg100)
}

@media (min-width:560px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list-item img {
        width: 85px
    }
}

@media (min-width:900px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list-item img {
        width: 105px
    }
}

@media (min-width:560px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list-item img {
        height: 42px
    }
}

@media (min-width:900px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list-item img {
        height: 54px
    }
}

@media (min-width:560px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list-item img {
        max-width: 85px
    }
}

@media (min-width:900px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list-item img {
        max-width: 105px
    }
}

@media (min-width:560px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list-item img {
        max-height: 42px
    }
}

@media (min-width:900px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list-item img {
        max-height: 54px
    }
}

@media (max-width:559px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list-item {
        flex-basis: 17%;
        text-align: center
    }
}

@media (max-width:899px) {
    .wlc-icon-list--theme-cat-payments .wlc-icon-list-item {
        flex-basis: 20%;
        text-align: center
    }
}

@media (max-width:559px) {
    .wlc-icon-list--theme-cat-payments {
        background: var(--mc-bg)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wlc-icon-payments-list--theme-mod-default .wlc-icon-list__item:nth-child(11) {
    order: -1
}

.wlc-icon-payments-list--theme-mod-default .wlc-icon-list__item:nth-child(12),
.wlc-icon-payments-list--theme-mod-default .wlc-icon-list__item:nth-child(13),
.wlc-icon-payments-list--theme-mod-default .wlc-icon-list__item:nth-child(14) {
    order: 5
}

.wlc-icon-payments-list--theme-mod-default .wlc-icon-payments-list__item--visa,
.wlc-icon-payments-list--theme-mod-default .wlc-icon-payments-list__item--emoneybet_mastercard {
    order: 1
}

.wlc-icon-payments-list--theme-mod-default .wlc-icon-payments-list__item--piastrix,
.wlc-icon-payments-list--theme-mod-default .wlc-icon-payments-list__item--ecopayz,
.wlc-icon-payments-list--theme-mod-default .wlc-icon-payments-list__item--astropay,
.wlc-icon-payments-list--theme-mod-default .wlc-icon-payments-list__item--bitcoin,
.wlc-icon-payments-list--theme-mod-default .wlc-icon-payments-list__item--paycryptos_ethereum,
.wlc-icon-payments-list--theme-mod-default .wlc-icon-payments-list__item--paycryptos_litecoin,
.wlc-icon-payments-list--theme-mod-default .wlc-icon-payments-list__item--tether {
    order: 30
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
    min-height: 230px;
    position: relative;
    display: flex;
    align-items: center;
    background: var(--mc-bg500);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
        min-height: 240px
    }
}

@media (min-width:1024px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
        min-height: 300px
    }
}

@media (min-width:1630px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
        min-height: 400px
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
    margin: 30px auto 0
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
        margin: 40px auto 0 0
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner .container {
    position: relative;
    z-index: 20
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor {
    position: absolute;
    z-index: 11;
    object-position: initial
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor img {
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: inherit;
    will-change: transform
}

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

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner_bg:before,
.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000000, transparent)
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner_bg img {
    transition: transform .1s linear;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right
}

@media (min-width:1630px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner_bg img {
        object-position: bottom
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__title {
    color: #fff;
    font-style: normal;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.45;
    text-align: center;
    text-shadow: 1px 1px 2px #000, 0 0 1em #000
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__title {
        text-align: start
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__title {
        color: #fff;
        font-style: normal;
        font-weight: 800;
        font-size: 3.6rem;
        line-height: 1.45
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__title {
        color: #fff;
        font-style: normal;
        font-weight: 700;
        font-size: 4.8rem;
        line-height: 1.45
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__description {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.45;
    text-align: center;
    text-shadow: 1px 1px 2px #000, 0 0 1em #000
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__description {
        text-align: start
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__description {
        color: #fff;
        font-style: normal;
        font-weight: 800;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__description {
        color: #fff;
        font-style: normal;
        font-weight: 800;
        font-size: 2.4rem;
        line-height: 1.45
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (pointer:fine) {}

.wlc-menu.wlc-menu--swiper[_nghost-wlc-app-c3308718670] .swiper-slide,
.wlc-menu.wlc-menu--swiper[_nghost-wlc-app-c3308718670] .swiper-wrapper {
    width: auto
}

@media (pointer:fine) {}

@media (pointer:fine) {}

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

.wlc-language-selector--theme-default[_nghost-wlc-app-c2430178861] {
    --ls-link-justify: start;
    --ls-curr-flag-size: 30px;
    --ls-list-bg: var(--mc-bg);
    --ls-arrow-color: var(--fc-arrowColor);
    position: relative;
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    height: 30px
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c2430178861] .wlc-language-selector__current[_ngcontent-wlc-app-c2430178861] {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 5px;
    align-items: center;
    cursor: pointer
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c2430178861] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c2430178861] {
    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-default[_nghost-wlc-app-c2430178861] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c2430178861] img[_ngcontent-wlc-app-c2430178861] {
    display: block;
    width: 100%;
    height: 100%
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c2430178861] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c2430178861] {
    text-transform: none
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c2430178861] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c2430178861] {
    transition: all .3s linear;
    margin: auto;
    color: var(--ls-arrow-color)
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c2430178861] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c2430178861] .wlc-icon-content {
    display: flex;
    align-items: center
}

@media (pointer:fine) {
    .wlc-language-selector--theme-default[_nghost-wlc-app-c2430178861] .wlc-language-selector__current[_ngcontent-wlc-app-c2430178861]:hover .wlc-language-selector__current-flag[_ngcontent-wlc-app-c2430178861] {
        box-shadow: 0 0 0 4px var(--mc-main)
    }
}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c2430178861] {
    --ls-curr-columns: auto 1fr auto;
    --ls-curr-bg-active: var(--mc-main);
    --ls-curr-bg-hover: var(--mc-bg500-l10);
    --ls-curr-flag-size: 20px;
    --ls-curr-flag-margin-right: 5px;
    --ls-curr-flag-justify-self: initial;
    --ls-curr-padding: 5px 15px;
    --ls-dropdown-margin: 5px 0 0;
    --ls-dropdown-width: 100%;
    --ls-list-bg: var(--mc-bg);
    --ls-list-padding: 10px;
    --ls-arrow-color: var(--mc-baseOpacity);
    --ls-curr-bg: var(--mc-bg);
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 10px
}

@media (min-width:1024px) {
    .wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c2430178861] {
        --ls-curr-bg: var(--mc-bg500)
    }
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c2430178861] .wlc-language-selector__current[_ngcontent-wlc-app-c2430178861] {
    transition: background .3s linear;
    grid-template-columns: var(--ls-curr-columns);
    min-height: 40px;
    padding: var(--ls-curr-padding);
    background: var(--ls-curr-bg);
    border-radius: 10px
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c2430178861] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c2430178861] {
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c2430178861] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c2430178861] {
    justify-self: var(--ls-curr-flag-justify-self);
    margin-right: var(--ls-curr-flag-margin-right)
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c2430178861] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c2430178861] img[_ngcontent-wlc-app-c2430178861] {
    width: 100%;
    height: 100%
}

@media (pointer:fine) {
    .wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c2430178861] .wlc-language-selector__current[_ngcontent-wlc-app-c2430178861]:not(.wlc-language-selector__current--opened):hover {
        --ls-arrow-color: currentColor
    }
}

@media (pointer:fine) and (min-width:1024px) {
    .wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c2430178861] .wlc-language-selector__current[_ngcontent-wlc-app-c2430178861]:not(.wlc-language-selector__current--opened):hover {
        background: var(--ls-curr-bg-hover)
    }
}

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

.wlc-theme-toggler--theme-default[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__icon--default[_ngcontent-wlc-app-c1990904156] {
    color: #fff
}

.wlc-theme-toggler--theme-default[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__icon--alt[_ngcontent-wlc-app-c1990904156] {
    color: #fff
}

.wlc-theme-toggler--theme-default[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__switcher[_ngcontent-wlc-app-c1990904156] {
    border-radius: 100px;
    background: var(--mc-bg500)
}

.wlc-theme-toggler--theme-default[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__switcher[_ngcontent-wlc-app-c1990904156]:before {
    width: 32px;
    height: 32px;
    margin: 4px;
    background: var(--mc-bg300);
    border-radius: 100px;
    transform: translate(0)
}

.wlc-theme-toggler--theme-default.wlc-theme-toggler--theme-mod-vertical[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__icon[_ngcontent-wlc-app-c1990904156] {
    width: 16px;
    height: 16px
}

.wlc-theme-toggler--theme-default.wlc-theme-toggler--theme-mod-vertical[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__icon--default[_ngcontent-wlc-app-c1990904156] {
    transform: translateY(0)
}

.wlc-theme-toggler--theme-default.wlc-theme-toggler--theme-mod-vertical[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__icon--alt[_ngcontent-wlc-app-c1990904156] {
    transform: translateY(50%) rotate(90deg)
}

.wlc-theme-toggler--theme-default.wlc-theme-toggler--theme-mod-vertical[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__switcher[_ngcontent-wlc-app-c1990904156] {
    flex-direction: column;
    width: 20px;
    height: 40px;
    padding: 3px 0
}

.wlc-theme-toggler--theme-default.wlc-theme-toggler--theme-mod-vertical[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__switcher[_ngcontent-wlc-app-c1990904156]:before {
    width: 16px;
    height: 16px;
    margin: 2px;
    transform: translate(0)
}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-theme-toggler[_nghost-wlc-app-c1990904156] {
    line-height: 1
}

.wlc-theme-toggler[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__label[_ngcontent-wlc-app-c1990904156] {
    cursor: pointer
}

.wlc-theme-toggler[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__checkbox[_ngcontent-wlc-app-c1990904156] {
    position: absolute;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    overflow: hidden
}

.wlc-theme-toggler[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__icon[_ngcontent-wlc-app-c1990904156] {
    transition: all .3s linear;
    line-height: 1;
    transform-origin: center
}

.wlc-theme-toggler[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__icon--alt[_ngcontent-wlc-app-c1990904156] {
    opacity: 0
}

.wlc-theme-toggler[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__icon[_ngcontent-wlc-app-c1990904156] svg {
    display: block;
    width: 100%;
    height: 100%
}

.wlc-theme-toggler[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__switcher[_ngcontent-wlc-app-c1990904156] {
    transition: background .3s linear;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wlc-theme-toggler[_nghost-wlc-app-c1990904156] .wlc-theme-toggler__switcher[_ngcontent-wlc-app-c1990904156]:before {
    transition: all .3s linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

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

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

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

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

.wlc-games-grid--theme-default[_nghost-wlc-app-c331847529] .wlc-games-grid__item[_ngcontent-wlc-app-c331847529] {
    perspective: 1000px;
    perspective-origin: 50% 50%
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c331847529] .wlc-games-grid__list[_ngcontent-wlc-app-c331847529] {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    display: grid;
    flex-grow: 1;
    grid-auto-rows: 1fr
}

@media (min-width:900px) {
    .wlc-games-grid--theme-default[_nghost-wlc-app-c331847529] .wlc-games-grid__list[_ngcontent-wlc-app-c331847529] {
        grid-gap: 15px
    }
}

@media (min-width:1420px) {
    .wlc-games-grid--theme-default[_nghost-wlc-app-c331847529] .wlc-games-grid__list[_ngcontent-wlc-app-c331847529] {
        grid-gap: 20px
    }
}

@media (min-width:900px) {
    .wlc-games-grid--theme-default[_nghost-wlc-app-c331847529] .wlc-games-grid__list[_ngcontent-wlc-app-c331847529] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
    }
}

@media (min-width:1630px) {
    .wlc-games-grid--theme-default[_nghost-wlc-app-c331847529] .wlc-games-grid__list[_ngcontent-wlc-app-c331847529] {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr))
    }
}

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

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

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

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

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

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529] {
    flex-direction: column;
    margin: 0;
    padding: 15px 10px;
    background: var(--mc-bg700);
    border-radius: 10px;
    text-decoration: none
}

@media (min-width:900px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529] {
        padding: 25px
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529] {
        padding: 20px 15px 15px
    }
}

@media (min-width:1630px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529] {
        padding: 30px 15px 15px
    }
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529] .wlc-title[_ngcontent-wlc-app-c331847529] {
    margin: 0;
    text-align: center;
    width: 100%
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529] .wlc-title[_ngcontent-wlc-app-c331847529] .wlc-title__main {
    font-style: normal;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 100%
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529] .wlc-icon[_ngcontent-wlc-app-c331847529] {
    margin: 0
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529] .wlc-games-grid__link[_ngcontent-wlc-app-c331847529] .wlc-icon[_ngcontent-wlc-app-c331847529] {
    margin: 0 0 0 5px
}

.container .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529]:not(:first-child) {
    margin-top: 30px
}

@media (min-width:900px) {
    .container .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529]:not(:first-child) {
        margin-top: 20px
    }
}

@media (min-width:1630px) {
    .container .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529]:not(:first-child) {
        margin-top: 40px
    }
}

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

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

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

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

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

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

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

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

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

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

@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: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:1420px) {}

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

@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:900px) {}

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

@media (pointer:fine) {}

.wlc-games-grid[_nghost-wlc-app-c331847529] .wlc-games-grid__title[_ngcontent-wlc-app-c331847529] .wlc-title__main {
    color: var(--mc-baseMain)
}

@media (pointer:fine) {}

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

.wlc-games-grid[_nghost-wlc-app-c331847529] .wlc-games-grid__link[_ngcontent-wlc-app-c331847529] {
    color: var(--mc-main);
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45;
    transition: color .3s linear;
    display: flex;
    align-items: center;
    text-decoration: none
}

.wlc-games-grid[_nghost-wlc-app-c331847529] .wlc-games-grid__link[_ngcontent-wlc-app-c331847529] .wlc-icon {
    transition: transform .3s linear;
    margin-left: 5px
}

.wlc-games-grid[_nghost-wlc-app-c331847529] .wlc-games-grid__link[_ngcontent-wlc-app-c331847529] .wlc-icon-content {
    display: flex
}

.wlc-games-grid[_nghost-wlc-app-c331847529] .wlc-games-grid__link[_ngcontent-wlc-app-c331847529] .wlc-icon svg {
    transform: rotate(-90deg)
}

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

    .wlc-games-grid[_nghost-wlc-app-c331847529] .wlc-games-grid__link[_ngcontent-wlc-app-c331847529]:hover .wlc-icon {
        transform: rotateX(360deg) translate(10px)
    }
}

.wlc-games-grid[_nghost-wlc-app-c331847529] .wlc-games-grid__item[_ngcontent-wlc-app-c331847529] {
    will-change: transform
}

@media (pointer:fine) {}

.wlc-games-grid--theme-default[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529] .wlc-icon[_ngcontent-wlc-app-c331847529] {
    color: var(--mc-main)
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529] .wlc-icon[_ngcontent-wlc-app-c331847529] svg {
    fill: currentColor
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529]>.wlc-icon[_ngcontent-wlc-app-c331847529] {
    --wlc-icon-width: 50px;
    --wlc-icon-height: 50px
}

@media (min-width:900px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529]>.wlc-icon[_ngcontent-wlc-app-c331847529] {
        --wlc-icon-width: 55px
    }
}

@media (min-width:900px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529]>.wlc-icon[_ngcontent-wlc-app-c331847529] {
        --wlc-icon-height: 55px
    }
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529]>.wlc-title[_ngcontent-wlc-app-c331847529] .wlc-title__main {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    font-weight: 800;
    text-transform: uppercase
}

@media (max-width:899px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c331847529] .wlc-games-grid__header[_ngcontent-wlc-app-c331847529] {
        justify-content: space-around
    }
}

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

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

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    background-position: center;
    background-color: var(--mc-bg-d10);
    background-image:
        /* original URL: /static/images/logo.svg */
        url(../images/23.svg);
    background-size: 50%;
    background-repeat: no-repeat
}

@media (min-width:1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] {
        cursor: unset
    }
}

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] {
        aspect-ratio: 4/3
    }
}

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] {
        padding: 75%0 0;
        height: 0
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .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;
    overflow: hidden
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb-media__wrap[_ngcontent-wlc-app-c1005467809] {
    position: relative;
    overflow: hidden
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1005467809] {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    aspect-ratio: 4/3
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1005467809],
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1005467809]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1005467809] {
    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-c1005467809] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1005467809] {
        display: grid
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1005467809]:before {
    transition: all .25s linear;
    content: "";
    z-index: 1;
    background: var(--mc-bg700-o8);
    transform: translate(-100%) skew(35deg);
    pointer-events: none
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__title[_ngcontent-wlc-app-c1005467809] {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__name[_ngcontent-wlc-app-c1005467809] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.45
}

@media (min-width:1630px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__name[_ngcontent-wlc-app-c1005467809] {
        color: var(--mc-baseMain);
        font-style: normal;
        font-weight: 800;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

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

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1005467809] {
    width: 60px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: none;
    border-radius: 0 10px;
    pointer-events: none
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1005467809] {
        width: 85px
    }
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1005467809] {
        height: 45px
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1005467809] {
    max-width: 50px;
    max-height: 25px
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1005467809] {
        max-width: 75px
    }
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1005467809] {
        max-height: 35px
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1005467809] {
    display: none;
    gap: 10px;
    justify-content: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    z-index: 3
}

@media (min-width:1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1005467809] {
        display: grid
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1005467809] .wlc-btn--demo .wlc-btn__text {
    color: var(--mc-buttonText, var(--mc-baseMain))
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1005467809] .wlc-btn[_ngcontent-wlc-app-c1005467809] {
    min-width: auto
}

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

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

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

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1005467809] .wlc-game-thumb__card[_ngcontent-wlc-app-c1005467809] {
        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-c1005467809] .wlc-game-thumb__card[_ngcontent-wlc-app-c1005467809] {
        padding: 75%0 0;
        height: 0
    }
}

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

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

@media (pointer:fine) {}

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

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

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1005467809] .wlc-game-thumb-media[_ngcontent-wlc-app-c1005467809]: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-c1005467809] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1005467809],
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1005467809] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1005467809] {
        aspect-ratio: 10/16
    }
}

@supports not (aspect-ratio:1/1) {

    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1005467809] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1005467809],
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1005467809] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1005467809] {
        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-c1005467809] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1005467809],
    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1005467809] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1005467809] {
        aspect-ratio: 10/15
    }
}

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1005467809]:before {
    transform: none;
    opacity: 0
}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c1005467809] {
        opacity: 1
    }

    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c1005467809]:before {
        opacity: 1
    }
}

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

@media (pointer:fine) {}

@media (pointer:fine) {}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] {
    overflow: inherit
}

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

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1005467809] {
    transform: scale(.8)
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1005467809] .wlc-btn[_ngcontent-wlc-app-c1005467809] {
    padding: 5px 0
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1005467809] {
    overflow: hidden;
    border-radius: 10px
}

@media (pointer:coarse) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1005467809] {
        display: none
    }
}

@media (max-width:768px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1005467809] {
        display: none
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__logo[_ngcontent-wlc-app-c1005467809] {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    border: 1px solid #f09020
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__logo[_ngcontent-wlc-app-c1005467809] img[_ngcontent-wlc-app-c1005467809] {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 90%;
    height: 90%
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__logo[_ngcontent-wlc-app-c1005467809] {
        width: 44px;
        height: 44px
    }
}

@media (min-width:1420px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb__logo[_ngcontent-wlc-app-c1005467809] {
        left: -17px
    }
}

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

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

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

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb-media[_ngcontent-wlc-app-c1005467809] .wlc-image {
    border-radius: 10px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb-media[_ngcontent-wlc-app-c1005467809] .wlc-image__picture {
    left: 0
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1005467809] .wlc-game-thumb-media__wrap[_ngcontent-wlc-app-c1005467809] {
    border-radius: 10px
}

.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 (min-width:900px) {}

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

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

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

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

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

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

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

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

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

@media (pointer:fine) {}

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

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

@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 (pointer:fine) {}

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

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

@media (pointer:fine) {}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (pointer:fine) {}

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

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

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

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

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

@media (min-width:768px) {
    @supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))) {
        .wlc-tournament-banner--theme-default[_nghost-wlc-app-c605800994] .wlc-tournament-banner__body[_ngcontent-wlc-app-c605800994] {
            background-color: #ffffff40;
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px)
        }
    }
}

@media (max-width:767px) {
    @supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))) {
        .wlc-tournament-banner--theme-default[_nghost-wlc-app-c605800994] .wlc-tournament-banner__description[_ngcontent-wlc-app-c605800994] {
            background-color: #ffffff40;
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px)
        }
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (-ms-high-contrast:active) {}

@media screen and (preferes-contrast:more) {}

@media screen and (prefers-contrast:more) {}

@media screen and (prefers-contrast:more) {}

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

:root {
    --c-whisker: #1D1D1B
}

.dynamic-color {
    fill: var(--mc-baseMain, #000)
}

.whisker {
    fill: var(--c-whisker)
}

.sf-hidden {
    display: none !important
}

img[src="data:,"],
source[src="data:,"] {
    display: none !important
}

.wlc-sections__banner-section {
    width: 100%;
}

@media (max-width: 1199px) {
    .wlc-main-menu,
    .wlc-theme-toggler,
    .wlc-sections__header .wlc-btn-search {
        display: none;
    }
    .wlc-sections__content-games-top3 {
        display: none;
    }
}

.textSeo {
    
}
.textSeo p {
    line-height: 1.5;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
.banner_bg {
    transition: .05s all ease-in-out;
}
@media (max-width: 767px) {
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}