@keyframes loader-6-1 {
           0% {
               transform: translate3d(0, 0, 0) scale(0);
               opacity: 1
           }
           40% {
               opacity: 1
           }
           100% {
               transform: translate3d(0, 0, 0) scale(1.5);
               opacity: 0
           }
       }

@keyframes loader-6-2 {
    0% {
        transform: translate3d(0, 0, 0) scale(0);
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0
    }
}
:root {
     --mc-main: #735cfc;
     --mc-main-locked: #735cfc;
     --mc-main-l5: #7a64fc;
     --mc-main-d5: #644bfc;
     --mc-main-l10: #816cfc;
     --mc-main-d10: #563afb;
     --mc-main-l20: #8f7dfd;
     --mc-main-d20: #3918fb;
     --mc-main-o0: rgba(115, 92, 252, 0);
     --mc-main-o1: rgba(115, 92, 252, .1);
     --mc-main-o2: rgba(115, 92, 252, .2);
     --mc-main-o4: rgba(115, 92, 252, .4);
     --mc-main-o6: rgba(115, 92, 252, .6);
     --mc-main-o8: rgba(115, 92, 252, .8);
     --mc-main-o3: rgba(115, 92, 252, .3);
     --mc-secondary: #df2dbd;
     --mc-secondary-locked: #df2dbd;
     --mc-secondary-l5: #e138c0;
     --mc-secondary-d5: #dd22b9;
     --mc-secondary-l10: #e242c4;
     --mc-secondary-d10: #d120af;
     --mc-secondary-l20: #e557ca;
     --mc-secondary-d20: #ba1c9c;
     --mc-secondary-o0: rgba(223, 45, 189, 0);
     --mc-secondary-o1: rgba(223, 45, 189, .1);
     --mc-secondary-o2: rgba(223, 45, 189, .2);
     --mc-secondary-o4: rgba(223, 45, 189, .4);
     --mc-secondary-o6: rgba(223, 45, 189, .6);
     --mc-secondary-o8: rgba(223, 45, 189, .8);
     --mc-secondary-o3: rgba(223, 45, 189, .3);
     --mc-baseMain: #fff;
     --mc-baseMain-locked: #fff;
     --mc-baseMain-l5: white;
     --mc-baseMain-d5: #f2f2f2;
     --mc-baseMain-l10: white;
     --mc-baseMain-d10: #e6e6e6;
     --mc-baseMain-l20: white;
     --mc-baseMain-d20: #cccccc;
     --mc-baseMain-o0: rgba(255, 255, 255, 0);
     --mc-baseMain-o1: rgba(255, 255, 255, .1);
     --mc-baseMain-o2: rgba(255, 255, 255, .2);
     --mc-baseMain-o4: rgba(255, 255, 255, .4);
     --mc-baseMain-o6: rgba(255, 255, 255, .6);
     --mc-baseMain-o8: rgba(255, 255, 255, .8);
     --mc-baseMain-o3: rgba(255, 255, 255, .3);
     --mc-baseContrast: #000;
     --mc-baseContrast-locked: #000;
     --mc-baseContrast-l5: #0d0d0d;
     --mc-baseContrast-d5: black;
     --mc-baseContrast-l10: #1a1a1a;
     --mc-baseContrast-d10: black;
     --mc-baseContrast-l20: #333333;
     --mc-baseContrast-d20: black;
     --mc-baseContrast-o0: rgba(0, 0, 0, 0);
     --mc-baseContrast-o1: rgba(0, 0, 0, .1);
     --mc-baseContrast-o2: rgba(0, 0, 0, .2);
     --mc-baseContrast-o4: rgba(0, 0, 0, .4);
     --mc-baseContrast-o6: rgba(0, 0, 0, .6);
     --mc-baseContrast-o8: rgba(0, 0, 0, .8);
     --mc-baseContrast-o3: rgba(0, 0, 0, .3);
     --mc-buttonColor: #00ea25;
     --mc-buttonColor-locked: #00ea25;
     --mc-buttonColor-l5: #00f827;
     --mc-buttonColor-d5: #00de23;
     --mc-buttonColor-l10: #07ff2e;
     --mc-buttonColor-d10: #00d321;
     --mc-buttonColor-l20: #22ff45;
     --mc-buttonColor-d20: #00bb1e;
     --mc-buttonColor-o0: rgba(0, 234, 37, 0);
     --mc-buttonColor-o1: rgba(0, 234, 37, .1);
     --mc-buttonColor-o2: rgba(0, 234, 37, .2);
     --mc-buttonColor-o4: rgba(0, 234, 37, .4);
     --mc-buttonColor-o6: rgba(0, 234, 37, .6);
     --mc-buttonColor-o8: rgba(0, 234, 37, .8);
     --mc-buttonColor-o3: rgba(0, 234, 37, .3);
     --mc-baseOpacity: rgba(103, 86, 95, .5);
     --mc-baseOpacity-locked: rgba(103, 86, 95, .5);
     --mc-baseOpacity-l5: rgba(112, 93, 103, .5);
     --mc-baseOpacity-d5: rgba(98, 82, 90, .5);
     --mc-baseOpacity-l10: rgba(120, 101, 111, .5);
     --mc-baseOpacity-d10: rgba(93, 77, 86, .5);
     --mc-baseOpacity-l20: rgba(138, 115, 127, .5);
     --mc-baseOpacity-d20: rgba(82, 69, 76, .5);
     --mc-baseOpacity-o0: rgba(103, 86, 95, 0);
     --mc-baseOpacity-o1: rgba(103, 86, 95, 0);
     --mc-baseOpacity-o2: rgba(103, 86, 95, 0);
     --mc-baseOpacity-o4: rgba(103, 86, 95, 0);
     --mc-baseOpacity-o6: rgba(103, 86, 95, .1);
     --mc-baseOpacity-o8: rgba(103, 86, 95, .3);
     --mc-baseOpacity-o3: rgba(103, 86, 95, 0);
     --mc-bg100: #57425f;
     --mc-bg100-locked: #57425f;
     --mc-bg100-l5: #604969;
     --mc-bg100-d5: #533f5a;
     --mc-bg100-l10: #6a5074;
     --mc-bg100-d10: #4e3b56;
     --mc-bg100-l20: #7d5f88;
     --mc-bg100-d20: #46354c;
     --mc-bg100-o0: rgba(87, 66, 95, 0);
     --mc-bg100-o1: rgba(87, 66, 95, .1);
     --mc-bg100-o2: rgba(87, 66, 95, .2);
     --mc-bg100-o4: rgba(87, 66, 95, .4);
     --mc-bg100-o6: rgba(87, 66, 95, .6);
     --mc-bg100-o8: rgba(87, 66, 95, .8);
     --mc-bg100-o3: rgba(87, 66, 95, .3);
     --mc-bg300: #3c2943;
     --mc-bg300-locked: #3c2943;
     --mc-bg300-l5: #47314f;
     --mc-bg300-d5: #392740;
     --mc-bg300-l10: #52385c;
     --mc-bg300-d10: #36253c;
     --mc-bg300-l20: #694875;
     --mc-bg300-d20: #302136;
     --mc-bg300-o0: rgba(60, 41, 67, 0);
     --mc-bg300-o1: rgba(60, 41, 67, .1);
     --mc-bg300-o2: rgba(60, 41, 67, .2);
     --mc-bg300-o4: rgba(60, 41, 67, .4);
     --mc-bg300-o6: rgba(60, 41, 67, .6);
     --mc-bg300-o8: rgba(60, 41, 67, .8);
     --mc-bg300-o3: rgba(60, 41, 67, .3);
     --mc-bg500: #482d4b;
     --mc-bg500-locked: #482d4b;
     --mc-bg500-l5: #543457;
     --mc-bg500-d5: #442b47;
     --mc-bg500-l10: #5f3c63;
     --mc-bg500-d10: #412944;
     --mc-bg500-l20: #774a7c;
     --mc-bg500-d20: #3a243c;
     --mc-bg500-o0: rgba(72, 45, 75, 0);
     --mc-bg500-o1: rgba(72, 45, 75, .1);
     --mc-bg500-o2: rgba(72, 45, 75, .2);
     --mc-bg500-o4: rgba(72, 45, 75, .4);
     --mc-bg500-o6: rgba(72, 45, 75, .6);
     --mc-bg500-o8: rgba(72, 45, 75, .8);
     --mc-bg500-o3: rgba(72, 45, 75, .3);
     --mc-bg700: #2a1b2c;
     --mc-bg700-locked: #2a1b2c;
     --mc-bg700-l5: #37233a;
     --mc-bg700-d5: #281a2a;
     --mc-bg700-l10: #442c47;
     --mc-bg700-d10: #261828;
     --mc-bg700-l20: #5e3c62;
     --mc-bg700-d20: #221623;
     --mc-bg700-o0: rgba(42, 27, 44, 0);
     --mc-bg700-o1: rgba(42, 27, 44, .1);
     --mc-bg700-o2: rgba(42, 27, 44, .2);
     --mc-bg700-o4: rgba(42, 27, 44, .4);
     --mc-bg700-o6: rgba(42, 27, 44, .6);
     --mc-bg700-o8: rgba(42, 27, 44, .8);
     --mc-bg700-o3: rgba(42, 27, 44, .3);
     --mc-bg: #1d1a1c;
     --mc-bg-locked: #1d1a1c;
     --mc-bg-l5: #292528;
     --mc-bg-d5: #1c191b;
     --mc-bg-l10: #353033;
     --mc-bg-d10: #1a1719;
     --mc-bg-l20: #4d454a;
     --mc-bg-d20: #171516;
     --mc-bg-o0: rgba(29, 26, 28, 0);
     --mc-bg-o1: rgba(29, 26, 28, .1);
     --mc-bg-o2: rgba(29, 26, 28, .2);
     --mc-bg-o4: rgba(29, 26, 28, .4);
     --mc-bg-o6: rgba(29, 26, 28, .6);
     --mc-bg-o8: rgba(29, 26, 28, .8);
     --mc-bg-o3: rgba(29, 26, 28, .3);
     --mc-bgModal: #2e2147;
     --mc-bgModal-locked: #2e2147;
     --mc-bgModal-l5: #372755;
     --mc-bgModal-d5: #2c1f43;
     --mc-bgModal-l10: #402e63;
     --mc-bgModal-d10: #291e40;
     --mc-bgModal-l20: #523b7e;
     --mc-bgModal-d20: #251a39;
     --mc-bgModal-o0: rgba(46, 33, 71, 0);
     --mc-bgModal-o1: rgba(46, 33, 71, .1);
     --mc-bgModal-o2: rgba(46, 33, 71, .2);
     --mc-bgModal-o4: rgba(46, 33, 71, .4);
     --mc-bgModal-o6: rgba(46, 33, 71, .6);
     --mc-bgModal-o8: rgba(46, 33, 71, .8);
     --mc-bgModal-o3: rgba(46, 33, 71, .3);
     --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-elementsColor-o3: rgba(196, 196, 196, .3);
     --mc-error: #ff7a7a;
     --mc-error-locked: #ff7a7a;
     --mc-error-l5: #ff8181;
     --mc-error-d5: #ff6767;
     --mc-error-l10: #ff8787;
     --mc-error-d10: #ff5454;
     --mc-error-l20: #ff9595;
     --mc-error-d20: #ff2f2f;
     --mc-error-o0: rgba(255, 122, 122, 0);
     --mc-error-o1: rgba(255, 122, 122, .1);
     --mc-error-o2: rgba(255, 122, 122, .2);
     --mc-error-o4: rgba(255, 122, 122, .4);
     --mc-error-o6: rgba(255, 122, 122, .6);
     --mc-error-o8: rgba(255, 122, 122, .8);
     --mc-error-o3: rgba(255, 122, 122, .3);
     --mc-success: #4eb17c;
     --mc-success-locked: #4eb17c;
     --mc-success-l5: #57b583;
     --mc-success-d5: #4aa876;
     --mc-success-l10: #60b989;
     --mc-success-d10: #469f70;
     --mc-success-l20: #71c196;
     --mc-success-d20: #3e8e63;
     --mc-success-o0: rgba(78, 177, 124, 0);
     --mc-success-o1: rgba(78, 177, 124, .1);
     --mc-success-o2: rgba(78, 177, 124, .2);
     --mc-success-o4: rgba(78, 177, 124, .4);
     --mc-success-o6: rgba(78, 177, 124, .6);
     --mc-success-o8: rgba(78, 177, 124, .8);
     --mc-success-o3: rgba(78, 177, 124, .3);
     --mc-warning: #e68933;
     --mc-warning-locked: #e68933;
     --mc-warning-l5: #e78f3d;
     --mc-warning-d5: #e48226;
     --mc-warning-l10: #e99547;
     --mc-warning-d10: #e17b1c;
     --mc-warning-l20: #eba15c;
     --mc-warning-d20: #c86d19;
     --mc-warning-o0: rgba(230, 137, 51, 0);
     --mc-warning-o1: rgba(230, 137, 51, .1);
     --mc-warning-o2: rgba(230, 137, 51, .2);
     --mc-warning-o4: rgba(230, 137, 51, .4);
     --mc-warning-o6: rgba(230, 137, 51, .6);
     --mc-warning-o8: rgba(230, 137, 51, .8);
     --mc-warning-o3: rgba(230, 137, 51, .3);
     --mc-disabled: #4c3d4e;
     --mc-disabled-locked: #4c3d4e;
     --mc-disabled-l5: #564558;
     --mc-disabled-d5: #483a4a;
     --mc-disabled-l10: #604d63;
     --mc-disabled-d10: #443746;
     --mc-disabled-l20: #755e78;
     --mc-disabled-d20: #3d313e;
     --mc-disabled-o0: rgba(76, 61, 78, 0);
     --mc-disabled-o1: rgba(76, 61, 78, .1);
     --mc-disabled-o2: rgba(76, 61, 78, .2);
     --mc-disabled-o4: rgba(76, 61, 78, .4);
     --mc-disabled-o6: rgba(76, 61, 78, .6);
     --mc-disabled-o8: rgba(76, 61, 78, .8);
     --mc-disabled-o3: rgba(76, 61, 78, .3);
     --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-black-o3: rgba(0, 0, 0, .3);
     --mc-buttonColorGradient: linear-gradient(253.67deg, #adff00 2.27%, #00ea25 94.48%);
     --mc-buttonColorGradientHover: linear-gradient(253.67deg, #cdff63 2.27%, #55ff70 94.48%);
     --mc-secondaryGradient: linear-gradient(249.54deg, #8108e0 31.57%, #ff39b0 104.55%);
     --mc-secondaryGradientHover: linear-gradient(249.54deg, rgba(129, 8, 224, .3) 31.57%, rgba(255, 57, 176, .3) 104.55%);
     --mc-bgGradient: linear-gradient(129.69deg, #101726 -1.43%, #301414 100.67%, #281010 100.67%);
     --mc-bg700Gradient: linear-gradient(111.84deg, #2e2147 0%, #36212a 102.14%);
     --mc-bgModalGradient: linear-gradient(111.84deg, #2e2147 0%, #36212a 102.14%)
 }

:root {
    --fc-labelColor: #816482;
    --fc-labelColor-locked: #816482;
    --fc-labelColor-l5: #896a8a;
    --fc-labelColor-d5: #7b5f7c;
    --fc-labelColor-l10: #907191;
    --fc-labelColor-d10: #745a75;
    --fc-labelColor-l20: #9d809e;
    --fc-labelColor-d20: #675068;
    --fc-labelColor-o0: rgba(129, 100, 130, 0);
    --fc-labelColor-o1: rgba(129, 100, 130, .1);
    --fc-labelColor-o2: rgba(129, 100, 130, .2);
    --fc-labelColor-o4: rgba(129, 100, 130, .4);
    --fc-labelColor-o6: rgba(129, 100, 130, .6);
    --fc-labelColor-o8: rgba(129, 100, 130, .8);
    --fc-labelColor-o3: rgba(129, 100, 130, .3);
    --fc-inputBg: #2a1b2c;
    --fc-inputBg-locked: #2a1b2c;
    --fc-inputBg-l5: #37233a;
    --fc-inputBg-d5: #281a2a;
    --fc-inputBg-l10: #442c47;
    --fc-inputBg-d10: #261828;
    --fc-inputBg-l20: #5e3c62;
    --fc-inputBg-d20: #221623;
    --fc-inputBg-o0: rgba(42, 27, 44, 0);
    --fc-inputBg-o1: rgba(42, 27, 44, .1);
    --fc-inputBg-o2: rgba(42, 27, 44, .2);
    --fc-inputBg-o4: rgba(42, 27, 44, .4);
    --fc-inputBg-o6: rgba(42, 27, 44, .6);
    --fc-inputBg-o8: rgba(42, 27, 44, .8);
    --fc-inputBg-o3: rgba(42, 27, 44, .3);
    --fc-borderColor: #6b5374;
    --fc-borderColor-locked: #6b5374;
    --fc-borderColor-l5: #73597d;
    --fc-borderColor-d5: #664f6e;
    --fc-borderColor-l10: #7c6086;
    --fc-borderColor-d10: #604b68;
    --fc-borderColor-l20: #8c6e97;
    --fc-borderColor-d20: #56425d;
    --fc-borderColor-o0: rgba(107, 83, 116, 0);
    --fc-borderColor-o1: rgba(107, 83, 116, .1);
    --fc-borderColor-o2: rgba(107, 83, 116, .2);
    --fc-borderColor-o4: rgba(107, 83, 116, .4);
    --fc-borderColor-o6: rgba(107, 83, 116, .6);
    --fc-borderColor-o8: rgba(107, 83, 116, .8);
    --fc-borderColor-o3: rgba(107, 83, 116, .3);
    --fc-textColor: #fff;
    --fc-textColor-locked: #fff;
    --fc-textColor-l5: white;
    --fc-textColor-d5: #f2f2f2;
    --fc-textColor-l10: white;
    --fc-textColor-d10: #e6e6e6;
    --fc-textColor-l20: white;
    --fc-textColor-d20: #cccccc;
    --fc-textColor-o0: rgba(255, 255, 255, 0);
    --fc-textColor-o1: rgba(255, 255, 255, .1);
    --fc-textColor-o2: rgba(255, 255, 255, .2);
    --fc-textColor-o4: rgba(255, 255, 255, .4);
    --fc-textColor-o6: rgba(255, 255, 255, .6);
    --fc-textColor-o8: rgba(255, 255, 255, .8);
    --fc-textColor-o3: rgba(255, 255, 255, .3);
    --fc-placeholderColor: #6b5374;
    --fc-placeholderColor-locked: #6b5374;
    --fc-placeholderColor-l5: #73597d;
    --fc-placeholderColor-d5: #664f6e;
    --fc-placeholderColor-l10: #7c6086;
    --fc-placeholderColor-d10: #604b68;
    --fc-placeholderColor-l20: #8c6e97;
    --fc-placeholderColor-d20: #56425d;
    --fc-placeholderColor-o0: rgba(107, 83, 116, 0);
    --fc-placeholderColor-o1: rgba(107, 83, 116, .1);
    --fc-placeholderColor-o2: rgba(107, 83, 116, .2);
    --fc-placeholderColor-o4: rgba(107, 83, 116, .4);
    --fc-placeholderColor-o6: rgba(107, 83, 116, .6);
    --fc-placeholderColor-o8: rgba(107, 83, 116, .8);
    --fc-placeholderColor-o3: rgba(107, 83, 116, .3);
    --fc-disabledPlaceholderColor: #4b3553;
    --fc-disabledPlaceholderColor-locked: #4b3553;
    --fc-disabledPlaceholderColor-l5: #553c5e;
    --fc-disabledPlaceholderColor-d5: #47324f;
    --fc-disabledPlaceholderColor-l10: #60446a;
    --fc-disabledPlaceholderColor-d10: #44304b;
    --fc-disabledPlaceholderColor-l20: #745281;
    --fc-disabledPlaceholderColor-d20: #3c2a42;
    --fc-disabledPlaceholderColor-o0: rgba(75, 53, 83, 0);
    --fc-disabledPlaceholderColor-o1: rgba(75, 53, 83, .1);
    --fc-disabledPlaceholderColor-o2: rgba(75, 53, 83, .2);
    --fc-disabledPlaceholderColor-o4: rgba(75, 53, 83, .4);
    --fc-disabledPlaceholderColor-o6: rgba(75, 53, 83, .6);
    --fc-disabledPlaceholderColor-o8: rgba(75, 53, 83, .8);
    --fc-disabledPlaceholderColor-o3: rgba(75, 53, 83, .3);
    --fc-arrowColor: #6b5374;
    --fc-arrowColor-locked: #6b5374;
    --fc-arrowColor-l5: #73597d;
    --fc-arrowColor-d5: #664f6e;
    --fc-arrowColor-l10: #7c6086;
    --fc-arrowColor-d10: #604b68;
    --fc-arrowColor-l20: #8c6e97;
    --fc-arrowColor-d20: #56425d;
    --fc-arrowColor-o0: rgba(107, 83, 116, 0);
    --fc-arrowColor-o1: rgba(107, 83, 116, .1);
    --fc-arrowColor-o2: rgba(107, 83, 116, .2);
    --fc-arrowColor-o4: rgba(107, 83, 116, .4);
    --fc-arrowColor-o6: rgba(107, 83, 116, .6);
    --fc-arrowColor-o8: rgba(107, 83, 116, .8);
    --fc-arrowColor-o3: rgba(107, 83, 116, .3);
    --fc-iconColor: #6b5374;
    --fc-iconColor-locked: #6b5374;
    --fc-iconColor-l5: #73597d;
    --fc-iconColor-d5: #664f6e;
    --fc-iconColor-l10: #7c6086;
    --fc-iconColor-d10: #604b68;
    --fc-iconColor-l20: #8c6e97;
    --fc-iconColor-d20: #56425d;
    --fc-iconColor-o0: rgba(107, 83, 116, 0);
    --fc-iconColor-o1: rgba(107, 83, 116, .1);
    --fc-iconColor-o2: rgba(107, 83, 116, .2);
    --fc-iconColor-o4: rgba(107, 83, 116, .4);
    --fc-iconColor-o6: rgba(107, 83, 116, .6);
    --fc-iconColor-o8: rgba(107, 83, 116, .8);
    --fc-iconColor-o3: rgba(107, 83, 116, .3);
    --fc-disableBg: #241526;
    --fc-disableBg-locked: #241526;
    --fc-disableBg-l5: #321d35;
    --fc-disableBg-d5: #221424;
    --fc-disableBg-l10: #402543;
    --fc-disableBg-d10: #201322;
    --fc-disableBg-l20: #5b3560;
    --fc-disableBg-d20: #1d111e;
    --fc-disableBg-o0: rgba(36, 21, 38, 0);
    --fc-disableBg-o1: rgba(36, 21, 38, .1);
    --fc-disableBg-o2: rgba(36, 21, 38, .2);
    --fc-disableBg-o4: rgba(36, 21, 38, .4);
    --fc-disableBg-o6: rgba(36, 21, 38, .6);
    --fc-disableBg-o8: rgba(36, 21, 38, .8);
    --fc-disableBg-o3: rgba(36, 21, 38, .3);
    --fc-disableBorder: #4b3553;
    --fc-disableBorder-locked: #4b3553;
    --fc-disableBorder-l5: #553c5e;
    --fc-disableBorder-d5: #47324f;
    --fc-disableBorder-l10: #60446a;
    --fc-disableBorder-d10: #44304b;
    --fc-disableBorder-l20: #745281;
    --fc-disableBorder-d20: #3c2a42;
    --fc-disableBorder-o0: rgba(75, 53, 83, 0);
    --fc-disableBorder-o1: rgba(75, 53, 83, .1);
    --fc-disableBorder-o2: rgba(75, 53, 83, .2);
    --fc-disableBorder-o4: rgba(75, 53, 83, .4);
    --fc-disableBorder-o6: rgba(75, 53, 83, .6);
    --fc-disableBorder-o8: rgba(75, 53, 83, .8);
    --fc-disableBorder-o3: rgba(75, 53, 83, .3);
    --fc-errorBackground: #785561;
    --fc-errorBackground-locked: #785561;
    --fc-errorBackground-l5: #815b68;
    --fc-errorBackground-d5: #72515c;
    --fc-errorBackground-l10: #8a626f;
    --fc-errorBackground-d10: #6c4d57;
    --fc-errorBackground-l20: #9a707e;
    --fc-errorBackground-d20: #60444e;
    --fc-errorBackground-o0: rgba(120, 85, 97, 0);
    --fc-errorBackground-o1: rgba(120, 85, 97, .1);
    --fc-errorBackground-o2: rgba(120, 85, 97, .2);
    --fc-errorBackground-o4: rgba(120, 85, 97, .4);
    --fc-errorBackground-o6: rgba(120, 85, 97, .6);
    --fc-errorBackground-o8: rgba(120, 85, 97, .8);
    --fc-errorBackground-o3: rgba(120, 85, 97, .3);
    --fc-errorBorder: #da8fa9;
    --fc-errorBorder-locked: #da8fa9;
    --fc-errorBorder-l5: #dc95ad;
    --fc-errorBorder-d5: #d6819f;
    --fc-errorBorder-l10: #de9ab2;
    --fc-errorBorder-d10: #d17494;
    --fc-errorBorder-l20: #e1a5ba;
    --fc-errorBorder-d20: #c8597f;
    --fc-errorBorder-o0: rgba(218, 143, 169, 0);
    --fc-errorBorder-o1: rgba(218, 143, 169, .1);
    --fc-errorBorder-o2: rgba(218, 143, 169, .2);
    --fc-errorBorder-o4: rgba(218, 143, 169, .4);
    --fc-errorBorder-o6: rgba(218, 143, 169, .6);
    --fc-errorBorder-o8: rgba(218, 143, 169, .8);
    --fc-errorBorder-o3: rgba(218, 143, 169, .3);
    --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-errorArrow-o3: rgba(255, 188, 213, .3);
    --fc-successElement: #36b26f;
    --fc-successElement-locked: #36b26f;
    --fc-successElement-l5: #39bd76;
    --fc-successElement-d5: #33a969;
    --fc-successElement-l10: #3fc57d;
    --fc-successElement-d10: #31a064;
    --fc-successElement-l20: #54cb8b;
    --fc-successElement-d20: #2b8e59;
    --fc-successElement-o0: rgba(54, 178, 111, 0);
    --fc-successElement-o1: rgba(54, 178, 111, .1);
    --fc-successElement-o2: rgba(54, 178, 111, .2);
    --fc-successElement-o4: rgba(54, 178, 111, .4);
    --fc-successElement-o6: rgba(54, 178, 111, .6);
    --fc-successElement-o8: rgba(54, 178, 111, .8);
    --fc-successElement-o3: rgba(54, 178, 111, .3);
    --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);
    --fc-successBorder-o3: rgba(172, 246, 211, .3)
}

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

*, *: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: 400;
    font-family: Poppins;
    font-style: normal;
    src: url("../../fonts/poppins-regular.woff2") format("woff2")
}

@font-face {
    font-weight: 600;
    font-family: Poppins;
    font-style: normal;
    src: url("../../fonts/poppins-600.woff2") format("woff2")
}

@font-face {
    font-weight: 700;
    font-family: Poppins;
    font-style: normal;
    src: url("../../fonts/poppins-700.woff2") format("woff2")
}

.wlc-app:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(93.69deg, #101726 -1.43%, #301414 100.67%, #281010 100.67%)
}

@media (max-width: 600px) {
    .wlc-app {
        background: linear-gradient(93.69deg, #101726 -1.43%, #301414 100.67%, #281010 100.67%)
    }
}

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

    :root {
        scroll-behavior: auto
    }
}
@keyframes fadeUp {
           0% {
               transform: translateY(-200%);
               opacity: 0
           }
           to {
               transform: translateY(0);
               opacity: 1
           }
       }

@keyframes fadeDown {
    0% {
        transform: translateY(200%);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeRight {
    0% {
        transform: translate(200%);
        opacity: 0
    }
    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes fadeLeft {
    0% {
        transform: translate(-200%);
        opacity: 0
    }
    to {
        transform: translate(0);
        opacity: 1
    }
}

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

@keyframes bounceInCheck {
    0% {
        transform: scale(.5)
    }
    50% {
        transform: scale(1.05)
    }
    70% {
        transform: scale(.9)
    }
    to {
        transform: scale(1)
    }
}

@keyframes swing {
    0%, 50%, to {
        transform: rotate3d(0, 0, 1, 0)
    }
    10%, 30% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    20%, 40% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
}

:root {
    --mc-main: #735cfc;
    --mc-main-locked: #735cfc;
    --mc-main-l5: #7a64fc;
    --mc-main-d5: #644bfc;
    --mc-main-l10: #816cfc;
    --mc-main-d10: #563afb;
    --mc-main-l20: #8f7dfd;
    --mc-main-d20: #3918fb;
    --mc-main-o0: rgba(115, 92, 252, 0);
    --mc-main-o1: rgba(115, 92, 252, .1);
    --mc-main-o2: rgba(115, 92, 252, .2);
    --mc-main-o4: rgba(115, 92, 252, .4);
    --mc-main-o6: rgba(115, 92, 252, .6);
    --mc-main-o8: rgba(115, 92, 252, .8);
    --mc-main-o3: rgba(115, 92, 252, .3);
    --mc-secondary: #df2dbd;
    --mc-secondary-locked: #df2dbd;
    --mc-secondary-l5: #e138c0;
    --mc-secondary-d5: #dd22b9;
    --mc-secondary-l10: #e242c4;
    --mc-secondary-d10: #d120af;
    --mc-secondary-l20: #e557ca;
    --mc-secondary-d20: #ba1c9c;
    --mc-secondary-o0: rgba(223, 45, 189, 0);
    --mc-secondary-o1: rgba(223, 45, 189, .1);
    --mc-secondary-o2: rgba(223, 45, 189, .2);
    --mc-secondary-o4: rgba(223, 45, 189, .4);
    --mc-secondary-o6: rgba(223, 45, 189, .6);
    --mc-secondary-o8: rgba(223, 45, 189, .8);
    --mc-secondary-o3: rgba(223, 45, 189, .3);
    --mc-baseMain: #fff;
    --mc-baseMain-locked: #fff;
    --mc-baseMain-l5: white;
    --mc-baseMain-d5: #f2f2f2;
    --mc-baseMain-l10: white;
    --mc-baseMain-d10: #e6e6e6;
    --mc-baseMain-l20: white;
    --mc-baseMain-d20: #cccccc;
    --mc-baseMain-o0: rgba(255, 255, 255, 0);
    --mc-baseMain-o1: rgba(255, 255, 255, .1);
    --mc-baseMain-o2: rgba(255, 255, 255, .2);
    --mc-baseMain-o4: rgba(255, 255, 255, .4);
    --mc-baseMain-o6: rgba(255, 255, 255, .6);
    --mc-baseMain-o8: rgba(255, 255, 255, .8);
    --mc-baseMain-o3: rgba(255, 255, 255, .3);
    --mc-baseContrast: #000;
    --mc-baseContrast-locked: #000;
    --mc-baseContrast-l5: #0d0d0d;
    --mc-baseContrast-d5: black;
    --mc-baseContrast-l10: #1a1a1a;
    --mc-baseContrast-d10: black;
    --mc-baseContrast-l20: #333333;
    --mc-baseContrast-d20: black;
    --mc-baseContrast-o0: rgba(0, 0, 0, 0);
    --mc-baseContrast-o1: rgba(0, 0, 0, .1);
    --mc-baseContrast-o2: rgba(0, 0, 0, .2);
    --mc-baseContrast-o4: rgba(0, 0, 0, .4);
    --mc-baseContrast-o6: rgba(0, 0, 0, .6);
    --mc-baseContrast-o8: rgba(0, 0, 0, .8);
    --mc-baseContrast-o3: rgba(0, 0, 0, .3);
    --mc-buttonColor: #00ea25;
    --mc-buttonColor-locked: #00ea25;
    --mc-buttonColor-l5: #00f827;
    --mc-buttonColor-d5: #00de23;
    --mc-buttonColor-l10: #07ff2e;
    --mc-buttonColor-d10: #00d321;
    --mc-buttonColor-l20: #22ff45;
    --mc-buttonColor-d20: #00bb1e;
    --mc-buttonColor-o0: rgba(0, 234, 37, 0);
    --mc-buttonColor-o1: rgba(0, 234, 37, .1);
    --mc-buttonColor-o2: rgba(0, 234, 37, .2);
    --mc-buttonColor-o4: rgba(0, 234, 37, .4);
    --mc-buttonColor-o6: rgba(0, 234, 37, .6);
    --mc-buttonColor-o8: rgba(0, 234, 37, .8);
    --mc-buttonColor-o3: rgba(0, 234, 37, .3);
    --mc-baseOpacity: rgba(103, 86, 95, .5);
    --mc-baseOpacity-locked: rgba(103, 86, 95, .5);
    --mc-baseOpacity-l5: rgba(112, 93, 103, .5);
    --mc-baseOpacity-d5: rgba(98, 82, 90, .5);
    --mc-baseOpacity-l10: rgba(120, 101, 111, .5);
    --mc-baseOpacity-d10: rgba(93, 77, 86, .5);
    --mc-baseOpacity-l20: rgba(138, 115, 127, .5);
    --mc-baseOpacity-d20: rgba(82, 69, 76, .5);
    --mc-baseOpacity-o0: rgba(103, 86, 95, 0);
    --mc-baseOpacity-o1: rgba(103, 86, 95, 0);
    --mc-baseOpacity-o2: rgba(103, 86, 95, 0);
    --mc-baseOpacity-o4: rgba(103, 86, 95, 0);
    --mc-baseOpacity-o6: rgba(103, 86, 95, .1);
    --mc-baseOpacity-o8: rgba(103, 86, 95, .3);
    --mc-baseOpacity-o3: rgba(103, 86, 95, 0);
    --mc-bg100: #57425f;
    --mc-bg100-locked: #57425f;
    --mc-bg100-l5: #604969;
    --mc-bg100-d5: #533f5a;
    --mc-bg100-l10: #6a5074;
    --mc-bg100-d10: #4e3b56;
    --mc-bg100-l20: #7d5f88;
    --mc-bg100-d20: #46354c;
    --mc-bg100-o0: rgba(87, 66, 95, 0);
    --mc-bg100-o1: rgba(87, 66, 95, .1);
    --mc-bg100-o2: rgba(87, 66, 95, .2);
    --mc-bg100-o4: rgba(87, 66, 95, .4);
    --mc-bg100-o6: rgba(87, 66, 95, .6);
    --mc-bg100-o8: rgba(87, 66, 95, .8);
    --mc-bg100-o3: rgba(87, 66, 95, .3);
    --mc-bg300: #3c2943;
    --mc-bg300-locked: #3c2943;
    --mc-bg300-l5: #47314f;
    --mc-bg300-d5: #392740;
    --mc-bg300-l10: #52385c;
    --mc-bg300-d10: #36253c;
    --mc-bg300-l20: #694875;
    --mc-bg300-d20: #302136;
    --mc-bg300-o0: rgba(60, 41, 67, 0);
    --mc-bg300-o1: rgba(60, 41, 67, .1);
    --mc-bg300-o2: rgba(60, 41, 67, .2);
    --mc-bg300-o4: rgba(60, 41, 67, .4);
    --mc-bg300-o6: rgba(60, 41, 67, .6);
    --mc-bg300-o8: rgba(60, 41, 67, .8);
    --mc-bg300-o3: rgba(60, 41, 67, .3);
    --mc-bg500: #482d4b;
    --mc-bg500-locked: #482d4b;
    --mc-bg500-l5: #543457;
    --mc-bg500-d5: #442b47;
    --mc-bg500-l10: #5f3c63;
    --mc-bg500-d10: #412944;
    --mc-bg500-l20: #774a7c;
    --mc-bg500-d20: #3a243c;
    --mc-bg500-o0: rgba(72, 45, 75, 0);
    --mc-bg500-o1: rgba(72, 45, 75, .1);
    --mc-bg500-o2: rgba(72, 45, 75, .2);
    --mc-bg500-o4: rgba(72, 45, 75, .4);
    --mc-bg500-o6: rgba(72, 45, 75, .6);
    --mc-bg500-o8: rgba(72, 45, 75, .8);
    --mc-bg500-o3: rgba(72, 45, 75, .3);
    --mc-bg700: #2a1b2c;
    --mc-bg700-locked: #2a1b2c;
    --mc-bg700-l5: #37233a;
    --mc-bg700-d5: #281a2a;
    --mc-bg700-l10: #442c47;
    --mc-bg700-d10: #261828;
    --mc-bg700-l20: #5e3c62;
    --mc-bg700-d20: #221623;
    --mc-bg700-o0: rgba(42, 27, 44, 0);
    --mc-bg700-o1: rgba(42, 27, 44, .1);
    --mc-bg700-o2: rgba(42, 27, 44, .2);
    --mc-bg700-o4: rgba(42, 27, 44, .4);
    --mc-bg700-o6: rgba(42, 27, 44, .6);
    --mc-bg700-o8: rgba(42, 27, 44, .8);
    --mc-bg700-o3: rgba(42, 27, 44, .3);
    --mc-bg: #1d1a1c;
    --mc-bg-locked: #1d1a1c;
    --mc-bg-l5: #292528;
    --mc-bg-d5: #1c191b;
    --mc-bg-l10: #353033;
    --mc-bg-d10: #1a1719;
    --mc-bg-l20: #4d454a;
    --mc-bg-d20: #171516;
    --mc-bg-o0: rgba(29, 26, 28, 0);
    --mc-bg-o1: rgba(29, 26, 28, .1);
    --mc-bg-o2: rgba(29, 26, 28, .2);
    --mc-bg-o4: rgba(29, 26, 28, .4);
    --mc-bg-o6: rgba(29, 26, 28, .6);
    --mc-bg-o8: rgba(29, 26, 28, .8);
    --mc-bg-o3: rgba(29, 26, 28, .3);
    --mc-bgModal: #2e2147;
    --mc-bgModal-locked: #2e2147;
    --mc-bgModal-l5: #372755;
    --mc-bgModal-d5: #2c1f43;
    --mc-bgModal-l10: #402e63;
    --mc-bgModal-d10: #291e40;
    --mc-bgModal-l20: #523b7e;
    --mc-bgModal-d20: #251a39;
    --mc-bgModal-o0: rgba(46, 33, 71, 0);
    --mc-bgModal-o1: rgba(46, 33, 71, .1);
    --mc-bgModal-o2: rgba(46, 33, 71, .2);
    --mc-bgModal-o4: rgba(46, 33, 71, .4);
    --mc-bgModal-o6: rgba(46, 33, 71, .6);
    --mc-bgModal-o8: rgba(46, 33, 71, .8);
    --mc-bgModal-o3: rgba(46, 33, 71, .3);
    --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-elementsColor-o3: rgba(196, 196, 196, .3);
    --mc-error: #ff7a7a;
    --mc-error-locked: #ff7a7a;
    --mc-error-l5: #ff8181;
    --mc-error-d5: #ff6767;
    --mc-error-l10: #ff8787;
    --mc-error-d10: #ff5454;
    --mc-error-l20: #ff9595;
    --mc-error-d20: #ff2f2f;
    --mc-error-o0: rgba(255, 122, 122, 0);
    --mc-error-o1: rgba(255, 122, 122, .1);
    --mc-error-o2: rgba(255, 122, 122, .2);
    --mc-error-o4: rgba(255, 122, 122, .4);
    --mc-error-o6: rgba(255, 122, 122, .6);
    --mc-error-o8: rgba(255, 122, 122, .8);
    --mc-error-o3: rgba(255, 122, 122, .3);
    --mc-success: #4eb17c;
    --mc-success-locked: #4eb17c;
    --mc-success-l5: #57b583;
    --mc-success-d5: #4aa876;
    --mc-success-l10: #60b989;
    --mc-success-d10: #469f70;
    --mc-success-l20: #71c196;
    --mc-success-d20: #3e8e63;
    --mc-success-o0: rgba(78, 177, 124, 0);
    --mc-success-o1: rgba(78, 177, 124, .1);
    --mc-success-o2: rgba(78, 177, 124, .2);
    --mc-success-o4: rgba(78, 177, 124, .4);
    --mc-success-o6: rgba(78, 177, 124, .6);
    --mc-success-o8: rgba(78, 177, 124, .8);
    --mc-success-o3: rgba(78, 177, 124, .3);
    --mc-warning: #e68933;
    --mc-warning-locked: #e68933;
    --mc-warning-l5: #e78f3d;
    --mc-warning-d5: #e48226;
    --mc-warning-l10: #e99547;
    --mc-warning-d10: #e17b1c;
    --mc-warning-l20: #eba15c;
    --mc-warning-d20: #c86d19;
    --mc-warning-o0: rgba(230, 137, 51, 0);
    --mc-warning-o1: rgba(230, 137, 51, .1);
    --mc-warning-o2: rgba(230, 137, 51, .2);
    --mc-warning-o4: rgba(230, 137, 51, .4);
    --mc-warning-o6: rgba(230, 137, 51, .6);
    --mc-warning-o8: rgba(230, 137, 51, .8);
    --mc-warning-o3: rgba(230, 137, 51, .3);
    --mc-disabled: #4c3d4e;
    --mc-disabled-locked: #4c3d4e;
    --mc-disabled-l5: #564558;
    --mc-disabled-d5: #483a4a;
    --mc-disabled-l10: #604d63;
    --mc-disabled-d10: #443746;
    --mc-disabled-l20: #755e78;
    --mc-disabled-d20: #3d313e;
    --mc-disabled-o0: rgba(76, 61, 78, 0);
    --mc-disabled-o1: rgba(76, 61, 78, .1);
    --mc-disabled-o2: rgba(76, 61, 78, .2);
    --mc-disabled-o4: rgba(76, 61, 78, .4);
    --mc-disabled-o6: rgba(76, 61, 78, .6);
    --mc-disabled-o8: rgba(76, 61, 78, .8);
    --mc-disabled-o3: rgba(76, 61, 78, .3);
    --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-black-o3: rgba(0, 0, 0, .3);
    --mc-buttonColorGradient: linear-gradient(253.67deg, #adff00 2.27%, #00ea25 94.48%);
    --mc-buttonColorGradientHover: linear-gradient(253.67deg, #cdff63 2.27%, #55ff70 94.48%);
    --mc-secondaryGradient: linear-gradient(249.54deg, #8108e0 31.57%, #ff39b0 104.55%);
    --mc-secondaryGradientHover: linear-gradient(249.54deg, rgba(129, 8, 224, .3) 31.57%, rgba(255, 57, 176, .3) 104.55%);
    --mc-bgGradient: linear-gradient(129.69deg, #101726 -1.43%, #301414 100.67%, #281010 100.67%);
    --mc-bg700Gradient: linear-gradient(111.84deg, #2e2147 0%, #36212a 102.14%);
    --mc-bgModalGradient: linear-gradient(111.84deg, #2e2147 0%, #36212a 102.14%)
}

:root {
    --fc-labelColor: #816482;
    --fc-labelColor-locked: #816482;
    --fc-labelColor-l5: #896a8a;
    --fc-labelColor-d5: #7b5f7c;
    --fc-labelColor-l10: #907191;
    --fc-labelColor-d10: #745a75;
    --fc-labelColor-l20: #9d809e;
    --fc-labelColor-d20: #675068;
    --fc-labelColor-o0: rgba(129, 100, 130, 0);
    --fc-labelColor-o1: rgba(129, 100, 130, .1);
    --fc-labelColor-o2: rgba(129, 100, 130, .2);
    --fc-labelColor-o4: rgba(129, 100, 130, .4);
    --fc-labelColor-o6: rgba(129, 100, 130, .6);
    --fc-labelColor-o8: rgba(129, 100, 130, .8);
    --fc-labelColor-o3: rgba(129, 100, 130, .3);
    --fc-inputBg: #2a1b2c;
    --fc-inputBg-locked: #2a1b2c;
    --fc-inputBg-l5: #37233a;
    --fc-inputBg-d5: #281a2a;
    --fc-inputBg-l10: #442c47;
    --fc-inputBg-d10: #261828;
    --fc-inputBg-l20: #5e3c62;
    --fc-inputBg-d20: #221623;
    --fc-inputBg-o0: rgba(42, 27, 44, 0);
    --fc-inputBg-o1: rgba(42, 27, 44, .1);
    --fc-inputBg-o2: rgba(42, 27, 44, .2);
    --fc-inputBg-o4: rgba(42, 27, 44, .4);
    --fc-inputBg-o6: rgba(42, 27, 44, .6);
    --fc-inputBg-o8: rgba(42, 27, 44, .8);
    --fc-inputBg-o3: rgba(42, 27, 44, .3);
    --fc-borderColor: #6b5374;
    --fc-borderColor-locked: #6b5374;
    --fc-borderColor-l5: #73597d;
    --fc-borderColor-d5: #664f6e;
    --fc-borderColor-l10: #7c6086;
    --fc-borderColor-d10: #604b68;
    --fc-borderColor-l20: #8c6e97;
    --fc-borderColor-d20: #56425d;
    --fc-borderColor-o0: rgba(107, 83, 116, 0);
    --fc-borderColor-o1: rgba(107, 83, 116, .1);
    --fc-borderColor-o2: rgba(107, 83, 116, .2);
    --fc-borderColor-o4: rgba(107, 83, 116, .4);
    --fc-borderColor-o6: rgba(107, 83, 116, .6);
    --fc-borderColor-o8: rgba(107, 83, 116, .8);
    --fc-borderColor-o3: rgba(107, 83, 116, .3);
    --fc-textColor: #fff;
    --fc-textColor-locked: #fff;
    --fc-textColor-l5: white;
    --fc-textColor-d5: #f2f2f2;
    --fc-textColor-l10: white;
    --fc-textColor-d10: #e6e6e6;
    --fc-textColor-l20: white;
    --fc-textColor-d20: #cccccc;
    --fc-textColor-o0: rgba(255, 255, 255, 0);
    --fc-textColor-o1: rgba(255, 255, 255, .1);
    --fc-textColor-o2: rgba(255, 255, 255, .2);
    --fc-textColor-o4: rgba(255, 255, 255, .4);
    --fc-textColor-o6: rgba(255, 255, 255, .6);
    --fc-textColor-o8: rgba(255, 255, 255, .8);
    --fc-textColor-o3: rgba(255, 255, 255, .3);
    --fc-placeholderColor: #6b5374;
    --fc-placeholderColor-locked: #6b5374;
    --fc-placeholderColor-l5: #73597d;
    --fc-placeholderColor-d5: #664f6e;
    --fc-placeholderColor-l10: #7c6086;
    --fc-placeholderColor-d10: #604b68;
    --fc-placeholderColor-l20: #8c6e97;
    --fc-placeholderColor-d20: #56425d;
    --fc-placeholderColor-o0: rgba(107, 83, 116, 0);
    --fc-placeholderColor-o1: rgba(107, 83, 116, .1);
    --fc-placeholderColor-o2: rgba(107, 83, 116, .2);
    --fc-placeholderColor-o4: rgba(107, 83, 116, .4);
    --fc-placeholderColor-o6: rgba(107, 83, 116, .6);
    --fc-placeholderColor-o8: rgba(107, 83, 116, .8);
    --fc-placeholderColor-o3: rgba(107, 83, 116, .3);
    --fc-disabledPlaceholderColor: #4b3553;
    --fc-disabledPlaceholderColor-locked: #4b3553;
    --fc-disabledPlaceholderColor-l5: #553c5e;
    --fc-disabledPlaceholderColor-d5: #47324f;
    --fc-disabledPlaceholderColor-l10: #60446a;
    --fc-disabledPlaceholderColor-d10: #44304b;
    --fc-disabledPlaceholderColor-l20: #745281;
    --fc-disabledPlaceholderColor-d20: #3c2a42;
    --fc-disabledPlaceholderColor-o0: rgba(75, 53, 83, 0);
    --fc-disabledPlaceholderColor-o1: rgba(75, 53, 83, .1);
    --fc-disabledPlaceholderColor-o2: rgba(75, 53, 83, .2);
    --fc-disabledPlaceholderColor-o4: rgba(75, 53, 83, .4);
    --fc-disabledPlaceholderColor-o6: rgba(75, 53, 83, .6);
    --fc-disabledPlaceholderColor-o8: rgba(75, 53, 83, .8);
    --fc-disabledPlaceholderColor-o3: rgba(75, 53, 83, .3);
    --fc-arrowColor: #6b5374;
    --fc-arrowColor-locked: #6b5374;
    --fc-arrowColor-l5: #73597d;
    --fc-arrowColor-d5: #664f6e;
    --fc-arrowColor-l10: #7c6086;
    --fc-arrowColor-d10: #604b68;
    --fc-arrowColor-l20: #8c6e97;
    --fc-arrowColor-d20: #56425d;
    --fc-arrowColor-o0: rgba(107, 83, 116, 0);
    --fc-arrowColor-o1: rgba(107, 83, 116, .1);
    --fc-arrowColor-o2: rgba(107, 83, 116, .2);
    --fc-arrowColor-o4: rgba(107, 83, 116, .4);
    --fc-arrowColor-o6: rgba(107, 83, 116, .6);
    --fc-arrowColor-o8: rgba(107, 83, 116, .8);
    --fc-arrowColor-o3: rgba(107, 83, 116, .3);
    --fc-iconColor: #6b5374;
    --fc-iconColor-locked: #6b5374;
    --fc-iconColor-l5: #73597d;
    --fc-iconColor-d5: #664f6e;
    --fc-iconColor-l10: #7c6086;
    --fc-iconColor-d10: #604b68;
    --fc-iconColor-l20: #8c6e97;
    --fc-iconColor-d20: #56425d;
    --fc-iconColor-o0: rgba(107, 83, 116, 0);
    --fc-iconColor-o1: rgba(107, 83, 116, .1);
    --fc-iconColor-o2: rgba(107, 83, 116, .2);
    --fc-iconColor-o4: rgba(107, 83, 116, .4);
    --fc-iconColor-o6: rgba(107, 83, 116, .6);
    --fc-iconColor-o8: rgba(107, 83, 116, .8);
    --fc-iconColor-o3: rgba(107, 83, 116, .3);
    --fc-disableBg: #241526;
    --fc-disableBg-locked: #241526;
    --fc-disableBg-l5: #321d35;
    --fc-disableBg-d5: #221424;
    --fc-disableBg-l10: #402543;
    --fc-disableBg-d10: #201322;
    --fc-disableBg-l20: #5b3560;
    --fc-disableBg-d20: #1d111e;
    --fc-disableBg-o0: rgba(36, 21, 38, 0);
    --fc-disableBg-o1: rgba(36, 21, 38, .1);
    --fc-disableBg-o2: rgba(36, 21, 38, .2);
    --fc-disableBg-o4: rgba(36, 21, 38, .4);
    --fc-disableBg-o6: rgba(36, 21, 38, .6);
    --fc-disableBg-o8: rgba(36, 21, 38, .8);
    --fc-disableBg-o3: rgba(36, 21, 38, .3);
    --fc-disableBorder: #4b3553;
    --fc-disableBorder-locked: #4b3553;
    --fc-disableBorder-l5: #553c5e;
    --fc-disableBorder-d5: #47324f;
    --fc-disableBorder-l10: #60446a;
    --fc-disableBorder-d10: #44304b;
    --fc-disableBorder-l20: #745281;
    --fc-disableBorder-d20: #3c2a42;
    --fc-disableBorder-o0: rgba(75, 53, 83, 0);
    --fc-disableBorder-o1: rgba(75, 53, 83, .1);
    --fc-disableBorder-o2: rgba(75, 53, 83, .2);
    --fc-disableBorder-o4: rgba(75, 53, 83, .4);
    --fc-disableBorder-o6: rgba(75, 53, 83, .6);
    --fc-disableBorder-o8: rgba(75, 53, 83, .8);
    --fc-disableBorder-o3: rgba(75, 53, 83, .3);
    --fc-errorBackground: #785561;
    --fc-errorBackground-locked: #785561;
    --fc-errorBackground-l5: #815b68;
    --fc-errorBackground-d5: #72515c;
    --fc-errorBackground-l10: #8a626f;
    --fc-errorBackground-d10: #6c4d57;
    --fc-errorBackground-l20: #9a707e;
    --fc-errorBackground-d20: #60444e;
    --fc-errorBackground-o0: rgba(120, 85, 97, 0);
    --fc-errorBackground-o1: rgba(120, 85, 97, .1);
    --fc-errorBackground-o2: rgba(120, 85, 97, .2);
    --fc-errorBackground-o4: rgba(120, 85, 97, .4);
    --fc-errorBackground-o6: rgba(120, 85, 97, .6);
    --fc-errorBackground-o8: rgba(120, 85, 97, .8);
    --fc-errorBackground-o3: rgba(120, 85, 97, .3);
    --fc-errorBorder: #da8fa9;
    --fc-errorBorder-locked: #da8fa9;
    --fc-errorBorder-l5: #dc95ad;
    --fc-errorBorder-d5: #d6819f;
    --fc-errorBorder-l10: #de9ab2;
    --fc-errorBorder-d10: #d17494;
    --fc-errorBorder-l20: #e1a5ba;
    --fc-errorBorder-d20: #c8597f;
    --fc-errorBorder-o0: rgba(218, 143, 169, 0);
    --fc-errorBorder-o1: rgba(218, 143, 169, .1);
    --fc-errorBorder-o2: rgba(218, 143, 169, .2);
    --fc-errorBorder-o4: rgba(218, 143, 169, .4);
    --fc-errorBorder-o6: rgba(218, 143, 169, .6);
    --fc-errorBorder-o8: rgba(218, 143, 169, .8);
    --fc-errorBorder-o3: rgba(218, 143, 169, .3);
    --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-errorArrow-o3: rgba(255, 188, 213, .3);
    --fc-successElement: #36b26f;
    --fc-successElement-locked: #36b26f;
    --fc-successElement-l5: #39bd76;
    --fc-successElement-d5: #33a969;
    --fc-successElement-l10: #3fc57d;
    --fc-successElement-d10: #31a064;
    --fc-successElement-l20: #54cb8b;
    --fc-successElement-d20: #2b8e59;
    --fc-successElement-o0: rgba(54, 178, 111, 0);
    --fc-successElement-o1: rgba(54, 178, 111, .1);
    --fc-successElement-o2: rgba(54, 178, 111, .2);
    --fc-successElement-o4: rgba(54, 178, 111, .4);
    --fc-successElement-o6: rgba(54, 178, 111, .6);
    --fc-successElement-o8: rgba(54, 178, 111, .8);
    --fc-successElement-o3: rgba(54, 178, 111, .3);
    --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);
    --fc-successBorder-o3: rgba(172, 246, 211, .3)
}

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

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

:root {
    font-size: 10px
}

body {
    margin: 0;
    color: var(--mc-baseMain);
    font-weight: 400;
    font-size: 1.8rem;
    font-family: Poppins, sans-serif;
    line-height: 1.5;
    background-color: var(--mc-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

p {
    margin-top: 0;
    margin-bottom: 0
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: var(--mc-main);
    text-decoration: underline
}

a:hover {
    color: var(--mc-baseMain);
    text-decoration: underline
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img, svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button {
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

button, [type=button] {
    -webkit-appearance: button
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0
}

.wlc-sections__categories--theme-1[class] {
    margin: 0 0 20px
}

.wlc-sections__categories--theme-1 > .container {
    border-radius: 0
}

.wlc-sections__categories--theme-1 .games-categories {
    min-height: auto;
    grid-gap: 10px;
    grid-template-columns:auto auto;
    display: grid;
    align-items: center
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
    height: 40px;
    width: 100%;
    padding: 0 10px;
    border-radius: 6px;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.45;
    transition: all .3s linear;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    margin-left: auto
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn > span, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn > span {
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon {
    transition: color .3s linear;
    display: block;
    margin-left: 10px;
    color: var(--mc-baseMain);
    line-height: 1
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon svg, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor
}

.wlc-sections__categories--theme-1 .wlc-btn-merch[wlc-button] path {
    stroke: currentColor
}

.wlc-sections__categories.wlc-sections__categories--without-back .container {
    padding: 0;
    background: none
}

.wlc-sections__categories.wlc-sections__categories--without-back .wlc-btn.wlc-btn-search, .wlc-sections__categories.wlc-sections__categories--without-back .wlc-btn.wlc-btn-merch {
    min-width: 150px;
    background: #ffffff0d
}

.wlc-sections__footer--theme-2 {
    padding-bottom: 15px;
    background: transparent
}

.wlc-sections__footer--theme-2 .container {
    display: flex;
    flex-direction: column
}

.wlc-sections__footer--theme-2 .footer-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0 30px;
    margin: 0 auto 30px;
    display: flex;
    width: 100%;
    background: transparent;
    border-radius: 16px
}

.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    display: flex
}

.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu].wlc-post-menu--without-swiper .wlc-menu__item {
    text-align: center
}

.wlc-sections__footer--theme-2 .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
    max-width: 100%
}

.wlc-sections__footer--theme-2 .footer-bottom__right {
    margin: 0 0 30px
}

.wlc-sections__footer--theme-2 .footer-bottom .wlc-disclaimer[wlc-disclaimer] {
    grid-area: disclaimer
}

.wlc-sections__footer--theme-2 .footer-bottom .wlc-disclaimer[wlc-disclaimer] > .wlc-disclaimer__text {
    text-align: center
}

.wlc-sections__footer--theme-2 .footer-bottom .wlc-copyright[wlc-copyright] {
    margin: 20px 0 0;
    grid-area: copyright
}

.wlc-sections__footer--theme-2 .footer-bottom .wlc-copyright[wlc-copyright] > .wlc-copyright__text {
    text-align: center
}

.wlc-sections__footer--theme-2 .wlc-icon-list--theme-payments {
    margin: 0 auto 40px
}

.wlc-sections__footer--theme-2 .wlc-icon-payments-list--theme-default {
    order: -1
}

.wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left {
    margin: 0 0 10px
}

.wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom .wlc-btn--aff {
    margin: 0 auto 20px;
    grid-area: affiliate
}

.wlc-sections__header--theme-1 .container {
    max-width: calc(100% - 30px);
    grid-template-columns:auto minmax(0, 1fr) auto auto;
    gap: 10px;
    padding: 0;
    display: grid;
    align-items: center
}

.wlc-sections__header--theme-1 .wlc-logo {
    width: auto;
    margin: 0
}

.wlc-sections__header--theme-1 .wlc-logo__image {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.wlc-sections__header--theme-1 .wlc-logo svg {
    max-height: 50%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center
}

.wlc-sections__header--theme-1 .wlc-login-signup {
    justify-content: flex-end
}

.wlc-sections__header--theme-1 .wlc-btn-search {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 0
}

.wlc-sections__header--theme-1 .wlc-btn-search__text, .wlc-sections__header--theme-1 .wlc-btn-search .wlc-icon, .wlc-sections__header--theme-1 .wlc-btn-search .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wlc-sections__header--theme-1 .wlc-btn-search svg {
    transition: all .3s linear
}

.wlc-sections__header {
    z-index: 100
}

.wlc-body--sticky-header .wlc-sections__header {
    --sticky-transform-coef: 1;
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    transform: translateZ(0);
    transition: transform .3s ease-in-out
}

.wlc-body--sticky-header .wlc-sections__header:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    background: linear-gradient(93.69deg, #101726 -1.43%, #301414 100.67%, #281010 100.67%);
    transform: scale3d(1, var(--sticky-scale-val, 1), 1);
    transform-origin: top;
    transition: inherit
}

.wlc-body--sticky-header .wlc-sections__header .container {
    min-height: 60px;
    position: relative;
    z-index: 1;
    transform: translate3d(0, var(--sticky-translate-val, 0), 0);
    transition: inherit
}

.wlc-sections__header .container .wlc-btn-search {
    overflow: visible
}

.four-elements {
    grid-template-columns:repeat(2, 1fr);
    gap: 10px;
    display: grid
}

.four-elements__body {
    padding: 10px 15px;
    min-height: 64px;
    align-items: center;
    justify-items: start;
    border-radius: 16px
}

.wlc-body--fp-left .wlc-app {
    transition: padding .25s ease-in-out
}

.wlc-body--fp-left-expanded {
    --fp-left-padding: var(--fp-left-size-full)
}

.wlc-body--fp-left:not(.wlc-body--fp-left-nopadding) .wlc-app {
    padding-left: var(--fp-left-padding, 0)
}

.wlc-sections__right-widget {
    z-index: 101;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: none;
    height: 100vh;
    visibility: hidden;
    pointer-events: all
}

.wlc-sections__categories, .wlc-sections__content-games-top {
    margin-bottom: 40px
}

.wlc-body--fp-left:not(.wlc-body--fp-left-nopadding) [class*=wlc-sections__]:not(.wlc-sections__sticky-footer--theme-default):not(.wlc-sections__email-verification-notification):not(.wlc-sections__notifications):not(.wlc-sections__right-widget), .wlc-body--fp-right:not(.wlc-body--fp-right-nopadding) [class*=wlc-sections__]:not(.wlc-sections__sticky-footer--theme-default):not(.wlc-sections__email-verification-notification):not(.wlc-sections__notifications):not(.wlc-sections__right-widget) {
    padding: 0 15px
}

[class*=wlc-sections__]:empty {
    display: none
}

.wlc-app:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(93.69deg, #101726 -1.43%, #301414 100.67%, #281010 100.67%)
}

.wlc-sections__content-games-top-2 .wlc-games-grid {
    margin-bottom: 30px
}

.wlc-sections__categories--theme-1 .games-categories {
    grid-template-areas:"search merch";
    position: relative
}

.wlc-sections__categories--theme-1 .games-categories:before {
    bottom: 20px;
    display: none;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--mc-baseMain-o2);
    pointer-events: none;
    border-radius: 16px
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn > span, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn > span {
    justify-content: center
}

.wlc-body--fp-left-in.wlc-body--fp-left .wlc-sections__header {
    width: auto;
    margin-right: calc(-1 * var(--fp-left-size-gap));
    margin-left: calc(-1 * var(--fp-left-size-gap));
    padding: 0 15px
}

.wlc-sections__header--theme-1 .wlc-btn-search svg {
    fill: var(--mc-baseMain)
}

.wlc-sections__header--theme-1 .wlc-btn-search__text {
    width: 30vw;
    padding: 5px 5px 5px 12px;
    color: #959498;
    background: var(--mc-baseOpacity);
    border-radius: 6px
}

.wlc-sections__header--theme-1 .wlc-btn-search .wlc-icon {
    padding: 8px;
    background: var(--mc-baseOpacity);
    border-radius: 6px
}

.wlc-sections__footer--theme-2 .footer-menu {
    position: relative
}

.wlc-sections__footer--theme-2 .footer-menu:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--mc-baseMain-o2);
    border-radius: 16px
}

.wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left {
    display: grid;
    grid-template-areas:"logo""license""affiliate";
    justify-items: center;
    width: 100%
}

.wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left .wlc-logo--theme-mod-footer-first {
    margin: 0 auto 30px;
    grid-area: logo
}

.wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left .footer-license-telegram {
    margin: 0 auto 20px;
    grid-area: license
}

.wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left .wlc-btn--theme-default {
    width: 234px;
    height: 50px;
    border: none !important;
    background: linear-gradient(217deg, #8108e0, #ff39b0 100% 100%)
}

.wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left .wlc-btn--theme-default .wlc-btn__text {
    color: #fff
}

.wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left .wlc-btn--aff:hover, .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left .wlc-btn--theme-default:hover {
    background: linear-gradient(217deg, #8108e0, #ff39b0 100% 100%);
    box-shadow: 0 0 15px #df2dbd
}

.wlc-sections__footer--theme-2 .wlc-footer-ratings {
    margin: 0 0 40px
}

.wlc-sections__footer--theme-2 .wlc-footer-payments .wlc-title__main, .wlc-sections__footer--theme-2 .wlc-footer-ratings .wlc-title__main {
    margin: 0 0 10px
}

.wlc-sections__four-elements {
    margin-bottom: 30px
}

.wlc-sections__banner-wolf-fixed {
    margin-bottom: 10px
}

.wlc-sections__banner-wolf-fixed .wolf-banner-wrapper {
    display: flex;
    gap: 10px
}

.wlc-sections__banner-wolf-fixed .wolf-banner-wrapper .wolf-banner-1 {
    width: 33%
}

.wlc-sections__banner-wolf-fixed .wolf-banner-wrapper .wlc-slider--theme-wolf-banner {
    width: 67%
}

.footer-license-telegram {
    display: flex;
    gap: 15px
}

.wlc-sections__lotteries--theme-default:not(:has(.wlc-lottery-card div)) {
    margin-bottom: 0
}

@media (min-width: 375px) {
    .container {
        max-width: calc(100% - 30px)
    }
}

@media (min-width: 480px) {
    .container {
        max-width: 450px
    }

    .wlc-sections__header--theme-1 .container {
        gap: 20px
    }

    .wlc-sections__header--theme-1 .container {
        max-width: calc(100% - 30px)
    }
}

@media (min-width: 560px) {
    .container {
        max-width: 530px
    }

    .wlc-sections__header--theme-1 .container {
        max-width: 530px
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 610px
    }

    .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom .wlc-btn--aff {
        margin: 0 auto 30px
    }

    .wlc-sections__header--theme-1 .container {
        max-width: 610px
    }

    .four-elements__body {
        padding: 10px 20px
    }

    .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left {
        grid-template-areas:"logo license""affiliate affiliate"
    }
}

@media (min-width: 720px) {
    .container, .wlc-sections__header--theme-1 .container {
        max-width: 690px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 738px
    }

    .wlc-sections__categories--theme-1 > .container {
        padding: 0 10px
    }

    .wlc-sections__categories--theme-1 > .container {
        border-radius: 16px
    }

    .wlc-sections__categories--theme-1 > .container {
        background: var(--mc-bg700)
    }

    .wlc-sections__categories--theme-1 .games-categories {
        min-height: 60px
    }

    .wlc-sections__categories--theme-1 .games-categories {
        grid-template-columns:auto auto
    }

    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
        background: var(--mc-bg)
    }

    .wlc-sections__header--theme-1 .container {
        max-width: 738px
    }

    .four-elements__body {
        padding: 10px 30px
    }

    .wlc-sections__categories--theme-1 .games-categories {
        grid-template-areas:"menu menu""search merch"
    }

    .wlc-sections__categories--theme-1 .games-categories:before {
        bottom: 60px
    }

    .wlc-sections__categories--theme-1 .games-categories:before {
        display: block
    }
}

@media (min-width: 900px) {
    .container {
        max-width: 870px
    }

    .wlc-sections__categories--theme-1[class] {
        margin: 0 0 40px
    }

    .wlc-sections__categories--theme-1 .games-categories {
        grid-template-columns:minmax(0, 1fr) auto auto
    }

    .wlc-sections__footer--theme-2 {
        padding-bottom: 0
    }

    .wlc-sections__footer--theme-2 .footer-menu {
        flex-direction: row
    }

    .wlc-sections__footer--theme-2 .footer-menu {
        padding: 15px 0 30px
    }

    .wlc-sections__footer--theme-2 .footer-menu {
        margin: 0 auto 30px
    }

    .wlc-sections__footer--theme-2 .footer-menu {
        order: 1
    }

    .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {
        margin: 0
    }

    .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu].wlc-post-menu--without-swiper .wlc-menu__item {
        white-space: nowrap
    }

    .wlc-sections__footer--theme-2 .footer-bottom {
        display: grid
    }

    .wlc-sections__footer--theme-2 .footer-bottom {
        grid-template-columns:auto auto
    }

    .wlc-sections__footer--theme-2 .footer-bottom {
        grid-gap: 20px
    }

    .wlc-sections__footer--theme-2 .footer-bottom {
        align-items: flex-start
    }

    .wlc-sections__footer--theme-2 .footer-bottom {
        margin: 0 0 30px
    }

    .wlc-sections__footer--theme-2 .footer-bottom {
        order: 2
    }

    .wlc-sections__footer--theme-2 .footer-bottom__right {
        margin: 0
    }

    .wlc-sections__footer--theme-2 .footer-bottom .wlc-disclaimer[wlc-disclaimer] > .wlc-disclaimer__text {
        text-align: left
    }

    .wlc-sections__footer--theme-2 .footer-bottom .wlc-copyright[wlc-copyright] > .wlc-copyright__text {
        text-align: left
    }

    .wlc-sections__footer--theme-2 .wlc-icon-list--theme-payments {
        margin: 0 auto 40px
    }

    .wlc-sections__footer--theme-2 .wlc-icon-payments-list--theme-default {
        order: 0
    }

    .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left {
        margin: 0
    }

    .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom .wlc-btn--aff {
        margin: 0 0 25px
    }

    .wlc-sections__header--theme-1 .container {
        max-width: 870px
    }

    .wlc-sections__categories--theme-1 .games-categories {
        grid-template-areas:none
    }

    .wlc-sections__categories--theme-1 .games-categories:before {
        bottom: 3px
    }

    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn > span, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn > span {
        justify-content: space-between
    }

    .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left {
        display: block
    }

    .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left .wlc-logo--theme-mod-footer-first {
        margin: 0 0 30px
    }

    .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left .footer-license-telegram {
        margin: 0
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 994px
    }

    .wlc-sections__categories--theme-1 .wlc-category-menu {
        margin-right: auto
    }

    .wlc-sections__header--theme-1 .container {
        max-width: 994px
    }

    .wlc-body--sticky-header .wlc-sections__header .container {
        min-height: 70px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }

    .wlc-sections__categories--theme-1 > .container {
        padding: 0 20px
    }

    .wlc-sections__categories--theme-1 .games-categories {
        min-height: 80px
    }

    .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {
        margin: 0
    }

    .wlc-sections__footer--theme-2 .wlc-icon-list .wlc-icon-list__wrapper {
        margin-top: -10px
    }

    .wlc-sections__header--theme-1 .container {
        width: 100%
    }

    .wlc-sections__header--theme-1 .container {
        max-width: 1170px
    }

    .wlc-sections__header--theme-1 .container {
        grid-template-columns:repeat(2, auto) minmax(0, 1fr) repeat(2, auto)
    }

    .wlc-sections__header--theme-1 .container {
        margin: 0 auto
    }

    .wlc-sections__header--theme-1 .container {
        padding: 0
    }

    .wlc-sections__header--theme-1 .wlc-login-signup .wlc-btn {
        padding: 5px 10px
    }

    .four-elements {
        grid-template-columns:repeat(3, 1fr) 300px
    }

    .four-elements__body {
        padding: 10px 20px 10px 80px
    }

    .four-elements__body {
        min-height: 100px
    }

    .wlc-sections__right-widget {
        z-index: 99
    }

    .wlc-sections__categories--theme-1 .games-categories:before {
        bottom: 12px
    }
}

@media (min-width: 1366px) {
    .wlc-sections__header--theme-1 .wlc-login-signup .wlc-btn {
        padding: 5px 20px
    }

    .wlc-sections__header--theme-1 > .container {
        max-width: 1600px !important
    }
}

@media (min-width: 1630px) {
    .container {
        max-width: 1600px
    }

    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
        padding: 0 15px
    }

    .wlc-sections__footer--theme-2 .footer-menu {
        padding: 5px 0 30px
    }

    .wlc-sections__footer--theme-2 .footer-menu {
        margin: 0 auto 30px
    }

    .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {
        margin: 0
    }

    .wlc-sections__footer--theme-2 .footer-bottom {
        margin: 0 auto 30px
    }

    .wlc-sections__footer--theme-2 .wlc-icon-list--theme-payments {
        margin: 0 auto 40px
    }

    .wlc-sections__footer--theme-2 .wlc-icon-list .wlc-icon-list__wrapper {
        margin-top: -20px
    }

    .wlc-sections__header--theme-1 .container {
        max-width: 1600px
    }

    .wlc-sections__header--theme-1 .container {
        padding: 0
    }

    .wlc-body--sticky-header .wlc-sections__header {
        --sticky-transform-coef: .9
    }

    .wlc-body--sticky-header .wlc-sections__header .container {
        min-height: 100px
    }

    .four-elements {
        grid-template-columns:repeat(4, 1fr)
    }

    .four-elements__body {
        padding: 10px 20px 10px 135px
    }
}

@media (max-width: 899px) {
    .wlc-sections__categories--theme-1 .wlc-category-menu {
        grid-area: menu
    }

    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn {
        grid-area: search
    }

    .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
        grid-area: merch
    }

    .wlc-sections__four-elements {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .wlc-sections__categories--theme-1 .container {
        max-width: 100%
    }

    .wlc-sections__categories--theme-1 .games-categories {
        max-width: calc(100% - 30px);
        margin: 0 auto
    }

    .wlc-sections__content-games-top, .wlc-sections__content-games-top-2 {
        overflow: hidden
    }
}

@media (max-width: 767px) and (min-width: 768px) {
    .wlc-sections__categories--theme-1 .games-categories {
        max-width: 738px
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .wlc-sections__categories--theme-1 .games-categories {
        max-width: 450px
    }
}

@media (max-width: 767px) and (min-width: 560px) {
    .wlc-sections__categories--theme-1 .games-categories {
        max-width: 530px
    }
}

@media (max-width: 767px) and (min-width: 640px) {
    .wlc-sections__categories--theme-1 .games-categories {
        max-width: 610px
    }
}

@media (max-width: 767px) and (min-width: 720px) {
    .wlc-sections__categories--theme-1 .games-categories {
        max-width: 690px
    }
}

@media (max-width: 600px) {
    .wlc-app {
        background: linear-gradient(93.69deg, #101726 -1.43%, #301414 100.67%, #281010 100.67%)
    }
}

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

    :root {
        scroll-behavior: auto
    }
}

@media (pointer: fine) {
    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn:hover, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn:hover {
        background: var(--mc-main);
        color: var(--mc-baseThird-locked, var(--mc-baseMain-locked))
    }

    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn:hover .wlc-icon, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn:hover .wlc-icon {
        color: var(--mc-baseThird-locked, var(--mc-baseMain-locked))
    }

    .wlc-sections__categories.wlc-sections__categories--without-back .wlc-btn.wlc-btn-search:hover, .wlc-sections__categories.wlc-sections__categories--without-back .wlc-btn.wlc-btn-merch:hover {
        background: var(--mc-baseOpacity)
    }

    .wlc-sections__header--theme-1 .wlc-btn-search:hover svg, .wlc-sections__header--theme-1 .wlc-btn-search:hover rect {
        transform: none
    }

    .wlc-sections__header--theme-1 .wlc-btn-burger:hover svg, .wlc-sections__header--theme-1 .wlc-btn-burger:hover rect, .wlc-sections__header--theme-1 .wlc-btn-search:hover svg, .wlc-sections__header--theme-1 .wlc-btn-search:hover rect {
        fill: var(--mc-baseMain)
    }

    .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left .wlc-btn--aff:hover, .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left .wlc-btn--theme-default:hover {
        background: linear-gradient(217deg, #8108e0, #ff39b0 100% 100%)
    }
}

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

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

.wlc-notification-thread[_nghost-wlc-app-c3732847679] {
    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-c3732847679] {
        max-width: 530px
    }
}

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

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

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

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

.wlc-float-panels[_nghost-wlc-app-c1591307410] {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 999;
     width: 100%;
     height: 100%;
     will-change: transform;
     visibility: hidden
 }

.wlc-float-panels[_nghost-wlc-app-c1591307410] .wlc-float-panels__backdrop[_ngcontent-wlc-app-c1591307410] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    background: var(--fp-backdrop-background);
    visibility: var(--fp-backdrop-visibility, hidden);
    transition: background .6s ease-in-out, visibility .6s ease-in-out
}
.wlc-mb-lg {
     margin-bottom: 30px
 }

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

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

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

.wlc-burger-panel--theme-left[_nghost-wlc-app-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 .wlc-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.45;
    display: flex;
    align-items: var(--bp-menu-link-align);
    justify-content: var(--bp-menu-link-justify);
    min-height: 40px;
    padding: var(--bp-menu-link-padding);
    text-decoration: none
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-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-bg700-l5)
    }
}

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

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

.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-language-selector[wlc-language-selector].wlc-language-selector--theme-mod-long {
    max-width: var(--bp-lang-max-width);
    margin: var(--bp-lang-margin)
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c2197207287] {
    --bp-header-grid-cols: 1fr auto;
    --bp-header-padding: 20px 25px;
    --bp-login-margin: 0;
    --bp-login-padding: 0;
    --bp-login-bg: none;
    --bp-expand-btn-justify-self: end;
    --bp-expand-icon-transform: scaleX(1);
    --bp-transition: none;
    --bp-main-menu-margin: 20px 0 0;
    --bp-userinfo-margin: 0 25px 25px;
    --bp-logout-display: none;
    --bp-postmenu-link-height: 35px;
    position: sticky;
    top: 0;
    left: 0
}

.wlc-body--fp-left-in .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c2197207287] {
    visibility: visible
}

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

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

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c2197207287] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c2197207287] svg {
    width: 18px;
    height: 18px;
    transform: var(--bp-expand-icon-transform);
    transition: transform .2s ease-in-out;
    fill: currentColor
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c2197207287] .wlc-burger-panel__btn-expand--expanded[_ngcontent-wlc-app-c2197207287] {
    --bp-expand-icon-transform: scaleX(-1)
}

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

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c2197207287] .wlc-main-menu {
    margin: var(--bp-main-menu-margin)
}

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

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

.wlc-burger-panel[_nghost-wlc-app-c2197207287] {
    --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.2rem;
    font-weight: 400
}

.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 {
    transform: translateZ(0)
}

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

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-btn {
    width: 200px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-burger-panel__telegram-wrapper {
    padding: 25px 25px 0
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c2197207287] .wlc-language-selector[wlc-language-selector] {
    width: 200px
}

.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 {
    display: none
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed.wlc-burger-panel--view-expanded[_nghost-wlc-app-c2197207287] .wlc-burger-panel__title[_ngcontent-wlc-app-c2197207287] {
    width: auto;
    text-wrap: nowrap;
    opacity: 1;
    transition: all 1s ease-out
}

.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: 16px
}

.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179]::-webkit-scrollbar-thumb {
    background: var(--mc-bg100);
    border-radius: 16px
}
.wlc-icon svg {
     width: var(--wlc-icon-width);
     height: var(--wlc-icon-height);
     overflow: visible
 }

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

.wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] {
     display: grid;
     grid-auto-columns: auto;
     grid-auto-flow: column;
     grid-gap: 10px;
     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: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45;
    content: "100%";
    position: absolute;
    top: -8px;
    right: 6px;
    z-index: 1;
    height: 16px;
    padding-right: 8px;
    padding-left: 27px;
    font-weight: 600;
    background: var(--mc-secondaryGradient);
    border-radius: 8px
}

.wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-plate-wrapper[_ngcontent-wlc-app-c4208157022]:after {
    content: url('../../img/gift.svg');
    position: absolute;
    top: -6px;
    right: 48px;
    z-index: 1;
    width: 12px;
    line-height: 12px
}

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

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

    .wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_login-modal] .wlc-btn__text {
        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 15px
    }

    .wlc-login-signup--theme-default[_nghost-wlc-app-c4208157022] .wlc-btn--type-default[data-wlc-element=button_register-modal] .wlc-btn__text {
        line-height: 1
    }
}
@keyframes _ngcontent-wlc-app-c3258388311_buttonPulse {
           0%, 10%, 20%, 30%, 40%, 50% {
               box-shadow: 0 0 0 0 var(--mc-buttonColor)
           }
           9.99%, 19.99%, 29.99%, 39.99%, 49.99% {
               box-shadow: 0 0 0 10px var(--mc-buttonColor-o0)
           }
       }

@keyframes _ngcontent-wlc-app-c3258388311_buttonPulseSecondary {
    0%, 10%, 20%, 30%, 40%, 50% {
        box-shadow: 0 0 0 0 var(--mc-secondary)
    }
    9.99%, 19.99%, 29.99%, 39.99%, 49.99% {
        box-shadow: 0 0 0 10px var(--mc-secondary-o0)
    }
}

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

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

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

.wlc-btn[_nghost-wlc-app-c3258388311]:disabled .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    color: #111
}

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

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

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

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

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

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

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

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311] {
    height: 40px;
    display: grid;
    grid-column-gap: initial;
    grid-template-columns:auto 1fr auto;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 5px 10px;
    background: linear-gradient(253.67deg, #adff00 2.27%, #00ea25 94.48%);
    box-shadow: none;
    border: none;
    border-radius: 6px
}

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

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    color: #111;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.45;
    grid-column: 2;
    text-transform: initial
}

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

@media (pointer: fine) {
    .wlc-btn--theme-default[_nghost-wlc-app-c3258388311]:hover {
        background: linear-gradient(253.67deg, #cdff63 2.27%, #55ff70 94.48%);
        border: none
    }
}

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

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

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

    .wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:hover .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
        color: var(--mc-buttonText, var(--mc-baseMain))
    }
}

@keyframes _ngcontent-wlc-app-c3258388311_sheen {
    0% {
        transform: skewY(-45deg) translate(0)
    }
    50%, to {
        transform: skew(-45deg) translate(13.5em);
        transition: all .5s ease-in-out
    }
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311] {
    position: relative
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    z-index: 3
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:before {
    transition: all .3s linear;
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(249.54deg, #8108e04d 31.57%, #ff39b04d 104.55%) padding-box;
    opacity: 0
}

@media (pointer: fine) {
    .wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:hover:before {
        opacity: 1
    }
}

.wlc-btn--theme-default.wlc-btn--animate-sheen[_nghost-wlc-app-c3258388311] {
    position: relative
}

.wlc-btn--theme-default.wlc-btn--animate-sheen[_nghost-wlc-app-c3258388311]:before {
    content: "";
    background-color: #ffffff80;
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transition: none;
    animation: _ngcontent-wlc-app-c3258388311_sheen 2.5s infinite
}

.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
     display: flex;
     justify-content: center;
     margin: 0 -10px;
     flex-wrap: wrap
 }

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

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

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

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

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

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

.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
    transition: all .3s linear
}

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

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

.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: transparent
}

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

.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] .wlc-icon svg {
    width: 40px;
    height: 40px
}
[_nghost-wlc-app-c2680891784] {
     display: inline-block
 }

.wlc-logo--theme-mod-footer-first[_nghost-wlc-app-c2680891784] {
    width: 120px
}

.wlc-logo__image[_ngcontent-wlc-app-c2680891784] svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto
}
.wlc-right-widget--theme-default[_nghost-wlc-app-c3947925599] {
     position: sticky;
     top: 0;
     right: 0;
     width: 100%;
     height: 100vh
 }

@supports (-webkit-touch-callout:none) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c3947925599] .wlc-right-widget__market-wrapper[_ngcontent-wlc-app-c3947925599], .wlc-right-widget--theme-default[_nghost-wlc-app-c3947925599] .wlc-right-widget__achievements-wrapper[_ngcontent-wlc-app-c3947925599], .wlc-right-widget--theme-default[_nghost-wlc-app-c3947925599] .wlc-right-widget__lastwins-wrapper[_ngcontent-wlc-app-c3947925599] {
        padding-bottom: 180px
    }
}

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

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

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

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

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

@media (min-width: 1024px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526] .wlc-games-grid__link[_ngcontent-wlc-app-c3772414526] {
        margin: 0 0 0 20px
    }
}

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .wlc-games-grid--theme-mod-default.wlc-games-grid[_nghost-wlc-app-c3772414526] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3772414526] .swiper-grid {
        overflow: visible
    }
}

.wlc-games-grid--theme-mod-default.wlc-games-grid[_nghost-wlc-app-c3772414526] .wlc-games-grid__link[_ngcontent-wlc-app-c3772414526] {
    margin-right: 15px
}

.wlc-games-grid--theme-mod-default.wlc-games-grid[_nghost-wlc-app-c3772414526] .wlc-games-grid__link[_ngcontent-wlc-app-c3772414526] .wlc-icon {
    position: relative
}

.wlc-games-grid--theme-mod-default.wlc-games-grid[_nghost-wlc-app-c3772414526] .wlc-games-grid__link[_ngcontent-wlc-app-c3772414526] .wlc-icon:before {
    content: "";
    position: absolute;
    top: -12px;
    right: -15px;
    width: 24px;
    height: 24px;
    background: no-repeat url('../../img/winner-arrow.svg')
}

.wlc-games-grid--theme-mod-default.wlc-games-grid[_nghost-wlc-app-c3772414526] .wlc-games-grid__link[_ngcontent-wlc-app-c3772414526] .wlc-icon svg {
    display: none
}

.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: #fff;
     background: var(--mc-baseOpacity);
     outline: none;
     border-radius: 5px;
     border: none;
     box-shadow: 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
}

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

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev.swiper-button-disabled:before, .wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next.swiper-button-disabled:before {
    display: 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) {
        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: var(--mc-baseOpacity-l20);
        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)
}

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

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

a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] .wlc-icon {
    transition: opacity .3s linear;
    opacity: 0
}

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

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

    a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover .wlc-section-title__content[_ngcontent-wlc-app-c679633311] .wlc-icon[_ngcontent-wlc-app-c679633311] {
        opacity: 1
    }
}

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

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.45
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes _ngcontent-wlc-app-c1131964949_pulse {
           0% {
               opacity: .3
           }
           50% {
               opacity: .1
           }
           to {
               opacity: .3
           }
       }

@keyframes _ngcontent-wlc-app-c1131964949_rotateRight {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes _ngcontent-wlc-app-c1131964949_rotateLeft {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(-360deg)
    }
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__body[_ngcontent-wlc-app-c1131964949] {
    transition: all .3s linear;
    gap: 10px;
    grid-template-columns:auto;
    grid-template-rows:1fr;
    display: grid;
    height: 100%
}

@media (min-width: 1630px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__body[_ngcontent-wlc-app-c1131964949] {
        gap: 20px
    }
}

@media (pointer: fine) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__body[_ngcontent-wlc-app-c1131964949]:hover {
        background: var(--mc-bg700-l10)
    }
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__image[_ngcontent-wlc-app-c1131964949] {
    width: 72px;
    height: 50px;
    display: flex;
    align-items: center
}

@media (min-width: 1200px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__image[_ngcontent-wlc-app-c1131964949] {
        width: 85px
    }
}

@media (min-width: 1630px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__image[_ngcontent-wlc-app-c1131964949] {
        width: 100px
    }
}

@media (min-width: 900px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__image[_ngcontent-wlc-app-c1131964949] {
        height: 55px
    }
}

@media (min-width: 1630px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__image[_ngcontent-wlc-app-c1131964949] {
        height: 70px
    }
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__icon-wrap[_ngcontent-wlc-app-c1131964949] {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__icon[_ngcontent-wlc-app-c1131964949] {
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__content[_ngcontent-wlc-app-c1131964949] {
    text-align: start;
    display: flex;
    flex-direction: column
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__top[_ngcontent-wlc-app-c1131964949] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__text[_ngcontent-wlc-app-c1131964949] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.45
}

@media (min-width: 1630px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__text[_ngcontent-wlc-app-c1131964949] {
        font-style: normal
    }
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__body[_ngcontent-wlc-app-c1131964949] {
    position: relative;
    background: #502c47;
    overflow: hidden
}

@media (pointer: fine) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__body[_ngcontent-wlc-app-c1131964949]:hover {
        background: #713e64
    }
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__image[_ngcontent-wlc-app-c1131964949] {
    left: auto;
    right: -10px;
    position: absolute
}

@media (min-width: 1200px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__image[_ngcontent-wlc-app-c1131964949] {
        left: 0
    }
}

@media (min-width: 1630px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__image[_ngcontent-wlc-app-c1131964949] {
        left: 15px
    }
}

@media (min-width: 560px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__image[_ngcontent-wlc-app-c1131964949] {
        right: 5px
    }
}

@media (min-width: 1200px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__image[_ngcontent-wlc-app-c1131964949] {
        right: auto
    }
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__content[_ngcontent-wlc-app-c1131964949] {
    max-width: 100px
}

@media (min-width: 480px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__content[_ngcontent-wlc-app-c1131964949] {
        max-width: 150px
    }
}

@media (min-width: 640px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__content[_ngcontent-wlc-app-c1131964949] {
        max-width: 210px
    }
}

@media (min-width: 720px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__content[_ngcontent-wlc-app-c1131964949] {
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

@media (min-width: 640px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__top[_ngcontent-wlc-app-c1131964949] {
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

@media (min-width: 1630px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__top[_ngcontent-wlc-app-c1131964949] {
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.45
    }
}

@media (min-width: 1200px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__top[_ngcontent-wlc-app-c1131964949] {
        padding-bottom: 10px
    }
}

@media (min-width: 640px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c1131964949] .wlc-total-jackpot__text[_ngcontent-wlc-app-c1131964949] {
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.45
    }
}

.wlc-title--theme-default[_nghost-wlc-app-c996728749] div.wlc-title__main[_ngcontent-wlc-app-c996728749] {
     font-style: normal;
     font-weight: 700;
     font-size: 2.4rem;
     line-height: 1.45
 }

.wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__body[_ngcontent-wlc-app-c2802427362] {
     transition: all .3s linear;
     gap: 10px;
     grid-template-columns:auto;
     grid-template-rows:1fr;
     display: grid;
     height: 100%
 }

@media (min-width: 1630px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__body[_ngcontent-wlc-app-c2802427362] {
        gap: 20px
    }
}

@media (pointer: fine) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__body[_ngcontent-wlc-app-c2802427362]:hover {
        background: var(--mc-bg700-l10)
    }
}

.wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__image[_ngcontent-wlc-app-c2802427362] {
    width: 72px;
    height: 50px;
    display: flex;
    align-items: center
}

@media (min-width: 1200px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__image[_ngcontent-wlc-app-c2802427362] {
        width: 85px
    }
}

@media (min-width: 1630px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__image[_ngcontent-wlc-app-c2802427362] {
        width: 100px
    }
}

@media (min-width: 900px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__image[_ngcontent-wlc-app-c2802427362] {
        height: 55px
    }
}

@media (min-width: 1630px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__image[_ngcontent-wlc-app-c2802427362] {
        height: 70px
    }
}

.wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__icon-wrap[_ngcontent-wlc-app-c2802427362] {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none
}

.wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__icon[_ngcontent-wlc-app-c2802427362] {
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain
}

.wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__content[_ngcontent-wlc-app-c2802427362] {
    text-align: start;
    display: flex;
    flex-direction: column
}

.wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__top[_ngcontent-wlc-app-c2802427362] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__text[_ngcontent-wlc-app-c2802427362] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.45
}

@media (min-width: 1630px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__text[_ngcontent-wlc-app-c2802427362] {
        font-style: normal
    }
}

.wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__body[_ngcontent-wlc-app-c2802427362] {
    position: relative;
    background: #2c3243;
    overflow: hidden
}

@media (pointer: fine) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__body[_ngcontent-wlc-app-c2802427362]:hover {
        background: #404962
    }
}

.wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__image[_ngcontent-wlc-app-c2802427362] {
    left: auto;
    right: -10px;
    position: absolute
}

@media (min-width: 1200px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__image[_ngcontent-wlc-app-c2802427362] {
        left: 0
    }
}

@media (min-width: 1630px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__image[_ngcontent-wlc-app-c2802427362] {
        left: 15px
    }
}

@media (min-width: 560px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__image[_ngcontent-wlc-app-c2802427362] {
        right: 5px
    }
}

@media (min-width: 1200px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__image[_ngcontent-wlc-app-c2802427362] {
        right: auto
    }
}

.wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__content[_ngcontent-wlc-app-c2802427362] {
    max-width: 100px
}

@media (min-width: 480px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__content[_ngcontent-wlc-app-c2802427362] {
        max-width: 150px
    }
}

@media (min-width: 640px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__content[_ngcontent-wlc-app-c2802427362] {
        max-width: 210px
    }
}

@media (min-width: 720px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__content[_ngcontent-wlc-app-c2802427362] {
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

@media (min-width: 640px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__top[_ngcontent-wlc-app-c2802427362] {
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

@media (min-width: 1630px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__top[_ngcontent-wlc-app-c2802427362] {
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.45
    }
}

@media (min-width: 1200px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__top[_ngcontent-wlc-app-c2802427362] {
        padding-bottom: 10px
    }
}

@media (min-width: 640px) {
    .wlc-cash-out-time--theme-default[_nghost-wlc-app-c2802427362] .wlc-cash-out-time__text[_ngcontent-wlc-app-c2802427362] {
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.45
    }
}
.wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__body[_ngcontent-wlc-app-c1048091110] {
     transition: all .3s linear;
     gap: 10px;
     grid-template-columns:auto;
     grid-template-rows:1fr;
     display: grid;
     height: 100%
 }

@media (min-width: 1630px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__body[_ngcontent-wlc-app-c1048091110] {
        gap: 20px
    }
}

@media (pointer: fine) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__body[_ngcontent-wlc-app-c1048091110]:hover {
        background: var(--mc-bg700-l10)
    }
}

.wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__image[_ngcontent-wlc-app-c1048091110] {
    width: 72px;
    height: 50px;
    display: flex;
    align-items: center
}

@media (min-width: 1200px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__image[_ngcontent-wlc-app-c1048091110] {
        width: 85px
    }
}

@media (min-width: 1630px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__image[_ngcontent-wlc-app-c1048091110] {
        width: 100px
    }
}

@media (min-width: 900px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__image[_ngcontent-wlc-app-c1048091110] {
        height: 55px
    }
}

@media (min-width: 1630px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__image[_ngcontent-wlc-app-c1048091110] {
        height: 70px
    }
}

.wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__icon-wrap[_ngcontent-wlc-app-c1048091110] {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none
}

.wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__icon[_ngcontent-wlc-app-c1048091110] {
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain
}

.wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__content[_ngcontent-wlc-app-c1048091110] {
    text-align: start;
    display: flex;
    flex-direction: column
}

.wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__top[_ngcontent-wlc-app-c1048091110] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__text[_ngcontent-wlc-app-c1048091110] {
    margin: 0;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.45
}

@media (min-width: 1630px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__text[_ngcontent-wlc-app-c1048091110] {
        font-style: normal
    }
}

.wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__body[_ngcontent-wlc-app-c1048091110] {
    position: relative;
    background: #422b55
}

@media (pointer: fine) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__body[_ngcontent-wlc-app-c1048091110]:hover {
        background: #5c3c77
    }
}

.wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__image[_ngcontent-wlc-app-c1048091110] {
    left: auto;
    right: -10px;
    position: absolute
}

@media (min-width: 1200px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__image[_ngcontent-wlc-app-c1048091110] {
        left: 0
    }
}

@media (min-width: 1630px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__image[_ngcontent-wlc-app-c1048091110] {
        left: 15px
    }
}

@media (min-width: 560px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__image[_ngcontent-wlc-app-c1048091110] {
        right: 5px
    }
}

@media (min-width: 1200px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__image[_ngcontent-wlc-app-c1048091110] {
        right: auto
    }
}

.wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__content[_ngcontent-wlc-app-c1048091110] {
    max-width: 100px
}

@media (min-width: 480px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__content[_ngcontent-wlc-app-c1048091110] {
        max-width: 150px
    }
}

@media (min-width: 640px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__content[_ngcontent-wlc-app-c1048091110] {
        max-width: 210px
    }
}

@media (min-width: 720px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__content[_ngcontent-wlc-app-c1048091110] {
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

@media (min-width: 640px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__top[_ngcontent-wlc-app-c1048091110] {
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

@media (min-width: 1630px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__top[_ngcontent-wlc-app-c1048091110] {
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.45
    }
}

@media (min-width: 1200px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__top[_ngcontent-wlc-app-c1048091110] {
        padding-bottom: 10px
    }
}

@media (min-width: 640px) {
    .wlc-top-rated--theme-default[_nghost-wlc-app-c1048091110] .wlc-top-rated__text[_ngcontent-wlc-app-c1048091110] {
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.45
    }
}
.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] {
     --lb-icon-transform: none;
     --lb-text-color: var(--mc-baseMain)
 }

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__body[_ngcontent-wlc-app-c2654275720] {
    transition: all .3s linear;
    gap: 10px;
    grid-template-columns:auto;
    grid-template-rows:1fr;
    display: grid;
    height: 100%
}

@media (min-width: 1630px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__body[_ngcontent-wlc-app-c2654275720] {
        gap: 20px
    }
}

@media (pointer: fine) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__body[_ngcontent-wlc-app-c2654275720]:hover {
        background: var(--mc-bg700-l10)
    }
}

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__image[_ngcontent-wlc-app-c2654275720] {
    width: 72px;
    height: 50px;
    display: flex;
    align-items: center
}

@media (min-width: 1200px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__image[_ngcontent-wlc-app-c2654275720] {
        width: 85px
    }
}

@media (min-width: 1630px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__image[_ngcontent-wlc-app-c2654275720] {
        width: 100px
    }
}

@media (min-width: 900px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__image[_ngcontent-wlc-app-c2654275720] {
        height: 55px
    }
}

@media (min-width: 1630px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__image[_ngcontent-wlc-app-c2654275720] {
        height: 70px
    }
}

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__icon-wrap[_ngcontent-wlc-app-c2654275720] {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none
}

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__icon[_ngcontent-wlc-app-c2654275720] {
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain
}

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__content[_ngcontent-wlc-app-c2654275720] {
    text-align: start;
    display: flex;
    flex-direction: column
}

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__top[_ngcontent-wlc-app-c2654275720] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__text[_ngcontent-wlc-app-c2654275720] {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.45
}

@media (min-width: 1630px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__text[_ngcontent-wlc-app-c2654275720] {
        font-style: normal
    }
}

@media (pointer: fine) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__body[_ngcontent-wlc-app-c2654275720]:hover {
        --lb-icon-transform: rotateX(360deg) translateX(10px);
        --lb-text-color: var(--mc-baseMain-l20)
    }
}

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__content[_ngcontent-wlc-app-c2654275720] {
    align-items: start
}

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__text[_ngcontent-wlc-app-c2654275720] {
    transition: color .3s linear;
    display: flex;
    align-items: center;
    color: var(--lb-text-color)
}

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__body[_ngcontent-wlc-app-c2654275720] {
    position: relative;
    background: #3a2961;
    overflow: hidden;
    cursor: default
}

@media (pointer: fine) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__body[_ngcontent-wlc-app-c2654275720]:hover {
        background: #4f3885
    }
}

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__image[_ngcontent-wlc-app-c2654275720] {
    left: auto;
    right: -10px;
    position: absolute
}

@media (min-width: 1200px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__image[_ngcontent-wlc-app-c2654275720] {
        left: 0
    }
}

@media (min-width: 1630px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__image[_ngcontent-wlc-app-c2654275720] {
        left: 15px
    }
}

@media (min-width: 560px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__image[_ngcontent-wlc-app-c2654275720] {
        right: 5px
    }
}

@media (min-width: 1200px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__image[_ngcontent-wlc-app-c2654275720] {
        right: auto
    }
}

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__content[_ngcontent-wlc-app-c2654275720] {
    max-width: 100px
}

@media (min-width: 480px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__content[_ngcontent-wlc-app-c2654275720] {
        max-width: 150px
    }
}

@media (min-width: 640px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__content[_ngcontent-wlc-app-c2654275720] {
        max-width: 210px
    }
}

@media (min-width: 720px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__content[_ngcontent-wlc-app-c2654275720] {
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

.wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__text[_ngcontent-wlc-app-c2654275720] {
    position: relative
}

@media (min-width: 640px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__text[_ngcontent-wlc-app-c2654275720] {
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.45
    }
}

@media (min-width: 640px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__top[_ngcontent-wlc-app-c2654275720] {
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

@media (min-width: 1630px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__top[_ngcontent-wlc-app-c2654275720] {
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.45
    }
}

@media (min-width: 1200px) {
    .wlc-lucky-button--theme-default[_nghost-wlc-app-c2654275720] .wlc-lucky-button__top[_ngcontent-wlc-app-c2654275720] {
        padding-bottom: 10px
    }
}
.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-payments {
    max-width: 100%;
    padding: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
    margin: 0;
    padding: 0 0 20px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow-x: auto
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper::-webkit-scrollbar {
    height: 5px
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper::-webkit-scrollbar-track {
    margin: 5px;
    background: var(--mc-bg700);
    border-radius: 16px
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper::-webkit-scrollbar-thumb {
    background: var(--mc-bg100);
    border-radius: 16px
}

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

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

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

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

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

.wlc-icon-list--theme-payments .wlc-icon-list-item {
    padding: 0 15px
}

@media (min-width: 900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list-item {
        padding: 15px 20px
    }
}

@media (min-width: 1630px) {
    .wlc-icon-list--theme-payments .wlc-icon-list-item {
        padding: 22px
    }
}

.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
    max-width: 105px;
    max-height: 30px;
    fill: var(--mc-baseMain-o6);
    overflow: hidden
}

@media (min-width: 900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
        width: 100%
    }
}

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

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

.wlc-icon-list--theme-custom .wlc-icon-list__wrapper {
    margin: 0;
    padding: 0 0 20px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow-x: auto
}

.wlc-icon-list--theme-custom .wlc-icon-list__wrapper::-webkit-scrollbar {
    height: 5px
}

.wlc-icon-list--theme-custom .wlc-icon-list__wrapper::-webkit-scrollbar-track {
    margin: 5px;
    background: var(--mc-bg700);
    border-radius: 16px
}

.wlc-icon-list--theme-custom .wlc-icon-list__wrapper::-webkit-scrollbar-thumb {
    background: var(--mc-bg100);
    border-radius: 16px
}

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

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

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

@media (min-width: 900px) {
    .wlc-icon-list--theme-custom .wlc-icon-list__wrapper {
        padding: 0
    }
}

@media (min-width: 900px) {
    .wlc-icon-list--theme-custom .wlc-icon-list__wrapper {
        justify-content: space-between
    }
}

.wlc-icon-list--theme-custom .wlc-icon-list-item {
    padding: 0 15px
}

@media (min-width: 900px) {
    .wlc-icon-list--theme-custom .wlc-icon-list-item {
        padding: 15px 20px
    }
}

@media (min-width: 1630px) {
    .wlc-icon-list--theme-custom .wlc-icon-list-item {
        padding: 22px
    }
}

.wlc-icon-list--theme-custom .wlc-icon-list-item img, .wlc-icon-list--theme-custom .wlc-icon-list-item .wlc-icon svg {
    max-width: 105px;
    max-height: 54px;
    fill: var(--mc-baseMain-o2);
    overflow: hidden
}

@media (min-width: 900px) {
    .wlc-icon-list--theme-custom .wlc-icon-list-item img, .wlc-icon-list--theme-custom .wlc-icon-list-item .wlc-icon svg {
        width: 100%
    }
}

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

.wlc-icon-list--theme-custom .wlc-icon-list-item .wlc-icon svg path {
    fill: revert-layer
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] {
     min-width: 0
 }

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__controls {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 100%;
    padding: 5px;
    color: var(--mc-baseMain);
    background: none;
    cursor: pointer;
    border: none;
    transition: all .3s ease-out;
    pointer-events: initial
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--mc-bg700) 65%, var(--mc-bg700-o0) 100%)
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control:disabled {
    display: none
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control .wlc-icon {
    display: block;
    line-height: 1
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control svg {
    transform: var(--wlc-post-menu-svg-transform, none)
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control--next {
    --wlc-post-menu-svg-transform: rotate(-90deg);
    visibility: hidden;
    justify-content: flex-end;
    margin: 0 0 0 auto
}

@media (min-width: 900px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control--next {
        visibility: visible
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control--next:before {
    transform: scaleX(-1)
}

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

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

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

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

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

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

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

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

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

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .swiper-wrapper {
    display: flex;
    justify-content: space-between
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp:has(.wlc-post-menu__controls) {
    padding: 0 25px
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control--prev:before, .wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control--next:before {
    background: transparent
}
.wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
     color: var(--mc-baseMain);
     font-style: normal;
     font-weight: 400;
     font-size: 1rem;
     line-height: 1.45
 }

@media (min-width: 900px) {
    .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
        text-align: start
    }
}

@media (min-width: 900px) {
    .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.45
    }
}
.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
     color: var(--mc-baseMain);
     font-style: normal;
     font-weight: 400;
     font-size: 1rem;
     line-height: 1.45
 }

@media (min-width: 900px) {
    .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
        text-align: start
    }
}

@media (min-width: 900px) {
    .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.45
    }
}
.wlc-custom-license {
     display: flex;
     flex-direction: row-reverse;
     gap: 15px;
     width: -moz-fit-content;
     width: fit-content
 }

.wlc-custom-license--curacao {
    grid-template-columns:125px 1fr
}

.wlc-custom-license__curacao {
    width: 90px;
    height: 50px
}

.wlc-custom-license__curacao img {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.wlc-custom-license__age-restrictions {
    display: block;
    width: 45px;
    margin: 0 auto
}

.wlc-custom-license__age-restrictions svg {
    width: 100%
}

.wlc-custom-license__age-restrictions svg path {
    fill: #fff
}
:root {
     --swiper-theme-color: #007aff
 }

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

@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-baseMain-o6);
    --swiper-pagination-bullet-inactive-opacity: 1
}

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

.wlc-slider--theme-wolf-banner .swiper-button-container {
    position: absolute;
    left: 0;
    z-index: 10;
    display: none;
    justify-content: space-between;
    padding: 5px;
    pointer-events: none
}

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

.wlc-slider--theme-wolf-banner .swiper {
    padding: 0;
    overflow: hidden
}

@media (min-width: 640px) {
    .wlc-slider--theme-wolf-banner .swiper {
        overflow: visible
    }
}

@media (min-width: 1200px) {
    .wlc-slider--theme-wolf-banner .swiper {
        overflow: hidden
    }
}

.wlc-slider--theme-wolf-banner .swiper .swiper-slide {
    max-width: unset
}

@media (min-width: 1200px) {
    .wlc-slider--theme-wolf-banner .swiper .swiper-slide {
        max-width: unset
    }
}

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

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

.wlc-slider--theme-wolf-banner .swiper-button-container {
    transition: opacity .3s linear;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    opacity: 0
}

@media (pointer: fine) {
    .wlc-slider--theme-wolf-banner:hover .swiper-button-container {
        opacity: 1
    }
}

.wlc-slider--theme-wolf-banner swiper-container::part(container) {
    overflow: visible
}

.wlc-games-grid--theme-swiper swiper-container::part(container) {
    overflow: visible
}

.container .wolf-banner-wrapper > .wlc-slider--theme-wolf-banner {
    border-radius: 10px;
    transform: scaleZ(1)
}

.container .wolf-banner-wrapper > .wlc-slider--theme-wolf-banner swiper-container::part(container) {
    overflow: visible
}
.wlc-dummy-livechat-button--theme-default[_nghost-wlc-app-c14706191] .wlc-dummy-livechat-button__button[_ngcontent-wlc-app-c14706191] {
     bottom: 80px;
     position: fixed;
     right: 10px;
     z-index: 100;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 60px;
     height: 60px;
     background-color: #2000f0;
     border: none;
     border-radius: 50%
 }

@media (min-width: 1024px) {
    .wlc-dummy-livechat-button--theme-default[_nghost-wlc-app-c14706191] .wlc-dummy-livechat-button__button[_ngcontent-wlc-app-c14706191] {
        bottom: 10px
    }
}

.wlc-dummy-livechat-button--theme-default[_nghost-wlc-app-c14706191] .wlc-dummy-livechat-button__icon[_ngcontent-wlc-app-c14706191] {
    display: block;
    width: 30px
}

.wlc-dummy-livechat-button--theme-default[_nghost-wlc-app-c14706191] .wlc-dummy-livechat-button__icon[_ngcontent-wlc-app-c14706191] svg path {
    fill: #fff
}
@keyframes _ngcontent-wlc-app-c3283622905_spin {
           0% {
               transform: rotate(0)
           }
           to {
               transform: rotate(360deg)
           }
       }

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

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

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] {
     cursor: pointer;
     position: relative;
     overflow: hidden;
     border-radius: 16px;
     background-position: center;
     background-color: var(--mc-bg-d10);
     background-image: url('../../img/logo.svg');
     background-size: 50%;
     background-repeat: no-repeat
 }

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

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

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

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-image {
    --wlc-image-width: 100%;
    --wlc-image-height: 100%;
    --wlc-image-object-fit: cover;
    --wlc-image-object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    overflow: hidden
}

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

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423] {
    display: none;
    transition: opacity .3s linear;
    z-index: 5;
    grid-template-rows:1fr auto;
    padding: 10px;
    opacity: 0
}

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

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423]:before {
    transition: all .25s linear;
    content: "";
    z-index: 1;
    background: linear-gradient(217deg, #8108e0, #ff39b0 100% 100%);
    transform: translate(-100%) skew(35deg);
    pointer-events: none
}

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

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__name[_ngcontent-wlc-app-c103465423] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    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-c103465423] .wlc-game-thumb__name[_ngcontent-wlc-app-c103465423] {
        color: var(--mc-baseMain);
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
    z-index: 3
}

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

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
    display: none;
    gap: 10px;
    justify-content: center;
    grid-template-rows:auto 25%;
    grid-template-columns:1fr;
    align-items: end;
    justify-items: center;
    transition: all .3s linear
}

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

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

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c103465423] {
    align-items: end
}

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

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-btn--play[_ngcontent-wlc-app-c103465423] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-indent: -9999px;
    border-radius: 50%
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-btn--play[_ngcontent-wlc-app-c103465423]:before {
    content: "";
    position: absolute;
    background: url('../../img/game-play.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-btn--demo[_ngcontent-wlc-app-c103465423] {
    background: none;
    border: none
}

@media (pointer: fine) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-btn--demo[_ngcontent-wlc-app-c103465423]:hover {
        text-decoration: none;
        box-shadow: none
    }

    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-btn--demo[_ngcontent-wlc-app-c103465423]:hover .wlc-btn__text {
        color: var(--mc-buttonColor)
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-btn--play[_ngcontent-wlc-app-c103465423] {
    width: 60px;
    height: 60px;
    border: none
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-btn--play[_ngcontent-wlc-app-c103465423]:before {
    left: calc(50% - 17px);
    width: 33px;
    height: 32px
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423] {
    background: none
}

@media (min-width: 1024px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423] {
        opacity: 1
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
    position: absolute;
    align-items: start;
    opacity: 0
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423]:before, .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
    opacity: 0
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-btn--play[_ngcontent-wlc-app-c103465423] {
    transform: none
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-btn--play[_ngcontent-wlc-app-c103465423] .wlc-btn__text {
    transform: none
}

@media (pointer: fine) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423]:before, .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423], .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__icon[_ngcontent-wlc-app-c103465423] {
        opacity: .8
    }

    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
        opacity: 1
    }
}

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c103465423] .wlc-game-thumb__card[_ngcontent-wlc-app-c103465423] {
        aspect-ratio: 4/3
    }
}

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

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c103465423] .wlc-game-thumb-media[_ngcontent-wlc-app-c103465423]:before {
        padding: 162.5% 0 0;
        content: "";
        display: block;
        width: 100%;
        height: 0
    }
}

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c103465423], .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c103465423] {
        aspect-ratio: 10/16
    }
}

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c103465423], .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c103465423] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c103465423], .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c103465423] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c103465423] {
        aspect-ratio: 10/15
    }
}

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

@media (pointer: fine) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423] {
        transition: all .3s linear;
        background: transparent
    }

    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
        opacity: 0
    }

    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
        opacity: 1
    }
}

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

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

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
    transform: scale(1);
    top: 10px;
    bottom: unset;
    left: 0;
    width: 100%;
    text-align: center
}

@media (min-width: 1024px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
        transform: scale(.7)
    }
}

@media (min-width: 1420px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
        transform: scale(.8)
    }
}

@media (min-width: 1630px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
        transform: scale(1)
    }
}

@media (min-width: 1024px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
        top: 5px
    }
}

@media (min-width: 1630px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
        top: 10px
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] .wlc-game-thumb__name[_ngcontent-wlc-app-c103465423] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    width: 100%;
    text-align: center
}

@media (min-width: 1630px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
        padding: 0 10px
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__desc[_ngcontent-wlc-app-c103465423] {
    align-items: center
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
    transform: scale(1);
    margin-top: 25px
}

@media (min-width: 1024px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
        transform: scale(.7)
    }
}

@media (min-width: 1630px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
        transform: scale(1)
    }
}

@media (min-width: 1024px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
        margin-top: 5px
    }
}

@media (min-width: 1366px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
        margin-top: 6px
    }
}

@media (min-width: 1630px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] {
        margin-top: 25px
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c103465423] {
    grid-template-rows:min-content 20px
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--play[_ngcontent-wlc-app-c103465423] {
    grid-template-rows:min-content 20px;
    background: var(--mc-bgModal)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--play[_ngcontent-wlc-app-c103465423]:before {
    transition: background .3s linear;
    background: url('../../img/icon_play.webp')
}

@media (pointer: fine) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--play[_ngcontent-wlc-app-c103465423]:hover {
        box-shadow: none
    }

    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--play[_ngcontent-wlc-app-c103465423]:hover:before {
        background: url('../../img/icon_play-hover.webp')
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--demo[_ngcontent-wlc-app-c103465423] {
    bottom: auto;
    height: 20px;
    padding: 0
}

@media (min-width: 1024px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--demo[_ngcontent-wlc-app-c103465423] {
        bottom: 10px
    }
}

@media (min-width: 1200px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--demo[_ngcontent-wlc-app-c103465423] {
        bottom: 6px
    }
}

@media (min-width: 1630px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--demo[_ngcontent-wlc-app-c103465423] {
        bottom: auto
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--demo[_ngcontent-wlc-app-c103465423]:before {
    background: none
}

@media (pointer: fine) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c103465423] .wlc-btn--demo[_ngcontent-wlc-app-c103465423]:hover:before {
        background: none
    }
}

@media (pointer: fine) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c103465423]:hover .wlc-game-thumb__title[_ngcontent-wlc-app-c103465423] {
        opacity: 1
    }
}
.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%
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c1531382909] {
     --ls-link-justify: start;
     position: relative;
     display: flex;
     flex-direction: column;
     width: -moz-fit-content
 }

.wlc-language-selector--theme-default[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909] {
    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-c1531382909] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c1531382909] {
    overflow: hidden;
    transition: box-shadow .3s linear
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c1531382909] img[_ngcontent-wlc-app-c1531382909] {
    display: block
}

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

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

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

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

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c1531382909] {
    --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-list-bg: var(--mc-bg);
    --ls-list-padding: 10px;
    --ls-arrow-color: var(--mc-baseOpacity);
    --ls-curr-bg: transparent;
    height: auto;
    border: 0;
    border-radius: 6px
}

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

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909] {
    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: 6px
}

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

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

@media (pointer: fine) {
    .wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909]: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-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909]:not(.wlc-language-selector__current--opened):hover {
        background: var(--ls-curr-bg-hover)
    }
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact[_nghost-wlc-app-c1531382909] {
    --ls-curr-padding: 5px 10px;
    --ls-dropdown-width: 100%;
    --ls-dropdown-pos-top: auto;
    --ls-dropdown-pos-bottom: 100%;
    --ls-dropdown-arrow-pos-top: 100%;
    --ls-dropdown-arrow-pos-bottom: auto;
    --ls-dropdown-arrow-transform: translate(-50%, -50%) rotate(45deg);
    --ls-dropdown-arrow-margin: 0 0 10px;
    --ls-dropdown-transform-origin: center bottom;
    --ls-dropdown-margin: 0
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c1531382909] {
    width: 16px;
    height: 12px;
    border-radius: 0
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
    min-height: 220px;
    padding: 30px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    background-color: var(--mc-bg700);
    background-size: cover;
    background-repeat: no-repeat
}

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

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

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner * {
    z-index: 2
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner:before {
    transition: opacity .3s linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: var(--wlc-banner-backdrop-bg, var(--mc-baseContrast-o2));
    opacity: 0
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.45;
    margin: 0 0 15px;
    max-width: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    z-index: 2
}

@media (min-width: 1200px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
        margin: 0 0 20px
    }
}

@media (min-width: 900px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
        max-width: 70%
    }
}

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

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.45;
    max-width: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    z-index: 2
}

@media (min-width: 900px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
        max-width: 70%
    }
}

@media (min-width: 1630px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.45
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description-bottom {
    color: #ffe600;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.45;
    z-index: 2
}

@media (min-width: 1630px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description-bottom {
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.45
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__decor {
    position: absolute;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    object-position: initial;
    height: 100%
}

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

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__decor--right {
    right: 0;
    bottom: 0
}

@media (pointer: fine) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner:hover:before {
        opacity: 1
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
    justify-content: center
}

@media (min-width: 1630px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.45
    }
}

@media (max-width: 639px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__decor {
        opacity: .5
    }
}

@media (max-width: 639px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
        justify-content: flex-start
    }
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] {
    border-radius: 16px;
    width: 100%
}

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

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

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__controls {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 13;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    pointer-events: none
}

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

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

@media (min-width: 768px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control:before {
        background: linear-gradient(90deg, var(--mc-bg700) 65%, var(--mc-bg700-o0) 100%)
    }
}

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

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control .wlc-icon {
    display: none;
    line-height: 1
}

@media (min-width: 768px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control .wlc-icon {
        display: block
    }
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-category-menu__control svg {
    transform: var(--wlc-category-menu-svg-transform, none)
}

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

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

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

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

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__link {
    color: var(--mc-baseMain);
    transition: all .3s linear;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none
}

@media (min-width: 1200px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__link {
        height: 80px
    }
}

@media (min-width: 768px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__link {
        padding: 0 10px
    }
}

@media (min-width: 1200px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__link {
        padding: 0 15px
    }
}

@media (min-width: 1630px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__link {
        padding: 0 20px
    }
}

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

    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__link:hover:not(.active) .wlc-menu__icon {
        color: var(--mc-main)
    }

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

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__icon {
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--mc-main)
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__icon svg {
    transform: translateZ(0)
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__icon svg, .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] .wlc-menu__icon svg path {
    fill: currentColor
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] {
    background: transparent
}

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

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-category-menu__control--next {
    margin: 0 0 0 auto
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-category-menu__control:before {
    background: transparent
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__item {
    padding: 0 30px 0 10px
}

@media (min-width: 1200px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__item {
        padding: 0 25px 0 10px
    }
}

@media (min-width: 1630px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__item {
        padding: 0 35px 0 5px
    }
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__link {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    height: auto;
    padding: 17px 0 16px;
    line-height: 1;
    text-transform: capitalize;
    background: none
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__link:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    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: 0
}

@media (min-width: 768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__link:before {
        display: block
    }
}

@media (pointer: fine) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__link:hover:not(.active):before {
        transform: scaleX(1);
        opacity: 1
    }
}

@media (min-width: 768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__link {
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1
    }
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__icon {
    width: 18px;
    height: 18px
}

@media (min-width: 768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__icon {
        width: 20px
    }
}

@media (min-width: 768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__icon {
        height: 20px
    }
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__icon svg {
    width: 18px;
    height: 18px
}

@media (min-width: 768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__icon svg {
        width: 20px
    }
}

@media (min-width: 768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-menu__icon svg {
        height: 20px
    }
}

@media all {
    @keyframes iconScale {
        55% {
            transform: scale(1.25) rotate(10deg)
        }
        to {
            transform: scale(1) rotate(0)
        }
    }
}

.wlc-category-menu[_nghost-wlc-app-c3668254373] {
    position: relative
}

.wlc-category-menu[_nghost-wlc-app-c3668254373] .wlc-slider .swiper-slide {
    width: auto
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3668254373] {
    overflow: hidden
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3668254373] .wlc-category-menu__control--next:before {
    width: 104%;
    height: 94%
}

.sf-hidden {
     display: none !important
}

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


#wp-admin-bar-aioseo-main .ab-item {
    display: flex !important;
    align-items: center;
}

#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg {
    height: 21px !important;
}

.customize-support .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c2197207287]{
    margin-top: 32px;
}

@media (max-width: 782px) {
    .customize-support .site-app[_ngcontent-ng-c3864800107] .page-nav[_ngcontent-ng-c3864800107] {
        margin-top: 46px;
    }
}


.s-block-content {
    height: auto;
    overflow: hidden;
    position: relative;
    max-height: 400px;
    color: #fff;
    width: 95%;
    margin: 0 auto;
}

.s-block-content.height-auto {
    max-height: none !important;
}

.s-block-content.toggle-active:before {
    display: block;
}

.s-block-content:before {
    display: none;
    bottom: 0;
    /*box-shadow: 0 0 20px 25px #101726;*/
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.s-block-content.toggle-active:before {
    display: block;
}

.desc__more {
    margin: 15px 0;
}

.description li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    line-height: 2rem;
    font-weight: 400;
    padding-left: 1.2rem;
    color: #fff;
    font-size: 14px;
}

.description li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #fff;
}

.nav_menu li {
    font-size: 18px;
    list-style: none;
    margin: 0;
}

.description p {
    margin: 10px 0;
    color: #fff;
    line-height: 22px;
    text-align: justify;
    font-size: 14px;
}

.description h2 {
    display: flex;
    color: #fff;
    margin: 10px 0;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.45;
}

.description a {
    transition: color .3s linear;
}

.nav_menu, .dropdown_nav_menu {
    margin-left: 0;
    list-style: none;
    padding: 15px;
    border: 1px solid var(--color-sidebar-line);
    box-sizing: border-box;
    white-space: normal;
    margin-top: 0;
    padding-bottom: 5px;
}

.nav_menu li, .dropdown_nav_menu li {
    margin-bottom: 10px;
}

.nav_menu a {
    text-decoration:none;
    font-size: 15px;
}

table td {
    padding: 5px;
    border: 1px solid #fff;
    font-size: 14px;
}

.ref_button {
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    appearance: none;
    overflow: hidden;
    height: 40px;
    display: flex;
    grid-column-gap: initial;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 6px;
    width: 200px;
    background: transparent;
    border: 2px solid var(--mc-secondary);
    box-shadow: none;
    position: relative;
    min-width: 0;
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.45;
    grid-column: 2;
    text-transform: initial;
    transition: color .3s linear;
    color: var(--mc-buttonText, var(--mc-baseMain));
    text-decoration: none;
    margin: 10px 0;
}

.ref_button:before {
    transition: all .3s linear;
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(249.54deg, #8108e04d 31.57%, #ff39b04d 104.55%) padding-box;
    opacity: 0;
}

.ref_button:hover {
    background: transparent;
    border: 2px solid #df2dbd;
    box-shadow: none;
    text-decoration: none;
}

.ref_button:hover:before {
    opacity: 1;
}

.btn--more {
    margin: 0 auto;
    display: block;
    min-width: 100px;
    height: 40px;
    grid-column-gap: initial;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 5px 10px;
    background: linear-gradient(253.67deg, #adff00 2.27%, #00ea25 94.48%);
    box-shadow: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all .3s;
    color: #111;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.45;
    grid-column: 2;
    text-transform: initial;
}

.btn--more:hover {
    background: linear-gradient(253.67deg, #cdff63 2.27%, #55ff70 94.48%);
    border: none;
    box-shadow: 0 0 15px #47c500cc;
}

.menu-swiper , .banner-section, .footer-swiper {
    display: flex;
    gap: 10px;
}

.banner-block {
    width: 50%;
}

.swiper-wrapper {
    align-items: flex-end;
}

.wlc-sections__sticky-footer {
    display: none;
}

@media (max-width: 799px) {

    .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c2197207287] {
        display: none
    }

    .wlc-sections__header .container .wlc-btn-search {
        display: none;
    }

    .wlc-body--fp-left:not(.wlc-body--fp-left-nopadding) .wlc-app {
        padding-left: 0;
    }

    .wlc-body--fp-left:not(.wlc-body--fp-left-nopadding) [class*=wlc-sections__]:not(.wlc-sections__sticky-footer--theme-default):not(.wlc-sections__email-verification-notification):not(.wlc-sections__notifications):not(.wlc-sections__right-widget), .wlc-body--fp-right:not(.wlc-body--fp-right-nopadding) [class*=wlc-sections__]:not(.wlc-sections__sticky-footer--theme-default):not(.wlc-sections__email-verification-notification):not(.wlc-sections__notifications):not(.wlc-sections__right-widget) {
        padding: 0;
    }

    .wlc-sections__banner-wolf-fixed .wolf-banner-wrapper .wolf-banner-1 {
        width: 100%
    }

    .wlc-sections__banner-wolf-fixed .wolf-banner-wrapper .wlc-slider--theme-wolf-banner {
        display: none;
    }

    .wlc-games-grid--theme-mod-default.wlc-games-grid[_nghost-wlc-app-c3772414526] .wlc-games-grid__link[_ngcontent-wlc-app-c3772414526] {
        display: none;
    }

    .footer-swiper {
        flex-direction: column;
    }

    .footer-swiper .swiper-slide {
        margin-right: 0 !important;
    }

    .wlc-sections__categories--theme-1 .games-categories {
        display: flex;
        flex-direction: column;
    }

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

    .swiper.menu-swiper {
        overflow-x: auto;
    }

    .wlc-body--sticky-header .wlc-sections__header .container {
        gap: 0
    }

    .wlc-sections__sticky-footer {
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        display: block;
    }

    .wlc-sticky-footer--theme-default[_nghost-wlc-app-c1790858633] .wlc-menu {
        background: linear-gradient(111.84deg, #2e2147, #36212a 102.14%);
        border-top: 1px solid var(--mc-bg700);
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu {
        display: grid;
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column;
        justify-items: center;
        min-height: 60px;
    }

    .wlc-sticky-footer--theme-default[_nghost-wlc-app-c1790858633] .wlc-menu {
        border-radius: 16px 16px 0 0;
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__item {
        max-width: 100%;
    }

    .wlc-sticky-footer--theme-default[_nghost-wlc-app-c1790858633] .wlc-menu__link {
        color: var(--mc-baseMain);
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.45;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        padding: 10px 0;
        text-decoration: none;
    }

    .wlc-sticky-footer--theme-default[_nghost-wlc-app-c1790858633] .wlc-menu__link:before {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        width: 40px;
        height: 2px;
        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;
    }

    .wlc-sticky-footer--theme-default[_nghost-wlc-app-c1790858633] .wlc-menu .wlc-icon {
        color: var(--mc-baseMain);
        line-height: 1;
    }

    .wlc-sticky-footer--theme-default[_nghost-wlc-app-c1790858633] .wlc-menu .wlc-icon {
        margin-bottom: 2px;
        padding: 4px;
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu svg {
        fill: currentColor;
    }

    .wlc-sticky-footer--theme-default[_nghost-wlc-app-c1790858633] .wlc-menu .wlc-icon svg {
        width: 24px;
        height: 24px;
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu svg path {
        fill: currentColor;
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__link-text {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .wlc-sections__footer.wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff.ng-star-inserted {
        margin-bottom: 40px;
    }

}